/* FITCHEMY Priority 3-6: one scoped stylesheet for homepage merchandising. */
:root {
  --fit-lime: #c8ff2e;
  --fit-ink: #111315;
  --fit-muted: #5f6663;
  --fit-line: #d9ddda;
  --fit-paper: #ffffff;
}

.NaglowekZmianaJezykaWaluty {
  display: none !important;
}

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

.ModulId-42.KontenerKreator {
  margin-top: 0 !important;
}

.ModulId-42 .StrTresc {
  overflow: visible;
}

.FitchemyUsp {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 24px 0 42px;
  border: 1px solid #2e3533;
  border-radius: 8px;
  background: #2e3533;
  color: #ffffff;
}

.FitchemyUspItem {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 92px;
  padding: 18px 22px;
  gap: 14px;
  background: #15191a;
}

.FitchemyUspItem img {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
}

.FitchemyUspItem span,
.FitchemyUspItem strong,
.FitchemyUspItem small {
  display: block;
  min-width: 0;
}

.FitchemyUspItem strong {
  color: #ffffff;
  font: 700 15px/1.25 "DM Sans Fitchemy", "DM Sans", Arial, sans-serif;
}

.FitchemyUspItem small {
  margin-top: 4px;
  color: #abb3af;
  font: 400 12px/1.35 "DM Sans Fitchemy", "DM Sans", Arial, sans-serif;
}

.ModulId-40 .Statyczny-Pierwsza-40 {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px !important;
}

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

.ModulId-40 .StrNaglowek {
  margin-top: 0;
}

.FitchemySection,
.FitchemyBrandTile,
.FitchemySeo {
  width: min(1500px, calc(100% - 32px));
  margin: 56px auto 0;
  box-sizing: border-box;
  font-family: "DM Sans Fitchemy", "DM Sans", Arial, sans-serif;
}

.FitchemySectionHeading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.FitchemySectionHeading h2,
.FitchemySeo h1,
.FitchemySeo h2,
.FitchemyBrandCopy h2 {
  margin: 0;
  color: var(--fit-ink);
  font-family: "Archivo Black", Arial Black, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.FitchemySectionHeading h2 {
  font-size: 32px;
  line-height: 1.1;
}

.FitchemyEyebrow {
  display: block;
  margin-bottom: 6px;
  color: #59605d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.FitchemySectionHeading > a {
  color: var(--fit-ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.FitchemyProductGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.FitchemyProductCard {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--fit-line);
  border-radius: 8px;
  background: var(--fit-paper);
  box-shadow: 0 10px 28px rgba(17, 19, 21, 0.06);
}

.FitchemyProductImage {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f6f5;
}

.FitchemyProductImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.FitchemyProductCard:hover .FitchemyProductImage img {
  transform: scale(1.025);
}

.FitchemyBadge {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  border-radius: 4px;
  background: var(--fit-lime);
  color: #111315;
  font-size: 11px;
  font-weight: 700;
}

.FitchemyProductInfo {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.FitchemyProductInfo p {
  margin: 0 0 7px;
  color: var(--fit-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.FitchemyProductInfo h3 {
  min-height: 46px;
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.45;
}

.FitchemyProductInfo h3 a {
  color: var(--fit-ink);
  font-weight: 700;
}

.FitchemyProductInfo > strong {
  margin: auto 0 16px;
  color: var(--fit-ink);
  font-size: 20px;
}

.FitchemyProductCta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #111315;
  border-radius: 6px;
  background: #111315;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700 !important;
}

.FitchemyProductCta:hover {
  border-color: var(--fit-lime);
  background: var(--fit-lime);
  color: #111315 !important;
}

.FitchemyBrandTile {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  min-height: 400px;
  overflow: hidden;
  border-radius: 8px;
  background: #111315;
  color: #ffffff;
}

.FitchemyBrandTile picture,
.FitchemyBrandTile img {
  display: block;
  width: 100%;
  height: 100%;
}

.FitchemyBrandTile img {
  object-fit: cover;
  object-position: center top;
}

.FitchemyBrandCopy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px clamp(30px, 5vw, 76px);
}

.FitchemyBrandCopy .FitchemyEyebrow {
  color: var(--fit-lime);
}

.FitchemyBrandCopy h2 {
  max-width: 620px;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.08;
}

.FitchemyBrandCopy p {
  max-width: 620px;
  margin: 18px 0 26px;
  color: #c8cfcb;
  font-size: 16px;
  line-height: 1.65;
}

.FitchemyBrandCopy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 6px;
  background: var(--fit-lime);
  color: #111315;
  font-size: 14px;
  font-weight: 700;
}

.FitchemyReviews {
  padding: 38px;
  border-radius: 8px;
  background: #f3f5f3;
}

.FitchemyRating {
  color: #111315;
  font-size: 18px;
}

.FitchemyRating span,
.FitchemyStars {
  color: #7eaa00;
  letter-spacing: 0;
}

.FitchemyReviewGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.FitchemyReviewGrid blockquote {
  display: flex;
  min-width: 0;
  min-height: 220px;
  flex-direction: column;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--fit-line);
  border-radius: 8px;
  background: #ffffff;
}

.FitchemyStars {
  font-size: 16px;
}

.FitchemyReviewGrid blockquote > p {
  margin: 17px 0 24px;
  color: #333835;
  font-size: 15px;
  line-height: 1.65;
}

.FitchemyReviewGrid blockquote footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.FitchemyReviewGrid blockquote footer strong {
  color: #111315;
  font-size: 14px;
}

.FitchemyReviewGrid blockquote footer span {
  color: #657063;
  font-size: 11px;
}

.ModulId-37 .StrTresc {
  overflow: visible;
}

.ModulId-37 .FitchemySeo {
  width: 100%;
  margin-top: 56px;
  padding: 42px;
  border: 1px solid var(--fit-line);
  border-radius: 8px;
  background: #ffffff;
}

.FitchemySeoIntro {
  max-width: 960px;
  margin-bottom: 30px;
}

.FitchemySeo h1 {
  margin-bottom: 20px;
  font-size: 31px;
  line-height: 1.2;
}

.FitchemySeoColumns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}

.FitchemySeo h2 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.3;
}

.FitchemySeo p {
  margin: 0 0 16px;
  color: #424844;
  font-size: 15px;
  line-height: 1.75;
  text-align: left;
}

.FitchemySeo a {
  color: #345500;
  text-decoration: underline;
  text-decoration-color: #9dcc18;
  text-underline-offset: 3px;
}

.GrafikiStopka.FitchemyFooterBadges {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1100px;
  min-height: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.035) !important;
}

.GrafikiStopka.FitchemyFooterBadges img,
.GrafikiStopka.FitchemyFooterBadges img:nth-child(n) {
  display: block;
  width: 200px !important;
  height: 80px !important;
  max-width: 100% !important;
  max-height: 80px !important;
  margin: 0 !important;
  object-fit: contain;
  filter: none;
}

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

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

@media (max-width: 799px) {
  .FitchemyUsp {
    margin-bottom: 30px;
  }

  .FitchemyUspItem {
    min-height: 78px;
    padding: 14px 12px;
    gap: 9px;
  }

  .FitchemyUspItem img {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .FitchemyUspItem strong {
    font-size: 13px;
  }

  .FitchemyUspItem small {
    font-size: 10px;
  }

  .ModulId-40 .Statyczny-Pierwsza-40 {
    gap: 12px !important;
  }

  .FitchemySection,
  .FitchemyBrandTile,
  .FitchemySeo {
    width: min(100% - 20px, 1500px);
    margin-top: 36px;
  }

  .FitchemySectionHeading {
    align-items: start;
    margin-bottom: 18px;
  }

  .FitchemySectionHeading h2 {
    font-size: 26px;
  }

  .FitchemyProductGrid {
    gap: 10px;
  }

  .FitchemyProductInfo {
    padding: 13px;
  }

  .FitchemyProductInfo h3 {
    min-height: 62px;
    font-size: 14px;
  }

  .FitchemyProductInfo > strong {
    font-size: 17px;
  }

  .FitchemyBrandTile {
    grid-template-columns: 1fr;
  }

  .FitchemyBrandTile picture {
    aspect-ratio: 1 / 1;
  }

  .FitchemyBrandCopy {
    padding: 28px 22px 32px;
  }

  .FitchemyBrandCopy h2 {
    font-size: 29px;
  }

  .FitchemyReviews {
    padding: 24px 14px;
  }

  .FitchemyRating {
    font-size: 14px;
    white-space: nowrap;
  }

  .FitchemyReviewGrid,
  .FitchemySeoColumns {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .FitchemyReviewGrid blockquote {
    min-height: 0;
    padding: 19px;
  }

  .ModulId-37 .FitchemySeo {
    width: 100%;
    padding: 26px 18px;
  }

  .FitchemySeo h1 {
    font-size: 24px;
  }

  .GrafikiStopka.FitchemyFooterBadges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
  }

  .GrafikiStopka.FitchemyFooterBadges img,
  .GrafikiStopka.FitchemyFooterBadges img:nth-child(n) {
    width: 200px !important;
    height: auto !important;
    aspect-ratio: 5 / 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .FitchemyProductImage img {
    transition: none;
  }
}
