:root{--font-display: "Geist", system-ui, -apple-system, sans-serif;--font-mono: "Geist Mono", ui-monospace, SFMono-Regular, monospace;--fs-display: clamp(2.5rem, 4vw + 1rem, 4rem);--fs-h1: clamp(2rem, 3vw + .5rem, 3rem);--fs-h2: clamp(1.5rem, 2vw + .5rem, 2rem);--fs-h3: 1.25rem;--fs-body: 1rem;--fs-small: .875rem;--fs-mono: .825rem;--fs-eyebrow: .7rem;--ls-display: -.025em;--ls-eyebrow: .18em;--color-dark-surface: #0F1A23;--color-dark-surface-hi: #1B2838;--color-dark-divider: rgba(46, 196, 182, .15);--color-dark-text: #E0E4EA;--color-dark-text-muted: rgba(255, 255, 255, .65);--glow-accent: 0 0 16px rgba(46, 196, 182, .6);--glow-primary: 0 0 16px rgba(230, 57, 70, .4);--ease: cubic-bezier(.25, .46, .45, .94);--dur-instant: .12s;--dur-fast: .18s;--dur-base: .25s;--dur-slow: .4s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;font-size:var(--font-size-base, 16px);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-display);color:var(--color-text);background-color:var(--color-bg);min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{line-height:1.25;font-weight:700;color:var(--color-text);letter-spacing:-.01em}h1{font-size:clamp(1.75rem,4vw + .5rem,2.5rem);font-weight:800}h2{font-size:clamp(1.375rem,3vw + .4rem,1.875rem);font-weight:700}h3{font-size:clamp(1.125rem,2.5vw + .3rem,1.5rem)}h4{font-size:clamp(1rem,1.5vw + .3rem,1.1875rem)}h5{font-size:1rem}h6{font-size:.875rem}p{margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:color .25s ease,opacity .25s ease}a:hover{color:var(--color-primary)}a:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:3px}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none;color:inherit}button:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:3px}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}table{border-collapse:collapse;width:100%}fieldset{border:none}svg{display:inline-block;vertical-align:middle}::selection{background-color:var(--color-primary);color:#fff}.container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;width:100%}.container--narrow{max-width:800px}.container--wide{max-width:1400px}.section{padding:60px 0}.section--sm{padding:40px 0}.section--lg{padding:80px 0}.grid{display:grid;gap:var(--grid-gap, 24px)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex--between{display:flex;justify-content:space-between;align-items:center}.flex--center{display:flex;justify-content:center;align-items:center}.flex--column{display:flex;flex-direction:column}.flex--wrap{flex-wrap:wrap}.flex--gap{gap:16px}@media(max-width:1024px){html{font-size:15px}}@media(max-width:768px){html{font-size:14px;line-height:1.65}.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}.section{padding:40px 0}.section--lg{padding:60px 0}}@media(max-width:480px){html{font-size:13.5px;line-height:1.7}}@media(min-width:769px)and (max-width:1024px){.grid--4,.grid--3{grid-template-columns:repeat(2,1fr)}}.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:16px;z-index:10000;padding:12px 24px;background:var(--color-primary, #E63946);color:#fff;font-weight:700;font-size:.875rem;text-decoration:none;border-radius:0 0 6px 6px;transition:top .2s ease}.skip-link:focus{top:0;outline:2px solid var(--color-accent, #2EC4B6);outline-offset:2px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-0{margin-top:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.5rem}.pt-2{padding-top:1rem}.pt-3{padding-top:1.5rem}.pt-4{padding-top:2rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.5rem}.pb-2{padding-bottom:1rem}.pb-3{padding-bottom:1.5rem}.pb-4{padding-bottom:2rem}.hidden,.visible-mobile{display:none!important}.visible-desktop{display:block!important}@media(max-width:768px){.visible-mobile{display:block!important}.visible-desktop{display:none!important}}.color-primary{color:var(--color-primary)}.color-accent{color:var(--color-accent)}.color-muted{color:var(--color-text-muted)}.bg-primary{background-color:var(--color-primary)}.bg-secondary{background-color:var(--color-secondary)}.bg-accent{background-color:var(--color-accent)}.bg-surface{background-color:var(--color-surface)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase;letter-spacing:.05em}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:6px;font-weight:600;font-size:.9375rem;line-height:1.4;text-align:center;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:background-color .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .2s ease;white-space:nowrap;gap:8px}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn:active{transform:translateY(0);box-shadow:0 1px 4px #0000001a}.btn--primary{background-color:var(--color-primary);color:#fff}.btn--primary:hover{background-color:#cf2f3c;color:#fff;box-shadow:0 4px 16px #e639464d}.btn--secondary{background-color:var(--color-secondary);color:#fff}.btn--secondary:hover{background-color:#131d29;color:#fff;box-shadow:0 4px 16px #1b28384d}.btn--accent{background-color:var(--color-accent);color:#fff}.btn--accent:hover{background-color:#27ab9f;color:#fff;box-shadow:0 4px 16px #2ec4b64d}.btn--outline{background-color:transparent;border:2px solid var(--color-primary);color:var(--color-primary)}.btn--outline:hover{background-color:var(--color-primary);color:#fff}.btn--outline-white{background-color:transparent;border:2px solid #fff;color:#fff}.btn--outline-white:hover{background-color:#fff;color:var(--color-secondary)}.btn--sm{padding:8px 18px;font-size:.8125rem}.btn--lg{padding:16px 36px;font-size:1.0625rem}.btn--full{width:100%}.btn:disabled,.btn--disabled{opacity:.6;cursor:not-allowed;pointer-events:none;transform:none}.btn--icon{padding:10px;border-radius:50%}.announcement-bar{background-color:var(--color-primary);color:#fff;text-align:center;padding:8px 40px;font-size:.875rem;font-weight:500;position:relative;overflow:hidden;transition:max-height .4s ease,padding .4s ease,opacity .3s ease;max-height:60px}.announcement-bar a{color:#fff;text-decoration:underline;font-weight:600}.announcement-bar a:hover{opacity:.9}.announcement-bar__dismiss{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff;font-size:1.25rem;cursor:pointer;padding:4px 8px;line-height:1;opacity:.8;transition:opacity .2s ease}.announcement-bar__dismiss:hover{opacity:1}.announcement-bar--dismissed{max-height:0;padding-top:0;padding-bottom:0;opacity:0}.header{position:sticky;top:0;z-index:1000;background-color:var(--color-secondary);color:#fff;width:100%}.header__top-bar{background-color:#0003;padding:6px 0;font-size:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.header__top-bar .container{display:flex;justify-content:space-between;align-items:center}.header__top-bar a{color:#fffc;transition:color .2s ease}.header__top-bar a:hover{color:#fff}.header__top-links{display:flex;gap:16px;align-items:center}.header__top-links a{display:inline-flex;align-items:center;gap:4px}.header__main{padding:12px 0}.header__main .container{display:flex;align-items:center;gap:24px}.header__logo img{max-width:var(--logo-max-width, 160px);height:auto}.header__logo-text{font-size:1.375rem;font-weight:700;color:#fff;letter-spacing:-.01em}.header__search{flex-grow:1;max-width:500px;position:relative}.header__search-form{display:flex;border-radius:4px;overflow:hidden;background-color:#fff}.header__search-input{flex-grow:1;padding:10px 14px;border:none;outline:none;font-size:.875rem;color:var(--color-text);background:transparent}.header__search-input::placeholder{color:var(--color-text-muted)}.header__search-btn{padding:10px 16px;background-color:var(--color-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;transition:background-color .2s ease}.header__search-btn:hover{background-color:#cf2f3c}.header__search-btn svg{width:18px;height:18px}.header__icons{display:flex;align-items:center;gap:18px;flex-shrink:0}.header__icon{position:relative;color:#fff;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;transition:background-color .2s ease}.header__icon:hover{background-color:#ffffff1a;color:#fff}.header__icon svg{width:22px;height:22px}.header__cart-count{position:absolute;top:-2px;right:-2px;background-color:var(--color-primary);color:#fff;font-size:.6875rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.header__nav{background-color:#00000026;border-top:1px solid rgba(255,255,255,.08)}.header__nav .container{display:flex;align-items:center}.nav__list{display:flex;align-items:center;gap:0}.nav__item{position:relative}.nav__link{display:block;padding:12px 18px;font-size:.875rem;font-weight:500;color:#ffffffe6;transition:color .2s ease,background-color .2s ease;white-space:nowrap}.nav__link:hover{color:#fff;background-color:#ffffff14}.nav__item--active .nav__link{color:#fff;background-color:#ffffff1a}.mega-menu{position:absolute;top:100%;left:0;background-color:#fff;color:var(--color-text);box-shadow:0 8px 30px #00000026;border-radius:0 0 8px 8px;padding:30px;display:none;z-index:999;min-width:600px}.mega-menu__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.mega-menu__column-heading{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-secondary);margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid var(--color-primary)}.mega-menu__link{display:block;padding:5px 0;font-size:.875rem;color:var(--color-text-muted);transition:color .2s ease,padding-left .2s ease}.mega-menu__link:hover{color:var(--color-primary);padding-left:4px}.mega-menu__featured{grid-column:span 1;border-left:1px solid #eee;padding-left:30px}.mega-menu__featured img{border-radius:8px;margin-bottom:12px}.nav__item:hover .mega-menu{display:block}.header__hamburger{display:none;width:40px;height:40px;align-items:center;justify-content:center;color:#fff;cursor:pointer}.header__hamburger svg{width:24px;height:24px}.mobile-menu{position:fixed;top:0;left:0;bottom:0;width:300px;max-width:85vw;background-color:#fff;color:var(--color-text);z-index:1002;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;display:flex;flex-direction:column}.mobile-menu--open{transform:translate(0)}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee}.mobile-menu__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer}.mobile-menu__nav{flex-grow:1;padding:16px 0}.mobile-menu__link{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;font-size:1rem;font-weight:500;color:var(--color-text);border-bottom:1px solid #f0f0f0}.mobile-menu__link:hover{background-color:#f8f8f8}.mobile-menu__submenu{padding-left:20px;display:none}.mobile-menu__submenu--open{display:block}.mobile-menu__submenu .mobile-menu__link{font-weight:400;font-size:.9375rem;color:var(--color-text-muted)}.mobile-menu__footer{padding:20px;border-top:1px solid #eee}.mobile-menu__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:1001;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-menu__overlay--visible{opacity:1;visibility:visible}@media(max-width:768px){.header__search,.header__nav{display:none}.header__hamburger{display:flex}.header__top-bar{display:none}}.footer{background-color:var(--color-secondary);color:#fff;padding:60px 0 30px}.footer__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:40px}.footer__heading{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px;color:#fff}.footer__about p{font-size:.875rem;color:#ffffffb3;line-height:1.7}.footer__social{display:flex;gap:12px;margin-top:16px}.footer__social a{width:36px;height:36px;border-radius:50%;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;transition:background-color .2s ease}.footer__social a:hover{background-color:var(--color-primary);color:#fff}.footer__social a svg{width:18px;height:18px}.footer__links{list-style:none}.footer__links li{margin-bottom:10px}.footer__links a{font-size:.875rem;color:#ffffffb3;transition:color .2s ease}.footer__links a:hover{color:#fff;text-decoration:underline}.footer__newsletter p{font-size:.875rem;color:#ffffffb3;margin-bottom:16px}.footer__newsletter-form{display:flex;border-radius:4px;overflow:hidden}.footer__newsletter-input{flex-grow:1;padding:10px 14px;border:none;outline:none;font-size:.875rem;background-color:#ffffff1a;color:#fff}.footer__newsletter-input::placeholder{color:#ffffff80}.footer__newsletter-btn{padding:10px 20px;background-color:var(--color-primary);color:#fff;border:none;font-weight:600;font-size:.875rem;cursor:pointer;transition:background-color .2s ease}.footer__newsletter-btn:hover{background-color:#cf2f3c}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer__copyright{font-size:.8125rem;color:#ffffff80}.footer__payment-icons{display:flex;align-items:center;gap:10px}.footer__payment-icons img,.footer__payment-icons svg{height:24px;width:auto;opacity:.7;transition:opacity .2s ease}.footer__payment-icons img:hover,.footer__payment-icons svg:hover{opacity:1}@media(max-width:768px){.footer__grid{grid-template-columns:1fr 1fr;gap:30px}.footer__bottom{flex-direction:column;text-align:center}}@media(max-width:480px){.footer__grid{grid-template-columns:1fr}}.hero{position:relative;overflow:hidden;min-height:500px;max-height:600px;background-color:var(--color-secondary)}.hero__slide-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:2}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none}.hero__overlay:before{content:"";position:absolute;right:10%;top:12%;width:80px;height:150px;border:2px solid rgba(46,196,182,.22);border-radius:18px;z-index:1;animation:heroFloat 6s ease-in-out infinite;box-shadow:inset 0 22px #2ec4b60a,0 0 50px #2ec4b61a}.hero__overlay:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:#2ec4b680;right:28%;top:22%;z-index:1;box-shadow:0 0 8px #2ec4b64d,45px 35px #2ec4b666,45px 35px 8px #2ec4b633,90px 12px #2ec4b659,90px 12px 8px #2ec4b626,120px 65px #2ec4b64d,120px 65px 8px #2ec4b626,65px 85px #2ec4b666,65px 85px 8px #2ec4b633,25px 110px #2ec4b64d,25px 110px 8px #2ec4b626,100px 130px #e6394659,100px 130px 8px #e6394626,140px 105px #2ec4b64d,140px 105px 8px #2ec4b626,160px 45px #e639464d,160px 45px 8px #e639461f,80px 60px 30px 15px #2ec4b60d,140px 95px 40px 20px #e639460a,35px 55px 25px 12px #2ec4b60a;animation:heroFloat 8s ease-in-out 1s infinite}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.hero__content{position:absolute;top:50%;left:0;transform:translateY(-50%);padding:0 80px;max-width:600px;color:#fff;z-index:4}.hero__content--center{left:0;transform:translateY(-50%);text-align:left}.hero__content--right{left:auto;right:0;text-align:right}.hero__subheading{font-size:.8125rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;margin-bottom:20px;color:var(--color-accent);display:inline-block;background:#2ec4b626;padding:6px 16px;border-radius:20px;border:1px solid rgba(46,196,182,.25)}.hero__heading{font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:16px;letter-spacing:-.02em;background:linear-gradient(135deg,#ffffff 0%,#e0e0e0 50%,var(--color-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__heading:before{content:"";display:block;width:50px;height:3px;background:linear-gradient(90deg,var(--color-accent),var(--color-primary));margin-bottom:16px;border-radius:2px}.hero__description{font-size:1.125rem;margin-bottom:28px;opacity:.92;line-height:1.65;text-shadow:0 1px 4px rgba(0,0,0,.2);max-width:480px}.hero__buttons{display:flex;gap:12px;flex-wrap:wrap}.hero__content--center .hero__buttons{justify-content:center}.hero__content--right .hero__buttons{justify-content:flex-end}.hero__content .btn{padding:16px 36px;font-size:1rem;font-weight:700;border-radius:6px;letter-spacing:.02em;box-shadow:0 4px 16px #0003;margin-top:4px}.hero__content .btn+.btn{margin-left:12px}.hero__content .btn--primary{background-color:var(--color-primary)}.hero__content .btn--primary:hover{background-color:#d32f3f;box-shadow:0 6px 24px #e6394659;transform:translateY(-2px)}.hero__content .btn--outline-white{border-width:2px}.hero__content .btn--outline-white:hover{box-shadow:0 6px 24px #fff3;transform:translateY(-2px)}@media(min-width:769px){.hero{min-height:520px;max-height:600px}}@media(max-width:768px){.hero__content{padding:0 24px;max-width:100%}.hero__heading{font-size:1.75rem}.hero__description{font-size:.9375rem}.hero__overlay:before,.hero__overlay:after{display:none}}.category-grid{padding:60px 0}.category-grid__heading{text-align:center;margin-bottom:40px;position:relative;padding-bottom:16px}.category-grid__heading:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:48px;height:3px;background-color:var(--color-primary);border-radius:2px}.category-grid__items{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.category-card{position:relative;overflow:hidden;border-radius:12px;aspect-ratio:1;display:block;box-shadow:0 2px 8px #00000014;transition:box-shadow .35s ease,transform .35s ease}.category-card:hover{box-shadow:0 8px 28px #00000026;transform:scale(1.02)}.category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.category-card:hover .category-card__image{transform:scale(1.08)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:20px;background:linear-gradient(to top,#1b2838d9,#1b28384d,#0000);display:flex;flex-direction:column;justify-content:flex-end;transition:background .3s ease}.category-card:hover .category-card__overlay{background:linear-gradient(to top,#1b2838e6,#1b283866 55%,#0000000d)}.category-card__title{color:#fff;font-size:1.125rem;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.3)}.category-card__count{color:#fffc;font-size:.8125rem;margin-top:4px;text-shadow:0 1px 3px rgba(0,0,0,.2)}@media(max-width:1024px){.category-grid__items{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.category-grid__items{grid-template-columns:1fr;gap:16px}.category-card{aspect-ratio:16 / 9}}.product-card{background-color:var(--color-surface);border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 3px #0000000a;transition:box-shadow .35s cubic-bezier(.25,.46,.45,.94),transform .35s cubic-bezier(.25,.46,.45,.94),border-color .35s ease;display:flex;flex-direction:column;position:relative}.product-card:hover{box-shadow:0 12px 32px #0000001f,0 4px 8px #0000000f;transform:translateY(-4px);border-color:#00000005}.product-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.product-card__link:hover{color:inherit}.product-card__image-wrap{position:relative;aspect-ratio:1;overflow:hidden;background-color:#f8f9fa;border-bottom:1px solid rgba(0,0,0,.04)}.product-card__image{width:100%;height:100%;object-fit:contain;transition:transform .5s cubic-bezier(.25,.46,.45,.94);padding:12px}.product-card:hover .product-card__image{transform:scale(1.06)}.product-card__badge{position:absolute;top:12px;left:12px;background-color:var(--color-primary);color:#fff;padding:5px 12px;border-radius:20px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;z-index:2;box-shadow:0 2px 6px #00000026}.product-card__badge--sale{background-color:var(--color-primary)}.product-card__badge--new{background-color:var(--color-accent)}.product-card__badge--sold-out{background-color:var(--color-text-muted)}.product-card__wishlist{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background-color:#fffffff2;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;opacity:0;transition:opacity .25s ease,transform .25s ease,box-shadow .25s ease;box-shadow:0 2px 8px #0000001a}.product-card__wishlist:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000026}.product-card:hover .product-card__wishlist{opacity:1}.product-card__wishlist svg{width:18px;height:18px;color:var(--color-text-muted);transition:color .2s ease}.product-card__wishlist:hover svg{color:var(--color-primary)}.product-card__info{padding:16px 18px;display:flex;flex-direction:column;flex-grow:1}.product-card__vendor{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:4px}.product-card__title{font-size:.875rem;font-weight:600;line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--color-text)}.product-card__price{font-weight:700;font-size:1.0625rem;margin-top:auto;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;color:var(--color-secondary)}.product-card__price--sale{color:var(--color-primary);font-size:1.125rem}.product-card__price--compare{text-decoration:line-through;color:var(--color-text-muted);font-size:.8125rem;font-weight:400;opacity:.7}.product-card__price--from{font-size:.75rem;font-weight:400;color:var(--color-text-muted)}.product-card__quick-add{margin-top:12px;width:100%;padding:11px;background-color:var(--color-secondary);color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.8125rem;cursor:pointer;transition:background-color .25s ease,transform .25s ease,opacity .3s ease;text-align:center;text-transform:uppercase;letter-spacing:.04em;opacity:0;transform:translateY(8px)}.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__quick-add:hover{background-color:var(--color-primary)}.product-card__quick-add:disabled{background-color:var(--color-text-muted);cursor:not-allowed;opacity:.6}@media(hover:none){.product-card__quick-add{opacity:1;transform:translateY(0)}}.featured-collection{padding:64px 0}.featured-collection__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:36px}.featured-collection__title{font-size:1.75rem;font-weight:700;position:relative;padding-bottom:12px}.featured-collection__title:after{content:"";position:absolute;bottom:0;left:0;width:48px;height:3px;background-color:var(--color-primary);border-radius:2px}.featured-collection__view-all{font-size:.875rem;font-weight:600;color:var(--color-primary);display:inline-flex;align-items:center;gap:4px;transition:gap .2s ease,color .2s ease}.featured-collection__view-all:hover{gap:8px;color:var(--color-primary)}.featured-collection__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){.featured-collection__grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(max-width:768px){.featured-collection__grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media(max-width:480px){.featured-collection__grid{grid-template-columns:1fr;gap:16px}}.trust-badges{background-color:#f8f9fa;padding:48px 0;border-bottom:1px solid #e9ecef}.trust-badges__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.trust-badge{text-align:center;padding:24px 16px;background-color:var(--color-surface);border-radius:12px;transition:box-shadow .3s ease,transform .3s ease}.trust-badge:hover{box-shadow:0 4px 16px #0000000f;transform:translateY(-2px)}.trust-badge__icon{width:56px;height:56px;margin:0 auto 16px;color:#fff;display:flex;align-items:center;justify-content:center;background-color:var(--color-accent);border-radius:50%;box-shadow:0 4px 12px #2ec4b640}.trust-badge__icon svg{width:26px;height:26px}.trust-badge__icon img{width:26px;height:26px;object-fit:contain;filter:brightness(0) invert(1)}.trust-badge__title{font-size:.9375rem;font-weight:700;margin-bottom:4px;color:var(--color-text)}.trust-badge__subtitle{font-size:.8125rem;color:var(--color-text-muted);line-height:1.5}@media(max-width:768px){.trust-badges__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:480px){.trust-badges__grid{gap:12px}.trust-badge{padding:18px 12px}.trust-badge__icon{width:44px;height:44px;margin-bottom:12px}.trust-badge__icon svg,.trust-badge__icon img{width:22px;height:22px}}.we-buy-tech{color:#fff;padding:80px 0;position:relative;overflow:hidden}.we-buy-tech__inner{display:flex;align-items:center;gap:56px;position:relative;z-index:1}.we-buy-tech__content{flex:1}.we-buy-tech__label{font-size:.8125rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;margin-bottom:10px;opacity:.9;display:inline-block;background-color:#ffffff26;padding:4px 12px;border-radius:20px}.we-buy-tech__heading{font-size:2.25rem;font-weight:800;margin-bottom:16px;color:#fff;letter-spacing:-.01em}.we-buy-tech__text{font-size:1.0625rem;line-height:1.7;opacity:.92;margin-bottom:28px}.we-buy-tech__cta{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:var(--color-primary, #E63946);color:#fff;font-weight:700;font-size:1rem;border-radius:8px;text-decoration:none;transition:background .2s ease,transform .2s ease}.we-buy-tech__cta:hover{background:#d42f3d;transform:translateY(-2px);color:#fff}.we-buy-tech__devices{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.device-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px 20px;text-align:center;text-decoration:none;color:#fff;transition:background .2s ease,transform .2s ease,border-color .2s ease}.device-card:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-4px);color:#fff}.device-card__icon{font-size:2.25rem;margin-bottom:10px}.device-card__title{font-size:.9375rem;font-weight:700;color:#fff}@media(max-width:768px){.we-buy-tech__inner{flex-direction:column;gap:32px;text-align:center}.we-buy-tech__heading{font-size:1.5rem}.we-buy-tech__devices{width:100%;max-width:400px}}.brand-slider{overflow:hidden;padding:40px 0;background-color:var(--color-surface)}.brand-slider__heading{text-align:center;margin-bottom:30px;font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);font-weight:600}.brand-slider__track{display:flex;animation:scroll-brands 30s linear infinite;width:max-content}.brand-slider__track:hover{animation-play-state:paused}.brand-slider__item{flex-shrink:0;padding:0 30px;display:flex;align-items:center;justify-content:center}.brand-slider__item img{height:40px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.5;transition:filter .3s ease,opacity .3s ease}.brand-slider__item:hover img{filter:grayscale(0%);opacity:1}@keyframes scroll-brands{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.brand-slider__item{padding:0 20px}.brand-slider__item img{height:30px}}.newsletter-signup{padding:72px 0;text-align:center;background-color:var(--color-secondary);color:#fff;position:relative}.newsletter-signup__heading{font-size:1.875rem;font-weight:700;margin-bottom:10px;color:#fff}.newsletter-signup__text{color:#ffffffbf;margin-bottom:28px;font-size:1.0625rem}.newsletter-signup__form{display:flex;max-width:520px;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0003}.newsletter-signup__input{flex-grow:1;padding:16px 20px;border:2px solid transparent;border-right:none;border-radius:8px 0 0 8px;outline:none;font-size:1rem;background-color:#fffffff2;color:var(--color-text);transition:border-color .2s ease,box-shadow .2s ease}.newsletter-signup__input::placeholder{color:var(--color-text-muted)}.newsletter-signup__input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #2ec4b633}.newsletter-signup__btn{padding:16px 32px;background-color:var(--color-primary);color:#fff;border:none;font-weight:700;font-size:1rem;cursor:pointer;transition:background-color .25s ease,transform .15s ease;white-space:nowrap;text-transform:uppercase;letter-spacing:.03em}.newsletter-signup__btn:hover{background-color:#d32f3f;transform:translateY(-1px)}.newsletter-signup__inner{max-width:620px;margin:0 auto}.newsletter-signup__field{display:flex;max-width:520px;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0003}.newsletter-signup__success{color:#4ade80;font-size:.9375rem;margin-top:16px;font-weight:600}.newsletter-signup__success:before{content:"\2713  "}.newsletter-signup__error{color:#fca5a5;font-size:.9375rem;margin-top:16px;font-weight:600}.newsletter-signup__error:before{content:"\26a0  "}.newsletter-signup__disclaimer{font-size:.8125rem;color:#ffffff80;margin-top:18px}@media(max-width:480px){.newsletter-signup__form{flex-direction:column;border-radius:8px}.newsletter-signup__input{border-right:2px solid transparent;border-radius:8px 8px 0 0;border-bottom:none}.newsletter-signup__btn{border-radius:0 0 8px 8px}}.testimonials{padding:60px 0}.testimonials__heading{text-align:center;margin-bottom:40px}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background-color:var(--color-surface);padding:30px;border-radius:8px;box-shadow:0 2px 8px #0000000f}.testimonial-card__stars{display:flex;gap:2px;margin-bottom:16px;color:#f59e0b;font-size:1rem}.testimonial-card__stars svg{width:18px;height:18px;fill:#f59e0b}.testimonial-card__quote{font-size:.9375rem;line-height:1.7;color:var(--color-text);margin-bottom:20px;font-style:italic}.testimonial-card__author{display:flex;align-items:center;gap:12px}.testimonial-card__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;background-color:#eee}.testimonial-card__name{font-weight:600;font-size:.875rem}.testimonial-card__role{font-size:.75rem;color:var(--color-text-muted)}@media(max-width:768px){.testimonials__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}.collection-header{position:relative;min-height:200px;background-color:var(--color-secondary);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}.collection-header__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.collection-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1}.collection-header__content{position:relative;z-index:2;padding:40px 20px}.collection-header__title{font-size:2rem;font-weight:800;color:#fff;margin-bottom:8px}.collection-header__count{font-size:.875rem;opacity:.8}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid #eee;margin-bottom:24px;flex-wrap:wrap;gap:12px}.collection-toolbar__count{font-size:.875rem;color:var(--color-text-muted)}.collection-toolbar__actions{display:flex;align-items:center;gap:12px}.collection-toolbar__sort{padding:8px 32px 8px 12px;border:1px solid #ddd;border-radius:4px;background-color:#fff;font-size:.875rem;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%236C757D' viewBox='0 0 16 16'%3E%3Cpath d='m4.646 9.646.708.708L8 7.707l2.646 2.647.708-.708L8 6.293z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer}.collection-toolbar__filter-toggle{display:none;padding:8px 16px;border:1px solid #ddd;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;background-color:#fff;gap:6px}.collection-layout{display:grid;grid-template-columns:250px 1fr;gap:30px;align-items:flex-start}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.collection-filters{position:sticky;top:120px}.collection-filters__group{border-bottom:1px solid #eee;padding:16px 0}.collection-filters__group:first-child{padding-top:0}.collection-filters__heading{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:700;cursor:pointer;padding:4px 0}.collection-filters__heading svg{width:16px;height:16px;transition:transform .2s ease}.collection-filters__group--collapsed .collection-filters__heading svg{transform:rotate(-90deg)}.collection-filters__options{padding-top:10px}.collection-filters__group--collapsed .collection-filters__options{display:none}.collection-filters__option{display:flex;align-items:center;gap:8px;padding:5px 0;font-size:.875rem;cursor:pointer}.collection-filters__option input[type=checkbox],.collection-filters__option input[type=radio]{width:16px;height:16px;accent-color:var(--color-primary);cursor:pointer}.collection-filters__clear{font-size:.8125rem;color:var(--color-primary);cursor:pointer;margin-top:12px;display:inline-block;font-weight:500}@media(max-width:1024px){.collection-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.collection-layout{grid-template-columns:1fr}.collection-filters{position:fixed;top:0;left:0;bottom:0;width:300px;max-width:85vw;background-color:#fff;z-index:1003;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;padding:20px;box-shadow:4px 0 20px #0000001a}.collection-filters--open{transform:translate(0)}.collection-toolbar__filter-toggle{display:inline-flex}.collection-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media(max-width:480px){.collection-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.product{display:grid;grid-template-columns:55% 45%;gap:0;padding:30px 0 60px}.product__gallery{position:sticky;top:100px;align-self:flex-start;padding-right:40px}.product__gallery-main{position:relative;aspect-ratio:1;overflow:hidden;border-radius:8px;background-color:#f5f5f5;cursor:zoom-in;margin-bottom:12px}.product__gallery-main img{width:100%;height:100%;object-fit:contain;padding:20px;transition:transform .3s ease}.product__gallery-main:hover img{transform:scale(1.1)}.product__thumbnails{display:flex;gap:8px;overflow-x:auto}.product__thumbnail{flex-shrink:0;width:72px;height:72px;border-radius:6px;border:2px solid transparent;overflow:hidden;cursor:pointer;background-color:#f5f5f5;transition:border-color .2s ease}.product__thumbnail--active{border-color:var(--color-primary)}.product__thumbnail:hover{border-color:var(--color-text-muted)}.product__thumbnail img{width:100%;height:100%;object-fit:contain;padding:4px}.product__info{padding-left:0}.product__breadcrumb{font-size:.8125rem;color:var(--color-text-muted);margin-bottom:16px;display:flex;flex-wrap:wrap;gap:6px}.product__breadcrumb a{color:var(--color-text-muted)}.product__breadcrumb a:hover{color:var(--color-primary)}.product__breadcrumb-separator{color:#ccc}.product__vendor{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:4px}.product__title{font-size:1.75rem;font-weight:700;line-height:1.3;margin-bottom:12px}.product__reviews{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:.875rem}.product__reviews-stars{color:#f59e0b;display:flex;gap:1px}.product__reviews-stars svg{width:16px;height:16px;fill:#f59e0b}.product__reviews-count{color:var(--color-text-muted)}.product__price{font-size:1.5rem;font-weight:700;margin-bottom:20px;display:flex;align-items:baseline;gap:12px}.product__price--sale{color:var(--color-primary)}.product__price--compare{text-decoration:line-through;color:var(--color-text-muted);font-size:1rem;font-weight:400}.product__save-badge{background-color:var(--color-primary);color:#fff;font-size:.75rem;font-weight:700;padding:3px 8px;border-radius:3px}.product__variants{margin-bottom:20px}.product__variant-label{font-size:.875rem;font-weight:600;margin-bottom:10px}.product__variant-options{display:flex;flex-wrap:wrap;gap:8px}.variant-swatch{border:2px solid #ddd;padding:8px 16px;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;background-color:#fff;transition:border-color .2s ease,background-color .2s ease;min-width:48px;text-align:center}.variant-swatch:hover{border-color:var(--color-text-muted)}.variant-swatch--active{border-color:var(--color-primary);background-color:#e639460d}.variant-swatch--disabled{opacity:.4;cursor:not-allowed;text-decoration:line-through}.product__quantity{display:flex;align-items:center;margin-bottom:20px}.product__quantity-label{font-size:.875rem;font-weight:600;margin-right:12px}.product__quantity-selector{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;overflow:hidden}.product__quantity-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;cursor:pointer;font-size:1.125rem;transition:background-color .2s ease;border:none}.product__quantity-btn:hover{background-color:#eee}.product__quantity-input{width:50px;height:40px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;font-weight:600;outline:none;-moz-appearance:textfield}.product__quantity-input::-webkit-inner-spin-button,.product__quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product__add-btn{width:100%;padding:16px 28px;font-size:1.0625rem;font-weight:700;margin-bottom:12px}.product__buy-now{width:100%;padding:14px 28px;margin-bottom:20px}.back-in-stock{margin-bottom:16px}.back-in-stock__trigger{background-color:var(--color-accent);color:#fff;border:none}.back-in-stock__trigger:hover{background-color:var(--color-accent-dark, #26a89c)}.back-in-stock__text{font-size:.875rem;color:var(--color-text-muted);margin-bottom:10px;line-height:1.5}.back-in-stock__field{display:flex;gap:0}.back-in-stock__input{flex:1;padding:10px 14px;border:1px solid var(--color-border);border-right:none;border-radius:4px 0 0 4px;font-size:.9rem;outline:none}.back-in-stock__input:focus{border-color:var(--color-accent)}.back-in-stock__submit{border-radius:0 4px 4px 0;white-space:nowrap;padding:10px 18px}.back-in-stock__success{color:#28a745;font-size:.85rem;margin-top:8px}.back-in-stock__error{color:var(--color-primary);font-size:.85rem;margin-top:8px}.grid--5{grid-template-columns:repeat(5,1fr)}.product-recommendations,.recently-viewed{padding:32px 0;border-top:1px solid var(--color-border, #e5e5e5)}.product-recommendations .section-heading,.recently-viewed .section-heading{font-size:1.125rem;margin-bottom:16px}.product-recommendations .grid,.recently-viewed .grid{gap:14px}.product-recommendations .product-card,.recently-viewed .product-card{border-radius:8px;box-shadow:0 1px 2px #0000000a}.product-recommendations .product-card:hover,.recently-viewed .product-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.product-recommendations .product-card__image-wrap,.recently-viewed .product-card__image-wrap{aspect-ratio:1}.product-recommendations .product-card__image,.recently-viewed .product-card__image{padding:8px}.product-recommendations .product-card__info,.recently-viewed .product-card__info{padding:8px 10px 10px}.product-recommendations .product-card__vendor,.recently-viewed .product-card__vendor{display:none}.product-recommendations .product-card__title,.recently-viewed .product-card__title{font-size:.75rem;line-height:1.3;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:4px}.product-recommendations .product-card__price,.recently-viewed .product-card__price{font-size:.8125rem}.product-recommendations .product-card__quick-add,.recently-viewed .product-card__quick-add,.product-recommendations .product-card__quick-add-form,.recently-viewed .product-card__quick-add-form{display:none}@media(max-width:1024px){.grid--5{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.grid--5{grid-template-columns:repeat(2,1fr)}.product-recommendations .grid,.recently-viewed .grid{gap:10px}}.product__meta{font-size:.8125rem;color:var(--color-text-muted);margin-bottom:20px;line-height:1.8}.product__meta span{font-weight:600;color:var(--color-text)}.product__tabs{margin-top:36px;border-top:none}.product__tab-list{display:flex;border-bottom:2px solid #e9ecef;gap:4px}.product__tab{padding:14px 24px;font-size:.875rem;font-weight:600;color:var(--color-text-muted);cursor:pointer;border-bottom:3px solid transparent;transition:color .25s ease,border-color .25s ease,background-color .25s ease;margin-bottom:-2px;background:none;border-top:none;border-left:none;border-right:none;border-radius:4px 4px 0 0;position:relative}.product__tab:hover{color:var(--color-text);background-color:#00000005}.product__tab--active{color:var(--color-primary);border-bottom-color:var(--color-primary);background-color:transparent}.product__tab-panel{display:none;padding:28px 0;font-size:.9375rem;line-height:1.7;animation:tabFadeIn .3s ease}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.product__tab-panel--active{display:block}.product__tab-panel h3{margin-bottom:12px}.product__tab-panel ul{list-style:disc;padding-left:20px;margin-bottom:16px}.product__tab-panel ul li{margin-bottom:6px}.sticky-add-bar{position:fixed;bottom:0;left:0;right:0;background-color:#ffffffeb;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);box-shadow:0 -4px 24px #0000001a,0 -1px #0000000d;z-index:998;padding:14px 0;transform:translateY(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.sticky-add-bar--visible{transform:translateY(0)}.sticky-add-bar .container{display:flex;align-items:center;justify-content:space-between;gap:16px}.sticky-add-bar__info{display:flex;align-items:center;gap:14px}.sticky-add-bar__image{width:50px;height:50px;border-radius:8px;object-fit:contain;background-color:#f5f5f5;border:1px solid #eee}.sticky-add-bar__title{font-weight:600;font-size:.875rem;color:var(--color-text)}.sticky-add-bar__price{font-weight:700;font-size:.9375rem;color:var(--color-secondary)}.sticky-add-bar__btn{padding:13px 36px;white-space:nowrap;font-weight:700;border-radius:8px;font-size:.9375rem}@media(max-width:768px){.product{grid-template-columns:1fr;gap:24px}.product__gallery{position:relative;top:0;padding-right:0}.product__title{font-size:1.375rem}.product__price{font-size:1.25rem}}.cart-page{padding:40px 0 60px}.cart-page__title{font-size:1.75rem;font-weight:700;margin-bottom:30px}.cart-page__layout{display:grid;grid-template-columns:1fr 350px;gap:40px;align-items:flex-start}.cart-table{width:100%}.cart-table__header{display:grid;grid-template-columns:3fr 1fr 1fr 1fr auto;gap:16px;padding-bottom:12px;border-bottom:1px solid #eee;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);font-weight:600}.cart-table__col{display:block}.cart-item{display:grid;grid-template-columns:3fr 1fr 1fr 1fr auto;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid #eee}.cart-item__image{width:80px;height:80px;border-radius:6px;overflow:hidden;background-color:#f5f5f5;flex-shrink:0;padding:4px}.cart-item__image img{width:100%;height:100%;object-fit:contain}.cart-item__info{display:flex;flex-direction:column;gap:2px}.cart-item__title{font-size:.9375rem;font-weight:600;margin-bottom:4px}.cart-item__variant{font-size:.8125rem;color:var(--color-text-muted)}.cart-item__plan{font-size:.75rem;color:var(--color-text-muted);font-style:italic}.cart-item__price{font-weight:600}.cart-item__price--sale{color:var(--color-primary);font-weight:700}.cart-item__price--compare{text-decoration:line-through;color:var(--color-text-muted);font-size:.8125rem;font-weight:400;margin-left:4px}.cart-item__quantity{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.cart-item__total{font-weight:700}.cart-item__remove{display:inline-flex;align-items:center;gap:4px;color:var(--color-text-muted);background:none;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:6px 10px;font-size:.8125rem;transition:color .2s ease,border-color .2s ease}.cart-item__remove:hover{color:var(--color-primary);border-color:var(--color-primary)}.cart-item__remove svg{flex-shrink:0}.cart-summary{background-color:var(--color-surface);border-radius:8px;padding:24px;box-shadow:0 1px 4px #0000000f;position:sticky;top:120px}.cart-summary .btn{margin-top:20px}.cart-summary__notes{margin-bottom:20px}.cart-summary__notes label{display:block;font-size:.875rem;font-weight:600;margin-bottom:6px}.cart-summary__notes textarea{width:100%;min-height:80px;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:.875rem;resize:vertical;outline:none;transition:border-color .2s ease}.cart-summary__notes textarea:focus{border-color:var(--color-primary)}.cart-summary__subtotal{display:flex;justify-content:space-between;padding:16px 0 0;margin-top:12px;border-top:2px solid #eee;font-size:1.125rem;font-weight:700}.cart-summary__price{font-weight:700;font-size:1.125rem}.cart-summary__shipping-note{font-size:.8125rem;color:var(--color-text-muted);text-align:center;margin-top:12px}.cart-summary__continue{display:block;text-align:center;font-size:.8125rem;color:var(--color-text-muted);margin-top:12px;transition:color .2s ease}.cart-summary__continue:hover{color:var(--color-primary)}.cart-page__items,.cart-page__summary{min-width:0}.free-shipping-bar{margin-bottom:20px}.free-shipping-bar__text{font-size:.8125rem;margin-bottom:6px;text-align:center}.free-shipping-bar__track{height:6px;background-color:#eee;border-radius:3px;overflow:hidden}.free-shipping-bar__fill{height:100%;background-color:var(--color-accent);border-radius:3px;transition:width .4s ease}.cart-empty{text-align:center;padding:60px 20px}.cart-empty svg{margin:0 auto 16px;color:var(--color-text-muted)}.cart-empty__text{color:var(--color-text-muted);margin-bottom:24px;font-size:1.125rem}@media(max-width:768px){.cart-page__layout{grid-template-columns:1fr}.cart-table__header{display:none}.cart-item{grid-template-columns:1fr;gap:8px}}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:420px;max-width:100%;background-color:#fff;z-index:1001;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer--open{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-drawer__overlay--visible{opacity:1;visibility:visible}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid #eee;flex-shrink:0}.cart-drawer__title{font-size:1.0625rem;font-weight:700;display:flex;align-items:center;gap:8px}.cart-drawer__count{background-color:var(--color-primary);color:#fff;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.cart-drawer__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;cursor:pointer;border-radius:50%;transition:background-color .2s ease}.cart-drawer__close:hover{background-color:#f5f5f5}.cart-drawer__items{flex-grow:1;overflow-y:auto;padding:0}.cart-drawer-item{display:flex;gap:14px;padding:16px 20px;border-bottom:1px solid #f0f0f0}.cart-drawer-item__image{width:70px;height:70px;border-radius:6px;object-fit:contain;background-color:#f5f5f5;flex-shrink:0;padding:4px;display:block}.cart-drawer-item__image img{width:100%;height:100%;object-fit:contain}.cart-drawer-item__info{flex-grow:1;min-width:0}.cart-drawer-item__title{font-size:.875rem;font-weight:600;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-drawer-item__variant{font-size:.75rem;color:var(--color-text-muted);margin-bottom:8px}.cart-drawer-item__bottom{display:flex;justify-content:space-between;align-items:center}.cart-drawer-item__price{font-weight:700;font-size:.875rem}.cart-drawer-item__remove{background:none;border:none;color:var(--color-text-muted);cursor:pointer;padding:4px;flex-shrink:0;align-self:flex-start;transition:color .2s ease}.cart-drawer-item__remove:hover{color:var(--color-primary)}.cart-drawer-item__remove svg{display:block}.cart-drawer__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;padding:60px 20px;text-align:center;color:var(--color-text-muted);gap:16px}.cart-drawer__spinner{width:32px;height:32px;border:3px solid #eee;border-top-color:var(--color-primary);border-radius:50%;animation:cart-spin .7s linear infinite}@keyframes cart-spin{to{transform:rotate(360deg)}}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;padding:40px 20px;text-align:center;color:var(--color-text-muted)}.cart-drawer__empty-icon{font-size:2.5rem;margin-bottom:12px}.cart-drawer__footer{border-top:1px solid #eee;padding:20px;flex-shrink:0;background-color:#fff}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;font-size:1rem}.cart-drawer__subtotal-label{font-weight:600}.cart-drawer__subtotal-price{font-weight:700;font-size:1.125rem}.cart-drawer__shipping-note{font-size:.75rem;color:var(--color-text-muted);margin-bottom:16px}.cart-drawer__checkout{width:100%;margin-bottom:8px}.cart-drawer__continue{width:100%;text-align:center;font-size:.8125rem;color:var(--color-text-muted);cursor:pointer;padding:8px;transition:color .2s ease}.cart-drawer__continue:hover{color:var(--color-text)}.cart-drawer__view-cart{display:block;width:100%;text-align:center;font-size:.8125rem;color:var(--color-secondary);font-weight:600;padding:10px;margin-top:6px;border:1px solid var(--color-secondary);border-radius:4px;transition:background-color .2s ease,color .2s ease}.cart-drawer__view-cart:hover{background-color:var(--color-secondary);color:#fff}.quantity{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;overflow:hidden;width:fit-content}.quantity__btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;cursor:pointer;font-size:1rem;border:none;transition:background-color .2s ease}.quantity__btn:hover{background-color:#eee}.quantity__input{width:44px;height:36px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;font-weight:600;font-size:.875rem;outline:none;-moz-appearance:textfield}.quantity__input::-webkit-inner-spin-button,.quantity__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity--sm{border-radius:3px}.quantity--sm .quantity__btn{width:28px;height:28px;font-size:.8125rem}.quantity--sm .quantity__input{width:34px;height:28px;font-size:.75rem}@media(max-width:480px){.cart-drawer{width:100%}}.predictive-search{position:absolute;top:100%;left:0;right:0;background-color:#fff;box-shadow:0 8px 30px #00000026;border-radius:0 0 8px 8px;max-height:400px;overflow-y:auto;z-index:998;display:none}.predictive-search--open{display:block}.predictive-search__heading{padding:12px 16px 6px;font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);font-weight:700}.predictive-search__item{display:flex;align-items:center;gap:14px;padding:10px 16px;transition:background-color .15s ease;cursor:pointer;text-decoration:none;color:var(--color-text)}.predictive-search__item:hover{background-color:#f5f5f5;color:var(--color-text)}.predictive-search__item-image{width:48px;height:48px;border-radius:4px;object-fit:contain;background-color:#f5f5f5;flex-shrink:0;padding:2px}.predictive-search__item-info{flex-grow:1;min-width:0}.predictive-search__item-title{font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.predictive-search__item-price{font-size:.8125rem;font-weight:700;color:var(--color-text)}.predictive-search__view-all{display:block;text-align:center;padding:14px;font-size:.875rem;font-weight:600;color:var(--color-primary);border-top:1px solid #eee}.predictive-search__view-all:hover{background-color:#f5f5f5;color:var(--color-primary)}.search-page{padding:40px 0 60px}.search-page__header{margin-bottom:30px}.search-page__title{font-size:1.75rem;font-weight:700;margin-bottom:8px}.search-page__form{max-width:600px;margin:20px auto 0}.search-page__input-wrap{display:flex;border:1px solid #ddd;border-radius:4px;overflow:hidden}.search-page__input{flex-grow:1;padding:12px 16px;border:none;outline:none;font-size:1rem}.search-page__btn{flex-shrink:0;border-radius:0}.search-page__count{color:var(--color-text-muted);margin-bottom:30px}.search-results{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.search-empty{padding:40px 20px}.search-empty p{color:var(--color-text-muted);margin-bottom:20px}.search-result-page{background-color:var(--color-surface);border-radius:8px;padding:20px;box-shadow:0 1px 4px #0000000f}.search-result-page h3{font-size:1rem;font-weight:600;margin-bottom:8px}.search-result-page h3 a:hover{color:var(--color-primary)}.search-result-page p{font-size:.875rem;color:var(--color-text-muted);line-height:1.6}@media(max-width:1024px){.search-results{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.search-results{grid-template-columns:repeat(2,1fr);gap:12px}}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-card{background-color:var(--color-surface);border-radius:8px;overflow:hidden;box-shadow:0 1px 4px #0000000f;transition:box-shadow .3s ease,transform .3s ease}.blog-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.blog-card__image-wrap{aspect-ratio:16 / 9;overflow:hidden}.blog-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card__image{transform:scale(1.04)}.blog-card__content{padding:20px}.blog-card__date{font-size:.75rem;color:var(--color-text-muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}.blog-card__title{font-size:1.0625rem;font-weight:700;margin-bottom:8px;line-height:1.4}.blog-card__title a{color:var(--color-text)}.blog-card__title a:hover{color:var(--color-primary)}.blog-card__excerpt{font-size:.875rem;color:var(--color-text-muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:12px}.blog-card__read-more{font-size:.8125rem;font-weight:600;color:var(--color-primary)}@media(max-width:768px){.blog-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}.account-page{max-width:600px;margin:0 auto;padding:40px 20px 60px}.account-page__title{font-size:1.75rem;font-weight:700;margin-bottom:8px;text-align:center}.account-page__subtitle{text-align:center;color:var(--color-text-muted);margin-bottom:32px}.form-group{margin-bottom:16px}.form-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:6px;color:var(--color-text)}.form-input{width:100%;padding:14px 16px;border:1.5px solid #dee2e6;border-radius:8px;font-size:.9375rem;transition:border-color .25s ease,box-shadow .25s ease;background-color:#fff;outline:none}.form-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #2ec4b626}.form-input::placeholder{color:var(--color-text-muted)}.form-input--error{border-color:var(--color-primary)}.form-error{font-size:.8125rem;color:var(--color-primary);margin-top:4px}.form-select{width:100%;padding:14px 16px;border:1.5px solid #dee2e6;border-radius:8px;font-size:.9375rem;background-color:#fff;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%236C757D' viewBox='0 0 16 16'%3E%3Cpath d='m4.646 9.646.708.708L8 7.707l2.646 2.647.708-.708L8 6.293z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;outline:none;transition:border-color .25s ease,box-shadow .25s ease}.form-select:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #2ec4b626}.form-checkbox{display:flex;align-items:center;gap:8px;font-size:.875rem;cursor:pointer}.form-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--color-primary);cursor:pointer}.form-divider{display:flex;align-items:center;gap:16px;margin:24px 0;color:var(--color-text-muted);font-size:.8125rem}.form-divider:before,.form-divider:after{content:"";flex:1;height:1px;background-color:#ddd}.account-orders__table{width:100%;font-size:.875rem}.account-orders__table th{text-align:left;padding:12px 16px;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;border-bottom:2px solid #eee;color:var(--color-text-muted)}.account-orders__table td{padding:14px 16px;border-bottom:1px solid #eee;vertical-align:middle}.newsletter-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.newsletter-popup-overlay--visible{opacity:1;visibility:visible}.newsletter-popup__inner{background-color:#fff;max-width:480px;width:100%;border-radius:12px;padding:40px;text-align:center;position:relative;transform:scale(.95);transition:transform .3s ease}.newsletter-popup-overlay--visible .newsletter-popup__inner{transform:scale(1)}.newsletter-popup__close{position:absolute;top:14px;right:14px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;cursor:pointer;color:var(--color-text-muted);border-radius:50%;transition:background-color .2s ease,color .2s ease}.newsletter-popup__close:hover{background-color:#f5f5f5;color:var(--color-text)}.newsletter-popup__icon{font-size:2.5rem;margin-bottom:16px}.newsletter-popup__heading{font-size:1.375rem;font-weight:700;margin-bottom:8px}.newsletter-popup__text{color:var(--color-text-muted);font-size:.9375rem;margin-bottom:24px;line-height:1.6}.newsletter-popup__content{padding:0}.newsletter-popup__field,.newsletter-popup__form{display:flex;flex-direction:column;gap:12px}.newsletter-popup__input{padding:12px 16px;border:1px solid #ddd;border-radius:6px;font-size:.9375rem;text-align:center;outline:none}.newsletter-popup__input:focus{border-color:var(--color-primary)}.newsletter-popup__submit{padding:14px;border-radius:6px;font-size:1rem}.newsletter-popup__no-thanks{font-size:.8125rem;color:var(--color-text-muted);cursor:pointer;margin-top:12px;transition:color .2s ease}.newsletter-popup__no-thanks:hover{color:var(--color-text)}@media(max-width:480px){.newsletter-popup__inner{padding:30px 24px;border-radius:8px}}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.8125rem;padding:16px 0;flex-wrap:wrap}.breadcrumb a{color:var(--color-text-muted);transition:color .2s ease}.breadcrumb a:hover{color:var(--color-primary)}.breadcrumb__separator{color:#ccc;font-size:.75rem}.breadcrumb__current{color:var(--color-text);font-weight:500}.pagination{display:flex;justify-content:center;align-items:center;gap:4px;padding:40px 0 20px}.pagination__item{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:.875rem;font-weight:500;color:var(--color-text);text-decoration:none;transition:background-color .2s ease,color .2s ease}.pagination__item:hover{background-color:#f0f0f0;color:var(--color-text)}.pagination__item--active{background-color:var(--color-primary);color:#fff;font-weight:700}.pagination__item--active:hover{background-color:#cf2f3c;color:#fff}.pagination__item--disabled{opacity:.4;pointer-events:none}.pagination__item svg{width:16px;height:16px}.pagination__ellipsis{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted)}.password-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:40px 20px;text-align:center;background-color:var(--color-secondary);color:#fff}.password-page__logo{margin-bottom:32px}.password-page__logo img{max-width:180px;height:auto}.password-page__title{font-size:1.75rem;font-weight:700;margin-bottom:12px;color:#fff}.password-page__message{font-size:1rem;opacity:.8;max-width:440px;margin-bottom:32px;line-height:1.6}.password-page__form{display:flex;max-width:400px;width:100%;border-radius:4px;overflow:hidden}.password-page__input{flex-grow:1;padding:14px 18px;border:none;font-size:.9375rem;outline:none}.password-page__btn{padding:14px 24px;background-color:var(--color-primary);color:#fff;border:none;font-weight:600;cursor:pointer;transition:background-color .2s ease}.password-page__btn:hover{background-color:#cf2f3c}.password-page__footer{margin-top:40px;font-size:.8125rem;opacity:.5}.gift-card-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:40px 20px;background-color:var(--color-bg)}.gift-card{background-color:var(--color-surface);border-radius:16px;padding:48px 40px;max-width:440px;width:100%;text-align:center;box-shadow:0 4px 20px #00000014}.gift-card__logo{margin-bottom:24px}.gift-card__logo img{max-width:140px;height:auto;margin:0 auto}.gift-card__image{max-width:260px;margin:0 auto 24px;border-radius:12px;overflow:hidden}.gift-card__image img{width:100%}.gift-card__amount{font-size:2.25rem;font-weight:800;color:var(--color-primary);margin-bottom:8px}.gift-card__code{display:inline-block;padding:12px 24px;background-color:#f5f5f5;border-radius:8px;font-family:Courier New,monospace;font-size:1.125rem;font-weight:700;letter-spacing:.1em;margin-bottom:16px;word-break:break-all}.gift-card__expiry{font-size:.8125rem;color:var(--color-text-muted);margin-bottom:24px}.gift-card__qr{margin:0 auto 24px}.gift-card__print{font-size:.875rem;color:var(--color-primary);font-weight:600;cursor:pointer}.free-shipping-bar--achieved .free-shipping-bar__text{color:var(--color-accent);font-weight:600}.free-shipping-bar--achieved .free-shipping-bar__fill{background-color:var(--color-accent)}.price{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:1rem;line-height:1.4}.price__regular{font-weight:700;color:var(--color-text)}.price__sale{font-weight:700;color:var(--color-primary)}.price__compare{text-decoration:line-through;color:var(--color-text-muted);font-size:.875em;font-weight:400}.price__save{display:inline-block;padding:2px 8px;font-size:.75rem;font-weight:700;line-height:1.4;color:var(--color-white);background-color:var(--color-accent);border-radius:3px;white-space:nowrap}.price__from{color:var(--color-text-muted);font-size:.875em;font-weight:400}.price--on-sale .price__sale{color:var(--color-primary)}.breadcrumb__list{display:flex;align-items:center;flex-wrap:wrap;list-style:none;padding:16px 0;margin:0;font-size:.8125rem;gap:0}.breadcrumb__item{display:inline-flex;align-items:center;gap:8px;color:var(--color-text-muted)}.breadcrumb__item a{color:var(--color-text-muted);text-decoration:none;transition:color .2s ease}.breadcrumb__item a:hover{color:var(--color-primary)}.breadcrumb__item--current{color:var(--color-text);font-weight:500}.breadcrumb__link{color:var(--color-text-muted);text-decoration:none;transition:color .2s ease}.breadcrumb__link:hover{color:var(--color-primary)}.pagination__list{display:flex;justify-content:center;align-items:center;gap:4px;list-style:none;padding:0;margin:0}.pagination__item--prev,.pagination__item--next{display:flex;align-items:center;justify-content:center}.pagination__item--gap{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);pointer-events:none}.pagination__link{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;border-radius:4px;font-size:.875rem;font-weight:500;color:var(--color-text);text-decoration:none;transition:background-color .2s ease,color .2s ease}.pagination__link:hover{background-color:#f0f0f0}.collection-filters__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--color-border)}.collection-filters__title{font-size:1rem;font-weight:700;margin:0}.collection-filters__close{display:none;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;cursor:pointer;color:var(--color-text);border-radius:4px;transition:background-color .2s ease}.collection-filters__close:hover{background-color:var(--color-background-alt)}.collection-filters__form{display:flex;flex-direction:column;gap:0}.filter-group{border-bottom:1px solid var(--color-border);padding:16px 0}.filter-group:first-child{padding-top:0}.filter-group__toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:4px 0;border:none;background:none;font-size:.875rem;font-weight:700;color:var(--color-text);cursor:pointer;text-align:left;font-family:inherit}.filter-group__toggle:hover{color:var(--color-primary)}.filter-group__chevron{flex-shrink:0;transition:transform .2s ease}.filter-group__toggle[aria-expanded=false] .filter-group__chevron{transform:rotate(-90deg)}.filter-group__content{padding-top:10px}.filter-checkbox{display:flex;align-items:center;gap:8px;padding:5px 0;font-size:.875rem;cursor:pointer}.filter-checkbox__input{width:16px;height:16px;accent-color:var(--color-primary);cursor:pointer;flex-shrink:0}.filter-checkbox__label{color:var(--color-text);line-height:1.4}.filter-price-range{padding:4px 0}.filter-price-range__inputs{display:flex;align-items:center;gap:8px}.filter-price-range__field{display:flex;align-items:center;flex:1;border:1px solid #ddd;border-radius:4px;overflow:hidden;background-color:var(--color-surface)}.filter-price-range__prefix{padding:8px 0 8px 10px;color:var(--color-text-muted);font-size:.875rem;pointer-events:none}.filter-price-range__input{width:100%;padding:8px 10px 8px 4px;border:none;font-size:.875rem;outline:none;background:transparent;-moz-appearance:textfield}.filter-price-range__input::-webkit-inner-spin-button,.filter-price-range__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.filter-price-range__sep{color:var(--color-text-muted);flex-shrink:0;font-size:.875rem}.filter-actions{padding-top:20px;display:flex;flex-direction:column;gap:10px}.filter-actions__clear{font-size:.8125rem;color:var(--color-primary);font-weight:500;text-align:center;text-decoration:none;cursor:pointer;transition:color .2s ease}.filter-actions__clear:hover{color:#cf2f3c;text-decoration:underline}.blog-page{padding:0 0 60px}.blog-page__header{margin-bottom:32px}.blog-page__title{font-size:2rem;font-weight:800;margin-bottom:16px;color:var(--color-text)}.blog-page__tags{display:flex;flex-wrap:wrap;gap:8px}.blog-tag{display:inline-block;padding:6px 16px;font-size:.8125rem;font-weight:500;color:var(--color-text-muted);background-color:var(--color-background-alt);border-radius:20px;text-decoration:none;transition:background-color .2s ease,color .2s ease}.blog-tag:hover{background-color:var(--color-border);color:var(--color-text)}.blog-tag--active{background-color:var(--color-primary);color:var(--color-white)}.blog-tag--active:hover{background-color:#cf2f3c;color:var(--color-white)}.blog-card__info{padding:20px}.blog-card__meta{display:flex;align-items:center;gap:12px;font-size:.75rem;color:var(--color-text-muted);margin-bottom:6px}.article-page{padding:0 0 60px}.article{max-width:800px;margin:0 auto}.article__header{margin-bottom:32px}.article__title{font-size:2.25rem;font-weight:800;line-height:1.2;margin-bottom:16px;color:var(--color-text)}.article__meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;font-size:.875rem;color:var(--color-text-muted)}.article__author{font-weight:600;color:var(--color-text)}.article__date{color:var(--color-text-muted)}.article__tags{display:flex;flex-wrap:wrap;gap:6px}.article__tag{display:inline-block;padding:3px 10px;font-size:.75rem;font-weight:500;color:var(--color-primary);background-color:#e6394614;border-radius:3px;text-decoration:none;transition:background-color .2s ease}.article__tag:hover{background-color:#e6394629}.article__image{margin-bottom:32px;border-radius:8px;overflow:hidden}.article__image img{width:100%;height:auto;display:block}.article__content{font-size:1.0625rem;line-height:1.8;color:var(--color-text);margin-bottom:48px}.article__content h2{font-size:1.5rem;margin:32px 0 16px}.article__content h3{font-size:1.25rem;margin:24px 0 12px}.article__content p{margin-bottom:16px}.article__content img{max-width:100%;height:auto;border-radius:6px;margin:24px 0}.article__content blockquote{border-left:4px solid var(--color-primary);padding:16px 24px;margin:24px 0;background-color:var(--color-background-alt);border-radius:0 6px 6px 0;font-style:italic;color:var(--color-text-muted)}.article__content ul,.article__content ol{padding-left:24px;margin-bottom:16px}.article__content li{margin-bottom:6px}.article__comments{border-top:1px solid var(--color-border);padding-top:40px;margin-top:40px}.article__comments-title{font-size:1.375rem;font-weight:700;margin-bottom:24px}.comments-list{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.comment{padding:20px;background-color:var(--color-background-alt);border-radius:8px}.comment__meta{display:flex;align-items:center;gap:12px;margin-bottom:10px;font-size:.875rem}.comment__author{font-weight:700;color:var(--color-text)}.comment__date{color:var(--color-text-muted);font-size:.8125rem}.comment__body{font-size:.9375rem;line-height:1.7;color:var(--color-text)}.comment-form{border-top:1px solid var(--color-border);padding-top:32px}.comment-form h3{font-size:1.125rem;font-weight:700;margin-bottom:20px}.form-success{padding:12px 16px;background-color:#2ec4b61a;color:var(--color-accent);border:1px solid rgba(46,196,182,.3);border-radius:6px;font-size:.875rem;font-weight:500;margin-bottom:20px}.form-errors{padding:12px 16px;background-color:#e6394614;color:var(--color-primary);border:1px solid rgba(230,57,70,.2);border-radius:6px;font-size:.875rem;margin-bottom:20px}.form-textarea{width:100%;padding:12px 14px;border:1px solid #ddd;border-radius:4px;font-size:.9375rem;font-family:inherit;resize:vertical;min-height:120px;transition:border-color .2s ease,box-shadow .2s ease;background-color:#fff;outline:none}.form-textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #e639461a}.article__nav{display:flex;justify-content:space-between;align-items:center;padding-top:32px;margin-top:40px;border-top:1px solid var(--color-border);gap:16px}.article__nav-link{font-size:.875rem;font-weight:600;color:var(--color-primary);text-decoration:none;transition:color .2s ease}.article__nav-link:hover{color:#cf2f3c}.article__nav-link--prev{margin-right:auto}.article__nav-link--next{margin-left:auto;text-align:right}.page-404{padding:80px 0;min-height:60vh;display:flex;align-items:center;justify-content:center}.page-404__content{max-width:560px;margin:0 auto}.page-404__heading{font-size:6rem;font-weight:900;line-height:1;color:var(--color-border);margin-bottom:8px;letter-spacing:-.02em}.page-404__title{font-size:1.75rem;font-weight:700;margin-bottom:12px;color:var(--color-text)}.page-404__text{font-size:1rem;color:var(--color-text-muted);margin-bottom:32px;line-height:1.6}.page-404__search{margin-bottom:24px}.page-404__search .search-page__input-wrap{display:flex;gap:8px;max-width:440px;margin:0 auto}.page-404__links{margin-top:48px}.page-404__links h3{font-size:1rem;font-weight:700;margin-bottom:16px;color:var(--color-text)}.page-404__link-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;max-width:400px;margin:0 auto}.page-404__link{display:block;padding:12px 20px;background-color:var(--color-background-alt);border-radius:6px;font-size:.875rem;font-weight:500;color:var(--color-text);text-decoration:none;transition:background-color .2s ease,color .2s ease}.page-404__link:hover{background-color:var(--color-primary);color:var(--color-white)}.image-banner{position:relative;overflow:hidden;background-color:var(--color-secondary)}.image-banner__inner{position:relative;display:flex;align-items:center;min-height:400px}.image-banner__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.image-banner__inner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0000008c,#0003);z-index:2}.image-banner__content{position:relative;z-index:3;padding:60px 40px;max-width:600px;color:var(--color-white)}.image-banner__content--left{margin-right:auto;text-align:left}.image-banner__content--center{margin:0 auto;text-align:center}.image-banner__content--right{margin-left:auto;text-align:right}.image-banner__heading{font-size:2.5rem;font-weight:800;line-height:1.15;color:var(--color-white);margin-bottom:16px;text-shadow:0 2px 8px rgba(0,0,0,.25)}.image-banner__text{font-size:1.125rem;line-height:1.6;color:#ffffffe6;margin-bottom:24px;text-shadow:0 1px 4px rgba(0,0,0,.2)}.rich-text{padding:60px 0}.rich-text__inner{max-width:720px}.rich-text__inner--left{margin-right:auto;text-align:left}.rich-text__inner--center{margin:0 auto;text-align:center}.rich-text__inner--right{margin-left:auto;text-align:right}.rich-text__heading{font-size:1.75rem;font-weight:700;margin-bottom:16px;color:var(--color-text)}.rich-text__body{font-size:1rem;line-height:1.7;color:var(--color-text-muted);margin-bottom:24px}.rich-text__body:last-child{margin-bottom:0}.collection-page{padding-bottom:60px}.collection-sidebar,.collection-main{min-width:0}.collection-toolbar__left,.collection-toolbar__right{display:flex;align-items:center;gap:12px}.collection-toolbar__filter-btn{display:none;align-items:center;gap:6px;padding:8px 16px;border:1px solid #ddd;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;background-color:var(--color-surface);color:var(--color-text);transition:border-color .2s ease}.collection-toolbar__filter-btn:hover{border-color:var(--color-text-muted)}.collection-toolbar__sort select{padding:8px 32px 8px 12px;border:1px solid #ddd;border-radius:4px;background-color:var(--color-surface);font-size:.875rem;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%236C757D' viewBox='0 0 16 16'%3E%3Cpath d='m4.646 9.646.708.708L8 7.707l2.646 2.647.708-.708L8 6.293z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer;outline:none}.collection-empty{padding:60px 20px}.collection-empty p{font-size:1.125rem;color:var(--color-text-muted);margin-bottom:20px}.category-grid__subheading{font-size:1rem;color:var(--color-text-muted);margin-bottom:32px;line-height:1.6}.category-card__placeholder{aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background-color:var(--color-background-alt);color:#ccc}.category-card__subtitle{font-size:.8125rem;color:#ffffffbf;margin-top:4px;font-weight:400}.testimonial-card__location{display:block;font-size:.75rem;color:var(--color-text-muted);font-weight:400;margin-top:2px}.password-page__newsletter{margin-top:40px;width:100%;max-width:400px}.password-page__newsletter p{margin-bottom:12px;font-size:.9375rem;opacity:.8}@media(max-width:768px){.collection-filters__close{display:flex}.collection-toolbar__filter-btn{display:inline-flex}.article__title{font-size:1.625rem}.article__nav{flex-direction:column;gap:12px}.article__nav-link--prev,.article__nav-link--next{margin:0;text-align:center}.page-404__heading{font-size:4rem}.page-404__link-grid{grid-template-columns:1fr}.image-banner__inner{min-height:300px}.image-banner__heading{font-size:1.75rem}.image-banner__content{padding:40px 24px}.image-banner__text{font-size:1rem}.rich-text{padding:40px 0}.blog-page__tags{gap:6px}}@media(max-width:480px){.page-404__heading{font-size:3rem}.image-banner__inner{min-height:240px}.image-banner__heading{font-size:1.5rem}.image-banner__content{padding:32px 16px}.blog-page__title{font-size:1.5rem}.article__title{font-size:1.375rem}}@media(max-width:1200px){.container{max-width:100%}.hero__heading{font-size:2.25rem}.mega-menu__inner{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.hero__heading{font-size:2rem}.we-buy-tech__heading{font-size:1.625rem}.product{grid-template-columns:50% 50%}.product__gallery{padding-right:24px}.collection-grid,.search-results{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){h1{font-size:1.5rem}h2{font-size:1.375rem}.section{padding:40px 0}.hero__heading{font-size:1.75rem}.hero__content{padding:0 20px}.product{grid-template-columns:1fr;gap:24px;padding:20px 0 40px}.product__gallery{position:relative;top:0;padding-right:0}.product__title{font-size:1.375rem}.product__price{font-size:1.25rem}.product__tabs{margin-top:20px}.product__tab{padding:12px 14px;font-size:.8125rem}.collection-layout{grid-template-columns:1fr}.collection-grid{grid-template-columns:repeat(2,1fr);gap:12px}.cart-page__layout{grid-template-columns:1fr;gap:24px}.cart-table__header{display:none}.cart-item{grid-template-columns:1fr;gap:8px}.search-results{grid-template-columns:repeat(2,1fr);gap:12px}.blog-grid{grid-template-columns:1fr}.featured-collection__header{flex-direction:column;align-items:flex-start;gap:8px}.category-grid{padding:40px 0}.trust-badges{padding:30px 0}.testimonials,.newsletter-signup{padding:40px 0}.sticky-add-bar__info{display:none}.sticky-add-bar .container{justify-content:center}.sticky-add-bar__btn{width:100%}}@media(max-width:480px){body{font-size:.9375rem}h1{font-size:1.375rem}h2{font-size:1.25rem}.container{padding-left:16px;padding-right:16px}.section{padding:32px 0}.hero{min-height:320px}.hero__heading{font-size:1.375rem}.hero__description{font-size:.875rem}.hero__content{padding:0 16px}.product-card__info{padding:12px}.product-card__title{font-size:.8125rem}.product-card__price{font-size:.875rem}.product-card__quick-add{font-size:.75rem;padding:8px}.product__add-btn{padding:14px 24px;font-size:1rem}.collection-grid{grid-template-columns:repeat(2,1fr);gap:8px}.collection-header__title{font-size:1.5rem}.category-grid__items{grid-template-columns:1fr;gap:12px}.category-card{aspect-ratio:16 / 9}.we-buy-tech{padding:40px 0}.we-buy-tech__devices{grid-template-columns:repeat(2,1fr);gap:10px}.device-card{padding:16px 12px;border-radius:8px}.trust-badges__grid{gap:12px}.footer{padding:40px 0 24px}.footer__grid{grid-template-columns:1fr;gap:24px}.cart-drawer{width:100%}.newsletter-popup__inner{padding:28px 20px;margin:16px}.newsletter-popup__heading{font-size:1.25rem}.account-page{padding:24px 16px 40px}.account-page__title{font-size:1.5rem}.newsletter-signup__form{flex-direction:column}.newsletter-signup__input{border-right:2px solid transparent;border-radius:8px 8px 0 0;border-bottom:none}.newsletter-signup__btn{border-radius:0 0 8px 8px}.pagination{padding:24px 0 16px}.pagination__item{min-width:36px;height:36px;font-size:.8125rem}}@media print{*,*:before,*:after{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}body{font-size:12pt;line-height:1.5}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")";font-size:.8em}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}img{max-width:100%!important;page-break-inside:avoid}h2,h3{page-break-after:avoid}.header,.footer,.announcement-bar,.mobile-menu,.mobile-menu__overlay,.cart-drawer,.cart-drawer__overlay,.newsletter-popup-overlay,.sticky-add-bar,.predictive-search,.newsletter-signup,.brand-slider{display:none!important}.container{max-width:100%;padding:0}.product{display:block}.product__gallery{position:relative;top:0;padding-right:0;margin-bottom:20px}.gift-card__code{border:2px solid #000}}.category-filters{margin-bottom:20px;padding:16px;background:var(--color-bg, #f8f9fa);border-radius:8px;border:1px solid #e9ecef}.category-filters__group{display:flex;align-items:flex-start;gap:8px;margin-bottom:10px;flex-wrap:wrap}.category-filters__group:last-of-type{margin-bottom:0}.category-filters__label{font-weight:600;font-size:.8125rem;color:var(--color-text, #333);padding-top:6px;white-space:nowrap;min-width:50px}.category-filters__chips{display:flex;flex-wrap:wrap;gap:6px}.category-chip{display:inline-block;padding:5px 12px;font-size:.8125rem;border:1px solid #ddd;border-radius:20px;background:#fff;color:var(--color-text, #333);cursor:pointer;transition:all .15s ease;white-space:nowrap}.category-chip:hover{border-color:var(--color-primary, #E63946);color:var(--color-primary, #E63946)}.category-chip--active{background:var(--color-primary, #E63946);border-color:var(--color-primary, #E63946);color:#fff}.category-chip--active:hover{background:#c0313d;border-color:#c0313d;color:#fff}.category-filters__clear{display:inline-block;margin-top:10px;padding:5px 14px;font-size:.8125rem;border:1px solid #ddd;border-radius:20px;background:none;color:var(--color-text-muted, #777);cursor:pointer;transition:all .15s ease}.category-filters__clear:hover{border-color:var(--color-primary, #E63946);color:var(--color-primary, #E63946)}@media(max-width:767px){.category-filters__group{flex-direction:column;gap:6px}.category-filters__label{padding-top:0}}.hero--static{position:relative;min-height:480px;max-height:none;background-color:var(--color-dark-surface, #0F1A23);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;isolation:isolate;color:#f8f9fa}.hero--static .hero__overlay:before,.hero--static .hero__overlay:after{content:none!important;display:none!important}.hero--static:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#0f1a23b3,#0f1a2373 35%,#0f1a230d 60%,#0f1a2359),linear-gradient(180deg,#0f1a2300 60%,#0f1a238c);pointer-events:none}.hero--static .hero__content{position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;z-index:2;max-width:1120px;width:100%;margin:0 auto;padding:64px 32px 80px;min-height:480px;display:flex;flex-direction:column;justify-content:center;text-align:left;color:#f8f9fa}.hero--static .hero__content--center{text-align:center;align-items:center}.hero--static .hero__content--right{text-align:right;align-items:flex-end}.hero--static .hero__content--left{text-align:left;align-items:flex-start}.hero--static .hero__eyebrow{font-family:var(--font-mono, "Geist Mono", ui-monospace, monospace);font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--color-accent, #2EC4B6);display:inline-flex;align-items:center;gap:10px;margin-bottom:20px;font-weight:500}.hero--static .hero__eyebrow:before{content:"";width:28px;height:1px;background:var(--color-accent, #2EC4B6)}.hero--static .hero__heading{background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset;color:#f8f9fa;font-family:var(--font-display, "Geist", system-ui, sans-serif);font-weight:700;font-size:clamp(2.25rem,4.6vw + .25rem,3.75rem);line-height:1.04;letter-spacing:-.02em;margin:0;max-width:14ch;text-shadow:0 2px 24px rgba(0,0,0,.6)}.hero--static .hero__heading:before{display:none}.hero--static .hero__heading-accent{font-style:normal;color:var(--color-accent, #2EC4B6);font-weight:700}.hero--static .hero__divider{display:block;width:56px;height:2px;background:var(--color-accent, #2EC4B6);margin:22px 0 18px}.hero--static .hero__content--center .hero__divider{margin-left:auto;margin-right:auto}.hero--static .hero__content--right .hero__divider{margin-left:auto}.hero--static .hero__subheading{text-transform:none;letter-spacing:normal;font-weight:400;background:none;border:none;border-radius:0;padding:0;display:block;color:#ffffffc7;font-size:clamp(.95rem,.85vw + .7rem,1.075rem);max-width:44ch;margin:0 0 28px;line-height:1.55}.hero--static .hero__content--center .hero__subheading{margin-left:auto;margin-right:auto}.hero--static .hero__buttons{display:flex;justify-content:flex-start;align-items:center;gap:22px;flex-wrap:wrap;margin-bottom:0}.hero--static .hero__content--center .hero__buttons{justify-content:center}.hero--static .hero__content--right .hero__buttons{justify-content:flex-end}.hero--static .btn{font-size:.95rem;padding:14px 28px;gap:10px}.hero--static .hero__cta-arrow{display:inline-block;transition:transform .2s ease}.hero--static .btn:hover .hero__cta-arrow{transform:translate(3px)}.hero--static .hero__secondary-link{display:inline-block;color:#ffffffb8;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:2px;font-size:.95rem;font-weight:500;transition:color .2s ease,border-color .2s ease}.hero--static .hero__secondary-link:hover{color:var(--color-accent, #2EC4B6);border-bottom-color:var(--color-accent, #2EC4B6)}.hero--static .hero__secondary-link:focus-visible{outline:2px solid var(--color-accent, #2EC4B6);outline-offset:3px;border-radius:2px}.hero--static .hero__meta{position:absolute;inset:auto 0 0 0;z-index:2;padding:14px 36px;font-family:var(--font-mono, "Geist Mono", ui-monospace, monospace);font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:#fff9;background:linear-gradient(180deg,#0f1a2300,#0f1a2399)}.hero--static .hero__meta-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:18px;justify-content:flex-start}.hero--static .hero__content--center~.hero__meta .hero__meta-list{justify-content:center}.hero--static .hero__meta-list li{display:flex;align-items:center;gap:8px}.hero--static .hero__meta-dot{width:6px;height:6px;border-radius:50%;background:var(--color-accent, #2EC4B6);box-shadow:0 0 6px #2ec4b68c;display:inline-block}@media(max-width:768px){.hero--static{min-height:440px}.hero--static .hero__content{padding:52px 22px 88px;min-height:440px}.hero--static .hero__heading{max-width:100%}.hero--static:after{background:linear-gradient(180deg,#0f1a2380,#0f1a238c,#0f1a23b3)}.hero--static .hero__meta{padding:12px 22px;font-size:.62rem;letter-spacing:.14em}.hero--static .hero__meta-list{gap:14px}.hero--static .hero__buttons{gap:16px}}@media(prefers-reduced-motion:reduce){.hero--static .hero__cta-arrow{transition:none}}.featured-collection__view-all:after{content:"\2192"}.product-card__title{min-height:2.8em}.product-card__sku{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;color:var(--color-text-muted);letter-spacing:.02em;margin:0 0 6px;text-transform:uppercase}.why-mr{padding:64px 0;background-color:#f8f9fa}.why-mr__heading{text-align:center;font-size:clamp(1.5rem,3vw + .5rem,2rem);color:#1b2838;margin-bottom:36px}.why-mr__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.why-mr__card{background-color:#fff;border:1px solid #E9ECEF;border-radius:12px;padding:28px 24px;text-align:center;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.why-mr__card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1b28380f;border-color:#2ec4b6}.why-mr__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background-color:#e639461a;color:#e63946;margin-bottom:16px}.why-mr__card-title{font-size:1rem;font-weight:700;color:#1b2838;margin:0 0 6px}.why-mr__card-text{font-size:.875rem;color:#495057;margin:0;line-height:1.5}@media(max-width:1024px){.why-mr__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.why-mr__grid{grid-template-columns:1fr}.why-mr{padding:40px 0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.brand-slider__track{animation:none!important}}.brand-slider{position:relative}.brand-slider__pause-toggle{position:absolute;top:8px;right:12px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #E9ECEF;border-radius:50%;background-color:#fff;color:#6c757d;cursor:pointer;transition:color .18s ease,border-color .18s ease,transform .18s ease}.brand-slider__pause-toggle:hover{color:#1b2838;border-color:#2ec4b6;transform:scale(1.05)}.brand-slider__pause-toggle:focus-visible{outline:2px solid #2EC4B6;outline-offset:3px}.brand-slider__pause-toggle .brand-slider__play-icon,.brand-slider__pause-toggle[aria-pressed=true] .brand-slider__pause-icon{display:none}.brand-slider__pause-toggle[aria-pressed=true] .brand-slider__play-icon{display:inline-block}.brand-slider__track--paused{animation-play-state:paused!important}body.theme-v2 .announcement-bar{background:linear-gradient(90deg,#e63946,#c92a3c)!important;color:#fff;font-family:var(--font-display);font-size:.75rem;font-weight:500;padding:8px 0;text-align:center;position:relative;letter-spacing:.01em;transition:max-height .3s var(--ease),opacity .3s var(--ease),padding .3s var(--ease)}body.theme-v2 .announcement-bar a{color:inherit;text-decoration:underline;text-underline-offset:2px}body.theme-v2 .announcement-bar strong{font-weight:700}body.theme-v2 .announcement-bar__dismiss{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:transparent;border:0;color:#ffffffb3;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:1.1rem;line-height:1;transition:color var(--dur-fast) var(--ease),background var(--dur-fast) var(--ease)}body.theme-v2 .announcement-bar__dismiss:hover{color:#fff;background:#ffffff26}body.theme-v2 .announcement-bar__dismiss:focus-visible{outline:2px solid #FFFFFF;outline-offset:2px}@media(max-width:768px){body.theme-v2 .announcement-bar{padding:6px 36px;font-size:.7rem}}.site-footer{background-color:var(--color-secondary, #1B2838);color:#fff;padding:60px 0 0}.site-footer a{color:#fff;text-decoration:none;transition:opacity .2s ease}.site-footer a:hover{opacity:.8}.site-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:40px}.site-footer__logo{display:block;max-width:180px;height:auto;margin-bottom:16px}.site-footer__shop-name{display:block;font-size:1.5rem;font-weight:700;margin-bottom:16px;letter-spacing:-.01em}.site-footer__about-text{font-size:.9rem;line-height:1.6;opacity:.85;margin-bottom:20px}.site-footer__social{display:flex;gap:12px;flex-wrap:wrap}.site-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff1a;transition:background .2s ease,opacity .2s ease;font-size:.85rem;font-weight:600}.site-footer__social-link:hover{background:#fff3;opacity:1}.site-footer__heading{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 20px}.site-footer__list{list-style:none;padding:0;margin:0}.site-footer__list-item{margin-bottom:10px}.site-footer__link{font-size:.9rem;opacity:.85}.site-footer__link:hover{opacity:1}.site-footer__contact{margin-top:20px;display:flex;flex-direction:column;gap:10px}.site-footer__contact-link{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;opacity:.85}.site-footer__contact-link:hover{opacity:1}.site-footer__newsletter-text{font-size:.9rem;line-height:1.6;opacity:.85;margin-bottom:16px}.site-footer__newsletter-field{display:flex;gap:0}.site-footer__newsletter-input{flex:1;padding:10px 14px;border:1px solid rgba(255,255,255,.3);border-right:none;border-radius:4px 0 0 4px;background:#ffffff1a;color:#fff;font-size:.9rem;outline:none;transition:border-color .2s ease}.site-footer__newsletter-input::placeholder{color:#ffffff80}.site-footer__newsletter-input:focus{border-color:#fff9}.site-footer__newsletter-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border:none;border-radius:0 4px 4px 0;cursor:pointer;font-size:.9rem;font-weight:600;white-space:nowrap;background:var(--color-primary, #E63946);color:#fff}.site-footer__newsletter-success{color:#a8e6cf;font-size:.85rem;margin-top:8px}.site-footer__newsletter-error{color:#ffb3b3;font-size:.85rem;margin-top:8px}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.15);padding:20px 0}.site-footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.site-footer__copyright p{margin:0;font-size:.85rem;opacity:.7}.site-footer__payment-icons{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.site-footer__payment-icon{height:24px;width:auto;opacity:.7;transition:opacity .2s ease}.site-footer__payment-icon:hover{opacity:1}.site-footer__powered-by{font-size:.8rem;opacity:.5}@media screen and (max-width:1024px){.site-footer__grid{grid-template-columns:repeat(3,1fr);gap:32px}}@media screen and (max-width:768px){.site-footer__grid{grid-template-columns:repeat(2,1fr);gap:28px}}@media screen and (max-width:575px){.site-footer{padding:40px 0 0}.site-footer__grid{grid-template-columns:1fr;gap:28px}.site-footer__bottom-inner{flex-direction:column;text-align:center}.site-footer__payment-icons{justify-content:center}}body.theme-v2 .trust-band{background-color:var(--color-dark-surface);padding:48px 0;border-bottom:1px solid var(--color-dark-divider)}body.theme-v2 .trust-band__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;max-width:1200px;margin:0 auto;padding:0 24px}body.theme-v2 .trust-band__tile{text-align:center;padding:16px 12px;border-right:1px solid var(--color-dark-divider);transition:transform var(--dur-fast) var(--ease)}body.theme-v2 .trust-band__tile:last-child{border-right:none}body.theme-v2 .trust-band__tile:hover{transform:translateY(-2px)}body.theme-v2 .trust-band__value{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:800;color:var(--color-dark-text);letter-spacing:var(--ls-display);line-height:1;margin:0 0 8px}body.theme-v2 .trust-band__label{font-family:var(--font-display);font-size:var(--fs-eyebrow);font-weight:600;text-transform:uppercase;letter-spacing:var(--ls-eyebrow);color:var(--color-accent);margin:0;line-height:1.3}body.theme-v2 .trust-band__tile-link{display:block;text-decoration:none;color:inherit}body.theme-v2 .trust-band__tile-link:hover .trust-band__value{color:var(--color-accent)}body.theme-v2 .trust-band__external-arrow{display:inline-block;margin-left:4px;font-size:.55em;vertical-align:super;opacity:.7}@media(max-width:1024px){body.theme-v2 .trust-band__grid{grid-template-columns:repeat(3,1fr);gap:16px}body.theme-v2 .trust-band__tile:nth-child(3){border-right:none}body.theme-v2 .trust-band__tile:nth-child(4),body.theme-v2 .trust-band__tile:nth-child(5){border-top:1px solid var(--color-dark-divider);padding-top:24px}}@media(max-width:600px){body.theme-v2 .trust-band__grid{grid-template-columns:1fr;gap:8px}body.theme-v2 .trust-band__tile{border-right:none;border-bottom:1px solid var(--color-dark-divider);padding:16px}body.theme-v2 .trust-band__tile:last-child{border-bottom:none}body.theme-v2 .trust-band__tile:nth-child(4),body.theme-v2 .trust-band__tile:nth-child(5){border-top:none;padding-top:16px}}body.theme-v2 .site-footer{background-color:var(--color-dark-surface);color:var(--color-dark-text);padding:0}body.theme-v2 .site-footer .container{max-width:1200px;padding:0 24px;margin:0 auto}body.theme-v2 .site-footer__main{padding:64px 0 48px;background-color:var(--color-dark-surface)}body.theme-v2 .site-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:0}body.theme-v2 .site-footer__heading{font-family:var(--font-display);font-size:var(--fs-eyebrow);font-weight:700;text-transform:uppercase;letter-spacing:var(--ls-eyebrow);color:var(--color-accent);margin:0 0 20px}body.theme-v2 .site-footer__shop-name{font-family:var(--font-display);font-size:1.4rem;font-weight:800;letter-spacing:-.02em;color:#fff}body.theme-v2 .site-footer__about-text{font-family:var(--font-display);font-size:.875rem;line-height:1.6;color:var(--color-dark-text-muted);margin-bottom:20px}body.theme-v2 .site-footer__link{font-family:var(--font-display);font-size:.875rem;color:#ffffffd9;text-decoration:none;transition:color var(--dur-fast) var(--ease)}body.theme-v2 .site-footer__link:hover{color:var(--color-accent);opacity:1}body.theme-v2 .site-footer__contact-link{color:var(--color-dark-text-muted);font-family:var(--font-mono);font-size:.78rem}body.theme-v2 .site-footer__contact-link:hover{color:var(--color-accent)}body.theme-v2 .site-footer__newsletter-input{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#fff;font-family:var(--font-display);border-radius:6px 0 0 6px}body.theme-v2 .site-footer__newsletter-input:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #2ec4b633}body.theme-v2 .site-footer__newsletter-btn{background:var(--color-primary);font-family:var(--font-display);font-weight:700;border-radius:0 6px 6px 0;padding:10px 18px;transition:background var(--dur-fast) var(--ease)}body.theme-v2 .site-footer__newsletter-btn:hover{background:#c92a3c}body.theme-v2 .site-footer__social-link{width:36px;height:36px;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffffd9;transition:all var(--dur-fast) var(--ease)}body.theme-v2 .site-footer__social-link:hover{background:var(--color-accent);color:var(--color-dark-surface);border-color:var(--color-accent);transform:translateY(-2px)}body.theme-v2 .site-footer__bottom{background-color:#000;padding:16px 0;border-top:0}body.theme-v2 .site-footer__bottom-inner{max-width:1200px;margin:0 auto;padding:0 24px}body.theme-v2 .site-footer__copyright p{font-family:var(--font-display);font-size:.75rem;color:#fff9;margin:0}body.theme-v2 .site-footer__copyright p .dot{color:var(--color-accent);margin:0 8px}body.theme-v2 .site-footer__payment-icon{height:22px;opacity:.85}@media(max-width:1024px){body.theme-v2 .site-footer__grid{grid-template-columns:repeat(3,1fr);gap:32px}}@media(max-width:768px){body.theme-v2 .site-footer__grid{grid-template-columns:repeat(2,1fr);gap:28px}body.theme-v2 .site-footer__main{padding:48px 0 32px}}@media(max-width:575px){body.theme-v2 .site-footer__grid{grid-template-columns:1fr;gap:28px}body.theme-v2 .site-footer__bottom-inner{flex-direction:column;text-align:center;gap:12px}body.theme-v2 .site-footer__payment-icons{justify-content:center}}.header-section{position:relative;z-index:1000;font-family:var(--font-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif)}.header-section.is-sticky .header-sticky-wrap{position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px #00000014}.header-container{max-width:var(--page-width, 1200px);margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.top-bar{background:var(--color-secondary, #1B2838);color:var(--color-white, #ffffff);font-size:.8rem;line-height:1.2;border-bottom:1px solid rgba(255,255,255,.08)}.top-bar__inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--page-width, 1200px);margin:0 auto;padding:.4375rem 1.5rem;gap:1rem}.top-bar__left,.top-bar__right{display:flex;align-items:center;gap:.25rem}.top-bar a{color:var(--color-white, #ffffff);text-decoration:none;display:inline-flex;align-items:center;gap:.35rem;padding:.1875rem .625rem;border-radius:3px;transition:background-color .15s ease,opacity .15s ease;white-space:nowrap;font-size:.8rem}.top-bar a:hover{background:#ffffff1a}.top-bar a:focus-visible{outline:2px solid var(--color-accent, #2EC4B6);outline-offset:1px}.top-bar__separator{width:1px;height:14px;background:#fff3;flex-shrink:0}.top-bar svg{width:13px;height:13px;flex-shrink:0}.header-main{background:var(--color-white, #ffffff);border-bottom:1px solid var(--color-border, #e5e5e5)}.header-main__inner{display:flex;align-items:center;max-width:var(--page-width, 1200px);margin:0 auto;padding:.75rem 1.5rem;gap:1.5rem}.header__logo{flex-shrink:0}.header__logo a{display:inline-flex;align-items:center;text-decoration:none;color:var(--color-secondary, #1B2838)}.header__logo img{display:block;height:auto;max-height:50px;width:auto}.header__logo-text{font-size:1.375rem;font-weight:800;letter-spacing:-.03em;color:var(--color-secondary, #1B2838);line-height:1.1}.header__logo-text small{display:block;font-size:.6875rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent, #2EC4B6);margin-top:2px}.header__search{flex:1;max-width:620px;min-width:200px;position:relative}.header__search-form{display:flex;align-items:stretch;border:2px solid var(--color-border, #e5e5e5);border-radius:6px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.header__search-form:focus-within{border-color:var(--color-accent, #2EC4B6);box-shadow:0 0 0 3px #2ec4b626}.header__search-input{flex:1;border:none;outline:none;padding:.75rem 1rem;font-size:.9375rem;background:transparent;color:var(--color-text, #333333);min-width:0}.header__search-input::placeholder{color:var(--color-text-light, #999999)}.header__search-button{display:flex;align-items:center;justify-content:center;background:var(--color-secondary, #1B2838);border:none;padding:0 1rem;cursor:pointer;color:var(--color-white, #ffffff);transition:background-color .15s ease;flex-shrink:0}.header__search-button:hover{background:#2a3d52}.header__search-button:focus-visible{outline:2px solid var(--color-accent, #2EC4B6);outline-offset:-2px}.header__search-button svg{width:20px;height:20px}.predictive-search{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:1100;background:var(--color-white, #ffffff);border-radius:6px;box-shadow:0 8px 32px #00000024;border:1px solid var(--color-border, #e5e5e5);display:none}.predictive-search.is-active{display:block}.header__actions{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.shipping-cutoff{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem;min-width:0}.shipping-cutoff__label{font-size:.6875rem;color:var(--color-text-light, #999999);text-transform:uppercase;letter-spacing:.04em;font-weight:600;white-space:nowrap}.shipping-cutoff__timer{display:flex;align-items:center;gap:.375rem;white-space:nowrap}.shipping-cutoff__icon{width:16px;height:16px;color:var(--color-accent, #2EC4B6);flex-shrink:0}.shipping-cutoff__countdown{font-size:1rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--color-secondary, #1B2838);letter-spacing:.02em}.shipping-cutoff__countdown[data-expired=true]{color:var(--color-text-light, #999999);font-size:.8125rem;font-weight:600}.shipping-cutoff__note{font-size:.6875rem;color:var(--color-text-light, #999);white-space:nowrap}.header__divider{width:1px;height:36px;background:var(--color-border, #e5e5e5);flex-shrink:0}.header__cart{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--color-secondary, #1B2838);padding:.375rem .625rem;border-radius:6px;transition:background-color .15s ease;position:relative}.header__cart:hover{background:var(--color-background-alt, #f5f5f5)}.header__cart:focus-visible{outline:2px solid var(--color-accent, #2EC4B6);outline-offset:2px}.header__cart-icon{position:relative;width:26px;height:26px}.header__cart-icon svg{width:26px;height:26px}.header__cart-count{position:absolute;top:-6px;right:-8px;background:var(--color-accent, #2EC4B6);color:var(--color-white, #ffffff);font-size:.625rem;font-weight:700;line-height:1;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:9px;padding:0 4px}.header__cart-count:empty,.header__cart-count[data-count="0"]{display:none}.header__cart-info{display:flex;flex-direction:column;line-height:1.2}.header__cart-label{font-size:.6875rem;color:var(--color-text-light, #999);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.header__cart-total{font-size:.9375rem;font-weight:700;color:var(--color-secondary, #1B2838)}.mobile-menu-toggle{display:none;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;width:40px;height:40px;color:var(--color-secondary, #1B2838);padding:0;border-radius:6px;transition:background-color .15s ease;flex-shrink:0}.mobile-menu-toggle:hover{background:var(--color-background-alt, #f5f5f5)}.mobile-menu-toggle:focus-visible{outline:2px solid var(--color-accent, #2EC4B6);outline-offset:2px}.mobile-menu-toggle svg{width:24px;height:24px}.header-nav{background:var(--color-secondary, #1B2838)}.header-nav__inner{max-width:var(--page-width, 1200px);margin:0 auto;padding:0 1.5rem;position:relative}.header-nav__list{display:flex;align-items:stretch;list-style:none;margin:0;padding:0}.nav__item{position:static}.nav__link{display:flex;align-items:center;gap:.375rem;padding:.8125rem 1rem;color:var(--color-white, #ffffff);text-decoration:none;font-size:.875rem;font-weight:600;white-space:nowrap;letter-spacing:.01em;transition:background-color .15s ease;position:relative}.nav__link:hover,.nav__item.is-active>.nav__link,.nav__item:hover>.nav__link{background:#ffffff1a}.nav__link:focus-visible{outline:2px solid var(--color-accent, #2EC4B6);outline-offset:-2px}.nav__link svg.nav__chevron{width:10px;height:10px;transition:transform .2s ease;opacity:.7}.nav__item.is-active>.nav__link svg.nav__chevron,.nav__item:hover>.nav__link svg.nav__chevron{transform:rotate(180deg);opacity:1}.nav__item--highlight{margin-left:auto}.nav__item--highlight>.nav__link{background:var(--color-accent, #2EC4B6);color:var(--color-white, #ffffff);font-weight:700;letter-spacing:.02em}.nav__item--highlight>.nav__link:hover,.nav__item--highlight.is-active>.nav__link{background:var(--color-accent-dark, #26a89c)}.nav__item--deals>.nav__link{color:gold;font-weight:700}.nav__item--deals>.nav__link:hover{background:#ffd70026}.mega-menu{position:absolute;top:100%;left:0;right:0;background:var(--color-white, #ffffff);box-shadow:0 16px 48px #0000001f,0 1px 4px #0000000f;border-top:3px solid var(--color-accent, #2EC4B6);padding:1.75rem 2rem 2rem;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:1100}.nav__item.is-active>.mega-menu,.nav__item:hover>.mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.mega-menu__grid{display:grid;gap:1.5rem 2rem;max-width:var(--page-width, 1200px);margin:0 auto}.mega-menu__grid--brands{grid-template-columns:1.4fr 1fr 1fr}.mega-menu__grid--devices{grid-template-columns:repeat(3,1fr)}.mega-menu__grid--tools{grid-template-columns:repeat(4,1fr)}.mega-menu__column{min-width:0}.mega-menu__heading{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-secondary, #1B2838);padding-bottom:.5rem;margin-bottom:.5rem;border-bottom:2px solid var(--color-accent, #2EC4B6);display:flex;align-items:center;gap:.375rem}.mega-menu__heading a{color:inherit;text-decoration:none;transition:color .15s ease}.mega-menu__heading a:hover{color:var(--color-accent, #2EC4B6)}.mega-menu__links{list-style:none;margin:0;padding:0}.mega-menu__links li{margin:0}.mega-menu__links a{display:block;padding:.25rem 0;color:var(--color-text, #333333);text-decoration:none;font-size:.8125rem;line-height:1.5;transition:color .15s ease,padding-left .15s ease}.mega-menu__links a:hover{color:var(--color-accent, #2EC4B6);padding-left:.25rem}.mega-menu__links a:focus-visible{outline:2px solid var(--color-accent, #2EC4B6);outline-offset:1px;border-radius:2px}.mega-menu__sub-heading{font-size:.75rem;font-weight:600;color:var(--color-secondary, #1B2838);margin-top:.625rem;margin-bottom:.125rem;padding-top:.375rem;border-top:1px solid var(--color-border, #e5e5e5)}.mega-menu__sub-heading:first-child{margin-top:0;padding-top:0;border-top:none}.mega-menu__sub-heading a{color:inherit;text-decoration:none;transition:color .15s ease}.mega-menu__sub-heading a:hover{color:var(--color-accent, #2EC4B6)}.mega-menu__view-all{display:inline-flex;align-items:center;gap:.25rem;margin-top:.625rem;padding:.25rem 0;font-size:.8125rem;font-weight:600;color:var(--color-accent, #2EC4B6);text-decoration:none;transition:gap .15s ease}.mega-menu__view-all:hover{gap:.5rem;text-decoration:underline}.mega-menu__view-all svg{width:12px;height:12px}.nav__dropdown{position:absolute;top:100%;left:0;min-width:220px;background:var(--color-white, #ffffff);box-shadow:0 12px 32px #00000024;border-top:3px solid var(--color-accent, #2EC4B6);list-style:none;margin:0;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:1100}.nav__item:hover>.nav__dropdown,.nav__item.is-active>.nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav__dropdown a{display:block;padding:.5rem 1.25rem;color:var(--color-text, #333333);text-decoration:none;font-size:.8125rem;transition:background-color .15s ease,color .15s ease}.nav__dropdown a:hover{background:var(--color-background-alt, #f5f5f5);color:var(--color-accent, #2EC4B6)}.mobile-menu__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:2000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-menu__overlay.is-active{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;left:0;bottom:0;width:340px;max-width:88vw;background:var(--color-white, #ffffff);z-index:2100;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow:hidden}.mobile-menu.is-active{transform:translate(0)}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;background:var(--color-secondary, #1B2838);flex-shrink:0}.mobile-menu__title{font-size:1.0625rem;font-weight:700;color:var(--color-white, #ffffff);letter-spacing:-.01em}.mobile-menu__close{display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;cursor:pointer;width:34px;height:34px;color:var(--color-white, #ffffff);border-radius:6px;transition:background-color .15s ease;padding:0}.mobile-menu__close:hover{background:#fff3}.mobile-menu__close svg{width:20px;height:20px}.mobile-menu__search{padding:.75rem 1.25rem;border-bottom:1px solid var(--color-border, #e5e5e5);flex-shrink:0}.mobile-menu__search-form{display:flex;align-items:stretch;border:2px solid var(--color-border, #e5e5e5);border-radius:6px;overflow:hidden}.mobile-menu__search-form:focus-within{border-color:var(--color-accent, #2EC4B6)}.mobile-menu__search-input{flex:1;border:none;outline:none;padding:.625rem .875rem;font-size:.875rem;background:transparent;color:var(--color-text, #333333);min-width:0}.mobile-menu__search-btn{display:flex;align-items:center;justify-content:center;background:var(--color-secondary, #1B2838);border:none;padding:0 .75rem;cursor:pointer;color:var(--color-white, #ffffff)}.mobile-menu__search-btn svg{width:18px;height:18px}.mobile-menu__nav{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.mobile-menu__list{list-style:none;margin:0;padding:0}.mobile-accordion{border-bottom:1px solid var(--color-border, #e5e5e5)}.mobile-accordion__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 1.25rem;min-height:44px;background:none;border:none;cursor:pointer;font-size:.9375rem;font-weight:600;color:var(--color-text, #333333);text-align:left;transition:background-color .15s ease}.mobile-accordion__trigger:hover{background:var(--color-background-alt, #f5f5f5)}.mobile-accordion__trigger svg{width:14px;height:14px;flex-shrink:0;transition:transform .2s ease;opacity:.5}.mobile-accordion.is-open>.mobile-accordion__trigger svg{transform:rotate(180deg);opacity:1}.mobile-accordion__panel{max-height:0;overflow:hidden;transition:max-height .3s ease}.mobile-accordion.is-open>.mobile-accordion__panel{max-height:2000px}.mobile-accordion__sublist{list-style:none;margin:0;padding:0 0 .5rem}.mobile-accordion__sublist a{display:block;padding:.4375rem 1.25rem .4375rem 2rem;color:var(--color-text, #333333);text-decoration:none;font-size:.875rem;transition:background-color .15s ease,color .15s ease}.mobile-accordion__sublist a:hover{background:var(--color-background-alt, #f5f5f5);color:var(--color-accent, #2EC4B6)}.mobile-accordion__sub-heading{padding:.625rem 1.25rem .1875rem 2rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-secondary, #1B2838)}.mobile-accordion__sub-heading a{color:inherit;text-decoration:none}.mobile-accordion__grandchild-list{list-style:none;margin:0;padding:0}.mobile-accordion__grandchild-list a{padding-left:2.75rem;font-size:.8125rem}.mobile-menu__link{display:block;padding:.875rem 1.25rem;min-height:44px;color:var(--color-text, #333333);text-decoration:none;font-size:.9375rem;font-weight:600;border-bottom:1px solid var(--color-border, #e5e5e5);transition:background-color .15s ease}.mobile-menu__link:hover{background:var(--color-background-alt, #f5f5f5)}.mobile-menu__link--highlight{background:var(--color-accent, #2EC4B6);color:var(--color-white, #ffffff);font-weight:700}.mobile-menu__link--highlight:hover{background:var(--color-accent-dark, #26a89c);color:var(--color-white, #ffffff)}.mobile-menu__footer{border-top:1px solid var(--color-border, #e5e5e5);padding:.875rem 1.25rem;display:flex;flex-direction:column;gap:.625rem;flex-shrink:0;background:var(--color-background-alt, #f5f5f5)}.mobile-menu__footer-link{display:flex;align-items:center;gap:.5rem;color:var(--color-text, #333333);text-decoration:none;font-size:.875rem;font-weight:500;padding:.25rem 0;transition:color .15s ease}.mobile-menu__footer-link:hover{color:var(--color-accent, #2EC4B6)}.mobile-menu__footer-link svg{width:18px;height:18px;flex-shrink:0}@media(max-width:991px){.header-nav{display:none}.mobile-menu-toggle{display:flex;order:-1}.header__search,.shipping-cutoff,.header__divider,.header__cart-info{display:none}.header-main__inner{padding:.5rem 1rem;gap:.75rem}.header__logo img{max-height:38px}.header__logo-text{font-size:1.125rem}.header__actions{margin-left:auto}.top-bar__inner{padding:.375rem 1rem}}@media(max-width:575px){.top-bar__left .top-bar__hide-mobile{display:none}.top-bar__inner{font-size:.75rem}.top-bar a{font-size:.75rem;padding:.125rem .375rem}.mobile-menu{width:300px}}@media(min-width:992px){.mobile-menu,.mobile-menu__overlay{display:none!important}}@media print{.header-nav,.top-bar,.mobile-menu,.mobile-menu__overlay{display:none!important}}body.theme-v2 .header{background-color:var(--color-dark-surface);color:var(--color-dark-text);position:sticky;top:0;z-index:100;font-family:var(--font-display)}body.theme-v2 .header .container{max-width:1280px;margin:0 auto;padding:0 24px}body.theme-v2 .header__utility-row{background-color:var(--color-dark-surface-hi);font-size:var(--fs-eyebrow);font-weight:400;border-bottom:1px solid var(--color-dark-divider)}body.theme-v2 .header__utility-inner{display:flex;justify-content:space-between;align-items:center;padding:6px 24px}body.theme-v2 .header__utility-left,body.theme-v2 .header__utility-right{display:flex;list-style:none;margin:0;padding:0;gap:18px;align-items:center}body.theme-v2 .header__utility-link{color:#ffffffb3;text-decoration:none;transition:color var(--dur-fast) var(--ease)}body.theme-v2 .header__utility-link:hover{color:var(--color-accent)}body.theme-v2 .header__main-row{background-color:var(--color-dark-surface);padding:14px 0;transition:padding var(--dur-base) var(--ease)}body.theme-v2 .header__main-inner{display:flex;align-items:center;gap:24px}body.theme-v2 .header__logo{display:flex;flex-direction:column;text-decoration:none;color:inherit;line-height:1;flex-shrink:0}body.theme-v2 .header__logo-name{font-family:var(--font-display);font-size:1.05rem;font-weight:800;letter-spacing:-.02em;color:#fff}body.theme-v2 .header__logo-tag{font-family:var(--font-display);font-size:.55rem;font-weight:600;letter-spacing:var(--ls-eyebrow);text-transform:uppercase;color:var(--color-accent);margin-top:4px}body.theme-v2 .header__logo-image{max-height:36px;width:auto}body.theme-v2 .header__search{flex:1;display:flex;align-items:center;background:#ffffff0f;border:1px solid rgba(46,196,182,.2);border-radius:6px;padding:0 14px;height:40px;transition:border-color var(--dur-fast) var(--ease)}body.theme-v2 .header__search:focus-within{border-color:#2ec4b680;box-shadow:0 0 0 3px #2ec4b61a}body.theme-v2 .header__search-icon{color:var(--color-accent);flex-shrink:0}body.theme-v2 .header__search-input{background:transparent;border:none;outline:none;flex:1;color:#fff;font-family:var(--font-display);font-size:.9rem;padding:0 12px}body.theme-v2 .header__search-input::placeholder{color:#ffffff73}body.theme-v2 .header__search-kbd{font-family:var(--font-mono);font-size:.65rem;opacity:.4;padding:2px 8px;border:1px solid rgba(255,255,255,.18);border-radius:3px;flex-shrink:0}body.theme-v2 .header__ship-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;background:#2ec4b614;border:1px solid rgba(46,196,182,.25);border-radius:999px;font-size:.72rem;flex-shrink:0}body.theme-v2 .header__ship-pulse{width:6px;height:6px;border-radius:50%;background:var(--color-accent);box-shadow:0 0 8px var(--color-accent);animation:shipPulse 1.6s ease-in-out infinite}body.theme-v2 .header__ship-pill[data-ship-state=closed] .header__ship-pulse,body.theme-v2 .header__ship-pill[data-ship-state=weekend] .header__ship-pulse{background:#ffa94d;box-shadow:0 0 8px #ffa94d}body.theme-v2 .header__ship-label{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c}body.theme-v2 .header__ship-time{font-family:var(--font-mono);font-weight:600;color:#fff}@keyframes shipPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}@media(prefers-reduced-motion:reduce){body.theme-v2 .header__ship-pulse{animation:none}}body.theme-v2 .header__cart{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--color-primary);color:#fff;text-decoration:none;border-radius:6px;font-size:.78rem;font-weight:700;flex-shrink:0;transition:background var(--dur-fast) var(--ease),transform var(--dur-fast) var(--ease)}body.theme-v2 .header__cart:hover{background:#c92a3c;transform:translateY(-1px)}body.theme-v2 .header__cart-count{position:static;width:auto;height:auto;top:auto;right:auto;font-family:var(--font-mono);font-weight:500;padding:2px 7px;background:#00000040;border-radius:3px;font-size:.7rem;display:inline-block}body.theme-v2 .header__nav-row{background-color:var(--color-dark-surface);border-top:1px solid var(--color-dark-divider);border-bottom:1px solid rgba(46,196,182,.08)}body.theme-v2 .header__nav-inner{display:flex;align-items:center;gap:28px}body.theme-v2 .header__nav{list-style:none;margin:0;padding:0;display:flex;gap:28px;align-items:center;flex:1}body.theme-v2 .header__nav-item>a,body.theme-v2 .header__nav-link{display:inline-block;font-family:var(--font-display);font-size:.82rem;font-weight:500;color:var(--color-dark-text);text-decoration:none;padding:11px 0;transition:color var(--dur-fast) var(--ease)}body.theme-v2 .header__nav-item>a:hover,body.theme-v2 .header__nav-link:hover,body.theme-v2 .header__nav-item.is-active>a{color:var(--color-accent)}body.theme-v2 .header__nav-chevron{display:inline-block;font-size:.7em;opacity:.5;margin-left:2px;transition:transform var(--dur-fast) var(--ease)}body.theme-v2 .header__nav-item.is-active .header__nav-chevron{transform:rotate(180deg);opacity:1}body.theme-v2 .header__nav-stats{font-family:var(--font-mono);font-size:.65rem;color:#ffffff80;flex-shrink:0}body.theme-v2 .header__megamenu-region{position:relative}body.theme-v2 .header.is-scrolled .header__main-row{padding:8px 0}body.theme-v2 .header.is-scrolled .header__ship-label,body.theme-v2 .header.is-scrolled .header__cart-label{display:none}body.theme-v2 .header.is-scrolled .header__cart-count{font-size:.85rem;padding:4px 9px}body.theme-v2 .megamenu{position:absolute;top:100%;left:0;right:0;background:var(--color-dark-surface-hi);border-bottom:1px solid var(--color-dark-divider);box-shadow:0 18px 40px #0006;z-index:90;animation:megamenuFade var(--dur-base) var(--ease) forwards}body.theme-v2 .megamenu[hidden]{display:none}@keyframes megamenuFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){body.theme-v2 .megamenu{animation:none}}body.theme-v2 .megamenu__inner{padding:28px 32px 32px}body.theme-v2 .megamenu__eyebrow{font-family:var(--font-display);font-size:var(--fs-eyebrow);font-weight:600;letter-spacing:var(--ls-eyebrow);text-transform:uppercase;color:var(--color-accent);margin-bottom:16px}body.theme-v2 .megamenu__search{display:flex;align-items:center;gap:10px;background:#ffffff0a;border:1px solid rgba(46,196,182,.25);border-radius:8px;padding:0 14px;height:44px;max-width:540px;margin-bottom:22px}body.theme-v2 .megamenu__search:focus-within{border-color:#2ec4b699;box-shadow:0 0 0 3px #2ec4b61a}body.theme-v2 .megamenu__search svg{color:var(--color-accent)}body.theme-v2 .megamenu__search-input{background:transparent;border:none;outline:none;flex:1;color:#fff;font-family:var(--font-display);font-size:.95rem}body.theme-v2 .megamenu__search-input::placeholder{color:#fff6}body.theme-v2 .megamenu__search-enter{font-family:var(--font-mono);font-size:.7rem;color:#ffffff73}body.theme-v2 .megamenu__matrix{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-bottom:18px}body.theme-v2 .megamenu__group-name{font-family:var(--font-display);font-size:.78rem;font-weight:600;color:#fff;margin:0 0 4px}body.theme-v2 .megamenu__group-pad{font-family:var(--font-display);font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;margin:0 0 8px}body.theme-v2 .megamenu__model-list{list-style:none;padding:0;margin:0;display:grid;gap:4px}body.theme-v2 .megamenu__model-list a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:5px 8px;border-radius:4px;font-family:var(--font-display);font-size:.78rem;color:#ffffffd9;text-decoration:none;transition:background var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease)}body.theme-v2 .megamenu__model-list a:hover,body.theme-v2 .megamenu__model-list a:focus-visible{background:#2ec4b614;color:var(--color-accent);outline:none}body.theme-v2 .megamenu__model-num{font-family:var(--font-mono);font-size:.62rem;opacity:.5;margin-left:6px}body.theme-v2 .megamenu__new{font-family:var(--font-display);font-size:.55rem;font-weight:700;letter-spacing:.05em;padding:1px 5px;background:var(--color-accent);color:var(--color-dark-surface);border-radius:2px;margin-left:4px}body.theme-v2 .megamenu__footer{display:flex;align-items:center;gap:16px;padding-top:14px;border-top:1px solid rgba(46,196,182,.12)}body.theme-v2 .megamenu__stat{font-family:var(--font-mono);font-size:.7rem;color:#ffffff8c}body.theme-v2 .megamenu__view-all{margin-left:auto;font-family:var(--font-display);font-size:.74rem;color:var(--color-accent);text-decoration:none;font-weight:500}body.theme-v2 .megamenu__view-all:hover{text-decoration:underline}body.theme-v2 .megamenu__fallback{text-align:center;padding:32px}body.theme-v2 .megamenu__cta{display:inline-block;margin-top:12px;padding:10px 20px;background:var(--color-primary);color:#fff;border-radius:6px;font-family:var(--font-display);font-weight:600;text-decoration:none}@media(max-width:1024px){body.theme-v2 .megamenu__matrix{grid-template-columns:repeat(3,1fr)}}body.theme-v2 .header__hamburger{display:none;flex-direction:column;gap:4px;background:transparent;border:0;padding:8px;cursor:pointer;align-items:center;justify-content:center}body.theme-v2 .header__hamburger-line{width:22px;height:2px;background:var(--color-dark-text);border-radius:1px;transition:transform var(--dur-fast) var(--ease),opacity var(--dur-fast) var(--ease)}body.theme-v2 .header__hamburger:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:4px}body.theme-v2 .header__mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:min(320px,85vw);background:var(--color-dark-surface);z-index:200;overflow-y:auto;transform:translate(-100%);transition:transform var(--dur-base) var(--ease)}body.theme-v2 .header__mobile-drawer.is-open{transform:translate(0)}body.theme-v2 .header__mobile-drawer[hidden]{display:none}body.theme-v2 .header__mobile-drawer-inner{padding:24px}body.theme-v2 .header__mobile-close{background:transparent;border:0;color:var(--color-dark-text);padding:8px;margin:-8px -8px 16px auto;display:block;cursor:pointer}body.theme-v2 .header__mobile-close:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:4px}body.theme-v2 .header__mobile-eyebrow{font-family:var(--font-display);font-size:var(--fs-eyebrow);font-weight:600;letter-spacing:var(--ls-eyebrow);text-transform:uppercase;color:var(--color-accent);margin:24px 0 12px}body.theme-v2 .header__mobile-eyebrow:first-of-type{margin-top:0}body.theme-v2 .header__mobile-nav ul{list-style:none;margin:0 0 8px;padding:0;display:grid;gap:0}body.theme-v2 .header__mobile-nav a{display:block;padding:10px 0;font-family:var(--font-display);font-size:1rem;color:var(--color-dark-text);text-decoration:none;border-bottom:1px solid var(--color-dark-divider);transition:color var(--dur-fast) var(--ease)}body.theme-v2 .header__mobile-nav a:hover,body.theme-v2 .header__mobile-nav a:focus-visible{color:var(--color-accent);outline:none}body.theme-v2 .header__mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:199;opacity:0;transition:opacity var(--dur-base) var(--ease)}body.theme-v2 .header__mobile-overlay.is-visible{opacity:1}body.theme-v2 .header__mobile-overlay[hidden]{display:none}@media(max-width:768px){body.theme-v2 .header__utility-row{display:none}body.theme-v2 .header__main-row{padding:10px 0}body.theme-v2 .header__main-inner{gap:12px}body.theme-v2 .header__search{height:36px}body.theme-v2 .header__search-kbd,body.theme-v2 .header__ship-pill .header__ship-label,body.theme-v2 .header__cart-label,body.theme-v2 .header__nav,body.theme-v2 .header__nav-stats{display:none}body.theme-v2 .header__hamburger{display:inline-flex}body.theme-v2 .megamenu{display:none!important}}@media(max-width:480px){body.theme-v2 .header__main-inner{gap:8px}body.theme-v2 .header__logo-tag{display:none}}body.theme-v2 .predictive-search{background:var(--color-dark-surface-hi);border:1px solid var(--color-dark-divider);color:var(--color-dark-text);border-radius:8px;box-shadow:0 12px 32px #0006;margin-top:8px;font-family:var(--font-display)}body.theme-v2 .predictive-search__loading,body.theme-v2 .predictive-search__empty{color:var(--color-dark-text-muted);padding:16px}body.theme-v2 .predictive-search__list{list-style:none;margin:0;padding:8px}body.theme-v2 .predictive-search__item{margin:0}body.theme-v2 .predictive-search__link{display:flex;gap:12px;align-items:center;padding:10px 12px;color:var(--color-dark-text);text-decoration:none;border-radius:6px;transition:background var(--dur-fast) var(--ease)}body.theme-v2 .predictive-search__link:hover,body.theme-v2 .predictive-search__link:focus-visible{background:#2ec4b61a;outline:none}body.theme-v2 .predictive-search__image{width:40px;height:40px;object-fit:contain;background:#ffffff0a;border-radius:4px;flex-shrink:0}body.theme-v2 .predictive-search__info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}body.theme-v2 .predictive-search__title{font-size:.85rem;color:var(--color-dark-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.theme-v2 .predictive-search__price{font-family:var(--font-mono);font-weight:600;color:var(--color-accent);font-size:.8rem}body.theme-v2 .header__search-wrap{position:relative;flex:1;display:flex}body.theme-v2 .header__search-wrap .header__search-form{flex:1}body.theme-v2 .header__search-wrap .predictive-search{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:80;display:none;max-height:70vh;overflow-y:auto}body.theme-v2 .header__search-wrap .predictive-search.is-active{display:block}body.theme-v2 .trust-badges{background-color:var(--color-dark-surface);padding:48px 0;border-bottom:0;position:relative;overflow:hidden}body.theme-v2 .trust-badges:before{content:"";position:absolute;right:5%;top:-40px;width:280px;height:280px;background:radial-gradient(circle,rgba(46,196,182,.06) 0%,transparent 60%);pointer-events:none}body.theme-v2 .trust-badges__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}body.theme-v2 .trust-badge{display:flex;flex-direction:column;align-items:center;text-align:center;padding:14px 12px;border-right:1px solid var(--color-dark-divider);background:transparent;border-radius:0;border-bottom:0;border-top:0;border-left:0}body.theme-v2 .trust-badge:last-child{border-right:0}body.theme-v2 .trust-badge:hover{transform:none;box-shadow:none}body.theme-v2 .trust-badge__icon{color:var(--color-accent);background:transparent;width:auto;height:auto;margin-bottom:10px;filter:drop-shadow(0 0 8px rgba(46,196,182,.4));border-radius:0;box-shadow:none;display:inline-flex;align-items:center;justify-content:center}body.theme-v2 .trust-badge__icon svg{width:26px;height:26px;filter:none}body.theme-v2 .trust-badge__title{font-family:var(--font-display);font-size:.78rem;font-weight:700;color:#fff;letter-spacing:-.005em;margin:0 0 3px}body.theme-v2 .trust-badge__text{font-family:var(--font-display);font-size:.7rem;color:#fff9;margin:0;line-height:1.4}@media(max-width:768px){body.theme-v2 .trust-badges{padding:32px 0}body.theme-v2 .trust-badges__grid{grid-template-columns:repeat(2,1fr);gap:24px 0}body.theme-v2 .trust-badge{border-right:0}body.theme-v2 .trust-badge:nth-child(odd){border-right:1px solid var(--color-dark-divider)}}@media(max-width:480px){body.theme-v2 .trust-badges__grid{grid-template-columns:1fr}body.theme-v2 .trust-badge:nth-child(odd){border-right:0}}body.theme-v2 .featured-collection{padding:0}body.theme-v2 .featured-collection__band{background-color:var(--color-dark-surface);padding:48px 0}body.theme-v2 .featured-collection .container{max-width:1200px;margin:0 auto;padding:0 24px}body.theme-v2 .featured-collection__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:24px}body.theme-v2 .featured-collection__title-block{flex:1;min-width:0}body.theme-v2 .featured-collection__heading{font-family:var(--font-display);font-size:clamp(1.4rem,2.5vw + .4rem,1.75rem);font-weight:800;letter-spacing:-.02em;color:#fff;margin:0;line-height:1.1}body.theme-v2 .featured-collection__heading:after{display:none}body.theme-v2 .featured-collection__subtext{font-family:var(--font-display);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-accent);margin:6px 0 0}body.theme-v2 .featured-collection__view-all{font-family:var(--font-display);font-weight:600;font-size:.78rem;color:var(--color-accent);text-decoration:none;flex-shrink:0}body.theme-v2 .featured-collection__view-all:after{content:" \2192";display:inline-block;margin-left:4px;transition:transform var(--dur-fast) var(--ease)}body.theme-v2 .featured-collection__view-all:hover:after{transform:translate(3px)}body.theme-v2 .featured-collection__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1024px){body.theme-v2 .featured-collection__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){body.theme-v2 .featured-collection__grid{grid-template-columns:repeat(2,1fr)!important;gap:14px}body.theme-v2 .featured-collection__band{padding:32px 0}body.theme-v2 .featured-collection__header{flex-direction:column;align-items:flex-start;gap:8px}}@media(max-width:480px){body.theme-v2 .featured-collection__grid{grid-template-columns:1fr!important;gap:14px}}body.theme-v2 .brand-showcase{background-color:var(--color-bg);padding:48px 0}body.theme-v2 .brand-showcase .container{max-width:1200px;margin:0 auto;padding:0 24px}body.theme-v2 .brand-showcase__header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:22px}body.theme-v2 .brand-showcase__heading{font-family:var(--font-display);font-size:clamp(1.3rem,2.5vw + .3rem,1.6rem);font-weight:800;letter-spacing:-.02em;color:#1b2838;margin:0}body.theme-v2 .brand-showcase__eyebrow{font-family:var(--font-display);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:var(--color-accent);margin:0;flex-shrink:0}body.theme-v2 .brand-showcase__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}body.theme-v2 .brand-showcase__tile{display:flex;flex-direction:column;background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:16px;text-decoration:none;color:inherit;transition:transform var(--dur-fast) var(--ease),border-color var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease)}body.theme-v2 .brand-showcase__tile:hover,body.theme-v2 .brand-showcase__tile:focus-visible{transform:translateY(-2px);border-color:var(--color-accent);box-shadow:0 8px 24px #2ec4b61f;outline:none}body.theme-v2 .brand-showcase__tile-name{font-family:var(--font-display);font-size:.92rem;font-weight:700;letter-spacing:-.01em;color:#1b2838;margin:0 0 8px}body.theme-v2 .brand-showcase__models{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:3px;flex:1}body.theme-v2 .brand-showcase__models li{font-family:var(--font-display);font-size:.7rem;color:#6c757d;line-height:1.4}body.theme-v2 .brand-showcase__models li:before{content:"\b7  ";color:var(--color-accent)}body.theme-v2 .brand-showcase__arrow{font-family:var(--font-display);font-size:.7rem;font-weight:600;color:var(--color-accent);margin-top:12px;padding-top:8px;border-top:1px solid #e9ecef}@media(max-width:1024px){body.theme-v2 .brand-showcase__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){body.theme-v2 .brand-showcase__grid{grid-template-columns:repeat(2,1fr)}body.theme-v2 .brand-showcase{padding:32px 0}}@media(max-width:480px){body.theme-v2 .brand-showcase__grid{grid-template-columns:1fr}}body.theme-v2 .product-card{background-color:#fff;border:1px solid #e9ecef;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a;transition:transform var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease),border-color var(--dur-fast) var(--ease);display:flex;flex-direction:column;position:relative}body.theme-v2 .product-card:hover,body.theme-v2 .product-card:focus-within{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a;border-color:#0000000f}body.theme-v2 .product-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}body.theme-v2 .product-card__image-wrap{position:relative;aspect-ratio:1;overflow:hidden;background-color:#f8f9fa;border-bottom:1px solid rgba(0,0,0,.04)}body.theme-v2 .product-card__image{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform var(--dur-base) var(--ease)}body.theme-v2 .product-card:hover .product-card__image{transform:scale(1.04)}body.theme-v2 .product-card__condition{position:absolute;top:8px;left:8px;z-index:2;font-family:var(--font-display);font-size:.6rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#fff;background:var(--color-secondary);padding:3px 8px;border-radius:3px}body.theme-v2 .product-card__badge{position:absolute;top:8px;right:8px;z-index:2;background:var(--color-primary);color:#fff;font-family:var(--font-display);font-size:.65rem;font-weight:700;letter-spacing:.04em;padding:3px 8px;border-radius:3px;text-transform:uppercase}body.theme-v2 .product-card__info{padding:14px 16px;display:flex;flex-direction:column;flex-grow:1}body.theme-v2 .product-card__vendor{font-family:var(--font-display);font-size:.6rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin:0 0 4px}body.theme-v2 .product-card__title{font-family:var(--font-display);font-size:.84rem;font-weight:600;line-height:1.35;color:var(--color-secondary);margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}body.theme-v2 .product-card__sku{font-family:var(--font-mono);font-size:.65rem;font-weight:500;color:#6c757d;letter-spacing:.02em;text-transform:uppercase;margin:0 0 10px}body.theme-v2 .product-card__price{font-family:var(--font-mono);font-size:1.05rem;font-weight:700;color:var(--color-secondary);margin-top:auto;margin-bottom:12px;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}body.theme-v2 .product-card__price .price--sale,body.theme-v2 .product-card__price .price-item--sale{color:var(--color-primary)}body.theme-v2 .product-card__price .price--compare,body.theme-v2 .product-card__price .price-item--compare{font-size:.82rem;color:#6c757d;text-decoration:line-through}body.theme-v2 .product-card__quick-add{font-family:var(--font-display);font-size:.78rem;font-weight:700;width:100%;text-align:center;border-radius:4px;padding:9px 14px;background-color:var(--color-primary);color:#fff;border:0;cursor:pointer;transition:background-color var(--dur-fast) var(--ease);text-decoration:none;display:block;opacity:1;transform:none}body.theme-v2 .product-card__quick-add:hover{background-color:#c92a3c}body.theme-v2 .product-card__quick-add:disabled,body.theme-v2 .product-card__quick-add[disabled]{background-color:#adb5bd;cursor:not-allowed}body.theme-v2 .product-card__quick-add-form{margin:0}body.theme-v2 .product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ccc}body.theme-v2 .we-buy-tech{padding:0;background:var(--color-dark-surface);position:relative;overflow:hidden}body.theme-v2 .we-buy-tech__split{display:grid;grid-template-columns:1.2fr 1fr;max-width:1200px;margin:0 auto;min-height:280px;align-items:stretch}body.theme-v2 .we-buy-tech__pitch{background:var(--color-dark-surface);color:#fff;padding:36px 40px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}body.theme-v2 .we-buy-tech__pitch:before{content:"";position:absolute;right:-60px;top:-40px;width:280px;height:280px;background:radial-gradient(circle,rgba(46,196,182,.15) 0%,transparent 60%);pointer-events:none}body.theme-v2 .we-buy-tech__eyebrow{font-family:var(--font-display);font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);margin:0 0 10px;position:relative;z-index:1}body.theme-v2 .we-buy-tech__heading{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,1.9rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:#fff;margin:0 0 12px;position:relative;z-index:1}body.theme-v2 .we-buy-tech__heading em{font-style:normal;color:var(--color-accent)}body.theme-v2 .we-buy-tech__sub{font-family:var(--font-display);font-size:.85rem;color:#ffffffb3;line-height:1.55;margin:0 0 16px;max-width:92%;position:relative;z-index:1}body.theme-v2 .we-buy-tech__bullets{list-style:none;padding:0;margin:0;display:flex;gap:12px;flex-wrap:wrap;position:relative;z-index:1}body.theme-v2 .we-buy-tech__bullets li{font-family:var(--font-mono);font-size:.7rem;color:#fff9;letter-spacing:.04em}body.theme-v2 .we-buy-tech__bullets li:before{content:"\2713  ";color:var(--color-accent)}body.theme-v2 .we-buy-tech__form{background:var(--color-dark-surface-hi);padding:36px 32px;display:flex;flex-direction:column;justify-content:center;gap:12px}body.theme-v2 .we-buy-tech__form-eyebrow{font-family:var(--font-display);font-size:.65rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);margin:0}body.theme-v2 .we-buy-tech__form-title{font-family:var(--font-display);font-size:1rem;font-weight:700;color:#fff;margin:0 0 4px}body.theme-v2 .we-buy-tech__form-shell{display:flex;flex-direction:column;gap:12px}body.theme-v2 .we-buy-tech__form-input{width:100%;padding:11px 14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.18);color:#fff;font-family:var(--font-display);font-size:.85rem;border-radius:6px;transition:border-color var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease)}body.theme-v2 .we-buy-tech__form-input::placeholder{color:#fff6}body.theme-v2 .we-buy-tech__form-input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #2ec4b633}body.theme-v2 .we-buy-tech__form-cta{padding:11px 18px;background:var(--color-primary);color:#fff;font-family:var(--font-display);font-size:.82rem;font-weight:700;border:0;border-radius:6px;cursor:pointer;text-align:center;transition:background var(--dur-fast) var(--ease)}body.theme-v2 .we-buy-tech__form-cta:hover{background:#c92a3c}@media(max-width:768px){body.theme-v2 .we-buy-tech__split{grid-template-columns:1fr}body.theme-v2 .we-buy-tech__pitch,body.theme-v2 .we-buy-tech__form{padding:32px 24px}}body.theme-v2 .newsletter-signup{background:linear-gradient(135deg,var(--color-dark-surface-hi) 0%,var(--color-dark-surface) 100%);padding:44px 40px;position:relative;overflow:hidden}body.theme-v2 .newsletter-signup:before{content:"";position:absolute;right:-60px;top:-40px;width:280px;height:280px;background:radial-gradient(circle,rgba(46,196,182,.12) 0%,transparent 60%);pointer-events:none}body.theme-v2 .newsletter-signup__inner{max-width:540px;margin:0 auto;text-align:center;position:relative;z-index:1}body.theme-v2 .newsletter-signup__eyebrow{font-family:var(--font-display);font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);margin:0 0 10px}body.theme-v2 .newsletter-signup__heading{font-family:var(--font-display);font-size:clamp(1.4rem,3vw,1.75rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:#fff;margin:0 0 8px}body.theme-v2 .newsletter-signup__heading em{font-style:normal;color:var(--color-accent)}body.theme-v2 .newsletter-signup__text{font-family:var(--font-display);font-size:.85rem;color:#ffffffa6;max-width:480px;margin:0 auto 22px}body.theme-v2 .newsletter-signup__form{display:flex;width:100%;max-width:460px;margin:0 auto;box-shadow:none;border-radius:0;overflow:visible}body.theme-v2 .newsletter-signup__input{flex:1;padding:12px 16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.18);border-right:0;color:#fff;font-family:var(--font-display);font-size:.85rem;border-radius:6px 0 0 6px;transition:border-color var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease)}body.theme-v2 .newsletter-signup__input::placeholder{color:#fff6}body.theme-v2 .newsletter-signup__input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #2ec4b633}body.theme-v2 .newsletter-signup__cta{padding:12px 22px;background:var(--color-primary);color:#fff;font-family:var(--font-display);font-size:.82rem;font-weight:700;border:0;border-radius:0 6px 6px 0;cursor:pointer;transition:background var(--dur-fast) var(--ease)}body.theme-v2 .newsletter-signup__cta:hover{background:#c92a3c}body.theme-v2 .newsletter-signup__disclaimer{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.04em;color:#fff6;margin:14px 0 0}body.theme-v2 .newsletter-signup__success,body.theme-v2 .newsletter-signup__error{font-family:var(--font-display);font-size:.78rem;margin:12px 0 0}body.theme-v2 .newsletter-signup__success{color:#a8e6cf}body.theme-v2 .newsletter-signup__error{color:#ff8a8a}@media(max-width:480px){body.theme-v2 .newsletter-signup{padding:36px 20px}body.theme-v2 .newsletter-signup__form{flex-direction:column;gap:10px}body.theme-v2 .newsletter-signup__input{border-right:1px solid rgba(255,255,255,.18);border-radius:6px}body.theme-v2 .newsletter-signup__cta{border-radius:6px}}body.theme-v2 .collection-hero,body.theme-v2 .search-hero{background:linear-gradient(135deg,var(--color-dark-surface-hi) 0%,var(--color-dark-surface) 100%);padding:22px 24px;position:relative;overflow:hidden}body.theme-v2 .collection-hero:before,body.theme-v2 .search-hero:before{content:"";position:absolute;right:-60px;top:-40px;width:240px;height:240px;background:radial-gradient(circle,rgba(46,196,182,.13) 0%,transparent 60%);pointer-events:none}body.theme-v2 .collection-hero__inner,body.theme-v2 .search-hero__inner{max-width:1200px;margin:0 auto;position:relative;z-index:1}body.theme-v2 .collection-hero__eyebrow,body.theme-v2 .search-hero__eyebrow{font-family:var(--font-mono);font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);margin:0 0 6px}body.theme-v2 .collection-hero__title,body.theme-v2 .search-hero__title{font-family:var(--font-display);font-size:clamp(1.4rem,2.4vw,2rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:#fff;margin:0 0 6px}body.theme-v2 .collection-hero__meta,body.theme-v2 .search-hero__count{font-family:var(--font-mono);font-size:.78rem;color:#fff9;margin:0}body.theme-v2 .collection-hero__meta b,body.theme-v2 .search-hero__count b{color:var(--color-accent);font-weight:600}@media(max-width:768px){body.theme-v2 .collection-hero,body.theme-v2 .search-hero{padding:18px 20px}}body.theme-v2 .v2-toolbar{position:sticky;top:0;z-index:20;background:#0f1a23f5;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.06);padding:10px 24px}body.theme-v2 .v2-toolbar__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:16px;justify-content:space-between}body.theme-v2 .v2-toolbar__filter-btn{display:inline-flex;align-items:center;gap:8px;background:#2ec4b61a;border:1px solid rgba(46,196,182,.24);color:var(--color-accent);font-family:var(--font-display);font-size:.8rem;font-weight:600;padding:7px 14px;border-radius:6px;cursor:pointer;transition:background var(--dur-fast) var(--ease)}body.theme-v2 .v2-toolbar__filter-btn:hover{background:#2ec4b62e}body.theme-v2 .v2-toolbar__filter-btn svg{width:14px;height:14px}body.theme-v2 .v2-toolbar__filter-count{background:var(--color-accent);color:var(--color-dark-surface);font-size:.65rem;font-weight:700;padding:1px 6px;border-radius:99px;margin-left:4px}body.theme-v2 .v2-toolbar__count{font-family:var(--font-mono);font-size:.78rem;color:#ffffffb3;flex:1}body.theme-v2 .v2-toolbar__sort{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-display);font-size:.8rem;color:#ffffffb3}body.theme-v2 .v2-toolbar__sort select{background:#ffffff0f;border:1px solid rgba(255,255,255,.18);color:#fff;font-family:var(--font-display);font-size:.8rem;padding:6px 10px;border-radius:6px;cursor:pointer}body.theme-v2 .v2-toolbar__sort select:focus{outline:none;border-color:var(--color-accent)}@media(max-width:600px){body.theme-v2 .v2-toolbar__inner{flex-wrap:wrap}body.theme-v2 .v2-toolbar__filter-btn{flex:1 1 100%;justify-content:center}body.theme-v2 .v2-toolbar__count,body.theme-v2 .v2-toolbar__sort{flex:1 1 auto}}body.theme-v2 .v2-active-chips{background:var(--color-dark-surface);padding:0 24px 12px;border-bottom:1px solid rgba(255,255,255,.04)}body.theme-v2 .v2-active-chips:empty{display:none}body.theme-v2 .v2-active-chips__inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:6px;align-items:center}body.theme-v2 .v2-chip{display:inline-flex;align-items:center;gap:6px;background:#2ec4b61f;border:1px solid rgba(46,196,182,.28);color:#fff;font-family:var(--font-mono);font-size:.72rem;padding:4px 10px;border-radius:99px;cursor:pointer;transition:background var(--dur-fast) var(--ease)}body.theme-v2 .v2-chip:hover{background:#2ec4b638}body.theme-v2 .v2-chip svg{width:10px;height:10px;opacity:.7}body.theme-v2 .v2-chip__clear-all{background:transparent;border:1px solid rgba(255,255,255,.18);color:#ffffffb3;font-family:var(--font-mono);font-size:.72rem;padding:4px 10px;border-radius:99px;cursor:pointer;margin-left:6px}body.theme-v2 .v2-chip__clear-all:hover{border-color:var(--color-accent);color:var(--color-accent)}body.theme-v2 .v2-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:998;opacity:0;visibility:hidden;transition:opacity var(--dur-fast) var(--ease),visibility var(--dur-fast) var(--ease)}body.theme-v2 .v2-drawer{position:fixed;top:0;left:0;bottom:0;width:360px;max-width:100vw;background:var(--color-dark-surface);color:#fff;z-index:999;transform:translate(-100%);transition:transform .24s cubic-bezier(.32,.72,0,1);display:flex;flex-direction:column;visibility:hidden}body.theme-v2 .v2-drawer[aria-hidden=false]{transform:translate(0);visibility:visible}body.theme-v2 .v2-drawer[aria-hidden=false]~.v2-drawer__overlay,body.theme-v2 .v2-drawer__overlay[data-open=true]{opacity:1;visibility:visible}body.theme-v2 .v2-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}body.theme-v2 .v2-drawer__title{font-family:var(--font-display);font-size:1.1rem;font-weight:700;margin:0;color:#fff}body.theme-v2 .v2-drawer__close{background:transparent;border:0;color:#ffffffb3;cursor:pointer;padding:4px;display:inline-flex;align-items:center;justify-content:center}body.theme-v2 .v2-drawer__close:hover{color:#fff}body.theme-v2 .v2-drawer__close svg{width:20px;height:20px}body.theme-v2 .v2-drawer__body{flex:1;overflow-y:auto;padding:20px}body.theme-v2 .v2-drawer__footer{display:flex;gap:10px;padding:14px 20px;border-top:1px solid rgba(255,255,255,.08);flex-shrink:0}body.theme-v2 .v2-drawer__footer .btn{flex:1;font-size:.85rem;padding:10px 16px}body.theme-v2 .v2-drawer .filter-group{margin-bottom:22px;border:0}body.theme-v2 .v2-drawer .filter-group__toggle{background:transparent;border:0;color:#ffffff80;font-family:var(--font-mono);font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;padding:0 0 8px;width:100%;text-align:left;pointer-events:none}body.theme-v2 .v2-drawer .filter-group__chevron{display:none}body.theme-v2 .v2-drawer .filter-group__content{display:block!important}body.theme-v2 .v2-drawer .filter-checkbox{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:.85rem;color:#ffffffd9;padding:5px 0;cursor:pointer}body.theme-v2 .v2-drawer .filter-checkbox input[type=checkbox]{appearance:none;-webkit-appearance:none;width:16px;height:16px;border:1px solid rgba(255,255,255,.3);border-radius:3px;background:transparent;cursor:pointer;flex-shrink:0;position:relative}body.theme-v2 .v2-drawer .filter-checkbox input[type=checkbox]:checked{background:var(--color-accent);border-color:var(--color-accent)}body.theme-v2 .v2-drawer .filter-checkbox input[type=checkbox]:checked:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:solid var(--color-dark-surface);border-width:0 2px 2px 0;transform:rotate(45deg)}body.theme-v2 .v2-drawer .filter-checkbox input[type=checkbox]:disabled{opacity:.35;cursor:not-allowed}body.theme-v2 .v2-drawer .filter-price-range__inputs{display:flex;align-items:center;gap:8px}body.theme-v2 .v2-drawer .filter-price-range__field{display:inline-flex;align-items:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.18);border-radius:4px;padding:0 8px;flex:1}body.theme-v2 .v2-drawer .filter-price-range__prefix{color:#ffffff80;font-family:var(--font-mono);font-size:.78rem}body.theme-v2 .v2-drawer .filter-price-range__input{background:transparent;border:0;color:#fff;padding:6px 4px;width:100%;font-family:var(--font-mono);font-size:.78rem}body.theme-v2 .v2-drawer .filter-price-range__input:focus{outline:none}body.theme-v2 .v2-drawer .filter-price-range__sep{color:#fff6}body.theme-v2 body.v2-drawer-open{overflow:hidden}body.theme-v2 .search-empty{max-width:800px;margin:24px auto;padding:24px;background:var(--color-dark-surface);border-radius:12px;color:#fff}body.theme-v2 .search-empty__copy{font-family:var(--font-display);font-size:.95rem;color:#ffffffbf;margin:0 0 24px;line-height:1.5}body.theme-v2 .search-empty__label{font-family:var(--font-mono);font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);margin:0 0 12px}body.theme-v2 .search-empty__pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}body.theme-v2 .search-empty__pill{display:inline-flex;align-items:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.18);color:#ffffffe6;font-family:var(--font-display);font-size:.82rem;padding:6px 12px;border-radius:99px;text-decoration:none;transition:border-color var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease)}body.theme-v2 .search-empty__pill:hover{border-color:var(--color-accent);color:var(--color-accent)}body.theme-v2 .search-empty__tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}body.theme-v2 .search-empty__tile{background:#2ec4b60f;border:1px solid rgba(46,196,182,.18);padding:14px 16px;border-radius:8px;text-decoration:none;display:flex;flex-direction:column;gap:4px;transition:background var(--dur-fast) var(--ease)}body.theme-v2 .search-empty__tile:hover{background:#2ec4b61f}body.theme-v2 .search-empty__tile-name{font-family:var(--font-display);font-size:1rem;font-weight:700;color:#fff}body.theme-v2 .search-empty__tile-meta{font-family:var(--font-mono);font-size:.7rem;color:#ffffff8c}@media(max-width:768px){body.theme-v2 .search-empty__tiles{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){body.theme-v2 .search-empty__tiles{grid-template-columns:1fr}}body.theme-v2 .v2-empty{text-align:center;padding:48px 24px;color:#ffffffd9}body.theme-v2 .v2-empty__headline{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:#fff;margin:0 0 16px}body.theme-v2 .v2-empty__actions{display:inline-flex;gap:10px;flex-wrap:wrap;justify-content:center}body.theme-v2 .search-hero__form{margin:10px 0 0}body.theme-v2 .search-hero__field{display:flex;max-width:540px;gap:0}body.theme-v2 .search-hero__input{flex:1;background:#ffffff0f;border:1px solid rgba(255,255,255,.18);border-right:0;color:#fff;font-family:var(--font-display);font-size:.9rem;padding:10px 14px;border-radius:6px 0 0 6px;transition:border-color var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease)}body.theme-v2 .search-hero__input::placeholder{color:#fff6}body.theme-v2 .search-hero__input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #2ec4b633}body.theme-v2 .search-hero__btn{border-radius:0 6px 6px 0;padding:10px 22px;font-family:var(--font-display);font-size:.85rem;font-weight:700}@media(max-width:480px){body.theme-v2 .search-hero__field{flex-direction:column;gap:8px}body.theme-v2 .search-hero__input{border-right:1px solid rgba(255,255,255,.18);border-radius:6px}body.theme-v2 .search-hero__btn{border-radius:6px}}body.theme-v2 .product-template .product{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;padding:24px 24px 0;max-width:1280px;margin:0 auto}body.theme-v2 .product-template .product__gallery{position:relative;align-self:start;padding:0}body.theme-v2 .product-template .product__info{position:sticky;top:80px;align-self:start;display:flex;flex-direction:column;gap:14px;background:transparent}body.theme-v2 .product-template .product__vendor{font-family:var(--font-mono);font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);margin:0}body.theme-v2 .product-template .product__vendor a{color:inherit;text-decoration:none}body.theme-v2 .product-template .product__title{font-family:var(--font-display);font-size:clamp(1.4rem,2.4vw,1.95rem);font-weight:800;line-height:1.18;letter-spacing:-.015em;color:#0f1a23;margin:0}body.theme-v2 .product-template .product__price-wrapper{margin:0}body.theme-v2 .product-template .product__price-wrapper--large .price{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:#0f1a23}body.theme-v2 .product-template .product__price-wrapper--large .price--sale{color:var(--color-primary);margin-right:8px}body.theme-v2 .product-template .product__price-wrapper--large .price--compare{color:#0f1a2373;text-decoration:line-through;font-size:1.1rem;font-weight:600}body.theme-v2 .product-template .product__info-divider{border:0;height:1px;background:#0f1a2314;margin:4px 0}body.theme-v2 .product-template .product__sku{font-family:var(--font-mono);font-size:.78rem;color:#0f1a238c;margin:0;display:flex;gap:6px}body.theme-v2 .product-template .product__sku-label{letter-spacing:.08em;text-transform:uppercase;color:#0f1a2380}body.theme-v2 .product-template .product__sku-value{color:#0f1a23;font-weight:600}body.theme-v2 .product-template .product__availability{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:.78rem}body.theme-v2 .product-template .product__availability-dot{width:8px;height:8px;border-radius:50%;display:inline-block}body.theme-v2 .product-template .product__availability-dot--in-stock{background:var(--color-accent);box-shadow:0 0 0 3px #2ec4b62e}body.theme-v2 .product-template .product__availability-dot--out-of-stock{background:#0f1a234d}body.theme-v2 .product-template .product__availability-text--in-stock{color:var(--color-accent);font-weight:600}body.theme-v2 .product-template .product__availability-text--out-of-stock{color:#0f1a2380}@media(max-width:768px){body.theme-v2 .product-template .product{grid-template-columns:1fr;gap:24px;padding:16px 16px 0}body.theme-v2 .product-template .product__info{position:static}}body.theme-v2 .product-template .product__gallery-main{position:relative;background:#fff;border:1px solid rgba(15,26,35,.08);border-radius:8px;overflow:hidden;aspect-ratio:1;cursor:zoom-in}body.theme-v2 .product-template .product__gallery-main img{width:100%;height:100%;object-fit:contain;display:block;padding:0;transition:none}body.theme-v2 .product-template .product__gallery-main:hover img{transform:none}body.theme-v2 .product-template .product__gallery-zoom-hint{position:absolute;top:12px;right:12px;width:28px;height:28px;background:#0f1a23b3;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:300;pointer-events:none;opacity:0;transition:opacity var(--dur-fast) var(--ease)}@media(hover:hover)and (pointer:fine){body.theme-v2 .product-template .product__gallery-main:hover .product__gallery-zoom-hint{opacity:1}}@media(hover:none){body.theme-v2 .product-template .product__gallery-main{cursor:default}body.theme-v2 .product-template .product__gallery-zoom-hint{display:none}}body.theme-v2 .product-template .product__zoom-lens{position:absolute;pointer-events:none;border:2px solid var(--color-accent);background:#fff6;display:none;z-index:5}body.theme-v2 .product-template .product__zoom-result{position:absolute;top:0;left:100%;margin-left:16px;width:100%;height:100%;background:#fff;background-repeat:no-repeat;border:1px solid rgba(15,26,35,.08);border-radius:8px;z-index:10;display:none;pointer-events:none}@media(hover:hover)and (pointer:fine){body.theme-v2 .product-template .product__gallery-main[data-zoom-active=true] .product__zoom-lens,body.theme-v2 .product-template .product__gallery-main[data-zoom-active=true] .product__zoom-result{display:block}}body.theme-v2 .product-template .product__thumbnails{display:flex;gap:8px;margin-top:12px;overflow-x:auto;scrollbar-width:thin;padding-bottom:4px}body.theme-v2 .product-template .product__thumbnail{flex:0 0 auto;width:80px;height:80px;background:#fff;border:1px solid rgba(15,26,35,.08);border-radius:6px;padding:4px;cursor:pointer;transition:border-color var(--dur-fast) var(--ease)}body.theme-v2 .product-template .product__thumbnail:hover{border-color:#2ec4b680}body.theme-v2 .product-template .product__thumbnail--active{border-color:var(--color-accent);outline:2px solid var(--color-accent);outline-offset:2px}body.theme-v2 .product-template .product__thumbnail img{width:100%;height:100%;object-fit:contain;display:block}@media(max-width:768px){body.theme-v2 .product-template .product__thumbnail{width:60px;height:60px}}body.theme-v2 .product__lightbox{border:0;padding:0;background:transparent;max-width:100vw;max-height:100vh;width:100%;height:100%;margin:0}body.theme-v2 .product__lightbox::backdrop{background:#0f1a23eb;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}body.theme-v2 .product__lightbox-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:40px;position:relative}body.theme-v2 .product__lightbox-img{max-width:100%;max-height:100%;object-fit:contain}body.theme-v2 .product__lightbox-close{position:absolute;top:20px;right:20px;width:44px;height:44px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--dur-fast) var(--ease)}body.theme-v2 .product__lightbox-close:hover{background:#fff3}body.theme-v2 .product__lightbox-close svg{width:20px;height:20px}body.theme-v2 .product-template .product__variants{display:flex;flex-direction:column;gap:14px}body.theme-v2 .product-template .product__option{display:flex;flex-direction:column;gap:6px}body.theme-v2 .product-template .product__variant-label{font-family:var(--font-mono);font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#0f1a238c;margin:0}body.theme-v2 .product-template .product__variant-options{display:flex;flex-wrap:wrap;gap:6px}body.theme-v2 .product-template .variant-swatch{display:inline-flex;align-items:center;padding:8px 14px;background:#fff;border:1px solid rgba(15,26,35,.18);border-radius:6px;font-family:var(--font-display);font-size:.85rem;cursor:pointer;transition:border-color var(--dur-fast) var(--ease),background var(--dur-fast) var(--ease);-webkit-user-select:none;user-select:none}body.theme-v2 .product-template .variant-swatch:hover{border-color:var(--color-accent)}body.theme-v2 .product-template .variant-swatch--active{background:#2ec4b61a;border-color:var(--color-accent);color:var(--color-accent);font-weight:600}body.theme-v2 .product-template .product__option-select-wrapper{position:relative}body.theme-v2 .product-template .product__option-select{width:100%;background:#fff;border:1px solid rgba(15,26,35,.18);border-radius:6px;font-family:var(--font-display);font-size:.9rem;padding:10px 14px;cursor:pointer}body.theme-v2 .product-template .product__option-select:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #2ec4b62e}body.theme-v2 .product-template .product__quantity{display:flex;flex-direction:column;gap:6px}body.theme-v2 .product-template .product__quantity-label{font-family:var(--font-mono);font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#0f1a238c}body.theme-v2 .product-template .product__quantity-selector{display:inline-flex;align-items:stretch;border:1px solid rgba(15,26,35,.18);border-radius:6px;overflow:hidden;width:fit-content}body.theme-v2 .product-template .product__quantity-btn{width:40px;background:#fff;border:0;font-size:1.1rem;font-weight:600;color:#0f1a23b3;cursor:pointer;transition:background var(--dur-fast) var(--ease)}body.theme-v2 .product-template .product__quantity-btn:hover{background:#2ec4b614;color:var(--color-accent)}body.theme-v2 .product-template .product__quantity-input{width:64px;background:#fff;border:0;border-left:1px solid rgba(15,26,35,.12);border-right:1px solid rgba(15,26,35,.12);font-family:var(--font-display);font-size:.95rem;font-weight:600;text-align:center;-moz-appearance:textfield}body.theme-v2 .product-template .product__quantity-input::-webkit-outer-spin-button,body.theme-v2 .product-template .product__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}body.theme-v2 .product-template .product__add-btn{background:var(--color-primary);color:#fff;font-family:var(--font-display);font-size:.95rem;font-weight:700;letter-spacing:.02em;padding:14px 24px;border:0;border-radius:8px;cursor:pointer;transition:background var(--dur-fast) var(--ease);width:100%}body.theme-v2 .product-template .product__add-btn:hover:not(:disabled){background:#c92a3c}body.theme-v2 .product-template .product__add-btn:disabled{background:#0f1a2333;cursor:not-allowed}body.theme-v2 .product-template .product__buy-now{margin-top:8px}body.theme-v2 .product-template .product__trust-strip{list-style:none;padding:0;margin:4px 0 0;display:flex;flex-wrap:wrap;gap:16px 20px;font-family:var(--font-mono);font-size:.75rem;color:#0f1a23b3}body.theme-v2 .product-template .product__trust-strip li{display:inline-flex;align-items:center;gap:6px}body.theme-v2 .product-template .product__trust-strip svg{width:14px;height:14px;color:var(--color-accent);flex-shrink:0}@media(max-width:480px){body.theme-v2 .product-template .product__trust-strip{flex-direction:column;gap:8px}}body.theme-v2 .product-template .product__accordion{max-width:1280px;margin:48px auto 0;padding:0 24px;display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(15,26,35,.08)}body.theme-v2 .product-template .product__panel{border-bottom:1px solid rgba(15,26,35,.08)}body.theme-v2 .product-template .product__panel-summary{list-style:none;cursor:pointer;padding:18px 0;display:flex;align-items:center;justify-content:space-between;font-family:var(--font-mono);font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#0f1a238c;transition:color var(--dur-fast) var(--ease)}body.theme-v2 .product-template .product__panel-summary::-webkit-details-marker{display:none}body.theme-v2 .product-template .product__panel-summary:hover,body.theme-v2 .product-template .product__panel[open] .product__panel-summary{color:var(--color-accent)}body.theme-v2 .product-template .product__panel-eyebrow{flex:1}body.theme-v2 .product-template .product__panel-chevron{font-size:1.1rem;transition:transform var(--dur-fast) var(--ease);display:inline-block}body.theme-v2 .product-template .product__panel[open] .product__panel-chevron{transform:rotate(180deg)}body.theme-v2 .product-template .product__panel-body{padding:0 0 24px;font-family:var(--font-display);font-size:.95rem;line-height:1.65;color:#0f1a23d9}body.theme-v2 .product-template .product__panel-body p{margin:0 0 12px}body.theme-v2 .product-template .product__panel-body ul,body.theme-v2 .product-template .product__panel-body ol{margin:0 0 12px 20px;padding:0}body.theme-v2 .sticky-add-bar{position:fixed;bottom:0;left:0;right:0;background:var(--color-dark-surface);border-top:1px solid rgba(255,255,255,.08);padding:12px 16px;z-index:50;transform:translateY(100%);transition:transform .24s var(--ease);display:none}@media(max-width:768px){body.theme-v2 .sticky-add-bar{display:block}body.theme-v2 .sticky-add-bar.sticky-add-bar--visible{transform:translateY(0)}}body.theme-v2 .sticky-add-bar__inner{display:flex;align-items:center;gap:12px;max-width:1280px;margin:0 auto}body.theme-v2 .sticky-add-bar__info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}body.theme-v2 .sticky-add-bar__title{font-family:var(--font-display);font-size:.78rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.theme-v2 .sticky-add-bar__price{font-family:var(--font-mono);font-size:.78rem;color:var(--color-accent);font-weight:600}body.theme-v2 .sticky-add-bar__price .price{font-size:inherit;color:inherit}body.theme-v2 .sticky-add-bar__btn{flex-shrink:0;background:var(--color-primary);color:#fff;font-family:var(--font-display);font-size:.85rem;font-weight:700;border:0;border-radius:6px;padding:10px 18px;cursor:pointer}body.theme-v2 .sticky-add-bar__btn:disabled{background:#fff3;cursor:not-allowed}body.theme-v2 .cart-hero{background:linear-gradient(135deg,var(--color-dark-surface-hi) 0%,var(--color-dark-surface) 100%);padding:22px 24px;position:relative;overflow:hidden}body.theme-v2 .cart-hero:before{content:"";position:absolute;right:-60px;top:-40px;width:240px;height:240px;background:radial-gradient(circle,rgba(46,196,182,.13) 0%,transparent 60%);pointer-events:none}body.theme-v2 .cart-hero__inner{max-width:1200px;margin:0 auto;position:relative;z-index:1}body.theme-v2 .cart-hero__eyebrow{font-family:var(--font-mono);font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);margin:0 0 6px}body.theme-v2 .cart-hero__meta{font-family:var(--font-mono);font-size:.85rem;color:#ffffffa6;margin:0}body.theme-v2 .cart-hero__meta b{color:var(--color-accent);font-weight:600}body.theme-v2 .free-shipping-bar{max-width:1200px;margin:16px auto 0;padding:14px 20px;background:#0f1a230a;border:1px solid rgba(15,26,35,.08);border-radius:8px}body.theme-v2 .free-shipping-bar__text{font-family:var(--font-mono);font-size:.78rem;color:#0f1a23b3;margin:0 0 8px}body.theme-v2 .free-shipping-bar__track{background:#0f1a2314;height:6px;border-radius:99px;overflow:hidden}body.theme-v2 .free-shipping-bar__fill{background:var(--color-accent);height:100%;transition:width var(--dur-fast) var(--ease)}body.theme-v2 .free-shipping-bar--achieved .free-shipping-bar__text{color:var(--color-accent);font-weight:600}body.theme-v2 .free-shipping-bar--dark{background:#ffffff0a;border-color:#ffffff14;margin:0;border-radius:0;border-left:0;border-right:0}body.theme-v2 .free-shipping-bar--dark .free-shipping-bar__text{color:#ffffffb3}body.theme-v2 .free-shipping-bar--dark .free-shipping-bar__track{background:#ffffff14}@media(max-width:768px){body.theme-v2 .cart-hero{padding:18px 20px}body.theme-v2 .free-shipping-bar{margin:12px 16px 0}}body.theme-v2 .cart-page__layout{display:grid;grid-template-columns:1.5fr 1fr;gap:32px;max-width:1200px;margin:24px auto 0;padding:0 24px;align-items:start}body.theme-v2 .cart-page__items{display:flex;flex-direction:column;gap:12px}body.theme-v2 .cart-line{display:grid;grid-template-columns:80px 1fr auto;gap:16px;padding:16px;background:#fff;border:1px solid rgba(15,26,35,.08);border-radius:8px;align-items:start}body.theme-v2 .cart-line__image{width:80px;height:80px;background:#f2f4f7;border-radius:4px;overflow:hidden;display:block;flex-shrink:0}body.theme-v2 .cart-line__image img{width:100%;height:100%;object-fit:contain;display:block}body.theme-v2 .cart-line__placeholder{width:100%;height:100%;background:#f2f4f7}body.theme-v2 .cart-line__info{display:flex;flex-direction:column;gap:4px;min-width:0}body.theme-v2 .cart-line__vendor{font-family:var(--font-mono);font-size:.65rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin:0}body.theme-v2 .cart-line__title{font-family:var(--font-display);font-size:.95rem;font-weight:600;color:#0f1a23;text-decoration:none;line-height:1.3;margin:0}body.theme-v2 .cart-line__title:hover{color:var(--color-accent)}body.theme-v2 .cart-line__variant,body.theme-v2 .cart-line__sku{font-family:var(--font-mono);font-size:.72rem;color:#0f1a238c;margin:0}body.theme-v2 .cart-line .quantity--cart{display:inline-flex;align-items:stretch;border:1px solid rgba(15,26,35,.18);border-radius:6px;overflow:hidden;width:fit-content;margin-top:4px}body.theme-v2 .cart-line .quantity--cart .quantity__btn{width:32px;background:#fff;border:0;font-size:1rem;color:#0f1a23b3;cursor:pointer;transition:background var(--dur-fast) var(--ease)}body.theme-v2 .cart-line .quantity--cart .quantity__btn:hover{background:#2ec4b614;color:var(--color-accent)}body.theme-v2 .cart-line .quantity--cart .quantity__input{width:40px;background:#fff;border:0;border-left:1px solid rgba(15,26,35,.12);border-right:1px solid rgba(15,26,35,.12);font-family:var(--font-display);font-size:.85rem;font-weight:600;text-align:center;-moz-appearance:textfield}body.theme-v2 .cart-line .quantity--cart .quantity__input::-webkit-outer-spin-button,body.theme-v2 .cart-line .quantity--cart .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}body.theme-v2 .cart-line__right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}body.theme-v2 .cart-line__total{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:#0f1a23}body.theme-v2 .cart-line__remove{background:transparent;border:0;color:#0f1a2380;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.04em;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px;transition:color var(--dur-fast) var(--ease)}body.theme-v2 .cart-line__remove:hover{color:var(--color-primary)}@media(max-width:768px){body.theme-v2 .cart-page__layout{grid-template-columns:1fr;gap:20px;padding:0 16px}body.theme-v2 .cart-line{grid-template-columns:70px 1fr auto;gap:12px;padding:12px}body.theme-v2 .cart-line__image{width:70px;height:70px}}@media(max-width:480px){body.theme-v2 .cart-line{grid-template-columns:60px 1fr;grid-template-areas:"img info" "img total"}body.theme-v2 .cart-line__image{grid-area:img;width:60px;height:60px}body.theme-v2 .cart-line__info{grid-area:info}body.theme-v2 .cart-line__right{grid-area:total;flex-direction:row;align-items:center;justify-content:space-between}}body.theme-v2 .cart-page__summary{position:sticky;top:80px;align-self:start}body.theme-v2 .cart-summary{background:var(--color-dark-surface);color:#fff;padding:24px;border-radius:8px;display:flex;flex-direction:column;gap:14px;box-shadow:none;position:static;top:auto}body.theme-v2 .cart-summary__notes{display:flex;flex-direction:column;gap:6px}body.theme-v2 .cart-summary__notes label{font-family:var(--font-mono);font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffff8c}body.theme-v2 .cart-summary__notes textarea{background:#ffffff0f;border:1px solid rgba(255,255,255,.18);color:#fff;padding:10px 12px;border-radius:6px;font-family:var(--font-display);font-size:.85rem;resize:vertical;min-height:60px}body.theme-v2 .cart-summary__notes textarea::placeholder{color:#fff6}body.theme-v2 .cart-summary__notes textarea:focus{outline:none;border-color:var(--color-accent)}body.theme-v2 .cart-summary__row{display:flex;justify-content:space-between;align-items:baseline;font-family:var(--font-display)}body.theme-v2 .cart-summary__row--subtotal{font-size:1rem;font-weight:600;color:#fff}body.theme-v2 .cart-summary__price{font-size:1.4rem;font-weight:800;color:var(--color-accent)}body.theme-v2 .cart-summary__shipping-note{font-family:var(--font-mono);font-size:.72rem;color:#ffffff80;margin:0}body.theme-v2 .cart-summary__trust{list-style:none;padding:0;margin:4px 0 0;display:flex;flex-wrap:wrap;gap:12px 18px;font-family:var(--font-mono);font-size:.72rem;color:#ffffffb3}body.theme-v2 .cart-summary__trust li{display:inline-flex;align-items:center;gap:6px}body.theme-v2 .cart-summary__trust svg{width:13px;height:13px;color:var(--color-accent);flex-shrink:0}body.theme-v2 .cart-summary__checkout{background:var(--color-primary);color:#fff;font-family:var(--font-display);font-size:.95rem;font-weight:700;padding:14px 24px;border:0;border-radius:8px;cursor:pointer;transition:background var(--dur-fast) var(--ease);width:100%;margin-top:4px}body.theme-v2 .cart-summary__checkout:hover:not(:disabled){background:#c92a3c}body.theme-v2 .cart-summary__continue{text-align:center;font-family:var(--font-mono);font-size:.78rem;color:var(--color-accent);text-decoration:none;letter-spacing:.04em;padding:4px 0}body.theme-v2 .cart-summary__continue:hover{text-decoration:underline;text-underline-offset:2px}@media(max-width:480px){body.theme-v2 .cart-summary__trust{flex-direction:column;gap:8px}}body.theme-v2 .cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:998;opacity:0;visibility:hidden;transition:opacity var(--dur-fast) var(--ease),visibility var(--dur-fast) var(--ease)}body.theme-v2 .cart-drawer{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:100vw;background:var(--color-dark-surface);color:#fff;z-index:999;transform:translate(100%);transition:transform .24s cubic-bezier(.32,.72,0,1);display:flex;flex-direction:column;visibility:hidden}body.theme-v2 .cart-drawer.cart-drawer--open,body.theme-v2 .cart-drawer[aria-hidden=false]{transform:translate(0);visibility:visible}body.theme-v2 .cart-drawer.cart-drawer--open~.cart-drawer__overlay,body.theme-v2 .cart-drawer__overlay[data-open=true]{opacity:1;visibility:visible}body.theme-v2 body.cart-drawer-open{overflow:hidden}body.theme-v2 .cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}body.theme-v2 .cart-drawer__eyebrow{font-family:var(--font-mono);font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);margin:0}body.theme-v2 .cart-drawer__count{background-color:transparent;color:#ffffffb3;width:auto;height:auto;border-radius:0;font-weight:500;font-size:inherit;display:inline}body.theme-v2 .cart-drawer__close{background:transparent;border:0;color:#ffffffb3;cursor:pointer;padding:4px;display:inline-flex;align-items:center;justify-content:center}body.theme-v2 .cart-drawer__close:hover{color:#fff}body.theme-v2 .cart-drawer__items{flex:1;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:10px}body.theme-v2 .cart-line--drawer{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);grid-template-columns:60px 1fr auto;gap:12px;padding:12px}body.theme-v2 .cart-line--drawer .cart-line__image{width:60px;height:60px;background:#fff}body.theme-v2 .cart-line--drawer .cart-line__title{color:#fff;font-size:.85rem}body.theme-v2 .cart-line--drawer .cart-line__title:hover{color:var(--color-accent)}body.theme-v2 .cart-line--drawer .cart-line__variant,body.theme-v2 .cart-line--drawer .cart-line__sku{color:#ffffff8c;font-size:.68rem}body.theme-v2 .cart-line--drawer .quantity--cart{border-color:#ffffff2e}body.theme-v2 .cart-line--drawer .quantity--cart .quantity__btn{background:#ffffff0a;color:#ffffffb3;width:28px}body.theme-v2 .cart-line--drawer .quantity--cart .quantity__btn:hover{background:#2ec4b61f;color:var(--color-accent)}body.theme-v2 .cart-line--drawer .quantity--cart .quantity__input{background:#ffffff0f;color:#fff;border-left-color:#ffffff1f;border-right-color:#ffffff1f;width:36px;font-size:.78rem}body.theme-v2 .cart-line--drawer .cart-line__total{color:#fff;font-size:.95rem}body.theme-v2 .cart-line--drawer .cart-line__remove{color:#ffffff80}body.theme-v2 .cart-line--drawer .cart-line__remove:hover{color:var(--color-primary)}body.theme-v2 .cart-drawer__footer{background-color:var(--color-dark-surface);border-top:1px solid rgba(255,255,255,.08);padding:16px 20px;display:flex;flex-direction:column;gap:12px;flex-shrink:0}body.theme-v2 .cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;font-family:var(--font-display);font-size:.95rem;font-weight:600;color:#fff}body.theme-v2 .cart-drawer__subtotal-price{font-size:1.2rem;font-weight:800;color:var(--color-accent)}body.theme-v2 .cart-drawer__shipping-note{font-family:var(--font-mono);font-size:.72rem;color:#ffffff80;margin:0}body.theme-v2 .cart-drawer__trust{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px 14px;font-family:var(--font-mono);font-size:.7rem;color:#ffffffa6}body.theme-v2 .cart-drawer__trust li{display:inline-flex;align-items:center;gap:5px}body.theme-v2 .cart-drawer__trust svg{width:12px;height:12px;color:var(--color-accent);flex-shrink:0}body.theme-v2 .cart-drawer__checkout{background:var(--color-primary);color:#fff;font-family:var(--font-display);font-size:.95rem;font-weight:700;padding:14px 18px;border:0;border-radius:8px;text-decoration:none;text-align:center;display:block;width:100%;transition:background var(--dur-fast) var(--ease)}body.theme-v2 .cart-drawer__checkout:hover{background:#c92a3c}body.theme-v2 .cart-drawer__empty-cta{background:var(--color-primary);color:#fff;font-family:var(--font-display);font-size:.95rem;font-weight:700;padding:14px 18px;border:0;border-radius:8px;text-decoration:none;text-align:center;display:block;width:100%;transition:background var(--dur-fast) var(--ease)}body.theme-v2 .cart-drawer__empty-cta:hover{background:#c92a3c}body.theme-v2 .cart-drawer__view-cart{text-align:center;display:block;font-family:var(--font-mono);font-size:.75rem;color:var(--color-accent);text-decoration:none;letter-spacing:.04em;padding:4px 0}body.theme-v2 .cart-drawer__view-cart:hover{text-decoration:underline;text-underline-offset:2px}body.theme-v2 .cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:48px 24px;text-align:center}body.theme-v2 .cart-drawer__empty-headline{font-family:var(--font-display);font-size:1rem;font-weight:600;color:#ffffffd9;margin:0}body.theme-v2 .cart-empty{max-width:800px;margin:32px auto;padding:32px 24px;text-align:center}body.theme-v2 .cart-empty__headline{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:#0f1a23;margin:0 0 8px}body.theme-v2 .cart-empty__copy{font-family:var(--font-display);font-size:.95rem;color:#0f1a23a6;margin:0 0 28px}body.theme-v2 .cart-empty__label{font-family:var(--font-mono);font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);margin:0 0 12px;text-align:left}body.theme-v2 .cart-empty__tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;text-align:left}body.theme-v2 .cart-empty__tile{background:#2ec4b60f;border:1px solid rgba(46,196,182,.2);padding:14px 16px;border-radius:8px;text-decoration:none;display:flex;flex-direction:column;gap:4px;transition:background var(--dur-fast) var(--ease)}body.theme-v2 .cart-empty__tile:hover{background:#2ec4b61f}body.theme-v2 .cart-empty__tile-name{font-family:var(--font-display);font-size:1rem;font-weight:700;color:#0f1a23}body.theme-v2 .cart-empty__tile-meta{font-family:var(--font-mono);font-size:.7rem;color:#0f1a238c}@media(max-width:768px){body.theme-v2 .cart-drawer{width:100vw}body.theme-v2 .cart-empty__tiles{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){body.theme-v2 .cart-empty__tiles{grid-template-columns:1fr}}@media(max-width:768px){body.theme-v2 .header__ship-pill{display:none!important}}@media(min-width:361px)and (max-width:480px){body.theme-v2 .featured-collection__grid,body.theme-v2 .brand-showcase__grid,body.theme-v2 .collection-grid,body.theme-v2 .search-results,body.theme-v2 .recently-viewed__grid,body.theme-v2 .cart-empty__tiles{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}body.theme-v2 .trust-badges__grid{grid-template-columns:repeat(2,1fr)!important}body.theme-v2 .trust-badge:nth-child(odd){border-right:1px solid var(--color-dark-divider)!important}body.theme-v2 .trust-badge:nth-child(2n){border-right:0!important}}@media(max-width:480px){body.theme-v2 .product-card__title{font-size:.82rem;line-height:1.35}body.theme-v2 .product-card__sku{font-size:.65rem}body.theme-v2 .product-card__price{font-size:.95rem}body.theme-v2 .product-card__vendor{font-size:.65rem}body.theme-v2 .product-card__info{padding:12px 12px 14px}}@media(max-width:480px){body.theme-v2 .trust-badges{padding:28px 0!important}body.theme-v2 .trust-badge{padding:16px 12px!important}body.theme-v2 .trust-badge__title{font-size:.85rem!important}body.theme-v2 .trust-badge__text{font-size:.72rem!important}}@media(max-width:480px){body.theme-v2 .featured-collection__band{padding:28px 0!important}body.theme-v2 .featured-collection__heading{font-size:1.25rem}}@media(min-width:361px)and (max-width:480px){body.theme-v2 .brand-showcase__grid>:nth-child(5):last-child{grid-column:span 2}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/theme.css.map */
