html.cart-drawer-open{overflow:hidden}.cart-sidebar-backdrop{position:fixed;inset:0;background:#0f172a73;z-index:997;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease;pointer-events:none}.cart-sidebar-backdrop.is-visible{opacity:1;visibility:visible;pointer-events:auto}.cart-sidebar{position:fixed;top:0;right:-450px;width:450px;height:100vh;background:#fff;box-shadow:-4px 0 20px #0000001a;z-index:999;display:flex;flex-direction:column;transition:right .3s ease}.cart-sidebar.open{right:0}.cart-footer-hint{margin-top:.85rem;text-align:center;font-size:.85rem}.cart-footer-hint a{color:#6b2181;font-weight:600;text-decoration:none;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.cart-footer-hint a:hover{text-decoration:underline}.cart-header{padding:2rem;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.cart-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0;display:flex;align-items:center;gap:.5rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.cart-title i{color:#6b2181}.cart-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.5rem;transition:color .2s ease}.cart-close:hover{color:#1f2937}.cart-content{flex:1;overflow-y:auto;padding:1.5rem;background:#f9fafb}.order-details-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.section-number{width:32px;height:32px;background:#10b981;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.section-number.cart-icon{background:#f59e0b;font-size:1.2rem}.section-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.cart-items-table{width:100%}.cart-table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;padding:.75rem 0;border-bottom:2px solid #e5e7eb;font-weight:600;color:#1f2937;font-size:.9rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.cart-table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e7eb;align-items:center}.cart-table-row:last-child{border-bottom:none}.cart-col-product{display:flex;align-items:center}.product-info{display:flex;align-items:center;gap:.75rem;flex:1}.product-image-small{width:80px;height:80px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb;flex-shrink:0}.product-details{flex:1;min-width:0}.product-name{font-size:.95rem;font-weight:600;color:#1f2937;line-height:1.4;margin-bottom:.25rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.product-brand{font-size:.85rem;color:#6b7280;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.cart-col-price,.cart-col-subtotal{display:flex;justify-content:center}.price-box,.subtotal-box{background:#d1fae5;color:#065f46;padding:.5rem .75rem;border-radius:6px;font-weight:700;font-size:.95rem;white-space:nowrap;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.cart-col-qty{display:flex;flex-direction:column;align-items:center;gap:.5rem}.qty-controls{display:flex;align-items:center;gap:.5rem}.qty-btn-small{background:#f3f4f6;border:1px solid #e5e7eb;width:32px;height:32px;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;color:#6b2181;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.qty-btn-small:hover{background:#6b2181;color:#fff;border-color:#6b2181}.qty-btn-small:hover i[class^=fa],.qty-btn-small:hover i.fa-solid{color:#fff}.qty-input-small{width:50px;height:32px;border:1px solid #e5e7eb;border-radius:6px;text-align:center;font-size:.95rem;font-weight:600;color:#1f2937;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.remove-item-btn{background:none;border:none;color:#ef4444;cursor:pointer;font-size:.9rem;padding:.25rem;transition:all .2s ease}.remove-item-btn:hover{transform:scale(1.2)}.cart-empty{text-align:center;padding:3rem 1rem;color:#6b7280}.cart-empty i{font-size:3rem;margin-bottom:1rem;opacity:.3}.order-summary{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-top:1.5rem}.cart-footer{padding:2rem;border-top:2px solid #e5e7eb;background:#fff}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;font-size:.95rem;color:#4b5563;border-bottom:1px solid #e5e7eb;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.summary-row:last-child{border-bottom:none}.summary-row.total-row{font-size:1.2rem;font-weight:700;color:#1f2937;padding-top:1rem;margin-top:.5rem;border-top:2px solid #e5e7eb}.cart-total{font-size:1.2rem;font-weight:700;color:#6b2181;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.cart-checkout-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#6b2181,#8b2a9b);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;box-shadow:0 4px 18px #6b218159}.cart-checkout-btn i{font-size:1.05rem}.cart-checkout-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 26px #6b218173}.cart-checkout-btn:disabled{opacity:.5;cursor:not-allowed}.cart-toast{position:fixed;left:50%;bottom:clamp(5.5rem,14vh,8rem);transform:translate(-50%) translateY(120%);z-index:10050;max-width:min(92vw,420px);padding:.85rem 1.25rem;border-radius:999px;background:#111827f2;color:#f9fafb;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.95rem;font-weight:600;line-height:1.35;text-align:center;box-shadow:0 12px 32px #00000040;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s ease,transform .28s cubic-bezier(.32,.72,.28,1),visibility .28s ease}.cart-toast-visible{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}@media(max-width:768px){.cart-sidebar{width:100%;right:-100%}.cart-table-header,.cart-table-row{grid-template-columns:1fr;gap:.75rem}.cart-table-header{display:none}.cart-col-product,.cart-col-price,.cart-col-qty,.cart-col-subtotal{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.cart-col-product:before{content:"Producto: ";font-weight:600;color:#6b7280}.cart-col-price:before{content:"Precio: ";font-weight:600;color:#6b7280}.cart-col-qty:before{content:"Cantidad: ";font-weight:600;color:#6b7280}.cart-col-subtotal:before{content:"Subtotal: ";font-weight:600;color:#6b7280}.product-info{flex-direction:column;align-items:flex-start}.product-image-small{width:60px;height:60px}}.cart-float-wrapper[data-astro-cid-ynkcd7ho]{position:fixed;bottom:8rem;right:2rem;z-index:998;transition:transform .05s ease-out;will-change:transform;filter:drop-shadow(0 4px 16px rgba(255,193,7,.5)) drop-shadow(0 2px 8px rgba(255,193,7,.3))}.cart-float-button[data-astro-cid-ynkcd7ho]{position:relative;width:60px;height:60px;background:linear-gradient(135deg,#6b2181,#8b2a9b);border:2px solid rgba(255,193,7,.3);border-radius:50%;color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 20px #6b218166,0 0 0 2px #ffc10733,0 0 20px #ffc1074d;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.cart-float-button[data-astro-cid-ynkcd7ho]:hover{transform:scale(1.1);box-shadow:0 6px 30px #6b218199}.cart-badge-global[data-astro-cid-ynkcd7ho]{position:absolute;top:-5px;right:-5px;background:#ef4444;color:#fff;border-radius:50%;width:24px;height:24px;display:none;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.cart-speech-bubble[data-astro-cid-ynkcd7ho]{position:absolute;bottom:75px;right:0;opacity:0;transform:translateY(10px) scale(.8);pointer-events:none;transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.cart-speech-bubble[data-astro-cid-ynkcd7ho].show{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.speech-bubble-content[data-astro-cid-ynkcd7ho]{background:#fff;padding:1rem 1.25rem;border-radius:16px;box-shadow:0 8px 24px #00000026;position:relative;min-width:180px;max-width:220px}.speech-bubble-content[data-astro-cid-ynkcd7ho] p[data-astro-cid-ynkcd7ho]{margin:0;font-size:.95rem;font-weight:600;color:#1f2937;text-align:center;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.4}.speech-bubble-tail[data-astro-cid-ynkcd7ho]{position:absolute;bottom:-8px;right:20px;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid white;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}@keyframes pulse{0%,to{box-shadow:0 4px 20px #6b218166}50%{box-shadow:0 4px 30px #6b218199,0 0 0 8px #6b21811a}}.cart-float-wrapper[data-astro-cid-ynkcd7ho].bubble-visible .cart-float-button[data-astro-cid-ynkcd7ho]{animation:pulse 2s ease-in-out infinite}@media(max-width:768px){.cart-float-wrapper[data-astro-cid-ynkcd7ho]{bottom:7.5rem;right:1.5rem}.cart-float-button[data-astro-cid-ynkcd7ho]{width:55px;height:55px;font-size:1.3rem}.cart-speech-bubble[data-astro-cid-ynkcd7ho]{bottom:70px}.speech-bubble-content[data-astro-cid-ynkcd7ho]{min-width:160px;max-width:180px;padding:.875rem 1rem}.speech-bubble-content[data-astro-cid-ynkcd7ho] p[data-astro-cid-ynkcd7ho]{font-size:.85rem}}@media(max-width:480px){.cart-float-wrapper[data-astro-cid-ynkcd7ho]{bottom:6.5rem;right:1rem}}
