@font-face {
  font-family: "JetBrains Mono";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/jetbrains-mono:vf@5.3.0/latin-wght-normal.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
}

.navlinks a,
.header-box,
.btn,
.cta-button,
.configure-action,
.add,
.filter,
.choice {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.navlinks a,
.header-box {
  font-family: "JetBrains Mono", Consolas, monospace !important;
  text-transform: uppercase !important;
}
.topbar .nav > .navlinks { margin-right: 0 !important; }
.topbar .nav > .quote,
.topbar .nav > .quote-nav { margin-left: .2rem !important; }
@media (min-width: 60.0625rem) {
  .topbar .nav { column-gap: 0 !important; }
  .topbar .nav > .navlinks { gap: .2rem !important; }
}

.header-box.quote,
.header-box.quote-nav,
.header-box.cart,
.header-box.cart-square {
  font-family: "JetBrains Mono", Consolas, monospace !important;
}

.product-card:focus-visible {
  outline: 2px solid #fb460d !important;
  outline-offset: 2px;
}

.product-card { cursor: pointer; }

.product-meta h2,
.product-meta h3,
.product-meta h2.display,
.product-meta h3.display {
  font-family: "JetBrains Mono", Consolas, monospace !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: normal !important;
  text-transform: uppercase !important;
  transition: color .2s ease;
}

.product-card:hover .product-meta h2,
.product-card:hover .product-meta h3,
.product-card:focus-visible .product-meta h2,
.product-card:focus-visible .product-meta h3 {
  color: #fb460d !important;
}

.product-cursor {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: .68rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-10rem,-10rem,0) translate(-50%,calc(-100% - .75rem));
  transition: opacity .14s ease;
  will-change: transform;
}

.product-cursor.is-visible { opacity: 1; }

.product-cursor-label {
  display: block;
  transform: rotate(var(--product-swing,0deg));
  transform-origin: 50% 115%;
  will-change: transform;
}

.product-cursor-text {
  display: block;
  padding: .58rem .82rem;
  background: #fb460d;
  color: #141314;
  opacity: 0;
  transform: scale(.42);
  transform-origin: 50% 100%;
  transition:
    transform .16s cubic-bezier(.4,0,1,1),
    opacity .24s ease .07s;
  will-change: transform, opacity;
}

.product-cursor.is-visible .product-cursor-text {
  opacity: 1;
  transform: scale(1);
  transition:
    transform .26s cubic-bezier(.22,1.55,.36,1),
    opacity .08s ease;
}

@media (pointer: coarse) {
  .product-cursor { display: none; }
}

:root {
  --orange: #fb460d !important;
  --black: #141314 !important;
  --dark: #141314 !important;
  --white: #eeeeee !important;
  --paper: #eeeeee !important;
  --card: #d5d5d5 !important;
}

.product-card,
.product-buy {
  background-color: #d5d5d5 !important;
}

.product-card .product-meta::before {
  background: rgba(213,213,213,.34) !important;
}

.products,
.company,
.testing,
.uses,
.gallery,
.light-section {
  background-color: #eeeeee !important;
}

.story,
.materials,
.quality,
.shop-cta,
.engineering,
.hero,
dialog,
.toast,
.material-facts div {
  background-color: #141314 !important;
}

.related { background-color: #eeeeee !important; }
.related-card,
.system { background-color: #d5d5d5 !important; }

html {
  background: #141314;
  scrollbar-color: #fb460d #242529;
  scrollbar-gutter: stable;
}

::-webkit-scrollbar-thumb {
  background: #fb460d !important;
}

.cookie-more { color: #fb460d !important; }
footer.site-footer {
  width: 100%;
  max-width: none;
  background: #141314;
  color: #fff;
  padding: 0;
  border: 0;
}
.site-footer .site-footer-inner {
  box-sizing: border-box;
  width: min(100%, 1700px);
  min-height: 28rem;
  margin-inline: auto;
  padding: 6rem clamp(1.5rem, 4vw, 4rem) 3rem;
  display: grid;
  grid-template-columns: 1.1fr 1.6fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 4rem 3rem;
}
.site-footer .site-footer-info,
.site-footer .site-footer-info p,
.site-footer .site-footer-info a,
.site-footer .site-footer-nav a,
.site-footer .site-footer-legal {
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: .86rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.site-footer .site-footer-info p { margin: 1.5rem 0; }
.site-footer .site-footer-links { display: grid; grid-template-columns: auto auto; gap: 2rem; align-content: start; }
.site-footer .site-footer-policies a[aria-disabled="true"] { cursor: default; }
@media (max-width: 75rem) { .site-footer .site-footer-links { grid-template-columns: 1fr; } }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer .site-footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem; }
.site-footer .site-footer-nav a { transition: color .18s ease; }
.site-footer .site-footer-nav a:hover,
.site-footer .site-footer-nav a:focus-visible,
.site-footer .site-footer-info a:hover { color: #fb460d; }
.site-footer .site-footer-brand { grid-column: 3; grid-row: 1 / 3; align-self: end; justify-self: end; width: 100%; max-width: 25rem; }
.site-footer .site-footer-brand img { display: block; width: 100%; height: auto; }
.site-footer .site-footer-legal { grid-column: 1 / 3; color: #a6a6a6; }
@media (max-width: 60rem) {
  .site-footer .site-footer-inner { grid-template-columns: 1fr 1fr; padding-top: 4rem; gap: 3rem 2rem; }
  .site-footer .site-footer-brand { grid-column: 2; grid-row: 2; max-width: 18rem; }
  .site-footer .site-footer-legal { grid-column: 1; align-self: end; }
}
@media (max-width: 38rem) {
  .site-footer .site-footer-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .site-footer .site-footer-brand { grid-column: 1; grid-row: 4; max-width: 16rem; }
  .site-footer .site-footer-legal { grid-column: 1; grid-row: 3; }
}
.locale-switcher { position: relative; flex: 0 0 auto; }
.site-footer .footer-locale-switcher { width: max-content; margin-top: 1.5rem; }
.site-footer .footer-locale-switcher .locale-toggle { background: #252425; color: #fff; }
.site-footer .footer-locale-switcher .locale-menu { top: auto; right: auto; bottom: calc(100% + .35rem); left: 0; }
.locale-toggle {
  min-width: 3.5rem !important;
  padding-inline: .7rem !important;
  gap: .4rem;
  font-family: "JetBrains Mono",Consolas,monospace !important;
}
.locale-chevron { display: inline-block; font-size: .85rem; line-height: 1; transform: translateY(-.08rem); transition: transform .2s ease; }
.locale-switcher.is-open .locale-chevron { transform: translateY(.08rem) rotate(180deg); }
.locale-menu {
  position: absolute;
  z-index: 100;
  top: calc(100% + .35rem);
  right: 0;
  width: 12rem;
  padding: .75rem;
  background: rgba(20,19,20,.97);
  color: #fff;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.locale-menu[hidden] { display: none; }
.locale-group { display: grid; gap: .2rem; }
.locale-group + .locale-group { margin-top: .75rem; padding-top: .75rem; border-top: 1px solid #353535; }
.locale-label,
.locale-option {
  font-family: "JetBrains Mono",Consolas,monospace !important;
  font-size: .72rem;
  line-height: 1.35;
  letter-spacing: 0;
}
.locale-label { padding: .25rem .5rem .4rem; color: #888; }
.locale-option { width: 100%; padding: .55rem .5rem; border: 0; background: transparent; color: #fff; text-align: left; }
.locale-option:hover,
.locale-option:focus-visible,
.locale-option.is-active { color: #fb460d; outline: none; }
@media(max-width:38rem){.locale-toggle{min-width:3rem!important;padding-inline:.55rem!important}.locale-menu{right:0;width:11rem}}
.mobile-cart-symbol { display: none; }
.mobile-nav-panel,
.mobile-menu-backdrop { display: none; }
@media(max-width:60rem){
  .topbar { z-index: 130 !important; }
  .topbar .nav { position: relative; gap: .12rem !important; }
  .topbar .nav > .navlinks,
  .topbar .nav > .quote,
  .topbar .nav > .quote-nav,
  .topbar .nav > .locale-switcher { display: none !important; }
  .topbar .nav > .cart,
  .topbar .nav > .cart-square {
    order: 3;
    width: 2rem !important;
    min-width: 2rem !important;
    height: 2rem !important;
    margin-left: 0 !important;
    padding: 0 !important;
  }
  .topbar .nav > .cart .cart-label,
  .topbar .nav > .cart-square .cart-label { display: none; }
  .mobile-cart-symbol {
    position: relative;
    display: block;
    width: 1.05rem;
    height: .72rem;
    border: 1.5px solid currentColor;
    border-top: 0;
    transform: skew(-7deg);
  }
  .mobile-cart-symbol::before {
    content: "";
    position: absolute;
    left: -.35rem;
    top: -.3rem;
    width: .38rem;
    height: .3rem;
    border-left: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
  }
  .mobile-cart-count {
    position: absolute;
    right: -.65rem;
    top: -.75rem;
    min-width: 1rem;
    height: 1rem;
    padding-inline: .2rem;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    background: #fb460d;
    color: #141314;
    font-family: "JetBrains Mono",Consolas,monospace;
    font-size: .58rem;
    font-weight: 700;
    line-height: 1;
    transform: skew(7deg);
  }
  .topbar .nav > .menu {
    order: 2;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 5.25rem !important;
    height: 2rem !important;
    margin-left: auto !important;
    padding: 0 .95rem !important;
    border: 0 !important;
    background: rgba(28,29,34,.58) !important;
    color: #ececef !important;
    font-family: "JetBrains Mono",Consolas,monospace !important;
    font-size: .86rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-transform: uppercase;
    backdrop-filter: blur(14px) saturate(125%);
    -webkit-backdrop-filter: blur(14px) saturate(125%);
  }
  .topbar .nav > .menu:hover,
  .topbar .nav > .menu.is-open { background: rgba(28,29,34,.74) !important;color: #fb460d !important; }
  .mobile-nav-panel {
    position: fixed;
    z-index: 120;
    display: block;
    top: 4.6rem;
    left: 1rem;
    right: 1rem;
    max-height: calc(100dvh - 4.6rem);
    padding: 1.5rem;
    overflow-y: auto;
    background: #141314;
    color: #fff;
    box-shadow: 0 1.5rem 3rem rgba(0,0,0,.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0,-.75rem,0);
    clip-path: inset(0 0 100% 0);
    transition: transform .42s cubic-bezier(.22,.72,.2,1),clip-path .42s cubic-bezier(.22,.72,.2,1),opacity .25s ease,visibility 0s linear .42s;
  }
  .mobile-nav-panel.is-open { opacity: 1;visibility: visible;pointer-events: auto;transform: translate3d(0,0,0);clip-path: inset(0);transition-delay: 0s; }
  .mobile-menu-backdrop {
    position: fixed;
    z-index: 110;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(20,19,20,.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    transition: opacity .32s ease,backdrop-filter .38s ease,-webkit-backdrop-filter .38s ease,visibility 0s linear .38s;
  }
  .mobile-menu-backdrop.is-open { opacity: 1;visibility: visible;pointer-events: auto;backdrop-filter: blur(10px) saturate(90%);-webkit-backdrop-filter: blur(10px) saturate(90%);transition-delay: 0s; }
  .mobile-nav-links { display: grid; }
  .mobile-nav-links a,
  .mobile-account {
    display: flex;
    align-items: center;
    min-height: 3.5rem;
    border-bottom: 1px solid #353535;
    color: #fff;
    font-family: "JetBrains Mono",Consolas,monospace !important;
    font-size: .86rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  .mobile-nav-links a:hover,
  .mobile-account:hover { color: #fb460d; }
  .mobile-locale-controls { display: flex; align-items: flex-end; justify-content: flex-start; gap: .5rem; padding-top: 1.5rem; }
  .mobile-locale-controls label { display: grid; gap: .4rem; }
  .mobile-locale-controls label > span { color: #888; font-family: "JetBrains Mono",Consolas,monospace; font-size: .65rem; }
  .mobile-locale-controls select {
    min-width: 6.5rem;
    height: 2.5rem;
    padding: 0 2rem 0 .75rem;
    border: 0;
    border-radius: 0;
    background: #252425;
    color: #fff;
    font-family: "JetBrains Mono",Consolas,monospace !important;
    font-size: .86rem;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
  }
  .mobile-locale-controls select:hover,
  .mobile-locale-controls select:focus-visible { color: #fb460d; outline: none; }
  .mobile-locale-controls select option {
    font-family: "JetBrains Mono",Consolas,monospace !important;
    font-size: .86rem;
    font-weight: 600;
  }
  .mobile-locale-controls label:first-child select { min-width: 11rem; }
}
@media(max-width:38rem){.mobile-nav-panel{top:5rem;left:.75rem;right:.75rem;max-height:calc(100dvh - 5rem);padding:1rem}}
html.mobile-menu-open { overflow-y: hidden; overscroll-behavior: none; scrollbar-width: none; }
body.mobile-menu-open { overflow: clip; overscroll-behavior: none; padding-right: var(--mobile-menu-scrollbar-width,0px); }
html.mobile-menu-open .topbar { padding-right: var(--mobile-menu-scrollbar-width,0px); }
html.mobile-menu-open::-webkit-scrollbar { display: none; width: 0; height: 0; }
.mobile-scrollbar-proxy { position: fixed; z-index: 100; top: 0; right: 0; bottom: 0; width: var(--mobile-menu-scrollbar-width,12px); display: none; overflow: hidden; background: #242529; pointer-events: none; }
.mobile-scrollbar-proxy span { position: absolute; top: 0; right: 0; width: 100%; min-height: 40px; background: #fb460d; will-change: transform; }
@media(max-width:60rem){.mobile-scrollbar-proxy.is-visible{display:block}}
.whatsapp-help {
  position: fixed;
  z-index: 900;
  left: 1.5rem;
  bottom: 1.5rem;
  min-height: 3rem;
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  background: #141314;
  color: #fff;
  font-family: "JetBrains Mono",Consolas,monospace;
  font-size: .86rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 .75rem 2rem rgba(0,0,0,.16);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,1rem,0);
  pointer-events: none;
  transition: opacity .25s ease,transform .35s cubic-bezier(.22,.72,.2,1),visibility 0s linear .35s,background .2s,color .2s;
}
.whatsapp-help.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0,0,0);
  pointer-events: auto;
  transition-delay: 0s;
}
.whatsapp-help:hover,
.whatsapp-help:focus-visible { background: #fb460d; color: #141314; outline: none; }
.whatsapp-help-arrow { font-size: 1.15rem; font-weight: 400; }
html.cart-open .whatsapp-help { opacity: 0; visibility: hidden; pointer-events: none; transform: translate3d(0,1rem,0); }
@media(max-width:38rem){.whatsapp-help{left:.75rem;bottom:.75rem;max-width:calc(100vw - 1.5rem);font-size:.72rem;gap:1rem}}
.cart-backdrop {
  position: fixed;
  z-index: 9998;
  inset: 0 calc(-1 * var(--cart-scrollbar-width, 0px)) 0 0;
  background: rgba(20,19,20,.22);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease,visibility 0s linear .35s;
}
.cart-backdrop.is-open { opacity: 1; visibility: visible; transition-delay: 0s; }
.cart-drawer {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: calc(-1 * var(--cart-scrollbar-width, 0px));
  width: min(calc(31rem + var(--cart-scrollbar-width, 0px)),calc(100vw + var(--cart-scrollbar-width, 0px)));
  height: 100dvh;
  padding: 1.5rem;
  background: #eeeeee;
  color: #141314;
  display: grid;
  grid-template-rows: auto 1fr auto;
  box-shadow: -1.5rem 0 4rem rgba(0,0,0,.22);
  transform: translate3d(100%,0,0);
  visibility: hidden;
  transition: transform .42s cubic-bezier(.22,.72,.2,1),visibility 0s linear .42s;
}
.cart-drawer.is-open { transform: translate3d(0,0,0); visibility: visible; transition-delay: 0s; }
.cart-drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.5rem; border-bottom: 1px solid #cccccc; }
.cart-drawer-head h2,.cart-drawer-head button,.cart-drawer-summary,.cart-drawer-actions button,.cart-drawer-empty { font-family: "JetBrains Mono",Consolas,monospace; font-size: .86rem; font-weight: 600; letter-spacing: 0; }
.cart-drawer-head h2 { margin: 0; }
.cart-drawer-head button { padding: .5rem 0; border: 0; background: transparent; color: #141314; }
.cart-drawer-head button:hover { color: #fb460d; }
.cart-drawer-body { padding-block: 2rem; overflow-y: auto; }
.cart-drawer-empty { margin: 0; color: #666; font-weight: 500; }
.cart-stock-alert { margin: 0 0 1rem; padding: .85rem 1rem; border-left: 3px solid #fb460d; background: #dddada; color: #141314; font: 600 .7rem/1.45 "JetBrains Mono",Consolas,monospace; text-transform: uppercase; }
.cart-drawer [hidden] { display: none!important; }
.cart-drawer-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.cart-line { display: grid; grid-template-columns: 6.5rem minmax(0,1fr); gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid #cccccc; }
.cart-line-image { width: 6.5rem; height: 6.5rem; display: grid; place-items: center; overflow: hidden; background: #d6d6d6; }
.cart-line-image img { width: 100%; height: 100%; object-fit: contain; transform: none; }
.cart-line-copy { min-width: 0; display: flex; flex-direction: column; align-items: stretch; }
.cart-line-heading { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.cart-line-heading h3 { min-width: 0; }
.cart-line h3,.cart-line-options,.cart-line-meta,.cart-line-delete { font-family: "JetBrains Mono",Consolas,monospace; font-size: .78rem; letter-spacing: 0; }
.cart-line h3 { margin: 0; color: #141314; font-size: .86rem; font-weight: 600; line-height: 1.3; text-transform: uppercase; }
.cart-line-options { list-style: none; margin: .5rem 0 1rem; padding: 0; color: #666; line-height: 1.5; }
.cart-line-options li + li { margin-top: .2rem; }
.cart-line-stock { color: #fb460d; font-weight: 600; }
.cart-line.has-stock-issue { background: rgba(251,70,13,.055); }
.cart-line-meta { width: 100%; margin-top: auto; display: flex; justify-content: space-between; gap: 1rem; color: #666; }
.cart-line-meta strong { color: #141314; font-weight: 600; }
.cart-line-quantity { display: inline-grid; grid-template-columns: repeat(3,1.8rem); width: 5.4rem; height: 2rem; border: 1px solid #777; background: transparent; color: #141314; }
.cart-line-quantity button,.cart-line-quantity output { display: grid; place-items: center; min-width: 0; padding: 0; border: 0; background: transparent; color: inherit; font: 400 .76rem/1 "JetBrains Mono",Consolas,monospace; }
.cart-line-quantity button { cursor: pointer; }
.cart-line-quantity button:hover,.cart-line-quantity button:focus-visible { background: transparent; color: inherit; outline: 0; }
.cart-line-quantity button:disabled { color: #aaa; cursor: not-allowed; }
.cart-line-delete { flex: 0 0 auto; margin: 0; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #666; font-weight: 600; }
.cart-line-delete:hover { color: #fb460d; }
.cart-drawer-summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid #cccccc; }
.cart-drawer-summary strong { font-weight: 500; color: #666; }
.cart-drawer-actions { display: grid; grid-template-columns: auto 1fr; gap: .5rem; padding-top: 1.5rem; }
.cart-total { grid-column: 1 / -1; display: flex; align-items: baseline; justify-content: space-between; margin-bottom: .5rem; padding-bottom: 1rem; border-bottom: 1px solid #c9c7c7; color: #141314; font-family: "JetBrains Mono",Consolas,monospace; font-size: .86rem; font-weight: 600; }
.cart-total strong { font-size: 1.25rem; font-weight: 600; }
.cart-drawer-actions button { min-height: 3rem; padding-inline: 1rem; border: 0; }
.cart-clear { background: #d5d5d5; color: #141314; }
.cart-checkout { background: #fb460d; color: #141314; }
.cart-drawer .cart-checkout { width: auto; margin-top: 0; }
.cart-drawer-actions button:hover { background: #141314; color: #fff; }
.cart-tax-note { grid-column: 1 / -1; margin: .5rem 0 0; color: #666; font-family: "JetBrains Mono",Consolas,monospace; font-size: .72rem; line-height: 1.5; letter-spacing: 0; }
html.cart-open,body.cart-open { overflow: clip; overscroll-behavior: none; }
html.cart-open {
  background: #eeeeee;
  scrollbar-color: #eeeeee #eeeeee;
}
html.cart-open::-webkit-scrollbar,
html.cart-open::-webkit-scrollbar-track,
html.cart-open::-webkit-scrollbar-track-piece,
html.cart-open::-webkit-scrollbar-thumb {
  background: #eeeeee !important;
}
@media(max-width:38rem){
  .cart-drawer {
    width: calc(90vw + var(--cart-scrollbar-width, 0px));
    padding: 1rem;
    grid-template-rows: auto minmax(0,1fr) auto;
  }
  .cart-drawer-head { padding-bottom: 1rem; }
  .cart-drawer-head button { min-height: 2.5rem; padding-inline: .5rem; }
  .cart-drawer-body { min-height: 0; padding-block: 1.25rem; }
  .cart-line { grid-template-columns: 4.75rem minmax(0,1fr); gap: .75rem; padding: 1rem 0; }
  .cart-line-image { width: 4.75rem; height: 4.75rem; }
  .cart-line-heading { gap: .5rem; }
  .cart-line h3 { font-size: .78rem; }
  .cart-line-options,
  .cart-line-meta,
  .cart-line-delete { font-size: .7rem; }
  .cart-line-options { margin: .4rem 0 .75rem; line-height: 1.4; }
  .cart-drawer-actions { grid-template-columns: 1fr 1fr; gap: .4rem; padding-top: 1rem; padding-bottom: env(safe-area-inset-bottom,0); }
  .cart-drawer-actions button { min-width: 0; min-height: 2.75rem; padding-inline: .5rem; font-size: .72rem; }
  .cart-tax-note { margin-top: .35rem; font-size: .66rem; }
}
@media (prefers-reduced-motion: reduce) { .cart-backdrop,.cart-drawer { transition-duration: .01ms; } }
.cookie-action.primary { background: #fb460d !important; }
.cookie-panel { background: rgba(238,238,238,.88) !important; }
