:root{--primary:#8B5CF6;--primary-dark:#7C3AED;--secondary:#F59E0B;--whatsapp:#25D366;--whatsapp-dark:#20BA5A;--background:#F9FAFB;--surface:#FFFFFF;--surface-muted:#F3F4F6;--text:#1F2937;--text-light:#6B7280;--border:#E5E7EB;--danger:#EF4444;--disabled:#9CA3AF;--warning-text:#B45309;--warning-surface:#FEF3C7;--overlay:rgba(0,0,0,0.5);--scrim:rgba(0,0,0,0.7);--photo-frame-top:#FCFBFF;--photo-frame-bottom:#F1EDFB;--photo-frame-border:#EDE9FE;--shadow-photo:0 1px 2px rgba(76,29,149,0.06),0 16px 32px -20px rgba(76,29,149,0.45);--shadow-photo-inner:0 6px 18px -8px rgba(31,41,55,0.35);--ring-thumbnail:0 0 0 3px rgba(139,92,246,0.25);--photo-glass-light:rgba(255,255,255,0.75);--photo-glass-shade:rgba(76,29,149,0.08);--photo-image-ring:rgba(255,255,255,0.85);--radius-sm:0.5rem;--radius-md:0.75rem;--radius-lg:1rem;--radius-pill:999px;--header-height:4.75rem;--scrollbar-track:#F1EDFB;--scrollbar-thumb:#C4B5FD;--scrollbar-thumb-hover:var(--primary)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-padding-top:calc(var(--header-height) + 1rem)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--background);color:var(--text);line-height:1.6;overflow-x:hidden}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid var(--primary);outline-offset:2px}:where(a,button,input,select,textarea,summary,[tabindex]):focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@supports not selector(::-webkit-scrollbar){*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--radius-pill)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border:2px solid var(--scrollbar-track);border-radius:var(--radius-pill);-webkit-transition:background .2s ease;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-corner{background:var(--scrollbar-track)}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:0 2px 8px rgba(0,0,0,.05)}.header-content{justify-content:space-between;max-width:1280px;margin:0 auto;padding:1rem}.header-content,.logo{display:flex;align-items:center}.logo{font-size:1.5rem;font-weight:700;gap:.5rem}.logo,.logo:focus,.logo:hover,.logo:visited{color:var(--primary);text-decoration:none}.logo-img{height:2.75rem;width:auto;display:block}.cart-button{position:relative;background:var(--primary);color:var(--surface);border:none;padding:.75rem 1.5rem;border-radius:var(--radius-sm);font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .3s ease,transform .3s ease,box-shadow .3s ease}.cart-button:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,92,246,.3)}.cart-badge{position:absolute;top:-8px;right:-8px;background:var(--secondary);color:var(--surface);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.categories{display:flex;gap:1rem;padding:1.5rem 0 1rem;overflow-x:auto}.categories::-webkit-scrollbar{height:6px}.category-button{background:var(--surface);border:2px solid var(--border);padding:.75rem 1.5rem;border-radius:var(--radius-pill);font-size:.95rem;font-weight:600;color:var(--text);cursor:pointer;white-space:nowrap;transition:background .3s ease,border-color .3s ease,color .3s ease,transform .3s ease}.category-button:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.category-button.active{background:var(--primary);border-color:var(--primary);color:var(--surface)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));grid-gap:1.25rem;gap:1.25rem;padding:1.5rem 0}.product-card{background:var(--surface);border-radius:var(--radius-md);overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.product-card-link{display:block;color:inherit;cursor:pointer;flex:1 1}.product-card-link,.product-card-link:focus,.product-card-link:hover,.product-card-link:visited{text-decoration:none;color:inherit}.product-card-link:focus-visible{outline-offset:-3px}.product-card:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,.13)}.product-image-wrap{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;background:linear-gradient(160deg,var(--photo-frame-top),var(--photo-frame-bottom));box-shadow:inset 0 -1px 0 var(--photo-frame-border)}.product-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-photo-count{position:absolute;bottom:.4rem;right:.4rem;background:var(--scrim);color:var(--surface);font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:var(--radius-pill);letter-spacing:.02em}.product-page{padding-top:1.5rem;padding-bottom:4rem}.btn-back{background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.6rem 1rem;border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;cursor:pointer;margin-bottom:1.5rem;transition:border-color .2s ease,color .2s ease;text-decoration:none;display:inline-block}.btn-back:hover{border-color:var(--primary);color:var(--primary)}.product-detail{display:grid;grid-template-columns:minmax(0,360px) minmax(0,1fr);grid-gap:2.5rem;gap:2.5rem;align-items:start}.product-gallery{display:flex;flex-direction:column;gap:.75rem;position:-webkit-sticky;position:sticky;top:6rem}.product-main-image-wrap{position:relative;isolation:isolate;width:100%;max-width:360px;aspect-ratio:1/1;max-height:60vh;padding:.85rem;overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--photo-frame-border);background:linear-gradient(160deg,var(--photo-frame-top),var(--photo-frame-bottom));box-shadow:var(--shadow-photo)}.product-main-image-wrap:before{content:"";position:absolute;inset:0;z-index:0;background-image:var(--photo,none);background-size:cover;background-position:50%;transform:scale(1.2);filter:blur(32px) saturate(1.7) brightness(1.12);opacity:.26}.product-main-image-wrap:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(120% 85% at 12% 0,var(--photo-glass-light),transparent 62%),linear-gradient(180deg,transparent 55%,var(--photo-glass-shade))}.product-main-image{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;object-position:center;display:block;border-radius:var(--radius-md);outline:1px solid var(--photo-image-ring);outline-offset:-1px;box-shadow:var(--shadow-photo-inner)}.product-thumbnails{display:flex;gap:.5rem;flex-wrap:wrap}.product-thumbnail{width:64px;height:64px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid var(--photo-frame-border);background:linear-gradient(160deg,var(--photo-frame-top),var(--photo-frame-bottom));cursor:pointer;padding:0;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.product-thumbnail img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.product-thumbnail:hover{transform:translateY(-2px)}.product-thumbnail.active{border-color:var(--primary);box-shadow:var(--ring-thumbnail)}.product-detail-info{display:flex;flex-direction:column;gap:1rem}.product-detail-name{font-size:2rem;font-weight:700;color:var(--text);line-height:1.2}.product-detail-description{font-size:1rem;color:var(--text-light);line-height:1.6}.product-detail-price{font-size:2rem;font-weight:700;color:var(--primary)}.product-options{display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem;background:var(--background);border-radius:var(--radius-md);border:1px solid var(--border)}.product-option-group{display:flex;flex-direction:column;gap:.5rem}.product-option-label{font-size:.95rem;font-weight:600;color:var(--text);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.optional-tag{font-weight:500;color:var(--text-light);background:var(--surface);border:1px solid var(--border)}.optional-tag,.required-tag{font-size:.75rem;padding:.1rem .5rem;border-radius:var(--radius-pill)}.required-tag{font-weight:600;color:var(--warning-text);background:var(--warning-surface)}.product-option-choices{display:flex;flex-wrap:wrap;gap:.5rem}.product-option-choice{background:var(--surface);border:2px solid var(--border);color:var(--text);padding:.55rem 1rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.choice-delta{margin-left:.4rem;font-size:.8rem;font-weight:600;opacity:.75}.price-from{display:block;font-size:.72rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--text-light)}.product-option-choice:hover{border-color:var(--primary);color:var(--primary)}.product-option-choice.selected{background:var(--primary);border-color:var(--primary);color:var(--surface)}.product-detail-actions{margin-top:.5rem;display:flex;flex-direction:column;gap:.75rem}.btn-whatsapp-large{width:100%;background:var(--whatsapp);color:var(--surface);border:none;padding:1rem 1.5rem;border-radius:var(--radius-md);font-size:1.05rem;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.btn-whatsapp-large:hover:not(:disabled){background:var(--whatsapp-dark);transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,211,102,.3)}.btn-whatsapp-large:disabled{background:var(--disabled);cursor:not-allowed;opacity:.85}.btn-add-cart-large{width:100%;background:var(--primary);color:var(--surface);border:none;padding:1rem 1.5rem;border-radius:var(--radius-md);font-size:1.05rem;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.btn-add-cart-large:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,92,246,.3)}.btn-add-cart-large:disabled{background:var(--disabled);cursor:not-allowed;opacity:.85}.product-info{padding:.85rem .85rem 0}.product-name{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.25rem;line-height:1.35}.product-description{font-size:.8rem;color:var(--text-light);margin-bottom:.6rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{font-size:1.15rem;font-weight:700;color:var(--primary);margin-bottom:.7rem}.product-actions{display:flex;gap:.5rem;padding:0 .85rem .85rem}.btn-add-cart{flex:1 1;background:var(--primary);color:var(--surface);border:none;padding:.5rem .6rem;border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;cursor:pointer;transition:background .3s ease}.btn-add-cart:hover{background:var(--primary-dark)}.btn-whatsapp{background:var(--whatsapp);color:var(--surface);border:none;padding:.5rem .7rem;border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .3s ease,transform .3s ease}.btn-whatsapp:hover{background:var(--whatsapp-dark);transform:scale(1.05)}.options-modal-overlay{position:fixed;inset:0;background:var(--overlay);z-index:1100;display:flex;align-items:center;justify-content:center;padding:1rem}.options-modal{background:var(--surface);border-radius:var(--radius-lg);width:100%;max-width:480px;max-height:90vh;overflow-y:auto;padding:1.25rem;box-shadow:0 20px 48px rgba(0,0,0,.25);display:flex;flex-direction:column;gap:1rem}.options-modal-header{display:flex;align-items:center;gap:.85rem}.options-modal-image{width:64px;height:64px;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--photo-frame-border);background:linear-gradient(160deg,var(--photo-frame-top),var(--photo-frame-bottom));flex-shrink:0}.options-modal-title{font-size:1.05rem;font-weight:700;color:var(--text);line-height:1.3}.options-modal-price{font-size:1.05rem;font-weight:700;color:var(--primary)}.options-modal-close{margin-left:auto;font-size:.9rem;font-weight:600;align-self:flex-start}.options-modal-actions{display:flex;gap:.75rem;align-items:stretch}.options-modal-actions .btn-add-cart{padding:.75rem;font-size:.95rem}.options-modal-actions .btn-add-cart:disabled{background:var(--disabled);cursor:not-allowed}.btn-secondary{background:var(--surface);border:2px solid var(--border);color:var(--text);padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;display:flex;align-items:center;white-space:nowrap;transition:border-color .2s ease,color .2s ease}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.cart-sidebar{position:fixed;top:0;right:-100%;width:400px;max-width:90vw;height:100vh;background:var(--surface);box-shadow:-4px 0 24px rgba(0,0,0,.15);z-index:1000;visibility:hidden;transition:right .4s cubic-bezier(.4,0,.2,1),visibility 0s linear .4s;display:flex;flex-direction:column}.cart-sidebar.open{right:0;visibility:visible;transition:right .4s cubic-bezier(.4,0,.2,1),visibility 0s}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--overlay);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s linear .3s}.cart-overlay.open{opacity:1;visibility:visible;transition:opacity .3s ease,visibility 0s}.cart-header{padding:1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.cart-title{font-size:1.5rem;font-weight:700;color:var(--text)}.cart-close{background:none;border:none;font-size:1.5rem;color:var(--text-light);cursor:pointer;padding:.5rem;transition:color .3s ease}.cart-close:hover{color:var(--text)}.cart-items{flex:1 1;overflow-y:auto;padding:1.5rem}.cart-item{display:flex;gap:1rem;padding:1rem;background:var(--background);border-radius:var(--radius-md);margin-bottom:1rem}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:var(--radius-sm);background:var(--surface-muted)}.cart-item-info{flex:1 1}.cart-item-name{font-weight:600;margin-bottom:.25rem}.cart-item-selections{font-size:.8rem;color:var(--text-light);margin-bottom:.25rem;line-height:1.4}.cart-item-price{color:var(--primary);font-weight:700}.cart-item-quantity{font-size:.875rem;color:var(--text-light)}.cart-item-remove{background:none;border:none;color:var(--danger);cursor:pointer;padding:.5rem;font-size:1.25rem;transition:transform .3s ease}.cart-item-remove:hover{transform:scale(1.2)}.cart-footer{padding:1.5rem;border-top:1px solid var(--border)}.cart-total{justify-content:space-between;font-size:1.25rem;margin-bottom:1rem}.btn-checkout,.cart-total{display:flex;font-weight:700}.btn-checkout{width:100%;background:var(--whatsapp);color:var(--surface);border:none;padding:1rem;border-radius:var(--radius-md);font-size:1.125rem;cursor:pointer;align-items:center;justify-content:center;gap:.75rem;transition:background .3s ease,transform .3s ease,box-shadow .3s ease}.btn-checkout:hover{background:var(--whatsapp-dark);transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,211,102,.3)}.empty-cart{padding:3rem 1rem}.empty-cart,.loading{text-align:center;color:var(--text-light)}.loading{padding:4rem 1rem;font-size:1.125rem}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.product-detail{grid-template-columns:minmax(0,300px) minmax(0,1fr);gap:1.75rem}.product-main-image-wrap{max-width:300px}.product-detail-name,.product-detail-price{font-size:1.75rem}}@media (max-width:768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.85rem}.product-info{padding:.7rem .7rem 0}.product-actions{flex-direction:column;padding:0 .7rem .7rem}.product-detail{grid-template-columns:1fr;gap:1.5rem}.product-gallery{position:static}.product-main-image-wrap{max-width:100%;max-height:none}.product-detail-name,.product-detail-price{font-size:1.5rem}.options-modal-actions{flex-direction:column-reverse}.btn-secondary{justify-content:center}.header-content{padding:.75rem}.logo{font-size:1.25rem}.logo-img{height:2.1rem}.cart-button{padding:.5rem 1rem;font-size:.875rem}:root{--header-height:3.6rem}}