*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:16px;line-height:1.5}body.drawer-open{overflow:hidden}img,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}h1,h2,h3,h4,strong{font-family:var(--font-heading)}.page-width{width:min(var(--page-width),calc(100% - 40px));margin-inline:auto}.main-content{min-height:50vh}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.skip-link:focus{position:fixed!important;z-index:9999;top:10px;left:10px;width:auto;height:auto;padding:12px 18px;background:#fff;color:#111;clip:auto}.rte{color:var(--color-muted);line-height:1.8}.rte p:first-child{margin-top:0}.rte p:last-child{margin-bottom:0}.button{min-height:50px;padding:12px 23px;border:0;border-radius:10px;background:var(--color-accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;transition:.2s;box-shadow:0 12px 30px color-mix(in srgb,var(--color-accent) 23%,transparent)}.button:hover{background:var(--color-accent-hover);transform:translateY(-2px)}.button svg,.section-link svg,.category-card>svg,.gaming-hero .button svg,.promo-banner .button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.button--light{background:#fff;color:#111;box-shadow:none}.button--wide{width:100%}.icon-button,.header-icon{width:42px;height:42px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--color-text);display:grid;place-items:center}.icon-button svg,.header-icon svg,.trust-icon svg,.product-promises svg,.empty-state>svg,.filter-toggle svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.icon-button:hover,.header-icon:hover{background:var(--color-surface-2);border-color:var(--color-border)}

.announcement-bar{background:var(--announcement-bg);color:var(--announcement-text)}.announcement-bar__inner{min-height:34px;display:flex;align-items:center;justify-content:center;gap:22px;font-size:12px;font-weight:700}.announcement-bar__inner i{width:3px;height:3px;background:currentColor;border-radius:50%;opacity:.65}.site-header{z-index:50;background:color-mix(in srgb,var(--color-bg) 92%,transparent);border-bottom:1px solid color-mix(in srgb,var(--color-border) 70%,transparent);backdrop-filter:blur(18px)}.site-header--sticky{position:sticky;top:0}.site-header__inner{height:76px;display:flex;align-items:center;gap:42px}.site-logo{display:flex;align-items:center;gap:10px;direction:ltr;flex-shrink:0}.site-logo__image{display:block;height:auto}.site-logo__mark{width:39px;height:39px;border-radius:10px 10px 14px 6px;background:var(--color-accent);display:grid;place-items:center;color:#fff;font-size:25px;font-weight:900;transform:skew(-5deg)}.site-logo__type{display:flex;flex-direction:column;line-height:.85}.site-logo__type strong{font-size:19px;letter-spacing:1px}.site-logo__type small{color:var(--color-accent);font-size:10px;font-weight:900;letter-spacing:4px;margin-top:6px}.desktop-nav{display:flex;align-items:center;gap:28px}.desktop-nav__item{position:relative}.desktop-nav__item>a{display:flex;align-items:center;gap:4px;padding-block:27px;color:#d1d3d8;font-size:14px;font-weight:700;transition:.2s}.desktop-nav__item>a:hover,.desktop-nav__item>a[aria-current=page]{color:var(--color-accent)}.desktop-nav svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}.desktop-nav__dropdown{position:absolute;top:70px;inset-inline-start:-18px;min-width:220px;padding:10px;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface);box-shadow:0 20px 50px rgba(0,0,0,.35);visibility:hidden;opacity:0;transform:translateY(8px);transition:.2s}.desktop-nav__item:hover .desktop-nav__dropdown,.desktop-nav__item:focus-within .desktop-nav__dropdown{visibility:visible;opacity:1;transform:none}.desktop-nav__dropdown a{display:block;padding:11px 12px;border-radius:7px;color:var(--color-muted);font-size:13px}.desktop-nav__dropdown a:hover{background:var(--color-surface-2);color:var(--color-text)}.site-header__actions{display:flex;align-items:center;gap:5px;margin-inline-start:auto}.header-cart{position:relative}.header-cart>span{position:absolute;top:1px;inset-inline-end:-2px;width:18px;height:18px;border:2px solid var(--color-bg);border-radius:50%;background:var(--color-accent);display:grid;place-items:center;color:#fff;font-size:9px}.mobile-menu-button{display:none}.mobile-drawer{position:fixed;z-index:90;inset:0;visibility:hidden}.mobile-drawer.is-open{visibility:visible}.drawer-overlay{position:absolute;inset:0;border:0;background:rgba(0,0,0,.65);opacity:0;transition:.25s}.mobile-drawer.is-open .drawer-overlay{opacity:1}.mobile-drawer__panel{position:absolute;top:0;bottom:0;inset-inline-end:0;width:min(88vw,380px);background:var(--color-surface);transform:translateX(calc(100% * var(--drawer-direction,1)));transition:.28s;padding:18px}[dir=rtl] .mobile-drawer__panel{--drawer-direction:-1}.mobile-drawer.is-open .mobile-drawer__panel{transform:none}.mobile-drawer__head{height:55px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-border)}.mobile-drawer nav{display:flex;flex-direction:column}.mobile-drawer nav a{min-height:54px;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;font-weight:700}.mobile-drawer nav svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.search-drawer{position:absolute;top:100%;inset-inline:0;background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:20px 0;visibility:hidden;opacity:0;transform:translateY(-8px);transition:.2s}.search-drawer.is-open{visibility:visible;opacity:1;transform:none}.search-drawer__inner{display:flex;gap:12px}.search-drawer form{flex:1;display:flex;align-items:center;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;padding-inline:15px}.search-drawer form svg{width:21px;height:21px;fill:none;stroke:var(--color-muted);stroke-width:1.8}.search-drawer input{flex:1;min-width:0;height:50px;padding-inline:14px;border:0;outline:0;background:transparent}.search-drawer form button{height:38px;padding-inline:18px;border:0;border-radius:8px;background:var(--color-accent);font-weight:700}

.gaming-hero{position:relative;min-height:var(--hero-height);overflow:hidden;background:radial-gradient(circle at 22% 45%,color-mix(in srgb,var(--color-accent) 24%,transparent),transparent 38%),linear-gradient(145deg,var(--color-bg) 45%,var(--color-surface-2))}.gaming-hero__image{position:absolute;inset:0}.gaming-hero__image::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,var(--hero-overlay))}.gaming-hero__image img{width:100%;height:100%;object-fit:cover}.gaming-hero__grid{position:absolute;inset:0;opacity:.17;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(90deg,#000,transparent 72%)}.gaming-hero__glow{position:absolute;width:500px;height:500px;inset-inline-start:-150px;top:120px;border-radius:50%;background:color-mix(in srgb,var(--color-accent) 20%,transparent);filter:blur(100px)}.gaming-hero__inner{position:relative;z-index:2;min-height:var(--hero-height);display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:70px}.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid #34363e;border-radius:50px;background:rgba(20,22,27,.8);font-size:12px;font-weight:700}.eyebrow b{color:var(--color-accent);font-size:9px}.gaming-hero h1{max-width:700px;margin:20px 0;font-size:clamp(52px,5.6vw,76px);line-height:1.05;letter-spacing:-3px}.gaming-hero h1 em{color:var(--color-accent);font-style:normal}.gaming-hero__text{max-width:560px;font-size:17px}.gaming-hero__buttons{display:flex;align-items:center;gap:25px;margin-top:30px}.text-link{padding-block:8px;border-bottom:1px solid #666;font-size:14px;font-weight:700}.gaming-hero__stats{display:flex;gap:34px;margin-top:44px}.gaming-hero__stats>div{display:flex;flex-direction:column;gap:4px}.gaming-hero__stats strong{font-size:21px}.gaming-hero__stats span{font-size:11px;color:var(--color-muted)}.gaming-hero__visual{position:relative;min-height:490px;display:grid;place-items:center}.gaming-hero__visual>img{max-height:560px;object-fit:contain;filter:drop-shadow(0 35px 40px rgba(0,0,0,.4))}.gaming-hero__visual--placeholder{direction:ltr;perspective:1000px}.hero-cover{position:absolute;width:245px;height:340px;padding:26px;border:1px solid rgba(255,255,255,.2);border-radius:22px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 34px 70px rgba(0,0,0,.5)}.hero-cover::before,.hero-cover::after{content:"";position:absolute;border-radius:50%}.hero-cover>*{position:relative;z-index:2}.hero-cover span{font-size:25px;font-weight:900}.hero-cover strong{margin-top:auto;font-size:33px;line-height:.95}.hero-cover small{margin-top:18px;font-size:8px;letter-spacing:2px}.hero-cover--front{left:75px;top:80px;background:linear-gradient(150deg,#f1f1ed,#cfd0cc);color:#101115;transform:rotateY(-12deg) rotateZ(-3deg)}.hero-cover--front::before{width:230px;height:230px;right:-80px;top:70px;background:var(--color-accent)}.hero-cover--front::after{width:160px;height:160px;left:-80px;bottom:-30px;background:#15161a}.hero-cover--back{left:270px;top:25px;background:linear-gradient(145deg,#1112a4,#512de4);transform:rotateY(-18deg) rotateZ(6deg)}.hero-cover--back::before{width:260px;height:260px;right:-130px;bottom:-20px;background:#1e8bff}.hero-float-label{position:absolute;z-index:5;top:50px;inset-inline-start:10px;display:flex;align-items:center;gap:8px;padding:11px 14px;border:1px solid var(--color-border);border-radius:12px;background:rgba(15,16,20,.88);font-size:11px;font-weight:800;backdrop-filter:blur(8px)}.hero-float-label svg{width:17px;height:17px;fill:none;stroke:var(--color-accent);stroke-width:1.8}

.platform-strip{border-block:1px solid var(--color-border);background:var(--color-surface)}.platform-strip__inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.platform-strip__label{font-size:12px;color:var(--color-muted);font-weight:700}.platform-item{display:flex;align-items:center;gap:10px;color:#c4c6ce;font-size:13px;font-weight:700}.platform-item b{width:34px;height:34px;border-radius:8px;background:var(--platform-color);display:grid;place-items:center;color:#fff;font-size:11px}.theme-section{padding-block:90px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px}.section-heading>div>span,.trust-section__heading>span,.newsletter>div>span{display:block;margin-bottom:9px;color:var(--color-accent);font-size:12px;font-weight:800}.section-heading h1,.section-heading h2,.trust-section h2,.newsletter h2,.simple-page-header h1{margin:0;font-size:clamp(30px,3.2vw,40px);line-height:1.2;letter-spacing:-1px}.section-link{display:flex;align-items:center;gap:8px;color:#b8bac2;font-size:12px;font-weight:700}.section-link svg{width:17px}.product-grid{display:grid;gap:18px}.product-grid--2{grid-template-columns:repeat(2,1fr)}.product-grid--3{grid-template-columns:repeat(3,1fr)}.product-grid--4{grid-template-columns:repeat(4,1fr)}.product-card{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);transition:.25s}.product-card:hover{transform:translateY(-6px);border-color:#4b4e58;box-shadow:0 20px 45px rgba(0,0,0,.22)}.product-card__media{position:relative;aspect-ratio:1/1;display:block;overflow:hidden;background:linear-gradient(145deg,#221018,#111318)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 66% 38%,color-mix(in srgb,var(--color-accent) 48%,transparent),transparent 28%),linear-gradient(145deg,#5b0714,#161116);text-align:center}.product-card__placeholder::after{content:"";position:absolute;width:63%;height:78%;border:1px solid rgba(255,255,255,.24);border-radius:14px;transform:rotate(-5deg);box-shadow:0 20px 35px rgba(0,0,0,.35)}.product-card__placeholder strong,.product-card__placeholder span{position:relative;z-index:2}.product-card__placeholder strong{padding:20px;font-size:30px;line-height:1}.product-card__placeholder span{font-size:8px;letter-spacing:2px}.product-card__badge{position:absolute;z-index:3;top:13px;inset-inline-start:13px;padding:6px 9px;border-radius:50px;background:#fff;color:#111;font-size:10px;font-weight:900}.product-card__info{padding:18px}.product-card__vendor{color:var(--color-muted);font-size:10px}.product-card h3{min-height:23px;margin:7px 0 18px;font-size:15px}.product-card__bottom{display:flex;align-items:center;justify-content:space-between}.price{display:flex;flex-direction:column}.price__current{font-family:var(--font-heading);font-size:15px;font-weight:700}.price__compare{margin-top:3px;color:#6f727b;font-size:10px}.product-card .icon-button{border-color:#3a3c44;background:var(--color-surface-2)}.product-card .icon-button:hover{border-color:var(--color-accent);background:var(--color-accent)}

.promo-banner{position:relative;min-height:390px;margin-block:0 40px;overflow:hidden;border-radius:24px;background:var(--promo-bg);color:var(--promo-text);display:grid;grid-template-columns:1.15fr .85fr;align-items:center;box-shadow:0 30px 70px color-mix(in srgb,var(--promo-bg) 22%,transparent)}.promo-banner__image{position:absolute;inset:0}.promo-banner__image::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,color-mix(in srgb,var(--promo-bg) 88%,transparent),color-mix(in srgb,var(--promo-bg) 38%,transparent))}.promo-banner__image img{width:100%;height:100%;object-fit:cover}.promo-banner__noise{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.16) .7px,transparent .7px);background-size:7px 7px;opacity:.18}.promo-banner__content{position:relative;z-index:2;padding:55px 70px}.promo-banner__content>span{display:inline-block;padding:7px 11px;border:1px solid rgba(255,255,255,.4);border-radius:50px;font-size:11px;font-weight:800}.promo-banner h2{max-width:660px;margin:18px 0 8px;font-size:clamp(34px,3.5vw,46px);line-height:1.25}.promo-banner h2 strong{color:#ffdf7c}.promo-banner .rte{margin-bottom:25px;color:inherit;font-size:12px;opacity:.82}.promo-banner__graphic{position:relative;height:100%}.promo-ring{position:absolute;border:2px solid rgba(255,255,255,.2);border-radius:50%}.promo-ring--one{width:350px;height:350px;left:30px;top:20px}.promo-ring--two{width:260px;height:260px;left:75px;top:65px}.promo-plus{position:absolute;left:145px;top:45px;font-family:Arial,sans-serif;font-size:230px;font-weight:100;line-height:1;color:rgba(255,255,255,.92);text-shadow:0 30px 40px rgba(60,0,12,.2)}.promo-chip{position:absolute;left:45px;bottom:48px;padding:12px 18px;border-radius:13px;background:#111;color:#fff;display:flex;flex-direction:column;transform:rotate(-8deg)}.promo-chip small{font-size:9px}.promo-chip strong{color:#ffdf7c;font-size:25px}.category-grid{display:grid;gap:16px}.category-grid--2{grid-template-columns:repeat(2,1fr)}.category-grid--3{grid-template-columns:repeat(3,1fr)}.category-grid--4{grid-template-columns:repeat(4,1fr)}.category-card{min-height:122px;padding:20px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);display:grid;grid-template-columns:72px 1fr 24px;align-items:center;gap:18px;transition:.2s}.category-card:hover{border-color:#4a4d58;background:var(--color-surface-2)}.category-card__icon{width:70px;height:70px;border-radius:15px;background:color-mix(in srgb,var(--category-color) 22%,transparent);display:grid;place-items:center;color:var(--category-color);overflow:hidden}.category-card__icon img{width:100%;height:100%;object-fit:cover}.category-card__icon strong{font-size:21px}.category-card h3{margin:0 0 7px;font-size:16px}.category-card p{margin:0;color:var(--color-muted);font-size:11px}.category-card>svg{color:#70737e}.trust-section{padding-block:80px;border-block:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 70%,var(--color-bg))}.trust-section__inner{display:grid;grid-template-columns:.8fr 2fr;gap:60px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.trust-icon{width:46px;height:46px;border-radius:12px;background:color-mix(in srgb,var(--color-accent) 15%,transparent);display:grid;place-items:center;color:var(--color-accent)}.trust-grid h3{margin:16px 0 8px;font-size:15px}.trust-grid p{margin:0;color:var(--color-muted);font-size:11px;line-height:1.8}.newsletter{min-height:180px;margin-block:75px;padding:40px 52px;border:1px solid var(--color-border);border-radius:20px;background:var(--color-surface-2);display:flex;align-items:center;justify-content:space-between}.newsletter h2{font-size:28px}.newsletter__form{position:relative;width:440px;padding:5px;border:1px solid #343741;border-radius:10px;background:var(--color-bg);display:flex}.newsletter__form input{flex:1;min-width:0;padding-inline:14px;border:0;outline:0;background:transparent;font-size:12px}.newsletter__form button{padding:13px 18px;border:0;border-radius:7px;background:var(--color-accent);color:#fff;font-size:12px;font-weight:700}.newsletter__form .form-message{position:absolute;top:100%;inset-inline-start:0;font-size:11px}.form-message--error{color:#ff8093}

.site-footer{padding-top:58px;border-top:1px solid var(--color-border);background:#07080a}.site-footer__grid{padding-bottom:45px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:60px}.site-footer__brand .rte{max-width:290px;margin-top:20px;font-size:12px}.site-footer__column{display:flex;flex-direction:column;gap:11px}.site-footer__column h2{margin:0 0 7px;font-size:13px}.site-footer__column>a{color:var(--color-muted);font-size:12px}.site-footer__column>a:hover{color:var(--color-text)}.site-footer__column p{color:var(--color-muted);font-size:11px}.social-links{display:flex;gap:7px;margin-top:18px}.social-links a{width:34px;height:34px;border:1px solid var(--color-border);border-radius:8px;display:grid;place-items:center;font-size:9px;font-weight:800}.payment-icons{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.payment-icons svg{width:38px;height:auto}.payment-icons span{padding:7px 9px;border-radius:5px;background:#f3f3f3;color:#111;font-size:8px;font-weight:900}.site-footer__bottom{min-height:62px;border-top:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;color:#656872;font-size:10px}.site-footer__bottom>div{display:flex;gap:14px}

.main-product{padding-block:70px 100px;display:grid;grid-template-columns:1.12fr .88fr;gap:65px}.product-gallery__main{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.product-media{aspect-ratio:1/1;display:grid;place-items:center}.product-media.is-hidden{display:none}.product-media img,.product-media video,.product-media model-viewer{width:100%;height:100%;object-fit:contain}.product-media--placeholder svg{width:80%;height:80%;fill:#252832}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:9px;margin-top:12px}.product-thumb{aspect-ratio:1;border:1px solid var(--color-border);border-radius:10px;overflow:hidden;background:var(--color-surface);padding:0}.product-thumb.is-active{border-color:var(--color-accent)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-details{position:sticky;top:110px;align-self:start}.product-details__vendor{color:var(--color-accent);font-size:12px;font-weight:800}.product-details h1{margin:8px 0 16px;font-size:clamp(34px,4vw,54px);line-height:1.15}.product-details>.price .price__current{font-size:24px}.product-details>.price .price__compare{font-size:14px}.product-sku{margin-block:8px;color:var(--color-muted);font-size:11px}.product-form{display:flex;flex-direction:column;gap:10px;margin-block:30px}.product-form>label{margin-top:8px;color:var(--color-muted);font-size:12px}.product-form select{width:100%;height:52px;padding-inline:14px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-surface);outline:0}.quantity-selector{width:135px;height:48px;border:1px solid var(--color-border);border-radius:10px;display:grid;grid-template-columns:40px 1fr 40px;overflow:hidden}.quantity-selector button{border:0;background:var(--color-surface-2);display:grid;place-items:center}.quantity-selector button svg{width:16px;fill:none;stroke:currentColor;stroke-width:1.8}.quantity-selector input{min-width:0;border:0;background:var(--color-bg);text-align:center;-moz-appearance:textfield}.quantity-selector input::-webkit-inner-spin-button{appearance:none}.product-form__submit{width:100%;margin-top:10px}.product-form__submit svg{width:20px}.product-form__submit:disabled{opacity:.5;cursor:not-allowed}.shopify-payment-button__button{min-height:50px!important;border-radius:10px!important}.product-promises{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-block:24px}.product-promises>div{padding:14px 8px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-surface);display:flex;align-items:center;justify-content:center;gap:7px;text-align:center;font-size:10px;font-weight:700}.product-promises svg{width:18px;color:var(--color-accent)}.product-accordion{border-top:1px solid var(--color-border)}.product-accordion:last-child{border-bottom:1px solid var(--color-border)}.product-accordion summary{padding-block:18px;display:flex;align-items:center;justify-content:space-between;font-weight:700;cursor:pointer;list-style:none}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion summary svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.8;transition:.2s}.product-accordion[open] summary svg{transform:rotate(180deg)}.product-accordion .rte{padding-bottom:20px;font-size:13px}product-recommendations{display:block}

.collection-page,.search-page,.cart-page,.standard-page{padding-block:60px 100px}.page-hero{position:relative;min-height:240px;margin-bottom:36px;padding:45px;border:1px solid var(--color-border);border-radius:22px;background:var(--color-surface);display:flex;align-items:flex-end;overflow:hidden}.page-hero__image{position:absolute;inset:0}.page-hero__image::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.2))}.page-hero__image img{width:100%;height:100%;object-fit:cover}.page-hero>div:last-child{position:relative;z-index:2}.page-hero span,.simple-page-header>span{color:var(--color-accent);font-size:12px;font-weight:800}.page-hero h1{margin:7px 0;font-size:45px}.page-hero .rte{max-width:670px}.collection-toolbar{min-height:60px;margin-bottom:24px;padding:8px 12px;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface);display:flex;align-items:center;justify-content:flex-end;gap:10px}.collection-toolbar label{color:var(--color-muted);font-size:12px}.collection-toolbar select{height:40px;padding-inline:12px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-bg)}.filter-toggle{display:none;align-items:center;gap:7px;border:0;background:transparent;font-weight:700}.filter-toggle svg{width:17px}.collection-layout{display:grid;grid-template-columns:240px 1fr;gap:30px}.filters__head{display:none}.filter-group{border-bottom:1px solid var(--color-border)}.filter-group summary{padding-block:17px;display:flex;align-items:center;justify-content:space-between;list-style:none;font-size:13px;font-weight:700;cursor:pointer}.filter-group summary::-webkit-details-marker{display:none}.filter-group summary svg{width:16px;fill:none;stroke:currentColor;stroke-width:1.8}.filter-group__values{padding-bottom:16px;display:flex;flex-direction:column;gap:10px}.filter-group label{display:flex;align-items:center;gap:8px;color:var(--color-muted);font-size:12px}.filter-group input[type=checkbox]{accent-color:var(--color-accent)}.price-range{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:6px}.price-range input{width:100%;height:38px;padding-inline:7px;border:1px solid var(--color-border);border-radius:7px;background:var(--color-surface)}.filters__actions{display:flex;align-items:center;gap:15px;margin-top:18px}.filters__actions .button{min-height:42px;font-size:12px}.filters__actions a{font-size:11px;color:var(--color-muted)}.pagination{margin-top:45px;display:flex;align-items:center;justify-content:space-between}.pagination>a{display:flex;align-items:center;gap:7px;font-size:12px}.pagination svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.8}.pagination>div{display:flex;gap:5px}.pagination>div>*{width:38px;height:38px;border:1px solid var(--color-border);border-radius:8px;display:grid;place-items:center;font-size:12px}.pagination .is-current{border-color:var(--color-accent);background:var(--color-accent)}.simple-page-header{margin-bottom:28px}.search-page__form{display:flex;gap:10px;margin-bottom:35px}.search-page__form input{flex:1;height:52px;padding-inline:16px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-surface)}.search-page__form .button svg{width:18px}.content-card{min-height:210px;padding:24px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.content-card>span{color:var(--color-accent);font-size:10px;text-transform:uppercase}.content-card h2{font-size:19px}.content-card p{color:var(--color-muted);font-size:12px;line-height:1.7}.empty-state{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px}.empty-state>svg{width:50px;height:50px;color:var(--color-muted)}.empty-state h1,.empty-state h2{margin:0}.empty-state p{color:var(--color-muted)}.error-code{font-size:100px;font-weight:900;color:var(--color-accent);line-height:1}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:30px}.cart-items{border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.cart-item{padding:18px;border-bottom:1px solid var(--color-border);display:grid;grid-template-columns:115px 1fr 80px 110px;align-items:center;gap:18px}.cart-item:last-child{border-bottom:0}.cart-item__image{aspect-ratio:1;border-radius:10px;overflow:hidden;background:var(--color-surface-2)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details>span,.cart-item__details p{margin:0;color:var(--color-muted);font-size:10px}.cart-item__details h2{margin:5px 0;font-size:15px}.remove-link{color:var(--color-accent);font-size:10px}.cart-item__quantity input{width:70px;height:40px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-bg);text-align:center}.cart-item__price{text-align:end;font-size:14px}.cart-summary{position:sticky;top:110px;align-self:start;padding:24px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);display:flex;flex-direction:column;gap:13px}.cart-summary h2{margin:0;font-size:14px}.cart-summary>strong{font-size:26px}.cart-summary label{color:var(--color-muted);font-size:11px}.cart-summary textarea{height:80px;padding:10px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-bg);resize:vertical}.standard-page{max-width:900px}.standard-page__content{font-size:15px}

.market-showcase{padding-block:86px;border-top:1px solid var(--color-border);--showcase-a:#304ffe;--showcase-b:#731cff;--showcase-glow:#72a5ff}.market-showcase--fortnite{--showcase-a:#6030c9;--showcase-b:#e33a92;--showcase-glow:#ffc24e;background:radial-gradient(circle at 10% 20%,rgba(125,60,255,.12),transparent 30%)}.market-showcase--steam{--showcase-a:#0b2946;--showcase-b:#147ba6;--showcase-glow:#66d4ff;background:radial-gradient(circle at 90% 50%,rgba(28,153,206,.10),transparent 35%)}.market-showcase__layout{display:grid;grid-template-columns:.82fr 1.72fr;gap:18px}.market-showcase__banner{position:relative;min-height:390px;overflow:hidden;border:1px solid color-mix(in srgb,var(--showcase-glow) 36%,transparent);border-radius:22px;background:linear-gradient(145deg,var(--showcase-a),var(--showcase-b));box-shadow:0 28px 65px color-mix(in srgb,var(--showcase-a) 20%,transparent)}.market-showcase__image{position:absolute;inset:0}.market-showcase__image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.72))}.market-showcase__image img{width:100%;height:100%;object-fit:cover}.market-showcase__pattern{position:absolute;inset:0;opacity:.15;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(#000,transparent)}.market-showcase__brand{position:absolute;top:-65px;inset-inline-end:-25px;color:rgba(255,255,255,.12);font-family:Arial,sans-serif;font-size:250px;font-weight:900;line-height:1}.market-showcase__banner-copy{position:absolute;z-index:2;inset-inline:30px;bottom:30px}.market-showcase__banner-copy>span{display:inline-block;margin-bottom:10px;padding:6px 10px;border:1px solid rgba(255,255,255,.38);border-radius:50px;font-size:10px;font-weight:800}.market-showcase__banner-copy h3{max-width:330px;margin:0 0 8px;font-size:34px;line-height:1.12}.market-showcase__banner-copy p{max-width:340px;margin:0 0 18px;color:rgba(255,255,255,.78);font-size:12px;line-height:1.7}.market-showcase__banner-copy strong{display:inline-flex;align-items:center;gap:8px;font-size:12px}.market-showcase__banner-copy svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.market-showcase__products{display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:14px}.market-showcase__products .product-card__media{aspect-ratio:.86/1}.showcase-item{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);transition:.25s}.showcase-item:hover{transform:translateY(-6px);border-color:color-mix(in srgb,var(--showcase-glow) 55%,var(--color-border))}.showcase-item__media{position:relative;min-height:255px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 65% 32%,color-mix(in srgb,var(--showcase-glow) 65%,transparent),transparent 30%),linear-gradient(145deg,color-mix(in srgb,var(--showcase-a) 75%,#090a0d),#0c0e14)}.showcase-item__media::after{content:"";position:absolute;width:70%;height:73%;border:1px solid rgba(255,255,255,.24);border-radius:16px;transform:rotate(-5deg);box-shadow:0 20px 45px rgba(0,0,0,.32)}.showcase-item__media img{position:relative;z-index:2;width:100%;height:100%;object-fit:cover}.showcase-item__media>span{position:relative;z-index:2;padding:15px;color:#fff;font-family:var(--font-heading);font-size:44px;font-weight:900;text-align:center}.showcase-item__media>b{position:absolute;z-index:3;top:12px;inset-inline-start:12px;padding:5px 8px;border-radius:30px;background:#fff;color:#111;font-size:9px}.showcase-item__info{padding:16px}.showcase-item__info small{color:var(--color-muted);font-size:10px}.showcase-item__info h3{min-height:42px;margin:6px 0 14px;font-size:15px}.showcase-item__info>strong{color:var(--showcase-glow);font-size:13px}

.theme-toast{position:fixed;z-index:100;bottom:25px;left:50%;padding:13px 20px;border-radius:10px;background:#f7f7f8;color:#111;box-shadow:0 15px 45px rgba(0,0,0,.45);font-size:12px;font-weight:800;opacity:0;transform:translate(-50%,20px);pointer-events:none;transition:.25s}.theme-toast.is-visible{opacity:1;transform:translate(-50%,0)}

@media(max-width:1100px){.desktop-nav{gap:16px}.gaming-hero__inner{gap:25px}.gaming-hero__visual{transform:scale(.82);transform-origin:center}.product-grid--4{grid-template-columns:repeat(2,1fr)}.market-showcase__layout{grid-template-columns:1fr}.market-showcase__banner{min-height:310px}.trust-section__inner{grid-template-columns:1fr}.site-footer__grid{grid-template-columns:1.4fr repeat(2,1fr)}.site-footer__column:last-child{display:none}.main-product{gap:35px}}
@media(max-width:800px){.page-width{width:min(100% - 28px,var(--page-width))}.announcement-bar__inner span:not(:first-child),.announcement-bar__inner i{display:none}.site-header__inner{height:66px}.desktop-nav{display:none}.mobile-menu-button{display:grid}.hide-mobile{display:none}.gaming-hero{min-height:auto}.gaming-hero__inner{min-height:auto;grid-template-columns:1fr;padding-block:62px 25px}.gaming-hero h1{font-size:48px;letter-spacing:-2px}.gaming-hero__text{font-size:14px}.gaming-hero__visual{min-height:390px;transform:scale(.72);transform-origin:top center;width:130%;margin-inline:-15%}.platform-strip__inner{justify-content:flex-start;overflow:auto;padding-block:16px}.platform-strip__label{display:none}.platform-item{min-width:max-content}.theme-section{padding-block:62px}.section-link{display:none}.product-grid--3{grid-template-columns:repeat(2,1fr)}.product-grid{gap:10px}.market-showcase{padding-block:62px}.market-showcase__products{grid-template-columns:repeat(3,minmax(0,1fr))}.promo-banner{min-height:340px;grid-template-columns:1fr}.promo-banner__content{padding:44px 28px}.promo-banner__graphic{display:none}.category-grid--2,.category-grid--3,.category-grid--4{grid-template-columns:1fr}.trust-grid{grid-template-columns:repeat(2,1fr)}.newsletter{margin-block:55px;padding:30px 24px;flex-direction:column;align-items:stretch;gap:25px}.newsletter__form{width:100%}.site-footer__grid{grid-template-columns:1fr 1fr;gap:35px}.site-footer__brand{grid-column:1/-1}.site-footer__bottom{padding-block:18px;flex-direction:column;justify-content:center;gap:8px}.main-product{padding-block:35px 70px;grid-template-columns:1fr}.product-details{position:static}.collection-layout{display:block}.collection-toolbar{justify-content:space-between}.filter-toggle{display:flex}.filters{position:fixed;z-index:80;top:0;bottom:0;inset-inline-start:0;width:min(88vw,360px);padding:18px;background:var(--color-surface);overflow:auto;visibility:hidden;transform:translateX(calc(-100% * var(--filter-direction,1)));transition:.25s}[dir=rtl] .filters{--filter-direction:-1}.filters.is-open{visibility:visible;transform:none}.filters__head{height:54px;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between}.filters__head button{border:0;background:transparent}.filters__head svg{width:20px;fill:none;stroke:currentColor}.cart-layout{grid-template-columns:1fr}.cart-item{grid-template-columns:80px 1fr 70px}.cart-item__price{grid-column:2/3;text-align:start}.cart-summary{position:static}.page-hero{padding:30px}.page-hero h1{font-size:36px}}
@media(max-width:480px){.site-logo__type strong{font-size:16px}.site-logo__mark{width:35px;height:35px}.header-icon{width:38px}.gaming-hero h1{font-size:42px}.gaming-hero__stats{gap:24px}.gaming-hero__stats strong{font-size:17px}.gaming-hero__stats span{font-size:9px}.gaming-hero__visual{min-height:330px;transform:scale(.62)}.product-grid--2,.product-grid--3,.product-grid--4{grid-template-columns:1fr}.product-card__media{aspect-ratio:1.15/1}.market-showcase__banner{min-height:320px}.market-showcase__banner-copy{inset-inline:22px;bottom:24px}.market-showcase__banner-copy h3{font-size:29px}.market-showcase__products{display:flex;overflow:auto;scroll-snap-type:x mandatory}.showcase-item,.market-showcase__products .product-card{min-width:76vw;scroll-snap-align:start}.promo-banner h2{font-size:31px}.category-card{grid-template-columns:58px 1fr 20px}.category-card__icon{width:56px;height:56px}.trust-grid{gap:28px 17px}.newsletter__form{padding:0;border:0;background:transparent;flex-direction:column;gap:8px}.newsletter__form input{height:45px;padding-inline:12px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-bg)}.newsletter__form button{height:44px}.site-footer__grid{grid-template-columns:1fr}.site-footer__brand{grid-column:auto}.product-gallery__thumbs{grid-template-columns:repeat(4,1fr)}.product-promises{grid-template-columns:1fr}.collection-toolbar label{display:none}.search-page__form{flex-direction:column}.cart-item{grid-template-columns:75px 1fr}.cart-item__quantity{grid-column:2}.cart-item__price{grid-column:2}.error-code{font-size:75px}}

.site-logo__image{display:block;width:auto;max-height:54px;object-fit:contain}.site-logo__image--default{width:170px;height:54px}
