/* [project]/releases/omexplus-20260731-readable-megamenu-v2/app/[locale]/nowy.module.css [app-client] (css) */
.nowy-module__gTcrLW__site {
  --ink: #1c211f;
  --paper: #f1eee7;
  --canvas: #fffefa;
  --line: #c9c6bd;
  --muted: #6d706d;
  --signal: var(--nowy-signal, #b8dc48);
  --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;
}

.nowy-module__gTcrLW__site * {
  box-sizing: border-box;
}

.nowy-module__gTcrLW__site a {
  color: inherit;
  text-decoration: none;
}

.nowy-module__gTcrLW__site button, .nowy-module__gTcrLW__site input, .nowy-module__gTcrLW__site select {
  font: inherit;
  color: inherit;
}

.nowy-module__gTcrLW__site svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8px;
  stroke-linecap: square;
  stroke-linejoin: miter;
  width: 20px;
}

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

.nowy-module__gTcrLW__topbar {
  color: #aeb3af;
  letter-spacing: .08em;
  background: #111513;
  border-bottom: 1px solid #343936;
  height: 34px;
  font: 600 9px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__topbar > .nowy-module__gTcrLW__wrap {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.nowy-module__gTcrLW__topbar > .nowy-module__gTcrLW__wrap > div {
  align-items: center;
  gap: 20px;
  display: flex;
}

.nowy-module__gTcrLW__topbar a:hover {
  color: var(--signal);
}

.nowy-module__gTcrLW__lang span {
  color: #fff;
  border-left: 1px solid #424744;
  padding-left: 12px;
}

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

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

.nowy-module__gTcrLW__logo {
  align-items: center;
  gap: 12px;
  display: flex;
}

.nowy-module__gTcrLW__logo > span {
  width: 36px;
  height: 36px;
  color: var(--ink);
  background: var(--signal);
  place-items: center;
  font: 800 12px / 1 ui-monospace, monospace;
  display: grid;
}

.nowy-module__gTcrLW__logo b {
  letter-spacing: -.04em;
  font-size: 19px;
  line-height: .85;
}

.nowy-module__gTcrLW__logo em {
  color: var(--signal);
  font-style: normal;
}

.nowy-module__gTcrLW__logo small {
  color: #9ba09c;
  letter-spacing: .13em;
  margin-top: 5px;
  font: 600 7px / 1 ui-monospace, monospace;
  display: block;
}

.nowy-module__gTcrLW__desktopNav {
  align-self: stretch;
  align-items: center;
  gap: 28px;
  display: flex;
}

.nowy-module__gTcrLW__desktopNav a, .nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__desktopNav a:hover, .nowy-module__gTcrLW__desktopNav button:hover {
  color: var(--signal);
}

.nowy-module__gTcrLW__navActions {
  align-items: center;
  gap: 12px;
  display: flex;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__catalogButton:hover {
  background: #c8eb59;
}

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

.nowy-module__gTcrLW__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;
}

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

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

.nowy-module__gTcrLW__megaList {
  border-top: 4px solid var(--ink);
}

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

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__megaList button.nowy-module__gTcrLW__active {
  background: var(--signal);
  padding-left: 11px;
}

.nowy-module__gTcrLW__megaDetail {
  padding: 4px 0;
}

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

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

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

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

.nowy-module__gTcrLW__megaDetail > div a:nth-child(odd) {
  margin-right: 20px;
}

.nowy-module__gTcrLW__megaAside {
  color: #fff;
  background: var(--ink);
  padding: 26px;
}

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

.nowy-module__gTcrLW__megaAside p {
  color: #bcc1bd;
  font-size: 12px;
  line-height: 1.6;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__mobileNav {
  display: none;
}

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

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

.nowy-module__gTcrLW__homeHeroGrid {
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: end;
  min-height: 520px;
  padding-top: 72px;
  padding-bottom: 66px;
  display: grid;
}

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

.nowy-module__gTcrLW__eyebrow span {
  background: var(--signal);
  width: 28px;
  height: 2px;
}

.nowy-module__gTcrLW__homeHero h1, .nowy-module__gTcrLW__catalogHero h1 {
  z-index: 1;
  letter-spacing: -.06em;
  text-transform: uppercase;
  margin: 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: clamp(64px, 7.8vw, 118px);
  font-weight: 900;
  line-height: .84;
  position: relative;
}

.nowy-module__gTcrLW__homeHero h1 em {
  color: var(--signal);
  font-style: normal;
}

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

.nowy-module__gTcrLW__heroActions {
  gap: 12px;
  margin-top: 32px;
  display: flex;
}

.nowy-module__gTcrLW__signalButton, .nowy-module__gTcrLW__darkOutline, .nowy-module__gTcrLW__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;
}

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

.nowy-module__gTcrLW__darkOutline {
  border-color: #5d625f;
  color: #fff !important;
}

.nowy-module__gTcrLW__heroIndex {
  text-align: right;
  align-self: center;
  font-family: ui-monospace, monospace;
}

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

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

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

.nowy-module__gTcrLW__stats div {
  border-right: 1px solid #454a47;
  padding: 24px 20px 27px;
}

.nowy-module__gTcrLW__stats div:first-child {
  border-left: 1px solid #454a47;
}

.nowy-module__gTcrLW__stats strong {
  font: 500 25px / 1 ui-monospace, monospace;
}

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

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

.nowy-module__gTcrLW__searchBandGrid {
  grid-template-columns: 360px 1fr;
  align-items: center;
  gap: 60px;
  display: grid;
}

.nowy-module__gTcrLW__searchBandGrid > * {
  min-width: 0;
}

.nowy-module__gTcrLW__searchBand small, .nowy-module__gTcrLW__sectionHead small, .nowy-module__gTcrLW__section > div > small, .nowy-module__gTcrLW__assist small, .nowy-module__gTcrLW__categorySection small, .nowy-module__gTcrLW__blog small, .nowy-module__gTcrLW__cta small, .nowy-module__gTcrLW__faq small {
  letter-spacing: .1em;
  font: 700 10px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__searchBand h2, .nowy-module__gTcrLW__sectionHead h2, .nowy-module__gTcrLW__assist h2, .nowy-module__gTcrLW__about h2, .nowy-module__gTcrLW__cta h2, .nowy-module__gTcrLW__faq h2 {
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin: 12px 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: .92;
}

.nowy-module__gTcrLW__searchBand p {
  margin: 0;
  font-size: 13px;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__section {
  padding: 90px 0;
}

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

.nowy-module__gTcrLW__sectionHead h2 {
  margin-bottom: 0;
}

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

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

.nowy-module__gTcrLW__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;
}

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

.nowy-module__gTcrLW__brandGrid strong {
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 30px;
}

.nowy-module__gTcrLW__brandGrid a:hover {
  background: var(--signal);
}

.nowy-module__gTcrLW__brandGrid span {
  font-size: 20px;
}

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

.nowy-module__gTcrLW__sectionHead .nowy-module__gTcrLW__textLink {
  margin-bottom: 10px;
}

.nowy-module__gTcrLW__textLink svg {
  width: 18px;
}

.nowy-module__gTcrLW__assist {
  color: #fff;
  background: var(--ink);
  padding: 76px 0;
}

.nowy-module__gTcrLW__assistGrid {
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 80px;
  display: grid;
}

.nowy-module__gTcrLW__assist h2 {
  color: var(--signal);
}

.nowy-module__gTcrLW__assist p {
  color: #b9bebb;
  max-width: 520px;
  line-height: 1.7;
}

.nowy-module__gTcrLW__assistLinks {
  border-top: 1px solid #505552;
}

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

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

.nowy-module__gTcrLW__assistLinks small {
  color: #8f9591;
  margin-bottom: 5px;
  font-size: 8px;
  display: block;
}

.nowy-module__gTcrLW__assistLinks a:hover {
  color: var(--signal);
  padding-left: 8px;
}

.nowy-module__gTcrLW__selectorGrid {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  display: grid;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__selectorGrid > article > div:last-child {
  min-width: 0;
  padding: 32px;
}

.nowy-module__gTcrLW__selectorGrid h3 {
  text-transform: uppercase;
  margin: 14px 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 42px;
  line-height: .94;
}

.nowy-module__gTcrLW__selectorGrid p {
  font-size: 13px;
}

.nowy-module__gTcrLW__selectorVisual {
  background: #e7e5dd;
  place-items: center;
  display: grid;
  overflow: hidden;
}

.nowy-module__gTcrLW__selectorVisual img {
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

.nowy-module__gTcrLW__selectorDark {
  color: #fff !important;
  background: var(--ink) !important;
}

.nowy-module__gTcrLW__selectorDark .nowy-module__gTcrLW__selectorVisual {
  background: #303532;
}

.nowy-module__gTcrLW__selectorDark img {
  mix-blend-mode: normal;
}

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

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

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

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

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

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

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

.nowy-module__gTcrLW__homeProductBody {
  flex-direction: column;
  min-height: 220px;
  padding: 19px;
  display: flex;
}

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

.nowy-module__gTcrLW__homeProductBody h3 {
  margin: 14px 0;
  font-size: 14px;
  line-height: 1.35;
}

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

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

.nowy-module__gTcrLW__homeProductBody button {
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 9px;
  font-weight: 800;
}

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

.nowy-module__gTcrLW__categorySection {
  color: #fff;
  background: var(--ink);
  padding: 90px 0;
}

.nowy-module__gTcrLW__onDark p {
  color: #aeb3af !important;
}

.nowy-module__gTcrLW__categoryRows {
  border-top: 1px solid #4d524f;
}

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

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

.nowy-module__gTcrLW__categoryRows h3 {
  text-transform: uppercase;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 27px;
}

.nowy-module__gTcrLW__categoryRows p {
  color: #9fa4a0;
  font-size: 12px;
}

.nowy-module__gTcrLW__categoryRows a:hover {
  background: #252a27;
  padding-left: 10px;
}

.nowy-module__gTcrLW__about {
  grid-template-columns: 1.1fr .9fr;
  gap: 90px;
  display: grid;
}

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

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

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

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

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

.nowy-module__gTcrLW__about aside {
  color: #fff;
  background: var(--ink);
  padding: 42px;
}

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

.nowy-module__gTcrLW__about aside sup {
  font-size: 32px;
}

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

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

.nowy-module__gTcrLW__blog {
  background: #e7e4dc;
  padding: 90px 0;
}

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

.nowy-module__gTcrLW__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;
}

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

.nowy-module__gTcrLW__blogGrid small {
  color: var(--muted);
  margin-top: 42px;
  font-size: 9px;
}

.nowy-module__gTcrLW__blogGrid h3 {
  font-size: 20px;
  line-height: 1.25;
}

.nowy-module__gTcrLW__blogGrid b {
  text-transform: uppercase;
  margin-top: auto;
  font-size: 10px;
}

.nowy-module__gTcrLW__blogGrid a:hover {
  background: var(--canvas);
}

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

.nowy-module__gTcrLW__ctaGrid {
  grid-template-columns: 1fr 400px;
  align-items: center;
  gap: 80px;
  display: grid;
}

.nowy-module__gTcrLW__cta h2 {
  font-size: 70px;
}

.nowy-module__gTcrLW__cta p {
  font-size: 14px;
  line-height: 1.7;
}

.nowy-module__gTcrLW__faq {
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  display: grid;
}

.nowy-module__gTcrLW__faq > div:last-child {
  border-top: 4px solid var(--ink);
}

.nowy-module__gTcrLW__faq article {
  border-bottom: 1px solid var(--line);
}

.nowy-module__gTcrLW__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;
}

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

.nowy-module__gTcrLW__faq button em {
  font-size: 22px;
  font-style: normal;
}

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

.nowy-module__gTcrLW__footer {
  color: #aeb3af;
  background: #111513;
  padding: 68px 0 28px;
}

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

.nowy-module__gTcrLW__footerLead p {
  text-align: right;
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.nowy-module__gTcrLW__footerGrid {
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 60px;
  padding: 44px 0;
  display: grid;
}

.nowy-module__gTcrLW__footerGrid > div {
  flex-direction: column;
  gap: 11px;
  display: flex;
}

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

.nowy-module__gTcrLW__footerGrid a, .nowy-module__gTcrLW__footerGrid span {
  font-size: 12px;
}

.nowy-module__gTcrLW__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;
}

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

.nowy-module__gTcrLW__catalogHero > div {
  z-index: 2;
  position: relative;
}

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

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

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

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

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

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

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

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__filters header span {
  align-items: center;
  gap: 10px;
  display: flex;
}

.nowy-module__gTcrLW__filters header svg {
  width: 19px;
}

.nowy-module__gTcrLW__filters header button {
  background: none;
  border: 0;
  font-size: 28px;
  display: none;
}

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

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

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

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

.nowy-module__gTcrLW__catalogMain {
  min-width: 0;
}

.nowy-module__gTcrLW__searchRow {
  gap: 12px;
  display: flex;
}

.nowy-module__gTcrLW__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;
}

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

.nowy-module__gTcrLW__searchRow label > button {
  background: none;
  border: 0;
  font-size: 22px;
}

.nowy-module__gTcrLW__mobileFilter {
  display: none;
}

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

.nowy-module__gTcrLW__resultBar p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
}

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

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

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

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

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

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

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

.nowy-module__gTcrLW__productCard:hover .nowy-module__gTcrLW__cardImage > img {
  transform: scale(1.055);
}

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

.nowy-module__gTcrLW__placeholder span {
  color: #c0bdb4;
  font: 800 38px / 1 ui-monospace, monospace;
}

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

.nowy-module__gTcrLW__stock:before {
  content: "";
  background: #a29f98;
  width: 7px;
  height: 7px;
}

.nowy-module__gTcrLW__stock.nowy-module__gTcrLW__available:before {
  background: var(--signal);
  box-shadow: 0 0 0 2px #b8dc4847;
}

.nowy-module__gTcrLW__cardImage > .nowy-module__gTcrLW__stock {
  color: #fff;
  background: var(--ink);
  padding: 7px 8px;
  position: absolute;
  top: 14px;
  left: 14px;
}

.nowy-module__gTcrLW__cardBody {
  flex-direction: column;
  min-height: 225px;
  padding: 20px;
  display: flex;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__numberChips {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

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

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

.nowy-module__gTcrLW__cardFooter strong {
  font-size: 10px;
}

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

.nowy-module__gTcrLW__productCard:hover .nowy-module__gTcrLW__cardFooter > span {
  color: var(--ink);
  background: var(--signal);
}

.nowy-module__gTcrLW__cardFooter svg {
  width: 16px;
}

.nowy-module__gTcrLW__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 nowy-module__gTcrLW__shimmer;
}

@keyframes nowy-module__gTcrLW__shimmer {
  to {
    background-position: -200% 0;
  }
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__loadMore svg {
  width: 17px;
}

.nowy-module__gTcrLW__catalogState {
  text-align: center;
  place-content: center;
  justify-items: center;
  min-height: 400px;
  display: grid;
}

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

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

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

.nowy-module__gTcrLW__scrim {
  display: none;
}

.nowy-module__gTcrLW__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;
}

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

@keyframes nowy-module__gTcrLW__slide {
  from {
    transform: translateX(70px);
  }
}

.nowy-module__gTcrLW__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;
}

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

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

.nowy-module__gTcrLW__gallery {
  align-self: start;
  padding: 38px;
  position: sticky;
  top: 58px;
}

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

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

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

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

.nowy-module__gTcrLW__gallery nav button.nowy-module__gTcrLW__active {
  outline: 2px solid var(--ink);
  outline-offset: -2px;
}

.nowy-module__gTcrLW__gallery nav img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.nowy-module__gTcrLW__detailSummary {
  border-left: 1px solid var(--line);
  padding: 46px 50px 80px;
}

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

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__categoryPath {
  color: var(--muted);
  flex-wrap: wrap;
  font-size: 10px;
  display: flex;
}

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

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

.nowy-module__gTcrLW__enquiryPrice strong {
  font-size: 17px;
}

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

.nowy-module__gTcrLW__keyData {
  margin: 0;
}

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

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

.nowy-module__gTcrLW__keyData dd {
  margin: 0;
  font: 700 11px / 1.5 ui-monospace, monospace;
}

.nowy-module__gTcrLW__detailSection {
  margin-top: 40px;
}

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

.nowy-module__gTcrLW__detailSection h3 span {
  color: var(--accent);
  font-family: ui-monospace, monospace;
}

.nowy-module__gTcrLW__fitment {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

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

.nowy-module__gTcrLW__specs {
  border-top: 1px solid var(--line);
  margin: 0;
}

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

.nowy-module__gTcrLW__specs dt {
  color: var(--muted);
  font-size: 10px;
}

.nowy-module__gTcrLW__specs dd {
  text-align: right;
  margin: 0;
  font-size: 11px;
  font-weight: 650;
}

.nowy-module__gTcrLW__description {
  color: #555a57;
  font-size: 12px;
  line-height: 1.75;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__detailCta:hover {
  background: var(--signal);
  color: var(--ink) !important;
}

@media (max-width: 1180px) {
  .nowy-module__gTcrLW__desktopNav {
    gap: 15px;
  }

  .nowy-module__gTcrLW__desktopNav a, .nowy-module__gTcrLW__desktopNav button {
    font-size: 10px;
  }

  .nowy-module__gTcrLW__homeProducts {
    grid-template-columns: repeat(2, 1fr);
  }

  .nowy-module__gTcrLW__productGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nowy-module__gTcrLW__detailContent {
    grid-template-columns: minmax(310px, .8fr) minmax(400px, 1.2fr);
  }

  .nowy-module__gTcrLW__gallery {
    padding: 24px;
  }

  .nowy-module__gTcrLW__detailSummary {
    padding: 38px 34px 70px;
  }
}

@media (max-width: 900px) {
  .nowy-module__gTcrLW__desktopNav, .nowy-module__gTcrLW__catalogButton {
    display: none;
  }

  .nowy-module__gTcrLW__mobileButton {
    display: block;
  }

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

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

  .nowy-module__gTcrLW__mega {
    display: none;
  }

  .nowy-module__gTcrLW__homeHeroGrid {
    grid-template-columns: 1fr;
    min-height: 450px;
  }

  .nowy-module__gTcrLW__heroIndex {
    display: none;
  }

  .nowy-module__gTcrLW__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .nowy-module__gTcrLW__searchBandGrid, .nowy-module__gTcrLW__assistGrid, .nowy-module__gTcrLW__about, .nowy-module__gTcrLW__faq, .nowy-module__gTcrLW__ctaGrid {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__brandGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nowy-module__gTcrLW__selectorGrid {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__categoryRows a {
    grid-template-columns: 45px 1fr 25px;
  }

  .nowy-module__gTcrLW__categoryRows p {
    display: none;
  }

  .nowy-module__gTcrLW__blogGrid {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__blogGrid a {
    min-height: 210px;
  }

  .nowy-module__gTcrLW__footerGrid {
    grid-template-columns: 1fr 1fr;
  }

  .nowy-module__gTcrLW__catalogHero {
    grid-template-columns: 1fr;
    min-height: 300px;
  }

  .nowy-module__gTcrLW__catalogHero aside {
    display: none;
  }

  .nowy-module__gTcrLW__catalogLayout {
    padding-top: 28px;
    display: block;
  }

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

  .nowy-module__gTcrLW__filters.nowy-module__gTcrLW__open {
    transform: translateX(0);
  }

  .nowy-module__gTcrLW__filters header {
    border-top: 4px solid var(--ink);
  }

  .nowy-module__gTcrLW__filters header button {
    display: block;
  }

  .nowy-module__gTcrLW__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;
  }

  .nowy-module__gTcrLW__mobileFilter svg {
    width: 18px;
  }

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

  .nowy-module__gTcrLW__detail {
    width: 100%;
  }

  .nowy-module__gTcrLW__detailContent {
    display: block;
  }

  .nowy-module__gTcrLW__gallery {
    padding: 20px;
    position: static;
  }

  .nowy-module__gTcrLW__detailSummary {
    border-left: 0;
    padding: 28px 24px 70px;
  }
}

@media (max-width: 580px) {
  .nowy-module__gTcrLW__topbar {
    display: none;
  }

  .nowy-module__gTcrLW__nav {
    height: 64px;
  }

  .nowy-module__gTcrLW__logo b {
    font-size: 16px;
  }

  .nowy-module__gTcrLW__logo > span {
    width: 32px;
    height: 32px;
  }

  .nowy-module__gTcrLW__homeHeroGrid {
    min-height: 420px;
    padding-top: 52px;
    padding-bottom: 45px;
  }

  .nowy-module__gTcrLW__homeHero h1 {
    font-size: clamp(54px, 17vw, 78px);
  }

  .nowy-module__gTcrLW__heroLead {
    font-size: 14px;
  }

  .nowy-module__gTcrLW__heroActions {
    flex-direction: column;
    align-items: stretch;
  }

  .nowy-module__gTcrLW__stats div {
    padding: 18px 10px;
  }

  .nowy-module__gTcrLW__stats strong {
    font-size: 20px;
  }

  .nowy-module__gTcrLW__stats span {
    font-size: 8px;
  }

  .nowy-module__gTcrLW__searchBand, .nowy-module__gTcrLW__section, .nowy-module__gTcrLW__categorySection, .nowy-module__gTcrLW__blog {
    padding: 65px 0;
  }

  .nowy-module__gTcrLW__searchBandGrid {
    gap: 25px;
  }

  .nowy-module__gTcrLW__sectionHead {
    flex-direction: column;
    align-items: flex-start;
  }

  .nowy-module__gTcrLW__brandGrid {
    grid-template-columns: 1fr 1fr;
  }

  .nowy-module__gTcrLW__brandGrid a {
    min-height: 100px;
  }

  .nowy-module__gTcrLW__selectorGrid > article {
    grid-template-rows: 190px 1fr;
    min-height: 450px;
  }

  .nowy-module__gTcrLW__homeProducts {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__categoryRows h3 {
    font-size: 22px;
  }

  .nowy-module__gTcrLW__about {
    gap: 35px;
  }

  .nowy-module__gTcrLW__about aside strong {
    font-size: 85px;
  }

  .nowy-module__gTcrLW__cta h2 {
    font-size: 52px;
  }

  .nowy-module__gTcrLW__footerLead {
    flex-direction: column;
    gap: 30px;
  }

  .nowy-module__gTcrLW__footerLead p {
    text-align: left;
  }

  .nowy-module__gTcrLW__footerGrid {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__footerMeta {
    flex-direction: column;
    gap: 20px;
  }

  .nowy-module__gTcrLW__catalogHero {
    min-height: 275px;
    padding-bottom: 40px;
  }

  .nowy-module__gTcrLW__catalogHero h1 {
    font-size: clamp(48px, 16vw, 72px);
  }

  .nowy-module__gTcrLW__catalogLayout {
    padding-inline: 14px;
  }

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

  .nowy-module__gTcrLW__mobileFilter {
    min-width: 54px;
    font-size: 0;
  }

  .nowy-module__gTcrLW__resultBar {
    height: 64px;
  }

  .nowy-module__gTcrLW__productGrid {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__cardImage {
    aspect-ratio: 1.4;
  }

  .nowy-module__gTcrLW__detail > header {
    height: 54px;
  }

  .nowy-module__gTcrLW__gallery nav {
    grid-template-columns: repeat(5, 1fr);
  }

  .nowy-module__gTcrLW__detailSummary h1 {
    font-size: 36px;
  }

  .nowy-module__gTcrLW__keyData > div {
    display: block;
  }

  .nowy-module__gTcrLW__keyData dt {
    margin-bottom: 7px;
  }
}

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

.nowy-module__gTcrLW__desktopNav {
  gap: 25px;
}

.nowy-module__gTcrLW__desktopNav a, .nowy-module__gTcrLW__desktopNav button {
  font-size: 11px;
}

.nowy-module__gTcrLW__shaftNav {
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__shaftNav:hover > div, .nowy-module__gTcrLW__shaftNav:focus-within > div {
  display: block;
}

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

.nowy-module__gTcrLW__shaftNav > div a:last-child {
  border: 0;
}

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

.nowy-module__gTcrLW__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;
}

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

.nowy-module__gTcrLW__megaList {
  overflow: auto;
}

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

.nowy-module__gTcrLW__categoryTree {
  max-height: 500px;
  overflow: auto;
  display: block !important;
}

.nowy-module__gTcrLW__categoryBranch > a {
  padding: 11px 5px !important;
}

.nowy-module__gTcrLW__categoryBranch > div {
  border-left: 1px solid var(--line);
  padding-left: 18px;
}

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

.nowy-module__gTcrLW__categoryBranch a:hover {
  color: var(--ink);
  background: var(--signal);
}

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

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

.nowy-module__gTcrLW__footerStats b {
  color: #fff;
  font: 500 18px / 1 ui-monospace, monospace;
}

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

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

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__infoHero h1 em {
  color: var(--signal);
  font-style: normal;
}

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

.nowy-module__gTcrLW__infoIntro {
  padding: 95px 0;
}

.nowy-module__gTcrLW__infoIntroGrid {
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  display: grid;
}

.nowy-module__gTcrLW__infoIntro small, .nowy-module__gTcrLW__mission small, .nowy-module__gTcrLW__infoValues small, .nowy-module__gTcrLW__contactSection small {
  letter-spacing: .1em;
  font: 700 10px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__infoIntro h2, .nowy-module__gTcrLW__mission h2, .nowy-module__gTcrLW__contactSection h2 {
  text-transform: uppercase;
  margin: 14px 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .92;
}

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

.nowy-module__gTcrLW__infoIntro p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.nowy-module__gTcrLW__mission {
  color: #fff;
  background: var(--ink);
  padding: 85px 0;
}

.nowy-module__gTcrLW__missionGrid {
  grid-template-columns: 1.2fr .8fr;
  gap: 100px;
  display: grid;
}

.nowy-module__gTcrLW__mission p {
  color: #b9bebb;
  max-width: 650px;
  line-height: 1.75;
}

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

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

.nowy-module__gTcrLW__mission aside sup {
  font-size: 24px;
}

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

.nowy-module__gTcrLW__infoValues {
  padding: 95px 0;
}

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

.nowy-module__gTcrLW__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;
}

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

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

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

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

.nowy-module__gTcrLW__contactSection {
  padding: 95px 0;
}

.nowy-module__gTcrLW__contactGrid {
  grid-template-columns: .75fr 1.25fr;
  gap: 90px;
  display: grid;
}

.nowy-module__gTcrLW__contactData {
  padding-top: 5px;
}

.nowy-module__gTcrLW__contactData h2 {
  font-size: 56px;
}

.nowy-module__gTcrLW__contactData address {
  margin: 24px 0 32px;
  font-style: normal;
  line-height: 1.7;
}

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

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

.nowy-module__gTcrLW__contactData a {
  font-size: 14px;
  font-weight: 700;
}

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

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

.nowy-module__gTcrLW__contactForm h2 {
  font-size: 54px;
}

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

.nowy-module__gTcrLW__contactForm input, .nowy-module__gTcrLW__contactForm select, .nowy-module__gTcrLW__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;
}

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

.nowy-module__gTcrLW__formPair {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__contactForm > button:disabled {
  opacity: .55;
}

.nowy-module__gTcrLW__formSuccess, .nowy-module__gTcrLW__formError {
  padding: 13px;
  font-size: 12px;
}

.nowy-module__gTcrLW__formSuccess {
  background: #dceda2;
}

.nowy-module__gTcrLW__formError {
  color: #fff;
  background: var(--accent);
}

.nowy-module__gTcrLW__contactHelp {
  background: #e5e2da;
  padding: 75px 0;
}

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

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

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

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

.nowy-module__gTcrLW__contactHelp p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.nowy-module__gTcrLW__contactHelp a {
  text-transform: uppercase;
  margin-top: auto;
  font-size: 10px;
  font-weight: 800;
}

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

@media (max-width: 1280px) {
  .nowy-module__gTcrLW__accountLink, .nowy-module__gTcrLW__cartLink {
    display: none;
  }

  .nowy-module__gTcrLW__desktopNav {
    gap: 15px;
  }
}

@media (max-width: 900px) {
  .nowy-module__gTcrLW__desktopNav, .nowy-module__gTcrLW__catalogButton, .nowy-module__gTcrLW__accountLink, .nowy-module__gTcrLW__cartLink {
    display: none;
  }

  .nowy-module__gTcrLW__mobileNav details {
    border-bottom: 1px solid #454a47;
  }

  .nowy-module__gTcrLW__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;
  }

  .nowy-module__gTcrLW__mobileNav details a, .nowy-module__gTcrLW__mobileNav details details summary {
    padding-left: 18px;
  }

  .nowy-module__gTcrLW__mobileNav details details a, .nowy-module__gTcrLW__mobileNav details details details summary {
    padding-left: 36px;
  }

  .nowy-module__gTcrLW__mobileNav .nowy-module__gTcrLW__mobileAll {
    color: var(--signal);
  }

  .nowy-module__gTcrLW__footerGrid {
    grid-template-columns: repeat(3, 1fr);
  }

  .nowy-module__gTcrLW__footerCompany {
    grid-column: span 3;
  }

  .nowy-module__gTcrLW__infoIntroGrid, .nowy-module__gTcrLW__missionGrid, .nowy-module__gTcrLW__contactGrid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .nowy-module__gTcrLW__valueGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nowy-module__gTcrLW__contactHelp > div {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__contactHelp article {
    min-height: 200px;
  }
}

@media (max-width: 580px) {
  .nowy-module__gTcrLW__footerGrid {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__footerCompany {
    grid-column: auto;
  }

  .nowy-module__gTcrLW__infoHero {
    padding: 62px 0;
  }

  .nowy-module__gTcrLW__infoHero h1 {
    font-size: clamp(51px, 16vw, 76px);
  }

  .nowy-module__gTcrLW__infoHero > div > p:last-child {
    font-size: 14px;
  }

  .nowy-module__gTcrLW__infoIntro, .nowy-module__gTcrLW__infoValues, .nowy-module__gTcrLW__contactSection {
    padding: 65px 0;
  }

  .nowy-module__gTcrLW__infoIntroGrid, .nowy-module__gTcrLW__missionGrid, .nowy-module__gTcrLW__contactGrid {
    gap: 35px;
  }

  .nowy-module__gTcrLW__valueGrid, .nowy-module__gTcrLW__formPair {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__contactForm {
    box-shadow: 4px 4px 0 var(--ink);
    padding: 24px;
  }

  .nowy-module__gTcrLW__contactForm h2 {
    font-size: 42px;
  }

  .nowy-module__gTcrLW__ctaTextLink {
    margin: 22px 0 0;
    display: block;
  }
}

.nowy-module__gTcrLW__filters {
  flex-direction: column;
  max-height: calc(100vh - 48px);
  display: flex;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__filterScroll {
  overscroll-behavior: contain;
  scrollbar-width: thin;
  overflow: auto;
}

.nowy-module__gTcrLW__filterGroup {
  border-bottom: 1px solid var(--line);
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__filterGroup summary::-webkit-details-marker {
  display: none;
}

.nowy-module__gTcrLW__filterGroup summary svg {
  width: 15px;
  transition: transform .18s;
}

.nowy-module__gTcrLW__filterGroup[open] summary svg {
  transform: rotate(180deg);
}

.nowy-module__gTcrLW__filterOptions {
  max-height: 225px;
  padding: 0 0 12px;
  overflow: auto;
}

.nowy-module__gTcrLW__filters .nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__filterOptions input {
  width: 15px;
  height: 15px;
  accent-color: var(--ink);
  margin: 0;
}

.nowy-module__gTcrLW__filterOptions label:has(input:checked) {
  font-weight: 750;
}

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

.nowy-module__gTcrLW__selectFacet {
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
}

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

.nowy-module__gTcrLW__selectFacet select {
  margin-top: 10px;
}

.nowy-module__gTcrLW__rangeInputs {
  align-items: end;
  gap: 7px;
  padding: 0 0 15px;
  display: flex;
}

.nowy-module__gTcrLW__filters .nowy-module__gTcrLW__rangeInputs label {
  border: 0;
  min-width: 0;
  padding: 0;
}

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

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

.nowy-module__gTcrLW__rangeInputs b {
  padding-bottom: 8px;
}

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

.nowy-module__gTcrLW__rangeInputs button {
  background: none;
  border: 0;
  margin: 0 0 1px auto;
  font-size: 18px;
}

.nowy-module__gTcrLW__mobileApply {
  display: none;
}

.nowy-module__gTcrLW__activeFilters {
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0 5px;
  display: flex;
}

.nowy-module__gTcrLW__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;
}

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

.nowy-module__gTcrLW__activeFilters > button b {
  font-size: 14px;
}

.nowy-module__gTcrLW__activeFilters .nowy-module__gTcrLW__clearInline {
  color: #fff;
  background: var(--ink);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
}

.nowy-module__gTcrLW__resultBar {
  gap: 18px;
}

.nowy-module__gTcrLW__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;
}

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

.nowy-module__gTcrLW__resultBar > span {
  margin-left: 0;
}

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

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

  .nowy-module__gTcrLW__filterScroll {
    padding: 0 22px 92px;
  }

  .nowy-module__gTcrLW__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;
  }

  .nowy-module__gTcrLW__resultBar {
    flex-wrap: wrap;
    height: auto;
    min-height: 64px;
    padding-block: 12px;
  }

  .nowy-module__gTcrLW__resultBar label {
    order: 3;
    width: 100%;
    margin: 0;
  }

  .nowy-module__gTcrLW__resultBar select {
    flex: 1;
  }

  .nowy-module__gTcrLW__activeFilters {
    margin-top: 16px;
  }
}

@media (max-width: 580px) {
  .nowy-module__gTcrLW__filters {
    right: 0;
  }

  .nowy-module__gTcrLW__filterScroll {
    padding-inline: 18px;
  }

  .nowy-module__gTcrLW__activeFilters {
    flex-wrap: nowrap;
    padding-bottom: 5px;
    overflow: auto;
  }

  .nowy-module__gTcrLW__activeFilters > button {
    flex: none;
  }

  .nowy-module__gTcrLW__resultBar > span {
    display: none;
  }
}

.nowy-module__gTcrLW__homeHero h1, .nowy-module__gTcrLW__catalogHero h1, .nowy-module__gTcrLW__categorySection h2, .nowy-module__gTcrLW__categorySection h3 {
  color: #fff !important;
}

.nowy-module__gTcrLW__categorySection b {
  color: #fff;
}

.nowy-module__gTcrLW__selectorDark h3, .nowy-module__gTcrLW__selectorDark p, .nowy-module__gTcrLW__selectorDark small {
  color: #fff !important;
}

:is(.nowy-module__gTcrLW__searchHub .bg-primary-500, .nowy-module__gTcrLW__searchHub [class*="bg-primary-500"], .nowy-module__gTcrLW__quickSearch .bg-primary-500, .nowy-module__gTcrLW__quickSearch [class*="bg-primary-500"]) {
  color: var(--ink) !important;
  background: var(--signal) !important;
}

.nowy-module__gTcrLW__searchHub [class*="text-primary"], .nowy-module__gTcrLW__quickSearch [class*="text-primary"] {
  color: var(--ink) !important;
}

.nowy-module__gTcrLW__searchHub [class*="border-primary"], .nowy-module__gTcrLW__quickSearch [class*="border-primary"] {
  border-color: var(--signal) !important;
}

.nowy-module__gTcrLW__searchHub button, .nowy-module__gTcrLW__searchHub input, .nowy-module__gTcrLW__searchHub [class*="rounded"], .nowy-module__gTcrLW__quickSearch button, .nowy-module__gTcrLW__quickSearch input, .nowy-module__gTcrLW__quickSearch textarea, .nowy-module__gTcrLW__quickSearch select, .nowy-module__gTcrLW__quickSearch [class*="rounded"] {
  border-radius: 0 !important;
}

.nowy-module__gTcrLW__searchHub button {
  border-width: 1px;
  box-shadow: none !important;
}

.nowy-module__gTcrLW__searchHub input, .nowy-module__gTcrLW__quickSearch input, .nowy-module__gTcrLW__quickSearch textarea, .nowy-module__gTcrLW__quickSearch select {
  border: 1px solid var(--ink) !important;
  background: var(--canvas) !important;
  box-shadow: none !important;
}

.nowy-module__gTcrLW__searchHub .h-14 {
  display: none !important;
}

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

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

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

.nowy-module__gTcrLW__quickSearch > div > div {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
}

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

.nowy-module__gTcrLW__quickSearch h3 + div, .nowy-module__gTcrLW__quickSearch h3 {
  color: inherit !important;
}

.nowy-module__gTcrLW__quickSearch a[style] {
  color: var(--ink) !important;
  background: var(--signal) !important;
}

.nowy-module__gTcrLW__quickSearch select {
  min-height: 46px;
  padding: 0 13px !important;
  font-size: 12px !important;
}

.nowy-module__gTcrLW__quickSearch svg, .nowy-module__gTcrLW__selectorDark .nowy-module__gTcrLW__quickSearch select, .nowy-module__gTcrLW__selectorDark .nowy-module__gTcrLW__quickSearch input, .nowy-module__gTcrLW__selectorDark .nowy-module__gTcrLW__quickSearch textarea {
  color: var(--ink) !important;
}

:is(.nowy-module__gTcrLW__site .nowy-module__gTcrLW__searchHub .bg-primary-500, .nowy-module__gTcrLW__site .nowy-module__gTcrLW__quickSearch .bg-primary-500) {
  color: var(--ink) !important;
  background-color: var(--signal) !important;
}

.nowy-module__gTcrLW__filters header b {
  display: none;
}

.nowy-module__gTcrLW__filterGroup {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: none;
  margin: 0;
}

.nowy-module__gTcrLW__filterGroup summary {
  min-height: 0;
  color: var(--ink);
  padding: 20px 0;
}

.nowy-module__gTcrLW__filterGroup summary > span {
  flex-direction: column;
  gap: 11px;
  min-width: 0;
  display: flex;
}

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

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__filterGroup summary svg {
  width: 14px;
  color: var(--ink);
}

.nowy-module__gTcrLW__filterGroup[open] {
  border-color: var(--line);
  box-shadow: none;
}

.nowy-module__gTcrLW__filterOptions {
  border: 0;
  max-height: 230px;
  padding: 0 0 15px;
}

.nowy-module__gTcrLW__filters .nowy-module__gTcrLW__filterOptions label {
  min-height: 34px;
  padding: 6px 2px;
}

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

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

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

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__clear {
  transition: color .15s, background .15s;
}

.nowy-module__gTcrLW__clear:hover {
  color: #fff;
  background: var(--ink);
}

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

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__themePickerButton > span {
  border: 1px solid var(--ink);
  width: 24px;
  height: 24px;
}

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

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__themePalette header, .nowy-module__gTcrLW__themePalette footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

.nowy-module__gTcrLW__themePalette > div > button {
  aspect-ratio: 1;
  cursor: pointer;
  border: 1px solid #1c211f47;
}

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

.nowy-module__gTcrLW__themePalette .nowy-module__gTcrLW__selectedSwatch {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

.nowy-module__gTcrLW__themePalette footer {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.nowy-module__gTcrLW__themePalette footer code {
  font: 700 10px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__themePalette footer button:hover {
  background: var(--signal);
  color: var(--signal-text);
}

.nowy-module__gTcrLW__logo > span, .nowy-module__gTcrLW__catalogButton, .nowy-module__gTcrLW__megaList button.nowy-module__gTcrLW__active, .nowy-module__gTcrLW__megaAside a, .nowy-module__gTcrLW__signalButton, .nowy-module__gTcrLW__mobileFilter, .nowy-module__gTcrLW__mobileApply, .nowy-module__gTcrLW__contactForm > button {
  color: var(--signal-text) !important;
}

.nowy-module__gTcrLW__site .nowy-module__gTcrLW__searchHub .bg-primary-500 {
  color: var(--signal-text) !important;
}

.nowy-module__gTcrLW__site .nowy-module__gTcrLW__quickSearch .bg-primary-500 {
  color: var(--signal-text) !important;
}

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

  .nowy-module__gTcrLW__themePickerButton {
    width: 44px;
    height: 44px;
  }

  .nowy-module__gTcrLW__themePalette {
    width: auto;
    inset: auto 14px 78px;
    transform: none;
  }

  .nowy-module__gTcrLW__themePalette > div {
    grid-template-columns: repeat(4, 1fr);
  }
}

.nowy-module__gTcrLW__desktopNav a, .nowy-module__gTcrLW__desktopNav button {
  font-size: 13px;
  font-weight: 750;
}

.nowy-module__gTcrLW__catalogButton {
  font-size: 11px;
}

.nowy-module__gTcrLW__mega small {
  font-size: 10px;
}

.nowy-module__gTcrLW__megaList button {
  font-size: 13px;
}

.nowy-module__gTcrLW__megaDetail > p {
  font-size: 14px;
}

.nowy-module__gTcrLW__megaDetail > div a, .nowy-module__gTcrLW__megaAside p {
  font-size: 13px;
}

.nowy-module__gTcrLW__megaAside a {
  font-size: 11px;
}

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

@media (max-width: 900px) {
  .nowy-module__gTcrLW__mobileNav a {
    font-size: 13px;
  }

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

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

  .nowy-module__gTcrLW__filterScroll {
    flex: 1;
    min-height: 0;
    padding: 0 0 18px;
  }

  .nowy-module__gTcrLW__mobileApply {
    display: none;
  }

  .nowy-module__gTcrLW__filterGroup summary, .nowy-module__gTcrLW__selectFacet {
    padding: 20px 0;
  }
}

@media (max-width: 580px) {
  .nowy-module__gTcrLW__filters {
    padding: 24px;
    right: 12%;
  }

  .nowy-module__gTcrLW__filterScroll {
    padding-inline: 0;
  }
}

.nowy-module__gTcrLW__topbar {
  letter-spacing: .035em;
  height: 42px;
  font-size: 12px;
  line-height: 1.2;
}

.nowy-module__gTcrLW__topbar > .nowy-module__gTcrLW__wrap > div {
  gap: 24px;
}

.nowy-module__gTcrLW__lang {
  gap: 14px !important;
}

.nowy-module__gTcrLW__lang span {
  padding-left: 14px;
}

.nowy-module__gTcrLW__topbar a {
  align-items: center;
  gap: 7px;
  display: inline-flex;
}

.nowy-module__gTcrLW__topbar a svg {
  stroke-width: 1.8px;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}

.nowy-module__gTcrLW__topbar .nowy-module__gTcrLW__topPhone {
  color: var(--signal);
  font-weight: 800;
}

.nowy-module__gTcrLW__topbar .nowy-module__gTcrLW__topPhone:hover {
  color: #fff;
}

.nowy-module__gTcrLW__logo small {
  font-size: 9px;
  line-height: 1.15;
}

.nowy-module__gTcrLW__accountLink {
  font-size: 12px;
}

.nowy-module__gTcrLW__shaftNav > div a {
  font-size: 12px !important;
}

.nowy-module__gTcrLW__site small {
  font-size: 11px;
}

.nowy-module__gTcrLW__eyebrow {
  font-size: 11px;
  line-height: 1.2;
}

.nowy-module__gTcrLW__signalButton, .nowy-module__gTcrLW__darkOutline, .nowy-module__gTcrLW__inkButton {
  font-size: 12px;
}

.nowy-module__gTcrLW__heroIndex small, .nowy-module__gTcrLW__heroIndex span, .nowy-module__gTcrLW__catalogHero aside small {
  font-size: 11px;
}

.nowy-module__gTcrLW__stats span {
  font-size: 11px;
  line-height: 1.3;
}

.nowy-module__gTcrLW__searchBand p, .nowy-module__gTcrLW__selectorGrid p {
  font-size: 15px;
  line-height: 1.6;
}

.nowy-module__gTcrLW__searchBand small, .nowy-module__gTcrLW__sectionHead small, .nowy-module__gTcrLW__section > div > small, .nowy-module__gTcrLW__assist small, .nowy-module__gTcrLW__categorySection small, .nowy-module__gTcrLW__blog small, .nowy-module__gTcrLW__cta small, .nowy-module__gTcrLW__faq small {
  font-size: 11px;
  line-height: 1.2;
}

.nowy-module__gTcrLW__textLink {
  font-size: 12px;
}

.nowy-module__gTcrLW__brandGrid small {
  font-size: 11px;
}

.nowy-module__gTcrLW__assist p {
  font-size: 15px;
}

.nowy-module__gTcrLW__assistLinks > a > span, .nowy-module__gTcrLW__assistLinks small {
  font-size: 11px;
}

.nowy-module__gTcrLW__assistLinks b {
  font-size: 15px;
}

.nowy-module__gTcrLW__homeProductImage small {
  font-size: 10px;
}

.nowy-module__gTcrLW__homeProductBody > p {
  font-size: 10px;
  line-height: 1.3;
}

.nowy-module__gTcrLW__homeProductBody h3 {
  font-size: 15px;
}

.nowy-module__gTcrLW__homeProductBody code, .nowy-module__gTcrLW__homeProductBody button, .nowy-module__gTcrLW__categoryRows a > span {
  font-size: 11px;
}

.nowy-module__gTcrLW__categoryRows p {
  font-size: 14px;
}

.nowy-module__gTcrLW__about > div > p, .nowy-module__gTcrLW__about aside p {
  font-size: 15px;
}

.nowy-module__gTcrLW__about li {
  font-size: 14px;
}

.nowy-module__gTcrLW__about aside span, .nowy-module__gTcrLW__blogGrid small {
  font-size: 11px;
}

.nowy-module__gTcrLW__blogGrid b {
  font-size: 12px;
}

.nowy-module__gTcrLW__cta p {
  font-size: 15px;
}

.nowy-module__gTcrLW__faq button span {
  font-size: 11px;
}

.nowy-module__gTcrLW__faq button b {
  font-size: 15px;
}

.nowy-module__gTcrLW__faq article p, .nowy-module__gTcrLW__footerLead p {
  font-size: 14px;
}

.nowy-module__gTcrLW__footerGrid small {
  font-size: 11px;
  line-height: 1.2;
}

.nowy-module__gTcrLW__footerGrid a, .nowy-module__gTcrLW__footerGrid span {
  font-size: 14px;
  line-height: 1.45;
}

.nowy-module__gTcrLW__footerMeta {
  font-size: 11px;
  line-height: 1.35;
}

.nowy-module__gTcrLW__footerStats i {
  font-size: 10px;
  line-height: 1.3;
}

.nowy-module__gTcrLW__catalogHero > div > p:last-child {
  font-size: 18px;
}

.nowy-module__gTcrLW__filters header {
  font-size: 13px;
}

.nowy-module__gTcrLW__selectFacet > label, .nowy-module__gTcrLW__filterGroup summary b {
  font-size: 11px;
  line-height: 1.2;
}

.nowy-module__gTcrLW__filterGroup summary small, .nowy-module__gTcrLW__selectFacet select {
  font-size: 14px;
}

.nowy-module__gTcrLW__filters .nowy-module__gTcrLW__filterOptions label {
  font-size: 13px;
}

.nowy-module__gTcrLW__filterOptions small, .nowy-module__gTcrLW__rangeInputs label span {
  font-size: 10px;
}

.nowy-module__gTcrLW__rangeInputs input {
  font-size: 12px;
}

.nowy-module__gTcrLW__clear, .nowy-module__gTcrLW__clearInline {
  font-size: 11px;
}

.nowy-module__gTcrLW__stock {
  font-size: 10px;
}

.nowy-module__gTcrLW__cardMeta {
  font-size: 10px;
  line-height: 1.3;
}

.nowy-module__gTcrLW__numberChips span, .nowy-module__gTcrLW__cardFooter strong, .nowy-module__gTcrLW__resultBar, .nowy-module__gTcrLW__resultBar span, .nowy-module__gTcrLW__resultBar label {
  font-size: 11px;
}

.nowy-module__gTcrLW__resultBar p {
  font-size: 14px;
}

.nowy-module__gTcrLW__activeFilters button {
  font-size: 11px;
}

.nowy-module__gTcrLW__loadMore {
  font-size: 12px;
}

.nowy-module__gTcrLW__detail > header, .nowy-module__gTcrLW__detailBrand {
  font-size: 11px;
}

.nowy-module__gTcrLW__categoryPath {
  font-size: 12px;
}

.nowy-module__gTcrLW__keyData dt {
  font-size: 11px;
}

.nowy-module__gTcrLW__keyData dd {
  font-size: 14px;
}

.nowy-module__gTcrLW__detailSection h3 {
  font-size: 13px;
}

.nowy-module__gTcrLW__fitment span, .nowy-module__gTcrLW__specs dt, .nowy-module__gTcrLW__specs dd, .nowy-module__gTcrLW__description {
  font-size: 14px;
}

.nowy-module__gTcrLW__detailCta {
  font-size: 12px;
}

.nowy-module__gTcrLW__infoIntro small, .nowy-module__gTcrLW__mission small, .nowy-module__gTcrLW__infoValues small, .nowy-module__gTcrLW__contactSection small {
  font-size: 11px;
  line-height: 1.2;
}

.nowy-module__gTcrLW__mission aside span {
  font-size: 11px;
}

.nowy-module__gTcrLW__valueGrid span {
  font-size: 12px;
}

.nowy-module__gTcrLW__valueGrid p {
  font-size: 14px;
}

.nowy-module__gTcrLW__contactData > div > span {
  font-size: 11px;
}

.nowy-module__gTcrLW__contactData address, .nowy-module__gTcrLW__contactData > p {
  font-size: 15px;
}

.nowy-module__gTcrLW__contactForm > label, .nowy-module__gTcrLW__formPair label {
  font-size: 11px;
}

.nowy-module__gTcrLW__contactForm > button {
  font-size: 12px;
}

.nowy-module__gTcrLW__formSuccess, .nowy-module__gTcrLW__formError {
  font-size: 14px;
}

.nowy-module__gTcrLW__contactHelp article > span {
  font-size: 11px;
}

.nowy-module__gTcrLW__contactHelp article p {
  font-size: 14px;
}

.nowy-module__gTcrLW__contactHelp article a {
  font-size: 12px;
}

.nowy-module__gTcrLW__themePalette header, .nowy-module__gTcrLW__themePalette footer code {
  font-size: 11px;
}

.nowy-module__gTcrLW__themePalette footer button {
  font-size: 10px;
}

.nowy-module__gTcrLW__searchHub button, .nowy-module__gTcrLW__searchHub input, .nowy-module__gTcrLW__searchHub select, .nowy-module__gTcrLW__quickSearch button, .nowy-module__gTcrLW__quickSearch input, .nowy-module__gTcrLW__quickSearch textarea, .nowy-module__gTcrLW__quickSearch select {
  font-size: 13px !important;
}

.nowy-module__gTcrLW__searchHub small, .nowy-module__gTcrLW__quickSearch small {
  font-size: 11px !important;
}

.nowy-module__gTcrLW__searchHub button span, .nowy-module__gTcrLW__quickSearch button span {
  font-size: 12px !important;
}

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

  .nowy-module__gTcrLW__mobileFilter, .nowy-module__gTcrLW__topbar {
    font-size: 11px;
  }

  .nowy-module__gTcrLW__footerGrid a, .nowy-module__gTcrLW__footerGrid span {
    font-size: 14px;
  }
}

@media (max-width: 580px) {
  .nowy-module__gTcrLW__heroLead, .nowy-module__gTcrLW__infoHero > div > p:last-child {
    font-size: 15px;
  }

  .nowy-module__gTcrLW__stats span {
    font-size: 10px;
  }

  .nowy-module__gTcrLW__homeProductBody h3, .nowy-module__gTcrLW__catalogHero > div > p:last-child {
    font-size: 16px;
  }

  .nowy-module__gTcrLW__resultBar p {
    font-size: 13px;
  }
}

.nowy-module__gTcrLW__wrap, .nowy-module__gTcrLW__catalogLayout {
  width: 100%;
  max-width: none;
  padding-inline: clamp(20px, 3vw, 56px);
}

.nowy-module__gTcrLW__catalogHero {
  padding-inline: clamp(20px, 3vw, 56px);
}

.nowy-module__gTcrLW__infoIntroGrid, .nowy-module__gTcrLW__missionGrid, .nowy-module__gTcrLW__contactGrid, .nowy-module__gTcrLW__about, .nowy-module__gTcrLW__faq {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

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

  .nowy-module__gTcrLW__megaGrid {
    grid-template-columns: 320px minmax(0, 1fr) 310px;
  }

  .nowy-module__gTcrLW__megaDetail > div {
    grid-template-columns: repeat(3, 1fr);
  }

  .nowy-module__gTcrLW__megaDetail > div a:nth-child(odd) {
    margin-right: 0;
  }

  .nowy-module__gTcrLW__megaDetail > div a {
    margin-right: 24px;
  }
}

.nowy-module__gTcrLW__site {
  overflow-x: clip;
}

.nowy-module__gTcrLW__filters {
  max-height: calc(100dvh - 32px);
  top: 16px;
}

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

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

.nowy-module__gTcrLW__productCard {
  background: var(--canvas);
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.nowy-module__gTcrLW__cardLink {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__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;
}

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

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__viewToggle button:last-child {
  border-right: 0;
}

.nowy-module__gTcrLW__viewToggle button svg {
  width: 16px;
}

.nowy-module__gTcrLW__viewToggle button.nowy-module__gTcrLW__active {
  color: var(--signal-text);
  background: var(--signal);
}

.nowy-module__gTcrLW__viewToggle button:hover:not(.nowy-module__gTcrLW__active) {
  background: #e7e4dc;
}

.nowy-module__gTcrLW__pageSize {
  white-space: nowrap;
}

.nowy-module__gTcrLW__pageSize select {
  min-width: 58px;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__pagination > div {
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: flex;
}

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

.nowy-module__gTcrLW__pagination > div button:hover, .nowy-module__gTcrLW__pagination > div button.nowy-module__gTcrLW__active {
  border-color: var(--ink);
  background: var(--signal);
  color: var(--signal-text);
}

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

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

.nowy-module__gTcrLW__pagination .nowy-module__gTcrLW__pageArrow:first-child {
  border-right: 1px solid var(--line);
}

.nowy-module__gTcrLW__pagination .nowy-module__gTcrLW__pageArrow:last-child {
  border-left: 1px solid var(--line);
}

.nowy-module__gTcrLW__pagination .nowy-module__gTcrLW__pageArrow:last-child svg {
  transform: none;
}

.nowy-module__gTcrLW__pagination .nowy-module__gTcrLW__pageArrow:first-child svg {
  transform: rotate(180deg);
}

.nowy-module__gTcrLW__pagination .nowy-module__gTcrLW__pageArrow svg {
  width: 18px;
}

.nowy-module__gTcrLW__pagination button:disabled {
  cursor: not-allowed;
  opacity: .3;
}

.nowy-module__gTcrLW__productGrid.nowy-module__gTcrLW__listView {
  border-top: 1px solid var(--line);
  flex-direction: column;
  display: flex;
}

.nowy-module__gTcrLW__listView .nowy-module__gTcrLW__productCard {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  grid-template-columns: minmax(0, 1fr) 300px;
  display: grid;
}

.nowy-module__gTcrLW__listView .nowy-module__gTcrLW__cardLink {
  grid-template-columns: 220px minmax(0, 1fr);
  display: grid;
}

.nowy-module__gTcrLW__listView .nowy-module__gTcrLW__cardImage {
  aspect-ratio: auto;
  border-right: 1px solid var(--line);
  border-bottom: 0;
  min-height: 188px;
}

.nowy-module__gTcrLW__listView .nowy-module__gTcrLW__cardBody {
  padding: 24px 28px;
}

.nowy-module__gTcrLW__listView .nowy-module__gTcrLW__cardBody h2 {
  max-width: 720px;
  font-size: 22px;
}

.nowy-module__gTcrLW__listView .nowy-module__gTcrLW__cardPurchase {
  border-top: 0;
  border-left: 1px solid var(--line);
  grid-template-columns: 1fr;
  align-content: center;
  margin: 0;
  padding: 24px;
}

.nowy-module__gTcrLW__listView .nowy-module__gTcrLW__compactCart {
  width: 100%;
}

.nowy-module__gTcrLW__cardPrice {
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  display: flex;
}

.nowy-module__gTcrLW__cardPrice strong {
  font-size: 17px;
  line-height: 1.1;
}

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

.nowy-module__gTcrLW__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;
}

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

.nowy-module__gTcrLW__addToCart:disabled {
  cursor: not-allowed;
  opacity: .45;
  box-shadow: none;
}

.nowy-module__gTcrLW__compactCart {
  min-height: 42px;
  padding-inline: 13px;
  font-size: 10px;
}

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

.nowy-module__gTcrLW__stock:before {
  content: "";
  background: #777;
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
}

.nowy-module__gTcrLW__stock.nowy-module__gTcrLW__available:before {
  background: #2aa85f;
}

.nowy-module__gTcrLW__stock.nowy-module__gTcrLW__ordered:before {
  background: #e3ad22;
}

.nowy-module__gTcrLW__stock.nowy-module__gTcrLW__unavailable:before {
  background: #d64545;
}

.nowy-module__gTcrLW__homeProductLink {
  min-width: 0;
  display: block;
}

.nowy-module__gTcrLW__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;
}

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

.nowy-module__gTcrLW__homeProductImage small.nowy-module__gTcrLW__available i {
  background: #2aa85f !important;
}

.nowy-module__gTcrLW__homeProductImage small.nowy-module__gTcrLW__ordered i {
  background: #e3ad22 !important;
}

.nowy-module__gTcrLW__homeProductImage small.nowy-module__gTcrLW__unavailable i {
  background: #d64545 !important;
}

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

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__productPageHeader a:hover {
  background: var(--signal);
}

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

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

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__backButton svg {
  width: 18px;
}

.nowy-module__gTcrLW__backButton:hover {
  background: var(--ink);
  color: #fff;
}

.nowy-module__gTcrLW__backButton:focus-visible, .nowy-module__gTcrLW__breadcrumbs a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: -3px;
}

.nowy-module__gTcrLW__breadcrumbs {
  align-items: center;
  min-width: 0;
  display: flex;
  overflow: hidden;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__breadcrumbs li > span {
  color: var(--line);
  padding: 0 12px;
}

.nowy-module__gTcrLW__breadcrumbs a {
  padding: 8px 0;
}

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

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

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

.nowy-module__gTcrLW__breadcrumbCatalog .nowy-module__gTcrLW__breadcrumbInner {
  min-height: 48px;
  padding-inline: 0;
}

.nowy-module__gTcrLW__catalogMain > .nowy-module__gTcrLW__breadcrumbCatalog + .nowy-module__gTcrLW__searchRow {
  top: 52px;
}

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

.nowy-module__gTcrLW__productDetailShell .nowy-module__gTcrLW__gallery {
  padding: 42px 42px 70px;
  top: 24px;
}

.nowy-module__gTcrLW__productDetailShell .nowy-module__gTcrLW__detailSummary {
  padding: 48px 56px 90px;
}

.nowy-module__gTcrLW__productDetailShell .nowy-module__gTcrLW__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;
}

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

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

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

.nowy-module__gTcrLW__productDetailShell .nowy-module__gTcrLW__addToCart {
  width: 100%;
  margin-bottom: 25px;
}

.nowy-module__gTcrLW__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) {
  .nowy-module__gTcrLW__productGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nowy-module__gTcrLW__productDetailShell {
    grid-template-columns: minmax(340px, .8fr) minmax(430px, 1.2fr);
  }

  .nowy-module__gTcrLW__productDetailShell .nowy-module__gTcrLW__gallery {
    padding: 28px;
  }

  .nowy-module__gTcrLW__productDetailShell .nowy-module__gTcrLW__detailSummary {
    padding: 38px 34px 70px;
  }
}

@media (max-width: 900px) {
  .nowy-module__gTcrLW__filters {
    max-height: 100dvh;
    top: 0;
  }

  .nowy-module__gTcrLW__searchRow {
    padding-top: 8px;
    top: 0;
  }

  .nowy-module__gTcrLW__productDetailShell {
    display: block;
  }

  .nowy-module__gTcrLW__productDetailShell .nowy-module__gTcrLW__gallery {
    padding: 20px;
    position: static;
  }

  .nowy-module__gTcrLW__productDetailShell .nowy-module__gTcrLW__detailSummary {
    border-left: 0;
    padding: 28px 24px 70px;
  }

  .nowy-module__gTcrLW__productPage {
    padding-inline: 14px;
  }

  .nowy-module__gTcrLW__productPageHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 0;
  }

  .nowy-module__gTcrLW__breadcrumbInner {
    min-height: 48px;
    padding-inline: 14px;
  }

  .nowy-module__gTcrLW__backButton {
    flex-basis: 48px;
    width: 48px;
  }

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

  .nowy-module__gTcrLW__breadcrumbs ol {
    padding-inline: 12px;
  }

  .nowy-module__gTcrLW__breadcrumbs li {
    font-size: 10px;
  }

  .nowy-module__gTcrLW__breadcrumbs li > span {
    padding-inline: 8px;
  }

  .nowy-module__gTcrLW__breadcrumbs strong {
    max-width: 54vw;
  }

  .nowy-module__gTcrLW__breadcrumbCatalog .nowy-module__gTcrLW__breadcrumbInner {
    min-height: 44px;
    padding-inline: 0;
  }

  .nowy-module__gTcrLW__catalogMain > .nowy-module__gTcrLW__breadcrumbCatalog + .nowy-module__gTcrLW__searchRow {
    top: 48px;
  }

  .nowy-module__gTcrLW__resultBar .nowy-module__gTcrLW__viewToggle {
    margin-left: auto;
  }

  .nowy-module__gTcrLW__viewToggle button span {
    display: none;
  }

  .nowy-module__gTcrLW__viewToggle button {
    justify-content: center;
    width: 40px;
    padding: 0;
  }

  .nowy-module__gTcrLW__listView .nowy-module__gTcrLW__productCard {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__listView .nowy-module__gTcrLW__cardLink {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .nowy-module__gTcrLW__listView .nowy-module__gTcrLW__cardImage {
    min-height: 150px;
  }

  .nowy-module__gTcrLW__listView .nowy-module__gTcrLW__cardBody {
    padding: 18px;
  }

  .nowy-module__gTcrLW__listView .nowy-module__gTcrLW__cardBody h2 {
    font-size: 17px;
  }

  .nowy-module__gTcrLW__listView .nowy-module__gTcrLW__cardPurchase {
    border-left: 0;
    border-top: 1px solid var(--line);
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 16px;
  }

  .nowy-module__gTcrLW__listView .nowy-module__gTcrLW__compactCart {
    width: auto;
  }

  .nowy-module__gTcrLW__pagination {
    grid-template-columns: 54px minmax(0, 1fr) 54px;
  }

  .nowy-module__gTcrLW__pagination .nowy-module__gTcrLW__pageArrow span {
    display: none;
  }

  .nowy-module__gTcrLW__pagination > div {
    gap: 1px;
  }

  .nowy-module__gTcrLW__pagination button {
    min-width: 36px;
  }

  .nowy-module__gTcrLW__pagination .nowy-module__gTcrLW__pageArrow {
    height: 64px;
  }

  .nowy-module__gTcrLW__pageSize {
    order: 4;
    width: auto !important;
  }

  .nowy-module__gTcrLW__resultBar .nowy-module__gTcrLW__pageSize select {
    flex: 0 0 58px;
  }
}

@media (max-width: 580px) {
  .nowy-module__gTcrLW__pagination > div button {
    display: none;
  }

  .nowy-module__gTcrLW__pagination > div button.nowy-module__gTcrLW__active {
    display: block;
  }

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

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

  .nowy-module__gTcrLW__pagination > div > span {
    display: none;
  }

  .nowy-module__gTcrLW__listView .nowy-module__gTcrLW__cardLink {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .nowy-module__gTcrLW__listView .nowy-module__gTcrLW__cardImage {
    min-height: 128px;
    padding: 10px;
  }

  .nowy-module__gTcrLW__listView .nowy-module__gTcrLW__cardBody {
    padding: 13px;
  }

  .nowy-module__gTcrLW__listView .nowy-module__gTcrLW__cardBody h2 {
    margin: 9px 0;
    font-size: 15px;
  }

  .nowy-module__gTcrLW__listView .nowy-module__gTcrLW__numberChips span:nth-child(n+2) {
    display: none;
  }

  .nowy-module__gTcrLW__listView .nowy-module__gTcrLW__cardPurchase {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__listView .nowy-module__gTcrLW__compactCart {
    width: 100%;
  }

  .nowy-module__gTcrLW__productGrid, .nowy-module__gTcrLW__cardPurchase, .nowy-module__gTcrLW__homeProductPurchase {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__compactCart {
    width: 100%;
  }

  .nowy-module__gTcrLW__productDetailShell .nowy-module__gTcrLW__detailSummary h1 {
    font-size: 38px;
  }

  .nowy-module__gTcrLW__productPrice strong {
    font-size: 34px;
  }
}

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

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

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

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

.nowy-module__gTcrLW__machineRail {
  will-change: transform;
  width: max-content;
  animation: 38s linear infinite nowy-module__gTcrLW__machine-parade;
  display: flex;
}

.nowy-module__gTcrLW__machineParade:hover .nowy-module__gTcrLW__machineRail {
  animation-play-state: paused;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__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;
}

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

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

.nowy-module__gTcrLW__machineTrack {
  background: #414643;
  height: 4px;
  margin-top: 14px;
  display: block;
  position: relative;
}

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

@keyframes nowy-module__gTcrLW__machine-parade {
  to {
    transform: translateX(-50%);
  }
}

@keyframes nowy-module__gTcrLW__machine-progress {
  from {
    transform: translateX(-100%);
  }

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

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

  .nowy-module__gTcrLW__heroIndex {
    display: none;
  }

  .nowy-module__gTcrLW__machineItem {
    width: 170px;
  }
}

@media (max-width: 900px) {
  .nowy-module__gTcrLW__homeHeroGrid {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__machineParade {
    margin-top: 38px;
    padding-top: 0;
  }

  .nowy-module__gTcrLW__machineViewport {
    margin-inline: -10px;
  }

  .nowy-module__gTcrLW__machineItem {
    width: 180px;
  }
}

@media (max-width: 580px) {
  .nowy-module__gTcrLW__machineParade {
    margin-top: 34px;
  }

  .nowy-module__gTcrLW__machineParade > small {
    font-size: 10px;
  }

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

  .nowy-module__gTcrLW__machineItem > span {
    height: 84px;
  }

  .nowy-module__gTcrLW__machineItem b {
    font-size: 10px;
  }

  .nowy-module__gTcrLW__machineTrack {
    margin-top: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nowy-module__gTcrLW__machineRail {
    animation: none;
  }

  .nowy-module__gTcrLW__machineViewport {
    scrollbar-width: thin;
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .nowy-module__gTcrLW__machineRail .nowy-module__gTcrLW__machineItem:nth-child(n+10) {
    display: none;
  }

  .nowy-module__gTcrLW__machineTrack:before {
    animation: none;
    transform: none;
  }
}

.nowy-module__gTcrLW__homeHeroGrid {
  z-index: 2;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  min-height: 590px;
  padding-top: 82px;
  padding-bottom: 72px;
  position: relative;
}

.nowy-module__gTcrLW__homeHeroGrid > div:first-child {
  z-index: 3;
  max-width: min(900px, 58vw);
  position: relative;
}

.nowy-module__gTcrLW__machineParade {
  z-index: 1;
  pointer-events: none;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 120px 0 92px 50%;
  overflow: hidden;
}

.nowy-module__gTcrLW__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%);
}

.nowy-module__gTcrLW__machineRail {
  align-items: end;
  height: 100%;
  animation-duration: 52s;
}

.nowy-module__gTcrLW__machineItem {
  border-color: #ffffff14;
  grid-template-rows: minmax(250px, 1fr) auto;
  align-items: end;
  width: 360px;
  min-height: 100%;
  padding: 0 30px 24px;
}

.nowy-module__gTcrLW__machineItem > span {
  opacity: .68;
  background: var(--signal);
  height: min(31vw, 320px);
  max-height: 100%;
}

.nowy-module__gTcrLW__machineItem b {
  opacity: .82;
  padding-top: 16px;
  font-size: 12px;
}

.nowy-module__gTcrLW__machineItem i {
  opacity: .72;
  bottom: 24px;
  right: 24px;
}

.nowy-module__gTcrLW__heroIndex {
  z-index: 5;
  text-align: right;
  align-self: auto;
  position: absolute;
  top: 32px;
  right: clamp(20px, 4vw, 64px);
}

.nowy-module__gTcrLW__heroIndex strong {
  font-size: 76px;
}

.nowy-module__gTcrLW__machineTrack {
  z-index: 6;
  background: #414643;
  height: 4px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.nowy-module__gTcrLW__machineTrack:before {
  width: 22%;
  animation-duration: 13s;
}

@media (max-width: 1180px) {
  .nowy-module__gTcrLW__homeHeroGrid {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__homeHeroGrid > div:first-child {
    max-width: 66vw;
  }

  .nowy-module__gTcrLW__machineParade {
    left: 48%;
  }

  .nowy-module__gTcrLW__machineItem {
    width: 310px;
  }

  .nowy-module__gTcrLW__heroIndex {
    display: block;
  }

  .nowy-module__gTcrLW__heroIndex strong {
    font-size: 62px;
  }
}

@media (max-width: 900px) {
  .nowy-module__gTcrLW__homeHeroGrid {
    align-items: start;
    min-height: 720px;
    padding-top: 70px;
    padding-bottom: 310px;
  }

  .nowy-module__gTcrLW__homeHeroGrid > div:first-child {
    max-width: none;
  }

  .nowy-module__gTcrLW__machineParade {
    height: 230px;
    inset: auto 0 145px;
  }

  .nowy-module__gTcrLW__machineViewport {
    margin: 0;
    -webkit-mask-image: linear-gradient(90deg, #0000 0, #000 18% 100%);
    mask-image: linear-gradient(90deg, #0000 0, #000 18% 100%);
  }

  .nowy-module__gTcrLW__machineItem {
    grid-template-rows: 178px auto;
    width: 250px;
    min-height: 230px;
    padding: 0 18px 16px;
  }

  .nowy-module__gTcrLW__machineItem > span {
    height: 172px;
  }

  .nowy-module__gTcrLW__heroIndex {
    display: none;
  }
}

@media (max-width: 580px) {
  .nowy-module__gTcrLW__homeHeroGrid {
    min-height: 735px;
    padding-bottom: 300px;
  }

  .nowy-module__gTcrLW__machineParade {
    height: 210px;
    margin: 0;
    bottom: 145px;
  }

  .nowy-module__gTcrLW__machineItem {
    grid-template-rows: 158px auto;
    width: 225px;
    min-height: 210px;
  }

  .nowy-module__gTcrLW__machineItem > span {
    height: 152px;
  }

  .nowy-module__gTcrLW__machineItem b {
    font-size: 10px;
  }

  .nowy-module__gTcrLW__machineItem i {
    bottom: 17px;
    right: 15px;
  }
}

.nowy-module__gTcrLW__machineParade {
  transform: translateY(28px);
}

.nowy-module__gTcrLW__machineItem > span {
  opacity: .34;
}

.nowy-module__gTcrLW__machineTrack {
  width: 100%;
  inset: -9px 0 auto;
}

@media (max-width: 900px) {
  .nowy-module__gTcrLW__machineParade {
    transform: translateY(18px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nowy-module__gTcrLW__machineRail .nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__machineFilters {
  pointer-events: none;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.nowy-module__gTcrLW__machineItem > span {
  filter: url("#nowy-machine-thin");
  transform: translateY(var(--machine-y, 0));
  transform-origin: bottom;
}

@media (max-width: 900px) {
  .nowy-module__gTcrLW__machineItem > span {
    transform: translateY(var(--machine-mobile-y, 0));
  }
}

.nowy-module__gTcrLW__customerNav {
  align-items: center;
  gap: 12px;
  display: flex;
}

.nowy-module__gTcrLW__cartLink {
  position: relative;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__mobileCustomerNav {
  flex-direction: column;
  display: flex;
}

.nowy-module__gTcrLW__mobileCustomerNav b {
  float: right;
  min-width: 24px;
  color: var(--ink);
  background: var(--signal);
  text-align: center;
  padding: 4px;
}

.nowy-module__gTcrLW__journeyPage {
  background: var(--paper);
  min-height: 62vh;
  padding: 0 clamp(20px, 3vw, 56px) 100px;
}

.nowy-module__gTcrLW__journeyHero, .nowy-module__gTcrLW__cartHeading, .nowy-module__gTcrLW__checkoutHeading, .nowy-module__gTcrLW__accountHeader, .nowy-module__gTcrLW__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);
}

.nowy-module__gTcrLW__journeyHero p, .nowy-module__gTcrLW__cartHeading p, .nowy-module__gTcrLW__checkoutHeading > p, .nowy-module__gTcrLW__accountHeader p, .nowy-module__gTcrLW__orderSuccess > p {
  color: var(--signal);
  letter-spacing: .12em;
  margin: 0 0 23px;
  font: 750 11px / 1.2 ui-monospace, monospace;
}

.nowy-module__gTcrLW__journeyHero h1, .nowy-module__gTcrLW__cartHeading h1, .nowy-module__gTcrLW__checkoutHeading h1, .nowy-module__gTcrLW__accountHeader h1, .nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__journeyHero > span, .nowy-module__gTcrLW__orderSuccess > span {
  color: #c4c9c5;
  max-width: 660px;
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.6;
  display: block;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__authLayout > aside {
  color: #fff;
  background: var(--ink);
  padding: 48px;
}

.nowy-module__gTcrLW__authLayout > aside > strong {
  color: var(--signal);
  font: 750 11px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__authLayout aside h2 {
  text-transform: uppercase;
  margin: 36px 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 44px;
  line-height: .95;
}

.nowy-module__gTcrLW__authLayout ol {
  counter-reset: item;
  padding: 0;
  list-style: none;
}

.nowy-module__gTcrLW__authLayout li {
  border-top: 1px solid #4d534f;
  padding: 15px 0;
  font-size: 14px;
}

.nowy-module__gTcrLW__authLayout li:before {
  counter-increment: item;
  content: "0" counter(item);
  color: var(--signal);
  margin-right: 18px;
  font-family: ui-monospace, monospace;
}

.nowy-module__gTcrLW__formPanel {
  background: var(--canvas);
  padding: 42px;
}

.nowy-module__gTcrLW__authTabs {
  border-bottom: 4px solid var(--ink);
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
  display: grid;
}

.nowy-module__gTcrLW__authTabs button {
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  border: 0;
  padding: 17px;
  font-weight: 800;
}

.nowy-module__gTcrLW__authTabs button[aria-selected="true"] {
  color: var(--signal-text);
  background: var(--signal);
}

.nowy-module__gTcrLW__formPanel label, .nowy-module__gTcrLW__checkoutForm label, .nowy-module__gTcrLW__addressFields label {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: 18px;
  font: 700 11px / 1.2 ui-monospace, monospace;
  display: block;
}

.nowy-module__gTcrLW__formPanel label small, .nowy-module__gTcrLW__checkoutForm label small, .nowy-module__gTcrLW__addressFields label small {
  float: right;
  font-size: 9px;
}

.nowy-module__gTcrLW__formPanel input, .nowy-module__gTcrLW__checkoutForm input, .nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__formPanel input:focus, .nowy-module__gTcrLW__checkoutForm input:focus, .nowy-module__gTcrLW__addressFields input:focus {
  border-color: var(--ink);
  box-shadow: 3px 3px 0 var(--signal);
}

.nowy-module__gTcrLW__formGrid {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__primaryAction:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.nowy-module__gTcrLW__inlineError, .nowy-module__gTcrLW__inlineNotice {
  border-left: 5px solid var(--accent);
  background: #f7d8d2;
  margin: 20px 0 0;
  padding: 14px;
  font-size: 13px;
  line-height: 1.5;
}

.nowy-module__gTcrLW__inlineNotice {
  background: #e2efba;
  border-color: #799c16;
}

.nowy-module__gTcrLW__loadingState, .nowy-module__gTcrLW__emptyJourney {
  border-top: 5px solid var(--ink);
  background: var(--canvas);
  max-width: 900px;
  margin: 80px auto;
  padding: 60px;
}

.nowy-module__gTcrLW__loadingState {
  text-transform: uppercase;
  font: 750 12px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__emptyJourney strong {
  color: var(--accent);
  font: 750 11px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__emptyJourney h1 {
  text-transform: uppercase;
  margin: 18px 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: clamp(48px, 7vw, 82px);
  line-height: .9;
}

.nowy-module__gTcrLW__emptyJourney p {
  max-width: 600px;
  color: var(--muted);
  line-height: 1.6;
}

.nowy-module__gTcrLW__accountHeader {
  justify-content: space-between;
  align-items: end;
  display: flex;
}

.nowy-module__gTcrLW__accountHeader h1 em {
  color: var(--signal);
  font-style: normal;
}

.nowy-module__gTcrLW__accountHeader > button {
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  border: 1px solid #626864;
  padding: 13px 16px;
  font-size: 11px;
  font-weight: 750;
}

.nowy-module__gTcrLW__accountGrid {
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 60px;
  max-width: 1400px;
  margin: 65px auto 0;
  display: grid;
}

.nowy-module__gTcrLW__accountGrid > aside {
  border-top: 4px solid var(--ink);
  align-self: start;
  padding-top: 20px;
}

.nowy-module__gTcrLW__accountGrid small, .nowy-module__gTcrLW__orderHistory small {
  color: var(--muted);
  font: 750 10px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__accountGrid dl {
  margin: 26px 0;
}

.nowy-module__gTcrLW__accountGrid dl div {
  border-top: 1px solid var(--line);
  padding: 14px 0;
}

.nowy-module__gTcrLW__accountGrid dt {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 10px;
}

.nowy-module__gTcrLW__accountGrid dd {
  margin: 7px 0 0;
  font-size: 14px;
  font-weight: 650;
}

.nowy-module__gTcrLW__accountGrid > aside > a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.nowy-module__gTcrLW__orderHistory > header {
  border-bottom: 4px solid var(--ink);
  justify-content: space-between;
  align-items: end;
  padding-bottom: 22px;
  display: flex;
}

.nowy-module__gTcrLW__orderHistory h2 {
  text-transform: uppercase;
  margin: 10px 0 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 48px;
}

.nowy-module__gTcrLW__orderHistory > header > strong {
  font: 400 60px / .8 ui-monospace, monospace;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__orderRow > span {
  font-family: ui-monospace, monospace;
  font-weight: 750;
}

.nowy-module__gTcrLW__orderRow time {
  color: var(--muted);
}

.nowy-module__gTcrLW__orderRow em {
  text-transform: uppercase;
  font-size: 10px;
  font-style: normal;
}

.nowy-module__gTcrLW__orderRow i {
  font-style: normal;
}

.nowy-module__gTcrLW__orderRow:hover {
  background: var(--signal);
  padding-inline: 10px;
}

.nowy-module__gTcrLW__emptyOrders {
  padding: 55px 0;
}

.nowy-module__gTcrLW__emptyOrders h3 {
  font-size: 20px;
}

.nowy-module__gTcrLW__emptyOrders a {
  text-transform: uppercase;
  font-weight: 800;
}

.nowy-module__gTcrLW__cartHeading {
  justify-content: space-between;
  align-items: end;
  display: flex;
}

.nowy-module__gTcrLW__cartHeading > strong {
  color: var(--signal);
  font: 400 72px / .8 ui-monospace, monospace;
}

.nowy-module__gTcrLW__cartHeading > strong small {
  color: #aeb3af;
  text-align: right;
  text-transform: uppercase;
  margin-top: 12px;
  display: block;
}

.nowy-module__gTcrLW__cartLayout {
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 55px;
  max-width: 1500px;
  margin: 60px auto 0;
  display: grid;
}

.nowy-module__gTcrLW__cartLines {
  border-top: 4px solid var(--ink);
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__lineIndex {
  color: var(--muted);
  font: 700 10px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__lineImage {
  aspect-ratio: 1;
  background: var(--canvas);
  border: 1px solid var(--line);
  place-items: center;
  padding: 10px;
  display: grid;
}

.nowy-module__gTcrLW__lineImage img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.nowy-module__gTcrLW__lineImage b {
  color: #bbb8b0;
  font-family: ui-monospace, monospace;
}

.nowy-module__gTcrLW__lineInfo small {
  color: var(--muted);
  font: 650 10px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__lineInfo h2 {
  margin: 8px 0;
  font-size: 16px;
}

.nowy-module__gTcrLW__lineInfo > span {
  font-size: 12px;
}

.nowy-module__gTcrLW__quantity {
  border: 1px solid var(--ink);
  grid-template-columns: 36px 42px 36px;
  display: grid;
}

.nowy-module__gTcrLW__quantity button, .nowy-module__gTcrLW__quantity output {
  background: var(--canvas);
  border: 0;
  place-items: center;
  height: 38px;
  display: grid;
}

.nowy-module__gTcrLW__quantity button {
  cursor: pointer;
  font-size: 18px;
}

.nowy-module__gTcrLW__quantity button:disabled {
  opacity: .35;
}

.nowy-module__gTcrLW__quantity output {
  border-inline: 1px solid var(--line);
  font-size: 13px;
}

.nowy-module__gTcrLW__removeLine {
  border: 0;
  border-bottom: 1px solid var(--ink);
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  padding: 7px 0;
  font-size: 10px;
}

.nowy-module__gTcrLW__backToCatalog {
  text-transform: uppercase;
  margin-top: 24px;
  font-size: 11px;
  font-weight: 800;
  display: inline-block;
}

.nowy-module__gTcrLW__cartSummary, .nowy-module__gTcrLW__checkoutSummary {
  color: #fff;
  background: var(--ink);
  align-self: start;
  padding: 30px;
  position: sticky;
  top: 20px;
}

.nowy-module__gTcrLW__cartSummary > small, .nowy-module__gTcrLW__checkoutSummary > small {
  color: var(--signal);
  font: 750 10px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__cartSummary dl, .nowy-module__gTcrLW__checkoutSummary > dl {
  margin: 27px 0;
}

.nowy-module__gTcrLW__cartSummary dl div, .nowy-module__gTcrLW__checkoutSummary > dl div {
  border-top: 1px solid #4b504d;
  justify-content: space-between;
  padding: 12px 0;
  display: flex;
}

.nowy-module__gTcrLW__cartSummary dl div:last-child, .nowy-module__gTcrLW__checkoutSummary > dl div:last-child {
  font-size: 20px;
  font-weight: 800;
}

.nowy-module__gTcrLW__cartSummary dd, .nowy-module__gTcrLW__checkoutSummary dd {
  margin: 0;
}

.nowy-module__gTcrLW__cartSummary .nowy-module__gTcrLW__primaryAction {
  width: 100%;
  margin-top: 0;
}

.nowy-module__gTcrLW__cartSummary > p {
  color: #aeb3af;
  font-size: 11px;
  line-height: 1.5;
}

.nowy-module__gTcrLW__checkoutHeading {
  padding-bottom: 45px;
}

.nowy-module__gTcrLW__checkoutHeading nav {
  gap: 35px;
  margin-top: 38px;
  display: flex;
}

.nowy-module__gTcrLW__checkoutHeading nav span {
  color: #929894;
  border-top: 2px solid #59605b;
  padding-top: 11px;
  font: 700 10px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__checkoutHeading nav span[data-active="true"] {
  border-color: var(--signal);
  color: var(--signal);
}

.nowy-module__gTcrLW__checkoutLayout {
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 65px;
  max-width: 1400px;
  margin: 55px auto 0;
  display: grid;
}

.nowy-module__gTcrLW__checkoutMain {
  min-width: 0;
}

.nowy-module__gTcrLW__checkoutForm, .nowy-module__gTcrLW__shippingPanel, .nowy-module__gTcrLW__reviewPanel {
  border-top: 5px solid var(--ink);
  padding-top: 25px;
}

.nowy-module__gTcrLW__checkoutForm header h2, .nowy-module__gTcrLW__shippingPanel header h2, .nowy-module__gTcrLW__reviewPanel header h2 {
  text-transform: uppercase;
  margin: 10px 0 25px;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 48px;
}

.nowy-module__gTcrLW__checkoutForm header small, .nowy-module__gTcrLW__shippingPanel header small, .nowy-module__gTcrLW__reviewPanel header small {
  color: var(--muted);
  font: 750 10px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__checkoutForm h3 {
  border-top: 1px solid var(--line);
  text-transform: uppercase;
  margin-top: 38px;
  padding-top: 25px;
  font-size: 18px;
}

.nowy-module__gTcrLW__checkLabel {
  align-items: center;
  gap: 10px;
  text-transform: none !important;
  display: flex !important;
}

.nowy-module__gTcrLW__checkLabel input {
  accent-color: var(--ink);
  width: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
}

.nowy-module__gTcrLW__shippingOptions {
  border-top: 1px solid var(--line);
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__shippingOptions label:has(input:checked) {
  background: var(--signal);
}

.nowy-module__gTcrLW__shippingOptions input {
  width: 18px;
  height: 18px;
  accent-color: var(--ink);
}

.nowy-module__gTcrLW__shippingOptions span {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.nowy-module__gTcrLW__shippingOptions small {
  color: var(--muted);
}

.nowy-module__gTcrLW__stepActions {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  display: flex;
}

.nowy-module__gTcrLW__stepActions > button:not(.nowy-module__gTcrLW__primaryAction) {
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  border: 0;
  font-size: 11px;
  font-weight: 800;
}

.nowy-module__gTcrLW__stepActions .nowy-module__gTcrLW__primaryAction {
  margin-top: 0;
}

.nowy-module__gTcrLW__reviewPanel > dl {
  border-top: 1px solid var(--line);
}

.nowy-module__gTcrLW__reviewPanel > dl > div {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 160px 1fr;
  padding: 18px 0;
  display: grid;
}

.nowy-module__gTcrLW__reviewPanel dt {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 11px;
}

.nowy-module__gTcrLW__reviewPanel dd {
  margin: 0;
  line-height: 1.6;
}

.nowy-module__gTcrLW__checkoutItem {
  border-bottom: 1px solid #4b504d;
  grid-template-columns: 32px 1fr auto;
  gap: 10px;
  padding: 14px 0;
  font-size: 12px;
  display: grid;
}

.nowy-module__gTcrLW__checkoutItem p {
  margin: 0;
}

.nowy-module__gTcrLW__checkoutItem span {
  color: var(--signal);
  font-family: ui-monospace, monospace;
}

.nowy-module__gTcrLW__orderSuccess {
  padding-left: clamp(110px, 11vw, 190px);
  position: relative;
}

.nowy-module__gTcrLW__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);
}

.nowy-module__gTcrLW__orderDetail {
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: 70px;
  max-width: 1300px;
  margin: 60px auto 0;
  display: grid;
}

.nowy-module__gTcrLW__orderDetail header {
  border-bottom: 4px solid var(--ink);
  padding-bottom: 20px;
}

.nowy-module__gTcrLW__orderDetail header small, .nowy-module__gTcrLW__orderDetail > aside > small {
  color: var(--muted);
  font: 750 10px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__orderDetail header h2 {
  text-transform: uppercase;
  margin: 10px 0 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 44px;
}

.nowy-module__gTcrLW__orderItems article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 45px 1fr auto;
  align-items: center;
  min-height: 72px;
  display: grid;
}

.nowy-module__gTcrLW__orderItems article > span {
  color: var(--accent);
  font-family: ui-monospace, monospace;
}

.nowy-module__gTcrLW__orderItems article div {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.nowy-module__gTcrLW__orderItems article small {
  color: var(--muted);
}

.nowy-module__gTcrLW__orderTotals {
  width: min(100%, 380px);
  margin-left: auto;
}

.nowy-module__gTcrLW__orderTotals div {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  padding: 11px 0;
  display: flex;
}

.nowy-module__gTcrLW__orderTotals div:last-child {
  font-size: 19px;
  font-weight: 800;
}

.nowy-module__gTcrLW__orderTotals dd {
  margin: 0;
}

.nowy-module__gTcrLW__orderDetail > aside {
  color: #fff;
  background: var(--ink);
  align-self: start;
  padding: 28px;
}

.nowy-module__gTcrLW__orderDetail address {
  flex-direction: column;
  gap: 7px;
  margin: 25px 0;
  font-size: 13px;
  font-style: normal;
  display: flex;
}

.nowy-module__gTcrLW__orderDetail > aside dl div {
  border-top: 1px solid #4d534f;
  padding: 12px 0;
}

.nowy-module__gTcrLW__orderDetail > aside dt {
  color: #9ba09c;
  text-transform: uppercase;
  font-size: 10px;
}

.nowy-module__gTcrLW__orderDetail > aside dd {
  text-transform: uppercase;
  margin: 6px 0 0;
}

.nowy-module__gTcrLW__orderDetail > aside .nowy-module__gTcrLW__primaryAction {
  width: 100%;
}

@media (max-width: 1100px) {
  .nowy-module__gTcrLW__authLayout {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__authLayout > aside {
    display: none;
  }

  .nowy-module__gTcrLW__accountGrid, .nowy-module__gTcrLW__cartLayout, .nowy-module__gTcrLW__checkoutLayout, .nowy-module__gTcrLW__orderDetail {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__accountGrid > aside {
    display: none;
  }

  .nowy-module__gTcrLW__cartSummary, .nowy-module__gTcrLW__checkoutSummary {
    position: static;
  }

  .nowy-module__gTcrLW__cartLines article {
    grid-template-columns: 30px 90px minmax(160px, 1fr) 120px 110px 50px;
  }
}

@media (max-width: 900px) {
  .nowy-module__gTcrLW__customerNav .nowy-module__gTcrLW__accountLink {
    display: none;
  }

  .nowy-module__gTcrLW__customerNav .nowy-module__gTcrLW__cartLink {
    display: grid;
  }

  .nowy-module__gTcrLW__journeyPage {
    padding-inline: 14px;
  }

  .nowy-module__gTcrLW__journeyHero, .nowy-module__gTcrLW__cartHeading, .nowy-module__gTcrLW__checkoutHeading, .nowy-module__gTcrLW__accountHeader, .nowy-module__gTcrLW__orderSuccess {
    margin-inline: -14px;
    padding-inline: 20px;
  }

  .nowy-module__gTcrLW__mobileCustomerNav {
    display: flex;
  }

  .nowy-module__gTcrLW__cartHeading, .nowy-module__gTcrLW__accountHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .nowy-module__gTcrLW__cartLines article {
    grid-template-columns: 75px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .nowy-module__gTcrLW__lineIndex {
    display: none;
  }

  .nowy-module__gTcrLW__lineImage {
    grid-row: span 2;
  }

  .nowy-module__gTcrLW__lineInfo {
    grid-column: 2 / 4;
  }

  .nowy-module__gTcrLW__quantity {
    grid-column: 2;
  }

  .nowy-module__gTcrLW__removeLine {
    grid-column: 3;
  }

  .nowy-module__gTcrLW__orderSuccess {
    padding-left: 110px;
  }

  .nowy-module__gTcrLW__successMark {
    left: 20px;
  }
}

@media (max-width: 580px) {
  .nowy-module__gTcrLW__journeyHero, .nowy-module__gTcrLW__cartHeading, .nowy-module__gTcrLW__checkoutHeading, .nowy-module__gTcrLW__accountHeader, .nowy-module__gTcrLW__orderSuccess {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .nowy-module__gTcrLW__journeyHero h1, .nowy-module__gTcrLW__cartHeading h1, .nowy-module__gTcrLW__checkoutHeading h1, .nowy-module__gTcrLW__accountHeader h1, .nowy-module__gTcrLW__orderSuccess h1 {
    font-size: 49px;
  }

  .nowy-module__gTcrLW__authLayout {
    box-shadow: 4px 4px 0 var(--ink);
    margin-top: 35px;
  }

  .nowy-module__gTcrLW__formPanel {
    padding: 24px;
  }

  .nowy-module__gTcrLW__formGrid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .nowy-module__gTcrLW__orderRow {
    grid-template-columns: 1fr auto;
  }

  .nowy-module__gTcrLW__orderRow time, .nowy-module__gTcrLW__orderRow em, .nowy-module__gTcrLW__orderRow i {
    display: none;
  }

  .nowy-module__gTcrLW__cartHeading > strong {
    font-size: 52px;
  }

  .nowy-module__gTcrLW__cartLayout, .nowy-module__gTcrLW__checkoutLayout, .nowy-module__gTcrLW__orderDetail {
    gap: 35px;
    margin-top: 35px;
  }

  .nowy-module__gTcrLW__cartLines article {
    grid-template-columns: 70px minmax(0, 1fr) auto;
  }

  .nowy-module__gTcrLW__cartLines article > strong {
    font-size: 13px;
  }

  .nowy-module__gTcrLW__checkoutHeading nav {
    justify-content: space-between;
    gap: 12px;
  }

  .nowy-module__gTcrLW__checkoutHeading nav span {
    font-size: 8px;
  }

  .nowy-module__gTcrLW__checkoutForm header h2, .nowy-module__gTcrLW__shippingPanel header h2, .nowy-module__gTcrLW__reviewPanel header h2 {
    font-size: 39px;
  }

  .nowy-module__gTcrLW__stepActions {
    flex-direction: column;
    align-items: stretch;
  }

  .nowy-module__gTcrLW__stepActions button {
    width: 100%;
  }

  .nowy-module__gTcrLW__reviewPanel > dl > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .nowy-module__gTcrLW__orderSuccess {
    padding-top: 140px;
    padding-left: 20px;
  }

  .nowy-module__gTcrLW__successMark {
    top: 50px;
  }

  .nowy-module__gTcrLW__orderDetail header h2 {
    font-size: 36px;
  }

  .nowy-module__gTcrLW__orderItems article {
    grid-template-columns: 35px 1fr;
  }

  .nowy-module__gTcrLW__orderItems article > strong {
    grid-column: 2;
    margin-top: -12px;
    padding-bottom: 12px;
  }

  .nowy-module__gTcrLW__emptyJourney {
    margin-top: 35px;
    padding: 35px 22px;
  }
}

.nowy-module__gTcrLW__homeSearch {
  color: var(--ink);
  background: var(--canvas);
  position: relative;
}

.nowy-module__gTcrLW__searchTabs {
  border-bottom: 1px solid var(--ink);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  display: grid;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__searchTabs button:last-child {
  border-right: 0 !important;
}

.nowy-module__gTcrLW__searchTabs button:hover, .nowy-module__gTcrLW__searchTabs button:focus-visible {
  background: #e3e0d8;
}

.nowy-module__gTcrLW__searchTabs button.nowy-module__gTcrLW__active {
  color: var(--signal-text);
  background: var(--signal);
}

.nowy-module__gTcrLW__searchTabs small {
  color: inherit;
  grid-row: 1 / 3;
  font: 750 10px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__searchTabs span {
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.1;
  overflow: hidden;
  font-size: 12px !important;
}

.nowy-module__gTcrLW__searchTabs b {
  text-transform: uppercase;
  font-size: 12px;
  display: none;
}

.nowy-module__gTcrLW__searchPanel {
  min-height: 186px;
  padding: 26px;
  position: relative;
}

.nowy-module__gTcrLW__searchTextForm > label {
  color: var(--muted);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font: 750 11px / 1.2 ui-monospace, monospace;
  display: block;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__searchTextForm svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8px;
  width: 21px;
  margin-left: 12px;
}

.nowy-module__gTcrLW__searchTextForm .nowy-module__gTcrLW__hash {
  margin-left: 14px;
  font: 700 22px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__searchTextForm input {
  outline: 0;
  min-width: 0;
  height: 56px;
  padding: 0 12px;
  background: none !important;
  border: 0 !important;
  font-size: 15px !important;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__searchTextForm > div > button:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.nowy-module__gTcrLW__searchTextForm > p, .nowy-module__gTcrLW__machineSearchForm > p {
  color: var(--muted);
  margin: 14px 0 0;
  line-height: 1.45;
  font-size: 12px !important;
}

.nowy-module__gTcrLW__recentSearches {
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 13px;
  display: flex;
}

.nowy-module__gTcrLW__recentSearches > small {
  color: var(--muted);
  margin-right: 4px;
  font: 750 9px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__recentSearches > button {
  background: var(--paper);
  cursor: pointer;
  padding: 6px 9px;
  border: 1px solid var(--line) !important;
  font-size: 10px !important;
}

.nowy-module__gTcrLW__recentSearches > button:hover {
  background: var(--signal);
  border-color: var(--ink) !important;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__searchSuggestions a:hover {
  background: var(--paper);
}

.nowy-module__gTcrLW__searchSuggestions a > span {
  background: #fff;
  place-items: center;
  width: 46px;
  height: 46px;
  font: 700 10px / 1 ui-monospace, monospace;
  display: grid;
}

.nowy-module__gTcrLW__searchSuggestions img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.nowy-module__gTcrLW__searchSuggestions b {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.25;
  overflow: hidden;
}

.nowy-module__gTcrLW__searchSuggestions small {
  color: var(--muted);
  font: 650 10px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__machineSearchForm {
  background: var(--ink);
  border: 1px solid var(--ink);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  display: grid;
}

.nowy-module__gTcrLW__machineSearchForm > div {
  background: var(--canvas);
  padding: 13px;
}

.nowy-module__gTcrLW__machineSearchForm label {
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 8px;
  font: 750 10px / 1 ui-monospace, monospace;
  display: block;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__machineSearchForm select:disabled {
  opacity: .45;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__machineSearchForm > button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.nowy-module__gTcrLW__machineSearchForm > p {
  color: #d2d5d2;
  background: var(--ink);
  grid-column: 1 / -1;
  padding: 0 13px 13px;
}

.nowy-module__gTcrLW__visualSearch {
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 14px;
  display: grid;
}

.nowy-module__gTcrLW__visualSearch > input {
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  position: absolute;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__visualDrop > svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4px;
  flex: 0 0 54px;
  width: 54px;
}

.nowy-module__gTcrLW__visualDrop > img {
  -o-object-fit: contain;
  object-fit: contain;
  background: #fff;
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
}

.nowy-module__gTcrLW__visualDrop span {
  flex-direction: column;
  gap: 7px;
  display: flex;
}

.nowy-module__gTcrLW__visualDrop b {
  font-size: 14px;
}

.nowy-module__gTcrLW__visualDrop small {
  color: var(--muted);
  font: 650 10px / 1.3 ui-monospace, monospace;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__visualAnalyze:disabled {
  opacity: .55;
}

.nowy-module__gTcrLW__searchError {
  border-left: 5px solid var(--accent);
  background: #f7d8d2;
  grid-column: 1 / -1;
  margin: 0;
  padding: 13px;
  font-size: 13px !important;
}

.nowy-module__gTcrLW__visualResult {
  border-top: 4px solid var(--ink);
  background: var(--paper);
  grid-column: 1 / -1;
  padding: 18px;
}

.nowy-module__gTcrLW__visualResult > small {
  color: var(--muted);
  font: 750 10px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__visualResult h3 {
  text-transform: uppercase;
  margin: 9px 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 28px;
}

.nowy-module__gTcrLW__visualResult > p {
  margin: 0 0 13px;
  font-size: 13px !important;
}

.nowy-module__gTcrLW__visualResult > div {
  flex-wrap: wrap;
  gap: 7px;
  display: flex;
}

.nowy-module__gTcrLW__visualResult a {
  border: 1px solid var(--ink);
  background: var(--canvas);
  gap: 14px;
  padding: 9px 11px;
  font-size: 11px;
  font-weight: 750;
  display: inline-flex;
}

.nowy-module__gTcrLW__visualResult a:hover {
  background: var(--signal);
}

@media (max-width: 900px) {
  .nowy-module__gTcrLW__searchBandGrid {
    gap: 28px;
  }

  .nowy-module__gTcrLW__searchPanel {
    min-height: 0;
  }

  .nowy-module__gTcrLW__machineSearchForm {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 580px) {
  .nowy-module__gTcrLW__searchHub {
    box-shadow: 4px 4px 0 var(--ink);
    padding: 7px;
  }

  .nowy-module__gTcrLW__searchTabs {
    grid-template-columns: 1fr 1fr;
  }

  .nowy-module__gTcrLW__searchTabs button {
    min-height: 57px;
    padding: 8px 10px;
  }

  .nowy-module__gTcrLW__searchTabs button:nth-child(2) {
    border-right: 0 !important;
  }

  .nowy-module__gTcrLW__searchTabs button:nth-child(-n+2) {
    border-bottom: 1px solid var(--line) !important;
  }

  .nowy-module__gTcrLW__searchTabs span {
    display: none;
  }

  .nowy-module__gTcrLW__searchTabs b {
    display: block;
  }

  .nowy-module__gTcrLW__searchPanel {
    padding: 17px;
  }

  .nowy-module__gTcrLW__searchTextForm > div:first-of-type {
    box-shadow: 3px 3px 0 var(--ink);
    grid-template-columns: 27px minmax(0, 1fr);
  }

  .nowy-module__gTcrLW__searchTextForm > div > button {
    grid-column: 1 / -1;
    min-height: 46px;
    border-top: 1px solid var(--ink) !important;
    border-left: 0 !important;
  }

  .nowy-module__gTcrLW__searchTextForm input {
    height: 51px;
    padding-right: 5px;
    font-size: 13px !important;
  }

  .nowy-module__gTcrLW__searchSuggestions {
    left: 17px;
    right: 17px;
  }

  .nowy-module__gTcrLW__searchSuggestions a {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .nowy-module__gTcrLW__searchSuggestions a small {
    display: none;
  }

  .nowy-module__gTcrLW__machineSearchForm, .nowy-module__gTcrLW__visualSearch {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__visualDrop {
    min-height: 105px;
  }

  .nowy-module__gTcrLW__visualAnalyze {
    min-height: 48px;
  }

  .nowy-module__gTcrLW__visualDrop > img {
    flex-basis: 75px;
    width: 75px;
    height: 75px;
  }
}

.nowy-module__gTcrLW__searchBand {
  z-index: 12;
  position: relative;
}

.nowy-module__gTcrLW__searchBandGrid, .nowy-module__gTcrLW__searchHub, .nowy-module__gTcrLW__homeSearch, .nowy-module__gTcrLW__searchPanel {
  overflow: visible;
}

.nowy-module__gTcrLW__searchHub {
  z-index: 2;
  position: relative;
}

.nowy-module__gTcrLW__searchSuggestions {
  z-index: 80;
  overscroll-behavior: contain;
  max-height: min(420px, 100vh - 150px);
  overflow-y: auto;
}

@media (max-width: 580px) {
  .nowy-module__gTcrLW__searchSuggestions {
    max-height: 55vh;
  }
}

.nowy-module__gTcrLW__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) {
  .nowy-module__gTcrLW__customerNav .nowy-module__gTcrLW__cartLink {
    display: grid;
  }
}

.nowy-module__gTcrLW__searchSuggestions > p {
  color: var(--muted);
  background: var(--paper);
  margin: 0;
  padding: 16px 14px;
  line-height: 1.45;
  font-size: 12px !important;
}

.nowy-module__gTcrLW__searchTextForm > div:first-of-type:focus-within {
  outline: 3px solid var(--signal);
  outline-offset: 2px;
}

.nowy-module__gTcrLW__suggestionOptions {
  display: block;
}

.nowy-module__gTcrLW__searchSuggestions a.nowy-module__gTcrLW__activeSuggestion, .nowy-module__gTcrLW__searchSuggestions a[aria-selected="true"] {
  outline: 2px solid var(--ink);
  outline-offset: -2px;
  background: var(--signal);
}

.nowy-module__gTcrLW__searchGuide {
  border: 1px solid var(--ink);
  border-left: 6px solid var(--signal);
  background: var(--paper);
  gap: 11px;
  margin-top: 16px;
  padding: 14px;
  display: grid;
}

.nowy-module__gTcrLW__searchGuide > div:first-child {
  gap: 5px;
  display: grid;
}

.nowy-module__gTcrLW__searchGuide > div:first-child small {
  color: var(--muted);
  letter-spacing: .08em;
  font: 800 9px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__searchGuide > div:first-child strong {
  font-size: 14px;
  line-height: 1.35;
}

.nowy-module__gTcrLW__searchGuideFacts, .nowy-module__gTcrLW__searchGuideActions {
  flex-wrap: wrap;
  gap: 7px;
  display: flex;
}

.nowy-module__gTcrLW__searchGuideFacts span {
  border: 1px solid var(--line);
  background: var(--canvas);
  padding: 6px 8px;
  font-size: 10px;
}

.nowy-module__gTcrLW__searchGuideActions button {
  background: var(--canvas);
  cursor: pointer;
  padding: 8px 10px;
  font-weight: 750;
  border: 1px solid var(--ink) !important;
  font-size: 10px !important;
}

.nowy-module__gTcrLW__searchGuideActions button:hover, .nowy-module__gTcrLW__searchGuideActions button:focus-visible {
  background: var(--signal);
}

.nowy-module__gTcrLW__searchGuideActions .nowy-module__gTcrLW__searchGuidePrimary {
  color: var(--signal-text);
  background: var(--signal);
  text-transform: uppercase;
}

@media (max-width: 580px) {
  .nowy-module__gTcrLW__searchGuide {
    padding: 11px;
  }

  .nowy-module__gTcrLW__searchGuideActions button {
    flex: auto;
  }

  .nowy-module__gTcrLW__searchGuideActions .nowy-module__gTcrLW__searchGuidePrimary {
    flex-basis: 100%;
  }
}

.nowy-module__gTcrLW__mega {
  max-height: none;
  overflow: visible;
}

.nowy-module__gTcrLW__megaGrid {
  grid-template-columns: 290px minmax(0, 1fr) 250px;
  gap: 30px;
  height: auto;
  min-height: 438px;
  padding-block: 24px;
}

.nowy-module__gTcrLW__megaList {
  border-top: 4px solid var(--ink);
  grid-template-rows: 44px 1fr 46px;
  min-height: 390px;
  display: grid;
  overflow: hidden;
}

.nowy-module__gTcrLW__megaListHeader {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nowy-module__gTcrLW__megaListHeader > span {
  color: var(--muted);
  font: 750 9px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__megaCategorySlide {
  animation: .2s ease-out nowy-module__gTcrLW__mega-slide-in;
}

.nowy-module__gTcrLW__megaCategorySlide > button:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: -2px;
}

.nowy-module__gTcrLW__megaListControls {
  border-top: 1px solid var(--ink);
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: stretch;
  display: grid;
}

.nowy-module__gTcrLW__megaListControls > button {
  background: var(--canvas);
  place-items: center;
  min-height: 44px;
  display: grid;
  border: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
}

.nowy-module__gTcrLW__megaListControls > button:disabled {
  opacity: .28;
  cursor: not-allowed;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__megaDetail {
  min-width: 0;
  padding: 4px 0;
  overflow: hidden;
}

.nowy-module__gTcrLW__megaDetail > .nowy-module__gTcrLW__megaSlidePanel {
  min-height: 380px;
  animation: .2s ease-out nowy-module__gTcrLW__mega-slide-in;
  display: block;
}

.nowy-module__gTcrLW__megaTrail {
  align-items: center;
  gap: 12px;
  min-height: 26px;
  display: flex;
}

.nowy-module__gTcrLW__megaTrail > button {
  border: 1px solid var(--line);
  background: var(--canvas);
  text-transform: uppercase;
  cursor: pointer;
  padding: 4px 7px;
  font-size: 9px;
  font-weight: 800;
}

.nowy-module__gTcrLW__megaTrail > small {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.nowy-module__gTcrLW__megaSlidePanel h3 {
  margin: 12px 0 8px;
}

.nowy-module__gTcrLW__megaSlidePanel > p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__megaSubcategoryGrid > a, .nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__megaSubcategoryGrid > a:hover, .nowy-module__gTcrLW__megaSubcategoryGrid > button:hover, .nowy-module__gTcrLW__megaSubcategoryGrid > a:focus-visible, .nowy-module__gTcrLW__megaSubcategoryGrid > button:focus-visible {
  background: var(--signal);
  outline: none;
}

.nowy-module__gTcrLW__megaSubcategoryGrid span {
  flex: none;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__megaSubcategoryFooter {
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-height: 45px;
  margin-top: 14px;
  display: flex;
}

.nowy-module__gTcrLW__megaSubcategoryFooter > a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 850;
}

.nowy-module__gTcrLW__megaSubcategoryFooter > div {
  align-items: center;
  gap: 8px;
  display: flex;
}

.nowy-module__gTcrLW__megaSubcategoryFooter button {
  border: 1px solid var(--ink);
  background: var(--canvas);
  cursor: pointer;
  width: 34px;
  height: 34px;
}

.nowy-module__gTcrLW__megaSubcategoryFooter button:disabled {
  opacity: .28;
  cursor: not-allowed;
}

.nowy-module__gTcrLW__megaSubcategoryFooter span {
  font: 750 9px / 1 ui-monospace, monospace;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .nowy-module__gTcrLW__megaGrid {
    grid-template-columns: 240px minmax(0, 1fr) 210px;
    gap: 20px;
  }

  .nowy-module__gTcrLW__megaSubcategoryGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nowy-module__gTcrLW__megaAside {
    padding: 20px;
  }

  .nowy-module__gTcrLW__megaAside strong {
    font-size: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nowy-module__gTcrLW__megaCategorySlide, .nowy-module__gTcrLW__megaDetail > .nowy-module__gTcrLW__megaSlidePanel {
    animation: none;
  }
}

@keyframes nowy-module__gTcrLW__mega-slide-in {
  from {
    opacity: 0;
    transform: translateX(18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.nowy-module__gTcrLW__megaDetail > .nowy-module__gTcrLW__megaSlidePanel {
  border-top: 0;
  outline: none;
  grid-template-columns: none;
  margin-top: 0;
}

.nowy-module__gTcrLW__megaDetail > .nowy-module__gTcrLW__megaSlidePanel .nowy-module__gTcrLW__megaSubcategoryGrid > a, .nowy-module__gTcrLW__megaDetail > .nowy-module__gTcrLW__megaSlidePanel .nowy-module__gTcrLW__megaSubcategoryGrid > button {
  margin-right: 0;
  padding: 9px 11px !important;
  font-size: 11px !important;
}

.nowy-module__gTcrLW__megaDetail > .nowy-module__gTcrLW__megaSlidePanel .nowy-module__gTcrLW__megaSubcategoryGrid > a:nth-child(odd) {
  margin-right: 0;
}

.nowy-module__gTcrLW__megaDetail > .nowy-module__gTcrLW__megaSlidePanel .nowy-module__gTcrLW__megaSubcategoryGrid > a:focus-visible, .nowy-module__gTcrLW__megaDetail > .nowy-module__gTcrLW__megaSlidePanel .nowy-module__gTcrLW__megaSubcategoryGrid > button:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: -3px;
  background: var(--signal);
}

.nowy-module__gTcrLW__megaDetail > .nowy-module__gTcrLW__megaSlidePanel .nowy-module__gTcrLW__megaSubcategoryFooter > a {
  margin-right: 0;
  padding: 8px 0;
  font-size: 10px !important;
}

.nowy-module__gTcrLW__megaTrail > button:focus-visible, .nowy-module__gTcrLW__megaListControls > button:focus-visible, .nowy-module__gTcrLW__megaListControls > a:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: -3px;
}

.nowy-module__gTcrLW__megaCategorySlide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  display: grid;
}

.nowy-module__gTcrLW__megaCategorySlide > button {
  min-height: 48px;
  padding: 7px 9px;
  line-height: 1.15;
}

.nowy-module__gTcrLW__megaListControls {
  grid-template-columns: 1fr;
}

.nowy-module__gTcrLW__megaListControls > a {
  min-height: 46px;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .nowy-module__gTcrLW__megaGrid {
    grid-template-columns: 340px minmax(0, 1fr);
  }

  .nowy-module__gTcrLW__megaAside {
    display: none;
  }

  .nowy-module__gTcrLW__megaCategorySlide > button {
    padding-inline: 7px;
    font-size: 11px !important;
  }
}

.nowy-module__gTcrLW__megaGrid {
  grid-template-columns: 300px minmax(0, 1fr) 280px;
}

.nowy-module__gTcrLW__megaList {
  min-height: 566px;
}

.nowy-module__gTcrLW__megaCategorySlide {
  grid-template-columns: 1fr;
}

.nowy-module__gTcrLW__megaCategorySlide > button {
  min-height: 34px;
  padding: 5px 8px;
}

.nowy-module__gTcrLW__megaCategorySlide > button:nth-child(odd) {
  border-right: 0;
}

.nowy-module__gTcrLW__megaSubcategoryGrid > a.nowy-module__gTcrLW__activeSubcategory {
  background: var(--signal);
  outline: 2px solid var(--ink);
  outline-offset: -2px;
}

.nowy-module__gTcrLW__megaThirdPanel {
  min-width: 0;
  animation: .2s ease-out nowy-module__gTcrLW__mega-slide-in;
  overflow: hidden;
}

.nowy-module__gTcrLW__megaThirdPanel h3 {
  text-transform: uppercase;
  margin: 15px 0 10px;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 28px;
  line-height: .95;
}

.nowy-module__gTcrLW__megaThirdPanel > div {
  border-top: 1px solid #505552;
  grid-template-columns: 1fr;
  display: grid;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__megaThirdPanel > div > a:hover, .nowy-module__gTcrLW__megaThirdPanel > div > a:focus-visible {
  color: var(--ink);
  background: var(--signal);
  outline-offset: -2px;
  outline: 2px solid #fff;
}

.nowy-module__gTcrLW__megaThirdPanel footer {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  display: flex;
}

.nowy-module__gTcrLW__megaThirdPanel footer > a {
  color: var(--signal);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 850;
}

.nowy-module__gTcrLW__megaThirdPanel footer > span {
  color: #fff;
  align-items: center;
  gap: 6px;
  font: 750 9px / 1 ui-monospace, monospace;
  display: flex;
}

.nowy-module__gTcrLW__megaThirdPanel footer button {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 1px solid #69706c;
  width: 28px;
  height: 28px;
}

.nowy-module__gTcrLW__megaThirdPanel footer button:disabled {
  opacity: .3;
  cursor: not-allowed;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .nowy-module__gTcrLW__megaGrid {
    grid-template-columns: 260px minmax(0, 1fr) 230px;
    gap: 16px;
  }

  .nowy-module__gTcrLW__megaAside {
    padding: 18px;
    display: block;
  }

  .nowy-module__gTcrLW__megaCategorySlide > button {
    font-size: 10px !important;
  }

  .nowy-module__gTcrLW__megaSubcategoryGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nowy-module__gTcrLW__megaThirdPanel h3 {
    font-size: 23px;
  }
}

@media (max-width: 900px) {
  .nowy-module__gTcrLW__mobileNav {
    max-height: calc(100dvh - 64px);
    overflow-y: auto;
  }

  .nowy-module__gTcrLW__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;
  }

  .nowy-module__gTcrLW__mobileProductPanel {
    animation: .2s ease-out nowy-module__gTcrLW__mega-slide-in;
  }

  .nowy-module__gTcrLW__mobileProductPanel > .nowy-module__gTcrLW__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;
  }

  .nowy-module__gTcrLW__mobileProductPanel > small {
    color: #969d98;
    margin: 5px 0 10px;
    font: 700 9px / 1.4 ui-monospace, monospace;
    display: block;
  }

  .nowy-module__gTcrLW__mobileProductPanel > h3 {
    text-transform: uppercase;
    margin: 0 0 12px;
    font-family: Arial Narrow, Impact, sans-serif;
    font-size: 30px;
  }

  .nowy-module__gTcrLW__mobileProductPanel > .nowy-module__gTcrLW__mobileAll {
    color: var(--signal);
  }

  .nowy-module__gTcrLW__mobileProductPanel > div {
    display: grid;
  }

  .nowy-module__gTcrLW__mobileProductPanel > div > a, .nowy-module__gTcrLW__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;
  }

  .nowy-module__gTcrLW__mobileProductPanel > div > a:focus-visible, .nowy-module__gTcrLW__mobileProductPanel > div > button:focus-visible, .nowy-module__gTcrLW__mobileProductsTrigger:focus-visible, .nowy-module__gTcrLW__mobileBack:focus-visible {
    outline: 2px solid var(--signal);
    outline-offset: -2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nowy-module__gTcrLW__megaThirdPanel, .nowy-module__gTcrLW__mobileProductPanel {
    animation: none;
  }
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__megaCategorySlide > a.nowy-module__gTcrLW__active {
  background: var(--signal);
  padding-left: 12px;
}

.nowy-module__gTcrLW__megaCategorySlide > a:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: -2px;
}

.nowy-module__gTcrLW__mobileNav {
  scrollbar-width: none;
}

.nowy-module__gTcrLW__mobileNav::-webkit-scrollbar {
  display: none;
}

.nowy-module__gTcrLW__mobileProductPanel > footer {
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  margin-top: 8px;
  display: flex;
}

.nowy-module__gTcrLW__mobileProductPanel > footer button {
  color: #fff;
  background: none;
  border: 1px solid #69706c;
  width: 38px;
  height: 38px;
}

.nowy-module__gTcrLW__mobileProductPanel > footer button:disabled {
  opacity: .3;
}

.nowy-module__gTcrLW__mobileProductPanel > footer span {
  font: 750 10px / 1 ui-monospace, monospace;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .nowy-module__gTcrLW__topbar {
    display: none;
  }

  .nowy-module__gTcrLW__megaCategorySlide > a {
    font-size: 10px;
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .nowy-module__gTcrLW__megaGrid {
    padding-block: 12px;
  }

  .nowy-module__gTcrLW__megaList {
    min-height: 520px;
  }

  .nowy-module__gTcrLW__megaCategorySlide > a {
    min-height: 30px;
    padding-block: 3px;
    font-size: 10px;
  }

  .nowy-module__gTcrLW__megaListHeader {
    height: 38px;
  }

  .nowy-module__gTcrLW__megaSlidePanel h3 {
    margin-block: 8px;
  }

  .nowy-module__gTcrLW__megaSubcategoryGrid {
    margin-top: 10px;
  }

  .nowy-module__gTcrLW__megaSubcategoryGrid > a {
    min-height: 43px;
  }

  .nowy-module__gTcrLW__megaAside {
    padding-block: 18px;
  }
}

.nowy-module__gTcrLW__megaGrid {
  grid-template-columns: 260px minmax(0, 1fr) minmax(0, 1fr) 220px;
  gap: 20px;
}

.nowy-module__gTcrLW__megaDetail, .nowy-module__gTcrLW__megaThirdColumn {
  min-width: 0;
  padding: 4px 0;
  overflow: hidden;
}

.nowy-module__gTcrLW__megaSubcategoryGrid {
  grid-template-columns: 1fr;
  align-content: start;
}

.nowy-module__gTcrLW__megaSubcategoryGrid > a {
  min-height: 38px !important;
  margin-right: 0 !important;
  padding: 7px 9px !important;
}

.nowy-module__gTcrLW__megaColumnScroll {
  overscroll-behavior: contain;
  scrollbar-width: none;
  max-height: 398px;
  overflow-y: auto;
}

.nowy-module__gTcrLW__megaColumnScroll::-webkit-scrollbar {
  display: none;
}

.nowy-module__gTcrLW__megaThirdColumn {
  animation: .2s ease-out nowy-module__gTcrLW__mega-slide-in;
}

.nowy-module__gTcrLW__megaThirdColumn > small {
  color: var(--muted);
  letter-spacing: .08em;
  font: 700 9px / 1.2 ui-monospace, monospace;
}

.nowy-module__gTcrLW__megaThirdColumn > h3 {
  text-transform: uppercase;
  margin: 14px 0 8px;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 28px;
  line-height: .95;
}

.nowy-module__gTcrLW__megaThirdColumn > p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.nowy-module__gTcrLW__megaThirdColumn > div {
  border-top: 1px solid var(--line);
  margin-top: 18px;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__megaThirdColumn > div > a:hover, .nowy-module__gTcrLW__megaThirdColumn > div > a:focus-visible {
  background: var(--signal);
  outline: 2px solid var(--ink);
  outline-offset: -2px;
}

.nowy-module__gTcrLW__megaThirdColumn > footer {
  align-items: center;
  min-height: 44px;
  margin-top: 12px;
  display: flex;
}

.nowy-module__gTcrLW__megaThirdColumn > footer > a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 850;
}

.nowy-module__gTcrLW__megaPromoAside {
  display: block;
}

.nowy-module__gTcrLW__megaPromoAside > div, .nowy-module__gTcrLW__megaPromoAside > footer {
  display: none;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .nowy-module__gTcrLW__megaGrid {
    grid-template-columns: 230px minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
  }

  .nowy-module__gTcrLW__megaPromoAside {
    display: none;
  }

  .nowy-module__gTcrLW__megaThirdColumn > h3 {
    font-size: 23px;
  }

  .nowy-module__gTcrLW__megaColumnScroll {
    max-height: 390px;
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .nowy-module__gTcrLW__megaColumnScroll {
    max-height: 340px;
  }

  .nowy-module__gTcrLW__megaSubcategoryGrid > a, .nowy-module__gTcrLW__megaThirdColumn > div > a {
    min-height: 34px !important;
    padding-block: 5px !important;
  }

  .nowy-module__gTcrLW__megaThirdColumn > div {
    margin-top: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nowy-module__gTcrLW__megaThirdColumn {
    animation: none;
  }
}

.nowy-module__gTcrLW__megaSubcategoryGrid {
  background: none;
  border-top: 0;
  border-left: 0;
}

.nowy-module__gTcrLW__megaDetail > .nowy-module__gTcrLW__megaSlidePanel .nowy-module__gTcrLW__megaSubcategoryGrid > a, .nowy-module__gTcrLW__megaDetail > .nowy-module__gTcrLW__megaSlidePanel .nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__megaDetail > .nowy-module__gTcrLW__megaSlidePanel .nowy-module__gTcrLW__megaSubcategoryGrid > a:hover, .nowy-module__gTcrLW__megaDetail > .nowy-module__gTcrLW__megaSlidePanel .nowy-module__gTcrLW__megaSubcategoryGrid > button:hover {
  background: var(--signal);
  padding-left: 12px !important;
}

.nowy-module__gTcrLW__megaDetail > .nowy-module__gTcrLW__megaSlidePanel .nowy-module__gTcrLW__megaSubcategoryGrid > a.nowy-module__gTcrLW__activeSubcategory {
  background: var(--signal);
  outline: 0;
  padding-left: 12px !important;
}

.nowy-module__gTcrLW__megaThirdColumn > div {
  border-top: 0;
}

.nowy-module__gTcrLW__megaThirdColumn > div > a {
  border-bottom: 1px solid var(--line);
  background: none;
  min-height: 34px;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1.15;
}

.nowy-module__gTcrLW__megaThirdColumn > div > a:hover {
  background: var(--signal);
  padding-left: 12px;
}

@media (max-height: 760px) and (min-width: 901px) {
  .nowy-module__gTcrLW__megaSubcategoryGrid > a, .nowy-module__gTcrLW__megaThirdColumn > div > a {
    min-height: 30px !important;
    padding-block: 3px !important;
    font-size: 10px !important;
  }
}

.nowy-module__gTcrLW__header {
  z-index: 100;
  position: sticky;
  top: 0;
  box-shadow: 0 5px 18px #11151329;
}

.nowy-module__gTcrLW__legalPage {
  background: var(--paper);
  min-height: 70vh;
}

.nowy-module__gTcrLW__legalHero {
  color: #fff;
  background: var(--ink);
  padding: 72px 0;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__legalHero > div > p:last-child {
  color: #c7ccc8;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.65;
}

.nowy-module__gTcrLW__legalBody {
  padding: 64px 0 90px;
}

.nowy-module__gTcrLW__legalBody > .nowy-module__gTcrLW__wrap {
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 42px;
  display: grid;
}

.nowy-module__gTcrLW__legalContent {
  border-top: 4px solid var(--ink);
}

.nowy-module__gTcrLW__legalSection {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 26px 0;
  display: grid;
}

.nowy-module__gTcrLW__legalSection > small {
  color: var(--accent);
  font: 800 10px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__legalSection h2 {
  text-transform: uppercase;
  margin: 0 0 13px;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 28px;
}

.nowy-module__gTcrLW__legalSection p, .nowy-module__gTcrLW__legalSection li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.nowy-module__gTcrLW__legalSection ul {
  margin: 0;
  padding-left: 20px;
}

.nowy-module__gTcrLW__legalUpdated {
  color: var(--muted);
  padding: 22px 0;
  font-size: 11px;
}

.nowy-module__gTcrLW__legalAside {
  color: #fff;
  background: var(--ink);
  gap: 13px;
  padding: 26px;
  display: grid;
  position: sticky;
  top: 96px;
}

.nowy-module__gTcrLW__legalAside > small {
  color: var(--signal);
  font: 750 9px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__legalAside h2 {
  text-transform: uppercase;
  margin: 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 34px;
}

.nowy-module__gTcrLW__legalAside p {
  color: #bac0bb;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.nowy-module__gTcrLW__legalAside > a {
  color: var(--signal);
  font-size: 12px;
  font-weight: 750;
}

.nowy-module__gTcrLW__legalAside nav {
  border-top: 1px solid #4e5550;
  margin-top: 8px;
  display: grid;
}

.nowy-module__gTcrLW__legalAside nav a {
  color: #fff;
  border-bottom: 1px solid #4e5550;
  padding: 10px 0;
  font-size: 11px;
}

.nowy-module__gTcrLW__checkLabel a {
  text-underline-offset: 2px;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .nowy-module__gTcrLW__legalHero {
    padding: 52px 0;
  }

  .nowy-module__gTcrLW__legalBody {
    padding: 42px 0 70px;
  }

  .nowy-module__gTcrLW__legalBody > .nowy-module__gTcrLW__wrap {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__legalAside {
    position: static;
  }

  .nowy-module__gTcrLW__legalSection {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
  }

  .nowy-module__gTcrLW__legalSection h2 {
    font-size: 24px;
  }
}

.nowy-module__gTcrLW__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 nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__consentBannerCopy {
  max-width: 690px;
}

.nowy-module__gTcrLW__consentBanner small, .nowy-module__gTcrLW__consentDialog small {
  color: var(--muted);
  letter-spacing: .1em;
  font: 800 10px / 1.2 ui-monospace, monospace;
}

.nowy-module__gTcrLW__consentBanner h2, .nowy-module__gTcrLW__consentDialog h2 {
  text-transform: uppercase;
  margin: 8px 0 10px;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.nowy-module__gTcrLW__consentBanner p, .nowy-module__gTcrLW__consentDialog > p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.nowy-module__gTcrLW__consentBanner p a, .nowy-module__gTcrLW__consentPolicyLink {
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.nowy-module__gTcrLW__consentActions {
  align-items: stretch;
  gap: 9px;
  display: flex;
}

.nowy-module__gTcrLW__consentPrimary, .nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__consentPrimary {
  color: var(--signal-text);
  background: var(--signal);
  box-shadow: 3px 3px 0 var(--ink);
}

.nowy-module__gTcrLW__consentSecondary {
  background: var(--canvas);
}

.nowy-module__gTcrLW__consentPrimary:hover {
  box-shadow: 2px 2px 0 var(--ink);
  transform: translate(1px, 1px);
}

.nowy-module__gTcrLW__consentSecondary:hover {
  background: var(--paper);
}

.nowy-module__gTcrLW__consentPrimary:focus-visible, .nowy-module__gTcrLW__consentSecondary:focus-visible, .nowy-module__gTcrLW__consentReopen:focus-visible, .nowy-module__gTcrLW__consentDialog a:focus-visible, .nowy-module__gTcrLW__consentDialog input:focus-visible, .nowy-module__gTcrLW__consentDialog header button:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__consentReopen:hover {
  color: var(--signal);
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__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 nowy-module__gTcrLW__consent-enter;
  overflow: auto;
  box-shadow: 9px 9px #00000061;
}

.nowy-module__gTcrLW__consentDialog > header {
  border-bottom: 4px solid var(--ink);
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 18px;
  display: flex;
}

.nowy-module__gTcrLW__consentDialog > header h2 {
  margin-bottom: 0;
  font-size: 38px;
}

.nowy-module__gTcrLW__consentDialog > header button {
  border: 1px solid var(--ink);
  background: var(--canvas);
  cursor: pointer;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  font-size: 25px;
}

.nowy-module__gTcrLW__consentDialog > p {
  padding: 18px 0;
}

.nowy-module__gTcrLW__consentPurposes {
  border-top: 1px solid var(--line);
}

.nowy-module__gTcrLW__consentPurposes > div, .nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__consentPurposes span {
  flex-direction: column;
  gap: 7px;
  display: flex;
}

.nowy-module__gTcrLW__consentPurposes strong {
  font-size: 15px;
}

.nowy-module__gTcrLW__consentPurposes small {
  color: var(--muted);
  letter-spacing: 0;
  font: 500 13px / 1.45 Inter, Segoe UI, Arial, sans-serif;
}

.nowy-module__gTcrLW__consentPurposes b {
  color: var(--muted);
  text-transform: uppercase;
  font: 750 10px / 1.2 ui-monospace, monospace;
}

.nowy-module__gTcrLW__consentPurposes input {
  width: 24px;
  height: 24px;
  accent-color: var(--ink);
  cursor: pointer;
  margin: 0;
}

.nowy-module__gTcrLW__consentPolicyLink {
  margin-top: 18px;
  font-size: 12px;
  font-weight: 750;
  display: inline-block;
}

.nowy-module__gTcrLW__consentDialog > footer {
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
  display: flex;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__consentStatus:empty {
  display: none;
}

@keyframes nowy-module__gTcrLW__consent-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .nowy-module__gTcrLW__consentBanner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .nowy-module__gTcrLW__consentActions {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .nowy-module__gTcrLW__consentActions .nowy-module__gTcrLW__consentPrimary {
    grid-area: 1 / 1 / auto / -1;
  }

  .nowy-module__gTcrLW__consentReopen {
    bottom: 74px;
  }
}

@media (max-width: 580px) {
  .nowy-module__gTcrLW__consentBanner {
    padding: 18px;
    bottom: 12px;
  }

  .nowy-module__gTcrLW__consentBanner h2 {
    font-size: 26px;
  }

  .nowy-module__gTcrLW__consentBanner p {
    font-size: 13px;
  }

  .nowy-module__gTcrLW__consentActions {
    grid-template-columns: 1fr;
  }

  .nowy-module__gTcrLW__consentActions .nowy-module__gTcrLW__consentPrimary {
    grid-column: auto;
  }

  .nowy-module__gTcrLW__consentPrimary, .nowy-module__gTcrLW__consentSecondary {
    width: 100%;
  }

  .nowy-module__gTcrLW__consentBackdrop {
    align-items: end;
    padding: 0;
  }

  .nowy-module__gTcrLW__consentDialog {
    width: 100%;
    max-height: 94dvh;
    box-shadow: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding: 22px 18px;
  }

  .nowy-module__gTcrLW__consentDialog > header h2 {
    font-size: 31px;
  }

  .nowy-module__gTcrLW__consentPurposes > div, .nowy-module__gTcrLW__consentPurposes > label {
    min-height: 82px;
  }

  .nowy-module__gTcrLW__consentDialog > footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .nowy-module__gTcrLW__consentStatus {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .nowy-module__gTcrLW__consentReopen {
    bottom: 72px;
  }
}

.nowy-module__gTcrLW__footerGrid > div.nowy-module__gTcrLW__footerBrands {
  flex-flow: wrap;
  align-content: flex-start;
  gap: 9px 14px;
}

.nowy-module__gTcrLW__footerGrid > div.nowy-module__gTcrLW__footerBrands small {
  flex: 0 0 100%;
}

.nowy-module__gTcrLW__footerGrid > div.nowy-module__gTcrLW__footerBrands a {
  white-space: nowrap;
}

.nowy-module__gTcrLW__brandCategories {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  display: grid;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__brandCategories a:hover {
  background: var(--paper);
}

.nowy-module__gTcrLW__brandCategories a span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.nowy-module__gTcrLW__brandCategories a b {
  color: var(--muted);
  flex: none;
  font: 750 12px / 1 ui-monospace, monospace;
}

.nowy-module__gTcrLW__brandModels {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  display: grid;
}

.nowy-module__gTcrLW__brandModels article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--canvas);
  padding: 20px;
}

.nowy-module__gTcrLW__brandModels article > small {
  color: var(--muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  font: 800 10px / 1.2 ui-monospace, monospace;
  display: block;
}

.nowy-module__gTcrLW__brandModels article > h3 {
  text-transform: uppercase;
  margin: 8px 0 16px;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 23px;
  line-height: 1;
}

.nowy-module__gTcrLW__brandModels ul {
  flex-direction: column;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.nowy-module__gTcrLW__brandModels li {
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  padding-bottom: 9px;
  display: flex;
}

.nowy-module__gTcrLW__brandModels li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.nowy-module__gTcrLW__brandModels li b {
  letter-spacing: -.01em;
  font-size: 14px;
}

.nowy-module__gTcrLW__brandModels li span {
  color: var(--muted);
  font: 500 12px / 1.3 Inter, Segoe UI, Arial, sans-serif;
}

.nowy-module__gTcrLW__brandModels li span + span:before {
  content: "·";
  color: var(--line);
  margin-right: 8px;
}

@media (max-width: 580px) {
  .nowy-module__gTcrLW__brandCategories, .nowy-module__gTcrLW__brandModels {
    grid-template-columns: 1fr;
  }
}

.nowy-module__gTcrLW__signalButton, .nowy-module__gTcrLW__searchHub, .nowy-module__gTcrLW__searchRow > label, .nowy-module__gTcrLW__loadMore, .nowy-module__gTcrLW__shaftNav > div, .nowy-module__gTcrLW__contactForm, .nowy-module__gTcrLW__contactForm > button, .nowy-module__gTcrLW__themePickerButton, .nowy-module__gTcrLW__themePalette, .nowy-module__gTcrLW__addToCart, .nowy-module__gTcrLW__authLayout, .nowy-module__gTcrLW__primaryAction, .nowy-module__gTcrLW__searchTextForm > div:first-of-type, .nowy-module__gTcrLW__searchSuggestions, .nowy-module__gTcrLW__consentBanner, .nowy-module__gTcrLW__consentPrimary, .nowy-module__gTcrLW__consentReopen, .nowy-module__gTcrLW__consentDialog {
  box-shadow: none;
}

.nowy-module__gTcrLW__addToCart:hover:not(:disabled), .nowy-module__gTcrLW__consentPrimary:hover {
  box-shadow: none;
  transform: none;
}

.nowy-module__gTcrLW__mega {
  border-bottom: 4px solid var(--ink);
  top: 100%;
}

.nowy-module__gTcrLW__megaGrid {
  padding-block: 18px;
  display: block;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__megaColumnHeader {
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
  flex-direction: column;
  justify-content: center;
  min-height: 76px;
  padding: 14px 16px;
  display: flex;
}

.nowy-module__gTcrLW__megaColumnHeader small {
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.nowy-module__gTcrLW__megaColumnHeader h3 {
  text-transform: uppercase;
  margin: 8px 0 0;
  font-family: Arial Narrow, Impact, sans-serif;
  font-size: 25px;
  line-height: 1;
}

.nowy-module__gTcrLW__megaColumnHeader h3 span {
  float: right;
  color: var(--muted);
  font: 700 10px / 1.5 ui-monospace, monospace;
}

.nowy-module__gTcrLW__megaColumnList {
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--line) transparent;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.nowy-module__gTcrLW__megaColumnList::-webkit-scrollbar {
  width: 5px;
}

.nowy-module__gTcrLW__megaColumnList::-webkit-scrollbar-thumb {
  background: var(--line);
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__megaColumnList > [data-menu-item] > span {
  color: var(--muted);
  flex: none;
  font-family: ui-monospace, monospace;
}

.nowy-module__gTcrLW__megaColumnList > [data-menu-item]:hover, .nowy-module__gTcrLW__megaColumnList > [data-menu-item]:focus-visible, .nowy-module__gTcrLW__megaColumnList > .nowy-module__gTcrLW__activeMenuItem, .nowy-module__gTcrLW__megaColumnList > [data-menu-item][aria-expanded="true"] {
  color: var(--ink);
  background: var(--signal);
  outline: 0;
  padding-left: 17px;
}

.nowy-module__gTcrLW__megaColumnList > [data-menu-item]:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: -3px;
}

.nowy-module__gTcrLW__megaColumnFooter {
  border-top: 1px solid var(--ink);
  background: var(--paper);
  align-items: center;
  min-height: 47px;
  padding: 0 13px;
  display: flex;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__megaColumnFooter a:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__megaLevelTwo, .nowy-module__gTcrLW__megaLevelThree {
  animation: .18s ease-out nowy-module__gTcrLW__mega-flyout;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__megaActionBar > span {
  color: #bfc4c0;
  letter-spacing: .06em;
  text-transform: uppercase;
  font: 650 9px / 1.3 ui-monospace, monospace;
}

.nowy-module__gTcrLW__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;
}

.nowy-module__gTcrLW__megaActionBar svg {
  width: 17px;
}

.nowy-module__gTcrLW__megaActionBar > a:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #fff;
}

@keyframes nowy-module__gTcrLW__mega-flyout {
  from {
    opacity: .35;
    transform: translateX(-8px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1180px) and (min-width: 901px) {
  .nowy-module__gTcrLW__megaGrid {
    padding-inline: 12px;
  }

  .nowy-module__gTcrLW__megaColumns {
    height: min(570px, 100dvh - 120px);
  }

  .nowy-module__gTcrLW__megaColumnHeader {
    padding-inline: 12px;
  }

  .nowy-module__gTcrLW__megaColumnHeader h3 {
    font-size: 21px;
  }

  .nowy-module__gTcrLW__megaColumnList > [data-menu-item] {
    padding-inline: 9px;
    font-size: 10px;
  }

  .nowy-module__gTcrLW__megaColumnList > [data-menu-item]:hover, .nowy-module__gTcrLW__megaColumnList > [data-menu-item]:focus-visible, .nowy-module__gTcrLW__megaColumnList > .nowy-module__gTcrLW__activeMenuItem, .nowy-module__gTcrLW__megaColumnList > [data-menu-item][aria-expanded="true"] {
    padding-left: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nowy-module__gTcrLW__megaLevelTwo, .nowy-module__gTcrLW__megaLevelThree {
    animation: none;
  }
}

.nowy-module__gTcrLW__megaColumnHeader {
  min-height: 88px;
  padding: 16px 18px;
}

.nowy-module__gTcrLW__megaColumnHeader small {
  letter-spacing: .07em;
  font-size: 11px;
  line-height: 1.3;
}

.nowy-module__gTcrLW__megaColumnHeader h3 {
  margin-top: 9px;
  font-size: 28px;
  line-height: 1.05;
}

.nowy-module__gTcrLW__megaColumnHeader h3 span {
  font-size: 12px;
  line-height: 1.4;
}

.nowy-module__gTcrLW__megaColumnList > [data-menu-item] {
  white-space: normal;
  min-height: 44px;
  padding: 9px 16px;
  font-size: 14px;
  line-height: 1.3;
}

.nowy-module__gTcrLW__megaColumnList > [data-menu-item]:hover, .nowy-module__gTcrLW__megaColumnList > [data-menu-item]:focus-visible, .nowy-module__gTcrLW__megaColumnList > .nowy-module__gTcrLW__activeMenuItem, .nowy-module__gTcrLW__megaColumnList > [data-menu-item][aria-expanded="true"] {
  padding-left: 21px;
}

.nowy-module__gTcrLW__megaColumnList > [data-menu-item] > span {
  font-size: 14px;
}

.nowy-module__gTcrLW__megaColumnFooter {
  min-height: 52px;
  padding-inline: 16px;
}

.nowy-module__gTcrLW__megaColumnFooter a {
  white-space: normal;
  min-height: 44px;
  font-size: 12px;
  line-height: 1.25;
}

.nowy-module__gTcrLW__megaColumnEmpty {
  font-size: 14px;
  line-height: 1.6;
}

.nowy-module__gTcrLW__megaActionBar {
  min-height: 62px;
  padding-inline: 18px;
}

.nowy-module__gTcrLW__megaActionBar > span {
  font-size: 11px;
  line-height: 1.4;
}

.nowy-module__gTcrLW__megaActionBar > a {
  min-width: 230px;
  min-height: 44px;
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .nowy-module__gTcrLW__megaColumnHeader {
    min-height: 82px;
    padding-inline: 14px;
  }

  .nowy-module__gTcrLW__megaColumnHeader h3 {
    font-size: 25px;
  }

  .nowy-module__gTcrLW__megaColumnList > [data-menu-item] {
    min-height: 44px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.25;
  }

  .nowy-module__gTcrLW__megaColumnList > [data-menu-item]:hover, .nowy-module__gTcrLW__megaColumnList > [data-menu-item]:focus-visible, .nowy-module__gTcrLW__megaColumnList > .nowy-module__gTcrLW__activeMenuItem, .nowy-module__gTcrLW__megaColumnList > [data-menu-item][aria-expanded="true"] {
    padding-left: 17px;
  }

  .nowy-module__gTcrLW__megaActionBar > span {
    font-size: 10px;
  }
}

@media (max-width: 900px) {
  .nowy-module__gTcrLW__header:has(.nowy-module__gTcrLW__mobileNav) {
    z-index: 200;
  }

  .nowy-module__gTcrLW__mobileNav {
    z-index: 201;
    background: var(--ink);
    position: relative;
  }

  .nowy-module__gTcrLW__mobileProductsTrigger {
    min-height: 52px;
    padding: 14px 0;
    font-size: 16px;
    line-height: 1.25;
  }

  .nowy-module__gTcrLW__mobileProductPanel > .nowy-module__gTcrLW__mobileBack {
    min-height: 48px;
    font-size: 14px;
    line-height: 1.2;
  }

  .nowy-module__gTcrLW__mobileProductPanel > small {
    font-size: 11px;
    line-height: 1.45;
  }

  .nowy-module__gTcrLW__mobileProductPanel > h3 {
    font-size: 34px;
    line-height: 1.05;
  }

  .nowy-module__gTcrLW__mobileProductPanel > .nowy-module__gTcrLW__mobileAll {
    align-items: center;
    min-height: 44px;
    font-size: 15px;
    line-height: 1.3;
    display: flex;
  }

  .nowy-module__gTcrLW__mobileProductPanel > div > a, .nowy-module__gTcrLW__mobileProductPanel > div > button {
    min-height: 52px;
    padding: 12px 0;
    font-size: 15px;
    line-height: 1.35;
  }

  .nowy-module__gTcrLW__mobileProductPanel > footer {
    min-height: 52px;
  }

  .nowy-module__gTcrLW__mobileProductPanel > footer button {
    width: 44px;
    height: 44px;
  }

  .nowy-module__gTcrLW__mobileProductPanel > footer span {
    font-size: 12px;
  }
}

/*# sourceMappingURL=8e7a2_omexplus-20260731-readable-megamenu-v2_app_%5Blocale%5D_nowy_module_3bfd9f19.css.map*/