:root{--bg:#fff;--text:#111;--muted:#666;--line:#e8e8e8;--accent:#111;--page:1200px;--space:clamp(16px,3vw,40px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.5 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-width{width:min(100% - 2 * var(--space),var(--page));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.75rem;z-index:100}.site-header{position:sticky;top:0;z-index:20;background:#fffffff5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-inner{min-height:68px;display:flex;align-items:center;gap:28px}.brand{font-size:1.15rem;font-weight:750;letter-spacing:-.02em}.nav{display:flex;gap:22px;margin-left:auto}.nav a,.cart-link{font-size:.95rem}.cart-link{white-space:nowrap}.menu-toggle{display:none;margin-left:auto;border:0;background:none;padding:10px}.menu-toggle span{display:block;width:22px;border-top:2px solid;margin:5px}.hero{padding:clamp(54px,10vw,130px) 0;text-align:center;border-bottom:1px solid var(--line)}.hero h1{max-width:900px;margin:0 auto 16px;font-size:clamp(2.4rem,7vw,6.5rem);line-height:.95;letter-spacing:-.065em}.hero p{max-width:620px;margin:0 auto 28px;color:var(--muted);font-size:clamp(1rem,2vw,1.2rem)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer}.button.secondary{background:transparent;color:var(--text)}.section{padding:clamp(42px,7vw,90px) 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h1,.section-head h2{margin:0;font-size:clamp(1.7rem,3vw,2.6rem);letter-spacing:-.04em}.section-head p{margin:0;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,2.5vw,30px)}.product-card-image{aspect-ratio:4/5;background:#fff;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:contain;padding:clamp(10px,1.2vw,18px);transition:transform .3s ease}.product-card:hover img{transform:scale(1.025)}.product-card-info{display:flex;justify-content:space-between;gap:15px;padding-top:12px}.product-card-title{font-weight:600}.price{white-space:nowrap}.muted{color:var(--muted)}.empty{padding:50px 0;text-align:center;color:var(--muted)}.product{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);gap:clamp(30px,7vw,90px);align-items:start}.product-media{background:#f5f5f5}.product-info{position:sticky;top:100px}.product-info h1{font-size:clamp(2rem,4vw,3.5rem);line-height:1;margin:0 0 15px;letter-spacing:-.05em}.product-price{font-size:1.25rem;margin-bottom:28px}.product-form label{display:block;margin:18px 0 7px;font-weight:600}.product-form select,.product-form input[type=number]{width:100%;min-height:48px;padding:0 12px;border:1px solid #bbb;background:#fff}.product-form .button{width:100%;margin-top:20px}.rte{margin-top:30px;color:#333}.rte a{text-decoration:underline}.rte img{margin:20px 0}.collection-description{max-width:650px;color:var(--muted)}.pagination{display:flex;justify-content:center;gap:16px;margin-top:45px}.pagination a,.pagination span{padding:8px}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:18px 10px;border-bottom:1px solid var(--line);text-align:left}.cart-product{display:flex;align-items:center;gap:16px}.cart-product img{width:74px;height:92px;object-fit:cover;background:#f5f5f5}.cart-quantity{width:75px;padding:9px}.cart-summary{display:flex;align-items:center;justify-content:flex-end;gap:24px;margin-top:24px}.cart-summary strong{font-size:1.2rem}.cart-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:18px}.page-content{max-width:760px}.page-content h1{font-size:clamp(2.2rem,5vw,4rem);letter-spacing:-.05em}.search-form{display:flex;gap:10px;margin:25px 0 45px}.search-form input{flex:1;min-height:48px;padding:0 14px;border:1px solid #bbb}.site-footer{border-top:1px solid var(--line);padding:35px 0}.footer-inner{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:.9rem}.footer-links{display:flex;flex-wrap:wrap;gap:18px}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product{grid-template-columns:1fr}.product-info{position:static}.nav{display:none;position:absolute;left:0;right:0;top:68px;padding:20px var(--space);background:#fff;border-bottom:1px solid var(--line);flex-direction:column}.nav.is-open{display:flex}.menu-toggle{display:block}.cart-link{margin-left:0}.cart-table thead{display:none}.cart-table tr{display:grid;grid-template-columns:1fr auto}.cart-table td{grid-column:1/-1}.cart-table td:last-child{grid-column:2}.cart-summary,.cart-actions{align-items:stretch;flex-direction:column}.footer-inner{flex-direction:column}}@media(max-width:520px){.product-grid{gap:24px 12px}.product-card-info{display:block}.product-card-info .price{margin-top:4px}.section-head{align-items:start;flex-direction:column}}.empty h2{margin:0 0 12px;color:var(--text)}.empty>p{max-width:720px;margin:0 auto}.empty .cart-actions{justify-content:center;margin:24px auto 20px}.empty .button{min-width:160px}@media(max-width:900px){.empty .cart-actions{align-items:stretch}.empty .button{width:100%}}.site-footer{padding:48px 0 28px}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(24px,4vw,56px)}.footer-group{border:0}.footer-group summary{list-style:none;cursor:default}.footer-group summary::-webkit-details-marker{display:none}.footer-group h2{margin:0 0 16px;font-size:1rem;color:var(--text)}.footer-nav,.footer-company{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-nav a:hover,.footer-company a:hover{text-decoration:underline}.footer-company p{margin:0;max-width:28ch}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:40px;padding-top:24px;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}.payment-icons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px;margin:0;padding:0;list-style:none}.payment-icons svg{display:block;width:38px;height:24px}@media(max-width:900px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom{align-items:flex-start;flex-direction:column}.payment-icons{justify-content:flex-start}}@media(max-width:520px){.footer-grid{display:block}.footer-group{border-bottom:1px solid var(--line)}.footer-group summary{display:flex;align-items:center;justify-content:space-between;min-height:52px;cursor:pointer}.footer-group summary:after{content:"+";font-size:1.25rem}.footer-group[open] summary:after{content:"\2013"}.footer-group h2{margin:0}.footer-nav,.footer-company{padding:0 0 20px}.footer-bottom{margin-top:28px}}.product-vendor{display:inline-block;margin-bottom:10px;color:var(--muted);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-vendor:hover{text-decoration:underline}.availability{display:flex;align-items:center;gap:8px;margin:-12px 0 22px;color:var(--muted);font-size:.95rem}.availability-dot{width:8px;height:8px;border-radius:50%;background:#16794c;box-shadow:0 0 0 3px #16794c1f}.button:disabled{opacity:.55;cursor:not-allowed}.product-trust{margin:28px 0 0;padding:0;border-top:1px solid var(--line);list-style:none}.product-trust li{display:grid;gap:3px;padding:16px 0;border-bottom:1px solid var(--line)}.product-trust strong{font-size:.95rem}.product-trust span{color:var(--muted);font-size:.9rem}.product-trust a{text-decoration:underline;text-underline-offset:2px}:root{--bg: #0a0a0a;--text: #f5f5f5;--muted: #a8a8a8;--line: #2a2a2a;--accent: #f5f5f5;--surface: #141414;--surface-subtle: #1c1c1c;--field-bg: #111111;--field-border: #484848;--button-text: #0a0a0a;--header-bg: rgba(10, 10, 10, .96);--focus: #7ab8ff;color-scheme:dark}html[data-theme=light]{--bg: #ffffff;--text: #111111;--muted: #666666;--line: #e8e8e8;--accent: #111111;--surface: #ffffff;--surface-subtle: #f5f5f5;--field-bg: #ffffff;--field-border: #bbbbbb;--button-text: #ffffff;--header-bg: rgba(255, 255, 255, .96);--focus: #005fcc;color-scheme:light}html,body,.site-footer,.cart-drawer,.drawer__inner,.menu-drawer{background:var(--bg);color:var(--text)}body,.site-header,.site-footer,.nav,.product-card-info,.product-info,.page-content,.search-form,.cart-table,.cart-summary,.cart-actions{transition:background-color .18s ease,color .18s ease,border-color .18s ease}.site-header{background:var(--header-bg)}.cart-product img{background:var(--surface-subtle)}.product-card-image{background:#fff}.button{color:var(--button-text)}.button.secondary,.rte,.page-content,.product-info,.collection-description{color:var(--text)}.rte :where(p,span,div,li,h1,h2,h3,h4,h5,h6,table,th,td,strong,em){background-color:transparent!important;color:var(--text)!important}input,select,textarea,.product-form select,.product-form input[type=number],.search-form input,html[data-theme] .header-search input{background:var(--field-bg);border-color:var(--field-border);color:var(--text)}input::placeholder,textarea::placeholder{color:var(--muted);opacity:1}select option{background:var(--field-bg);color:var(--text)}.nav,[id^=PredictiveSearch-],.predictive-results,.predictive-list,.cart-drawer,.drawer__inner,.menu-drawer{background:var(--surface)!important;color:var(--text);border-color:var(--line)!important}.predictive-item:hover,.predictive-item:focus,.predictive-item[aria-selected=true]{background:var(--surface-subtle)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.payment-icons svg{background:#fff;border-radius:3px}.theme-toggle{position:fixed;right:max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));z-index:60;display:grid;width:46px;height:46px;padding:0;place-items:center;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);box-shadow:0 10px 30px #00000047;cursor:pointer}.theme-toggle:hover{background:var(--surface-subtle);transform:translateY(-1px)}.theme-toggle__icon{grid-area:1 / 1;font-size:1.25rem;line-height:1;transition:opacity .16s ease,transform .16s ease}.theme-toggle__icon--sun{opacity:1;transform:rotate(0) scale(1)}.theme-toggle__icon--moon{opacity:0;transform:rotate(-30deg) scale(.7)}html[data-theme=light] .theme-toggle__icon--sun{opacity:0;transform:rotate(30deg) scale(.7)}html[data-theme=light] .theme-toggle__icon--moon{opacity:1;transform:rotate(0) scale(1)}@media(max-width:900px){.nav{background:var(--surface)}}@media(max-width:520px){.theme-toggle{right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));width:42px;height:42px}}@media(prefers-reduced-motion:reduce){body,.site-header,.site-footer,.nav,.theme-toggle,.theme-toggle__icon{transition:none}}.search-help{color:var(--muted)!important}@media(max-width:749px){.header-search:focus-within{border-radius:8px;outline:3px solid var(--focus);outline-offset:2px}html[data-theme] .header-search input[type=search]:focus-visible{outline:none}}html[data-theme=light] .header-search input[type=search]{background:#0a0a0a;border-color:#0a0a0a;color:#fff;color-scheme:dark}html[data-theme=light] .header-search input[type=search]::placeholder{color:#b8b8b8;opacity:1}html[data-theme=light] .header-search button{background:#0a0a0a;border-color:#0a0a0a;border-left-color:#3f3f3f;color:#fff}html[data-theme=dark] .header-search input[type=search]{background:#fff;border-color:#fff;color:#111;color-scheme:light}html[data-theme=dark] .header-search input[type=search]::placeholder{color:#5f5f5f;opacity:1}html[data-theme=dark] .header-search button{background:#fff;border-color:#fff;border-left-color:#d6d6d6;color:#111}.menu-toggle span:nth-child(1){border-top-color:#d9232e}.menu-toggle span:nth-child(2){border-top-color:#fff}.menu-toggle span:nth-child(3){border-top-color:#1f5fbf}html[data-theme=light] .menu-toggle span:nth-child(2){filter:drop-shadow(0 -1px 0 rgba(0,0,0,.78)) drop-shadow(0 1px 0 rgba(0,0,0,.78))}html[data-theme] .brand-browser{background:var(--surface-subtle);color:var(--text)}html[data-theme] .brand-heading h2,html[data-theme] .brand-picker label,html[data-theme] .brand-details summary{color:var(--text)}html[data-theme] .brand-heading p{color:var(--muted)}html[data-theme] .brand-picker select,html[data-theme] .brand-picker option{background:var(--field-bg);border-color:var(--field-border);color:var(--text)}html[data-theme] .brand-picker button{background:var(--accent);border-color:var(--accent);color:var(--button-text)}html[data-theme] .brand-link{background:var(--surface);border-color:var(--line);color:var(--text)}html[data-theme] .brand-grid{overflow-x:hidden;overflow-y:auto}html[data-theme] .brand-link{display:flex;align-items:center;gap:10px;min-width:0}.brand-logo{position:relative;display:grid;flex:0 0 36px;width:36px;height:36px;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.brand-logo-image,.brand-logo-fallback{grid-area:1 / 1}.brand-logo-image{display:block;width:28px;height:28px;object-fit:contain;filter:none;opacity:0}.brand-logo-fallback{color:#222;font-size:11px;font-weight:800;letter-spacing:.03em;line-height:1}.brand-logo.has-logo .brand-logo-image{opacity:1}.brand-logo.has-logo .brand-logo-fallback{opacity:0}@media(max-width:480px){.brand-logo{flex-basis:32px;width:32px;height:32px}.brand-logo-image{width:24px;height:24px}}.related-products{border-top:1px solid var(--line)}.storecore-collection .collection-tools.collection-tools--sort-only{width:fit-content;margin:14px 0 18px auto;padding:10px 12px;align-items:center}.storecore-collection .collection-tools--sort-only .collection-sort{display:grid;grid-template-columns:auto minmax(190px,210px);align-items:center;gap:10px;min-width:0}.storecore-collection .collection-tools--sort-only .collection-sort label{white-space:nowrap}.storecore-collection .product-card-info{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;padding-top:14px;align-content:start}.storecore-collection .product-card-title{font-weight:650;line-height:1.35}.storecore-collection .product-card-info .price{margin:0;font-weight:750;line-height:1.3;color:var(--text)}.storecore-collection .product-card:focus-visible{outline:2px solid var(--text);outline-offset:5px}@media(max-width:749px){.storecore-collection .collection-tools.collection-tools--sort-only{width:auto;margin:12px 0 16px;padding:12px}.storecore-collection .collection-tools--sort-only .collection-sort{grid-template-columns:1fr;gap:6px}.storecore-collection .product-card-info{gap:5px;padding-top:12px}}@media(max-width:520px){.product{gap:18px}.product-media{width:min(100%,300px);margin-inline:auto}.product-info h1{font-size:clamp(1.75rem,8vw,2.2rem);line-height:1.05;margin-bottom:10px}.product-price{margin-bottom:20px}.availability{margin:-8px 0 14px}.product-form{display:grid;grid-template-columns:minmax(84px,96px) minmax(0,1fr);column-gap:12px}.product-form>label:not([for^=Quantity-]),.product-form>select[name=id]{grid-column:1/-1}.product-form>label[for^=Quantity-]{grid-column:1;grid-row:3;margin:12px 0 7px}.product-form>input[name=quantity]{grid-column:1;grid-row:4}.product-form>.button{grid-column:2;grid-row:4;margin-top:0}.product-trust{margin-top:22px}}.cart-continue-row{display:flex;justify-content:flex-end;margin-top:12px}@media(max-width:900px){.cart-continue-row .button{width:100%}}.header-search:focus-within{border-radius:8px;outline:3px solid var(--focus);outline-offset:2px}html[data-theme] .header-search input[type=search]:focus-visible{outline:none}html[data-theme=dark] .product-media{background:#fff}.cart-confirmation{position:fixed;right:20px;bottom:78px;z-index:10000;display:grid;gap:6px;width:min(360px,calc(100vw - 32px));padding:18px 48px 18px 18px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text);box-shadow:0 16px 40px #0000003d;opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .2s ease,transform .2s ease,visibility .2s}.cart-confirmation.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.cart-confirmation.is-error{border-color:#c83b31}.cart-confirmation-title{font-size:1rem;line-height:1.25}.cart-confirmation-detail{color:var(--muted);font-size:.92rem;line-height:1.4}.cart-confirmation-actions{display:flex;gap:10px;margin-top:8px}.cart-confirmation-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 13px;border:1px solid var(--line);border-radius:9px;color:var(--text);font-size:.9rem;font-weight:700;text-decoration:none}.cart-confirmation-actions a:first-child{background:var(--text);color:var(--bg);border-color:var(--text)}.cart-confirmation-close{position:absolute;top:10px;right:10px;width:32px;height:32px;padding:0;border:0;background:transparent;color:var(--text);font-size:1.5rem;line-height:1;cursor:pointer}@media(max-width:520px){.cart-confirmation{left:16px;right:16px;bottom:76px;width:auto}}@media(prefers-reduced-motion:reduce){.cart-confirmation{transition:none}}@media(max-width:520px){.product-media{width:100%}}html:not([data-theme=dark]) .cart-confirmation{background:#0a0a0a;color:#fff;border-color:#343434}html:not([data-theme=dark]) .cart-confirmation-detail{color:#c7c7c7}html:not([data-theme=dark]) .cart-confirmation-actions a{color:#fff;border-color:#606060}html:not([data-theme=dark]) .cart-confirmation-actions a:first-child{background:#fff;color:#0a0a0a;border-color:#fff}html[data-theme=dark] .cart-confirmation{background:#fff;color:#111;border-color:#ddd;box-shadow:0 16px 40px #0000006b}html[data-theme=dark] .cart-confirmation-detail{color:#555}html[data-theme=dark] .cart-confirmation-actions a{color:#111;border-color:#aaa}html[data-theme=dark] .cart-confirmation-actions a:first-child{background:#111;color:#fff;border-color:#111}.cart-confirmation-close{color:inherit}.cart-confirmation.is-error{border-color:#d92d20}.cart-swipe-row{--cart-swipe-x:0;touch-action:pan-y}.cart-swipe-row td{position:relative;overflow:hidden}.cart-swipe-cell{position:relative;z-index:1;min-height:100%;background:var(--surface);transform:translate(var(--cart-swipe-x));transition:transform .22s cubic-bezier(.2,.8,.2,1),opacity .18s ease}.cart-swipe-row.is-swiping .cart-swipe-cell{transition:none}.cart-swipe-row.is-swipe-open{--cart-swipe-x:-82px}.cart-swipe-row.is-updating .cart-swipe-cell{opacity:.55;pointer-events:none}.cart-swipe-row.is-removing .cart-swipe-cell{transform:translate(-100%);opacity:0}.cart-quantity-stepper{display:inline-grid;grid-template-columns:38px 40px 38px;align-items:center;height:40px;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:var(--surface);box-shadow:0 1px 2px #0000000a}.cart-quantity-button{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:var(--text);font:500 21px/1 system-ui;display:grid;place-items:center;width:38px;height:38px;cursor:pointer;transition:background-color .15s ease,opacity .15s ease}.cart-quantity-button:hover{background:color-mix(in srgb,var(--text) 7%,transparent)}.cart-quantity-button:focus-visible{outline:2px solid #1a73e8;outline-offset:-3px;border-radius:999px}.cart-quantity-button:disabled{opacity:.28;cursor:default}.cart-quantity-stepper .cart-quantity{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield;width:40px;min-width:40px;height:38px;padding:0;border:0;background:transparent;color:var(--text);font:600 15px/1 system-ui;text-align:center;pointer-events:none}.cart-quantity-stepper .cart-quantity::-webkit-inner-spin-button,.cart-quantity-stepper .cart-quantity::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-swipe-remove{position:absolute;z-index:0;right:0;top:50%;transform:translateY(-50%);width:74px;height:42px;border:0;border-radius:12px;background:#d92d20;color:#fff;font:650 13px/1 system-ui;cursor:pointer}@media(max-width:749px){.cart-quantity-stepper{grid-template-columns:36px 36px 36px;height:38px}.cart-quantity-button{width:36px;height:36px}.cart-quantity-stepper .cart-quantity{width:36px;min-width:36px;height:36px}.cart-swipe-remove{height:40px}}@media(prefers-reduced-motion:reduce){.cart-swipe-cell{transition:none}}.cart-swipe-row:not(.is-swipe-open):not(.is-swiping) .cart-swipe-remove{opacity:0;pointer-events:none}.cart-swipe-remove{transition:opacity .12s ease}@media(min-width:750px){.cart-swipe-cell{transform:none!important}.cart-swipe-remove{display:none!important}}.cart-swipe-row td:nth-child(2) .cart-swipe-cell{display:flex;align-items:center;justify-content:center;gap:10px}.cart-remove-icon{display:inline-grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border:1px solid color-mix(in srgb,#d92d20 45%,var(--line));border-radius:12px;background:transparent;color:#d92d20;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.cart-remove-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.cart-remove-icon:hover{background:color-mix(in srgb,#d92d20 9%,transparent);border-color:#d92d20}.cart-remove-icon:active{transform:scale(.96)}.cart-remove-icon:focus-visible{outline:2px solid #1a73e8;outline-offset:2px}@media(max-width:749px){.cart-swipe-row td:nth-child(2) .cart-swipe-cell{justify-content:flex-end;gap:8px}.cart-remove-icon{flex-basis:38px;width:38px;height:38px;border-radius:11px}}html.cart-controls-left-layout .cart-table th:nth-child(2),html.cart-controls-left-layout .cart-table td:nth-child(2){display:none}html.cart-controls-left-layout .cart-product>div{display:flex;flex-direction:column;align-items:flex-start;min-width:0}html.cart-controls-left-layout .cart-product .cart-quantity-stepper{margin-top:12px}html.cart-controls-left-layout .cart-table td:last-child .cart-swipe-cell{display:flex;align-items:center;justify-content:flex-end;gap:14px;min-height:76px}html.cart-controls-left-layout .cart-table td:last-child .cart-remove-icon{order:2}@media(max-width:749px){html.cart-controls-left-layout .cart-product .cart-quantity-stepper{margin-top:10px}html.cart-controls-left-layout .cart-table td:last-child .cart-swipe-cell{justify-content:space-between;gap:12px;min-height:48px}}.cart-item-controls-inline{display:flex;align-items:center;gap:14px;margin-top:12px;flex-wrap:nowrap}.cart-item-controls-inline .cart-quantity-stepper{margin:0}.cart-item-controls-inline .cart-remove-icon{margin:0;flex:0 0 40px}html.cart-prices-inline .cart-table th:last-child,html.cart-prices-inline .cart-swipe-row>td:last-child{display:none}html.cart-prices-inline .cart-item-price{margin-top:6px;line-height:1.4;color:var(--text)}html.cart-prices-inline .cart-item-controls-inline{margin-top:8px}html.cart-prices-inline .cart-item-controls-inline .cart-quantity-stepper{margin:0}html.cart-prices-inline .cart-swipe-row>td:first-child .cart-swipe-remove{right:0;top:0;bottom:0;transform:none;width:88px;height:auto;min-height:44px;border-radius:12px;background:#d92d20;color:#fff;display:flex;align-items:center;justify-content:center;font:650 14px/1.2 system-ui}html.cart-prices-inline .cart-swipe-row.is-swiping .cart-swipe-remove{opacity:1;pointer-events:auto}html.cart-prices-inline .cart-item-controls-inline{gap:24px}html.cart-prices-inline .cart-item-controls-inline .cart-remove-icon{flex:0 0 44px;width:44px;min-width:44px;height:44px}@media(min-width:750px){html.cart-prices-inline .cart-product>div{display:grid;flex:1;grid-template-columns:minmax(0,1fr) max-content;column-gap:24px;align-items:start}html.cart-prices-inline .cart-product>div>:not(.cart-item-price){grid-column:1}html.cart-prices-inline .cart-product>div>.cart-item-price{grid-column:2;grid-row:1;margin:0;text-align:right;white-space:nowrap}}.product-media img[src*="/SiriusGold_front.jpg"]{aspect-ratio:1 / 1;height:auto!important;padding:5%!important}.product-card-image img[src*="/SiriusGold_front.jpg"]{padding-block:calc(17.5% + clamp(9px,1.08vw,16.2px))!important}
/*# sourceMappingURL=/cdn/shop/t/32/assets/theme.css.map */
