:root{--ink:#f5f5f7;--muted:#96969e;--faint:#66666f;--base:#101011;--surface:#161617;--surface-2:#1b1b1d;--line:rgba(255,255,255,.09);--line-strong:rgba(255,255,255,.16);--accent:#7068ff;--accent-2:#938dff;--shell:1180px;--radius:4px;color-scheme:dark}*{box-sizing:border-box}html{background:var(--base);scroll-behavior:smooth}body{margin:0;background:var(--base)!important;color:var(--ink);font-family:Inter,sans-serif;font-size:15px;line-height:1.5;overflow-x:hidden}body::before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 50% -20%,rgba(112,104,255,.08),transparent 42%);z-index:-1}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.site{min-height:100vh;background:transparent!important}.site-shell{width:min(calc(100% - 48px),var(--shell));margin-inline:auto}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;height:76px;background:rgba(16,16,17,.9)!important;border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.site-header-inner{height:100%;display:flex!important;align-items:center;gap:34px;padding:0!important;max-width:none!important}.store-brand{display:inline-flex;align-items:center;gap:9px;min-width:max-content;font-family:Inter,sans-serif;font-size:12px;font-weight:700;letter-spacing:.04em}.store-brand-mark{width:9px;height:9px;display:inline-block;border:2px solid var(--accent);border-radius:50%;position:relative}.store-brand-mark::after{content:"";position:absolute;width:3px;height:3px;border-radius:50%;background:var(--accent-2);top:-4px;right:-4px;box-shadow:0 0 12px var(--accent)}.header-navigation{margin-left:auto}.header-navigation .site-navigation{position:static!important;display:block!important;width:auto!important;height:auto!important;padding:0!important;background:none!important;transform:none!important;border:0!important}.header-navigation .navigation-list{display:flex;align-items:center;gap:29px;margin:0;padding:0;list-style:none}.header-navigation .navigation-list>li{display:block;margin:0;padding:0;position:relative}.header-navigation .navigation-list>li>a{padding:28px 0;display:block;color:#aaaab2;font-size:11px;font-weight:500;letter-spacing:.025em;transition:color .2s}.header-navigation .navigation-list>li>a:hover,.header-navigation .navigation-list>li>a.link-active{color:#fff}.header-navigation .navigation-list ul,.header-navigation .toggle,.header-navigation .close-navigation,.header-navigation .mobile-only{display:none!important}.header-utility{display:flex;align-items:center;gap:13px;min-width:max-content}.locale-label{color:#818189;font-size:10px}.utility-divider{width:1px;height:18px;background:var(--line-strong)}.discord-pill{display:inline-flex;align-items:center;gap:8px;min-height:30px;padding:0 15px;border-radius:999px;background:var(--accent);color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;transition:.2s}.discord-pill:hover{background:var(--accent-2);transform:translateY(-1px)}.basket-compact{width:30px;height:30px;border:1px solid var(--line);border-radius:50%;background:#202022;color:#fff;cursor:pointer}.basket-compact span{display:grid;place-items:center;font-size:10px}.mobile-menu-toggle{display:none}

/* Hero */
.editorial-home{padding:34px 0 0}.store-hero{padding-top:0}.hero-frame{min-height:580px;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#111218}.hero-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:55% center;filter:saturate(.8) contrast(1.04)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,11,13,.96) 0%,rgba(11,11,13,.78) 33%,rgba(11,11,13,.08) 72%),linear-gradient(0deg,rgba(10,10,12,.7),transparent 42%)}.hero-copy{position:absolute;left:clamp(30px,5vw,72px);bottom:clamp(40px,6vw,78px);width:min(500px,calc(100% - 60px));z-index:2}.section-kicker{margin:0 0 18px;color:#b4b2cd;font-size:10px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.section-kicker span{display:inline-block;width:5px;height:5px;margin-right:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 12px rgba(112,104,255,.8);vertical-align:1px}.hero-copy h1{margin:0;max-width:630px;font:500 clamp(48px,6vw,78px)/.96 Inter,sans-serif;letter-spacing:-.065em}.hero-copy>p:not(.section-kicker){max-width:470px;margin:24px 0 31px;color:#aaaab2;font-size:15px;line-height:1.7}.hero-cta,.outline-cta{display:inline-flex;align-items:center;gap:25px;min-height:44px;padding:0 20px;border-radius:999px;background:#f4f4f6;color:#111;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;transition:transform .2s,background .2s}.hero-cta:hover,.outline-cta:hover{transform:translateY(-2px);background:#fff}.hero-cta span,.outline-cta span{font-size:14px}.hero-index{position:absolute;right:25px;bottom:20px;z-index:2;color:#777780;font-size:10px;letter-spacing:.1em}.hero-index span{margin:0 5px;color:var(--accent)}

/* Catalog */
.catalog-showcase{padding:132px 0 116px}.catalog-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:52px}.catalog-heading h2,.story-copy h2{margin:0;font:500 clamp(38px,5vw,62px)/1.04 Inter,sans-serif;letter-spacing:-.055em}.catalog-heading h2 em,.story-copy h2 em{color:#707078;font-style:normal;font-weight:400}.catalog-layout{display:grid;grid-template-columns:205px minmax(0,1fr);gap:54px;align-items:start}.category-rail{display:flex;flex-direction:column;padding-top:4px}.category-rail a{position:relative;display:flex;align-items:center;gap:13px;min-height:52px;color:#74747c;border-bottom:1px solid var(--line);font:400 25px/1 Inter,sans-serif;letter-spacing:-.035em;transition:color .2s,padding .2s}.category-rail a span{width:20px;color:#55555d;font:500 9px Inter,sans-serif;letter-spacing:.08em}.category-rail a:hover,.category-rail a.active{color:#fff;padding-left:7px}.category-rail a.active::after{content:"";position:absolute;bottom:-1px;left:0;width:38%;height:1px;background:#fff}.featured-products,.editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.editorial-product{min-width:0;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.editorial-product .image-link{display:block;position:relative;overflow:hidden;background:#1b1b1d;border:1px solid var(--line)}.editorial-product .image{width:100%;height:100%;display:block;transition:transform .5s ease,filter .5s}.editorial-product:hover .image{transform:scale(1.025);filter:brightness(1.07)}.product-sale{position:absolute;left:12px;top:12px;padding:5px 8px;border-radius:999px;background:var(--accent);color:#fff;font-size:9px;font-weight:700}.product-content{padding:18px 2px 0}.product-overline{margin:0 0 8px;color:#696970;font-size:8px;letter-spacing:.13em;text-transform:uppercase}.editorial-product .product-title{margin:0 0 9px!important;font:500 16px/1.25 Inter,sans-serif!important;letter-spacing:-.02em}.product-summary{min-height:54px;margin:0 0 15px;color:#83838b;font-size:10px;line-height:1.55}.editorial-product .product-actions{min-height:34px;display:flex!important;align-items:center;gap:8px;padding:0!important;margin:0!important;border:0!important;background:none!important}.editorial-product .product-actions .price{margin:0 auto 0 0!important;font-size:10px;color:#bdbdc4}.editorial-product .product-actions .price strong{font-size:11px;font-weight:500}.editorial-product .product-actions .discount{margin-right:5px;color:#606067}.editorial-product .product-actions>a,.editorial-product .product-actions>button{width:32px!important;min-width:32px;height:32px;overflow:hidden;padding:0!important;border:1px solid var(--line)!important;border-radius:50%!important;background:#202022!important;color:transparent!important;position:relative}.editorial-product .product-actions>a::after,.editorial-product .product-actions>button::after{content:"+";position:absolute;inset:0;display:grid;place-items:center;color:#c9c9cf;font-size:16px}.editorial-product .quantity-field{width:auto!important;min-width:92px}.outline-cta{margin:42px 0 0 259px;min-height:38px;padding-inline:18px}

/* Studio */
.studio-story{display:grid;grid-template-columns:80px 1fr 1fr;gap:54px;padding:112px 0 130px;border-top:1px solid var(--line)}.story-number{color:#4e4e55;font-size:10px;letter-spacing:.12em;padding-top:6px}.story-lead{max-width:480px;margin:31px 0 0;color:#9b9ba3;font:400 clamp(20px,2.25vw,31px)/1.35 Inter,sans-serif;letter-spacing:-.035em}.service-grid{grid-column:2/4;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:42px;background:var(--line);border:1px solid var(--line)}.service-grid article{min-height:190px;padding:31px;background:var(--base)}.service-grid article>span{color:var(--accent-2);font-size:20px}.service-grid h3{margin:32px 0 9px;font:500 15px Inter,sans-serif}.service-grid p{max-width:230px;margin:0;color:#73737b;font-size:11px;line-height:1.6}

/* Category + product */
.category-page{padding:100px 0 130px}.category-header{max-width:700px;margin-bottom:62px}.category-header h1{margin:0 0 18px;font:500 clamp(52px,7vw,88px)/.95 Inter,sans-serif;letter-spacing:-.065em}.category-intro{color:#8d8d96;font-size:16px}.category-intro p{margin:0}.editorial-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:46px 18px}.page-product .site-content,.store-product-full>.product-title{font:500 clamp(38px,5vw,64px)/1 Inter,sans-serif;letter-spacing:-.05em}.store-product-full>.image{max-height:560px;width:100%;}

/* Checkout + forms */
.popup{background:rgba(4,4,5,.82)!important;backdrop-filter:blur(12px)}.popup-content,.basket-popup-content,.store-product-options,.store-quote{background:#171719!important;border:1px solid var(--line-strong)!important;color:var(--ink)!important;border-radius:6px!important;box-shadow:0 28px 90px rgba(0,0,0,.55)}.popup-close,.btn-primary{background:var(--accent)!important;color:#fff!important;border-radius:999px!important}input,select{background:#111113!important;border:1px solid var(--line-strong)!important;color:#fff!important;border-radius:4px!important}

/* Footer */
.site-footer{margin-top:0!important;padding:0!important;background:#0c0c0d!important;border-top:1px solid var(--line);color:var(--ink)!important}.site-footer-inner{max-width:none!important;display:grid!important;grid-template-columns:1fr 1.45fr;gap:70px;padding:76px 0 26px!important}.footer-brand{max-width:300px}.footer-brand strong{font:600 14px Inter,sans-serif}.footer-brand p{margin:19px 0 0;color:#696970;font-size:11px;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.footer-links>div{display:flex;flex-direction:column;gap:9px}.footer-links span{margin-bottom:8px;color:#55555c;font-size:9px;letter-spacing:.14em;text-transform:uppercase}.footer-links a{color:#a0a0a7;font-size:11px}.footer-links a:hover{color:#fff}.footer-bottom{grid-column:1/3;display:flex;justify-content:space-between;margin-top:35px;padding-top:23px;border-top:1px solid var(--line);color:#4f4f56;font-size:9px;letter-spacing:.06em;text-transform:uppercase}.page-index .store-sidebar,.page-category .store-sidebar,.site-sale-banner{display:none!important}

@media(max-width:1050px){.locale-label,.utility-divider{display:none}.header-navigation .navigation-list{gap:18px}.catalog-layout{grid-template-columns:170px minmax(0,1fr);gap:30px}.category-rail a{font-size:21px}.outline-cta{margin-left:200px}}
@media(max-width:820px){.site-shell{width:min(calc(100% - 32px),var(--shell))}.site-header{height:66px}.header-navigation{position:fixed;inset:66px 0 auto;background:#111;border-bottom:1px solid var(--line);display:none;padding:18px 16px}.navigation-open .header-navigation{display:block}.header-navigation .site-navigation{display:block!important}.header-navigation .navigation-list{align-items:stretch;flex-direction:column;gap:0}.header-navigation .navigation-list>li>a{padding:13px 8px;font-size:13px}.mobile-menu-toggle{width:34px;height:34px;display:grid;place-content:center;gap:5px;border:1px solid var(--line);border-radius:50%;background:transparent}.mobile-menu-toggle span{width:14px;height:1px;background:#fff}.discord-pill{display:none}.hero-frame{min-height:640px}.hero-art{object-position:62% center}.hero-shade{background:linear-gradient(0deg,rgba(9,9,11,.98) 0%,rgba(9,9,11,.83) 38%,rgba(9,9,11,.12) 78%)}.hero-copy{bottom:38px}.hero-copy h1{font-size:clamp(44px,12vw,64px)}.catalog-showcase{padding-block:90px}.catalog-layout{grid-template-columns:1fr}.category-rail{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:20px}.category-rail a{font-size:18px}.featured-products,.editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.outline-cta{margin-left:0}.studio-story{grid-template-columns:42px 1fr;gap:28px}.story-lead{grid-column:2}.service-grid{grid-column:1/3}.site-footer-inner{grid-template-columns:1fr}.footer-bottom{grid-column:1}}
@media(max-width:560px){.store-brand{font-size:11px}.hero-frame{min-height:570px}.hero-copy{left:24px;width:calc(100% - 48px)}.hero-copy h1{font-size:43px}.hero-copy>p:not(.section-kicker){font-size:13px}.catalog-heading{display:block}.catalog-heading h2{font-size:40px}.category-rail{grid-template-columns:1fr}.featured-products,.editorial-grid{grid-template-columns:1fr;gap:42px}.product-summary{min-height:0}.studio-story{display:block}.story-number{margin-bottom:28px}.story-lead{margin-block:28px 45px}.service-grid{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,1fr)}.footer-bottom{gap:20px;align-items:flex-start;flex-direction:column}}

.header-navigation .nav-group-label{display:none!important}

/* Hard reset for legacy Exo header dimensions. */
.site-header{width:100%!important;margin:0!important;padding:0!important}
.header-navigation,.header-navigation .site-navigation,.header-navigation .navigation-list{min-height:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
@media(max-width:820px){.site-header .site-header-inner{width:min(calc(100% - 32px),var(--shell))!important;height:66px!important}}

/* Final header, locale and product action refinements */
.site-header{left:0!important;right:0!important;width:100%!important;min-width:100%!important;max-width:none!important;background:#0d0d0e!important;border:0!important;box-shadow:0 1px 0 var(--line)!important}
.site-header::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:var(--line);pointer-events:none}
.store-brand{font-size:13px!important;letter-spacing:-.015em!important}
.locale-switcher{display:flex;align-items:center;gap:3px;padding:3px;border:1px solid var(--line);border-radius:999px;background:#171719}
.locale-switcher a{display:grid;place-items:center;width:27px;height:23px;border-radius:999px;color:#6f6f77;font-size:9px;font-weight:600;transition:.2s}
.locale-switcher a:hover{color:#fff}.locale-switcher a.active{background:#29292d;color:#fff}
.basket-compact{width:auto!important;height:32px!important;padding:0 5px 0 13px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;border-radius:999px!important;background:#202022!important;color:#fff!important}
.basket-label{font-size:10px!important;font-weight:600!important;letter-spacing:.035em!important}
.basket-count{width:22px!important;height:22px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:var(--accent)!important;color:#fff!important;font-size:9px!important;font-weight:700!important}
.editorial-product .product-actions{justify-content:flex-end!important}
.editorial-product .product-actions>.add,.editorial-product .product-actions>.subscribe,.editorial-product .product-actions>.gift,.editorial-product .product-actions>.open-basket-cta{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;flex:0 0 36px!important;display:grid!important;place-items:center!important;margin:0!important;padding:0!important;border:1px solid var(--line-strong)!important;border-radius:50%!important;background:#202022!important;box-shadow:none!important;color:transparent!important;line-height:1!important;position:relative!important}
.editorial-product .product-actions>.add::after,.editorial-product .product-actions>.subscribe::after,.editorial-product .product-actions>.open-basket-cta::after{content:"+"!important;position:absolute!important;inset:0!important;display:grid!important;place-items:center!important;color:#fff!important;font:400 17px/1 Inter,sans-serif!important}
.editorial-product .product-actions>.gift::after{content:"↗"!important;position:absolute!important;inset:0!important;display:grid!important;place-items:center!important;color:#aaaab2!important;font:400 13px/1 Inter,sans-serif!important}
.editorial-product .product-actions>.add:hover,.editorial-product .product-actions>.subscribe:hover,.editorial-product .product-actions>.gift:hover{background:var(--accent)!important;border-color:var(--accent)!important;transform:translateY(-2px)}
.editorial-product .product-actions .quantity-field{margin-left:8px!important}
@media(max-width:820px){.locale-switcher{display:none}.basket-compact{min-width:68px!important}.basket-label{display:none}.basket-compact{padding-left:5px!important}}

/* Script-store navigation and focused sidebar */
.header-navigation .navigation-list>li>a{font-size:13px!important;font-weight:600!important;letter-spacing:-.01em!important}
.category-with-sidebar{display:grid;grid-template-columns:minmax(0,1fr) 286px;gap:54px;align-items:start}
.category-with-sidebar .editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.page-category .category-with-sidebar .store-sidebar{display:flex!important;flex-direction:column!important;gap:18px!important;width:auto!important;position:sticky!important;top:100px!important;margin:0!important;padding:0!important;background:transparent!important}
.category-with-sidebar .widget{margin:0!important;padding:22px!important;border:1px solid var(--line)!important;border-radius:4px!important;background:#151516!important;box-shadow:none!important}
.category-with-sidebar .widget-title{margin:0 0 17px!important;color:#f2f2f4!important;font:600 13px/1.3 Inter,sans-serif!important;letter-spacing:-.01em!important}
.category-with-sidebar .widget-content{padding:0!important;background:transparent!important;border:0!important}
.category-with-sidebar .widget-featured .editorial-product .product-summary,.category-with-sidebar .widget-featured .product-overline{display:none!important}
.category-with-sidebar .widget-featured .product-content{padding-top:13px!important}
.category-with-sidebar .widget-payments .payment{padding:12px 0!important;border-top:1px solid var(--line)!important}
.category-with-sidebar .widget-payments .payment:first-child{border-top:0!important}
.category-with-sidebar .widget-gift-card input{width:100%!important;margin:0 0 9px!important}
.category-with-sidebar .widget-gift-card button{width:100%!important;border-radius:3px!important;background:#f1f1f3!important;color:#111!important}

/* One distinct icon per circular action. */
.editorial-product .product-actions>.add::after,.editorial-product .product-actions>.subscribe::after,.editorial-product .product-actions>.gift::after,.editorial-product .product-actions>.open-basket-cta::after{content:""!important;position:absolute!important;inset:10px!important;display:block!important;background:#fff!important}
.editorial-product .product-actions>.add::after{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 2.5h2l1.25 6.1a1 1 0 0 0 1 .8h6a1 1 0 0 0 .98-.8l.85-4.4H4.1M6.2 13a.7.7 0 1 1-1.4 0 .7.7 0 0 1 1.4 0Zm6 0a.7.7 0 1 1-1.4 0 .7.7 0 0 1 1.4 0Z' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 2.5h2l1.25 6.1a1 1 0 0 0 1 .8h6a1 1 0 0 0 .98-.8l.85-4.4H4.1M6.2 13a.7.7 0 1 1-1.4 0 .7.7 0 0 1 1.4 0Zm6 0a.7.7 0 1 1-1.4 0 .7.7 0 0 1 1.4 0Z' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat}
.editorial-product .product-actions>.subscribe::after{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M12.8 6A5.2 5.2 0 0 0 3.4 4.7L2 6M2 3v3h3M3.2 10a5.2 5.2 0 0 0 9.4 1.3L14 10m0 3v-3h-3' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M12.8 6A5.2 5.2 0 0 0 3.4 4.7L2 6M2 3v3h3M3.2 10a5.2 5.2 0 0 0 9.4 1.3L14 10m0 3v-3h-3' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat}
.editorial-product .product-actions>.gift::after{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 6h12v8H2V6Zm-1-3h14v3H1V3Zm7 0v11M8 3C7.2.8 4.2.6 4.2 2c0 1 1.2 1 3.8 1Zm0 0c.8-2.2 3.8-2.4 3.8-1 0 1-1.2 1-3.8 1Z' fill='none' stroke='black' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 6h12v8H2V6Zm-1-3h14v3H1V3Zm7 0v11M8 3C7.2.8 4.2.6 4.2 2c0 1 1.2 1 3.8 1Zm0 0c.8-2.2 3.8-2.4 3.8-1 0 1-1.2 1-3.8 1Z' fill='none' stroke='black' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat}
.editorial-product .product-actions>.open-basket-cta::after{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3 8 3 3 7-7' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3 8 3 3 7-7' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat}
@media(max-width:980px){.category-with-sidebar{grid-template-columns:1fr}.page-category .category-with-sidebar .store-sidebar{position:static!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important}.category-with-sidebar .editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.page-category .category-with-sidebar .store-sidebar{grid-template-columns:1fr!important}.category-with-sidebar .editorial-grid{grid-template-columns:1fr}}

/* Final spacing and scale pass. */
.editorial-product .product-summary{font-size:12px;line-height:1.6;min-height:58px}
.editorial-product .product-actions{min-height:36px!important;height:36px!important;flex-wrap:nowrap!important;align-items:center!important}
.editorial-product .product-actions .price{width:auto!important;min-width:0!important;min-height:36px!important;flex:1 1 auto!important;display:flex!important;align-items:center!important;align-self:center!important;line-height:1.35!important}
.editorial-product .product-actions>.add,.editorial-product .product-actions>.subscribe,.editorial-product .product-actions>.gift,.editorial-product .product-actions>.open-basket-cta{align-self:center!important}
.editorial-product .product-actions>.gift::before{content:none!important;display:none!important;width:0!important;height:0!important;background:none!important;-webkit-mask:none!important;mask:none!important}

.catalog-layout{grid-template-columns:290px minmax(0,1fr);gap:58px}
.category-rail a{min-height:64px;padding:12px 0;align-items:center;font-size:24px;line-height:1.14}
.category-rail a span{flex:0 0 22px}

.service-grid{margin-top:56px}
.service-grid article{min-height:250px;padding:42px 38px}
.service-grid article>span{display:inline-grid;place-items:center;min-width:36px;min-height:36px;font-size:30px;line-height:1}
.service-grid h3{margin:42px 0 13px;font-size:19px;line-height:1.25}
.service-grid p{max-width:290px;font-size:14px;line-height:1.65}

@media(max-width:1050px){.catalog-layout{grid-template-columns:245px minmax(0,1fr);gap:36px}.category-rail a{font-size:20px}}
@media(max-width:820px){.catalog-layout{grid-template-columns:1fr}.category-rail a{min-height:58px;padding:10px 0;font-size:19px}.service-grid article{min-height:230px;padding:34px 28px}.service-grid h3{margin-top:34px}}
@media(max-width:560px){.editorial-product .product-summary{min-height:0;font-size:12px}.service-grid article{min-height:220px;padding:34px 30px}.service-grid article>span{font-size:28px}.service-grid h3{font-size:18px}.service-grid p{font-size:13px}}
.hero-art-fallback{position:absolute;inset:0;background:radial-gradient(circle at 65% 30%,rgba(109,92,255,.2),transparent 34%),linear-gradient(135deg,#171719,#0d0d0f)}
.editorial-product .product-summary{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;max-height:58px}
.editorial-product .product-summary>*{margin:0!important;color:inherit!important;font:inherit!important;line-height:inherit!important}

/* Tebex sends sidebar modules as one pre-rendered HTML string. Curate them in CSS. */
.page-category .store-sidebar-curated>.widget{display:none!important}
.page-category .store-sidebar-curated>.widget-featured,.page-category .store-sidebar-curated>.widget-recent,.page-category .store-sidebar-curated>.widget-gift-card{display:block!important}

/* Homepage cards are hydrated from Tebex's own category response. */
.homepage-product-skeleton{aspect-ratio:1.42/1;border:1px solid var(--line);background:linear-gradient(105deg,#171719 30%,#202023 45%,#171719 60%);background-size:220% 100%;animation:homepage-product-loading 1.3s linear infinite}
.homepage-featured-products.is-empty{display:none}
@keyframes homepage-product-loading{to{background-position:-220% 0}}

/* Compact basket state: one clear, clickable "{amount} in basket" pill. */
.editorial-product .product-actions .quantity-field.with-open-basket{position:relative!important;width:auto!important;min-width:94px!important;height:36px!important;min-height:36px!important;display:flex!important;align-items:center!important;margin:0 0 0 8px!important;padding:0!important;overflow:hidden!important;border:1px solid var(--line-strong)!important;border-radius:999px!important;background:#202022!important}
.editorial-product .quantity-field.with-open-basket .open-basket{position:static!important;width:auto!important;min-width:94px!important;height:34px!important;margin:0!important;padding:0 13px!important;border:0!important;background:transparent!important;color:#f4f4f6!important;font:600 10px/1 Inter,sans-serif!important;letter-spacing:.01em!important;white-space:nowrap!important;cursor:pointer!important}
.editorial-product .quantity-field.with-open-basket .quantity{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;opacity:0!important;pointer-events:none!important}
.editorial-product .quantity-field.with-open-basket .basket-quantity-label{color:#fff!important}
.editorial-product .product-actions .quantity-field.with-open-basket[hidden]{display:none!important}

:root{--pf-bg:#090a0a;--pf-panel:#0d0e0e;--pf-panel-2:#111212;--pf-fg:#f4f4f4;--pf-muted:#898b8d;--pf-dim:#535557;--pf-line:rgba(255,255,255,.08);--pf-line-strong:rgba(255,255,255,.15);--pf-soft:rgba(255,255,255,.035);--pf-shell:1200px;--pf-radius:10px;--base:var(--pf-bg);--surface:var(--pf-panel);--surface-2:var(--pf-panel-2);--ink:var(--pf-fg);--muted:var(--pf-muted);--line:var(--pf-line);--line-strong:var(--pf-line-strong);--accent:#f4f4f4;--accent-2:#a2a4a6;--shell:var(--pf-shell);color-scheme:dark}
html,body{background:var(--pf-bg)!important;color:var(--pf-fg)}
body{font-family:Inter,sans-serif;font-size:14px}
body::before{display:none}
.site{position:relative;isolation:isolate;overflow:hidden;padding-top:64px;background:var(--pf-bg)!important}
.site::before,.site::after{content:"";position:absolute;z-index:-1;top:0;bottom:0;width:1px;background:var(--pf-line);pointer-events:none}
.site::before{left:max(20px,calc(50% - 600px))}.site::after{right:max(20px,calc(50% - 600px))}
.site-shell{width:min(calc(100% - 40px),var(--pf-shell));margin-inline:auto}

/* Header */
.site-header{position:fixed!important;inset:0 0 auto!important;height:64px!important;z-index:1100;background:rgba(9,10,10,.82)!important;border-bottom:1px solid var(--pf-line)!important;backdrop-filter:blur(24px);overflow:visible!important}
.site-header-inner{width:min(100%,var(--pf-shell))!important;height:64px!important;max-width:var(--pf-shell)!important;margin:auto!important;padding:0 48px!important;gap:28px!important;border-inline:2px solid var(--pf-line)}
.store-brand{gap:9px!important;color:var(--pf-fg)!important;font:600 15px/1 Inter,sans-serif!important;letter-spacing:-.025em!important}
.brand-mark{width:28px;height:28px;display:inline-grid;place-items:center;border:1px solid var(--pf-line-strong);border-radius:7px;background:linear-gradient(145deg,#1b1d1e,#0d0e0f);color:#fff;font-size:12px;font-weight:700;box-shadow:inset 0 1px rgba(255,255,255,.05)}
.header-navigation{margin-left:auto!important}
.header-navigation .navigation-list{gap:4px!important}
.header-navigation .navigation-list>li>a{padding:9px 12px!important;border-radius:6px;color:var(--pf-muted)!important;font:500 13px/1 Inter,sans-serif!important;letter-spacing:0!important}
.header-navigation .navigation-list>li>a:hover,.header-navigation .navigation-list>li>a.link-active{background:var(--pf-soft);color:var(--pf-fg)!important}
.header-utility{gap:6px!important}
.header-icon,.basket-compact{position:relative;width:32px!important;height:32px!important;display:grid!important;place-items:center!important;margin:0!important;padding:0!important;border:0!important;border-radius:6px!important;background:transparent!important;color:var(--pf-muted)!important;cursor:pointer;transition:.2s!important}
.header-icon:hover,.basket-compact:hover{background:rgba(255,255,255,.055)!important;color:var(--pf-fg)!important}
.header-icon svg,.basket-compact>svg{width:16px;height:16px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.discord-link svg{fill:currentColor!important;stroke:none!important}
.basket-count{position:absolute!important;top:-2px;right:-3px;width:16px!important;height:16px!important;display:grid!important;place-items:center!important;border:2px solid var(--pf-bg);border-radius:999px!important;background:#fff!important;color:#080909!important;font-size:8px!important;font-weight:700!important}
.login-direct{min-width:66px;height:32px;display:inline-flex;align-items:center;justify-content:center;gap:7px;margin-left:4px;padding:0 14px;border:1px solid var(--pf-line);border-radius:6px;color:var(--pf-fg);font-size:13px;font-weight:500;transition:.2s}
.login-direct:hover{border-color:var(--pf-line-strong);background:var(--pf-soft)}
.login-spinner{display:none;width:12px;height:12px;border:1.5px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:pf-spin .7s linear infinite}
.login-direct.is-loading .login-spinner{display:block}.login-direct.is-loading{pointer-events:none;color:var(--pf-muted)}
@keyframes pf-spin{to{transform:rotate(360deg)}}
.mobile-menu-toggle{border-color:var(--pf-line)!important;border-radius:6px!important}

/* Hero */
.pf-home{position:relative}
.pf-hero{position:relative;overflow:hidden;padding:110px 48px 70px;text-align:center;--glow-x:50%;--glow-y:40%}
.pf-hero-glow{position:absolute;top:70px;left:50%;width:900px;height:560px;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(255,255,255,.055),transparent 66%);pointer-events:none}
.pf-hero-grid{position:absolute;z-index:1;inset:0;pointer-events:none;background-image:radial-gradient(circle,rgba(255,255,255,.085) 1px,transparent 1.2px);background-size:24px 24px}
.pf-hero-grid::after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.72) 1.35px,transparent 1.6px);background-size:24px 24px;opacity:0;mask-image:radial-gradient(circle 220px at var(--glow-x) var(--glow-y),#000,transparent);-webkit-mask-image:radial-gradient(circle 220px at var(--glow-x) var(--glow-y),#000,transparent);transition:opacity .3s}
.pf-hero:hover .pf-hero-grid::after,.pf-hero.has-glow .pf-hero-grid::after{opacity:1}
.pf-hero-copy{position:relative;z-index:2;margin:auto;max-width:920px}
.pf-eyebrow{margin:0 0 20px;color:var(--pf-muted);font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}
.pf-hero h1{margin:0;font:700 clamp(50px,7vw,94px)/.96 Inter,sans-serif;letter-spacing:-.062em}
.pf-hero h1 span{background:linear-gradient(90deg,#fff 10%,rgba(255,255,255,.55) 70%,rgba(255,255,255,.28));-webkit-background-clip:text;background-clip:text;color:transparent}
.pf-hero-lead{max-width:610px;margin:28px auto 0;color:var(--pf-muted);font-size:15px;line-height:1.75}
.pf-hero-actions{display:flex;justify-content:center;gap:12px;margin-top:34px}
.pf-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 30px;border-radius:8px;font-size:13px;font-weight:600;transition:.2s}
.pf-button-primary{background:#f3f3f3;color:#090a0a}.pf-button-primary:hover{background:#fff;transform:translateY(-1px)}
.pf-button-secondary{border:1px solid var(--pf-line);background:rgba(255,255,255,.015);color:#fff}.pf-button-secondary:hover{border-color:var(--pf-line-strong);background:var(--pf-soft)}
.pf-hero-visual{position:relative;z-index:2;max-width:900px;margin:76px auto 0;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:var(--pf-panel);box-shadow:0 35px 90px rgba(0,0,0,.55);transform:perspective(1200px) rotateX(1deg);animation:pf-float 7s ease-in-out 2s infinite}
.pf-window-bar{height:38px;display:flex;align-items:center;gap:6px;padding:0 14px;border-bottom:1px solid var(--pf-line);background:#0c0d0d}
.pf-window-bar>span{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.12)}
.pf-window-bar small{margin-left:auto;color:var(--pf-dim);font-size:8px;letter-spacing:.14em}
.pf-hero-visual img{width:100%;height:390px;display:block;object-fit:cover;object-position:center 42%;filter:saturate(.72) contrast(1.08)}
@keyframes pf-float{50%{transform:perspective(1200px) rotateX(1deg) translateY(-7px)}}

/* Technical section dividers */
.pf-divider{position:relative;height:1px;background:var(--pf-line)}
.pf-divider>span{position:absolute;top:50%;width:15px;height:15px;border-radius:50%;background:var(--pf-bg);transform:translateY(-50%)}
.pf-divider>span::before,.pf-divider>span::after{content:"";position:absolute;top:50%;left:50%;background:var(--pf-muted);transform:translate(-50%,-50%)}
.pf-divider>span::before{width:11px;height:1px}.pf-divider>span::after{width:1px;height:11px}
.pf-divider>span:first-child{left:-7px}.pf-divider>span:last-child{right:-7px}

/* Product showcase */
.pf-products-section{padding:104px 48px 112px}
.pf-section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:50px}
.pf-section-heading h2{margin:0;font:700 clamp(36px,5vw,58px)/1.04 Inter,sans-serif;letter-spacing:-.05em}
.pf-section-heading h2 span{color:#66686a;font-weight:600}
.pf-section-heading>a{display:flex;align-items:center;gap:11px;padding:9px 13px;border-radius:7px;color:var(--pf-muted);font-size:12px;transition:.2s}.pf-section-heading>a:hover{background:var(--pf-soft);color:#fff}
.featured-products,.editorial-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
.homepage-product-skeleton{border-radius:10px!important}
.editorial-product{overflow:hidden!important;border:1px solid var(--pf-line)!important;border-radius:10px!important;background:var(--pf-panel)!important;transition:border-color .25s,transform .25s,background .25s!important}
.editorial-product:hover{border-color:var(--pf-line-strong)!important;background:#0f1010!important;transform:translateY(-3px)}
.editorial-product .image-link{border:0!important;border-bottom:1px solid var(--pf-line)!important;background:#101111!important}
.editorial-product .image{filter:saturate(.75) contrast(1.04)!important}.editorial-product:hover .image{transform:scale(1.025)!important;filter:saturate(.9) contrast(1.05)!important}
.product-sale{top:12px!important;left:12px!important;padding:4px 8px!important;background:#f4f4f4!important;color:#0a0b0b!important;font-size:9px!important}
.product-content{padding:19px 19px 17px!important}
.product-overline{margin-bottom:10px!important;color:var(--pf-dim)!important;font-size:8px!important}
.editorial-product .product-title{margin-bottom:10px!important;font:600 16px/1.25 Inter,sans-serif!important}
.editorial-product .product-summary{min-height:61px!important;max-height:61px!important;margin-bottom:18px!important;color:var(--pf-muted)!important;font-size:12px!important;line-height:1.65!important}
.editorial-product .product-actions{height:36px!important;min-height:36px!important}
.editorial-product .product-actions .price{color:#d3d3d3!important;font-size:11px!important}.editorial-product .product-actions .price strong{font-size:12px!important}
.editorial-product .product-actions>.add,.editorial-product .product-actions>.subscribe,.editorial-product .product-actions>.gift,.editorial-product .product-actions>.open-basket-cta{width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;min-height:34px!important;flex-basis:34px!important;border-color:var(--pf-line)!important;border-radius:7px!important;background:rgba(255,255,255,.025)!important}
.editorial-product .product-actions>.add:hover,.editorial-product .product-actions>.subscribe:hover,.editorial-product .product-actions>.gift:hover{border-color:var(--pf-line-strong)!important;background:rgba(255,255,255,.08)!important;transform:none!important}

/* Interactive dot field + feature cards */
.pf-why{padding:0 48px 1px}
.pf-why-header{--glow-x:70%;--glow-y:45%;position:relative;min-height:290px;display:grid;place-items:center;overflow:hidden;border-bottom:1px solid var(--pf-line);text-align:center;background-image:radial-gradient(circle,rgba(255,255,255,.085) 1px,transparent 1.2px);background-size:24px 24px}
.pf-why-header::after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.72) 1.35px,transparent 1.6px);background-size:24px 24px;opacity:0;mask-image:radial-gradient(circle 145px at var(--glow-x) var(--glow-y),#000,transparent);-webkit-mask-image:radial-gradient(circle 145px at var(--glow-x) var(--glow-y),#000,transparent);transition:opacity .3s}
.pf-why-header:hover::after,.pf-why-header.has-glow::after{opacity:1}
.pf-grid-shade{position:absolute;z-index:1;width:500px;height:250px;background:radial-gradient(ellipse,rgba(9,10,10,.98) 10%,rgba(9,10,10,.84) 42%,transparent 75%)}
.pf-why-header>div:last-child{position:relative;z-index:2}.pf-why-header .pf-eyebrow{margin-bottom:18px}.pf-why-header h2{margin:0;font:700 clamp(36px,5vw,54px)/1 Inter,sans-serif;letter-spacing:-.045em}
.pf-feature-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.pf-feature-grid article{min-height:260px;padding:38px 40px;border-left:1px solid var(--pf-line);transition:background .4s}.pf-feature-grid article:first-child{border-left:0}.pf-feature-grid article:hover{background:rgba(255,255,255,.025)}
.pf-feature-grid svg{width:21px;height:21px;margin-bottom:31px;fill:none;stroke:var(--pf-muted);stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.pf-feature-grid h3{margin:0 0 13px;font-size:16px;font-weight:600;letter-spacing:-.015em}.pf-feature-grid p{margin:0;color:var(--pf-muted);font-size:13px;line-height:1.75}

/* Category, CMS and full product pages */
.category-page{padding:108px 48px 130px!important}
.category-header{max-width:760px!important;margin-bottom:54px!important;text-align:left}.category-header::before{content:"PRODUCT LIBRARY";display:block;margin-bottom:18px;color:var(--pf-muted);font-size:10px;font-weight:600;letter-spacing:.2em}.category-header h1{font:700 clamp(50px,7vw,82px)/.95 Inter,sans-serif!important;letter-spacing:-.06em!important}.category-intro{max-width:580px;color:var(--pf-muted)!important;font-size:14px!important;line-height:1.7}
.category-with-sidebar{grid-template-columns:minmax(0,1fr) 280px!important;gap:28px!important}
.category-with-sidebar>.store-sidebar{gap:14px!important}
.category-with-sidebar .widget{padding:20px!important;border:1px solid var(--pf-line)!important;border-radius:9px!important;background:var(--pf-panel)!important}
.category-with-sidebar .widget-title{font-size:12px!important}.category-with-sidebar .widget-content{color:var(--pf-muted)!important;font-size:12px!important}
.cms-page{grid-template-columns:140px minmax(0,1fr)!important;column-gap:60px!important;padding:120px 48px 150px!important}.cms-index{color:var(--pf-muted)!important}.cms-header{padding-bottom:48px!important;border-color:var(--pf-line)!important}.cms-header h1{font:700 clamp(50px,7vw,82px)/.95 Inter,sans-serif!important;letter-spacing:-.06em!important}.cms-content{max-width:760px!important;color:var(--pf-muted)!important;font-size:clamp(17px,2vw,23px)!important}
.store-product-full{margin-top:80px!important;padding:0 8%!important;border-radius:12px!important;}.store-product-full>.product-title{font-family:Inter,sans-serif!important}

/* Basket popover */
.popup[hidden]{display:none!important}
.basket-popup{position:fixed!important;inset:0!important;z-index:2000!important;display:block!important;background:transparent!important;backdrop-filter:none!important;pointer-events:none!important;--fade-duration:120ms}
.basket-popup .popup-scroll-cont{position:fixed!important;inset:64px 0 0!important;display:block!important;padding:0!important;background:transparent!important;pointer-events:auto!important;overflow:visible!important}
.basket-popup-content{position:absolute!important;top:8px!important;right:max(20px,calc((100vw - 1200px)/2 + 48px))!important;width:min(380px,calc(100vw - 32px))!important;max-height:calc(100vh - 88px)!important;overflow:auto!important;margin:0!important;padding:0!important;border:1px solid var(--pf-line)!important;border-radius:10px!important;background:rgba(12,13,13,.94)!important;color:var(--pf-fg)!important;box-shadow:0 25px 80px rgba(0,0,0,.7)!important;backdrop-filter:blur(24px)!important;pointer-events:auto!important;animation:pf-popover-in .16s ease-out}
@keyframes pf-popover-in{from{opacity:0;transform:translateY(-7px) scale(.98)}to{opacity:1;transform:none}}
.basket-popup-content .popup-close{position:absolute!important;z-index:3;top:12px!important;right:12px!important;width:26px!important;height:26px!important;margin:0!important;padding:0!important;border:0!important;border-radius:6px!important;background:transparent!important;color:var(--pf-muted)!important;font-size:0!important}.basket-popup-content .popup-close::before,.basket-popup-content .popup-close::after{content:"";position:absolute;top:12px;left:7px;width:12px;height:1px;background:currentColor}.basket-popup-content .popup-close::before{transform:rotate(45deg)}.basket-popup-content .popup-close::after{transform:rotate(-45deg)}.basket-popup-content .popup-close:hover{color:#fff!important}
.basket-popup-content .basket-header{height:52px!important;display:flex!important;align-items:center!important;padding:0 16px!important;border-bottom:1px solid var(--pf-line)!important}.basket-popup-content .basket-title{margin:0!important;font-size:14px!important;font-weight:600!important}
.basket-popup-content .basket-empty{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:36px 20px!important;color:var(--pf-muted);text-align:center}.basket-popup-content .basket-empty svg{width:31px;height:31px;fill:none;stroke:rgba(255,255,255,.22);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.basket-popup-content .basket-empty p{margin:0;font-size:13px}
.basket-popup-content .basket-second-header{padding:12px 16px!important;border-bottom:1px solid var(--pf-line)!important;color:var(--pf-muted)!important;font-size:11px!important}
.basket-popup-content .basket-content{padding:0 16px!important}.basket-popup-content .basket-item{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:10px!important;padding:15px 0!important;border-bottom:1px solid var(--pf-line)!important;background:transparent!important}.basket-popup-content .basket-item .title{font-size:13px!important}.basket-popup-content .basket-item .price{color:var(--pf-muted)!important;font-size:11px!important}.basket-popup-content .quantity-field{align-items:center;overflow:hidden;border:1px solid var(--pf-line-strong);border-radius:6px;transform:none!important}.basket-popup-content .quantity-field .adjust{width:26px!important;height:28px!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--pf-muted)!important}.basket-popup-content .quantity-field .quantity{width:30px!important;height:28px!important;min-height:0!important;padding:0!important;border:0!important;border-inline:2px solid var(--pf-line)!important;border-radius:0!important;background:transparent!important;color:#fff!important;text-align:center}.basket-popup-content .remove{width:28px!important;height:28px!important;border:1px solid var(--pf-line)!important;border-radius:6px!important;background:transparent!important;color:var(--pf-muted)!important;mask:none!important}.basket-popup-content .remove::before{content:"×"!important;display:grid!important;place-items:center;width:100%;height:100%;background:none!important;mask:none!important;font-size:17px!important;font-weight:300!important}
.basket-popup-content .basket-checkout{padding:16px!important;border-top:1px solid var(--pf-line)!important}.basket-popup-content .basket-checkout h3{font-size:12px!important}.basket-popup-content .checkout{min-height:38px!important;border-radius:7px!important;background:#f4f4f4!important;color:#090a0a!important;font-size:12px!important}

/* Remaining dialogs */
.popup:not(.basket-popup){background:rgba(0,0,0,.7)!important;backdrop-filter:blur(8px)!important}.popup:not(.basket-popup) .popup-content{border:1px solid var(--pf-line-strong)!important;border-radius:12px!important;background:var(--pf-panel)!important;box-shadow:0 30px 100px rgba(0,0,0,.75)!important}.btn-primary{background:#f4f4f4!important;color:#090a0a!important;border-radius:7px!important}

/* Footer */
.site-footer{padding:0!important;border-top:1px solid var(--pf-line)!important;background:var(--pf-bg)!important}.site-footer-inner{padding:72px 48px 28px!important;border-inline:2px solid var(--pf-line)!important}.footer-brand strong{display:flex;align-items:center;gap:10px;font-size:15px!important}.footer-brand .brand-mark{display:inline-grid}.footer-brand p{max-width:340px!important;color:var(--pf-muted)!important;font-size:13px!important;line-height:1.7!important}.footer-links span{color:var(--pf-muted)!important;font-size:10px!important;letter-spacing:.16em!important}.footer-links a{color:var(--pf-muted)!important;font-size:13px!important}.footer-links a:hover{color:#fff!important}.footer-bottom{border-color:var(--pf-line)!important;color:var(--pf-dim)!important;font-size:11px!important}

/* Responsive */
@media(max-width:980px){.site-header-inner{padding-inline:24px!important}.pf-hero,.pf-products-section,.pf-why,.category-page,.cms-page{padding-inline:28px!important}.pf-hero{min-height:790px}.pf-hero-visual img{height:340px}.featured-products,.editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pf-feature-grid article{padding:34px 28px}.category-with-sidebar{grid-template-columns:1fr!important}.page-category .category-with-sidebar .store-sidebar{grid-template-columns:repeat(3,1fr)!important}.basket-popup-content{right:24px!important}}
@media(max-width:820px){.site{padding-top:64px}.site-header-inner{border-inline:0}.header-navigation{position:fixed!important;inset:64px 0 auto!important;padding:12px 20px!important;background:rgba(9,10,10,.97)!important}.header-navigation .navigation-list>li>a{padding:13px 10px!important}.header-icon,.login-direct{display:none!important}.pf-hero{min-height:auto;padding-top:88px;padding-bottom:70px}.pf-hero h1{font-size:clamp(46px,12vw,70px)}.pf-hero-visual{margin-top:54px}.pf-hero-visual img{height:290px}.pf-section-heading{align-items:start;flex-direction:column}.pf-why{padding-inline:20px!important}.pf-feature-grid{grid-template-columns:1fr}.pf-feature-grid article{min-height:0;border-top:1px solid var(--pf-line);border-left:0}.cms-page{grid-template-columns:1fr!important}.cms-index,.cms-header,.cms-content{grid-column:1!important}.site-footer-inner{border-inline:0}}
@media(max-width:600px){.site-shell{width:min(calc(100% - 28px),var(--pf-shell))}.site::before{left:14px}.site::after{right:14px}.site-header-inner{padding-inline:14px!important}.brand-mark{width:26px;height:26px}.store-brand{font-size:13px!important}.pf-hero,.pf-products-section,.category-page,.cms-page{padding-inline:14px!important}.pf-hero-copy .pf-eyebrow{font-size:9px}.pf-hero-lead{font-size:13px}.pf-hero-actions{align-items:stretch;flex-direction:column}.pf-button{width:100%}.pf-hero-visual{border-radius:8px}.pf-hero-visual img{height:220px}.pf-window-bar small{display:none}.featured-products,.editorial-grid{grid-template-columns:1fr!important}.pf-products-section{padding-block:78px}.pf-section-heading h2{font-size:40px}.pf-why-header{min-height:240px}.pf-why-header h2{font-size:36px}.page-category .category-with-sidebar .store-sidebar{grid-template-columns:1fr!important}.category-header h1{font-size:52px!important}.basket-popup-content{top:6px!important;right:14px!important;width:calc(100vw - 28px)!important}.site-footer-inner{padding:54px 14px 24px!important}}

/* Compact popover corrections over the original Tebex basket layout. */
.basket-popup-content{display:block!important;height:auto!important;min-height:0!important}
.basket-popup-content .basket-title{text-transform:none!important}.basket-popup-content .basket-title::before{content:none!important;display:none!important}
.basket-popup-content .popup-close{background:linear-gradient(45deg,transparent 47%,currentColor 48%,currentColor 52%,transparent 53%),linear-gradient(-45deg,transparent 47%,currentColor 48%,currentColor 52%,transparent 53%)!important;background-size:12px 12px!important;background-position:center!important;background-repeat:no-repeat!important}
.basket-popup-content .popup-close::before,.basket-popup-content .popup-close::after{content:none!important;display:none!important}
.basket-popup-content .basket-content{flex:none!important;min-height:0!important}

/* Custom CMS pages use the same editorial language as the storefront. */
.cms-page{display:grid;grid-template-columns:110px minmax(0,1fr);column-gap:64px;padding:132px 0 150px}
.cms-index{padding-top:16px;color:#55555d;font-size:9px;font-weight:600;letter-spacing:.14em}
.cms-header{grid-column:2;max-width:900px;padding-bottom:56px;border-bottom:1px solid var(--line)}
.cms-header h1{margin:0;font:700 clamp(50px,7vw,82px)/.95 Inter,sans-serif!important;letter-spacing:-.06em!important}
.cms-content{grid-column:2;max-width:820px;padding-top:52px;color:#9b9ba3;font:400 clamp(18px,2vw,27px)/1.55 Inter,sans-serif;letter-spacing:-.025em}
.cms-content>h1:first-child,.cms-content>h2:first-child{display:none}
.cms-content p{margin:0 0 1.25em}
.cms-content a{color:#fff;text-decoration:underline;text-underline-offset:5px}
@media(max-width:820px){.cms-page{grid-template-columns:1fr;padding:92px 0 110px}.cms-index,.cms-header,.cms-content{grid-column:1}.cms-index{margin-bottom:28px}.cms-header{padding-bottom:38px}.cms-content{padding-top:38px}}
.cms-header h1{letter-spacing:-.06em!important}.page-cms,.page-cms .cms-content,.page-cms .cms-content *{font-family:Inter,sans-serif!important}
.store-brand-logo{width:28px;height:28px;display:block;flex:0 0 28px;object-fit:contain}
.footer-brand .store-brand-logo{width:30px;height:30px;flex-basis:30px}
.basket-creator-code{margin:0 16px 16px;padding:14px 0;}
.basket-creator-code label{display:block;margin-bottom:9px;color:var(--pf-muted);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
.creator-code-field{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}
.creator-code-field input{width:100%;height:36px;padding:0 12px;border:1px solid var(--pf-line-strong)!important;border-radius:7px!important;background:#090a0a!important;color:var(--pf-fg)!important;font-size:13px!important}
.creator-code-field input:disabled{color:var(--pf-muted)!important;opacity:1}
.creator-code-field button,.creator-code-remove{height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid var(--pf-line-strong);border-radius:7px;background:#f4f4f4;color:#090a0a;font-size:12px;font-weight:600;white-space:nowrap}
.creator-code-remove{background:transparent;color:var(--pf-muted)}
.creator-code-remove:hover{border-color:var(--pf-line-strong);color:var(--pf-fg)}
.site-content>.basket .basket-creator-code{max-width:720px;margin:24px var(--content-padding);background:var(--pf-panel)}
.basket-popup-content .basket-creator-code{margin:0 16px 16px}
.cfx-login-panel{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 18px;padding:16px;border:1px solid var(--pf-line);border-radius:10px;background:rgba(255,255,255,.025)}
.cfx-login-panel>div{display:flex;min-width:0;flex-direction:column;gap:5px}
.cfx-login-panel span{color:var(--pf-muted);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
.cfx-login-panel strong{color:var(--pf-fg);font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cfx-login-panel.is-connected{border-color:rgba(255,255,255,.14)}
.cfx-login-panel .btn-primary{min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:7px!important;white-space:nowrap}
.cfx-login-panel .link-text{color:var(--pf-muted);font-size:12px;font-weight:600;white-space:nowrap}
.cfx-login-panel .link-text:hover{color:var(--pf-fg)}
.store-product-options .actions .btn-primary:disabled{opacity:.42;cursor:not-allowed}
@media(max-width:600px){.cfx-login-panel{align-items:stretch;flex-direction:column}.cfx-login-panel .btn-primary,.cfx-login-panel .link-text{width:100%;justify-content:center;text-align:center}}
