/* [project]/omex-beta/storefront/app/[locale]/storefront.module.css [app-client] (css) */
.storefront-module__N--igG__site {
  --ink: #1c211f;
  --paper: #f1eee7;
  --canvas: #fffefa;
  --line: #c9c6bd;
  --muted: #6d706d;
  --signal: var(--nowy-signal, #f2c94c);
  --signal-text: var(--nowy-signal-text, #1c211f);
  --accent: #e64b2f;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Segoe UI, Arial, sans-serif;
  overflow-x: hidden;
}

.storefront-module__N--igG__site * {
  box-sizing: border-box;
}

.storefront-module__N--igG__site a {
  color: inherit;
  text-decoration: none;
}

.storefront-module__N--igG__site button, .storefront-module__N--igG__site input, .storefront-module__N--igG__site select {
  font: inherit;
  color: inherit;
}

.storefront-module__N--igG__site svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8px;
  stroke-linecap: square;
  stroke-linejoin: miter;
  width: 20px;
}

.storefront-module__N--igG__wrap {
  width: min(1600px, 100%);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
}

.storefront-module__N--igG__topbar {
  color: #d8ddd9;
  letter-spacing: .04em;
  background: #111513;
  border-bottom: 1px solid #343936;
  height: 40px;
  font: 600 12px / 1.2 ui-monospace, monospace;
}

.storefront-module__N--igG__topbar > .storefront-module__N--igG__wrap {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.storefront-module__N--igG__topbar > .storefront-module__N--igG__wrap > div {
  align-items: center;
  gap: 20px;
  display: flex;
}

.storefront-module__N--igG__topbar a:hover {
  color: var(--signal);
}

.storefront-module__N--igG__lang span {
  color: #fff;
  border-left: 1px solid #424744;
  padding-left: 12px;
}

.storefront-module__N--igG__header {
  z-index: 30;
  color: #fff;
  background: var(--ink);
  border-bottom: 1px solid #3c413e;
  position: relative;
}

.storefront-module__N--igG__nav {
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  height: 76px;
  display: flex;
}

.storefront-module__N--igG__logo {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.storefront-module__N--igG__logo img {
  width: auto;
  height: 38px;
  display: block;
}

.storefront-module__N--igG__desktopNav {
  align-self: stretch;
  align-items: center;
  gap: 28px;
  display: flex;
}

.storefront-module__N--igG__desktopNav a, .storefront-module__N--igG__desktopNav button {
  color: #c8ccc9;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .04em;
  background: none;
  border: 0;
  align-items: center;
  gap: 8px;
  height: 100%;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.storefront-module__N--igG__desktopNav a:hover, .storefront-module__N--igG__desktopNav button:hover {
  color: var(--signal);
}

.storefront-module__N--igG__navActions {
  align-items: center;
  gap: 12px;
  display: flex;
}

.storefront-module__N--igG__catalogButton {
  background: var(--signal);
  border: 1px solid var(--signal);
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  height: 42px;
  padding: 0 15px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  color: var(--ink) !important;
}

.storefront-module__N--igG__catalogButton:hover {
  background: #c8eb59;
}

.storefront-module__N--igG__mobileButton {
  color: #fff;
  background: none;
  border: 1px solid #4d534f;
  width: 42px;
  height: 42px;
  font-size: 22px;
  display: none;
}

.storefront-module__N--igG__mega {
  color: var(--ink);
  background: var(--paper);
  border-bottom: 4px solid var(--ink);
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  box-shadow: 0 18px 50px #0000003d;
}

.storefront-module__N--igG__megaGrid {
  grid-template-columns: 270px minmax(0, 1fr) 280px;
  gap: 38px;
  padding-block: 34px;
  display: grid;
}

.storefront-module__N--igG__mega small {
  color: var(--muted);
  letter-spacing: .1em;
  font: 700 9px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__megaList {
  border-top: 4px solid var(--ink);
}

.storefront-module__N--igG__megaList > small {
  border-bottom: 1px solid var(--line);
  align-items: center;
  height: 46px;
  display: flex;
}

.storefront-module__N--igG__megaList button {
  border: 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  text-align: left;
  background: none;
  justify-content: space-between;
  width: 100%;
  padding: 11px 6px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.storefront-module__N--igG__megaList button.storefront-module__N--igG__active {
  background: var(--signal);
  padding-left: 11px;
}

.storefront-module__N--igG__megaDetail {
  padding: 4px 0;
}

.storefront-module__N--igG__megaDetail h3 {
  text-transform: uppercase;
  margin: 18px 0 10px;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 44px;
  line-height: .95;
}

.storefront-module__N--igG__megaDetail > p {
  max-width: 600px;
  color: var(--muted);
  font-size: 13px;
}

.storefront-module__N--igG__megaDetail > div {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(2, 1fr);
  margin-top: 22px;
  display: grid;
}

.storefront-module__N--igG__megaDetail > div a {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  padding: 12px 4px;
  font-size: 12px;
  display: flex;
}

.storefront-module__N--igG__megaDetail > div a:nth-child(odd) {
  margin-right: 20px;
}

.storefront-module__N--igG__megaAside {
  color: #fff;
  background: var(--ink);
  padding: 26px;
}

.storefront-module__N--igG__megaAside strong {
  color: var(--signal);
  letter-spacing: -.08em;
  margin: 20px 0 8px;
  font: 400 54px / .9 ui-monospace, monospace;
  display: block;
}

.storefront-module__N--igG__megaAside p {
  color: #bcc1bd;
  font-size: 12px;
  line-height: 1.6;
}

.storefront-module__N--igG__megaAside a {
  height: 45px;
  color: var(--ink);
  background: var(--signal);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  padding: 0 13px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
}

.storefront-module__N--igG__mobileNav {
  display: none;
}

.storefront-module__N--igG__homeHero, .storefront-module__N--igG__catalogHero {
  color: #fff;
  background-color: var(--ink);
  background-image: repeating-linear-gradient(120deg, #0000 0 39px, #ffffff09 40px, #0000 41px);
  position: relative;
  overflow: hidden;
}

.storefront-module__N--igG__homeHero:after, .storefront-module__N--igG__catalogHero:after {
  content: "";
  background: #ffffff1c;
  width: 1px;
  height: 650px;
  position: absolute;
  top: -130px;
  right: 18%;
  transform: rotate(28deg);
}

.storefront-module__N--igG__homeHeroGrid {
  -moz-column-gap: clamp(24px, 4vw, 72px);
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: end;
  column-gap: clamp(24px, 4vw, 72px);
  min-height: 520px;
  padding-top: 72px;
  padding-bottom: 66px;
  display: grid;
}

.storefront-module__N--igG__eyebrow {
  color: #bfc4c0;
  letter-spacing: .15em;
  align-items: center;
  gap: 12px;
  margin: 0 0 30px;
  font: 600 10px / 1 ui-monospace, monospace;
  display: flex;
}

.storefront-module__N--igG__eyebrow span {
  background: var(--signal);
  width: 28px;
  height: 2px;
}

.storefront-module__N--igG__homeHero h1, .storefront-module__N--igG__catalogHero h1 {
  z-index: 1;
  letter-spacing: -.03em;
  overflow-wrap: break-word;
  margin: 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: clamp(56px, 6.6vw, 104px);
  font-weight: 900;
  line-height: .98;
  position: relative;
}

.storefront-module__N--igG__homeHero h1 em {
  color: var(--signal);
  font-style: normal;
}

.storefront-module__N--igG__heroLead {
  color: #c9ceca;
  max-width: 640px;
  margin: 32px 0 0;
  font-size: 17px;
  line-height: 1.6;
}

.storefront-module__N--igG__heroActions {
  gap: 12px;
  margin-top: 32px;
  display: flex;
}

.storefront-module__N--igG__signalButton, .storefront-module__N--igG__darkOutline, .storefront-module__N--igG__inkButton {
  border: 2px solid var(--signal);
  text-transform: uppercase;
  letter-spacing: .04em;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 19px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
}

.storefront-module__N--igG__signalButton {
  background: var(--signal);
  box-shadow: 4px 4px #000;
  color: var(--ink) !important;
}

.storefront-module__N--igG__darkOutline {
  border-color: #5d625f;
  color: #fff !important;
}

.storefront-module__N--igG__heroIndex {
  text-align: right;
  align-self: center;
  font-family: ui-monospace, monospace;
}

.storefront-module__N--igG__heroIndex small, .storefront-module__N--igG__heroIndex span {
  color: #979d99;
  letter-spacing: .16em;
  font-size: 9px;
  display: block;
}

.storefront-module__N--igG__heroIndex strong {
  color: var(--signal);
  letter-spacing: -.1em;
  margin: 12px 0;
  font-size: 92px;
  font-weight: 400;
  line-height: .8;
  display: block;
}

.storefront-module__N--igG__stats {
  z-index: 2;
  border-top: 1px solid #454a47;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  position: relative;
}

.storefront-module__N--igG__stats div {
  border-right: 1px solid #454a47;
  padding: 24px 20px 27px;
}

.storefront-module__N--igG__stats div:first-child {
  border-left: 1px solid #454a47;
}

.storefront-module__N--igG__stats strong {
  font: 500 25px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__stats span {
  color: #9fa4a0;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-top: 8px;
  font-size: 10px;
  display: block;
}

.storefront-module__N--igG__searchBand {
  background: var(--signal);
  border-bottom: 1px solid var(--ink);
  padding: 54px 0;
}

.storefront-module__N--igG__searchBandGrid {
  grid-template-columns: 360px 1fr;
  align-items: center;
  gap: 60px;
  display: grid;
}

.storefront-module__N--igG__searchBandGrid > * {
  min-width: 0;
}

.storefront-module__N--igG__searchBand small, .storefront-module__N--igG__sectionHead small, .storefront-module__N--igG__section > div > small, .storefront-module__N--igG__assist small, .storefront-module__N--igG__categorySection small, .storefront-module__N--igG__blog small, .storefront-module__N--igG__cta small, .storefront-module__N--igG__faq small {
  letter-spacing: .1em;
  font: 700 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__searchBand h2, .storefront-module__N--igG__sectionHead h2, .storefront-module__N--igG__assist h2, .storefront-module__N--igG__about h2, .storefront-module__N--igG__cta h2, .storefront-module__N--igG__faq h2 {
  letter-spacing: -.025em;
  margin: 12px 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1;
}

.storefront-module__N--igG__searchBand p {
  margin: 0;
  font-size: 13px;
}

.storefront-module__N--igG__searchHub {
  background: var(--canvas);
  border: 2px solid var(--ink);
  min-width: 0;
  max-width: 100%;
  box-shadow: 6px 6px 0 var(--ink);
  padding: 12px;
  overflow: hidden;
}

.storefront-module__N--igG__section {
  padding: 90px 0;
}

.storefront-module__N--igG__sectionHead {
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 42px;
  display: flex;
}

.storefront-module__N--igG__sectionHead h2 {
  margin-bottom: 0;
}

.storefront-module__N--igG__sectionHead > p {
  max-width: 410px;
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.storefront-module__N--igG__brandGrid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.storefront-module__N--igG__brandGrid a {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--canvas);
  grid-template-columns: 1fr auto;
  align-items: end;
  min-height: 120px;
  padding: 18px;
  display: grid;
}

.storefront-module__N--igG__brandGrid small {
  color: var(--muted);
  align-self: start;
  font: 600 9px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__brandGrid strong {
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 30px;
}

.storefront-module__N--igG__brandGrid a:hover {
  background: var(--signal);
}

.storefront-module__N--igG__brandGrid span {
  font-size: 20px;
}

.storefront-module__N--igG__textLink {
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}

.storefront-module__N--igG__sectionHead .storefront-module__N--igG__textLink {
  margin-bottom: 10px;
}

.storefront-module__N--igG__textLink svg {
  width: 18px;
}

.storefront-module__N--igG__assist {
  color: #fff;
  background: var(--ink);
  padding: 76px 0;
}

.storefront-module__N--igG__assistGrid {
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 80px;
  display: grid;
}

.storefront-module__N--igG__assist h2 {
  color: var(--signal);
}

.storefront-module__N--igG__assist p {
  color: #b9bebb;
  max-width: 520px;
  line-height: 1.7;
}

.storefront-module__N--igG__assistLinks {
  border-top: 1px solid #505552;
}

.storefront-module__N--igG__assistLinks a {
  border-bottom: 1px solid #505552;
  grid-template-columns: 48px 1fr 20px;
  align-items: center;
  min-height: 70px;
  display: grid;
}

.storefront-module__N--igG__assistLinks > a > span {
  color: var(--signal);
  font: 600 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__assistLinks small {
  color: #8f9591;
  margin-bottom: 5px;
  font-size: 8px;
  display: block;
}

.storefront-module__N--igG__assistLinks a:hover {
  color: var(--signal);
  padding-left: 8px;
}

.storefront-module__N--igG__selectorGrid {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  display: grid;
}

.storefront-module__N--igG__selectorGrid > article {
  background: var(--signal);
  border: 1px solid var(--ink);
  grid-template-rows: 230px 1fr;
  min-width: 0;
  min-height: 520px;
  display: grid;
  overflow: hidden;
}

.storefront-module__N--igG__selectorGrid > article > div:last-child {
  min-width: 0;
  padding: 32px;
}

.storefront-module__N--igG__selectorGrid h3 {
  margin: 14px 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 42px;
  line-height: 1.02;
}

.storefront-module__N--igG__selectorGrid p {
  font-size: 13px;
}

.storefront-module__N--igG__selectorVisual {
  background: #e7e5dd;
  place-items: center;
  display: grid;
  overflow: hidden;
}

.storefront-module__N--igG__selectorVisual img {
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

.storefront-module__N--igG__selectorDark {
  color: #fff !important;
  background: var(--ink) !important;
}

.storefront-module__N--igG__selectorDark img {
  mix-blend-mode: normal;
}

.storefront-module__N--igG__homeProducts {
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.storefront-module__N--igG__homeProducts > article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--canvas);
  min-width: 0;
}

.storefront-module__N--igG__homeProductImage {
  aspect-ratio: 1.1;
  border-top: 1px solid var(--line);
  background: #f8f7f2;
  border-bottom: 1px solid #e0ded7;
  padding: 22px;
  position: relative;
}

.storefront-module__N--igG__homeProductImage > img {
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

.storefront-module__N--igG__homeProductImage > span {
  color: #c0bdb4;
  place-items: center;
  height: 100%;
  font: 800 36px / 1 ui-monospace, monospace;
  display: grid;
}

.storefront-module__N--igG__homeProductImage small {
  color: #fff;
  background: var(--ink);
  padding: 7px 8px;
  font: 700 8px / 1 ui-monospace, monospace;
  position: absolute;
  top: 13px;
  left: 13px;
}

.storefront-module__N--igG__homeProductImage i {
  background: var(--signal);
  width: 7px;
  height: 7px;
  margin-right: 6px;
  display: inline-block;
}

.storefront-module__N--igG__homeProductBody {
  flex-direction: column;
  min-height: 220px;
  padding: 19px;
  display: flex;
}

.storefront-module__N--igG__homeProductBody > p {
  color: var(--muted);
  justify-content: space-between;
  margin: 0;
  font: 600 8px / 1 ui-monospace, monospace;
  display: flex;
}

.storefront-module__N--igG__homeProductBody h3 {
  margin: 14px 0;
  font-size: 14px;
  line-height: 1.35;
}

.storefront-module__N--igG__homeProductBody code {
  background: #eeece5;
  align-self: flex-start;
  padding: 5px 6px;
  font-size: 9px;
}

.storefront-module__N--igG__homeProductBody > div {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  display: flex;
}

.storefront-module__N--igG__homeProductBody button {
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 9px;
  font-weight: 800;
}

.storefront-module__N--igG__homeProductBody a {
  color: #fff;
  background: var(--ink);
  place-items: center;
  width: 31px;
  height: 31px;
  display: grid;
}

.storefront-module__N--igG__categorySection {
  color: #fff;
  background: var(--ink);
  padding: 90px 0;
}

.storefront-module__N--igG__onDark p {
  color: #aeb3af !important;
}

.storefront-module__N--igG__categoryRows {
  border-top: 1px solid #4d524f;
}

.storefront-module__N--igG__categoryRows a {
  border-bottom: 1px solid #4d524f;
  grid-template-columns: 60px 1fr 1fr 30px;
  align-items: center;
  min-height: 82px;
  display: grid;
}

.storefront-module__N--igG__categoryRows a > span {
  color: var(--signal);
  font: 600 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__categoryRows h3 {
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 27px;
}

.storefront-module__N--igG__categoryRows p {
  color: #9fa4a0;
  font-size: 12px;
}

.storefront-module__N--igG__categoryRows a:hover {
  background: #252a27;
  padding-left: 10px;
}

.storefront-module__N--igG__about {
  grid-template-columns: 1.1fr .9fr;
  gap: 90px;
  display: grid;
}

.storefront-module__N--igG__about > div > p {
  max-width: 650px;
  color: var(--muted);
  line-height: 1.75;
}

.storefront-module__N--igG__about ul {
  border-top: 1px solid var(--line);
  padding: 0;
  list-style: none;
}

.storefront-module__N--igG__about li {
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
  font-size: 13px;
}

.storefront-module__N--igG__about li:before {
  content: "+";
  color: var(--accent);
  margin-right: 10px;
  font-family: ui-monospace, monospace;
}

.storefront-module__N--igG__inkButton {
  background: var(--ink);
  border-color: var(--ink);
  margin-top: 22px;
  color: #fff !important;
}

.storefront-module__N--igG__about aside {
  color: #fff;
  background: var(--ink);
  padding: 42px;
}

.storefront-module__N--igG__about aside strong {
  color: var(--signal);
  letter-spacing: -.1em;
  font: 400 110px / .8 ui-monospace, monospace;
  display: block;
}

.storefront-module__N--igG__about aside sup {
  font-size: 32px;
}

.storefront-module__N--igG__about aside span {
  letter-spacing: .1em;
  margin: 24px 0 60px;
  font: 700 10px / 1 ui-monospace, monospace;
  display: block;
}

.storefront-module__N--igG__about aside p {
  color: #b9bebb;
  border-top: 1px solid #4d524f;
  padding-top: 22px;
  font-size: 13px;
  line-height: 1.7;
}

.storefront-module__N--igG__blog {
  background: #e7e4dc;
  padding: 90px 0;
}

.storefront-module__N--igG__blogGrid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.storefront-module__N--igG__blogGrid a {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  flex-direction: column;
  min-height: 260px;
  padding: 24px;
  display: flex;
}

.storefront-module__N--igG__blogGrid > a > span {
  color: var(--accent);
  font: 700 11px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__blogGrid small {
  color: var(--muted);
  margin-top: 42px;
  font-size: 9px;
}

.storefront-module__N--igG__blogGrid h3 {
  font-size: 20px;
  line-height: 1.25;
}

.storefront-module__N--igG__blogGrid b {
  text-transform: uppercase;
  margin-top: auto;
  font-size: 10px;
}

.storefront-module__N--igG__blogGrid a:hover {
  background: var(--canvas);
}

.storefront-module__N--igG__cta {
  background: var(--signal);
  border-block: 1px solid var(--ink);
  padding: 78px 0;
}

.storefront-module__N--igG__ctaGrid {
  grid-template-columns: 1fr 400px;
  align-items: center;
  gap: 80px;
  display: grid;
}

.storefront-module__N--igG__cta h2 {
  font-size: 70px;
}

.storefront-module__N--igG__cta p {
  font-size: 14px;
  line-height: 1.7;
}

.storefront-module__N--igG__faq {
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  display: grid;
}

.storefront-module__N--igG__faq > div:last-child {
  border-top: 4px solid var(--ink);
}

.storefront-module__N--igG__faq article {
  border-bottom: 1px solid var(--line);
}

.storefront-module__N--igG__faq button {
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  grid-template-columns: 45px 1fr 30px;
  align-items: center;
  width: 100%;
  min-height: 70px;
  display: grid;
}

.storefront-module__N--igG__faq button span {
  color: var(--accent);
  font: 700 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__faq button em {
  font-size: 22px;
  font-style: normal;
}

.storefront-module__N--igG__faq article p {
  color: var(--muted);
  margin: 0;
  padding: 0 30px 24px 45px;
  font-size: 13px;
  line-height: 1.7;
}

.storefront-module__N--igG__footer {
  color: #aeb3af;
  background: #111513;
  padding: 68px 0 28px;
}

.storefront-module__N--igG__footerLead {
  border-bottom: 1px solid #3c413e;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 45px;
  display: flex;
}

.storefront-module__N--igG__footerLead p {
  text-align: right;
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.storefront-module__N--igG__footerGrid {
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 60px;
  padding: 44px 0;
  display: grid;
}

.storefront-module__N--igG__footerGrid > div {
  flex-direction: column;
  gap: 11px;
  display: flex;
}

.storefront-module__N--igG__footerGrid small {
  color: var(--signal);
  letter-spacing: .1em;
  margin-bottom: 9px;
  font: 700 9px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__footerGrid a, .storefront-module__N--igG__footerGrid span {
  font-size: 12px;
}

.storefront-module__N--igG__footerMeta {
  letter-spacing: .1em;
  border-top: 1px solid #3c413e;
  justify-content: space-between;
  padding-top: 22px;
  font: 600 8px / 1 ui-monospace, monospace;
  display: flex;
}

.storefront-module__N--igG__catalogHero {
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: end;
  min-height: 342px;
  padding: 60px clamp(20px, 4vw, 64px) 54px;
  display: grid;
}

.storefront-module__N--igG__catalogHero > div {
  z-index: 2;
  position: relative;
}

.storefront-module__N--igG__catalogHero h1 {
  max-width: 850px;
  font-size: clamp(52px, 7.2vw, 106px);
}

.storefront-module__N--igG__catalogHero > div > p:last-child {
  color: #c9ceca;
  max-width: 590px;
  margin: 28px 0 0;
  font-size: 17px;
  line-height: 1.55;
}

.storefront-module__N--igG__catalogHero aside {
  z-index: 2;
  text-align: right;
  justify-self: end;
  font-family: ui-monospace, monospace;
  position: relative;
}

.storefront-module__N--igG__catalogHero aside small {
  color: #979d99;
  letter-spacing: .18em;
  font-size: 9px;
  display: block;
}

.storefront-module__N--igG__catalogHero aside strong {
  color: var(--signal);
  letter-spacing: -.08em;
  margin-top: 8px;
  font-size: 82px;
  font-weight: 400;
  display: block;
}

.storefront-module__N--igG__catalogLayout {
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 40px;
  max-width: 1600px;
  margin: auto;
  padding: 48px clamp(20px, 4vw, 64px) 90px;
  display: grid;
}

.storefront-module__N--igG__filters {
  border-top: 4px solid var(--ink);
  align-self: start;
  position: sticky;
  top: 24px;
}

.storefront-module__N--igG__filters header {
  border-bottom: 1px solid var(--line);
  letter-spacing: .08em;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}

.storefront-module__N--igG__filters header span {
  align-items: center;
  gap: 10px;
  display: flex;
}

.storefront-module__N--igG__filters header svg {
  width: 19px;
}

.storefront-module__N--igG__filters header button {
  background: none;
  border: 0;
  font-size: 28px;
  display: none;
}

.storefront-module__N--igG__filters label {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  display: block;
}

.storefront-module__N--igG__filters label > span {
  color: var(--muted);
  letter-spacing: .08em;
  margin-bottom: 11px;
  font: 600 9px / 1 ui-monospace, monospace;
  display: block;
}

.storefront-module__N--igG__filters select {
  background: none;
  border: 0;
  outline: 0;
  width: 100%;
  padding: 4px 25px 4px 0;
  font-size: 13px;
  font-weight: 650;
}

.storefront-module__N--igG__clear {
  border: 1px solid var(--ink);
  text-transform: uppercase;
  background: none;
  width: 100%;
  margin-top: 18px;
  padding: 13px;
  font-size: 10px;
  font-weight: 800;
}

.storefront-module__N--igG__catalogMain {
  min-width: 0;
}

.storefront-module__N--igG__searchRow {
  gap: 12px;
  display: flex;
}

.storefront-module__N--igG__searchRow > label {
  border: 2px solid var(--ink);
  background: var(--canvas);
  height: 58px;
  box-shadow: 5px 5px 0 var(--ink);
  flex: 1;
  align-items: center;
  gap: 13px;
  padding: 0 18px;
  display: flex;
}

.storefront-module__N--igG__searchRow input {
  background: none;
  border: 0;
  outline: 0;
  flex: 1;
  min-width: 0;
  font-size: 14px;
}

.storefront-module__N--igG__searchRow label > button {
  background: none;
  border: 0;
  font-size: 22px;
}

.storefront-module__N--igG__mobileFilter {
  display: none;
}

.storefront-module__N--igG__resultBar {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  height: 74px;
  display: flex;
}

.storefront-module__N--igG__resultBar p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
}

.storefront-module__N--igG__resultBar strong {
  color: var(--ink);
  font: 600 20px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__resultBar > span {
  color: var(--muted);
  letter-spacing: .08em;
  font: 600 9px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__productGrid {
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}

.storefront-module__N--igG__productCard {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--canvas);
  min-width: 0;
}

.storefront-module__N--igG__productCard > button {
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.storefront-module__N--igG__cardImage {
  aspect-ratio: 1.18;
  background: #f8f7f2;
  border-bottom: 1px solid #e0ded7;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.storefront-module__N--igG__cardImage > img {
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  transition: transform .35s;
}

.storefront-module__N--igG__productCard:hover .storefront-module__N--igG__cardImage > img {
  transform: scale(1.055);
}

.storefront-module__N--igG__placeholder {
  background: repeating-linear-gradient(135deg, #eae8e1 0 7px, #f4f2ec 7px 14px);
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.storefront-module__N--igG__placeholder span {
  color: #c0bdb4;
  font: 800 38px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__stock {
  text-transform: uppercase;
  letter-spacing: .06em;
  align-items: center;
  gap: 6px;
  font: 700 8px / 1 ui-monospace, monospace;
  display: inline-flex;
}

.storefront-module__N--igG__stock:before {
  content: "";
  background: #a29f98;
  width: 7px;
  height: 7px;
}

.storefront-module__N--igG__stock.storefront-module__N--igG__available:before {
  background: var(--signal);
  box-shadow: 0 0 0 2px #b8dc4847;
}

.storefront-module__N--igG__cardImage > .storefront-module__N--igG__stock {
  color: #fff;
  background: var(--ink);
  padding: 7px 8px;
  position: absolute;
  top: 14px;
  left: 14px;
}

.storefront-module__N--igG__cardBody {
  flex-direction: column;
  min-height: 225px;
  padding: 20px;
  display: flex;
}

.storefront-module__N--igG__cardMeta {
  color: var(--muted);
  text-transform: uppercase;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  font: 600 8px / 1.3 ui-monospace, monospace;
  display: flex;
}

.storefront-module__N--igG__productCard h2 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 13px 0 16px;
  font-size: 14px;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}

.storefront-module__N--igG__numberChips {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

.storefront-module__N--igG__numberChips span {
  background: #eeece5;
  padding: 5px 6px;
  font: 600 8px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__cardFooter {
  justify-content: space-between;
  align-items: end;
  margin-top: auto;
  padding-top: 19px;
  display: flex;
}

.storefront-module__N--igG__cardFooter strong {
  font-size: 10px;
}

.storefront-module__N--igG__cardFooter > span {
  color: #fff;
  background: var(--ink);
  place-items: center;
  width: 31px;
  height: 31px;
  display: grid;
}

.storefront-module__N--igG__productCard:hover .storefront-module__N--igG__cardFooter > span {
  color: var(--ink);
  background: var(--signal);
}

.storefront-module__N--igG__cardFooter svg {
  width: 16px;
}

.storefront-module__N--igG__skeleton {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #e8e5dd 25%, #f5f3ed 50%, #e8e5dd 75%) 0 0 / 200% 100%;
  height: 470px;
  animation: 1.4s infinite storefront-module__N--igG__shimmer;
}

@keyframes storefront-module__N--igG__shimmer {
  to {
    background-position: -200% 0;
  }
}

.storefront-module__N--igG__loadMore {
  border: 2px solid var(--ink);
  background: var(--signal);
  min-width: 280px;
  height: 54px;
  box-shadow: 4px 4px 0 var(--ink);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 34px auto 0;
  padding: 0 22px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
}

.storefront-module__N--igG__loadMore svg {
  width: 17px;
}

.storefront-module__N--igG__catalogState {
  text-align: center;
  place-content: center;
  justify-items: center;
  min-height: 400px;
  display: grid;
}

.storefront-module__N--igG__catalogState strong {
  color: var(--accent);
  font: 700 11px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__catalogState h2 {
  text-transform: uppercase;
  margin: 18px 0 26px;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 30px;
}

.storefront-module__N--igG__catalogState button {
  border: 2px solid var(--ink);
  background: none;
  padding: 12px 18px;
  font-weight: 750;
}

.storefront-module__N--igG__scrim {
  display: none;
}

.storefront-module__N--igG__detailBackdrop {
  z-index: 100;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: #0d100ead;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  inset: 0;
}

.storefront-module__N--igG__detail {
  background: var(--paper);
  width: min(1120px, 94vw);
  height: 100%;
  animation: .25s ease-out storefront-module__N--igG__slide;
  overflow: auto;
  box-shadow: -20px 0 70px #00000047;
}

@keyframes storefront-module__N--igG__slide {
  from {
    transform: translateX(70px);
  }
}

.storefront-module__N--igG__detail > header {
  z-index: 4;
  color: #fff;
  background: var(--ink);
  letter-spacing: .1em;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  padding: 0 22px;
  font: 650 9px / 1 ui-monospace, monospace;
  display: flex;
  position: sticky;
  top: 0;
}

.storefront-module__N--igG__detail > header button {
  color: #fff;
  background: none;
  border: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
}

.storefront-module__N--igG__detailContent {
  grid-template-columns: minmax(360px, .9fr) minmax(430px, 1.1fr);
  min-height: calc(100vh - 58px);
  display: grid;
}

.storefront-module__N--igG__gallery {
  align-self: start;
  padding: 38px;
  position: sticky;
  top: 58px;
}

.storefront-module__N--igG__gallery > div {
  aspect-ratio: 1;
  border: 1px solid var(--line);
  background: var(--canvas);
  place-items: center;
  padding: 25px;
  display: grid;
}

.storefront-module__N--igG__gallery > div > img {
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

.storefront-module__N--igG__gallery nav {
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
  margin-top: 10px;
  display: grid;
}

.storefront-module__N--igG__gallery nav button {
  aspect-ratio: 1;
  border: 1px solid var(--line);
  background: var(--canvas);
  padding: 4px;
}

.storefront-module__N--igG__gallery nav button.storefront-module__N--igG__active {
  outline: 2px solid var(--ink);
  outline-offset: -2px;
}

.storefront-module__N--igG__gallery nav img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.storefront-module__N--igG__detailSummary {
  border-left: 1px solid var(--line);
  padding: 46px 50px 80px;
}

.storefront-module__N--igG__detailBrand {
  color: var(--muted);
  text-transform: uppercase;
  justify-content: space-between;
  font: 650 10px / 1 ui-monospace, monospace;
  display: flex;
}

.storefront-module__N--igG__detailSummary h1 {
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin: 22px 0 16px;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: clamp(34px, 4vw, 57px);
  line-height: .98;
}

.storefront-module__N--igG__categoryPath {
  color: var(--muted);
  flex-wrap: wrap;
  font-size: 10px;
  display: flex;
}

.storefront-module__N--igG__categoryPath span:not(:last-child):after {
  content: " / ";
  margin: 0 5px;
}

.storefront-module__N--igG__enquiryPrice {
  border-block: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  margin: 32px 0;
  padding: 24px 0;
  display: flex;
}

.storefront-module__N--igG__enquiryPrice strong {
  font-size: 17px;
}

.storefront-module__N--igG__enquiryPrice a {
  color: var(--ink);
  background: var(--signal);
  padding: 10px;
  font: 700 11px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__keyData {
  margin: 0;
}

.storefront-module__N--igG__keyData > div {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 150px 1fr;
  padding: 13px 0;
  display: grid;
}

.storefront-module__N--igG__keyData dt {
  color: var(--muted);
  text-transform: uppercase;
  font: 600 9px / 1.4 ui-monospace, monospace;
}

.storefront-module__N--igG__keyData dd {
  margin: 0;
  font: 700 11px / 1.5 ui-monospace, monospace;
}

.storefront-module__N--igG__detailSection {
  margin-top: 40px;
}

.storefront-module__N--igG__detailSection h3 {
  text-transform: uppercase;
  letter-spacing: .08em;
  gap: 13px;
  margin: 0 0 18px;
  font-size: 12px;
  display: flex;
}

.storefront-module__N--igG__detailSection h3 span {
  color: var(--accent);
  font-family: ui-monospace, monospace;
}

.storefront-module__N--igG__fitment {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

.storefront-module__N--igG__fitment span {
  border: 1px solid var(--line);
  background: var(--canvas);
  padding: 8px 10px;
  font-size: 10px;
}

.storefront-module__N--igG__specs {
  border-top: 1px solid var(--line);
  margin: 0;
}

.storefront-module__N--igG__specs > div {
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(130px, .8fr) 1.2fr;
  gap: 20px;
  padding: 11px 0;
  display: grid;
}

.storefront-module__N--igG__specs dt {
  color: var(--muted);
  font-size: 10px;
}

.storefront-module__N--igG__specs dd {
  text-align: right;
  margin: 0;
  font-size: 11px;
  font-weight: 650;
}

.storefront-module__N--igG__description {
  color: #555a57;
  font-size: 12px;
  line-height: 1.75;
}

.storefront-module__N--igG__detailCta {
  background: var(--ink);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  margin-top: 42px;
  padding: 0 18px;
  font-size: 10px;
  font-weight: 750;
  display: flex;
  color: #fff !important;
}

.storefront-module__N--igG__detailCta:hover {
  background: var(--signal);
  color: var(--ink) !important;
}

@media (max-width: 1180px) {
  .storefront-module__N--igG__desktopNav {
    gap: 15px;
  }

  .storefront-module__N--igG__desktopNav a, .storefront-module__N--igG__desktopNav button {
    font-size: 10px;
  }

  .storefront-module__N--igG__homeProducts {
    grid-template-columns: repeat(2, 1fr);
  }

  .storefront-module__N--igG__productGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-module__N--igG__detailContent {
    grid-template-columns: minmax(310px, .8fr) minmax(400px, 1.2fr);
  }

  .storefront-module__N--igG__gallery {
    padding: 24px;
  }

  .storefront-module__N--igG__detailSummary {
    padding: 38px 34px 70px;
  }
}

@media (max-width: 900px) {
  .storefront-module__N--igG__desktopNav, .storefront-module__N--igG__catalogButton {
    display: none;
  }

  .storefront-module__N--igG__mobileButton {
    display: block;
  }

  .storefront-module__N--igG__mobileNav {
    border-top: 1px solid #454a47;
    flex-direction: column;
    padding: 16px clamp(20px, 4vw, 64px);
    display: flex;
  }

  .storefront-module__N--igG__mobileNav a {
    text-transform: uppercase;
    border-bottom: 1px solid #454a47;
    padding: 13px 0;
    font-size: 12px;
    font-weight: 700;
  }

  .storefront-module__N--igG__mega {
    display: none;
  }

  .storefront-module__N--igG__homeHeroGrid {
    grid-template-columns: 1fr;
    min-height: 450px;
  }

  .storefront-module__N--igG__heroIndex {
    display: none;
  }

  .storefront-module__N--igG__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .storefront-module__N--igG__searchBandGrid, .storefront-module__N--igG__assistGrid, .storefront-module__N--igG__about, .storefront-module__N--igG__faq, .storefront-module__N--igG__ctaGrid {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__brandGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-module__N--igG__selectorGrid {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__categoryRows a {
    grid-template-columns: 45px 1fr 25px;
  }

  .storefront-module__N--igG__categoryRows p {
    display: none;
  }

  .storefront-module__N--igG__blogGrid {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__blogGrid a {
    min-height: 210px;
  }

  .storefront-module__N--igG__footerGrid {
    grid-template-columns: 1fr 1fr;
  }

  .storefront-module__N--igG__catalogHero {
    grid-template-columns: 1fr;
    min-height: 300px;
  }

  .storefront-module__N--igG__catalogHero aside {
    display: none;
  }

  .storefront-module__N--igG__catalogLayout {
    padding-top: 28px;
    display: block;
  }

  .storefront-module__N--igG__filters {
    z-index: 120;
    background: var(--paper);
    padding: 24px;
    transition: transform .25s;
    position: fixed;
    inset: 0 12% 0 0;
    transform: translateX(-105%);
  }

  .storefront-module__N--igG__filters.storefront-module__N--igG__open {
    transform: translateX(0);
  }

  .storefront-module__N--igG__filters header {
    border-top: 4px solid var(--ink);
  }

  .storefront-module__N--igG__filters header button {
    display: block;
  }

  .storefront-module__N--igG__mobileFilter {
    border: 2px solid var(--ink);
    background: var(--signal);
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-width: 110px;
    font-size: 10px;
    font-weight: 800;
    display: flex;
  }

  .storefront-module__N--igG__mobileFilter svg {
    width: 18px;
  }

  .storefront-module__N--igG__scrim {
    z-index: 110;
    background: #0000008c;
    border: 0;
    width: 100%;
    display: block;
    position: fixed;
    inset: 0;
  }

  .storefront-module__N--igG__detail {
    width: 100%;
  }

  .storefront-module__N--igG__detailContent {
    display: block;
  }

  .storefront-module__N--igG__gallery {
    padding: 20px;
    position: static;
  }

  .storefront-module__N--igG__detailSummary {
    border-left: 0;
    padding: 28px 24px 70px;
  }
}

@media (max-width: 580px) {
  .storefront-module__N--igG__topbar {
    display: none;
  }

  .storefront-module__N--igG__nav {
    height: 64px;
  }

  .storefront-module__N--igG__logo img {
    height: 30px;
  }

  .storefront-module__N--igG__homeHeroGrid {
    min-height: 420px;
    padding-top: 52px;
    padding-bottom: 45px;
  }

  .storefront-module__N--igG__homeHero h1 {
    font-size: clamp(54px, 17vw, 78px);
  }

  .storefront-module__N--igG__heroLead {
    font-size: 14px;
  }

  .storefront-module__N--igG__heroActions {
    flex-direction: column;
    align-items: stretch;
  }

  .storefront-module__N--igG__stats div {
    padding: 18px 10px;
  }

  .storefront-module__N--igG__stats strong {
    font-size: 20px;
  }

  .storefront-module__N--igG__stats span {
    font-size: 8px;
  }

  .storefront-module__N--igG__searchBand, .storefront-module__N--igG__section, .storefront-module__N--igG__categorySection, .storefront-module__N--igG__blog {
    padding: 65px 0;
  }

  .storefront-module__N--igG__searchBandGrid {
    gap: 25px;
  }

  .storefront-module__N--igG__sectionHead {
    flex-direction: column;
    align-items: flex-start;
  }

  .storefront-module__N--igG__brandGrid {
    grid-template-columns: 1fr 1fr;
  }

  .storefront-module__N--igG__brandGrid a {
    min-height: 100px;
  }

  .storefront-module__N--igG__selectorGrid > article {
    grid-template-rows: 190px 1fr;
    min-height: 450px;
  }

  .storefront-module__N--igG__homeProducts {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__categoryRows h3 {
    font-size: 22px;
  }

  .storefront-module__N--igG__about {
    gap: 35px;
  }

  .storefront-module__N--igG__about aside strong {
    font-size: 85px;
  }

  .storefront-module__N--igG__cta h2 {
    font-size: 52px;
  }

  .storefront-module__N--igG__footerLead {
    flex-direction: column;
    gap: 30px;
  }

  .storefront-module__N--igG__footerLead p {
    text-align: left;
  }

  .storefront-module__N--igG__footerGrid {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__footerMeta {
    flex-direction: column;
    gap: 20px;
  }

  .storefront-module__N--igG__catalogHero {
    min-height: 275px;
    padding-bottom: 40px;
  }

  .storefront-module__N--igG__catalogHero h1 {
    font-size: clamp(48px, 16vw, 72px);
  }

  .storefront-module__N--igG__catalogLayout {
    padding-inline: 14px;
  }

  .storefront-module__N--igG__searchRow > label {
    height: 54px;
    box-shadow: 3px 3px 0 var(--ink);
    padding-inline: 13px;
  }

  .storefront-module__N--igG__mobileFilter {
    min-width: 54px;
    font-size: 0;
  }

  .storefront-module__N--igG__resultBar {
    height: 64px;
  }

  .storefront-module__N--igG__productGrid {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__cardImage {
    aspect-ratio: 1.4;
  }

  .storefront-module__N--igG__detail > header {
    height: 54px;
  }

  .storefront-module__N--igG__gallery nav {
    grid-template-columns: repeat(5, 1fr);
  }

  .storefront-module__N--igG__detailSummary h1 {
    font-size: 36px;
  }

  .storefront-module__N--igG__keyData > div {
    display: block;
  }

  .storefront-module__N--igG__keyData dt {
    margin-bottom: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront-module__N--igG__site *, .storefront-module__N--igG__site :before, .storefront-module__N--igG__site :after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

.storefront-module__N--igG__desktopNav {
  gap: 25px;
}

.storefront-module__N--igG__desktopNav a, .storefront-module__N--igG__desktopNav button {
  font-size: 11px;
}

.storefront-module__N--igG__shaftNav {
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.storefront-module__N--igG__shaftNav > div {
  width: 245px;
  color: var(--ink);
  background: var(--canvas);
  border: 1px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  padding: 8px 18px;
  display: none;
  position: absolute;
  top: 76px;
  left: -18px;
}

.storefront-module__N--igG__shaftNav:hover > div, .storefront-module__N--igG__shaftNav:focus-within > div {
  display: block;
}

.storefront-module__N--igG__shaftNav > div a {
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  height: auto !important;
  font-size: 10px !important;
}

.storefront-module__N--igG__shaftNav > div a:last-child {
  border: 0;
}

.storefront-module__N--igG__accountLink {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #c8ccc9 !important;
}

.storefront-module__N--igG__cartLink {
  border: 1px solid #4d534f;
  place-items: center;
  width: 34px;
  height: 34px;
  font: 700 14px / 1 ui-monospace, monospace;
  display: grid;
  color: var(--signal) !important;
}

.storefront-module__N--igG__megaGrid {
  grid-template-columns: 300px minmax(0, 1fr) 280px;
  height: min(720px, 100vh - 110px);
  padding-block: 28px;
}

.storefront-module__N--igG__megaList {
  overflow: auto;
}

.storefront-module__N--igG__megaList > a {
  background: var(--ink);
  color: #fff;
  text-transform: uppercase;
  padding: 15px 6px;
  font-size: 10px;
  font-weight: 800;
  display: block;
}

.storefront-module__N--igG__categoryTree {
  max-height: 500px;
  overflow: auto;
  display: block !important;
}

.storefront-module__N--igG__categoryBranch > a {
  padding: 11px 5px !important;
}

.storefront-module__N--igG__categoryBranch > div {
  border-left: 1px solid var(--line);
  padding-left: 18px;
}

.storefront-module__N--igG__categoryBranch[data-depth="1"] > a, .storefront-module__N--igG__categoryBranch[data-depth="2"] > a {
  color: var(--muted);
  font-size: 11px !important;
}

.storefront-module__N--igG__categoryBranch a:hover {
  color: var(--ink);
  background: var(--signal);
}

.storefront-module__N--igG__footerGrid {
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 42px;
}

.storefront-module__N--igG__footerStats {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
  gap: 8px !important;
  display: grid !important;
}

.storefront-module__N--igG__footerStats b {
  color: #fff;
  font: 500 18px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__footerStats i {
  color: #828783;
  text-transform: uppercase;
  margin-top: 5px;
  font: 500 7px / 1.2 ui-monospace, monospace;
  display: block;
}

.storefront-module__N--igG__infoHero {
  color: #fff;
  background-color: var(--ink);
  background-image: repeating-linear-gradient(120deg, #0000 0 39px, #ffffff09 40px, #0000 41px);
  padding: 90px 0 82px;
}

.storefront-module__N--igG__infoHero h1 {
  letter-spacing: -.06em;
  text-transform: uppercase;
  margin: 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: clamp(62px, 8vw, 116px);
  line-height: .84;
}

.storefront-module__N--igG__infoHero h1 em {
  color: var(--signal);
  font-style: normal;
}

.storefront-module__N--igG__infoHero > div > p:last-child {
  color: #c5cac6;
  max-width: 680px;
  margin: 32px 0 0;
  font-size: 17px;
  line-height: 1.65;
}

.storefront-module__N--igG__infoIntro {
  padding: 95px 0;
}

.storefront-module__N--igG__infoIntroGrid {
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  display: grid;
}

.storefront-module__N--igG__infoIntro small, .storefront-module__N--igG__mission small, .storefront-module__N--igG__infoValues small, .storefront-module__N--igG__contactSection small {
  letter-spacing: .1em;
  font: 700 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__infoIntro h2, .storefront-module__N--igG__mission h2, .storefront-module__N--igG__contactSection h2 {
  text-transform: uppercase;
  margin: 14px 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .92;
}

.storefront-module__N--igG__infoIntroGrid > div:last-child {
  border-top: 4px solid var(--ink);
  padding-top: 22px;
}

.storefront-module__N--igG__infoIntro p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.storefront-module__N--igG__mission {
  color: #fff;
  background: var(--ink);
  padding: 85px 0;
}

.storefront-module__N--igG__missionGrid {
  grid-template-columns: 1.2fr .8fr;
  gap: 100px;
  display: grid;
}

.storefront-module__N--igG__mission p {
  color: #b9bebb;
  max-width: 650px;
  line-height: 1.75;
}

.storefront-module__N--igG__mission aside {
  border-top: 1px solid #4d524f;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  display: grid;
}

.storefront-module__N--igG__mission aside strong {
  color: var(--signal);
  font: 400 75px / .9 ui-monospace, monospace;
}

.storefront-module__N--igG__mission aside sup {
  font-size: 24px;
}

.storefront-module__N--igG__mission aside span {
  color: #9fa4a0;
  padding-bottom: 9px;
  font: 700 9px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__infoValues {
  padding: 95px 0;
}

.storefront-module__N--igG__valueGrid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.storefront-module__N--igG__valueGrid article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--canvas);
  flex-direction: column;
  min-height: 290px;
  padding: 26px;
  display: flex;
}

.storefront-module__N--igG__valueGrid span {
  color: var(--accent);
  font: 700 11px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__valueGrid h3 {
  text-transform: uppercase;
  margin-top: 55px;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 30px;
}

.storefront-module__N--igG__valueGrid p {
  color: var(--muted);
  margin-top: auto;
  font-size: 13px;
  line-height: 1.65;
}

.storefront-module__N--igG__ctaTextLink {
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 11px;
  font-weight: 800;
  display: inline-block;
}

.storefront-module__N--igG__contactSection {
  padding: 95px 0;
}

.storefront-module__N--igG__contactGrid {
  grid-template-columns: .75fr 1.25fr;
  gap: 90px;
  display: grid;
}

.storefront-module__N--igG__contactData {
  padding-top: 5px;
}

.storefront-module__N--igG__contactData h2 {
  font-size: 56px;
}

.storefront-module__N--igG__contactData address {
  margin: 24px 0 32px;
  font-style: normal;
  line-height: 1.7;
}

.storefront-module__N--igG__contactData > div {
  border-top: 1px solid var(--line);
  flex-direction: column;
  gap: 7px;
  padding: 17px 0;
  display: flex;
}

.storefront-module__N--igG__contactData > div > span {
  color: var(--muted);
  letter-spacing: .1em;
  font: 700 8px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__contactData a {
  font-size: 14px;
  font-weight: 700;
}

.storefront-module__N--igG__contactData > p {
  border-top: 4px solid var(--ink);
  padding-top: 20px;
  line-height: 1.6;
}

.storefront-module__N--igG__contactForm {
  background: var(--canvas);
  border: 1px solid var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
  padding: 42px;
}

.storefront-module__N--igG__contactForm h2 {
  font-size: 54px;
}

.storefront-module__N--igG__contactForm > label, .storefront-module__N--igG__formPair label {
  color: var(--muted);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 18px;
  font: 700 9px / 1 ui-monospace, monospace;
  display: block;
}

.storefront-module__N--igG__contactForm input, .storefront-module__N--igG__contactForm select, .storefront-module__N--igG__contactForm textarea {
  border: 1px solid var(--line);
  background: var(--paper);
  text-transform: none;
  border-radius: 0;
  outline: 0;
  width: 100%;
  margin-top: 9px;
  padding: 14px;
  font: 500 14px / 1.4 Inter, sans-serif;
}

.storefront-module__N--igG__contactForm input:focus, .storefront-module__N--igG__contactForm select:focus, .storefront-module__N--igG__contactForm textarea:focus {
  border-color: var(--ink);
  box-shadow: 3px 3px 0 var(--signal);
}

.storefront-module__N--igG__formPair {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.storefront-module__N--igG__contactForm > button {
  border: 1px solid var(--ink);
  background: var(--signal);
  min-height: 52px;
  box-shadow: 4px 4px 0 var(--ink);
  text-transform: uppercase;
  margin-top: 22px;
  padding: 0 22px;
  font-size: 11px;
  font-weight: 800;
}

.storefront-module__N--igG__contactForm > button:disabled {
  opacity: .55;
}

.storefront-module__N--igG__formSuccess, .storefront-module__N--igG__formError {
  padding: 13px;
  font-size: 12px;
}

.storefront-module__N--igG__formSuccess {
  background: #dceda2;
}

.storefront-module__N--igG__formError {
  color: #fff;
  background: var(--accent);
}

.storefront-module__N--igG__contactHelp {
  background: #e5e2da;
  padding: 75px 0;
}

.storefront-module__N--igG__contactHelp > div {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.storefront-module__N--igG__contactHelp article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  flex-direction: column;
  min-height: 240px;
  padding: 25px;
  display: flex;
}

.storefront-module__N--igG__contactHelp span {
  color: var(--accent);
  font: 700 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__contactHelp h3 {
  text-transform: uppercase;
  margin: 35px 0 10px;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 28px;
}

.storefront-module__N--igG__contactHelp p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.storefront-module__N--igG__contactHelp a {
  text-transform: uppercase;
  margin-top: auto;
  font-size: 10px;
  font-weight: 800;
}

.storefront-module__N--igG__contactMap {
  filter: grayscale() contrast(.9);
  border: 0;
  width: 100%;
  height: 420px;
  display: block;
}

@media (max-width: 1280px) {
  .storefront-module__N--igG__accountLink, .storefront-module__N--igG__cartLink {
    display: none;
  }

  .storefront-module__N--igG__desktopNav {
    gap: 15px;
  }
}

@media (max-width: 900px) {
  .storefront-module__N--igG__desktopNav, .storefront-module__N--igG__catalogButton, .storefront-module__N--igG__accountLink, .storefront-module__N--igG__cartLink {
    display: none;
  }

  .storefront-module__N--igG__mobileNav details {
    border-bottom: 1px solid #454a47;
  }

  .storefront-module__N--igG__mobileNav summary {
    cursor: pointer;
    text-transform: uppercase;
    justify-content: space-between;
    padding: 13px 0;
    font-size: 12px;
    font-weight: 700;
    list-style: none;
    display: flex;
  }

  .storefront-module__N--igG__mobileNav details a, .storefront-module__N--igG__mobileNav details details summary {
    padding-left: 18px;
  }

  .storefront-module__N--igG__mobileNav details details a, .storefront-module__N--igG__mobileNav details details details summary {
    padding-left: 36px;
  }

  .storefront-module__N--igG__mobileNav .storefront-module__N--igG__mobileAll {
    color: var(--signal);
  }

  .storefront-module__N--igG__footerGrid {
    grid-template-columns: repeat(3, 1fr);
  }

  .storefront-module__N--igG__footerCompany {
    grid-column: span 3;
  }

  .storefront-module__N--igG__infoIntroGrid, .storefront-module__N--igG__missionGrid, .storefront-module__N--igG__contactGrid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .storefront-module__N--igG__valueGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .storefront-module__N--igG__contactHelp > div {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__contactHelp article {
    min-height: 200px;
  }
}

@media (max-width: 580px) {
  .storefront-module__N--igG__footerGrid {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__footerCompany {
    grid-column: auto;
  }

  .storefront-module__N--igG__infoHero {
    padding: 62px 0;
  }

  .storefront-module__N--igG__infoHero h1 {
    font-size: clamp(51px, 16vw, 76px);
  }

  .storefront-module__N--igG__infoHero > div > p:last-child {
    font-size: 14px;
  }

  .storefront-module__N--igG__infoIntro, .storefront-module__N--igG__infoValues, .storefront-module__N--igG__contactSection {
    padding: 65px 0;
  }

  .storefront-module__N--igG__infoIntroGrid, .storefront-module__N--igG__missionGrid, .storefront-module__N--igG__contactGrid {
    gap: 35px;
  }

  .storefront-module__N--igG__valueGrid, .storefront-module__N--igG__formPair {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__contactForm {
    box-shadow: 4px 4px 0 var(--ink);
    padding: 24px;
  }

  .storefront-module__N--igG__contactForm h2 {
    font-size: 42px;
  }

  .storefront-module__N--igG__ctaTextLink {
    margin: 22px 0 0;
    display: block;
  }
}

.storefront-module__N--igG__filters {
  flex-direction: column;
  max-height: calc(100vh - 48px);
  display: flex;
}

.storefront-module__N--igG__filters header b {
  min-width: 21px;
  height: 21px;
  color: var(--ink);
  background: var(--signal);
  place-items: center;
  padding: 0 5px;
  font: 700 9px / 1 ui-monospace, monospace;
  display: grid;
}

.storefront-module__N--igG__filterScroll {
  overscroll-behavior: contain;
  scrollbar-width: thin;
  overflow: auto;
}

.storefront-module__N--igG__filterGroup {
  border-bottom: 1px solid var(--line);
}

.storefront-module__N--igG__filterGroup summary {
  cursor: pointer;
  min-height: 51px;
  color: var(--muted);
  letter-spacing: .07em;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
  font: 700 9px / 1.25 ui-monospace, monospace;
  list-style: none;
  display: flex;
}

.storefront-module__N--igG__filterGroup summary::-webkit-details-marker {
  display: none;
}

.storefront-module__N--igG__filterGroup summary svg {
  width: 15px;
  transition: transform .18s;
}

.storefront-module__N--igG__filterGroup[open] summary svg {
  transform: rotate(180deg);
}

.storefront-module__N--igG__filterOptions {
  max-height: 225px;
  padding: 0 0 12px;
  overflow: auto;
}

.storefront-module__N--igG__filters .storefront-module__N--igG__filterOptions label {
  cursor: pointer;
  border: 0;
  grid-template-columns: 17px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 31px;
  padding: 5px 2px;
  font-size: 11px;
  display: grid;
}

.storefront-module__N--igG__filterOptions input {
  width: 15px;
  height: 15px;
  accent-color: var(--ink);
  margin: 0;
}

.storefront-module__N--igG__filterOptions label:has(input:checked) {
  font-weight: 750;
}

.storefront-module__N--igG__filterOptions small {
  color: var(--muted);
  font: 600 8px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__selectFacet {
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
}

.storefront-module__N--igG__selectFacet > label {
  color: var(--muted);
  letter-spacing: .07em;
  font: 700 9px / 1 ui-monospace, monospace;
  border: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.storefront-module__N--igG__selectFacet select {
  margin-top: 10px;
}

.storefront-module__N--igG__rangeInputs {
  align-items: end;
  gap: 7px;
  padding: 0 0 15px;
  display: flex;
}

.storefront-module__N--igG__filters .storefront-module__N--igG__rangeInputs label {
  border: 0;
  min-width: 0;
  padding: 0;
}

.storefront-module__N--igG__rangeInputs label span {
  color: var(--muted);
  margin-bottom: 5px;
  font: 600 7px / 1 ui-monospace, monospace;
  display: block;
}

.storefront-module__N--igG__rangeInputs input {
  border: 1px solid var(--line);
  background: var(--canvas);
  width: 66px;
  padding: 7px 5px;
  font: 600 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__rangeInputs b {
  padding-bottom: 8px;
}

.storefront-module__N--igG__rangeInputs em {
  color: var(--muted);
  padding-bottom: 8px;
  font: 600 8px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__rangeInputs button {
  background: none;
  border: 0;
  margin: 0 0 1px auto;
  font-size: 18px;
}

.storefront-module__N--igG__mobileApply {
  display: none;
}

.storefront-module__N--igG__activeFilters {
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0 5px;
  display: flex;
}

.storefront-module__N--igG__activeFilters > button {
  border: 1px solid var(--ink);
  background: var(--canvas);
  align-items: center;
  gap: 7px;
  min-height: 31px;
  padding: 5px 9px;
  font-size: 10px;
  display: flex;
}

.storefront-module__N--igG__activeFilters > button span {
  color: var(--muted);
  text-transform: uppercase;
  font: 650 7px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__activeFilters > button b {
  font-size: 14px;
}

.storefront-module__N--igG__activeFilters .storefront-module__N--igG__clearInline {
  color: #fff;
  background: var(--ink);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
}

.storefront-module__N--igG__resultBar {
  gap: 18px;
}

.storefront-module__N--igG__resultBar label {
  color: var(--muted);
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  font: 650 8px / 1 ui-monospace, monospace;
  display: flex;
}

.storefront-module__N--igG__resultBar select {
  border: 1px solid var(--line);
  background: var(--canvas);
  text-transform: none;
  padding: 7px 25px 7px 8px;
  font-size: 10px;
}

.storefront-module__N--igG__resultBar > span {
  margin-left: 0;
}

@media (max-width: 900px) {
  .storefront-module__N--igG__filters {
    background: var(--paper);
    max-height: none;
    padding: 0;
    inset: 0 5% 0 0;
  }

  .storefront-module__N--igG__filters header {
    border-top: 4px solid var(--ink);
    flex: 0 0 65px;
    padding: 0 22px;
  }

  .storefront-module__N--igG__filterScroll {
    padding: 0 22px 92px;
  }

  .storefront-module__N--igG__mobileApply {
    border: 0;
    border-top: 1px solid var(--ink);
    background: var(--signal);
    text-transform: uppercase;
    height: 64px;
    font-size: 11px;
    font-weight: 850;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .storefront-module__N--igG__resultBar {
    flex-wrap: wrap;
    height: auto;
    min-height: 64px;
    padding-block: 12px;
  }

  .storefront-module__N--igG__resultBar label {
    order: 3;
    width: 100%;
    margin: 0;
  }

  .storefront-module__N--igG__resultBar select {
    flex: 1;
  }

  .storefront-module__N--igG__activeFilters {
    margin-top: 16px;
  }
}

@media (max-width: 580px) {
  .storefront-module__N--igG__filters {
    right: 0;
  }

  .storefront-module__N--igG__filterScroll {
    padding-inline: 18px;
  }

  .storefront-module__N--igG__activeFilters {
    flex-wrap: nowrap;
    padding-bottom: 5px;
    overflow: auto;
  }

  .storefront-module__N--igG__activeFilters > button {
    flex: none;
  }

  .storefront-module__N--igG__resultBar > span {
    display: none;
  }
}

.storefront-module__N--igG__homeHero h1, .storefront-module__N--igG__catalogHero h1, .storefront-module__N--igG__categorySection h2, .storefront-module__N--igG__categorySection h3 {
  color: #fff !important;
}

.storefront-module__N--igG__categorySection b {
  color: #fff;
}

.storefront-module__N--igG__selectorDark > div:last-child > h3, .storefront-module__N--igG__selectorDark > div:last-child > p, .storefront-module__N--igG__selectorDark > div:last-child > small {
  color: #fff !important;
}

:is(.storefront-module__N--igG__searchHub .bg-primary-500, .storefront-module__N--igG__searchHub [class*="bg-primary-500"], .storefront-module__N--igG__quickSearch .bg-primary-500, .storefront-module__N--igG__quickSearch [class*="bg-primary-500"]) {
  color: var(--ink) !important;
  background: var(--signal) !important;
}

.storefront-module__N--igG__searchHub [class*="text-primary"], .storefront-module__N--igG__quickSearch [class*="text-primary"] {
  color: var(--ink) !important;
}

.storefront-module__N--igG__searchHub [class*="border-primary"], .storefront-module__N--igG__quickSearch [class*="border-primary"] {
  border-color: var(--signal) !important;
}

.storefront-module__N--igG__searchHub button {
  border-width: 1px;
  box-shadow: none !important;
}

.storefront-module__N--igG__searchHub input, .storefront-module__N--igG__quickSearch input, .storefront-module__N--igG__quickSearch textarea, .storefront-module__N--igG__quickSearch select {
  border: 1px solid var(--ink) !important;
  background: var(--canvas) !important;
  box-shadow: none !important;
}

.storefront-module__N--igG__searchHub .h-14 {
  display: none !important;
}

.storefront-module__N--igG__searchHub .grid > button {
  min-height: 76px;
  border: 1px solid var(--line) !important;
  background: var(--canvas) !important;
}

.storefront-module__N--igG__searchHub .grid > button:hover {
  border-color: var(--ink) !important;
  background: var(--signal) !important;
}

.storefront-module__N--igG__searchHub [class*="bg-gradient"], .storefront-module__N--igG__searchHub [class*="orange"], .storefront-module__N--igG__searchHub [class*="amber"] {
  background: var(--paper) !important;
  border-color: var(--line) !important;
}

.storefront-module__N--igG__quickSearch > div > div {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
}

.storefront-module__N--igG__quickSearch h3 {
  text-transform: uppercase;
  font-family: Arial Narrow, Impact, sans-serif !important;
  font-size: 18px !important;
}

.storefront-module__N--igG__quickSearch h3 + div, .storefront-module__N--igG__quickSearch h3 {
  color: inherit !important;
}

.storefront-module__N--igG__quickSearch a[style] {
  color: var(--ink) !important;
  background: var(--signal) !important;
}

.storefront-module__N--igG__quickSearch select {
  min-height: 46px;
  padding: 0 13px !important;
  font-size: 12px !important;
}

.storefront-module__N--igG__quickSearch svg, .storefront-module__N--igG__selectorDark .storefront-module__N--igG__quickSearch select, .storefront-module__N--igG__selectorDark .storefront-module__N--igG__quickSearch input, .storefront-module__N--igG__selectorDark .storefront-module__N--igG__quickSearch textarea {
  color: var(--ink) !important;
}

:is(.storefront-module__N--igG__site .storefront-module__N--igG__searchHub .bg-primary-500, .storefront-module__N--igG__site .storefront-module__N--igG__quickSearch .bg-primary-500) {
  color: var(--ink) !important;
  background-color: var(--signal) !important;
}

.storefront-module__N--igG__filters header b {
  display: none;
}

.storefront-module__N--igG__filterGroup {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: none;
  margin: 0;
}

.storefront-module__N--igG__filterGroup summary {
  min-height: 0;
  color: var(--ink);
  padding: 20px 0;
}

.storefront-module__N--igG__filterGroup summary > span {
  flex-direction: column;
  gap: 11px;
  min-width: 0;
  display: flex;
}

.storefront-module__N--igG__filterGroup summary b {
  color: var(--muted);
  letter-spacing: .08em;
  font: 600 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__filterGroup summary small {
  color: var(--ink);
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 650 14px / 1.2 Inter, Segoe UI, Arial, sans-serif;
  overflow: hidden;
}

.storefront-module__N--igG__filterGroup summary svg {
  width: 14px;
  color: var(--ink);
}

.storefront-module__N--igG__filterGroup[open] {
  border-color: var(--line);
  box-shadow: none;
}

.storefront-module__N--igG__filterOptions {
  border: 0;
  max-height: 230px;
  padding: 0 0 15px;
}

.storefront-module__N--igG__filters .storefront-module__N--igG__filterOptions label {
  min-height: 34px;
  padding: 6px 2px;
}

.storefront-module__N--igG__filterOptions label:has(input:checked) span {
  background: linear-gradient(transparent 58%, var(--signal) 58%);
}

.storefront-module__N--igG__selectFacet {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: none;
  padding: 20px 0;
}

.storefront-module__N--igG__selectFacet > label {
  color: var(--muted);
  letter-spacing: .08em;
  font: 600 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__selectFacet select {
  cursor: pointer;
  background: none;
  border: 0;
  outline: 0;
  height: auto;
  margin-top: 11px;
  padding: 4px 28px 4px 0;
  font-size: 14px;
  font-weight: 650;
}

.storefront-module__N--igG__clear {
  transition: color .15s, background .15s;
}

.storefront-module__N--igG__clear:hover {
  color: #fff;
  background: var(--ink);
}

.storefront-module__N--igG__themePicker {
  z-index: 155;
  position: fixed;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.storefront-module__N--igG__themePickerButton {
  border: 1px solid var(--ink);
  background: var(--canvas);
  width: 46px;
  height: 46px;
  color: var(--ink);
  cursor: pointer;
  place-items: center;
  padding: 0;
  display: grid;
  box-shadow: 4px 4px #0000004d;
}

.storefront-module__N--igG__themePickerButton > span {
  border: 1px solid var(--ink);
  width: 24px;
  height: 24px;
}

.storefront-module__N--igG__themePickerButton b {
  clip: rect(0 0 0 0);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.storefront-module__N--igG__themePalette {
  z-index: 160;
  width: 272px;
  color: var(--ink);
  background: var(--canvas);
  border: 1px solid var(--ink);
  padding: 15px;
  position: fixed;
  top: 50%;
  right: 78px;
  transform: translateY(-50%);
  box-shadow: 6px 6px #00000052;
}

.storefront-module__N--igG__themePalette header, .storefront-module__N--igG__themePalette footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.storefront-module__N--igG__themePalette header {
  border-bottom: 1px solid var(--line);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-bottom: 12px;
  font: 800 9px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__themePalette header button {
  cursor: pointer;
  background: none;
  border: 0;
  width: 26px;
  height: 26px;
  font-size: 20px;
}

.storefront-module__N--igG__themePalette > div {
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  padding: 14px 0;
  display: grid;
}

.storefront-module__N--igG__themePalette > div > button {
  aspect-ratio: 1;
  cursor: pointer;
  border: 1px solid #1c211f47;
}

.storefront-module__N--igG__themePalette > div > button span {
  color: #fff;
  text-shadow: 0 1px 3px #000;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  display: grid;
}

.storefront-module__N--igG__themePalette .storefront-module__N--igG__selectedSwatch {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

.storefront-module__N--igG__themePalette footer {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.storefront-module__N--igG__themePalette footer code {
  font: 700 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__themePalette footer button {
  border: 1px solid var(--ink);
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  padding: 7px 9px;
  font: 800 8px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__themePalette footer button:hover {
  background: var(--signal);
  color: var(--signal-text);
}

.storefront-module__N--igG__catalogButton, .storefront-module__N--igG__megaList button.storefront-module__N--igG__active, .storefront-module__N--igG__megaAside a, .storefront-module__N--igG__signalButton, .storefront-module__N--igG__mobileFilter, .storefront-module__N--igG__mobileApply, .storefront-module__N--igG__contactForm > button {
  color: var(--signal-text) !important;
}

.storefront-module__N--igG__site .storefront-module__N--igG__searchHub .bg-primary-500 {
  color: var(--signal-text) !important;
}

.storefront-module__N--igG__site .storefront-module__N--igG__quickSearch .bg-primary-500 {
  color: var(--signal-text) !important;
}

@media (max-width: 900px) {
  .storefront-module__N--igG__themePicker {
    top: auto;
    bottom: 22px;
    right: 14px;
    transform: none;
  }

  .storefront-module__N--igG__themePickerButton {
    width: 44px;
    height: 44px;
  }

  .storefront-module__N--igG__themePalette {
    width: auto;
    inset: auto 14px 78px;
    transform: none;
  }

  .storefront-module__N--igG__themePalette > div {
    grid-template-columns: repeat(4, 1fr);
  }
}

.storefront-module__N--igG__desktopNav a, .storefront-module__N--igG__desktopNav button {
  font-size: 13px;
  font-weight: 750;
}

.storefront-module__N--igG__catalogButton {
  font-size: 11px;
}

.storefront-module__N--igG__mega small {
  font-size: 10px;
}

.storefront-module__N--igG__megaList button {
  font-size: 13px;
}

.storefront-module__N--igG__megaDetail > p {
  font-size: 14px;
}

.storefront-module__N--igG__megaDetail > div a, .storefront-module__N--igG__megaAside p {
  font-size: 13px;
}

.storefront-module__N--igG__megaAside a {
  font-size: 11px;
}

.storefront-module__N--igG__categoryBranch[data-depth="1"] > a, .storefront-module__N--igG__categoryBranch[data-depth="2"] > a {
  font-size: 12px !important;
}

@media (max-width: 900px) {
  .storefront-module__N--igG__mobileNav a {
    font-size: 13px;
  }

  .storefront-module__N--igG__filters {
    align-self: auto;
    height: 100dvh;
    max-height: 100dvh;
    padding: 24px;
    inset: 0 12% 0 0;
  }

  .storefront-module__N--igG__filters header {
    border-top: 4px solid var(--ink);
    flex-basis: 58px;
    height: 58px;
    padding: 0;
  }

  .storefront-module__N--igG__filterScroll {
    flex: 1;
    min-height: 0;
    padding: 0 0 18px;
  }

  .storefront-module__N--igG__mobileApply {
    display: none;
  }

  .storefront-module__N--igG__filterGroup summary, .storefront-module__N--igG__selectFacet {
    padding: 20px 0;
  }
}

@media (max-width: 580px) {
  .storefront-module__N--igG__filters {
    padding: 24px;
    right: 12%;
  }

  .storefront-module__N--igG__filterScroll {
    padding-inline: 0;
  }
}

.storefront-module__N--igG__topbar {
  letter-spacing: .035em;
  height: 42px;
  font-size: 12px;
  line-height: 1.2;
}

.storefront-module__N--igG__topbar > .storefront-module__N--igG__wrap > div {
  gap: 24px;
}

.storefront-module__N--igG__lang {
  gap: 14px !important;
}

.storefront-module__N--igG__lang span {
  padding-left: 14px;
}

.storefront-module__N--igG__topbar a {
  align-items: center;
  gap: 7px;
  display: inline-flex;
}

.storefront-module__N--igG__topbar a svg {
  stroke-width: 1.8px;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}

.storefront-module__N--igG__topbar .storefront-module__N--igG__topPhone {
  color: var(--signal);
  font-weight: 800;
}

.storefront-module__N--igG__topbar .storefront-module__N--igG__topPhone:hover {
  color: #fff;
}

.storefront-module__N--igG__accountLink {
  font-size: 12px;
}

.storefront-module__N--igG__shaftNav > div a {
  font-size: 12px !important;
}

.storefront-module__N--igG__site small {
  font-size: 11px;
}

.storefront-module__N--igG__eyebrow {
  font-size: 11px;
  line-height: 1.2;
}

.storefront-module__N--igG__signalButton, .storefront-module__N--igG__darkOutline, .storefront-module__N--igG__inkButton {
  font-size: 12px;
}

.storefront-module__N--igG__heroIndex small, .storefront-module__N--igG__heroIndex span, .storefront-module__N--igG__catalogHero aside small {
  font-size: 11px;
}

.storefront-module__N--igG__stats span {
  font-size: 11px;
  line-height: 1.3;
}

.storefront-module__N--igG__searchBand p, .storefront-module__N--igG__selectorGrid p {
  font-size: 15px;
  line-height: 1.6;
}

.storefront-module__N--igG__searchBand small, .storefront-module__N--igG__sectionHead small, .storefront-module__N--igG__section > div > small, .storefront-module__N--igG__assist small, .storefront-module__N--igG__categorySection small, .storefront-module__N--igG__blog small, .storefront-module__N--igG__cta small, .storefront-module__N--igG__faq small {
  font-size: 11px;
  line-height: 1.2;
}

.storefront-module__N--igG__textLink {
  font-size: 12px;
}

.storefront-module__N--igG__brandGrid small {
  font-size: 11px;
}

.storefront-module__N--igG__assist p {
  font-size: 15px;
}

.storefront-module__N--igG__assistLinks > a > span, .storefront-module__N--igG__assistLinks small {
  font-size: 11px;
}

.storefront-module__N--igG__assistLinks b {
  font-size: 15px;
}

.storefront-module__N--igG__homeProductImage small {
  font-size: 10px;
}

.storefront-module__N--igG__homeProductBody > p {
  font-size: 10px;
  line-height: 1.3;
}

.storefront-module__N--igG__homeProductBody h3 {
  font-size: 15px;
}

.storefront-module__N--igG__homeProductBody code, .storefront-module__N--igG__homeProductBody button, .storefront-module__N--igG__categoryRows a > span {
  font-size: 11px;
}

.storefront-module__N--igG__categoryRows p {
  font-size: 14px;
}

.storefront-module__N--igG__about > div > p, .storefront-module__N--igG__about aside p {
  font-size: 15px;
}

.storefront-module__N--igG__about li {
  font-size: 14px;
}

.storefront-module__N--igG__about aside span, .storefront-module__N--igG__blogGrid small {
  font-size: 11px;
}

.storefront-module__N--igG__blogGrid b {
  font-size: 12px;
}

.storefront-module__N--igG__cta p {
  font-size: 15px;
}

.storefront-module__N--igG__faq article p, .storefront-module__N--igG__footerLead p {
  font-size: 14px;
}

.storefront-module__N--igG__footerGrid small {
  font-size: 11px;
  line-height: 1.2;
}

.storefront-module__N--igG__footerGrid a, .storefront-module__N--igG__footerGrid span {
  font-size: 14px;
  line-height: 1.45;
}

.storefront-module__N--igG__footerMeta {
  font-size: 11px;
  line-height: 1.35;
}

.storefront-module__N--igG__footerStats i {
  font-size: 10px;
  line-height: 1.3;
}

.storefront-module__N--igG__catalogHero > div > p:last-child {
  font-size: 18px;
}

.storefront-module__N--igG__filters header {
  font-size: 13px;
}

.storefront-module__N--igG__selectFacet > label, .storefront-module__N--igG__filterGroup summary b {
  font-size: 11px;
  line-height: 1.2;
}

.storefront-module__N--igG__filterGroup summary small, .storefront-module__N--igG__selectFacet select {
  font-size: 14px;
}

.storefront-module__N--igG__filters .storefront-module__N--igG__filterOptions label {
  font-size: 13px;
}

.storefront-module__N--igG__filterOptions small, .storefront-module__N--igG__rangeInputs label span {
  font-size: 10px;
}

.storefront-module__N--igG__rangeInputs input {
  font-size: 12px;
}

.storefront-module__N--igG__clear, .storefront-module__N--igG__clearInline {
  font-size: 11px;
}

.storefront-module__N--igG__stock {
  font-size: 10px;
}

.storefront-module__N--igG__cardMeta {
  font-size: 10px;
  line-height: 1.3;
}

.storefront-module__N--igG__numberChips span, .storefront-module__N--igG__cardFooter strong, .storefront-module__N--igG__resultBar, .storefront-module__N--igG__resultBar span, .storefront-module__N--igG__resultBar label {
  font-size: 11px;
}

.storefront-module__N--igG__resultBar p {
  font-size: 14px;
}

.storefront-module__N--igG__activeFilters button {
  font-size: 11px;
}

.storefront-module__N--igG__loadMore {
  font-size: 12px;
}

.storefront-module__N--igG__detail > header, .storefront-module__N--igG__detailBrand {
  font-size: 11px;
}

.storefront-module__N--igG__categoryPath {
  font-size: 12px;
}

.storefront-module__N--igG__keyData dt {
  font-size: 11px;
}

.storefront-module__N--igG__keyData dd {
  font-size: 14px;
}

.storefront-module__N--igG__detailSection h3 {
  font-size: 13px;
}

.storefront-module__N--igG__fitment span, .storefront-module__N--igG__specs dt, .storefront-module__N--igG__specs dd, .storefront-module__N--igG__description {
  font-size: 14px;
}

.storefront-module__N--igG__detailCta {
  font-size: 12px;
}

.storefront-module__N--igG__infoIntro small, .storefront-module__N--igG__mission small, .storefront-module__N--igG__infoValues small, .storefront-module__N--igG__contactSection small {
  font-size: 11px;
  line-height: 1.2;
}

.storefront-module__N--igG__mission aside span {
  font-size: 11px;
}

.storefront-module__N--igG__valueGrid span {
  font-size: 12px;
}

.storefront-module__N--igG__valueGrid p {
  font-size: 14px;
}

.storefront-module__N--igG__contactData > div > span {
  font-size: 11px;
}

.storefront-module__N--igG__contactData address, .storefront-module__N--igG__contactData > p {
  font-size: 15px;
}

.storefront-module__N--igG__contactForm > label, .storefront-module__N--igG__formPair label {
  font-size: 11px;
}

.storefront-module__N--igG__contactForm > button {
  font-size: 12px;
}

.storefront-module__N--igG__formSuccess, .storefront-module__N--igG__formError {
  font-size: 14px;
}

.storefront-module__N--igG__contactHelp article > span {
  font-size: 11px;
}

.storefront-module__N--igG__contactHelp article p {
  font-size: 14px;
}

.storefront-module__N--igG__contactHelp article a {
  font-size: 12px;
}

.storefront-module__N--igG__themePalette header, .storefront-module__N--igG__themePalette footer code {
  font-size: 11px;
}

.storefront-module__N--igG__themePalette footer button {
  font-size: 10px;
}

.storefront-module__N--igG__searchHub button, .storefront-module__N--igG__searchHub input, .storefront-module__N--igG__searchHub select, .storefront-module__N--igG__quickSearch button, .storefront-module__N--igG__quickSearch input, .storefront-module__N--igG__quickSearch textarea, .storefront-module__N--igG__quickSearch select {
  font-size: 13px !important;
}

.storefront-module__N--igG__searchHub small, .storefront-module__N--igG__quickSearch small {
  font-size: 11px !important;
}

.storefront-module__N--igG__searchHub button span, .storefront-module__N--igG__quickSearch button span {
  font-size: 12px !important;
}

@media (max-width: 900px) {
  .storefront-module__N--igG__mobileNav a, .storefront-module__N--igG__mobileNav summary {
    font-size: 14px;
  }

  .storefront-module__N--igG__mobileFilter, .storefront-module__N--igG__topbar {
    font-size: 11px;
  }

  .storefront-module__N--igG__footerGrid a, .storefront-module__N--igG__footerGrid span {
    font-size: 14px;
  }
}

@media (max-width: 580px) {
  .storefront-module__N--igG__heroLead, .storefront-module__N--igG__infoHero > div > p:last-child {
    font-size: 15px;
  }

  .storefront-module__N--igG__stats span {
    font-size: 10px;
  }

  .storefront-module__N--igG__homeProductBody h3, .storefront-module__N--igG__catalogHero > div > p:last-child {
    font-size: 16px;
  }

  .storefront-module__N--igG__resultBar p {
    font-size: 13px;
  }
}

.storefront-module__N--igG__wrap, .storefront-module__N--igG__catalogLayout {
  width: 100%;
  max-width: none;
  padding-inline: clamp(20px, 3vw, 56px);
}

.storefront-module__N--igG__catalogHero {
  padding-inline: clamp(20px, 3vw, 56px);
}

.storefront-module__N--igG__infoIntroGrid, .storefront-module__N--igG__missionGrid, .storefront-module__N--igG__contactGrid, .storefront-module__N--igG__about, .storefront-module__N--igG__faq {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

@media (min-width: 1680px) {
  .storefront-module__N--igG__productGrid {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  }

  .storefront-module__N--igG__megaGrid {
    grid-template-columns: 320px minmax(0, 1fr) 310px;
  }

  .storefront-module__N--igG__megaDetail > div {
    grid-template-columns: repeat(3, 1fr);
  }

  .storefront-module__N--igG__megaDetail > div a:nth-child(odd) {
    margin-right: 0;
  }

  .storefront-module__N--igG__megaDetail > div a {
    margin-right: 24px;
  }
}

.storefront-module__N--igG__site {
  overflow-x: clip;
}

.storefront-module__N--igG__filters {
  max-height: calc(100dvh - 32px);
  top: 16px;
}

.storefront-module__N--igG__searchRow {
  z-index: 18;
  background: var(--paper);
  padding: 14px 0;
  position: sticky;
  top: 0;
}

.storefront-module__N--igG__productGrid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.storefront-module__N--igG__productCard {
  background: var(--canvas);
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.storefront-module__N--igG__cardLink {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.storefront-module__N--igG__cardLink:hover h2 {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--signal);
  text-decoration-color: var(--signal);
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
}

.storefront-module__N--igG__cardPurchase {
  border-top: 1px solid var(--line);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  margin-top: auto;
  padding: 14px 16px;
  display: grid;
}

.storefront-module__N--igG__viewToggle {
  border: 1px solid var(--ink);
  background: var(--canvas);
  align-items: center;
  display: flex;
}

.storefront-module__N--igG__viewToggle button {
  border: 0;
  border-right: 1px solid var(--line);
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 11px;
  font: 800 10px / 1 ui-monospace, monospace;
  display: flex;
}

.storefront-module__N--igG__viewToggle button:last-child {
  border-right: 0;
}

.storefront-module__N--igG__viewToggle button svg {
  width: 16px;
}

.storefront-module__N--igG__viewToggle button.storefront-module__N--igG__active {
  color: var(--signal-text);
  background: var(--signal);
}

.storefront-module__N--igG__viewToggle button:hover:not(.storefront-module__N--igG__active) {
  background: #e7e4dc;
}

.storefront-module__N--igG__pageSize {
  white-space: nowrap;
}

.storefront-module__N--igG__pageSize select {
  min-width: 58px;
}

.storefront-module__N--igG__pagination {
  border-block: 1px solid var(--ink);
  background: var(--canvas);
  grid-template-columns: 150px minmax(0, 1fr) 150px;
  align-items: center;
  min-height: 76px;
  margin-top: 28px;
  display: grid;
}

.storefront-module__N--igG__pagination > div {
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: flex;
}

.storefront-module__N--igG__pagination button {
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  min-width: 42px;
  height: 42px;
  font: 800 11px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__pagination > div button:hover, .storefront-module__N--igG__pagination > div button.storefront-module__N--igG__active {
  border-color: var(--ink);
  background: var(--signal);
  color: var(--signal-text);
}

.storefront-module__N--igG__pagination > div > span {
  text-align: center;
  width: 28px;
  color: var(--muted);
}

.storefront-module__N--igG__pagination .storefront-module__N--igG__pageArrow {
  text-transform: uppercase;
  letter-spacing: .05em;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 76px;
  display: flex;
}

.storefront-module__N--igG__pagination .storefront-module__N--igG__pageArrow:first-child {
  border-right: 1px solid var(--line);
}

.storefront-module__N--igG__pagination .storefront-module__N--igG__pageArrow:last-child {
  border-left: 1px solid var(--line);
}

.storefront-module__N--igG__pagination .storefront-module__N--igG__pageArrow:last-child svg {
  transform: none;
}

.storefront-module__N--igG__pagination .storefront-module__N--igG__pageArrow:first-child svg {
  transform: rotate(180deg);
}

.storefront-module__N--igG__pagination .storefront-module__N--igG__pageArrow svg {
  width: 18px;
}

.storefront-module__N--igG__pagination button:disabled {
  cursor: not-allowed;
  opacity: .3;
}

.storefront-module__N--igG__productGrid.storefront-module__N--igG__listView {
  border-top: 1px solid var(--line);
  flex-direction: column;
  display: flex;
}

.storefront-module__N--igG__listView .storefront-module__N--igG__productCard {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  grid-template-columns: minmax(0, 1fr) 300px;
  display: grid;
}

.storefront-module__N--igG__listView .storefront-module__N--igG__cardLink {
  grid-template-columns: 220px minmax(0, 1fr);
  display: grid;
}

.storefront-module__N--igG__listView .storefront-module__N--igG__cardImage {
  aspect-ratio: auto;
  border-right: 1px solid var(--line);
  border-bottom: 0;
  min-height: 188px;
}

.storefront-module__N--igG__listView .storefront-module__N--igG__cardBody {
  padding: 24px 28px;
}

.storefront-module__N--igG__listView .storefront-module__N--igG__cardBody h2 {
  max-width: 720px;
  font-size: 22px;
}

.storefront-module__N--igG__listView .storefront-module__N--igG__cardPurchase {
  border-top: 0;
  border-left: 1px solid var(--line);
  grid-template-columns: 1fr;
  align-content: center;
  margin: 0;
  padding: 24px;
}

.storefront-module__N--igG__listView .storefront-module__N--igG__compactCart {
  width: 100%;
}

.storefront-module__N--igG__cardPrice {
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  display: flex;
}

.storefront-module__N--igG__cardPrice strong {
  font-size: 17px;
  line-height: 1.1;
}

.storefront-module__N--igG__cardPrice small {
  color: var(--muted);
  font: 650 10px / 1.2 ui-monospace, monospace;
}

.storefront-module__N--igG__addToCart {
  border: 1px solid var(--ink);
  min-height: 52px;
  color: var(--signal-text);
  background: var(--signal);
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 3px 3px 0 var(--ink);
  padding: 0 20px;
  font-size: 12px;
  font-weight: 850;
}

.storefront-module__N--igG__addToCart:hover:not(:disabled) {
  box-shadow: 2px 2px 0 var(--ink);
  transform: translate(1px, 1px);
}

.storefront-module__N--igG__addToCart:disabled {
  cursor: not-allowed;
  opacity: .45;
  box-shadow: none;
}

.storefront-module__N--igG__compactCart {
  min-height: 42px;
  padding-inline: 13px;
  font-size: 10px;
}

.storefront-module__N--igG__stock {
  align-items: center;
  gap: 7px;
  color: var(--ink) !important;
  background: none !important;
  padding: 0 !important;
  display: inline-flex !important;
}

.storefront-module__N--igG__stock:before {
  content: "";
  background: #777;
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
}

.storefront-module__N--igG__stock.storefront-module__N--igG__available:before {
  background: #2aa85f;
}

.storefront-module__N--igG__stock.storefront-module__N--igG__ordered:before {
  background: #e3ad22;
}

.storefront-module__N--igG__stock.storefront-module__N--igG__unavailable:before {
  background: #d64545;
}

.storefront-module__N--igG__homeProductLink {
  min-width: 0;
  display: block;
}

.storefront-module__N--igG__homeProductLink:hover h3 {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--signal);
  text-decoration-color: var(--signal);
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
}

.storefront-module__N--igG__homeProductPurchase {
  border-top: 1px solid var(--line);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  display: grid;
}

.storefront-module__N--igG__homeProductImage small.storefront-module__N--igG__available i {
  background: #2aa85f !important;
}

.storefront-module__N--igG__homeProductImage small.storefront-module__N--igG__ordered i {
  background: #e3ad22 !important;
}

.storefront-module__N--igG__homeProductImage small.storefront-module__N--igG__unavailable i {
  background: #d64545 !important;
}

.storefront-module__N--igG__productPage {
  background: var(--paper);
  padding: 28px clamp(20px, 3vw, 56px) 90px;
}

.storefront-module__N--igG__productPageHeader {
  border-top: 4px solid var(--ink);
  border-bottom: 1px solid var(--line);
  letter-spacing: .07em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  font: 750 11px / 1 ui-monospace, monospace;
  display: flex;
}

.storefront-module__N--igG__productPageHeader a:hover {
  background: var(--signal);
}

.storefront-module__N--igG__breadcrumbBar {
  z-index: 18;
  background: var(--canvas);
  border-bottom: 1px solid var(--line);
  position: relative;
}

.storefront-module__N--igG__breadcrumbInner {
  align-items: stretch;
  width: 100%;
  min-height: 52px;
  padding-inline: clamp(20px, 3vw, 56px);
  display: flex;
}

.storefront-module__N--igG__backButton {
  border: 0;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  background: var(--signal);
  width: 118px;
  color: var(--signal-text);
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  flex: 0 0 118px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font: 800 11px / 1 ui-monospace, monospace;
  display: flex;
}

.storefront-module__N--igG__backButton svg {
  width: 18px;
}

.storefront-module__N--igG__backButton:hover {
  background: var(--ink);
  color: #fff;
}

.storefront-module__N--igG__backButton:focus-visible, .storefront-module__N--igG__breadcrumbs a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: -3px;
}

.storefront-module__N--igG__breadcrumbs {
  align-items: center;
  min-width: 0;
  display: flex;
  overflow: hidden;
}

.storefront-module__N--igG__breadcrumbs ol {
  white-space: nowrap;
  scrollbar-width: thin;
  align-items: center;
  gap: 0;
  min-width: 0;
  margin: 0;
  padding: 0 20px;
  list-style: none;
  display: flex;
  overflow-x: auto;
}

.storefront-module__N--igG__breadcrumbs li {
  min-width: 0;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase;
  align-items: center;
  font: 700 11px / 1.2 ui-monospace, monospace;
  display: flex;
}

.storefront-module__N--igG__breadcrumbs li > span {
  color: var(--line);
  padding: 0 12px;
}

.storefront-module__N--igG__breadcrumbs a {
  padding: 8px 0;
}

.storefront-module__N--igG__breadcrumbs a:hover {
  color: var(--ink);
  text-underline-offset: 4px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.storefront-module__N--igG__breadcrumbs strong {
  text-overflow: ellipsis;
  max-width: min(46vw, 560px);
  color: var(--ink);
  font: inherit;
  overflow: hidden;
}

.storefront-module__N--igG__breadcrumbCatalog {
  z-index: 24;
  border-top: 4px solid var(--ink);
  position: sticky;
  top: 0;
}

.storefront-module__N--igG__breadcrumbCatalog .storefront-module__N--igG__breadcrumbInner {
  min-height: 48px;
  padding-inline: 0;
}

.storefront-module__N--igG__catalogMain > .storefront-module__N--igG__breadcrumbCatalog + .storefront-module__N--igG__searchRow {
  top: 52px;
}

.storefront-module__N--igG__productDetailShell {
  background: var(--paper);
  grid-template-columns: minmax(420px, .9fr) minmax(520px, 1.1fr);
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
}

.storefront-module__N--igG__productDetailShell .storefront-module__N--igG__gallery {
  padding: 42px 42px 70px;
  top: 24px;
}

.storefront-module__N--igG__productDetailShell .storefront-module__N--igG__detailSummary {
  padding: 48px 56px 90px;
}

.storefront-module__N--igG__productDetailShell .storefront-module__N--igG__detailSummary h1 {
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin: 22px 0 16px;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: clamp(40px, 4.2vw, 68px);
  line-height: .94;
}

.storefront-module__N--igG__productPrice {
  border-block: 1px solid var(--ink);
  flex-direction: column;
  gap: 7px;
  margin: 32px 0 14px;
  padding: 24px 0;
  display: flex;
}

.storefront-module__N--igG__productPrice strong {
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.storefront-module__N--igG__productPrice small {
  color: var(--muted);
  font: 700 12px / 1.2 ui-monospace, monospace;
}

.storefront-module__N--igG__productDetailShell .storefront-module__N--igG__addToCart {
  width: 100%;
  margin-bottom: 25px;
}

.storefront-module__N--igG__emptyData {
  color: var(--muted);
  border-left: 4px solid var(--line);
  background: #e8e5dc;
  margin: 0;
  padding: 18px;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 1180px) {
  .storefront-module__N--igG__productGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-module__N--igG__productDetailShell {
    grid-template-columns: minmax(340px, .8fr) minmax(430px, 1.2fr);
  }

  .storefront-module__N--igG__productDetailShell .storefront-module__N--igG__gallery {
    padding: 28px;
  }

  .storefront-module__N--igG__productDetailShell .storefront-module__N--igG__detailSummary {
    padding: 38px 34px 70px;
  }
}

@media (max-width: 900px) {
  .storefront-module__N--igG__filters {
    max-height: 100dvh;
    top: 0;
  }

  .storefront-module__N--igG__searchRow {
    padding-top: 8px;
    top: 0;
  }

  .storefront-module__N--igG__productDetailShell {
    display: block;
  }

  .storefront-module__N--igG__productDetailShell .storefront-module__N--igG__gallery {
    padding: 20px;
    position: static;
  }

  .storefront-module__N--igG__productDetailShell .storefront-module__N--igG__detailSummary {
    border-left: 0;
    padding: 28px 24px 70px;
  }

  .storefront-module__N--igG__productPage {
    padding-inline: 14px;
  }

  .storefront-module__N--igG__productPageHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 0;
  }

  .storefront-module__N--igG__breadcrumbInner {
    min-height: 48px;
    padding-inline: 14px;
  }

  .storefront-module__N--igG__backButton {
    flex-basis: 48px;
    width: 48px;
  }

  .storefront-module__N--igG__backButton span {
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
  }

  .storefront-module__N--igG__breadcrumbs ol {
    padding-inline: 12px;
  }

  .storefront-module__N--igG__breadcrumbs li {
    font-size: 10px;
  }

  .storefront-module__N--igG__breadcrumbs li > span {
    padding-inline: 8px;
  }

  .storefront-module__N--igG__breadcrumbs strong {
    max-width: 54vw;
  }

  .storefront-module__N--igG__breadcrumbCatalog .storefront-module__N--igG__breadcrumbInner {
    min-height: 44px;
    padding-inline: 0;
  }

  .storefront-module__N--igG__catalogMain > .storefront-module__N--igG__breadcrumbCatalog + .storefront-module__N--igG__searchRow {
    top: 48px;
  }

  .storefront-module__N--igG__resultBar .storefront-module__N--igG__viewToggle {
    margin-left: auto;
  }

  .storefront-module__N--igG__viewToggle button span {
    display: none;
  }

  .storefront-module__N--igG__viewToggle button {
    justify-content: center;
    width: 40px;
    padding: 0;
  }

  .storefront-module__N--igG__listView .storefront-module__N--igG__productCard {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__listView .storefront-module__N--igG__cardLink {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .storefront-module__N--igG__listView .storefront-module__N--igG__cardImage {
    min-height: 150px;
  }

  .storefront-module__N--igG__listView .storefront-module__N--igG__cardBody {
    padding: 18px;
  }

  .storefront-module__N--igG__listView .storefront-module__N--igG__cardBody h2 {
    font-size: 17px;
  }

  .storefront-module__N--igG__listView .storefront-module__N--igG__cardPurchase {
    border-left: 0;
    border-top: 1px solid var(--line);
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 16px;
  }

  .storefront-module__N--igG__listView .storefront-module__N--igG__compactCart {
    width: auto;
  }

  .storefront-module__N--igG__pagination {
    grid-template-columns: 54px minmax(0, 1fr) 54px;
  }

  .storefront-module__N--igG__pagination .storefront-module__N--igG__pageArrow span {
    display: none;
  }

  .storefront-module__N--igG__pagination > div {
    gap: 1px;
  }

  .storefront-module__N--igG__pagination button {
    min-width: 36px;
  }

  .storefront-module__N--igG__pagination .storefront-module__N--igG__pageArrow {
    height: 64px;
  }

  .storefront-module__N--igG__pageSize {
    order: 4;
    width: auto !important;
  }

  .storefront-module__N--igG__resultBar .storefront-module__N--igG__pageSize select {
    flex: 0 0 58px;
  }
}

@media (max-width: 580px) {
  .storefront-module__N--igG__pagination > div button {
    display: none;
  }

  .storefront-module__N--igG__pagination > div button.storefront-module__N--igG__active {
    display: block;
  }

  .storefront-module__N--igG__pagination > div:before {
    content: "STRONA";
    color: var(--muted);
    margin-right: 8px;
    font: 700 9px / 1 ui-monospace, monospace;
  }

  .storefront-module__N--igG__pagination > div:after {
    content: "/ " attr(data-total);
    color: var(--muted);
    font: 800 11px / 1 ui-monospace, monospace;
    display: block;
  }

  .storefront-module__N--igG__pagination > div > span {
    display: none;
  }

  .storefront-module__N--igG__listView .storefront-module__N--igG__cardLink {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .storefront-module__N--igG__listView .storefront-module__N--igG__cardImage {
    min-height: 128px;
    padding: 10px;
  }

  .storefront-module__N--igG__listView .storefront-module__N--igG__cardBody {
    padding: 13px;
  }

  .storefront-module__N--igG__listView .storefront-module__N--igG__cardBody h2 {
    margin: 9px 0;
    font-size: 15px;
  }

  .storefront-module__N--igG__listView .storefront-module__N--igG__numberChips span:nth-child(n+2) {
    display: none;
  }

  .storefront-module__N--igG__listView .storefront-module__N--igG__cardPurchase {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__listView .storefront-module__N--igG__compactCart {
    width: 100%;
  }

  .storefront-module__N--igG__productGrid, .storefront-module__N--igG__cardPurchase, .storefront-module__N--igG__homeProductPurchase {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__compactCart {
    width: 100%;
  }

  .storefront-module__N--igG__productDetailShell .storefront-module__N--igG__detailSummary h1 {
    font-size: 38px;
  }

  .storefront-module__N--igG__productPrice strong {
    font-size: 34px;
  }
}

.storefront-module__N--igG__homeHeroGrid {
  grid-template-columns: minmax(560px, 1.35fr) minmax(320px, .8fr) 210px;
  align-items: center;
  gap: clamp(24px, 3vw, 58px);
}

.storefront-module__N--igG__machineParade {
  z-index: 2;
  color: #fff;
  align-self: center;
  min-width: 0;
  padding-top: 26px;
  position: relative;
}

.storefront-module__N--igG__machineParade > small {
  color: #979d99;
  letter-spacing: .14em;
  margin-bottom: 17px;
  font: 700 11px / 1 ui-monospace, monospace;
  display: block;
}

.storefront-module__N--igG__machineViewport {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 8% 92%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 8% 92%, #0000);
}

.storefront-module__N--igG__machineRail {
  will-change: transform;
  width: max-content;
  animation: 38s linear infinite storefront-module__N--igG__machine-parade;
  display: flex;
}

.storefront-module__N--igG__machineParade:hover .storefront-module__N--igG__machineRail {
  animation-play-state: paused;
}

.storefront-module__N--igG__machineItem {
  border-right: 1px solid #ffffff21;
  grid-template-rows: 118px auto;
  align-items: end;
  width: 190px;
  min-height: 176px;
  padding: 8px 18px 17px;
  display: grid;
  position: relative;
}

.storefront-module__N--igG__machineItem > span {
  background: var(--signal);
  width: 100%;
  height: 104px;
  -webkit-mask: var(--machine-icon) center/contain no-repeat;
  mask: var(--machine-icon) center/contain no-repeat;
  -webkit-mask: var(--machine-icon) center/contain no-repeat;
  display: block;
}

.storefront-module__N--igG__machineItem b {
  color: #fff;
  text-transform: uppercase;
  padding-top: 13px;
  font-size: 12px;
  line-height: 1.2;
}

.storefront-module__N--igG__machineItem i {
  color: #777e79;
  font: 600 10px / 1 ui-monospace, monospace;
  position: absolute;
  bottom: 16px;
  right: 14px;
}

.storefront-module__N--igG__machineTrack {
  background: #414643;
  height: 4px;
  margin-top: 14px;
  display: block;
  position: relative;
}

.storefront-module__N--igG__machineTrack:before {
  content: "";
  background: var(--signal);
  width: 28%;
  height: 100%;
  animation: 9.5s linear infinite storefront-module__N--igG__machine-progress;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes storefront-module__N--igG__machine-parade {
  to {
    transform: translateX(-50%);
  }
}

@keyframes storefront-module__N--igG__machine-progress {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(357%);
  }
}

@media (max-width: 1180px) {
  .storefront-module__N--igG__homeHeroGrid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr);
  }

  .storefront-module__N--igG__heroIndex {
    display: none;
  }

  .storefront-module__N--igG__machineItem {
    width: 170px;
  }
}

@media (max-width: 900px) {
  .storefront-module__N--igG__homeHeroGrid {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__machineParade {
    margin-top: 38px;
    padding-top: 0;
  }

  .storefront-module__N--igG__machineViewport {
    margin-inline: -10px;
  }

  .storefront-module__N--igG__machineItem {
    width: 180px;
  }
}

@media (max-width: 580px) {
  .storefront-module__N--igG__machineParade {
    margin-top: 34px;
  }

  .storefront-module__N--igG__machineParade > small {
    font-size: 10px;
  }

  .storefront-module__N--igG__machineItem {
    grid-template-rows: 94px auto;
    width: 154px;
    min-height: 148px;
    padding-inline: 13px;
  }

  .storefront-module__N--igG__machineItem > span {
    height: 84px;
  }

  .storefront-module__N--igG__machineItem b {
    font-size: 10px;
  }

  .storefront-module__N--igG__machineTrack {
    margin-top: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront-module__N--igG__machineRail {
    animation: none;
  }

  .storefront-module__N--igG__machineViewport {
    scrollbar-width: thin;
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .storefront-module__N--igG__machineRail .storefront-module__N--igG__machineItem:nth-child(n+10) {
    display: none;
  }

  .storefront-module__N--igG__machineTrack:before {
    animation: none;
    transform: none;
  }
}

.storefront-module__N--igG__homeHeroGrid {
  z-index: 2;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  min-height: 590px;
  padding-top: 82px;
  padding-bottom: 72px;
  position: relative;
}

.storefront-module__N--igG__homeHeroGrid > div:first-child {
  z-index: 3;
  max-width: min(900px, 58vw);
  position: relative;
}

.storefront-module__N--igG__machineParade {
  z-index: 1;
  pointer-events: none;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 120px 0 92px 50%;
  overflow: hidden;
}

.storefront-module__N--igG__machineViewport {
  height: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #0000 0, #000 32% 100%);
  mask-image: linear-gradient(90deg, #0000 0, #000 32% 100%);
}

.storefront-module__N--igG__machineRail {
  align-items: end;
  height: 100%;
  animation-duration: 52s;
}

.storefront-module__N--igG__machineItem {
  border-color: #ffffff14;
  grid-template-rows: minmax(250px, 1fr) auto;
  align-items: end;
  width: 360px;
  min-height: 100%;
  padding: 0 30px 24px;
}

.storefront-module__N--igG__machineItem > span {
  opacity: .68;
  background: var(--signal);
  height: min(31vw, 320px);
  max-height: 100%;
}

.storefront-module__N--igG__machineItem b {
  opacity: .82;
  padding-top: 16px;
  font-size: 12px;
}

.storefront-module__N--igG__machineItem i {
  opacity: .72;
  bottom: 24px;
  right: 24px;
}

.storefront-module__N--igG__heroIndex {
  z-index: 5;
  text-align: right;
  align-self: auto;
  position: absolute;
  top: 32px;
  right: clamp(20px, 4vw, 64px);
}

.storefront-module__N--igG__heroIndex strong {
  font-size: 76px;
}

.storefront-module__N--igG__machineTrack {
  z-index: 6;
  background: #414643;
  height: 4px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.storefront-module__N--igG__machineTrack:before {
  width: 22%;
  animation-duration: 13s;
}

@media (max-width: 1180px) {
  .storefront-module__N--igG__homeHeroGrid {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__homeHeroGrid > div:first-child {
    max-width: 66vw;
  }

  .storefront-module__N--igG__machineParade {
    left: 48%;
  }

  .storefront-module__N--igG__machineItem {
    width: 310px;
  }

  .storefront-module__N--igG__heroIndex {
    display: block;
  }

  .storefront-module__N--igG__heroIndex strong {
    font-size: 62px;
  }
}

@media (max-width: 900px) {
  .storefront-module__N--igG__homeHeroGrid {
    align-items: start;
    min-height: 720px;
    padding-top: 70px;
    padding-bottom: 310px;
  }

  .storefront-module__N--igG__homeHeroGrid > div:first-child {
    max-width: none;
  }

  .storefront-module__N--igG__machineParade {
    height: 230px;
    inset: auto 0 145px;
  }

  .storefront-module__N--igG__machineViewport {
    margin: 0;
    -webkit-mask-image: linear-gradient(90deg, #0000 0, #000 18% 100%);
    mask-image: linear-gradient(90deg, #0000 0, #000 18% 100%);
  }

  .storefront-module__N--igG__machineItem {
    grid-template-rows: 178px auto;
    width: 250px;
    min-height: 230px;
    padding: 0 18px 16px;
  }

  .storefront-module__N--igG__machineItem > span {
    height: 172px;
  }

  .storefront-module__N--igG__heroIndex {
    display: none;
  }
}

@media (max-width: 580px) {
  .storefront-module__N--igG__homeHeroGrid {
    min-height: 735px;
    padding-bottom: 300px;
  }

  .storefront-module__N--igG__machineParade {
    height: 210px;
    margin: 0;
    bottom: 145px;
  }

  .storefront-module__N--igG__machineItem {
    grid-template-rows: 158px auto;
    width: 225px;
    min-height: 210px;
  }

  .storefront-module__N--igG__machineItem > span {
    height: 152px;
  }

  .storefront-module__N--igG__machineItem b {
    font-size: 10px;
  }

  .storefront-module__N--igG__machineItem i {
    bottom: 17px;
    right: 15px;
  }
}

.storefront-module__N--igG__machineParade {
  transform: translateY(28px);
}

.storefront-module__N--igG__machineItem > span {
  opacity: .34;
}

.storefront-module__N--igG__machineTrack {
  width: 100%;
  inset: -9px 0 auto;
}

@media (max-width: 900px) {
  .storefront-module__N--igG__machineParade {
    transform: translateY(18px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront-module__N--igG__machineRail .storefront-module__N--igG__machineItem:nth-child(n+7) {
    display: none;
  }
}

:is(.omex-layout:has(.site) > .sticky, .omex-layout:has(.site) > footer, body:has(.site) > div.fixed, body:has(.site) a[aria-label="Zadzwon teraz"], body:has(.site) a[aria-label="Napisz do nas na WhatsApp"], body:has(.site) button[aria-label="Otwórz chat"]) {
  display: none !important;
}

.omex-layout:has(.site) > main {
  padding: 0 !important;
}

.storefront-module__N--igG__machineFilters {
  pointer-events: none;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.storefront-module__N--igG__machineItem > span {
  filter: url("#nowy-machine-thin");
  transform: translateY(var(--machine-y, 0));
  transform-origin: bottom;
}

@media (max-width: 900px) {
  .storefront-module__N--igG__machineItem > span {
    transform: translateY(var(--machine-mobile-y, 0));
  }
}

.storefront-module__N--igG__customerNav {
  align-items: center;
  gap: 12px;
  display: flex;
}

.storefront-module__N--igG__cartLink {
  position: relative;
}

.storefront-module__N--igG__cartLink b {
  min-width: 18px;
  height: 18px;
  color: var(--ink);
  background: var(--signal);
  border: 1px solid var(--ink);
  place-items: center;
  padding: 0 4px;
  font: 800 9px / 1 ui-monospace, monospace;
  display: grid;
  position: absolute;
  top: -7px;
  right: -7px;
}

.storefront-module__N--igG__mobileCustomerNav {
  flex-direction: column;
  display: flex;
}

.storefront-module__N--igG__mobileCustomerNav b {
  float: right;
  min-width: 24px;
  color: var(--ink);
  background: var(--signal);
  text-align: center;
  padding: 4px;
}

.storefront-module__N--igG__journeyPage {
  background: var(--paper);
  min-height: 62vh;
  padding: 0 clamp(20px, 3vw, 56px) 100px;
}

.storefront-module__N--igG__journeyHero, .storefront-module__N--igG__cartHeading, .storefront-module__N--igG__checkoutHeading, .storefront-module__N--igG__accountHeader, .storefront-module__N--igG__orderSuccess {
  color: #fff;
  background-color: var(--ink);
  background-image: repeating-linear-gradient(120deg, #0000 0 39px, #ffffff09 40px, #0000 41px);
  margin-inline: calc(-1 * clamp(20px, 3vw, 56px));
  padding: 72px clamp(20px, 3vw, 56px);
}

.storefront-module__N--igG__journeyHero p, .storefront-module__N--igG__cartHeading p, .storefront-module__N--igG__checkoutHeading > p, .storefront-module__N--igG__accountHeader p, .storefront-module__N--igG__orderSuccess > p {
  color: var(--signal);
  letter-spacing: .12em;
  margin: 0 0 23px;
  font: 750 11px / 1.2 ui-monospace, monospace;
}

.storefront-module__N--igG__journeyHero h1, .storefront-module__N--igG__cartHeading h1, .storefront-module__N--igG__checkoutHeading h1, .storefront-module__N--igG__accountHeader h1, .storefront-module__N--igG__orderSuccess h1 {
  letter-spacing: -.05em;
  text-transform: uppercase;
  max-width: 1100px;
  margin: 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: clamp(50px, 7vw, 98px);
  line-height: .88;
}

.storefront-module__N--igG__journeyHero > span, .storefront-module__N--igG__orderSuccess > span {
  color: #c4c9c5;
  max-width: 660px;
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.6;
  display: block;
}

.storefront-module__N--igG__authLayout {
  border: 1px solid var(--ink);
  max-width: 1250px;
  box-shadow: 8px 8px 0 var(--ink);
  grid-template-columns: .75fr 1.25fr;
  margin: 70px auto 0;
  display: grid;
}

.storefront-module__N--igG__authLayout > aside {
  color: #fff;
  background: var(--ink);
  padding: 48px;
}

.storefront-module__N--igG__authLayout > aside > strong {
  color: var(--signal);
  font: 750 11px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__authLayout aside h2 {
  text-transform: uppercase;
  margin: 36px 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 44px;
  line-height: .95;
}

.storefront-module__N--igG__authLayout ol {
  counter-reset: item;
  padding: 0;
  list-style: none;
}

.storefront-module__N--igG__authLayout li {
  border-top: 1px solid #4d534f;
  padding: 15px 0;
  font-size: 14px;
}

.storefront-module__N--igG__authLayout li:before {
  counter-increment: item;
  content: "0" counter(item);
  color: var(--signal);
  margin-right: 18px;
  font-family: ui-monospace, monospace;
}

.storefront-module__N--igG__formPanel {
  background: var(--canvas);
  padding: 42px;
}

.storefront-module__N--igG__authTabs {
  border-bottom: 4px solid var(--ink);
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
  display: grid;
}

.storefront-module__N--igG__authTabs button {
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  border: 0;
  padding: 17px;
  font-weight: 800;
}

.storefront-module__N--igG__authTabs button[aria-selected="true"] {
  color: var(--signal-text);
  background: var(--signal);
}

.storefront-module__N--igG__formPanel label, .storefront-module__N--igG__checkoutForm label, .storefront-module__N--igG__addressFields label {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: 18px;
  font: 700 11px / 1.2 ui-monospace, monospace;
  display: block;
}

.storefront-module__N--igG__formPanel label small, .storefront-module__N--igG__checkoutForm label small, .storefront-module__N--igG__addressFields label small {
  float: right;
  font-size: 9px;
}

.storefront-module__N--igG__formPanel input, .storefront-module__N--igG__checkoutForm input, .storefront-module__N--igG__addressFields input {
  border: 1px solid var(--line);
  background: var(--paper);
  text-transform: none;
  border-radius: 0;
  outline: 0;
  width: 100%;
  min-height: 49px;
  margin-top: 8px;
  padding: 12px;
  font: 500 14px / 1.3 Inter, sans-serif;
}

.storefront-module__N--igG__formPanel input:focus, .storefront-module__N--igG__checkoutForm input:focus, .storefront-module__N--igG__addressFields input:focus {
  border-color: var(--ink);
  box-shadow: 3px 3px 0 var(--signal);
}

.storefront-module__N--igG__formGrid {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.storefront-module__N--igG__primaryAction {
  border: 1px solid var(--ink);
  background: var(--signal);
  min-height: 52px;
  box-shadow: 4px 4px 0 var(--ink);
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 850;
  display: inline-flex;
  color: var(--signal-text) !important;
}

.storefront-module__N--igG__primaryAction:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.storefront-module__N--igG__inlineError, .storefront-module__N--igG__inlineNotice {
  border-left: 5px solid var(--accent);
  background: #f7d8d2;
  margin: 20px 0 0;
  padding: 14px;
  font-size: 13px;
  line-height: 1.5;
}

.storefront-module__N--igG__inlineNotice {
  background: #e2efba;
  border-color: #799c16;
}

.storefront-module__N--igG__loadingState, .storefront-module__N--igG__emptyJourney {
  border-top: 5px solid var(--ink);
  background: var(--canvas);
  max-width: 900px;
  margin: 80px auto;
  padding: 60px;
}

.storefront-module__N--igG__loadingState {
  text-transform: uppercase;
  font: 750 12px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__emptyJourney strong {
  color: var(--accent);
  font: 750 11px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__emptyJourney h1 {
  text-transform: uppercase;
  margin: 18px 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: clamp(48px, 7vw, 82px);
  line-height: .9;
}

.storefront-module__N--igG__emptyJourney p {
  max-width: 600px;
  color: var(--muted);
  line-height: 1.6;
}

.storefront-module__N--igG__accountHeader {
  justify-content: space-between;
  align-items: end;
  display: flex;
}

.storefront-module__N--igG__accountHeader h1 em {
  color: var(--signal);
  font-style: normal;
}

.storefront-module__N--igG__accountHeader > button {
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  border: 1px solid #626864;
  padding: 13px 16px;
  font-size: 11px;
  font-weight: 750;
}

.storefront-module__N--igG__accountGrid {
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 60px;
  max-width: 1400px;
  margin: 65px auto 0;
  display: grid;
}

.storefront-module__N--igG__accountGrid > aside {
  border-top: 4px solid var(--ink);
  align-self: start;
  padding-top: 20px;
}

.storefront-module__N--igG__accountGrid small, .storefront-module__N--igG__orderHistory small {
  color: var(--muted);
  font: 750 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__accountGrid dl {
  margin: 26px 0;
}

.storefront-module__N--igG__accountGrid dl div {
  border-top: 1px solid var(--line);
  padding: 14px 0;
}

.storefront-module__N--igG__accountGrid dt {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 10px;
}

.storefront-module__N--igG__accountGrid dd {
  margin: 7px 0 0;
  font-size: 14px;
  font-weight: 650;
}

.storefront-module__N--igG__accountGrid > aside > a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.storefront-module__N--igG__orderHistory > header {
  border-bottom: 4px solid var(--ink);
  justify-content: space-between;
  align-items: end;
  padding-bottom: 22px;
  display: flex;
}

.storefront-module__N--igG__orderHistory h2 {
  text-transform: uppercase;
  margin: 10px 0 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 48px;
}

.storefront-module__N--igG__orderHistory > header > strong {
  font: 400 60px / .8 ui-monospace, monospace;
}

.storefront-module__N--igG__orderRow {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1.1fr 1fr 1fr .8fr 20px;
  align-items: center;
  gap: 15px;
  min-height: 74px;
  font-size: 13px;
  display: grid;
}

.storefront-module__N--igG__orderRow > span {
  font-family: ui-monospace, monospace;
  font-weight: 750;
}

.storefront-module__N--igG__orderRow time {
  color: var(--muted);
}

.storefront-module__N--igG__orderRow em {
  text-transform: uppercase;
  font-size: 10px;
  font-style: normal;
}

.storefront-module__N--igG__orderRow i {
  font-style: normal;
}

.storefront-module__N--igG__orderRow:hover {
  background: var(--signal);
  padding-inline: 10px;
}

.storefront-module__N--igG__emptyOrders {
  padding: 55px 0;
}

.storefront-module__N--igG__emptyOrders h3 {
  font-size: 20px;
}

.storefront-module__N--igG__emptyOrders a {
  text-transform: uppercase;
  font-weight: 800;
}

.storefront-module__N--igG__cartHeading {
  justify-content: space-between;
  align-items: end;
  display: flex;
}

.storefront-module__N--igG__cartHeading > strong {
  color: var(--signal);
  font: 400 72px / .8 ui-monospace, monospace;
}

.storefront-module__N--igG__cartHeading > strong small {
  color: #aeb3af;
  text-align: right;
  text-transform: uppercase;
  margin-top: 12px;
  display: block;
}

.storefront-module__N--igG__cartLayout {
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 55px;
  max-width: 1500px;
  margin: 60px auto 0;
  display: grid;
}

.storefront-module__N--igG__cartLines {
  border-top: 4px solid var(--ink);
}

.storefront-module__N--igG__cartLines article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 40px 120px minmax(180px, 1fr) 130px 130px 60px;
  align-items: center;
  gap: 18px;
  min-height: 150px;
  padding: 18px 0;
  display: grid;
}

.storefront-module__N--igG__lineIndex {
  color: var(--muted);
  font: 700 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__lineImage {
  aspect-ratio: 1;
  background: var(--canvas);
  border: 1px solid var(--line);
  place-items: center;
  padding: 10px;
  display: grid;
}

.storefront-module__N--igG__lineImage img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.storefront-module__N--igG__lineImage b {
  color: #bbb8b0;
  font-family: ui-monospace, monospace;
}

.storefront-module__N--igG__lineInfo small {
  color: var(--muted);
  font: 650 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__lineInfo h2 {
  margin: 8px 0;
  font-size: 16px;
}

.storefront-module__N--igG__lineInfo > span {
  font-size: 12px;
}

.storefront-module__N--igG__quantity {
  border: 1px solid var(--ink);
  grid-template-columns: 36px 42px 36px;
  display: grid;
}

.storefront-module__N--igG__quantity button, .storefront-module__N--igG__quantity output {
  background: var(--canvas);
  border: 0;
  place-items: center;
  height: 38px;
  display: grid;
}

.storefront-module__N--igG__quantity button {
  cursor: pointer;
  font-size: 18px;
}

.storefront-module__N--igG__quantity button:disabled {
  opacity: .35;
}

.storefront-module__N--igG__quantity output {
  border-inline: 1px solid var(--line);
  font-size: 13px;
}

.storefront-module__N--igG__removeLine {
  border: 0;
  border-bottom: 1px solid var(--ink);
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  padding: 7px 0;
  font-size: 10px;
}

.storefront-module__N--igG__backToCatalog {
  text-transform: uppercase;
  margin-top: 24px;
  font-size: 11px;
  font-weight: 800;
  display: inline-block;
}

.storefront-module__N--igG__cartSummary, .storefront-module__N--igG__checkoutSummary {
  color: #fff;
  background: var(--ink);
  align-self: start;
  padding: 30px;
  position: sticky;
  top: 20px;
}

.storefront-module__N--igG__cartSummary > small, .storefront-module__N--igG__checkoutSummary > small {
  color: var(--signal);
  font: 750 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__cartSummary dl, .storefront-module__N--igG__checkoutSummary > dl {
  margin: 27px 0;
}

.storefront-module__N--igG__cartSummary dl div, .storefront-module__N--igG__checkoutSummary > dl div {
  border-top: 1px solid #4b504d;
  justify-content: space-between;
  padding: 12px 0;
  display: flex;
}

.storefront-module__N--igG__cartSummary dl div:last-child, .storefront-module__N--igG__checkoutSummary > dl div:last-child {
  font-size: 20px;
  font-weight: 800;
}

.storefront-module__N--igG__cartSummary dd, .storefront-module__N--igG__checkoutSummary dd {
  margin: 0;
}

.storefront-module__N--igG__cartSummary .storefront-module__N--igG__primaryAction {
  width: 100%;
  margin-top: 0;
}

.storefront-module__N--igG__cartSummary > p {
  color: #aeb3af;
  font-size: 11px;
  line-height: 1.5;
}

.storefront-module__N--igG__checkoutHeading {
  padding-bottom: 45px;
}

.storefront-module__N--igG__checkoutHeading nav {
  gap: 35px;
  margin-top: 38px;
  display: flex;
}

.storefront-module__N--igG__checkoutHeading nav span {
  color: #929894;
  border-top: 2px solid #59605b;
  padding-top: 11px;
  font: 700 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__checkoutHeading nav span[data-active="true"] {
  border-color: var(--signal);
  color: var(--signal);
}

.storefront-module__N--igG__checkoutLayout {
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 65px;
  max-width: 1400px;
  margin: 55px auto 0;
  display: grid;
}

.storefront-module__N--igG__checkoutMain {
  min-width: 0;
}

.storefront-module__N--igG__checkoutForm, .storefront-module__N--igG__shippingPanel, .storefront-module__N--igG__reviewPanel {
  border-top: 5px solid var(--ink);
  padding-top: 25px;
}

.storefront-module__N--igG__checkoutForm header h2, .storefront-module__N--igG__shippingPanel header h2, .storefront-module__N--igG__reviewPanel header h2 {
  text-transform: uppercase;
  margin: 10px 0 25px;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 48px;
}

.storefront-module__N--igG__checkoutForm header small, .storefront-module__N--igG__shippingPanel header small, .storefront-module__N--igG__reviewPanel header small {
  color: var(--muted);
  font: 750 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__checkoutForm h3 {
  border-top: 1px solid var(--line);
  text-transform: uppercase;
  margin-top: 38px;
  padding-top: 25px;
  font-size: 18px;
}

.storefront-module__N--igG__checkLabel {
  align-items: center;
  gap: 10px;
  text-transform: none !important;
  display: flex !important;
}

.storefront-module__N--igG__checkLabel input {
  accent-color: var(--ink);
  width: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
}

.storefront-module__N--igG__shippingOptions {
  border-top: 1px solid var(--line);
}

.storefront-module__N--igG__shippingOptions label {
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 85px;
  padding: 15px;
  display: grid;
}

.storefront-module__N--igG__shippingOptions label:has(input:checked) {
  background: var(--signal);
}

.storefront-module__N--igG__shippingOptions input {
  width: 18px;
  height: 18px;
  accent-color: var(--ink);
}

.storefront-module__N--igG__shippingOptions span {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.storefront-module__N--igG__shippingOptions small {
  color: var(--muted);
}

.storefront-module__N--igG__stepActions {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  display: flex;
}

.storefront-module__N--igG__stepActions > button:not(.storefront-module__N--igG__primaryAction) {
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  border: 0;
  font-size: 11px;
  font-weight: 800;
}

.storefront-module__N--igG__stepActions .storefront-module__N--igG__primaryAction {
  margin-top: 0;
}

.storefront-module__N--igG__reviewPanel > dl {
  border-top: 1px solid var(--line);
}

.storefront-module__N--igG__reviewPanel > dl > div {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 160px 1fr;
  padding: 18px 0;
  display: grid;
}

.storefront-module__N--igG__reviewPanel dt {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 11px;
}

.storefront-module__N--igG__reviewPanel dd {
  margin: 0;
  line-height: 1.6;
}

.storefront-module__N--igG__checkoutItem {
  border-bottom: 1px solid #4b504d;
  grid-template-columns: 32px 1fr auto;
  gap: 10px;
  padding: 14px 0;
  font-size: 12px;
  display: grid;
}

.storefront-module__N--igG__checkoutItem p {
  margin: 0;
}

.storefront-module__N--igG__checkoutItem span {
  color: var(--signal);
  font-family: ui-monospace, monospace;
}

.storefront-module__N--igG__orderSuccess {
  padding-left: clamp(110px, 11vw, 190px);
  position: relative;
}

.storefront-module__N--igG__successMark {
  width: 72px;
  height: 72px;
  color: var(--signal-text);
  background: var(--signal);
  place-items: center;
  font-size: 35px;
  display: grid;
  position: absolute;
  top: 76px;
  left: clamp(20px, 3vw, 56px);
}

.storefront-module__N--igG__orderDetail {
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: 70px;
  max-width: 1300px;
  margin: 60px auto 0;
  display: grid;
}

.storefront-module__N--igG__orderDetail header {
  border-bottom: 4px solid var(--ink);
  padding-bottom: 20px;
}

.storefront-module__N--igG__orderDetail header small, .storefront-module__N--igG__orderDetail > aside > small {
  color: var(--muted);
  font: 750 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__orderDetail header h2 {
  text-transform: uppercase;
  margin: 10px 0 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 44px;
}

.storefront-module__N--igG__orderItems article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 45px 1fr auto;
  align-items: center;
  min-height: 72px;
  display: grid;
}

.storefront-module__N--igG__orderItems article > span {
  color: var(--accent);
  font-family: ui-monospace, monospace;
}

.storefront-module__N--igG__orderItems article div {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.storefront-module__N--igG__orderItems article small {
  color: var(--muted);
}

.storefront-module__N--igG__orderTotals {
  width: min(100%, 380px);
  margin-left: auto;
}

.storefront-module__N--igG__orderTotals div {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  padding: 11px 0;
  display: flex;
}

.storefront-module__N--igG__orderTotals div:last-child {
  font-size: 19px;
  font-weight: 800;
}

.storefront-module__N--igG__orderTotals dd {
  margin: 0;
}

.storefront-module__N--igG__orderDetail > aside {
  color: #fff;
  background: var(--ink);
  align-self: start;
  padding: 28px;
}

.storefront-module__N--igG__orderDetail address {
  flex-direction: column;
  gap: 7px;
  margin: 25px 0;
  font-size: 13px;
  font-style: normal;
  display: flex;
}

.storefront-module__N--igG__orderDetail > aside dl div {
  border-top: 1px solid #4d534f;
  padding: 12px 0;
}

.storefront-module__N--igG__orderDetail > aside dt {
  color: #9ba09c;
  text-transform: uppercase;
  font-size: 10px;
}

.storefront-module__N--igG__orderDetail > aside dd {
  text-transform: uppercase;
  margin: 6px 0 0;
}

.storefront-module__N--igG__orderDetail > aside .storefront-module__N--igG__primaryAction {
  width: 100%;
}

@media (max-width: 1100px) {
  .storefront-module__N--igG__authLayout {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__authLayout > aside {
    display: none;
  }

  .storefront-module__N--igG__accountGrid, .storefront-module__N--igG__cartLayout, .storefront-module__N--igG__checkoutLayout, .storefront-module__N--igG__orderDetail {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__accountGrid > aside {
    display: none;
  }

  .storefront-module__N--igG__cartSummary, .storefront-module__N--igG__checkoutSummary {
    position: static;
  }

  .storefront-module__N--igG__cartLines article {
    grid-template-columns: 30px 90px minmax(160px, 1fr) 120px 110px 50px;
  }
}

@media (max-width: 900px) {
  .storefront-module__N--igG__customerNav .storefront-module__N--igG__accountLink {
    display: none;
  }

  .storefront-module__N--igG__customerNav .storefront-module__N--igG__cartLink {
    display: grid;
  }

  .storefront-module__N--igG__journeyPage {
    padding-inline: 14px;
  }

  .storefront-module__N--igG__journeyHero, .storefront-module__N--igG__cartHeading, .storefront-module__N--igG__checkoutHeading, .storefront-module__N--igG__accountHeader, .storefront-module__N--igG__orderSuccess {
    margin-inline: -14px;
    padding-inline: 20px;
  }

  .storefront-module__N--igG__mobileCustomerNav {
    display: flex;
  }

  .storefront-module__N--igG__cartHeading, .storefront-module__N--igG__accountHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .storefront-module__N--igG__cartLines article {
    grid-template-columns: 75px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .storefront-module__N--igG__lineIndex {
    display: none;
  }

  .storefront-module__N--igG__lineImage {
    grid-row: span 2;
  }

  .storefront-module__N--igG__lineInfo {
    grid-column: 2 / 4;
  }

  .storefront-module__N--igG__quantity {
    grid-column: 2;
  }

  .storefront-module__N--igG__removeLine {
    grid-column: 3;
  }

  .storefront-module__N--igG__orderSuccess {
    padding-left: 110px;
  }

  .storefront-module__N--igG__successMark {
    left: 20px;
  }
}

@media (max-width: 580px) {
  .storefront-module__N--igG__journeyHero, .storefront-module__N--igG__cartHeading, .storefront-module__N--igG__checkoutHeading, .storefront-module__N--igG__accountHeader, .storefront-module__N--igG__orderSuccess {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .storefront-module__N--igG__journeyHero h1, .storefront-module__N--igG__cartHeading h1, .storefront-module__N--igG__checkoutHeading h1, .storefront-module__N--igG__accountHeader h1, .storefront-module__N--igG__orderSuccess h1 {
    font-size: 49px;
  }

  .storefront-module__N--igG__authLayout {
    box-shadow: 4px 4px 0 var(--ink);
    margin-top: 35px;
  }

  .storefront-module__N--igG__formPanel {
    padding: 24px;
  }

  .storefront-module__N--igG__formGrid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .storefront-module__N--igG__orderRow {
    grid-template-columns: 1fr auto;
  }

  .storefront-module__N--igG__orderRow time, .storefront-module__N--igG__orderRow em, .storefront-module__N--igG__orderRow i {
    display: none;
  }

  .storefront-module__N--igG__cartHeading > strong {
    font-size: 52px;
  }

  .storefront-module__N--igG__cartLayout, .storefront-module__N--igG__checkoutLayout, .storefront-module__N--igG__orderDetail {
    gap: 35px;
    margin-top: 35px;
  }

  .storefront-module__N--igG__cartLines article {
    grid-template-columns: 70px minmax(0, 1fr) auto;
  }

  .storefront-module__N--igG__cartLines article > strong {
    font-size: 13px;
  }

  .storefront-module__N--igG__checkoutHeading nav {
    justify-content: space-between;
    gap: 12px;
  }

  .storefront-module__N--igG__checkoutHeading nav span {
    font-size: 8px;
  }

  .storefront-module__N--igG__checkoutForm header h2, .storefront-module__N--igG__shippingPanel header h2, .storefront-module__N--igG__reviewPanel header h2 {
    font-size: 39px;
  }

  .storefront-module__N--igG__stepActions {
    flex-direction: column;
    align-items: stretch;
  }

  .storefront-module__N--igG__stepActions button {
    width: 100%;
  }

  .storefront-module__N--igG__reviewPanel > dl > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .storefront-module__N--igG__orderSuccess {
    padding-top: 140px;
    padding-left: 20px;
  }

  .storefront-module__N--igG__successMark {
    top: 50px;
  }

  .storefront-module__N--igG__orderDetail header h2 {
    font-size: 36px;
  }

  .storefront-module__N--igG__orderItems article {
    grid-template-columns: 35px 1fr;
  }

  .storefront-module__N--igG__orderItems article > strong {
    grid-column: 2;
    margin-top: -12px;
    padding-bottom: 12px;
  }

  .storefront-module__N--igG__emptyJourney {
    margin-top: 35px;
    padding: 35px 22px;
  }
}

.storefront-module__N--igG__homeSearch {
  color: var(--ink);
  background: var(--canvas);
  position: relative;
}

.storefront-module__N--igG__searchTabs {
  border-bottom: 1px solid var(--ink);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  display: grid;
}

.storefront-module__N--igG__searchTabs button {
  min-width: 0;
  min-height: 70px;
  color: var(--ink);
  background: var(--paper);
  text-align: left;
  cursor: pointer;
  grid-template-columns: auto 1fr;
  align-content: center;
  gap: 5px 10px;
  padding: 12px 14px;
  display: grid;
  border: 0 !important;
  border-right: 1px solid var(--line) !important;
}

.storefront-module__N--igG__searchTabs button:last-child {
  border-right: 0 !important;
}

.storefront-module__N--igG__searchTabs button:hover, .storefront-module__N--igG__searchTabs button:focus-visible {
  background: #e3e0d8;
}

.storefront-module__N--igG__searchTabs button.storefront-module__N--igG__active {
  color: var(--signal-text);
  background: var(--signal);
}

.storefront-module__N--igG__searchTabs small {
  color: inherit;
  grid-row: 1 / 3;
  font: 750 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__searchTabs span {
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.1;
  overflow: hidden;
  font-size: 12px !important;
}

.storefront-module__N--igG__searchTabs b {
  text-transform: uppercase;
  font-size: 12px;
  display: none;
}

.storefront-module__N--igG__searchPanel {
  min-height: 186px;
  padding: 26px;
  position: relative;
}

.storefront-module__N--igG__searchTextForm > label {
  color: var(--muted);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font: 750 11px / 1.2 ui-monospace, monospace;
  display: block;
}

.storefront-module__N--igG__searchTextForm > div:first-of-type {
  border: 2px solid var(--ink);
  background: var(--canvas);
  min-height: 60px;
  box-shadow: 4px 4px 0 var(--ink);
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  display: grid;
}

.storefront-module__N--igG__searchTextForm svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8px;
  width: 21px;
  margin-left: 12px;
}

.storefront-module__N--igG__searchTextForm .storefront-module__N--igG__hash {
  margin-left: 14px;
  font: 700 22px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__searchTextForm input {
  outline: 0;
  min-width: 0;
  height: 56px;
  padding: 0 12px;
  background: none !important;
  border: 0 !important;
  font-size: 15px !important;
}

.storefront-module__N--igG__searchTextForm > div > button {
  min-width: 145px;
  color: var(--signal-text);
  background: var(--signal);
  text-transform: uppercase;
  cursor: pointer;
  align-self: stretch;
  padding: 0 20px;
  font-weight: 850;
  border: 0 !important;
  border-left: 1px solid var(--ink) !important;
  font-size: 11px !important;
}

.storefront-module__N--igG__searchTextForm > div > button:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.storefront-module__N--igG__searchTextForm > p, .storefront-module__N--igG__machineSearchForm > p {
  color: var(--muted);
  margin: 14px 0 0;
  line-height: 1.45;
  font-size: 12px !important;
}

.storefront-module__N--igG__recentSearches {
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 13px;
  display: flex;
}

.storefront-module__N--igG__recentSearches > small {
  color: var(--muted);
  margin-right: 4px;
  font: 750 9px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__recentSearches > button {
  background: var(--paper);
  cursor: pointer;
  padding: 6px 9px;
  border: 1px solid var(--line) !important;
  font-size: 10px !important;
}

.storefront-module__N--igG__recentSearches > button:hover {
  background: var(--signal);
  border-color: var(--ink) !important;
}

.storefront-module__N--igG__searchSuggestions {
  z-index: 20;
  border: 1px solid var(--ink);
  background: var(--canvas);
  box-shadow: 5px 5px 0 var(--ink);
  margin-top: 7px;
  position: absolute;
  left: 26px;
  right: 26px;
}

.storefront-module__N--igG__searchSuggestions a {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 62px;
  padding: 7px 12px;
  display: grid;
}

.storefront-module__N--igG__searchSuggestions a:hover {
  background: var(--paper);
}

.storefront-module__N--igG__searchSuggestions a > span {
  background: #fff;
  place-items: center;
  width: 46px;
  height: 46px;
  font: 700 10px / 1 ui-monospace, monospace;
  display: grid;
}

.storefront-module__N--igG__searchSuggestions img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.storefront-module__N--igG__searchSuggestions b {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.25;
  overflow: hidden;
}

.storefront-module__N--igG__searchSuggestions small {
  color: var(--muted);
  font: 650 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__searchSuggestions > button {
  width: 100%;
  min-height: 45px;
  color: var(--signal-text);
  background: var(--signal);
  text-transform: uppercase;
  font-weight: 800;
  border: 0 !important;
  font-size: 11px !important;
}

.storefront-module__N--igG__machineSearchForm {
  background: var(--ink);
  border: 1px solid var(--ink);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  display: grid;
}

.storefront-module__N--igG__machineSearchForm > div {
  background: var(--canvas);
  padding: 13px;
}

.storefront-module__N--igG__machineSearchForm label {
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 8px;
  font: 750 10px / 1 ui-monospace, monospace;
  display: block;
}

.storefront-module__N--igG__machineSearchForm select {
  border-radius: 0;
  width: 100%;
  min-height: 42px;
  padding: 0 8px;
  border: 1px solid var(--line) !important;
  background: var(--paper) !important;
  font-size: 12px !important;
}

.storefront-module__N--igG__machineSearchForm select:disabled {
  opacity: .45;
}

.storefront-module__N--igG__machineSearchForm > button {
  min-height: 48px;
  color: var(--signal-text);
  background: var(--signal);
  text-transform: uppercase;
  cursor: pointer;
  grid-column: 1 / -1;
  font-weight: 850;
  border: 0 !important;
  font-size: 11px !important;
}

.storefront-module__N--igG__machineSearchForm > button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.storefront-module__N--igG__machineSearchForm > p {
  color: #d2d5d2;
  background: var(--ink);
  grid-column: 1 / -1;
  padding: 0 13px 13px;
}

.storefront-module__N--igG__visualSearch {
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 14px;
  display: grid;
}

.storefront-module__N--igG__visualSearch > input {
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  position: absolute;
}

.storefront-module__N--igG__visualDrop {
  background: var(--paper);
  text-align: left;
  cursor: pointer;
  align-items: center;
  gap: 16px;
  min-height: 120px;
  padding: 14px;
  display: flex;
  border: 2px dashed var(--ink) !important;
}

.storefront-module__N--igG__visualDrop > svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4px;
  flex: 0 0 54px;
  width: 54px;
}

.storefront-module__N--igG__visualDrop > img {
  -o-object-fit: contain;
  object-fit: contain;
  background: #fff;
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
}

.storefront-module__N--igG__visualDrop span {
  flex-direction: column;
  gap: 7px;
  display: flex;
}

.storefront-module__N--igG__visualDrop b {
  font-size: 14px;
}

.storefront-module__N--igG__visualDrop small {
  color: var(--muted);
  font: 650 10px / 1.3 ui-monospace, monospace;
}

.storefront-module__N--igG__visualAnalyze {
  color: var(--signal-text);
  background: var(--signal);
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 850;
  border: 1px solid var(--ink) !important;
  font-size: 11px !important;
}

.storefront-module__N--igG__visualAnalyze:disabled {
  opacity: .55;
}

.storefront-module__N--igG__searchError {
  border-left: 5px solid var(--accent);
  background: #f7d8d2;
  grid-column: 1 / -1;
  margin: 0;
  padding: 13px;
  font-size: 13px !important;
}

.storefront-module__N--igG__visualResult {
  border-top: 4px solid var(--ink);
  background: var(--paper);
  grid-column: 1 / -1;
  padding: 18px;
}

.storefront-module__N--igG__visualResult > small {
  color: var(--muted);
  font: 750 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__visualResult h3 {
  text-transform: uppercase;
  margin: 9px 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 28px;
}

.storefront-module__N--igG__visualResult > p {
  margin: 0 0 13px;
  font-size: 13px !important;
}

.storefront-module__N--igG__visualResult > div {
  flex-wrap: wrap;
  gap: 7px;
  display: flex;
}

.storefront-module__N--igG__visualResult a {
  border: 1px solid var(--ink);
  background: var(--canvas);
  gap: 14px;
  padding: 9px 11px;
  font-size: 11px;
  font-weight: 750;
  display: inline-flex;
}

.storefront-module__N--igG__visualResult a:hover {
  background: var(--signal);
}

@media (max-width: 900px) {
  .storefront-module__N--igG__searchBandGrid {
    gap: 28px;
  }

  .storefront-module__N--igG__searchPanel {
    min-height: 0;
  }

  .storefront-module__N--igG__machineSearchForm {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 580px) {
  .storefront-module__N--igG__searchHub {
    box-shadow: 4px 4px 0 var(--ink);
    padding: 7px;
  }

  .storefront-module__N--igG__searchTabs {
    grid-template-columns: 1fr 1fr;
  }

  .storefront-module__N--igG__searchTabs button {
    min-height: 57px;
    padding: 8px 10px;
  }

  .storefront-module__N--igG__searchTabs button:nth-child(2) {
    border-right: 0 !important;
  }

  .storefront-module__N--igG__searchTabs button:nth-child(-n+2) {
    border-bottom: 1px solid var(--line) !important;
  }

  .storefront-module__N--igG__searchTabs span {
    display: none;
  }

  .storefront-module__N--igG__searchTabs b {
    display: block;
  }

  .storefront-module__N--igG__searchPanel {
    padding: 17px;
  }

  .storefront-module__N--igG__searchTextForm > div:first-of-type {
    box-shadow: 3px 3px 0 var(--ink);
    grid-template-columns: 27px minmax(0, 1fr);
  }

  .storefront-module__N--igG__searchTextForm > div > button {
    grid-column: 1 / -1;
    min-height: 46px;
    border-top: 1px solid var(--ink) !important;
    border-left: 0 !important;
  }

  .storefront-module__N--igG__searchTextForm input {
    height: 51px;
    padding-right: 5px;
    font-size: 13px !important;
  }

  .storefront-module__N--igG__searchSuggestions {
    left: 17px;
    right: 17px;
  }

  .storefront-module__N--igG__searchSuggestions a {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .storefront-module__N--igG__searchSuggestions a small {
    display: none;
  }

  .storefront-module__N--igG__machineSearchForm, .storefront-module__N--igG__visualSearch {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__visualDrop {
    min-height: 105px;
  }

  .storefront-module__N--igG__visualAnalyze {
    min-height: 48px;
  }

  .storefront-module__N--igG__visualDrop > img {
    flex-basis: 75px;
    width: 75px;
    height: 75px;
  }
}

.storefront-module__N--igG__searchBand {
  z-index: 12;
  position: relative;
}

.storefront-module__N--igG__searchBandGrid, .storefront-module__N--igG__searchHub, .storefront-module__N--igG__homeSearch, .storefront-module__N--igG__searchPanel {
  overflow: visible;
}

.storefront-module__N--igG__searchHub {
  z-index: 2;
  position: relative;
}

.storefront-module__N--igG__searchSuggestions {
  z-index: 80;
  overscroll-behavior: contain;
  max-height: min(420px, 100vh - 150px);
  overflow-y: auto;
}

@media (max-width: 580px) {
  .storefront-module__N--igG__searchSuggestions {
    max-height: 55vh;
  }
}

.storefront-module__N--igG__cartLink svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 19px;
  height: 19px;
}

@media (min-width: 901px) and (max-width: 1280px) {
  .storefront-module__N--igG__customerNav .storefront-module__N--igG__cartLink {
    display: grid;
  }
}

.storefront-module__N--igG__searchSuggestions > p {
  color: var(--muted);
  background: var(--paper);
  margin: 0;
  padding: 16px 14px;
  line-height: 1.45;
  font-size: 12px !important;
}

.storefront-module__N--igG__searchTextForm > div:first-of-type:focus-within {
  outline: 3px solid var(--signal);
  outline-offset: 2px;
}

.storefront-module__N--igG__suggestionOptions {
  display: block;
}

.storefront-module__N--igG__searchSuggestions a.storefront-module__N--igG__activeSuggestion, .storefront-module__N--igG__searchSuggestions a[aria-selected="true"] {
  outline: 2px solid var(--ink);
  outline-offset: -2px;
  background: var(--signal);
}

.storefront-module__N--igG__searchGuide {
  border: 1px solid var(--ink);
  border-left: 6px solid var(--signal);
  background: var(--paper);
  gap: 11px;
  margin-top: 16px;
  padding: 14px;
  display: grid;
}

.storefront-module__N--igG__searchGuide > div:first-child {
  gap: 5px;
  display: grid;
}

.storefront-module__N--igG__searchGuide > div:first-child small {
  color: var(--muted);
  letter-spacing: .08em;
  font: 800 9px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__searchGuide > div:first-child strong {
  font-size: 14px;
  line-height: 1.35;
}

.storefront-module__N--igG__searchGuideFacts, .storefront-module__N--igG__searchGuideActions {
  flex-wrap: wrap;
  gap: 7px;
  display: flex;
}

.storefront-module__N--igG__searchGuideFacts span {
  border: 1px solid var(--line);
  background: var(--canvas);
  padding: 6px 8px;
  font-size: 10px;
}

.storefront-module__N--igG__searchGuideActions button {
  background: var(--canvas);
  cursor: pointer;
  padding: 8px 10px;
  font-weight: 750;
  border: 1px solid var(--ink) !important;
  font-size: 10px !important;
}

.storefront-module__N--igG__searchGuideActions button:hover, .storefront-module__N--igG__searchGuideActions button:focus-visible {
  background: var(--signal);
}

.storefront-module__N--igG__searchGuideActions .storefront-module__N--igG__searchGuidePrimary {
  color: var(--signal-text);
  background: var(--signal);
  text-transform: uppercase;
}

@media (max-width: 580px) {
  .storefront-module__N--igG__searchGuide {
    padding: 11px;
  }

  .storefront-module__N--igG__searchGuideActions button {
    flex: auto;
  }

  .storefront-module__N--igG__searchGuideActions .storefront-module__N--igG__searchGuidePrimary {
    flex-basis: 100%;
  }
}

.storefront-module__N--igG__mega {
  max-height: none;
  overflow: visible;
}

.storefront-module__N--igG__megaGrid {
  grid-template-columns: 290px minmax(0, 1fr) 250px;
  gap: 30px;
  height: auto;
  min-height: 438px;
  padding-block: 24px;
}

.storefront-module__N--igG__megaList {
  border-top: 4px solid var(--ink);
  grid-template-rows: 44px 1fr 46px;
  min-height: 390px;
  display: grid;
  overflow: hidden;
}

.storefront-module__N--igG__megaListHeader {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.storefront-module__N--igG__megaListHeader > span {
  color: var(--muted);
  font: 750 9px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__megaCategorySlide {
  animation: .2s ease-out storefront-module__N--igG__mega-slide-in;
}

.storefront-module__N--igG__megaCategorySlide > button:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: -2px;
}

.storefront-module__N--igG__megaListControls {
  border-top: 1px solid var(--ink);
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: stretch;
  display: grid;
}

.storefront-module__N--igG__megaListControls > button {
  background: var(--canvas);
  place-items: center;
  min-height: 44px;
  display: grid;
  border: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
}

.storefront-module__N--igG__megaListControls > button:disabled {
  opacity: .28;
  cursor: not-allowed;
}

.storefront-module__N--igG__megaListControls > a {
  color: #fff;
  background: var(--ink);
  text-transform: uppercase;
  place-items: center;
  font-weight: 800;
  padding: 0 !important;
  font-size: 9px !important;
  display: grid !important;
}

.storefront-module__N--igG__megaDetail {
  min-width: 0;
  padding: 4px 0;
  overflow: hidden;
}

.storefront-module__N--igG__megaDetail > .storefront-module__N--igG__megaSlidePanel {
  min-height: 380px;
  animation: .2s ease-out storefront-module__N--igG__mega-slide-in;
  display: block;
}

.storefront-module__N--igG__megaTrail {
  align-items: center;
  gap: 12px;
  min-height: 26px;
  display: flex;
}

.storefront-module__N--igG__megaTrail > button {
  border: 1px solid var(--line);
  background: var(--canvas);
  text-transform: uppercase;
  cursor: pointer;
  padding: 4px 7px;
  font-size: 9px;
  font-weight: 800;
}

.storefront-module__N--igG__megaTrail > small {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.storefront-module__N--igG__megaSlidePanel h3 {
  margin: 12px 0 8px;
}

.storefront-module__N--igG__megaSlidePanel > p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
}

.storefront-module__N--igG__megaSubcategoryGrid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  display: grid;
}

.storefront-module__N--igG__megaSubcategoryGrid > a, .storefront-module__N--igG__megaSubcategoryGrid > button {
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--canvas);
  text-align: left;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 50px;
  padding: 9px 11px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.storefront-module__N--igG__megaSubcategoryGrid > a:hover, .storefront-module__N--igG__megaSubcategoryGrid > button:hover, .storefront-module__N--igG__megaSubcategoryGrid > a:focus-visible, .storefront-module__N--igG__megaSubcategoryGrid > button:focus-visible {
  background: var(--signal);
  outline: none;
}

.storefront-module__N--igG__megaSubcategoryGrid span {
  flex: none;
}

.storefront-module__N--igG__megaEmpty {
  border: 1px solid var(--line);
  background: var(--canvas);
  text-align: center;
  place-items: center;
  min-height: 180px;
  padding: 24px;
  margin-top: 18px !important;
  display: grid !important;
}

.storefront-module__N--igG__megaSubcategoryFooter {
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-height: 45px;
  margin-top: 14px;
  display: flex;
}

.storefront-module__N--igG__megaSubcategoryFooter > a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 850;
}

.storefront-module__N--igG__megaSubcategoryFooter > div {
  align-items: center;
  gap: 8px;
  display: flex;
}

.storefront-module__N--igG__megaSubcategoryFooter button {
  border: 1px solid var(--ink);
  background: var(--canvas);
  cursor: pointer;
  width: 34px;
  height: 34px;
}

.storefront-module__N--igG__megaSubcategoryFooter button:disabled {
  opacity: .28;
  cursor: not-allowed;
}

.storefront-module__N--igG__megaSubcategoryFooter span {
  font: 750 9px / 1 ui-monospace, monospace;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .storefront-module__N--igG__megaGrid {
    grid-template-columns: 240px minmax(0, 1fr) 210px;
    gap: 20px;
  }

  .storefront-module__N--igG__megaSubcategoryGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-module__N--igG__megaAside {
    padding: 20px;
  }

  .storefront-module__N--igG__megaAside strong {
    font-size: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront-module__N--igG__megaCategorySlide, .storefront-module__N--igG__megaDetail > .storefront-module__N--igG__megaSlidePanel {
    animation: none;
  }
}

@keyframes storefront-module__N--igG__mega-slide-in {
  from {
    opacity: 0;
    transform: translateX(18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.storefront-module__N--igG__megaDetail > .storefront-module__N--igG__megaSlidePanel {
  border-top: 0;
  outline: none;
  grid-template-columns: none;
  margin-top: 0;
}

.storefront-module__N--igG__megaDetail > .storefront-module__N--igG__megaSlidePanel .storefront-module__N--igG__megaSubcategoryGrid > a, .storefront-module__N--igG__megaDetail > .storefront-module__N--igG__megaSlidePanel .storefront-module__N--igG__megaSubcategoryGrid > button {
  margin-right: 0;
  padding: 9px 11px !important;
  font-size: 11px !important;
}

.storefront-module__N--igG__megaDetail > .storefront-module__N--igG__megaSlidePanel .storefront-module__N--igG__megaSubcategoryGrid > a:nth-child(odd) {
  margin-right: 0;
}

.storefront-module__N--igG__megaDetail > .storefront-module__N--igG__megaSlidePanel .storefront-module__N--igG__megaSubcategoryGrid > a:focus-visible, .storefront-module__N--igG__megaDetail > .storefront-module__N--igG__megaSlidePanel .storefront-module__N--igG__megaSubcategoryGrid > button:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: -3px;
  background: var(--signal);
}

.storefront-module__N--igG__megaDetail > .storefront-module__N--igG__megaSlidePanel .storefront-module__N--igG__megaSubcategoryFooter > a {
  margin-right: 0;
  padding: 8px 0;
  font-size: 10px !important;
}

.storefront-module__N--igG__megaTrail > button:focus-visible, .storefront-module__N--igG__megaListControls > button:focus-visible, .storefront-module__N--igG__megaListControls > a:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: -3px;
}

.storefront-module__N--igG__megaCategorySlide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  display: grid;
}

.storefront-module__N--igG__megaCategorySlide > button {
  min-height: 48px;
  padding: 7px 9px;
  line-height: 1.15;
}

.storefront-module__N--igG__megaListControls {
  grid-template-columns: 1fr;
}

.storefront-module__N--igG__megaListControls > a {
  min-height: 46px;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .storefront-module__N--igG__megaGrid {
    grid-template-columns: 340px minmax(0, 1fr);
  }

  .storefront-module__N--igG__megaAside {
    display: none;
  }

  .storefront-module__N--igG__megaCategorySlide > button {
    padding-inline: 7px;
    font-size: 11px !important;
  }
}

.storefront-module__N--igG__megaGrid {
  grid-template-columns: 300px minmax(0, 1fr) 280px;
}

.storefront-module__N--igG__megaList {
  min-height: 566px;
}

.storefront-module__N--igG__megaCategorySlide {
  grid-template-columns: 1fr;
}

.storefront-module__N--igG__megaCategorySlide > button {
  min-height: 34px;
  padding: 5px 8px;
}

.storefront-module__N--igG__megaCategorySlide > button:nth-child(odd) {
  border-right: 0;
}

.storefront-module__N--igG__megaSubcategoryGrid > a.storefront-module__N--igG__activeSubcategory {
  background: var(--signal);
  outline: 2px solid var(--ink);
  outline-offset: -2px;
}

.storefront-module__N--igG__megaThirdPanel {
  min-width: 0;
  animation: .2s ease-out storefront-module__N--igG__mega-slide-in;
  overflow: hidden;
}

.storefront-module__N--igG__megaThirdPanel h3 {
  text-transform: uppercase;
  margin: 15px 0 10px;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 28px;
  line-height: .95;
}

.storefront-module__N--igG__megaThirdPanel > div {
  border-top: 1px solid #505552;
  grid-template-columns: 1fr;
  display: grid;
}

.storefront-module__N--igG__megaThirdPanel > div > a {
  color: #fff;
  border-bottom: 1px solid #505552;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 2px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.storefront-module__N--igG__megaThirdPanel > div > a:hover, .storefront-module__N--igG__megaThirdPanel > div > a:focus-visible {
  color: var(--ink);
  background: var(--signal);
  outline-offset: -2px;
  outline: 2px solid #fff;
}

.storefront-module__N--igG__megaThirdPanel footer {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  display: flex;
}

.storefront-module__N--igG__megaThirdPanel footer > a {
  color: var(--signal);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 850;
}

.storefront-module__N--igG__megaThirdPanel footer > span {
  color: #fff;
  align-items: center;
  gap: 6px;
  font: 750 9px / 1 ui-monospace, monospace;
  display: flex;
}

.storefront-module__N--igG__megaThirdPanel footer button {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 1px solid #69706c;
  width: 28px;
  height: 28px;
}

.storefront-module__N--igG__megaThirdPanel footer button:disabled {
  opacity: .3;
  cursor: not-allowed;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .storefront-module__N--igG__megaGrid {
    grid-template-columns: 260px minmax(0, 1fr) 230px;
    gap: 16px;
  }

  .storefront-module__N--igG__megaAside {
    padding: 18px;
    display: block;
  }

  .storefront-module__N--igG__megaCategorySlide > button {
    font-size: 10px !important;
  }

  .storefront-module__N--igG__megaSubcategoryGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-module__N--igG__megaThirdPanel h3 {
    font-size: 23px;
  }
}

@media (max-width: 900px) {
  .storefront-module__N--igG__mobileNav {
    max-height: calc(100dvh - 64px);
    overflow-y: auto;
  }

  .storefront-module__N--igG__mobileProductsTrigger {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    background: none;
    border: 0;
    border-bottom: 1px solid #454a47;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 13px 0;
    font-size: 14px;
    font-weight: 700;
    display: flex;
  }

  .storefront-module__N--igG__mobileProductPanel {
    animation: .2s ease-out storefront-module__N--igG__mega-slide-in;
  }

  .storefront-module__N--igG__mobileProductPanel > .storefront-module__N--igG__mobileBack {
    min-height: 44px;
    color: var(--signal);
    text-transform: uppercase;
    cursor: pointer;
    background: none;
    border: 0;
    padding: 8px 0;
    font-size: 11px;
    font-weight: 850;
  }

  .storefront-module__N--igG__mobileProductPanel > small {
    color: #969d98;
    margin: 5px 0 10px;
    font: 700 9px / 1.4 ui-monospace, monospace;
    display: block;
  }

  .storefront-module__N--igG__mobileProductPanel > h3 {
    text-transform: uppercase;
    margin: 0 0 12px;
    font-family: Arial Narrow, Impact, sans-serif;
    font-size: 30px;
  }

  .storefront-module__N--igG__mobileProductPanel > .storefront-module__N--igG__mobileAll {
    color: var(--signal);
  }

  .storefront-module__N--igG__mobileProductPanel > div {
    display: grid;
  }

  .storefront-module__N--igG__mobileProductPanel > div > a, .storefront-module__N--igG__mobileProductPanel > div > button {
    color: #fff;
    text-align: left;
    cursor: pointer;
    background: none;
    border: 0;
    border-bottom: 1px solid #454a47;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 11px 0;
    font-size: 13px;
    font-weight: 700;
    display: flex;
  }

  .storefront-module__N--igG__mobileProductPanel > div > a:focus-visible, .storefront-module__N--igG__mobileProductPanel > div > button:focus-visible, .storefront-module__N--igG__mobileProductsTrigger:focus-visible, .storefront-module__N--igG__mobileBack:focus-visible {
    outline: 2px solid var(--signal);
    outline-offset: -2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront-module__N--igG__megaThirdPanel, .storefront-module__N--igG__mobileProductPanel {
    animation: none;
  }
}

.storefront-module__N--igG__megaCategorySlide > a {
  border-bottom: 1px solid var(--line);
  background: none;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  display: flex;
}

.storefront-module__N--igG__megaCategorySlide > a.storefront-module__N--igG__active {
  background: var(--signal);
  padding-left: 12px;
}

.storefront-module__N--igG__megaCategorySlide > a:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: -2px;
}

.storefront-module__N--igG__mobileNav {
  scrollbar-width: none;
}

.storefront-module__N--igG__mobileNav::-webkit-scrollbar {
  display: none;
}

.storefront-module__N--igG__mobileProductPanel > footer {
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  margin-top: 8px;
  display: flex;
}

.storefront-module__N--igG__mobileProductPanel > footer button {
  color: #fff;
  background: none;
  border: 1px solid #69706c;
  width: 38px;
  height: 38px;
}

.storefront-module__N--igG__mobileProductPanel > footer button:disabled {
  opacity: .3;
}

.storefront-module__N--igG__mobileProductPanel > footer span {
  font: 750 10px / 1 ui-monospace, monospace;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .storefront-module__N--igG__topbar {
    display: none;
  }

  .storefront-module__N--igG__megaCategorySlide > a {
    font-size: 10px;
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .storefront-module__N--igG__megaGrid {
    padding-block: 12px;
  }

  .storefront-module__N--igG__megaList {
    min-height: 520px;
  }

  .storefront-module__N--igG__megaCategorySlide > a {
    min-height: 30px;
    padding-block: 3px;
    font-size: 10px;
  }

  .storefront-module__N--igG__megaListHeader {
    height: 38px;
  }

  .storefront-module__N--igG__megaSlidePanel h3 {
    margin-block: 8px;
  }

  .storefront-module__N--igG__megaSubcategoryGrid {
    margin-top: 10px;
  }

  .storefront-module__N--igG__megaSubcategoryGrid > a {
    min-height: 43px;
  }

  .storefront-module__N--igG__megaAside {
    padding-block: 18px;
  }
}

.storefront-module__N--igG__megaGrid {
  grid-template-columns: 260px minmax(0, 1fr) minmax(0, 1fr) 220px;
  gap: 20px;
}

.storefront-module__N--igG__megaDetail, .storefront-module__N--igG__megaThirdColumn {
  min-width: 0;
  padding: 4px 0;
  overflow: hidden;
}

.storefront-module__N--igG__megaSubcategoryGrid {
  grid-template-columns: 1fr;
  align-content: start;
}

.storefront-module__N--igG__megaSubcategoryGrid > a {
  min-height: 38px !important;
  margin-right: 0 !important;
  padding: 7px 9px !important;
}

.storefront-module__N--igG__megaColumnScroll {
  overscroll-behavior: contain;
  scrollbar-width: none;
  max-height: 398px;
  overflow-y: auto;
}

.storefront-module__N--igG__megaColumnScroll::-webkit-scrollbar {
  display: none;
}

.storefront-module__N--igG__megaThirdColumn {
  animation: .2s ease-out storefront-module__N--igG__mega-slide-in;
}

.storefront-module__N--igG__megaThirdColumn > small {
  color: var(--muted);
  letter-spacing: .08em;
  font: 700 9px / 1.2 ui-monospace, monospace;
}

.storefront-module__N--igG__megaThirdColumn > h3 {
  text-transform: uppercase;
  margin: 14px 0 8px;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 28px;
  line-height: .95;
}

.storefront-module__N--igG__megaThirdColumn > p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.storefront-module__N--igG__megaThirdColumn > div {
  border-top: 1px solid var(--line);
  margin-top: 18px;
}

.storefront-module__N--igG__megaThirdColumn > div > a {
  border-bottom: 1px solid var(--line);
  background: var(--canvas);
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 9px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.storefront-module__N--igG__megaThirdColumn > div > a:hover, .storefront-module__N--igG__megaThirdColumn > div > a:focus-visible {
  background: var(--signal);
  outline: 2px solid var(--ink);
  outline-offset: -2px;
}

.storefront-module__N--igG__megaThirdColumn > footer {
  align-items: center;
  min-height: 44px;
  margin-top: 12px;
  display: flex;
}

.storefront-module__N--igG__megaThirdColumn > footer > a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 850;
}

.storefront-module__N--igG__megaPromoAside {
  display: block;
}

.storefront-module__N--igG__megaPromoAside > div, .storefront-module__N--igG__megaPromoAside > footer {
  display: none;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .storefront-module__N--igG__megaGrid {
    grid-template-columns: 230px minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
  }

  .storefront-module__N--igG__megaPromoAside {
    display: none;
  }

  .storefront-module__N--igG__megaThirdColumn > h3 {
    font-size: 23px;
  }

  .storefront-module__N--igG__megaColumnScroll {
    max-height: 390px;
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .storefront-module__N--igG__megaColumnScroll {
    max-height: 340px;
  }

  .storefront-module__N--igG__megaSubcategoryGrid > a, .storefront-module__N--igG__megaThirdColumn > div > a {
    min-height: 34px !important;
    padding-block: 5px !important;
  }

  .storefront-module__N--igG__megaThirdColumn > div {
    margin-top: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront-module__N--igG__megaThirdColumn {
    animation: none;
  }
}

.storefront-module__N--igG__megaSubcategoryGrid {
  background: none;
  border-top: 0;
  border-left: 0;
}

.storefront-module__N--igG__megaDetail > .storefront-module__N--igG__megaSlidePanel .storefront-module__N--igG__megaSubcategoryGrid > a, .storefront-module__N--igG__megaDetail > .storefront-module__N--igG__megaSlidePanel .storefront-module__N--igG__megaSubcategoryGrid > button {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: none;
  line-height: 1.15;
  min-height: 34px !important;
  padding: 5px 8px !important;
  font-size: 12px !important;
}

.storefront-module__N--igG__megaDetail > .storefront-module__N--igG__megaSlidePanel .storefront-module__N--igG__megaSubcategoryGrid > a:hover, .storefront-module__N--igG__megaDetail > .storefront-module__N--igG__megaSlidePanel .storefront-module__N--igG__megaSubcategoryGrid > button:hover {
  background: var(--signal);
  padding-left: 12px !important;
}

.storefront-module__N--igG__megaDetail > .storefront-module__N--igG__megaSlidePanel .storefront-module__N--igG__megaSubcategoryGrid > a.storefront-module__N--igG__activeSubcategory {
  background: var(--signal);
  outline: 0;
  padding-left: 12px !important;
}

.storefront-module__N--igG__megaThirdColumn > div {
  border-top: 0;
}

.storefront-module__N--igG__megaThirdColumn > div > a {
  border-bottom: 1px solid var(--line);
  background: none;
  min-height: 34px;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1.15;
}

.storefront-module__N--igG__megaThirdColumn > div > a:hover {
  background: var(--signal);
  padding-left: 12px;
}

@media (max-height: 760px) and (min-width: 901px) {
  .storefront-module__N--igG__megaSubcategoryGrid > a, .storefront-module__N--igG__megaThirdColumn > div > a {
    min-height: 30px !important;
    padding-block: 3px !important;
    font-size: 10px !important;
  }
}

.storefront-module__N--igG__header {
  z-index: 100;
  position: sticky;
  top: 0;
  box-shadow: 0 5px 18px #11151329;
}

.storefront-module__N--igG__legalPage {
  background: var(--paper);
  min-height: 70vh;
}

.storefront-module__N--igG__legalHero {
  color: #fff;
  background: var(--ink);
  padding: 72px 0;
}

.storefront-module__N--igG__legalHero h1 {
  text-transform: uppercase;
  max-width: 900px;
  margin: 18px 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: clamp(46px, 6vw, 82px);
  line-height: .9;
}

.storefront-module__N--igG__legalHero > div > p:last-child {
  color: #c7ccc8;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.65;
}

.storefront-module__N--igG__legalBody {
  padding: 64px 0 90px;
}

.storefront-module__N--igG__legalBody > .storefront-module__N--igG__wrap {
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 42px;
  display: grid;
}

.storefront-module__N--igG__legalContent {
  border-top: 4px solid var(--ink);
}

.storefront-module__N--igG__legalSection {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 34px 0;
  display: grid;
}

.storefront-module__N--igG__legalSection > small {
  color: var(--accent);
  font: 800 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__legalSection h2 {
  letter-spacing: -.01em;
  margin: 0 0 15px;
  font-family: inherit;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}

.storefront-module__N--igG__legalSection p, .storefront-module__N--igG__legalSection li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.storefront-module__N--igG__legalSection p + p {
  margin-top: 12px;
}

.storefront-module__N--igG__legalSection li + li {
  margin-top: 8px;
}

.storefront-module__N--igG__legalSection ul {
  margin: 12px 0 0;
  padding-left: 22px;
  list-style-type: disc;
  list-style-position: outside;
}

.storefront-module__N--igG__legalSection li::marker {
  color: var(--accent);
}

.storefront-module__N--igG__legalUpdated {
  color: var(--muted);
  padding: 22px 0;
  font-size: 11px;
}

.storefront-module__N--igG__legalAside {
  color: #fff;
  background: var(--ink);
  gap: 13px;
  padding: 26px;
  display: grid;
  position: sticky;
  top: 96px;
}

.storefront-module__N--igG__legalAside > small {
  color: var(--signal);
  font: 750 9px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__legalAside h2 {
  text-transform: uppercase;
  margin: 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 34px;
}

.storefront-module__N--igG__legalAside p {
  color: #bac0bb;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.storefront-module__N--igG__legalAside > a {
  color: var(--signal);
  font-size: 12px;
  font-weight: 750;
}

.storefront-module__N--igG__legalAside nav {
  border-top: 1px solid #4e5550;
  margin-top: 8px;
  display: grid;
}

.storefront-module__N--igG__legalAside nav a {
  color: #fff;
  border-bottom: 1px solid #4e5550;
  padding: 10px 0;
  font-size: 11px;
}

.storefront-module__N--igG__checkLabel a {
  text-underline-offset: 2px;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .storefront-module__N--igG__legalHero {
    padding: 52px 0;
  }

  .storefront-module__N--igG__legalBody {
    padding: 42px 0 70px;
  }

  .storefront-module__N--igG__legalBody > .storefront-module__N--igG__wrap {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__legalAside {
    position: static;
  }

  .storefront-module__N--igG__legalSection {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
  }

  .storefront-module__N--igG__legalSection h2 {
    font-size: 24px;
  }
}

.storefront-module__N--igG__consentBanner {
  z-index: 170;
  max-width: 1180px;
  color: var(--ink);
  background: var(--canvas);
  border: 2px solid var(--ink);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  margin-inline: auto;
  padding: 24px;
  animation: .22s ease-out storefront-module__N--igG__consent-enter;
  display: grid;
  position: fixed;
  bottom: clamp(14px, 3vw, 38px);
  left: clamp(14px, 3vw, 56px);
  right: clamp(14px, 3vw, 56px);
  box-shadow: 7px 7px #111513b3;
}

.storefront-module__N--igG__consentBannerCopy {
  max-width: 690px;
}

.storefront-module__N--igG__consentBanner small, .storefront-module__N--igG__consentDialog small {
  color: var(--muted);
  letter-spacing: .1em;
  font: 800 10px / 1.2 ui-monospace, monospace;
}

.storefront-module__N--igG__consentBanner h2, .storefront-module__N--igG__consentDialog h2 {
  text-transform: uppercase;
  margin: 8px 0 10px;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.storefront-module__N--igG__consentBanner p, .storefront-module__N--igG__consentDialog > p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.storefront-module__N--igG__consentBanner p a, .storefront-module__N--igG__consentPolicyLink {
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.storefront-module__N--igG__consentActions {
  align-items: stretch;
  gap: 9px;
  display: flex;
}

.storefront-module__N--igG__consentPrimary, .storefront-module__N--igG__consentSecondary {
  border: 1px solid var(--ink);
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0;
  min-height: 45px;
  padding: 0 14px;
  font-size: 11px;
  font-weight: 850;
}

.storefront-module__N--igG__consentPrimary {
  color: var(--signal-text);
  background: var(--signal);
  box-shadow: 3px 3px 0 var(--ink);
}

.storefront-module__N--igG__consentSecondary {
  background: var(--canvas);
}

.storefront-module__N--igG__consentPrimary:hover {
  box-shadow: 2px 2px 0 var(--ink);
  transform: translate(1px, 1px);
}

.storefront-module__N--igG__consentSecondary:hover {
  background: var(--paper);
}

.storefront-module__N--igG__consentPrimary:focus-visible, .storefront-module__N--igG__consentSecondary:focus-visible, .storefront-module__N--igG__consentReopen:focus-visible, .storefront-module__N--igG__consentDialog a:focus-visible, .storefront-module__N--igG__consentDialog input:focus-visible, .storefront-module__N--igG__consentDialog header button:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.storefront-module__N--igG__consentReopen {
  z-index: 145;
  color: #fff;
  background: var(--ink);
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #5a605c;
  min-height: 36px;
  padding: 0 11px;
  font: 750 10px / 1 ui-monospace, monospace;
  position: fixed;
  bottom: 14px;
  left: 14px;
  box-shadow: 3px 3px #00000040;
}

.storefront-module__N--igG__consentReopen:hover {
  color: var(--signal);
}

.storefront-module__N--igG__consentBackdrop {
  z-index: 180;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: #0d100ebf;
  place-items: center;
  padding: 20px;
  display: grid;
  position: fixed;
  inset: 0;
}

.storefront-module__N--igG__consentDialog {
  width: min(680px, 100%);
  max-height: calc(100dvh - 40px);
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--ink);
  padding: 28px;
  animation: .2s ease-out storefront-module__N--igG__consent-enter;
  overflow: auto;
  box-shadow: 9px 9px #00000061;
}

.storefront-module__N--igG__consentDialog > header {
  border-bottom: 4px solid var(--ink);
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 18px;
  display: flex;
}

.storefront-module__N--igG__consentDialog > header h2 {
  margin-bottom: 0;
  font-size: 38px;
}

.storefront-module__N--igG__consentDialog > header button {
  border: 1px solid var(--ink);
  background: var(--canvas);
  cursor: pointer;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  font-size: 25px;
}

.storefront-module__N--igG__consentDialog > p {
  padding: 18px 0;
}

.storefront-module__N--igG__consentPurposes {
  border-top: 1px solid var(--line);
}

.storefront-module__N--igG__consentPurposes > div, .storefront-module__N--igG__consentPurposes > label {
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  min-height: 88px;
  padding: 15px 4px;
  display: grid;
}

.storefront-module__N--igG__consentPurposes span {
  flex-direction: column;
  gap: 7px;
  display: flex;
}

.storefront-module__N--igG__consentPurposes strong {
  font-size: 15px;
}

.storefront-module__N--igG__consentPurposes small {
  color: var(--muted);
  letter-spacing: 0;
  font: 500 13px / 1.45 Inter, Segoe UI, Arial, sans-serif;
}

.storefront-module__N--igG__consentPurposes b {
  color: var(--muted);
  text-transform: uppercase;
  font: 750 10px / 1.2 ui-monospace, monospace;
}

.storefront-module__N--igG__consentPurposes input {
  width: 24px;
  height: 24px;
  accent-color: var(--ink);
  cursor: pointer;
  margin: 0;
}

.storefront-module__N--igG__consentPolicyLink {
  margin-top: 18px;
  font-size: 12px;
  font-weight: 750;
  display: inline-block;
}

.storefront-module__N--igG__consentDialog > footer {
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
  display: flex;
}

.storefront-module__N--igG__consentStatus {
  z-index: 190;
  color: #fff;
  background: var(--accent);
  max-width: 420px;
  margin: 0;
  padding: 12px;
  font-size: 12px;
  line-height: 1.45;
  position: fixed;
  bottom: 16px;
  right: 16px;
}

.storefront-module__N--igG__consentStatus:empty {
  display: none;
}

@keyframes storefront-module__N--igG__consent-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .storefront-module__N--igG__consentBanner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .storefront-module__N--igG__consentActions {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .storefront-module__N--igG__consentActions .storefront-module__N--igG__consentPrimary {
    grid-area: 1 / 1 / auto / -1;
  }

  .storefront-module__N--igG__consentReopen {
    bottom: 74px;
  }
}

@media (max-width: 580px) {
  .storefront-module__N--igG__consentBanner {
    padding: 18px;
    bottom: 12px;
  }

  .storefront-module__N--igG__consentBanner h2 {
    font-size: 26px;
  }

  .storefront-module__N--igG__consentBanner p {
    font-size: 13px;
  }

  .storefront-module__N--igG__consentActions {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__consentActions .storefront-module__N--igG__consentPrimary {
    grid-column: auto;
  }

  .storefront-module__N--igG__consentPrimary, .storefront-module__N--igG__consentSecondary {
    width: 100%;
  }

  .storefront-module__N--igG__consentBackdrop {
    align-items: end;
    padding: 0;
  }

  .storefront-module__N--igG__consentDialog {
    width: 100%;
    max-height: 94dvh;
    box-shadow: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding: 22px 18px;
  }

  .storefront-module__N--igG__consentDialog > header h2 {
    font-size: 31px;
  }

  .storefront-module__N--igG__consentPurposes > div, .storefront-module__N--igG__consentPurposes > label {
    min-height: 82px;
  }

  .storefront-module__N--igG__consentDialog > footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .storefront-module__N--igG__consentStatus {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .storefront-module__N--igG__consentReopen {
    bottom: 72px;
  }
}

.storefront-module__N--igG__footerGrid > div.storefront-module__N--igG__footerBrands {
  flex-flow: wrap;
  align-content: flex-start;
  gap: 9px 14px;
}

.storefront-module__N--igG__footerGrid > div.storefront-module__N--igG__footerBrands small {
  flex: 0 0 100%;
}

.storefront-module__N--igG__footerGrid > div.storefront-module__N--igG__footerBrands a {
  white-space: nowrap;
}

.storefront-module__N--igG__brandCategories {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  display: grid;
}

.storefront-module__N--igG__brandCategories a {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--canvas);
  min-height: 74px;
  color: var(--ink);
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  display: flex;
}

.storefront-module__N--igG__brandCategories a:hover {
  background: var(--paper);
}

.storefront-module__N--igG__brandCategories a span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.storefront-module__N--igG__brandCategories a b {
  color: var(--muted);
  flex: none;
  font: 750 12px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__brandModels {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  display: grid;
}

.storefront-module__N--igG__brandModels article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--canvas);
  padding: 20px;
}

.storefront-module__N--igG__brandModels article > small {
  color: var(--muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  font: 800 10px / 1.2 ui-monospace, monospace;
  display: block;
}

.storefront-module__N--igG__brandModels article > h3 {
  text-transform: uppercase;
  margin: 8px 0 16px;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 23px;
  line-height: 1;
}

.storefront-module__N--igG__brandModels ul {
  flex-direction: column;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.storefront-module__N--igG__brandModels li {
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  padding-bottom: 9px;
  display: flex;
}

.storefront-module__N--igG__brandModels li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.storefront-module__N--igG__brandModels li b {
  letter-spacing: -.01em;
  font-size: 14px;
}

.storefront-module__N--igG__brandModels li span {
  color: var(--muted);
  font: 500 12px / 1.3 Inter, Segoe UI, Arial, sans-serif;
}

.storefront-module__N--igG__brandModels li span + span:before {
  content: "·";
  color: var(--line);
  margin-right: 8px;
}

@media (max-width: 580px) {
  .storefront-module__N--igG__brandCategories, .storefront-module__N--igG__brandModels {
    grid-template-columns: 1fr;
  }
}

.storefront-module__N--igG__signalButton, .storefront-module__N--igG__searchHub, .storefront-module__N--igG__searchRow > label, .storefront-module__N--igG__loadMore, .storefront-module__N--igG__shaftNav > div, .storefront-module__N--igG__contactForm, .storefront-module__N--igG__contactForm > button, .storefront-module__N--igG__themePickerButton, .storefront-module__N--igG__themePalette, .storefront-module__N--igG__addToCart, .storefront-module__N--igG__authLayout, .storefront-module__N--igG__primaryAction, .storefront-module__N--igG__searchTextForm > div:first-of-type, .storefront-module__N--igG__searchSuggestions, .storefront-module__N--igG__consentBanner, .storefront-module__N--igG__consentPrimary, .storefront-module__N--igG__consentReopen, .storefront-module__N--igG__consentDialog {
  box-shadow: none;
}

.storefront-module__N--igG__addToCart:hover:not(:disabled), .storefront-module__N--igG__consentPrimary:hover {
  box-shadow: none;
  transform: none;
}

.storefront-module__N--igG__mega {
  border-bottom: 4px solid var(--ink);
  top: 100%;
}

.storefront-module__N--igG__megaGrid {
  padding-block: 18px;
  display: block;
}

.storefront-module__N--igG__megaColumns {
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--canvas);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  height: min(620px, 100dvh - 170px);
  min-height: 480px;
  display: grid;
}

.storefront-module__N--igG__megaColumn {
  border-right: 1px solid var(--ink);
  background: var(--canvas);
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.storefront-module__N--igG__megaColumnHeader {
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
  flex-direction: column;
  justify-content: center;
  min-height: 76px;
  padding: 14px 16px;
  display: flex;
}

.storefront-module__N--igG__megaColumnHeader small {
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.storefront-module__N--igG__megaColumnHeader h3 {
  text-transform: uppercase;
  margin: 8px 0 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 25px;
  line-height: 1;
}

.storefront-module__N--igG__megaColumnHeader h3 span {
  float: right;
  color: var(--muted);
  font: 700 10px / 1.5 ui-monospace, monospace;
}

.storefront-module__N--igG__megaColumnList {
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--line) transparent;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.storefront-module__N--igG__megaColumnList::-webkit-scrollbar {
  width: 5px;
}

.storefront-module__N--igG__megaColumnList::-webkit-scrollbar-thumb {
  background: var(--line);
}

.storefront-module__N--igG__megaColumnList > [data-menu-item] {
  border: 0;
  border-bottom: 1px solid var(--line);
  width: 100%;
  min-height: 33px;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  background: none;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 5px 12px;
  font: 700 11px / 1.2 Inter, Segoe UI, Arial, sans-serif;
  display: flex;
}

.storefront-module__N--igG__megaColumnList > [data-menu-item] > span {
  color: var(--muted);
  flex: none;
  font-family: ui-monospace, monospace;
}

.storefront-module__N--igG__megaColumnList > [data-menu-item]:hover, .storefront-module__N--igG__megaColumnList > [data-menu-item]:focus-visible, .storefront-module__N--igG__megaColumnList > .storefront-module__N--igG__activeMenuItem, .storefront-module__N--igG__megaColumnList > [data-menu-item][aria-expanded="true"] {
  color: var(--ink);
  background: var(--signal);
  outline: 0;
  padding-left: 17px;
}

.storefront-module__N--igG__megaColumnList > [data-menu-item]:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: -3px;
}

.storefront-module__N--igG__megaColumnFooter {
  border-top: 1px solid var(--ink);
  background: var(--paper);
  align-items: center;
  min-height: 47px;
  padding: 0 13px;
  display: flex;
}

.storefront-module__N--igG__megaColumnFooter a {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  font: 850 9px / 1.2 ui-monospace, monospace;
  display: flex;
}

.storefront-module__N--igG__megaColumnFooter a:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.storefront-module__N--igG__megaColumnEmpty {
  min-height: 0;
  color: var(--muted);
  text-align: center;
  background: repeating-linear-gradient(135deg, #0000 0 9px, #1c211f06 10px, #0000 11px);
  flex: 1;
  place-items: center;
  padding: 24px;
  font-size: 12px;
  line-height: 1.6;
  display: grid;
  margin: 0 !important;
}

.storefront-module__N--igG__megaLevelTwo, .storefront-module__N--igG__megaLevelThree {
  animation: .18s ease-out storefront-module__N--igG__mega-flyout;
}

.storefront-module__N--igG__megaActionBar {
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
  background: var(--ink);
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 54px;
  padding: 0 17px;
  display: flex;
}

.storefront-module__N--igG__megaActionBar > span {
  color: #bfc4c0;
  letter-spacing: .06em;
  text-transform: uppercase;
  font: 650 9px / 1.3 ui-monospace, monospace;
}

.storefront-module__N--igG__megaActionBar > a {
  background: var(--signal);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-width: 210px;
  padding: 11px 13px;
  font-size: 10px;
  font-weight: 850;
  display: flex;
  color: var(--ink) !important;
}

.storefront-module__N--igG__megaActionBar svg {
  width: 17px;
}

.storefront-module__N--igG__megaActionBar > a:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #fff;
}

@keyframes storefront-module__N--igG__mega-flyout {
  from {
    opacity: .35;
    transform: translateX(-8px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1180px) and (min-width: 901px) {
  .storefront-module__N--igG__megaGrid {
    padding-inline: 12px;
  }

  .storefront-module__N--igG__megaColumns {
    height: min(570px, 100dvh - 120px);
  }

  .storefront-module__N--igG__megaColumnHeader {
    padding-inline: 12px;
  }

  .storefront-module__N--igG__megaColumnHeader h3 {
    font-size: 21px;
  }

  .storefront-module__N--igG__megaColumnList > [data-menu-item] {
    padding-inline: 9px;
    font-size: 10px;
  }

  .storefront-module__N--igG__megaColumnList > [data-menu-item]:hover, .storefront-module__N--igG__megaColumnList > [data-menu-item]:focus-visible, .storefront-module__N--igG__megaColumnList > .storefront-module__N--igG__activeMenuItem, .storefront-module__N--igG__megaColumnList > [data-menu-item][aria-expanded="true"] {
    padding-left: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront-module__N--igG__megaLevelTwo, .storefront-module__N--igG__megaLevelThree {
    animation: none;
  }
}

.storefront-module__N--igG__megaColumnHeader {
  min-height: 88px;
  padding: 16px 18px;
}

.storefront-module__N--igG__megaColumnHeader h3 {
  margin-top: 9px;
  font-size: 28px;
  line-height: 1.05;
}

.storefront-module__N--igG__megaColumnList > [data-menu-item] {
  white-space: normal;
  min-height: 44px;
  padding: 9px 16px;
  font-size: 14px;
  line-height: 1.3;
}

.storefront-module__N--igG__megaColumnList > [data-menu-item]:hover, .storefront-module__N--igG__megaColumnList > [data-menu-item]:focus-visible, .storefront-module__N--igG__megaColumnList > .storefront-module__N--igG__activeMenuItem, .storefront-module__N--igG__megaColumnList > [data-menu-item][aria-expanded="true"] {
  padding-left: 21px;
}

.storefront-module__N--igG__megaColumnList > [data-menu-item] > span {
  font-size: 14px;
}

.storefront-module__N--igG__megaColumnFooter a {
  white-space: normal;
  min-height: 44px;
  font-size: 12px;
  line-height: 1.25;
}

.storefront-module__N--igG__megaActionBar {
  min-height: 62px;
  padding-inline: 18px;
}

.storefront-module__N--igG__megaActionBar > a {
  min-width: 230px;
  min-height: 44px;
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .storefront-module__N--igG__megaColumnHeader {
    min-height: 82px;
    padding-inline: 14px;
  }

  .storefront-module__N--igG__megaColumnHeader h3 {
    font-size: 25px;
  }

  .storefront-module__N--igG__megaColumnList > [data-menu-item] {
    min-height: 44px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.25;
  }

  .storefront-module__N--igG__megaColumnList > [data-menu-item]:hover, .storefront-module__N--igG__megaColumnList > [data-menu-item]:focus-visible, .storefront-module__N--igG__megaColumnList > .storefront-module__N--igG__activeMenuItem, .storefront-module__N--igG__megaColumnList > [data-menu-item][aria-expanded="true"] {
    padding-left: 17px;
  }

  .storefront-module__N--igG__megaActionBar > span {
    font-size: 10px;
  }
}

@media (max-width: 900px) {
  .storefront-module__N--igG__header:has(.storefront-module__N--igG__mobileNav) {
    z-index: 200;
  }

  .storefront-module__N--igG__mobileNav {
    z-index: 201;
    background: var(--ink);
    position: relative;
  }

  .storefront-module__N--igG__mobileProductsTrigger {
    min-height: 52px;
    padding: 14px 0;
    font-size: 16px;
    line-height: 1.25;
  }

  .storefront-module__N--igG__mobileProductPanel > .storefront-module__N--igG__mobileBack {
    min-height: 48px;
    font-size: 14px;
    line-height: 1.2;
  }

  .storefront-module__N--igG__mobileProductPanel > small {
    font-size: 11px;
    line-height: 1.45;
  }

  .storefront-module__N--igG__mobileProductPanel > h3 {
    font-size: 34px;
    line-height: 1.05;
  }

  .storefront-module__N--igG__mobileProductPanel > .storefront-module__N--igG__mobileAll {
    align-items: center;
    min-height: 44px;
    font-size: 15px;
    line-height: 1.3;
    display: flex;
  }

  .storefront-module__N--igG__mobileProductPanel > div > a, .storefront-module__N--igG__mobileProductPanel > div > button {
    min-height: 52px;
    padding: 12px 0;
    font-size: 15px;
    line-height: 1.35;
  }

  .storefront-module__N--igG__mobileProductPanel > footer {
    min-height: 52px;
  }

  .storefront-module__N--igG__mobileProductPanel > footer button {
    width: 44px;
    height: 44px;
  }

  .storefront-module__N--igG__mobileProductPanel > footer span {
    font-size: 12px;
  }
}

.storefront-module__N--igG__site {
  --rounded-page: #f3f5f2;
  --rounded-surface: #fff;
  --rounded-soft: #f7f8f5;
  --rounded-border: #1c211f1f;
  --rounded-xs: 8px;
  --rounded-sm: 12px;
  --rounded-md: 16px;
  --rounded-lg: 22px;
  --rounded-xl: 30px;
  --rounded-pill: 999px;
  --rounded-shadow-xs: 0 2px 8px #1118140f;
  --rounded-shadow-sm: 0 10px 30px #11181417;
  --rounded-shadow-md: 0 22px 60px #11181424;
  background: var(--rounded-page);
}

.storefront-module__N--igG__site button, .storefront-module__N--igG__site input, .storefront-module__N--igG__site select, .storefront-module__N--igG__site textarea {
  border-radius: var(--rounded-sm);
}

.storefront-module__N--igG__site button, .storefront-module__N--igG__site a, .storefront-module__N--igG__site input, .storefront-module__N--igG__site select, .storefront-module__N--igG__site textarea {
  transition: border-color .2s, background-color .2s, box-shadow .2s, transform .2s;
}

.storefront-module__N--igG__header {
  box-shadow: 0 8px 28px #0b100d29;
}

.storefront-module__N--igG__catalogButton, .storefront-module__N--igG__mobileButton, .storefront-module__N--igG__cartLink, .storefront-module__N--igG__signalButton, .storefront-module__N--igG__darkOutline, .storefront-module__N--igG__inkButton, .storefront-module__N--igG__primaryAction, .storefront-module__N--igG__addToCart, .storefront-module__N--igG__loadMore, .storefront-module__N--igG__detailCta, .storefront-module__N--igG__clear, .storefront-module__N--igG__mobileFilter, .storefront-module__N--igG__mobileApply {
  border-radius: var(--rounded-pill);
}

.storefront-module__N--igG__themePickerButton, .storefront-module__N--igG__consentReopen {
  border-radius: 50%;
}

.storefront-module__N--igG__themePalette, .storefront-module__N--igG__shaftNav > div {
  border-radius: var(--rounded-md);
  box-shadow: var(--rounded-shadow-md);
}

.storefront-module__N--igG__mega {
  box-shadow: none;
  background: none;
  border: 0;
  padding: 12px 18px 18px;
}

.storefront-module__N--igG__megaGrid {
  background: var(--rounded-surface);
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-xl);
  box-shadow: var(--rounded-shadow-md);
  padding: 16px;
}

.storefront-module__N--igG__megaColumns {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-lg);
  background: var(--rounded-soft);
  overflow: hidden;
}

.storefront-module__N--igG__megaColumn {
  border-color: var(--rounded-border);
  background: var(--rounded-surface);
}

.storefront-module__N--igG__megaColumnHeader, .storefront-module__N--igG__megaColumnFooter {
  border-color: var(--rounded-border);
  background: var(--rounded-soft);
}

.storefront-module__N--igG__megaColumnList > [data-menu-item] {
  border-radius: var(--rounded-sm);
  border: 0;
  width: calc(100% - 16px);
  margin: 4px 8px;
}

.storefront-module__N--igG__megaColumnList > [data-menu-item]:hover, .storefront-module__N--igG__megaColumnList > [data-menu-item]:focus-visible, .storefront-module__N--igG__megaColumnList > .storefront-module__N--igG__activeMenuItem, .storefront-module__N--igG__megaColumnList > [data-menu-item][aria-expanded="true"] {
  box-shadow: var(--rounded-shadow-xs);
}

.storefront-module__N--igG__megaActionBar {
  border-radius: var(--rounded-md);
  box-shadow: var(--rounded-shadow-sm);
  border: 0;
  margin-top: 12px;
}

.storefront-module__N--igG__megaActionBar > a {
  border-radius: var(--rounded-pill);
}

.storefront-module__N--igG__homeHero, .storefront-module__N--igG__catalogHero, .storefront-module__N--igG__infoHero, .storefront-module__N--igG__journeyHero {
  border-radius: var(--rounded-xl);
  box-shadow: var(--rounded-shadow-md);
  margin: 16px clamp(12px, 2vw, 28px) 0;
}

.storefront-module__N--igG__searchBand, .storefront-module__N--igG__section, .storefront-module__N--igG__categorySection, .storefront-module__N--igG__blog, .storefront-module__N--igG__cta, .storefront-module__N--igG__mission, .storefront-module__N--igG__infoValues, .storefront-module__N--igG__contactSection, .storefront-module__N--igG__contactHelp {
  border-radius: var(--rounded-xl);
  margin: 18px clamp(10px, 1.5vw, 22px);
  overflow: hidden;
}

.storefront-module__N--igG__searchHub {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-lg);
  box-shadow: var(--rounded-shadow-md) !important;
}

.storefront-module__N--igG__searchPanel {
  border-radius: var(--rounded-md);
}

.storefront-module__N--igG__searchHub button, .storefront-module__N--igG__searchHub input, .storefront-module__N--igG__searchHub [class*="rounded"], .storefront-module__N--igG__quickSearch button, .storefront-module__N--igG__quickSearch input, .storefront-module__N--igG__quickSearch textarea, .storefront-module__N--igG__quickSearch select, .storefront-module__N--igG__quickSearch [class*="rounded"] {
  border-radius: var(--rounded-sm) !important;
}

.storefront-module__N--igG__searchHub input, .storefront-module__N--igG__quickSearch input, .storefront-module__N--igG__quickSearch textarea, .storefront-module__N--igG__quickSearch select {
  border-color: var(--rounded-border) !important;
  background: var(--rounded-surface) !important;
}

.storefront-module__N--igG__searchTextForm > div:first-of-type, .storefront-module__N--igG__searchSuggestions, .storefront-module__N--igG__searchRow > label {
  border-color: var(--rounded-border);
  border-radius: var(--rounded-pill);
  box-shadow: var(--rounded-shadow-sm);
}

.storefront-module__N--igG__searchSuggestions {
  border-radius: var(--rounded-md);
  overflow: hidden;
}

.storefront-module__N--igG__brandGrid, .storefront-module__N--igG__homeProducts, .storefront-module__N--igG__blogGrid, .storefront-module__N--igG__valueGrid {
  border: 0;
  gap: 18px;
}

.storefront-module__N--igG__brandGrid a, .storefront-module__N--igG__homeProducts > article, .storefront-module__N--igG__blogGrid a, .storefront-module__N--igG__valueGrid article {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-lg);
  box-shadow: var(--rounded-shadow-sm);
  overflow: hidden;
}

.storefront-module__N--igG__brandGrid a:hover, .storefront-module__N--igG__homeProducts > article:hover, .storefront-module__N--igG__blogGrid a:hover, .storefront-module__N--igG__valueGrid article:hover {
  box-shadow: var(--rounded-shadow-md);
  transform: translateY(-3px);
}

.storefront-module__N--igG__selectorGrid {
  gap: 22px;
}

.storefront-module__N--igG__selectorGrid > article {
  border-color: var(--rounded-border);
  border-radius: var(--rounded-xl);
  box-shadow: var(--rounded-shadow-md);
}

.storefront-module__N--igG__selectorVisual, .storefront-module__N--igG__selectorVisual img {
  border-radius: var(--rounded-xl) var(--rounded-xl) 0 0;
}

.storefront-module__N--igG__homeProductImage, .storefront-module__N--igG__homeProductImage img {
  border-radius: var(--rounded-lg) var(--rounded-lg) 0 0;
}

.storefront-module__N--igG__homeProductImage small, .storefront-module__N--igG__stock, .storefront-module__N--igG__numberChips span, .storefront-module__N--igG__fitment span {
  border-radius: var(--rounded-pill);
}

.storefront-module__N--igG__homeProductBody a, .storefront-module__N--igG__cardFooter > span {
  border-radius: 50%;
}

.storefront-module__N--igG__categoryRows {
  border: 0;
  gap: 12px;
  display: grid;
}

.storefront-module__N--igG__categoryRows a {
  border-radius: var(--rounded-md);
  background: #ffffff09;
  border: 1px solid #ffffff1c;
  padding-inline: 20px;
}

.storefront-module__N--igG__categoryRows a:hover {
  background: #ffffff17;
  padding-left: 24px;
  box-shadow: 0 12px 34px #0003;
}

.storefront-module__N--igG__about aside, .storefront-module__N--igG__legalAside, .storefront-module__N--igG__cartSummary, .storefront-module__N--igG__checkoutSummary, .storefront-module__N--igG__orderDetail > aside {
  border-radius: var(--rounded-xl);
  box-shadow: var(--rounded-shadow-md);
}

.storefront-module__N--igG__assistLinks {
  border: 0;
  gap: 10px;
  display: grid;
}

.storefront-module__N--igG__assistLinks a {
  border-radius: var(--rounded-md);
  background: #ffffff09;
  border: 1px solid #454b47;
  padding-inline: 16px;
}

.storefront-module__N--igG__faq > div:last-child {
  border: 0;
  gap: 10px;
  display: grid;
}

.storefront-module__N--igG__faq article {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-md);
  background: var(--rounded-surface);
  box-shadow: var(--rounded-shadow-xs);
  overflow: hidden;
}

.storefront-module__N--igG__cta {
  box-shadow: var(--rounded-shadow-sm);
}

.storefront-module__N--igG__catalogLayout {
  gap: 34px;
}

.storefront-module__N--igG__filters {
  background: var(--rounded-surface);
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-lg);
  box-shadow: var(--rounded-shadow-sm);
  padding: 18px;
}

.storefront-module__N--igG__filters header {
  border-radius: var(--rounded-sm) var(--rounded-sm) 0 0;
}

.storefront-module__N--igG__filterGroup, .storefront-module__N--igG__selectFacet {
  border-color: var(--rounded-border);
}

.storefront-module__N--igG__filterOptions label {
  border-radius: var(--rounded-xs);
}

.storefront-module__N--igG__filterOptions label:hover {
  background: var(--rounded-soft);
}

.storefront-module__N--igG__filters select, .storefront-module__N--igG__rangeInputs input, .storefront-module__N--igG__resultBar select {
  border-radius: var(--rounded-pill);
  background: var(--rounded-soft);
}

.storefront-module__N--igG__activeFilters > button {
  border-color: var(--rounded-border);
  border-radius: var(--rounded-pill);
  box-shadow: var(--rounded-shadow-xs);
}

.storefront-module__N--igG__searchRow > label {
  background: var(--rounded-surface);
  height: 60px;
}

.storefront-module__N--igG__resultBar {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-md);
  background: var(--rounded-surface);
  box-shadow: var(--rounded-shadow-xs);
  margin: 14px 0 20px;
  padding: 0 18px;
}

.storefront-module__N--igG__viewToggle {
  border-radius: var(--rounded-pill);
  overflow: hidden;
}

.storefront-module__N--igG__productGrid {
  border: 0;
  gap: 18px;
}

.storefront-module__N--igG__productCard {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-lg);
  background: var(--rounded-surface);
  box-shadow: var(--rounded-shadow-sm);
  overflow: hidden;
}

.storefront-module__N--igG__productCard:hover {
  box-shadow: var(--rounded-shadow-md);
  border-color: #1c211f33;
  transform: translateY(-3px);
}

.storefront-module__N--igG__cardImage {
  border-radius: var(--rounded-lg) var(--rounded-lg) 0 0;
  background: var(--rounded-soft);
  border: 0;
}

.storefront-module__N--igG__cardImage > img {
  border-radius: var(--rounded-md);
}

.storefront-module__N--igG__cardBody {
  padding: 22px;
}

.storefront-module__N--igG__cardPurchase {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-md);
  background: var(--rounded-soft);
  margin: 0 14px 14px;
  padding: 14px;
}

.storefront-module__N--igG__compactCart {
  min-height: 44px;
  box-shadow: 0 8px 22px color-mix(in srgb, var(--signal) 24%, transparent);
  padding-inline: 18px;
}

.storefront-module__N--igG__skeleton {
  border-radius: var(--rounded-lg);
  box-shadow: var(--rounded-shadow-sm);
  border: 0;
}

.storefront-module__N--igG__listView {
  border: 0 !important;
  gap: 14px !important;
}

.storefront-module__N--igG__listView .storefront-module__N--igG__productCard {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-lg);
  overflow: hidden;
}

.storefront-module__N--igG__listView .storefront-module__N--igG__cardImage {
  border-radius: var(--rounded-md);
  border: 0;
  margin: 14px;
}

.storefront-module__N--igG__listView .storefront-module__N--igG__cardPurchase {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-md);
  margin: 14px;
}

.storefront-module__N--igG__loadMore {
  box-shadow: var(--rounded-shadow-sm);
  border: 0;
}

.storefront-module__N--igG__detailBackdrop {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #0d100e85;
  padding: 18px;
}

.storefront-module__N--igG__detail {
  border-radius: var(--rounded-xl);
  height: calc(100% - 36px);
  box-shadow: var(--rounded-shadow-md);
  margin-block: auto;
}

.storefront-module__N--igG__detail > header {
  border-radius: var(--rounded-xl) var(--rounded-xl) 0 0;
}

.storefront-module__N--igG__detail > header button {
  border-radius: 50%;
}

.storefront-module__N--igG__gallery > div, .storefront-module__N--igG__gallery nav button {
  border-color: var(--rounded-border);
  border-radius: var(--rounded-md);
  background: var(--rounded-soft);
}

.storefront-module__N--igG__gallery > div {
  box-shadow: var(--rounded-shadow-sm);
}

.storefront-module__N--igG__productPageHeader {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-md);
  background: var(--rounded-surface);
  box-shadow: var(--rounded-shadow-xs);
  margin-bottom: 18px;
  padding: 16px 20px;
}

.storefront-module__N--igG__productDetailShell {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-xl);
  background: var(--rounded-surface);
  box-shadow: var(--rounded-shadow-md);
  overflow: hidden;
}

.storefront-module__N--igG__productDetailShell .storefront-module__N--igG__gallery {
  background: var(--rounded-soft);
}

.storefront-module__N--igG__productDetailShell .storefront-module__N--igG__detailSummary {
  border-color: var(--rounded-border);
  background: var(--rounded-surface);
}

.storefront-module__N--igG__productPrice {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-md);
  background: var(--rounded-soft);
  padding: 20px;
}

.storefront-module__N--igG__productPrice + button, .storefront-module__N--igG__enquiryPrice a {
  border-radius: var(--rounded-pill);
}

.storefront-module__N--igG__contactForm, .storefront-module__N--igG__legalContent, .storefront-module__N--igG__formPanel, .storefront-module__N--igG__checkoutForm, .storefront-module__N--igG__shippingPanel, .storefront-module__N--igG__reviewPanel {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-xl);
  background: var(--rounded-surface);
  box-shadow: var(--rounded-shadow-sm);
  padding: 28px;
}

.storefront-module__N--igG__contactForm input, .storefront-module__N--igG__contactForm select, .storefront-module__N--igG__contactForm textarea, .storefront-module__N--igG__formPanel input, .storefront-module__N--igG__checkoutForm input, .storefront-module__N--igG__addressFields input {
  border-color: var(--rounded-border);
  border-radius: var(--rounded-sm);
  background: var(--rounded-soft);
}

.storefront-module__N--igG__contactForm input:focus, .storefront-module__N--igG__contactForm select:focus, .storefront-module__N--igG__contactForm textarea:focus, .storefront-module__N--igG__formPanel input:focus, .storefront-module__N--igG__checkoutForm input:focus, .storefront-module__N--igG__addressFields input:focus {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--signal) 26%, transparent);
}

.storefront-module__N--igG__contactHelp > div {
  border: 0;
  gap: 16px;
}

.storefront-module__N--igG__contactHelp article {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-lg);
  background: var(--rounded-surface);
  box-shadow: var(--rounded-shadow-sm);
}

.storefront-module__N--igG__contactMap {
  border-radius: var(--rounded-xl);
  box-shadow: var(--rounded-shadow-md);
}

.storefront-module__N--igG__authLayout {
  border-color: var(--rounded-border);
  border-radius: var(--rounded-xl);
  box-shadow: var(--rounded-shadow-md);
  overflow: hidden;
}

.storefront-module__N--igG__authTabs {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-pill);
  overflow: hidden;
}

.storefront-module__N--igG__shippingOptions {
  border: 0;
  gap: 10px;
  display: grid;
}

.storefront-module__N--igG__shippingOptions label {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-md);
  background: var(--rounded-soft);
}

.storefront-module__N--igG__quantity {
  border-color: var(--rounded-border);
  border-radius: var(--rounded-pill);
  overflow: hidden;
}

.storefront-module__N--igG__lineImage {
  border-color: var(--rounded-border);
  border-radius: var(--rounded-md);
  background: var(--rounded-soft);
}

.storefront-module__N--igG__cartLines {
  border: 0;
  gap: 12px;
  display: grid;
}

.storefront-module__N--igG__cartLines article {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-lg);
  background: var(--rounded-surface);
  box-shadow: var(--rounded-shadow-xs);
  padding: 18px;
}

.storefront-module__N--igG__orderItems article {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-sm);
  background: var(--rounded-surface);
  margin-bottom: 8px;
  padding: 10px;
}

.storefront-module__N--igG__successMark {
  box-shadow: var(--rounded-shadow-sm);
  border-radius: 50%;
}

.storefront-module__N--igG__orderDetail header {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-lg);
  background: var(--rounded-surface);
  padding: 24px;
}

.storefront-module__N--igG__legalSection {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-md);
  background: var(--rounded-surface);
  margin-bottom: 12px;
  padding: 24px;
}

.storefront-module__N--igG__consentBanner, .storefront-module__N--igG__consentDialog {
  border-color: var(--rounded-border);
  border-radius: var(--rounded-xl);
  box-shadow: var(--rounded-shadow-md);
}

.storefront-module__N--igG__consentPrimary, .storefront-module__N--igG__consentSecondary, .storefront-module__N--igG__consentDialog > header button {
  border-radius: var(--rounded-pill);
}

@media (prefers-reduced-motion: reduce) {
  .storefront-module__N--igG__productCard, .storefront-module__N--igG__brandGrid a, .storefront-module__N--igG__homeProducts > article, .storefront-module__N--igG__blogGrid a, .storefront-module__N--igG__valueGrid article {
    transition: none;
  }

  .storefront-module__N--igG__productCard:hover, .storefront-module__N--igG__brandGrid a:hover, .storefront-module__N--igG__homeProducts > article:hover, .storefront-module__N--igG__blogGrid a:hover, .storefront-module__N--igG__valueGrid article:hover {
    transform: none;
  }
}

@media (max-width: 900px) {
  .storefront-module__N--igG__homeHero, .storefront-module__N--igG__catalogHero, .storefront-module__N--igG__infoHero, .storefront-module__N--igG__journeyHero {
    border-radius: var(--rounded-lg);
    margin: 10px;
  }

  .storefront-module__N--igG__searchBand, .storefront-module__N--igG__section, .storefront-module__N--igG__categorySection, .storefront-module__N--igG__blog, .storefront-module__N--igG__cta, .storefront-module__N--igG__mission, .storefront-module__N--igG__infoValues, .storefront-module__N--igG__contactSection, .storefront-module__N--igG__contactHelp {
    border-radius: var(--rounded-lg);
    margin: 12px 8px;
  }

  .storefront-module__N--igG__mobileNav {
    border-radius: 0 0 var(--rounded-lg) var(--rounded-lg);
    box-shadow: var(--rounded-shadow-md);
    margin: 0 8px 8px;
  }

  .storefront-module__N--igG__filters {
    border-radius: var(--rounded-xl);
    inset: 10px 8% 10px 10px;
  }

  .storefront-module__N--igG__detailBackdrop {
    padding: 8px;
  }

  .storefront-module__N--igG__detail {
    border-radius: var(--rounded-xl);
    width: 100%;
    height: calc(100% - 16px);
  }

  .storefront-module__N--igG__catalogLayout {
    padding-inline: 14px;
  }

  .storefront-module__N--igG__productGrid, .storefront-module__N--igG__homeProducts, .storefront-module__N--igG__brandGrid, .storefront-module__N--igG__blogGrid, .storefront-module__N--igG__valueGrid {
    gap: 14px;
  }

  .storefront-module__N--igG__contactForm, .storefront-module__N--igG__legalContent, .storefront-module__N--igG__formPanel, .storefront-module__N--igG__checkoutForm, .storefront-module__N--igG__shippingPanel, .storefront-module__N--igG__reviewPanel {
    border-radius: var(--rounded-lg);
    padding: 22px;
  }
}

@media (max-width: 580px) {
  .storefront-module__N--igG__brandGrid {
    gap: 10px;
  }

  .storefront-module__N--igG__productGrid {
    gap: 14px;
  }

  .storefront-module__N--igG__productCard {
    border-radius: var(--rounded-md);
  }

  .storefront-module__N--igG__cardImage {
    border-radius: var(--rounded-md) var(--rounded-md) 0 0;
  }

  .storefront-module__N--igG__cardPurchase {
    margin: 0 10px 10px;
  }

  .storefront-module__N--igG__selectorGrid {
    gap: 16px;
  }

  .storefront-module__N--igG__selectorGrid > article {
    border-radius: var(--rounded-lg);
  }

  .storefront-module__N--igG__contactForm {
    box-shadow: var(--rounded-shadow-sm);
  }

  .storefront-module__N--igG__authLayout {
    box-shadow: var(--rounded-shadow-md);
  }
}

.storefront-module__N--igG__site {
  --shell-max: 1440px;
  --shell-gutter: max(0px, calc((100vw - var(--shell-max)) / 2));
  width: min(var(--shell-max), 100%);
  border-inline: 1px solid var(--line);
  margin-inline: auto;
}

.storefront-module__N--igG__wrap, .storefront-module__N--igG__catalogLayout {
  width: 100%;
  max-width: none;
}

.storefront-module__N--igG__themePalette {
  right: calc(var(--shell-gutter, 0px) + 78px);
}

.storefront-module__N--igG__consentBanner {
  right: calc(var(--shell-gutter, 0px) + clamp(14px, 3vw, 56px));
  left: calc(var(--shell-gutter, 0px) + clamp(14px, 3vw, 56px));
}

.storefront-module__N--igG__mega {
  z-index: 165;
}

@media (max-width: 1440px) {
  .storefront-module__N--igG__site {
    border-inline: 0;
  }
}

.storefront-module__N--igG__site {
  border-inline: 0;
  width: 100%;
  margin-inline: 0;
}

.storefront-module__N--igG__site > main {
  width: min(var(--shell-max), 100%);
  border-inline: 0;
  margin-inline: auto;
}

.storefront-module__N--igG__site > footer {
  border-inline: 0;
  width: 100%;
  margin-inline: 0;
}

.storefront-module__N--igG__topbar > .storefront-module__N--igG__wrap, .storefront-module__N--igG__header > .storefront-module__N--igG__wrap, .storefront-module__N--igG__footer > .storefront-module__N--igG__wrap {
  width: min(var(--shell-max), 100%);
  margin-inline: auto;
}

.storefront-module__N--igG__mega {
  width: min(var(--shell-max), 100%);
  margin-inline: auto;
  left: 0;
  right: 0;
}

.storefront-module__N--igG__assist {
  border-radius: var(--rounded-xl);
  margin: 18px clamp(10px, 1.5vw, 22px);
  overflow: hidden;
}

.storefront-module__N--igG__cta {
  border-block: 0;
}

.storefront-module__N--igG__searchGuide {
  border: 0;
  border-left: 6px solid var(--signal);
  border-radius: var(--rounded-md);
  overflow: hidden;
}

.storefront-module__N--igG__searchTabs {
  border-bottom: 1px solid var(--rounded-border);
}

@media (max-width: 900px) {
  .storefront-module__N--igG__assist {
    border-radius: var(--rounded-lg);
    margin: 12px 8px;
  }
}

.storefront-module__N--igG__site .storefront-module__N--igG__consentReopen {
  left: auto;
  right: max(8px, calc(var(--shell-gutter, 0px) - 106px));
  color: #fff;
  border-radius: 50%;
  place-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  font-size: 0;
  display: grid;
  bottom: 14px;
  overflow: hidden;
}

.storefront-module__N--igG__site .storefront-module__N--igG__consentReopen:before {
  content: "C";
  font: 800 12px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__themePicker {
  right: max(8px, calc(var(--shell-gutter, 0px) - 58px));
}

@media (max-width: 1599px) {
  .storefront-module__N--igG__themePicker {
    display: none;
  }

  .storefront-module__N--igG__site .storefront-module__N--igG__consentReopen {
    border-radius: var(--rounded-pill);
    color: #fff;
    width: max-content;
    min-width: 0;
    height: auto;
    min-height: 40px;
    margin: 12px auto;
    padding: 0 16px;
    font: 750 10px / 1 ui-monospace, monospace;
    position: static;
  }

  .storefront-module__N--igG__site .storefront-module__N--igG__consentReopen:before {
    display: none;
  }
}

@media (max-width: 580px) {
  .storefront-module__N--igG__homeHero h1 {
    letter-spacing: -.04em;
    max-width: 100%;
    font-size: 42px;
    line-height: .92;
  }

  .storefront-module__N--igG__infoHero h1 {
    letter-spacing: -.035em;
    overflow-wrap: normal;
    max-width: 100%;
    font-size: 38px;
    line-height: .94;
  }

  .storefront-module__N--igG__brandGrid strong {
    font-size: 22px;
  }

  .storefront-module__N--igG__brandGrid span {
    display: none;
  }
}

.storefront-module__N--igG__cardPurchase {
  grid-template-columns: minmax(82px, 92px) minmax(0, 1fr);
}

.storefront-module__N--igG__cardPurchase .storefront-module__N--igG__compactCart {
  white-space: nowrap;
  width: 100%;
  min-width: 0;
  padding-inline: 8px;
  font-size: 9px;
}

@media (max-width: 580px) {
  .storefront-module__N--igG__cardPurchase {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__cardPurchase .storefront-module__N--igG__compactCart {
    font-size: 10px;
  }
}

.storefront-module__N--igG__loadingState, .storefront-module__N--igG__emptyJourney {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-xl);
  background: var(--rounded-surface);
  box-shadow: var(--rounded-shadow-sm);
}

.storefront-module__N--igG__legalHero {
  border-radius: var(--rounded-xl);
  box-shadow: var(--rounded-shadow-md);
  margin: 18px clamp(10px, 1.5vw, 22px);
  overflow: hidden;
}

@media (max-width: 900px) {
  .storefront-module__N--igG__legalHero {
    border-radius: var(--rounded-lg);
    margin: 10px;
  }
}

@media (max-width: 580px) {
  .storefront-module__N--igG__breadcrumbs li:not(:last-child) {
    display: none;
  }

  .storefront-module__N--igG__breadcrumbs ol {
    padding-inline: 12px;
  }

  .storefront-module__N--igG__breadcrumbs strong {
    max-width: calc(100vw - 100px);
  }
}

.storefront-module__N--igG__infoIntroGrid > div:last-child, .storefront-module__N--igG__contactData > p {
  border-top-width: 1px;
  border-top-color: var(--rounded-border);
}

.storefront-module__N--igG__breadcrumbCatalog {
  border-top: 1px solid var(--rounded-border);
}

@media (max-width: 900px) {
  .storefront-module__N--igG__filters header {
    border-top: 0;
  }
}

.storefront-module__N--igG__catalogMain > .storefront-module__N--igG__breadcrumbCatalog, .storefront-module__N--igG__catalogMain > .storefront-module__N--igG__searchRow, .storefront-module__N--igG__catalogMain > .storefront-module__N--igG__breadcrumbCatalog .storefront-module__N--igG__breadcrumbInner {
  background: none;
}

.storefront-module__N--igG__productDetailShell {
  overflow: visible;
}

.storefront-module__N--igG__productDetailShell .storefront-module__N--igG__gallery {
  background: none;
  align-self: start;
  position: sticky;
  top: 100px;
}

.storefront-module__N--igG__productDetailShell .storefront-module__N--igG__gallery > div, .storefront-module__N--igG__productDetailShell .storefront-module__N--igG__gallery nav button {
  background: var(--rounded-surface);
}

.storefront-module__N--igG__detailSection {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-md);
  background: var(--rounded-surface);
  margin-top: 14px;
  overflow: hidden;
}

.storefront-module__N--igG__detailSection > summary {
  cursor: pointer;
  background: var(--rounded-soft);
  letter-spacing: .08em;
  text-transform: uppercase;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 58px;
  padding: 0 18px;
  font-size: 13px;
  list-style: none;
  display: grid;
}

.storefront-module__N--igG__detailSection > summary::-webkit-details-marker {
  display: none;
}

.storefront-module__N--igG__detailSection > summary span {
  color: var(--accent);
  font-family: ui-monospace, monospace;
}

.storefront-module__N--igG__detailSection > summary strong {
  font-weight: 750;
}

.storefront-module__N--igG__detailSection > summary i {
  background: var(--rounded-surface);
  border-radius: 50%;
  place-items: center;
  width: 24px;
  height: 24px;
  font-style: normal;
  display: grid;
}

.storefront-module__N--igG__detailSection > summary i:before {
  content: "+";
}

.storefront-module__N--igG__detailSection[open] > summary {
  border-bottom: 1px solid var(--rounded-border);
}

.storefront-module__N--igG__detailSection[open] > summary i:before {
  content: "−";
}

.storefront-module__N--igG__detailSectionBody {
  padding: 18px;
}

.storefront-module__N--igG__detailSectionBody > .storefront-module__N--igG__description, .storefront-module__N--igG__detailSectionBody > .storefront-module__N--igG__emptyData {
  margin: 0;
}

@media (max-width: 900px) {
  .storefront-module__N--igG__productDetailShell .storefront-module__N--igG__gallery {
    position: static;
    top: auto;
  }
}

.storefront-module__N--igG__site button {
  border-radius: var(--rounded-pill);
}

.storefront-module__N--igG__gallery nav button, .storefront-module__N--igG__themePalette > div > button {
  border-radius: var(--rounded-md);
}

.storefront-module__N--igG__searchTabs {
  border-bottom: 0;
  gap: 8px;
  padding: 0 0 10px;
}

.storefront-module__N--igG__searchTabs button, .storefront-module__N--igG__searchTabs button:last-child {
  border: 1px solid var(--rounded-border) !important;
  border-radius: var(--rounded-pill) !important;
}

.storefront-module__N--igG__searchTextForm > div:first-of-type {
  border: 1px solid var(--rounded-border);
  padding: 3px;
}

.storefront-module__N--igG__searchTextForm > div > button {
  min-height: 52px;
  margin: 0;
  border-radius: var(--rounded-pill) !important;
  border: 0 !important;
}

.storefront-module__N--igG__searchGuide {
  border: 0;
}

.storefront-module__N--igG__site .storefront-module__N--igG__searchGuideActions button {
  border-radius: var(--rounded-pill) !important;
}

.storefront-module__N--igG__searchBand {
  border-bottom: 0;
}

.storefront-module__N--igG__faq button {
  padding-left: 24px;
  padding-right: 18px;
}

.storefront-module__N--igG__faq article p {
  padding-left: 69px;
}

@media (max-width: 580px) {
  .storefront-module__N--igG__searchTabs {
    gap: 6px;
  }

  .storefront-module__N--igG__searchTabs button:nth-child(-n+2) {
    border-bottom: 1px solid var(--rounded-border) !important;
  }

  .storefront-module__N--igG__searchTextForm > div:first-of-type {
    border-radius: var(--rounded-lg);
    grid-template-rows: 54px 52px;
    grid-template-columns: 27px minmax(0, 1fr);
    row-gap: 7px;
  }

  .storefront-module__N--igG__searchTextForm > div > button {
    grid-row: 2;
    margin-top: 0;
    border-top: 0 !important;
    border-left: 0 !important;
  }

  .storefront-module__N--igG__faq button {
    padding-left: 18px;
  }

  .storefront-module__N--igG__faq article p {
    padding-left: 63px;
  }
}

.storefront-module__N--igG__productPage {
  background: none;
}

.storefront-module__N--igG__productDetailShell .storefront-module__N--igG__gallery {
  border-radius: var(--rounded-xl) 0 0 var(--rounded-xl);
}

.storefront-module__N--igG__productDetailShell .storefront-module__N--igG__detailSummary {
  border-radius: 0 var(--rounded-xl) var(--rounded-xl) 0;
}

@media (max-width: 900px) {
  .storefront-module__N--igG__productDetailShell .storefront-module__N--igG__gallery {
    border-radius: var(--rounded-xl) var(--rounded-xl) 0 0;
  }

  .storefront-module__N--igG__productDetailShell .storefront-module__N--igG__detailSummary {
    border-radius: 0 0 var(--rounded-xl) var(--rounded-xl);
  }
}

.storefront-module__N--igG__site {
  --type-label: 11px;
  --type-action: 12px;
  --type-helper: 13px;
  --type-control: 14px;
  --type-body: 15px;
  --type-card-title: 15px;
}

.storefront-module__N--igG__breadcrumbBar:not(.storefront-module__N--igG__breadcrumbCatalog) {
  width: min(calc(100% - 36px), calc(var(--shell-max) - 86px));
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-lg);
  background: var(--rounded-surface);
  box-shadow: var(--rounded-shadow-xs);
  margin: 14px auto 0;
  overflow: hidden;
}

.storefront-module__N--igG__breadcrumbBar:not(.storefront-module__N--igG__breadcrumbCatalog) .storefront-module__N--igG__breadcrumbInner {
  min-height: 48px;
  padding-inline: 0;
}

.storefront-module__N--igG__breadcrumbBar:not(.storefront-module__N--igG__breadcrumbCatalog) .storefront-module__N--igG__backButton {
  border-left: 0;
  border-radius: 0;
  flex-basis: 94px;
  width: 94px;
}

.storefront-module__N--igG__breadcrumbBar:not(.storefront-module__N--igG__breadcrumbCatalog) .storefront-module__N--igG__breadcrumbs ol {
  padding-inline: 16px;
}

.storefront-module__N--igG__site button {
  line-height: 1.25;
  font-size: var(--type-action) !important;
}

.storefront-module__N--igG__site .storefront-module__N--igG__mobileButton {
  font-size: 22px !important;
}

.storefront-module__N--igG__site .storefront-module__N--igG__filters header button, .storefront-module__N--igG__site .storefront-module__N--igG__detail > header button {
  font-size: 28px !important;
}

.storefront-module__N--igG__site .storefront-module__N--igG__themePalette header button {
  font-size: 20px !important;
}

.storefront-module__N--igG__site .storefront-module__N--igG__searchTextForm > div > button {
  font-size: var(--type-action) !important;
}

.storefront-module__N--igG__site .storefront-module__N--igG__desktopNav > button {
  font-size: 13px !important;
}

.storefront-module__N--igG__site input, .storefront-module__N--igG__site select, .storefront-module__N--igG__site textarea {
  line-height: 1.45;
  font-size: var(--type-control) !important;
}

.storefront-module__N--igG__site label, .storefront-module__N--igG__site dt {
  line-height: 1.35;
  font-size: var(--type-label) !important;
}

.storefront-module__N--igG__shippingOptions label {
  font-size: var(--type-control) !important;
}

.storefront-module__N--igG__heroLead, .storefront-module__N--igG__catalogHero > div > p:last-child, .storefront-module__N--igG__infoHero > div > p:last-child, .storefront-module__N--igG__sectionHead > p, .storefront-module__N--igG__searchBand p, .storefront-module__N--igG__selectorGrid p, .storefront-module__N--igG__assist p, .storefront-module__N--igG__cta p, .storefront-module__N--igG__about > div > p, .storefront-module__N--igG__faq article p, .storefront-module__N--igG__infoIntro p, .storefront-module__N--igG__mission p, .storefront-module__N--igG__contactData address, .storefront-module__N--igG__contactData > p, .storefront-module__N--igG__contactHelp article p, .storefront-module__N--igG__legalSection p, .storefront-module__N--igG__legalSection li, .storefront-module__N--igG__description, .storefront-module__N--igG__emptyJourney p {
  line-height: 1.65;
  font-size: var(--type-body) !important;
}

.storefront-module__N--igG__searchTextForm > p, .storefront-module__N--igG__machineSearchForm > p, .storefront-module__N--igG__cardPrice small {
  line-height: 1.45;
  font-size: var(--type-helper) !important;
}

.storefront-module__N--igG__productCard h2, .storefront-module__N--igG__homeProductBody h3 {
  line-height: 1.4;
  font-size: var(--type-card-title) !important;
}

.storefront-module__N--igG__cardMeta, .storefront-module__N--igG__detailBrand, .storefront-module__N--igG__stock, .storefront-module__N--igG__numberChips span {
  font-size: var(--type-label) !important;
}

.storefront-module__N--igG__faq button b {
  font-size: var(--type-body) !important;
}

.storefront-module__N--igG__faq button span {
  font-size: var(--type-label) !important;
}

.storefront-module__N--igG__footerGrid a, .storefront-module__N--igG__footerGrid > div > span {
  font-size: var(--type-helper);
  line-height: 1.5;
}

@media (max-width: 580px) {
  .storefront-module__N--igG__breadcrumbBar:not(.storefront-module__N--igG__breadcrumbCatalog) {
    border-radius: var(--rounded-md);
    width: calc(100% - 16px);
    margin-top: 8px;
  }

  .storefront-module__N--igG__breadcrumbBar:not(.storefront-module__N--igG__breadcrumbCatalog) .storefront-module__N--igG__breadcrumbInner {
    min-height: 44px;
  }

  .storefront-module__N--igG__breadcrumbBar:not(.storefront-module__N--igG__breadcrumbCatalog) .storefront-module__N--igG__backButton {
    flex-basis: 44px;
    width: 44px;
  }

  .storefront-module__N--igG__breadcrumbBar:not(.storefront-module__N--igG__breadcrumbCatalog) .storefront-module__N--igG__breadcrumbs ol {
    padding-inline: 10px;
  }

  .storefront-module__N--igG__footerGrid a, .storefront-module__N--igG__footerGrid > div > span {
    font-size: 13px;
  }
}

.storefront-module__N--igG__footer {
  padding: 48px 0 24px;
}

.storefront-module__N--igG__footerLead {
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
  align-items: center;
  gap: 42px;
  padding-bottom: 30px;
  display: grid;
}

.storefront-module__N--igG__footerIdentity {
  align-items: center;
  gap: 34px;
  min-width: 0;
  display: flex;
}

.storefront-module__N--igG__footerIdentity .storefront-module__N--igG__footerStats {
  grid-template-columns: repeat(3, minmax(84px, 1fr));
  min-width: 330px;
  margin: 0;
  gap: 18px !important;
}

.storefront-module__N--igG__footerIdentity .storefront-module__N--igG__footerStats b {
  font-size: 22px;
}

.storefront-module__N--igG__footerIdentity .storefront-module__N--igG__footerStats i {
  font-size: 10px;
}

.storefront-module__N--igG__footerLeadSide {
  justify-items: end;
  gap: 15px;
  display: grid;
}

.storefront-module__N--igG__footerLeadSide > p {
  max-width: 430px;
}

.storefront-module__N--igG__footerActions {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  display: flex;
}

.storefront-module__N--igG__footerSocials, .storefront-module__N--igG__footerUtilities {
  align-items: center;
  gap: 8px;
  display: flex;
}

.storefront-module__N--igG__footerSocials a {
  color: #fff;
  background: #202623;
  border: 1px solid #424945;
  border-radius: 50%;
  place-items: center;
  width: 42px;
  height: 42px;
  display: grid;
}

.storefront-module__N--igG__footerSocials a:hover {
  color: var(--signal);
  border-color: var(--signal);
}

.storefront-module__N--igG__footerSocials svg {
  fill: currentColor;
  width: 20px;
  height: 20px;
}

.storefront-module__N--igG__footerUtilities .storefront-module__N--igG__themePicker {
  display: block !important;
  position: relative !important;
  inset: auto !important;
  transform: none !important;
}

.storefront-module__N--igG__footerUtilities .storefront-module__N--igG__themePickerButton {
  border-radius: var(--rounded-pill);
  color: #fff;
  background: #202623;
  border-color: #424945;
  gap: 9px;
  width: auto;
  height: 42px;
  padding: 0 15px;
  display: flex;
}

.storefront-module__N--igG__footerUtilities .storefront-module__N--igG__themePickerButton > span {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.storefront-module__N--igG__footerUtilities .storefront-module__N--igG__themePickerButton b {
  clip: auto;
  width: auto;
  height: auto;
  color: inherit;
  text-transform: uppercase;
  font: 750 11px / 1 ui-monospace, monospace;
  position: static;
  overflow: visible;
}

.storefront-module__N--igG__footerUtilities .storefront-module__N--igG__themePalette {
  z-index: 180;
  position: absolute;
  inset: auto 0 calc(100% + 12px) auto;
  transform: none;
}

.storefront-module__N--igG__footerUtilities .storefront-module__N--igG__consentReopen, .storefront-module__N--igG__site .storefront-module__N--igG__footerUtilities .storefront-module__N--igG__consentReopen {
  border-radius: var(--rounded-pill);
  color: #fff;
  text-transform: uppercase;
  background: #202623;
  border-color: #424945;
  width: auto;
  min-width: 0;
  height: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0 16px;
  font: 750 11px / 1 ui-monospace, monospace;
  display: flex;
  position: static;
}

.storefront-module__N--igG__footerUtilities .storefront-module__N--igG__consentReopen:before {
  display: none;
}

.storefront-module__N--igG__footerGrid {
  grid-template-columns: 1.35fr repeat(5, minmax(0, 1fr));
  gap: 28px;
  padding: 34px 0;
}

.storefront-module__N--igG__authDivider {
  color: var(--muted);
  letter-spacing: .1em;
  align-items: center;
  gap: 12px;
  margin: 20px 0 16px;
  font: 600 11px / 1 ui-monospace, monospace;
  display: flex;
}

.storefront-module__N--igG__authDivider:before, .storefront-module__N--igG__authDivider:after {
  content: "";
  background: var(--line);
  flex: 1;
  height: 1px;
}

.storefront-module__N--igG__googleButton {
  border: 1px solid var(--line);
  border-radius: var(--rounded-md);
  color: #1f2422;
  cursor: pointer;
  background: #fff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 46px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 700;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.storefront-module__N--igG__googleButton:hover:not(:disabled) {
  background: #f7f8f7;
  border-color: #9aa0a6;
}

.storefront-module__N--igG__googleButton:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.storefront-module__N--igG__googleButton svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.storefront-module__N--igG__footerTrust {
  border-top: 1px solid #3c413e;
  border-bottom: 1px solid #3c413e;
  grid-template-columns: minmax(220px, .62fr) minmax(0, 1.38fr);
  gap: 14px;
  padding: 20px 0;
  display: grid;
}

.storefront-module__N--igG__footerPayments {
  display: block;
}

.storefront-module__N--igG__footerPayments > span {
  gap: 10px;
  width: 100%;
  display: grid;
}

.storefront-module__N--igG__footerPayments > span > small {
  color: var(--muted);
  letter-spacing: .12em;
  font: 700 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__footerPayments a {
  border-radius: var(--rounded-sm);
  background: #eef1ef;
  width: 100%;
  padding: 8px 12px;
  transition: background-color .2s;
  display: block;
}

.storefront-module__N--igG__footerPayments a:hover {
  background: #fff;
}

.storefront-module__N--igG__footerPayments img {
  width: 100%;
  height: auto;
  display: block;
}

.storefront-module__N--igG__footerTrust > div {
  border-radius: var(--rounded-md);
  background: #171c1a;
  border: 1px solid #343b37;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 14px 18px;
  display: flex;
}

.storefront-module__N--igG__footerTrust svg {
  fill: none;
  width: 30px;
  height: 30px;
  stroke: var(--signal);
  stroke-width: 1.7px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.storefront-module__N--igG__footerTrust span {
  gap: 7px;
  display: grid;
}

.storefront-module__N--igG__footerTrust small {
  color: #818984;
  letter-spacing: .1em;
  font: 700 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__footerTrust b {
  color: #fff;
  font-size: 14px;
  font-weight: 650;
}

.storefront-module__N--igG__footerMeta {
  border-top: 0;
  margin-top: 22px;
  padding-top: 0;
}

@media (max-width: 1100px) {
  .storefront-module__N--igG__footerLead {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__footerLeadSide {
    justify-items: start;
  }

  .storefront-module__N--igG__footerLeadSide > p {
    text-align: left;
  }

  .storefront-module__N--igG__footerActions {
    justify-content: flex-start;
  }

  .storefront-module__N--igG__footerGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .storefront-module__N--igG__footerIdentity {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .storefront-module__N--igG__footerIdentity .storefront-module__N--igG__footerStats {
    width: 100%;
    min-width: 0;
    gap: 8px !important;
  }

  .storefront-module__N--igG__footerIdentity .storefront-module__N--igG__footerStats b {
    font-size: 19px;
  }

  .storefront-module__N--igG__footerActions {
    flex-direction: column;
    align-items: flex-start;
  }

  .storefront-module__N--igG__footerGrid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 24px;
  }

  .storefront-module__N--igG__footerCompany, .storefront-module__N--igG__footerBrands {
    grid-column: 1 / -1 !important;
  }

  .storefront-module__N--igG__footerTrust {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__footerUtilities {
    flex-wrap: wrap;
  }

  .storefront-module__N--igG__footerUtilities .storefront-module__N--igG__themePalette {
    width: auto;
    max-height: calc(100dvh - 24px);
    position: fixed;
    inset: auto 12px 12px;
    overflow: auto;
  }
}

@media (max-width: 430px) {
  .storefront-module__N--igG__footerGrid {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__footerCompany, .storefront-module__N--igG__footerBrands {
    grid-column: auto !important;
  }

  .storefront-module__N--igG__footerUtilities {
    width: 100%;
    display: grid;
  }

  .storefront-module__N--igG__footerUtilities .storefront-module__N--igG__themePickerButton, .storefront-module__N--igG__footerUtilities .storefront-module__N--igG__consentReopen {
    justify-content: center;
    width: 100%;
  }
}

.storefront-module__N--igG__footerCompany > span + a[href^="mailto:"] {
  margin-top: 10px;
}

.storefront-module__N--igG__megaColumnList > [data-menu-item] > .storefront-module__N--igG__megaChevron, .storefront-module__N--igG__mobileProductPanel > div > button > .storefront-module__N--igG__megaChevron {
  color: currentColor;
  flex: 0 0 9px;
  justify-content: center;
  align-items: center;
  width: 9px;
  font: 800 17px / 1 Arial, sans-serif;
  display: inline-flex;
}

.storefront-module__N--igG__megaColumnHeader small {
  letter-spacing: .07em;
  font-size: 11px;
  line-height: 1.35;
}

.storefront-module__N--igG__megaColumnHeader h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
}

.storefront-module__N--igG__megaColumnHeader h3 span {
  font-size: 12px;
  line-height: 1.4;
}

.storefront-module__N--igG__site .storefront-module__N--igG__megaColumnList > [data-menu-item] {
  letter-spacing: 0;
  min-height: 48px;
  padding: 10px 14px;
  font-weight: 700;
  line-height: 1.35;
  font-size: 14px !important;
}

.storefront-module__N--igG__site .storefront-module__N--igG__megaColumnList > [data-menu-item]:hover, .storefront-module__N--igG__site .storefront-module__N--igG__megaColumnList > [data-menu-item]:focus-visible, .storefront-module__N--igG__site .storefront-module__N--igG__megaColumnList > .storefront-module__N--igG__activeMenuItem, .storefront-module__N--igG__site .storefront-module__N--igG__megaColumnList > [data-menu-item][aria-expanded="true"] {
  padding-left: 18px;
}

.storefront-module__N--igG__megaColumnFooter {
  min-height: 54px;
  padding-inline: 14px;
}

.storefront-module__N--igG__megaColumnFooter a {
  min-height: 48px;
  font-size: 13px;
  line-height: 1.3;
}

.storefront-module__N--igG__megaColumnEmpty {
  font-size: 14px;
  line-height: 1.65;
}

.storefront-module__N--igG__megaActionBar > span {
  font-size: 12px;
  line-height: 1.45;
}

.storefront-module__N--igG__megaActionBar > a {
  font-size: 12px;
  line-height: 1.3;
}

.storefront-module__N--igG__site .storefront-module__N--igG__megaColumnList > [data-menu-item] > .storefront-module__N--igG__megaChevron, .storefront-module__N--igG__site .storefront-module__N--igG__mobileProductPanel > div > button > .storefront-module__N--igG__megaChevron {
  border: 1px solid var(--rounded-border);
  background: color-mix(in srgb, var(--rounded-surface) 78%, transparent);
  width: 24px;
  height: 24px;
  color: var(--ink);
  border-radius: 50%;
  flex: 0 0 24px;
  place-items: center;
  transition: transform .18s, background-color .18s, border-color .18s;
  display: grid;
  position: relative;
  transform: none;
}

.storefront-module__N--igG__megaChevron:after {
  content: "";
  border-top: 2px solid;
  border-right: 2px solid;
  width: 6px;
  height: 6px;
  margin-left: -2px;
  transform: rotate(45deg);
}

.storefront-module__N--igG__megaColumnList > [data-menu-item]:hover .storefront-module__N--igG__megaChevron, .storefront-module__N--igG__megaColumnList > [data-menu-item]:focus-visible .storefront-module__N--igG__megaChevron, .storefront-module__N--igG__megaColumnList > .storefront-module__N--igG__activeMenuItem .storefront-module__N--igG__megaChevron, .storefront-module__N--igG__megaColumnList > [data-menu-item][aria-expanded="true"] .storefront-module__N--igG__megaChevron {
  border-color: color-mix(in srgb, var(--ink) 22%, transparent);
  background: var(--rounded-surface);
  transform: translateX(2px);
}

@media (max-width: 900px) {
  .storefront-module__N--igG__mobileProductPanel > small {
    font-size: 11px;
    line-height: 1.45;
  }

  .storefront-module__N--igG__mobileProductPanel > h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.08;
  }

  .storefront-module__N--igG__mobileProductPanel > .storefront-module__N--igG__mobileAll {
    min-height: 48px;
    font-size: 15px;
    line-height: 1.35;
  }

  .storefront-module__N--igG__site .storefront-module__N--igG__mobileProductPanel > div > a, .storefront-module__N--igG__site .storefront-module__N--igG__mobileProductPanel > div > button {
    min-height: 52px;
    padding: 12px 14px;
    font-weight: 700;
    line-height: 1.35;
    font-size: 15px !important;
  }

  .storefront-module__N--igG__site .storefront-module__N--igG__mobileProductPanel > div > button > .storefront-module__N--igG__megaChevron {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
    margin-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront-module__N--igG__megaChevron {
    transition: none;
  }
}

.storefront-module__N--igG__companyPanel {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-xl);
  background: var(--rounded-surface);
  box-shadow: var(--rounded-shadow-sm);
  margin-bottom: 42px;
  padding: 28px;
}

.storefront-module__N--igG__companyPanel > header, .storefront-module__N--igG__quickOrder > header {
  border-bottom: 1px solid var(--rounded-border);
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 18px;
  display: flex;
}

.storefront-module__N--igG__companyPanel h2, .storefront-module__N--igG__quickOrder h3 {
  text-transform: uppercase;
  margin: 8px 0 0;
  font-family: Arial Narrow, Impact, sans-serif;
}

.storefront-module__N--igG__companyPanel h2 {
  font-size: 38px;
}

.storefront-module__N--igG__quickOrder h3 {
  font-size: 30px;
}

.storefront-module__N--igG__companyPanel > header > strong, .storefront-module__N--igG__quickOrder > header > strong {
  border-radius: var(--rounded-pill);
  max-width: 230px;
  color: var(--signal-text);
  background: var(--signal);
  text-align: center;
  text-transform: uppercase;
  padding: 9px 12px;
  font: 800 10px / 1.3 ui-monospace, monospace;
}

.storefront-module__N--igG__companyPanel > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.storefront-module__N--igG__companyPanel .storefront-module__N--igG__formPanel {
  box-shadow: none;
  border: 0;
  margin-top: 18px;
  padding: 0;
}

.storefront-module__N--igG__companyPanel > dl {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 0;
  display: grid;
}

.storefront-module__N--igG__companyPanel > dl > div, .storefront-module__N--igG__b2bMetricGrid > div {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-md);
  background: var(--rounded-soft);
  padding: 14px;
}

.storefront-module__N--igG__quickOrder {
  border-top: 1px solid var(--rounded-border);
  margin-top: 30px;
  padding-top: 26px;
}

.storefront-module__N--igG__quickOrder label {
  color: var(--muted);
  text-transform: uppercase;
  margin-top: 20px;
  font: 700 11px / 1.2 ui-monospace, monospace;
  display: block;
}

.storefront-module__N--igG__quickOrder textarea {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-sm);
  background: var(--rounded-soft);
  resize: vertical;
  width: 100%;
  margin-top: 8px;
  padding: 14px;
  font: 600 13px / 1.6 ui-monospace, monospace;
}

.storefront-module__N--igG__quickOrder textarea:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--signal) 55%, transparent);
  outline-offset: 2px;
}

.storefront-module__N--igG__quickOrderResults {
  gap: 10px;
  margin-top: 22px;
  display: grid;
}

.storefront-module__N--igG__quickOrderResults article {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-md);
  background: var(--rounded-soft);
  grid-template-columns: minmax(0, 1fr) auto minmax(120px, 150px);
  align-items: center;
  gap: 16px;
  min-width: 0;
  min-height: 72px;
  padding: 14px;
  display: grid;
}

.storefront-module__N--igG__quickOrderResults article > div, .storefront-module__N--igG__quickOrderResults article > span {
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  display: flex;
}

.storefront-module__N--igG__quickOrderResults article small {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.storefront-module__N--igG__quickOrderResults article > span[data-status] {
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
}

.storefront-module__N--igG__quickOrderResults article > span[data-status="insufficient"] {
  color: var(--accent);
}

.storefront-module__N--igG__b2bStackRow {
  display: block !important;
}

.storefront-module__N--igG__b2bRowButton {
  cursor: pointer;
  text-align: left;
  background: none;
  border: 0;
  width: 100%;
  padding: 0;
}

.storefront-module__N--igG__b2bRowButton, .storefront-module__N--igG__b2bRowHeading {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.storefront-module__N--igG__b2bRowButton > span, .storefront-module__N--igG__b2bRowHeading > span {
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  display: flex;
}

.storefront-module__N--igG__b2bDetails {
  margin-top: 16px;
}

.storefront-module__N--igG__b2bDetails > section {
  border-top: 1px solid var(--rounded-border);
  padding: 16px 0;
}

.storefront-module__N--igG__b2bMetricGrid {
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)) !important;
  gap: 10px !important;
  margin: 14px 0 !important;
  display: grid !important;
}

.storefront-module__N--igG__b2bMetricGrid dt {
  text-transform: uppercase;
  font-size: 10px;
}

.storefront-module__N--igG__b2bMetricGrid dd {
  overflow-wrap: anywhere;
  margin: 6px 0 0;
}

.storefront-module__N--igG__b2bItemLine {
  border-top: 1px solid var(--rounded-border);
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  font-size: 12px;
  flex-direction: row !important;
  display: flex !important;
}

.storefront-module__N--igG__b2bActions {
  gap: 10px;
  flex-direction: row !important;
  display: flex !important;
}

.storefront-module__N--igG__b2bActions .storefront-module__N--igG__primaryAction {
  margin-top: 14px;
}

.storefront-module__N--igG__secondaryAction {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-pill);
  background: var(--rounded-surface);
  cursor: pointer;
  min-height: 52px;
  margin-top: 14px;
  padding: 0 20px;
  font-weight: 750;
}

.storefront-module__N--igG__documentRow {
  grid-template-columns: minmax(0, 1fr) auto auto !important;
}

.storefront-module__N--igG__documentRow button {
  border: 1px solid var(--rounded-border);
  border-radius: var(--rounded-pill);
  background: var(--rounded-surface);
  cursor: pointer;
  min-height: 42px;
  padding: 0 16px;
  font-weight: 750;
}

@media (max-width: 700px) {
  .storefront-module__N--igG__companyPanel {
    border-radius: var(--rounded-lg);
    padding: 20px;
  }

  .storefront-module__N--igG__companyPanel > header, .storefront-module__N--igG__quickOrder > header, .storefront-module__N--igG__b2bRowButton, .storefront-module__N--igG__b2bRowHeading {
    flex-direction: column;
    align-items: flex-start;
  }

  .storefront-module__N--igG__companyPanel > header > strong, .storefront-module__N--igG__quickOrder > header > strong {
    max-width: 100%;
  }

  .storefront-module__N--igG__companyPanel > dl {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__quickOrderResults article, .storefront-module__N--igG__documentRow {
    align-items: start;
    grid-template-columns: 1fr !important;
  }

  .storefront-module__N--igG__quickOrderResults article > span[data-status] {
    text-align: left;
  }

  .storefront-module__N--igG__b2bItemLine {
    flex-direction: column !important;
  }

  .storefront-module__N--igG__b2bActions {
    align-items: stretch;
    flex-direction: column !important;
  }

  .storefront-module__N--igG__b2bActions button {
    width: 100%;
    margin-top: 10px;
  }

  .storefront-module__N--igG__documentRow button {
    width: 100%;
  }
}

.storefront-module__N--igG__desktopNav .storefront-module__N--igG__b2bNavLink {
  border: 1px solid color-mix(in srgb, var(--signal) 52%, transparent);
  border-radius: var(--rounded-pill);
  color: #fff;
  background: color-mix(in srgb, var(--signal) 10%, transparent);
  white-space: nowrap;
  height: 38px;
  padding: 0 14px;
}

.storefront-module__N--igG__desktopNav .storefront-module__N--igG__b2bNavLink:hover {
  color: var(--signal);
  background: color-mix(in srgb, var(--signal) 16%, transparent);
}

.storefront-module__N--igG__desktopNav a:focus-visible, .storefront-module__N--igG__desktopNav button:focus-visible, .storefront-module__N--igG__navActions a:focus-visible, .storefront-module__N--igG__mobileNav a:focus-visible, .storefront-module__N--igG__mobileNav button:focus-visible, .storefront-module__N--igG__mobileNav summary:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 3px;
}

.storefront-module__N--igG__b2bMobileLink {
  justify-content: space-between;
  align-items: center;
  color: var(--signal) !important;
  display: flex !important;
}

.storefront-module__N--igG__homeB2B {
  border-radius: var(--rounded-xl);
  color: #fff;
  background: var(--ink);
  box-shadow: var(--rounded-shadow-md);
  margin: 18px clamp(10px, 1.5vw, 22px);
  overflow: hidden;
}

.storefront-module__N--igG__homeB2BGrid {
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: 80px;
  padding-block: 82px;
  display: grid;
}

.storefront-module__N--igG__homeB2BLead {
  align-self: center;
}

.storefront-module__N--igG__homeB2BLead > small, .storefront-module__N--igG__b2bIntro small, .storefront-module__N--igG__b2bSectionHead small, .storefront-module__N--igG__b2bProcess small, .storefront-module__N--igG__b2bClosing small {
  color: var(--signal);
  letter-spacing: .1em;
  font: 750 11px / 1.2 ui-monospace, monospace;
}

.storefront-module__N--igG__b2bIntro small, .storefront-module__N--igG__b2bSectionHead small {
  color: #526500;
}

.storefront-module__N--igG__homeB2B h2, .storefront-module__N--igG__b2bIntro h2, .storefront-module__N--igG__b2bSectionHead h2, .storefront-module__N--igG__b2bProcess h2, .storefront-module__N--igG__b2bClosing h2 {
  letter-spacing: -.025em;
  margin: 15px 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: clamp(44px, 5vw, 72px);
  line-height: .98;
}

.storefront-module__N--igG__homeB2B h2 em, .storefront-module__N--igG__b2bProcess h2 em {
  color: var(--signal);
  font-style: normal;
}

.storefront-module__N--igG__homeB2BLead > p {
  color: #bdc3bf;
  max-width: 590px;
  font-size: 15px;
  line-height: 1.7;
}

.storefront-module__N--igG__homeB2BLead .storefront-module__N--igG__signalButton {
  margin-top: 18px;
}

.storefront-module__N--igG__homeB2BRows {
  border-top: 1px solid #4b514d;
}

.storefront-module__N--igG__homeB2BRows article {
  border-bottom: 1px solid #4b514d;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: start;
  min-height: 108px;
  padding: 22px 0;
  display: grid;
}

.storefront-module__N--igG__homeB2BRows article > span {
  color: var(--signal);
  font: 700 12px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__homeB2BRows h3 {
  margin: 0;
  font-size: 18px;
}

.storefront-module__N--igG__homeB2BRows p {
  color: #aeb5b0;
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.55;
}

.storefront-module__N--igG__homeB2BRows aside {
  border: 1px solid color-mix(in srgb, var(--signal) 30%, transparent);
  border-radius: var(--rounded-md);
  background: color-mix(in srgb, var(--signal) 8%, transparent);
  margin-top: 18px;
  padding: 20px;
}

.storefront-module__N--igG__homeB2BRows aside strong {
  color: var(--signal);
  letter-spacing: .08em;
  font: 800 11px / 1.2 ui-monospace, monospace;
}

.storefront-module__N--igG__homeB2BRows aside p {
  margin-bottom: 0;
}

.storefront-module__N--igG__b2bPage {
  background: var(--rounded-page);
}

.storefront-module__N--igG__b2bHero {
  border-radius: var(--rounded-xl);
  color: #fff;
  background-color: var(--ink);
  box-shadow: var(--rounded-shadow-md);
  background-image: repeating-linear-gradient(120deg, #0000 0 39px, #ffffff09 40px, #0000 41px);
  margin: 16px clamp(12px, 2vw, 28px) 0;
  overflow: hidden;
}

.storefront-module__N--igG__b2bHero > .storefront-module__N--igG__wrap {
  padding-block: 84px 74px;
}

.storefront-module__N--igG__b2bHeroGrid {
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr);
  align-items: end;
  gap: 70px;
  display: grid;
}

.storefront-module__N--igG__b2bHero h1 {
  letter-spacing: -.055em;
  text-transform: uppercase;
  margin: 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: clamp(66px, 8vw, 112px);
  line-height: .84;
}

.storefront-module__N--igG__b2bHero h1 em {
  color: var(--signal);
  font-style: normal;
}

.storefront-module__N--igG__b2bHeroGrid > div > p {
  color: #c5cbc7;
  max-width: 760px;
  margin: 30px 0 0;
  font-size: 17px;
  line-height: 1.65;
}

.storefront-module__N--igG__b2bHero aside {
  border-radius: var(--rounded-lg);
  background: #ffffff0b;
  border: 1px solid #4a514d;
  padding: 25px;
}

.storefront-module__N--igG__b2bHero aside small {
  color: #9ea6a1;
  letter-spacing: .1em;
  font: 750 10px / 1.2 ui-monospace, monospace;
}

.storefront-module__N--igG__b2bHero aside strong {
  color: var(--signal);
  text-transform: uppercase;
  margin: 14px 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 37px;
  line-height: 1;
  display: block;
}

.storefront-module__N--igG__b2bHero aside p {
  color: #c0c6c2;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.storefront-module__N--igG__b2bCtaGroup {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
  display: flex;
}

.storefront-module__N--igG__b2bCtaGroup .storefront-module__N--igG__signalButton, .storefront-module__N--igG__b2bCtaGroup .storefront-module__N--igG__darkOutline, .storefront-module__N--igG__b2bCtaGroup .storefront-module__N--igG__inkButton, .storefront-module__N--igG__b2bOutlineAction {
  margin-top: 0;
}

.storefront-module__N--igG__b2bTextAction {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}

.storefront-module__N--igG__b2bTextAction:hover {
  color: var(--signal);
}

.storefront-module__N--igG__b2bIntro, .storefront-module__N--igG__b2bCapabilities, .storefront-module__N--igG__b2bProcess, .storefront-module__N--igG__b2bClosing {
  border-radius: var(--rounded-xl);
  margin: 18px clamp(10px, 1.5vw, 22px);
  overflow: hidden;
}

.storefront-module__N--igG__b2bIntro {
  background: var(--rounded-surface);
  padding: 88px 0;
}

.storefront-module__N--igG__b2bIntroGrid {
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
  display: grid;
}

.storefront-module__N--igG__b2bIntro h2 {
  font-size: clamp(46px, 5vw, 70px);
}

.storefront-module__N--igG__b2bIntroGrid > div:last-child {
  border-top: 1px solid var(--rounded-border);
  padding-top: 22px;
}

.storefront-module__N--igG__b2bIntro p {
  color: var(--muted);
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.8;
}

.storefront-module__N--igG__b2bCapabilities {
  background: #e7e9e4;
  padding: 88px 0;
}

.storefront-module__N--igG__b2bSectionHead {
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 42px;
  display: flex;
}

.storefront-module__N--igG__b2bSectionHead > p {
  max-width: 390px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.storefront-module__N--igG__b2bCapabilityList {
  border-top: 1px solid var(--ink);
  margin: 0;
  padding: 0;
  list-style: none;
}

.storefront-module__N--igG__b2bCapabilityList li {
  border-bottom: 1px solid var(--rounded-border);
  grid-template-columns: 70px minmax(220px, .75fr) minmax(300px, 1.25fr);
  align-items: start;
  gap: 32px;
  min-height: 140px;
  padding: 25px 0;
  display: grid;
}

.storefront-module__N--igG__b2bCapabilityList li > span {
  color: var(--accent);
  font: 750 12px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__b2bCapabilityList h3 {
  text-transform: uppercase;
  margin: 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.storefront-module__N--igG__b2bCapabilityList p {
  max-width: 690px;
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.storefront-module__N--igG__b2bProcess {
  color: #fff;
  background: var(--ink);
  box-shadow: var(--rounded-shadow-md);
  padding: 88px 0;
}

.storefront-module__N--igG__b2bProcessGrid {
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  display: grid;
}

.storefront-module__N--igG__b2bProcess ol {
  border-top: 1px solid #4a504c;
  margin: 0;
  padding: 0;
  list-style: none;
}

.storefront-module__N--igG__b2bProcess li {
  border-bottom: 1px solid #4a504c;
  grid-template-columns: 62px 1fr;
  min-height: 120px;
  padding: 25px 0;
  display: grid;
}

.storefront-module__N--igG__b2bProcess li > span {
  color: var(--signal);
  font: 750 11px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__b2bProcess strong {
  text-transform: uppercase;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 27px;
}

.storefront-module__N--igG__b2bProcess li p {
  color: #adb4af;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.storefront-module__N--igG__b2bClosing {
  background: var(--signal);
  padding: 78px 0;
}

.storefront-module__N--igG__b2bClosingGrid {
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 80px;
  display: grid;
}

.storefront-module__N--igG__b2bClosing small {
  color: var(--ink);
}

.storefront-module__N--igG__b2bClosing h2 {
  font-size: clamp(43px, 4.7vw, 65px);
}

.storefront-module__N--igG__b2bClosing p {
  font-size: 15px;
  line-height: 1.7;
}

.storefront-module__N--igG__b2bOutlineAction {
  border: 2px solid var(--ink);
  border-radius: var(--rounded-pill);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}

.storefront-module__N--igG__b2bOutlineAction:hover {
  color: #fff;
  background: var(--ink);
}

.storefront-module__N--igG__b2bCtaGroup a:focus-visible, .storefront-module__N--igG__homeB2B a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.storefront-module__N--igG__b2bProcess a:focus-visible {
  outline-color: var(--signal);
}

.storefront-module__N--igG__b2bClosing .storefront-module__N--igG__b2bCtaGroup a:focus-visible {
  outline-color: var(--ink);
}

.storefront-module__N--igG__emptyJourneyActions {
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  display: flex;
}

.storefront-module__N--igG__emptyJourneyActions > a:last-child {
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 12px;
  font-weight: 800;
}

.storefront-module__N--igG__emptyJourneyActions > a:last-child:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .storefront-module__N--igG__homeB2BGrid {
    gap: 45px;
  }

  .storefront-module__N--igG__b2bHeroGrid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .storefront-module__N--igG__b2bHero aside {
    max-width: 720px;
  }

  .storefront-module__N--igG__b2bClosingGrid {
    gap: 45px;
  }
}

@media (max-width: 900px) {
  .storefront-module__N--igG__homeB2B, .storefront-module__N--igG__b2bIntro, .storefront-module__N--igG__b2bCapabilities, .storefront-module__N--igG__b2bProcess, .storefront-module__N--igG__b2bClosing {
    border-radius: var(--rounded-lg);
    margin: 12px 8px;
  }

  .storefront-module__N--igG__homeB2BGrid, .storefront-module__N--igG__b2bIntroGrid, .storefront-module__N--igG__b2bProcessGrid, .storefront-module__N--igG__b2bClosingGrid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .storefront-module__N--igG__homeB2BGrid {
    padding-block: 64px;
  }

  .storefront-module__N--igG__b2bHero {
    border-radius: var(--rounded-lg);
    margin: 10px;
  }

  .storefront-module__N--igG__b2bHero > .storefront-module__N--igG__wrap {
    padding-block: 62px;
  }

  .storefront-module__N--igG__b2bCapabilityList li {
    grid-template-columns: 52px 1fr;
  }

  .storefront-module__N--igG__b2bCapabilityList p {
    grid-column: 2;
  }

  .storefront-module__N--igG__b2bSectionHead {
    flex-direction: column;
    align-items: flex-start;
  }

  .storefront-module__N--igG__b2bIntro, .storefront-module__N--igG__b2bCapabilities, .storefront-module__N--igG__b2bProcess, .storefront-module__N--igG__b2bClosing {
    padding-block: 64px;
  }
}

@media (max-width: 580px) {
  .storefront-module__N--igG__homeB2BGrid {
    gap: 35px;
  }

  .storefront-module__N--igG__homeB2B h2, .storefront-module__N--igG__b2bIntro h2, .storefront-module__N--igG__b2bSectionHead h2, .storefront-module__N--igG__b2bProcess h2, .storefront-module__N--igG__b2bClosing h2 {
    font-size: 41px;
  }

  .storefront-module__N--igG__homeB2BRows article {
    grid-template-columns: 42px 1fr;
  }

  .storefront-module__N--igG__b2bHero > .storefront-module__N--igG__wrap {
    padding-block: 52px;
  }

  .storefront-module__N--igG__b2bHero h1 {
    font-size: 50px;
    line-height: .88;
  }

  .storefront-module__N--igG__b2bHeroGrid > div > p {
    font-size: 15px;
  }

  .storefront-module__N--igG__b2bHero aside {
    padding: 20px;
  }

  .storefront-module__N--igG__b2bCtaGroup {
    flex-direction: column;
    align-items: stretch;
  }

  .storefront-module__N--igG__b2bCtaGroup > a {
    width: 100%;
  }

  .storefront-module__N--igG__b2bCapabilityList li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 18px;
  }

  .storefront-module__N--igG__b2bCapabilityList h3 {
    font-size: 25px;
  }

  .storefront-module__N--igG__b2bCapabilityList p {
    font-size: 14px;
  }

  .storefront-module__N--igG__b2bProcess li {
    grid-template-columns: 42px 1fr;
  }

  .storefront-module__N--igG__emptyJourneyActions {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .storefront-module__N--igG__emptyJourneyActions > a:last-child {
    align-items: center;
    min-height: 48px;
    display: flex;
  }
}

.storefront-module__N--igG__homeHero {
  isolation: isolate;
  width: 100vw;
  box-shadow: none !important;
  background: #111614 !important;
  border-radius: 0 !important;
  margin: 0 calc(50% - 50vw) !important;
}

.storefront-module__N--igG__homeHero > .storefront-module__N--igG__wrap {
  width: min(var(--shell-max), 100%);
  margin-inline: auto;
}

.storefront-module__N--igG__homeHero:before {
  content: "";
  z-index: 0;
  background-image: var(--cms-hero-background, url("/media/hero/omex-background.webp"));
  filter: blur(3px) brightness(.62) saturate(.88);
  opacity: .9;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: -8px;
  transform: scale(1.018);
}

.storefront-module__N--igG__homeHero:after {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #0c110fcc 0%, #0c110f9e 43%, #0c110f2e 72%, #0c110f61 100%), repeating-linear-gradient(120deg, #0000 0 39px, #ffffff13 40px, #0000 41px);
  width: auto;
  height: auto;
  position: absolute;
  inset: 0;
  transform: none;
}

.storefront-module__N--igG__homeHeroGrid, .storefront-module__N--igG__homeHero .storefront-module__N--igG__stats {
  z-index: 2;
  position: relative;
}

.storefront-module__N--igG__partShowcase {
  z-index: 3;
  pointer-events: auto;
  align-items: flex-end;
  width: min(43vw, 610px);
  display: flex;
  position: absolute;
  top: 96px;
  bottom: 88px;
  right: clamp(20px, 4vw, 64px);
}

.storefront-module__N--igG__partViewport {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.storefront-module__N--igG__partRail {
  width: 100%;
  display: block;
}

.storefront-module__N--igG__partSlide {
  width: 100%;
  animation: .72s cubic-bezier(.2, .75, .25, 1) both storefront-module__N--igG__part-showcase-in;
  position: relative;
}

.storefront-module__N--igG__partSlide > a {
  color: #fff;
  grid-template-rows: minmax(280px, 1fr) auto;
  min-height: 430px;
  padding: 0 34px 28px;
  display: grid;
  position: relative;
}

.storefront-module__N--igG__partImage {
  justify-content: center;
  align-items: flex-end;
  min-height: 0;
  display: flex;
}

.storefront-module__N--igG__partImage img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
  filter: drop-shadow(0 24px 34px #00000094);
  width: 100%;
  height: min(34vw, 390px);
  transform: translateY(8px);
}

.storefront-module__N--igG__partSlide b {
  z-index: 2;
  text-transform: uppercase;
  border-top: 1px solid #ffffff47;
  padding-top: 17px;
  padding-right: 120px;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 24px;
  line-height: 1;
  position: relative;
}

.storefront-module__N--igG__partSlide i {
  color: var(--signal);
  font: 700 11px / 1 ui-monospace, monospace;
  position: absolute;
  bottom: 31px;
  right: 36px;
}

.storefront-module__N--igG__partSlide a:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: -3px;
}

.storefront-module__N--igG__partControls {
  z-index: 4;
  align-items: center;
  gap: 8px;
  display: flex;
  position: absolute;
  bottom: 17px;
  right: 28px;
}

.storefront-module__N--igG__partControls button {
  color: #fff;
  cursor: pointer;
  background: #0c110f94;
  border: 1px solid #ffffff4d;
  width: 32px;
  height: 32px;
}

.storefront-module__N--igG__partControls button:hover, .storefront-module__N--igG__partControls button:focus-visible {
  color: var(--ink);
  background: var(--signal);
  outline: 0;
}

.storefront-module__N--igG__partControls span {
  color: #b8bfba;
  text-align: center;
  letter-spacing: .08em;
  min-width: 52px;
  font: 700 9px / 1 ui-monospace, monospace;
}

@keyframes storefront-module__N--igG__part-showcase-in {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(22px)scale(.955);
  }

  to {
    opacity: 1;
    filter: blur();
    transform: translateY(0)scale(1);
  }
}

@media (max-width: 1180px) {
  .storefront-module__N--igG__partShowcase {
    width: min(42vw, 500px);
    right: 12px;
  }

  .storefront-module__N--igG__partSlide > a {
    min-height: 400px;
  }

  .storefront-module__N--igG__partImage img {
    height: min(35vw, 350px);
  }
}

@media (max-width: 900px) {
  .storefront-module__N--igG__homeHeroGrid {
    min-height: 760px;
    padding-top: 70px;
    padding-bottom: 330px;
  }

  .storefront-module__N--igG__partShowcase {
    width: 100%;
    height: 265px;
    inset: auto 0 133px;
  }

  .storefront-module__N--igG__partSlide > a {
    grid-template-rows: 210px auto;
    min-height: 265px;
    padding: 0 28px 20px;
  }

  .storefront-module__N--igG__partImage img {
    height: 205px;
    transform: none;
  }

  .storefront-module__N--igG__partSlide b {
    font-size: 20px;
  }

  .storefront-module__N--igG__partSlide i {
    bottom: 24px;
    right: 30px;
  }

  .storefront-module__N--igG__partControls {
    bottom: 11px;
    right: 20px;
  }
}

@media (max-width: 580px) {
  .storefront-module__N--igG__homeHeroGrid {
    min-height: 745px;
    padding-top: 48px;
    padding-bottom: 310px;
  }

  .storefront-module__N--igG__partShowcase {
    height: 235px;
    bottom: 128px;
  }

  .storefront-module__N--igG__partSlide > a {
    grid-template-rows: 182px auto;
    min-height: 235px;
    padding-inline: 18px;
  }

  .storefront-module__N--igG__partImage img {
    height: 178px;
  }

  .storefront-module__N--igG__partSlide b {
    font-size: 18px;
  }

  .storefront-module__N--igG__partSlide i {
    bottom: 22px;
    right: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront-module__N--igG__partSlide {
    animation: none;
  }
}

.storefront-module__N--igG__cmsTextSection {
  background: var(--paper);
  padding: 80px 0;
}

.storefront-module__N--igG__cmsTextSection small {
  letter-spacing: .12em;
  font: 800 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__cmsTextSection h2 {
  text-transform: uppercase;
  max-width: 950px;
  margin: 18px 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .92;
}

.storefront-module__N--igG__cmsTextSection p {
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.storefront-module__N--igG__cmsCta {
  color: #fff;
  background: var(--ink);
  padding: 70px 0;
}

.storefront-module__N--igG__cmsCtaGrid {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
  display: grid;
}

.storefront-module__N--igG__cmsCta h2 {
  text-transform: uppercase;
  margin: 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: clamp(44px, 6vw, 74px);
  line-height: .9;
}

.storefront-module__N--igG__cmsCta p {
  color: #c4c9c5;
  max-width: 650px;
  line-height: 1.65;
}

.storefront-module__N--igG__cmsCta .storefront-module__N--igG__signalButton {
  min-width: 190px;
}

@media (max-width: 900px) {
  .storefront-module__N--igG__cmsTextSection, .storefront-module__N--igG__cmsCta {
    padding: 58px 0;
  }

  .storefront-module__N--igG__cmsCtaGrid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .storefront-module__N--igG__cmsCta .storefront-module__N--igG__signalButton {
    width: 100%;
  }
}

.storefront-module__N--igG__inlineCmsToolbar {
  z-index: 190;
  color: #fff;
  background: #182019f5;
  border: 1px solid #444;
  border-radius: 14px;
  align-items: center;
  gap: 7px;
  padding: 7px;
  display: flex;
  position: fixed;
  bottom: 18px;
  right: 18px;
  box-shadow: 0 15px 40px #0000004d;
}

.storefront-module__N--igG__inlineCmsToolbar button, .storefront-module__N--igG__inlineCmsToolbar a {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 1px solid #626a64;
  border-radius: 9px;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
}

.storefront-module__N--igG__inlineCmsToolbar > button:first-child, .storefront-module__N--igG__inlineCmsToolbar .storefront-module__N--igG__publish {
  border-color: var(--signal);
  color: var(--ink);
  background: var(--signal);
}

.storefront-module__N--igG__inlineCmsToolbar span {
  color: #c4cbc5;
  padding: 0 7px;
  font-size: 10px;
}

.storefront-module__N--igG__inlineCmsPanel {
  z-index: 189;
  color: #fff;
  background: #182019f7;
  border: 1px solid #4e5650;
  border-radius: 14px;
  gap: 11px;
  width: min(340px, 100vw - 36px);
  padding: 18px;
  display: grid;
  position: fixed;
  bottom: 82px;
  right: 18px;
  box-shadow: 0 18px 50px #00000059;
}

.storefront-module__N--igG__inlineCmsPanel > strong {
  color: var(--signal);
  font-size: 13px;
}

.storefront-module__N--igG__inlineCmsPanel label {
  color: #b8c0ba;
  gap: 5px;
  font-size: 10px;
  font-weight: 750;
  display: grid;
}

.storefront-module__N--igG__inlineCmsPanel input {
  color: #fff;
  background: #252e27;
  border: 1px solid #606862;
  border-radius: 7px;
  width: 100%;
  height: 38px;
  padding: 0 10px;
  font-size: 11px;
}

.storefront-module__N--igG__inlineCmsPanel small {
  color: #9ca49e;
  font-size: 10px;
}

.storefront-module__N--igG__inlineEditable {
  outline-offset: 4px;
  cursor: text;
  border-radius: 3px;
  position: relative;
  outline: 2px dashed var(--signal) !important;
}

.storefront-module__N--igG__inlineEditable:focus {
  background: #b8e2381f;
  outline-style: solid !important;
}

.storefront-module__N--igG__eyebrow b.storefront-module__N--igG__inlineEditable {
  font: inherit;
}

.storefront-module__N--igG__inlineBlock {
  position: relative;
  box-shadow: inset 0 0 0 3px #b8e238b3;
}

@media (max-width: 900px) {
  .storefront-module__N--igG__inlineCmsToolbar {
    bottom: 8px;
    left: 8px;
    right: 8px;
    overflow-x: auto;
  }

  .storefront-module__N--igG__inlineCmsToolbar span {
    display: none;
  }

  .storefront-module__N--igG__inlineCmsToolbar button, .storefront-module__N--igG__inlineCmsToolbar a {
    white-space: nowrap;
  }

  .storefront-module__N--igG__inlineCmsPanel {
    width: calc(100vw - 16px);
    bottom: 70px;
    right: 8px;
  }
}

.storefront-module__N--igG__selectorGrid > article {
  grid-template-rows: clamp(260px, 24vw, 310px) auto;
  align-content: start;
}

.storefront-module__N--igG__selectorGrid > article > div:last-child {
  flex-direction: column;
  min-height: 0;
  padding: 30px;
  display: flex;
}

.storefront-module__N--igG__selectorVisual {
  isolation: isolate;
  min-height: 0;
  padding: 20px;
  position: relative;
}

.storefront-module__N--igG__selectorVisual > img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
  -o-object-position: center !important;
  object-position: center !important;
  width: calc(100% - 40px) !important;
  max-width: none !important;
  height: calc(100% - 40px) !important;
  max-height: none !important;
  display: block !important;
  position: absolute !important;
  inset: 20px !important;
}

.storefront-module__N--igG__selectorDark .storefront-module__N--igG__selectorVisual {
  background: #353b37;
}

.storefront-module__N--igG__selectorDark .storefront-module__N--igG__selectorVisual > img {
  filter: drop-shadow(0 16px 24px #00000057);
}

.storefront-module__N--igG__quickSearch {
  min-width: 0;
  margin-top: 20px;
}

.storefront-module__N--igG__quickSearch > div {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
}

.storefront-module__N--igG__selectorGrid .storefront-module__N--igG__quickSearch > div > div[class*="bg-white"] {
  border: 1px solid var(--rounded-border) !important;
  background: #fffffff0 !important;
  padding: 16px !important;
}

.storefront-module__N--igG__quickSearch select, .storefront-module__N--igG__quickSearch input, .storefront-module__N--igG__quickSearch button {
  min-height: 44px;
}

.storefront-module__N--igG__quickSearch textarea {
  min-height: 76px;
}

.storefront-module__N--igG__quickSearch form {
  max-height: 280px;
  padding-right: 3px;
  overflow: auto;
}

@media (max-width: 900px) {
  .storefront-module__N--igG__selectorGrid > article {
    grid-template-rows: 260px auto;
  }

  .storefront-module__N--igG__selectorGrid > article > div:last-child {
    padding: 28px;
  }

  .storefront-module__N--igG__selectorVisual {
    padding: 18px;
  }
}

@media (max-width: 580px) {
  .storefront-module__N--igG__selectorGrid > article {
    grid-template-rows: 220px auto;
    min-height: 0;
  }

  .storefront-module__N--igG__selectorGrid > article > div:last-child {
    padding: 22px;
  }

  .storefront-module__N--igG__selectorVisual {
    padding: 14px;
  }

  .storefront-module__N--igG__selectorVisual > img {
    width: calc(100% - 28px) !important;
    height: calc(100% - 28px) !important;
    inset: 14px !important;
  }

  .storefront-module__N--igG__quickSearch {
    margin-top: 16px;
  }

  .storefront-module__N--igG__selectorGrid .storefront-module__N--igG__quickSearch > div > div[class*="bg-white"] {
    padding: 13px !important;
  }
}

.storefront-module__N--igG__inlineCmsPanel select {
  color: #fff;
  background: #252e27;
  border: 1px solid #606862;
  border-radius: 7px;
  width: 100%;
  height: 38px;
  padding: 0 10px;
  font-size: 11px;
}

.storefront-module__N--igG__inlineBlock {
  box-shadow: inset 0 0 0 2px #b8e2386b;
}

.storefront-module__N--igG__inlineSelected {
  box-shadow: inset 0 0 0 4px var(--signal) !important;
}

.storefront-module__N--igG__inlineHidden {
  opacity: .42;
  filter: grayscale(.8);
}

.storefront-module__N--igG__inlineBlockControls {
  z-index: 20;
  color: #fff;
  background: #182019;
  border-radius: 10px;
  align-items: center;
  gap: 4px;
  padding: 5px;
  display: flex;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 8px 24px #0000004d;
}

.storefront-module__N--igG__inlineBlockControls > span {
  color: var(--signal);
  padding: 0 8px;
  font-size: 9px;
  font-weight: 850;
}

.storefront-module__N--igG__inlineBlockControls button {
  color: #fff;
  cursor: pointer;
  background: #252e27;
  border: 1px solid #59615b;
  border-radius: 6px;
  width: 30px;
  height: 30px;
}

.storefront-module__N--igG__inlineBlockControls button:hover:not(:disabled) {
  color: #182019;
  background: var(--signal);
}

.storefront-module__N--igG__inlineBlockControls button:disabled {
  opacity: .3;
  cursor: not-allowed;
}

.storefront-module__N--igG__inlineBlockLibrary {
  z-index: 191;
  color: #fff;
  background: #182019;
  border: 1px solid #4e5650;
  border-radius: 14px;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: min(330px, 100vw - 36px);
  padding: 16px;
  display: grid;
  position: fixed;
  bottom: 82px;
  right: 18px;
  box-shadow: 0 18px 50px #0006;
}

.storefront-module__N--igG__inlineBlockLibrary > strong {
  color: var(--signal);
  grid-column: 1 / -1;
  font-size: 13px;
}

.storefront-module__N--igG__inlineBlockLibrary button {
  color: #fff;
  cursor: pointer;
  background: #242d26;
  border: 1px solid #505a52;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
  padding: 9px 11px;
  font-size: 11px;
  font-weight: 750;
  display: flex;
}

.storefront-module__N--igG__inlineBlockLibrary button:hover {
  color: #182019;
  background: var(--signal);
}

.storefront-module__N--igG__inlineBlockLibrary button span {
  font-size: 18px;
}

.storefront-module__N--igG__cmsImageText {
  background: var(--paper);
  padding: 72px 0;
  position: relative;
}

.storefront-module__N--igG__cmsImageTextGrid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
  display: grid;
}

.storefront-module__N--igG__cmsImageTextGrid.storefront-module__N--igG__imageRight > img {
  order: 2;
}

.storefront-module__N--igG__cmsImageTextGrid > img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--rounded-lg);
  width: 100%;
  min-height: 360px;
  max-height: 540px;
}

.storefront-module__N--igG__cmsImageTextGrid small {
  letter-spacing: .12em;
  font: 800 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__cmsImageTextGrid h2 {
  text-transform: uppercase;
  margin: 18px 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .92;
}

.storefront-module__N--igG__cmsImageTextGrid p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.storefront-module__N--igG__cmsImageTextGrid .storefront-module__N--igG__inkButton {
  margin-top: 20px;
}

.storefront-module__N--igG__cmsSpacer {
  place-items: center;
  display: grid;
  position: relative;
}

.storefront-module__N--igG__cmsSpacer > span {
  color: var(--muted);
  font: 750 9px / 1 ui-monospace, monospace;
}

@media (max-width: 900px) {
  .storefront-module__N--igG__inlineBlockLibrary {
    width: calc(100vw - 16px);
    bottom: 70px;
    right: 8px;
  }

  .storefront-module__N--igG__inlineBlockControls {
    left: 8px;
    transform: none;
  }

  .storefront-module__N--igG__inlineBlockControls > span {
    display: none;
  }

  .storefront-module__N--igG__cmsImageTextGrid {
    grid-template-columns: 1fr;
  }

  .storefront-module__N--igG__cmsImageTextGrid.storefront-module__N--igG__imageRight > img {
    order: 0;
  }

  .storefront-module__N--igG__cmsImageText {
    padding: 54px 0;
  }
}

.storefront-module__N--igG__aiAssistant {
  z-index: 160;
  font-family: Inter, Segoe UI, Arial, sans-serif;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.storefront-module__N--igG__site:has(.storefront-module__N--igG__inlineCmsToolbar) .storefront-module__N--igG__aiAssistant {
  bottom: 82px;
}

.storefront-module__N--igG__aiTrigger {
  -moz-column-gap: 10px;
  border: 2px solid var(--ink);
  color: #fff;
  background: var(--ink);
  cursor: pointer;
  text-align: left;
  border-radius: 15px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 44px 1fr;
  align-items: center;
  column-gap: 10px;
  width: 178px;
  min-height: 64px;
  padding: 8px 13px;
  display: grid;
  box-shadow: 6px 6px #0000004d;
}

.storefront-module__N--igG__aiTrigger > span {
  width: 44px;
  height: 44px;
  color: var(--signal-text);
  background: var(--signal);
  border-radius: 10px;
  grid-row: 1 / 3;
  place-items: center;
  display: grid;
}

.storefront-module__N--igG__aiTrigger svg {
  width: 25px;
}

.storefront-module__N--igG__aiTrigger b {
  color: var(--signal);
  letter-spacing: .1em;
  align-self: end;
  font: 800 10px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__aiTrigger small {
  color: #fff;
  align-self: start;
  font-size: 12px;
  font-weight: 700;
}

.storefront-module__N--igG__aiTrigger:hover {
  transform: translate(2px, 2px);
  box-shadow: 4px 4px #00000059;
}

.storefront-module__N--igG__aiTrigger:focus-visible, .storefront-module__N--igG__aiPanel button:focus-visible, .storefront-module__N--igG__aiPanel a:focus-visible, .storefront-module__N--igG__aiPanel input:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.storefront-module__N--igG__aiPanel {
  border: 2px solid var(--ink);
  width: min(430px, 100vw - 40px);
  height: min(720px, 100dvh - 40px);
  color: var(--ink);
  background: var(--canvas);
  border-radius: 18px;
  grid-template-rows: auto auto minmax(0, 1fr) auto auto auto;
  animation: .2s ease-out storefront-module__N--igG__ai-panel-in;
  display: grid;
  overflow: hidden;
  box-shadow: 12px 16px 45px #0a0e0c57;
}

.storefront-module__N--igG__aiPanel > header {
  color: #fff;
  background: var(--ink);
  grid-template-columns: 44px 1fr 38px;
  align-items: center;
  gap: 11px;
  min-height: 72px;
  padding: 12px 14px;
  display: grid;
}

.storefront-module__N--igG__aiPanel > header > span {
  width: 44px;
  height: 44px;
  color: var(--signal-text);
  background: var(--signal);
  border-radius: 10px;
  place-items: center;
  display: grid;
}

.storefront-module__N--igG__aiPanel > header svg {
  width: 24px;
}

.storefront-module__N--igG__aiPanel > header div {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.storefront-module__N--igG__aiPanel > header small {
  color: var(--signal);
  letter-spacing: .11em;
  font: 800 9px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__aiPanel > header strong {
  text-transform: uppercase;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 24px;
  line-height: 1;
}

.storefront-module__N--igG__aiPanel > header button {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 1px solid #555d58;
  border-radius: 9px;
  width: 38px;
  height: 38px;
  font-size: 27px;
}

.storefront-module__N--igG__aiPrivacy {
  color: #5f655f;
  border-bottom: 1px solid var(--line);
  background: #e7e4dc;
  padding: 9px 15px;
  font: 650 9px / 1.35 ui-monospace, monospace;
}

.storefront-module__N--igG__aiMessages {
  overscroll-behavior: contain;
  background: linear-gradient(145deg, #f4f1ea, #fffefa);
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  padding: 16px;
  display: flex;
  overflow-y: auto;
}

.storefront-module__N--igG__aiMessages article {
  align-self: flex-start;
  max-width: 88%;
}

.storefront-module__N--igG__aiMessages article > p {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 3px 13px 13px;
  margin: 0;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.55;
}

.storefront-module__N--igG__aiMessages article[data-role="user"] {
  align-self: flex-end;
}

.storefront-module__N--igG__aiMessages article[data-role="user"] > p {
  border-color: var(--ink);
  color: #fff;
  background: var(--ink);
  border-radius: 13px 3px 13px 13px;
}

.storefront-module__N--igG__aiProducts {
  gap: 6px;
  margin-top: 8px;
  display: grid;
}

.storefront-module__N--igG__aiProducts > a {
  -moz-column-gap: 9px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 9px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 50px minmax(0, 1fr);
  column-gap: 9px;
  min-height: 62px;
  padding: 7px;
  display: grid;
}

.storefront-module__N--igG__aiProducts img, .storefront-module__N--igG__aiProducts > a > span {
  -o-object-fit: contain;
  object-fit: contain;
  background: var(--paper);
  grid-row: 1 / 3;
  place-items: center;
  width: 50px;
  height: 48px;
  font: 800 11px / 1 ui-monospace, monospace;
  display: grid;
}

.storefront-module__N--igG__aiProducts b {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  align-self: end;
  font-size: 11px;
  line-height: 1.25;
  display: -webkit-box;
  overflow: hidden;
}

.storefront-module__N--igG__aiProducts small {
  color: var(--muted);
  text-transform: uppercase;
  align-self: start;
  font: 700 8px / 1.2 ui-monospace, monospace;
}

.storefront-module__N--igG__aiProducts > a:hover {
  border-color: var(--ink);
  box-shadow: 3px 3px 0 var(--signal);
}

.storefront-module__N--igG__aiAllResults {
  border: 1px solid var(--ink);
  background: var(--signal);
  text-transform: uppercase;
  border-radius: 8px;
  margin-top: 8px;
  padding: 10px 12px;
  font: 800 9px / 1 ui-monospace, monospace;
  display: inline-flex;
}

.storefront-module__N--igG__aiTyping {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 3px 13px 13px;
  align-items: center;
  gap: 5px;
  min-height: 42px;
  padding: 11px 13px;
  display: flex;
}

.storefront-module__N--igG__aiTyping i {
  background: var(--ink);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  animation: .9s infinite alternate storefront-module__N--igG__ai-dot;
}

.storefront-module__N--igG__aiTyping i:nth-child(2) {
  animation-delay: .15s;
}

.storefront-module__N--igG__aiTyping i:nth-child(3) {
  animation-delay: .3s;
}

.storefront-module__N--igG__aiTyping span {
  color: var(--muted);
  text-transform: uppercase;
  margin-left: 5px;
  font: 700 8px / 1 ui-monospace, monospace;
}

.storefront-module__N--igG__aiSuggestions {
  border-top: 1px solid var(--line);
  background: var(--paper);
  gap: 6px;
  padding: 10px 14px;
  display: flex;
  overflow-x: auto;
}

.storefront-module__N--igG__aiSuggestions button {
  border: 1px solid var(--ink);
  background: var(--canvas);
  cursor: pointer;
  border-radius: 18px;
  flex: none;
  min-height: 34px;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 700;
}

.storefront-module__N--igG__aiSuggestions button:hover {
  background: var(--signal);
}

.storefront-module__N--igG__aiForm {
  border-top: 1px solid var(--line);
  background: var(--canvas);
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 8px;
  padding: 12px 14px;
  display: grid;
}

.storefront-module__N--igG__aiForm label {
  min-width: 0;
}

.storefront-module__N--igG__aiForm label > span {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.storefront-module__N--igG__aiForm input {
  border: 1px solid var(--ink);
  background: var(--paper);
  border-radius: 9px;
  outline: 0;
  width: 100%;
  height: 46px;
  padding: 0 13px;
  font-size: 13px;
}

.storefront-module__N--igG__aiForm > button {
  border: 1px solid var(--ink);
  width: 46px;
  height: 46px;
  color: var(--signal-text);
  background: var(--signal);
  cursor: pointer;
  border-radius: 9px;
  font-size: 21px;
  font-weight: 800;
}

.storefront-module__N--igG__aiForm > button:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.storefront-module__N--igG__aiPanel > footer {
  color: var(--muted);
  background: var(--canvas);
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 9px 14px 11px;
  font-size: 8px;
  line-height: 1.35;
  display: flex;
}

.storefront-module__N--igG__aiPanel > footer a {
  color: var(--ink);
  flex: none;
  font-weight: 800;
}

.storefront-module__N--igG__aiPanel > footer a:hover {
  text-decoration: underline;
}

@keyframes storefront-module__N--igG__ai-panel-in {
  from {
    opacity: 0;
    transform: translateY(14px)scale(.98);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes storefront-module__N--igG__ai-dot {
  to {
    opacity: .25;
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront-module__N--igG__aiPanel, .storefront-module__N--igG__aiTyping i {
    animation: none;
  }
}

@media (max-width: 580px) {
  .storefront-module__N--igG__aiAssistant {
    bottom: 8px;
    right: 8px;
  }

  .storefront-module__N--igG__site:has(.storefront-module__N--igG__inlineCmsToolbar) .storefront-module__N--igG__aiAssistant {
    bottom: 70px;
  }

  .storefront-module__N--igG__aiTrigger {
    grid-template-columns: 38px 1fr;
    width: 152px;
    min-height: 58px;
  }

  .storefront-module__N--igG__aiTrigger > span {
    width: 38px;
    height: 38px;
  }

  .storefront-module__N--igG__aiPanel {
    border-radius: 14px;
    width: calc(100vw - 16px);
    height: min(690px, 100dvh - 16px);
  }

  .storefront-module__N--igG__aiPanel > header {
    min-height: 66px;
  }

  .storefront-module__N--igG__aiMessages {
    padding: 13px;
  }

  .storefront-module__N--igG__aiMessages article {
    max-width: 93%;
  }

  .storefront-module__N--igG__aiPanel > footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

.storefront-module__N--igG__aiPanel {
  width: min(460px, 100vw - 40px);
}

.storefront-module__N--igG__aiTrigger {
  width: 194px;
}

.storefront-module__N--igG__aiTrigger b {
  font-size: 11px;
}

.storefront-module__N--igG__aiTrigger small {
  font-size: 13px;
}

.storefront-module__N--igG__aiPanel > header small {
  font-size: 10px;
}

.storefront-module__N--igG__aiPanel > header strong {
  font-size: 27px;
}

.storefront-module__N--igG__aiPrivacy {
  font-size: 11px;
  line-height: 1.45;
}

.storefront-module__N--igG__aiMessages article > p {
  font-size: 15px;
  line-height: 1.6;
}

.storefront-module__N--igG__aiProducts b {
  font-size: 13px;
  line-height: 1.35;
}

.storefront-module__N--igG__aiProducts small {
  font-size: 10px;
}

.storefront-module__N--igG__aiAllResults {
  font-size: 11px;
}

.storefront-module__N--igG__aiTyping span {
  font-size: 10px;
}

.storefront-module__N--igG__aiSuggestions button {
  min-height: 38px;
  font-size: 12px;
}

.storefront-module__N--igG__aiForm input {
  font-size: 14px;
}

.storefront-module__N--igG__aiPanel > footer {
  font-size: 10px;
  line-height: 1.45;
}

.storefront-module__N--igG__partSlide b {
  padding-right: 0;
}

.storefront-module__N--igG__quickSearch > div[data-oil-search] {
  color: #1c211f !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background: #fff !important;
  border: 1px solid #8b8f8b !important;
  padding: 22px !important;
}

@media (max-width: 580px) {
  .storefront-module__N--igG__aiTrigger {
    width: 176px;
  }

  .storefront-module__N--igG__aiPanel {
    width: calc(100vw - 16px);
  }

  .storefront-module__N--igG__aiPanel > header strong {
    font-size: 24px;
  }

  .storefront-module__N--igG__aiMessages article > p {
    font-size: 14px;
  }

  .storefront-module__N--igG__aiPanel > footer {
    font-size: 9px;
  }

  .storefront-module__N--igG__quickSearch > div[data-oil-search] {
    padding: 18px !important;
  }
}

.storefront-module__N--igG__quickSearch [data-oil-results], .storefront-module__N--igG__quickSearch [data-oil-results] * {
  color: #1c211f !important;
}

.storefront-module__N--igG__quickSearch [data-oil-results] {
  background: #fff !important;
}

.storefront-module__N--igG__quickSearch [data-oil-results] p {
  color: #3f4541 !important;
}

.storefront-module__N--igG__quickSearch [data-oil-results] a[href^="tel:"] {
  color: #fff !important;
}

/*# sourceMappingURL=omex-beta_storefront_app_%5Blocale%5D_storefront_module_0o5y9_s.css.map*/