:root{--primary: #2563EB;--primary-dark: #1D4ED8;--primary-light: #3B82F6;--accent: #60A5FA;--accent-dark: #3B82F6;--white: #FFFFFF;--bg: #F2F8FF;--bg2: #EAF1FF;--bg3: #F6FAFF;--bg-hover: #DDEEFF;--text: #0F172A;--text-muted: #64748B;--border: #D8E8F8;--success: #16A34A;--shadow-sm: 0 1px 4px rgba(37,99,235,.06);--shadow: 0 4px 20px rgba(37,99,235,.08);--shadow-lg: 0 12px 40px rgba(37,99,235,.1);--shadow-xl: 0 24px 60px rgba(37,99,235,.13);--r: 12px;--r-lg: 18px;--r-xl: 26px;--icon-stroke-width: 1.6;--color-foreground: #0F172A;--color-background: #F2F8FF;--color-foreground-rgb: 15, 23, 42}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;overflow-x:hidden;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}@supports (padding: env(safe-area-inset-bottom)){body{padding-bottom:env(safe-area-inset-bottom)}}.st-container{max-width:1280px;margin:0 auto;padding:0 32px}@media(max-width:768px){.st-container{padding:0 18px}}.main-content{padding-top:0;min-height:60vh}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.st-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 30px;border-radius:var(--r);font-weight:700;font-size:14px;transition:all .22s ease;cursor:pointer;letter-spacing:.2px;font-family:inherit}.st-btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 14px #2563eb4d}.st-btn-primary:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:0 8px 22px #2563eb61}.st-btn-accent{background:var(--accent);color:#fff;box-shadow:0 4px 14px #60a5fa4d}.st-btn-accent:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 8px 22px #60a5fa61}.st-btn-white{background:#fff;color:var(--primary);box-shadow:var(--shadow-lg)}.st-btn-white:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.st-btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.st-btn-outline:hover{background:var(--primary);color:#fff}.st-btn-sm{padding:9px 20px;font-size:13px}.st-label{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:10px}.st-title{font-size:clamp(24px,4vw,40px);font-weight:800;color:var(--primary);line-height:1.15;margin-bottom:14px}.st-desc{font-size:16px;color:var(--text-muted);line-height:1.75}.st-section-header{margin-bottom:48px}.st-section-header.center{text-align:center}.st-section-header.center .st-desc{max-width:580px;margin:0 auto}.st-badge{display:inline-block;padding:4px 10px;border-radius:99px;font-size:10px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.st-badge-sale{background:var(--accent);color:#fff}.st-badge-new{background:#10b981;color:#fff}.st-badge-hot{background:#ef4444;color:#fff}.st-announcement{background:var(--primary);color:#fff;padding:10px 20px;text-align:center;font-size:13px;font-weight:500}.st-announcement strong{color:var(--accent)}.st-header{position:sticky;top:0;left:0;right:0;z-index:1000;background:#fff;box-shadow:var(--shadow-sm);transition:box-shadow .3s;isolation:isolate}.st-header.scrolled{box-shadow:0 4px 24px #0000001c}.st-header-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:16px}.st-logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.st-logo-icon{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--primary),#3b5fc0);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:900;box-shadow:0 4px 12px #2563eb59}.st-logo-text{font-size:24px;font-weight:900;color:var(--primary);letter-spacing:-.5px;line-height:1}.st-logo-text em{color:var(--accent);font-style:normal}.st-nav{display:flex;align-items:center;gap:2px;flex:1;justify-content:center}.st-nav>a,.st-nav-dropdown{position:relative}.st-nav>a{padding:8px 14px;border-radius:9px;font-size:14px;font-weight:600;color:var(--text);transition:all .18s;white-space:nowrap}.st-nav>a:hover{color:var(--accent);background:#60a5fa12}.st-nav>a.active{color:var(--accent)}.st-nav-dropdown-trigger{display:flex;align-items:center;gap:5px;padding:8px 14px;border-radius:9px;font-size:14px;font-weight:600;color:var(--text);transition:all .18s;white-space:nowrap;cursor:pointer}.st-nav-dropdown-trigger:hover{color:var(--accent);background:#60a5fa12}.st-nav-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:200px;background:#fff;border-radius:var(--r);box-shadow:var(--shadow-lg);border:1.5px solid var(--border);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .2s,transform .2s;z-index:1010;padding:8px 0}.st-nav-dropdown.open .st-nav-dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.st-nav-dropdown-menu li a{display:block;padding:10px 18px;font-size:14px;font-weight:500;color:var(--text);transition:all .15s}.st-nav-dropdown-menu li a:hover{color:var(--accent);background:#60a5fa0f}.st-header-actions{display:flex;align-items:center;gap:4px}.st-icon-btn{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--text);transition:all .18s;position:relative}.st-icon-btn img{width:19px;height:19px;display:block}.st-icon-btn:hover{background:var(--bg-hover);color:var(--primary)}.st-cart-count{position:absolute;top:4px;right:4px;min-width:17px;height:17px;border-radius:99px;background:var(--accent);color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 4px}.st-hamburger{display:none;padding:8px;color:var(--text);border-radius:10px}.st-hamburger:hover{background:var(--bg-hover)}.st-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#00000073;opacity:0;pointer-events:none;transition:opacity .3s}.st-nav-overlay.show{opacity:1;pointer-events:auto}.st-mobile-nav{position:fixed;top:0;right:-340px;bottom:0;width:300px;max-width:88vw;background:#fff;z-index:1200;box-shadow:var(--shadow-xl);transition:right .32s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom,0px)}.st-mobile-nav.open{right:0}.st-mobile-nav-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--border)}.st-mobile-nav__close{width:36px;height:36px;border-radius:8px;color:var(--text-muted);display:flex;align-items:center;justify-content:center}.st-mobile-nav-links{padding:16px;display:flex;flex-direction:column;gap:2px;overflow-y:auto;flex:1}.st-mobile-nav-links a{display:block;padding:12px 16px;border-radius:10px;font-weight:600;color:var(--text);font-size:14px;transition:all .17s}.st-mobile-nav-links a:hover,.st-mobile-nav-links a.active{background:var(--bg-hover);color:var(--primary)}.st-mobile-divider{height:1px;background:var(--border);margin:10px 0}@media(max-width:1080px){.st-nav{display:none}.st-hamburger{display:flex}}.st-hdr-container,.st-header-inner{position:relative}.st-nav,.st-header-actions{transition:opacity .25s ease}@media(min-width:769px){.st-header.search-open .st-nav,.st-header.search-open .st-header-actions{opacity:0;pointer-events:none}}.st-hdr-search{display:none;position:absolute;top:0;bottom:0;left:188px;right:0;align-items:center;padding:0 12px 0 0;background:#fff;z-index:50;opacity:0;pointer-events:none;transform:translate(18px);transition:opacity .3s ease,transform .3s cubic-bezier(.4,0,.2,1)}@media(min-width:769px){.st-hdr-search{display:flex}}.st-header.search-open .st-hdr-search{opacity:1;pointer-events:auto;transform:translate(0)}.st-hdr-search-bar{display:flex;align-items:center;gap:10px;flex:1;background:#f4f6fb;border:2px solid transparent;border-radius:50px;padding:0 6px 0 18px;height:46px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.st-hdr-search-bar:focus-within{border-color:var(--primary, #2563EB);background:#fff;box-shadow:0 0 0 4px #2563eb17}.st-hdr-sbar-icon{color:#9ca3af;flex-shrink:0}.st-hdr-sbar-input{flex:1;border:none;outline:none;background:none;font-family:inherit;font-size:15px;font-weight:500;color:#111;min-width:0;-webkit-appearance:none}.st-hdr-sbar-input::placeholder{color:#b0b8c4;font-weight:400}.st-hdr-sbar-input::-webkit-search-cancel-button,.st-hdr-sbar-input::-webkit-search-decoration{-webkit-appearance:none}.st-hdr-sbar-clear{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e5e7eb;border:none;color:#555;cursor:pointer;flex-shrink:0;transition:background .15s}.st-hdr-sbar-clear:hover{background:#d1d5db}.st-hdr-sbar-close{width:36px;height:36px;border-radius:50%;margin-left:8px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#555;cursor:pointer;flex-shrink:0;transition:background .18s,color .18s}.st-hdr-sbar-close:hover{background:#f4f4f6;color:#111}.st-hdr-drop{position:absolute;top:68px;left:188px;right:0;margin-top:6px;background:#fff;border-radius:16px;box-shadow:0 10px 44px #0000001f,0 2px 10px #0000000d;border:1px solid rgba(0,0,0,.07);overflow:hidden;max-height:420px;overflow-y:auto;z-index:1010;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .22s ease,transform .22s ease}.st-hdr-drop.visible{opacity:1;transform:translateY(0);pointer-events:auto}.st-hdr-drop::-webkit-scrollbar{width:4px}.st-hdr-drop::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:2px}.srch-section-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#a0aec0;padding:14px 16px 8px;margin:0;display:block}.srch-result-item{display:flex;align-items:center;gap:12px;padding:10px 16px;text-decoration:none;color:inherit;transition:background .14s;border-bottom:1px solid #f7f8fa}.srch-result-item:last-of-type{border-bottom:none}.srch-result-item:hover{background:#f7f8fb}.srch-result-img-wrap{width:56px;height:56px;flex-shrink:0;border-radius:10px;overflow:hidden;background:#eaf1ff;display:flex;align-items:center;justify-content:center}.srch-result-img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease;display:block}.srch-result-img.loaded{opacity:1}.srch-result-img-placeholder{font-size:22px;line-height:1}.srch-result-info{flex:1;min-width:0}.srch-result-title{font-size:14px;font-weight:600;color:#1c1c1e;margin:0 0 4px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.srch-result-prices{display:flex;align-items:baseline;gap:6px}.srch-result-price{font-size:14px;font-weight:700;color:var(--primary, #2563EB)}.srch-result-compare{font-size:12px;color:#9ca3af;text-decoration:line-through}.srch-loading{display:flex;align-items:center;justify-content:center;padding:28px 0}.srch-spinner{width:22px;height:22px;border-radius:50%;border:2.5px solid #e5e7eb;border-top-color:var(--primary, #2563EB);animation:srch-spin .7s linear infinite}@keyframes srch-spin{to{transform:rotate(360deg)}}.srch-no-results{text-align:center;padding:28px 16px;color:#6b7280;font-size:14px;font-weight:500;line-height:1.6}.srch-no-results strong{display:block;font-size:15px;color:#1c1c1e;margin-bottom:4px}.srch-view-all{display:flex;align-items:center;justify-content:center;gap:6px;padding:14px 16px;font-size:13px;font-weight:600;color:var(--primary, #2563EB);text-decoration:none;background:#f7f8fb;transition:background .18s,color .18s;border-top:1px solid #f0f0f2}.srch-view-all:hover{background:var(--primary, #2563EB);color:#fff}.srch-drop-defaults{padding:14px 16px}.srch-quick-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.srch-quick-links a{display:inline-flex;align-items:center;padding:6px 14px;border-radius:50px;background:#eaf1ff;border:1.5px solid #e5e7eb;font-size:12px;font-weight:500;color:#374151;text-decoration:none;transition:all .17s}.srch-quick-links a:hover{background:var(--primary, #2563EB);border-color:var(--primary, #2563EB);color:#fff}.psr-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:#00000073;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;transition:opacity .3s ease;pointer-events:none}@media(max-width:768px){.psr-backdrop{display:block}}.psr-backdrop.show{opacity:1;pointer-events:auto}.psr-panel{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:9999;flex-direction:column;transform:translateY(100%);transition:transform .36s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.psr-panel{display:flex}}.psr-panel.open{transform:translateY(0)}.psr-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 12px;padding-top:max(14px,env(safe-area-inset-top,14px));border-bottom:1px solid #f0f0f2;flex-shrink:0;background:#fff}.psr-header-left{display:flex;align-items:center;gap:10px}.psr-title{font-size:17px;font-weight:700;color:#111;letter-spacing:-.01em}.psr-close-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f4f4f6;border:none;color:#555;cursor:pointer;transition:background .18s,color .18s;flex-shrink:0}.psr-close-btn:hover,.psr-close-btn:active{background:#e5e7eb;color:#111}.psr-body{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px 16px 24px;display:flex;flex-direction:column;gap:18px;-webkit-overflow-scrolling:touch}.psr-form{flex-shrink:0}.psr-field{display:flex;align-items:center;gap:10px;background:#f7f7f8;border:1.5px solid transparent;border-radius:16px;padding:0 12px 0 16px;height:54px;transition:border-color .2s,box-shadow .2s,background .2s}.psr-field:focus-within{border-color:var(--primary, #2563EB);background:#fff;box-shadow:0 0 0 4px #2563eb17}.psr-field-icon{color:#a0aec0;flex-shrink:0}.psr-input{flex:1;border:none;outline:none;background:none;font-family:inherit;font-size:16px;font-weight:500;color:#111;min-width:0;-webkit-appearance:none}.psr-input::placeholder{color:#b0b8c4;font-weight:400}.psr-input::-webkit-search-cancel-button,.psr-input::-webkit-search-decoration{-webkit-appearance:none}.psr-clear-btn{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e5e7eb;border:none;color:#555;cursor:pointer;flex-shrink:0;transition:background .15s}.psr-clear-btn:hover{background:#d1d5db}.psr-section-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#a0aec0;margin:0 0 10px}.psr-quick-links{display:flex;flex-wrap:wrap;gap:8px}.psr-quick-links a{display:inline-flex;align-items:center;padding:7px 16px;border-radius:50px;background:#eaf1ff;border:1.5px solid #e5e7eb;font-size:13px;font-weight:500;color:#374151;text-decoration:none;transition:all .17s}.psr-quick-links a:hover{background:var(--primary, #2563EB);border-color:var(--primary, #2563EB);color:#fff}.psr-results{flex-shrink:0}.psr-results:empty{display:none}.st-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;background:#0006;opacity:0;pointer-events:none;transition:opacity .3s}.st-cart-overlay.show{opacity:1;pointer-events:auto}.st-cart-drawer{position:fixed;top:0;right:-400px;bottom:0;width:380px;max-width:94vw;background:#fff;z-index:1400;box-shadow:var(--shadow-xl);transition:right .32s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom,0px)}.st-cart-drawer.open{right:0}.st-cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1.5px solid var(--border);flex-shrink:0}.st-cart-drawer-header h2{font-size:18px;font-weight:800;color:var(--primary)}.st-cart-close{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);background:var(--bg);transition:all .18s}.st-cart-close:hover{background:var(--border)}.st-cart-drawer-body{flex:1;overflow-y:auto;padding:8px 0}.st-cart-item{display:flex;gap:14px;padding:16px 22px;border-bottom:1px solid var(--border);align-items:flex-start}.st-cart-item-img img{width:72px;height:72px;object-fit:cover;border-radius:10px;border:1.5px solid var(--border)}.st-cart-no-img{width:72px;height:72px;background:var(--bg2);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:28px}.st-cart-item-info{flex:1;min-width:0}.st-cart-item-title{font-size:14px;font-weight:700;color:var(--text);margin-bottom:4px;line-height:1.35}.st-cart-item-variant{font-size:12px;color:var(--text-muted);margin-bottom:10px}.st-cart-item-row{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.st-qty-wrap{display:flex;align-items:center;gap:0;background:var(--bg);border-radius:8px;overflow:hidden;border:1.5px solid var(--border)}.st-qty-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--text);transition:background .15s}.st-qty-btn:hover{background:var(--border)}.st-qty-val{width:32px;text-align:center;font-size:14px;font-weight:700}.st-cart-item-price{font-size:15px;font-weight:800;color:var(--primary)}.st-cart-item-remove{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);flex-shrink:0;transition:all .15s}.st-cart-item-remove:hover{background:#fef2f2;color:#ef4444}.st-cart-empty{text-align:center;padding:60px 20px;color:var(--text-muted)}.st-cart-empty p{font-size:16px;font-weight:600}.st-cart-drawer-footer{padding:18px 22px;border-top:1.5px solid var(--border);flex-shrink:0;background:#fff}.st-cart-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:17px;font-weight:800;color:var(--primary);margin-bottom:8px}.st-cart-tax-note{font-size:12px;color:var(--text-muted);margin-bottom:16px}.st-spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin:40px auto}.st-hero{position:relative;height:clamp(380px,72vh,880px);overflow:hidden;background:#0a1435}.st-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;opacity:0;transition:opacity 1s ease;pointer-events:none}.st-slide.active{opacity:1;pointer-events:auto}.st-slide-bg img{width:100%;height:100%;object-fit:cover}.st-slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,#081032f0,#081032a6 52%,#0810321a)}.st-slide-content{position:relative;z-index:2;padding:0 60px;max-width:680px}@media(max-width:768px){.st-slide-content{padding:0 24px}}.st-slide-eyebrow{display:inline-block;background:var(--accent);color:#fff;font-size:11px;font-weight:800;letter-spacing:2.5px;text-transform:uppercase;padding:5px 16px;border-radius:99px;margin-bottom:22px;box-shadow:0 4px 12px #60a5fa59}.st-slide.active .st-slide-eyebrow{animation:fadeUp .6s .1s ease both}.st-slide-title{font-size:clamp(34px,6vw,76px);font-weight:900;color:#fff;line-height:1.04;margin-bottom:20px;letter-spacing:-1.5px}.st-slide-title span{color:var(--accent)}.st-slide.active .st-slide-title{animation:fadeUp .65s .2s ease both}.st-slide-desc{font-size:17px;color:#ffffffc7;line-height:1.72;margin-bottom:36px;max-width:480px}.st-slide.active .st-slide-desc{animation:fadeUp .7s .3s ease both}.st-slide.active .st-slide-btns{animation:fadeUp .7s .4s ease both}.st-hero-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff24;border:1.5px solid rgba(255,255,255,.28);color:#fff;font-size:22px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .28s}.st-hero-nav:hover{background:var(--accent);border-color:var(--accent);transform:translateY(-50%) scale(1.06)}.st-hero-prev{left:24px}.st-hero-next{right:24px}.st-hero-dots{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.st-dot{width:8px;height:8px;border-radius:99px;background:#ffffff59;cursor:pointer;transition:all .32s;border:none}.st-dot.active{width:26px;background:var(--accent)}.st-features{background:#fff;border-bottom:1px solid var(--border);padding:48px 0}.st-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}@media(max-width:460px){.st-features-grid{grid-template-columns:1fr 1fr;gap:16px}}.st-feature{text-align:center}.st-feature-icon{width:64px;height:64px;border-radius:18px;background:var(--bg-hover);display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-size:28px;transition:all .3s}.st-feature:hover .st-feature-icon{background:var(--accent);transform:scale(1.07)}.st-feature-title{font-weight:700;font-size:14px;margin-bottom:4px}.st-feature-desc{font-size:13px;color:var(--text-muted)}.st-product-card{background:#fff;border-radius:var(--r-lg);border:1.5px solid var(--border);transition:transform .32s,box-shadow .32s,border-color .32s;position:relative;overflow:visible}.st-product-card:hover{transform:translateY(-9px);box-shadow:0 20px 60px #2563eb24,0 6px 18px #2563eb12;border-color:#60a5fa33}.st-product-img{position:relative;aspect-ratio:1;overflow:hidden;background:var(--bg);border-radius:var(--r-lg) var(--r-lg) 0 0}.st-product-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.st-product-cta{position:absolute;bottom:0;left:0;right:0;background:var(--primary);color:#fff;padding:13px 16px;font-weight:700;font-size:14px;text-align:center;transform:translateY(100%);transition:transform .28s;z-index:3}.st-product-card:hover .st-product-cta{transform:translateY(0)}.st-product-body{padding:16px 16px 18px}.st-product-cat{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);margin-bottom:6px;font-weight:600}.st-product-name{font-size:14px;font-weight:700;color:var(--text);margin-bottom:10px;line-height:1.4}.st-product-stars{color:#fbbf24;font-size:13px;margin-bottom:10px;display:flex;align-items:center;gap:5px}.st-product-stars span{color:var(--text-muted);font-size:12px}.st-product-price{display:flex;align-items:center;gap:10px}.st-price-cur{font-size:20px;font-weight:800;color:var(--primary)}.st-price-orig{font-size:14px;color:var(--text-muted);text-decoration:line-through}.st-section{padding:36px 0}.st-section-alt{background:linear-gradient(160deg,#f6faff,#eaf1ff)}.st-products-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px}.st-view-all{display:flex;align-items:center;gap:6px;font-weight:700;color:var(--primary);font-size:14px;transition:color .18s}.st-view-all:hover{color:var(--accent)}.st-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1100px){.st-grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.st-grid-4{grid-template-columns:repeat(2,1fr);gap:12px}}.st-offer{padding:52px 0}.st-offer-inner{position:relative;border-radius:var(--r-xl);overflow:hidden;min-height:420px;display:flex;align-items:center}.st-offer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#081032f5,#081032b3 55%,#0810320a)}.st-offer-content{position:relative;z-index:2;padding:56px 68px;max-width:600px}@media(max-width:768px){.st-offer-content{padding:40px 32px}}.st-offer-tag{display:inline-block;background:var(--accent);color:#fff;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;padding:5px 16px;border-radius:99px;margin-bottom:24px;animation:pulseGlow 2.5s infinite}@keyframes pulseGlow{0%,to{box-shadow:0 0 #60a5fa66}50%{box-shadow:0 0 0 10px #60a5fa00}}.st-offer-title{font-size:clamp(26px,4.5vw,52px);font-weight:900;color:#fff;line-height:1.08;margin-bottom:16px}.st-offer-desc{font-size:16px;color:#ffffffc2;margin-bottom:32px;line-height:1.72;max-width:440px}.st-page-hero{background:var(--primary);padding:96px 0 64px;text-align:center;position:relative;overflow:hidden}.st-page-hero:before{content:"";position:absolute;top:-150px;left:-150px;width:500px;height:500px;border-radius:50%;background:#ffffff08}.st-page-hero:after{content:"";position:absolute;top:-120px;right:-120px;width:500px;height:500px;border-radius:50%;background:#60a5fa1a}.st-page-hero .st-container{position:relative;z-index:1}.st-page-hero h1{font-size:clamp(28px,5vw,56px);font-weight:900;color:#fff;margin-bottom:16px}.st-page-hero p{font-size:17px;color:#ffffffb3;max-width:580px;margin:0 auto;line-height:1.7}.st-policy{padding:64px 0 80px}.st-policy-card{max-width:880px;margin:0 auto;background:#fff;border-radius:var(--r-xl);border:1.5px solid var(--border);padding:60px 68px;box-shadow:var(--shadow)}@media(max-width:768px){.st-policy-card{padding:36px 24px}}.st-policy-card h1{font-size:clamp(24px,4vw,38px);font-weight:900;color:var(--primary);padding-bottom:22px;border-bottom:2px solid var(--border);margin-bottom:32px}.st-policy-card .st-date{font-size:13px;color:var(--text-muted);font-weight:600;margin-bottom:28px;display:block}.st-policy-card h2{font-size:19px;font-weight:800;color:var(--text);margin:34px 0 12px}.st-policy-card p{color:var(--text-muted);line-height:1.82;margin-bottom:14px;font-size:15px}.st-policy-card ul,.st-policy-card ol{margin:8px 0 16px 22px}.st-policy-card li{color:var(--text-muted);line-height:1.8;margin-bottom:7px;font-size:15px}.st-policy-card ul li{list-style:disc}.st-policy-card ol li{list-style:decimal}.st-policy-card strong{color:var(--text)}.st-policy-card a{color:var(--accent);text-decoration:underline}.st-about-story{padding:84px 0}.st-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:68px;align-items:center}@media(max-width:900px){.st-about-grid{grid-template-columns:1fr;gap:44px}}.st-about-text h2{font-size:clamp(26px,4vw,40px);font-weight:900;color:var(--primary);margin-bottom:20px}.st-about-text p{color:var(--text-muted);line-height:1.85;margin-bottom:16px;font-size:15px}.st-about-img-wrap{position:relative}.st-about-img-wrap img{border-radius:var(--r-xl);width:100%;aspect-ratio:4/3;object-fit:cover;box-shadow:var(--shadow-xl)}.st-about-stat{position:absolute;bottom:-24px;left:-24px;background:#fff;padding:20px 28px;border-radius:var(--r-lg);box-shadow:var(--shadow-xl);border:1.5px solid var(--border)}.st-about-stat-num{font-size:40px;font-weight:900;color:var(--accent);line-height:1}.st-about-stat-label{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);margin-top:5px}.st-values{padding:76px 0;background:var(--bg2)}.st-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}@media(max-width:900px){.st-values-grid{grid-template-columns:repeat(2,1fr)}}.st-value-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--r-lg);padding:36px 24px;text-align:center;transition:box-shadow .28s,transform .28s}.st-value-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.st-value-icon{width:72px;height:72px;border-radius:50%;background:var(--bg-hover);display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 20px;transition:background .28s}.st-value-card:hover .st-value-icon{background:#2563eb1a}.st-value-card h3{font-size:17px;font-weight:800;margin-bottom:10px}.st-value-card p{color:var(--text-muted);font-size:14px;line-height:1.75}.st-contact-body{max-width:1160px;margin:-48px auto 72px;padding:0 32px;position:relative;z-index:10}.st-contact-layout{display:grid;grid-template-columns:1fr 2fr;gap:28px}@media(max-width:900px){.st-contact-layout{grid-template-columns:1fr}}.st-contact-cards{display:flex;flex-direction:column;gap:14px}.st-contact-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--r-lg);padding:24px;display:flex;align-items:flex-start;gap:14px;box-shadow:var(--shadow);transition:box-shadow .25s,transform .25s}.st-contact-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.st-contact-card-icon{width:48px;height:48px;border-radius:50%;background:#60a5fa1a;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.st-contact-card h3{font-weight:800;font-size:14px;margin-bottom:5px}.st-contact-card p{font-size:13px;color:var(--text-muted);line-height:1.65}.st-contact-form-card{background:#fff;border-radius:var(--r-xl);padding:48px 52px;box-shadow:var(--shadow-xl);border:1.5px solid var(--border)}@media(max-width:768px){.st-contact-form-card{padding:28px 20px}}.st-contact-form-card h2{font-size:24px;font-weight:900;color:var(--primary);margin-bottom:28px}@media(max-width:640px){.st-form-row{grid-template-columns:1fr}}.st-form-group label{display:block;font-size:13px;font-weight:700;margin-bottom:7px;color:var(--text)}.st-form-group input,.st-form-group textarea,.st-form-group select{width:100%;padding:13px 17px;border:1.5px solid var(--border);border-radius:var(--r);font-family:inherit;font-size:15px;background:var(--bg);transition:border-color .2s,box-shadow .2s;outline:none;color:var(--text)}.st-form-group input:focus,.st-form-group textarea:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #2563eb1a}.st-form-group textarea{resize:vertical;min-height:140px}.st-form-success{background:#f0fdf4;border:1.5px solid #22c55e;border-radius:var(--r);padding:16px 20px;color:#166534;font-weight:600;font-size:14px;margin-bottom:22px}.st-form-error{background:#fef2f2;border:1.5px solid #ef4444;border-radius:var(--r);padding:16px 20px;color:#dc2626;font-weight:600;font-size:14px;margin-bottom:22px}.st-footer{background:var(--primary);color:#fff;padding:68px 0 32px;border-top:4px solid var(--accent)}.st-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.6fr;gap:48px;margin-bottom:52px}@media(max-width:1000px){.st-footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:560px){.st-footer-grid{grid-template-columns:1fr}}.st-footer-brand p{color:#ffffff94;font-size:14px;line-height:1.8;margin:16px 0 22px}.st-footer-logo-text{font-size:24px;font-weight:900;color:#fff}.st-footer-logo-text em{color:var(--accent);font-style:normal}.st-footer-socials{display:flex;gap:9px}.st-social{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#ffffffbf;transition:all .22s}.st-social:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}.st-footer-col h4{font-size:14px;font-weight:800;margin-bottom:20px;letter-spacing:.2px}.st-footer-links{display:flex;flex-direction:column;gap:10px}.st-footer-links a{color:#ffffff94;font-size:14px;transition:color .18s;display:inline-flex;align-items:center;gap:5px}.st-footer-links a:hover{color:var(--accent)}.st-footer-links a:before{content:"\203a";font-size:16px;opacity:.5}.st-footer-contact{display:flex;flex-direction:column;gap:14px}.st-footer-contact li{display:flex;gap:11px;align-items:flex-start}.st-footer-contact-icon{font-size:15px;margin-top:1px;flex-shrink:0}.st-footer-contact span{color:#ffffff9e;font-size:14px;line-height:1.65}.st-footer-contact a{color:#ffffff9e;transition:color .18s}.st-footer-contact a:hover{color:var(--accent)}.st-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.st-footer-copy,.st-footer-payment{color:#ffffff6b;font-size:13px}.st-footer-payment strong{color:#fff}.st-account-body{max-width:1000px;margin:0 auto;padding:60px 32px 80px}.st-account-grid{display:grid;grid-template-columns:260px 1fr;gap:32px}@media(max-width:780px){.st-account-grid{grid-template-columns:1fr}}.st-account-sidebar{background:#fff;border:1.5px solid var(--border);border-radius:var(--r-lg);padding:28px;box-shadow:var(--shadow);height:fit-content}.st-account-sidebar h3{font-size:16px;font-weight:800;color:var(--primary);margin-bottom:18px;padding-bottom:14px;border-bottom:1.5px solid var(--border)}.st-account-nav a{display:block;padding:11px 14px;border-radius:9px;font-size:14px;font-weight:600;color:var(--text);transition:all .17s;margin-bottom:4px}.st-account-main{background:#fff;border:1.5px solid var(--border);border-radius:var(--r-lg);padding:36px;box-shadow:var(--shadow)}.st-account-main h2{font-size:22px;font-weight:800;color:var(--primary);margin-bottom:24px}.st-product-card{background:#fff;border-radius:var(--r-lg);box-shadow:var(--shadow-sm);border:1.5px solid var(--border);overflow:visible;transition:box-shadow .25s ease,transform .25s ease;display:flex;flex-direction:column}.st-product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.st-product-card-link{display:block}.st-product-img{position:relative;overflow:hidden;aspect-ratio:1 / 1;background:var(--bg);border-radius:var(--r-lg) var(--r-lg) 0 0}.st-product-img img{width:100%;height:100%;object-fit:cover;transition:transform .42s cubic-bezier(.25,.46,.45,.94);display:block}.st-product-card:hover .st-product-img img{transform:scale(1.07)}.st-product-img-badge{position:absolute;top:12px;left:12px;z-index:2}.st-badge{display:inline-block;padding:4px 10px;border-radius:30px;font-size:11px;font-weight:700;letter-spacing:.4px}.st-badge-sale{background:#ef4444;color:#fff}.st-badge-new{background:var(--primary);color:#fff}.st-badge-hot{background:var(--accent);color:#fff}.st-product-no-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--bg)}.st-product-body{padding:16px 18px 20px;display:flex;flex-direction:column;flex:1}.st-product-cat{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:var(--text-muted);margin-bottom:6px}.st-product-name{font-size:15px;font-weight:700;color:var(--text);line-height:1.4;margin-bottom:10px;flex:1}.st-product-name a{color:inherit}.st-product-name a:hover{color:var(--primary)}.st-product-price{display:flex;align-items:baseline;gap:8px;margin-bottom:14px}.st-price-cur{font-size:18px;font-weight:800;color:var(--primary)}.st-price-orig{font-size:13px;color:var(--text-muted);text-decoration:line-through}.st-product-cta-btn{display:block;width:100%;text-align:center;padding:10px 16px;border-radius:var(--r);background:var(--primary);color:#fff;font-size:13px;font-weight:700;cursor:pointer;border:none;font-family:inherit;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.st-product-cta-btn:hover{background:var(--primary-light);transform:translateY(-1px);box-shadow:0 6px 18px #2563eb47}.st-product-sold-out{background:var(--border)!important;color:var(--text-muted)!important;cursor:not-allowed!important;pointer-events:none}.st-no-products{text-align:center;padding:80px 20px;color:var(--text-muted)}.st-no-products-icon{font-size:56px;margin-bottom:16px}.st-no-products h3{font-size:22px;font-weight:800;color:var(--primary);margin-bottom:10px}.st-no-products p{font-size:15px}.st-no-products a{color:var(--accent);font-weight:600}.st-collection-page{padding:40px 0 80px}.st-collection-hero{display:none!important;margin:0!important;padding:0!important}.st-collection-hero-img,.st-collection-hero-img img,.st-collection-hero-overlay{display:none!important}.st-collection-title{font-size:clamp(26px,4vw,44px);font-weight:900;color:var(--primary);line-height:1.1;margin-bottom:8px}.st-collection-desc{font-size:15px;color:var(--text-muted);margin-bottom:8px}.st-collection-count{font-size:13px;color:var(--text-muted);font-weight:600}.st-tag-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.st-tag-filter-btn{padding:6px 16px;border-radius:30px;font-size:13px;font-weight:600;background:#fff;border:1.5px solid var(--border);color:var(--text);cursor:pointer;transition:all .18s;text-decoration:none}.st-tag-filter-btn:hover,.st-tag-filter-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.st-collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:48px}@media(max-width:1024px){.st-collection-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.st-collection-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.st-pagination{display:flex;gap:8px;justify-content:center;align-items:center;padding:40px 0 0;flex-wrap:wrap}.st-page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 14px;border-radius:var(--r);border:1.5px solid var(--border);font-size:14px;font-weight:700;color:var(--text);background:#fff;text-decoration:none;transition:all .18s}.st-page-btn:hover,.st-page-btn--active{background:var(--primary);color:#fff;border-color:var(--primary)}.st-page-btn--gap{border:none;background:none;pointer-events:none;color:var(--text-muted)}.st-shop-now-page{padding-bottom:80px}.st-product-page{padding:40px 0 80px;overflow-x:hidden}.st-breadcrumb{display:flex;align-items:center;gap:6px;margin-bottom:28px;font-size:13px;color:var(--text-muted);flex-wrap:wrap}.st-breadcrumb a{color:var(--primary);font-weight:600}.st-breadcrumb a:hover{text-decoration:underline}.st-breadcrumb-sep{opacity:.5}.st-breadcrumb-current{color:var(--text);font-weight:600}.st-product-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:flex-start;margin-bottom:64px;position:relative}@media(max-width:900px){.st-product-layout{grid-template-columns:1fr;gap:32px}.st-product-page{padding:24px 0 60px}.st-product-info{position:relative;z-index:1}}.st-product-gallery{position:sticky;top:100px;align-self:flex-start}@media(max-width:900px){.st-product-gallery{position:relative;top:auto}}.st-product-main-img{border-radius:var(--r-xl);overflow:hidden;background:var(--bg);aspect-ratio:1/1;margin-bottom:14px;position:relative}.st-product-main-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.st-product-main-img:hover img{transform:scale(1.04)}.st-product-main-badge{position:absolute;top:16px;left:16px;z-index:2}.st-product-thumbs{display:flex;gap:10px;flex-wrap:wrap}.st-thumb-btn{width:72px;height:72px;border-radius:10px;overflow:hidden;border:2.5px solid var(--border);cursor:pointer;padding:0;background:var(--bg);transition:border-color .18s}.st-thumb-btn img{width:100%;height:100%;object-fit:cover}.st-thumb-btn.active{border-color:var(--primary)}.st-thumb-btn:hover{border-color:var(--primary-light)}.st-product-vendor{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--accent);margin-bottom:6px}.st-product-page-title{font-size:clamp(22px,3.5vw,36px);font-weight:900;color:var(--primary);margin-bottom:16px;line-height:1.2}.st-product-page-price{display:flex;align-items:baseline;gap:12px;margin-bottom:16px}.st-price-main{font-size:28px;font-weight:900;color:var(--primary)}.st-price-orig-main{font-size:18px;color:var(--text-muted);text-decoration:line-through}.st-price-save{font-size:13px;font-weight:700;background:#dcfce7;color:#166534;padding:3px 10px;border-radius:20px}.st-product-short-desc{font-size:15px;color:var(--text-muted);line-height:1.7;margin-bottom:16px}.st-avail-badge{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:700;padding:5px 14px;border-radius:30px;margin-bottom:22px}.st-avail-in{background:#dcfce7;color:#166534}.st-avail-out{background:#fee2e2;color:#991b1b}.st-product-option{margin-bottom:20px}.st-option-label{font-size:13px;font-weight:700;color:var(--text);margin-bottom:10px;display:block}.st-option-values{display:flex;gap:8px;flex-wrap:wrap}.st-option-btn{padding:7px 18px;border-radius:var(--r);border:1.5px solid var(--border);font-size:13px;font-weight:600;cursor:pointer;background:#fff;color:var(--text);transition:all .18s}.st-option-btn:hover{border-color:var(--primary);color:var(--primary)}.st-option-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.st-option-sold-out .st-option-sold-out{opacity:.55;text-decoration:none;cursor:not-allowed}.st-qty-wrap{margin-bottom:22px}.st-qty-selector{display:inline-flex;align-items:center;gap:0;border:1.5px solid var(--border);border-radius:var(--r);overflow:hidden;background:#fff}.st-qty-btn{width:42px;height:42px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:var(--primary);cursor:pointer;background:var(--bg-hover);border:none;transition:background .15s}.st-qty-btn:hover{background:var(--primary);color:#fff}.st-qty-input{width:52px;height:42px;text-align:center;font-size:16px;font-weight:700;border:none;outline:none;font-family:inherit;color:var(--text)}.st-product-btns{display:flex;gap:12px;margin-bottom:26px;flex-wrap:wrap}.st-atc-page-btn{flex:1;min-width:180px;font-size:15px;padding:15px 24px}.st-buy-now-btn{flex:1;min-width:150px;font-size:15px;padding:15px 24px}.st-atc-page-btn.st-added{background:#16a34a!important}.st-atc-page-btn:disabled,.st-buy-now-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.st-product-trust{display:grid;grid-template-columns:1fr 1fr;gap:10px;background:var(--bg2);border-radius:var(--r-lg);padding:18px 20px;margin-bottom:20px}.st-trust-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text)}.st-product-share{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:var(--text-muted)}.st-product-share a{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--border);color:var(--text);transition:all .18s}.st-product-share a:hover{background:var(--primary);color:#fff}.st-product-tabs{margin-bottom:64px}.st-tab-nav{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:28px}.st-tab-btn{padding:12px 24px;font-size:14px;font-weight:700;color:var(--text-muted);background:none;border:none;cursor:pointer;border-bottom:2.5px solid transparent;margin-bottom:-2px;transition:all .18s;font-family:inherit}.st-tab-btn.active,.st-tab-btn:hover{color:var(--primary);border-bottom-color:var(--primary)}.st-tab-panel{display:none}.st-tab-panel.active{display:block}.st-product-desc-body{font-size:15px;line-height:1.85;color:var(--text-muted)}.st-product-desc-body h1,.st-product-desc-body h2,.st-product-desc-body h3{color:var(--primary);margin:20px 0 10px}.st-product-desc-body ul{padding-left:20px}.st-product-desc-body li{margin-bottom:6px}.st-text-muted{color:var(--text-muted)}.st-related-products{margin-top:48px}.st-related-title{font-size:clamp(22px,3vw,32px);font-weight:900;color:var(--primary);margin-bottom:30px}.st-atc-btn.st-adding{opacity:.7;cursor:wait;pointer-events:none}.st-atc-btn.st-added{background:#16a34a!important}.st-products-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:16px}.st-view-all{font-size:14px;font-weight:700;color:var(--accent);border-bottom:1.5px solid var(--accent);padding-bottom:2px;transition:opacity .18s}.st-view-all:hover{opacity:.75}.st-all-products-section{padding:0 0 80px}.st-all-products-header-band{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);padding:40px 0;margin-bottom:40px}.st-all-products-header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.st-label-white{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#ffffffa6;display:block;margin-bottom:8px}.st-all-products-title{font-size:clamp(24px,3.5vw,38px);font-weight:900;color:#fff;line-height:1.1;margin:0}.st-all-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:40px}@media(max-width:1024px){.st-all-products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.st-all-products-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:400px){.st-all-products-grid{grid-template-columns:1fr}}.st-all-products-footer{display:flex;flex-direction:column;align-items:center;gap:12px}.st-all-products-more{font-size:14px;color:var(--text-muted);font-weight:600}.ali-all-products{padding-bottom:72px}.ali-all-header{background:#ff4747;padding:22px 0;margin-bottom:0}.ali-all-header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.ali-all-header__eyebrow{display:block;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#ffffffb3;margin-bottom:4px}.ali-all-header__title{font-size:clamp(22px,3vw,32px);font-weight:900;color:#fff;margin:0;line-height:1.1}.ali-all-header__link{display:inline-block;padding:9px 20px;background:#fff;color:#ff4747;font-size:13px;font-weight:700;border-radius:4px;text-decoration:none;white-space:nowrap;transition:background .18s,color .18s}.ali-all-header__link:hover{background:#ffe8e8}.ali-products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:32px}@media(max-width:1280px){.ali-products-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1024px){.ali-products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.ali-products-grid{grid-template-columns:repeat(2,1fr);gap:8px}}.ali-card{background:#fff;border:1px solid #e8e8e8;border-radius:4px;overflow:visible;display:flex;flex-direction:column;transition:box-shadow .25s,transform .2s;position:relative}.ali-card:hover{box-shadow:0 6px 24px #00000021;transform:translateY(-3px);border-color:#d5d5d5;z-index:2}.ali-card__img-link{display:block}.ali-card__img-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#f6f6f6;border-radius:4px 4px 0 0}.ali-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease;display:block}.ali-card__no-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f6f6f6}.ali-card__badge{position:absolute;top:8px;left:8px;background:#ff4747;color:#fff;font-size:11px;font-weight:800;padding:2px 8px;border-radius:3px;z-index:3}.ali-card__hover-btn{position:absolute;bottom:0;left:0;right:0;background:#ff4747;color:#fff;text-align:center;padding:11px 10px;font-size:13px;font-weight:700;font-family:inherit;border:none;cursor:pointer;width:100%;display:block;text-decoration:none;transform:translateY(100%);transition:transform .26s cubic-bezier(.25,.46,.45,.94)}.ali-card:hover .ali-card__hover-btn{transform:translateY(0)}.ali-card__hover-btn--soldout{background:#aaa;cursor:not-allowed}.ali-card__body{padding:8px 10px 12px;display:flex;flex-direction:column;flex:1}.ali-card__title{font-size:13px;font-weight:400;color:#333;line-height:1.45;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ali-card__title a{color:#333;text-decoration:none}.ali-card__title a:hover{color:#ff4747}.ali-card__price-row{display:flex;align-items:baseline;gap:5px;margin-bottom:5px;flex-wrap:wrap}.ali-card__price{font-size:18px;font-weight:700;color:#ff4747;line-height:1}.ali-card__orig{font-size:12px;color:#aaa;text-decoration:line-through;font-weight:400}.ali-card__stars{display:flex;align-items:center;gap:3px;margin-bottom:4px}.ali-card__star-icons{color:#ff8c00;font-size:12px;letter-spacing:-1px}.ali-card__rev-count{font-size:11px;color:#999}.ali-card__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ali-card__shipping{font-size:11px;font-weight:600;color:#00a650}.ali-card__sold{font-size:11px;color:#999}.ali-all-footer{display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:8px}.ali-all-footer__count{font-size:13px;color:#999}.st-hero{position:relative;width:100%;height:clamp(380px,72vh,800px);overflow:hidden;background:var(--primary-dark)}@media(max-width:768px){.st-hero{height:clamp(280px,52vw,420px)}}@media(max-width:480px){.st-hero{height:300px}}.st-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .8s ease}.st-slide.active{opacity:1}.st-slide-bg{position:absolute;top:0;right:0;bottom:0;left:0}.st-slide-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.st-slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0a143cd1,#0a143c7a)}.st-slide-content{position:relative;z-index:2;max-width:680px;margin:0 auto;padding:0 32px;height:100%;display:flex;flex-direction:column;justify-content:center;animation:fadeUp .7s ease}.st-slide-eyebrow{display:inline-block;background:#60a5fa2e;color:var(--accent);font-size:13px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:7px 16px;border-radius:50px;margin-bottom:20px;border:1px solid rgba(96,165,250,.35)}.st-slide-title{font-size:clamp(32px,6vw,68px);font-weight:900;line-height:1.08;margin:0 0 20px;color:#fff;letter-spacing:-.5px}.st-slide-title span{display:block}.st-slide-desc{font-size:clamp(15px,1.8vw,18px);color:#fffc;line-height:1.7;margin-bottom:32px;max-width:540px}.st-slide-btns{display:flex;gap:14px;flex-wrap:wrap}.st-hero-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#ffffff26;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;border:1.5px solid rgba(255,255,255,.3);border-radius:50%;width:48px;height:48px;font-size:26px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s}.st-hero-nav:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.08)}.st-hero-prev{left:20px}.st-hero-next{right:20px}.st-hero-dots{position:absolute;bottom:22px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.st-dot{width:10px;height:10px;border-radius:50%;background:#fff6;border:none;cursor:pointer;transition:background .2s,transform .2s}.st-dot.active{background:var(--accent);transform:scale(1.35)}@media(max-width:768px){.st-slide-content{padding:0 20px}.st-hero-nav{width:40px;height:40px;font-size:20px}.st-hero-prev{left:10px}.st-hero-next{right:10px}}.st-features{background:#fff;border-bottom:1px solid var(--border);padding:20px 0}.st-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}@media(max-width:900px){.st-features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.st-features-grid{grid-template-columns:1fr}}.st-feature{display:flex;align-items:center;gap:14px;padding:18px 28px;border-right:1px solid var(--border)}.st-feature:last-child{border-right:none}.st-feature-icon{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:var(--bg2);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:20px}.st-feature-text h4{font-size:14px;font-weight:700;color:var(--text);margin:0 0 2px}.st-feature-text p{font-size:12px;color:var(--text-muted);margin:0}.st-feature-title{font-size:14px;font-weight:700;color:var(--text);margin-bottom:2px}.st-feature-desc{font-size:12px;color:var(--text-muted)}.st-offer{padding:60px 0;background:var(--bg2)}.st-offer-inner{position:relative;border-radius:var(--r-xl);overflow:hidden;min-height:380px;display:flex;align-items:center}.st-offer-bg{position:absolute;top:0;right:0;bottom:0;left:0}.st-offer-bg img{width:100%;height:100%;object-fit:cover}.st-offer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#0a1446e0,#0a14468c)}.st-offer-content{position:relative;z-index:2;padding:52px;max-width:580px;color:#fff}.st-offer-tag{display:inline-block;background:var(--accent);color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:5px 14px;border-radius:50px;margin-bottom:20px}.st-offer-title{font-size:clamp(28px,4.5vw,48px);font-weight:900;line-height:1.1;margin-bottom:18px;color:#fff}.st-offer-desc{font-size:16px;color:#ffffffd1;line-height:1.7;margin-bottom:28px}@media(max-width:768px){.st-offer-content{padding:32px 24px}.st-offer-inner{min-height:300px}}.ali-card{background:#fff;border-radius:var(--r);border:1px solid var(--border);overflow:visible;transition:box-shadow .25s,transform .25s;display:flex;flex-direction:column}.ali-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.ali-card__img-link{display:block;text-decoration:none}.ali-card__img-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:var(--bg2);border-radius:var(--r) var(--r) 0 0}.ali-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.ali-card:hover .ali-card__img-wrap img{transform:scale(1.06)}.ali-card__badge{position:absolute;top:10px;left:10px;background:#e53e3e;color:#fff;font-size:11px;font-weight:700;padding:4px 8px;border-radius:4px;z-index:2}.ali-card__no-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--bg2)}.ali-card__hover-btn{position:absolute;bottom:-48px;left:0;right:0;background:var(--primary);color:#fff;text-align:center;padding:12px;font-size:13px;font-weight:700;font-family:inherit;border:none;cursor:pointer;text-decoration:none;display:block;transition:bottom .25s ease,background .2s;z-index:3}.ali-card:hover .ali-card__hover-btn{bottom:0}.ali-card__hover-btn:hover{background:var(--primary-light)}.ali-card__hover-btn--soldout{background:#a0aec0;cursor:default}.ali-card__body{padding:14px 14px 16px;flex:1;display:flex;flex-direction:column;gap:6px}.ali-card__title{font-size:13.5px;font-weight:600;color:var(--text);margin:0;line-height:1.4}.ali-card__title a{color:inherit;text-decoration:none}.ali-card__title a:hover{color:var(--primary)}.ali-card__price-row{display:flex;align-items:center;gap:8px}.ali-card__price{font-size:17px;font-weight:800;color:#e53e3e}.ali-card__orig{font-size:13px;color:var(--text-muted);text-decoration:line-through}.ali-card__stars{display:flex;align-items:center;gap:5px}.ali-card__star-icons{color:#f59e0b;font-size:13px;letter-spacing:1px}.ali-card__rev-count{font-size:12px;color:var(--text-muted)}.ali-card__meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:4px}.ali-card__shipping{font-size:11.5px;color:#38a169;font-weight:600}.ali-card__sold{font-size:11.5px;color:var(--text-muted)}.ali-all-products{background:var(--bg)}.ali-all-header{background:var(--primary);padding:18px 0;margin-bottom:0}.ali-all-header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.ali-all-header__eyebrow{font-size:12px;color:#ffffffb3;font-weight:600;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:4px}.ali-all-header__title{font-size:clamp(20px,3vw,28px);font-weight:900;color:#fff;margin:0}.ali-all-header__link{color:#ffffffd9;font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap;border:1.5px solid rgba(255,255,255,.4);padding:8px 18px;border-radius:var(--r);transition:background .2s,color .2s}.ali-all-header__link:hover{background:#ffffff26;color:#fff}.ali-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-bottom:8px}@media(max-width:1100px){.ali-products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.ali-products-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media(max-width:400px){.ali-products-grid{grid-template-columns:1fr}}.ali-all-footer{display:flex;align-items:center;justify-content:space-between;padding:32px 0 48px;gap:16px;flex-wrap:wrap}.ali-all-footer__count{font-size:14px;color:var(--text-muted);margin:0}.st-shop-hero{display:none!important;margin:0!important;padding:0!important}.st-shop-hero-title,.st-shop-hero-desc{display:none!important}.st-collection-page{padding-bottom:80px}.st-search-tags{display:flex;flex-wrap:wrap;gap:8px;padding:28px 0 0}.st-search-tag{display:inline-flex;align-items:center;padding:7px 18px;border-radius:50px;font-size:13px;font-weight:600;color:var(--text);background:#fff;border:1.5px solid var(--border);cursor:pointer;text-decoration:none;transition:all .18s}.st-search-tag:hover,.st-search-tag.active{background:var(--primary);border-color:var(--primary);color:#fff}.st-collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-bottom:8px}@media(max-width:1100px){.st-collection-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.st-collection-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media(max-width:400px){.st-collection-grid{grid-template-columns:1fr}}.st-pagination{display:flex;justify-content:center;align-items:center;gap:8px;padding-top:40px;flex-wrap:wrap}.st-page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:var(--r);font-size:14px;font-weight:600;background:#fff;border:1.5px solid var(--border);color:var(--text);text-decoration:none;transition:all .18s}.st-page-btn:hover,.st-page-btn--active{background:var(--primary);border-color:var(--primary);color:#fff}.st-page-btn--gap{border:none;background:transparent;color:var(--text-muted)}.st-no-products{text-align:center;padding:80px 20px}.st-no-products-icon{font-size:64px;margin-bottom:24px}.st-no-products h3{font-size:22px;font-weight:800;color:var(--primary);margin-bottom:12px}.st-no-products p{color:var(--text-muted)}.st-no-products a{color:var(--primary);font-weight:600}.ali-atc{font-family:inherit}.ali-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.ali-card__btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 10px;border-radius:var(--r);font-size:12.5px;font-weight:700;font-family:inherit;cursor:pointer;text-decoration:none;border:none;transition:all .18s;text-align:center;line-height:1.3;white-space:nowrap}.ali-card__btn--cart{background:var(--bg2);color:var(--primary);border:1.5px solid var(--border)}.ali-card__btn--cart:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.ali-card__btn--buy{background:var(--accent);color:#fff;box-shadow:0 3px 10px #60a5fa47}.ali-card__btn--buy:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 5px 14px #60a5fa61}.ali-card__btn--soldout{background:#d8e8f8;color:#94a3b8;cursor:not-allowed;grid-column:1 / -1}@media(max-width:400px){.ali-card__actions{grid-template-columns:1fr}}.st-btn-full{width:100%;justify-content:center}.st-auth-section{padding:60px 0 80px;background:var(--bg)}.st-auth-tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:40px;max-width:560px}.st-auth-tab{flex:1;padding:14px 24px;font-size:15px;font-weight:700;font-family:inherit;color:var(--text-muted);background:none;border:none;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .18s,border-color .18s}.st-auth-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.st-auth-tab:hover{color:var(--primary)}.st-auth-panels{max-width:560px}.st-auth-panel{display:none}.st-auth-panel.active{display:block}.st-auth-card{background:#fff;border-radius:var(--r-xl);border:1px solid var(--border);padding:44px 40px;box-shadow:var(--shadow)}@media(max-width:600px){.st-auth-card{padding:28px 20px}}.st-auth-card-icon{font-size:36px;margin-bottom:16px}.st-auth-card h2{font-size:24px;font-weight:800;color:var(--primary);margin-bottom:8px}.st-auth-sub{font-size:14px;color:var(--text-muted);margin-bottom:28px;line-height:1.6}.st-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:480px){.st-form-row{grid-template-columns:1fr}}.st-form-group{margin-bottom:18px}.st-form-group label{display:block;font-size:13px;font-weight:700;color:var(--text);margin-bottom:7px}.st-form-group input{width:100%;padding:11px 14px;border:1.5px solid var(--border);border-radius:var(--r);font-size:14px;font-family:inherit;color:var(--text);background:var(--bg);transition:border-color .18s,box-shadow .18s}.st-form-group input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb14}.st-auth-forgot{display:flex;justify-content:flex-end;margin-bottom:20px}.st-auth-forgot a{font-size:13px;color:var(--accent);font-weight:600}.st-auth-switch{margin-top:28px;padding-top:24px;border-top:1px solid var(--border);text-align:center}.st-auth-switch p{font-size:14px;color:var(--text-muted);margin-bottom:14px}.st-account-body{padding:48px 0 80px;background:var(--bg)}.st-account-grid{max-width:1200px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:260px 1fr;gap:32px;align-items:start}@media(max-width:900px){.st-account-grid{grid-template-columns:1fr}}@media(max-width:768px){.st-account-grid{padding:0 18px}}.st-account-sidebar{background:#fff;border-radius:var(--r-xl);border:1px solid var(--border);padding:28px 24px;text-align:center;box-shadow:var(--shadow-sm)}.st-account-avatar{width:68px;height:68px;border-radius:50%;background:var(--primary);color:#fff;font-size:28px;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.st-account-sidebar h3{font-size:17px;font-weight:800;color:var(--text);margin-bottom:4px}.st-account-email{font-size:12.5px;color:var(--text-muted);margin-bottom:22px;word-break:break-all}.st-account-nav{display:flex;flex-direction:column;gap:4px;margin-bottom:24px}.st-account-nav a{display:block;padding:10px 14px;border-radius:var(--r);font-size:14px;font-weight:600;color:var(--text);text-decoration:none;transition:all .18s;text-align:left}.st-account-nav a:hover,.st-account-nav a.active{background:var(--bg2);color:var(--primary)}.st-account-sidebar-info p{font-size:12.5px;color:var(--text-muted);margin:0}.st-account-main{min-width:0}.st-account-section-title{font-size:20px;font-weight:800;color:var(--primary);margin-bottom:24px}.st-order-card{background:#fff;border-radius:var(--r-lg);border:1px solid var(--border);padding:24px;margin-bottom:24px;box-shadow:var(--shadow-sm)}.st-order-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.st-order-meta{display:flex;flex-direction:column;gap:4px}.st-order-number a{font-size:16px;font-weight:800;color:var(--accent);text-decoration:none}.st-order-number a:hover{text-decoration:underline}.st-order-date{font-size:13px;color:var(--text-muted)}.st-order-badges{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.st-status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:50px;font-size:12px;font-weight:700}.st-status-badge--green{background:#d1fae5;color:#065f46}.st-status-badge--blue{background:#dbeafe;color:#1e40af}.st-status-badge--yellow{background:#fef9c3;color:#854d0e}.st-status-badge--orange{background:#def;color:#9a3412}.st-status-badge--gray{background:var(--bg2);color:var(--text-muted)}.st-tracking-timeline{margin-bottom:20px}.st-timeline{display:flex;align-items:flex-start;gap:0;position:relative;padding:16px 0}.st-timeline:before{content:"";position:absolute;top:28px;left:16px;right:16px;height:2px;background:var(--border);z-index:0}.st-timeline-step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;z-index:1;gap:8px}.st-timeline-dot{width:32px;height:32px;border-radius:50%;background:#fff;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--text-muted);transition:all .25s;position:relative;z-index:2}.st-timeline-step.done .st-timeline-dot{background:var(--primary);border-color:var(--primary);color:#fff}.st-timeline-info{display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center}.st-timeline-label{font-size:11.5px;font-weight:700;color:var(--text-muted);line-height:1.3}.st-timeline-step.done .st-timeline-label{color:var(--primary)}.st-timeline-date{font-size:10.5px;color:var(--text-muted)}@media(max-width:600px){.st-timeline{flex-direction:column;gap:12px}.st-timeline:before{top:0;bottom:0;left:15px;right:auto;width:2px;height:auto}.st-timeline-step{flex-direction:row;align-items:center;gap:12px}.st-timeline-info{text-align:left;align-items:flex-start}}.st-tracking-number{display:flex;align-items:center;gap:10px;background:var(--bg2);border-radius:var(--r);padding:10px 16px;margin-bottom:16px;font-size:13px;flex-wrap:wrap}.st-tracking-label{font-weight:700;color:var(--text)}.st-tracking-link{color:var(--primary);font-weight:700;text-decoration:none;display:inline-flex;align-items:center}.st-tracking-link:hover{text-decoration:underline}.st-order-items{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;padding-top:12px;border-top:1px solid var(--border)}.st-order-item{display:flex;gap:14px;align-items:flex-start}.st-order-item img{width:68px;height:68px;object-fit:cover;border-radius:var(--r);border:1px solid var(--border);flex-shrink:0}.st-order-item-placeholder{width:68px;height:68px;border-radius:var(--r);background:var(--bg2);display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}.st-order-item-name a{font-size:14px;font-weight:700;color:var(--text);text-decoration:none}.st-order-item-name a:hover{color:var(--primary)}.st-order-item-variant{font-size:12px;color:var(--text-muted);margin:2px 0}.st-order-item-qty{font-size:13px;color:var(--text-muted)}.st-order-more a{color:var(--primary);font-weight:600}.st-order-more{font-size:13px;color:var(--text-muted)}.st-order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid var(--border);flex-wrap:wrap;gap:12px}.st-order-total{font-size:15px;color:var(--text-muted)}.st-order-total strong{color:var(--primary);font-size:17px;font-weight:800}.st-orders-empty{background:#fff;border-radius:var(--r-xl);border:1px solid var(--border);padding:64px 32px;text-align:center}.st-orders-empty-icon{font-size:64px;margin-bottom:20px}.st-orders-empty h3{font-size:22px;font-weight:800;color:var(--primary);margin-bottom:10px}.st-orders-empty p{font-size:15px;color:var(--text-muted)}@media(max-width:768px){.st-icon-btn,.st-hamburger,.st-cart-close,.st-mobile-nav__close,.st-qty-btn,.st-thumb-btn,.st-tab-btn,.ali-card__btn,.st-tag-filter-btn,.st-search-tag{min-height:44px;min-width:44px}.st-mobile-nav-links a{padding:13px 16px;font-size:15px}.st-product-name,.ali-card__title{font-size:14px}.st-header{padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}.st-cart-drawer-footer .st-btn{display:flex;width:100%;justify-content:center}.st-slide-title{font-size:clamp(26px,8vw,52px)}.st-slide-desc{font-size:15px}.st-product-btns{flex-direction:column}.st-atc-page-btn,.st-buy-now-btn{min-width:0}.st-footer-bottom{flex-direction:column;gap:8px;text-align:center}.st-policy-card{border-radius:var(--r-lg)}.st-policy-card h1{font-size:clamp(20px,5vw,28px)}.st-form-group input,.st-form-group textarea,.st-form-group select{font-size:16px}.st-auth-card{border-radius:var(--r-lg)}}@media(max-width:380px){.st-features-grid{grid-template-columns:1fr}.st-grid-4{grid-template-columns:1fr 1fr;gap:10px}.ali-products-grid,.st-collection-grid{grid-template-columns:1fr 1fr;gap:8px}}@media(max-width:767px){.ali-products-grid,.st-collection-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.ali-card{border-radius:10px}.ali-card__img-wrap{aspect-ratio:1 / 1;height:auto!important}.ali-card__img-wrap img{width:100%;height:100%;object-fit:cover}.ali-card__body{padding:8px 8px 10px;gap:4px}.ali-card__title{font-size:12px!important;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ali-card__price{font-size:13px!important}.ali-card__orig{font-size:11px!important}.ali-card__stars,.ali-card__meta{font-size:11px}.ali-card__actions{grid-template-columns:1fr!important;gap:5px!important;margin-top:8px}.ali-card__btn{font-size:11.5px!important;padding:7px 6px!important;min-height:34px!important;min-width:unset!important}.st-product-card{border-radius:10px}.st-product-img{aspect-ratio:1 / 1}.st-product-img img{width:100%;height:100%;object-fit:cover}.st-product-body{padding:8px 8px 10px!important}.st-product-name{font-size:12px!important;line-height:1.35}.st-price-cur{font-size:13px!important}.st-slide-title{font-size:clamp(22px,7vw,36px)!important;margin-bottom:10px}.st-slide-desc{font-size:13px!important;margin-bottom:20px}.st-slide-btns{flex-wrap:wrap;gap:8px}.st-btn{padding:10px 18px!important;font-size:13px!important}}.gr-hero,#gr-reviews,#gr-newsletter{--primary: #60A5FA;--primary-dark: #E55A00;--primary-glow: rgba(255,107,0,.35);--accent: #FF8A00;--bg: #0B0B0F;--bg2: #0D0D12;--bg3: #1A1A1F;--card: rgba(255,255,255,.03);--card-border: rgba(255,255,255,.07);--text: #FFFFFF;--text-muted: #9CA3AF;--text-dim: #6B7280;--border: rgba(255,255,255,.08);--shadow-sm: 0 2px 8px rgba(0,0,0,.3);--shadow: 0 8px 24px rgba(0,0,0,.4);--shadow-lg: 0 20px 50px rgba(0,0,0,.5);--shadow-orange: 0 8px 30px rgba(255,107,0,.25);--r: 14px;--r-lg: 20px;--r-xl: 28px;--font-head: "Poppins", sans-serif;--font-body: "Inter", -apple-system, sans-serif}@keyframes gr-fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes gr-glowPulse{0%,to{box-shadow:0 0 20px #ff6b0059}50%{box-shadow:0 0 40px #ff6b0059}}@keyframes gr-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.gr-hero{position:relative;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:var(--bg);padding-top:70px}@media(max-width:768px){.gr-hero{padding-top:60px;min-height:100svh}}.gr-hero-orb{position:absolute;border-radius:999px;filter:blur(100px);pointer-events:none}.gr-hero-orb-1{width:60vw;max-width:700px;height:60vw;max-height:700px;background:#ff6b002e;top:10%;left:10%}.gr-hero-orb-2{width:40vw;max-width:500px;height:40vw;max-height:500px;background:#8b5cf614;top:20%;right:5%}.gr-slide{display:none;flex-direction:column;align-items:center;text-align:center;padding:0 20px;max-width:860px;margin:0 auto;width:100%}.gr-slide.active{display:flex;animation:gr-fadeUp .5s ease both}.gr-slide-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:999px;border:1px solid rgba(255,107,0,.4);background:#ff6b0014;color:#60a5fa;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:24px}.gr-slide-title{font-family:Poppins,sans-serif;font-weight:900;line-height:1.05;color:#fff;font-size:clamp(2.4rem,8vw,5.5rem);letter-spacing:-1px;margin-bottom:20px;text-shadow:0 0 60px rgba(255,107,0,.2)}.gr-slide-desc{color:#9ca3af;font-size:clamp(1rem,3vw,1.15rem);max-width:540px;margin-bottom:32px;line-height:1.6}.gr-slide-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.gr-slide-btns .st-btn{padding:15px 32px;font-size:15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;font-weight:700;cursor:pointer;transition:all .22s ease;letter-spacing:.2px;font-family:Poppins,sans-serif}.gr-slide-btns .st-btn-primary{background:#60a5fa;color:#fff;box-shadow:0 4px 14px #ff6b0059}.gr-slide-btns .st-btn-primary:hover{background:#e55a00;transform:translateY(-2px)}.gr-slide-btns .st-btn-white{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gr-slide-btns .st-btn-white:hover{background:#ffffff2e;transform:translateY(-2px)}@media(max-width:480px){.gr-slide-btns{flex-direction:column;width:100%;max-width:320px}.gr-slide-btns .st-btn{width:100%;justify-content:center}}.gr-trust-row{display:flex;gap:12px;padding:0 20px;overflow-x:auto;justify-content:center;margin-top:40px;margin-bottom:20px;width:100%;scrollbar-width:none;flex-shrink:0}.gr-trust-row::-webkit-scrollbar{display:none}.gr-trust-badge{display:flex;align-items:center;gap:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:12px 18px;white-space:nowrap;flex-shrink:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gr-trust-badge-icon{width:36px;height:36px;border-radius:999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gr-trust-badge-title{font-size:13px;font-weight:600;color:#fff}.gr-trust-badge-sub{font-size:11px;color:#6b7280}.gr-dots{display:flex;gap:8px;justify-content:center;margin-bottom:24px}.gr-dot{width:8px;height:8px;border-radius:999px;background:#fff3;border:none;cursor:pointer;transition:all .3s}.gr-dot.active{width:28px;background:#60a5fa;box-shadow:0 0 10px #ff6b0059}.gr-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.07);color:#ffffffb3;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;transition:all .2s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gr-hero-arrow:hover{background:#60a5fa;color:#fff;border-color:#60a5fa}.gr-hero-prev{left:20px}.gr-hero-next{right:20px}@media(max-width:480px){.gr-hero-arrow{display:none}}.gr-section-label{font-size:11px;font-weight:700;color:#60a5fa;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:10px;display:block}.gr-section-title{font-family:Poppins,sans-serif;font-size:clamp(1.6rem,4vw,2.8rem);font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.5px}.gr-section-pad{padding:48px 0}@media(min-width:769px){.gr-section-pad{padding:64px 0}}.gr-reviews{padding:52px 0;background:#0d0d12}.gr-reviews-scroll{display:flex;gap:14px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px;scroll-snap-type:x mandatory}.gr-reviews-scroll::-webkit-scrollbar{display:none}.gr-review-card{flex:0 0 280px;scroll-snap-align:start;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:20px;transition:all .2s}.gr-review-card:hover{border-color:#ff6b0040;background:#ffffff0a}.gr-review-author{display:flex;align-items:center;gap:12px;margin-bottom:12px}.gr-review-avatar{width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#fff;flex-shrink:0}.gr-review-name{font-size:14px;font-weight:600;color:#fff}.gr-review-stars{display:flex;gap:2px}.gr-review-star{color:#fbbf24;font-size:12px}.gr-review-text{font-size:13px;color:#9ca3af;line-height:1.6;margin-bottom:12px}.gr-review-product{font-size:11px;color:#6b7280;font-style:italic}.gr-review-verified{display:inline-flex;align-items:center;gap:4px;font-size:10px;color:#22c55e;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);padding:3px 8px;border-radius:999px;font-weight:600;margin-left:auto}.gr-review-footer{display:flex;align-items:center;justify-content:space-between}.gr-review-stats{display:flex;align-items:center;justify-content:center;gap:32px;margin-top:32px;flex-wrap:wrap}.gr-stat-val{font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:900;color:#60a5fa}.gr-stat-label{font-size:12px;color:#6b7280;margin-top:2px}.gr-live-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#9ca3af;padding:6px 14px;border-radius:999px;background:#ffffff08;border:1px solid rgba(255,255,255,.07);margin-bottom:20px}.gr-live-dot{width:7px;height:7px;border-radius:999px;background:#22c55e;animation:gr-glowPulse 1.5s infinite}.reveal{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:translateY(0)}.gr-newsletter{padding:56px 0;background:#0d0d12;position:relative;overflow:hidden}.gr-newsletter-glow{position:absolute;left:-100px;top:50%;transform:translateY(-50%);width:500px;height:400px;background:#ff6b0012;filter:blur(80px);pointer-events:none}.gr-newsletter-inner{max-width:560px;margin:0 auto;text-align:center;position:relative;z-index:1}.gr-newsletter-title{font-family:Poppins,sans-serif;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:900;color:#fff;margin-bottom:12px}.gr-newsletter-sub{color:#9ca3af;font-size:14px;line-height:1.6;margin-bottom:28px}.gr-newsletter-form{display:flex;gap:10px;flex-wrap:wrap}.gr-newsletter-input{flex:1;min-width:200px;height:52px;padding:0 20px;border-radius:999px;background:#ffffff0d;border:1.5px solid rgba(255,255,255,.07);color:#fff;font-size:14px;outline:none;transition:border-color .2s;font-family:Inter,-apple-system,sans-serif}.gr-newsletter-input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #ff6b001a}.gr-newsletter-input::placeholder{color:#6b7280}.gr-newsletter-btn{height:52px;padding:0 28px;border-radius:999px;font-size:14px;font-weight:700;color:#fff;background:linear-gradient(135deg,#60a5fa,#ff8a00);box-shadow:0 8px 30px #ff6b0040;white-space:nowrap;transition:all .2s;font-family:Poppins,sans-serif;display:flex;align-items:center;gap:8px;cursor:pointer;border:none}.gr-newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #ff6b0059}.gr-newsletter-note{font-size:11px;color:#6b7280;margin-top:14px}.gr-newsletter-success{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px 0}.gr-newsletter-success-icon{width:56px;height:56px;border-radius:999px;background:#ff6b001f;display:flex;align-items:center;justify-content:center;color:#60a5fa;font-size:28px}.gr-newsletter-success h4{font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700;color:#fff}.gr-newsletter-success p{font-size:13px;color:#9ca3af}@media(max-width:768px){.gr-trust-row{justify-content:flex-start}.gr-review-stats{gap:20px}.gr-newsletter-form{flex-direction:column}.gr-newsletter-input{min-width:0;width:100%}.gr-newsletter-btn{width:100%;justify-content:center}}.gr-hero{min-height:50svh!important;padding-top:70px;padding-bottom:48px}@media(max-width:768px){.gr-hero{min-height:50svh!important;padding-top:60px;padding-bottom:36px}}.gr-slide{padding:0 70px;max-width:800px}@media(max-width:600px){.gr-slide{padding:0 16px}}.gr-slide-pill{margin-bottom:16px}.gr-slide-title{font-size:clamp(1.6rem,5vw,3.4rem);margin-bottom:12px}.gr-slide-desc{margin-bottom:24px;font-size:clamp(.9rem,2.5vw,1rem)}.gr-slide-btns{margin-bottom:0;gap:10px}.gr-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 28px;border-radius:999px;font-weight:700;font-size:14px;font-family:Poppins,sans-serif;transition:all .22s ease;cursor:pointer;text-decoration:none;border:none;white-space:nowrap}.gr-btn-primary{background:linear-gradient(135deg,#60a5fa,#ff8a00);color:#fff;box-shadow:0 6px 20px #ff6b0059}.gr-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #ff6b0073}.gr-btn-ghost{background:#ffffff14;color:#ffffffe0;border:1.5px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gr-btn-ghost:hover{background:#ffffff24;color:#fff;transform:translateY(-2px)}@media(max-width:480px){.gr-slide-btns{flex-direction:column;width:100%;max-width:280px}.gr-btn{width:100%;justify-content:center}}.gr-dots{margin-top:28px;margin-bottom:0}.gr-hero-arrow{top:calc(50% - 12px)}.gr-trust-row{display:none!important}.gr-hero-orb-1{width:40vw;max-width:420px;height:40vw;max-height:420px}.gr-hero-orb-2{width:28vw;max-width:320px;height:28vw;max-height:320px}.gr-marquee-outer{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}.gr-marquee-track{display:flex;gap:16px;width:max-content;animation:gr-scroll-marquee 48s linear infinite;will-change:transform}.gr-marquee-outer:hover .gr-marquee-track{animation-play-state:paused}@keyframes gr-scroll-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.gr-marquee-track .gr-review-card{flex:0 0 300px;scroll-snap-align:unset;width:300px}.gr-review-avatar{width:44px;height:44px;border-radius:999px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.gr-review-avatar svg{width:44px;height:44px;display:block}.gr-review-stars{color:#fbbf24;font-size:13px;letter-spacing:1px;line-height:1;margin-top:2px}@media(max-width:768px){.gr-reviews{overflow:hidden}.gr-marquee-outer{overflow:hidden;max-width:100vw}.gr-review-stats{gap:16px;justify-content:center}.gr-newsletter-form{flex-direction:column}.gr-newsletter-input{min-width:0;width:100%}.gr-newsletter-btn{width:100%;justify-content:center}.gr-section-title{font-size:clamp(1.3rem,5vw,2rem)}.gr-dots{margin-top:20px}}@media(max-width:400px){.gr-marquee-track .gr-review-card{flex:0 0 260px;width:260px}.gr-review-stats{gap:12px}.gr-stat-val{font-size:1.4rem}}.gr-review-avatar-img{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;display:block;border:2px solid rgba(255,107,0,.35);background:#1a1a2e}.gr-review-author{display:flex;align-items:center;gap:10px;margin-bottom:10px}.gr-marquee-track .gr-review-card{display:flex;flex-direction:column}.gr-marquee-track .gr-review-card .gr-review-text{flex:1}.st-footer{display:none!important}.gr-footer{background:#0c0f1a;color:#ffffffbf;font-family:Poppins,Inter,sans-serif;position:relative;overflow:hidden}.gr-footer-divider{height:2px;background:linear-gradient(90deg,transparent 0%,rgba(255,107,0,.6) 25%,#60A5FA 50%,rgba(255,107,0,.6) 75%,transparent 100%);width:100%}.gr-footer-wrap{max-width:1260px;margin:0 auto;padding:64px 24px 0}.gr-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.07)}@media(max-width:1024px){.gr-footer-grid{grid-template-columns:1fr 1fr;gap:36px}}@media(max-width:560px){.gr-footer-grid{grid-template-columns:1fr;gap:28px}}.gr-footer-logo{display:inline-block;font-size:26px;font-weight:900;color:#fff;text-decoration:none;letter-spacing:-.5px;margin-bottom:14px}.gr-footer-logo em{color:#60a5fa;font-style:normal}.gr-footer-tagline{font-size:13px;color:#ffffff85;line-height:1.75;max-width:290px;margin:0 0 22px}.gr-footer-social{display:flex;gap:8px;flex-wrap:wrap}.gr-footer-social-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;border:1.5px solid rgba(255,255,255,.1);background:#ffffff0a;color:#ffffff8c;text-decoration:none;transition:all .22s ease;flex-shrink:0}.gr-footer-social-btn:hover{border-color:#60a5fa;background:#ff6b001f;color:#60a5fa;transform:translateY(-2px)}.gr-footer-col-heading{font-size:11px;font-weight:700;color:#fff;letter-spacing:1.2px;text-transform:uppercase;margin:0 0 18px}.gr-footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.gr-footer-links li a{font-size:13.5px;color:#ffffff80;text-decoration:none;transition:color .18s ease,padding-left .18s ease;display:inline-flex;align-items:center;gap:6px}.gr-footer-links li a:before{content:"\203a";font-size:15px;opacity:0;transition:opacity .18s ease}.gr-footer-links li a:hover{color:#fff;padding-left:6px}.gr-footer-links li a:hover:before{opacity:.6}.gr-footer-payment{padding:36px 0 28px;text-align:center;border-bottom:1px solid rgba(255,255,255,.07)}.gr-footer-payment-label{font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#ffffff4d;margin:0 0 14px}.gr-footer-payment-icons{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}.gr-footer-payment-icon{display:inline-flex;align-items:center;justify-content:center;opacity:.55;transition:opacity .2s ease,transform .2s ease;border-radius:5px;overflow:hidden}.gr-footer-payment-icon:hover{opacity:1;transform:translateY(-1px)}.gr-payment-svg,.gr-footer-payment-icon svg,.gr-footer-payment-icon img{height:26px;width:auto;max-width:50px;display:block;border-radius:4px}.gr-footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:22px 0 28px}.gr-footer-bottom-logo{font-size:18px;font-weight:900;color:#ffffff59;letter-spacing:-.3px;text-decoration:none;flex-shrink:0}.gr-footer-bottom-logo em{color:#ff6b0080;font-style:normal}.gr-footer-copy{font-size:12px;color:#ffffff4d;margin:0;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.gr-footer-dev{color:#ffffff38}.gr-footer-dev strong{color:#ff6b00b3;font-weight:600}@media(max-width:768px){.gr-footer-wrap{padding:44px 20px 0}.gr-footer-bottom{flex-direction:column;align-items:center;text-align:center}.gr-footer-copy{justify-content:center;text-align:center}.gr-footer-social{justify-content:flex-start}.gr-footer-payment{padding:28px 0 20px}}@media(max-width:400px){.gr-footer-logo{font-size:22px}.gr-footer-social-btn{width:34px;height:34px}.gr-payment-svg,.gr-footer-payment-icon svg,.gr-footer-payment-icon img{height:22px}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/theme.css.map */
