@font-face {
  font-family: "Archivo Black";
  src: url("../font/fitchemy/archivo-black-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans Fitchemy";
  src: url("../font/fitchemy/dm-sans-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans Fitchemy";
  src: url("../font/fitchemy/dm-sans-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.ModulId-32,
.ModulId-40,
.ModulId-41,
.FitchemyClubBannerWrap,
.ModulId-29.FitchemyClubEnhanced {
  --fit-surface: #ffffff;
  --fit-surface-muted: #f4f4f5;
  --fit-border: #d6d6d8;
  --fit-border-strong: #b6b6bb;
  --fit-text: #18181b;
  --fit-text-muted: #52525b;
  --fit-graphite: #1a1a1d;
  --fit-graphite-soft: #27272a;
  --fit-brand: #c8ff2e;
  --fit-brand-dark: #a8dc1f;
  --fit-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
}

.ModulId-32 a:focus-visible,
.ModulId-32 button:focus-visible,
.ModulId-32 [role="button"]:focus-visible,
.ModulId-32 input:focus-visible,
.ModulId-40 a:focus-visible,
.ModulId-40 button:focus-visible,
.ModulId-40 [role="button"]:focus-visible,
.ModulId-40 input:focus-visible,
.ModulId-41 a:focus-visible,
.ModulId-41 button:focus-visible,
.ModulId-41 [role="button"]:focus-visible,
.ModulId-41 input:focus-visible {
  outline: 3px solid var(--fit-brand);
  outline-offset: 3px;
}

.ModulId-32 .Statyczny-Pierwsza-32 {
  margin: 0;
}

.ModulId-32 .GrafikaKreator.GrafikaNr-1 {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #0b0d0e;
}

.ModulId-32 .GrafikaKreator.GrafikaNr-1 > div {
  margin: 0;
}

.ModulId-32 .GrafikaKreator.GrafikaNr-1 > div > img {
  display: block;
  width: 100%;
  height: auto;
}

.ModulId-41 .StrTresc,
.ModulId-40 .StrTresc {
  overflow: visible;
}

.ModulId-41 .StrNaglowek,
.ModulId-40 .StrNaglowek {
  margin: 0 0 22px;
  text-align: left;
}

.ModulId-41 .OpisKolumnyModulu {
  margin: 0 0 22px;
}

.ModulId-41 .OpisKolumnyModulu h2,
.ModulId-40 .StrNaglowek {
  padding: 0;
  border: 0;
  background: none;
  color: var(--fit-text);
  font-family: "Archivo Black", "Arial Black", sans-serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.2;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}

.ModulId-41 .StrNaglowek span,
.ModulId-40 .StrNaglowek span,
.ModulId-41 .StrNaglowek span span,
.ModulId-40 .StrNaglowek span span {
  display: inline;
  padding: 0;
  background: none;
  color: var(--fit-text);
}

.ModulId-41 .OknaFlexRwd.Statyczny-Pierwsza-41,
.ModulId-40 .OknaFlexRwd.Statyczny-Pierwsza-40 {
  display: grid;
  gap: 18px;
  align-items: stretch;
}

.ModulId-41 .OknaFlexRwd.Statyczny-Pierwsza-41 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
}

.ModulId-41 article.KategoriaOkno {
  width: auto !important;
  min-width: 0;
  margin: 0;
}

.ModulId-41 .ElementOknoRamka {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--fit-border);
  border-radius: 8px;
  background: var(--fit-surface);
  box-shadow: var(--fit-shadow);
}

.ModulId-41 .ElementOknoRamka > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--fit-text);
  text-decoration: none;
}

.ModulId-41 .GrafikaKategoria {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--fit-surface-muted);
}

.ModulId-41 .GrafikaKategoria img {
  display: block;
  width: 100%;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.ModulId-41 .ElementOknoRamka > a:hover .GrafikaKategoria img,
.ModulId-41 article.KategoriaOkno.OknoFlex:hover .GrafikaKategoria img {
  transform: scale(1.03);
}

.ModulId-41 .NazwaKategoria {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 72px;
  padding: 18px 18px 20px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--fit-text);
  text-align: left;
}

.ModulId-41 .NazwaKategoria::after {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--fit-text-muted);
  border-right: 2px solid var(--fit-text-muted);
  transform: rotate(45deg);
}

.ModulId-40 .OknaFlexRwd.Statyczny-Pierwsza-40 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ModulId-40 article.ProduktOkno {
  width: auto !important;
  min-width: 0;
  margin: 0;
}

.ModulId-40 article.ProduktOkno,
.ModulId-40 article.ProduktOkno::before,
.ModulId-40 article.ProduktOkno::after,
.ModulId-40 article.ProduktOkno .ElementOknoRamka::before,
.ModulId-40 article.ProduktOkno .ElementOknoRamka::after {
  border-left: 0 !important;
  border-right: 0 !important;
  box-shadow: none;
}

.ModulId-40 .ElementOknoRamka {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid var(--fit-border);
  border-radius: 8px;
  background: var(--fit-surface);
  box-shadow: var(--fit-shadow);
}

.ModulId-40 .Foto {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  margin-bottom: 14px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 8px;
  background: var(--fit-surface-muted);
  overflow: hidden;
}

.ModulId-40 .Foto .Zoom,
.ModulId-40 .Foto .ZdjecieIkony {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.ModulId-40 .Foto img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

.ModulId-40 h3 {
  margin: 0 0 10px;
  min-height: 4.05em;
  color: var(--fit-text);
  font-size: 17px;
  line-height: 1.35;
}

.ModulId-40 h3 a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ModulId-40 .CenaProduktu {
  margin-top: auto;
  margin-bottom: 12px;
  color: var(--fit-text);
}

.ModulId-40 .CenaProduktu .Cena,
.ModulId-40 .CenaProduktu .CenaPromocyjna {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.ModulId-40 .CenaProduktu .CenaAktualna {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.05;
  color: var(--fit-text);
}

.ModulId-40 .CenaProduktu .CenaPoprzednia {
  font-size: 15px;
  color: var(--fit-text-muted);
}

.ModulId-40 .CenaProduktu .InfoCena30dni {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--fit-text-muted);
}

.ModulId-40 .ListaOpisowa {
  display: none;
}

.ModulId-40 .ZakupKontener {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.ModulId-40 .SchowekKontener {
  display: flex;
  justify-content: flex-start;
}

.ModulId-40 .SchowekKontener .Schowek {
  color: var(--fit-text-muted);
  font-size: 13px;
  font-weight: 600;
}

.ModulId-40 .Zakup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.ModulId-40 .InputIlosc {
  width: 72px;
  min-height: 46px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid var(--fit-border-strong);
  border-radius: 8px;
  background: #ffffff;
  color: var(--fit-text);
  text-align: center;
  box-shadow: none;
}

.ModulId-40 .Zakup em {
  margin-right: 0;
  color: var(--fit-text-muted);
  font-size: 13px;
  font-weight: 600;
}

.ModulId-40 .DoKoszyka,
.ModulId-40 .ZapytanieProduktListing,
.ModulId-40 .DoKoszykaLink .DoKoszyka {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  box-sizing: border-box;
  border: 1px solid var(--fit-brand);
  border-radius: 8px;
  background: var(--fit-brand);
  color: #111315;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ModulId-40 .DoKoszyka::before,
.ModulId-40 .ZapytanieProduktListing::before,
.ModulId-40 .DoKoszykaLink .DoKoszyka::before {
  position: static !important;
  display: block !important;
  flex: 0 0 20px;
  width: 20px !important;
  height: 20px !important;
  margin: 0 8px 0 0 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.ModulId-40 .DoKoszyka:hover,
.ModulId-40 .ZapytanieProduktListing:hover,
.ModulId-40 .DoKoszykaLink:hover .DoKoszyka {
  background: var(--fit-brand-dark);
  border-color: var(--fit-brand-dark);
  transform: translateY(-1px);
}

.ModulId-40 article.ProduktBezZakupu .ElementOknoRamka {
  border-color: #d6c9cc;
  background: #fff8f8;
}

.ModulId-40 article.ProduktBezZakupu .ZapytanieProduktListing {
  width: auto;
  background: transparent;
  color: #3f5f00;
}

.ModulId-40 article.ProduktBezZakupu .ZapytanieProduktListing:hover {
  background: rgba(200, 255, 46, 0.16);
  border-color: #587d00;
}

.ModulId-40 article.ProduktBezZakupu .SchowekKontener .Schowek {
  color: #3f5f00;
}

@media (max-width: 1199px) {
  .ModulId-41 .OknaFlexRwd.Statyczny-Pierwsza-41,
  .ModulId-40 .OknaFlexRwd.Statyczny-Pierwsza-40 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 799px) {
  .ModulId-41 .OknaFlexRwd.Statyczny-Pierwsza-41 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ModulId-40 .Zakup {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 8px;
  }

  .ModulId-40 .InputIlosc {
    width: 46px;
    padding: 0 6px;
  }

  .ModulId-40 .Zakup em {
    display: none;
  }

  .ModulId-40 .DoKoszyka,
  .ModulId-40 .ZapytanieProduktListing,
  .ModulId-40 .DoKoszykaLink .DoKoszyka {
    width: 100%;
    min-width: 0;
    padding: 0 8px;
    font-size: 13px;
  }

  .ModulId-40 .DoKoszyka::before,
  .ModulId-40 .ZapytanieProduktListing::before,
  .ModulId-40 .DoKoszykaLink .DoKoszyka::before {
    flex-basis: 16px;
    width: 16px !important;
    height: 16px !important;
    margin-right: 5px !important;
  }

  .ModulId-40 .ZapytanieProduktListing {
    grid-column: 1 / -1;
  }
}

@media (max-width: 369px) {
  .ModulId-41 .OknaFlexRwd.Statyczny-Pierwsza-41,
  .ModulId-40 .OknaFlexRwd.Statyczny-Pierwsza-40 {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (min-width: 370px) and (max-width: 799px) {
  .ModulId-40 .OknaFlexRwd.Statyczny-Pierwsza-40 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .ModulId-40 .DoKoszyka,
  .ModulId-40 .ZapytanieProduktListing,
  .ModulId-40 .DoKoszykaLink .DoKoszyka,
  .ModulId-41 .GrafikaKategoria img {
    transition: none;
  }

  .ModulId-40 .DoKoszyka:hover,
  .ModulId-40 .ZapytanieProduktListing:hover,
  .ModulId-40 .DoKoszykaLink:hover .DoKoszyka {
    transform: none;
  }
}

/* FITCHEMY Priority 1: responsive hero carousel */
.FitchemyVisuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.FitchemyHeroCarousel {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 5;
  overflow: hidden;
  border-radius: 8px;
  background: #0b0d0e;
  box-shadow: 0 18px 44px rgba(12, 15, 17, 0.16);
  font-family: "DM Sans Fitchemy", "DM Sans", Arial, sans-serif;
}

.FitchemyHeroViewport,
.FitchemyHeroSlide,
.FitchemyHeroSlide picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.FitchemyHeroSlide {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0s linear 0.45s;
}

.FitchemyHeroSlide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.FitchemyHeroSlide img {
  display: block;
  width: 100%;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}

.FitchemyHeroSlide:focus-visible {
  outline: 3px solid #c8ff2e;
  outline-offset: -5px;
}

.FitchemyHeroControls {
  position: absolute !important;
  z-index: 4;
  top: auto !important;
  left: auto !important;
  right: 22px !important;
  bottom: 18px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.FitchemyHeroArrow,
.FitchemyHeroDot {
  appearance: none;
  border: 0;
  margin: 0;
  cursor: pointer;
}

.FitchemyHeroArrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(10, 12, 13, 0.72);
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  backdrop-filter: blur(8px);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.FitchemyHeroArrow span {
  display: block;
  transform: translateY(-1px);
}

.FitchemyHeroArrow:hover,
.FitchemyHeroArrow:focus-visible {
  border-color: #c8ff2e;
  background: #c8ff2e;
  color: #111315;
}

.FitchemyHeroDots {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  background: rgba(10, 12, 13, 0.72);
  backdrop-filter: blur(8px);
}

.FitchemyHeroDot {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.56);
  transition: width 0.2s ease, border-radius 0.2s ease, background-color 0.2s ease;
}

.FitchemyHeroDot.is-active {
  width: 26px;
  border-radius: 6px;
  background: #c8ff2e;
}

.FitchemyHeroDot:focus-visible {
  outline: 2px solid #c8ff2e;
  outline-offset: 3px;
}

/* FITCHEMY Priority 2: category system and brand typography */
.ModulId-41 .OpisKolumnyModulu h2,
.ModulId-40 .StrNaglowek,
.ModulId-41 .NazwaKategoria {
  font-family: "Archivo Black", "Arial Black", sans-serif !important;
  letter-spacing: 0 !important;
}

.ModulId-41 .NazwaKategoria {
  font-size: 17px;
  line-height: 1.25;
}

.ModulId-41 .ElementOknoRamka {
  border-color: #d8dadd;
  box-shadow: 0 14px 30px rgba(15, 18, 20, 0.08);
}

.ModulId-41 .ElementOknoRamka > a:focus-visible {
  outline: 3px solid #c8ff2e;
  outline-offset: 3px;
}

/* FITCHEMY CLUB graphic connected to the real ShopGold form */
.FitchemyClubBannerWrap {
  margin-top: 42px;
}

.FitchemyClubBanner {
  display: block;
  width: min(1200px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #0b0d0e;
  box-shadow: 0 18px 44px rgba(12, 15, 17, 0.14);
}

.FitchemyClubBanner img {
  display: block;
  width: 100%;
  height: auto;
}

.FitchemyClubBanner:focus-visible {
  outline: 3px solid #c8ff2e;
  outline-offset: 4px;
}

.ModulId-29.FitchemyClubEnhanced {
  width: min(1200px, 100%);
  margin: 0 auto 42px;
  font-family: "DM Sans Fitchemy", "DM Sans", Arial, sans-serif;
}

.ModulId-29.FitchemyClubEnhanced .ModulNewsletterKontener {
  margin: 0;
  padding: 0;
  background: transparent;
}

.ModulId-29.FitchemyClubEnhanced .ModulNewsletter {
  padding: 20px 24px 22px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0 0 8px 8px;
  background: #111315;
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(12, 15, 17, 0.14);
}

.ModulId-29.FitchemyClubEnhanced .ModulNewsletter > strong {
  display: none;
}

.ModulId-29.FitchemyClubEnhanced .ModulNewsletter form p {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(340px, 1.5fr) auto;
  align-items: center;
  gap: 18px;
  margin: 0;
}

.ModulId-29.FitchemyClubEnhanced .PoleOpisNewsletterModul,
.ModulId-29.FitchemyClubEnhanced .PoleZgodNewsletterModul,
.ModulId-29.FitchemyClubEnhanced .PolePrzyciskowNewsletterModul {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}

.ModulId-29.FitchemyClubEnhanced .PoleOpisNewsletterModul label {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  color: #e9ece8;
  font-size: 14px;
  line-height: 1.45 !important;
  text-align: left;
  overflow-wrap: break-word;
}

.ModulId-29.FitchemyClubEnhanced .PoleZgodNewsletterModul {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) minmax(190px, 1fr);
  gap: 7px 14px;
}

.ModulId-29.FitchemyClubEnhanced #emailNewsletterModul {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 46px;
  margin: 0 0 2px;
  padding: 0 14px;
  box-sizing: border-box;
  border: 1px solid #5d6264;
  border-radius: 6px;
  background: #ffffff;
  color: #111315;
  font: 600 15px/1 "DM Sans Fitchemy", "DM Sans", Arial, sans-serif;
}

.ModulId-29.FitchemyClubEnhanced .PoleZgodNewsletterModul small,
.ModulId-29.FitchemyClubEnhanced .PoleZgodNewsletterModul small label {
  margin: 0;
  color: #cfd3cf;
  font-size: 11px;
  line-height: 1.35;
}

.ModulId-29.FitchemyClubEnhanced .PoleZgodNewsletterModul small label {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  text-align: left;
  overflow-wrap: break-word;
}

.ModulId-29.FitchemyClubEnhanced .PolePrzyciskowNewsletterModul {
  display: flex;
  gap: 8px;
  white-space: nowrap;
}

.ModulId-29.FitchemyClubEnhanced .PolePrzyciskowNewsletterModul input {
  min-height: 46px;
  margin: 0 !important;
  padding: 0 18px;
  border: 1px solid #c8ff2e;
  border-radius: 6px;
  background: #c8ff2e;
  color: #111315;
  font: 700 13px/1 "DM Sans Fitchemy", "DM Sans", Arial, sans-serif;
}

.ModulId-29.FitchemyClubEnhanced .PolePrzyciskowNewsletterModul input[type="button"] {
  border-color: #555b5d;
  background: transparent;
  color: #dfe2df;
}

.ModulId-29.FitchemyClubEnhanced .PolePrzyciskowNewsletterModul input:disabled {
  cursor: not-allowed;
  opacity: 0.46;
}

@media (max-width: 799px) {
  .ModulId-32 {
    margin-top: 10px !important;
  }

  .FitchemyHeroCarousel {
    aspect-ratio: 1 / 1;
    border-radius: 6px;
  }

  .FitchemyHeroControls {
    right: 12px !important;
    bottom: 12px !important;
    gap: 7px;
  }

  .FitchemyHeroArrow {
    width: 38px;
    height: 38px;
  }

  .FitchemyHeroDots {
    min-height: 38px;
    padding: 0 10px;
  }

  .ModulId-41 .NazwaKategoria {
    font-size: 14px;
  }

  .FitchemyClubBannerWrap {
    margin-top: 28px;
  }

  .FitchemyClubBanner,
  .ModulId-29.FitchemyClubEnhanced .ModulNewsletter {
    border-radius: 6px 6px 0 0;
  }

  .ModulId-29.FitchemyClubEnhanced .ModulNewsletter {
    padding: 18px 14px;
    border-radius: 0 0 6px 6px;
  }

  .ModulId-29.FitchemyClubEnhanced .ModulNewsletter form p,
  .ModulId-29.FitchemyClubEnhanced .PoleZgodNewsletterModul {
    grid-template-columns: minmax(0, 1fr);
  }

  .ModulId-29.FitchemyClubEnhanced .PoleOpisNewsletterModul label {
    font-size: 13px;
    line-height: 1.45 !important;
  }

  .ModulId-29.FitchemyClubEnhanced .PoleZgodNewsletterModul small label {
    min-height: 34px;
    padding-left: 42px !important;
    font-size: 10px;
    line-height: 1.4;
  }

  .ModulId-29.FitchemyClubEnhanced .PoleZgodNewsletterModul small label .check {
    left: 0;
  }

  .ModulId-29.FitchemyClubEnhanced .PolePrzyciskowNewsletterModul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ModulId-29.FitchemyClubEnhanced .PolePrzyciskowNewsletterModul input {
    min-width: 0;
    padding: 0 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .FitchemyHeroSlide,
  .FitchemyHeroArrow,
  .FitchemyHeroDot {
    transition: none;
  }
}
