:root{--bg:#fdf5f7;--surface:#fff;--surface-hover:#f0f0f2;--border:#e5e5ea;--border-light:#d1d1d6;--text:#3a3a3e;--text-secondary:#8e8e93;--heading:#1c1c1e;--accent:#e94e8a;--accent-dim:#e94e8a14;--accent-glow:#e94e8a26;--accent-hover:#d43d78;--danger:#e45a5a;--success:#34c759;--font-display:"Playfair Display", "Georgia", serif;--font-body:"Outfit", "Segoe UI", sans-serif;--max-width:1120px;--nav-height:64px;scroll-behavior:smooth;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{--bg:#0f0d0e;--surface:#181516;--surface-hover:#221f20;--border:#2c2829;--border-light:#3e383a;--text:#e0d8da;--text-secondary:#9c9294;--heading:#fff;--accent:#f06295;--accent-dim:#f062951f;--accent-glow:#f0629540;--accent-hover:#e91e63;--danger:#ff6b6b;--success:#51cf66;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:17px;line-height:1.6}body{font-family:var(--font-body);color:var(--text);background:var(--bg);min-height:100svh;font-weight:400;overflow-x:hidden}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2,h3,h4{font-family:var(--font-body);color:var(--heading);font-weight:700;line-height:1.2}h1{font-size:clamp(2.4rem,5vw,3.6rem)}h2{font-size:clamp(1.5rem,3.5vw,2rem)}h3{font-size:clamp(1.1rem,2vw,1.3rem)}p{margin:0}a{color:var(--accent);text-decoration:none;transition:color .25s}a:hover{color:var(--accent-hover)}img{max-width:100%;display:block}::selection{background:var(--accent-dim);color:var(--heading)}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-right{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 0 0 var(--accent-glow)}50%{box-shadow:0 0 0 12px #0000}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes blob-morph{0%,to{border-radius:42% 58% 52% 48%/40% 48% 52% 60%}25%{border-radius:58% 42% 40% 60%/52% 38% 62% 48%}50%{border-radius:48% 52% 58% 42%/56% 48% 52% 44%}75%{border-radius:38% 62% 46% 54%/44% 56%}}@keyframes blob-float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(15px,-15px)scale(1.03)}66%{transform:translate(-10px,10px)scale(.97)}}@keyframes ring-rotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes hero-word-in{0%{opacity:0;filter:blur(4px);transform:translateY(30px)scale(.96)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes hero-subtitle-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-actions-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes glow-pulse{0%,to{box-shadow:0 0 20px var(--accent-glow), 0 0 60px #e94e8a14}50%{box-shadow:0 0 30px var(--accent-glow), 0 0 80px #e94e8a26}}@keyframes cta-glow-drift{0%{opacity:.4;transform:translate(-50%,-50%)scale(1)}50%{opacity:.6;transform:translate(-50%,-40%)scale(1.2)}to{opacity:.4;transform:translate(-50%,-50%)scale(1)}}@keyframes stat-count{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-dot{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.4)}}@keyframes hero-accent-in{0%{opacity:0;width:0}to{opacity:1;width:50px}}@keyframes visual-glow-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes visual-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.animate-in{animation:.5s ease-out both fade-up}.animate-in-delay-1{animation-delay:.1s}.animate-in-delay-2{animation-delay:.2s}.animate-in-delay-3{animation-delay:.3s}@media (width<=768px){html{font-size:15px}}.App{flex-direction:column;min-height:100svh;display:flex}.App-header{z-index:100;height:var(--nav-height);padding:0 calc((100% - var(--max-width)) / 2);background:color-mix(in srgb, var(--surface) 80%, transparent);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;animation:.4s ease-out fade-in;display:flex;position:sticky;top:0}.header-brand{font-family:var(--font-display);color:var(--accent);letter-spacing:-.02em;font-size:1.25rem;font-style:italic;font-weight:700;text-decoration:none;transition:opacity .25s}.header-brand:hover{opacity:.75}.App-header nav{align-items:center;gap:2px;display:flex}.nav-link{letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);border-radius:6px;padding:.4rem 1rem;font-size:.78rem;font-weight:500;transition:color .2s,background .2s;position:relative}.nav-link:hover{color:var(--heading);background:var(--surface-hover)}.nav-link.active{color:var(--accent);background:var(--accent-dim)}.header-actions{align-items:center;gap:4px;display:flex}.icon-link{align-items:center;padding:.4rem;line-height:0;display:flex}.cart-link{align-items:center;padding:.4rem;line-height:0;display:flex;position:relative}.cart-badge{min-width:17px;height:17px;font-size:.6rem;font-weight:700;font-family:var(--font-body);color:#fff;background:var(--accent);border-radius:10px;justify-content:center;align-items:center;padding:0 4px;line-height:1;animation:.3s ease-out scale-in;display:flex;position:absolute;top:2px;right:2px}.App-main{width:100%;max-width:var(--max-width);flex:1;margin:0 auto;padding:3rem 2rem 5rem}.App-footer{border-top:1px solid var(--border);background:var(--surface);padding:3rem 2rem 1.5rem}.footer-content{max-width:var(--max-width);flex-wrap:wrap;justify-content:space-between;gap:3rem;margin:0 auto;display:flex}.footer-brand h3{font-family:var(--font-display);color:var(--accent);margin-bottom:.4rem;font-size:1.2rem;font-style:italic}.footer-brand p{color:var(--text-secondary);max-width:260px;font-size:.85rem;line-height:1.5}.footer-links{flex-wrap:wrap;gap:3rem;display:flex}.footer-links h4{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);margin-bottom:.8rem;font-size:.72rem;font-weight:600}.footer-links a{color:var(--text);padding:.2rem 0;font-size:.88rem;display:block}.footer-links a:hover{color:var(--heading)}.footer-copy{max-width:var(--max-width);border-top:1px solid var(--border);text-align:center;color:var(--text-secondary);margin:2rem auto 0;padding-top:1.2rem;font-size:.75rem}.page{animation:.4s ease-out fade-up}.page-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.page-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:50vh;display:flex}.page-empty p{color:var(--text-secondary);margin-bottom:.5rem}.page-not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:50vh;display:flex}.page-not-found h2{color:var(--accent);font-size:4rem}.hamburger{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background .2s;display:none}.hamburger:hover{background:var(--surface-hover)}.hamburger-line{background:var(--heading);border-radius:2px;width:18px;height:2px;transition:background .3s;display:block;position:relative}.hamburger-line:before,.hamburger-line:after{content:"";background:var(--heading);border-radius:2px;width:100%;height:2px;transition:transform .3s,top .3s;position:absolute;left:0}.hamburger-line:before{top:-6px}.hamburger-line:after{top:6px}.hamburger-line.open{background:0 0}.hamburger-line.open:before{top:0;transform:rotate(45deg)}.hamburger-line.open:after{top:0;transform:rotate(-45deg)}.nav-overlay{z-index:90;background:#0000004d;animation:.25s ease-out fade-in;display:none;position:fixed;inset:0}.breadcrumbs{flex-wrap:wrap;align-items:center;gap:.3rem;margin-bottom:1.5rem;font-size:.8rem;animation:.3s ease-out fade-in;display:flex}.breadcrumb-link{color:var(--text-secondary);padding:.15rem 0;font-weight:500;text-decoration:none;transition:color .2s}.breadcrumb-link:hover{color:var(--accent)}.breadcrumb-sep{color:var(--border-light);-webkit-user-select:none;user-select:none;margin:0 .25rem;font-size:1.1rem;line-height:1}.breadcrumb-current{color:var(--heading);font-weight:600}@media (width<=768px){.App-header{height:56px;padding:0 1.25rem}.logo-text{font-size:1.1rem}.logo-icon-wrap{transform:scale(.9)}.nav-desktop{z-index:95;background:var(--surface);border:1px solid var(--border);border-right:none;border-radius:0 0 0 16px;flex-direction:column;align-items:stretch;gap:0;width:260px;padding:.75rem;transition:transform .3s;position:fixed;top:56px;right:0;transform:translate(100%);box-shadow:-8px 8px 32px #00000014}.nav-desktop.nav-open{transform:translate(0)}.nav-desktop .nav-link{border-radius:10px;padding:.7rem 1rem;font-size:.85rem}.hamburger{display:flex}.nav-overlay{display:block}.header-actions .nav-link{padding:.3rem}.App-main{padding:2rem 1.25rem 3rem}.footer-content{flex-direction:column;gap:2rem}.footer-links{gap:2rem}}.btn{font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.82rem;font-weight:600;line-height:1;text-decoration:none;transition:transform .2s,box-shadow .25s,background .2s;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{color:#fff;background:var(--accent)}.btn-primary:hover{background:var(--accent-hover);color:#fff;box-shadow:0 8px 24px var(--accent-glow);transform:translateY(-2px)}.btn-secondary{color:var(--heading);background:var(--surface);border:1.5px solid var(--border)}.btn-secondary:hover{background:var(--surface-hover);border-color:var(--border-light);transform:translateY(-2px)}.btn-block{text-align:center;width:100%}.btn-glow{animation:3s ease-in-out infinite glow-pulse}.btn-glow:hover{animation:none}.form-group{flex-direction:column;gap:.3rem;display:flex}.form-group label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);font-size:.72rem;font-weight:600}.form-group input,.form-group textarea{width:100%;font-family:var(--font-body);color:var(--heading);background:var(--bg);border:1.5px solid var(--border);border-radius:10px;outline:none;padding:.7rem 1rem;font-size:.9rem;font-weight:500;transition:border-color .25s,box-shadow .25s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-dim)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-secondary);opacity:.4}.form-group textarea{resize:vertical;min-height:110px}.input-error-border{border-color:var(--danger)!important}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.skeleton{background:var(--border);border-radius:8px;animation:1.5s ease-in-out infinite skeleton-pulse}.skeleton-text{width:100%;height:.85rem;margin-bottom:.5rem}.skeleton-text:last-child{width:60%}.skeleton-title{width:70%;height:1.2rem;margin-bottom:.75rem}.skeleton-image{border-radius:12px;width:100%;height:220px}.skeleton-card{background:var(--surface);border:1.5px solid var(--border);border-radius:16px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;display:grid}@keyframes skeleton-pulse{0%,to{opacity:.4}50%{opacity:.8}}.sort-controls{align-items:center;gap:.5rem;display:flex}.sort-select{font-family:var(--font-body);color:var(--text);background:var(--surface);border:1.5px solid var(--border);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%238e8e93' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;border-radius:8px;outline:none;padding:.4rem 2rem .4rem .75rem;font-size:.78rem;font-weight:500;transition:border-color .2s}.sort-select:focus{border-color:var(--accent)}.sort-select:hover{border-color:var(--border-light)}.error-boundary{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.error-boundary-card{background:var(--surface);border:1.5px solid var(--border);text-align:center;border-radius:18px;flex-direction:column;align-items:center;gap:1rem;max-width:420px;padding:3rem 2.5rem;animation:.4s ease-out scale-in;display:flex}.error-boundary-icon{color:#fff;background:var(--danger);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;font-weight:800;display:flex}.error-boundary-details{text-align:left;width:100%;margin-top:1rem}.error-boundary-details summary{color:var(--text-secondary);cursor:pointer;margin-bottom:.4rem;font-size:.75rem;font-weight:600}.error-boundary-details pre{color:var(--danger);background:var(--accent-dim);white-space:pre-wrap;border-radius:8px;padding:.75rem;font-size:.72rem;overflow-x:auto}.toast-container{top:calc(var(--nav-height) + .75rem);z-index:9999;pointer-events:none;flex-direction:column;gap:.5rem;display:flex;position:fixed;right:1.5rem}.toast{background:var(--surface);border:1.5px solid var(--border);color:var(--text);pointer-events:auto;border-radius:12px;align-items:center;gap:.6rem;max-width:360px;padding:.75rem 1.1rem;font-size:.85rem;font-weight:500;animation:.35s cubic-bezier(.16,1,.3,1) both toast-in;display:flex;box-shadow:0 8px 32px #0000001a}.toast.toast-exit{animation:.25s ease-in both toast-out}.toast-icon{flex-shrink:0;font-size:1.1rem;line-height:1}.toast-icon.success{color:var(--success)}.toast-icon.error{color:var(--danger)}.toast-icon.info{color:var(--accent)}.toast-message{flex:1;line-height:1.3}.toast-close{width:20px;height:20px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:.9rem;line-height:1;transition:color .2s,background .2s;display:flex}.toast-close:hover{color:var(--heading);background:var(--surface-hover)}@keyframes toast-in{0%{opacity:0;transform:translate(100%)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes toast-out{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(100%)scale(.95)}}.favorite-btn{background:var(--surface);border:1px solid var(--border);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,background-color .2s,color .2s,border-color .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #0000000d}.favorite-btn:hover{color:var(--accent);border-color:var(--accent);transform:scale(1.1)}.favorite-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.detail-favorite-btn{width:44px;height:44px;color:var(--text-secondary);border-color:var(--border);justify-content:center;align-items:center;transition:all .2s;display:flex;padding:0!important}.detail-favorite-btn:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-dim)}.detail-favorite-btn.active{color:#fff;background:var(--accent);border-color:var(--accent)}.detail-favorite-btn.active:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.header-search{width:100%;max-width:280px;margin:0 1.5rem;position:relative}.search-input-wrapper{background:var(--bg);border:1px solid var(--border);border-radius:20px;align-items:center;padding:.25rem .75rem .25rem 2.2rem;transition:border-color .2s,background-color .2s;display:flex;position:relative}.search-input-wrapper:focus-within{border-color:var(--accent);background:var(--surface)}.search-input-wrapper input{width:100%;font-family:var(--font-body);color:var(--text);background:0 0;border:none;outline:none;font-size:.82rem}.search-input-wrapper input::placeholder{color:var(--text-secondary)}.search-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex;position:absolute;left:.75rem}.search-input-wrapper:focus-within .search-btn{color:var(--accent)}.search-suggestions{background:var(--surface);border:1px solid var(--border);z-index:110;border-radius:12px;max-height:320px;margin-top:.5rem;padding:.5rem 0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 30px #0000001a}.search-suggestions li a{color:var(--text);align-items:center;gap:.75rem;padding:.5rem 1rem;transition:background .2s;display:flex}.search-suggestions li a:hover{background:var(--surface-hover)}.suggestion-image{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.suggestion-image img{object-fit:cover;width:100%;height:100%}.suggestion-info{flex-direction:column;line-height:1.2;display:flex}.suggestion-name{color:var(--heading);font-size:.85rem;font-weight:600}.suggestion-price{color:var(--accent);margin-top:2px;font-size:.75rem;font-weight:500}.search-results-banner{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:.75rem 1.25rem;font-size:.9rem;animation:.3s ease-out fade-in;display:flex}.btn-clear-search{color:var(--accent);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;font-size:1rem;font-weight:700;transition:color .2s;display:flex}.btn-clear-search:hover{color:var(--accent-hover)}.theme-toggle svg{transition:transform .3s}.theme-toggle:hover svg{transform:rotate(20deg)}.price-range-slider::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border-radius:50%;width:16px;height:16px;transition:transform .1s}.price-range-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.price-inputs-wrapper{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.price-input-field{flex-direction:column;flex:1;gap:.25rem;display:flex}.price-input-field label{text-transform:uppercase;color:var(--text-secondary);font-size:.65rem;font-weight:600}.price-input-field input{border:1px solid var(--border);background:var(--bg);width:100%;font-family:var(--font-body);color:var(--text);border-radius:8px;outline:none;padding:.4rem .6rem;font-size:.8rem;transition:border-color .2s}.price-input-field input:focus{border-color:var(--accent)}.detail-zoom-btn{background:var(--surface);border:1px solid var(--border);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;z-index:5;opacity:0;border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s,transform .2s,color .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #00000014}.detail-image:hover .detail-zoom-btn{opacity:1}.detail-zoom-btn:hover{color:var(--accent);border-color:var(--accent);transform:scale(1.1)}.lightbox-overlay{z-index:99999;-webkit-backdrop-filter:blur(6px);cursor:zoom-out;background:#000000e0;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;animation:.2s ease-out fade-in;display:flex;position:fixed;inset:0}.lightbox-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .25s,transform .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.lightbox-close:hover{background:#fff3;transform:scale(1.1)}.lightbox-content{cursor:default;justify-content:center;align-items:center;max-width:90vw;max-height:80vh;animation:.3s ease-out scale-in;display:flex}.lightbox-image{object-fit:contain;border-radius:8px;max-width:100%;max-height:80vh;transition:transform .3s;box-shadow:0 20px 60px #0006}.lightbox-image:hover{transform:scale(1.05)}.lightbox-caption{color:#fff9;text-align:center;font-size:.85rem}.order-status-search{max-width:480px;margin-bottom:2rem}.order-status-form{background:var(--surface);border:1.5px solid var(--border);border-radius:14px;align-items:flex-end;gap:1rem;padding:1.25rem;display:flex}.order-status-results{margin-top:1rem}.order-status-count{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem}.order-status-empty{text-align:center;background:var(--surface);border:1.5px solid var(--border);border-radius:14px;flex-direction:column;gap:.75rem;padding:3rem 2rem;display:flex}.order-status-hint{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.order-status-list{flex-direction:column;gap:1rem;display:flex}.order-status-card{background:var(--surface);border:1.5px solid var(--border);border-radius:14px;padding:1.25rem;transition:border-color .3s}.order-status-card:hover{border-color:var(--border-light)}.order-status-card-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.order-status-card-header>div{align-items:center;gap:.75rem;display:flex}.order-status-id{color:var(--heading);font-family:monospace;font-size:.82rem;font-weight:600}.order-status-date{color:var(--text-secondary);font-size:.78rem}.order-status-items{flex-direction:column;gap:.4rem;margin-bottom:.75rem;display:flex}.order-status-item{align-items:center;gap:.75rem;font-size:.85rem;display:flex}.order-status-item-name{color:var(--text);flex:1}.order-status-item-qty{color:var(--text-secondary);text-align:center;min-width:30px}.order-status-item-price{color:var(--heading);text-align:right;min-width:70px;font-weight:600}.order-status-total{border-top:1px solid var(--border);color:var(--heading);justify-content:space-between;padding-top:.75rem;font-size:.9rem;font-weight:700;display:flex}.order-status-info{max-width:480px}@media (width<=768px){.header-search{order:4;max-width:100%;margin:.5rem 0 0}.App-header{flex-wrap:wrap;height:auto;padding:.75rem 1rem}.form-row{grid-template-columns:1fr}.order-status-form{flex-direction:column;align-items:stretch}.order-status-card-header{flex-direction:column;align-items:flex-start}.lightbox-overlay{padding:1rem}.lightbox-close{top:.75rem;right:.75rem}}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;display:flex}.section-title{margin-bottom:0;font-size:clamp(1.3rem,3vw,1.6rem)}.section-title-accent{color:var(--text-secondary);font-size:.85em;font-weight:400}.section-link{color:var(--text-secondary);align-items:center;gap:.35rem;padding-bottom:.15rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .25s,gap .25s;display:flex}.reveal-section{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.reveal-section.is-visible{opacity:1;transform:translateY(0)}.hero{grid-template-columns:1fr auto;align-items:center;gap:3rem;min-height:min(85vh,680px);padding:2.5rem 0 4rem;display:grid;position:relative;overflow:hidden}.hero-canvas{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}.hero-orbs{pointer-events:none;z-index:0;position:absolute;inset:-100px}.hero-orb{will-change:transform;border-radius:42% 58% 52% 48%/40% 48% 52% 60%;animation:12s ease-in-out infinite blob-morph,18s ease-in-out infinite blob-float;position:absolute}.hero-orb:first-child{background:radial-gradient(circle at 30% 40%,#e94e8a1f,#e94e8a0a 60%,#0000)}.hero-orb:nth-child(2){background:radial-gradient(circle at 60%,#e94e8a14,#e94e8a05 60%,#0000);animation-direction:reverse}.hero-orb:nth-child(3){background:radial-gradient(circle,#e94e8a0f,#0000 60%);animation-duration:14s,20s}.hero-orb:nth-child(4){background:radial-gradient(circle at 40% 60%,#e94e8a0d,#0000 60%);animation-duration:18s,22s;animation-direction:reverse}.hero-ring-large{pointer-events:none;border:1px solid #e94e8a14;border-radius:50%;width:520px;height:520px;animation:40s linear infinite ring-rotate;position:absolute;top:50%;right:0}.hero-ring-large:before{content:"";border:1px solid #e94e8a0d;border-radius:50%;width:64%;height:64%;position:absolute;top:18%;left:18%}.hero-ring-small{pointer-events:none;border:1px solid #e94e8a0f;border-radius:50%;width:200px;height:200px;animation:30s linear infinite reverse ring-rotate;position:absolute;top:30%;right:25%}.hero-content{z-index:2;flex-direction:column;align-items:flex-start;gap:1.2rem;display:flex;position:relative}.hero-badge{background:var(--accent-dim);text-transform:uppercase;letter-spacing:.06em;color:var(--accent);opacity:0;border:1px solid #e94e8a26;border-radius:100px;align-items:center;gap:.45rem;padding:.35rem .8rem;font-size:.7rem;font-weight:600;animation:.5s cubic-bezier(.16,1,.3,1) forwards hero-badge-in;display:inline-flex}.hero-headline{font-family:var(--font-display);max-width:720px;font-size:clamp(2.8rem,6vw,4.4rem);font-weight:700;line-height:1.08}.hero-headline .hw{opacity:0;animation:.55s cubic-bezier(.16,1,.3,1) forwards hero-word-in;display:inline-block}.hero-headline .hw-accent{color:var(--accent)}.hero-headline .hw-italic{color:var(--accent);font-style:italic}.hero-headline .hw-dot{color:var(--accent);animation-duration:.3s}.hero-subtitle{max-width:500px;color:var(--text-secondary);opacity:0;font-size:1.05rem;line-height:1.8;animation:.6s cubic-bezier(.16,1,.3,1) forwards hero-subtitle-in}.hero-actions{opacity:0;flex-wrap:wrap;gap:.85rem;animation:.5s cubic-bezier(.16,1,.3,1) forwards hero-actions-in;display:flex}.hero-actions .btn{align-items:center;gap:.5rem;display:inline-flex}.btn-outline{border:1.5px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:100px;align-items:center;gap:.4rem;padding:.7rem 1.4rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .3s,color .3s,background .3s,transform .2s;display:inline-flex}.btn-outline:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-dim);transform:translateY(-1px)}.hero-trust{opacity:0;align-items:center;gap:.75rem;padding:.6rem 0;animation:.4s cubic-bezier(.16,1,.3,1) forwards hero-actions-in;display:flex}.trust-item{color:var(--text-secondary);white-space:nowrap;align-items:center;gap:.35rem;font-size:.72rem;display:flex}.trust-item svg{color:var(--accent);opacity:.7}.trust-dot{background:var(--text-secondary);opacity:.4;border-radius:50%;width:3px;height:3px}.hero-visual{z-index:2;aspect-ratio:3/4;border-radius:16px;width:clamp(160px,18vw,260px);animation:.8s ease-out .6s both fade-up;position:relative;overflow:visible}.hero-img-wrap{will-change:transform;border-radius:16px;width:100%;height:100%;transition:transform .15s ease-out,box-shadow .5s;position:relative;overflow:hidden;box-shadow:0 20px 48px #0000000f}.hero-img-wrap:hover{box-shadow:0 28px 64px #e94e8a26}.hero-img-glow{opacity:0;pointer-events:none;z-index:0;background:radial-gradient(circle,#e94e8a1a 0%,#0000 60%);transition:opacity .5s;position:absolute;inset:-30%}.hero-img-wrap:hover .hero-img-glow{opacity:1}.hero-img{z-index:1;object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block;position:relative}.hero-img-wrap:hover .hero-img{transform:scale(1.06)}.hero-img-decor{background:var(--surface);border:1.5px solid var(--accent-dim);width:32px;height:32px;color:var(--accent);z-index:2;border-radius:50%;justify-content:center;align-items:center;animation:3s ease-in-out infinite float;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 4px 12px #0000000f}.hero-visual:before{content:"";z-index:-1;background:linear-gradient(135deg,#e94e8a1f,#e94e8a08 50%,#0000);border-radius:22px;animation:4s ease-in-out infinite visual-glow-pulse;position:absolute;inset:-10px}.hero-visual:after{content:"";z-index:-1;border:1.5px solid #e94e8a1a;border-radius:50%;width:60px;height:60px;animation:6s ease-in-out 1s infinite float;position:absolute;top:-24px;right:-24px}.section-categories{margin:4rem 0}.categories-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem;overflow-x:auto}.categories-scroll::-webkit-scrollbar{display:none}.categories-track{gap:1rem;min-width:max-content;padding:.25rem 0;display:flex}.category-card-alt{background:var(--surface);border:1.5px solid var(--border);border-radius:16px;flex-direction:column;gap:.5rem;min-width:170px;padding:1.5rem 1.5rem 1.3rem;text-decoration:none;transition:border-color .35s,transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s,background .4s;display:flex;position:relative;overflow:hidden}.category-card-alt:before{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:0;height:3px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.category-card-alt:hover:before{opacity:1}.category-card-alt:hover{box-shadow:0 16px 48px var(--accent-glow);background:linear-gradient(135deg, var(--surface), color-mix(in srgb, var(--accent-dim) 70%, var(--surface)));border-color:#0000;transform:translateY(-5px)scale(1.02)}.category-icon-wrap{background:var(--accent-dim);width:44px;height:44px;color:var(--accent);border-radius:12px;justify-content:center;align-items:center;transition:background .35s,transform .35s,color .35s;display:flex}.category-card-alt:hover .category-icon-wrap{background:var(--accent);color:#fff;transform:scale(1.1)rotate(-4deg)}.category-card-alt h3{color:var(--heading);font-size:1rem;font-weight:600;transition:color .3s}.category-card-alt:hover h3{color:var(--accent)}.category-card-alt p{color:var(--text-secondary);flex:1;font-size:.75rem;line-height:1.4}.category-arrow{color:var(--border-light);align-self:flex-end;transition:color .3s,transform .3s}.category-card-alt:hover .category-arrow{color:var(--accent);transform:translate(2px,-2px)}.section-featured{margin:4rem 0}.featured-header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;display:flex}.featured-header .section-title{margin-bottom:0}.featured-subtitle{color:var(--text-secondary);margin-top:.3rem;font-size:.85rem}.featured-nav{flex-shrink:0;gap:.5rem;display:flex}.featured-arrow{background:var(--surface);border:1.5px solid var(--border);cursor:pointer;width:38px;height:38px;color:var(--heading);border-radius:50%;justify-content:center;align-items:center;transition:background .25s,border-color .25s,transform .2s,box-shadow .25s;display:flex}.featured-arrow:hover{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 4px 16px var(--accent-glow);transform:scale(1.08)}.featured-arrow:active{transform:scale(.95)}.featured-viewport{touch-action:pan-y;border-radius:18px;overflow:hidden}.featured-track{will-change:transform;gap:1rem;transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex}.featured-item{flex-shrink:0;width:clamp(200px,55vw,280px)}@media (width>=769px){.featured-item{width:clamp(240px,22vw,280px)}}.featured-item .product-card{height:100%}.featured-dots{justify-content:center;align-items:center;gap:.5rem;margin-top:1.2rem;display:flex}.featured-dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .3s,transform .3s}.featured-dot.active{background:var(--accent);transform:scale(1.3)}.featured-dot:hover{background:var(--accent);opacity:.6}.section-stats{margin:4rem 0}.stats-grid{background:linear-gradient(135deg, var(--surface) 0%, color-mix(in srgb, var(--accent-dim) 30%, var(--surface)) 100%);border:1.5px solid var(--border);border-radius:20px;justify-content:center;align-items:center;gap:0;padding:2.5rem;display:flex}.stat-item{text-align:center;flex-direction:column;align-items:center;gap:.3rem;padding:.5rem 2rem;display:flex}.stat-icon{background:var(--accent-dim);width:48px;height:48px;color:var(--accent);border-radius:14px;justify-content:center;align-items:center;margin-bottom:.2rem;transition:background .3s,transform .3s;display:flex}.stat-item:hover .stat-icon{background:var(--accent);color:#fff;transform:scale(1.08)}.stat-value{color:var(--accent);letter-spacing:-.02em;font-size:1.6rem;font-weight:800;line-height:1}.stat-value-text{font-size:1rem;font-weight:700}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;max-width:140px;font-size:.7rem;font-weight:500}.stat-divider{background:var(--border);flex-shrink:0;width:1px;height:80px}.section-marquee{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:3rem 0;padding:1.5rem 0;overflow:hidden}.marquee-track{gap:0;display:flex;overflow:hidden}.marquee-content{flex-shrink:0;align-items:center;gap:2.5rem;animation:24s linear infinite marquee-scroll;display:flex}.marquee-item{color:var(--text-secondary);white-space:nowrap;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;transition:color .2s;display:flex}.marquee-item svg{color:var(--accent);opacity:.7}.marquee-item:hover{color:var(--heading)}.section-cta{margin:4rem 0 2rem}.cta-card-alt{text-align:center;background:linear-gradient(135deg, var(--surface) 0%, color-mix(in srgb, var(--accent-dim) 50%, var(--surface)) 50%, color-mix(in srgb, var(--accent-dim) 20%, var(--surface)) 100%);border:1.5px solid var(--border);border-radius:24px;flex-direction:column;align-items:center;padding:4rem 2rem;transition:box-shadow .4s;display:flex;position:relative;overflow:hidden}.cta-card-alt:hover{box-shadow:0 8px 48px var(--accent-glow)}.cta-glow{pointer-events:none;background:radial-gradient(circle,#e94e8a1a 0%,#0000 70%);border-radius:50%;width:280px;height:280px;animation:7s ease-in-out infinite cta-glow-drift;position:absolute;top:40%;left:30%}.cta-glow-2{pointer-events:none;background:radial-gradient(circle,#e94e8a0f 0%,#0000 70%);border-radius:50%;width:200px;height:200px;animation:9s ease-in-out 2s infinite cta-glow-drift;position:absolute;bottom:-20%;right:10%}.cta-content{z-index:1;flex-direction:column;align-items:center;gap:1rem;display:flex;position:relative}.cta-icon{background:linear-gradient(135deg, var(--accent-dim), #e94e8a26);width:56px;height:56px;color:var(--accent);border-radius:16px;justify-content:center;align-items:center;margin-bottom:.25rem;animation:3s ease-in-out infinite float;display:flex}.cta-content h2{font-size:clamp(1.5rem,3vw,1.9rem)}.cta-content p{max-width:420px;color:var(--text-secondary);font-size:.95rem;line-height:1.6}.cta-actions{flex-wrap:wrap;justify-content:center;gap:.85rem;margin-top:.5rem;display:flex}.cta-actions .btn{align-items:center;gap:.5rem;display:inline-flex}@keyframes hero-badge-in{0%{opacity:0;transform:translateY(8px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.hero{flex-direction:column;gap:1.5rem;min-height:auto;padding:1rem 0 2rem;display:flex}.hero-orb:nth-child(3),.hero-orb:nth-child(4){display:none}.hero-orb:first-child{width:220px;height:220px;top:-30px;right:-30px}.hero-orb:nth-child(2){width:150px;height:150px;bottom:-10px}.hero-ring-large{width:280px;height:280px}.hero-ring-small{display:none}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn,.cta-actions .btn{justify-content:center;width:100%}.hero-visual{aspect-ratio:3/4;order:-1;width:50%;max-width:160px;margin:0 auto}.hero-visual:before{border-radius:18px;inset:-5px}.hero-visual:after{display:none}.hero-trust{flex-wrap:wrap;gap:.5rem}.trust-dot:nth-child(4){display:none}.categories-track{gap:.75rem}.category-card-alt{min-width:140px;padding:1.2rem}.category-icon-wrap{width:38px;height:38px}.featured-viewport{border-radius:12px}.stats-grid{flex-wrap:wrap;gap:.75rem;padding:1.5rem 1rem}.stat-item{flex:1;min-width:100px;padding:.5rem .75rem}.stat-divider{display:none}.stat-value{font-size:1.3rem}.stat-icon{width:40px;height:40px}.stat-icon svg{width:18px;height:18px}.cta-card-alt{padding:2.5rem 1.5rem}.cta-actions{flex-direction:column}.section-marquee{margin:2rem 0;padding:1rem 0}.marquee-content{gap:1.5rem;animation-duration:18s}.marquee-item{font-size:.72rem}.reveal-section{transform:translateY(24px)}}@media (width<=480px){.hero-headline{font-size:clamp(2rem,10vw,2.6rem)}.hero-badge{font-size:.65rem}.hero-subtitle{font-size:.9rem}.stats-grid{flex-direction:column;gap:1rem;padding:1.5rem}.stat-item{text-align:left;flex-direction:row;gap:.75rem;width:100%;padding:.25rem 0}.stat-label{text-transform:none;font-size:.8rem}}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.category-card{background:var(--surface);border:1.5px solid var(--border);border-radius:14px;flex-direction:column;gap:.4rem;padding:1.4rem 1.2rem;text-decoration:none;transition:border-color .3s,transform .3s,box-shadow .3s;animation:.5s ease-out both fade-up;display:flex}.category-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.category-card h3{color:var(--heading);font-size:1.05rem;font-weight:600}.category-card p{color:var(--text-secondary);font-size:.78rem;line-height:1.4}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem;display:grid}.product-grid-item{animation:.4s ease-out both fade-up}.product-card{background:var(--surface);border:1.5px solid var(--border);border-radius:16px;flex-direction:column;text-decoration:none;transition:border-color .35s,transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s;display:flex;overflow:hidden}.product-card:hover{border-color:var(--accent);box-shadow:0 16px 48px var(--accent-glow);transform:translateY(-6px)}.product-card-image{will-change:transform;justify-content:center;align-items:center;height:220px;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.product-card-img-overlay{z-index:1;pointer-events:none;background:linear-gradient(#0000 50%,#00000008 100%);position:absolute;inset:0}.product-card-img{object-fit:cover;z-index:0;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-card-img{transform:scale(1.08)}.product-card-overlay{opacity:0;z-index:5;background:#0000004d;justify-content:center;align-items:center;transition:opacity .35s;display:flex;position:absolute;inset:0}.product-card:hover .product-card-overlay{opacity:1}.product-card-view{letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--accent);border-radius:8px;align-items:center;gap:.4rem;padding:.6rem 1.2rem;font-size:.7rem;font-weight:600;transition:transform .3s cubic-bezier(.16,1,.3,1);display:inline-flex;transform:translateY(10px)}.product-card:hover .product-card-view{transform:translateY(0)}.product-card-badge{color:#fff;background:linear-gradient(135deg, var(--danger), #e04040);z-index:5;border-radius:6px;padding:.25rem .65rem;font-size:.68rem;font-weight:700;position:absolute;top:12px;left:12px;box-shadow:0 2px 8px #e45a5a4d}.product-card-body{flex-direction:column;flex:1;gap:.3rem;padding:1rem 1.1rem 1.1rem;display:flex}.product-card-category{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);opacity:.7;align-items:center;gap:.35rem;font-size:.62rem;font-weight:600;transition:opacity .25s;display:inline-flex}.product-card:hover .product-card-category{opacity:1}.product-card-name{color:var(--heading);margin:0;font-size:1.1rem;font-weight:700;line-height:1.3}.product-card-desc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:.5rem;display:flex}.product-card-price{color:var(--accent);font-size:1.05rem;font-weight:700}.product-card-original{color:var(--text-secondary);margin-right:.4rem;font-size:.78rem;font-weight:400;text-decoration:line-through}.product-card-rating{color:var(--text-secondary);align-items:center;gap:.3rem;font-size:.78rem;display:flex}.card-stars{gap:1px;display:inline-flex}.card-star{transition:transform .2s,color .2s}.card-star.filled{color:#f1c40f}.card-star.empty{color:var(--border-light);opacity:.5}.product-card-rating:hover .card-star{transform:scale(1.15)}.products-top{justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;display:flex}.products-top h2{margin-bottom:.15rem}.page-subtitle{color:var(--text-secondary);font-size:.9rem}.btn-filter-toggle{font-family:var(--font-body);color:var(--text);background:var(--surface);border:1.5px solid var(--border);cursor:pointer;border-radius:10px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.82rem;font-weight:600;transition:border-color .2s,color .2s;display:none}.btn-filter-toggle:hover{border-color:var(--accent);color:var(--accent)}.products-layout{grid-template-columns:230px 1fr;gap:2rem;display:grid}.products-sidebar{align-self:start}.sidebar-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.sidebar-header h3{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.06em;color:var(--heading);align-items:center;gap:.4rem;margin:0;font-size:.78rem;font-weight:700;display:flex}.sidebar-close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;transition:color .2s,background .2s;display:none}.sidebar-close:hover{color:var(--heading);background:var(--surface-hover)}.sidebar-overlay{display:none}.filter-section{margin-bottom:1.5rem}.filter-label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);margin-bottom:.65rem;font-size:.68rem;font-weight:600}.filter-chips{flex-direction:column;gap:3px;display:flex}.filter-chip{text-align:left;width:100%;font-family:var(--font-body);color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.85rem;font-weight:500;transition:background .2s,color .2s,transform .15s;display:flex;position:relative}.filter-chip:before{content:"";background:var(--accent);opacity:0;border-radius:2px;width:3px;transition:opacity .25s;position:absolute;top:6px;bottom:6px;left:0}.filter-chip:hover{background:var(--surface-hover);color:var(--heading)}.filter-chip.active{color:var(--accent);background:var(--accent-dim)}.filter-chip.active:before{opacity:1}.filter-chip svg{opacity:.6;flex-shrink:0;transition:opacity .2s}.filter-chip.active svg{opacity:1}.price-filter-wrapper{margin-top:.25rem}.price-range-display{color:var(--heading);align-items:center;gap:.3rem;margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:flex}.price-max-display{color:var(--accent)}.price-range-slider{appearance:none;background:var(--border);border-radius:2px;outline:none;width:100%;height:4px;margin:.5rem 0}.price-range-slider::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border-radius:50%;width:18px;height:18px;transition:transform .15s,box-shadow .2s;box-shadow:0 2px 6px #e94e8a4d}.price-range-slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 3px 12px #e94e8a66}.price-range-slider::-moz-range-thumb{background:var(--accent);cursor:pointer;border:none;border-radius:50%;width:18px;height:18px;transition:transform .15s}.price-range-slider::-moz-range-thumb:hover{transform:scale(1.2)}.price-range-labels{color:var(--text-secondary);justify-content:space-between;margin-top:.25rem;font-size:.68rem;display:flex}.btn-reset-filters{font-family:var(--font-body);color:var(--accent);background:var(--accent-dim);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.35rem;width:100%;padding:.45rem .8rem;font-size:.78rem;font-weight:600;transition:background .2s,color .2s;display:inline-flex}.btn-reset-filters:hover{background:var(--accent);color:#fff}.products-content{min-width:0}.products-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.products-count{color:var(--text-secondary);font-size:.85rem;font-weight:500}.sort-label{color:var(--text-secondary);font-size:.75rem;font-weight:500}.products-empty{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:5rem 2rem;display:flex}.banner-icon{color:var(--accent);flex-shrink:0;align-items:center;display:inline-flex}.products-empty h3{font-size:1.2rem}.products-empty p{color:var(--text-secondary);font-size:.9rem}.back-link{color:var(--text-secondary);align-items:center;gap:.3rem;margin-bottom:1.5rem;font-size:.82rem;font-weight:500;text-decoration:none;transition:color .25s;display:inline-flex}.back-link:hover{color:var(--accent)}.detail-layout{grid-template-columns:1fr 1fr;gap:3.5rem;margin-bottom:3rem;display:grid}.detail-image-section{top:calc(var(--nav-height) + 1.5rem);align-self:start;position:sticky}.detail-image{will-change:transform;cursor:zoom-in;border-radius:20px;justify-content:center;align-items:center;height:500px;transition:transform .1s ease-out,box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 48px #0000000f}.detail-image:hover{box-shadow:0 20px 60px var(--accent-glow)}.detail-img-glow{opacity:0;pointer-events:none;z-index:0;background:radial-gradient(circle,#e94e8a14 0%,#0000 60%);transition:opacity .5s;position:absolute;inset:-20%}.detail-image:hover .detail-img-glow{opacity:1}.detail-img{z-index:1;object-fit:cover;width:100%;height:100%;transition:transform .6s;animation:.5s ease-out scale-in;position:relative}.detail-image:hover .detail-img{transform:scale(1.04)}.detail-image-hints{color:var(--text-secondary);opacity:.6;justify-content:center;margin-top:.6rem;font-size:.7rem;display:flex}.detail-info{flex-direction:column;gap:.7rem;animation:.5s ease-out slide-in-right;display:flex}.detail-category-row{background:var(--accent-dim);width:fit-content;color:var(--accent);border-radius:100px;align-items:center;gap:.4rem;padding:.3rem .8rem;font-weight:600;display:inline-flex}.detail-category{text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.detail-info h2{margin-top:.25rem;font-size:clamp(1.8rem,3.5vw,2.4rem);line-height:1.1}.detail-rating{align-items:center;gap:.4rem;display:flex}.detail-star-row{gap:2px;display:inline-flex}.detail-star.filled{color:#f1c40f;filter:drop-shadow(0 0 2px #f1c40f4d)}.detail-star.empty{color:var(--border-light);opacity:.5}.detail-rating-value{color:var(--heading);font-size:.9rem;font-weight:700}.detail-rating-count{color:var(--text-secondary);font-size:.78rem}.detail-price{align-items:baseline;gap:.6rem;margin:.25rem 0;display:flex}.detail-original{color:var(--text-secondary);font-size:1rem;text-decoration:line-through}.detail-current{color:var(--accent);letter-spacing:-.02em;font-size:1.8rem;font-weight:800;line-height:1}.detail-desc{color:var(--text-secondary);font-size:.92rem;line-height:1.8}.detail-features{margin:.25rem 0}.detail-features h3{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin-bottom:.6rem;font-size:.72rem;font-weight:600}.detail-features ul{flex-direction:column;gap:.4rem;list-style:none;display:flex}.detail-features li{color:var(--text);align-items:flex-start;gap:.5rem;font-size:.85rem;line-height:1.5;display:flex}.feature-check{color:var(--success);flex-shrink:0;margin-top:.2rem}.detail-actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin:.75rem 0;display:flex}.quantity-selector{border:1.5px solid var(--border);background:var(--surface);border-radius:10px;align-items:center;gap:0;display:flex;overflow:hidden}.qty-btn{width:42px;height:42px;color:var(--heading);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1rem;font-weight:600;transition:background .2s,color .2s;display:flex}.qty-btn:hover:not(:disabled){background:var(--surface-hover);color:var(--accent)}.qty-btn:disabled{opacity:.25;cursor:default}.qty-value{width:36px;height:42px;color:var(--heading);border-left:1.5px solid var(--border);border-right:1.5px solid var(--border);background:var(--bg);justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:flex}.detail-add-btn{flex:1;align-items:center;gap:.5rem;min-width:180px;height:42px;padding:0 1.8rem;display:inline-flex}.detail-fav-btn{color:var(--text-secondary);border-color:var(--border);justify-content:center;align-items:center;width:42px!important;min-width:42px!important;height:42px!important;padding:0!important;display:flex!important}.detail-fav-btn:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-dim)}.detail-fav-btn.active{color:#fff;background:var(--accent);border-color:var(--accent)}.detail-fav-btn.active:hover{background:var(--accent-hover)}.detail-meta{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:1.5rem;padding-top:.75rem;display:flex}.stock-badge{align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;display:inline-flex}.stock-dot{border-radius:50%;width:8px;height:8px}.in-stock .stock-dot{background:var(--success);animation:2s ease-in-out infinite pulse-dot;box-shadow:0 0 6px #34c75966}.out-of-stock .stock-dot{background:var(--danger)}.in-stock{color:var(--success)}.out-of-stock{color:var(--danger)}.detail-trust{align-items:center;gap:1rem;display:flex}.detail-trust-item{color:var(--text-secondary);align-items:center;gap:.3rem;font-size:.75rem;display:flex}.detail-trust-item svg{color:var(--accent);opacity:.7}.detail-strip{background:var(--surface);border:1.5px solid var(--border);border-radius:16px;flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2.5rem;padding:1.25rem 1.5rem;display:flex}.strip-item{color:var(--text-secondary);align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;display:flex}.strip-item svg{color:var(--accent)}.section-related{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:2rem}.related-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.related-header .section-title{margin-bottom:0}.section-link{color:var(--text-secondary);align-items:center;gap:.35rem;font-size:.82rem;font-weight:500;text-decoration:none;transition:color .25s,gap .25s;display:flex}.section-link:hover{color:var(--accent);gap:.55rem}.reviews-section{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:2rem}.reviews-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.reviews-header .section-title{margin-bottom:0}.reviews-summary{background:var(--surface);border:1.5px solid var(--border);border-radius:14px;flex-wrap:wrap;align-items:center;gap:2rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem;display:flex}.reviews-avg{flex-direction:column;align-items:center;gap:.15rem;min-width:100px;display:flex}.reviews-avg-number{color:var(--heading);font-size:2.2rem;font-weight:800;line-height:1}.reviews-avg-total{color:var(--text-secondary);margin-top:.15rem;font-size:.75rem}.reviews-distribution{flex-direction:column;flex:1;gap:4px;min-width:160px;display:flex}.rating-bar-row{align-items:center;gap:.5rem;display:flex}.rating-bar-label{color:var(--text-secondary);min-width:24px;font-size:.78rem;font-weight:600}.rating-bar-track{background:var(--border);border-radius:3px;flex:1;height:6px;overflow:hidden}.rating-bar-fill{background:linear-gradient(90deg,#f1c40f,#f39c12);border-radius:3px;height:100%;transition:width .4s}.rating-bar-count{color:var(--text-secondary);text-align:right;min-width:20px;font-size:.75rem;font-weight:600}.stars-row{gap:2px;display:inline-flex}.stars-row .star-filled{color:#f1c40f}.stars-row .star-empty{color:var(--border-light)}.review-form{background:var(--surface);border:1.5px solid var(--border);border-radius:14px;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;animation:.3s ease-out scale-in;display:flex}.review-form h3{font-size:1rem}.review-stars-input{gap:4px;display:flex}.star-btn{cursor:pointer;color:var(--border-light);background:0 0;border:none;padding:2px;font-size:1.6rem;line-height:1;transition:color .2s,transform .15s}.star-btn:hover{transform:scale(1.2)}.star-btn.active{color:#f1c40f}.star-btn:hover~.star-btn{color:var(--border-light)}.reviews-list{flex-direction:column;gap:.75rem;display:flex}.review-card{background:var(--surface);border:1.5px solid var(--border);border-radius:12px;padding:1.1rem 1.25rem;transition:border-color .3s,transform .2s}.review-card:hover{border-color:var(--border-light);transform:translate(3px)}.review-card-header{align-items:center;gap:.75rem;margin-bottom:.6rem;display:flex}.review-card-avatar{color:#fff;background:linear-gradient(135deg, var(--accent), #d43d78);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.85rem;font-weight:700;display:flex}.review-card-info{flex-direction:column;flex:1;gap:1px;display:flex}.review-card-name{color:var(--heading);font-size:.85rem;font-weight:700}.review-card-date{color:var(--text-secondary);flex-shrink:0;font-size:.72rem}.review-card-comment{color:var(--text);font-size:.88rem;line-height:1.6}@media (width<=1024px){.detail-layout{grid-template-columns:1fr;gap:2rem}.detail-image-section{position:static}.detail-image{height:380px}.detail-strip{gap:1rem}}@media (width<=768px){.products-layout{grid-template-columns:1fr}.products-sidebar{z-index:1000;background:var(--surface);padding:1.25rem;transition:transform .35s cubic-bezier(.16,1,.3,1);position:fixed;inset:0;overflow-y:auto;transform:translate(-100%)}.products-sidebar.open,.sidebar-open{transform:translate(0)}.sidebar-header{margin-bottom:1rem}.sidebar-close{display:flex}.sidebar-overlay{z-index:999;background:#0000004d;animation:.2s ease-out fade-in;display:block;position:fixed;inset:0}.btn-filter-toggle{display:inline-flex}.filter-chips{flex-flow:wrap;gap:4px}.filter-chip{width:auto}.filter-chip:before{display:none}.categories-grid{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.product-card-image{height:160px}.detail-image{border-radius:14px;height:280px}.detail-actions{flex-direction:column;align-items:stretch}.detail-add-btn{justify-content:center;width:100%}.detail-fav-btn{align-self:center}.detail-trust{flex-wrap:wrap;gap:.75rem}.detail-strip{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.reviews-summary{flex-direction:column;align-items:stretch;gap:1rem}.reviews-avg{flex-direction:row;gap:.6rem;min-width:auto}.reviews-avg-number{font-size:1.6rem}.products-top{flex-direction:column;align-items:flex-start;gap:.75rem}.btn-filter-toggle{align-self:flex-start}}@media (width<=480px){.products-grid{grid-template-columns:1fr}.product-card-image{height:200px}.detail-image{height:240px}.detail-current{font-size:1.4rem}}.cart-header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;display:flex}.cart-header h2{margin-bottom:.15rem}.btn-sm{padding:.45rem 1rem;font-size:.75rem}.cart-layout{grid-template-columns:1fr 340px;gap:2rem;margin-top:.5rem;display:grid}.cart-items{flex-direction:column;gap:.85rem;display:flex}.cart-item{background:var(--surface);border:1.5px solid var(--border);border-radius:14px;align-items:center;gap:1rem;padding:1rem 1.15rem;transition:border-color .3s,transform .3s,box-shadow .3s;animation:.4s ease-out both fade-up;display:flex}.cart-item:hover{border-color:var(--accent);box-shadow:0 4px 16px var(--accent-glow)}.cart-item-image{border-radius:10px;flex-shrink:0;width:76px;height:76px;transition:transform .3s;overflow:hidden}.cart-item:hover .cart-item-image{transform:scale(1.04)}.cart-item-img{object-fit:cover;width:100%;height:100%}.cart-item-info{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.cart-item-category{text-transform:uppercase;letter-spacing:.07em;color:var(--accent);opacity:.7;align-items:center;gap:.3rem;font-size:.6rem;font-weight:600;display:inline-flex}.cart-item-name{color:var(--heading);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s;overflow:hidden}.cart-item-name:hover{color:var(--accent)}.cart-item-price{color:var(--text-secondary);font-size:.78rem;font-weight:500}.cart-item-quantity{border:1.5px solid var(--border);background:var(--surface);border-radius:8px;flex-shrink:0;align-items:center;gap:0;display:flex;overflow:hidden}.qty-btn-sm{cursor:pointer;width:32px;height:34px;color:var(--heading);background:0 0;border:none;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.qty-btn-sm:hover:not(:disabled){background:var(--surface-hover);color:var(--accent)}.qty-btn-sm:disabled{opacity:.25;cursor:default}.qty-value-sm{width:30px;height:34px;color:var(--heading);border-left:1.5px solid var(--border);border-right:1.5px solid var(--border);background:var(--bg);justify-content:center;align-items:center;font-size:.82rem;font-weight:700;display:flex}.cart-item-total{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.1rem;min-width:70px;display:flex}.cart-total-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.62rem;font-weight:500}.cart-total-value{color:var(--heading);font-size:1rem;font-weight:700}.cart-item-remove{width:34px;height:34px;color:var(--text-secondary);cursor:pointer;background:0 0;border:1.5px solid #0000;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:color .2s,background .2s,border-color .2s;display:flex}.cart-item-remove:hover{color:var(--danger);background:#e45a5a0f;border-color:#e45a5a26}.cart-summary{top:calc(var(--nav-height) + 1.5rem);background:linear-gradient(135deg, var(--surface), color-mix(in srgb, var(--accent-dim) 30%, var(--surface)));border:1.5px solid var(--border);border-radius:16px;flex-direction:column;align-self:start;gap:1rem;padding:1.5rem;display:flex;position:sticky}.cart-summary h3{margin-bottom:0;font-size:1.1rem}.summary-rows{flex-direction:column;gap:.6rem;display:flex}.summary-row{color:var(--text);justify-content:space-between;font-size:.88rem;display:flex}.summary-free{color:var(--success);font-size:.82rem}.summary-total{border-top:1px solid var(--border);color:var(--heading);margin-top:.25rem;padding-top:.75rem;font-size:1.05rem;font-weight:700}.summary-trust{gap:1rem;padding:.6rem 0;display:flex}.summary-trust-item{color:var(--text-secondary);align-items:center;gap:.35rem;font-size:.72rem;display:flex}.summary-trust-item svg{color:var(--accent);opacity:.7}.cart-summary .btn{margin-top:.25rem}.cart-empty{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:6rem 2rem;display:flex}.cart-empty .empty-icon{background:var(--accent-dim);width:64px;height:64px;color:var(--accent);border-radius:16px;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.cart-empty h2{font-size:1.4rem}.cart-empty p{color:var(--text-secondary);max-width:320px;font-size:.9rem}.checkout-steps{align-items:center;gap:0;margin:1.5rem 0 2rem;display:flex}.step-item{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;transition:color .3s;display:flex}.step-item.active{color:var(--accent)}.step-item.active .step-circle{background:var(--accent);color:#fff;border-color:var(--accent)}.step-circle{border:2px solid var(--border);width:34px;height:34px;color:var(--text-secondary);background:var(--surface);border-radius:50%;justify-content:center;align-items:center;transition:background .3s,border-color .3s,color .3s,transform .3s;display:flex}.step-item.active .step-circle{box-shadow:0 4px 12px var(--accent-glow);transform:scale(1.05)}.step-label{display:none}@media (width>=481px){.step-label{display:inline}}.step-line{background:var(--border);flex:1;min-width:24px;height:2px;margin:0 1rem;transition:background .3s}.step-line.active{background:var(--accent)}.checkout-layout{grid-template-columns:1fr 360px;gap:2rem;display:grid}.checkout-form{flex-direction:column;gap:1.2rem;display:flex}.checkout-form h3{font-size:1.15rem}.checkout-mock-notice{background:var(--accent-dim);color:var(--accent);border:1px solid #e94e8a26;border-radius:10px;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.8rem;font-weight:500;display:flex}.checkout-mock-notice svg{flex-shrink:0}.checkout-trust-note{color:var(--text-secondary);align-items:center;gap:.4rem;font-size:.78rem;display:flex}.checkout-trust-note svg{color:var(--accent);opacity:.7}.checkout-actions{gap:.75rem;margin-top:.25rem;display:flex}.checkout-actions .btn{flex:1}.checkout-summary{background:var(--surface);border:1.5px solid var(--border);top:calc(var(--nav-height) + 1.5rem);border-radius:16px;align-self:start;padding:1.5rem;position:sticky}.checkout-summary h3{margin-bottom:1rem;font-size:1.1rem}.checkout-items{flex-direction:column;display:flex}.checkout-item{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.7rem 0;display:flex}.checkout-item:first-child{padding-top:0}.checkout-item:last-child{border-bottom:none;padding-bottom:0}.checkout-item-image{border-radius:8px;flex-shrink:0;width:44px;height:44px;overflow:hidden}.checkout-item-img{object-fit:cover;width:100%;height:100%}.checkout-item-info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.checkout-item-category{text-transform:uppercase;letter-spacing:.06em;color:var(--accent);opacity:.6;align-items:center;gap:.25rem;font-size:.55rem;font-weight:600;display:inline-flex}.checkout-item-name{color:var(--heading);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.checkout-item-qty{color:var(--text-secondary);font-size:.72rem}.checkout-item-price{color:var(--heading);flex-shrink:0;font-size:.85rem;font-weight:600}.checkout-total{border-top:1px solid var(--border);color:var(--heading);justify-content:space-between;margin-top:.5rem;padding-top:.8rem;font-size:1rem;font-weight:700;display:flex}.checkout-confirmation{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;min-height:60vh;padding:2rem;display:flex}.checkout-check-icon{color:#fff;background:var(--success);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:.5rem;animation:.4s ease-out scale-in,3s ease-in-out infinite glow-pulse;display:flex}.checkout-confirmation h2{font-size:1.6rem}.checkout-confirmation p{color:var(--text-secondary);max-width:340px}.confirm-details{flex-direction:column;gap:.4rem;padding:.75rem 0;display:flex}.confirm-item{color:var(--text-secondary);align-items:center;gap:.4rem;font-size:.82rem;display:flex}.confirm-item svg{color:var(--success)}.checkout-redirect{color:var(--text-secondary);opacity:.6;font-size:.78rem}@media (width<=1024px){.cart-layout,.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}}@media (width<=768px){.cart-header{flex-direction:column;align-items:flex-start}.cart-item{flex-wrap:wrap;gap:.75rem}.cart-item-image{width:60px;height:60px}.cart-item-info{min-width:calc(100% - 76px)}.cart-item-quantity{order:1}.cart-item-total{flex-direction:row;order:2;align-items:center;gap:.4rem;margin-left:auto}.cart-total-label{font-size:.7rem}.cart-item-remove{order:3}.checkout-steps{gap:0;font-size:.72rem}.step-circle{width:30px;height:30px}.step-line{margin:0 .5rem}.checkout-actions{flex-direction:column}.cart-summary{position:static}}.info-hero{flex-direction:column;gap:1rem;margin-bottom:2.5rem;display:flex}.info-lead{color:var(--text-secondary);max-width:560px;font-size:1rem}.info-content{flex-direction:column;gap:1.25rem;display:flex}.info-card{background:var(--surface);border:1.5px solid var(--border);border-radius:14px;padding:1.6rem;transition:border-color .3s,transform .3s,box-shadow .3s}.info-card:hover{border-color:var(--accent);box-shadow:0 4px 16px var(--accent-glow);transform:translateY(-2px)}.info-card-icon{background:var(--accent-dim);width:40px;height:40px;color:var(--accent);border-radius:10px;justify-content:center;align-items:center;margin-bottom:.75rem;display:inline-flex}.info-card h3{margin-bottom:.6rem;font-size:1rem}.info-card p{color:var(--text-secondary);font-size:.88rem;line-height:1.7}.info-table-wrap{margin-top:.5rem;overflow-x:auto}.info-table{border-collapse:collapse;width:100%;font-size:.88rem}.info-table th,.info-table td{text-align:left;border-bottom:1px solid var(--border);padding:.6rem 1rem}.info-table th{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);font-size:.7rem;font-weight:600}.info-table td{color:var(--text)}.info-table tr:last-child td{border-bottom:none}.info-list{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.info-list li{color:var(--text-secondary);padding-left:1.2rem;font-size:.88rem;line-height:1.6;position:relative}.info-list li:before{content:"";background:var(--accent);border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}.info-list-num{counter-reset:item}.info-list-num li{counter-increment:item;padding-left:1.8rem}.info-list-num li:before{content:counter(item) ".";width:auto;height:auto;color:var(--accent);background:0 0;font-size:.82rem;font-weight:700;top:.1em}.faq-list{flex-direction:column;gap:.75rem;display:flex}.faq-item{background:var(--surface);border:1.5px solid var(--border);border-radius:12px;transition:border-color .3s;overflow:hidden}.faq-item:hover{border-color:var(--border-light)}.faq-item.faq-open{border-color:var(--accent)}.faq-question{width:100%;font-family:var(--font-body);color:var(--heading);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:.9rem;font-weight:600;transition:color .2s;display:flex}.faq-item:hover .faq-question{color:var(--accent)}.faq-chevron{color:var(--text-secondary);flex-shrink:0;transition:transform .3s}.faq-open .faq-chevron{color:var(--accent);transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .35s,padding .35s;overflow:hidden}.faq-open .faq-answer{max-height:500px}.faq-answer p{color:var(--text-secondary);padding:0 1.25rem 1rem;font-size:.88rem;line-height:1.7}.about-hero{flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}.about-lead{color:var(--text-secondary);max-width:640px;font-size:1.1rem;line-height:1.7}.about-grid-full{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.about-card{background:var(--surface);border:1.5px solid var(--border);border-radius:14px;padding:1.6rem;transition:border-color .3s,transform .3s,box-shadow .3s}.about-card:hover{border-color:var(--accent);box-shadow:0 8px 24px var(--accent-glow);transform:translateY(-3px)}.about-card-icon{background:var(--accent-dim);width:44px;height:44px;color:var(--accent);border-radius:10px;justify-content:center;align-items:center;margin-bottom:.75rem;transition:background .3s,color .3s;display:inline-flex}.about-card:hover .about-card-icon{background:var(--accent);color:#fff}.about-card-wide{grid-column:1/-1}.about-card h3{margin-bottom:.6rem;font-size:1.1rem}.about-card p{color:var(--text-secondary);font-size:.88rem;line-height:1.65}.about-cta{text-align:center;flex-direction:column;align-items:center;gap:.75rem;margin-top:2rem;padding:3rem 2rem;display:flex}.about-cta p{color:var(--text-secondary);font-size:1rem}.contact-hero{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.contact-lead{color:var(--text-secondary);font-size:1rem}.contact-layout{grid-template-columns:1fr 280px;gap:2rem;display:grid}.contact-card{background:var(--surface);border:1.5px solid var(--border);border-radius:16px;padding:2rem}.contact-card .btn{align-items:center;gap:.4rem;display:inline-flex}.contact-info{flex-direction:column;gap:1rem;display:flex}.contact-item{background:var(--surface);border:1.5px solid var(--border);border-radius:12px;align-items:flex-start;gap:.75rem;padding:1rem;transition:border-color .3s;display:flex}.contact-item:hover{border-color:var(--accent)}.contact-item-icon{background:var(--accent-dim);width:36px;height:36px;color:var(--accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-item h4{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.07em;color:var(--text-secondary);margin-bottom:.15rem;font-size:.68rem;font-weight:600}.contact-item p{color:var(--text);font-size:.85rem}.page-auth{min-height:calc(70vh - var(--nav-height));flex-direction:column;justify-content:center;align-items:center;display:flex}.auth-card{background:var(--surface);border:1.5px solid var(--border);border-radius:18px;flex-direction:column;gap:1.2rem;width:100%;max-width:400px;padding:2.5rem;animation:.4s ease-out scale-in;display:flex}.auth-card-header{flex-direction:column;align-items:center;gap:.5rem;display:flex}.auth-icon{background:var(--accent-dim);width:48px;height:48px;color:var(--accent);border-radius:14px;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex}.auth-card h2{text-align:center;font-size:1.4rem}.auth-subtitle{text-align:center;color:var(--text-secondary);margin-top:-.25rem;font-size:.85rem}.input-with-icon{align-items:center;display:flex;position:relative}.input-with-icon svg:first-child{color:var(--text-secondary);pointer-events:none;z-index:1;position:absolute;left:.85rem}.input-with-icon input{width:100%;font-family:var(--font-body);color:var(--heading);background:var(--bg);border:1.5px solid var(--border);border-radius:10px;outline:none;padding:.7rem 2.5rem;font-size:.9rem;font-weight:500;transition:border-color .25s,box-shadow .25s}.input-with-icon input:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-dim)}.input-with-icon input::placeholder{color:var(--text-secondary);opacity:.4}.input-toggle-pass{background:var(--bg);color:var(--text-secondary);cursor:pointer;z-index:2;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:color .2s,background .2s;display:flex;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.input-toggle-pass:hover{color:var(--heading)}.input-error{color:var(--danger);margin-top:.35rem;font-size:.78rem;display:block}.auth-footer{text-align:center;color:var(--text-secondary);border-top:1px solid var(--border);padding-top:.75rem;font-size:.85rem}.page-wishlist .wishlist-header{justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;display:flex}.page-wishlist .wishlist-header h2{margin-bottom:.15rem}.page-wishlist .wishlist-header .page-subtitle{margin-bottom:0}.wishlist-header-icon{color:var(--accent);opacity:.5}@media (width<=1024px){.contact-layout,.about-grid-full{grid-template-columns:1fr}.about-card-wide{grid-column:1}}@media (width<=768px){.info-table th,.info-table td{padding:.5rem .75rem;font-size:.78rem}.contact-item{flex-direction:row}}.page-account{max-width:640px;margin:0 auto}.account-hero{margin-bottom:2rem}.account-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.25rem;display:flex}.account-avatar{background:linear-gradient(135deg, var(--accent), var(--accent-hover));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.account-info h3{margin:0;font-size:1rem}.account-email{color:var(--text-secondary);align-items:center;gap:.3rem;margin-top:.15rem;font-size:.82rem;display:flex}.account-stats{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}.account-stat-card{background:var(--surface);border:1px solid var(--border);text-align:center;color:var(--text);border-radius:14px;flex-direction:column;align-items:center;gap:.25rem;padding:1.25rem;transition:border-color .25s;display:flex}.account-stat-card:hover{border-color:var(--accent)}.account-stat-value{color:var(--heading);font-size:1.5rem;font-weight:700}.account-stat-label{color:var(--text-secondary);font-size:.78rem}.account-section{margin-bottom:2rem}.account-section h3{margin-bottom:1rem}.account-empty-state{text-align:center;color:var(--text-secondary);background:var(--surface);border:1px dashed var(--border);border-radius:14px;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1rem;display:flex}.checkout-coupon{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.25rem}.checkout-coupon h4{margin-bottom:.5rem;font-size:.82rem}.coupon-row{align-items:center;gap:.5rem;display:flex}.coupon-row input{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;flex:1;padding:.5rem .75rem;font-size:.85rem}.coupon-row input:disabled{opacity:.5}.checkout-total-rows{border-top:1px solid var(--border);padding-top:.75rem}.checkout-total-rows .summary-row{color:var(--text-secondary);justify-content:space-between;padding:.35rem 0;font-size:.85rem;display:flex}.checkout-total-rows .summary-total{border-top:1px solid var(--border);color:var(--heading);margin-top:.35rem;padding-top:.6rem;font-size:1rem;font-weight:700}.product-card-overlay{flex-direction:column;align-items:center;gap:.5rem;display:flex}.product-card-add-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.4rem 1rem;font-size:.72rem;font-weight:600;line-height:1;transition:background .2s,transform .15s;display:flex}.product-card-add-btn:hover{background:var(--accent-hover);transform:scale(1.03)}.product-card-add-btn:active{transform:scale(.97)}@media (width<=768px){.account-stats{grid-template-columns:1fr}.product-card-add-btn{padding:.35rem .75rem;font-size:.68rem}}.admin-layout{min-height:100svh;display:flex}.admin-sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:230px;padding:1.25rem 1rem;display:flex}.admin-sidebar-header{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1rem}.admin-sidebar-header h3{font-family:var(--font-display);color:var(--accent);font-size:1.1rem;font-style:italic}.admin-sidebar-role{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);font-size:.7rem;font-weight:600}.admin-sidebar-nav{flex-direction:column;flex:1;gap:2px;display:flex}.admin-nav-link{color:var(--text);border-radius:8px;align-items:center;gap:.55rem;padding:.55rem .8rem;font-size:.82rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:flex}.admin-nav-link:hover{background:var(--surface-hover);color:var(--heading)}.admin-nav-link.active{background:var(--accent-dim);color:var(--accent);font-weight:600}.admin-nav-link svg{opacity:.7;flex-shrink:0}.admin-nav-link.active svg{opacity:1}.admin-sidebar-footer{border-top:1px solid var(--border);padding-top:1rem}.btn-logout{width:100%;font-family:var(--font-body);color:var(--text-secondary);border:1.5px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.4rem;padding:.55rem .8rem;font-size:.82rem;font-weight:500;transition:color .2s,border-color .2s,background .2s;display:flex}.btn-logout:hover{color:var(--danger);border-color:var(--danger);background:#e45a5a0f}.admin-main{flex:1;max-width:calc(100% - 230px);padding:2rem;overflow-x:auto}.admin-page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.admin-page-header h2{margin:0}.admin-page-header .btn{align-items:center;gap:.4rem;display:inline-flex}.admin-stats-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.admin-stat-card{background:var(--surface);border:1.5px solid var(--border);border-radius:14px;flex-direction:column;align-items:center;gap:.4rem;padding:1.25rem;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex}.admin-stat-card:hover{border-color:var(--accent);box-shadow:0 4px 16px var(--accent-glow);transform:translateY(-2px)}.admin-stat-icon{background:var(--accent-dim);width:40px;height:40px;color:var(--accent);border-radius:10px;justify-content:center;align-items:center;margin-bottom:.15rem;display:flex}.admin-stat-value{color:var(--accent);font-size:1.5rem;font-weight:800}.admin-stat-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);text-align:center;font-size:.72rem;font-weight:600}.admin-section{margin-top:1.5rem}.admin-section h3{margin-bottom:1rem;font-size:1.1rem}.admin-table-wrap{border:1.5px solid var(--border);background:var(--surface);border-radius:12px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:.85rem}.admin-table th{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);background:var(--surface);border-bottom:1px solid var(--border);text-align:left;white-space:nowrap;padding:.75rem 1rem;font-size:.7rem;font-weight:600}.admin-table td{color:var(--text);border-bottom:1px solid var(--border);vertical-align:middle;padding:.65rem 1rem}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--surface-hover)}.admin-table-id{color:var(--text-secondary);font-family:monospace;font-size:.78rem}.admin-table-name{color:var(--heading);font-weight:600}.admin-thumb{border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.admin-thumb img{object-fit:cover;width:100%;height:100%}.admin-cat-badge{background:var(--accent-dim);color:var(--accent);border-radius:6px;align-items:center;gap:.35rem;padding:.2rem .55rem;font-size:.72rem;font-weight:600;display:inline-flex}.admin-cat-badge svg{flex-shrink:0}.admin-badge{border-radius:6px;padding:.2rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.admin-badge-ok{color:var(--success);background:#34c7591a}.admin-badge-no{color:var(--danger);background:#e45a5a1a}.admin-actions{gap:.35rem;display:flex}.admin-action-btn{border:1.5px solid var(--border);width:30px;height:30px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:7px;justify-content:center;align-items:center;transition:color .2s,border-color .2s,background .2s;display:flex}.admin-action-btn:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-dim)}.admin-action-btn.danger:hover{color:var(--danger);border-color:var(--danger);background:#e45a5a0f}.admin-form{background:var(--surface);border:1.5px solid var(--border);border-radius:14px;padding:1.5rem}.admin-form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group-full{grid-column:1/-1}.form-group select{width:100%;font-family:var(--font-body);color:var(--heading);background:var(--bg);border:1.5px solid var(--border);cursor:pointer;border-radius:10px;outline:none;padding:.7rem 1rem;font-size:.9rem;font-weight:500;transition:border-color .25s,box-shadow .25s}.form-group select:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-dim)}.form-group-check{align-items:center;display:flex}.form-group-check label{color:var(--text);cursor:pointer;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.form-group-check input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent);cursor:pointer}.admin-form-actions{border-top:1px solid var(--border);gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.admin-form-actions .btn{align-items:center;gap:.4rem;display:inline-flex}.admin-inline-form{background:var(--surface);border:1.5px solid var(--border);border-radius:12px;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1rem;padding:1.25rem;display:flex}.admin-inline-form .form-group{flex:1;min-width:140px}.admin-inline-form .btn{align-items:center;gap:.4rem;display:inline-flex}.empty-icon{background:var(--accent-dim);width:56px;height:56px;color:var(--accent);border-radius:16px;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex}@media (width<=768px){.admin-layout{flex-direction:column}.admin-sidebar{border-right:none;border-bottom:1px solid var(--border);flex-flow:wrap;gap:.5rem;width:100%;padding:.75rem 1rem}.admin-sidebar-header{border-bottom:none;margin-bottom:0;margin-right:auto;padding-bottom:0}.admin-sidebar-nav{flex-flow:wrap;flex:none;gap:3px;width:100%}.admin-nav-link{padding:.35rem .65rem;font-size:.75rem}.admin-sidebar-footer{display:none}.admin-main{max-width:100%;padding:1.25rem}.admin-form-grid{grid-template-columns:1fr}.admin-stats-grid{grid-template-columns:repeat(2,1fr)}.admin-inline-form{flex-direction:column;align-items:stretch}.admin-inline-form .form-group{min-width:auto}}
