*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 12% 12%,rgba(38,244,255,.11),transparent 28rem),radial-gradient(circle at 88% 18%,rgba(139,92,246,.1),transparent 26rem),linear-gradient(180deg,#050505,#090a0e 48%,#050505);color:var(--color-text);font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);line-height:1.55;min-width:320px;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-1;opacity:.32;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 82%);mask-image:linear-gradient(180deg,#000,transparent 82%)}img,video,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}:focus-visible{outline:2px solid var(--color-primary-2);outline-offset:3px}.page-width{width:min(100% - 32px,var(--page-width));margin-inline:auto}.section{padding:clamp(64px,8vw,120px) 0;position:relative}.main-content{min-height:50vh}.skip-link{position:fixed;top:12px;left:12px;z-index:1000;transform:translateY(-160%);background:var(--color-primary-2);color:#001217;padding:10px 14px;border-radius:6px;font-weight:700}.skip-link:focus{transform:translateY(0)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.eyebrow{margin:0 0 12px;color:var(--color-primary-2);font-size:.74rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,h4{margin:0;color:var(--color-text);font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:1.04;letter-spacing:0}h1{font-size:5.2rem}h2{font-size:3.5rem}h3{font-size:1.25rem}p,.rte{color:var(--color-muted)}.rte a{color:var(--color-primary-2);text-decoration:underline}.placeholder-media{display:grid;place-items:center;min-height:180px;background:linear-gradient(135deg,#00a7ff1f,#ffb02e14);border:1px solid rgba(255,255,255,.08)}.placeholder-svg{width:42%;height:42%;opacity:.24}.button{--button-bg: rgba(255, 255, 255, .06);--button-color: var(--color-text);display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:var(--button-bg);color:var(--button-color);font-weight:800;line-height:1;text-align:center;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-2px);border-color:#26f4ff80;box-shadow:0 18px 45px #00a7ff29}.button--primary{--button-bg: linear-gradient(135deg, var(--color-primary), var(--color-primary-2) 58%, #8bdcff);--button-color: #031015;border-color:#26f4ffb3}.button--ghost{background:#ffffff0e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.button--small{min-height:38px;padding-inline:12px;font-size:.85rem}.button--disabled,.button:disabled{cursor:not-allowed;opacity:.48;transform:none;box-shadow:none}.button--full{width:100%}.button--text{min-height:auto;padding:0;border:0;background:transparent;color:var(--color-primary-2)}.icon-button{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0e;color:var(--color-text);transition:background .18s ease,border-color .18s ease,transform .18s ease}.icon-button:hover{transform:translateY(-1px);border-color:#26f4ff6b;background:#26f4ff1a}.section-heading{max-width:760px;margin-bottom:clamp(28px,5vw,52px)}.section-heading p:last-child{max-width:680px;margin-bottom:0}.section-heading--row{display:flex;align-items:end;justify-content:space-between;gap:24px;max-width:none}.site-header{position:relative;z-index:80;border-bottom:1px solid rgba(255,255,255,.08);background:#050505a8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header--sticky{position:sticky;top:0}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;min-height:var(--header-height);gap:28px}.site-header__brand,.site-footer__logo{display:inline-flex;align-items:center;gap:12px;min-width:0;font-family:var(--font-heading-family);font-weight:800}.site-header__logo{width:var(--logo-width);height:auto;max-height:58px;object-fit:contain}.site-header__mark{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid rgba(38,244,255,.42);border-radius:8px;background:linear-gradient(135deg,#00a7ff3d,#ffb02e29);color:var(--color-primary-2);box-shadow:0 0 28px #00a7ff2e}.site-header__wordmark{white-space:nowrap}.site-nav{display:flex;align-items:center;justify-content:center;gap:6px}.site-nav__item{position:relative}.site-nav__link,.site-nav__dropdown a{display:inline-flex;align-items:center;min-height:42px;padding:0 12px;color:#f4f8ffd1;font-size:.92rem;font-weight:700}.site-nav__link:hover,.site-nav__dropdown a:hover{color:var(--color-primary-2)}.site-nav__dropdown{position:absolute;top:calc(100% + 10px);left:0;min-width:210px;padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#0c0e14f5;box-shadow:0 24px 60px #00000059;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease}.site-nav__item:hover .site-nav__dropdown,.site-nav__item:focus-within .site-nav__dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.site-nav__dropdown a{justify-content:flex-start;width:100%;border-radius:6px}.site-header__actions{display:flex;align-items:center;gap:8px}.cart-button{position:relative}.cart-count{position:absolute;top:-7px;right:-7px;display:grid;place-items:center;min-width:20px;height:20px;padding-inline:5px;border-radius:999px;background:var(--color-accent);color:#120b00;font-size:.72rem;font-weight:900}.site-header__menu-button{display:none}.site-header__menu-button span{width:18px;height:2px;background:currentColor}.mobile-menu,.search-drawer,.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120}.mobile-menu[hidden],.search-drawer[hidden]{display:none}.mobile-menu__panel{width:min(100%,420px);margin-left:auto;min-height:100%;padding:92px 24px 32px;background:#080a0ffa;border-left:1px solid rgba(255,255,255,.1)}.mobile-menu__panel a{display:flex;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:1.1rem;font-weight:800}.mobile-menu__panel .mobile-menu__child{padding-left:16px;color:var(--color-muted);font-size:.95rem}.search-drawer__overlay,.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;border:0;background:#00000094}.search-drawer__panel{position:relative;width:min(100% - 28px,720px);margin:88px auto 0;padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#0c0e14f2;box-shadow:0 30px 90px #00000073}.search-drawer__head,.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.search-form,.search-page__form,.newsletter-form{display:flex;gap:10px}.search-form input,.search-page__form input,.newsletter-form input,.product-form select,.product-form input,.builder-slot select,.sort-form select,.filters-form input,.quantity-field input,.quantity-input{width:100%;min-height:46px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0f;color:var(--color-text);padding:0 14px}.hero-pc{min-height:calc(100vh - var(--header-height));display:grid;align-items:center;overflow:hidden;padding:clamp(72px,8vw,128px) 0 clamp(42px,5vw,78px);isolation:isolate}.hero-pc__canvas,.hero-pc__circuit-layer,.hero-pc__glow{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-pc__canvas{z-index:-2}.hero-pc__circuit-layer{z-index:-3;opacity:.58;background-image:linear-gradient(90deg,transparent 0 47%,rgba(38,244,255,.16) 48% 52%,transparent 53%),linear-gradient(0deg,transparent 0 47%,rgba(139,92,246,.12) 48% 52%,transparent 53%);background-size:180px 180px;animation:circuit-pan 18s linear infinite}.hero-pc__glow{z-index:-4;background:radial-gradient(circle at 66% 44%,rgba(0,167,255,.28),transparent 20rem),radial-gradient(circle at 82% 70%,rgba(255,176,46,.13),transparent 16rem),radial-gradient(circle at 20% 72%,rgba(139,92,246,.18),transparent 22rem)}.hero-pc__inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:center;gap:clamp(28px,5vw,74px)}.hero-pc__content h1{text-wrap:balance}.hero-pc__content p:not(.eyebrow){max-width:660px;font-size:1.16rem}.hero-pc__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-pc__visual{position:relative;min-height:clamp(360px,46vw,650px);perspective:1100px}.hero-pc__fallback-image{position:absolute;inset:8% 0 auto auto;width:min(78%,520px);border-radius:8px;opacity:.28;filter:drop-shadow(0 0 42px rgba(38,244,255,.25))}.hero-pc__rig{position:absolute;inset:8% 0 2% auto;width:min(100%,620px);transform:rotateY(-14deg) rotateX(5deg);transform-style:preserve-3d}.hero-pc__monitor,.hero-pc__case{position:absolute;border:1px solid rgba(38,244,255,.34);border-radius:8px;background:linear-gradient(145deg,#ffffff1f,#ffffff09);box-shadow:inset 0 0 45px #26f4ff1a,0 28px 70px #0000006b,0 0 60px #00a7ff29;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-pc__monitor{left:0;top:18%;width:56%;height:42%}.hero-pc__monitor:after{content:"";position:absolute;left:40%;bottom:-23%;width:20%;height:23%;background:linear-gradient(180deg,#26f4ff61,#ffffff0a);clip-path:polygon(28% 0,72% 0,100% 100%,0 100%)}.hero-pc__monitor span{position:absolute;top:12px;right:12px;bottom:12px;left:12px;border-radius:6px;background:linear-gradient(110deg,transparent 0 40%,rgba(38,244,255,.28) 48%,transparent 56%),radial-gradient(circle at 30% 40%,rgba(38,244,255,.24),transparent 34%),#0000008f;animation:monitor-scan 3.8s ease-in-out infinite}.hero-pc__case{right:0;top:7%;width:44%;height:74%}.hero-pc__case:before{content:"";position:absolute;top:14px;right:14px;bottom:14px;left:14px;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(90deg,transparent 18%,rgba(38,244,255,.28) 19% 20%,transparent 21%),linear-gradient(0deg,transparent 52%,rgba(139,92,246,.26) 53% 54%,transparent 55%)}.hero-pc__fan{position:absolute;right:20%;width:74px;height:74px;border-radius:50%;border:2px solid rgba(38,244,255,.6);box-shadow:0 0 30px #26f4ff47;animation:spin 4s linear infinite}.hero-pc__fan:before,.hero-pc__fan:after{content:"";position:absolute;top:13px;right:13px;bottom:13px;left:13px;border-radius:50%;background:conic-gradient(from 0deg,transparent,rgba(38,244,255,.76),transparent,rgba(255,176,46,.62),transparent)}.hero-pc__fan--one{top:17%}.hero-pc__fan--two{bottom:17%}.hero-pc__gpu,.hero-pc__ram{position:absolute;left:18%;border-radius:5px;background:#26f4ff2e;box-shadow:0 0 24px #26f4ff33}.hero-pc__gpu{bottom:27%;width:46%;height:12px}.hero-pc__ram{top:27%;width:10px;height:34%}.hero-pc__status{display:flex;justify-content:space-between;gap:12px;margin-top:34px;color:#f4f8ffb3;font-size:.78rem;font-weight:800;text-transform:uppercase}.hero-pc__status span{padding:10px 12px;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:#ffffff0b}.category-grid,.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.category-card,.product-card,.review-card,.benchmark-panel,.pc-builder__panel,.pc-builder__notice,.collection-hero,.cart-page__summary,.empty-state,.final-cta__inner{border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);background:linear-gradient(145deg,#ffffff16,#ffffff09),#0c0e14b8;box-shadow:0 24px 70px #0000003d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hover-tilt{transform-style:preserve-3d;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.hover-tilt:hover{border-color:#26f4ff57;box-shadow:0 28px 80px #00a7ff24}.category-card{position:relative;overflow:hidden;min-height:320px}.category-card:before,.product-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 50% 0%,rgba(38,244,255,.16),transparent 45%);opacity:0;transition:opacity .22s ease}.category-card:hover:before,.product-card:hover:before{opacity:1}.category-card__media{height:172px;overflow:hidden}.category-card__image{width:100%;height:100%;object-fit:cover}.category-card__hologram{position:relative;height:100%;background:linear-gradient(135deg,#00a7ff33,#8b5cf61f),radial-gradient(circle,rgba(255,176,46,.1),transparent 50%)}.category-card__hologram span{position:absolute;top:32px;right:32px;bottom:32px;left:32px;border:1px solid rgba(38,244,255,.32);border-radius:8px;transform:skew(-10deg)}.category-card__content,.product-card__content,.review-card{padding:18px}.category-card__content p,.product-card__title,.review-card p{margin-bottom:14px}.category-card__content span{color:var(--color-primary-2);font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{position:relative;overflow:hidden}.product-card__media{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;background:#ffffff0a}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .26s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__availability{position:absolute;left:10px;top:10px;z-index:1;padding:7px 9px;border-radius:6px;background:#0effbc24;color:#7dffd9;font-size:.72rem;font-weight:900;text-transform:uppercase}.product-card__availability.is-sold-out{background:#ff5b5b29;color:#ff8a8a}.product-card__vendor{margin-bottom:8px}.product-card__title{min-height:2.7em;font-family:var(--font-body-family);font-size:1rem;line-height:1.35}.product-card__title a:hover{color:var(--color-primary-2)}.price{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:10px 0 16px}.price__current{color:var(--color-text);font-weight:900}.price__compare{color:var(--color-muted)}.product-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.product-card__form{margin:0}.pc-builder__grid{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:clamp(24px,5vw,64px);align-items:start}.pc-builder__intro{position:sticky;top:calc(var(--header-height) + 28px)}.pc-builder__notice{margin-top:24px;padding:18px}.pc-builder__notice strong{display:block;margin-bottom:6px}.pc-builder__notice span{color:var(--color-muted)}.pc-builder__panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);gap:18px;padding:18px}.pc-builder__slots{display:grid;gap:12px}.builder-slot{display:grid;gap:7px}.builder-slot span,.field-label,.sort-form label{color:#f4f8ffe0;font-size:.82rem;font-weight:800}.pc-builder__summary{display:flex;flex-direction:column;gap:14px;padding:18px;border-radius:8px;background:#00000038;border:1px solid rgba(255,255,255,.08)}.pc-builder__summary strong{display:block;color:var(--color-primary-2);font-family:var(--font-heading-family);font-size:2.35rem;line-height:1}.pc-builder__summary ul{display:grid;gap:8px;padding:0;margin:0;list-style:none;color:var(--color-muted)}.pc-builder__fineprint{margin:0;font-size:.86rem}.benchmarks__grid{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1fr);gap:clamp(24px,5vw,64px);align-items:center}.benchmark-panel{display:grid;gap:18px;padding:22px}.benchmark-row__top{display:flex;justify-content:space-between;gap:16px;font-weight:900}.benchmark-row__bar{height:12px;overflow:hidden;border-radius:999px;background:#ffffff14}.benchmark-row__bar span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--benchmark-color),rgba(255,255,255,.86));box-shadow:0 0 24px #26f4ff38;transition:width .9s cubic-bezier(.2,.8,.2,1)}.benchmark-row.is-visible .benchmark-row__bar span{width:calc(var(--value, 0) * 1%)}.review-card__head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.review-card__avatar{width:56px;height:56px;border-radius:50%;object-fit:cover}.review-card__avatar--fallback{display:grid;place-items:center;background:linear-gradient(135deg,#26f4ff40,#ffb02e2e);color:var(--color-text);font-weight:900}.review-card__stars{color:#fc3;margin-bottom:10px;text-shadow:0 0 14px rgba(255,204,51,.35)}.review-card__stars .is-active{color:#fc3}.faq-section__grid{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1fr);gap:clamp(24px,5vw,64px)}.faq-list,.product-accordions{display:grid;gap:10px}.accordion{border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0b}.accordion summary{cursor:pointer;padding:16px 18px;color:var(--color-text);font-weight:900}.accordion .rte{padding:0 18px 18px}.final-cta__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;padding:clamp(24px,5vw,46px);background:radial-gradient(circle at 78% 14%,rgba(38,244,255,.16),transparent 18rem),linear-gradient(135deg,#ffffff17,#ffffff09)}.final-cta__actions{display:grid;gap:10px}.final-cta__form{grid-column:1 / -1}.product-template__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr);gap:clamp(24px,5vw,70px);align-items:start}.product-gallery{position:sticky;top:calc(var(--header-height) + 28px)}.product-gallery__item{display:none;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0a}.product-gallery__item.is-active{display:block}.product-gallery__image,.product-gallery__video{width:100%;aspect-ratio:1 / 1;object-fit:cover}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:10px;margin-top:12px}.product-gallery__thumb{padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0a}.product-gallery__thumb.is-active{border-color:var(--color-primary-2)}.product-gallery__thumb-image{width:100%;aspect-ratio:1 / 1;object-fit:cover}.product-info{display:grid;gap:18px}.product-info__price .price{margin:0;font-size:1.35rem}.product-info__stock{display:inline-flex;width:fit-content;margin:0;padding:8px 10px;border-radius:6px;background:#0effbc1f;color:#7dffd9;font-weight:900}.product-info__stock.is-sold-out{background:#ff5b5b24;color:#ff8a8a}.product-form{display:grid;gap:12px}.collection-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:24px;align-items:center;padding:clamp(22px,4vw,40px);margin-bottom:22px}.collection-hero__image{width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:8px}.collection-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:18px}.collection-toolbar__filter-toggle{display:none}.sort-form{display:flex;align-items:center;gap:10px;margin-left:auto}.active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.active-filters a{padding:8px 10px;border-radius:6px;background:#26f4ff1a;color:var(--color-primary-2);font-weight:800}.collection-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px}.collection-filters{position:sticky;top:calc(var(--header-height) + 20px);align-self:start}.filters-form{display:grid;gap:12px;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0b}.filter-group{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:10px}.filter-group summary{cursor:pointer;font-weight:900}.filter-group ul{display:grid;gap:8px;padding:10px 0 0;margin:0;list-style:none}.filter-group label,.price-filter label{display:grid;gap:6px;color:var(--color-muted);font-size:.9rem}.price-filter{display:grid;gap:10px;margin-top:10px}.pagination{margin-top:34px;text-align:center}.pagination .page,.pagination .next,.pagination .prev{display:inline-flex;margin:4px;padding:8px 11px;border-radius:6px;background:#ffffff0f}.cart-page__form{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:22px}.cart-page__items{display:grid;gap:12px}.cart-page__line{display:grid;grid-template-columns:104px minmax(0,1fr) 110px auto;gap:16px;align-items:center;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0b}.cart-page__image{width:104px;height:104px;object-fit:cover;border-radius:8px}.cart-page__title{color:var(--color-text);font-weight:900}.cart-page__summary{position:sticky;top:calc(var(--header-height) + 22px);display:grid;gap:14px;align-self:start;padding:18px}.cart-page__summary>div{display:flex;justify-content:space-between;gap:16px;font-size:1.15rem}.cart-drawer{pointer-events:none;opacity:0;transition:opacity .18s ease}.cart-drawer.is-open{pointer-events:auto;opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;display:grid;grid-template-rows:auto 1fr auto;width:min(100%,430px);height:100%;padding:20px;background:#080a0ffa;border-left:1px solid rgba(255,255,255,.1);transform:translate(100%);transition:transform .22s ease}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__items{overflow:auto;display:grid;align-content:start;gap:12px;padding-right:4px}.cart-line{display:grid;grid-template-columns:84px minmax(0,1fr);gap:12px;padding:10px;border-radius:8px;background:#ffffff0b}.cart-line__img{width:84px;height:84px;object-fit:cover;border-radius:8px}.cart-line__info{display:grid;gap:8px}.cart-line__info a{font-weight:800}.cart-line__controls{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.cart-line__controls button{min-width:28px;min-height:28px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:#ffffff0f;color:var(--color-text)}.cart-drawer__footer{display:grid;gap:10px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1)}.cart-drawer__subtotal{display:flex;justify-content:space-between;gap:16px;font-size:1.1rem}.empty-state{padding:clamp(24px,5vw,44px);text-align:center}.empty-state--wide{grid-column:1 / -1}.search-page__form{max-width:820px;margin-bottom:34px}.site-footer{padding:64px 0 28px;border-top:1px solid rgba(255,255,255,.08);background:#020204b8}.site-footer__grid{display:grid;grid-template-columns:minmax(280px,1.3fr) repeat(2,minmax(160px,.7fr)) minmax(240px,1fr);gap:28px}.site-footer__brand p{max-width:420px}.site-footer__contact,.site-footer__social,.site-footer__menu ul{display:grid;gap:8px;padding:0;list-style:none}.site-footer__contact a,.site-footer__social a,.site-footer__menu a{color:var(--color-muted)}.site-footer__contact a:hover,.site-footer__social a:hover,.site-footer__menu a:hover{color:var(--color-primary-2)}.site-footer__menu h2,.site-footer__newsletter h2{margin-bottom:14px;font-size:1rem}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:36px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08)}.payment-icons{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0;list-style:none}.payment-icons svg{width:38px;height:24px}.form-message{margin:8px 0 0;color:var(--color-primary-2)}.form-message--error{color:#ff8a8a}@keyframes circuit-pan{0%{background-position:0 0,0 0}to{background-position:180px 180px,-180px 180px}}@keyframes monitor-scan{0%,to{filter:brightness(.85)}50%{filter:brightness(1.25)}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1180px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pc-builder__panel,.cart-page__form{grid-template-columns:1fr}.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:989px){:root{--header-height: 68px}h1{font-size:3.7rem}h2{font-size:2.65rem}.site-nav,.icon-button--account{display:none}.site-header__inner{grid-template-columns:auto auto;justify-content:space-between}.site-header__menu-button{display:inline-grid}.hero-pc__inner,.pc-builder__grid,.benchmarks__grid,.faq-section__grid,.product-template__grid,.collection-hero{grid-template-columns:1fr}.hero-pc{min-height:auto}.hero-pc__visual{min-height:430px}.pc-builder__intro,.product-gallery,.collection-filters,.cart-page__summary{position:static}.category-grid,.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-layout{grid-template-columns:1fr}.collection-toolbar__filter-toggle{display:inline-flex}.collection-filters{display:none}.collection-filters.is-open{display:block}.final-cta__inner{grid-template-columns:1fr}}@media(max-width:680px){.page-width{width:min(100% - 24px,var(--page-width))}h1{font-size:2.7rem}h2{font-size:2.15rem}.section{padding:56px 0}.section-heading--row,.collection-toolbar,.site-footer__bottom{align-items:stretch;flex-direction:column}.search-form,.search-page__form,.newsletter-form,.hero-pc__actions{flex-direction:column}.hero-pc__visual{min-height:340px}.hero-pc__rig{inset:6% auto 0 0;width:100%;transform:rotateY(-9deg) rotateX(4deg) scale(.92)}.hero-pc__status{display:none}.category-grid,.product-grid,.review-grid,.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-card{min-height:260px}.category-card__media{height:126px}.category-card__content,.product-card__content,.review-card{padding:12px}.product-card__title{font-size:.9rem}.product-card__actions{grid-template-columns:1fr}.button--small{width:100%}.pc-builder__panel{padding:12px}.cart-page__line{grid-template-columns:82px 1fr}.cart-page__image{width:82px;height:82px}.cart-page__line .quantity-field,.cart-page__line>strong{grid-column:2}.site-footer__brand,.site-footer__newsletter{grid-column:1 / -1}}@media(max-width:420px){h1{font-size:2.28rem}.site-header__wordmark{max-width:170px;overflow:hidden;text-overflow:ellipsis}.category-grid,.product-grid,.review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.hero-pc__canvas{display:none}}html{background:#050505}body{background:radial-gradient(circle at 16% 8%,rgba(0,167,255,.14),transparent 26rem),radial-gradient(circle at 85% 6%,rgba(139,92,246,.12),transparent 24rem),radial-gradient(circle at 80% 88%,rgba(255,176,46,.08),transparent 26rem),linear-gradient(180deg,var(--color-bg, #050505) 0%,#090b10 48%,var(--color-bg, #050505) 100%);color:var(--color-text, #f4f8ff)}body:before{z-index:0;opacity:.08;background-image:linear-gradient(rgba(38,244,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(38,244,255,.16) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.75),transparent 72%);mask-image:linear-gradient(180deg,rgba(0,0,0,.75),transparent 72%)}.main-content,.site-header,.site-footer{position:relative;z-index:1}h1{font-size:clamp(3rem,7.2vw,6.6rem);letter-spacing:-.055em}h2{font-size:clamp(2rem,4.6vw,4rem);letter-spacing:-.035em}p,.rte,.category-card__content p,.review-card p{color:var(--color-muted, #9aa7b8)}.button{border-radius:999px;min-height:50px;padding-inline:22px}.button--primary{background:linear-gradient(135deg,#ffffffe0,#26f4ffd1 35%,#00a7ffeb);color:#031015;box-shadow:0 0 0 1px #26f4ff4d,0 18px 48px #00a7ff47}.button--ghost{border-color:#f4f8ff29;background:#ffffff0e;color:var(--color-text, #f4f8ff);box-shadow:inset 0 1px #ffffff14}.button:hover{transform:translateY(-3px);border-color:#26f4ff94;box-shadow:0 24px 60px #00a7ff38}.icon-button{border-radius:14px;background:#ffffff0e;box-shadow:inset 0 1px #ffffff14}.site-header{border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#050505eb,#050505b8);backdrop-filter:blur(22px) saturate(1.35);-webkit-backdrop-filter:blur(22px) saturate(1.35);box-shadow:0 14px 42px #00000047}.site-header__inner{min-height:76px}.site-header__brand{color:var(--color-text, #f4f8ff)}.site-header__fallback-mark{width:46px;height:46px;border-radius:15px;box-shadow:0 0 0 1px #26f4ff42,0 0 34px #00a7ff38}.site-header__wordmark{display:grid;gap:1px;color:var(--color-text, #f4f8ff);line-height:1;letter-spacing:.02em;text-transform:uppercase}.site-header__wordmark span{font-size:.96rem}.site-header__wordmark small{color:var(--color-primary-2, #26f4ff);font-family:var(--font-body-family);font-size:.64rem;letter-spacing:.24em}.site-nav{gap:8px}.site-nav__link{border:1px solid transparent;border-radius:999px;color:#f4f8ffc7;transition:color .18s ease,border-color .18s ease,background .18s ease}.site-nav__link:hover,.site-nav__link:focus-visible{border-color:#26f4ff33;background:#26f4ff0f;color:var(--color-primary-2, #26f4ff)}.cart-count{top:-5px;right:-5px;background:linear-gradient(135deg,var(--color-accent, #ffb02e),#ffe2a1)}.mobile-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#00000094}.mobile-menu__panel{position:relative;overflow:auto;background:radial-gradient(circle at 20% 10%,rgba(38,244,255,.12),transparent 16rem),#080a0ffa;box-shadow:-40px 0 100px #00000075}.mobile-menu__brand{display:flex;align-items:center;gap:12px;margin-bottom:18px;color:var(--color-text, #f4f8ff)}.mobile-menu__brand img{width:40px;height:40px;border-radius:13px}.hero-pc{min-height:calc(100svh - var(--header-height, 78px));padding:clamp(70px,8vw,118px) 0 clamp(54px,6vw,88px);overflow:hidden;isolation:isolate;background:linear-gradient(100deg,#050505f5,#050505eb 36%,#050505c2 62%,#050505f0)}.hero-pc:after{content:"";position:absolute;inset:auto 0 0;z-index:1;height:1px;background:linear-gradient(90deg,transparent,rgba(38,244,255,.48),rgba(255,176,46,.28),transparent)}.hero-pc__background,.hero-pc__canvas,.hero-pc__mesh,.hero-pc__circuit-layer,.hero-pc__aurora{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.hero-pc__background{z-index:0;overflow:hidden}.hero-pc__canvas{z-index:2;opacity:.72;mix-blend-mode:screen}.hero-pc__mesh{z-index:1;opacity:.2;background-image:linear-gradient(rgba(38,244,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(38,244,255,.16) 1px,transparent 1px);background-size:76px 76px;-webkit-mask-image:radial-gradient(circle at 70% 45%,rgba(0,0,0,.78),transparent 62%);mask-image:radial-gradient(circle at 70% 45%,rgba(0,0,0,.78),transparent 62%)}.hero-pc__circuit-layer{z-index:3;opacity:.16;background-image:linear-gradient(90deg,transparent 0 70%,rgba(38,244,255,.25) 70% 71%,transparent 71%),linear-gradient(0deg,transparent 0 64%,rgba(139,92,246,.22) 64% 65%,transparent 65%);background-size:240px 180px;animation:circuit-pan 24s linear infinite;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 45%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 45%,#000 100%)}.hero-pc__aurora{z-index:0;filter:blur(22px);opacity:.9}.hero-pc__aurora--cyan{background:radial-gradient(circle at 72% 42%,rgba(0,167,255,.28),transparent 30rem)}.hero-pc__aurora--violet{background:radial-gradient(circle at 85% 72%,rgba(139,92,246,.18),transparent 28rem),radial-gradient(circle at 18% 82%,rgba(38,244,255,.1),transparent 20rem)}.hero-pc__inner{position:relative;z-index:5;display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);align-items:center;gap:clamp(34px,6vw,92px)}.hero-pc__content{max-width:760px}.hero-pc__eyebrow{display:inline-flex;width:fit-content;align-items:center;gap:10px;padding:8px 12px;border:1px solid rgba(38,244,255,.24);border-radius:999px;background:#26f4ff12;box-shadow:inset 0 1px #ffffff14,0 0 34px #00a7ff1f;color:var(--color-primary-2, #26f4ff);letter-spacing:.18em}.hero-pc__content h1{margin-top:18px;max-width:780px;color:var(--color-text, #f4f8ff);text-shadow:0 0 36px rgba(0,167,255,.18)}.hero-pc__content h1:first-line{background:linear-gradient(90deg,#fff,#bdf9ff 44%,#fff);-webkit-background-clip:text;background-clip:text}.hero-pc__subheading,.hero-pc__content p:not(.eyebrow){max-width:660px;margin-top:22px;color:#f4f8ffc7;font-size:clamp(1rem,1.6vw,1.2rem);line-height:1.75}.hero-pc__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.hero-pc__status{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px;margin-top:34px;color:#f4f8ffbd;font-size:.74rem;font-weight:900;letter-spacing:.11em}.hero-pc__status span{border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff0d;box-shadow:inset 0 1px #ffffff14}.hero-pc__visual{position:relative;min-height:clamp(430px,48vw,650px);perspective:1200px}.hero-pc__fallback-image{position:absolute;inset:auto 0 6% auto;width:min(78%,560px);opacity:.34;filter:drop-shadow(0 0 48px rgba(38,244,255,.28))}.hero-pc__stage{position:absolute;top:0;right:0;bottom:0;left:0;transform-style:preserve-3d;transform:rotateY(-8deg) rotateX(4deg);transition:transform .42s cubic-bezier(.2,.8,.2,1)}.hero-pc__stage:before{content:"";position:absolute;left:16%;right:0;bottom:3%;height:32%;border-radius:50%;background:radial-gradient(ellipse at center,rgba(38,244,255,.2),rgba(139,92,246,.11) 34%,transparent 68%);filter:blur(22px);transform:rotateX(74deg)}.hero-pc__assembly-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(38,244,255,.72),rgba(255,176,46,.42),transparent);box-shadow:0 0 18px #26f4ff47;opacity:.7}.hero-pc__assembly-line--one{top:23%;left:10%;width:72%;transform:rotate(-4deg)}.hero-pc__assembly-line--two{top:64%;left:4%;width:78%;transform:rotate(6deg)}.hero-pc__assembly-line--three{top:42%;right:3%;width:34%;transform:rotate(90deg);opacity:.26}.hero-pc__holo-card{position:absolute;z-index:7;display:grid;gap:2px;min-width:92px;padding:10px 13px;border:1px solid rgba(38,244,255,.62);border-radius:12px;background:#020e16b8;color:var(--color-primary-2, #26f4ff);box-shadow:0 0 30px #00a7ff33,inset 0 1px #ffffff14;transform:translateZ(72px) rotate(-2deg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:holo-float 5s ease-in-out infinite}.hero-pc__holo-card span{font-size:.72rem;font-weight:900;letter-spacing:.08em}.hero-pc__holo-card strong{color:#fff;font-size:.72rem}.hero-pc__holo-card--fan{top:13%;left:25%}.hero-pc__holo-card--gpu{left:12%;bottom:25%;animation-delay:-1.4s}.hero-pc__holo-card--cpu{right:13%;top:17%;animation-delay:-2.1s}.hero-pc__monitor,.hero-pc__tower{position:absolute;border:1px solid rgba(38,244,255,.3);border-radius:24px;background:linear-gradient(145deg,#ffffff17,#ffffff06);box-shadow:inset 0 1px #ffffff1f,inset 0 0 60px #26f4ff12,0 34px 90px #00000070,0 0 72px #00a7ff29;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.hero-pc__monitor{z-index:5;left:4%;top:28%;width:50%;height:35%;transform:translateZ(32px)}.hero-pc__monitor-screen{position:absolute;top:16px;right:16px;bottom:16px;left:16px;overflow:hidden;border-radius:16px;background:linear-gradient(112deg,transparent 0 40%,rgba(38,244,255,.26) 47%,transparent 54%),radial-gradient(circle at 32% 42%,rgba(38,244,255,.24),transparent 36%),linear-gradient(135deg,#021018f5,#080e16c7);border:1px solid rgba(255,255,255,.07);box-shadow:inset 0 0 38px #26f4ff21}.hero-pc__monitor-scan{position:absolute;top:16px;right:16px;bottom:16px;left:16px;border-radius:16px;background:linear-gradient(90deg,transparent,rgba(38,244,255,.22),transparent);width:38%;animation:monitor-sweep 4s ease-in-out infinite}.hero-pc__monitor-stand{position:absolute;z-index:3;left:22%;top:62%;width:16%;height:14%;background:linear-gradient(180deg,#26f4ff40,#ffffff0a);clip-path:polygon(28% 0,72% 0,100% 100%,0 100%);filter:drop-shadow(0 0 20px rgba(38,244,255,.18))}.hero-pc__tower{z-index:4;right:1%;top:8%;width:43%;height:79%;border-radius:26px;transform:translateZ(56px) rotateY(-5deg)}.hero-pc__tower-glass{position:absolute;top:18px;right:18px;bottom:18px;left:18px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 68% 22%,rgba(38,244,255,.12),transparent 18rem),linear-gradient(115deg,rgba(255,255,255,.08),transparent 34% 68%,rgba(255,176,46,.05))}.hero-pc__tower-line{position:absolute;border-radius:999px;background:#26f4ff6b;box-shadow:0 0 24px #26f4ff5c}.hero-pc__tower-line--vertical{left:25%;top:14%;width:6px;height:52%}.hero-pc__tower-line--horizontal{left:22%;bottom:27%;width:66%;height:6px}.hero-pc__fan{position:absolute;right:20%;width:clamp(52px,7vw,84px);height:clamp(52px,7vw,84px);border-radius:50%;border:2px solid rgba(38,244,255,.62);box-shadow:0 0 30px #26f4ff47,inset 0 0 24px #8b5cf629;animation:spin 4.5s linear infinite,rgb-breathe 4s ease-in-out infinite}.hero-pc__fan:before,.hero-pc__fan:after{content:"";position:absolute;top:13%;right:13%;bottom:13%;left:13%;border-radius:50%;background:conic-gradient(from 0deg,transparent,rgba(38,244,255,.86),transparent 35%,rgba(255,176,46,.72),transparent 72%,rgba(139,92,246,.66),transparent)}.hero-pc__fan:after{top:36%;right:36%;bottom:36%;left:36%;background:linear-gradient(135deg,#26f4fffa,#ffb02ed9);box-shadow:0 0 22px #26f4ff75}.hero-pc__fan--one{top:20%}.hero-pc__fan--two{top:47%;animation-delay:-.7s}.hero-pc__fan--three{bottom:10%;animation-delay:-1.35s}.hero-pc__gpu,.hero-pc__ram{position:absolute;border-radius:999px;background:linear-gradient(90deg,#26f4ff80,#8b5cf647);box-shadow:0 0 26px #26f4ff47}.hero-pc__gpu{left:18%;bottom:25%;width:45%;height:12px}.hero-pc__ram{top:22%;width:8px;height:32%}.hero-pc__ram--one{left:17%}.hero-pc__ram--two{left:22%;background:linear-gradient(180deg,#ffb02e7a,#26f4ff52)}.category-card,.product-card,.review-card,.benchmark-panel,.pc-builder__panel,.pc-builder__notice,.collection-hero,.cart-page__summary,.empty-state,.final-cta__inner,.accordion,.filters-form,.cart-page__line,.cart-line,.search-drawer__panel{border-radius:var(--radius, 18px);background:linear-gradient(145deg,#ffffff16,#ffffff08),#0c0e14c7;border-color:#ffffff1b}.category-card,.product-card,.review-card,.benchmark-panel,.pc-builder__panel{box-shadow:0 24px 80px #0000003d,inset 0 1px #ffffff14}@keyframes holo-float{0%,to{transform:translateZ(72px) rotate(-2deg)}50%{transform:translate3d(0,-12px,92px) rotate(1deg)}}@keyframes monitor-sweep{0%,to{transform:translate(-34%);opacity:.18}50%{transform:translate(184%);opacity:.44}}@keyframes rgb-breathe{0%,to{filter:hue-rotate(0deg) brightness(.95)}50%{filter:hue-rotate(36deg) brightness(1.28)}}@media(max-width:1180px){.hero-pc__inner{grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr)}}@media(max-width:989px){.site-header__inner{min-height:68px}.hero-pc{min-height:auto;padding-top:64px}.hero-pc__inner{grid-template-columns:1fr;gap:34px}.hero-pc__content{text-align:left}.hero-pc__visual{min-height:450px}.hero-pc__stage{transform:rotateY(-5deg) rotateX(3deg) scale(.98)}.hero-pc__mesh,.hero-pc__circuit-layer{opacity:.1}}@media(max-width:680px){.site-header__wordmark span{font-size:.82rem}.site-header__wordmark small{font-size:.55rem}.site-header__fallback-mark{width:40px;height:40px;border-radius:13px}.hero-pc{padding-top:52px}.hero-pc__content h1{margin-top:14px}.hero-pc__actions .button{width:100%}.hero-pc__status{display:none}.hero-pc__visual{min-height:340px}.hero-pc__stage{left:-8%;width:112%;transform:rotateY(-3deg) rotateX(2deg) scale(.92)}.hero-pc__holo-card{display:none}.hero-pc__monitor{left:2%;top:34%;width:51%;height:33%}.hero-pc__tower{right:2%;top:13%;width:46%;height:72%}.hero-pc__mesh,.hero-pc__circuit-layer,.hero-pc__canvas{opacity:.08}}@media(max-width:420px){.hero-pc__visual{min-height:300px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.hero-pc__canvas,.hero-pc__circuit-layer,.hero-pc__assembly-line{display:none}}.hero-pc{--hero-progress: .38}.hero-pc__holo-card,.hero-pc__fan,.hero-pc__gpu,.hero-pc__ram{will-change:transform,opacity}.hero-pc.is-powered .hero-pc__monitor-screen{box-shadow:inset 0 0 48px #26f4ff3d,0 0 42px #26f4ff2e}.hero-pc__monitor,.hero-pc__tower{opacity:1}.hero-pc__assembly-line--one{opacity:.62}.hero-pc__assembly-line--two{opacity:.48}.icon-button--account{display:none!important}html.menu-open,html.pc-builder-open{overflow:hidden}.site-header__menu-button{align-items:center;justify-content:center;gap:5px;flex-direction:column}.site-header__menu-button span{display:block;width:19px;height:2px;border-radius:999px;background:currentColor;transition:transform .16s ease,opacity .16s ease}.site-header__menu-button[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.site-header__menu-button[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-menu{opacity:0;pointer-events:none;transition:opacity .18s ease}.mobile-menu.is-open{opacity:1;pointer-events:auto}.mobile-menu__overlay{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.mobile-menu__panel{margin-left:auto;width:min(88vw,390px);height:100svh;min-height:100svh;padding:calc(var(--header-height, 70px) + 18px) 22px 28px;transform:translate(100%);transition:transform .22s cubic-bezier(.2,.8,.2,1);outline:0}.mobile-menu.is-open .mobile-menu__panel{transform:translate(0)}.mobile-menu__panel a{align-items:center;min-height:48px;color:#f4f8ffe6}.mobile-menu__panel a:hover,.mobile-menu__panel a:focus-visible{color:var(--color-primary-2, #26f4ff)}@media(max-width:989px){.site-header__menu-button{display:inline-flex}}.pc-builder-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;opacity:0;pointer-events:none;transition:opacity .18s ease}.pc-builder-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;border:0;background:#000000ad;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.pc-builder-modal__panel{position:relative;width:min(100% - 28px,1120px);max-height:min(88svh,860px);margin:min(6svh,54px) auto 0;overflow:auto;padding:clamp(18px,3vw,28px);border:1px solid rgba(38,244,255,.2);border-radius:calc(var(--radius, 18px) + 8px);background:radial-gradient(circle at 16% 0%,rgba(38,244,255,.14),transparent 18rem),radial-gradient(circle at 85% 15%,rgba(139,92,246,.12),transparent 18rem),#080a0ffa;box-shadow:0 44px 130px #0000009e,inset 0 1px #ffffff14;transform:translateY(14px) scale(.985);transition:transform .22s cubic-bezier(.2,.8,.2,1);outline:0}.pc-builder-modal.is-open .pc-builder-modal__panel{transform:translateY(0) scale(1)}.pc-builder-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.pc-builder-modal__header h2{font-size:clamp(1.7rem,3vw,2.55rem)}.pc-builder__grid--modal{grid-template-columns:minmax(240px,.52fr) minmax(0,1.48fr);gap:clamp(18px,3vw,34px)}.pc-builder-modal .pc-builder__intro{position:static}.pc-builder-modal .pc-builder__panel{grid-template-columns:minmax(0,1fr) minmax(250px,.48fr);max-height:none}.pc-builder-modal .pc-builder__notice{margin-top:18px}.site-footer__newsletter{display:none!important}.site-footer__grid{grid-template-columns:minmax(280px,1.15fr) repeat(2,minmax(160px,.7fr))}.final-cta.section{padding:clamp(36px,5vw,64px) 0}.final-cta__inner{max-width:980px;margin-inline:auto;padding:clamp(18px,3vw,30px);grid-template-columns:minmax(0,1fr) auto}.final-cta__inner h2{font-size:clamp(1.65rem,3vw,2.55rem)}.final-cta__inner p:not(.eyebrow){margin-bottom:0}.faq-list{gap:12px}.accordion summary{display:flex;align-items:center;justify-content:space-between;gap:16px;list-style:none}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:"+";display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:999px;background:#26f4ff1a;color:var(--color-primary-2, #26f4ff);font-size:1.05rem;line-height:1}.accordion[open] summary:after{content:"\2013"}.accordion[open]{border-color:#26f4ff47;box-shadow:0 18px 44px #00a7ff17}@media(max-width:989px){.pc-builder-modal__panel{width:min(100% - 20px,760px);max-height:92svh;margin-top:4svh}.pc-builder__grid--modal,.pc-builder-modal .pc-builder__panel,.final-cta__inner{grid-template-columns:1fr}}@media(max-width:680px){.site-header__actions{gap:6px}.site-header__actions .icon-button{width:40px;height:40px}.mobile-menu__panel{width:min(92vw,360px);padding-inline:18px}.pc-builder-modal__panel{width:calc(100% - 16px);padding:16px;border-radius:18px}.pc-builder-modal__header{align-items:center}.pc-builder-modal .pc-builder__panel{padding:12px}.final-cta__actions,.final-cta__actions .button{width:100%}.site-footer__grid{grid-template-columns:1fr}}.site-header,.site-header--sticky{z-index:900}.site-header__fallback-logo,.site-footer__fallback-logo{display:block;width:var(--logo-width, 190px);max-width:min(var(--logo-width, 190px),46vw);height:auto;max-height:60px;object-fit:contain;border-radius:14px;background:#fffffff5;padding:4px 10px;box-shadow:0 0 34px #26f4ff1f}.site-footer__fallback-logo{max-height:82px;padding:6px 12px}.mobile-menu,.search-drawer,.cart-drawer,.pc-builder-modal{z-index:10000!important}.mobile-menu__overlay,.mobile-menu__panel,.search-drawer__overlay,.search-drawer__panel,.cart-drawer__overlay,.cart-drawer__panel{position:relative;z-index:1}.mobile-menu__overlay,.search-drawer__overlay,.cart-drawer__overlay{position:absolute;z-index:0}.mobile-menu__panel{z-index:2;background:radial-gradient(circle at 16% 0%,rgba(38,244,255,.14),transparent 17rem),radial-gradient(circle at 86% 16%,rgba(255,176,46,.08),transparent 14rem),#05070cfb;border-left:1px solid rgba(38,244,255,.18);box-shadow:-28px 0 90px #0000008f,inset 1px 0 #ffffff0f}.mobile-menu__brand{align-items:center}.mobile-menu__logo{width:74px;height:74px;object-fit:contain;border-radius:16px;background:#fffffff5;padding:5px;box-shadow:0 0 28px #26f4ff29}.collection-toolbar__filter-toggle{gap:9px;border-color:#26f4ff47;background:linear-gradient(135deg,#26f4ff1f,#8b5cf614),#ffffff0b;color:var(--color-text);box-shadow:inset 0 1px #ffffff14}.collection-filters__overlay,.collection-filters__head,.filter-group--sort{display:none}.collection-filters__panel{position:relative}.collection-filters .filters-form{background:linear-gradient(145deg,#ffffff16,#ffffff08),#080a0feb;border-color:#26f4ff29}.filter-group summary{color:var(--color-text);list-style:none}.filter-group summary::-webkit-details-marker{display:none}.filter-group label,.price-filter label{color:#f4f8ffc7}.filter-group input[type=checkbox]{width:18px;min-height:18px;height:18px;margin:0;padding:0;border-radius:5px;accent-color:var(--color-primary-2)}.filter-group input[type=checkbox]:disabled+span{opacity:.45}.filter-group label:has(input[type=checkbox]){display:flex;grid-template-columns:none;align-items:center;gap:10px}.filters-form input[type=number],.filters-form select,.collection-filters select,.sort-form select{min-height:48px;border:1px solid rgba(38,244,255,.18);border-radius:999px;background:linear-gradient(135deg,#26f4ff12,#8b5cf60b),#05070cd1;color:var(--color-text);box-shadow:inset 0 1px #ffffff0f}.filters-form input::placeholder{color:#f4f8ff85}.filters-form__actions{display:grid;gap:10px;padding-top:4px}@media(max-width:989px){html.filters-open{overflow:hidden}.collection-toolbar{flex-direction:row;align-items:center}.collection-toolbar--has-filters .sort-form{display:none}.collection-toolbar__filter-toggle{display:inline-flex;width:100%;justify-content:flex-start;min-height:52px;padding-inline:16px;border-radius:18px;font-size:1rem}.collection-layout{grid-template-columns:1fr}.collection-filters{position:fixed!important;top:0;right:0;bottom:0;left:0;display:block!important;z-index:9500;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}.collection-filters.is-open{opacity:1;pointer-events:auto;visibility:visible}.collection-filters__overlay{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;border:0;background:#000000a8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.collection-filters__panel{position:relative;width:min(100% - 22px,430px);max-height:calc(100svh - 24px);margin:12px auto;overflow:auto;padding:18px;border:1px solid rgba(38,244,255,.22);border-radius:26px;background:radial-gradient(circle at 15% 0%,rgba(38,244,255,.18),transparent 17rem),radial-gradient(circle at 86% 18%,rgba(139,92,246,.15),transparent 18rem),linear-gradient(180deg,#0b0e16fa,#05070cfa);box-shadow:0 40px 120px #000000a3,inset 0 1px #ffffff14;transform:translateY(18px) scale(.985);transition:transform .22s cubic-bezier(.2,.8,.2,1)}.collection-filters.is-open .collection-filters__panel{transform:translateY(0) scale(1)}.collection-filters__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.collection-filters__head h2{font-size:1.45rem}.collection-filters .filters-form{padding:0;border:0;background:transparent;box-shadow:none}.filter-group{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.09)}.filter-group summary,.filter-group--sort>label{font-size:1.02rem;font-weight:900}.filter-group ul{gap:12px}.price-filter{grid-template-columns:1fr 1fr;gap:10px}.price-filter label>span{display:none}.filter-group--sort{display:grid;gap:10px}.filters-form__actions{position:sticky;bottom:-18px;margin-inline:-18px;padding:16px 18px 18px;background:linear-gradient(180deg,#05070c00,#05070cf5 18%,#05070cfc)}.collection-products .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px}.collection-products .product-card__content{padding:12px}.collection-products .product-card__title{font-size:.88rem;min-height:2.55em}.collection-products .price{font-size:.92rem}}@media(max-width:520px){.site-header__fallback-logo{width:min(132px,36vw);max-height:50px;padding:3px 7px;border-radius:12px}.mobile-menu__logo{width:62px;height:62px}.collection-filters__panel{width:calc(100% - 16px);margin-block:8px;padding:16px;border-radius:22px}.filters-form__actions{margin-inline:-16px;padding-inline:16px}}.site-header__fallback-logo{width:58px;height:58px;max-width:18vw;max-height:58px;object-fit:contain}.site-footer__fallback-logo{width:min(190px,54vw);height:auto;max-height:none;object-fit:contain}@media(max-width:520px){.site-header__fallback-logo{width:48px;height:48px;max-height:48px}}.site-header{overflow:visible}.announcement-bar{position:relative;overflow:hidden;min-height:34px;border-bottom:1px solid rgba(38,244,255,.14);background:linear-gradient(90deg,#00a7ff2e,#8b5cf61f,#ffb02e21),#05070cf0;color:var(--color-text);box-shadow:inset 0 -1px #ffffff0a}.announcement-bar:before,.announcement-bar:after{content:"";position:absolute;inset-block:0;width:90px;z-index:2;pointer-events:none}.announcement-bar:before{left:0;background:linear-gradient(90deg,#05070c,#05070c00)}.announcement-bar:after{right:0;background:linear-gradient(270deg,#05070c,#05070c00)}.announcement-bar__track{display:flex;width:max-content;align-items:center;gap:18px;min-height:34px;padding-inline:18px;color:inherit;font-size:.78rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase;white-space:nowrap;animation:megav-marquee var(--announcement-speed, 24s) linear infinite}.announcement-bar__track:hover{animation-play-state:paused}.announcement-bar__item{text-shadow:0 0 18px rgba(38,244,255,.34)}.announcement-bar__dot{width:6px;height:6px;border-radius:999px;background:var(--color-accent);box-shadow:0 0 16px #ffb02eb3}@keyframes megav-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.announcement-bar__track{animation:none;transform:none}}.site-header__brand{color:var(--color-text)}.site-header__logo-badge{display:inline-grid;place-items:center;width:54px;height:54px;flex:0 0 auto;border-radius:999px;border:1px solid rgba(38,244,255,.26);background:radial-gradient(circle at 30% 18%,rgba(38,244,255,.18),transparent 40%),#fffffff5;box-shadow:0 0 0 4px #26f4ff0d,0 0 30px #26f4ff38,0 14px 34px #00000047;overflow:hidden}.site-header__fallback-logo{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;padding:0!important;border-radius:999px!important;background:transparent!important;object-fit:cover!important;box-shadow:none!important}.site-header__wordmark{display:inline-flex;max-width:min(230px,34vw);color:var(--color-text);font-size:clamp(.84rem,1.2vw,1.02rem);font-family:var(--font-heading-family);letter-spacing:.08em;text-transform:uppercase;text-shadow:0 0 20px rgba(38,244,255,.2)}.site-footer__logo{align-items:flex-start}.site-footer__fallback-logo{width:132px!important;height:132px!important;max-width:132px!important;max-height:132px!important;padding:0!important;border-radius:999px!important;object-fit:cover!important;background:#fffffffa!important;border:1px solid rgba(38,244,255,.24);box-shadow:0 0 0 6px #26f4ff0d,0 0 42px #26f4ff24,0 18px 60px #00000057!important}.collection-template{transition:opacity .18s ease}.collection-template.is-loading [data-collection-products]{opacity:.46;filter:saturate(.82);pointer-events:none;transition:opacity .18s ease,filter .18s ease}.collection-template.is-loading [data-collection-products]:before{content:"Actualizando resultados...";position:sticky;top:calc(var(--header-height) + 18px);z-index:4;display:inline-flex;align-items:center;gap:10px;margin:0 0 14px;padding:10px 14px;border:1px solid rgba(38,244,255,.22);border-radius:999px;background:#05070ce0;color:var(--color-primary-2);font-size:.82rem;font-weight:900;box-shadow:0 16px 44px #00000057}.collection-filters__panel{will-change:transform,opacity}.collection-filters .filters-form{gap:14px}.collection-filters .button--primary{box-shadow:0 0 26px #26f4ff2e,0 14px 36px #00000047}.collection-filters .button--ghost{background:#ffffff09}.filter-group summary{position:relative;padding-right:28px}.filter-group summary:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);color:var(--color-primary-2);font-weight:900}.filter-group[open] summary:after{content:"\2013"}@media(max-width:989px){.site-header__inner{min-height:70px}.site-header__brand{gap:9px}.site-header__logo-badge{width:48px;height:48px}.site-header__wordmark{max-width:44vw;font-size:.76rem;letter-spacing:.06em;line-height:1.15}.collection-filters__panel{transform:translate3d(0,24px,0) scale(.98);opacity:0}.collection-filters.is-open .collection-filters__panel{transform:translateZ(0) scale(1);opacity:1}.collection-filters .filters-form{gap:0}}@media(max-width:520px){.announcement-bar__track{min-height:30px;font-size:.69rem;letter-spacing:.12em}.site-header__logo-badge{width:42px;height:42px}.site-header__wordmark{max-width:36vw;font-size:.68rem}.site-footer__fallback-logo{width:110px!important;height:110px!important;max-width:110px!important;max-height:110px!important}}.site-footer{position:relative;padding:24px 0 18px;background:radial-gradient(circle at 12% 10%,rgba(0,167,255,.12),transparent 32%),radial-gradient(circle at 88% 10%,rgba(139,92,246,.1),transparent 30%),#050505;border-top:1px solid rgba(38,244,255,.12);overflow:hidden}.site-footer .page-width{width:min(1180px,calc(100% - 34px));margin-inline:auto}.site-footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(38,244,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(38,244,255,.03) 1px,transparent 1px);background-size:42px 42px;opacity:.55}.site-footer__grid,.site-footer__bottom{position:relative;z-index:1}.site-footer__grid{position:relative;display:grid;grid-template-columns:minmax(250px,330px) minmax(0,1fr);gap:44px;align-items:start;min-height:230px;padding-bottom:12px}.site-footer__marquee{position:absolute;top:8px;bottom:8px;left:355px;right:0;display:flex;align-items:center;overflow:hidden;pointer-events:none;z-index:0}.site-footer__marquee-track{min-width:max-content;white-space:nowrap;animation:megavFooterSlide 14s ease-in-out infinite alternate}.site-footer__marquee-track span{display:block;font-size:clamp(2.2rem,6vw,5.4rem);line-height:1;font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:#f4f8ff11;text-shadow:0 0 18px rgba(38,244,255,.1),0 0 34px rgba(139,92,246,.08);white-space:nowrap}@keyframes megavFooterSlide{0%{transform:translate(8%)}to{transform:translate(-18%)}}.site-footer__brand,.site-footer__links-area{position:relative;z-index:2}.site-footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.site-footer__logo{display:inline-flex;width:78px;height:78px;align-items:center;justify-content:center;border-radius:999px;padding:7px;background:linear-gradient(#080b11,#080b11) padding-box,linear-gradient(135deg,#26f4ffeb,#ffb02edb) border-box;border:1px solid transparent;box-shadow:0 0 24px #26f4ff1f,0 10px 30px #0000003d;overflow:hidden}.site-footer__logo-img{width:100%;height:100%;object-fit:contain;border-radius:999px;background:#fff;display:block}.site-footer__description{margin:0;max-width:320px;color:#f4f8ffbd;font-size:.9rem;line-height:1.65}.site-footer__contact{display:flex;flex-direction:column;gap:8px}.site-footer__contact a{color:#f4f8ffb8;text-decoration:none;font-size:.88rem}.site-footer__contact a:hover{color:#26f4ff}.site-footer__links-area{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:24px;align-items:start}.site-footer__menu h2{margin:0 0 12px;color:#fff;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.site-footer__menu ul{display:grid;gap:8px;list-style:none;padding:0;margin:0}.site-footer__menu a,.site-footer__social a{color:#f4f8ffad;font-size:.86rem;text-decoration:none;transition:color .18s ease,transform .18s ease}.site-footer__menu a:hover,.site-footer__social a:hover{color:#26f4ff;transform:translate(2px)}.site-footer__social{display:flex;flex-wrap:wrap;gap:8px}.site-footer__social a{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border:1px solid rgba(38,244,255,.14);border-radius:999px;background:#ffffff08}.site-footer__bottom{display:grid;justify-items:center;gap:12px;margin-top:12px;padding-top:15px;border-top:1px solid rgba(244,248,255,.08);text-align:center}.site-footer__copyright{margin:0;color:#f4f8ff94;font-size:.76rem;line-height:1.4;text-align:center}.payment-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:0;margin:0;list-style:none}.payment-icons li{display:inline-flex;max-height:22px;opacity:.74}.payment-icons svg{height:22px;width:auto}@media screen and (max-width:980px){.site-footer{padding-top:26px}.site-footer__grid{grid-template-columns:1fr;gap:28px;min-height:auto}.site-footer__marquee{position:relative;left:auto;right:auto;top:auto;bottom:auto;min-height:74px;margin-bottom:4px;justify-content:center;order:1}.site-footer__marquee-track{animation:none}.site-footer__marquee-track span{font-size:clamp(1.6rem,7vw,3rem);text-align:center;white-space:normal;letter-spacing:.16em}.site-footer__brand{align-items:center;text-align:center;order:2}.site-footer__description{max-width:520px}.site-footer__contact{align-items:center}.site-footer__links-area{grid-template-columns:repeat(2,minmax(140px,1fr));gap:22px 18px;order:3}.site-footer__social-wrap{grid-column:1 / -1}.site-footer__social{justify-content:center}}@media screen and (max-width:640px){.site-footer .page-width{width:min(100% - 28px,1180px)}.site-footer__links-area{grid-template-columns:1fr;text-align:center}.site-footer__menu ul{justify-items:center}.site-footer__menu a:hover,.site-footer__social a:hover{transform:none}.site-footer__logo{width:70px;height:70px}.site-footer__description{font-size:.86rem}.site-footer__marquee{min-height:60px}.site-footer__marquee-track span{font-size:1.42rem;letter-spacing:.12em}}.mobile-menu__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.mobile-menu__close{width:42px;height:42px;flex:0 0 42px;display:inline-flex;align-items:center;justify-content:center;color:#f4f8ffe6;background:#ffffff0b;border:1px solid rgba(38,244,255,.18);border-radius:999px;cursor:pointer;box-shadow:0 0 20px #26f4ff14}.mobile-menu__close:hover{color:#fff;border-color:#26f4ff61;background:#26f4ff14}.mobile-menu__nav{display:grid;gap:10px}.mobile-menu__nav a{display:flex;align-items:center;min-height:46px;padding:12px 14px;color:#f4f8ffdb;text-decoration:none;border:1px solid rgba(38,244,255,.12);border-radius:16px;background:#ffffff09}.mobile-menu__nav a:hover{color:#fff;border-color:#26f4ff52;background:#26f4ff12}.mobile-menu__nav .mobile-menu__child{margin-left:14px;min-height:40px;font-size:.9rem;opacity:.82}.pc-builder-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000!important;display:grid;place-items:center;padding:20px;background:#000000b8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .18s ease}.pc-builder-modal.is-open{opacity:1;pointer-events:auto}.pc-builder-modal[hidden]{display:none!important}.pc-builder-modal__panel{position:relative;z-index:2;width:min(1080px,100%);max-height:min(86vh,760px);overflow-y:auto;border-radius:28px;background:radial-gradient(circle at 12% 0%,rgba(38,244,255,.16),transparent 26rem),radial-gradient(circle at 88% 10%,rgba(139,92,246,.14),transparent 24rem),#05070cfa;border:1px solid rgba(38,244,255,.18);box-shadow:0 34px 120px #000000b8,inset 0 1px #ffffff0f}html.pc-builder-open,html.pc-builder-open body{overflow:hidden!important;overscroll-behavior:none}body.pc-builder-open{position:fixed;width:100%;left:0;right:0}@media screen and (max-width:749px){.pc-builder-modal{align-items:flex-start;justify-content:center;padding-left:10px;padding-right:10px;padding-top:calc(var(--header-height, 74px) + env(safe-area-inset-top,0px) + 42px);padding-bottom:calc(env(safe-area-inset-bottom,0px) + 14px)}.pc-builder-modal__panel{width:100%;max-height:calc(100svh - var(--header-height, 74px) - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 68px);border-radius:24px}}@media screen and (max-width:749px){.category-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.category-card{width:100%!important;min-width:0!important;min-height:220px;border-radius:18px}.category-card__media{height:112px}.category-card__content{padding:12px}.category-card__content h3{font-size:.92rem;line-height:1.15}.category-card__content p{font-size:.76rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-card__content span{font-size:.72rem}}@media screen and (max-width:390px){.category-grid{gap:10px!important}.category-card{min-height:205px;border-radius:16px}.category-card__media{height:96px}.category-card__content{padding:10px}.category-card__content h3{font-size:.84rem}.category-card__content p{font-size:.72rem}}@media screen and (max-width:749px){.category-grid,.product-grid,.review-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.category-card,.product-card,.review-card{width:100%!important;min-width:0!important;border-radius:18px}.category-card{min-height:220px}.category-card__media{height:112px}.category-card__content,.product-card__content,.review-card{padding:12px}.category-card__content h3,.product-card__title,.review-card h3{font-size:.9rem;line-height:1.2}.category-card__content p,.review-card p{font-size:.74rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__actions{grid-template-columns:1fr}}@media screen and (max-width:390px){.category-grid,.product-grid,.review-grid{gap:10px!important}.category-card{min-height:205px}.category-card__media{height:96px}.category-card__content,.product-card__content,.review-card{padding:10px}.category-card__content h3,.product-card__title,.review-card h3{font-size:.82rem}.category-card__content p,.review-card p{font-size:.7rem}}.product-gallery{width:100%;max-width:620px;margin-inline:auto}.product-gallery__viewport{position:relative;width:100%;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:24px;background:radial-gradient(circle at 50% 8%,rgba(38,244,255,.09),transparent 42%),#ffffff09;box-shadow:0 24px 80px #00000047,inset 0 1px #ffffff14}.product-gallery__track{display:flex;width:100%;transition:transform .26s ease;will-change:transform}.product-gallery__item{display:grid!important;place-items:center;flex:0 0 100%;width:100%;aspect-ratio:1 / 1;max-height:590px;overflow:hidden;border:0!important;border-radius:0!important;background:transparent!important}.product-gallery__image,.product-gallery__video{width:100%;height:100%;max-height:560px;object-fit:contain;padding:18px}.product-gallery__arrow{position:absolute;top:50%;z-index:4;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(38,244,255,.24);border-radius:999px;background:#05070cb8;color:#fff;font-size:2rem;line-height:1;transform:translateY(-50%);box-shadow:0 0 26px #26f4ff1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-gallery__arrow:hover{border-color:#26f4ff80;background:#26f4ff1f}.product-gallery__arrow--prev{left:14px}.product-gallery__arrow--next{right:14px}.product-gallery__thumbs{display:flex!important;flex-direction:row!important;align-items:center;gap:10px!important;width:100%;margin-top:14px;padding:4px 2px 8px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity}.product-gallery__thumbs::-webkit-scrollbar{height:6px}.product-gallery__thumbs::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.product-gallery__thumbs::-webkit-scrollbar-thumb{background:#26f4ff52;border-radius:999px}.product-gallery__thumb{flex:0 0 74px!important;width:74px!important;height:74px!important;min-width:74px!important;min-height:74px!important;padding:5px!important;display:grid!important;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#ffffff0b;overflow:hidden;scroll-snap-align:start}.product-gallery__thumb.is-active{border-color:#26f4ffc7;box-shadow:0 0 0 1px #26f4ff38,0 0 22px #26f4ff2e}.product-gallery__thumb-image{width:100%!important;height:100%!important;aspect-ratio:1 / 1;object-fit:contain!important;padding:0!important}@media screen and (max-width:989px){.product-gallery{max-width:560px}.product-gallery__item{max-height:520px}.product-gallery__image,.product-gallery__video{max-height:500px}}@media screen and (max-width:749px){.product-gallery{max-width:100%}.product-gallery__viewport{border-radius:20px}.product-gallery__item{max-height:390px}.product-gallery__image,.product-gallery__video{max-height:360px;padding:12px}.product-gallery__arrow{width:36px;height:36px;font-size:1.65rem}.product-gallery__arrow--prev{left:10px}.product-gallery__arrow--next{right:10px}.product-gallery__thumb{flex-basis:62px!important;width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important;border-radius:14px}}.product-info [class*=cod]:nth-of-type(n+2),.product-info [id*=cod]:nth-of-type(n+2),.product-info [class*=releasit]:nth-of-type(n+2),.product-info [id*=releasit]:nth-of-type(n+2){display:none!important}.product-card__actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.product-card__actions form{display:none!important}.product-card .button,.product-card a.button,.product-card button{width:100%!important;min-height:44px!important;height:auto!important;padding:10px 14px!important;border-radius:999px!important;font-size:.84rem!important;line-height:1.2!important;text-align:center!important;white-space:normal!important;writing-mode:horizontal-tb!important;transform:none!important}.product-card .button--ghost{background:#ffffff0e!important;color:#f4f8ff!important;border:1px solid rgba(255,255,255,.14)!important}.product-card .button--ghost:hover{border-color:#26f4ff70!important;background:#26f4ff14!important;color:#fff!important}.product-template,.product-template__grid,.product-gallery,.product-info{min-width:0!important}.product-template{overflow-x:hidden!important}.product-template__grid{width:100%!important;max-width:100%!important}.product-info{width:100%!important;max-width:100%!important;overflow:hidden!important}.product-info h1{max-width:100%!important;overflow-wrap:anywhere!important;word-break:normal!important;white-space:normal!important}.product-gallery{width:100%!important;max-width:620px!important;margin-inline:auto!important}.product-gallery__viewport{position:relative!important;width:100%!important;overflow:hidden!important;border-radius:24px!important}.product-gallery__track{display:flex!important;width:100%!important;transition:transform .26s ease!important;will-change:transform!important}.product-gallery__item{display:grid!important;place-items:center!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;aspect-ratio:1 / 1!important;overflow:hidden!important}.product-gallery__item.is-active{display:grid!important}.product-gallery__image,.product-gallery__video,.product-gallery__item img{width:100%!important;height:100%!important;max-width:100%!important;object-fit:contain!important;object-position:center!important;padding:16px!important}.product-gallery__thumbs{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:10px!important;width:100%!important;max-width:100%!important;margin-top:14px!important;padding:4px 2px 8px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity!important}.product-gallery__thumb{flex:0 0 72px!important;width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;display:grid!important;place-items:center!important;padding:5px!important;border-radius:14px!important;overflow:hidden!important;scroll-snap-align:start!important}.product-gallery__thumb-image,.product-gallery__thumb img{width:100%!important;height:100%!important;object-fit:contain!important;padding:0!important}@media screen and (max-width:749px){.product-template{padding-top:28px!important;padding-bottom:54px!important}.product-template .page-width{width:min(100% - 22px,var(--page-width))!important;max-width:100%!important}.product-template__grid{display:grid!important;grid-template-columns:1fr!important;gap:24px!important}.product-gallery{position:relative!important;top:auto!important;max-width:100%!important;width:100%!important}.product-gallery__viewport{width:100%!important;max-width:100%!important;aspect-ratio:1 / 1!important;max-height:420px!important;border-radius:20px!important}.product-gallery__item{aspect-ratio:1 / 1!important;max-height:420px!important}.product-gallery__image,.product-gallery__video,.product-gallery__item img{max-height:400px!important;padding:10px!important;object-fit:contain!important}.product-gallery__arrow{width:38px!important;height:38px!important;font-size:1.6rem!important;z-index:5!important}.product-gallery__arrow--prev{left:10px!important}.product-gallery__arrow--next{right:10px!important}.product-gallery__thumbs{gap:8px!important;margin-top:12px!important;padding-bottom:8px!important}.product-gallery__thumb{flex-basis:58px!important;width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;border-radius:12px!important}.product-info{gap:14px!important}.product-info h1{font-size:clamp(2rem,10vw,2.65rem)!important;line-height:1.08!important;letter-spacing:-.04em!important;max-width:100%!important;overflow-wrap:anywhere!important;word-break:normal!important;white-space:normal!important}.product-info__price .price{font-size:1.05rem!important;flex-wrap:wrap!important}.product-info__stock{max-width:100%!important;font-size:.88rem!important}.product-form{width:100%!important;max-width:100%!important}.product-form select,.product-form input,.quantity-input{max-width:100%!important}}@media screen and (max-width:390px){.product-template .page-width{width:min(100% - 18px,var(--page-width))!important}.product-gallery__viewport,.product-gallery__item{max-height:360px!important}.product-gallery__image,.product-gallery__video,.product-gallery__item img{max-height:340px!important}.product-gallery__thumb{flex-basis:52px!important;width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important}.product-info h1{font-size:clamp(1.8rem,10vw,2.25rem)!important}}.builder-slot select,.pc-builder select,.pc-builder-modal select,.product-form select,.sort-form select,.filters-form select{background:#12151efa!important;color:#f4f8ff!important;border:1px solid rgba(38,244,255,.22)!important;border-radius:12px!important;min-height:46px!important}.builder-slot select option,.pc-builder select option,.pc-builder-modal select option,.product-form select option,.sort-form select option,.filters-form select option{background:#12151e!important;color:#f4f8ff!important}.builder-slot select option[value=""],.pc-builder select option[value=""],.pc-builder-modal select option[value=""]{color:#f4f8ff94!important}.builder-slot select option:disabled,.pc-builder select option:disabled,.pc-builder-modal select option:disabled,.product-form select option:disabled{color:#f4f8ff61!important;background:#171a23!important}.builder-slot select:focus,.pc-builder select:focus,.pc-builder-modal select:focus,.product-form select:focus{border-color:#26f4ffb3!important;box-shadow:0 0 0 3px #26f4ff1f,0 0 24px #26f4ff29!important;outline:none!important}@media screen and (max-width:749px){.builder-slot select,.pc-builder select,.pc-builder-modal select,.product-form select{font-size:.9rem!important;line-height:1.25!important}.builder-slot select option,.pc-builder select option,.pc-builder-modal select option,.product-form select option{font-size:.9rem!important}}.pc-builder-modal,.pc-builder-modal__panel,.pc-builder,.pc-builder__panel,.builder-slot{max-width:100%!important;min-width:0!important;overflow-x:hidden!important}.builder-slot select,.pc-builder select,.pc-builder-modal select{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.builder-slot select option,.pc-builder select option,.pc-builder-modal select option{max-width:100%!important;font-size:.9rem!important;white-space:nowrap!important}.pc-builder-modal,.pc-builder-modal__panel,.pc-builder,.pc-builder__panel,.pc-builder__slots,.builder-slot{max-width:100%!important;min-width:0!important;overflow-x:hidden!important}.builder-slot select,.pc-builder select,.pc-builder-modal select{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;background:#12151efa!important;color:#f4f8ff!important}.builder-slot select option,.pc-builder select option,.pc-builder-modal select option{background:#12151e!important;color:#f4f8ff!important;font-size:.9rem!important}@media screen and (max-width:749px){.builder-slot select,.pc-builder select,.pc-builder-modal select{font-size:.86rem!important;padding-right:38px!important}.builder-slot select option,.pc-builder select option,.pc-builder-modal select option{font-size:.86rem!important}}.cart-page__cod-zone{display:grid;gap:10px;width:100%}.cart-page__checkout-button{min-height:52px}.cart-page__cod-zone+.button,.cart-page__cod-zone+a{margin-top:4px}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
