@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:400 800;font-display:swap;src:url("/themes/shop/fonts/plus-jakarta-sans-latin.woff2") format("woff2")}:root{--st-black:#111111;--st-bg:#141414;--st-raised:#1b1b1b;--st-hover:#232323;--st-white:#f5f5f3;--st-muted:#a3a3a3;--st-quiet:#8f8f8f;--st-orange:#e8590c;--st-orange-warm:#fd7e14;--st-green:#4ea66b;--st-red:#f26b5e;--st-line:rgba(255,255,255,0.1);--st-line-strong:rgba(255,255,255,0.18);--st-orange-line:rgba(232,89,12,0.55);--st-orange-soft:rgba(232,89,12,0.1);--st-shadow-product:0 24px 72px rgba(0,0,0,0.42);--st-shadow-panel:-28px 0 80px rgba(0,0,0,0.56);--st-ease:cubic-bezier(0.2,0.8,0.2,1);--bg:var(--st-bg);--bg-raised:var(--st-raised);--bg-elev:#202020;--bg-hover:var(--st-hover);--line:var(--st-line);--line-strong:var(--st-line-strong);--fg:var(--st-white);--fg-dim:var(--st-muted);--fg-mute:var(--st-quiet);--fg-ghost:#545454;--accent:var(--st-orange);--accent-strong:var(--st-orange-warm);--accent-soft:var(--st-orange-soft);--accent-line:var(--st-orange-line);--accent-glow:rgba(232,89,12,0.2);--ok:var(--st-green);--warn:#e5a93c;--danger:var(--st-red);--shadow-soft:0 18px 55px rgba(0,0,0,0.3);--font-serif:"Plus Jakarta Sans",Arial,sans-serif;--font-sans:"Plus Jakarta Sans",Arial,sans-serif;--font-mono:"Plus Jakarta Sans",Arial,sans-serif;--container:1480px;--content:860px;--gutter:clamp(18px,3vw,48px);--r-sm:9px;--r:12px;--r-lg:14px;--r-xl:18px}html{color-scheme:dark;scroll-behavior:smooth;background:var(--st-bg)}body.site-shop{min-width:320px;margin:0;overflow-x:clip;background:var(--st-bg);color:var(--st-white);font-family:var(--font-sans);font-size:16px;font-weight:500;line-height:1.62;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.site-shop *,body.site-shop *::before,body.site-shop *::after{box-sizing:border-box}body.site-shop h1,body.site-shop h2,body.site-shop h3,body.site-shop h4,body.site-shop p,body.site-shop ul,body.site-shop ol,body.site-shop dl,body.site-shop blockquote{margin-top:0}body.site-shop img,body.site-shop video{max-width:100%}body.site-shop a{color:inherit}body.site-shop button,body.site-shop input,body.site-shop select,body.site-shop textarea{font:inherit}body.site-shop button{color:inherit}body.site-shop [hidden]{display:none !important}body.site-shop:focus-visible{outline:2px solid var(--st-white);outline-offset:3px;box-shadow:0 0 0 6px rgba(232,89,12,0.5)}body.site-shop::selection{background:var(--st-orange);color:white}body.site-shop .container{width:min(100% - (var(--gutter) * 2),var(--container));max-width:var(--container);margin-inline:auto}body.site-shop .section{padding:clamp(64px,8vw,104px) 0}body.site-shop .display,body.site-shop .section-title{color:var(--st-white);font-family:var(--font-serif);font-weight:800;letter-spacing:-0.04em;line-height:1.06;text-wrap:balance}body.site-shop .section-title{font-size:clamp(28px,3.2vw,48px)}body.site-shop .section-sub{color:var(--st-muted);line-height:1.7}body.site-shop .eyebrow,body.site-shop .mono{color:var(--st-orange);font-family:var(--font-sans);font-size:11px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase}body.site-shop .section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}body.site-shop .grid-2,body.site-shop .grid-3,body.site-shop .grid-4{display:grid;gap:18px}body.site-shop .grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}body.site-shop .grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}body.site-shop .grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}body.site-shop .btn,body.site-shop .st-primary-action,body.site-shop .st-secondary-action{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:12px;border:1px solid transparent;border-radius:var(--r);padding:13px 20px;font-size:14px;font-weight:750;line-height:1;text-decoration:none;cursor:pointer;transition:background-color 180ms cubic-bezier(0.2,0.8,0.2,1),border-color 180ms cubic-bezier(0.2,0.8,0.2,1),color 180ms cubic-bezier(0.2,0.8,0.2,1),transform 180ms cubic-bezier(0.2,0.8,0.2,1)}body.site-shop .btn:hover,body.site-shop .st-primary-action:hover,body.site-shop .st-secondary-action:hover{transform:translateY(-1px)}body.site-shop .btn-accent,body.site-shop .st-primary-action{border-color:var(--st-orange);background:var(--st-orange);color:white}body.site-shop .btn-accent:hover,body.site-shop .st-primary-action:hover{border-color:var(--st-orange-warm);background:var(--st-orange-warm)}body.site-shop .btn-ghost,body.site-shop .st-secondary-action{border-color:var(--st-line-strong);background:var(--st-raised);color:var(--st-white)}body.site-shop .btn-ghost:hover,body.site-shop .st-secondary-action:hover{border-color:var(--st-orange-line);background:var(--st-hover)}body.site-shop .btn-lg{min-height:52px;padding:16px 24px;font-size:14px}body.site-shop .btn-sm{min-height:38px;padding:10px 14px;font-size:12px}body.site-shop .btn[disabled],body.site-shop button[disabled]{cursor:not-allowed;opacity:0.48;transform:none}body.site-shop input,body.site-shop select,body.site-shop textarea{border:1px solid var(--st-line);border-radius:var(--r);background:var(--st-raised);color:var(--st-white)}body.site-shop input::placeholder,body.site-shop textarea::placeholder{color:#858585;opacity:1}body.site-shop input:focus,body.site-shop select:focus,body.site-shop textarea:focus{border-color:var(--st-orange);outline:0;box-shadow:0 0 0 3px rgba(232,89,12,0.18)}body.site-shop .chip{display:inline-flex;min-height:27px;align-items:center;border:1px solid var(--st-line-strong);border-radius:999px;padding:0 10px;background:rgba(255,255,255,0.035);color:var(--st-muted);font-size:10px;font-weight:750;letter-spacing:0.05em;text-transform:uppercase}body.site-shop .chip-accent,body.site-shop .chip-sale{border-color:var(--st-orange-line);background:var(--st-orange-soft);color:var(--st-orange-warm)}body.site-shop .chip-new{border-color:rgba(78,166,107,0.5);background:rgba(78,166,107,0.09);color:#7dcc96}body.site-shop .pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding-top:42px}body.site-shop .pagination a,body.site-shop .pagination span{display:inline-flex;min-width:40px;min-height:40px;align-items:center;justify-content:center;border:1px solid var(--st-line);border-radius:10px;padding:8px 13px;background:var(--st-raised);color:var(--st-muted);font-size:12px;font-weight:700;text-decoration:none}body.site-shop .pagination a:hover,body.site-shop .pagination .current{border-color:var(--st-orange-line);color:var(--st-orange-warm)}body.site-shop .pagination .current{background:var(--st-orange-soft)}body.site-shop .pagination .disabled{opacity:0.35;pointer-events:none}body.site-shop .error-msg,body.site-shop .rv-error,body.site-shop .demo-gate-error,body.site-shop .cp-err{border:1px solid rgba(242,107,94,0.48);border-radius:var(--r);background:rgba(242,107,94,0.08);color:#ffaaa0}body.site-shop .success-msg,body.site-shop .rv-success,body.site-shop .cr-card.ok{border-color:rgba(78,166,107,0.48);background:rgba(78,166,107,0.08);color:#8bd4a2}.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}.st-header{position:sticky;top:0;z-index:120;border-bottom:1px solid var(--st-line);background:#111;color:var(--st-white)}.st-nav-shell{display:grid;width:min(100% - 32px,var(--container));min-height:72px;grid-template-columns:auto minmax(420px,1fr) minmax(260px,380px) auto;align-items:center;gap:clamp(22px,3vw,44px);margin-inline:auto}.st-brand,.st-footer-brand{display:inline-flex;align-items:center;text-decoration:none}.st-brand-logo,.st-footer-logo{display:block;height:auto;object-fit:contain}.st-brand-logo{width:94px}.st-footer-logo{width:116px}.st-primary-nav{display:flex;height:72px;align-items:stretch;gap:8px}.st-nav-link{position:relative;display:flex;align-items:center;padding:0 12px;color:var(--st-muted);font-size:13px;font-weight:650;text-decoration:none;transition:color 180ms ease}.st-nav-link::after{position:absolute;right:10px;bottom:0;left:10px;height:3px;background:var(--st-orange);content:"";transform:scaleX(0);transform-origin:center;transition:transform 180ms cubic-bezier(0.2,0.8,0.2,1)}.st-nav-link:hover,.st-nav-link.is-active{color:var(--st-white)}.st-nav-link.is-active::after{transform:scaleX(1)}.st-header-search{position:relative;display:flex;align-items:center}.st-header-search input{width:100%;min-height:42px;padding:0 46px 0 15px;border-color:var(--st-line);border-radius:9px;background:#171717;font-size:12px}.st-header-search button{position:absolute;right:4px;display:grid;width:36px;height:34px;place-items:center;border:0;background:transparent;color:var(--st-muted);cursor:pointer}.st-header-search button:hover{color:var(--st-white)}.st-nav-tools{display:flex;align-items:center;gap:10px}.st-cart-trigger,.st-menu-trigger,.st-panel-close{position:relative;display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--st-line);border-radius:10px;background:#171717;cursor:pointer;transition:border-color 180ms ease,background-color 180ms ease}.st-cart-trigger:hover,.st-menu-trigger:hover,.st-panel-close:hover{border-color:var(--st-orange-line);background:var(--st-hover)}.st-cart-trigger>span{position:absolute;top:-6px;right:-6px;display:grid;min-width:21px;height:21px;place-items:center;border:2px solid var(--st-black);border-radius:999px;padding-inline:4px;background:var(--st-orange);color:white;font-size:10px;font-weight:800}.st-menu-trigger{display:none;align-content:center;gap:6px}.st-menu-trigger span{display:block;width:19px;height:1px;background:currentColor}.st-intl{display:flex;align-items:center;gap:8px}.st-intl-control,.st-intl-currency{position:relative;margin:0}.st-intl-summary,.st-intl-currency{display:flex;min-height:42px;align-items:center;gap:8px;border:1px solid var(--st-line);border-radius:9px;padding:0 12px;background:#171717;color:var(--st-muted);font-size:11px;font-weight:700;cursor:pointer;list-style:none}.st-intl-summary::-webkit-details-marker{display:none}.st-intl-summary>b,.st-intl-currency>b{display:none}.st-intl-summary i{color:var(--st-quiet);font-style:normal}.st-intl-currency select{min-height:40px;border:0;padding:0 22px 0 0;background:transparent;color:var(--st-muted);font-size:11px;font-weight:700}.st-intl-sheet{position:absolute;top:calc(100% + 10px);right:0;z-index:140;display:grid;min-width:230px;gap:4px;border:1px solid var(--st-line-strong);border-radius:14px;padding:10px;background:var(--st-raised);box-shadow:var(--st-shadow-product)}.st-intl-sheet>strong{padding:8px 10px;color:var(--st-quiet);font-size:10px;letter-spacing:0.08em;text-transform:uppercase}.st-intl-sheet a{display:flex;align-items:center;justify-content:space-between;border-radius:9px;padding:10px;color:var(--st-muted);font-size:12px;text-decoration:none}.st-intl-sheet a:hover,.st-intl-sheet a.active{background:var(--st-hover);color:var(--st-white)}.st-intl-sheet a b{color:var(--st-orange);font-size:9px;text-transform:uppercase}.st-nav-backdrop,.st-cart-backdrop{position:fixed;inset:0;z-index:190;visibility:hidden;background:rgba(0,0,0,0.72);opacity:0;transition:opacity 260ms ease,visibility 260ms ease}.st-nav-backdrop.open,.st-cart-backdrop.open{visibility:visible;opacity:1}.st-nav-panel{position:fixed;top:0;right:0;z-index:210;display:flex;width:min(430px,100%);height:100dvh;flex-direction:column;border-left:1px solid var(--st-line);padding:22px;background:var(--st-raised);box-shadow:none;transform:translateX(104%);transition:transform 360ms cubic-bezier(0.22,1,0.36,1)}.st-nav-panel.open{box-shadow:var(--st-shadow-panel);transform:translateX(0)}.st-nav-panel-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:24px}.st-panel-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-bottom:22px}.st-panel-search input{min-width:0;padding:0 14px}.st-panel-search button{border:0;border-radius:10px;padding:0 16px;background:var(--st-orange);color:white;font-size:12px;font-weight:750;cursor:pointer}.st-nav-panel-links{display:grid;border-top:1px solid var(--st-line)}.st-nav-panel-links a{display:flex;min-height:61px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--st-line);color:var(--st-muted);font-size:18px;font-weight:700;text-decoration:none}.st-nav-panel-links a:hover,.st-nav-panel-links a.is-active{color:var(--st-white)}.st-nav-panel-links a b{color:var(--st-orange)}.st-nav-panel-foot{display:grid;gap:12px;margin-top:auto;padding-top:24px}.st-nav-panel-foot>button{display:flex;min-height:52px;align-items:center;justify-content:space-between;border:0;border-radius:var(--r);padding:0 18px;background:var(--st-orange);color:white;font-weight:750;cursor:pointer}.st-home{background:var(--st-bg)}.st-market-hero{display:grid;min-height:min(710px,calc(100svh - 72px));grid-template-columns:minmax(360px,0.72fr) minmax(620px,1.28fr);align-items:center;gap:clamp(34px,4vw,72px);padding:clamp(46px,6vw,84px) max(var(--gutter),calc((100vw - var(--container)) / 2));border-bottom:1px solid var(--st-line)}.st-market-copy{max-width:560px}.st-delivery-pill{display:inline-flex;min-height:34px;align-items:center;gap:9px;margin-bottom:28px;border:1px solid rgba(232,89,12,0.42);border-radius:999px;padding:0 14px;background:rgba(232,89,12,0.055);color:var(--st-orange-warm);font-size:11px;font-weight:750;letter-spacing:0.025em}.st-market-copy h1{max-width:10ch;margin-bottom:22px;color:var(--st-white);font-size:clamp(48px,5.2vw,86px);font-weight:800;letter-spacing:-0.04em;line-height:0.99;text-wrap:balance}.st-market-copy>p{max-width:48ch;margin-bottom:30px;color:var(--st-muted);font-size:clamp(16px,1.35vw,19px);line-height:1.55}.st-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.st-framework-links{margin-top:clamp(42px,6vh,72px)}.st-framework-links>span{display:block;margin-bottom:11px;color:var(--st-quiet);font-size:10px;font-weight:750;letter-spacing:0.09em;text-transform:uppercase}.st-framework-links>div{display:flex;flex-wrap:wrap;gap:9px}.st-framework-links a{display:inline-flex;min-height:30px;align-items:center;border:1px solid var(--st-line-strong);border-radius:999px;padding:0 13px;color:var(--st-muted);font-size:10px;font-weight:750;letter-spacing:0.05em;text-decoration:none;text-transform:uppercase}.st-framework-links a:nth-child(1){border-color:rgba(56,189,248,0.32);color:#70c8ec}.st-framework-links a:nth-child(2){border-color:rgba(232,89,12,0.48);color:var(--st-orange-warm)}.st-framework-links a:nth-child(3){border-color:rgba(234,213,58,0.32);color:#dbc94d}.st-framework-links a:hover{background:var(--st-hover)}.st-hero-showcase{display:grid;min-width:0;height:clamp(500px,58vw,640px);max-height:640px;grid-template-columns:minmax(0,1.08fr) minmax(300px,0.92fr);grid-template-rows:repeat(2,minmax(0,1fr));gap:14px;animation:st-showcase-reveal 680ms cubic-bezier(0.22,1,0.36,1) both}@keyframes st-showcase-reveal{from{clip-path:inset(0 0 12% 0 round 18px);filter:brightness(0.76);transform:translateY(14px)}to{clip-path:inset(0 0 0 0 round 18px);filter:brightness(1);transform:translateY(0)}}.st-showcase-tile,.st-showcase-product{position:relative;min-width:0;overflow:hidden;border-radius:var(--r-lg);background:var(--st-raised)}.st-showcase-tile{border:1px solid var(--st-line)}.st-showcase-item-1{grid-column:1;grid-row:1}.st-showcase-item-2{grid-column:1;grid-row:2}.st-showcase-item-3{grid-column:2;grid-row:1}.st-showcase-item-4{grid-column:2;grid-row:2}.st-showcase-tile img,.st-showcase-media img{width:100%;height:100%;object-fit:cover;transition:transform 600ms cubic-bezier(0.2,0.8,0.2,1),filter 240ms ease}.st-showcase-tile:hover img,.st-showcase-product:hover .st-showcase-media img{transform:scale(1.025)}.st-showcase-tile::after,.st-showcase-media::after{position:absolute;inset:45% 0 0;background:linear-gradient(to bottom,transparent,rgba(0,0,0,0.78));content:"";pointer-events:none}.st-showcase-tile-copy{position:absolute;right:18px;bottom:16px;left:18px;z-index:2}.st-showcase-tile-copy strong,.st-showcase-tile-copy small{display:block}.st-showcase-tile-copy strong{color:white;font-size:clamp(14px,1.2vw,17px);font-weight:750;line-height:1.25}.st-showcase-tile-copy small{overflow:hidden;margin-top:4px;color:rgba(255,255,255,0.68);font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.st-showcase-product{display:grid;grid-template-rows:minmax(0,1fr) auto;border:1px solid var(--st-orange);box-shadow:var(--st-shadow-product)}.st-showcase-media{position:relative;display:block;min-height:0;overflow:hidden;background:#202020}.st-showcase-badge{position:absolute;top:14px;left:14px;z-index:3;border-radius:7px;padding:6px 9px;background:var(--st-orange);color:white;font-size:9px;letter-spacing:0.04em;text-transform:uppercase}.st-showcase-copy{position:relative;z-index:2;display:grid;gap:14px;padding:17px;background:var(--st-raised)}.st-showcase-copy h2{margin-bottom:3px;font-size:16px;font-weight:750;letter-spacing:-0.02em;line-height:1.25}.st-showcase-copy h2 a,.st-showcase-foot a{text-decoration:none}.st-showcase-copy span{color:var(--st-quiet);font-size:10px}.st-showcase-foot{display:flex;align-items:center;justify-content:space-between;gap:12px}.st-showcase-foot strong{color:var(--st-orange-warm);font-size:13px}.st-showcase-foot a{color:var(--st-muted);font-size:11px}.st-showcase-foot a:hover{color:var(--st-white)}.st-showcase-placeholder,.st-showcase-empty{display:grid;width:100%;height:100%;place-items:center;color:var(--st-quiet)}.st-showcase-empty{min-height:460px;grid-column:1 / -1;border:1px dashed var(--st-line-strong);border-radius:var(--r-lg)}.st-showcase-empty span{font-size:54px;font-weight:800}.st-showcase-empty p{align-self:start}.st-trust-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding-inline:max(var(--gutter),calc((100vw - var(--container)) / 2));border-bottom:1px solid var(--st-line);background:var(--st-black)}.st-trust-rail article{display:flex;min-width:0;align-items:center;gap:16px;padding:24px clamp(16px,2.2vw,34px);border-right:1px solid var(--st-line)}.st-trust-rail article:first-child{padding-left:0}.st-trust-rail article:last-child{border-right:0}.st-trust-rail svg{flex:0 0 auto;color:var(--st-orange)}.st-trust-rail strong,.st-trust-rail span{display:block}.st-trust-rail strong{color:var(--st-white);font-size:13px;font-weight:700}.st-trust-rail span{margin-top:3px;overflow:hidden;color:var(--st-quiet);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.st-catalog,.st-bundles,.st-reviews,.st-faq,.st-field-notes{padding:clamp(66px,8vw,112px) max(var(--gutter),calc((100vw - var(--container)) / 2))}.st-section-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:30px}.st-section-heading>div>span,.st-section-heading>span,.st-paths-copy>span,.st-reviews-title>span,.st-faq-title>span,.st-field-notes-head>span{display:block;margin-bottom:9px;color:var(--st-orange);font-size:10px;font-weight:750;letter-spacing:0.07em;text-transform:uppercase}.st-section-heading h2,.st-paths h2,.st-reviews h2,.st-faq h2,.st-field-notes h2{max-width:18ch;margin-bottom:0;color:var(--st-white);font-size:clamp(30px,3.3vw,50px);font-weight:800;letter-spacing:-0.04em;line-height:1.07;text-wrap:balance}.st-section-heading>p{max-width:48ch;margin-bottom:0;color:var(--st-muted);font-size:14px}.st-catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.st-product{position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--st-line);border-radius:var(--r-lg);background:var(--st-raised);transition:border-color 200ms ease,background-color 200ms ease,transform 200ms ease}.st-product:hover{border-color:rgba(232,89,12,0.46);background:#1e1e1e;transform:translateY(-2px)}.st-product-media{position:relative;display:block;aspect-ratio:16 / 10;margin:5px 5px 0;overflow:hidden;border-radius:10px;background:#202020}.st-product-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 500ms cubic-bezier(0.2,0.8,0.2,1)}.st-product:hover .st-product-media img{transform:scale(1.025)}.st-product-placeholder{display:grid;height:100%;place-content:center;gap:4px;color:var(--st-quiet);text-align:center}.st-product-placeholder b{color:var(--st-orange);font-size:36px;letter-spacing:-0.04em}.st-product-placeholder i{font-size:10px;font-style:normal;text-transform:uppercase}.st-product-stamps{position:absolute;top:10px;left:10px;z-index:2}.st-product-stamps b{display:inline-flex;min-height:25px;align-items:center;border-radius:7px;padding:0 8px;background:var(--st-orange);color:white;font-size:9px;letter-spacing:0.04em;text-transform:uppercase}.st-product-stamps .is-new{background:var(--st-green)}.st-product-stamps .is-best{background:#2b2b2b}.st-product-copy{display:flex;flex:1;flex-direction:column;padding:17px}.st-product-register{display:flex;min-height:27px;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.st-product-register>span{color:var(--st-quiet);font-size:9px;font-weight:700;letter-spacing:0.055em;text-transform:uppercase}.st-product-frameworks{display:flex;min-width:0;flex-wrap:wrap;justify-content:flex-end;gap:5px;margin:0;padding:0;list-style:none}.st-product-frameworks li{border:1px solid var(--st-line);border-radius:999px;padding:3px 7px;color:var(--st-muted);font-size:8px;font-weight:700;line-height:1}.st-product h3{margin-bottom:7px;color:var(--st-white);font-size:15px;font-weight:750;letter-spacing:-0.02em;line-height:1.3}.st-product h3 a{text-decoration:none}.st-product-copy>p{display:-webkit-box;min-height:2.9em;margin-bottom:18px;overflow:hidden;color:var(--st-muted);font-size:11px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.st-product-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.st-product-price{display:flex;min-width:0;align-items:baseline;gap:7px}.st-product-price strong{color:var(--st-orange-warm);font-size:13px;font-weight:800}.st-product-price s{color:var(--st-quiet);font-size:10px}.st-product-add{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:7px;border:0;border-radius:9px;padding:0 11px;background:var(--st-orange);color:white;font-size:10px;font-weight:750;cursor:pointer;transition:background-color 180ms ease,transform 180ms ease}.st-product-add:hover{background:var(--st-orange-warm);transform:translateY(-1px)}.st-paths{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(440px,1.1fr);gap:clamp(48px,8vw,120px);padding:clamp(70px,8vw,110px) max(var(--gutter),calc((100vw - var(--container)) / 2));border-block:1px solid var(--st-line);background:var(--st-black)}.st-paths-copy>p{max-width:50ch;margin:20px 0 28px;color:var(--st-muted);font-size:14px}.st-path-list{display:grid;align-content:center;border-top:1px solid var(--st-line)}.st-path-list a{display:flex;min-height:72px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--st-line);color:var(--st-muted);font-size:clamp(17px,1.8vw,23px);font-weight:700;text-decoration:none;transition:color 180ms ease}.st-path-list a:hover{color:var(--st-white)}.st-path-list a b{color:var(--st-orange);transition:transform 180ms ease}.st-path-list a:hover b{transform:translateX(6px)}.st-bundles{border-bottom:1px solid var(--st-line)}.st-bundle-grid,.bundles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.st-bundle{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--st-line);border-radius:var(--r-lg);background:var(--st-raised);transition:border-color 200ms ease,transform 200ms ease}.st-bundle:hover{border-color:rgba(232,89,12,0.46);transform:translateY(-2px)}.st-bundle-media{position:relative;display:block;aspect-ratio:16 / 9;margin:5px 5px 0;overflow:hidden;border-radius:10px;background:#202020}.st-bundle-stack{display:grid;width:100%;height:100%;grid-template-columns:1.2fr 0.8fr;grid-template-rows:repeat(2,1fr);gap:3px}.st-bundle-tile{min-width:0;overflow:hidden;background:#262626}.st-bundle-tile:first-child{grid-row:1 / 3}.st-bundle-tile img{width:100%;height:100%;object-fit:cover;transition:transform 500ms cubic-bezier(0.2,0.8,0.2,1)}.st-bundle:hover .st-bundle-tile img{transform:scale(1.025)}.st-bundle-tile--empty{display:grid;place-items:center;color:var(--st-quiet)}.st-bundle-count,.st-bundle-save{position:absolute;top:11px;z-index:3;border-radius:7px;padding:5px 8px;font-size:9px;font-weight:750;text-transform:uppercase}.st-bundle-count{right:11px;background:rgba(17,17,17,0.88);color:white}.st-bundle-save{left:11px;background:var(--st-orange);color:white}.st-bundle-copy{display:flex;flex:1;flex-direction:column;padding:18px}.st-bundle-register{margin-bottom:8px;color:var(--st-orange);font-size:9px;font-weight:750;letter-spacing:0.07em;text-transform:uppercase}.st-bundle h3{margin-bottom:7px;font-size:18px;font-weight:750;letter-spacing:-0.025em;line-height:1.25}.st-bundle h3 a{text-decoration:none}.st-bundle-copy>p{display:-webkit-box;margin-bottom:16px;overflow:hidden;color:var(--st-muted);font-size:12px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.st-bundle-items{display:grid;gap:7px;margin:0 0 20px;padding:0;color:var(--st-muted);font-size:10px;list-style:none}.st-bundle-items li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-bundle-items li::before{margin-right:7px;color:var(--st-orange);content:"+"}.st-bundle-more{color:var(--st-quiet)}.st-bundle-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.st-reviews{display:grid;grid-template-columns:minmax(250px,0.7fr) minmax(0,1.3fr);gap:clamp(42px,7vw,110px);border-bottom:1px solid var(--st-line);background:var(--st-black)}.st-review-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--st-line);border-left:1px solid var(--st-line)}.st-review{min-width:0;margin:0;padding:clamp(22px,3vw,34px);border-right:1px solid var(--st-line);border-bottom:1px solid var(--st-line)}.st-review-stars{display:flex;gap:2px;margin-bottom:18px;color:#4a4a4a}.st-review-stars .is-filled{color:var(--st-orange)}.st-review blockquote{margin-bottom:24px;color:var(--st-white);font-size:14px;line-height:1.65}.st-review footer{display:grid;gap:2px}.st-review footer strong{font-size:12px}.st-review footer span,.st-review footer a{color:var(--st-quiet);font-size:10px}.st-review footer a{margin-top:5px;color:var(--st-orange-warm);text-decoration:none}.st-faq{display:grid;grid-template-columns:minmax(280px,0.78fr) minmax(0,1.22fr);gap:clamp(44px,8vw,120px);border-bottom:1px solid var(--st-line)}.st-faq-title{align-self:start}.st-faq-title>p{max-width:42ch;margin:20px 0 24px;color:var(--st-muted);font-size:14px}.st-faq-list{border-top:1px solid var(--st-line)}.st-faq-list details{border-bottom:1px solid var(--st-line)}.st-faq-list summary{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:18px;color:var(--st-white);cursor:pointer;list-style:none}.st-faq-list summary::-webkit-details-marker{display:none}.st-faq-list summary strong{font-size:15px;line-height:1.35}.st-faq-list summary i{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border:1px solid var(--st-line);border-radius:9px;color:var(--st-orange);font-style:normal;transition:transform 180ms ease,background-color 180ms ease}.st-faq-list details[open] summary i{background:var(--st-orange-soft);transform:rotate(45deg)}.st-faq-list details>p{max-width:64ch;margin:-4px 52px 24px 0;color:var(--st-muted);font-size:13px;line-height:1.7}.st-field-notes{display:grid;grid-template-columns:minmax(280px,0.7fr) minmax(0,1.3fr);gap:clamp(42px,7vw,100px)}.st-field-notes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--st-line);border-left:1px solid var(--st-line)}.st-field-notes-grid>div{padding:24px;border-right:1px solid var(--st-line);border-bottom:1px solid var(--st-line)}.st-field-notes-grid h3{margin-bottom:10px;font-size:14px;line-height:1.35}.st-field-notes-grid p{margin-bottom:0;color:var(--st-muted);font-size:12px;line-height:1.65}.st-empty-catalog{margin:72px max(var(--gutter),calc((100vw - var(--container)) / 2));border:1px dashed var(--st-line-strong);border-radius:var(--r-lg);padding:70px 24px;text-align:center}.st-empty-catalog h2{margin-bottom:8px;font-size:26px}.st-empty-catalog p{margin-bottom:0;color:var(--st-muted)}.st-cart-manifest{position:fixed;top:0;right:0;z-index:220;display:flex;width:min(460px,100%);height:100dvh;flex-direction:column;border-left:1px solid var(--st-line);background:var(--st-raised);box-shadow:none;transform:translateX(104%);transition:transform 360ms cubic-bezier(0.22,1,0.36,1)}.st-cart-manifest.open{box-shadow:var(--st-shadow-panel);transform:translateX(0)}.st-cart-head{display:flex;min-height:84px;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--st-line);padding:18px 20px}.st-cart-head>div{display:grid;gap:3px}.st-cart-head span{color:var(--st-quiet);font-size:10px;font-weight:750;letter-spacing:0.07em;text-transform:uppercase}.st-cart-head strong{font-size:20px;font-weight:750}.st-cart-lines{flex:1;overflow-y:auto;padding:10px 20px}.st-cart-empty{display:grid;min-height:100%;place-content:center;justify-items:center;padding:50px 16px;text-align:center}.st-cart-empty>span{display:grid;width:72px;height:72px;place-items:center;margin-bottom:20px;border:1px solid var(--st-line);border-radius:18px;background:var(--st-bg);color:var(--st-orange)}.st-cart-empty h3{margin-bottom:8px;font-size:22px}.st-cart-empty p{max-width:35ch;margin-bottom:22px;color:var(--st-muted);font-size:13px}.st-cart-empty a{color:var(--st-orange-warm);font-size:13px;font-weight:750;text-decoration:none}.st-cart-line{display:grid;grid-template-columns:104px minmax(0,1fr);gap:15px;padding:14px 0;border-bottom:1px solid var(--st-line)}.st-cart-line-media{display:block;aspect-ratio:16 / 10;overflow:hidden;border-radius:10px;background:var(--st-bg)}.st-cart-line-media img{display:block;width:100%;height:100%;object-fit:cover}.st-cart-line-placeholder{display:grid;height:100%;place-items:center;color:var(--st-orange);font-weight:800}.st-cart-line-copy{display:flex;min-width:0;flex-direction:column;justify-content:space-between;padding-block:2px}.st-cart-line-copy>a{overflow:hidden;font-size:13px;font-weight:700;line-height:1.35;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.st-cart-line-copy>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.st-cart-line-copy .price{color:var(--st-orange-warm);font-size:12px;font-weight:750}.st-cart-line-copy form{display:inline}.st-cart-line-copy button{border:0;padding:5px 0;background:transparent;color:var(--st-quiet);font-size:10px;cursor:pointer}.st-cart-line-copy button:hover{color:var(--st-red)}.st-cart-foot{display:grid;gap:14px;border-top:1px solid var(--st-line);padding:20px;background:var(--st-black)}.st-cart-summary-row{display:flex;align-items:center;justify-content:space-between;color:var(--st-muted);font-size:13px}.st-cart-summary-row strong{color:var(--st-white);font-size:19px}.st-cart-checkout{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:12px;border-radius:var(--r);padding:0 17px;background:var(--st-orange);color:white;font-size:13px;font-weight:750;text-decoration:none;transition:background-color 180ms ease}.st-cart-checkout:hover{background:var(--st-orange-warm)}.st-cart-foot small{color:var(--st-quiet);font-size:9px;text-align:center}.st-toast{position:fixed;right:22px;bottom:22px;z-index:260;display:flex;visibility:hidden;min-height:48px;align-items:center;gap:10px;border:1px solid var(--st-line-strong);border-radius:var(--r);padding:0 16px;background:var(--st-raised);box-shadow:var(--st-shadow-product);opacity:0;transform:translateY(12px);transition:opacity 180ms ease,transform 180ms ease,visibility 180ms ease}.st-toast.show{visibility:visible;opacity:1;transform:translateY(0)}.st-toast>span{width:7px;height:7px;border-radius:50%;background:var(--st-green)}.st-toast strong{font-size:12px}.st-footer{border-top:1px solid var(--st-line);background:var(--st-black)}.st-footer-cta{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:clamp(46px,6vw,78px) max(var(--gutter),calc((100vw - var(--container)) / 2));border-bottom:1px solid var(--st-line)}.st-footer-cta>div>span{display:block;margin-bottom:9px;color:var(--st-orange);font-size:10px;font-weight:750;letter-spacing:0.07em;text-transform:uppercase}.st-footer-cta h2{max-width:17ch;margin-bottom:0;font-size:clamp(30px,3.6vw,54px);font-weight:800;letter-spacing:-0.04em;line-height:1.06}.st-footer-body{display:grid;grid-template-columns:minmax(280px,0.75fr) minmax(0,1.25fr);gap:clamp(48px,8vw,130px);padding:clamp(52px,7vw,88px) max(var(--gutter),calc((100vw - var(--container)) / 2))}.st-footer-intro>p{max-width:42ch;margin:20px 0;color:var(--st-muted);font-size:13px;line-height:1.7}.st-footer-status{display:flex;align-items:center;gap:9px;color:var(--st-quiet);font-size:10px}.st-footer-status span{width:7px;height:7px;border-radius:50%;background:var(--st-green);box-shadow:0 0 0 4px rgba(78,166,107,0.1)}.st-footer-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.st-footer-nav h3{margin-bottom:16px;color:var(--st-white);font-size:11px;font-weight:750}.st-footer-nav ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.st-footer-nav a{color:var(--st-quiet);font-size:11px;text-decoration:none}.st-footer-nav a:hover{color:var(--st-orange-warm)}.st-footer-base{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:20px;padding:0 max(var(--gutter),calc((100vw - var(--container)) / 2));border-top:1px solid var(--st-line);color:var(--st-quiet);font-size:9px}.st-to-top{position:fixed;right:18px;bottom:18px;z-index:150;display:flex;min-height:48px;align-items:center;gap:11px;overflow:hidden;border:1px solid var(--st-line-strong);border-radius:var(--r);padding:5px 5px 5px 14px;background:var(--st-raised);color:var(--st-white);box-shadow:0 14px 38px rgba(0,0,0,0.34);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity 180ms ease,visibility 180ms ease,transform 180ms cubic-bezier(0.2,0.8,0.2,1),border-color 180ms ease,background-color 180ms ease}.st-to-top::after{position:absolute;right:0;bottom:0;left:0;height:2px;background:linear-gradient(90deg,var(--st-orange) var(--p,0%),transparent 0);content:""}.st-to-top.is-on{opacity:1;visibility:visible;transform:none}.st-to-top:hover{border-color:var(--st-orange-line);background:var(--st-hover)}.st-to-top-label{font-size:10px;font-weight:750;letter-spacing:0.05em;text-transform:uppercase;white-space:nowrap}.st-to-top-label-short{display:none}.st-to-top-icon{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:8px;background:var(--st-orange);color:white;transition:background-color 180ms ease,transform 180ms cubic-bezier(0.2,0.8,0.2,1)}.st-to-top:hover .st-to-top-icon{background:var(--st-orange-warm);transform:translateY(-1px)}body:has(.promo-corner-br) .st-to-top,body:has(.promo-bar-bottom) .st-to-top{bottom:calc(var(--promo-clear-bottom,84px) + 12px)}body.site-shop .shop-header,body.site-shop .cat-hero,body.site-shop .brands-hero,body.site-shop .bundles-hero,body.site-shop .blog-hero,body.site-shop .c-hero,body.site-shop .rd-hero,body.site-shop .legal-hero,body.site-shop .post-hero{border-bottom:1px solid var(--st-line);background:var(--st-black)}body.site-shop .shop-header,body.site-shop .cat-hero,body.site-shop .brands-hero,body.site-shop .bundles-hero,body.site-shop .blog-hero,body.site-shop .c-hero,body.site-shop .rd-hero{padding:clamp(58px,7vw,92px) 0 44px}body.site-shop .shop-header h1,body.site-shop .cat-h1,body.site-shop .brands-hero h1,body.site-shop .bundles-hero h1,body.site-shop .blog-hero h1,body.site-shop .c-hero h1,body.site-shop .rd-hero h1,body.site-shop .legal-hero h1,body.site-shop .post-hero h1{color:var(--st-white);font-family:var(--font-serif);font-size:clamp(38px,5vw,72px);font-style:normal;font-weight:800;letter-spacing:-0.04em;line-height:1.03;text-wrap:balance}body.site-shop .cat-hero h1 em,body.site-shop .brands-hero h1 em,body.site-shop .bundles-hero h1 em,body.site-shop .blog-hero h1 em,body.site-shop .c-hero h1 em,body.site-shop .rd-hero h1 em{color:inherit;font-style:normal}.st-not-found{min-height:calc(100svh - 68px);display:grid;align-items:center;padding:72px var(--gutter) 120px}.st-not-found-inner{width:min(100%,var(--container));margin:0 auto;border-top:1px solid var(--st-line-strong);display:grid;grid-template-columns:minmax(280px,0.8fr) minmax(440px,1.2fr);gap:clamp(48px,8vw,140px);padding-top:24px}.st-not-found-code{grid-column:1;margin:clamp(70px,12vh,140px) 0 0;color:var(--st-hover);font-size:clamp(128px,22vw,360px);font-weight:800;letter-spacing:-0.08em;line-height:0.7;user-select:none}.st-not-found-copy{grid-column:2;grid-row:2;align-self:end;max-width:680px}.st-not-found-copy h1{max-width:10ch;margin:0;color:var(--st-white);font-size:clamp(54px,7vw,108px);font-weight:700;letter-spacing:-0.04em;line-height:0.91;text-wrap:balance}.st-not-found-copy p{max-width:55ch;margin:28px 0 0;color:var(--st-muted);font-size:16px;line-height:1.75}.st-not-found-actions{display:flex;align-items:center;gap:24px;margin-top:34px}body.site-shop #tbx-404{bottom:18px !important;width:min(560px,calc(100vw - 28px)) !important;padding:16px 18px !important;border:1px solid var(--st-line-strong) !important;border-radius:0 !important;background:var(--st-raised) !important;color:var(--st-white) !important;box-shadow:0 24px 80px rgba(0,0,0,0.54) !important;font-family:var(--font-sans) !important}body.site-shop #tbx-404 a{border-radius:0 !important;background:var(--st-orange) !important;color:#111 !important}body.site-shop #tbx-404 button{border-color:var(--st-line-strong) !important;border-radius:0 !important}body.site-shop .shop-header h1 em{color:var(--st-white);font-style:normal}body.site-shop .shop-header p,body.site-shop .cat-lead,body.site-shop .brands-hero p,body.site-shop .bundles-hero p,body.site-shop .blog-hero p,body.site-shop .c-hero p,body.site-shop .rd-hero p{max-width:62ch;color:var(--st-muted)}body.site-shop .shop-layout{display:grid;grid-template-columns:minmax(250px,290px) minmax(0,1fr);gap:clamp(28px,4vw,52px);padding:30px 0 86px}body.site-shop .shop-layout .grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}body.site-shop .shop-commandbar{display:flex;min-height:78px;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--st-line)}body.site-shop .shop-command-summary{display:grid;gap:4px}body.site-shop .shop-command-summary span,body.site-shop .shop-sort label>span{color:var(--st-quiet);font-size:9px;font-weight:750;letter-spacing:0.1em;text-transform:uppercase}body.site-shop .shop-command-summary strong{color:var(--st-white);font-size:17px;font-weight:750;letter-spacing:-0.02em}body.site-shop .shop-sort label{display:flex;align-items:center;gap:11px}body.site-shop .shop-sort select{min-width:190px;min-height:42px;border-color:var(--st-line-strong);border-radius:var(--r);padding:0 36px 0 13px;background-color:var(--st-raised);color:var(--st-white);font-size:11px;font-weight:650}body.site-shop .shop-active-filters{align-items:center;margin:16px 0 0}body.site-shop .shop-clear-inline{color:var(--st-quiet);font-size:9px;font-weight:700;letter-spacing:0.05em;text-decoration:none;text-transform:uppercase}body.site-shop .shop-clear-inline:hover{color:var(--st-white)}body.site-shop .shop-results{min-width:0}body.site-shop .sidebar-panel{position:sticky;top:94px;border:1px solid var(--st-line);border-top:2px solid var(--st-orange);border-radius:var(--r);padding:0 17px 18px;background:linear-gradient(180deg,rgba(255,107,19,0.045),transparent 150px),var(--st-raised)}body.site-shop .sidebar-collapse-body{display:flex;flex-direction:column;gap:20px}body.site-shop .sidebar-heading{border-bottom:1px solid var(--st-line);padding:18px 0 17px}body.site-shop .sidebar-kicker{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px;color:var(--st-quiet);font-size:8px;font-weight:750;letter-spacing:0.1em;text-transform:uppercase}body.site-shop .sidebar-kicker b{color:var(--st-orange-warm);font-size:8px;font-weight:750}body.site-shop .sidebar-title{margin-bottom:6px;color:var(--st-white);font-family:var(--font-sans);font-size:20px;font-weight:750;letter-spacing:-0.025em}body.site-shop .sidebar-intro,body.site-shop .filter-help{color:var(--st-muted);font-size:11px;line-height:1.55}body.site-shop .filter-group{padding-bottom:18px;border-bottom:1px solid var(--st-line)}body.site-shop .filter-group h3{margin-bottom:8px;color:var(--st-quiet);font-family:var(--font-sans);font-size:8px;font-weight:750;letter-spacing:0.1em;text-transform:uppercase}body.site-shop .sidebar-buttons{display:grid;gap:3px}body.site-shop .sidebar-btn{display:grid;min-height:36px;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid transparent;border-radius:7px;padding:7px 8px;background:transparent;color:var(--st-muted);text-decoration:none;transition:background-color 160ms ease,border-color 160ms ease,color 160ms ease}body.site-shop .sidebar-btn::before{width:6px;height:6px;border:1px solid var(--st-line-strong);border-radius:2px;background:transparent;content:""}body.site-shop .sidebar-btn:hover{border-color:var(--st-line);background:var(--st-hover);color:var(--st-white);transform:none;box-shadow:none}body.site-shop .sidebar-btn.active{border-color:var(--st-line-strong);background:var(--st-orange-soft);color:var(--st-white)}body.site-shop .sidebar-btn.active::before{border-color:var(--st-orange);background:var(--st-orange);box-shadow:0 0 0 3px var(--st-orange-soft)}body.site-shop .sidebar-btn-main{min-width:0}body.site-shop .sidebar-btn-label{display:block;font-size:10px;font-weight:650}body.site-shop .sidebar-btn-meta,body.site-shop .sidebar-btn-count{color:var(--st-quiet);font-size:8px}body.site-shop .sidebar-btn-meta{display:block;margin-top:2px;line-height:1.35}body.site-shop .sidebar-btn-count{min-width:24px;text-align:right}body.site-shop .sidebar-btn.active .sidebar-btn-count{color:var(--st-orange-warm)}body.site-shop .sidebar-select-form{display:grid;gap:8px}body.site-shop .sidebar-select{width:100%;min-height:44px;padding:0 12px;font-size:11px}body.site-shop .category-links{max-height:300px;overflow-y:auto;padding-right:3px}body.site-shop .sidebar-clear{display:flex;min-height:38px;align-items:center;justify-content:space-between;border:1px solid var(--st-line);border-radius:7px;padding:0 10px;color:var(--st-muted);font-size:9px;font-weight:700;letter-spacing:0.05em;text-decoration:none;text-transform:uppercase}body.site-shop .sidebar-clear:hover{border-color:var(--st-orange-line);color:var(--st-orange-warm)}body.site-shop .sidebar-summary{display:none}body.site-shop .toolbar{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;border-bottom:1px solid var(--st-line);padding-bottom:14px}body.site-shop .toolbar-count{color:var(--st-quiet);font-size:10px;font-weight:750;letter-spacing:0.07em;text-transform:uppercase}body.site-shop .toolbar select{min-height:39px;padding:0 34px 0 12px;font-size:11px}body.site-shop .active-filters{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:18px}body.site-shop .active-filter{border:1px solid var(--st-orange-line);border-radius:999px;padding:6px 10px;background:var(--st-orange-soft);color:var(--st-orange-warm);font-size:9px;font-weight:700;text-decoration:none}body.site-shop .seo-block{border-top:1px solid var(--st-line);padding:clamp(54px,7vw,88px) 0;background:var(--st-black)}body.site-shop .seo-block h2{margin-bottom:15px;color:var(--st-white);font-size:clamp(24px,2.7vw,38px);font-weight:800;letter-spacing:-0.035em}body.site-shop .seo-block p,body.site-shop .seo-columns{color:var(--st-muted);font-size:13px;line-height:1.8}body.site-shop .seo-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px}body.site-shop .cat-hero-inner,body.site-shop .brand-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.72fr);align-items:center;gap:48px}body.site-shop .cat-hero-inner.no-cover,body.site-shop .brand-hero-inner.no-cover{grid-template-columns:1fr}body.site-shop .cat-cover,body.site-shop .brand-cover{overflow:hidden;border:1px solid var(--st-line);border-radius:var(--r-lg);padding:5px;background:var(--st-raised)}body.site-shop .cat-cover img,body.site-shop .brand-cover img{display:block;width:100%;border-radius:10px}body.site-shop .cat-crumb,body.site-shop .brand-crumb,body.site-shop .breadcrumb{margin-bottom:24px;color:var(--st-quiet);font-size:10px;font-weight:700;letter-spacing:0.045em;text-transform:uppercase}body.site-shop .cat-crumb a,body.site-shop .brand-crumb a,body.site-shop .breadcrumb a{color:var(--st-orange-warm);text-decoration:none}body.site-shop .cat-cta-row,body.site-shop .brand-cta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}body.site-shop .cat-products-head,body.site-shop .brand-products-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px;padding-top:42px}body.site-shop .cat-products-head h2,body.site-shop .brand-products-head h2{font-size:26px;font-weight:800;letter-spacing:-0.035em}body.site-shop .cat-products-head .count,body.site-shop .brand-products-head .count{color:var(--st-quiet);font-size:10px}body.site-shop .cat-body,body.site-shop .brand-body,body.site-shop .cat-faq,body.site-shop .brand-faq,body.site-shop .cat-related,body.site-shop .brand-related{border-top:1px solid var(--st-line);padding:64px 0}body.site-shop .cat-body-inner,body.site-shop .brand-body-inner{max-width:var(--content);color:var(--st-muted);line-height:1.78}body.site-shop .cat-faq details,body.site-shop .brand-faq details,body.site-shop .tbx-faq,body.site-shop .product-faq details{border-bottom:1px solid var(--st-line)}body.site-shop .cat-faq summary,body.site-shop .brand-faq summary,body.site-shop .tbx-faq summary,body.site-shop .product-faq summary{padding:18px 0;color:var(--st-white);font-weight:700;cursor:pointer}body.site-shop .cat-faq-a,body.site-shop .brand-faq-a,body.site-shop .tbx-faq>div,body.site-shop .product-faq details>div{padding-bottom:20px;color:var(--st-muted)}body.site-shop .cat-related-grid,body.site-shop .brand-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}body.site-shop .cat-related-tile,body.site-shop .brand-related-tile{min-height:112px;border:1px solid var(--st-line);border-radius:var(--r);padding:18px;background:var(--st-raised);text-decoration:none}body.site-shop .cat-related-tile:hover,body.site-shop .brand-related-tile:hover{border-color:var(--st-orange-line)}body.site-shop .cat-related-tile .name,body.site-shop .brand-related-tile .name{font-weight:750}body.site-shop .cat-related-tile .meta,body.site-shop .brand-related-tile .meta{margin-top:8px;color:var(--st-quiet);font-size:9px}body.site-shop .cat-upsell{border-bottom:1px solid var(--st-line);padding:24px 0;background:var(--st-black)}body.site-shop .cat-upsell-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;border:1px solid var(--st-line);border-radius:var(--r-lg);padding:20px;background:var(--st-raised);text-decoration:none}body.site-shop .cat-upsell-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:var(--r);background:var(--st-orange-soft);color:var(--st-orange)}body.site-shop .cat-upsell-text{display:grid}body.site-shop .cat-upsell-eyebrow,body.site-shop .cat-upsell-desc{color:var(--st-muted);font-size:11px}body.site-shop .cat-upsell-title{font-size:17px;font-weight:750}body.site-shop .fw-section{border-bottom:1px solid var(--st-line);padding:54px 0}body.site-shop .fw-grid,body.site-shop .cat-big-grid,body.site-shop .brands-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}body.site-shop .fw-card,body.site-shop .cat-big,body.site-shop .brand-card{display:flex;min-height:150px;flex-direction:column;justify-content:space-between;overflow:hidden;border:1px solid var(--st-line);border-radius:var(--r-lg);padding:20px;background:var(--st-raised);color:var(--st-muted);text-decoration:none;transition:border-color 180ms ease,background-color 180ms ease,transform 180ms ease}body.site-shop .fw-card:hover,body.site-shop .cat-big:hover,body.site-shop .brand-card:hover{border-color:var(--st-orange-line);background:var(--st-hover);transform:translateY(-2px)}body.site-shop .cat-big-name,body.site-shop .brand-card-name{color:var(--st-white);font-size:18px;font-weight:750}body.site-shop .cat-big-desc{color:var(--st-muted);font-size:11px;line-height:1.55}body.site-shop .cat-big-num,body.site-shop .cat-big-count{color:var(--st-quiet);font-size:9px}body.site-shop .cat-big-foot{display:flex;align-items:center;justify-content:space-between}body.site-shop .cat-big-arrow{color:var(--st-orange)}body.site-shop .brand-card-logo{display:grid;height:72px;place-items:center}body.site-shop .brand-card-logo img{max-width:120px;max-height:62px}body.site-shop .brand-card-logo-fallback{color:var(--st-orange);font-size:36px;font-weight:800}body.site-shop .bundles-grid{padding:20px 0 88px}body.site-shop .bundles-empty{border:1px dashed var(--st-line-strong);border-radius:var(--r-lg);padding:70px 24px;color:var(--st-muted);text-align:center}body.site-shop .bundle-hero{padding:40px 0 62px;border-bottom:1px solid var(--st-line);background:var(--st-black)}body.site-shop .bundle-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,0.8fr);align-items:center;gap:clamp(36px,6vw,82px)}body.site-shop .bundle-thumb{position:relative;display:block;overflow:hidden;border:1px solid var(--st-line);border-radius:var(--r-lg);padding:5px;background:var(--st-raised)}body.site-shop .bundle-thumb__grid{display:grid;aspect-ratio:16 / 9;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:3px;overflow:hidden;border-radius:10px}body.site-shop .bundle-thumb__cell{min-width:0;overflow:hidden;background:#242424}body.site-shop .bundle-thumb__cell img{width:100%;height:100%;object-fit:cover}body.site-shop .bundle-thumb__overlay{position:absolute;right:20px;bottom:20px;left:20px;color:white}body.site-shop .bundle-thumb__chip{display:flex;gap:8px;margin-bottom:7px;font-size:9px}body.site-shop .bundle-thumb__save{color:var(--st-orange-warm)}body.site-shop .bundle-thumb__title{font-size:clamp(20px,2.5vw,34px);font-weight:800;letter-spacing:-0.035em}body.site-shop .bundle-buy{border:1px solid var(--st-line);border-radius:var(--r-lg);padding:clamp(22px,3vw,34px);background:var(--st-raised)}body.site-shop .bundle-tagline{color:var(--st-muted);line-height:1.65}body.site-shop .bundle-buy-row{display:flex;align-items:baseline;gap:12px;margin:26px 0 18px}body.site-shop .bundle-buy-price{color:var(--st-orange-warm);font-size:clamp(34px,4vw,48px);font-weight:800;letter-spacing:-0.035em}body.site-shop .bundle-buy-was{color:var(--st-quiet);text-decoration:line-through}body.site-shop .bundle-buy-save{margin-left:auto;color:var(--st-orange);font-size:10px}body.site-shop .bundle-section{padding:clamp(58px,7vw,88px) 0}body.site-shop .bundle-section__head{margin-bottom:28px}body.site-shop .bundle-section__lead{max-width:60ch;color:var(--st-muted)}body.site-shop .bundle-items-list{display:grid;gap:12px;margin:0;padding:0}body.site-shop .bundle-item{display:grid;grid-template-columns:132px minmax(0,1fr) auto;align-items:center;gap:20px;border:1px solid var(--st-line);border-radius:var(--r);padding:12px;background:var(--st-raised)}body.site-shop .bundle-item__thumb{aspect-ratio:16 / 10;overflow:hidden;border-radius:9px;background:#242424}body.site-shop .bundle-item__thumb img{width:100%;height:100%;object-fit:cover}body.site-shop .bundle-item__name{color:var(--st-white);font-size:14px;font-weight:750}body.site-shop .bundle-item__intro,body.site-shop .bundle-item__meta{color:var(--st-muted);font-size:11px}body.site-shop .bundle-item__price{color:var(--st-orange-warm);font-weight:750}body.site-shop .pd-wrap{padding-top:30px;padding-bottom:86px}body.site-shop .pd-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(380px,0.75fr);align-items:start;gap:clamp(32px,4vw,58px);margin-bottom:58px}@media (min-width:1041px){body.site-shop .pd-wrap--bundle{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(380px,0.75fr);align-items:start;column-gap:clamp(32px,4vw,58px)}body.site-shop .pd-wrap--bundle>.breadcrumb{grid-column:1 / -1}body.site-shop .pd-wrap--bundle>.pd-grid{display:contents}body.site-shop .pd-wrap--bundle .pd-media-column{grid-column:1;grid-row:2}body.site-shop .pd-wrap--bundle .pd-purchase-column{grid-column:2;grid-row:2 / span 3}body.site-shop .pd-wrap--bundle>.tabs{grid-column:1;grid-row:3;margin-top:40px}body.site-shop .pd-wrap--bundle>.tab-content{grid-column:1;grid-row:4}}@media (min-width:1041px) and (max-height:820px){body.site-shop .pd-wrap--bundle .pd-purchase-column{position:static}}body.site-shop .pd-media-column,body.site-shop .pd-purchase-column{min-width:0;align-self:start}body.site-shop .pd-purchase-column{position:sticky;top:102px}body.site-shop .pd-gallery-main{position:relative;overflow:hidden;aspect-ratio:16 / 10;border:1px solid var(--st-line);border-radius:var(--r-lg);padding:5px;background:var(--st-raised)}body.site-shop .pd-gallery-slide{position:absolute;inset:5px;display:none;overflow:hidden;border-radius:10px}body.site-shop .pd-gallery-slide.active{display:block}body.site-shop .pd-gallery-slide img,body.site-shop .pd-gallery-slide video{display:block;width:100%;height:100%;object-fit:cover}body.site-shop .pd-gallery-slide>.pd-player-bootstrap{position:absolute;inset:0;z-index:3;display:grid;width:100%;height:100%;place-items:center;overflow:hidden;margin:0;border:0;border-radius:inherit;padding:0;appearance:none;background:var(--st-raised);color:var(--st-white);cursor:pointer}body.site-shop .pd-gallery-slide>.pd-player-bootstrap[hidden]{display:none}body.site-shop .pd-player-bootstrap__poster,body.site-shop .pd-player-bootstrap__shade{position:absolute;inset:0;width:100%;height:100%}body.site-shop .pd-player-bootstrap__poster{display:block;object-fit:cover;pointer-events:none;user-select:none}body.site-shop .pd-player-bootstrap__shade{background:linear-gradient(180deg,rgba(0,0,0,0.02) 58%,rgba(0,0,0,0.38));pointer-events:none}body.site-shop .pd-player-bootstrap__play{position:relative;display:grid;width:52px;height:52px;place-items:center;border-radius:50%;background:var(--st-orange);box-shadow:0 10px 30px rgba(0,0,0,0.38);transition:transform 180ms var(--st-ease),filter 180ms var(--st-ease)}body.site-shop .pd-player-bootstrap__play::after{content:'';width:0;height:0;margin-left:3px;border-style:solid;border-width:8px 0 8px 13px;border-color:transparent transparent transparent var(--st-white)}body.site-shop .pd-player-bootstrap:hover .pd-player-bootstrap__play{transform:scale(1.08);filter:brightness(1.08)}body.site-shop .pd-player-bootstrap:focus-visible{outline:2px solid var(--st-orange);outline-offset:-4px}body.site-shop .pd-player-bootstrap.is-loading{cursor:progress}body.site-shop .pd-player-bootstrap.is-loading .pd-player-bootstrap__play::after{width:20px;height:20px;margin:0;border:3px solid rgba(255,255,255,0.35);border-top-color:var(--st-white);border-radius:50%;animation:pd-player-bootstrap-spin 0.8s linear infinite}@keyframes pd-player-bootstrap-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){body.site-shop .pd-player-bootstrap__play{transition:none}body.site-shop .pd-player-bootstrap.is-loading .pd-player-bootstrap__play::after{animation:none}}body.site-shop .pd-gallery-thumbs{display:grid;grid-auto-columns:92px;grid-auto-flow:column;gap:9px;margin-top:10px;overflow-x:auto;align-items:start;padding-bottom:4px}body.site-shop .pd-thumb{position:relative;display:block;width:92px;min-width:0;overflow:hidden;aspect-ratio:16 / 10;border:1px solid var(--st-line);border-radius:9px;padding:3px;background:var(--st-raised);appearance:none;box-sizing:border-box;cursor:pointer}body.site-shop .pd-thumb.active{border-color:var(--st-orange);box-shadow:none}body.site-shop .pd-thumb img{display:block;width:100%;height:100%;border-radius:6px;object-fit:cover}body.site-shop .pd-video-thumb-badge{inset:3px;border-radius:6px}body.site-shop .pd-title{margin-bottom:12px;color:var(--st-white);font-family:var(--font-sans);font-size:clamp(34px,3.2vw,52px);font-weight:800;letter-spacing:-0.04em;line-height:1.03}body.site-shop .pd-tagline{margin-bottom:20px;color:var(--st-muted);font-size:15px;line-height:1.65}body.site-shop .pd-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:13px;margin-bottom:20px;border-bottom:1px solid var(--st-line);padding-bottom:20px}body.site-shop .pd-buy{display:flex;flex-direction:column;border:1px solid var(--st-line);border-radius:var(--r-lg);padding:22px;background:var(--st-raised)}body.site-shop .price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:12px;margin-bottom:18px}body.site-shop .price-big{color:var(--st-orange-warm);font-family:var(--font-sans);font-size:clamp(38px,4vw,54px);font-weight:800;letter-spacing:-0.04em}body.site-shop .price-was-big{color:var(--st-quiet);font-size:14px}body.site-shop .pd-feat-list{display:grid;gap:8px;margin:0 0 20px;padding:0;list-style:none}body.site-shop .pd-feat-list li{display:flex;gap:9px;padding:0;color:var(--st-muted);font-size:12px}body.site-shop .pd-feat-list li::before{color:var(--st-orange);content:"+"}body.site-shop .pd-creator{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:12px;align-items:center;margin:-4px 0 24px;padding:0 0 20px;border-bottom:1px solid var(--st-line)}body.site-shop .pd-creator-logo{display:grid;width:46px;height:46px;overflow:hidden;place-items:center;border:1px solid var(--st-line-strong);border-radius:var(--r);padding:6px;background:var(--st-raised);color:var(--st-white);font-size:17px;font-weight:800;text-decoration:none}body.site-shop .pd-creator-logo img{width:100%;height:100%;object-fit:contain}body.site-shop .pd-creator-copy{display:grid;gap:2px;min-width:0}body.site-shop .pd-creator-copy span{color:var(--st-quiet);font-size:10px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase}body.site-shop .pd-creator-copy a{overflow:hidden;color:var(--st-white);font-size:13px;font-weight:750;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}body.site-shop .pd-creator-more{display:inline-flex;min-height:44px;align-items:center;gap:8px;color:var(--st-muted);font-size:11px;font-weight:700;text-decoration:none}body.site-shop .pd-creator-more span{color:var(--st-orange-warm);transition:transform 180ms ease}body.site-shop .pd-creator-more:hover{color:var(--st-white)}body.site-shop .pd-creator-more:hover span{transform:translateX(3px)}body.site-shop .pd-purchase-proof{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:-4px 0 20px;border:1px solid var(--st-line);border-radius:var(--r);background:var(--st-black)}body.site-shop .pd-purchase-proof>span{display:flex;min-width:0;min-height:44px;align-items:center;gap:8px;padding:9px 11px;color:var(--st-muted);font-size:10px;font-weight:700;line-height:1.35}body.site-shop .pd-purchase-proof>span:first-child{border-right:1px solid var(--st-line)}body.site-shop .pd-purchase-proof svg{flex:0 0 auto;color:var(--st-orange-warm)}body.site-shop .pd-purchase-proof .pd-purchase-proof-brand{grid-column:1 / -1;min-height:38px;justify-content:center;border-top:1px solid var(--st-line);color:var(--st-quiet);letter-spacing:0.025em}body.site-shop .pd-purchase-proof-brand strong{color:var(--st-white);font-size:10px;letter-spacing:0.08em;text-transform:uppercase}body.site-shop .pd-product-action{display:flex;margin-bottom:18px}body.site-shop .pd-product-action .btn{width:100%;justify-content:center}body.site-shop .pd-bundle-upsell{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:12px 14px;margin:0 0 18px;overflow:visible;border:0;border-top:1px solid var(--st-orange-line);border-bottom:1px solid var(--st-line);border-radius:0;padding:16px 0;background:transparent;box-shadow:none}body.site-shop .pd-bundle-upsell::before{display:none}body.site-shop .pd-bundle-thumb{width:72px;height:72px;margin:0;border-color:var(--st-line-strong);border-radius:10px;padding:3px}body.site-shop .pd-bundle-thumb .bundle-thumb__grid{width:100%;height:100%;aspect-ratio:auto;border-radius:7px}body.site-shop .pd-bundle-summary{min-width:0}body.site-shop .pd-bundle-kicker{display:block;margin-bottom:3px;color:var(--st-orange-warm);font-size:9px;font-weight:800;letter-spacing:0.08em;text-transform:uppercase}body.site-shop .pd-bundle-title{margin:0;color:var(--st-white);font-family:var(--font-sans);font-size:16px;font-weight:750;letter-spacing:-0.015em;line-height:1.25}body.site-shop .pd-bundle-title a{color:inherit;text-decoration:none}body.site-shop .pd-bundle-title a:hover{color:var(--st-orange-warm)}body.site-shop .pd-bundle-title a:focus-visible{border-radius:3px;outline:2px solid var(--st-orange);outline-offset:3px}body.site-shop .pd-bundle-meta{display:flex;flex-wrap:wrap;gap:4px;margin:4px 0 0;color:var(--st-muted);font-size:10px;font-weight:650}body.site-shop .pd-bundle-meta span[aria-hidden]{color:var(--st-orange-warm)}body.site-shop .pd-bundle-price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px;margin-top:7px}body.site-shop .pd-bundle-price{color:var(--st-orange-warm);font-family:var(--font-sans);font-size:20px;font-weight:800;line-height:1}body.site-shop .pd-bundle-was{color:var(--st-quiet);font-size:10px;text-decoration:line-through}body.site-shop .pd-bundle-save{border-radius:999px;padding:3px 6px;background:var(--st-orange-soft);color:var(--st-orange-warm);font-size:9px;font-weight:800}body.site-shop .pd-bundle-actions{display:grid;grid-column:1 / -1;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}body.site-shop .pd-bundle-actions .btn{min-height:44px;justify-content:space-between;border-color:var(--st-orange-line);padding:0 14px}body.site-shop .pd-bundle-actions .btn span:last-child{color:var(--st-orange-warm)}body.site-shop .pd-bundle-actions>a{display:inline-flex;min-height:44px;align-items:center;gap:6px;color:var(--st-muted);font-size:10px;font-weight:750;text-decoration:none}body.site-shop .pd-bundle-actions>a span{color:var(--st-orange-warm);transition:transform 180ms var(--st-ease)}body.site-shop .pd-bundle-actions>a:hover{color:var(--st-white)}body.site-shop .pd-bundle-actions>a:hover span{transform:translateX(3px)}body.site-shop .pd-bundle-actions>a:focus-visible{border-radius:3px;outline:2px solid var(--st-orange);outline-offset:3px}body.site-shop .tabs{display:flex;gap:6px;margin-bottom:30px;border-bottom:1px solid var(--st-line)}body.site-shop .tab{margin-bottom:-1px;border-bottom:2px solid transparent;padding:13px 16px;color:var(--st-quiet);font-size:11px;font-weight:750;letter-spacing:0.045em;text-transform:uppercase;cursor:pointer}body.site-shop .tab.active{border-bottom-color:var(--st-orange);color:var(--st-white)}body.site-shop .tab-panel{display:none}body.site-shop .tab-panel.active{display:block}body.site-shop .product-md-body,body.site-shop .post-body,body.site-shop .legal-body .container,body.site-shop .tbx-prose{max-width:var(--content);color:var(--st-muted);font-size:15px;line-height:1.8}body.site-shop .product-md-body h1,body.site-shop .product-md-body h2,body.site-shop .product-md-body h3,body.site-shop .post-body h2,body.site-shop .post-body h3,body.site-shop .legal-body h2,body.site-shop .legal-body h3,body.site-shop .tbx-prose h2,body.site-shop .tbx-prose h3{margin:38px 0 13px;color:var(--st-white);font-family:var(--font-sans);font-weight:800;letter-spacing:-0.03em;line-height:1.2}body.site-shop .product-md-body h2,body.site-shop .post-body h2,body.site-shop .legal-body h2,body.site-shop .tbx-prose h2{font-size:27px}body.site-shop .product-md-body h2{display:grid;grid-template-columns:10px fit-content(82%) minmax(24px,1fr);column-gap:12px;align-items:center;margin-top:46px;text-wrap:balance}body.site-shop .product-md-body h2:first-child{margin-top:0}body.site-shop .product-md-body h2::before{width:9px;height:9px;background:var(--st-orange);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);content:""}body.site-shop .product-md-body h2::after{width:100%;height:1px;background:linear-gradient(90deg,var(--st-line-strong),transparent);content:""}body.site-shop .product-md-body h3,body.site-shop .post-body h3,body.site-shop .legal-body h3,body.site-shop .tbx-prose h3{font-size:20px}body.site-shop .product-md-body a,body.site-shop .post-body a,body.site-shop .legal-body a,body.site-shop .tbx-prose a{color:var(--st-orange-warm)}body.site-shop .product-md-body code,body.site-shop .post-body code,body.site-shop .tbx-prose code{border:1px solid var(--st-line);border-radius:6px;padding:2px 5px;background:var(--st-raised);color:var(--st-white);font-family:ui-monospace,SFMono-Regular,Consolas,monospace}body.site-shop .product-md-body pre,body.site-shop .snippet-block pre,body.site-shop .post-body pre,body.site-shop .tbx-prose pre{overflow-x:auto;border:1px solid var(--st-line);border-radius:var(--r);padding:16px;background:var(--st-black);color:var(--st-white);font-family:ui-monospace,SFMono-Regular,Consolas,monospace}body.site-shop .snippet-block{position:relative}body.site-shop .snippet-copy{position:absolute;top:8px;right:8px;border:1px solid var(--st-line);border-radius:7px;padding:5px 9px;background:var(--st-raised);color:var(--st-muted);font-size:10px;cursor:pointer}body.site-shop .seo-setup{max-width:var(--content);margin-top:48px;border-top:1px solid var(--st-line)}body.site-shop .setup-guide-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,0.85fr);gap:clamp(28px,5vw,52px);align-items:end;padding:32px 0 30px;border-bottom:1px solid var(--st-line)}body.site-shop .setup-guide-kicker{display:block;margin-bottom:9px;color:var(--st-orange);font-size:9px;font-weight:750;letter-spacing:0.08em;text-transform:uppercase}body.site-shop .setup-guide-links{display:flex;gap:8px 16px;flex-wrap:wrap;margin-top:18px}body.site-shop .setup-guide-links a,body.site-shop .setup-guide-context a,body.site-shop .setup-support-copy a{color:var(--st-muted);font-size:10px;font-weight:700;text-decoration-color:var(--st-orange-line);text-underline-offset:3px}body.site-shop .setup-guide-links a:hover,body.site-shop .setup-guide-context a:hover,body.site-shop .setup-support-copy a:hover{color:var(--st-orange-warm)}body.site-shop .setup-guide-head h2{max-width:18ch;margin-bottom:12px;color:var(--st-white);font-size:clamp(25px,3vw,38px);font-weight:800;letter-spacing:-0.035em;line-height:1.08;text-wrap:balance}body.site-shop .setup-guide-head p{max-width:64ch;margin-bottom:0;color:var(--st-muted);font-size:13px;line-height:1.7}body.site-shop .setup-guide-context{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border-top:1px solid var(--st-line);border-left:1px solid var(--st-line)}body.site-shop .setup-guide-context>div{min-width:0;border-right:1px solid var(--st-line);border-bottom:1px solid var(--st-line);padding:12px}body.site-shop .setup-guide-context dt{margin-bottom:4px;color:var(--st-quiet);font-size:8px;font-weight:750;letter-spacing:0.07em;text-transform:uppercase}body.site-shop .setup-guide-context dd{overflow:hidden;margin:0;color:var(--st-white);font-size:11px;font-weight:650;line-height:1.4;text-overflow:ellipsis}body.site-shop .setup-path{margin:0;padding:0;list-style:none}body.site-shop .setup-step{display:grid;grid-template-columns:44px minmax(0,1fr) minmax(160px,0.38fr);gap:20px;align-items:start;padding:25px 0;border-bottom:1px solid var(--st-line)}body.site-shop .setup-step-index{display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--st-orange-line);border-radius:9px;background:var(--st-orange-soft);color:var(--st-orange-warm);font-size:10px;font-weight:750}body.site-shop .setup-step-body h3{margin:0 0 7px;color:var(--st-white);font-size:16px;font-weight:750;letter-spacing:-0.02em}body.site-shop .setup-step-body>p{margin-bottom:11px;color:var(--st-muted);font-size:12px;line-height:1.6}body.site-shop .setup-step-body ul{display:grid;gap:6px;margin:0;padding:0;list-style:none}body.site-shop .setup-step-body li{position:relative;padding-left:16px;color:var(--st-muted);font-size:11px;line-height:1.55}body.site-shop .setup-step-body li::before{position:absolute;top:0.7em;left:2px;width:4px;height:4px;border-radius:1px;background:var(--st-orange);content:""}body.site-shop .setup-step-result{margin:0;border-left:1px solid var(--st-line-strong);padding-left:16px;color:var(--st-muted);font-size:11px;line-height:1.55}body.site-shop .setup-step-result span{display:block;margin-bottom:5px;color:var(--st-orange-warm);font-size:8px;font-weight:750;letter-spacing:0.08em;text-transform:uppercase}body.site-shop .setup-support{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px;border:1px solid var(--st-line);border-radius:var(--r);padding:17px;background:var(--st-raised)}body.site-shop .setup-support>div:first-child{display:grid;gap:4px}body.site-shop .setup-support>div:first-child span{color:var(--st-orange);font-size:8px;font-weight:750;letter-spacing:0.08em;text-transform:uppercase}body.site-shop .setup-support>div:first-child strong{color:var(--st-white);font-size:12px;font-weight:650}body.site-shop .setup-support-copy{display:flex;min-width:0;align-items:center;gap:10px}body.site-shop .setup-support-copy code{overflow:hidden;max-width:260px;color:var(--st-muted);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;text-overflow:ellipsis;white-space:nowrap}body.site-shop .setup-support-copy button{min-height:36px;flex:0 0 auto;border:1px solid var(--st-line-strong);border-radius:8px;padding:0 12px;background:var(--st-hover);color:var(--st-white);font-size:9px;font-weight:700;cursor:pointer}body.site-shop .setup-support-copy button:hover{border-color:var(--st-orange-line);color:var(--st-orange-warm)}body.site-shop .spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}body.site-shop .spec{border:1px solid var(--st-line);border-radius:var(--r);padding:16px;background:var(--st-raised)}body.site-shop .spec-val{color:var(--st-white)}body.site-shop .spec-label{margin-bottom:5px;color:var(--st-quiet);font-size:9px;font-weight:750;letter-spacing:0.06em;text-transform:uppercase}body.site-shop .related-carousel{display:flex;gap:16px;overflow-x:auto;padding:6px 2px 14px;scrollbar-width:none;scroll-snap-type:x proximity}body.site-shop .related-carousel::-webkit-scrollbar{display:none}body.site-shop .related-carousel>.st-product{flex:0 0 min(310px,82vw);scroll-snap-align:start}body.site-shop .reviews-head{display:grid;grid-template-columns:180px minmax(0,1fr);gap:32px;margin-bottom:24px;border-bottom:1px solid var(--st-line);padding-bottom:24px}body.site-shop .rating-big{color:var(--st-white);font-family:var(--font-sans);font-size:52px;font-weight:800}body.site-shop .rating-bar .bar{overflow:hidden;height:6px;border-radius:999px;background:var(--st-raised)}body.site-shop .rating-bar .bar-fill{height:100%;background:var(--st-orange)}body.site-shop .review-item{border-bottom:1px solid var(--st-line);padding:20px 0}body.site-shop .review-av{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--st-line);border-radius:11px;background:var(--st-raised);color:var(--st-orange)}body.site-shop .rv-form{margin-top:30px;border:1px solid var(--st-line);border-radius:var(--r-lg);padding:24px;background:var(--st-raised)}body.site-shop .rv-form label{display:block;margin-bottom:6px;color:var(--st-muted);font-size:10px;font-weight:700}body.site-shop .rv-form input,body.site-shop .rv-form textarea{width:100%;padding:11px 12px}body.site-shop .rv-form textarea{min-height:128px;resize:vertical}body.site-shop .rv-stars-input button.on{color:var(--st-orange)}body.site-shop .pd-gallery-expand,body.site-shop .pd-lb-btn,body.site-shop .tbx-carousel-nav{border:1px solid var(--st-line-strong);background:rgba(17,17,17,0.88);color:white}body.site-shop .pd-gallery-expand:hover,body.site-shop .pd-lb-btn:hover,body.site-shop .tbx-carousel-nav:hover{border-color:var(--st-orange);background:var(--st-orange)}body.site-shop .cart-page,body.site-shop .co-page,body.site-shop .cp-page,body.site-shop .cr-wrap{min-height:70vh;padding:clamp(48px,6vw,80px) 0 90px}body.site-shop .cart-page h1,body.site-shop .co-page h1,body.site-shop .cp-page h1{margin-bottom:8px;color:var(--st-white);font-size:clamp(34px,4vw,54px);font-weight:800;letter-spacing:-0.04em;line-height:1.05}body.site-shop .cart-page .sub,body.site-shop .co-page .sub,body.site-shop .cp-page .sub{margin-bottom:28px;color:var(--st-muted)}body.site-shop .cart-grid,body.site-shop .co-grid,body.site-shop .cp-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,0.8fr);align-items:start;gap:clamp(28px,4vw,52px)}body.site-shop .cart-row,body.site-shop .co-row,body.site-shop .cp-line{display:grid;grid-template-columns:112px minmax(0,1fr) auto;align-items:center;gap:18px;border-bottom:1px solid var(--st-line);padding:15px 0}body.site-shop .cart-row-thumb,body.site-shop .co-row-thumb,body.site-shop .cp-line-thumb{overflow:hidden;aspect-ratio:16 / 10;border-radius:10px;background:var(--st-raised)}body.site-shop .cart-row-thumb img,body.site-shop .co-row-thumb img,body.site-shop .cp-line-thumb img{width:100%;height:100%;object-fit:cover}body.site-shop .cart-row-name,body.site-shop .co-row-name,body.site-shop .cp-line-name{color:var(--st-white);font-size:13px;font-weight:700}body.site-shop .cart-row-name a{text-decoration:none}body.site-shop .cart-row-meta,body.site-shop .co-row-meta,body.site-shop .cp-line-qty{color:var(--st-quiet);font-size:10px}body.site-shop .cart-row-price,body.site-shop .co-row-price,body.site-shop .cp-line-price{color:var(--st-orange-warm);font-size:13px;font-weight:750}body.site-shop .cart-row-remove{border:0;padding:5px 0;background:transparent;color:var(--st-quiet);font-size:10px;cursor:pointer}body.site-shop .cart-row-remove:hover{color:var(--st-red)}body.site-shop .cart-summary,body.site-shop .co-summary,body.site-shop .cp-summary-inner{position:sticky;top:102px;border:1px solid var(--st-line);border-radius:var(--r-lg);padding:22px;background:var(--st-raised)}body.site-shop .cart-summary h2,body.site-shop .co-summary h2,body.site-shop .cp-summary-head{margin-bottom:20px;font-size:20px;font-weight:750}body.site-shop .cart-summary .row,body.site-shop .co-summary .row,body.site-shop .cp-total-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0;color:var(--st-muted);font-size:12px}body.site-shop .cart-summary .total,body.site-shop .co-summary .total,body.site-shop .cp-total-row.grand{margin-top:8px;border-top:1px solid var(--st-line);padding-top:17px;color:var(--st-white);font-size:16px;font-weight:750}body.site-shop .co-form,body.site-shop .cp-section,body.site-shop .demo-gate-card{border:1px solid var(--st-line);border-radius:var(--r-lg);padding:clamp(22px,3vw,30px);background:var(--st-raised);box-shadow:none}body.site-shop .co-form label,body.site-shop .cp-field label,body.site-shop .cp-section label{display:block;margin-bottom:7px;color:var(--st-muted);font-size:10px;font-weight:700}body.site-shop .co-form input:not([type="checkbox"]):not([type="radio"]),body.site-shop .cp-field input:not([type="checkbox"]):not([type="radio"]),body.site-shop .cp-section input:not([type="checkbox"]):not([type="radio"]){width:100%;min-height:48px;padding:0 13px}body.site-shop .cp-section .cp-cb{display:flex;margin-bottom:0}body.site-shop .cp-section .cp-cb input{width:16px;min-height:16px;height:16px;margin:2px 0 0;padding:0}body.site-shop .co-row-2,body.site-shop .cp-row-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}body.site-shop .co-trust,body.site-shop .cp-trust,body.site-shop .cp-pay-hint{color:var(--st-quiet);font-size:10px;line-height:1.6}body.site-shop .cp-step{display:inline-flex;min-height:27px;align-items:center;border-radius:999px;padding:0 9px;background:var(--st-orange-soft);color:var(--st-orange-warm);font-size:9px;font-weight:750}body.site-shop .cp-section-head{margin-bottom:18px;font-size:17px;font-weight:750}body.site-shop .cp-card-field{min-height:120px;border:1px solid var(--st-line);border-radius:var(--r);padding:14px;background:var(--st-bg)}body.site-shop .cp-card-field #cp-card-el,body.site-shop .cp-card-field #cp-card-el iframe{background:var(--st-bg) !important;color-scheme:dark}body.site-shop .cp-card-loading{color:var(--st-muted)}body.site-shop .cp-express{display:grid;gap:12px}body.site-shop .cp-express-btn,body.site-shop .cp-express-tile{min-height:48px;border:1px solid var(--st-line);border-radius:var(--r);background:var(--st-bg)}body.site-shop .cp-coupon-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}body.site-shop .cp-coupon-row input{min-width:0}body.site-shop .cp-consent{color:var(--st-muted);font-size:11px;line-height:1.6}body.site-shop .cr-card{width:min(100%,620px);margin-inline:auto;border:1px solid var(--st-line);border-radius:var(--r-lg);padding:clamp(28px,5vw,52px);background:var(--st-raised);text-align:center}body.site-shop .cr-icon{display:grid;width:70px;height:70px;place-items:center;margin:0 auto 22px;border:1px solid var(--st-line);border-radius:18px;background:var(--st-bg);color:var(--st-orange)}body.site-shop .cart-empty,body.site-shop .co-empty,body.site-shop .cp-empty{border:1px dashed var(--st-line-strong);border-radius:var(--r-lg);padding:70px 22px;color:var(--st-muted);text-align:center}body.site-shop .c-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}body.site-shop .c-form-group,body.site-shop .rd-form-group{margin-bottom:14px}body.site-shop .c-form-group label,body.site-shop .rd-form-group label,body.site-shop .demo-gate-form label{display:block;margin-bottom:6px;color:var(--st-muted);font-size:10px;font-weight:700}body.site-shop .c-input,body.site-shop .c-select,body.site-shop .c-textarea,body.site-shop .rd-input{width:100%;min-height:48px;padding:0 13px}body.site-shop .c-textarea{min-height:160px;padding-block:12px;resize:vertical}body.site-shop .c-hero + .container,body.site-shop .rd-hero + .container{max-width:900px;padding-block:54px 88px}body.site-shop .success-msg,body.site-shop .error-msg{margin-bottom:18px;border-radius:var(--r);padding:12px 14px}body.site-shop .demo-gate-page{display:grid;min-height:72vh;place-items:center;padding:72px 0}body.site-shop .demo-gate-card{width:min(100%,520px)}body.site-shop .demo-gate-card h1{margin:10px 0;font-size:clamp(30px,5vw,48px);font-weight:800;letter-spacing:-0.04em;line-height:1.05}body.site-shop .demo-gate-card p{color:var(--st-muted)}body.site-shop .demo-gate-form{display:grid;gap:14px}body.site-shop .demo-gate-form input{width:100%;min-height:48px;padding:0 13px}body.site-shop .blog-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin:30px 0}body.site-shop .blog-tag-btn{display:inline-flex;min-height:36px;align-items:center;border:1px solid var(--st-line);border-radius:999px;padding:0 12px;color:var(--st-muted);font-size:10px;text-decoration:none}body.site-shop .blog-tag-btn:hover,body.site-shop .blog-tag-btn.active{border-color:var(--st-orange-line);background:var(--st-orange-soft);color:var(--st-orange-warm)}body.site-shop .blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding-bottom:88px}body.site-shop .blog-card,body.site-shop .post-related-card{overflow:hidden;border:1px solid var(--st-line);border-radius:var(--r-lg);background:var(--st-raised);color:inherit;text-decoration:none;transition:border-color 180ms ease,transform 180ms ease}body.site-shop .blog-card:hover,body.site-shop .post-related-card:hover{border-color:var(--st-orange-line);transform:translateY(-2px)}body.site-shop .blog-card .cover,body.site-shop .post-related-card .thumb{overflow:hidden;aspect-ratio:16 / 10;margin:5px 5px 0;border-radius:10px;background:#242424}body.site-shop .blog-card .cover img,body.site-shop .post-related-card .thumb img{width:100%;height:100%;object-fit:cover}body.site-shop .blog-card .body,body.site-shop .post-related-card .body{padding:18px}body.site-shop .blog-card h2,body.site-shop .post-related-card .ttl{color:var(--st-white);font-size:17px;font-weight:750;letter-spacing:-0.025em;line-height:1.35}body.site-shop .blog-card .excerpt{color:var(--st-muted);font-size:12px;line-height:1.6}body.site-shop .blog-card .meta,body.site-shop .blog-card .foot,body.site-shop .post-related-card .tag{color:var(--st-quiet);font-size:9px}body.site-shop .blog-empty{grid-column:1 / -1;border:1px dashed var(--st-line-strong);border-radius:var(--r-lg);padding:70px 24px;color:var(--st-muted);text-align:center}body.site-shop .post-hero{padding:62px 0 48px}body.site-shop .post-hero .container{max-width:920px}body.site-shop .post-hero .meta,body.site-shop .post-hero .byline{color:var(--st-quiet);font-size:10px}body.site-shop .post-cover{overflow:hidden;max-width:1120px;margin:34px auto 0;border:1px solid var(--st-line);border-radius:var(--r-lg);padding:5px;background:var(--st-raised)}body.site-shop .post-cover img{display:block;width:100%;border-radius:10px}body.site-shop .post-body{margin:0 auto;padding:58px var(--gutter) 84px}body.site-shop .post-related{border-top:1px solid var(--st-line);padding:60px var(--gutter);background:var(--st-black)}body.site-shop .post-related-grid{display:grid;max-width:var(--container);grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-inline:auto}body.site-shop .post-foot{border-top:1px solid var(--st-line)}body.site-shop .post-foot-inner{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:18px}body.site-shop .legal-hero{padding:62px 0 42px}body.site-shop .legal-hero .container,body.site-shop .legal-body .container{max-width:860px}body.site-shop .legal-hero .meta{color:var(--st-quiet);font-size:10px}body.site-shop .legal-body{padding:54px 0 88px}body.site-shop .tbx-prose,body.site-shop .tbx-prose[style]{max-width:var(--content) !important;margin:0 auto}body.site-shop .tbx-stats{overflow:hidden;border:1px solid var(--st-line) !important;border-radius:var(--r-lg) !important;background:var(--st-raised)}body.site-shop .tbx-stats>div{border-color:var(--st-line) !important}body.site-shop .tbx-faq{border-color:var(--st-line)}body.site-shop .vx-wrap{padding:52px 0 88px}body.site-shop .vx-jump{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:40px}body.site-shop .vx-jump a{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--st-line);border-radius:9px;background:var(--st-raised);color:var(--st-muted);text-decoration:none}body.site-shop .vx-jump a:hover{border-color:var(--st-orange-line);color:var(--st-orange-warm)}body.site-shop .vx-group{display:grid;grid-template-columns:80px minmax(0,1fr);gap:26px;border-top:1px solid var(--st-line);padding:26px 0}body.site-shop .vx-group h2{color:var(--st-orange);font-size:28px}body.site-shop .vx-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px 18px}body.site-shop .vx-list a{color:var(--st-muted);font-size:12px;text-decoration:none}body.site-shop .vx-list a:hover{color:var(--st-white)}@media (max-width:1320px){body.site-shop .shop-layout .grid-4{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1240px){.st-nav-shell{grid-template-columns:auto minmax(380px,1fr) minmax(230px,320px) auto;gap:20px}.st-nav-link{padding-inline:9px}.st-intl-summary .intl-cur-lang{display:none}.st-market-hero{grid-template-columns:minmax(320px,0.72fr) minmax(540px,1.28fr)}.st-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.site-shop .shop-layout .grid-4{grid-template-columns:repeat(3,minmax(0,1fr))}body.site-shop .fw-grid,body.site-shop .cat-big-grid,body.site-shop .brands-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1040px){.st-nav-shell{grid-template-columns:auto 1fr auto}.st-primary-nav,.st-header-search{display:none}.st-nav-tools{justify-self:end}.st-menu-trigger{display:grid}.st-market-hero{min-height:auto;grid-template-columns:1fr;padding-top:64px}.st-market-copy{max-width:700px}.st-market-copy h1{max-width:11ch}.st-framework-links{margin-top:38px}.st-hero-showcase{height:610px}.st-trust-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.st-trust-rail article:nth-child(2){border-right:0}.st-trust-rail article:nth-child(-n + 2){border-bottom:1px solid var(--st-line)}.st-trust-rail article:nth-child(3){padding-left:0}.st-bundle-grid,.bundles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.st-reviews,.st-faq,.st-field-notes{grid-template-columns:1fr}.st-reviews-title,.st-faq-title,.st-field-notes-head{max-width:700px}.st-footer-body{grid-template-columns:1fr}body.site-shop .shop-layout{grid-template-columns:1fr}body.site-shop .sidebar-panel{position:static}body.site-shop .sidebar-summary{display:flex;min-height:46px;align-items:center;justify-content:space-between;border:1px solid var(--st-line);border-radius:var(--r);padding:0 14px;background:var(--st-raised);color:var(--st-white);font-size:12px;font-weight:700;cursor:pointer;list-style:none}body.site-shop .sidebar-summary>span:first-child{display:flex;align-items:center;gap:8px}body.site-shop .sidebar-summary b{display:inline-grid;min-width:18px;height:18px;place-items:center;border-radius:999px;background:var(--st-orange);color:#111;font-size:9px}body.site-shop .sidebar-summary::-webkit-details-marker{display:none}body.site-shop .sidebar-collapse[open] .sidebar-summary{margin-bottom:18px}body.site-shop .cat-hero-inner,body.site-shop .brand-hero-inner,body.site-shop .bundle-hero-grid,body.site-shop .pd-grid,body.site-shop .cart-grid,body.site-shop .co-grid,body.site-shop .cp-grid{grid-template-columns:1fr}body.site-shop .pd-purchase-column,body.site-shop .cart-summary,body.site-shop .co-summary,body.site-shop .cp-summary-inner{position:static}body.site-shop .blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){:root{--gutter:16px}body.site-shop{font-size:15px}.st-not-found{min-height:calc(100svh - 64px);padding:48px var(--gutter) 140px}.st-not-found-inner{display:block;padding-top:18px}.st-not-found-code{margin:64px 0 58px;font-size:clamp(116px,48vw,190px)}.st-not-found-copy h1{font-size:clamp(48px,14vw,68px)}.st-not-found-actions{align-items:stretch;flex-direction:column;gap:18px}.st-not-found-actions .st-btn{width:100%}body.site-shop .section{padding:58px 0}body.site-shop .section-head{align-items:start;flex-direction:column}body.site-shop .grid-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}body.site-shop .grid-3,body.site-shop .grid-2{grid-template-columns:1fr}.st-nav-shell{width:calc(100% - 28px);min-height:64px}.st-brand{max-width:104px}.st-brand-logo{width:88px}.st-intl{display:none}.st-nav-panel .st-intl{display:flex}.st-market-hero{display:block;padding:48px var(--gutter) 34px}.st-delivery-pill{margin-bottom:22px}.st-market-copy h1{max-width:9ch;font-size:clamp(44px,13vw,64px)}.st-market-copy>p{font-size:15px}.st-framework-links{margin-top:32px}.st-hero-showcase{display:flex;height:auto;align-items:flex-start;gap:11px;margin-top:42px;overflow-x:auto;padding:0 1px 10px;scroll-snap-type:x mandatory;scrollbar-width:none}.st-hero-showcase::-webkit-scrollbar{display:none}.st-showcase-tile,.st-showcase-product{min-width:min(82vw,360px);flex:0 0 min(82vw,360px);scroll-snap-align:start}.st-showcase-tile{height:auto;aspect-ratio:16 / 10}.st-showcase-product{height:auto;aspect-ratio:16 / 10;display:block}.st-showcase-product .st-showcase-media{position:absolute;inset:0}.st-showcase-product .st-showcase-copy{position:absolute;right:0;bottom:0;left:0;gap:6px;padding:38px 18px 16px;background:linear-gradient(to bottom,transparent,rgba(0,0,0,0.88) 48%)}.st-showcase-product .st-showcase-copy h2{margin:0;color:white}.st-showcase-product .st-showcase-copy>div:first-child>span,.st-showcase-product .st-showcase-foot>a{display:none}.st-trust-rail{grid-template-columns:1fr}.st-trust-rail article,.st-trust-rail article:first-child,.st-trust-rail article:nth-child(3){border-right:0;border-bottom:1px solid var(--st-line);padding:18px 0}.st-trust-rail article:last-child{border-bottom:0}.st-catalog,.st-bundles,.st-reviews,.st-faq,.st-field-notes{padding:62px var(--gutter)}.st-section-heading{align-items:start;flex-direction:column;margin-bottom:24px}.st-section-heading h2,.st-paths h2,.st-reviews h2,.st-faq h2,.st-field-notes h2{font-size:32px}.st-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.st-product-media{aspect-ratio:16 / 10}.st-product-copy{padding:12px}.st-product-register>span,.st-product-frameworks{display:none}.st-product-register{min-height:0;margin:0}.st-product h3{font-size:12px}.st-product-copy>p{display:none}.st-product-foot{margin-top:10px}.st-product-add{width:34px;min-height:34px;padding:0}.st-product-add span{display:none}.st-product-price{display:grid;gap:0}.st-product-price strong{font-size:11px}.st-paths{grid-template-columns:1fr;gap:44px;padding:64px var(--gutter)}.st-bundle-grid,.bundles-grid{grid-template-columns:1fr}.st-review-list{grid-template-columns:1fr}.st-field-notes-grid{grid-template-columns:1fr}.st-footer-cta{align-items:start;flex-direction:column;padding-inline:var(--gutter)}.st-footer-body{padding-inline:var(--gutter)}.st-footer-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 22px}.st-footer-base{min-height:auto;align-items:start;flex-direction:column;padding:20px var(--gutter)}.st-to-top{right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));min-height:48px;gap:7px;border-color:transparent;border-radius:999px;padding:5px 5px 5px 14px;background:var(--st-orange);box-shadow:0 12px 30px rgba(0,0,0,0.3)}.st-to-top::after{display:none}.st-to-top-label{font-size:11px;letter-spacing:0.03em}.st-to-top-label-long{display:none}.st-to-top-label-short{display:inline}.st-to-top-icon{width:38px;height:38px;flex-basis:38px;border-radius:999px;background:rgba(255,255,255,0.14)}body:has(.promo-corner-br) .st-to-top,body:has(.promo-bar-bottom) .st-to-top{bottom:calc(var(--promo-clear-bottom,74px) + max(8px,env(safe-area-inset-bottom)))}body.site-shop .shop-layout .grid-4{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:11px}body.site-shop .shop-commandbar{min-height:72px}body.site-shop .shop-sort label>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}body.site-shop .shop-sort select{min-width:146px;max-width:48vw}body.site-shop .shop-header,body.site-shop .cat-hero,body.site-shop .brands-hero,body.site-shop .bundles-hero,body.site-shop .blog-hero,body.site-shop .c-hero,body.site-shop .rd-hero{padding:48px 0 32px}body.site-shop .shop-header h1,body.site-shop .cat-h1,body.site-shop .brands-hero h1,body.site-shop .bundles-hero h1,body.site-shop .blog-hero h1,body.site-shop .c-hero h1,body.site-shop .rd-hero h1,body.site-shop .legal-hero h1,body.site-shop .post-hero h1{font-size:40px}body.site-shop .seo-columns,body.site-shop .fw-grid,body.site-shop .cat-big-grid,body.site-shop .cat-related-grid,body.site-shop .brand-related-grid{grid-template-columns:1fr}body.site-shop .brands-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}body.site-shop .brand-card{min-height:132px;gap:10px;padding:18px 10px}body.site-shop .brand-card-logo{width:min(100%,112px);height:64px;padding:8px}body.site-shop .brand-card-name{font-size:14px;line-height:1.3}body.site-shop .brand-logo{width:112px;height:72px}body.site-shop .brand-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}body.site-shop .brand-related-tile{min-width:0;gap:10px;padding:11px}body.site-shop .brand-related-logo{width:40px;height:40px}body.site-shop .brand-related-tile .name{font-size:12px;line-height:1.3}body.site-shop .brand-related-tile .meta{font-size:9px}body.site-shop .cat-upsell-card{grid-template-columns:1fr}body.site-shop .bundle-item{grid-template-columns:90px minmax(0,1fr)}body.site-shop .bundle-item__price,body.site-shop .bundle-item__open{grid-column:2}body.site-shop .pd-wrap{padding-top:22px}body.site-shop .pd-title{font-size:34px}body.site-shop .pd-buy{padding:18px}body.site-shop .spec-grid,body.site-shop .reviews-head{grid-template-columns:1fr}body.site-shop .setup-guide-head{grid-template-columns:1fr}body.site-shop .setup-step{grid-template-columns:40px minmax(0,1fr);gap:14px}body.site-shop .setup-step-result{grid-column:2}body.site-shop .setup-support{align-items:stretch;flex-direction:column}body.site-shop .setup-support-copy{justify-content:space-between}body.site-shop .product-md-body h2{grid-template-columns:8px minmax(0,1fr);row-gap:9px;font-size:24px}body.site-shop .product-md-body h2::after{grid-column:2}body.site-shop .pd-creator{grid-template-columns:42px minmax(0,1fr) auto}body.site-shop .pd-creator-logo{width:42px;height:42px}body.site-shop .pd-gallery-expand{top:8px;right:8px;width:44px;height:44px}body.site-shop .bundle-item{grid-template-columns:108px minmax(0,1fr);gap:12px;padding:10px}body.site-shop .bundle-item__body{min-width:0;padding:0}body.site-shop .bundle-item__top{gap:8px}body.site-shop .bundle-item__name{font-size:13px}body.site-shop .bundle-item__intro{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}body.site-shop .cart-row,body.site-shop .co-row,body.site-shop .cp-line{grid-template-columns:88px minmax(0,1fr)}body.site-shop .cart-row-price,body.site-shop .co-row-price,body.site-shop .cp-line-price{grid-column:2}body.site-shop .co-row-2,body.site-shop .cp-row-2,body.site-shop .c-row{grid-template-columns:1fr}body.site-shop .blog-grid,body.site-shop .post-related-grid{grid-template-columns:1fr}body.site-shop .vx-group{grid-template-columns:1fr;gap:10px}body.site-shop .vx-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:430px){.st-cart-trigger,.st-menu-trigger{width:41px;height:41px}.st-hero-actions{align-items:stretch;flex-direction:column}.st-hero-actions>*{width:100%}.st-showcase-tile,.st-showcase-product{min-width:84vw;flex-basis:84vw}.st-footer-nav{grid-template-columns:1fr 1fr}.st-cart-line{grid-template-columns:88px minmax(0,1fr)}body.site-shop .bundle-item{grid-template-columns:88px minmax(0,1fr);gap:10px}body.site-shop .bundle-item__top{display:grid;grid-template-columns:minmax(0,1fr)}body.site-shop .bundle-item__price{justify-self:start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:0.01ms !important}}
