:root{--accent: #3a3a4a;--accent-dark: 0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:#f7f7f7;color:#111;min-height:100vh;overflow-x:hidden}.reveal{opacity:0;transform:translateY(36px);transition:opacity .7s ease,transform .7s ease}.reveal.revealed{opacity:1;transform:none}header{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;transition:background .4s,border-color .4s;border-bottom:1px solid transparent}header.scrolled{background:#ffffffe0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom-color:#ebebeb}.header-inner{max-width:1280px;margin:0 auto;padding:0 48px;height:72px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:20px;font-weight:900;letter-spacing:3px;color:#111;text-decoration:none;cursor:pointer}nav{display:flex;gap:36px}nav a{text-decoration:none;color:#555;font-size:13px;font-weight:500;transition:color .2s}nav a:hover{color:#111}.cart-btn{position:relative;background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s}.cart-btn:hover{background:#0000000f}.cart-btn svg{width:22px;height:22px;stroke:#111;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cart-count{position:absolute;top:2px;right:2px;font-size:9px;font-weight:700;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;transition:background .5s}.hero-page{min-height:100vh;position:relative;transition:background .8s cubic-bezier(.4,0,.2,1);background:#f7f7f7}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:0 48px;max-width:1280px;margin:0 auto}.hero-left{display:flex;flex-direction:column;justify-content:center;padding-top:72px}.hero-tag{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#999;margin-bottom:24px}.hero-headline{font-size:clamp(52px,6.5vw,88px);font-weight:900;line-height:.95;letter-spacing:-4px;color:#111;margin-bottom:28px}.hero-headline em{font-style:normal;color:var(--accent);transition:color .6s ease}.hero-sub{font-size:16px;color:#888;font-weight:400;line-height:1.6;max-width:380px;margin-bottom:48px}.swatch-area{position:relative;margin-bottom:40px}.swatches{display:flex;gap:10px;align-items:center}.swatch{width:28px;height:28px;border-radius:50%;border:none;cursor:pointer;position:relative;transition:transform .2s;outline:none}.swatch:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid transparent;transition:border-color .25s}.swatch.active:after{border-color:#111}.swatch:hover{transform:scale(1.15)}.best-seller-tag{display:inline-flex;align-items:center;gap:5px;margin-top:10px;padding:4px 12px;border-radius:100px;background:linear-gradient(135deg,#ff416c,#ff9b52);font-size:9px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;color:#fff;white-space:nowrap;opacity:0;transform:translateY(4px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.best-seller-tag.visible{opacity:1;transform:translateY(0)}.best-seller-tag:before{content:"\2605";font-size:8px}.hero-buy{display:flex;align-items:center;gap:24px}.hero-price{font-size:32px;font-weight:800;letter-spacing:-1.5px;color:var(--accent);transition:color .5s ease}.add-to-cart{padding:17px 48px;border:none;border-radius:100px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;letter-spacing:.5px;text-transform:uppercase;transition:background .5s ease,color .5s ease,transform .15s,box-shadow .5s ease;box-shadow:0 6px 24px #0000002e;background:var(--accent);color:#fff}.add-to-cart:hover{filter:brightness(1.12);transform:translateY(-2px)}.add-to-cart:active{transform:translateY(0);filter:none}.stock-note{display:flex;align-items:center;gap:7px;margin-top:14px;font-size:12px;font-weight:500;color:#888}.stock-dot{width:7px;height:7px;border-radius:50%;background:#ff4757;flex-shrink:0;animation:stockPulse 2s ease infinite}@keyframes stockPulse{0%{box-shadow:0 0 #ff475766}70%{box-shadow:0 0 0 6px #ff475700}to{box-shadow:0 0 #ff475700}}.hero-right{display:flex;align-items:center;justify-content:center;padding-top:72px;position:relative}.fan-stage{position:relative;width:100%;max-width:520px;aspect-ratio:1}#particle-canvas{position:absolute;top:-15%;right:-15%;bottom:-15%;left:-15%;width:130%;height:130%;pointer-events:none;z-index:2}.fan-glow{position:absolute;top:10%;right:10%;bottom:10%;left:10%;border-radius:50%;filter:blur(48px);z-index:0;transition:background .8s ease}.fan-backdrop{position:absolute;top:8%;right:8%;bottom:8%;left:8%;border-radius:50%;z-index:0;transition:background .8s ease;opacity:0}.fan-imgs{position:relative;z-index:1;width:100%;height:100%}.fan-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transform:scale(.94) translateY(10px);transition:opacity .55s cubic-bezier(.4,0,.2,1),transform .55s cubic-bezier(.4,0,.2,1);pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.fan-img.active{opacity:1;transform:scale(1) translateY(0)}.color-badge{position:absolute;bottom:32px;left:50%;transform:translate(-50%);font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#888;white-space:nowrap;transition:opacity .25s;z-index:3}@keyframes cartPop{0%{transform:scale(1)}40%{transform:scale(1.4)}to{transform:scale(1)}}.cart-pop{animation:cartPop .35s ease}.specs{background:#f7f7f7;padding:100px 48px}.specs-inner{max-width:1280px;margin:0 auto;text-align:center}.specs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px;text-align:left}.spec-card{background:#fff;border:1px solid #ececec;border-radius:20px;padding:32px 28px;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease;cursor:default}.spec-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px #00000014}.spec-icon-wrap{width:48px;height:48px;border-radius:50%;background:#f2f2f2;display:flex;align-items:center;justify-content:center;margin-bottom:28px;flex-shrink:0}.spec-icon-wrap svg{width:20px;height:20px;fill:none;stroke:#111;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.spec-num{font-size:26px;font-weight:800;letter-spacing:-1px;color:#dcdcdc;line-height:1;margin-bottom:16px}.spec-label{font-size:19px;font-weight:800;color:#111;line-height:1.3;margin-bottom:18px}.spec-divider{height:1px;background:#ededed;margin-bottom:18px}.spec-desc{font-size:13.5px;color:#888;line-height:1.6;font-weight:400}.lifestyle{display:grid;grid-template-columns:1fr 1fr;min-height:90vh}.lifestyle-panel{position:relative;overflow:hidden;min-height:560px}.lifestyle-panel img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1)}.lifestyle-panel:hover img{transform:scale(1.04)}.lifestyle-panel .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,rgba(0,0,0,.1) 55%,transparent 100%);z-index:1}.lifestyle-panel .panel-content{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:40px 44px}.panel-tag{font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#ffffff8c;margin-bottom:12px}.panel-headline{font-size:clamp(32px,3.5vw,52px);font-weight:900;letter-spacing:-2px;line-height:1;color:#fff;margin-bottom:12px}.panel-sub{font-size:14px;color:#ffffffa6;font-weight:400;line-height:1.5;max-width:280px}.lifestyle-panel:first-child{border-right:1px solid rgba(255,255,255,.08)}.more-section{background:#f7f7f7;padding:100px 48px}.more-inner{max-width:1280px;margin:0 auto}.more-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:56px}.product-card{background:#fff;border-radius:24px;overflow:hidden;border:1px solid #e8e8e8;display:flex;flex-direction:column}.product-img-wrap{aspect-ratio:4/3;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:32px;transition:background .5s ease}.product-img{width:100%;max-width:220px;height:auto;object-fit:contain;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .25s ease}.product-card:hover .product-img{transform:scale(1.06)}.product-info{padding:24px 28px 28px;display:flex;flex-direction:column;gap:12px;flex:1}.product-meta{display:flex;align-items:center;gap:10px}.product-badge{font-size:9px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;padding:4px 10px;border-radius:100px;color:#fff}.product-name{font-size:22px;font-weight:900;letter-spacing:-.5px;color:#111}.product-tagline{font-size:14px;color:#777;line-height:1.5}.product-swatches{display:flex;gap:8px;flex-wrap:wrap}.mini-swatch{width:24px;height:24px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:transform .15s,border-color .15s}.mini-swatch.active,.mini-swatch:hover{transform:scale(1.2);border-color:#111}.product-buy{display:flex;align-items:center;gap:16px;margin-top:4px}.product-price{font-size:26px;font-weight:900;letter-spacing:-1px;color:#111;transition:color .5s ease}.product-add-btn{flex:1;padding:17px 20px;border:none;border-radius:100px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;letter-spacing:.5px;text-transform:uppercase;background:#111;color:#fff;box-shadow:0 6px 24px #0000002e;transition:filter .2s,transform .15s,box-shadow .3s,background .5s ease}.product-add-btn:hover{filter:brightness(1.18);transform:translateY(-2px)}.product-add-btn:active{transform:translateY(0);filter:none}.section-tag{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#999;margin-bottom:20px}.section-headline{font-size:clamp(32px,4vw,56px);font-weight:900;letter-spacing:-2px;line-height:1.05;margin-bottom:64px}.reviews-section{background:#f7f7f7;padding:100px 48px}.reviews-inner{max-width:1280px;margin:0 auto}.reviews-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:48px}.overall-rating{display:flex;align-items:center;gap:12px}.overall-stars{font-size:22px;color:#ffb800;letter-spacing:2px}.overall-score{font-size:36px;font-weight:900;letter-spacing:-2px}.overall-count{font-size:13px;color:#999;font-weight:500}.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.review-card{background:#fff;border:1px solid #ececec;border-radius:20px;padding:26px;display:flex;flex-direction:column;gap:14px}.review-top{display:flex;align-items:center;gap:11px}.review-avatar{width:38px;height:38px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#eee;color:#555;font-size:13px;font-weight:800}.review-who{min-width:0}.review-name-row{display:flex;align-items:center;gap:5px}.review-name{font-size:13px;font-weight:700;color:#111}.review-verified-badge{width:13px;height:13px;flex-shrink:0;color:#3b82f6;display:inline-flex;align-items:center;justify-content:center}.review-verified-badge svg{width:100%;height:100%;display:block}.review-date{font-size:11.5px;color:#aaa}.review-stars{font-size:13px;color:#ffb800;letter-spacing:1px}.review-text{font-size:13.5px;color:#333;line-height:1.6;flex:1}.review-variant{font-size:11px;color:#999;padding-top:12px;border-top:1px solid #f0f0f0}.review-variant strong{color:#666;font-weight:600}.faq-section{background:#fff;padding:100px 48px}.faq-inner{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid #ebebeb}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:24px 0;cursor:pointer;gap:16px;font-size:16px;font-weight:600;color:#111;background:none;border:none;width:100%;text-align:left;font-family:inherit}.faq-icon{width:24px;height:24px;flex-shrink:0;border-radius:50%;background:#f3f3f3;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:300;color:#555;transition:background .25s,transform .35s,color .25s}.faq-item.open .faq-icon{background:var(--accent);color:#fff;transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-answer-inner{padding:0 0 24px;font-size:14px;color:#888;line-height:1.7}.faq-item.open .faq-answer{max-height:200px}footer{background:#111;padding:72px 48px 40px}.footer-inner{max-width:1280px;margin:0 auto 56px;display:grid;grid-template-columns:1.5fr 1fr;gap:48px}.footer-brand{font-size:20px;font-weight:900;letter-spacing:3px;color:#fff;margin-bottom:16px}.footer-tagline{font-size:13px;color:#555;line-height:1.6;max-width:260px}.footer-col h4{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#555;margin-bottom:20px}.footer-col a{display:block;font-size:13px;color:#777;text-decoration:none;margin-bottom:12px;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{max-width:1280px;margin:0 auto;padding-top:32px;border-top:1px solid #1e1e1e;display:flex;align-items:center;justify-content:space-between}.footer-copy{font-size:12px;color:#444}.footer-legal{display:flex;gap:24px}.footer-legal a{font-size:12px;color:#444;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:#777}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;opacity:0;pointer-events:none;transition:opacity .35s;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:440px;max-width:100vw;background:#f7f7f7;z-index:201;display:flex;flex-direction:column;transform:translate(100%);transition:transform .45s cubic-bezier(.4,0,.2,1);box-shadow:-24px 0 80px #00000024}.cart-drawer.open{transform:translate(0)}.cart-header{padding:22px 24px 18px;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between}.cart-header-left h2{font-size:17px;font-weight:800;letter-spacing:-.3px;color:#111}.cart-header-count{font-size:12px;color:#aaa;font-weight:500;margin-top:1px}.cart-close{background:#f3f3f3;border:none;cursor:pointer;width:34px;height:34px;border-radius:50%;font-size:18px;display:flex;align-items:center;justify-content:center;color:#777;transition:background .2s}.cart-close:hover{background:#e8e8e8;color:#111}.ship-bar{margin:12px 16px;background:#fff;border-radius:14px;padding:12px 16px;border:1px solid #efefef}.ship-bar-text{font-size:12px;font-weight:600;color:#666;margin-bottom:8px}.ship-bar-text strong{color:#111}.ship-bar-track{height:4px;background:#ebebeb;border-radius:100px;overflow:hidden}.ship-bar-fill{height:100%;border-radius:100px;background:var(--accent);transition:width .55s cubic-bezier(.4,0,.2,1),background .5s}.cart-body{flex:1;overflow-y:auto;padding:4px 16px 0}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:14px;padding-bottom:80px}.cart-empty-icon{width:68px;height:68px;background:#efefef;border-radius:20px;display:flex;align-items:center;justify-content:center}.cart-empty-icon svg{width:30px;height:30px;stroke:#ccc;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-empty-title{font-size:15px;font-weight:700;color:#aaa}.cart-empty-sub{font-size:13px;color:#ccc}.cart-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #efefef;align-items:flex-start}.cart-img-box{width:72px;height:72px;border-radius:14px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.cart-img-box img{width:80%;height:80%;object-fit:contain}.cart-item-info{flex:1;padding-top:2px}.cart-item-name{font-size:13px;font-weight:700;color:#111}.cart-item-variant{font-size:11px;color:#999;margin-top:2px}.cart-item-unit{font-size:11px;color:#bbb;margin-top:1px}.cart-item-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;height:72px}.cart-remove{background:none;border:none;cursor:pointer;font-size:18px;color:#ccc;line-height:1;transition:color .2s;padding:0}.cart-remove:hover{color:#ff4757}.cart-item-qty{display:flex;align-items:center;background:#ebebeb;border-radius:10px;overflow:hidden}.qty-btn{background:none;border:none;cursor:pointer;width:30px;height:30px;font-size:15px;display:flex;align-items:center;justify-content:center;transition:background .15s;font-family:inherit;color:#555}.qty-btn:hover{background:#dedede}.qty-num{font-size:13px;font-weight:700;min-width:26px;text-align:center;color:#111}.cart-item-total{font-size:14px;font-weight:800;color:#111;letter-spacing:-.5px}.trust-badges{display:flex;align-items:stretch;background:#fff;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.trust-badge{flex:1;display:flex;flex-direction:column;align-items:center;gap:5px;padding:14px 6px}.trust-badge svg{width:17px;height:17px;stroke:#bbb;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.trust-badge span{font-size:10px;font-weight:600;color:#bbb;text-align:center;line-height:1.3}.trust-sep{width:1px;background:#f0f0f0;align-self:stretch}.cart-footer{background:#fff;padding:18px 20px 24px;display:flex;flex-direction:column;gap:14px}.cart-summary{display:flex;flex-direction:column;gap:0}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.summary-label{font-size:13px;color:#888}.summary-value{font-size:13px;font-weight:600;color:#111}.summary-value.free{color:#16a34a}.summary-divider{height:1px;background:#f0f0f0;margin:4px 0}.summary-total{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.summary-total-label{font-size:15px;font-weight:800}.summary-total-value{font-size:22px;font-weight:900;letter-spacing:-1px;color:var(--accent);transition:color .5s}.checkout-btn{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;background:var(--accent);color:#fff;border:none;border-radius:14px;cursor:pointer;font-family:inherit;transition:background .5s,filter .2s}.checkout-btn:hover{filter:brightness(1.08)}.checkout-btn-label{font-size:13px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.checkout-btn-price{font-size:17px;font-weight:900;letter-spacing:-.5px}.continue-link{background:none;border:none;font-family:inherit;font-size:12px;color:#bbb;cursor:pointer;text-align:center;transition:color .2s;padding:0}.continue-link:hover{color:#666}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;border-radius:8px}.hamburger span{width:22px;height:2px;background:#111;border-radius:2px;transition:transform .3s,opacity .3s;display:block}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{position:fixed;top:72px;left:0;right:0;z-index:98;background:#fffffff7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid #ebebeb;display:flex;flex-direction:column;transform:translateY(-110%);opacity:0;pointer-events:none;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .3s}.mobile-nav.open{transform:translateY(0);opacity:1;pointer-events:all}.mobile-nav a{font-size:22px;font-weight:800;color:#111;text-decoration:none;padding:18px 28px;border-bottom:1px solid #f0f0f0;letter-spacing:-.5px;transition:color .2s}.mobile-nav a:hover{color:var(--accent)}.mobile-nav a:last-child{border-bottom:none}.bundle-promo{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#fff9e6,#fff4cc);border:1.5px solid #ffd84d;border-radius:16px;padding:14px 16px;margin-top:18px;cursor:pointer;transition:box-shadow .2s,transform .2s}.bundle-promo:hover{box-shadow:0 6px 20px #ffd21440;transform:translateY(-1px)}.bundle-emoji{font-size:26px;flex-shrink:0}.bundle-text{flex:1;min-width:0}.bundle-text strong{font-size:14px;font-weight:800;color:#111;display:block;line-height:1.2}.bundle-text span{font-size:12px;color:#999}.bundle-cta{background:#111;color:#fff;border:none;border-radius:10px;padding:9px 14px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;font-family:inherit;letter-spacing:.3px;transition:background .2s,transform .15s;flex-shrink:0}.bundle-cta:hover{background:#333;transform:scale(1.05)}.bundle-picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#000000b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s;padding:20px}.bundle-picker-overlay.open{opacity:1;pointer-events:all}.bundle-picker{background:#fff;border-radius:28px;padding:40px 36px 36px;width:100%;max-width:560px;position:relative;transform:translateY(20px) scale(.97);transition:transform .35s cubic-bezier(.34,1.56,.64,1);box-shadow:0 32px 80px #00000047;max-height:90vh;overflow-y:auto}.bundle-picker-overlay.open .bundle-picker{transform:translateY(0) scale(1)}.bundle-picker-close{position:absolute;top:18px;right:20px;width:34px;height:34px;border-radius:50%;border:none;background:#f0f0f0;color:#555;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.bundle-picker-close:hover{background:#e0e0e0}.bundle-picker-tag{font-size:10px;font-weight:800;letter-spacing:3px;text-transform:uppercase;color:#aaa;margin-bottom:6px}.bundle-picker-headline{font-size:26px;font-weight:900;letter-spacing:-1px;color:#111;margin-bottom:4px}.bundle-picker-sub{font-size:13px;color:#999;margin-bottom:28px}.bundle-fans-row{display:flex;align-items:center;gap:18px;margin-bottom:28px}.bundle-fan-slot{flex:1;text-align:center;background:#f7f7f7;border-radius:20px;padding:20px 16px;transition:background .2s}.bundle-fan-num{font-size:10px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#bbb;margin-bottom:12px}.bundle-fan-img-wrap{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.bundle-fan-img-wrap img{width:85%;height:85%;object-fit:contain}.bundle-fan-swatches{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:10px}.bundle-fan-swatch{width:22px;height:22px;border-radius:50%;border:none;cursor:pointer;position:relative;padding:0;transition:transform .15s}.bundle-fan-swatch:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:2px solid transparent;transition:border-color .2s}.bundle-fan-swatch.active:after{border-color:#111}.bundle-fan-swatch:hover{transform:scale(1.15)}.bundle-fan-color-name{font-size:13px;font-weight:700;color:#111}.bundle-plus-divider{font-size:22px;font-weight:800;color:#ccc;flex-shrink:0}.bundle-picker-footer{border-top:1px solid #ececec;padding-top:24px}.bundle-price-row{display:flex;align-items:baseline;gap:10px;justify-content:center;margin-bottom:18px}.bundle-orig-price{font-size:16px;color:#bbb;text-decoration:line-through;font-weight:600}.bundle-new-price{font-size:28px;font-weight:900;letter-spacing:-1px;color:#111}.bundle-save-badge{background:#16a34a;color:#fff;font-size:11px;font-weight:800;letter-spacing:.5px;padding:4px 10px;border-radius:100px}.bundle-picker-add-btn{width:100%;padding:16px;border:none;border-radius:100px;background:#111;color:#fff;font-size:14px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;font-family:inherit;transition:filter .2s,transform .15s}.bundle-picker-add-btn:hover{filter:brightness(1.15);transform:translateY(-1px)}@media(max-width:640px){.bundle-picker{padding:32px 22px 28px;border-radius:22px}.bundle-fans-row{gap:10px}.bundle-fan-slot{padding:14px 10px}.bundle-picker-headline{font-size:22px}}.social-proof{display:flex;align-items:center;gap:6px;font-size:12px;color:#aaa;margin-top:16px;font-weight:500}.social-proof-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;flex-shrink:0;animation:stockPulse 2s ease infinite}.social-proof strong{color:#555}.color-pair{font-size:11px;color:#bbb;margin-top:8px;cursor:pointer;transition:color .2s;letter-spacing:.3px}.color-pair:hover{color:#888}.color-pair .pair-name{color:var(--accent);font-weight:700;transition:color .6s}.discount-row .summary-label{color:#16a34a;font-weight:600}.discount-row .summary-value{color:#16a34a;font-weight:700}.bundle-badge{background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;font-size:9px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;padding:3px 8px;border-radius:100px;margin-left:6px;vertical-align:middle}.swatch-wrap{position:relative;display:inline-block}.swatch-tip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(4px);background:#111;color:#fff;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;white-space:nowrap;padding:4px 9px;border-radius:6px;pointer-events:none;opacity:0;transition:opacity .18s,transform .18s}.swatch-tip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#111}.swatch-wrap:hover .swatch-tip{opacity:1;transform:translate(-50%) translateY(0)}.burst-particle{position:fixed;width:8px;height:8px;border-radius:50%;pointer-events:none;z-index:99999;animation:burstFly .65s ease-out forwards}@keyframes burstFly{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(var(--bx),var(--by)) scale(0);opacity:0}}.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:90;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid #e8e8e8;padding:12px 48px;display:flex;align-items:center;justify-content:space-between;gap:24px;transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1)}.sticky-bar.visible{transform:translateY(0)}.sticky-left{display:flex;align-items:center;gap:14px}.sticky-swatch{width:48px;height:48px;border-radius:12px;transition:background .5s;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.sticky-swatch img{width:85%;height:85%;object-fit:contain}.sticky-info-name{font-size:14px;font-weight:800;letter-spacing:-.3px}.sticky-info-sub{font-size:11px;color:#aaa;font-weight:500;margin-top:1px}.sticky-mid{flex:1;display:flex;flex-direction:column;align-items:center}.sticky-price{font-size:22px;font-weight:900;letter-spacing:-1px;color:var(--accent);transition:color .5s}.sticky-ship{font-size:10px;color:#aaa;font-weight:500;margin-top:1px}.sticky-add{padding:14px 36px;background:var(--accent);color:#fff;border:none;border-radius:100px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;letter-spacing:.5px;text-transform:uppercase;transition:background .5s,filter .2s;white-space:nowrap;flex-shrink:0}.sticky-add:hover{filter:brightness(1.1)}@media(max-width:768px){.header-inner{padding:0 20px;height:60px}nav{display:none}.hamburger{display:flex}.mobile-nav{top:60px}.hero-page{min-height:100svh}.hero{grid-template-columns:1fr;padding:0 24px 48px;min-height:100svh;align-content:center}.hero-right{order:-1;padding-top:76px;padding-bottom:0;justify-content:center}.fan-stage{width:220px;height:220px;max-width:220px}#particle-canvas{top:-20%;right:-20%;bottom:-20%;left:-20%;width:140%;height:140%}.color-badge{bottom:4px;font-size:10px}.hero-left{padding-top:12px;align-items:center;text-align:center}.hero-tag{margin-bottom:10px;font-size:10px}.hero-headline{font-size:clamp(38px,10.5vw,54px);letter-spacing:-2.5px;margin-bottom:14px;line-height:1}.hero-sub{font-size:13px;margin-bottom:24px;max-width:270px}.swatch-area{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.swatches{justify-content:center}.hero-buy{flex-direction:column;align-items:center;gap:12px;width:100%}.hero-price{font-size:26px}.add-to-cart{padding:15px 0;font-size:13px;width:100%;max-width:300px}.stock-note{justify-content:center}.specs{padding:64px 20px}.specs-grid{grid-template-columns:1fr;gap:14px;margin-top:40px}.spec-card{padding:24px 20px;border-radius:20px}.spec-icon-wrap{width:44px;height:44px;margin-bottom:20px}.spec-num{font-size:22px}.lifestyle{grid-template-columns:1fr;min-height:unset}.lifestyle-panel{min-height:420px}.lifestyle-panel:first-child{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.lifestyle-panel .panel-content{padding:28px 24px}.panel-headline{font-size:36px;letter-spacing:-1.5px}.more-section{padding:72px 20px}.more-grid{grid-template-columns:1fr;gap:20px;margin-top:40px}.product-img-wrap{padding:24px}.reviews-section,.faq-section{padding:72px 24px}.section-headline{font-size:32px;letter-spacing:-1.5px;margin-bottom:40px}.reviews-header{flex-direction:column;align-items:flex-start;gap:16px}.reviews-grid{grid-template-columns:1fr 1fr;gap:14px}footer{padding:56px 24px 32px}.footer-inner{grid-template-columns:1fr;gap:40px;margin-bottom:40px}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.footer-legal{flex-wrap:wrap;justify-content:center}.sticky-bar{padding:10px 20px}.sticky-mid,.sticky-info-sub{display:none}.sticky-add{padding:12px 24px;font-size:12px}.cart-drawer{width:100vw}.ship-bar{margin:10px 12px}.cart-body{padding:4px 12px 0}.cart-footer{padding:16px 16px 24px}.trust-badges{display:none}}@media(max-width:380px){.hero-headline{font-size:34px;letter-spacing:-2px}.fan-stage{width:180px;height:180px;max-width:180px}.reviews-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/theme.css.map */
