/* Chocolenka homepage redesign — intentionally scoped to the Shoptet homepage. */
body.in-index {
  --ch-brown: #603914;
  --ch-brown-dark: #351d0d;
  --ch-caramel: #c97921;
  --ch-cream: #f7f1e7;
  --ch-cream-light: #fcfaf6;
  --ch-line: #e6d9ca;
  --ch-text: #35271e;
  background-color: var(--ch-cream) !important;
}
html:has(body.in-index),
body.in-index .overall-wrapper,
body.in-index #content-wrapper,
body.in-index .content-wrapper,
body.in-index .content-wrapper-in,
body.in-index #content,
body.in-index #content > .container { background-color: #f7f1e7 !important; }
body.in-index main.content,
body.in-index main.content * { box-sizing: border-box; }

body.in-index main.content {
  --ch-brown: #603914;
  --ch-brown-dark: #351d0d;
  --ch-caramel: #c97921;
  --ch-cream: #f7f1e7;
  --ch-cream-light: #fcfaf6;
  --ch-line: #e6d9ca;
  --ch-text: #35271e;
  max-width: 1440px;
  margin-inline: auto;
  padding: 26px 30px 70px;
  background: var(--ch-cream-light);
  color: var(--ch-text);
}

/* Hero in the native Shoptet carousel */
body.in-index .banners-row { margin: -26px -30px 26px; }
body.in-index .banners-row > div { padding: 0; }
body.in-index .carousel { margin: 0; }
body.in-index .carousel-inner { border-radius: 0; overflow: hidden; }
body.in-index .ch-home { width: 100%; color: var(--ch-text); font: inherit; }
body.in-index .ch-hero {
  min-height: 480px;
  display: grid;
  grid-template-columns: minmax(420px, 44%) 1fr;
  background: var(--ch-cream);
}
body.in-index .ch-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px clamp(36px, 4.2vw, 66px);
}
body.in-index .ch-hero__eyebrow {
  margin-bottom: 10px;
  color: var(--ch-brown);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
body.in-index .ch-hero h2 {
  max-width: 560px;
  margin: 0 0 16px;
  color: var(--ch-brown-dark);
  font: inherit;
  font-size: clamp(36px, 3.4vw, 54px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.025em;
}
body.in-index .ch-hero p {
  max-width: 540px;
  margin: 0 0 22px;
  color: #5d5046;
  font-size: 17px;
  line-height: 1.55;
}
body.in-index .ch-hero__buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
body.in-index .ch-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: var(--ch-caramel);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
}
body.in-index .ch-button:hover { background: var(--ch-brown); color: #fff; }
body.in-index .ch-link { color: var(--ch-brown); font-weight: 700; text-decoration: none; }
body.in-index .ch-link::after { content: " →"; }
body.in-index .ch-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--ch-line);
  font-size: 14px;
}
body.in-index .ch-stars { color: var(--ch-caramel); letter-spacing: 2px; }
body.in-index .ch-delivery { display: flex; align-items: center; gap: 10px; margin-top: 12px; font-size: 13px; }
body.in-index .ch-delivery > span { display: none; }
body.in-index .ch-delivery strong,
body.in-index .ch-delivery small { display: inline; }
body.in-index .ch-delivery small { margin-left: 6px; color: #766a61; }
body.in-index .ch-hero__media { min-width: 0; overflow: hidden; display: block; position: relative; background: #d8c4aa; }
html body.in-index .wide-carousel #carousel .ch-hero__media > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  min-height: 480px;
  display: block;
  object-fit: cover !important;
  object-position: center 60% !important;
}

/* Trust benefits */
body.in-index main.content .benefitBanner {
  margin: 0 0 38px;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--ch-line);
  border-radius: 10px;
  background: #fff;
}
body.in-index main.content .benefitBanner__item {
  width: 100% !important;
  min-width: 0;
  margin: 0;
  padding: 6px 22px;
  border-right: 1px solid var(--ch-line);
}
body.in-index main.content .benefitBanner__item:last-child { border-right: 0; }
body.in-index main.content .benefitBanner__link { width: 100%; display: flex; align-items: center; gap: 15px; }
body.in-index main.content .benefitBanner__picture { width: 52px; max-width: 52px; flex: 0 0 52px; }
body.in-index main.content .benefitBanner__img { width: 52px; height: 52px; object-fit: contain; }
body.in-index main.content .benefitBanner__content { min-width: 0; flex: 1 1 auto; }
body.in-index main.content .benefitBanner__title { display: block; margin-bottom: 3px; line-height: 1.25; }
body.in-index main.content .benefitBanner__data { line-height: 1.35; }

/* Category image navigation */
body.in-index main.content .middle-banners-wrapper { margin: 0 0 54px; padding: 0; background: transparent; }
body.in-index main.content .middle-banners-wrapper .row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; }
body.in-index main.content .middle-banners-wrapper [class*="col-"] { width: auto; padding: 0; }
body.in-index main.content .middle-banners-wrapper a { display: block; overflow: hidden; border-radius: 10px; }
body.in-index main.content .middle-banners-wrapper img { width: 100%; transition: transform .25s ease; }
body.in-index main.content .middle-banners-wrapper a:hover img { transform: scale(1.025); }

/* Six primary category banners */
body.in-index .ch-category-heading { margin: 50px 0 24px; text-align: center; }
body.in-index .ch-category-heading h2 { margin: 0 0 7px; color: var(--ch-brown-dark); font: inherit; font-size: clamp(28px, 2.8vw, 40px); font-weight: 800; }
body.in-index .ch-category-heading p { margin: 0; color: #716359; font-size: 15px; }
body.in-index .chocolenka-banners {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}
body.in-index .chocolenka-banner {
  min-width: 0;
  aspect-ratio: 2.55 / 1;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: var(--ch-brown-dark);
  box-shadow: 0 8px 22px rgba(53,29,13,.1);
}
body.in-index .chocolenka-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(31,16,7,.58), rgba(31,16,7,.08) 70%);
  transition: background .25s ease;
}
body.in-index .chocolenka-banner::after {
  content: "→";
  width: 34px;
  height: 34px;
  position: absolute;
  right: 16px;
  bottom: 15px;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: transform .2s ease, background .2s ease;
}
body.in-index .chocolenka-banner img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
html body.in-index .chocolenka-banners .chocolenka-banner > span {
  display: block !important;
  position: absolute !important;
  top: auto !important;
  left: 18px !important;
  right: 58px !important;
  bottom: 17px !important;
  z-index: 4 !important;
  margin: 0 !important;
  padding: 7px 10px !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-radius: 6px;
  background: rgba(49,25,10,.78);
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
}
body.in-index .chocolenka-banner:hover img { transform: scale(1.045); }
body.in-index .chocolenka-banner:hover::before { background: linear-gradient(90deg, rgba(31,16,7,.7), rgba(31,16,7,.14) 75%); }
body.in-index .chocolenka-banner:hover::after { transform: translateX(3px); background: var(--ch-caramel); border-color: var(--ch-caramel); }

/* Latest native Shoptet product reviews */
body.in-index .latest-contribution-box { margin: 70px 0 0; padding: 0; background: var(--ch-cream); }
body.in-index .latest-contribution-box .container { max-width: 1380px; padding: 64px 30px 70px; }
body.in-index .ch-latest-reviews-head { max-width: 720px; margin: 0 auto 32px; text-align: center; }
body.in-index .ch-latest-reviews-head span { display: block; margin-bottom: 7px; color: var(--ch-caramel); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
body.in-index .ch-latest-reviews-head h2 { margin: 0 0 9px; color: var(--ch-brown-dark); font: inherit; font-size: clamp(29px, 3vw, 42px); font-weight: 800; }
body.in-index .ch-latest-reviews-head p { margin: 0; color: #716359; font-size: 15px; }
body.in-index .latest-contribution-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
body.in-index .latest-contribution-wrapper > .latest-contribution { display: contents; }
body.in-index .latest-contribution-wrapper .latest-contribution > h2 { display: none; }
body.in-index .latest-contribution-inner {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 13px 13px 20px;
  overflow: hidden;
  border: 1px solid var(--ch-line);
  border-radius: 11px;
  background: #fff;
  color: var(--ch-text);
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(53,29,13,.07);
  transition: transform .2s ease, box-shadow .2s ease;
}
body.in-index .latest-contribution-inner:hover { transform: translateY(-4px); box-shadow: 0 15px 34px rgba(53,29,13,.14); }
html body.in-index .latest-contribution-box .latest-contribution-image {
  width: 164px !important;
  height: 164px !important;
  min-width: 164px !important;
  min-height: 164px !important;
  max-height: none !important;
  flex: 0 0 164px !important;
  margin: 5px auto 19px !important;
  overflow: hidden;
  border-radius: 12px !important;
  background: #f1e8dc;
}
html body.in-index .latest-contribution-box .latest-contribution-image img { width: 100% !important; max-width: none !important; height: 100% !important; max-height: none !important; display: block !important; object-fit: cover !important; border-radius: 0 !important; transition: transform .3s ease; }
body.in-index .latest-contribution-inner:hover .latest-contribution-image img { transform: scale(1.035); }
body.in-index .latest-contribution-content { min-width: 0; display: flex; flex: 1; flex-direction: column; }
body.in-index .latest-contribution-product { margin: 0 0 10px; color: var(--ch-brown-dark); font: inherit; font-size: 16px; font-weight: 800; line-height: 1.3; }
body.in-index .latest-contribution-info { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; color: #7a6c61; font-size: 11px; }
body.in-index .latest-contribution-info .stars { width: 100%; margin-bottom: 2px; }
body.in-index .latest-contribution-info i { display: none; }
body.in-index .latest-contribution-author { font-weight: 700; }
body.in-index .latest-contribution-date::before { content: "· "; }
body.in-index .latest-contribution-description {
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid #eee3d6;
  color: #4f433a;
  font-size: 13px;
  line-height: 1.55;
}
body.in-index .latest-contribution-description::before { content: "„"; color: var(--ch-caramel); font-size: 20px; font-weight: 800; line-height: 0; }

/* Existing HTML gift finder banner — visual alignment with the new homepage. */
body.in-index .zl-subcat-heading {
  margin: 58px 0 0;
  padding: 0 15px;
}
body.in-index .zl-subcat-heading h2 {
  margin: 0 0 7px;
  color: var(--ch-brown-dark);
  font: inherit;
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 800;
  line-height: 1.15;
}
body.in-index .zl-subcat-heading p { margin: 0; color: #716359; font-size: 15px; }
body.in-index .zl-subcat-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  margin: 25px 0 58px;
  padding: 0;
}
body.in-index .zl-subcat-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 24px 22px;
  border: 1px solid rgba(96,57,20,.12);
  border-radius: 12px;
  background-position: center;
  box-shadow: 0 12px 30px rgba(53,29,13,.1);
}
body.in-index .zl-subcat-card::before {
  background: linear-gradient(135deg, rgba(42,22,9,.78) 0%, rgba(64,36,16,.54) 48%, rgba(30,18,10,.16) 100%);
  backdrop-filter: none;
}
body.in-index .zl-subcat-header h3 { margin: 0 0 4px; color: #f0bd77; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
body.in-index .zl-subcat-header h2 { margin: 0 0 15px; color: #fff; font: inherit; font-size: 25px; font-weight: 800; }
body.in-index .zl-btn-pill {
  padding: 10px 17px;
  border: 0;
  border-radius: 6px;
  background: var(--ch-caramel);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(0,0,0,.14);
}
body.in-index .zl-btn-pill:hover { background: #fff; color: var(--ch-brown); }
body.in-index .zl-subcat-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 66px;
  padding: 0;
  overflow: visible;
}
body.in-index .zl-subcat-item {
  width: auto;
  max-width: none;
  min-width: 0;
  padding: 11px 5px 10px;
  border: 1px solid rgba(96,57,20,.1);
  border-radius: 9px;
  background: rgba(255,252,247,.96);
  color: var(--ch-brown);
  box-shadow: 0 6px 16px rgba(31,17,8,.13);
}
body.in-index .zl-subcat-item:hover { transform: translateY(-2px); background: #fff; box-shadow: 0 9px 22px rgba(31,17,8,.2); }
body.in-index .zl-subcat-icon { margin-bottom: 4px; font-size: 16px; filter: grayscale(1) sepia(.35); }
body.in-index .zl-subcat-label { overflow: hidden; font-size: 11px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }

/* Native product groups — data and cart behavior remain Shoptet-owned. */
body.in-index main.content .homepage-group-title {
  margin: 54px 0 22px;
  padding: 0;
  background: transparent;
  color: var(--ch-brown-dark);
  font: inherit;
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
body.in-index main.content .products-block {
  margin: 0;
  padding: 0 0 12px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 54px) / 4);
  grid-template-columns: none;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  background: transparent;
}
body.in-index main.content .products-block::-webkit-scrollbar { display: none; }
body.in-index main.content .products-block .product {
  width: auto;
  min-width: 0;
  float: none;
  scroll-snap-align: start;
  padding: 10px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
}
body.in-index main.content .products-block .product:hover { border-color: var(--ch-line); box-shadow: 0 12px 28px rgba(73,45,25,.08); }
body.in-index main.content .products-block .image { overflow: hidden; border-radius: 7px; background: #f5efe6; }
body.in-index main.content .products-block .image img { transition: transform .25s ease; }
body.in-index main.content .products-block .product:hover .image img { transform: scale(1.025); }
body.in-index main.content .products-block .name { color: var(--ch-brown-dark); font-family: inherit; font-weight: 700; }
body.in-index main.content .products-block .btn { border-radius: 5px; }
body.in-index main.content .products-block .ratings-wrapper {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: nowrap !important;
}
body.in-index main.content .products-block .stars-wrapper {
  width: auto !important;
  max-width: max-content;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
body.in-index main.content .products-block .stars-wrapper::after {
  content: attr(data-micro-rating-value) " / 5 (" attr(data-micro-rating-count) ")";
  color: #6d5949;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
body.in-index main.content .products-block .stars { display: inline-flex; align-items: center; }
body.in-index main.content .products-block .star { margin-right: 1px; }
body.in-index main.content .products-block .availability {
  width: auto !important;
  max-width: max-content;
  flex: 0 0 auto;
  margin-left: auto;
  padding: 5px 9px;
  border-radius: 999px;
  background: #edf6e9;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
body.in-index main.content .ch-product-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: -58px 0 18px;
  position: relative;
  z-index: 2;
}
body.in-index main.content .ch-product-controls button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--ch-line);
  border-radius: 50%;
  background: #fff;
  color: var(--ch-brown);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
body.in-index main.content .ch-product-controls button:hover { background: var(--ch-brown); color: #fff; }

/* Neutralize the alternating wrapper stripes on homepage only. */
body.in-index main.content > div,
body.in-index main.content .homepage-box,
body.in-index main.content .products-wrapper { background-color: transparent; }

@media (max-width: 991px) {
  body.in-index main.content { padding-inline: 20px; }
  body.in-index .banners-row { margin-left: -20px; margin-right: -20px; }
  body.in-index .ch-hero { grid-template-columns: 1fr 1fr; }
  body.in-index .ch-hero__content { padding: 34px 28px; }
  body.in-index main.content .benefitBanner { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
  body.in-index main.content .benefitBanner__item:nth-child(2) { border-right: 0; }
  body.in-index main.content .products-block { grid-auto-columns: calc((100% - 18px) / 2); }
  body.in-index .zl-subcat-wrapper { grid-template-columns: 1fr; gap: 16px; }
  body.in-index .zl-subcat-card { min-height: 330px; }
  body.in-index .chocolenka-banners { grid-template-columns: repeat(2, 1fr); }
  body.in-index .latest-contribution-wrapper { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  body.in-index main.content { padding: 14px 12px 50px; }
  body.in-index .banners-row { margin: -14px -12px 18px; }
  body.in-index .ch-hero { min-height: 0; grid-template-columns: 1fr; }
  body.in-index .ch-hero__media { order: 1; height: 250px; }
  html body.in-index .wide-carousel #carousel .ch-hero__media > img { min-height: 100% !important; }
  body.in-index .ch-hero__content { order: 2; padding: 28px 22px 32px; }
  body.in-index .ch-hero h2 { font-size: clamp(32px, 10vw, 42px); }
  body.in-index .ch-hero p { font-size: 15px; }
  body.in-index .ch-hero__buttons { align-items: flex-start; flex-direction: column; gap: 13px; }
  body.in-index .ch-delivery small { display: none; }
  body.in-index main.content .benefitBanner { grid-template-columns: 1fr; padding: 18px; }
  body.in-index main.content .benefitBanner__item { border-right: 0; border-bottom: 1px solid var(--ch-line); padding: 14px 4px; }
  body.in-index main.content .benefitBanner__item:last-child { border-bottom: 0; }
  body.in-index main.content .middle-banners-wrapper .row { grid-template-columns: 1fr 1fr; gap: 10px; }
  body.in-index main.content .homepage-group-title { margin-top: 40px; }
  body.in-index main.content .products-block { grid-auto-columns: 82%; gap: 12px; }
  body.in-index main.content .ch-product-controls { display: none; }
}

/* Satisflow photo reviews — branded without exposing the private API key. */
body.in-index .ch-photo-reviews {
  max-width: 1380px;
  margin: 76px auto 20px;
  padding: 54px clamp(22px, 4vw, 54px) 48px;
  border-radius: 14px;
  background: var(--ch-brown-dark);
  color: #fff;
  overflow: hidden;
}
body.in-index .odber + .ch-photo-reviews { margin-top: 0; margin-bottom: 56px; }

/* Homepage newsletter */
body.in-index .odber {
  margin: 72px 0 0;
  padding: 0;
  background: transparent;
}
body.in-index .odber-in {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 30px;
}
body.in-index .custom-footer__newsletter {
  display: grid !important;
  grid-template-columns: 210px minmax(380px, 1fr) minmax(220px, .55fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: clamp(28px, 4vw, 58px);
  row-gap: 16px;
  min-height: 250px;
  padding: 36px clamp(28px, 4vw, 58px) 30px 0;
  border-radius: 14px;
  background: linear-gradient(115deg, #351d0d 0%, #603914 65%, #7b471b 100%);
  color: #fff;
  box-shadow: 0 18px 45px rgba(53,29,13,.16);
}
body.in-index .ch-newsletter-visual {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: stretch;
  min-height: 250px;
  border-radius: 14px 42% 42% 14px;
  background: linear-gradient(rgba(53,29,13,.08), rgba(53,29,13,.18)), url('https://www.chocolenka.cz/user/documents/upload/KPupravy/bannery-homepage-bez-textu-55.jpg') 51% center / cover no-repeat;
  box-shadow: inset -12px 0 30px rgba(53,29,13,.2);
}
body.in-index .custom-footer__newsletter .newsletter-header { grid-column: 2; grid-row: 1; width: 100% !important; margin: 0; align-self: end; }
body.in-index .custom-footer__newsletter .newsletter-header::before {
  content: "CHOCOLENKA DO E-MAILU";
  display: block;
  margin-bottom: 8px;
  color: #e8ad5f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}
body.in-index .custom-footer__newsletter .topic { margin: 0; color: #fff; font: inherit; }
body.in-index .custom-footer__newsletter .topic span { color: #fff; font-size: clamp(27px, 2.6vw, 38px); font-weight: 800; line-height: 1.15; }
body.in-index .ch-newsletter-copy { max-width: 440px; margin: 10px 0 0; color: #e5d8cd; font-size: 14px; line-height: 1.5; }
body.in-index .custom-footer__newsletter form,
body.in-index .custom-footer__newsletter fieldset { margin: 0; }
body.in-index .custom-footer__newsletter form { grid-column: 2; grid-row: 2; width: 100% !important; max-width: none; align-self: start; }
body.in-index .custom-footer__newsletter fieldset {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
}
body.in-index .custom-footer__newsletter .validator-msg-holder { min-width: 0; }
body.in-index .custom-footer__newsletter input[type="email"] {
  width: 100%;
  height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 7px;
  background: #fff;
  color: #33251c;
  font-size: 15px;
  box-shadow: none;
}
body.in-index .custom-footer__newsletter .btn-arrow-right {
  width: auto;
  min-width: 148px;
  height: 54px;
  padding: 0 21px;
  border: 0;
  border-radius: 7px;
  background: #d68123;
  color: #fff;
  font-weight: 800;
}
body.in-index .custom-footer__newsletter .btn-arrow-right::after { margin-left: 9px; }
body.in-index .ch-newsletter-submit-text { display: inline; }
body.in-index .custom-footer__newsletter fieldset > div:last-of-type {
  grid-column: 1 / -1;
  grid-row: 2;
}
body.in-index .custom-footer__newsletter .consents { margin: 0; }
body.in-index .custom-footer__newsletter .consents label { color: #d9cabe; font-size: 11px; line-height: 1.45; }
body.in-index .custom-footer__newsletter .consents a { color: #fff; text-decoration: underline; }
body.in-index .ch-newsletter-benefits {
  grid-column: 3;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-height: 132px;
  padding-left: 28px;
  border-left: 1px solid rgba(255,255,255,.18);
}
body.in-index .ch-newsletter-benefits strong { color: #fff; font-size: 18px; line-height: 1.25; }
body.in-index .ch-newsletter-benefits span { position: relative; padding-left: 20px; color: #e5d8cd; font-size: 13px; line-height: 1.4; }
body.in-index .ch-newsletter-benefits span::before { content: "✓"; position: absolute; left: 0; color: #e8ad5f; font-weight: 800; }
body.in-index .ch-photo-reviews__intro { max-width: 680px; margin: 0 auto 34px; text-align: center; }
body.in-index .ch-photo-reviews__eyebrow {
  display: inline-block;
  margin-bottom: 9px;
  color: #e8ad5f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
body.in-index .ch-photo-reviews__intro h2 { margin: 0 0 10px; color: #fff; font: inherit; font-size: clamp(28px, 3vw, 42px); font-weight: 800; }
body.in-index .ch-photo-reviews__intro p { margin: 0; color: #ddcfc4; font-size: 15px; }
body.in-index .ch-photo-reviews #sf-reviews-widget-headline { display: none; }
body.in-index .ch-photo-reviews #sf-reviews-widget { margin: 0; }
body.in-index .ch-photo-reviews .sf-review {
  width: calc((100% - 54px) / 4);
  margin-right: 18px;
  padding: 0 0 18px;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: var(--ch-text);
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}
body.in-index .ch-photo-reviews .sf-review-img { margin: 0; aspect-ratio: 1 / 1; overflow: hidden; background: #eee5da; }
body.in-index .ch-photo-reviews .sf-review-img img { width: 100%; height: 100%; display: block; object-fit: cover; }
body.in-index .ch-photo-reviews .sf-review-name,
body.in-index .ch-photo-reviews .sf-review-text,
body.in-index .ch-photo-reviews .sf-review-response-text { padding-inline: 18px; }
body.in-index .ch-photo-reviews .sf-review-name { padding-top: 16px; font-weight: 700; }
body.in-index .ch-photo-reviews .sf-review-text { color: #62544a; }
body.in-index .ch-photo-reviews .flickity-button { background: #fff; color: var(--ch-brown); }
body.in-index .ch-photo-reviews .flickity-page-dots .dot { background: #fff; }

@media (max-width: 991px) {
  body.in-index .ch-photo-reviews .sf-review { width: calc((100% - 18px) / 2); }
}
@media (max-width: 767px) {
  body.in-index .ch-photo-reviews { margin-top: 52px; padding: 40px 18px 38px; border-radius: 0; }
  body.in-index .ch-photo-reviews .sf-review { width: 82%; margin-right: 12px; }
  body.in-index main.content .products-block .stars-wrapper::after { display: none; }
  body.in-index .odber { margin-top: 52px; }
  body.in-index .odber-in { padding: 0 12px; }
  body.in-index .custom-footer__newsletter { grid-template-columns: 1fr; grid-template-rows: auto; gap: 22px; min-height: 0; padding: 34px 22px; border-radius: 10px; }
  body.in-index .ch-newsletter-visual { display: none; }
  body.in-index .custom-footer__newsletter .newsletter-header,
  body.in-index .custom-footer__newsletter form,
  body.in-index .ch-newsletter-benefits { grid-column: 1; grid-row: auto; }
  body.in-index .ch-newsletter-benefits { min-height: 0; padding: 18px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  body.in-index .custom-footer__newsletter .topic span { font-size: clamp(26px, 8vw, 34px); }
  body.in-index .custom-footer__newsletter form fieldset {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 11px;
  }
  body.in-index .custom-footer__newsletter .validator-msg-holder {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 100% !important;
    height: auto !important;
    min-height: 52px;
    display: block !important;
    position: static !important;
    inset: auto !important;
    overflow: visible !important;
    clip: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    order: 1;
  }
  html body.in-index .custom-footer__newsletter .validator-msg-holder > input.form-control[type="email"] {
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    height: 52px !important;
    min-height: 52px !important;
    display: block !important;
    position: static !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 1px solid rgba(255,255,255,.55) !important;
    background: #fff !important;
    color: #33251c !important;
    -webkit-appearance: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  body.in-index .custom-footer__newsletter .btn-arrow-right {
    width: 100%;
    min-height: 52px;
    order: 2;
  }
  body.in-index .custom-footer__newsletter fieldset > div:last-of-type {
    width: 100%;
    grid-column: auto;
    grid-row: auto;
    order: 3;
  }
  body.in-index .zl-subcat-heading { margin-top: 42px; }
  body.in-index .zl-subcat-wrapper { margin-bottom: 42px; }
  body.in-index .zl-subcat-card { min-height: 0; padding: 24px 18px 18px; }
  body.in-index .zl-subcat-items { grid-template-columns: repeat(2, 1fr); margin-top: 42px; }
  body.in-index .zl-subcat-label { font-size: 12px; }
  body.in-index .ch-category-heading { margin-top: 40px; padding-inline: 12px; }
  body.in-index .chocolenka-banners { gap: 10px; }
  body.in-index .chocolenka-banner { aspect-ratio: 1.55 / 1; }
  html body.in-index .chocolenka-banners .chocolenka-banner > span {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: calc(100% - 82px) !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate(-50%, -50%) !important;
    background: transparent !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    text-align: center !important;
    text-shadow: 0 2px 10px rgba(0,0,0,.8), 0 1px 2px rgba(0,0,0,.9);
  }
  body.in-index .chocolenka-banner::after { width: 28px; height: 28px; right: 11px; bottom: 10px; font-size: 15px; }
  body.in-index .latest-contribution-box .container { padding: 48px 12px 52px; }
  body.in-index .latest-contribution-wrapper { grid-template-columns: 1fr; gap: 13px; }
  body.in-index .latest-contribution-inner { display: grid; grid-template-columns: 112px 1fr; gap: 14px; padding: 11px; }
  html body.in-index .latest-contribution-box .latest-contribution-image { width: 112px !important; height: 112px !important; min-width: 112px !important; min-height: 112px !important; flex-basis: 112px !important; margin: 0 !important; }
  body.in-index .latest-contribution-product { font-size: 15px; }
  body.in-index .latest-contribution-description { margin-top: 10px; padding-top: 10px; }
}
