:root{--page:1320px;--shadow:0 12px 35px rgba(15,23,42,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button,input,select,textarea{font:inherit}.page-width{width:min(calc(100% - 40px),var(--page));margin-inline:auto}.section{padding:58px 0}.section--soft{background:var(--surface)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.section-head h2{margin:.25rem 0 0;font-size:clamp(1.65rem,2.2vw,2.35rem);line-height:1.15;letter-spacing:-.025em}.section-head p{margin:.5rem 0 0;color:var(--muted)}.eyebrow{display:inline-block;font-size:.75rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:#dbeafe}.eyebrow--dark{color:var(--accent)}.text-link{font-weight:800;color:var(--accent);white-space:nowrap}.text-link span{transition:transform .2s}.text-link:hover span{display:inline-block;transform:translate(3px)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:10px;font-weight:800;cursor:pointer;transition:.2s ease}.btn:hover{background:var(--accent-dark);border-color:var(--accent-dark);transform:translateY(-1px)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn--light{background:#fff;color:var(--dark);border-color:#fff}.btn--light:hover{background:#f8fafc;color:var(--dark);border-color:#f8fafc}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:12px;top:12px;z-index:9999;background:#fff;padding:12px}.announcement{background:var(--dark);color:#fff;font-size:.82rem}.announcement__inner{min-height:34px;display:flex;align-items:center;justify-content:center;gap:38px}.announcement__item{display:flex;align-items:center;gap:7px;white-space:nowrap}.announcement__item svg{width:16px;height:16px;color:#93c5fd}.site-header{border-bottom:1px solid #e9edf3;background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 4px 18px #0f172a08}.header-main{display:grid;grid-template-columns:auto minmax(330px,1fr) auto;gap:26px;align-items:center;padding:17px 0}.brand{display:inline-flex;align-items:center;gap:10px;font-size:1.45rem;font-weight:950;letter-spacing:-.03em;white-space:nowrap}.brand img{max-height:44px;width:auto}.brand__mark{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),#4f46e5);color:#fff;font-size:1rem;box-shadow:0 7px 18px #1663e638}.search{position:relative}.search form{display:flex;align-items:stretch;position:relative}.search__icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#98a2b3;z-index:1}.search__icon svg{width:20px;height:20px}.search input{width:100%;min-height:48px;border:1px solid #d8dee8;border-radius:12px 0 0 12px;padding:0 16px 0 44px;color:var(--text);background:#fbfcfe;outline:none}.search input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #1663e614}.search__button{border-radius:0 12px 12px 0;min-width:96px}.predictive-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #e4e9f0;z-index:60;padding:14px;border-radius:12px;box-shadow:var(--shadow)}.header-actions{display:flex;gap:8px}.header-action{min-height:44px;padding:0 10px;display:flex;align-items:center;gap:7px;font-size:.9rem;font-weight:800;border-radius:10px}.header-action:hover{background:var(--surface)}.header-action svg{width:22px;height:22px}.header-action b{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--accent);color:#fff;font-size:.72rem}.mobile-menu-btn{display:none}.icon-btn{border:0;background:transparent;padding:6px;color:var(--text)}.icon-btn svg{width:25px;height:25px}.nav{border-top:1px solid #f0f2f5}.nav__inner{display:flex;gap:30px;align-items:center;min-height:48px}.nav__item{position:relative}.nav__item>a{display:flex;align-items:center;min-height:48px;font-size:.92rem;font-weight:700;white-space:nowrap}.nav__item>a:hover{color:var(--accent)}.mega-menu{position:absolute;top:100%;left:0;min-width:540px;background:#fff;border:1px solid #e4e9f0;border-radius:0 0 14px 14px;padding:22px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s ease}.nav__item:hover .mega-menu{opacity:1;visibility:visible;transform:none}.mega-menu__grid{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:24px}.mega-menu a{display:block;padding:4px 0;color:var(--muted);font-size:.9rem}.mega-menu__title{color:var(--text)!important;font-weight:850;margin-bottom:5px}.hero{padding:28px 0 10px}.hero__box{min-height:470px;border-radius:18px;overflow:hidden;background:var(--dark);position:relative;display:flex;align-items:center}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#070f1fc7,#070f1f6b 48%,#070f1f14 78%)}.hero__box--fallback{background:radial-gradient(circle at 78% 25%,rgba(59,130,246,.36),transparent 28%),linear-gradient(120deg,#0b1220,#111f3c 52%,#0b1220)}.hero__content{position:relative;z-index:3;color:#fff;padding:clamp(34px,6vw,78px);max-width:690px}.hero__content h1{font-size:clamp(2.5rem,4.9vw,4.65rem);line-height:1.01;letter-spacing:-.045em;margin:.45rem 0 18px}.hero__content p{font-size:clamp(1rem,1.4vw,1.18rem);max-width:600px;color:#dbe2ec;margin:0 0 28px}.hero__actions{display:flex;gap:12px;flex-wrap:wrap}.hero-device{position:absolute;right:7%;bottom:11%;width:min(34vw,420px);height:58%;z-index:2;filter:drop-shadow(0 30px 45px rgba(0,0,0,.32))}.hero-device__screen{position:absolute;top:0;right:8%;bottom:18%;left:8%;border-radius:16px 16px 8px 8px;background:linear-gradient(145deg,#172554,#2563eb);border:6px solid #dce6f7;box-shadow:inset 0 0 0 2px #94a3b8}.hero-device__screen span{position:absolute;top:13%;right:13%;bottom:13%;left:13%;border-radius:10px;background:radial-gradient(circle at 66% 28%,#60a5fa,transparent 24%),linear-gradient(145deg,#0f172a,#1e40af)}.hero-device__base{position:absolute;left:0;right:0;bottom:6%;height:14%;border-radius:4px 4px 18px 18px;background:linear-gradient(#e2e8f0,#94a3b8);transform:perspective(120px) rotateX(45deg)}.hero-orb{position:absolute;border-radius:999px;background:linear-gradient(145deg,#60a5fa,#4f46e5);opacity:.7;filter:blur(.2px)}.hero-orb--1{width:82px;height:82px;right:-35px;top:-22px}.hero-orb--2{width:46px;height:46px;left:-20px;bottom:22%}.section--categories{padding-top:42px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{border:1px solid #e5eaf1;border-radius:14px;padding:18px;background:#fff;display:flex;align-items:center;gap:15px;min-height:104px;transition:.2s ease}.category-card:hover{border-color:#bfd2f7;box-shadow:0 10px 26px #0f172a12;transform:translateY(-2px)}.category-card__icon{width:60px;height:60px;flex:0 0 60px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#f4f8ff,#eef2ff);color:var(--accent)}.category-card__icon svg{width:38px;height:38px}.category-card__icon img{width:100%;height:100%;object-fit:contain}.category-card strong{display:block;font-size:1rem}.category-card span{display:block;color:var(--muted);font-size:.82rem;margin-top:3px}.trust-wrap{padding:18px 0 22px}.trust{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e5eaf1;border-radius:14px;background:#fff;overflow:hidden}.trust__item{padding:20px 24px;display:flex;align-items:center;gap:14px}.trust__item+.trust__item{border-left:1px solid #e5eaf1}.trust__icon{width:42px;height:42px;flex:0 0 42px;border-radius:12px;display:grid;place-items:center;background:#edf4ff;color:var(--accent)}.trust__icon svg{width:24px;height:24px}.trust__item strong{display:block}.trust__item span{display:block;color:var(--muted);font-size:.88rem;margin-top:2px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid #e3e8ef;border-radius:14px;padding:14px;background:#fff;display:flex;flex-direction:column;min-width:0;transition:.2s ease}.product-card:hover{border-color:#cbd6e5;box-shadow:0 12px 30px #0f172a12;transform:translateY(-2px)}.product-card__image{aspect-ratio:1.05/1;display:grid;place-items:center;position:relative;margin-bottom:13px;border-radius:10px;background:#fff;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:contain;padding:8px}.badge{position:absolute;left:8px;top:8px;background:#dc2626;color:#fff;border-radius:7px;padding:5px 8px;font-size:.7rem;font-weight:850;z-index:2}.product-card__meta{display:flex;justify-content:space-between;gap:8px;align-items:center;font-size:.72rem;text-transform:uppercase;letter-spacing:.055em;color:var(--muted)}.stock{letter-spacing:0;text-transform:none;font-weight:750}.stock--in{color:#15803d}.product-card__title{font-weight:760;margin:7px 0 12px;line-height:1.35;min-height:2.7em}.price{font-size:1.17rem;font-weight:900;letter-spacing:-.02em}.price s{display:block;color:#98a2b3;font-weight:500;font-size:.82rem;margin-top:1px}.btn--card{margin-top:14px;width:100%;min-height:42px}.setup-card{border:1px dashed #b8c4d6;border-radius:14px;padding:24px;background:#fbfcfe;color:var(--muted);display:flex;justify-content:space-between;gap:20px}.setup-card strong{color:var(--text)}.promo{border-radius:18px;background:var(--dark);color:#fff;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch;min-height:340px}.promo__copy{padding:clamp(32px,5vw,62px);align-self:center}.promo__copy h2{font-size:clamp(2rem,3.5vw,3.45rem);line-height:1.04;letter-spacing:-.04em;margin:.45rem 0 14px}.promo__copy p{color:#cbd5e1;max-width:560px;margin:0 0 26px}.promo__media{min-height:340px;position:relative}.promo__media img{width:100%;height:100%;object-fit:cover}.promo--fallback{background:linear-gradient(120deg,#0f172a,#172554)}.promo-art{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 55% 48%,rgba(59,130,246,.3),transparent 34%)}.promo-art__card{position:absolute;width:250px;height:160px;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-8deg);border-radius:18px;background:linear-gradient(145deg,#334155,#0f172a);border:2px solid #64748b;box-shadow:0 30px 55px #00000059}.promo-art__chip{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-8deg);font-size:2.8rem;font-weight:950;letter-spacing:.06em;color:#dbeafe}.promo-art__ring{position:absolute;width:290px;height:290px;border-radius:50%;border:1px solid rgba(147,197,253,.35);left:50%;top:50%;transform:translate(-50%,-50%)}.brands{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.brand-card{border:1px solid #e4e9f0;border-radius:12px;min-height:86px;display:grid;place-items:center;padding:16px;background:#fff;transition:.2s}.brand-card:hover{border-color:#bfd2f7;background:#f8fbff}.brand-card span{font-weight:900;font-size:1rem;letter-spacing:-.02em}.brand-card img{max-height:34px;object-fit:contain;filter:grayscale(1)}.newsletter{background:#eef4ff;padding:44px 0;border-top:1px solid #e1e9f6}.newsletter__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}.newsletter .eyebrow{color:var(--accent)}.newsletter h2{font-size:clamp(1.6rem,2.6vw,2.4rem);line-height:1.12;letter-spacing:-.03em;margin:.35rem 0 6px}.newsletter p{margin:0;color:var(--muted)}.newsletter__form{display:flex}.newsletter__form input{flex:1;min-height:50px;border:1px solid #cfd9e8;border-radius:11px 0 0 11px;padding:0 15px;background:#fff;outline:none}.newsletter__form .btn{border-radius:0 11px 11px 0}.footer{background:#0b1220;color:#fff}.footer__grid{display:grid;grid-template-columns:1.55fr repeat(3,1fr);gap:46px;padding:58px 0 44px}.footer .brand{color:#fff}.brand--footer .brand__mark{box-shadow:none}.footer p,.footer a,.footer__placeholder{color:#aeb8c7}.footer p{max-width:390px;line-height:1.7}.footer h4{margin:0 0 16px;font-size:.95rem}.footer a{display:block;margin:9px 0;font-size:.92rem}.footer a:hover{color:#fff}.footer__pill{display:inline-flex;padding:7px 10px;border:1px solid #273449;border-radius:999px;color:#cbd5e1;font-size:.78rem;margin-top:8px}.footer__placeholder{font-size:.84rem}.footer__bottom{border-top:1px solid #243044;padding:19px 0 24px;color:#8e9aab;font-size:.84rem;display:flex;justify-content:space-between;gap:18px}.collection-layout{display:grid;grid-template-columns:250px 1fr;gap:32px}.filters{border:1px solid #e4e7eb;border-radius:var(--radius);padding:18px;align-self:start}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.product-main{display:grid;grid-template-columns:1.05fr .95fr;gap:56px}.product-gallery__main{aspect-ratio:1;display:grid;place-items:center;border:1px solid #e4e7eb;border-radius:var(--radius);padding:24px}.product-info h1{font-size:clamp(2rem,4vw,3rem);line-height:1.1}.product-info .price{font-size:1.8rem}.product-form select,.product-form input{width:100%;min-height:44px;border:1px solid #d6dae0;border-radius:var(--radius);padding:0 12px;margin:8px 0 16px}.rte{max-width:850px}.cart-table{width:100%;border-collapse:collapse}.cart-table td,.cart-table th{padding:14px;border-bottom:1px solid #e4e7eb;text-align:left}.contact-form input,.contact-form textarea{width:100%;padding:12px;border:1px solid #d6dae0;border-radius:var(--radius);font:inherit}.contact-form textarea{min-height:160px}.contact-form label{display:block;margin:14px 0 6px;font-weight:700}@media(max-width:1080px){.header-main{grid-template-columns:auto minmax(280px,1fr) auto}.header-action span{display:none}.category-grid{grid-template-columns:repeat(3,1fr)}.brands{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:820px){.page-width{width:min(calc(100% - 28px),var(--page))}.announcement__inner{justify-content:flex-start;overflow:auto}.mobile-menu-btn{display:block}.header-main{grid-template-columns:auto 1fr auto;gap:12px;padding:12px 0}.search{grid-column:1/-1;grid-row:2}.brand{justify-self:start}.nav{display:none}.nav.is-open{display:block;max-height:65vh;overflow:auto}.nav__inner{display:block;padding:8px 0 16px}.nav__item>a{padding:0 4px;border-bottom:1px solid #eef1f5}.mega-menu{position:static;min-width:0;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:8px 12px 14px;display:none}.nav__item:focus-within .mega-menu{display:block}.hero__box{min-height:500px}.hero-device{opacity:.5;right:-7%;width:55vw}.category-grid{grid-template-columns:repeat(2,1fr)}.trust{grid-template-columns:1fr}.trust__item+.trust__item{border-left:0;border-top:1px solid #e5eaf1}.product-grid{grid-template-columns:repeat(2,1fr)}.promo{grid-template-columns:1fr}.promo__media{min-height:250px}.newsletter__inner{grid-template-columns:1fr}.footer__grid{grid-template-columns:repeat(2,1fr)}.collection-layout,.product-main{grid-template-columns:1fr}.filters{display:none}}@media(max-width:560px){.page-width{width:min(calc(100% - 20px),var(--page))}.announcement__inner{gap:22px}.announcement__item{font-size:.76rem}.header-main{gap:8px}.brand{font-size:1.12rem}.brand__mark{width:30px;height:30px}.header-actions{gap:2px}.header-action{padding:0 6px}.search input{font-size:.9rem}.search__button{min-width:74px;padding:0 12px}.hero{padding-top:12px}.hero__box{min-height:520px;border-radius:14px;align-items:flex-end}.hero__overlay{background:linear-gradient(0deg,#070f1fed,#070f1f59 70%,#070f1f26)}.hero__content{padding:34px 24px}.hero__content h1{font-size:2.6rem}.hero-device{width:84vw;height:45%;right:-22%;top:7%;bottom:auto;opacity:.58}.section{padding:42px 0}.section-head{align-items:flex-start}.section-head p{font-size:.92rem}.category-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{display:block;min-height:0;padding:14px}.category-card__icon{width:48px;height:48px;margin-bottom:10px}.category-card__icon svg{width:30px;height:30px}.category-card span{display:none}.product-grid{gap:10px}.product-card{padding:10px}.product-card__title{font-size:.9rem}.product-card__meta{font-size:.65rem}.price{font-size:1rem}.btn--card{font-size:.86rem;padding:0 10px}.brands{grid-template-columns:repeat(2,1fr)}.promo__copy{padding:34px 24px}.promo__copy h2{font-size:2.25rem}.newsletter{padding:36px 0}.newsletter__form{display:grid;grid-template-columns:1fr;gap:8px}.newsletter__form input,.newsletter__form .btn{border-radius:10px}.footer__grid{grid-template-columns:1fr;gap:28px;padding-top:44px}.footer__bottom{display:block}.footer__bottom span{display:block;margin:5px 0}.setup-card{display:block}.setup-card span{display:block;margin-top:5px}}.hero__box--v3{min-height:470px;background:#07101f}.hero__media--bundled{left:42%;width:58%}.hero__media--bundled img{object-position:center}.hero__box--v3 .hero__overlay{background:linear-gradient(90deg,#07101f,#0b1830 39%,#07101fc2 50%,#07101f14 77%)}.hero__box--v3 .hero__content{max-width:610px}.category-grid--images{grid-template-columns:repeat(5,1fr)}.category-card--image{display:block;text-align:center;padding:12px;min-height:155px}.category-card__photo{height:92px;display:grid;place-items:center;margin-bottom:8px;background:#f8fafc;border-radius:10px;overflow:hidden}.category-card__photo img{width:100%;height:100%;object-fit:cover}.category-card--image strong{font-size:.92rem}.nav__all{display:flex;align-items:center;gap:8px;background:var(--accent);color:#fff!important;padding:10px 18px!important;border-radius:8px;font-weight:800;white-space:nowrap}.nav__item--deals a{color:#dc2626!important;font-weight:900}.promo--v3 .promo__media{overflow:hidden}.promo--v3 .promo__media img{transform:scale(1.03)}@media(max-width:1100px){.category-grid--images{grid-template-columns:repeat(3,1fr)}.nav__inner{overflow-x:auto}.nav__item>a{white-space:nowrap}}@media(max-width:820px){.hero__media--bundled{left:0;width:100%;height:54%}.hero__box--v3 .hero__overlay{background:linear-gradient(0deg,#07101f,#07101fe0 46%,#07101f14 76%)}.category-grid--images{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.category-card--image{min-height:138px}.category-card__photo{height:78px}}.category-card__photo{height:118px;padding:8px 12px;background:#fbfcfe}.category-card__photo img{width:100%;height:100%;object-fit:contain!important;object-position:center}.category-card--image{min-height:178px}.hero__media--bundled img,.promo__media img{image-rendering:auto;filter:saturate(1.02) contrast(1.015)}.brands--logos{align-items:stretch}.brand-card--logo{min-height:86px;padding:18px 20px;display:flex;justify-content:center;align-items:center;background:#fff}.brand-card--logo img{display:block;width:auto;max-width:128px;height:40px;max-height:40px;object-fit:contain}.footer__col a{display:block;margin:.55rem 0}@media(max-width:820px){.category-card__photo{height:102px}.brand-card--logo{min-height:74px;padding:14px}.brand-card--logo img{max-width:105px;height:34px}}.category-card__photo{height:126px;padding:14px 18px 8px;background:#fff}.category-card__photo img{object-fit:contain!important;object-position:center;transform:none!important}.category-card__caption{border-top:1px solid #f0f2f5;padding-top:9px}.category-card__caption strong{font-size:.9rem}.category-card__caption span{margin-top:2px}.product-grid--retail{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.product-card{padding:0;overflow:hidden;border-radius:12px}.product-card__image{aspect-ratio:1.13/1;margin:0;padding:16px 16px 8px;background:#fff}.product-card__image img{width:100%;height:100%;object-fit:contain}.product-card__badges{position:absolute;top:10px;left:10px;z-index:2;display:flex;gap:6px;flex-wrap:wrap}.badge{position:static;display:inline-flex;border-radius:6px;padding:5px 8px;font-size:.7rem;font-weight:900;line-height:1;color:#fff}.badge--sale{background:#ef4444}.badge--new{background:var(--accent)}.product-card__body{display:flex;flex-direction:column;flex:1;padding:10px 14px 14px}.product-card__vendor{color:var(--muted);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.product-card__title{min-height:44px;font-weight:800;line-height:1.35}.product-card__availability{margin:7px 0;font-size:.76rem;color:#15803d;font-weight:700;display:flex;align-items:center;gap:6px}.availability-dot{width:7px;height:7px;border-radius:50%;background:#22c55e}.availability-dot--out{background:#94a3b8}.price-row{margin-top:auto}.price{font-size:1.05rem;font-weight:900}.price s{display:inline-block;color:#8b95a4;font-size:.78rem;font-weight:500;margin-left:5px}.quick-add-form{margin-top:10px}.btn--card{width:100%;min-height:38px;border-radius:7px;font-size:.82rem}.promo--v32{display:grid;grid-template-columns:1fr .72fr;overflow:hidden;background:linear-gradient(110deg,#081327,#101d39 63%,#0b1730);color:#fff;border-radius:18px}.promo__media--clean{min-height:330px;display:grid;place-items:center;overflow:hidden;isolation:isolate}.promo__media--clean:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 48%,rgba(37,99,235,.36),transparent 33%),radial-gradient(circle at 78% 22%,rgba(168,85,247,.18),transparent 28%);z-index:-1}.promo__media--clean img{width:78%;height:78%;object-fit:contain;filter:drop-shadow(0 28px 35px rgba(0,0,0,.4)) saturate(1.08);transform:none!important}.brands--logos{grid-template-columns:repeat(8,minmax(0,1fr))}.brand-card--logo{min-height:82px;padding:16px}.brand-card--logo img{max-width:112px;max-height:36px;filter:none!important}.brand-card__fallback{display:none;font-weight:900;font-size:.92rem}.brand-card__fallback--visible{display:block}@media(max-width:1180px){.product-grid--retail{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.product-grid--retail{grid-template-columns:repeat(3,minmax(0,1fr))}.promo--v32{grid-template-columns:1fr}.brands--logos{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:620px){.product-grid--retail{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card__image{padding:10px}.product-card__body{padding:8px 10px 10px}.category-card__photo{height:100px;padding:8px}.brands--logos{grid-template-columns:repeat(2,minmax(0,1fr))}}.brand--house{min-width:190px}.brand__logo{display:block;width:auto;max-width:210px;height:48px;object-fit:contain;object-position:left center}.brand__logo--bundled{height:48px}.brand__logo--footer{height:58px;max-width:230px;filter:brightness(0) invert(1)}.header-main{gap:24px}.footer__grid--house{grid-template-columns:1.3fr repeat(3,1fr)}.content-page-wrap,.faq-wrap,.tracking-wrap{max-width:1120px}.content-page-head{max-width:780px;margin-bottom:28px}.content-page-head h1,.tracking-wrap h1{font-size:clamp(2rem,4vw,3.5rem);margin:.35rem 0 .75rem}.content-page-intro{font-size:1.12rem;color:var(--muted)}.content-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:44px;align-items:start}.content-page-main h2{margin-top:2rem}.help-card{position:sticky;top:130px;border:1px solid var(--border);border-radius:14px;padding:22px;background:var(--surface)}.faq-list{max-width:900px}.faq-item{border-top:1px solid var(--border);padding:0}.faq-item:last-child{border-bottom:1px solid var(--border)}.faq-item summary{cursor:pointer;padding:20px 0;font-weight:900;font-size:1.05rem}.faq-item .rte{padding:0 0 20px;color:var(--muted)}.tracking-intro{max-width:720px;color:var(--muted);font-size:1.08rem}.tracking-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.tracking-card{border:1px solid var(--border);border-radius:14px;padding:22px;background:#fff}.product-main--v33{align-items:start}.product-gallery__main{border:1px solid var(--border);border-radius:14px;background:#fff;padding:24px;min-height:520px;display:grid;place-items:center}.product-gallery__main img{max-width:100%;max-height:540px;object-fit:contain}.product-gallery__thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto}.product-thumb{flex:0 0 86px;height:76px;border:1px solid var(--border);border-radius:9px;padding:6px;background:#fff;display:grid;place-items:center}.product-thumb img{max-width:100%;max-height:100%;object-fit:contain}.product-meta{color:var(--muted);font-size:.82rem;margin:.25rem 0 .8rem}.product-price{font-size:1.7rem;margin:.4rem 0}.product-stock{font-size:.88rem;color:#15803d;font-weight:800;margin-bottom:18px}.product-stock--out{color:#64748b}.product-buy-row{display:grid;grid-template-columns:110px 1fr;gap:12px;align-items:end}.product-buy-row input{width:100%}.product-assurance{display:grid;gap:8px;margin-top:18px}.product-assurance>div{display:flex;gap:11px;align-items:center;border:1px solid var(--border);padding:12px;border-radius:10px}.product-assurance svg{width:22px;height:22px;color:var(--accent)}.product-assurance span{display:grid}.product-assurance small{color:var(--muted)}.product-details-v33{margin-top:36px;border-top:1px solid var(--border)}.product-details-v33 details{border-bottom:1px solid var(--border);padding:0}.product-details-v33 summary{padding:20px 0;font-size:1.05rem;font-weight:900;cursor:pointer}.product-details-v33 .rte{padding-bottom:22px;max-width:900px}.filters__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.filters__head a{font-size:.8rem;color:var(--accent);font-weight:800}.filter-option{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;margin:8px 0;font-size:.88rem}.filter-option small{color:var(--muted)}.price-filter{display:grid;grid-template-columns:1fr 1fr;gap:8px}.btn--filter{width:100%;margin-top:14px}.product-grid--collection{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.pagination{margin-top:28px}@media(max-width:1000px){.footer__grid--house{grid-template-columns:1fr 1fr}.content-page-grid{grid-template-columns:1fr}.help-card{position:static}.tracking-cards{grid-template-columns:1fr}.product-grid--collection{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.brand__logo{max-width:165px;height:42px}.product-gallery__main{min-height:360px}.product-buy-row{grid-template-columns:90px 1fr}}@media(max-width:600px){.footer__grid--house{grid-template-columns:1fr}.product-grid--collection{grid-template-columns:repeat(2,minmax(0,1fr))}.product-buy-row{grid-template-columns:1fr}.brand__logo{max-width:150px;height:38px}}:root{--page:1460px}.hero{padding:18px 0 0}.hero__box--v3{min-height:420px;border-radius:14px}.hero__box--v3 .hero__content{padding:48px 58px;max-width:590px}.hero__content h1{font-size:clamp(2.7rem,4.5vw,4.4rem)}.hero__content p{margin-bottom:22px}.category-strip{padding:12px 0 16px}.category-strip__head{margin-bottom:18px}.category-strip__grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:10px}.category-mini{min-width:0;border:1px solid #e8edf4;background:#fbfcfe;border-radius:11px;padding:8px 8px 10px;text-align:center;transition:.18s ease}.category-mini:hover{border-color:#c9d7ef;transform:translateY(-2px);box-shadow:0 9px 24px #0f172a0f}.category-mini__image{height:78px;display:grid;place-items:center;overflow:hidden;margin-bottom:6px}.category-mini__image img{width:100%;height:100%;object-fit:contain}.category-mini strong{font-size:.77rem;line-height:1.15}.trust-wrap{padding:0 0 18px}.trust{grid-template-columns:repeat(4,1fr);border-radius:10px}.trust__item{padding:14px 18px}.trust__item strong{font-size:.82rem}.trust__item span{font-size:.73rem}.trust__icon{width:38px;height:38px}.section{padding:34px 0}.section-head{margin-bottom:16px}.section-head h2{font-size:clamp(1.45rem,2vw,2rem)}.section-head p{font-size:.9rem}.product-grid--retail{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.product-card{border-radius:10px}.product-card__image{aspect-ratio:1.25/1;padding:12px 12px 4px}.product-card__title{min-height:40px;font-size:.88rem}.product-card__body{padding:8px 11px 11px}.product-card__vendor{font-size:.64rem}.product-card__availability{margin:5px 0}.price{font-size:.98rem}.btn--card{min-height:34px;font-size:.75rem}.section--promo-duo{padding-top:10px}.promo-duo{display:grid;grid-template-columns:1fr 1fr;gap:14px}.promo-tile{position:relative;min-height:245px;border-radius:13px;overflow:hidden;display:grid;grid-template-columns:.88fr 1.12fr;align-items:center}.promo-tile--dark{background:#071329;color:#fff}.promo-tile--light{background:#eef5ff;color:#0c1830}.promo-tile__copy{position:relative;z-index:2;padding:30px}.promo-tile__copy h2{margin:.25rem 0 .6rem;font-size:clamp(1.8rem,2.3vw,2.7rem);line-height:1}.promo-tile__copy p{font-size:.86rem;max-width:330px;margin:0 0 18px;color:inherit;opacity:.86}.promo-tile__button{min-height:38px;padding:0 15px;font-size:.78rem}.promo-tile__image{height:100%;min-height:245px}.promo-tile__image img{width:100%;height:100%;object-fit:cover}.section--brands{padding:24px 0}.brands--logos{gap:9px}.brand-card--logo{min-height:68px;border-radius:9px;padding:12px}.brand-card--logo img{max-width:105px;max-height:31px}.newsletter--utility{padding:14px 0;background:#eef5ff}.newsletter-utility{display:grid;grid-template-columns:1.25fr 1.1fr 1.25fr;gap:22px;align-items:center}.newsletter-utility__intro{display:flex;gap:12px;align-items:center}.newsletter-utility__icon{width:38px;height:38px;border:1px solid #dce7f6;background:#fff;border-radius:9px;display:grid;place-items:center;color:var(--accent);flex:0 0 auto}.newsletter-utility__icon svg{width:20px;height:20px}.newsletter-utility__intro strong{display:block;font-size:.9rem}.newsletter-utility__intro span{display:block;color:var(--muted);font-size:.74rem}.newsletter__form--compact{display:flex}.newsletter__form--compact input{min-height:42px;border-radius:8px 0 0 8px}.newsletter__form--compact .btn{min-height:42px;border-radius:0 8px 8px 0}.newsletter-perks{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.newsletter-perks div{text-align:center;border-left:1px solid #dce7f6}.newsletter-perks strong{display:block;font-size:.74rem}.newsletter-perks span{display:block;color:var(--muted);font-size:.64rem}.footer--dense{padding-top:0}.footer__grid--dense{grid-template-columns:1.25fr .8fr 1fr .85fr 1fr;gap:32px;padding-top:38px;padding-bottom:30px}.footer__brand p{font-size:.82rem;max-width:290px}.footer__col h4{margin-bottom:12px}.footer__col a{font-size:.78rem;margin:.4rem 0}.footer__pill{font-size:.67rem}.footer__confidence{display:grid;align-content:start}.footer-confidence__item{display:flex;gap:9px;align-items:flex-start;margin:0 0 13px}.footer-confidence__item svg{width:20px;height:20px;color:#60a5fa;flex:0 0 auto}.footer-confidence__item span{display:grid}.footer-confidence__item strong{font-size:.76rem}.footer-confidence__item small{font-size:.66rem;color:#aeb9c9}.footer__bottom{padding:16px 0;font-size:.68rem}@media(max-width:1180px){.category-strip__grid{grid-template-columns:repeat(5,minmax(0,1fr))}.product-grid--retail{grid-template-columns:repeat(4,minmax(0,1fr))}.footer__grid--dense{grid-template-columns:1.2fr 1fr 1fr}.footer__confidence{grid-column:auto}}@media(max-width:900px){.promo-duo,.newsletter-utility{grid-template-columns:1fr}.newsletter-perks div:first-child{border-left:0}.footer__grid--dense{grid-template-columns:1fr 1fr}}@media(max-width:820px){.category-strip__grid{grid-template-columns:repeat(5,minmax(120px,1fr));overflow-x:auto;padding-bottom:6px}.trust{grid-template-columns:1fr 1fr}.trust__item:nth-child(3){border-left:0;border-top:1px solid #e5eaf1}.trust__item:nth-child(4){border-top:1px solid #e5eaf1}}@media(max-width:620px){.hero__box--v3{min-height:500px}.category-strip__grid{grid-template-columns:repeat(5,118px)}.category-mini__image{height:68px}.product-grid--retail{grid-template-columns:repeat(2,minmax(0,1fr))}.promo-tile{grid-template-columns:1fr;min-height:360px}.promo-tile__copy{padding:24px}.promo-tile__image{min-height:170px}.trust{grid-template-columns:1fr}.trust__item:nth-child(n+2){border-left:0;border-top:1px solid #e5eaf1}.newsletter-perks{grid-template-columns:repeat(3,1fr)}.footer__grid--dense{grid-template-columns:1fr}}.catalogue-ready{min-height:132px;border:1px dashed #cbd7e8;border-radius:12px;background:linear-gradient(135deg,#f8fbff,#eef5ff);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:22px 24px}.catalogue-ready__icon{width:46px;height:46px;border-radius:11px;display:grid;place-items:center;background:#fff;border:1px solid #dce6f3;color:var(--accent)}.catalogue-ready__icon svg{width:22px;height:22px}.catalogue-ready strong{display:block;font-size:.95rem}.catalogue-ready span{display:block;color:var(--muted);font-size:.8rem;margin-top:3px}.section--why{background:#f8fafc}.why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.why-card{background:#fff;border:1px solid #e5eaf1;border-radius:12px;padding:22px;min-height:160px}.why-card__icon{width:42px;height:42px;border-radius:10px;background:#eef5ff;color:var(--accent);display:grid;place-items:center;margin-bottom:14px}.why-card__icon svg{width:21px;height:21px}.why-card strong{font-size:.9rem}.why-card p{font-size:.78rem;color:var(--muted);margin:.45rem 0 0;line-height:1.5}@media(max-width:900px){.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.catalogue-ready{grid-template-columns:auto 1fr}.catalogue-ready .btn{grid-column:1/-1;width:100%}.why-grid{grid-template-columns:1fr}}.breadcrumbs{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:.78rem;margin:0 0 24px}.breadcrumbs a{color:inherit}.product-main--retail{grid-template-columns:1.08fr .92fr;gap:64px}.product-gallery__main{aspect-ratio:1.08/1;background:#fff}.product-gallery__main img{width:100%;height:100%;object-fit:contain}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:12px}.product-thumb{-webkit-appearance:none;appearance:none;border:1px solid #e4e9f0;background:#fff;border-radius:9px;padding:7px;aspect-ratio:1;cursor:pointer}.product-thumb.is-active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-info--retail h1{font-size:clamp(2rem,3vw,3.15rem);margin:.35rem 0 1rem}.product-meta-row{display:flex;justify-content:space-between;gap:16px;align-items:center;color:var(--muted);font-size:.8rem;border-bottom:1px solid #edf0f4;padding-bottom:14px}.product-price{font-size:2rem!important;margin:20px 0 14px}.product-price s{display:inline-block!important;margin-left:8px}.product-summary{color:#4b5563;font-size:.9rem;line-height:1.6;margin-bottom:20px}.product-buy-row--retail{display:grid;grid-template-columns:150px 1fr;gap:12px;align-items:end}.quantity-field label{display:block;font-weight:750;margin-bottom:7px}.qty-control{display:grid;grid-template-columns:38px 1fr 38px;border:1px solid #d6dde7;border-radius:9px;overflow:hidden}.qty-control button{border:0;background:#f8fafc;font-size:1.25rem;cursor:pointer}.qty-control input{border:0!important;margin:0!important;min-height:46px!important;text-align:center;padding:0!important}.product-add{min-height:48px}.product-assurance--retail{display:grid;grid-template-columns:1fr;gap:0;margin-top:22px;border:1px solid #e5eaf1;border-radius:11px}.product-assurance--retail>div{display:flex;gap:11px;align-items:center;padding:14px;border-bottom:1px solid #e5eaf1}.product-assurance--retail>div:last-child{border-bottom:0}.product-assurance--retail svg{width:22px;height:22px;color:var(--accent)}.product-assurance--retail span{display:grid}.product-assurance--retail strong{font-size:.82rem}.product-assurance--retail small{font-size:.72rem;color:var(--muted)}.product-details--retail{margin-top:46px;border-top:1px solid #e5eaf1}.product-details--retail details{border-bottom:1px solid #e5eaf1;padding:0}.product-details--retail summary{cursor:pointer;font-weight:850;padding:19px 0}.product-details--retail .rte{padding:0 0 22px;max-width:950px}.cart-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#02081780;z-index:9998}.cart-drawer{position:fixed;top:0;right:0;width:min(440px,94vw);height:100dvh;background:#fff;z-index:9999;transform:translate(105%);transition:.25s ease;display:grid;grid-template-rows:auto 1fr auto;box-shadow:-20px 0 50px #02081729}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:22px;border-bottom:1px solid #e5eaf1}.cart-drawer__header h2{margin:.15rem 0 0}.cart-drawer__body{padding:10px 22px;overflow:auto}.cart-drawer__footer{padding:18px 22px 22px;border-top:1px solid #e5eaf1;display:grid;gap:9px}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:7px}.cart-drawer__footer .btn{width:100%}.btn--dark{background:#0a1427;color:#fff}.drawer-line{display:grid;grid-template-columns:76px 1fr;gap:12px;padding:14px 0;border-bottom:1px solid #edf0f4}.drawer-line__image{width:76px;height:76px;border:1px solid #edf0f4;border-radius:9px;padding:6px}.drawer-line__image img{width:100%;height:100%;object-fit:contain}.drawer-line__content{min-width:0}.drawer-line__title{font-size:.82rem;font-weight:800;line-height:1.35;display:block}.drawer-line__content>span{display:block;color:var(--muted);font-size:.7rem;margin-top:3px}.drawer-line__meta{display:flex;justify-content:space-between;gap:10px;margin-top:9px;font-size:.75rem}.cart-drawer__empty{text-align:center;padding:60px 20px;display:grid;gap:6px}.cart-drawer__empty span{color:var(--muted);font-size:.82rem}body.cart-drawer-open{overflow:hidden}.cart-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.cart-heading h1{font-size:clamp(2rem,3vw,3rem);margin:.15rem 0}.cart-heading p{margin:0;color:var(--muted)}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:34px;align-items:start}.cart-items{display:grid;gap:0}.cart-line{display:grid;grid-template-columns:110px minmax(0,1fr) 120px 120px;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid #e5eaf1}.cart-line:first-child{border-top:1px solid #e5eaf1}.cart-line__image{width:110px;height:100px;border:1px solid #edf0f4;border-radius:10px;padding:9px}.cart-line__image img{width:100%;height:100%;object-fit:contain}.cart-line__title{font-weight:800;line-height:1.35}.cart-line__variant{color:var(--muted);font-size:.75rem;margin-top:5px}.cart-line__remove{display:inline-block;color:#b42318;font-size:.75rem;margin-top:8px}.cart-line__qty label{display:block;color:var(--muted);font-size:.68rem;margin-bottom:5px}.cart-line__qty input{width:74px;min-height:38px;border:1px solid #d6dde7;border-radius:7px;padding:0 8px}.cart-line__price{text-align:right}.cart-line__price s{display:block;color:#98a2b3;font-size:.75rem}.cart-line__price strong{display:block;margin-top:2px}.cart-update{justify-self:start;margin-top:16px}.cart-summary{position:sticky;top:28px;border:1px solid #e4e9f0;border-radius:13px;padding:22px;background:#fff}.cart-summary h2{margin:0 0 20px}.cart-summary__row{display:flex;justify-content:space-between;gap:14px;padding:15px 0;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.cart-summary__note{font-size:.75rem;color:var(--muted);line-height:1.5}.cart-checkout{width:100%;margin:8px 0 16px}.cart-summary__trust{display:grid;gap:9px;padding-top:14px;border-top:1px solid #edf0f4}.cart-summary__trust div{display:flex;gap:8px;align-items:center;font-size:.74rem}.cart-summary__trust svg{width:18px;height:18px;color:var(--accent)}.empty-cart{text-align:center;border:1px solid #e5eaf1;border-radius:14px;background:#fafcff;padding:70px 24px}.empty-cart__icon{width:58px;height:58px;margin:0 auto 14px;border-radius:14px;background:#eef5ff;color:var(--accent);display:grid;place-items:center}.empty-cart__icon svg{width:28px;height:28px}@media(max-width:900px){.product-main--retail{grid-template-columns:1fr;gap:32px}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:700px){.product-buy-row--retail{grid-template-columns:1fr}.cart-line{grid-template-columns:78px 1fr;gap:12px}.cart-line__image{width:78px;height:78px}.cart-line__qty,.cart-line__price{grid-column:2}.cart-line__price{text-align:left}}.product-policy-content{padding:8px 0 4px;color:#42526b}.delivery-table-wrap{overflow-x:auto;margin:16px 0}.delivery-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #dfe6f1;border-radius:10px;overflow:hidden}.delivery-table th,.delivery-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #e7edf5}.delivery-table th{background:#f4f8ff;color:#07162d;font-size:.92rem}.delivery-table tr:last-child td{border-bottom:0}.policy-note{font-size:.9rem;color:#66758b}.product-reviews-premium,.related-products-premium{margin-top:44px}.reviews-shell{border:1px solid #dfe6f1;border-radius:14px;padding:24px;background:#fff;display:flex;gap:24px;align-items:center}.review-rating{min-width:130px;padding-right:24px;border-right:1px solid #e7edf5}.review-rating strong{font-size:2rem;display:block}.review-rating span{color:#66758b}.reviews-app-slot p{margin:6px 0 0;color:#66758b}.related-products-premium{padding-top:8px}.related-products-premium .section-head,.product-reviews-premium .section-head{margin-bottom:18px}.eyebrow{font-size:.76rem;letter-spacing:.12em;font-weight:800;color:#1260dc}.related-products-premium .grid{align-items:stretch}@media(max-width:749px){.reviews-shell{display:block}.review-rating{border-right:0;border-bottom:1px solid #e7edf5;padding:0 0 16px;margin-bottom:16px}.delivery-table th,.delivery-table td{padding:11px 12px}.product-reviews-premium,.related-products-premium{margin-top:30px}}.product-assurance--retail a{color:inherit;text-decoration:none}.product-assurance--retail a:hover{color:var(--accent)}.product-reviews{border-top:1px solid #e5eaf1}.reviews-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:start}.reviews-published,.review-form-card{border:1px solid #e4e9f0;border-radius:14px;background:#fff;padding:24px}.review-empty{min-height:180px;display:grid;align-content:center;gap:8px}.review-empty strong{font-size:1.05rem}.review-empty p,.review-form-card>p{color:var(--muted);font-size:.82rem;line-height:1.55}.review-form-card h3{margin:0 0 6px;font-size:1.2rem}.review-form{display:grid;gap:12px;margin-top:18px}.review-form__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.review-form label{font-size:.76rem;font-weight:800;margin-bottom:-5px}.review-form input,.review-form select,.review-form textarea{width:100%;border:1px solid #d6dde7;border-radius:8px;background:#fff;padding:11px 12px;font:inherit}.review-form textarea{resize:vertical}.review-form .btn{justify-self:start;min-width:150px}.form-success{background:#ecfdf3;color:#166534;border:1px solid #bbf7d0;border-radius:8px;padding:11px 12px;font-size:.8rem}.related-products{background:#f8fafc}.related-products__grid{align-items:stretch}.related-products__grid .product-card{min-width:0}.related-products__grid .product-card__image{aspect-ratio:1.2/1;max-height:220px}.related-products__grid .product-card__image img{object-fit:contain}.related-products__grid .product-card__title{font-size:.84rem}.related-products__grid .product-card__body{padding:9px 11px 12px}@media(max-width:900px){.reviews-layout{grid-template-columns:1fr}}@media(max-width:620px){.review-form__row{grid-template-columns:1fr}}.product-buying-info{background:#f8fafc;border-top:1px solid #e7ebf0}.buying-info-grid{display:grid;grid-template-columns:1.3fr .85fr .85fr;gap:14px}.buying-info-card{display:grid;grid-template-columns:44px 1fr;gap:14px;border:1px solid #e3e8ef;border-radius:13px;background:#fff;padding:20px}.buying-info-card__icon{width:44px;height:44px;border-radius:10px;background:#eef5ff;color:var(--accent);display:grid;place-items:center}.buying-info-card__icon svg{width:22px;height:22px}.buying-info-card__label{color:var(--accent);font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.buying-info-card h3{margin:.2rem 0 .65rem;font-size:1rem}.buying-info-card p{margin:0 0 .65rem;color:#4b5563;font-size:.79rem;line-height:1.55}.delivery-table{display:grid;gap:0;border:1px solid #edf0f4;border-radius:9px;overflow:hidden;margin-top:8px}.delivery-table div{display:flex;justify-content:space-between;gap:14px;padding:10px 12px;border-bottom:1px solid #edf0f4;font-size:.75rem}.delivery-table div:last-child{border-bottom:0}.delivery-table strong{white-space:nowrap}.buying-info-note{margin-top:10px!important;font-size:.68rem!important;color:#6b7280!important}.product-faq{margin-top:22px;border:1px solid #e3e8ef;border-radius:13px;background:#fff;overflow:hidden}.product-faq>h3{margin:0;padding:18px 20px;border-bottom:1px solid #e7ebf0}.product-faq details{border-bottom:1px solid #e7ebf0}.product-faq details:last-child{border-bottom:0}.product-faq summary{cursor:pointer;padding:15px 20px;font-weight:800;font-size:.82rem}.product-faq details div{padding:0 20px 16px}.product-faq p{margin:0;color:#4b5563;font-size:.78rem;line-height:1.55}.product-reviews--compact{padding-top:26px;padding-bottom:26px}.reviews-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #e3e8ef;border-radius:13px;padding:18px 20px;background:#fff}.reviews-bar__copy h2{margin:.2rem 0 .25rem;font-size:1.2rem}.reviews-bar__copy p{margin:0;color:var(--muted);font-size:.76rem}.review-write{position:relative}.review-write summary{list-style:none;cursor:pointer}.review-write summary::-webkit-details-marker{display:none}.review-write__panel{position:absolute;right:0;top:calc(100% + 10px);width:min(520px,90vw);z-index:20;background:#fff;border:1px solid #dfe5ec;border-radius:12px;padding:18px;box-shadow:0 18px 50px #0f172a24}.reviews-empty{margin-top:12px;display:flex;gap:8px;align-items:center;color:var(--muted);font-size:.75rem}.reviews-empty strong{color:#111827}.related-products--compact{background:#f8fafc}.related-products--compact .product-grid--retail{grid-template-columns:repeat(4,minmax(0,1fr))}.related-products--compact .product-card__image{aspect-ratio:1.25/1;max-height:190px}.related-products--compact .product-card__body{padding:9px 11px 11px}.related-products--compact .product-card__title{font-size:.82rem;min-height:38px}.related-products--compact .btn--card{min-height:34px}@media(max-width:1000px){.buying-info-grid{grid-template-columns:1fr}.related-products--compact .product-grid--retail{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.reviews-bar{align-items:flex-start;flex-direction:column}.review-write{width:100%}.review-write summary{width:100%;justify-content:center}.review-write__panel{position:static;width:100%;margin-top:10px}.delivery-table div{flex-direction:column;gap:3px}.related-products--compact .product-grid--retail{grid-template-columns:repeat(2,minmax(0,1fr))}}.review-confirmation{margin-top:12px;padding:11px 14px;border:1px solid #b7e4c7;background:#f0fff4;border-radius:9px;font-size:.76rem;font-weight:700}.related-products--compact .product-card{height:100%;display:flex;flex-direction:column}.related-products--compact .product-card__body{flex:1;display:flex;flex-direction:column}.related-products--compact .product-card__actions{margin-top:auto}.predictive-search__heading{padding:12px 14px 8px;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#344054}.predictive-search__list{display:grid}.predictive-product{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:center;padding:10px 14px;border-top:1px solid #edf0f4;text-decoration:none;color:inherit}.predictive-product:hover{background:#f8fafc}.predictive-product__image{width:58px;height:52px;border:1px solid #edf0f4;border-radius:8px;background:#fff;padding:4px}.predictive-product__image img{width:100%;height:100%;object-fit:contain}.predictive-product__content{display:grid;min-width:0;gap:2px}.predictive-product__vendor{font-size:.62rem;font-weight:900;color:#667085;text-transform:uppercase}.predictive-product__content strong{font-size:.79rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.predictive-product__price{font-size:.72rem;font-weight:800;color:#101828}.predictive-search__all{display:block;border-top:1px solid #e5eaf1;padding:11px 14px;font-size:.75rem;font-weight:850;color:var(--accent);background:#f8fbff}.predictive-search__empty{display:grid;gap:3px;padding:18px 14px}.predictive-search__empty strong{font-size:.82rem}.predictive-search__empty span{color:var(--muted);font-size:.72rem}.review-summary{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:.76rem;color:var(--muted)}.review-summary strong{color:#111827}.review-stars{display:inline-flex;gap:1px;color:#f59e0b;letter-spacing:.02em}.published-reviews{display:grid;gap:12px;margin-top:14px}.published-review{border:1px solid #e3e8ef;border-radius:12px;background:#fff;padding:18px}.published-review__top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.published-review__top>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.verified-badge{display:inline-flex;align-items:center;border-radius:999px;background:#ecfdf3;color:#15803d;padding:3px 8px;font-size:.62rem;font-weight:800}.published-review h3{margin:.75rem 0 .35rem;font-size:.9rem}.published-review p{margin:0;color:#475467;font-size:.79rem;line-height:1.55}.published-review small{display:block;margin-top:10px;color:#98a2b3;font-size:.66rem}.faq-stock-status p{display:flex;align-items:center;gap:7px}.stock-dot{width:8px;height:8px;border-radius:50%;flex:0 0 8px}.stock-dot--in{background:#16a34a}.stock-dot--low{background:#f59e0b}.stock-dot--out{background:#dc2626}.site-header{border-bottom:1px solid #e8edf4}.header-main{grid-template-columns:150px minmax(420px,1fr) auto;gap:24px;padding:14px 0}.brand--house{justify-content:flex-start}.brand--house .brand__logo{max-height:52px;max-width:138px}.search__form{box-shadow:0 1px 2px #0f172a05}.search input{min-height:52px;background:#fff;border-color:#ced8e6;font-size:.93rem}.search input::placeholder{color:#7c8798}.search__button{min-width:104px;border-radius:0 11px 11px 0}.predictive-panel--premium{padding:0;overflow:hidden;top:calc(100% + 7px);border-radius:12px;box-shadow:0 20px 45px #0f172a24}.predictive-search__top{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#f8fafc;border-bottom:1px solid #e8edf3}.predictive-search__top strong{font-size:.76rem;text-transform:uppercase;letter-spacing:.06em}.predictive-search__top span{color:#7c8798;font-size:.7rem}.predictive-product{grid-template-columns:64px minmax(0,1fr);padding:10px 14px}.predictive-product__image{width:64px;height:58px}.predictive-product__content strong{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.predictive-search__all{padding:12px 14px;font-weight:850}.header-actions{gap:2px}.header-action{padding:0 9px}.header-action:hover{background:#f5f8fc}.nav--premium{border-top:1px solid #edf1f5;position:relative}.nav--premium .nav__inner{gap:28px;min-height:50px}.nav__categories{position:relative;align-self:stretch;display:flex;align-items:center}.nav__all{border:0;min-height:40px;padding:0 18px;border-radius:9px;background:var(--accent);color:#fff;display:inline-flex;align-items:center;gap:9px;font-weight:850;cursor:pointer}.nav__all svg{width:18px;height:18px}.nav__chevron{font-size:1rem;margin-left:2px;transition:transform .18s ease}.nav__link{display:flex;align-items:center;min-height:50px;font-size:.86rem;font-weight:760;white-space:nowrap;position:relative}.nav__link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:.18s ease}.nav__link:hover{color:var(--accent)}.nav__link:hover:after{transform:scaleX(1)}.nav__link--deals{color:#dc2626}.nav__link--deals:after{background:#dc2626}.category-mega{position:absolute;z-index:80;top:calc(100% + 1px);left:0;width:min(900px,90vw);background:#fff;border:1px solid #dde5ef;border-radius:0 0 14px 14px;box-shadow:0 22px 50px #0f172a26;overflow:hidden}.category-mega__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e7ecf2}.category-mega__header div{display:grid;gap:2px}.category-mega__header strong{font-size:.9rem}.category-mega__header span{font-size:.72rem;color:#7a8595}.category-mega__header>a{color:var(--accent);font-size:.76rem;font-weight:850}.category-mega__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.category-mega__group{padding:20px;border-right:1px solid #edf0f4}.category-mega__group:last-child{border-right:0}.category-mega__eyebrow{display:block;margin-bottom:9px;color:#667085;font-size:.66rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.category-mega__group a{display:block;padding:6px 0;font-size:.8rem;font-weight:700}.category-mega__group a:hover{color:var(--accent)}.category-mega__deal{color:#dc2626!important}.search-page__head{margin-bottom:22px}.search-page__head h1{margin:.3rem 0 .4rem;font-size:clamp(2rem,3vw,3rem);line-height:1.05}.search-page__head p{margin:0;color:var(--muted)}.search-page__form{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:32px}.search-page__form input{min-height:48px;border:1px solid #d7dee8;border-radius:10px;padding:0 15px}.search-results-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.search-empty{padding:50px 24px;text-align:center;border:1px solid #e4e9f0;border-radius:14px;background:#fafbfd}.search-empty strong{display:block;font-size:1.15rem}.search-empty p{color:var(--muted);margin:.4rem 0 1rem}.pagination-wrap{margin-top:28px}@media(max-width:1180px){.nav--premium .nav__inner{gap:18px}.nav__link{font-size:.8rem}}@media(max-width:900px){.header-main{grid-template-columns:auto 1fr auto}.brand--house .brand__logo{max-width:105px}.search{grid-column:1/-1;grid-row:2}.nav--premium .nav__inner{display:block;padding-top:10px;padding-bottom:10px}.nav__categories{display:block}.nav__all{width:100%;justify-content:flex-start}.nav__link{min-height:42px;border-bottom:1px solid #edf0f4}.category-mega{position:static;width:100%;border-radius:10px;margin-top:8px;box-shadow:none}.category-mega__grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.header-main{grid-template-columns:auto 1fr auto;gap:10px}.header-actions .header-action span{display:none}.search__button{min-width:78px;padding-inline:12px}.category-mega__grid{grid-template-columns:1fr}.category-mega__group{border-right:0;border-bottom:1px solid #edf0f4}.search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.header-main--premium{grid-template-columns:190px minmax(460px,1fr) auto}.brand--horizontal{display:flex;align-items:center}.brand--horizontal .brand__logo--horizontal,.brand--horizontal .brand__logo{width:176px;max-width:176px;max-height:54px;height:auto;object-fit:contain}.nav__chevron{width:16px;height:16px;margin-left:2px;transition:transform .18s ease}.nav__categories.is-open .nav__chevron{transform:rotate(180deg)}.nav__inner--departments{gap:24px}.category-mega--broad{width:min(1180px,calc(100vw - 40px));max-height:calc(100vh - 185px);overflow:auto}.category-mega__grid--broad{grid-template-columns:repeat(4,minmax(0,1fr))}.category-mega__grid--broad .category-mega__group{min-height:215px}.category-mega__footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 20px;border-top:1px solid #e7ecf2;background:#f8fafc}.category-mega__footer span{color:#667085;font-size:.7rem}.category-mega__footer a{font-size:.76rem;font-weight:900}.search--premium .predictive-product__image img{width:100%;height:100%;object-fit:contain}.search--premium .predictive-product__content strong{font-size:.8rem;line-height:1.3}.search--premium .predictive-product__price{color:#111827;font-weight:850}@media(max-width:1180px){.header-main--premium{grid-template-columns:155px minmax(360px,1fr) auto}.brand--horizontal .brand__logo--horizontal,.brand--horizontal .brand__logo{width:145px;max-width:145px}.nav__inner--departments{gap:16px}}@media(max-width:900px){.header-main--premium{grid-template-columns:auto 1fr auto}.category-mega__grid--broad{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.brand--horizontal .brand__logo--horizontal,.brand--horizontal .brand__logo{width:118px;max-width:118px}.category-mega__grid--broad{grid-template-columns:1fr}.category-mega__footer{align-items:flex-start;flex-direction:column}}.header-main--premium{grid-template-columns:225px minmax(460px,1fr) auto}.brand--horizontal .brand__logo--horizontal,.brand--horizontal .brand__logo{width:210px;max-width:210px;max-height:62px}.catalog-search-loading{min-height:220px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #e4e9f0;border-radius:14px;background:#fafbfd}.catalog-search-spinner{width:18px;height:18px;border:2px solid #d6deea;border-top-color:var(--accent);border-radius:50%;animation:mth-spin .7s linear infinite}@keyframes mth-spin{to{transform:rotate(360deg)}}.catalog-search-results{margin-top:0}.catalog-search-results .product-card__image{display:flex;align-items:center;justify-content:center;height:220px;padding:18px}.catalog-search-results .product-card__image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.catalog-search-results .product-card__stock{display:flex;align-items:center;gap:6px;margin-top:9px;color:#15803d;font-size:.7rem;font-weight:700}.catalog-search-results .product-card__stock span{width:7px;height:7px;border-radius:50%;background:#22c55e}.catalog-search-results .product-card__button{margin-top:12px;width:100%;text-align:center}@media(max-width:1180px){.header-main--premium{grid-template-columns:190px minmax(360px,1fr) auto}.brand--horizontal .brand__logo--horizontal,.brand--horizontal .brand__logo{width:176px;max-width:176px}}@media(max-width:900px){.brand--horizontal .brand__logo--horizontal,.brand--horizontal .brand__logo{width:150px;max-width:150px}}.brand--horizontal{display:flex;align-items:center;min-width:0}.brand--horizontal .brand__logo--horizontal,.brand--horizontal .brand__logo{display:block;width:220px;max-width:220px;height:auto;max-height:none;object-fit:contain;image-rendering:auto}.brand--horizontal .brand__logo--horizontal,.brand--horizontal .brand__logo{width:220px;max-width:220px;height:auto;max-height:none;object-fit:contain;display:block}@media(max-width:1180px){.brand--horizontal .brand__logo--horizontal,.brand--horizontal .brand__logo{width:200px;max-width:200px}}@media(max-width:900px){.brand--horizontal .brand__logo--horizontal,.brand--horizontal .brand__logo{width:170px;max-width:170px}}.announcement--utility{background:#0d1729;color:#fff}.announcement__inner--utility{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}.announcement__trust,.announcement__links{display:flex;align-items:center}.announcement__trust{gap:22px}.announcement__links{gap:0}.announcement__links a{color:#eaf0fa;text-decoration:none;font-size:.68rem;font-weight:650;white-space:nowrap;padding:0 10px;border-left:1px solid rgba(255,255,255,.16)}.announcement__links a:first-child{border-left:0}.announcement__links a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}.announcement__email{color:#7fc7ff!important;font-weight:750!important}.announcement__item{font-size:.68rem}.header-main--premium{grid-template-columns:235px minmax(460px,1fr) auto;column-gap:22px}.brand--identity{display:flex;align-items:center;gap:10px;width:max-content;max-width:235px;text-decoration:none;color:inherit}.brand--identity .brand__icon{width:49px;height:49px;flex:0 0 49px;object-fit:contain}.brand__copy{display:flex;flex-direction:column;justify-content:center;min-width:0;line-height:1}.brand__wordmark{display:flex;align-items:baseline;gap:5px;white-space:nowrap;font-size:1.14rem;line-height:1;font-weight:950;letter-spacing:-.025em}.brand__wordmark-primary{color:#0d1b36}.brand__wordmark-accent{color:#087dc3}.brand__tagline{margin-top:5px;color:#4d5a70;font-size:.365rem;line-height:1;font-weight:850;letter-spacing:.16em;white-space:nowrap}.nav__inner--departments{gap:21px}.nav__link{font-size:.74rem;font-weight:800}.nav__link--deals{color:#e1192d}.category-mega__footer{justify-content:flex-end}.search--premium .search__form{min-height:52px}.search--premium input[type=search]{font-size:.86rem}@media(max-width:1280px){.announcement__links a:nth-child(4){display:none}.header-main--premium{grid-template-columns:215px minmax(390px,1fr) auto}.brand--identity{max-width:215px}.brand__wordmark{font-size:1.05rem}.brand__tagline{font-size:.335rem}.nav__inner--departments{gap:16px}}@media(max-width:1080px){.announcement__item--quality,.announcement__links a:nth-child(3),.announcement__links a:nth-child(4){display:none}.brand__tagline{display:none}}@media(max-width:900px){.announcement__links a:not(.announcement__email){display:none}.announcement__trust{gap:12px}.header-main--premium{grid-template-columns:auto 1fr auto}.brand--identity{max-width:none}.brand--identity .brand__icon{width:40px;height:40px;flex-basis:40px}.brand__wordmark{font-size:.92rem}}@media(max-width:650px){.announcement__email,.announcement__item--quality{display:none!important}.announcement__inner--utility{justify-content:center}}.announcement__email{display:inline-flex!important;align-items:center;gap:5px}.announcement__email svg{width:13px;height:13px;flex:0 0 13px}.hero-slider-section{padding:18px 0 8px}.hero-slider{position:relative;border-radius:18px}.hero-slider__viewport{position:relative;min-height:470px;overflow:hidden;border-radius:18px;background:#081426;box-shadow:0 16px 44px #0f172a1f}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transform:scale(1.012);transition:opacity .55s ease,transform .8s ease,visibility .55s}.hero-slide.is-active{opacity:1;visibility:visible;transform:scale(1);z-index:2}.hero-slide__media,.hero-slide__shade{position:absolute;top:0;right:0;bottom:0;left:0}.hero-slide__media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-slide__shade{z-index:1}.hero-slide__shade--navy{background:linear-gradient(90deg,#050f1ffa,#050f1fed 34%,#050f1f8c 58%,#050f1f0f 83%)}.hero-slide__shade--gaming{background:linear-gradient(90deg,#060b1bfa,#060b1be0 38%,#0d122d6b 63%,#0d122d1f)}.hero-slide__shade--light{background:linear-gradient(90deg,#f0f7fffa,#f0f7fff2 38%,#f0f7ff9e 58%,#f0f7ff14 84%)}.hero-slide__content{position:relative;z-index:3;min-height:470px;display:flex;flex-direction:column;justify-content:center;width:min(650px,52%);padding:54px 68px 68px;color:#fff}.hero-slide__eyebrow{display:inline-flex;width:max-content;margin-bottom:14px;color:#62a7ff;font-size:.72rem;line-height:1;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.hero-slide__content h1,.hero-slide__content h2{margin:0;max-width:610px;font-size:clamp(2.85rem,4.5vw,4.7rem);line-height:.97;letter-spacing:-.052em;color:inherit}.hero-slide__content p{max-width:560px;margin:20px 0 26px;color:#dce5f2;font-size:1.03rem;line-height:1.55}.hero-slide__actions{display:flex;align-items:center;gap:11px;flex-wrap:wrap}.btn--glass{background:#fffffff2;color:#0b1426;border:1px solid rgba(255,255,255,.95)}.btn--glass:hover{background:#fff}.hero-slide__content--dark{color:#07162e}.hero-slide__content--dark p{color:#334155}.hero-slide__content--dark .hero-slide__eyebrow{color:#095ed2}.btn--outline-dark{background:#ffffffe0;color:#0b1426;border:1px solid rgba(15,23,42,.24)}.btn--outline-dark:hover{background:#fff;border-color:#0b1426}.hero-slide__meta{display:flex;gap:16px;flex-wrap:wrap;margin-top:25px;color:#d4dfed;font-size:.73rem;font-weight:750}.hero-slide__meta span{display:flex;align-items:center;gap:7px}.hero-slide__meta span:before{content:"";width:6px;height:6px;border-radius:50%;background:#3b82f6;box-shadow:0 0 0 3px #3b82f62e}.hero-slide__meta--dark{color:#445369}.hero-slider__arrow{position:absolute;top:50%;z-index:7;width:44px;height:44px;transform:translateY(-50%);display:grid;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:#070f1f57;color:#fff;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);cursor:pointer;transition:.2s ease}.hero-slider__arrow:hover{background:#fff;color:#0b1426}.hero-slider__arrow svg{width:22px;height:22px}.hero-slider__arrow--prev{left:15px}.hero-slider__arrow--next{right:15px}.hero-slider__bottom{position:absolute;left:66px;bottom:22px;z-index:8;display:flex;align-items:center;gap:10px}.hero-slider__dots{display:flex;gap:7px}.hero-slider__dots button{-webkit-appearance:none;appearance:none;width:8px;height:8px;padding:0;border:0;border-radius:99px;background:#ffffff8c;cursor:pointer;transition:.25s ease}.hero-slider__dots button.is-active{width:28px;background:#fff}.hero-slider__pause{width:27px;height:27px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:#070f1f57;color:#fff;font-size:.72rem;cursor:pointer}.hero-slider__collection-nav{position:relative;z-index:10;display:grid;grid-template-columns:repeat(4,1fr);width:calc(100% - 48px);margin:-1px auto 0;overflow:hidden;border:1px solid #e1e7ef;border-top:0;border-radius:0 0 15px 15px;background:#fff;box-shadow:0 12px 30px #0f172a12}.hero-slider__collection-nav a{min-height:68px;padding:13px 20px;display:flex;flex-direction:column;justify-content:center;color:#0b1426;border-left:1px solid #e5eaf1;transition:.2s ease}.hero-slider__collection-nav a:first-child{border-left:0}.hero-slider__collection-nav a:hover{background:#f4f8ff;color:#095ed2}.hero-slider__collection-nav span{font-size:.83rem;font-weight:850}.hero-slider__collection-nav small{margin-top:3px;color:#718096;font-size:.68rem}@media(max-width:1050px){.hero-slide__content{width:59%;padding-left:56px;padding-right:36px}.hero-slider__collection-nav{width:calc(100% - 28px)}}@media(max-width:760px){.hero-slider-section{padding-top:10px}.hero-slider__viewport{min-height:510px}.hero-slide__media img{object-position:62% center}.hero-slide__shade--navy,.hero-slide__shade--gaming{background:linear-gradient(0deg,#050f1ffa,#050f1feb 55%,#050f1f47)}.hero-slide__shade--light{background:linear-gradient(0deg,#f0f7fffa,#f0f7fff2 55%,#f0f7ff52)}.hero-slide__content{width:100%;min-height:510px;justify-content:flex-end;padding:170px 28px 70px}.hero-slide__content h1,.hero-slide__content h2{font-size:clamp(2.45rem,11vw,3.5rem)}.hero-slide__content p{margin:14px 0 20px;font-size:.95rem}.hero-slide__meta{display:none}.hero-slider__bottom{left:28px;bottom:28px}.hero-slider__arrow{width:38px;height:38px;top:38%}.hero-slider__collection-nav{width:100%;grid-template-columns:1fr 1fr;border-radius:0 0 15px 15px}.hero-slider__collection-nav a:nth-child(3){border-left:0;border-top:1px solid #e5eaf1}.hero-slider__collection-nav a:nth-child(4){border-top:1px solid #e5eaf1}}@media(prefers-reduced-motion:reduce){.hero-slide{transition:none}}.hero-slider-section{padding:18px 0 10px}.hero-slider{border-radius:18px}.hero-slider__viewport{min-height:470px;border-radius:18px;box-shadow:0 18px 50px #0f172a21}.hero-slide__media img{width:100%;height:100%;object-fit:cover;object-position:center center;image-rendering:auto}.hero-slide__shade--navy{background:linear-gradient(90deg,#040e1ef7,#040e1ee6 34%,#040e1e75 58%,#040e1e14 83%)}.hero-slide__shade--gaming{background:linear-gradient(90deg,#050c1cfa,#050c1ce6 34%,#050c1c6b,#050c1c1a 84%)}.hero-slide__shade--smart{background:linear-gradient(90deg,#04121ff5,#04121fe0 34%,#04121f6b 58%,#04121f14 83%)}.hero-slide__content{width:min(650px,52%);padding:54px 68px 72px}.hero-slide__content h1,.hero-slide__content h2{max-width:620px;text-wrap:balance}.hero-slide__content p{max-width:540px}.hero-slide__meta,.hero-slider__collection-nav{display:none!important}.hero-benefits{width:calc(100% - 48px);margin:-1px auto 0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;border:1px solid #dde5ef;border-top:0;border-radius:0 0 16px 16px;background:#fff;box-shadow:0 12px 30px #0f172a12}.hero-benefit{min-height:76px;display:flex;align-items:center;gap:12px;padding:14px 17px;color:#0b1426;border-left:1px solid #e6ebf2;transition:background .2s ease,color .2s ease,transform .2s ease}.hero-benefit:first-child{border-left:0}.hero-benefit:hover{background:#f5f8fe;color:#095ed2}.hero-benefit__icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:12px;color:#1766dc;background:#edf4ff}.hero-benefit__icon svg{width:21px;height:21px}.hero-benefit strong{display:block;font-size:.79rem;line-height:1.16;font-weight:850}.hero-benefit small{display:block;margin-top:4px;color:#748196;font-size:.65rem;line-height:1.25}.hero-benefit--accent{background:linear-gradient(135deg,#0c2a57,#0b1830);color:#fff}.hero-benefit--accent .hero-benefit__icon{background:#ffffff1c;color:#fff}.hero-benefit--accent small{color:#c9d7eb}.hero-benefit--accent:hover{background:linear-gradient(135deg,#0e3470,#0d203e);color:#fff}@media(max-width:1100px){.hero-benefits{width:calc(100% - 28px);grid-template-columns:repeat(3,1fr)}.hero-benefit:nth-child(4),.hero-benefit:nth-child(5){border-top:1px solid #e6ebf2}.hero-benefit:nth-child(4){border-left:0}}@media(max-width:760px){.hero-slider__viewport{min-height:520px}.hero-slide__media img{object-position:64% center}.hero-slide__shade--navy,.hero-slide__shade--gaming,.hero-slide__shade--smart{background:linear-gradient(0deg,#050f1ffa,#050f1fed 57%,#050f1f3d)}.hero-slide__content{width:100%;min-height:520px;justify-content:flex-end;padding:180px 28px 72px}.hero-benefits{width:100%;grid-template-columns:1fr;border-radius:0 0 14px 14px}.hero-benefit{min-height:64px;border-left:0;border-top:1px solid #e6ebf2}.hero-benefit:first-child{border-top:0}}.hero-slider-section .page-width{overflow:visible}.hero-slider{width:100%;max-width:none}.hero-slider__viewport{width:100%;border-radius:18px 18px 0 0}.hero-benefits{width:100%!important;max-width:none!important;margin:-1px 0 0!important;box-sizing:border-box;border-radius:0 0 18px 18px!important}.hero-benefits>*{min-width:0}@media(max-width:1100px){.hero-benefits{width:100%!important;margin:-1px 0 0!important}}@media(max-width:760px){.hero-benefits{width:100%!important;margin:-1px 0 0!important;border-radius:0 0 14px 14px!important}.hero-slider__viewport{border-radius:14px 14px 0 0}}.template-index .section{padding-top:52px;padding-bottom:52px}.template-index .section--soft{background:linear-gradient(180deg,#f7f9fc,#f3f6fb)}.template-index .section-head{margin-bottom:24px}.template-index .section-head h2{letter-spacing:-.035em;font-size:clamp(28px,2.2vw,40px);line-height:1.05}.template-index .section-head p{max-width:700px;font-size:15px;line-height:1.6}.template-index .category-strip{padding:42px 0 32px;background:#fff}.template-index .category-strip__head{margin-bottom:22px}.template-index .category-strip__grid{gap:12px}.template-index .category-mini{min-height:164px;border:1px solid #e3e9f2;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 4px 16px #0f20410a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.template-index .category-mini:hover{transform:translateY(-3px);border-color:#c9d7ee;box-shadow:0 12px 30px #0f20411a}.template-index .category-mini__image{background:linear-gradient(180deg,#fbfcfe,#f4f7fb)}.template-index .category-mini__image img{object-fit:contain!important;padding:10px}.template-index .category-mini strong{padding:12px 14px 16px;font-size:14px}.template-index .product-card{border:1px solid #e2e8f1;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 4px 16px #0f20410b;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.template-index .product-card:hover{transform:translateY(-4px);border-color:#c8d7ef;box-shadow:0 16px 36px #0f20411c}.template-index .product-card__media{background:linear-gradient(180deg,#fff,#f8fafc);border-bottom:1px solid #edf1f6}.template-index .product-card__media img{object-fit:contain!important}.template-index .product-card__body{padding:16px}.template-index .product-card__vendor{letter-spacing:.11em}.template-index .product-card__title{line-height:1.35}.template-index .product-card .btn,.template-index .product-card button{border-radius:9px}.template-index .promo-duo{gap:16px}.template-index .promo-tile{border-radius:20px;overflow:hidden;min-height:360px;box-shadow:0 14px 34px #0f20411a}.template-index .promo-tile__copy{padding:38px}.template-index .promo-tile__copy h2{font-size:clamp(30px,2.4vw,44px);letter-spacing:-.04em;line-height:1.02}.template-index .promo-tile__image img{object-fit:cover}.template-index .section--brands{padding-top:48px;padding-bottom:48px}.template-index .brands--logos{gap:10px}.template-index .brand-card--logo{min-height:86px;border:1px solid #e3e9f2;border-radius:14px;background:#fff;box-shadow:0 3px 12px #0f204109;transition:transform .16s ease,box-shadow .16s ease}.template-index .brand-card--logo:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0f204117}.template-index .brand-card--logo img{max-width:112px;max-height:38px;object-fit:contain}.template-index .section--why{background:linear-gradient(180deg,#f7f9fc,#eef4fb)}.template-index .why-grid{gap:16px}.template-index .why-card{border:1px solid #dfe7f2;border-radius:16px;background:#fff;padding:24px;box-shadow:0 4px 16px #0f20410a}.template-index .why-card__icon{width:44px;height:44px;border-radius:12px;background:#eef5ff}.template-index .why-card strong{font-size:16px}.template-index .why-card p{line-height:1.55}.hero-benefits{width:calc(100% - 2px)!important;margin:-1px 1px 0!important;box-sizing:border-box!important;overflow:hidden!important;border-radius:0 0 18px 18px!important}@media(max-width:760px){.template-index .section{padding-top:36px;padding-bottom:36px}.template-index .promo-tile__copy{padding:26px}}.hero-slider,.hero-slider__viewport,.hero-slide{overflow:hidden!important}.hero-benefits{position:relative!important;left:0!important;right:0!important;width:100%!important;margin:-1px 0 0!important;border-radius:0 0 18px 18px!important;border-left:1px solid #dfe7f2!important;border-right:1px solid #dfe7f2!important;border-bottom:1px solid #dfe7f2!important;box-sizing:border-box!important}.hero-benefit:first-child{border-bottom-left-radius:17px}.hero-benefit:last-child{border-right:0!important;border-bottom-right-radius:17px;overflow:hidden}.template-index .section{padding-top:58px;padding-bottom:58px}.template-index .section+.section{border-top:1px solid rgba(218,227,239,.55)}.template-index .section-head{align-items:flex-end}.template-index .section-head h2{font-size:clamp(30px,2.4vw,44px)}.template-index .section-head p{color:#64748b}.template-index .category-strip{padding-top:34px;padding-bottom:36px}.template-index .category-strip__grid{grid-template-columns:repeat(5,minmax(0,1fr))}.template-index .category-mini{min-height:178px;position:relative}.template-index .category-mini:after{content:"Explore";position:absolute;left:14px;bottom:12px;font-size:12px;font-weight:700;color:#2563eb;opacity:0;transform:translateY(4px);transition:.18s ease}.template-index .category-mini:hover:after{opacity:1;transform:none}.template-index .category-mini strong{padding-bottom:30px}.template-index .product-card{border-radius:18px;min-height:100%}.template-index .product-card__media{aspect-ratio:1.15/1;padding:14px}.template-index .product-card__media img{width:100%;height:100%;object-fit:contain!important}.template-index .product-card__body{padding:17px 17px 18px}.template-index .product-card__title{font-size:15px;min-height:44px}.template-index .product-card__price{font-size:19px;font-weight:800}.template-index .product-card .btn,.template-index .product-card button{min-height:42px}.template-index .promo-duo{gap:18px}.template-index .promo-tile{min-height:390px;border-radius:22px;border:1px solid rgba(255,255,255,.08)}.template-index .promo-tile__copy{width:48%;padding:42px}.template-index .promo-tile__copy p{font-size:15px;line-height:1.6;max-width:420px}.premium-story{background:linear-gradient(180deg,#fff,#f6f9fd)}.premium-story__eyebrow{color:#2563eb;font-size:12px;font-weight:800;letter-spacing:.16em;margin-bottom:10px}.premium-story__intro{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:24px}.premium-story__intro h2{margin:0;font-size:clamp(32px,2.7vw,48px);line-height:1.02;letter-spacing:-.04em}.premium-story__intro p{margin:12px 0 0;max-width:720px;color:#64748b;line-height:1.65}.premium-story__link{white-space:nowrap;font-weight:800;color:#2563eb}.premium-story__mosaic{display:grid;grid-template-columns:1.55fr .95fr;gap:18px}.premium-story__feature{min-height:470px;border-radius:24px;overflow:hidden;position:relative;text-decoration:none;color:#fff;background:radial-gradient(circle at 76% 30%,rgba(0,153,255,.24),transparent 26%),linear-gradient(135deg,#07152f,#0d2e63 55%,#0b5b8f);box-shadow:0 18px 42px #0f204129}.premium-story__feature-copy{position:relative;z-index:3;padding:44px;max-width:470px}.premium-story__feature-copy span,.premium-story__small span{font-size:12px;font-weight:800;letter-spacing:.14em;color:#6ec4f2}.premium-story__feature-copy h3{font-size:clamp(34px,3vw,52px);line-height:1.02;letter-spacing:-.04em;margin:12px 0}.premium-story__feature-copy p{color:#dbeafe;line-height:1.6}.premium-story__feature-copy b{display:inline-block;margin-top:14px;color:#fff}.premium-story__feature-art{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.premium-story__orb{position:absolute;border-radius:999px;filter:blur(1px)}.premium-story__orb--1{width:380px;height:380px;right:-40px;bottom:-70px;background:radial-gradient(circle,#2db7ff 0%,rgba(45,183,255,.06) 62%,transparent 70%)}.premium-story__orb--2{width:180px;height:180px;right:260px;top:50px;background:radial-gradient(circle,#4f8cff 0%,rgba(79,140,255,.04) 65%,transparent 72%)}.premium-story__device--tv{position:absolute;right:52px;bottom:80px;width:340px;height:210px;border:8px solid rgba(255,255,255,.92);border-radius:12px;background:linear-gradient(135deg,#0a1633,#1f6bb0 55%,#3ec6ff);box-shadow:0 26px 50px #0000003d}.premium-story__device--tv:after{content:"";position:absolute;width:130px;height:12px;background:#cbd5e1;left:50%;bottom:-34px;transform:translate(-50%);border-radius:10px}.premium-story__device--speaker{position:absolute;right:390px;bottom:72px;width:86px;height:170px;border-radius:24px;background:linear-gradient(180deg,#111827,#0f172a);box-shadow:0 14px 34px #00000047}.premium-story__device--speaker:before,.premium-story__device--speaker:after{content:"";position:absolute;left:50%;transform:translate(-50%);border-radius:999px;background:#1e293b;border:4px solid #475569}.premium-story__device--speaker:before{width:48px;height:48px;top:24px}.premium-story__device--speaker:after{width:58px;height:58px;bottom:24px}.premium-story__stack{display:grid;gap:18px}.premium-story__small{min-height:226px;border-radius:22px;padding:30px;display:flex;justify-content:space-between;align-items:flex-end;text-decoration:none;box-shadow:0 12px 30px #0f204114}.premium-story__small--light{background:linear-gradient(135deg,#eef6ff,#fff);color:#0f172a;border:1px solid #dce7f3}.premium-story__small--blue{background:linear-gradient(135deg,#0f2b61,#0c5ca8);color:#fff}.premium-story__small h3{font-size:28px;line-height:1.05;letter-spacing:-.03em;margin:8px 0 10px;max-width:340px}.premium-story__small p{line-height:1.55;max-width:380px}.premium-story__small--light p{color:#64748b}.premium-story__small--blue p{color:#dbeafe}.premium-story__icon{flex:0 0 68px;width:68px;height:68px;border-radius:20px;display:grid;place-items:center;font-size:30px;background:#ffffff24}.premium-story__small--light .premium-story__icon{background:#e5f2ff;color:#2563eb}.template-index .section--brands{background:#fff}.template-index .brands--logos{display:flex;flex-wrap:wrap;gap:10px}.template-index .brand-card--logo{flex:1 1 120px;min-width:120px;border-radius:12px}.template-index .section--why{background:#0a1730;color:#fff}.template-index .section--why .section-head p{color:#cbd5e1}.template-index .why-grid{grid-template-columns:repeat(4,1fr)}.template-index .why-card{background:#ffffff0b;border:1px solid rgba(255,255,255,.12);box-shadow:none}.template-index .why-card p{color:#cbd5e1}.template-index .why-card__icon{background:#60a5fa1f}@media(max-width:1100px){.template-index .category-strip__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.premium-story__mosaic{grid-template-columns:1fr}}@media(max-width:760px){.template-index .category-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.premium-story__intro{display:block}.premium-story__link{display:inline-block;margin-top:16px}.premium-story__feature{min-height:420px}.premium-story__feature-copy{padding:28px}.premium-story__device--tv{width:240px;height:150px;right:20px;bottom:54px}.premium-story__device--speaker{display:none}.premium-story__small{min-height:200px;padding:24px}.template-index .why-grid{grid-template-columns:1fr 1fr}}.hero-slider+.hero-benefits,.hero-slider~.hero-benefits{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important}.hero-benefits{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;overflow:hidden!important;border-radius:0 0 18px 18px!important}.hero-benefit:last-child{border-right:0!important}@media(max-width:900px){.hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:560px){.hero-benefits{grid-template-columns:1fr!important}}.template-index #MainContent{display:flex!important;flex-direction:column!important}.template-index #MainContent>.shopify-section[id$=__hero]{order:1}.template-index #MainContent>.shopify-section[id$=__categories]{order:2}.template-index #MainContent>.shopify-section[id$=__whyshop]{order:3}.template-index #MainContent>.shopify-section[id$=__featured]{order:4}.template-index #MainContent>.shopify-section[id$=__promoduo]{order:5}.template-index #MainContent>.shopify-section[id$=__story]{order:6}.template-index #MainContent>.shopify-section[id$=__brands]{order:7}.template-index #MainContent>.shopify-section[id$=__new]{order:8}.template-index #MainContent>.shopify-section[id$=__trust]{order:9}.template-index #MainContent>.shopify-section[id$=__laptops],.template-index #MainContent>.shopify-section[id$=__gaming]{display:none!important}.template-index .hero-slider{border-radius:22px 22px 0 0!important;overflow:visible!important}.template-index .hero-slider__viewport{border-radius:22px 22px 0 0!important;overflow:hidden!important}.template-index .hero-benefits{margin-top:-1px!important;border-radius:0 0 22px 22px!important;overflow:hidden!important}.template-index .hero-benefit:first-child{border-bottom-left-radius:21px!important}.template-index .hero-benefit:last-child{border-bottom-right-radius:21px!important}.mth-browse-life{padding:34px 0}.mth-browse-life__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.mth-browse-life__card{overflow:hidden;border:1px solid #e1e8f0;border-radius:18px;background:#fff;box-shadow:0 8px 22px #0f23410a;transition:.2s ease}.mth-browse-life__card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #0f23411a}.mth-browse-life__photo{display:block;height:120px;background:#eef3f8}.mth-browse-life__photo img{width:100%;height:100%;object-fit:cover}.mth-browse-life__copy{display:block;padding:13px 14px 15px}.mth-browse-life__copy strong{display:block;color:#0b1426;font-size:.88rem}.mth-browse-life__copy small{display:block;margin-top:4px;color:#687586}.mth-performance-play{padding:26px 0 40px}.mth-performance-play__layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(310px,.72fr);gap:16px}.mth-performance-play__feature{position:relative;min-height:470px;overflow:hidden;border-radius:24px;background:#07172f;box-shadow:0 18px 42px #081e3f1f}.mth-performance-play__feature>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.mth-performance-play__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#030f22f2,#030f22b8 48%,#030f221a)}.mth-performance-play__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;max-width:600px;height:100%;padding:48px;color:#fff}.mth-performance-play__content small{font-weight:900;letter-spacing:.16em;color:#67c2ff}.mth-performance-play__content strong{margin:14px 0 18px;font-size:clamp(2.4rem,3.6vw,4.25rem);line-height:.98;letter-spacing:-.045em}.mth-performance-play__content em{font-style:normal;font-weight:800}.mth-performance-play__rail{display:grid;grid-template-rows:repeat(4,1fr);gap:12px}.mth-performance-play__rail a{display:flex;flex-direction:column;justify-content:center;padding:20px;border:1px solid #dfe7f1;border-radius:18px;background:#fff}.mth-performance-play__rail b{color:#0b1426}.mth-performance-play__rail span{margin-top:5px;color:#687586;font-size:.76rem;line-height:1.45}.template-index .product-grid--retail{gap:16px}.template-index .product-card{border-radius:18px!important;box-shadow:0 7px 20px #1126460a;transition:.2s ease}.template-index .product-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px #1126461a}.template-index .product-card__image{border-radius:14px!important;background:#f8fafc!important}.mth-department-stories{padding:18px 0 38px}.mth-department-stories__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mth-department-story{position:relative;min-height:400px;overflow:hidden;border-radius:24px;box-shadow:0 16px 38px #0d22421a}.mth-department-story>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.mth-department-story__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#041026f2,#0410268f 52%,#0410261a)}.mth-department-story__shade--light{background:linear-gradient(90deg,#f7fafffa,#f7faffd6 50%,#f7faff1a)}.mth-department-story__content{position:relative;z-index:2;display:block;max-width:62%;padding:38px;color:#0b1426}.mth-department-story--dark .mth-department-story__content{color:#fff}.mth-department-story__content small{display:block;font-weight:900;letter-spacing:.15em;color:#5fc0ff}.mth-department-story__content strong{display:block;margin:10px 0 14px;font-size:clamp(2rem,2.9vw,3.4rem);line-height:1;letter-spacing:-.04em}.mth-department-story__content p{line-height:1.55}.mth-department-story__content b{display:block;margin-top:18px}.mth-real-life{padding:28px 0 42px}.mth-real-life__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.78fr);gap:16px}.mth-real-life__large,.mth-real-life__stack>a{position:relative;overflow:hidden;border-radius:24px;box-shadow:0 16px 38px #0d22421a}.mth-real-life__large{min-height:520px}.mth-real-life__large>img,.mth-real-life__stack>a>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.mth-real-life__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#041026f0,#04102694 52%,#0410261a)}.mth-real-life__shade--blue{background:linear-gradient(90deg,#052450f5,#05245066)}.mth-real-life__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;max-width:62%;height:100%;padding:38px;color:#fff}.mth-real-life__content small{font-weight:900;letter-spacing:.15em;color:#6cc5ff}.mth-real-life__content strong{margin:10px 0 12px;font-size:clamp(1.8rem,2.5vw,3.3rem);line-height:1}.mth-real-life__content p{line-height:1.5}.mth-real-life__content b{margin-top:14px}.mth-real-life__stack{display:grid;grid-template-rows:1fr 1fr;gap:16px}.mth-real-life__stack>a{min-height:252px}.template-index .brands--logos{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important}.template-index .brand-card--logo{min-height:94px!important;border-radius:16px!important}.mth-final-cta{padding:20px 0 42px}.mth-final-cta__panel{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.72fr);gap:24px;align-items:center;padding:42px;border-radius:26px;color:#fff;background:radial-gradient(circle at 90% 12%,rgba(70,190,255,.22),transparent 25%),linear-gradient(125deg,#06142c,#0a2f61 60%,#0b6ab8);box-shadow:0 22px 52px #071f442b}.mth-final-cta__copy h2{margin:.35rem 0 .8rem;color:#fff;font-size:clamp(2.2rem,3vw,3.6rem);line-height:1;letter-spacing:-.04em}.mth-final-cta__copy p{color:#dce8f5;line-height:1.6}.mth-final-cta__buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.mth-final-cta__facts{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mth-final-cta__facts>div{padding:16px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:#ffffff12}.mth-final-cta__facts b,.mth-final-cta__facts span{display:block}.mth-final-cta__facts span{margin-top:4px;color:#d9e6f3;font-size:.73rem}@media(max-width:1100px){.mth-browse-life__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mth-performance-play__layout,.mth-real-life__grid,.mth-final-cta__panel{grid-template-columns:1fr}.mth-performance-play__rail{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.template-index .brands--logos{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:760px){.mth-browse-life__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mth-performance-play__content{padding:30px}.mth-performance-play__rail,.mth-department-stories__grid{grid-template-columns:1fr}.mth-department-story__content{max-width:82%;padding:28px}.mth-real-life__large{min-height:460px}.mth-real-life__content{max-width:84%;padding:30px}.template-index .brands--logos{grid-template-columns:repeat(3,minmax(0,1fr))!important}.mth-final-cta__panel{padding:30px}.mth-final-cta__facts{grid-template-columns:1fr}}@media(max-width:520px){.template-index .brands--logos{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.product-card{position:relative;overflow:hidden;border:1px solid #dfe7f1!important;border-radius:20px!important;background:#fff!important;box-shadow:0 8px 24px #0e26490e!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.product-card:hover{transform:translateY(-5px);border-color:#c9d8eb!important;box-shadow:0 18px 42px #0e26491f!important}.product-card__image{position:relative;display:block;margin:10px 10px 0;overflow:hidden;border-radius:15px!important;background:linear-gradient(180deg,#fbfdff,#f5f8fc)!important}.product-card__image img{width:100%;height:238px;object-fit:contain!important;padding:16px;transition:transform .25s ease}.product-card:hover .product-card__image img{transform:scale(1.035)}.product-card__image-action{position:absolute;left:50%;bottom:12px;z-index:3;transform:translate(-50%,12px);padding:8px 13px;border-radius:999px;opacity:0;color:#fff;background:#061630e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.69rem;font-weight:800;white-space:nowrap;transition:.22s ease}.product-card:hover .product-card__image-action{opacity:1;transform:translate(-50%)}.product-card__body{padding:15px 16px 16px!important}.product-card__topline{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px}.product-card__vendor{margin:0!important;font-size:.66rem!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase;color:#5d6d80!important}.product-card__availability{margin:0!important;font-size:.68rem!important;font-weight:800;white-space:nowrap}.product-card__title{display:-webkit-box!important;min-height:42px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#0b1426!important;font-size:.88rem!important;line-height:1.34!important}.product-card__price-wrap{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:13px}.product-card .price{font-size:1.04rem!important;font-weight:900!important;color:#07162e!important}.product-card .price s{margin-left:5px;font-size:.72rem!important;font-weight:500!important;color:#8b98a8!important}.product-card__saving{display:none}.product-card__actions{margin-top:13px}.product-card__actions .quick-add-form{margin:0}.product-card .btn--card{width:100%;min-height:40px;border-radius:10px!important;font-size:.76rem!important;box-shadow:0 5px 12px #175bd224}.product-card__details{display:block;padding-top:9px;text-align:center;color:#34506f;font-size:.68rem;font-weight:800}.product-card__details:hover{color:#0f5ed7}.product-card--compact .product-card__image img{height:176px}.product-card--compact .product-card__body{padding:12px 13px 13px!important}.product-card--compact .product-card__title{font-size:.8rem!important}.mth-gaming-feature{padding:36px 0 44px;background:linear-gradient(180deg,#fff 0,#f7faff)}.mth-gaming-feature__shell{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,1.38fr);gap:18px;align-items:stretch}.mth-gaming-feature__story{position:relative;min-height:530px;overflow:hidden;border-radius:26px;background:#060c19;box-shadow:0 20px 52px #09183326}.mth-gaming-feature__story>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.mth-gaming-feature__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#02081414,#020814e6 76%)}.mth-gaming-feature__story-copy{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:34px;color:#fff}.mth-gaming-feature__story-copy small{display:block;color:#62bfff;font-weight:900;letter-spacing:.16em}.mth-gaming-feature__story-copy strong{display:block;max-width:560px;margin:10px 0 12px;font-size:clamp(2.15rem,3vw,3.65rem);line-height:.98;letter-spacing:-.045em}.mth-gaming-feature__story-copy p{max-width:600px;margin:0;color:#dce5f0;line-height:1.55}.mth-gaming-feature__story-copy b{display:block;margin-top:20px}.mth-gaming-feature__products{padding:26px;border:1px solid #dfe7f1;border-radius:26px;background:#fff;box-shadow:0 14px 38px #0d254812}.mth-gaming-feature__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.mth-gaming-feature__head h2{margin:.25rem 0 .35rem;font-size:clamp(1.65rem,2.1vw,2.4rem)}.mth-gaming-feature__head p{margin:0;max-width:570px;color:#6c798b}.mth-gaming-feature__product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.mth-gaming-feature__links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:14px;overflow:hidden;border:1px solid #dce5ef;border-radius:18px;background:#fff}.mth-gaming-feature__links a{padding:17px 20px;border-right:1px solid #dce5ef}.mth-gaming-feature__links a:last-child{border-right:0}.mth-gaming-feature__links b,.mth-gaming-feature__links span{display:block}.mth-gaming-feature__links b{color:#0b1426;font-size:.8rem}.mth-gaming-feature__links span{margin-top:4px;color:#728094;font-size:.68rem}.mth-newsletter-cta{padding:42px 0 30px;background:linear-gradient(180deg,#f5f9ff 0,#fff)}.mth-newsletter-cta__panel{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);gap:32px;align-items:center;padding:42px 46px;overflow:hidden;border-radius:28px;color:#fff;background:radial-gradient(circle at 88% 10%,rgba(75,196,255,.28),transparent 27%),linear-gradient(120deg,#06142c,#0b2b57 55%,#0e67b8);box-shadow:0 24px 60px #071f442e}.mth-newsletter-cta__copy h2{margin:.4rem 0 .75rem;max-width:720px;color:#fff;font-size:clamp(2.2rem,3.4vw,4rem);line-height:.98;letter-spacing:-.05em}.mth-newsletter-cta__copy p{max-width:680px;margin:0;color:#dbe8f6;line-height:1.58}.mth-newsletter-cta__form{display:flex;max-width:650px;margin-top:24px;padding:5px;border-radius:13px;background:#fff}.mth-newsletter-cta__form input{flex:1;min-width:0;height:46px;padding:0 15px;border:0!important;outline:none;background:transparent}.mth-newsletter-cta__form .btn{min-width:130px;border-radius:9px!important}.mth-newsletter-cta__support{display:flex;align-items:center;gap:6px;margin-top:14px;color:#cfe0f2;font-size:.76rem}.mth-newsletter-cta__support-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#7bc7ff}.mth-newsletter-cta__support-icon svg{width:15px;height:15px}.mth-newsletter-cta__support a{color:#fff;font-weight:800;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.38)}.mth-newsletter-cta__support a:hover{border-bottom-color:#fff}.mth-newsletter-cta__benefits{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mth-newsletter-cta__benefits>div{min-height:128px;padding:18px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:#ffffff13;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.mth-newsletter-cta__benefits span{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;margin-bottom:14px;border-radius:9px;color:#8dd3ff;background:#ffffff14;font-size:.65rem;font-weight:900}.mth-newsletter-cta__benefits b,.mth-newsletter-cta__benefits small{display:block}.mth-newsletter-cta__benefits b{font-size:.84rem}.mth-newsletter-cta__benefits small{margin-top:5px;color:#d4e1ef;line-height:1.45}.template-index #MainContent>.shopify-section[id$=__gaming]{display:block!important;order:9!important}.template-index #MainContent>.shopify-section[id$=__trust]{display:none!important}@media(max-width:1100px){.mth-gaming-feature__shell{grid-template-columns:1fr}.mth-gaming-feature__story{min-height:460px}.mth-newsletter-cta__panel{grid-template-columns:1fr}}@media(max-width:820px){.mth-gaming-feature__product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mth-gaming-feature__product-grid .product-card:nth-child(3){display:none}.mth-gaming-feature__links{grid-template-columns:repeat(2,minmax(0,1fr))}.mth-gaming-feature__links a:nth-child(2){border-right:0}.mth-gaming-feature__links a:nth-child(-n+2){border-bottom:1px solid #dce5ef}.mth-newsletter-cta__panel{padding:32px}}@media(max-width:560px){.product-card__image img{height:190px}.mth-gaming-feature__product-grid{grid-template-columns:1fr}.mth-gaming-feature__product-grid .product-card:nth-child(2){display:none}.mth-gaming-feature__story-copy{padding:26px}.mth-newsletter-cta__benefits{grid-template-columns:1fr}.mth-newsletter-cta__form{display:block;padding:7px}.mth-newsletter-cta__form input,.mth-newsletter-cta__form .btn{width:100%}}.mth-newsletter-cta{padding-bottom:24px}.mth-newsletter-cta__panel{grid-template-columns:minmax(0,1.12fr) minmax(440px,.88fr);padding:40px 44px}.mth-newsletter-cta__copy p{max-width:650px}.mth-newsletter-cta__form{max-width:630px}.mth-newsletter-cta__after-form{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:630px}.mth-newsletter-cta__privacy{flex:0 0 auto;margin-top:14px;color:#a8c8e8;font-size:.7rem;font-weight:700}.mth-newsletter-cta__privacy:hover{color:#fff}.mth-newsletter-cta__benefits>div{min-height:116px;padding:17px 18px}.mth-newsletter-cta__benefits span{margin-bottom:10px}.mth-newsletter-cta__benefits small{font-size:.72rem}.footer--premium{position:relative;margin-top:0;color:#dce6f3;background:radial-gradient(circle at 8% 0%,rgba(27,102,182,.14),transparent 27%),linear-gradient(180deg,#071326,#06101f);border-top:1px solid rgba(255,255,255,.06)}.footer__service-band{border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff06}.footer__service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.footer-service{display:flex;align-items:center;gap:12px;min-height:84px;padding:17px 22px;border-right:1px solid rgba(255,255,255,.08);color:#fff;transition:background .2s ease}.footer-service:last-child{border-right:0}.footer-service:hover{background:#ffffff09}.footer-service__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:38px;height:38px;border:1px solid rgba(111,194,255,.25);border-radius:12px;color:#63baff;background:#318ee814}.footer-service__icon svg{width:19px;height:19px}.footer-service strong,.footer-service small{display:block}.footer-service strong{font-size:.78rem}.footer-service small{margin-top:3px;color:#9fb0c5;font-size:.66rem;line-height:1.35}.footer__main{display:grid;grid-template-columns:minmax(235px,.9fr) minmax(480px,1.55fr) minmax(270px,.8fr);gap:54px;padding-top:48px;padding-bottom:42px}.footer__brand--premium .brand__logo{width:auto!important;max-width:205px!important;max-height:70px!important;object-fit:contain;object-position:left center}.footer__brand--premium>p{max-width:300px;margin:19px 0 20px;color:#adbed1;font-size:.78rem;line-height:1.65}.footer__contact-card{max-width:310px;padding:15px 16px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#ffffff09}.footer__contact-label{display:block;margin-bottom:5px;color:#7dc7ff;font-size:.62rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.footer__contact-card a{color:#fff;font-size:.76rem;font-weight:800}.footer__contact-card small{display:block;margin-top:6px;color:#91a4ba;font-size:.64rem;line-height:1.45}.footer__pill{display:inline-flex;margin-top:17px;padding:7px 11px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#b7c7d8;font-size:.62rem}.footer__links-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px}.footer--premium .footer__col h4{margin:0 0 17px;color:#fff;font-size:.82rem}.footer--premium .footer__col a{display:block;margin:0 0 10px;color:#aebfd2;font-size:.72rem;line-height:1.35;transition:color .16s ease,transform .16s ease}.footer--premium .footer__col a:hover{color:#fff;transform:translate(2px)}.footer--premium .footer__col .footer__accent-link{margin-top:15px;color:#65bfff;font-weight:800}.footer__confidence--premium{align-self:start;padding:22px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:linear-gradient(180deg,#ffffff0d,#ffffff06)}.footer__confidence--premium>.eyebrow{color:#68bfff;font-size:.59rem}.footer__confidence--premium>h4{margin:7px 0 18px;color:#fff;font-size:1.05rem;line-height:1.25}.footer__confidence--premium .footer-confidence__item{display:grid;grid-template-columns:25px 1fr;gap:10px;padding:13px 0;border-top:1px solid rgba(255,255,255,.08)}.footer__confidence--premium .footer-confidence__item svg{width:19px;height:19px;color:#55b5ff}.footer__confidence--premium .footer-confidence__item strong,.footer__confidence--premium .footer-confidence__item small{display:block}.footer__confidence--premium .footer-confidence__item strong{color:#fff;font-size:.72rem}.footer__confidence--premium .footer-confidence__item small{margin-top:3px;color:#9badc2;font-size:.63rem;line-height:1.45}.footer__support-button{display:block;margin-top:15px;padding:11px 13px;border:1px solid rgba(103,190,255,.25);border-radius:10px;color:#fff;background:#227cd81f;text-align:center;font-size:.7rem;font-weight:800}.footer__support-button:hover{background:#227cd833}.footer__legal{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:18px;padding-bottom:20px;border-top:1px solid rgba(255,255,255,.09);color:#7f93aa;font-size:.63rem}.footer__legal-left,.footer__legal-right{display:flex;align-items:center;gap:14px}.footer__legal a{color:#9eb0c3}.footer__legal a:hover{color:#fff}.footer__sa-mark{font-size:1rem}@media(max-width:1150px){.footer__main{grid-template-columns:1fr 1.8fr;gap:36px}.footer__confidence--premium{grid-column:1 / -1}}@media(max-width:900px){.footer__service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-service:nth-child(2){border-right:0}.footer-service:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}.footer__main{grid-template-columns:1fr}.footer__links-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.mth-newsletter-cta__after-form{display:block}.mth-newsletter-cta__privacy{display:inline-block}.footer__links-grid{grid-template-columns:1fr 1fr}.footer__legal{display:block}.footer__legal-right{margin-top:12px}}@media(max-width:520px){.footer__service-grid{grid-template-columns:1fr}.footer-service{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.08)}.footer-service:last-child{border-bottom:0}.footer__links-grid{grid-template-columns:1fr}}.footer__brand--premium .brand__logo--footer{width:auto!important;max-width:230px!important;max-height:58px!important;object-fit:contain;object-position:left center;filter:none!important;opacity:1!important}.footer__confidence--premium>h4{font-size:1rem;font-weight:800;letter-spacing:-.015em}.footer__legal-left a,.footer__legal-left span{font-family:inherit!important;font-size:.63rem!important;line-height:1.35!important;font-weight:500!important;letter-spacing:0!important;text-transform:none!important}.footer__legal-right{color:#8ca0b6}.footer__sa-mark{display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;line-height:1}.footer__brand--premium .brand__logo--footer{display:block!important;width:auto!important;height:auto!important;max-width:238px!important;max-height:64px!important;object-fit:contain!important;object-position:left center!important;filter:none!important;opacity:1!important}.footer__confidence--premium>h4{margin-top:7px;font-size:1.02rem;line-height:1.25}.footer__sa-flag{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:22px;height:15px;overflow:hidden;border-radius:2px;box-shadow:0 0 0 1px #ffffff24}.footer__sa-flag svg{display:block;width:100%;height:100%}.footer__legal-left{font-family:inherit!important}.footer__legal-left span,.footer__legal-left a{font-family:inherit!important;font-size:.63rem!important;font-weight:500!important;line-height:1.35!important;letter-spacing:0!important;text-decoration:none!important;text-transform:none!important}.footer__legal-left a{color:#93a7bd!important}.footer__legal-left a:hover{color:#fff!important}.footer__legal-right{gap:10px!important;white-space:normal}.collection-premium{padding:24px 0 72px;background:linear-gradient(180deg,#f7faff 0,#fff 320px)}.collection-breadcrumb{display:flex;align-items:center;gap:8px;margin:4px 0 18px;color:#738197;font-size:.78rem}.collection-breadcrumb a{color:#40516a}.collection-breadcrumb span:last-child{font-weight:700;color:#0b1830}.collection-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,34%);min-height:260px;overflow:hidden;border:1px solid #dce5f0;border-radius:24px;background:linear-gradient(120deg,#06162e,#0b2c5d 57%,#1466bd);box-shadow:0 18px 45px #0f23411a;color:#fff}.collection-hero__copy{position:relative;z-index:2;padding:42px 46px;align-self:center}.collection-hero .eyebrow{color:#58adff}.collection-hero h1{margin:7px 0 12px;font-size:clamp(2.15rem,4vw,3.55rem);line-height:1;letter-spacing:-.045em}.collection-hero__description,.collection-hero__copy>p{max-width:720px;margin:0;color:#d7e4f5;font-size:1rem;line-height:1.65}.collection-hero__description p{margin:0}.collection-hero__meta{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:23px;color:#bcd1e9;font-size:.78rem}.collection-hero__meta span{position:relative}.collection-hero__meta span+span:before{content:"";position:absolute;left:-11px;top:50%;width:3px;height:3px;border-radius:50%;background:#57aaff}.collection-hero__meta a{color:#fff;font-weight:700}.collection-hero__media{position:relative;min-height:260px;background:#fff}.collection-hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0b2c5d 0,rgba(11,44,93,.2) 22%,transparent 48%)}.collection-hero__media img{width:100%;height:100%;object-fit:cover;display:block}.collection-hero__accent{position:relative;overflow:hidden}.collection-hero__accent:before,.collection-hero__accent:after,.collection-hero__accent span{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.14)}.collection-hero__accent:before{width:300px;height:300px;right:-20px;top:-80px}.collection-hero__accent:after{width:210px;height:210px;right:70px;bottom:-110px}.collection-hero__accent span:nth-child(1){width:95px;height:95px;right:70px;top:82px;background:#ffffff0f}.collection-hero__accent span:nth-child(2){width:12px;height:12px;right:185px;top:70px;background:#59b6ff;border:0}.collection-hero__accent span:nth-child(3){width:5px;height:5px;right:58px;bottom:55px;background:#fff;border:0}.collection-discovery{display:flex;align-items:center;gap:8px;overflow:auto;margin:18px 0 8px;padding:2px 1px 8px;scrollbar-width:none}.collection-discovery::-webkit-scrollbar{display:none}.collection-discovery__label{flex:0 0 auto;font-size:.78rem;font-weight:850;color:#34445b}.collection-discovery a{flex:0 0 auto;padding:9px 13px;border:1px solid #dce5ef;border-radius:999px;background:#fff;color:#17253a;font-size:.77rem;font-weight:750;transition:.18s}.collection-discovery a:hover{border-color:#9fc5f6;color:#075bd5;background:#f5f9ff}.collection-toolbar--premium{position:sticky;top:0;z-index:8;display:flex;justify-content:space-between;gap:16px;margin:22px 0 16px;padding:12px 14px;border:1px solid #dfe7f0;border-radius:15px;background:#fffffff5;box-shadow:0 7px 24px #1126460e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.collection-toolbar__left{display:flex;align-items:center;gap:13px}.collection-toolbar__count{font-size:.82rem;color:#68778b}.collection-filter-toggle{display:none;align-items:center;gap:8px;border:0;background:#0f5ed7;color:#fff;border-radius:9px;padding:10px 13px;font:inherit;font-size:.8rem;font-weight:850}.collection-filter-toggle b{display:grid;place-items:center;min-width:18px;height:18px;border-radius:999px;background:#fff;color:#0f5ed7;font-size:.65rem}.collection-sort{display:flex;align-items:center;gap:10px}.collection-sort label{font-size:.76rem;font-weight:800;color:#66758a}.collection-sort select{min-height:40px;border:1px solid #d8e1ec;border-radius:9px;background:#fff;padding:0 34px 0 12px;color:#17243a;font:inherit;font-size:.8rem;font-weight:700}.collection-active-filters{display:flex;flex-wrap:wrap;gap:7px;margin:-4px 0 16px}.collection-active-filters a{padding:7px 10px;border-radius:8px;background:#edf5ff;color:#0f5ed7;font-size:.73rem;font-weight:750}.collection-active-filters a span{margin-left:5px}.collection-active-filters__clear{background:transparent!important;color:#64748b!important;text-decoration:underline}.collection-layout--premium{grid-template-columns:238px minmax(0,1fr);gap:24px}.filters--premium{position:sticky;top:78px;padding:0;border:1px solid #dfe6ef;border-radius:16px;background:#fff;box-shadow:0 7px 24px #1126460a;overflow:hidden}.filters--premium form{padding:18px}.filters--premium .filters__head{margin:0 0 10px;padding-bottom:15px;border-bottom:1px solid #edf0f4}.filters--premium .filters__head>div{display:grid;gap:3px}.filters--premium .filters__head strong{font-size:1rem}.filters--premium details{border-bottom:1px solid #edf0f4;padding:0}.filters--premium details:last-of-type{border-bottom:0}.filters--premium summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;padding:15px 0;font-size:.82rem;font-weight:850;color:#17243a}.filters--premium summary::-webkit-details-marker{display:none}.filters--premium summary span{font-size:1rem;color:#6f8094;transition:.18s}.filters__content{padding:0 0 12px;max-height:250px;overflow:auto}.filter-option{margin:6px 0;padding:4px 2px;border-radius:6px}.filter-option:hover{background:#f7f9fc}.filter-option input{accent-color:#0f5ed7}.filter-option span{color:#334258}.price-filter label{display:grid;gap:5px}.price-filter label span{font-size:.67rem;color:#78879a;font-weight:750}.price-filter input{width:100%;min-width:0;border:1px solid #dce3ec;border-radius:8px;padding:9px;font:inherit;font-size:.75rem}.filters--premium .btn--filter{min-height:42px;border-radius:9px;background:#0f5ed7}.product-grid--collection{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-grid--collection .product-card{border-color:#dfe6ee;border-radius:16px;box-shadow:0 5px 18px #0f234109}.product-grid--collection .product-card:hover{border-color:#b9cbe1;box-shadow:0 16px 34px #0f234118;transform:translateY(-3px)}.product-grid--collection .product-card__image{background:#f8fafc;border-radius:12px}.product-grid--collection .product-card__title{font-size:.9rem;line-height:1.38}.collection-empty{grid-column:1/-1;padding:72px 24px;text-align:center;border:1px dashed #cad6e4;border-radius:18px;background:#fafcff}.collection-empty h2{margin:5px 0 8px}.collection-empty p{color:#6b788b;margin-bottom:18px}.pagination--premium{text-align:center;padding-top:34px}.pagination--premium .page,.pagination--premium a,.pagination--premium span{display:inline-grid;place-items:center;min-width:38px;height:38px;margin:2px;border:1px solid #dce4ee;border-radius:8px;background:#fff;color:#203047;font-size:.78rem;font-weight:750}.pagination--premium .current{background:#0f5ed7;color:#fff;border-color:#0f5ed7}@media(max-width:1100px){.product-grid--collection{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-hero{grid-template-columns:minmax(0,1fr) 30%}.collection-hero__copy{padding:36px}}@media(max-width:820px){.collection-premium{padding-top:14px}.collection-hero{grid-template-columns:1fr;min-height:0;border-radius:18px}.collection-hero__copy{padding:30px 26px}.collection-hero__media,.collection-hero__accent{display:none}.collection-hero__meta{gap:7px 14px}.collection-layout--premium{display:block}.collection-filter-toggle{display:inline-flex}.filters--premium{display:none;position:static;margin-bottom:16px}.filters--premium.is-open{display:block}.collection-toolbar--premium{top:0}.collection-sort label{display:none}}@media(max-width:560px){.collection-hero__copy{padding:26px 21px}.collection-hero h1{font-size:2.25rem}.collection-hero__meta span:nth-child(3){width:100%}.collection-hero__meta span:nth-child(3):before{display:none}.collection-toolbar--premium{margin-top:14px;padding:9px}.collection-toolbar__count{display:none}.collection-sort select{max-width:150px}.product-grid--collection{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-grid--collection .product-card{border-radius:12px}.collection-breadcrumb{margin-bottom:12px}}.collection-premium--v391{padding-top:18px}.collection-topline{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.collection-topline .collection-breadcrumb{margin:0}.collection-help-link{display:inline-flex;align-items:center;gap:7px;color:#60728a;font-size:.72rem}.collection-help-link strong{color:#0f5ed7}.collection-help-link__icon{display:inline-flex;width:17px;height:17px;color:#0f5ed7}.collection-help-link__icon svg{width:17px;height:17px}.collection-hero--retail{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);min-height:300px}.collection-hero--retail .collection-hero__copy{padding:38px 44px}.collection-hero--retail .collection-hero__copy>p,.collection-hero--retail .collection-hero__description{max-width:760px}.collection-hero__benefits{display:flex;flex-wrap:wrap;gap:28px;margin-top:25px}.collection-hero__benefits>div{display:flex;align-items:center;gap:10px}.collection-hero__benefit-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(117,195,255,.25);border-radius:10px;background:#53a6eb14;color:#65bdff}.collection-hero__benefit-icon svg{width:18px;height:18px}.collection-hero__benefits strong,.collection-hero__benefits small{display:block}.collection-hero__benefits strong{font-size:.72rem;color:#fff}.collection-hero__benefits small{margin-top:2px;font-size:.62rem;color:#b9cee6}.collection-toolbar--premium{margin-bottom:12px}.collection-toolbar__right{display:flex;align-items:center;gap:20px}.collection-view-switcher{display:flex;align-items:center;gap:7px;color:#6c7a8e;font-size:.72rem;font-weight:800}.collection-view-switcher button{display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid #d9e2ed;border-radius:8px;background:#fff;color:#7e8b9b;cursor:pointer}.collection-view-switcher button.is-active{border-color:#0f5ed7;color:#0f5ed7;background:#f5f9ff}.collection-view-switcher svg{width:15px;height:15px;fill:currentColor}.collection-discovery--premium{margin:0 0 14px 262px;padding-bottom:3px}.collection-discovery--premium a{background:#f6f8fb}.collection-layout--premium{grid-template-columns:250px minmax(0,1fr);gap:18px}.filters--premium{border-radius:14px}.filters--premium form{padding:16px 14px 15px}.filters__head-title{display:flex!important;grid-template-columns:none!important;align-items:center;gap:8px!important}.filters__funnel{display:inline-flex;width:21px;height:21px;color:#0f5ed7}.filters__funnel svg{width:21px;height:21px}.filters--premium .filters__head strong{font-size:.92rem}.filters--premium summary{padding:13px 0;font-size:.76rem}.filters--premium details[open] summary span{transform:rotate(45deg)}.filters__content{padding-bottom:13px;max-height:290px}.filter-search{position:relative;display:flex;align-items:center;margin:0 0 9px}.filter-search__icon{position:absolute;left:9px;top:50%;transform:translateY(-50%);width:14px;height:14px;color:#7b8797;pointer-events:none}.filter-search__icon svg{width:14px;height:14px}.filter-search input{width:100%;min-height:36px;padding:0 10px 0 31px;border:1px solid #dbe4ef;border-radius:8px;font:inherit;font-size:.71rem;background:#fff;color:#17243a}.filter-option{font-size:.75rem}.filter-option small{font-size:.66rem}.filter-option[hidden]{display:none!important}.price-filter--premium{display:block}.price-filter__fields{display:grid;grid-template-columns:1fr 1fr;gap:7px}.price-filter__rail{position:relative;height:18px;margin-top:9px}.price-filter__rail:before{content:"";position:absolute;left:5px;right:5px;top:8px;height:3px;border-radius:999px;background:#dce5f0}.price-filter__rail span{position:absolute;left:10%;right:8%;top:8px;height:3px;border-radius:999px;background:#0f5ed7}.price-filter__rail span:before,.price-filter__rail span:after{content:"";position:absolute;top:-4px;width:11px;height:11px;border-radius:50%;background:#0f5ed7;box-shadow:0 0 0 2px #fff}.price-filter__rail span:before{left:-1px}.price-filter__rail span:after{right:-1px}.product-grid--collection{gap:14px}.product-grid--collection .product-card{overflow:hidden;border-radius:15px;background:#fff}.product-grid--collection .product-card__image{aspect-ratio:1.15/1;margin:8px;border-radius:12px;background:linear-gradient(180deg,#fbfcfe,#f6f9fc)}.product-grid--collection .product-card__body{padding:6px 14px 14px}.product-grid--collection .product-card__topline{margin-top:3px}.product-grid--collection .product-card__price-wrap{margin-top:10px}.product-card__quick-facts{display:grid;gap:5px;margin:12px 0 3px;padding:0;list-style:none;color:#607088;font-size:.69rem;line-height:1.35}.product-card__quick-facts li{display:grid;grid-template-columns:10px 1fr;gap:4px}.product-card__quick-facts li span{color:#0f5ed7;font-weight:900}.product-card__type{margin-top:9px;color:#728096;font-size:.66rem;font-weight:700}.product-grid--collection .product-card__actions{margin-top:12px}.collection-products--list .product-grid--collection{grid-template-columns:1fr}.collection-products--list .product-card{display:grid;grid-template-columns:240px minmax(0,1fr);align-items:stretch}.collection-products--list .product-card__image{margin:8px;aspect-ratio:auto;min-height:210px}.collection-products--list .product-card__body{display:flex;flex-direction:column;padding:18px}.collection-products--list .product-card__actions{margin-top:auto}.collection-products--list .product-card__title{font-size:1rem;min-height:0}.collection-results-meta{margin-top:18px;color:#6b788b;font-size:.72rem}@media(max-width:1000px){.collection-hero--retail{grid-template-columns:1fr 34%}.collection-discovery--premium{margin-left:0}}@media(max-width:820px){.collection-topline{align-items:flex-start}.collection-help-link{display:none}.collection-hero__benefits{gap:14px}.collection-toolbar__right{gap:10px}.collection-view-switcher>span{display:none}}@media(max-width:700px){.collection-view-switcher{display:none}.collection-products--list .product-card{grid-template-columns:1fr}}.collection-hero__media--mapped img{object-position:center}.collection-hero__product-collage{position:relative;min-height:300px;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 68% 35%,rgba(91,190,255,.28),transparent 28%),radial-gradient(circle at 35% 76%,rgba(31,111,214,.22),transparent 34%),linear-gradient(135deg,#0b2c5d,#0d4e94 52%,#1477ce)}.collection-hero__product-collage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0b2c5de0,#0b2c5d47 34%,#05142d14),repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 1px,transparent 1px 16px);z-index:0}.collection-hero__collage-glow{position:absolute;right:-70px;top:-90px;width:330px;height:330px;border-radius:50%;border:1px solid rgba(255,255,255,.15);box-shadow:0 0 0 70px #ffffff06,0 0 0 140px #ffffff05}.collection-hero__collage-card{position:absolute;z-index:2;display:grid;place-items:center;overflow:hidden;background:#fffffff5;border:1px solid rgba(255,255,255,.55);border-radius:20px;box-shadow:0 20px 45px #02122c47;transition:transform .2s ease,box-shadow .2s ease}.collection-hero__collage-card:hover{transform:translateY(-4px) rotate(0)!important;box-shadow:0 28px 55px #02122c57}.collection-hero__collage-card img{display:block;width:100%;height:100%;padding:14px;object-fit:contain}.collection-hero__collage-card--1{width:52%;height:64%;right:13%;top:18%;transform:rotate(-2deg)}.collection-hero__collage-card--2{width:31%;height:42%;left:5%;bottom:7%;transform:rotate(4deg)}.collection-hero__collage-card--3{width:25%;height:34%;right:2%;bottom:2%;transform:rotate(5deg)}@media(max-width:1000px){.collection-hero__product-collage{min-height:280px}}@media(max-width:820px){.collection-hero__product-collage{display:none}}
/*# sourceMappingURL=/cdn/shop/t/51/assets/theme.css.map */
