/* Chrapatko storefront styles 1.46.2. Reserve the final USP strip from the first paint. */
html.ch-header-redesign #header {
  --color-header-background: #fff;
  --_color-header-text: #003140;
  --_color-header-dropdown-border: #dbe3e5;
  --_color-header-menu-border: #dbe3e5;
  --_color-header-button-border: transparent;
  box-sizing: border-box;
  padding-top: 32px;
  background: linear-gradient(to bottom, #003140 0, #003140 32px, #fff 32px, #fff 100%);
  color: #003140;
  border-bottom: 1px solid #e8edef;
  transition: none;
}

/* STORE RATINGS 1.46.2
   Full trust page plus the live Rating+ cards injected on subpages. All rules
   stay behind the global storefront flag and stable Shoptet/add-on wrappers. */
html.ch-header-redesign .in-hodnoceni-obchodu #content-wrapper {
  background: #fff;
}
html.ch-header-redesign .in-hodnoceni-obchodu #content .ch-ratings-page {
  box-sizing: border-box;
  width: calc(100% - 48px);
  max-width: 1600px;
  margin: 0 auto;
  padding: 28px 0 56px;
  color: #003140;
}
html.ch-header-redesign .ch-ratings-page,
html.ch-header-redesign .ch-ratings-page button,
html.ch-header-redesign .ch-ratings-page input,
html.ch-header-redesign .ch-ratings-page textarea,
html.ch-header-redesign .ch-ratings-page select {
  font-family: Poppins, sans-serif;
}
html.ch-header-redesign .ch-ratings-eyebrow {
  margin: 0 0 14px;
  color: #62c8e5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}
html.ch-header-redesign .ch-ratings-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  overflow: hidden;
  min-height: 450px;
  border-radius: 28px;
  background: #003140;
  box-shadow: 0 18px 50px rgba(0,49,64,.12);
}
html.ch-header-redesign .ch-ratings-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  min-width: 0;
  padding: clamp(48px, 6vw, 92px);
  color: #fff;
}
html.ch-header-redesign .ch-ratings-hero h1 {
  max-width: 11ch;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4.4vw, 72px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .98;
}
html.ch-header-redesign .ch-ratings-hero__lead {
  max-width: 52ch;
  margin: 24px 0 0;
  color: rgba(255,255,255,.8);
  font-size: 16px;
  line-height: 1.65;
}
html.ch-header-redesign .ch-ratings-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
html.ch-header-redesign .ch-ratings-button--light {
  background: #fff;
  color: #003140;
}
html.ch-header-redesign .ch-ratings-button--outline {
  border-color: rgba(255,255,255,.58);
  background: transparent;
  color: #fff;
}
html.ch-header-redesign .ch-ratings-hero .ch-ratings-button {
  margin-top: 30px;
}
html.ch-header-redesign .ch-ratings-button:hover,
html.ch-header-redesign .ch-ratings-button:focus-visible {
  border-color: #eeba2b;
  background: #eeba2b;
  color: #003140;
  transform: translateY(-1px);
}
html.ch-header-redesign .ch-ratings-button:focus-visible,
html.ch-header-redesign .ch-ratings-page a:focus-visible,
html.ch-header-redesign #hodnoceniobchodu a:focus-visible {
  outline: 3px solid #62c8e5;
  outline-offset: 3px;
}
html.ch-header-redesign .ch-ratings-hero__summary {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 0;
  padding: clamp(34px, 4.5vw, 70px);
  background: #f6f2e9;
  scroll-margin-top: 92px;
}
html.ch-header-redesign .ch-ratings-hero #ratingWrapper {
  width: 100%;
  max-width: 540px;
  margin: 0;
  padding: 0;
  background: transparent !important;
}
html.ch-header-redesign .ch-ratings-hero #ratingWrapper .rate-wrap {
  display: block;
  width: 100%;
  padding: 0;
}
html.ch-header-redesign .ch-ratings-hero #ratingWrapper .rate-average-wrap,
html.ch-header-redesign .ch-ratings-hero #ratingWrapper .rate-average-inner {
  width: 100%;
  margin: 0;
}
html.ch-header-redesign .ch-ratings-hero #ratingWrapper .rate-average-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
html.ch-header-redesign .ch-ratings-hero #ratingWrapper .rate-average {
  display: block;
  margin: 0;
  color: #003140;
  font-size: clamp(68px, 7vw, 104px);
  font-weight: 800;
  letter-spacing: -.075em;
  line-height: .9;
}
html.ch-header-redesign .ch-ratings-hero #ratingWrapper .rate-star-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin-top: 18px;
}
html.ch-header-redesign .ch-ratings-hero #ratingWrapper .stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin: 0;
  color: #eeba2b;
}
html.ch-header-redesign .ch-ratings-hero #ratingWrapper .star {
  margin: 0 !important;
}
html.ch-header-redesign .ch-ratings-hero #ratingWrapper .star::before {
  color: #eeba2b;
  font-size: 22px;
}
html.ch-header-redesign .ch-ratings-hero #ratingWrapper .stars-label {
  margin: 0;
  color: #526b73;
  font-size: 13px;
  line-height: 1.45;
}
html.ch-header-redesign .ch-ratings-hero #ratingWrapper .votes {
  display: grid;
  gap: 13px;
  width: 100%;
  margin-top: 34px;
}
html.ch-header-redesign .ch-ratings-hero #ratingWrapper .rate-list {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0;
}
html.ch-header-redesign .ch-ratings-hero #ratingWrapper .rate-star {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #003140;
  font-size: 12px;
  font-weight: 800;
}
html.ch-header-redesign .ch-ratings-hero #ratingWrapper .rate-star .star::before {
  font-size: 13px;
}
html.ch-header-redesign .ch-ratings-hero #ratingWrapper .rate-block {
  position: relative;
  width: 100%;
}
html.ch-header-redesign .ch-ratings-hero #ratingWrapper .rate-bar {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 48px);
  height: 10px;
  border-radius: 999px;
  background: #dfe8e9;
}
html.ch-header-redesign .ch-ratings-hero #ratingWrapper .rate-bar::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--rate-bar-width, 0%);
  border-radius: inherit;
  background: #007599;
}
html.ch-header-redesign .ch-ratings-hero #ratingWrapper .rate-count {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  min-width: 38px;
  color: #526b73;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}
html.ch-header-redesign .ch-ratings-verification {
  box-sizing: border-box;
  max-width: 920px;
  margin: 18px auto 0;
  padding: 12px 16px;
  border: 1px solid #dce7e9;
  border-radius: 12px;
  background: #f7fafb;
  color: #526b73;
  font-size: 12px;
  line-height: 1.55;
}
html.ch-header-redesign .ch-ratings-verification a {
  color: #007599;
  font-weight: 700;
}
html.ch-header-redesign .ch-ratings-topics,
html.ch-header-redesign .ch-ratings-featured,
html.ch-header-redesign .ch-ratings-list__header,
html.ch-header-redesign .ch-ratings-page #ratingsList,
html.ch-header-redesign .ch-ratings-page .listingControls,
html.ch-header-redesign .ch-ratings-cta {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
html.ch-header-redesign .ch-ratings-topics,
html.ch-header-redesign .ch-ratings-featured {
  padding-top: 70px;
}
html.ch-header-redesign .ch-ratings-topics > h2,
html.ch-header-redesign .ch-ratings-featured > h2,
html.ch-header-redesign .ch-ratings-list__title {
  max-width: 19ch;
  margin: 0;
  color: #003140;
  font-size: clamp(31px, 3.1vw, 48px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.05;
}
html.ch-header-redesign .ch-ratings-topics__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
html.ch-header-redesign .ch-ratings-topic {
  position: relative;
  box-sizing: border-box;
  min-height: 210px;
  margin: 0;
  padding: 28px 24px;
  border: 1px solid #e3eaeb;
  border-radius: 20px;
  background: #f7fafb;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
html.ch-header-redesign .ch-ratings-topic:hover {
  border-color: #b9d4da;
  box-shadow: 0 14px 30px rgba(0,49,64,.08);
  transform: translateY(-2px);
}
html.ch-header-redesign .ch-ratings-topic__number {
  display: block;
  margin-bottom: 30px;
  color: #007599;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}
html.ch-header-redesign .ch-ratings-topic h3 {
  margin: 0;
  color: #003140;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}
html.ch-header-redesign .ch-ratings-topic p {
  margin: 11px 0 0;
  color: #526b73;
  font-size: 13px;
  line-height: 1.55;
}
html.ch-header-redesign .ch-ratings-featured__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
html.ch-header-redesign .ch-ratings-feature {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 280px;
  margin: 0;
  padding: 30px;
  border-radius: 22px;
  background: #003140;
  color: #fff;
}
html.ch-header-redesign .ch-ratings-feature__stars {
  color: #eeba2b;
  font-size: 18px;
  letter-spacing: .08em;
}
html.ch-header-redesign .ch-ratings-feature__quote {
  display: -webkit-box;
  overflow: hidden;
  margin: 23px 0 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
html.ch-header-redesign .ch-ratings-feature__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin: auto 0 0;
  padding-top: 24px;
  color: rgba(255,255,255,.62);
  font-size: 11px;
}
html.ch-header-redesign .ch-ratings-feature__meta strong {
  color: #fff;
  font-size: 12px;
}
html.ch-header-redesign .ch-ratings-list__header {
  padding-top: 78px;
}
html.ch-header-redesign .ch-ratings-list__header > p {
  max-width: 680px;
  margin: 16px 0 0;
  color: #526b73;
  font-size: 14px;
  line-height: 1.6;
}
html.ch-header-redesign .ch-ratings-page #ratingsList {
  display: block !important;
  width: auto;
  padding: 28px 0 0 !important;
}
html.ch-header-redesign .ch-ratings-page #ratingsList > .vote-wrap {
  display: block !important;
  box-sizing: border-box;
  width: 100% !important;
  min-height: 0;
  margin: 0 0 14px !important;
  padding: 24px 26px !important;
  border: 1px solid #e1e9ea !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(0,49,64,.045);
}
html.ch-header-redesign .ch-ratings-page #ratingsList > .vote-wrap:hover {
  border-color: #bfd6db !important;
  box-shadow: 0 12px 30px rgba(0,49,64,.075);
}
html.ch-header-redesign .ch-ratings-page #ratingsList .vote-header {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  width: 100% !important;
  margin: 0 !important;
  text-align: left;
}
html.ch-header-redesign .ch-ratings-page #ratingsList .vote-pic {
  display: grid !important;
  width: 48px !important;
  height: 48px;
  margin: 0 !important;
}
html.ch-header-redesign .ch-ratings-page #ratingsList .vote-pic img {
  display: none !important;
}
html.ch-header-redesign .ch-ratings-page #ratingsList .vote-initials {
  display: grid !important;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 !important;
  border-radius: 50%;
  background: #e8f1f2 !important;
  color: #003140 !important;
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1;
}
html.ch-header-redesign .ch-ratings-page #ratingsList .vote-summary {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  margin: 0 !important;
}
html.ch-header-redesign .ch-ratings-page #ratingsList .vote-name {
  display: block !important;
  width: 100% !important;
  margin: 0 0 6px !important;
  color: #003140;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}
html.ch-header-redesign .ch-ratings-page #ratingsList .vote-rating {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
}
html.ch-header-redesign .ch-ratings-page #ratingsList .stars {
  display: inline-flex;
  gap: 2px;
  margin: 0;
}
html.ch-header-redesign .ch-ratings-page #ratingsList .star {
  margin: 0 !important;
}
html.ch-header-redesign .ch-ratings-page #ratingsList .star::before {
  color: #eeba2b;
  font-size: 14px;
}
html.ch-header-redesign .ch-ratings-page #ratingsList .vote-delimeter {
  display: none !important;
}
html.ch-header-redesign .ch-ratings-page #ratingsList .vote-time {
  margin: 0 !important;
  color: #71868c;
  font-size: 11px;
  line-height: 1.4;
}
html.ch-header-redesign .ch-ratings-page #ratingsList .vote-content {
  width: auto !important;
  margin: 18px 0 0 62px !important;
  padding: 0 !important;
  color: #1c4652;
  font-size: 14px !important;
  line-height: 1.65 !important;
  text-align: left;
}
html.ch-header-redesign .ch-ratings-page #ratingsList .ch-rating-card--empty .vote-content:empty::before,
html.ch-header-redesign .ch-ratings-page #ratingsList .ch-rating-empty-note {
  content: 'Hodnocení bylo uděleno pouze hvězdičkami.';
  color: #71868c;
  font-style: italic;
}
html.ch-header-redesign .ch-ratings-page .listingControls {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  margin-top: 24px;
  padding: 20px 22px;
  border: 1px solid #e1e9ea;
  border-radius: 18px;
  background: #f7fafb;
}
html.ch-header-redesign .ch-ratings-page .pagination {
  grid-column: 2;
  margin: 0;
}
html.ch-header-redesign .ch-ratings-page .pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
html.ch-header-redesign .ch-ratings-page .pagination__currentPage,
html.ch-header-redesign .ch-ratings-page .pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #cbdadd;
  border-radius: 999px;
  background: #fff;
  color: #003140;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
html.ch-header-redesign .ch-ratings-page .pagination__currentPage {
  border-color: #003140;
  background: #003140;
  color: #fff;
}
html.ch-header-redesign .ch-ratings-page .pagination__link:hover,
html.ch-header-redesign .ch-ratings-page .pagination__link:focus-visible {
  border-color: #007599;
  color: #007599;
}
html.ch-header-redesign .ch-ratings-page .itemsTotal {
  grid-column: 1;
  grid-row: 1;
  color: #71868c;
  font-size: 11px;
}
html.ch-header-redesign .ch-ratings-page .itemsTotal strong {
  color: #003140;
  font-size: 14px;
}
html.ch-header-redesign .ch-ratings-page .goToTop {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}
html.ch-header-redesign .ch-ratings-page .goToTop__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #cbdadd;
  border-radius: 999px;
  background: #fff;
  color: #003140;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}
html.ch-header-redesign .ch-ratings-page .ch-ratings-form,
html.ch-header-redesign .in-hodnoceni-obchodu .rating-form,
html.ch-header-redesign .in-hodnoceni-obchodu .vote-form {
  box-sizing: border-box;
  max-width: 900px;
  margin: 64px auto 0;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid #dfe8ea;
  border-radius: 24px;
  background: #f7fafb;
  scroll-margin-top: 92px;
}
html.ch-header-redesign .ch-ratings-page .ch-ratings-form label,
html.ch-header-redesign .in-hodnoceni-obchodu .rating-form label,
html.ch-header-redesign .in-hodnoceni-obchodu .vote-form label {
  color: #003140;
  font-size: 12px;
  font-weight: 700;
}
html.ch-header-redesign .ch-ratings-page .ch-ratings-form input:not([type='checkbox']):not([type='radio']),
html.ch-header-redesign .ch-ratings-page .ch-ratings-form textarea,
html.ch-header-redesign .in-hodnoceni-obchodu .rating-form input:not([type='checkbox']):not([type='radio']),
html.ch-header-redesign .in-hodnoceni-obchodu .rating-form textarea,
html.ch-header-redesign .in-hodnoceni-obchodu .vote-form input:not([type='checkbox']):not([type='radio']),
html.ch-header-redesign .in-hodnoceni-obchodu .vote-form textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #cbdadd;
  border-radius: 12px;
  background: #fff;
  color: #003140;
}
html.ch-header-redesign .ch-ratings-page .ch-ratings-form textarea,
html.ch-header-redesign .in-hodnoceni-obchodu .rating-form textarea,
html.ch-header-redesign .in-hodnoceni-obchodu .vote-form textarea {
  min-height: 140px;
  resize: vertical;
}
html.ch-header-redesign .ch-ratings-page .ch-ratings-form input:focus,
html.ch-header-redesign .ch-ratings-page .ch-ratings-form textarea:focus,
html.ch-header-redesign .in-hodnoceni-obchodu .rating-form input:focus,
html.ch-header-redesign .in-hodnoceni-obchodu .rating-form textarea:focus,
html.ch-header-redesign .in-hodnoceni-obchodu .vote-form input:focus,
html.ch-header-redesign .in-hodnoceni-obchodu .vote-form textarea:focus {
  border-color: #007599;
  outline: 3px solid rgba(0,117,153,.18);
}
html.ch-header-redesign .in-hodnoceni-obchodu .rating-form .stars,
html.ch-header-redesign .in-hodnoceni-obchodu .vote-form .stars,
html.ch-header-redesign .ch-ratings-page .ch-ratings-form .stars {
  min-height: 44px;
}
html.ch-header-redesign .in-hodnoceni-obchodu .rating-form .star,
html.ch-header-redesign .in-hodnoceni-obchodu .vote-form .star,
html.ch-header-redesign .ch-ratings-page .ch-ratings-form .star {
  min-width: 32px;
  min-height: 32px;
}
html.ch-header-redesign .ch-ratings-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
  box-sizing: border-box;
  margin-top: 72px;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 26px;
  background: #003140;
  color: #fff;
}
html.ch-header-redesign .ch-ratings-cta h2 {
  max-width: 18ch;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.05;
}
html.ch-header-redesign .ch-ratings-cta__copy > p:last-child {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.6;
}
html.ch-header-redesign .ch-ratings-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

/* Live compact cards from the Shop Rating+ add-on on content/category pages. */
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu {
  box-sizing: border-box;
  width: calc(100% - 48px);
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 0 52px;
  background: #fff;
  color: #003140;
  font-family: Poppins, sans-serif;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu h2 {
  margin: 0 !important;
  color: #003140;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.05;
  text-align: center;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu h2 a {
  color: inherit;
  text-decoration: none;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .shop-eval-stars {
  margin-top: 16px;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .rate-average-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .rate-average {
  margin: 0 !important;
  color: #003140;
  font-size: 14px !important;
  font-weight: 800;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .rate-star-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .stars {
  display: inline-flex;
  gap: 2px;
  margin: 0;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .star {
  display: inline-block !important;
  flex: 0 0 15px;
  width: 15px !important;
  height: 18px !important;
  margin: 0 !important;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .star::before {
  color: #eeba2b;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .stars-label {
  margin: 0;
  color: #71868c;
  font-size: 12px;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .shop-eval {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin: 30px 0 0;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .shop-eval > .vote-wrap:nth-child(n+5) {
  display: none !important;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .vote-wrap {
  display: flex !important;
  flex-direction: column;
  box-sizing: border-box;
  width: auto !important;
  min-height: 210px;
  margin: 0 !important;
  padding: 24px !important;
  border: 1px solid #e1e9ea !important;
  border-radius: 20px !important;
  background: #f7fafb !important;
  color: #003140;
  text-align: left;
  box-shadow: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .vote-wrap:hover {
  border-color: #bdd5da !important;
  box-shadow: 0 14px 30px rgba(0,49,64,.08);
  transform: translateY(-2px);
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .vote-header {
  width: 100% !important;
  margin: 0 0 14px !important;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .vote-summary {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  width: 100% !important;
  margin: 0 !important;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .vote-name {
  display: block !important;
  width: 100% !important;
  margin: 0 0 8px !important;
  color: #003140;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .vote-rating {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  width: 100%;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .vote-delimeter {
  display: none !important;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .vote-time {
  margin: 0 !important;
  color: #71868c;
  font-size: 10px;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .vote-content {
  display: -webkit-box !important;
  overflow: hidden;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #355e68;
  font-size: 13px !important;
  line-height: 1.6 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .shop-stat-all {
  padding: 24px 0 0;
  text-align: center;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .shop-stat-all a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: auto;
  min-height: 46px;
  margin: 0 auto;
  padding: 11px 20px;
  border: 1px solid #003140;
  border-radius: 999px;
  background: #003140;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .shop-stat-all a:hover,
html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .shop-stat-all a:focus-visible {
  border-color: #eeba2b;
  background: #eeba2b;
  color: #003140;
}

@media (max-width: 1199px) {
  html.ch-header-redesign .ch-ratings-hero {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
  }
  html.ch-header-redesign .ch-ratings-topics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .shop-eval {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  html.ch-header-redesign .in-hodnoceni-obchodu #content .ch-ratings-page {
    width: calc(100% - 32px);
    padding-top: 20px;
  }
  html.ch-header-redesign .ch-ratings-hero {
    grid-template-columns: 1fr;
  }
  html.ch-header-redesign .ch-ratings-hero__copy {
    padding: 54px 42px;
  }
  html.ch-header-redesign .ch-ratings-hero h1 { max-width: 12ch; }
  html.ch-header-redesign .ch-ratings-hero__summary { padding: 44px 42px; }
  html.ch-header-redesign .ch-ratings-featured__grid {
    grid-template-columns: 1fr;
  }
  html.ch-header-redesign .ch-ratings-feature {
    min-height: 230px;
  }
  html.ch-header-redesign .ch-ratings-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }
  html.ch-header-redesign .ch-ratings-cta__actions { justify-content: flex-start; }
  html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu {
    width: calc(100% - 32px);
    padding-top: 38px;
  }
}
@media (max-width: 767px) {
  html.ch-header-redesign .in-hodnoceni-obchodu #content .ch-ratings-page {
    width: calc(100% - 24px);
    padding: 14px 0 36px;
  }
  html.ch-header-redesign .ch-ratings-hero { border-radius: 18px; }
  html.ch-header-redesign .ch-ratings-hero__copy { padding: 38px 24px 40px; }
  html.ch-header-redesign .ch-ratings-hero h1 {
    max-width: 13ch;
    font-size: clamp(35px, 10.5vw, 46px);
  }
  html.ch-header-redesign .ch-ratings-hero__lead {
    margin-top: 18px;
    font-size: 14px;
  }
  html.ch-header-redesign .ch-ratings-hero .ch-ratings-button {
    width: 100%;
    margin-top: 24px;
  }
  html.ch-header-redesign .ch-ratings-hero__summary { padding: 34px 24px 38px; }
  html.ch-header-redesign .ch-ratings-hero__summary { scroll-margin-top: 76px; }
  html.ch-header-redesign .ch-ratings-hero #ratingWrapper .rate-average { font-size: 72px; }
  html.ch-header-redesign .ch-ratings-hero #ratingWrapper .stars-label {
    flex-basis: 100%;
  }
  html.ch-header-redesign .ch-ratings-topics,
  html.ch-header-redesign .ch-ratings-featured { padding-top: 50px; }
  html.ch-header-redesign .ch-ratings-topics__grid { grid-template-columns: 1fr; }
  html.ch-header-redesign .ch-ratings-topic { min-height: 0; }
  html.ch-header-redesign .ch-ratings-topic__number { margin-bottom: 20px; }
  html.ch-header-redesign .ch-ratings-feature { padding: 25px; }
  html.ch-header-redesign .ch-ratings-list__header { padding-top: 54px; }
  html.ch-header-redesign .ch-ratings-page #ratingsList { padding-top: 22px !important; }
  html.ch-header-redesign .ch-ratings-page #ratingsList > .vote-wrap {
    padding: 20px !important;
    border-radius: 16px !important;
  }
  html.ch-header-redesign .ch-ratings-page #ratingsList .vote-header {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }
  html.ch-header-redesign .ch-ratings-page #ratingsList .vote-pic,
  html.ch-header-redesign .ch-ratings-page #ratingsList .vote-initials {
    width: 42px !important;
    height: 42px;
  }
  html.ch-header-redesign .ch-ratings-page #ratingsList .vote-content {
    margin: 16px 0 0 !important;
  }
  html.ch-header-redesign .ch-ratings-page .ch-ratings-form,
  html.ch-header-redesign .in-hodnoceni-obchodu .rating-form,
  html.ch-header-redesign .in-hodnoceni-obchodu .vote-form {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 24px 0 0 !important;
    padding: 20px !important;
    border-radius: 16px !important;
    scroll-margin-top: 76px;
    overflow-wrap: anywhere;
  }
  html.ch-header-redesign .in-hodnoceni-obchodu .ch-ratings-form-dialog {
    box-sizing: border-box !important;
    inset: 12px !important;
    width: calc(100vw - 24px) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 24px) !important;
    max-height: calc(100dvh - 24px) !important;
    margin: auto !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }
  html.ch-header-redesign .in-hodnoceni-obchodu .ch-ratings-form-dialog .dialog__wrapper,
  html.ch-header-redesign .in-hodnoceni-obchodu .ch-ratings-form-dialog .dialog__content,
  html.ch-header-redesign .in-hodnoceni-obchodu .ch-ratings-form-dialog .dialog__body {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html.ch-header-redesign .ch-ratings-page .listingControls {
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 16px;
  }
  html.ch-header-redesign .ch-ratings-page .pagination {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  html.ch-header-redesign .ch-ratings-page .itemsTotal {
    grid-column: 1;
    grid-row: 2;
  }
  html.ch-header-redesign .ch-ratings-page .goToTop {
    grid-column: 2;
    grid-row: 2;
  }
  html.ch-header-redesign .ch-ratings-cta {
    margin-top: 52px;
    padding: 32px 24px;
    border-radius: 18px;
  }
  html.ch-header-redesign .ch-ratings-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
  html.ch-header-redesign .ch-ratings-cta .ch-ratings-button { width: 100%; }
  html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu {
    width: calc(100% - 24px);
    padding: 34px 0 40px;
  }
  html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .shop-eval {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }
  html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .vote-wrap {
    min-height: 0;
    padding: 20px !important;
    border-radius: 16px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html.ch-header-redesign .ch-ratings-button,
  html.ch-header-redesign .ch-ratings-topic,
  html.ch-header-redesign .ch-ratings-page #ratingsList > .vote-wrap,
  html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .vote-wrap {
    transition: none;
  }
  html.ch-header-redesign .ch-ratings-button:hover,
  html.ch-header-redesign .ch-ratings-topic:hover,
  html.ch-header-redesign:not(.ch-redesign-preview) #hodnoceniobchodu .vote-wrap:hover {
    transform: none;
  }
}
html.ch-header-redesign #header,
html.ch-header-redesign #header a,
html.ch-header-redesign #header button,
html.ch-header-redesign #header input,
html.ch-header-redesign #header select {
  font-family: Poppins, sans-serif !important;
}
html.ch-header-redesign .ch-header-usp {
  position: absolute;
  z-index: 3;
  inset: 0 0 auto;
  height: 32px;
  background: #003140;
  color: #fff;
}
html.ch-header-redesign .ch-header-usp ul {
  max-width: 1278px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; list-style: none;
  min-height: 32px; gap: 20px;
}
html.ch-header-redesign .ch-header-usp li {
  display: flex; align-items: center; gap: 9px; font-size: 11px; line-height: 1.4; white-space: nowrap;
}
html.ch-header-redesign .ch-header-usp svg {
  width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5;
  stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0;
}
html.ch-header-redesign #header .site-name img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(36%) saturate(1700%) hue-rotate(150deg) brightness(90%) contrast(106%);
  width: 100%; height: auto; object-fit: contain;
}
html.ch-header-redesign #header .navigation-in { background: #fff; }
html.ch-header-redesign #header .navigation-in a,
html.ch-header-redesign #header .navigation-in a > b,
html.ch-header-redesign #header .navigation-in a > span,
html.ch-header-redesign #header .menu-helper a { color: #003140; }
html.ch-header-redesign #header .navigation-in a:hover,
html.ch-header-redesign #header .menu-helper a:hover { color: #007599; background: #f2f7f8; }
html.ch-header-redesign #header .navigation-in ul.menu-level-2,
html.ch-header-redesign #header .menu-helper > ul { background: #fff; border-color: #dbe3e5; }
html.ch-header-redesign #header .menu-helper > span,
html.ch-header-redesign #header .navigation-buttons > a,
html.ch-header-redesign #header .navigation-buttons > button {
  background: transparent; color: #003140; border-color: transparent;
}
html.ch-header-redesign #header .navigation-buttons { border: 0; }
html.ch-header-redesign #header .navigation-buttons > a:hover,
html.ch-header-redesign #header .navigation-buttons > button:hover { color: #007599; background: #f2f7f8; }
html.ch-header-redesign #header .navigation-buttons .dropdown > button { color: #003140; border: 0; font-weight: 400; }
html.ch-header-redesign #header .menu-item-1360,
html.ch-header-redesign #header .menu-item-1363 { display: none !important; }
html.ch-header-redesign #header a:focus-visible,
html.ch-header-redesign #header button:focus-visible { outline: 2px solid #007599; outline-offset: -3px; }

@media (min-width: 992px) {
  html.ch-header-redesign #header > .container.navigation-wrapper {
    max-width: 1278px; width: calc(100% - 48px); margin: 0 auto;
    padding: 0; min-height: 0; gap: 0;
  }
  html.ch-header-redesign #header .container::before,
  html.ch-header-redesign #header .container::after { display: none; }
  html.ch-header-redesign #header .site-name {
    flex: 0 0 200px; width: 200px; margin: 20px 0; padding: 0;
  }
  html.ch-header-redesign #header .site-name img { max-height: 54px; }
  html.ch-header-redesign #header .navigation-wrapper > .search {
    flex: 1 1 300px; min-width: 0; max-width: 600px; margin: 0 32px; width: auto;
  }
  html.ch-header-redesign #header .search form { margin: 0; }
  html.ch-header-redesign #header .search form input {
    height: 48px; border: 1px solid #dbe3e5; border-radius: 14px 0 0 14px;
    background: #f8fafb; color: #003140; font-size: 13px; padding-left: 18px; padding-right: 66px;
  }
  html.ch-header-redesign #header .search form input::placeholder { color: #667c83; }
  html.ch-header-redesign #header .search form input:focus { border-color: #007599; outline: 2px solid #007599; outline-offset: 2px; }
  html.ch-header-redesign #header .search form button.btn-arrow-right {
    display: flex !important;
    width: 58px; height: 48px; border: 0; border-radius: 0 14px 14px 0; background: #eeba2b;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    line-height: 1 !important;
  }
  /* Existing client CSS sets white !important on the icon. */
  html.ch-header-redesign #header .search form button.btn-arrow-right::before {
    position: static !important;
    inset: auto !important;
    display: block !important;
    margin: 0 !important;
    color: #003140 !important;
    line-height: 1 !important;
    transform: none !important;
  }
  html.ch-header-redesign #header .navigation-wrapper > .navigation-buttons {
    margin-left: auto; padding-left: 0; height: 88px; flex: 0 0 auto;
  }
  html.ch-header-redesign #header .navigation-buttons > a,
  html.ch-header-redesign #header .navigation-buttons > button { width: 52px; height: 48px; line-height: 48px; border-radius: 12px; }
  html.ch-header-redesign #header .navigation-buttons .dropdown { height: 48px; padding-right: 4px; }
  /* A page loaded on mobile keeps its search in the native fullscreen window. */
  html.ch-header-redesign #header .navigation-wrapper:not(:has(> .search)) .navigation-buttons > a[data-target=search] { display: inline-block; }
  html.ch-header-redesign #header .navigation-buttons > a[data-target=cart] i { top: 0; background: #eeba2b; color: #003140; }
  html.ch-header-redesign #header .navigation-wrapper > #navigation {
    order: 1; flex: 1 1 calc(100% - 72px); width: calc(100% - 72px); height: 48px;
  }
  html.ch-header-redesign #header .navigation-wrapper > .menu-helper { order: 2; width: 72px; height: 48px; }
  html.ch-header-redesign #header .navigation-in { font-size: 12px; line-height: 18px; }
  html.ch-header-redesign #header .navigation-in > ul > li > a { padding: 15px 8px; white-space: nowrap; }
  html.ch-header-redesign #header .navigation-in > ul > li > a > b { font-weight: 700; }
  html.ch-header-redesign #header .navigation-in .submenu-arrow { font-size: 9px; }
  html.ch-header-redesign #header .navigation-in ul.menu-level-2 {
    top: 100%; border-radius: 0 0 14px 14px; box-shadow: 0 12px 24px #00314014;
  }
  html.ch-header-redesign #header .menu-helper > span { font-size: 12px; }
  html.ch-header-redesign #header .menu-helper > ul { top: 100%; border-radius: 14px; box-shadow: 0 12px 24px #00314014; }
  html.ch-header-redesign #header .menu-helper > ul > li.exp > a,
  html.ch-header-redesign #header .menu-helper > ul > li.exp > ul > li { background: #f2f7f8; }
}

@media (max-width: 991px) {
  html.ch-header-redesign #header {
    padding-top: 28px;
    background: linear-gradient(to bottom, #003140 0, #003140 28px, #fff 28px, #fff 100%);
  }
  html.ch-header-redesign .ch-header-usp { height: 28px; }
  html.ch-header-redesign .ch-header-usp ul { min-height: 28px; justify-content: center; padding: 0 12px; }
  html.ch-header-redesign .ch-header-usp li { display: none; }
  html.ch-header-redesign .ch-header-usp li:nth-child(2) { display: flex; }
  html.ch-header-redesign #header > .container.navigation-wrapper { width: 100%; max-width: 100%; min-height: 64px; padding: 0 12px; }
  html.ch-header-redesign #header .site-name { flex: 0 1 156px; width: 156px; padding: 0; margin: 0; }
  html.ch-header-redesign #header .site-name img { max-height: 44px; }
  html.ch-header-redesign #header .navigation-buttons { height: 64px; right: 8px; top: 0; }
  html.ch-header-redesign #header .navigation-buttons > a { width: 44px; height: 44px; line-height: 44px; border-radius: 10px; }
  html.ch-header-redesign #header .navigation-buttons > a[data-target=cart] i { top: 0; background: #eeba2b; color: #003140; }
  html.ch-header-redesign .overall-wrapper { padding-top: 93px; }
  html.ch-header-redesign #header .navigation-close { color: #003140; }
  html.ch-header-redesign #header .navigation-in > ul > li > a { min-height: 48px; }
  /* Handles resizing an already-loaded desktop: JG Media moved this very form. */
  html.ch-header-redesign #header .navigation-wrapper > .search { display: none; }
  html.ch-header-redesign .search-window-visible #header .navigation-wrapper > .search {
    display: block; position: absolute; top: 64px; left: 0; width: 100%; margin: 0;
    padding: 12px; background: #fff; z-index: 2;
  }
}

html.ch-redesign-preview .ch-category-card__cta {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 9px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--ch-brand-primary, #003140);
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  transition: background-color .2s ease, color .2s ease;
}
html.ch-redesign-preview .ch-category-card:hover .ch-category-card__cta {
  background: var(--ch-brand-accent, #007599);
  color: #fff;
}
@media (max-width: 767px) {
  html.ch-redesign-preview .ch-category-card__cta {
    min-height: 32px;
    margin-top: 10px;
    padding: 8px 13px;
    font-size: 11px;
  }
}

/* Editorial feature banners 1.40.8: compact copy and a short reading gradient
   keep the picture as the main visual of each promo card. */
html.ch-redesign-preview[data-ch-feature-ready] #content .banner-wrapper[data-ch-feature-original] {
  display: none !important;
}
html.ch-redesign-preview .homepage-feature-row { display: block; }
html.ch-redesign-preview .ch-feature-banners {
  width: calc(100% - 40px);
  max-width: 1600px;
  margin: 28px auto 44px;
}
html.ch-redesign-preview .ch-feature-banners__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
html.ch-redesign-preview .ch-feature-banner {
  position: relative;
  display: block;
  min-height: 340px;
  overflow: hidden;
  border-radius: 22px;
  background: #f7f4ee;
  color: #003140;
  text-decoration: none;
  isolation: isolate;
}
html.ch-redesign-preview .ch-feature-banner > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}
html.ch-redesign-preview .ch-feature-banner::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: '';
  background: linear-gradient(90deg, rgba(247, 244, 238, .84) 0%, rgba(247, 244, 238, .58) 18%, rgba(247, 244, 238, .25) 36%, rgba(247, 244, 238, .06) 52%, rgba(247, 244, 238, 0) 64%);
  pointer-events: none;
}
html.ch-redesign-preview .ch-feature-banner:hover > img { transform: scale(1.035); }
html.ch-redesign-preview .ch-feature-banner__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 340px;
  width: min(100%, 56%);
  padding: clamp(26px, 3.4vw, 46px) clamp(24px, 3.2vw, 40px);
}
html.ch-redesign-preview .ch-feature-banner__title {
  max-width: 100%;
  font-family: Poppins, sans-serif;
  font-size: clamp(22px, 1.85vw, 30px);
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 700;
}
html.ch-redesign-preview .ch-feature-banner__text {
  max-width: 29ch;
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #435a60;
}
html.ch-redesign-preview .ch-feature-banner__cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 10px 16px;
  border: 1px solid #00314030;
  border-radius: 12px;
  background: #fff;
  color: #003140;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
  transition: background-color .2s ease, color .2s ease;
}
html.ch-redesign-preview .ch-feature-banner:hover .ch-feature-banner__cta {
  border-color: #003140;
  background: #003140;
  color: #fff;
}
html.ch-redesign-preview .ch-feature-banner:focus-visible {
  outline: 3px solid #007599;
  outline-offset: 4px;
}
@media (max-width: 991px) {
  html.ch-redesign-preview .ch-feature-banners {
    width: calc(100% - 24px);
    margin-top: 22px;
    margin-bottom: 30px;
  }
  html.ch-redesign-preview .ch-feature-banners__items { gap: 12px; }
  html.ch-redesign-preview .ch-feature-banner { min-height: 290px; border-radius: 18px; }
  html.ch-redesign-preview .ch-feature-banner__copy { min-height: 290px; width: 62%; padding: 22px 20px; }
  html.ch-redesign-preview .ch-feature-banner__title { font-size: 23px; }
  html.ch-redesign-preview .ch-feature-banner__text { margin-top: 9px; font-size: 12px; }
  html.ch-redesign-preview .ch-feature-banner__cta { min-height: 36px; margin-top: 16px; padding: 8px 13px; font-size: 11px; }
}
@media (max-width: 767px) {
  html.ch-redesign-preview .ch-feature-banners__items { grid-template-columns: 1fr; }
  html.ch-redesign-preview .ch-feature-banner { min-height: 360px; border-radius: 16px; }
  html.ch-redesign-preview .ch-feature-banner > img { object-position: center; }
  html.ch-redesign-preview .ch-feature-banner::before {
    background: linear-gradient(90deg, rgba(247, 244, 238, .88) 0%, rgba(247, 244, 238, .62) 25%, rgba(247, 244, 238, .25) 46%, rgba(247, 244, 238, .05) 65%, rgba(247, 244, 238, 0) 78%);
  }
  html.ch-redesign-preview .ch-feature-banner__copy { min-height: 360px; width: 66%; padding: 26px 22px; }
  html.ch-redesign-preview .ch-feature-banner__title { font-size: 25px; }
  html.ch-redesign-preview .ch-feature-banner__text { font-size: 13px; }
}
/* HOMEPAGE HERO 1.43.0 — the server-rendered Shoptet banner is the final hero.
   These rules apply before and after Splide wraps the native slides, so no
   second image or replacement DOM is needed after DOMContentLoaded. */
html.ch-redesign-preview #content .wide-carousel {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 48px);
  max-width: 1278px;
  height: 390px;
  min-height: 390px;
  max-height: 390px;
  margin: 18px auto 20px;
  overflow: hidden;
  border-radius: 16px;
  background: #f6f1e8;
  color: var(--ch-brand-primary, #003140);
}
html.ch-redesign-preview #content .wide-carousel > #carousel,
html.ch-redesign-preview #content .wide-carousel .carousel-inner,
html.ch-redesign-preview #content .wide-carousel .splide__track,
html.ch-redesign-preview #content .wide-carousel .carousel-inner .item,
html.ch-redesign-preview #content .wide-carousel .carousel-inner .item > span,
html.ch-redesign-preview #content .wide-carousel .ch-hero-admin-source {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  overflow: hidden;
}
/* Splide owns the horizontal list width and transform. Keeping its native
   width/overflow is required because the visible slide can follow loop clones. */
html.ch-redesign-preview #content .wide-carousel .splide__list {
  height: 100%;
  min-height: 0;
  max-height: none;
}
html.ch-redesign-preview #content .wide-carousel > #carousel,
html.ch-redesign-preview #content .wide-carousel .carousel-inner,
html.ch-redesign-preview #content .wide-carousel .splide__track,
html.ch-redesign-preview #content .wide-carousel .carousel-inner .item,
html.ch-redesign-preview #content .wide-carousel .ch-hero-admin-source {
  position: relative;
}
html.ch-redesign-preview #content .wide-carousel .carousel-inner .item > span,
html.ch-redesign-preview #content .wide-carousel .ch-hero-admin-source {
  display: block;
}
html.ch-redesign-preview #content .wide-carousel .ch-hero-admin-source > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: 72% 100%;
}
html.ch-redesign-preview #content .wide-carousel .extended-banner-texts {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  display: grid;
  box-sizing: border-box;
  width: 48%;
  max-width: 620px;
  height: 100%;
  grid-template-columns: repeat(2, minmax(0, 190px));
  grid-template-rows: auto auto auto;
  column-gap: 10px;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  padding: 36px 42px;
  background: linear-gradient(90deg, rgba(246,241,232,.99) 0%, rgba(246,241,232,.96) 42%, rgba(246,241,232,.68) 69%, rgba(246,241,232,0) 100%);
}
html.ch-redesign-preview #content .wide-carousel .extended-banner-title {
  position: static;
  inset: auto;
  grid-column: 1 / -1;
  box-sizing: border-box;
  width: 100%;
  max-width: 430px;
  min-width: 0;
  height: auto;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  overflow: visible;
  clip: auto;
  white-space: normal;
  overflow-wrap: anywhere;
  transform: none;
  font-family: Poppins, sans-serif;
  font-size: clamp(36px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.045em;
  color: var(--ch-brand-primary, #003140);
  background: transparent;
}
html.ch-redesign-preview #content .wide-carousel .extended-banner-text {
  position: static;
  inset: auto;
  grid-column: 1 / -1;
  box-sizing: border-box;
  width: 100%;
  max-width: 350px;
  min-width: 0;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  overflow-wrap: anywhere;
  transform: none;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.42;
  color: var(--ch-brand-primary, #003140);
  background: transparent;
}
html.ch-redesign-preview #content .wide-carousel .extended-banner-link,
html.ch-redesign-preview #content .wide-carousel .extended-banner-link:visited {
  position: static;
  inset: auto;
  display: inline-flex;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid var(--ch-brand-accent, #007599);
  border-radius: 999px;
  background: #fff;
  color: var(--ch-brand-primary, #003140);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: anywhere;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  transform: none;
  margin: 0;
}
html.ch-redesign-preview #content .wide-carousel .extended-banner-link::after {
  content: '\2192';
  margin-left: 7px;
  font-size: 15px;
  line-height: 1;
}
html.ch-redesign-preview #content .wide-carousel .extended-banner-link:first-of-type,
html.ch-redesign-preview #content .wide-carousel .extended-banner-link:first-of-type:visited {
  border-color: var(--ch-brand-primary, #003140);
  background: var(--ch-brand-primary, #003140);
  color: #fff;
}
html.ch-redesign-preview #content .wide-carousel .extended-banner-link:hover {
  border-color: var(--ch-brand-accent, #007599);
  background: var(--ch-brand-accent, #007599);
  color: #fff;
}
html.ch-redesign-preview #content .wide-carousel .extended-banner-link:focus-visible {
  outline: 3px solid var(--ch-brand-accent, #007599);
  outline-offset: 4px;
}
html.ch-redesign-preview #content .wide-carousel .carousel-control,
html.ch-redesign-preview #content .wide-carousel .splide__arrows,
html.ch-redesign-preview #content .wide-carousel .splide__pagination {
  display: none;
}
@media (min-width: 992px) {
  html.ch-redesign-preview #content .wide-carousel {
    width: calc(100% - 40px);
    max-width: 1600px;
  }
}
@media (max-width: 767px) {
  html.ch-redesign-preview #content .wide-carousel {
    width: calc(100% - 24px);
    height: 470px;
    min-height: 470px;
    max-height: 470px;
    margin: 12px auto 20px;
  }
  html.ch-redesign-preview #content .wide-carousel .ch-hero-admin-source > img { object-position: 68% 76%; }
  html.ch-redesign-preview #content .wide-carousel .extended-banner-texts {
    inset: 0 0 auto 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 8px;
    width: 100%;
    max-width: none;
    min-height: 62%;
    height: auto;
    align-content: flex-start;
    justify-content: flex-start;
    padding: 26px 22px 30px;
    background: linear-gradient(180deg, rgba(246,241,232,.99) 0%, rgba(246,241,232,.96) 48%, rgba(246,241,232,.68) 72%, rgba(246,241,232,0) 100%);
  }
  html.ch-redesign-preview #content .wide-carousel .extended-banner-title {
    width: 100%;
    max-width: 330px;
    margin-bottom: 12px;
    font-size: clamp(26px, 7.7vw, 32px);
    line-height: 1.05;
  }
  html.ch-redesign-preview #content .wide-carousel .extended-banner-text {
    width: 100%;
    max-width: 330px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.42;
  }
  html.ch-redesign-preview #content .wide-carousel .extended-banner-link {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    flex: 1 1 0;
    padding: 8px 10px;
    font-size: 11px;
    text-align: center;
    margin: 0;
  }
  html.ch-redesign-preview #content .wide-carousel .extended-banner-link::after { margin-left: 4px; }
}
/* Popular products 1.20.0: Barico-inspired carousel controls and product cards. */
@media (min-width: 992px) {
  html.ch-redesign-preview #tab-content #homepageProducts61 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    box-sizing: border-box;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 {
    padding-bottom: 26px;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .p-desc,
  html.ch-redesign-preview #homepageProducts61 #products-61 .widget-parameter-wrapper,
  html.ch-redesign-preview #homepageProducts61 #products-61 .widget-parameter-list,
  html.ch-redesign-preview #homepageProducts61 #products-61 .widget-parameter-more {
    display: none !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .product .image {
    min-height: 238px !important;
    height: 238px !important;
    border-radius: 0;
    background: #fff;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .product .image img {
    max-height: 232px !important;
    width: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
  }

  /* Replace the bottom-right pills with light side arrows and a slim progress bar. */
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrows {
    position: absolute !important;
    inset: 0 !important;
    z-index: 6;
    display: block !important;
    pointer-events: none;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow,
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow--prev,
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow--next {
    position: absolute !important;
    top: 50% !important;
    bottom: auto !important;
    width: 38px !important;
    height: 56px !important;
    min-width: 38px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #d2d2d2 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform: translateY(-50%) !important;
    pointer-events: auto;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow--prev {
    left: -4px !important;
    right: auto !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow--next {
    right: -4px !important;
    left: auto !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow:hover {
    color: var(--ch-brand-accent, #007599) !important;
    background: transparent !important;
    transform: translateY(-50%) !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow:disabled {
    background: transparent !important;
    color: #d9d9d9 !important;
    opacity: 1 !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow svg {
    width: 30px !important;
    height: 42px !important;
    fill: currentColor !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61::before,
  html.ch-redesign-preview #homepageProducts61 #products-61::after {
    content: "" !important;
    position: absolute;
    z-index: 7;
    bottom: 7px;
    height: 4px;
    border-radius: 999px;
    pointer-events: none;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61::before {
    left: 50%;
    width: 360px;
    transform: translateX(-50%);
    background: repeating-linear-gradient(90deg, #d5d5d5 0 34px, transparent 34px 46px);
  }

  html.ch-redesign-preview #homepageProducts61 #products-61::after {
    left: calc(50% - 180px);
    width: 34px;
    background: var(--ch-brand-accent, #007599);
  }
}

@media (max-width: 991px) {
  html.ch-redesign-preview #homepageProducts61 #products-61 .p-desc,
  html.ch-redesign-preview #homepageProducts61 #products-61 .widget-parameter-wrapper {
    display: none !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .product .image {
    min-height: 180px !important;
    height: 180px !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .product .image img {
    max-height: 176px !important;
  }
}

/* Typography follows the existing Shoptet setup: Poppins throughout. */
html.ch-redesign-preview,
html.ch-redesign-preview body,
html.ch-redesign-preview h1,
html.ch-redesign-preview h2,
html.ch-redesign-preview h3,
html.ch-redesign-preview h4,
html.ch-redesign-preview h5,
html.ch-redesign-preview h6,
html.ch-redesign-preview p,
html.ch-redesign-preview a,
html.ch-redesign-preview button,
html.ch-redesign-preview input,
html.ch-redesign-preview textarea,
html.ch-redesign-preview select,
html.ch-redesign-preview label {
  font-family: Poppins, sans-serif !important;
}



/* Main navigation readability: match the larger desktop menu scale. */
@media (min-width: 992px) {
  html.ch-header-redesign #header .navigation-in,
  html.ch-header-redesign #header .navigation-in > ul > li > a,
  html.ch-header-redesign #header .navigation-in > ul > li > a > b,
  html.ch-header-redesign #header .navigation-in > ul > li > a > span {
    font-size: 14px !important;
    line-height: 20px;
  }
  html.ch-header-redesign #header .navigation-in > ul > li > a {
    padding-left: 9px;
    padding-right: 9px;
  }
  html.ch-header-redesign #header .navigation-in .submenu-arrow {
    font-size: 10px !important;
  }
}

/* Keep secondary content in the existing Více menu and enlarge the primary categories.
   Rádce remains a primary link; Blog and Atlas stay in Více. */
@media (min-width: 992px) {
  html.ch-header-redesign #header #navigation > .navigation-in > ul.menu-level-1 > li.menu-item-742,
  html.ch-header-redesign #header #navigation > .navigation-in > ul.menu-level-1 > li.menu-item-1276 {
    display: none !important;
  }
  html.ch-header-redesign #header .navigation-in,
  html.ch-header-redesign #header .navigation-in > ul > li > a,
  html.ch-header-redesign #header .navigation-in > ul > li > a > b,
  html.ch-header-redesign #header .navigation-in > ul > li > a > span {
    font-size: 16px !important;
    line-height: 22px;
  }
  html.ch-header-redesign #header .navigation-in > ul > li > a {
    padding-left: 9px;
    padding-right: 9px;
  }
  html.ch-header-redesign #header .navigation-in .submenu-arrow {
    font-size: 11px !important;
  }
  html.ch-header-redesign #header .menu-helper > span {
    font-size: 14px !important;
  }
  html.ch-header-redesign #header .menu-helper > ul a {
    font-size: 14px;
  }
}

/* Four primary category cards below HERO. */
html.ch-redesign-preview[data-ch-category-ready] #content .next-to-carousel-banners {
  display: none !important;
}
html.ch-redesign-preview .ch-category-grid {
  width: calc(100% - 48px);
  max-width: 1278px;
  margin: 0 auto 28px;
}
html.ch-redesign-preview .ch-category-grid__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
html.ch-redesign-preview .ch-category-card {
  position: relative;
  display: flex;
  min-height: 238px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--ch-brand-primary, #003140);
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}
html.ch-redesign-preview .ch-category-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: '';
  background: linear-gradient(180deg, rgba(0,49,64,0) 38%, rgba(0,49,64,.12) 58%, rgba(0,49,64,.82) 100%);
}
html.ch-redesign-preview .ch-category-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: none;
}
html.ch-redesign-preview .ch-category-card__copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px 20px 18px;
}
html.ch-redesign-preview .ch-category-card__copy strong {
  max-width: 92%;
  font-size: 21px;
  line-height: 1.12;
  font-weight: 700;
}
html.ch-redesign-preview .ch-category-card__text {
  max-width: 88%;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.4;
}
html.ch-redesign-preview .ch-category-card__arrow {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  border-radius: 50%;
  background: #fff;
  color: var(--ch-brand-primary, #003140);
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 767px) {
  html.ch-redesign-preview .ch-category-grid {
    width: calc(100% - 24px);
    margin-bottom: 20px;
  }
  html.ch-redesign-preview .ch-category-grid__items { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  html.ch-redesign-preview .ch-category-card { min-height: 210px; border-radius: 14px; }
  html.ch-redesign-preview .ch-category-card__copy { padding: 18px 14px 14px; }
  html.ch-redesign-preview .ch-category-card__copy strong { font-size: 17px; }
  html.ch-redesign-preview .ch-category-card__text { font-size: 11px; }
  html.ch-redesign-preview .ch-category-card__arrow { width: 26px; height: 26px; margin-top: 10px; font-size: 16px; }
}

/* Category-card proportions: taller editorial cards, matching the supplied reference. */
html.ch-redesign-preview .ch-category-card {
  min-height: 0;
  aspect-ratio: 4 / 5;
}
@media (max-width: 767px) {
  html.ch-redesign-preview .ch-category-card { min-height: 0; aspect-ratio: 4 / 5; }
}

/* Popular products: keep the native Shoptet block and only change its presentation. */
html.ch-redesign-preview #content #products-61,
html.ch-redesign-preview #content .products-block {
  width: calc(100% - 40px);
  max-width: 1600px;
  margin: 18px auto 36px;
  color: var(--ch-brand-primary, #003140);
}
html.ch-redesign-preview #content #products-61 .products-block-title,
html.ch-redesign-preview #content .products-block .products-block-title,
html.ch-redesign-preview #content .products-block > h2 {
  margin: 0 0 16px;
  color: var(--ch-brand-primary, #003140);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
  letter-spacing: -.025em;
  font-weight: 700;
}
html.ch-redesign-preview #content #products-61 .products-block-products,
html.ch-redesign-preview #content .products-block .products-block-products {
  gap: 12px;
  width: 100%;
  max-width: none;
}
html.ch-redesign-preview #content #products-61 .products-block-body,
html.ch-redesign-preview #content .products-block .products-block-body {
  width: 100%;
  max-width: none;
}
html.ch-redesign-preview #content #products-61 .product-slider-holder,
html.ch-redesign-preview #content #products-61 .product-slider,
html.ch-redesign-preview #content .products-block .product-slider-holder,
html.ch-redesign-preview #content .products-block .product-slider {
  width: 100%;
  max-width: none;
}
@media (min-width: 1200px) {
  html.ch-redesign-preview #content #products-61 .products-block-products > .product,
  html.ch-redesign-preview #content .products-block .products-block-products > .product {
    flex: 0 0 calc((100% - 60px) / 6) !important;
    width: calc((100% - 60px) / 6) !important;
    max-width: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  html.ch-redesign-preview #content #products-61 .products-block-products > .product,
  html.ch-redesign-preview #content .products-block .products-block-products > .product {
    flex: 0 0 calc((100% - 36px) / 4) !important;
    width: calc((100% - 36px) / 4) !important;
    max-width: none !important;
  }
}
html.ch-redesign-preview #content #products-61 .product,
html.ch-redesign-preview #content .products-block .product {
  border: 1px solid #edf0ee;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 4px 14px #0031400d;
  overflow: hidden;
}
html.ch-redesign-preview #content #products-61 .product .p,
html.ch-redesign-preview #content .products-block .product .p {
  height: 100%;
  padding: 10px 10px 13px;
}
html.ch-redesign-preview #content #products-61 .product .p-image,
html.ch-redesign-preview #content #products-61 .product .image,
html.ch-redesign-preview #content .products-block .product .p-image,
html.ch-redesign-preview #content .products-block .product .image {
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #f7f7f4;
  overflow: hidden;
}
html.ch-redesign-preview #content #products-61 .product .p-image img,
html.ch-redesign-preview #content #products-61 .product .image img,
html.ch-redesign-preview #content .products-block .product .p-image img,
html.ch-redesign-preview #content .products-block .product .image img {
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
html.ch-redesign-preview #content #products-61 .product .name,
html.ch-redesign-preview #content #products-61 .product .p-name,
html.ch-redesign-preview #content .products-block .product .name,
html.ch-redesign-preview #content .products-block .product .p-name {
  display: -webkit-box;
  min-height: 2.5em;
  margin: 10px 2px 4px;
  overflow: hidden;
  color: var(--ch-brand-primary, #003140);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
html.ch-redesign-preview #content #products-61 .product .price-final,
html.ch-redesign-preview #content #products-61 .product .price,
html.ch-redesign-preview #content .products-block .product .price-final,
html.ch-redesign-preview #content .products-block .product .price {
  margin: 0 2px;
  color: var(--ch-brand-primary, #003140);
  font-size: 12px;
  line-height: 1.2;
}
html.ch-redesign-preview #content #products-61 .product .stars,
html.ch-redesign-preview #content #products-61 .product .rating,
html.ch-redesign-preview #content .products-block .product .stars,
html.ch-redesign-preview #content .products-block .product .rating {
  margin: 6px 2px 0;
  color: #d99f18;
  font-size: 11px;
}
html.ch-redesign-preview #content #products-61 .p-tools,
html.ch-redesign-preview #content .products-block .p-tools { z-index: 2; }
html.ch-redesign-preview #content #products-61 .p-tools .btn-favorite,
html.ch-redesign-preview #content #products-61 .p-tools .favorite,
html.ch-redesign-preview #content .products-block .p-tools .btn-favorite,
html.ch-redesign-preview #content .products-block .p-tools .favorite {
  color: var(--ch-brand-primary, #003140);
}
html.ch-redesign-preview #content #products-61 .slick-prev,
html.ch-redesign-preview #content #products-61 .slick-next,
html.ch-redesign-preview #content #products-61 .swiper-button-prev,
html.ch-redesign-preview #content #products-61 .swiper-button-next,
html.ch-redesign-preview #content .products-block .slick-prev,
html.ch-redesign-preview #content .products-block .slick-next,
html.ch-redesign-preview #content .products-block .swiper-button-prev,
html.ch-redesign-preview #content .products-block .swiper-button-next {
  width: 44px;
  height: 44px;
  border: 1px solid var(--ch-brand-accent, #007599);
  border-radius: 50%;
  background: #fff;
  color: var(--ch-brand-primary, #003140);
  box-shadow: 0 4px 12px #0031401f;
  opacity: 1;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
html.ch-redesign-preview #content #products-61 .slick-prev:hover,
html.ch-redesign-preview #content #products-61 .slick-next:hover,
html.ch-redesign-preview #content #products-61 .swiper-button-prev:hover,
html.ch-redesign-preview #content #products-61 .swiper-button-next:hover,
html.ch-redesign-preview #content .products-block .slick-prev:hover,
html.ch-redesign-preview #content .products-block .slick-next:hover,
html.ch-redesign-preview #content .products-block .swiper-button-prev:hover,
html.ch-redesign-preview #content .products-block .swiper-button-next:hover {
  background: var(--ch-brand-primary, #003140);
  color: #fff;
  transform: scale(1.04);
}
html.ch-redesign-preview #content #products-61 .slick-prev::before,
html.ch-redesign-preview #content #products-61 .slick-next::before,
html.ch-redesign-preview #content .products-block .slick-prev::before,
html.ch-redesign-preview #content .products-block .slick-next::before {
  color: currentColor;
  font-size: 22px;
  opacity: 1;
}
html.ch-redesign-preview #content #products-61 .swiper-button-prev::after,
html.ch-redesign-preview #content #products-61 .swiper-button-next::after,
html.ch-redesign-preview #content .products-block .swiper-button-prev::after,
html.ch-redesign-preview #content .products-block .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
}
html.ch-redesign-preview #content #products-61 .product-slider-navigation,
html.ch-redesign-preview #content .products-block .product-slider-navigation {
  width: 46px;
  height: 46px;
  border: 1px solid var(--ch-brand-accent, #007599);
  border-radius: 50%;
  background: #fff;
  color: var(--ch-brand-primary, #003140);
  box-shadow: 0 4px 12px #0031401f;
  opacity: 1;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
html.ch-redesign-preview #content #products-61 .product-slider-navigation:hover,
html.ch-redesign-preview #content .products-block .product-slider-navigation:hover {
  background: var(--ch-brand-primary, #003140);
  color: #fff;
  transform: scale(1.04);
}
html.ch-redesign-preview #content #products-61 .product-slider-navigation::before,
html.ch-redesign-preview #content #products-61 .product-slider-navigation::after,
html.ch-redesign-preview #content .products-block .product-slider-navigation::before,
html.ch-redesign-preview #content .products-block .product-slider-navigation::after {
  color: currentColor;
}
@media (min-width: 1200px) {
  html.ch-redesign-preview #content #products-61 .products-block > div.product,
  html.ch-redesign-preview #content .products-block > div.product {
    flex: 0 0 calc((100% - 60px) / 6) !important;
    width: calc((100% - 60px) / 6) !important;
    max-width: none !important;
  }
}
@media (max-width: 767px) {
  html.ch-redesign-preview #content #products-61,
  html.ch-redesign-preview #content .products-block { width: calc(100% - 24px); margin-bottom: 24px; }
  html.ch-redesign-preview #content #products-61 .product .p-image,
  html.ch-redesign-preview #content #products-61 .product .image,
  html.ch-redesign-preview #content .products-block .product .p-image,
  html.ch-redesign-preview #content .products-block .product .image { min-height: 130px; }
}


/* Wider desktop canvas: align the hero and category block with the broader reference layout. */
@media (min-width: 992px) {
  html.ch-redesign-preview #content,
  html.ch-redesign-preview .content-wrapper {
    width: 100%;
    max-width: none !important;
  }
  html.ch-header-redesign .ch-header-usp ul,
  html.ch-header-redesign #header > .container.navigation-wrapper,
  html.ch-redesign-preview #content > .container,
  html.ch-redesign-preview .content-wrapper > .container,
  html.ch-redesign-preview .ch-category-grid {
    max-width: 1600px;
  }
  html.ch-redesign-preview #content > .container,
  html.ch-redesign-preview .content-wrapper > .container { width: calc(100% - 40px); margin-left: auto; margin-right: auto; }
  html.ch-redesign-preview .ch-category-grid {
    width: calc(100% - 40px);
  }
}

/* Popular products 1.18.0: the Step template keeps the native cards as
   direct children of #products-61 and adds the navigation button there.
   These selectors deliberately leave the Shoptet markup and behaviour intact. */
@media (min-width: 992px) {
  html.ch-redesign-preview #homepageProducts61 {
    width: min(1600px, calc(100vw - 40px));
    max-width: none;
    margin: 28px auto 44px;
  }

  html.ch-redesign-preview #homepageProducts61 .homepage-group-title {
    display: block !important;
    visibility: visible !important;
    margin: 0 0 20px;
    color: var(--ch-brand-primary, #003140);
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.15;
    font-weight: 700;
    text-align: center;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61,
  html.ch-redesign-preview #homepageProducts61 #products-61-track {
    width: 100%;
    max-width: none;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 {
    display: flex;
    gap: 16px;
    align-items: stretch;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 > .product,
  html.ch-redesign-preview #homepageProducts61 #products-61-track > .product,
  html.ch-redesign-preview #homepageProducts61 #products-61-track > [id^="products-61-slide"] {
    flex: 0 0 calc((100% - 48px) / 4) !important;
    width: calc((100% - 48px) / 4) !important;
    max-width: none !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 > button,
  html.ch-redesign-preview #homepageProducts61 .product-slider-navigation,
  html.ch-redesign-preview #homepageProducts61 .navigation-prev,
  html.ch-redesign-preview #homepageProducts61 .navigation-next {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    border: 1px solid var(--ch-brand-accent, #007599) !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: var(--ch-brand-primary, #003140) !important;
    box-shadow: 0 4px 12px #0031401f !important;
    opacity: 1 !important;
    transition: background .2s ease, color .2s ease, transform .2s ease;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 > button:hover,
  html.ch-redesign-preview #homepageProducts61 .product-slider-navigation:hover,
  html.ch-redesign-preview #homepageProducts61 .navigation-prev:hover,
  html.ch-redesign-preview #homepageProducts61 .navigation-next:hover {
    background: var(--ch-brand-primary, #003140) !important;
    color: #fff !important;
    transform: scale(1.04);
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 > button::before,
  html.ch-redesign-preview #homepageProducts61 #products-61 > button::after,
  html.ch-redesign-preview #homepageProducts61 .product-slider-navigation::before,
  html.ch-redesign-preview #homepageProducts61 .product-slider-navigation::after {
    color: currentColor !important;
  }
}

@media (max-width: 991px) {
  html.ch-redesign-preview,
  html.ch-redesign-preview body {
    overflow-x: hidden !important;
  }

  html.ch-redesign-preview #homepageProducts61 {
    width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
  }
}

/* Splide is the carousel engine used by the current Step template. */
@media (min-width: 992px) {
  html.ch-redesign-preview #homepageProducts61 {
    width: calc(100% - 40px) !important;
    max-width: 1600px !important;
    margin: 28px auto 44px !important;
    position: relative;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 {
    display: flex !important;
    gap: 0 !important;
    align-items: stretch;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__track,
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__list {
    width: 100% !important;
    max-width: none !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__list {
    display: flex;
    gap: 0;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__list > .product,
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__slide {
    flex: 0 0 calc((100% - 48px) / 4) !important;
    width: calc((100% - 48px) / 4) !important;
    max-width: none !important;
    margin-right: 16px !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__slide:last-child {
    margin-right: 0 !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow,
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow--prev,
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow--next {
    z-index: 5;
    width: 48px !important;
    height: 48px !important;
    border: 1px solid var(--ch-brand-accent, #007599) !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: var(--ch-brand-primary, #003140) !important;
    box-shadow: 0 4px 12px #0031401f !important;
    opacity: 1 !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow--prev {
    left: 8px !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow--next {
    right: 8px !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow:hover {
    background: var(--ch-brand-primary, #003140) !important;
    color: #fff !important;
    transform: translateY(-50%) scale(1.04);
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow svg {
    fill: currentColor !important;
    width: 18px;
    height: 18px;
  }
}

/* Popular products 1.19.0: compact bottom-right carousel controls. */
@media (min-width: 768px) {
  html.ch-redesign-preview #homepageProducts61 #products-61 {
    overflow: visible;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrows {
    position: absolute !important;
    right: 14px !important;
    bottom: 14px !important;
    top: auto !important;
    left: auto !important;
    z-index: 6;
    display: flex !important;
    width: auto !important;
    gap: 8px;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow,
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow--prev,
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow--next {
    position: static !important;
    display: flex !important;
    width: 42px !important;
    height: 32px !important;
    min-width: 42px !important;
    padding: 0 !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: var(--ch-brand-primary, #003140) !important;
    color: #fff !important;
    box-shadow: 0 3px 10px #00314026 !important;
    opacity: 1 !important;
    transform: none !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow:hover {
    background: var(--ch-brand-accent, #007599) !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow:disabled {
    background: var(--ch-brand-muted, #E2E2E2) !important;
    color: var(--ch-brand-primary, #003140) !important;
    opacity: .7 !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow svg {
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    fill: currentColor !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow::before,
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow::after {
    content: none !important;
    display: none !important;
  }
}

@media (max-width: 767px) {
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrows {
    position: absolute !important;
    right: 10px !important;
    bottom: 10px !important;
    top: auto !important;
    left: auto !important;
    display: flex !important;
    gap: 6px;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow {
    position: static !important;
    display: flex !important;
    width: 36px !important;
    height: 28px !important;
    min-width: 36px !important;
    padding: 0 !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: var(--ch-brand-primary, #003140) !important;
    color: #fff !important;
    transform: none !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow::before,
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow::after {
    content: none !important;
    display: none !important;
  }
}

/* Final control override: side chevrons plus the Barico-style bottom rail (applied last). */
@media (min-width: 768px) {
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrows { position: absolute !important; inset: 0 !important; display: block !important; pointer-events: none; }
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow,
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow--prev,
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow--next {
    position: absolute !important; top: 50% !important; bottom: auto !important;
    width: 38px !important; height: 56px !important; min-width: 38px !important;
    padding: 0 !important; border: 0 !important; border-radius: 0 !important;
    background: transparent !important; color: #d2d2d2 !important;
    box-shadow: none !important; opacity: 1 !important;
    transform: translateY(-50%) !important; pointer-events: auto;
  }
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow--prev { left: -4px !important; right: auto !important; }
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow--next { right: -4px !important; left: auto !important; }
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow:hover { color: var(--ch-brand-accent, #007599) !important; background: transparent !important; transform: translateY(-50%) !important; }
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow:disabled { background: transparent !important; color: #d9d9d9 !important; opacity: 1 !important; }
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow svg { width: 30px !important; height: 42px !important; fill: currentColor !important; }
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow::before,
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow::after { content: none !important; display: none !important; }
  html.ch-redesign-preview #homepageProducts61 #products-61::before,
  html.ch-redesign-preview #homepageProducts61 #products-61::after {
    content: "" !important; position: absolute; z-index: 7; bottom: 7px;
    height: 4px; border-radius: 999px; pointer-events: none;
  }
  html.ch-redesign-preview #homepageProducts61 #products-61::before {
    left: 50%; width: 360px; transform: translateX(-50%);
    background: repeating-linear-gradient(90deg, #d5d5d5 0 34px, transparent 34px 46px);
  }
  html.ch-redesign-preview #homepageProducts61 #products-61::after {
    left: calc(50% - 180px); width: 34px; background: var(--ch-brand-accent, #007599);
  }
}


/* Final product carousel correction 1.24.0: the native block is moved into a
   dedicated full-width host, leaving the blog/text siblings in Shoptet's
   narrower index-content-wrapper. */
html.ch-redesign-preview .ch-products-host {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

@media (min-width: 992px) {
  html.ch-redesign-preview #homepageProducts61 {
    width: calc(100% - 40px) !important;
    max-width: 1600px !important;
    margin: 28px auto 44px !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61::before,
  html.ch-redesign-preview #homepageProducts61 #products-61::after {
    content: none !important;
    display: none !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .ch-products-progress {
    position: absolute !important;
    z-index: 8;
    left: 50%;
    bottom: 7px;
    display: flex !important;
    align-items: center;
    gap: 12px;
    width: max-content;
    height: 4px;
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
    pointer-events: none;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .ch-products-progress__segment {
    display: block;
    flex: 0 0 34px;
    width: 34px;
    height: 4px;
    border-radius: 999px;
    background: #d5d5d5;
    transition: background-color .2s ease, transform .2s ease;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .ch-products-progress__segment.is-active {
    background: var(--ch-brand-accent, #007599);
    transform: scaleX(1.02);
  }
}

@media (max-width: 991px) {
  html.ch-redesign-preview #homepageProducts61 #products-61 .ch-products-progress {
    display: none !important;
  }
}

/* Product cards keep Shoptet links and carousel behaviour, but the redundant
   card-level Detail action is hidden in this homepage block. */
html.ch-redesign-preview #homepageProducts61 #products-61 a.btn.btn-primary {
  display: none !important;
}

/* Final mobile product carousel correction 1.22.0: Barico-style side arrows and rounded rail. */
@media (max-width: 991px) {
  html.ch-redesign-preview,
  html.ch-redesign-preview body {
    overflow-x: hidden !important;
  }

  html.ch-redesign-preview .ch-products-host {
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  html.ch-redesign-preview #homepageProducts61 {
    width: calc(100% - 24px) !important;
    max-width: none !important;
    margin: 22px 12px 30px !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    position: relative !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
    padding-bottom: 24px !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__track {
    width: 100% !important;
    max-width: none !important;
    overflow: hidden !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__track::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__list {
    gap: 0 !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__list > .product,
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__slide {
    flex: 0 0 calc((100% - 12px) / 2) !important;
    width: calc((100% - 12px) / 2) !important;
    max-width: none !important;
    margin-right: 12px !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__slide:last-child {
    margin-right: 0 !important;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrows {
    position: absolute !important;
    inset: 0 !important;
    z-index: 9;
    display: block !important;
    pointer-events: none;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow,
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow--prev,
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow--next {
    position: absolute !important;
    top: 50% !important;
    bottom: auto !important;
    width: 38px !important;
    height: 56px !important;
    min-width: 38px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #d2d2d2 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform: translateY(-50%) !important;
    pointer-events: auto;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow--prev { left: -9px !important; right: auto !important; }
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow--next { right: -9px !important; left: auto !important; }
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow:hover { color: var(--ch-brand-accent, #007599) !important; background: transparent !important; transform: translateY(-50%) !important; }
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow:disabled { background: transparent !important; color: #d9d9d9 !important; opacity: 1 !important; }
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow svg { display: block !important; width: 30px !important; height: 42px !important; fill: currentColor !important; }
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow::before,
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__arrow::after { content: none !important; display: none !important; }

  html.ch-redesign-preview #homepageProducts61 #products-61 .ch-products-progress {
    position: absolute !important;
    z-index: 10;
    left: 50%;
    bottom: 7px;
    display: flex !important;
    align-items: center;
    gap: 10px;
    width: max-content;
    height: 4px;
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
    pointer-events: none;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .ch-products-progress__segment {
    display: block;
    flex: 0 0 30px;
    width: 30px;
    height: 4px;
    border-radius: 999px;
    background: #d5d5d5;
    transition: background-color .2s ease, transform .2s ease;
  }

  html.ch-redesign-preview #homepageProducts61 #products-61 .ch-products-progress__segment.is-active {
    background: var(--ch-brand-accent, #007599);
    transform: scaleX(1.04);
  }
}

/* Editorial homepage pair: one rebuilt dynamic article card beside live store
   reviews. The native Shoptet article is used only as a data source. */
html.ch-redesign-preview[data-ch-editorial-ready] #content .hodnoceni { display: none !important; }
html.ch-redesign-preview[data-ch-editorial-ready] #content .homepage-blog-wrapper { display: none !important; }
html.ch-redesign-preview .homepage-editorial-row { display: block; }
html.ch-redesign-preview .homepage-editorial-host {
  width: calc(100% - 40px);
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
html.ch-redesign-preview .homepage-editorial {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  margin: 42px 0 54px;
}
html.ch-redesign-preview .ch-home-blog-card,
html.ch-redesign-preview .homepage-editorial__reviews {
  min-width: 0;
  min-height: clamp(370px, 28vw, 450px);
  height: 100%;
}
html.ch-redesign-preview .ch-home-blog-card {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: clamp(370px, 28vw, 450px);
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 18px;
  background: var(--ch-brand-primary, #003140);
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}
html.ch-redesign-preview .ch-home-blog-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(to top, rgba(0,20,28,.76) 0%, rgba(0,20,28,.38) 34%, rgba(0,20,28,0) 66%);
  pointer-events: none;
}
html.ch-redesign-preview .ch-home-blog-card__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center 30%;
}
html.ch-redesign-preview .ch-home-blog-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 24px 26px 26px;
  color: #fff;
}
html.ch-redesign-preview .ch-home-blog-card__badge {
  position: absolute;
  z-index: 3;
  top: 22px;
  left: 24px;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 8px;
  background: var(--ch-brand-accent, #007599);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}
html.ch-redesign-preview .ch-home-blog-card__title {
  display: block;
  max-width: 92%;
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.12;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
html.ch-redesign-preview .ch-home-blog-card__excerpt {
  display: -webkit-box;
  max-width: 54ch;
  margin: 8px 0 0;
  overflow: hidden;
  color: rgba(255,255,255,.9);
  font-size: 13px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
html.ch-redesign-preview .ch-home-blog-card__cta {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin-top: 16px;
  padding: 9px 15px;
  border-radius: 999px;
  background: #fff;
  color: var(--ch-brand-primary, #003140);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}

html.ch-redesign-preview .homepage-editorial__reviews {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  padding: clamp(26px, 3vw, 42px) clamp(22px, 3vw, 46px);
  border-radius: 18px;
  background: #f2f7f8;
  color: var(--ch-brand-primary, #003140);
  text-align: center;
}
html.ch-redesign-preview .ch-editorial-reviews__title {
  margin: 0;
  color: var(--ch-brand-primary, #003140);
  font-size: clamp(23px, 2vw, 32px);
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}
html.ch-redesign-preview .ch-editorial-reviews__summary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 16px;
}
html.ch-redesign-preview .ch-editorial-reviews__score {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1;
}
html.ch-redesign-preview .ch-editorial-reviews__stars,
html.ch-redesign-preview .ch-editorial-review__stars {
  color: var(--ch-brand-accent, #007599);
  letter-spacing: .08em;
  white-space: nowrap;
}
html.ch-redesign-preview .ch-editorial-reviews__stars { font-size: 21px; }
html.ch-redesign-preview .ch-editorial-reviews__count {
  flex-basis: 100%;
  color: #466168;
  font-size: 13px;
}
html.ch-redesign-preview .ch-editorial-reviews__stage {
  position: relative;
  display: flex;
  min-height: 170px;
  flex: 1 1 auto;
  align-items: center;
  margin: 20px 0 10px;
}
html.ch-redesign-preview .ch-editorial-reviews__track {
  width: 100%;
  padding: 0 42px;
}
html.ch-redesign-preview .ch-editorial-review { display: none; }
html.ch-redesign-preview .ch-editorial-review.is-active { display: block; }
html.ch-redesign-preview .ch-editorial-review__stars { display: block; font-size: 18px; }
html.ch-redesign-preview .ch-editorial-review__text {
  display: -webkit-box;
  max-width: 44ch;
  margin: 16px auto 0;
  overflow: hidden;
  color: var(--ch-brand-primary, #003140);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
html.ch-redesign-preview .ch-editorial-review__author {
  display: block;
  margin-top: 16px;
  font-size: 14px;
}
html.ch-redesign-preview .ch-editorial-review__date {
  display: block;
  margin-top: 4px;
  color: #466168;
  font-size: 12px;
}
html.ch-redesign-preview .ch-editorial-reviews__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #9ab2b8;
  border-radius: 50%;
  background: #fff;
  color: var(--ch-brand-primary, #003140);
  font-size: 19px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
html.ch-redesign-preview .ch-editorial-reviews__arrow:hover {
  border-color: var(--ch-brand-accent, #007599);
  background: var(--ch-brand-accent, #007599);
  color: #fff;
}
html.ch-redesign-preview .ch-editorial-reviews__arrow--prev { left: 0; }
html.ch-redesign-preview .ch-editorial-reviews__arrow--next { right: 0; }
html.ch-redesign-preview .ch-editorial-reviews__pagination {
  display: flex;
  min-height: 12px;
  justify-content: center;
  gap: 8px;
  margin: 2px 0 18px;
}
html.ch-redesign-preview .ch-editorial-reviews__dot {
  width: 26px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c5d4d8;
  cursor: pointer;
}
html.ch-redesign-preview .ch-editorial-reviews__dot.is-active { background: var(--ch-brand-accent, #007599); }
html.ch-redesign-preview .ch-editorial-reviews__cta {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--ch-brand-primary, #003140);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
html.ch-redesign-preview .ch-editorial-reviews__cta:hover { background: var(--ch-brand-accent, #007599); color: #fff; }
@media (max-width: 991px) {
  html.ch-redesign-preview .homepage-editorial-host { width: calc(100% - 24px); }
  html.ch-redesign-preview .homepage-editorial { grid-template-columns: 1fr; gap: 20px; margin-top: 32px; }
  html.ch-redesign-preview .homepage-editorial__reviews { order: 1; }
  html.ch-redesign-preview .ch-home-blog-card { order: 2; }
}
@media (max-width: 767px) {
  html.ch-redesign-preview .homepage-editorial { gap: 20px; margin-bottom: 38px; }
  html.ch-redesign-preview .ch-home-blog-card,
  html.ch-redesign-preview .homepage-editorial__reviews { min-height: 0; }
  html.ch-redesign-preview .ch-home-blog-card { min-height: clamp(300px, 88vw, 390px); border-radius: 14px; }
  html.ch-redesign-preview .ch-home-blog-card__content { padding: 20px 18px; }
  html.ch-redesign-preview .ch-home-blog-card__badge { top: 16px; left: 16px; }
  html.ch-redesign-preview .ch-home-blog-card__title { font-size: 25px; }
  html.ch-redesign-preview .ch-home-blog-card__excerpt { font-size: 12px; }
  html.ch-redesign-preview .homepage-editorial__reviews { padding: 26px 18px; border-radius: 14px; }
  html.ch-redesign-preview .ch-editorial-reviews__title { font-size: 24px; }
  html.ch-redesign-preview .ch-editorial-reviews__stage { min-height: 160px; }
  html.ch-redesign-preview .ch-editorial-reviews__track { padding: 0 34px; }
  html.ch-redesign-preview .ch-editorial-review__text { margin-top: 12px; font-size: 15px; }
}





/* STOREFRONT NEWSLETTER + FOOTER 1.45.0 — shared by homepage and subpages. */
html.ch-header-redesign .ch-home-newsletter {
  width: calc(100% - 40px);
  max-width: 1278px;
  min-height: 390px;
  margin: clamp(42px, 6vw, 88px) auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  overflow: hidden;
  border-radius: 24px;
  background: var(--ch-brand-primary, #003140);
  color: #fff;
  box-shadow: 0 18px 45px rgba(0, 49, 64, .16);
}
html.ch-header-redesign .ch-home-newsletter__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 4vw, 66px);
}
html.ch-header-redesign .ch-home-newsletter__content h2 {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.06;
  letter-spacing: -.035em;
  font-weight: 700;
}
html.ch-header-redesign .ch-home-newsletter__subtitle {
  margin: 14px 0 0;
  color: #eeba2b;
  font-size: clamp(18px, 1.7vw, 26px);
  line-height: 1.2;
  font-weight: 700;
}
html.ch-header-redesign .ch-home-newsletter__text {
  max-width: 52ch;
  margin: 14px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  line-height: 1.55;
}
html.ch-header-redesign .ch-home-newsletter__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 22px 0 25px;
  padding: 0;
  list-style: none;
}
html.ch-header-redesign .ch-home-newsletter__benefits li {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.94);
  font-size: 12px;
  line-height: 1.35;
}
html.ch-header-redesign .ch-home-newsletter__benefits svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: none;
  stroke: #eeba2b;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
html.ch-header-redesign .ch-home-newsletter__form {
  max-width: 560px;
}
html.ch-header-redesign .ch-home-newsletter__form .ch-native-newsletter-form,
html.ch-header-redesign .ch-home-newsletter__form .ch-native-newsletter-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
html.ch-header-redesign .ch-home-newsletter__form .smart-label-wrapper {
  display: block;
  margin: 0;
}
html.ch-header-redesign .ch-home-newsletter__form .smart-label-wrapper > label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
html.ch-header-redesign .ch-home-newsletter__form .form-control-wrapper {
  display: flex;
  gap: 10px;
}
html.ch-header-redesign .ch-home-newsletter__form input[type=email] {
  min-width: 0;
  min-height: 50px;
  flex: 1 1 auto;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 12px;
  background: rgba(255,255,255,.98);
  color: var(--ch-brand-primary, #003140);
  font-size: 14px;
}
html.ch-header-redesign .ch-home-newsletter__form input[type=email]::placeholder { color: #647980; }
html.ch-header-redesign .ch-home-newsletter__form input[type=email]:focus {
  border-color: #eeba2b;
  outline: 3px solid rgba(238,186,43,.35);
  outline-offset: 2px;
}
html.ch-header-redesign .ch-home-newsletter__form button[type=submit] {
  min-height: 50px;
  flex: 0 0 auto;
  padding: 12px 20px;
  border: 0;
  border-radius: 12px;
  background: var(--ch-brand-accent, #007599);
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
html.ch-header-redesign .ch-home-newsletter__form button[type=submit]:hover,
html.ch-header-redesign .ch-home-newsletter__form button[type=submit]:focus-visible {
  background: #eeba2b;
  color: var(--ch-brand-primary, #003140);
}
html.ch-header-redesign .ch-home-newsletter__form .consents {
  margin: 9px 0 0;
}
html.ch-header-redesign .ch-home-newsletter__form .consents .label {
  margin: 0;
  color: rgba(255,255,255,.67);
  font-size: 11px;
  line-height: 1.4;
}
html.ch-header-redesign .ch-home-newsletter__form .consents a {
  color: rgba(255,255,255,.9);
  text-decoration: underline;
}
html.ch-header-redesign .ch-home-newsletter__visual {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: #164d5a;
}
html.ch-header-redesign .ch-home-newsletter__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0,49,64,.22), rgba(0,49,64,0) 42%);
  pointer-events: none;
}
html.ch-header-redesign .ch-home-newsletter__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Keep all Shoptet footer content dynamic while giving it one dark surface. */
html.ch-header-redesign #footer {
  margin-top: 0 !important;
  background: var(--ch-brand-primary, #003140);
  color: #fff;
}
html.ch-header-redesign #footer .footer-newsletter { display: none !important; }
html.ch-header-redesign #footer .footer-rows,
html.ch-header-redesign #footer .footer-bottom {
  width: calc(100% - 40px);
  max-width: 1278px;
  margin: 0 auto !important;
  padding-right: 0;
  padding-left: 0;
}
html.ch-header-redesign #footer .footer-rows { padding-top: 60px; }
html.ch-header-redesign #footer .custom-footer {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(24px, 3vw, 62px);
  width: 100%;
  margin: 0 !important;
  padding: 0 0 54px;
}
html.ch-header-redesign #footer .custom-footer > .custom-footer__articles,
html.ch-header-redesign #footer .custom-footer > .custom-footer__contact,
html.ch-header-redesign #footer .custom-footer > .custom-footer__section2,
html.ch-header-redesign #footer .custom-footer > .ch-footer-brand {
  width: auto;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  float: none;
}
html.ch-header-redesign #footer .custom-footer__newsletter { display: none !important; }
html.ch-header-redesign #footer .custom-footer .pageElement__heading {
  margin: 0 0 18px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}
html.ch-header-redesign #footer .custom-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
html.ch-header-redesign #footer .custom-footer li,
html.ch-header-redesign #footer .custom-footer .news-item-widget {
  margin: 0 0 9px;
}
html.ch-header-redesign #footer .custom-footer a {
  color: rgba(255,255,255,.76);
  font-size: 12px;
  line-height: 1.45;
  text-decoration: none;
}
html.ch-header-redesign #footer .custom-footer a:hover,
html.ch-header-redesign #footer .custom-footer a:focus-visible {
  color: #eeba2b;
  text-decoration: underline;
}
html.ch-header-redesign #footer .custom-footer__contact li {
  position: relative;
  padding-left: 28px;
}
html.ch-header-redesign #footer .custom-footer__contact li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  color: #eeba2b;
  font-size: 13px;
  text-align: center;
}
html.ch-header-redesign #footer .custom-footer__contact li:has(.mail)::before { content: "✉"; }
html.ch-header-redesign #footer .custom-footer__contact li:has(.cellphone)::before { content: "☎"; }
html.ch-header-redesign #footer .custom-footer__contact li:has(.facebook)::before { content: "f"; font-weight: 700; }
html.ch-header-redesign #footer .custom-footer__contact li:has(.instagram)::before { content: "◎"; }
html.ch-header-redesign #footer .custom-footer__contact li:has(.youtube)::before { content: "▶"; font-size: 10px; }
html.ch-header-redesign #footer .custom-footer__contact li:has(.tiktok)::before { content: "♪"; }
html.ch-header-redesign #footer .custom-footer__contact li > span { display: inline; }
html.ch-header-redesign #footer .custom-footer__section2 time {
  display: block;
  margin-top: 2px;
  color: rgba(255,255,255,.52);
  font-size: 11px;
}
html.ch-header-redesign #footer .ch-footer-brand {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 26px;
}
html.ch-header-redesign #footer .ch-footer-brand > .custom-footer__banner3,
html.ch-header-redesign #footer .ch-footer-brand > .custom-footer__banner58 {
  width: auto;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}
html.ch-header-redesign #footer .ch-footer-brand .banner,
html.ch-header-redesign #footer .ch-footer-brand .banner-wrapper { width: 100%; }
html.ch-header-redesign #footer .ch-footer-brand img {
  display: block;
  width: min(100%, 250px);
  height: auto;
  border-radius: 10px;
}
html.ch-header-redesign #footer .custom-footer__banner58 span {
  display: block;
  max-width: 28ch;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  line-height: 1.6;
}
html.ch-header-redesign #footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 62px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.68);
  font-size: 11px;
}
html.ch-header-redesign #footer .footer-bottom a { color: rgba(255,255,255,.8); }
html.ch-header-redesign #footer #signature { order: 2; }
html.ch-header-redesign #footer .copyright { order: 1; }
html.ch-header-redesign #footer > div[style] {
  max-width: 1278px;
  margin: 0 auto !important;
  padding: 10px 20px !important;
  background: var(--ch-brand-primary, #003140) !important;
  color: rgba(255,255,255,.75) !important;
  text-align: right !important;
}
html.ch-header-redesign #footer > div[style] a {
  background: var(--ch-brand-accent, #007599) !important;
}

@media (max-width: 991px) {
  html.ch-header-redesign .ch-home-newsletter {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    margin-top: 42px;
  }
  html.ch-header-redesign .ch-home-newsletter__visual {
    min-height: clamp(220px, 52vw, 360px);
    grid-row: 1;
  }
  html.ch-header-redesign .ch-home-newsletter__content {
    grid-row: 2;
    padding: 32px 28px 34px;
  }
  html.ch-header-redesign #footer .footer-rows,
  html.ch-header-redesign #footer .footer-bottom {
    width: calc(100% - 24px);
  }
  html.ch-header-redesign #footer .footer-rows { padding-top: 40px; }
  html.ch-header-redesign #footer .custom-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 24px;
  }
  html.ch-header-redesign #footer .ch-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
  html.ch-header-redesign .ch-home-newsletter {
    width: calc(100% - 20px);
    border-radius: 18px;
  }
  html.ch-header-redesign .ch-home-newsletter__visual { min-height: 230px; }
  html.ch-header-redesign .ch-home-newsletter__content { padding: 28px 20px 30px; }
  html.ch-header-redesign .ch-home-newsletter__content h2 { max-width: 14ch; font-size: 30px; }
  html.ch-header-redesign .ch-home-newsletter__subtitle { font-size: 19px; }
  html.ch-header-redesign .ch-home-newsletter__benefits {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    margin: 20px 0 22px;
  }
  html.ch-header-redesign .ch-home-newsletter__form .form-control-wrapper { display: block; }
  html.ch-header-redesign .ch-home-newsletter__form input[type=email],
  html.ch-header-redesign .ch-home-newsletter__form button[type=submit] { width: 100%; }
  html.ch-header-redesign .ch-home-newsletter__form button[type=submit] { margin-top: 9px; }
  html.ch-header-redesign #footer .footer-rows,
  html.ch-header-redesign #footer .footer-bottom {
    width: calc(100% - 20px);
  }
  html.ch-header-redesign #footer .custom-footer {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 34px;
  }
  html.ch-header-redesign #footer .ch-footer-brand { grid-column: auto; }
  html.ch-header-redesign #footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  html.ch-header-redesign #footer #signature { order: 1; }
  html.ch-header-redesign #footer .copyright { order: 2; }
}


/* NEWSLETTER/PATICKA VISUAL CORRECTION 1.34.1 — Barico-inspired full-width banner and profile column. */
html.ch-header-redesign .ch-home-newsletter {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  min-height: 342px;
  margin: clamp(42px, 6vw, 88px) 0 0;
  border-radius: 0;
  background: #1f2224;
  box-shadow: none;
}
html.ch-header-redesign .ch-home-newsletter__visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  min-height: 0;
  background: #1f2224;
}
html.ch-header-redesign .ch-home-newsletter__visual::after {
  background: linear-gradient(90deg, rgba(16,21,23,.94) 0%, rgba(16,21,23,.78) 29%, rgba(16,21,23,.2) 62%, rgba(16,21,23,.12) 100%);
}
html.ch-header-redesign .ch-home-newsletter__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
html.ch-header-redesign .ch-home-newsletter__content {
  position: relative;
  z-index: 1;
  display: flex;
  width: calc(100% - 40px);
  max-width: 1278px;
  min-height: 342px;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  padding: clamp(34px, 4vw, 58px) 0;
  text-align: left;
}
html.ch-header-redesign .ch-home-newsletter__content h2,
html.ch-header-redesign .ch-home-newsletter__subtitle,
html.ch-header-redesign .ch-home-newsletter__text,
html.ch-header-redesign .ch-home-newsletter__benefits,
html.ch-header-redesign .ch-home-newsletter__form {
  width: min(100%, 650px);
  max-width: 650px;
}
html.ch-header-redesign .ch-home-newsletter__content h2 {
  margin-left: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 45px);
}
html.ch-header-redesign .ch-home-newsletter__subtitle {
  margin-top: 12px;
  color: #fff;
  font-size: clamp(16px, 1.5vw, 22px);
  text-transform: uppercase;
}
html.ch-header-redesign .ch-home-newsletter__text {
  margin-top: 12px;
  color: rgba(255,255,255,.88);
}
html.ch-header-redesign .ch-home-newsletter__benefits {
  margin-top: 19px;
  margin-bottom: 20px;
}
html.ch-header-redesign .ch-home-newsletter__benefits li {
  color: rgba(255,255,255,.95);
}
html.ch-header-redesign #footer .custom-footer__contact > .pageElement__heading { display: none; }
html.ch-header-redesign #footer .ch-footer-profile {
  margin: 0 0 22px;
}
html.ch-header-redesign #footer .ch-footer-profile__top {
  display: flex;
  align-items: center;
  gap: 13px;
}
html.ch-header-redesign #footer .ch-footer-profile__avatar {
  display: block;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  object-fit: cover;
  object-position: 50% 34%;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255,255,255,.25);
}
html.ch-header-redesign #footer .ch-footer-profile__identity {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
html.ch-header-redesign #footer .ch-footer-profile__name {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
html.ch-header-redesign #footer .ch-footer-profile__role {
  margin-top: 4px;
  color: rgba(255,255,255,.62);
  font-size: 11px;
}
html.ch-header-redesign #footer .ch-footer-profile__title {
  margin: 18px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}
html.ch-header-redesign #footer .ch-footer-profile__text {
  margin: 5px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  html.ch-header-redesign .ch-home-newsletter {
    display: block;
    width: 100%;
    min-height: 0;
  }
  html.ch-header-redesign .ch-home-newsletter__visual {
    position: absolute;
    inset: 0;
    min-height: 0;
  }
  html.ch-header-redesign .ch-home-newsletter__content {
    display: flex;
    width: calc(100% - 24px);
    min-height: 342px;
    margin: 0 auto;
    padding: 34px 0;
  }
}

/* The contact rail owns the telephone/mail row and social row.  It prevents
   inherited footer list widths from shifting either row off the true centre. */
html.ch-header-redesign #footer .ch-footer-contact-rail {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}
html.ch-header-redesign #footer .ch-footer-contact-rail > ul.ch-footer-contact-details {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: max-content !important;
  max-width: 100% !important;
  gap: 18px !important;
  margin: 15px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
html.ch-header-redesign #footer .ch-footer-contact-rail > ul.ch-footer-contact-details > li {
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}
html.ch-header-redesign #footer .ch-footer-contact-rail > ul.ch-footer-contact-details > li::before {
  display: none !important;
  content: none !important;
}
html.ch-header-redesign #footer .ch-footer-contact-rail > ul.ch-footer-socials[data-ch-socials-rendered] {
  align-self: flex-start !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  html.ch-header-redesign #footer .ch-footer-contact-rail {
    align-items: center !important;
    text-align: center !important;
  }
  html.ch-header-redesign #footer .ch-footer-contact-rail > ul.ch-footer-contact-details {
    align-self: center !important;
    justify-content: center !important;
    margin: 15px auto 0 !important;
  }
  html.ch-header-redesign #footer .ch-footer-contact-rail > ul.ch-footer-socials[data-ch-socials-rendered] {
    align-self: center !important;
    margin: 10px auto 0 !important;
  }
}
@media (max-width: 767px) {
  html.ch-header-redesign .ch-home-newsletter__visual img { object-position: 63% center; }
  html.ch-header-redesign .ch-home-newsletter__visual::after {
    background: linear-gradient(180deg, rgba(16,21,23,.7), rgba(16,21,23,.94));
  }
  html.ch-header-redesign .ch-home-newsletter__content {
    width: calc(100% - 20px);
    min-height: 470px;
    align-items: flex-start;
    padding: 35px 0 32px;
  }
  html.ch-header-redesign .ch-home-newsletter__content h2 {
    max-width: 14ch;
    font-size: 30px;
  }
  html.ch-header-redesign #footer .ch-footer-profile__avatar {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }
}



/* Remove the original duplicate store-rating widget; the redesigned editorial
   rating block remains visible above it. */
html.ch-redesign-preview #hodnoceniobchodu {
  display: none !important;
}

/* FOOTER BARICO-STYLE POLISH 1.34.6 — preserve Shoptet content, but mirror
   the reference hierarchy: profile first, two link groups, utility marks on
   the right, then a quiet copyright/signature bar. */
html.ch-header-redesign #footer {
  background: #191919;
}
html.ch-header-redesign #footer .custom-footer {
  grid-template-columns: minmax(280px, 1.2fr) minmax(150px, .8fr) minmax(190px, .95fr) minmax(250px, 1.15fr);
  gap: clamp(28px, 4vw, 68px);
}
html.ch-header-redesign #footer .custom-footer > .custom-footer__contact { order: 1; }
html.ch-header-redesign #footer .custom-footer > .custom-footer__articles { order: 2; }
html.ch-header-redesign #footer .custom-footer > .custom-footer__section2 { order: 3; }
html.ch-header-redesign #footer .custom-footer > .ch-footer-brand { order: 4; }
html.ch-header-redesign #footer .custom-footer__contact,
html.ch-header-redesign #footer .custom-footer__articles,
html.ch-header-redesign #footer .custom-footer__section2,
html.ch-header-redesign #footer .ch-footer-brand {
  align-self: start;
}
html.ch-header-redesign #footer .custom-footer__articles > ul {
  margin-top: 0;
}
html.ch-header-redesign #footer .custom-footer__contact > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
html.ch-header-redesign #footer .custom-footer__contact > ul > li:has(.facebook),
html.ch-header-redesign #footer .custom-footer__contact > ul > li:has(.instagram),
html.ch-header-redesign #footer .custom-footer__contact > ul > li:has(.youtube),
html.ch-header-redesign #footer .custom-footer__contact > ul > li:has(.tiktok) {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 !important;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
}
html.ch-header-redesign #footer .custom-footer__contact > ul > li:has(.facebook)::before,
html.ch-header-redesign #footer .custom-footer__contact > ul > li:has(.instagram)::before,
html.ch-header-redesign #footer .custom-footer__contact > ul > li:has(.youtube)::before,
html.ch-header-redesign #footer .custom-footer__contact > ul > li:has(.tiktok)::before {
  position: static;
  width: auto;
  color: #fff;
}
html.ch-header-redesign #footer .custom-footer__contact > ul > li:has(.facebook) a,
html.ch-header-redesign #footer .custom-footer__contact > ul > li:has(.instagram) a,
html.ch-header-redesign #footer .custom-footer__contact > ul > li:has(.youtube) a,
html.ch-header-redesign #footer .custom-footer__contact > ul > li:has(.tiktok) a {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
html.ch-header-redesign #footer .ch-footer-utility {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.16);
}
html.ch-header-redesign #footer .ch-footer-utility__title {
  display: block;
  margin-bottom: 14px;
  color: rgba(255,255,255,.86);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .03em;
  text-transform: uppercase;
}
html.ch-header-redesign #footer .ch-footer-utility__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 13px 16px;
}
html.ch-header-redesign #footer .ch-footer-utility__grid img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 22px;
  object-fit: contain;
  object-position: left center;
  opacity: .94;
}
html.ch-header-redesign #footer .ch-footer-utility__grid img[alt="VISA"],
html.ch-header-redesign #footer .ch-footer-utility__grid img[alt="Mastercard"] {
  height: 25px;
}
html.ch-header-redesign #footer #signature {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
html.ch-header-redesign #footer #signature .ch-shoptet-logo {
  display: inline-block;
  width: auto;
  max-width: 96px;
  height: 18px;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
  vertical-align: middle;
}
@media (max-width: 991px) {
  html.ch-header-redesign #footer .custom-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html.ch-header-redesign #footer .custom-footer > .custom-footer__contact { order: 1; }
  html.ch-header-redesign #footer .custom-footer > .custom-footer__articles { order: 2; }
  html.ch-header-redesign #footer .custom-footer > .custom-footer__section2 { order: 3; }
  html.ch-header-redesign #footer .custom-footer > .ch-footer-brand { order: 4; grid-column: 1 / -1; }
}
@media (max-width: 767px) {
  html.ch-header-redesign #footer .custom-footer {
    grid-template-columns: 1fr;
  }
  html.ch-header-redesign #footer .custom-footer > .ch-footer-brand {
    grid-column: auto;
  }
  html.ch-header-redesign #footer .ch-footer-utility__grid {
    max-width: 330px;
  }
}

/* Clean editorial dimensions shared by the rebuilt article and reviews. */
html.ch-redesign-preview .ch-home-blog-card,
html.ch-redesign-preview .homepage-editorial__reviews {
  height: clamp(370px, 28vw, 450px);
  min-height: 0;
  max-height: 450px;
}
html.ch-redesign-preview .homepage-editorial__reviews {
  padding-top: clamp(22px, 2.2vw, 32px);
  padding-bottom: clamp(20px, 2.2vw, 30px);
}
html.ch-redesign-preview .ch-editorial-reviews__stage {
  min-height: 120px;
  margin-top: 12px;
  margin-bottom: 4px;
}
html.ch-redesign-preview .ch-editorial-review__text {
  margin-top: 10px;
  -webkit-line-clamp: 3;
}
html.ch-redesign-preview .ch-editorial-review__author { margin-top: 10px; }
html.ch-redesign-preview .ch-editorial-reviews__pagination { margin-bottom: 12px; }
@media (max-width: 767px) {
  html.ch-redesign-preview .ch-home-blog-card,
  html.ch-redesign-preview .homepage-editorial__reviews {
    height: 390px;
    max-height: 390px;
  }
  html.ch-redesign-preview .ch-home-blog-card__image { object-position: center 28%; }
  html.ch-redesign-preview .homepage-editorial__reviews {
    padding-top: 22px;
    padding-bottom: 20px;
  }
  html.ch-redesign-preview .ch-editorial-reviews__stage { min-height: 104px; }
}
/* Fotorecenze: style the vendor widget in its native homepage position.
   No widget nodes are moved: Satisflow keeps its own placement and Flickity state. */
html.ch-redesign-preview .container.ch-photo-reviews-canvas {
  width: calc(100% - 40px) !important;
  max-width: 1600px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
}
html.ch-redesign-preview #sf-reviews-widget {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 2px;
  box-sizing: border-box;
}
html.ch-redesign-preview #sf-reviews-widget-headline {
  width: calc(100% - 40px);
  max-width: 1600px;
  margin: 54px auto 24px;
  color: var(--ch-brand-primary, #003140);
  font-family: inherit;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.025em;
  text-align: center;
  box-sizing: border-box;
}
html.ch-redesign-preview #sf-widget-brand,
html.ch-redesign-preview #sf-reviews-widget-headline > a {
  display: none !important;
}
html.ch-redesign-preview #sf-reviews-widget .flickity-viewport {
  overflow: hidden;
}
html.ch-redesign-preview #sf-reviews-widget .sf-review.carousel-cell {
  position: relative;
  display: flex;
  width: 232px;
  height: 460px;
  min-height: 0;
  flex-direction: column;
  margin-right: 16px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #e1eaed;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(0, 45, 59, .08);
}
html.ch-redesign-preview #sf-reviews-widget .sf-review-img,
html.ch-redesign-preview #sf-reviews-widget .sf-review > img {
  display: block;
  flex: 0 0 250px;
  overflow: hidden;
}
html.ch-redesign-preview #sf-reviews-widget .sf-review-img img,
html.ch-redesign-preview #sf-reviews-widget img.satisflow-review-image,
html.ch-redesign-preview #sf-reviews-widget .sf-review > img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border: 0;
  border-radius: 0;
}
html.ch-redesign-preview #sf-reviews-widget .sf-review > div:not(.sf-review-img):not(.sf-upvote-btn-wrapper):not(.sf-upvote-active-btn-wrapper),
html.ch-redesign-preview #sf-reviews-widget .sf-review > p {
  margin-right: 16px;
  margin-left: 16px;
  color: #315d69;
  font-size: 14px;
  line-height: 1.35;
}
html.ch-redesign-preview #sf-reviews-widget .sf-review-img + *,
html.ch-redesign-preview #sf-reviews-widget .sf-review > img + * {
  margin-top: 14px;
  color: var(--ch-brand-primary, #003140);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}
html.ch-redesign-preview #sf-reviews-widget .sf-review [id="rating-wrapper"] {
  margin-top: 8px;
  color: #0087b2;
  font-size: 17px;
  letter-spacing: 1px;
}
/* Every card reserves the same reading area. Longer reviews remain complete and
   can be read with a vertical swipe; the native scrollbar stays visually hidden. */
html.ch-redesign-preview #sf-reviews-widget .sf-review .sf-review-text,
html.ch-redesign-preview #sf-reviews-widget .sf-review > p {
  display: block;
  flex: 0 0 68px;
  height: 68px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 14px;
  margin-bottom: 14px;
  padding-right: 2px;
  color: #174854;
  font-size: 15px;
  line-height: 1.48;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-y;
}
html.ch-redesign-preview #sf-reviews-widget .sf-review .sf-review-text::-webkit-scrollbar,
html.ch-redesign-preview #sf-reviews-widget .sf-review > p::-webkit-scrollbar {
  display: none;
}
/* Product link is deliberately quiet so the customer review remains primary. */
/* The vendor adds its CTA style after custom CSS, so this exact link needs
   explicit priority. It remains a normal accessible product link. */
html.ch-redesign-preview #sf-reviews-widget .sf-review a:not(:has(img)):not(:has(svg)) {
  display: inline-flex !important;
  width: fit-content !important;
  min-height: 0 !important;
  align-items: center !important;
  margin: 9px 16px 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #287187 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  transition: color .18s ease;
}
html.ch-redesign-preview #sf-reviews-widget .sf-review a:not(:has(img)):not(:has(svg))::after {
  margin-left: 5px;
  content: '→';
  font-size: 14px;
  line-height: 1;
}
html.ch-redesign-preview #sf-reviews-widget .sf-review a:not(:has(img)):not(:has(svg)):hover,
html.ch-redesign-preview #sf-reviews-widget .sf-review a:not(:has(img)):not(:has(svg)):focus-visible {
  color: #00546e !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
html.ch-redesign-preview #sf-reviews-widget .sf-upvote-btn-wrapper,
html.ch-redesign-preview #sf-reviews-widget .sf-upvote-active-btn-wrapper,
html.ch-redesign-preview #sf-reviews-widget [class*="upvote"],
html.ch-redesign-preview #sf-reviews-widget [id*="upvote"] {
  display: none !important;
}
html.ch-redesign-preview #sf-reviews-widget .flickity-prev-next-button {
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid #bfd2d8;
  background: rgba(255, 255, 255, .96);
  color: #00546e;
  box-shadow: 0 4px 12px rgba(0, 45, 59, .12);
}
html.ch-redesign-preview #sf-reviews-widget .flickity-prev-next-button:hover,
html.ch-redesign-preview #sf-reviews-widget .flickity-prev-next-button:focus-visible {
  border-color: #007eaa;
  background: #007eaa;
  color: #fff;
}
html.ch-redesign-preview #sf-reviews-widget .flickity-prev-next-button.previous { left: 12px; }
html.ch-redesign-preview #sf-reviews-widget .flickity-prev-next-button.next { right: 12px; }

@media (max-width: 767px) {
  html.ch-redesign-preview .container.ch-photo-reviews-canvas,
  html.ch-redesign-preview #sf-reviews-widget-headline {
    width: calc(100% - 24px) !important;
  }
  html.ch-redesign-preview #sf-reviews-widget-headline {
    margin-top: 38px;
    margin-bottom: 18px;
    font-size: 24px;
  }
  html.ch-redesign-preview #sf-reviews-widget { padding: 0; }
  html.ch-redesign-preview #sf-reviews-widget .sf-review.carousel-cell {
    width: 76vw;
    height: 450px;
    margin-right: 14px;
    border-radius: 14px;
  }
  html.ch-redesign-preview #sf-reviews-widget .sf-review-img,
  html.ch-redesign-preview #sf-reviews-widget .sf-review > img { flex-basis: 245px; }
  html.ch-redesign-preview #sf-reviews-widget .sf-review-img img,
  html.ch-redesign-preview #sf-reviews-widget img.satisflow-review-image,
  html.ch-redesign-preview #sf-reviews-widget .sf-review > img { height: 245px; }
  html.ch-redesign-preview #sf-reviews-widget .flickity-prev-next-button { display: none; }
}
/* Seamless hand-off from newsletter to the dark footer. */
html.ch-header-redesign .ch-home-newsletter,
html.ch-header-redesign .ch-home-newsletter + #footer,
html.ch-header-redesign #footer {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

/* FOOTER REBUILD 1.37.0 — a single Barico-inspired layout surface. */
html.ch-header-redesign #footer {
  margin-top: 0 !important;
  border: 0 !important;
  background: #1b1b1b !important;
  color: #f7f7f7;
}
html.ch-header-redesign #footer .footer-rows {
  width: calc(100% - 40px) !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 48px 0 34px !important;
}
html.ch-header-redesign #footer .custom-footer {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
html.ch-header-redesign #footer .ch-footer-layout {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) minmax(145px, .72fr) minmax(190px, .95fr) minmax(255px, 1.1fr);
  grid-template-areas: 'contact links1 links2 utility';
  align-items: start;
  gap: clamp(34px, 5vw, 86px);
}
html.ch-header-redesign #footer .ch-footer-layout > .custom-footer__contact { grid-area: contact; }
html.ch-header-redesign #footer .ch-footer-layout > .custom-footer__articles { grid-area: links1; }
html.ch-header-redesign #footer .ch-footer-layout > .custom-footer__section2 { grid-area: links2; }
html.ch-header-redesign #footer .ch-footer-layout > .ch-footer-brand { grid-area: utility; }
html.ch-header-redesign #footer .ch-footer-layout > * {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  box-sizing: border-box;
  grid-column: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}
html.ch-header-redesign #footer .custom-footer__newsletter,
html.ch-header-redesign #footer .ch-footer-brand > .custom-footer__banner3,
html.ch-header-redesign #footer .ch-footer-brand > .custom-footer__banner58 { display: none !important; }
html.ch-header-redesign #footer .ch-footer-layout .pageElement__heading {
  margin: 0 0 11px !important;
  color: #f7f7f7 !important;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
html.ch-header-redesign #footer .ch-footer-layout ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
html.ch-header-redesign #footer .ch-footer-layout li,
html.ch-header-redesign #footer .ch-footer-layout .news-item-widget { margin: 0 0 9px !important; }
html.ch-header-redesign #footer .ch-footer-layout > .custom-footer__articles li,
html.ch-header-redesign #footer .ch-footer-layout > .custom-footer__section2 li {
  padding-left: 0 !important;
}
html.ch-header-redesign #footer .ch-footer-layout > .custom-footer__articles li::before,
html.ch-header-redesign #footer .ch-footer-layout > .custom-footer__section2 li::before {
  display: none !important;
  content: none !important;
}
html.ch-header-redesign #footer .ch-footer-layout a {
  color: rgba(255,255,255,.88) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none !important;
}
html.ch-header-redesign #footer .ch-footer-layout a:hover,
html.ch-header-redesign #footer .ch-footer-layout a:focus-visible {
  color: #fff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
html.ch-header-redesign #footer .custom-footer__contact > .pageElement__heading { display: none; }
html.ch-header-redesign #footer .ch-footer-profile { margin: 0 0 20px; }
html.ch-header-redesign #footer .ch-footer-profile__top { display: flex; align-items: center; gap: 13px; }
html.ch-header-redesign #footer .ch-footer-profile__avatar {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  object-fit: cover;
  object-position: 50% 52%;
  background: rgba(255,255,255,.08);
  border: 3px solid rgba(255,255,255,.94);
  border-radius: 50%;
  box-shadow: none;
}
html.ch-header-redesign #footer .ch-footer-profile__identity { display: flex; flex-direction: column; }
html.ch-header-redesign #footer .ch-footer-profile__name { color: #fff; font-size: 17px; line-height: 1.2; }
html.ch-header-redesign #footer .ch-footer-profile__role { display: inline-flex; align-items: center; gap: 5px; margin-top: 3px; color: rgba(255,255,255,.76); font-size: 12px; }
html.ch-header-redesign #footer .ch-footer-profile__paw { display: block; width: 16px; height: 16px; object-fit: contain; }
html.ch-header-redesign #footer .ch-footer-profile__title { margin: 18px 0 0; color: #fff; font-size: 18px; line-height: 1.25; }
html.ch-header-redesign #footer .ch-footer-profile__text { margin: 5px 0 0; color: rgba(255,255,255,.75); font-size: 12px; }
html.ch-header-redesign #footer .ch-footer-profile__availability {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 13px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.35;
}
html.ch-header-redesign #footer .ch-footer-profile__status-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #d64a4a;
}
html.ch-header-redesign #footer .ch-footer-profile__status-dot.is-open { background: #2eb875; }
html.ch-header-redesign #footer .ch-footer-profile__status-text { color: rgba(255,255,255,.92); font-weight: 700; }
html.ch-header-redesign #footer .ch-footer-profile__hours { flex-basis: 100%; padding-left: 14px; }
html.ch-header-redesign #footer .custom-footer__contact > ul:not(.ch-footer-socials) {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px 26px;
  margin-top: 18px !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul:not(.ch-footer-socials) > li { padding-left: 0 !important; }
html.ch-header-redesign #footer .custom-footer__contact > ul:not(.ch-footer-socials) > li::before { display: none !important; }
html.ch-header-redesign #footer .ch-footer-socials { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 19px !important; }
html.ch-header-redesign #footer .ch-footer-socials > li {
  position: relative;
  display: inline-flex !important;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
}
html.ch-header-redesign #footer .ch-footer-socials > li > span { display: none !important; }
html.ch-header-redesign #footer .ch-footer-socials > li::before {
  display: none !important;
  content: none !important;
}
html.ch-header-redesign #footer .ch-footer-socials > li a {
  position: absolute !important;
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  display: flex !important;
  overflow: visible !important;
  clip: auto !important;
  font-size: 0 !important;
}
html.ch-header-redesign #footer .ch-footer-socials .ch-footer-social-icon {
  display: block !important;
  width: 38px !important;
  height: 38px !important;
  max-width: none !important;
  object-fit: contain;
}
html.ch-header-redesign #footer .ch-footer-brand { display: block !important; }
html.ch-header-redesign #footer .ch-footer-utility { margin: 0 !important; padding: 0 !important; border: 0 !important; }
html.ch-header-redesign #footer .ch-footer-sustainability {
  display: flex;
  max-width: 28ch;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: rgba(255,255,255,.92);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.42;
  text-transform: uppercase;
}
html.ch-header-redesign #footer .ch-footer-utility .ch-footer-sustainability {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
html.ch-header-redesign #footer .ch-footer-sustainability svg {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
html.ch-header-redesign #footer .ch-footer-utility__title { display: none; }
html.ch-header-redesign #footer .ch-footer-utility__grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  min-width: 0;
}
html.ch-header-redesign #footer .ch-footer-carrier-logos,
html.ch-header-redesign #footer .ch-footer-payment-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
html.ch-header-redesign #footer .ch-footer-carrier-logos {
  display: grid;
  grid-template-columns: 72px 76px;
  gap: 14px;
  min-height: 24px;
}
html.ch-header-redesign #footer .ch-footer-payment-logos {
  display: grid;
  grid-template-columns: 62px 42px 58px 58px;
  gap: 12px;
  min-height: 24px;
}
html.ch-header-redesign #footer .ch-footer-utility__grid img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 23px;
  object-fit: contain;
  object-position: left center;
  opacity: .96;
}
html.ch-header-redesign #footer .ch-footer-carrier-logos img,
html.ch-header-redesign #footer .ch-footer-payment-logos img {
  align-self: center;
  justify-self: start;
  max-width: 100%;
  height: 22px;
}
html.ch-header-redesign #footer .ch-footer-carrier-logos img[alt="GLS"] { width: 68px; height: 22px; }
html.ch-header-redesign #footer .ch-footer-carrier-logos img[alt="DPD"] { width: 72px; height: 21px; }
html.ch-header-redesign #footer .ch-footer-payment-logos img[alt="VISA"] { width: 60px; height: 20px; }
html.ch-header-redesign #footer .ch-footer-payment-logos img[alt="Mastercard"] { width: 38px; height: 22px; }
html.ch-header-redesign #footer .ch-footer-payment-logos img[alt="Apple Pay"],
html.ch-header-redesign #footer .ch-footer-payment-logos img[alt="Google Pay"] { height: 21px; }
html.ch-header-redesign #footer .footer-bottom {
  display: flex !important;
  width: calc(100% - 40px) !important;
  max-width: 1400px !important;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto !important;
  padding: 22px 0 24px !important;
  border: 0 !important;
  color: rgba(255,255,255,.72);
  font-size: 12px;
}
html.ch-header-redesign #footer #signature { display: inline-flex !important; align-items: center; margin-left: auto; }
html.ch-header-redesign #footer #signature > :not(.ch-shoptet-signature) { display: none !important; }
html.ch-header-redesign #footer #signature .ch-shoptet-signature { display: inline-flex !important; align-items: center; gap: 8px; color: rgba(255,255,255,.88) !important; font-size: 13px; font-weight: 600; line-height: 1; }
html.ch-header-redesign #footer #signature .ch-shoptet-logo {
  display: block;
  width: 20px;
  max-width: 20px;
  height: 20px;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
}
html.ch-header-redesign #footer #signature .ch-shoptet-signature__text {
  display: flex !important;
  height: 20px;
  align-items: center;
  white-space: nowrap;
  line-height: 20px;
  transform: translateY(2px);
}
@media (max-width: 1060px) {
  html.ch-header-redesign #footer .ch-footer-layout {
    grid-template-columns: minmax(240px, 1.2fr) minmax(150px, .8fr) minmax(190px, 1fr);
    grid-template-areas: 'contact links1 links2' 'utility utility utility';
  }
  html.ch-header-redesign #footer .ch-footer-brand { max-width: 420px; }
}
@media (max-width: 767px) {
  html.ch-header-redesign #footer .footer-rows,
  html.ch-header-redesign #footer .footer-bottom { width: calc(100% - 24px) !important; }
  html.ch-header-redesign #footer .footer-rows { padding-top: 38px !important; }
  html.ch-header-redesign #footer .ch-footer-layout {
    grid-template-columns: 1fr;
    grid-template-areas: 'contact' 'links1' 'links2' 'utility';
    gap: 30px;
  }
  html.ch-header-redesign #footer .ch-footer-brand { max-width: none; }
  html.ch-header-redesign #footer .footer-bottom { align-items: flex-start; flex-direction: column; min-height: 0; padding: 20px 0 26px !important; }
  html.ch-header-redesign #footer #signature { margin-left: 0; }
}

/* Shoptet applies float rules to direct footer divs; the dedicated grid must
   explicitly become a full-width block before its columns can distribute. */
html.ch-header-redesign #footer .custom-footer > .ch-footer-layout {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  float: none !important;
  clear: both;
  box-sizing: border-box;
}

/* Footer social PNGs: explicit layout, independent of Shoptet's native list. */
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-socials[data-ch-socials-rendered] {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  min-height: 38px !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  list-style: none !important;
  gap: 12px !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-socials[data-ch-socials-rendered] > li.ch-footer-social-item {
  display: block !important;
  position: static !important;
  width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-socials[data-ch-socials-rendered] > li.ch-footer-social-item::before {
  content: none !important;
  display: none !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-socials[data-ch-socials-rendered] .ch-footer-social-link {
  display: flex !important;
  position: static !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  clip: auto !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-socials[data-ch-socials-rendered] .ch-footer-social-icon {
  display: block !important;
  width: 38px !important;
  height: 38px !important;
  max-width: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  object-fit: contain !important;
}

/* Homepage carousel and banner wrappers: remove the inherited Step border
   that was visible as a thin line following their rounded corners. */
html.ch-redesign-preview #content .wide-carousel,
html.ch-redesign-preview #content .wide-carousel > #carousel,
html.ch-redesign-preview #content .wide-carousel .carousel-inner,
html.ch-redesign-preview #content .wide-carousel .carousel-inner .item,
html.ch-redesign-preview #content .wide-carousel .ch-hero-admin-source,
html.ch-redesign-preview #content .next-to-carousel-banners,
html.ch-redesign-preview #content .next-to-carousel-banners .banner-wrapper,
html.ch-redesign-preview #content .next-to-carousel-banners .banner,
html.ch-redesign-preview #content .banners-content.body-banners,
html.ch-redesign-preview #content .banners-content.body-banners .banner-wrapper,
html.ch-redesign-preview #content .banners-content.body-banners .banner,
html.ch-redesign-preview #content .ch-category-card,
html.ch-redesign-preview #content .ch-feature-banner {
  border: 0 !important;
  outline: 0 !important;
}
html.ch-redesign-preview #content .wide-carousel,
html.ch-redesign-preview #content .wide-carousel > #carousel,
html.ch-redesign-preview #content .next-to-carousel-banners .banner-wrapper,
html.ch-redesign-preview #content .banners-content.body-banners .banner-wrapper {
  box-shadow: none !important;
}

/* Footer social profiles: supplied icon files only, in one horizontal row. */
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-socials[data-ch-socials-rendered] {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-socials[data-ch-socials-rendered] > li {
  flex: 0 0 38px !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-socials[data-ch-socials-rendered] a,
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-socials[data-ch-socials-rendered] span:not(.ch-footer-social-icon) {
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
}

/* Footer alignment refinement: compact contacts, icon row and unlabelled link columns. */
html.ch-header-redesign #footer .ch-footer-layout > .custom-footer__articles > .pageElement__heading,
html.ch-header-redesign #footer .ch-footer-layout > .custom-footer__section2 > .pageElement__heading {
  display: none !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul:not(.ch-footer-socials) {
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 18px !important;
  margin-top: 16px !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul:not(.ch-footer-socials) > li {
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  min-width: 0 !important;
  margin: 0 !important;
  white-space: nowrap !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul:not(.ch-footer-socials) > li a {
  font-size: 13px !important;
  white-space: nowrap !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-socials[data-ch-socials-rendered] {
  margin-top: 11px !important;
}
html.ch-header-redesign #footer .ch-footer-carrier-logos {
  grid-template-columns: 76px 88px !important;
  gap: 14px !important;
  min-height: 26px !important;
}
html.ch-header-redesign #footer .ch-footer-carrier-logos img[alt="GLS"] {
  width: 68px !important;
  height: 22px !important;
}
html.ch-header-redesign #footer .ch-footer-carrier-logos img[alt="DPD"] {
  width: 86px !important;
  height: 25px !important;
}

/* Force the native telephone and mail entries into a single, direct row. */
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-contact-details {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 20px !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-contact-details > li {
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-contact-details > li::before {
  display: none !important;
  content: none !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-contact-details > li > span {
  display: inline !important;
  margin-right: 8px !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-contact-details > li > a {
  font-size: 13px !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-contact-details + ul.ch-footer-socials[data-ch-socials-rendered] {
  align-self: flex-start !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
}

/* Optical normalization for supplied social PNGs: their transparent padding
   differs, so each mark gets its own restrained scale in a compact row. */
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-socials[data-ch-socials-rendered] {
  gap: 6px !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-socials[data-ch-socials-rendered] > li {
  flex: 0 0 32px !important;
  width: 32px !important;
  height: 32px !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-socials[data-ch-socials-rendered] .ch-footer-social-link,
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-socials[data-ch-socials-rendered] .ch-footer-social-icon {
  width: 32px !important;
  height: 32px !important;
}
html.ch-header-redesign #footer .custom-footer__contact img[src$="facebook.png"] { transform: scale(.92); }
html.ch-header-redesign #footer .custom-footer__contact img[src$="instagram.png"] { transform: scale(1.13); }
html.ch-header-redesign #footer .custom-footer__contact img[src$="youtube.png"] { transform: scale(1.46); }
html.ch-header-redesign #footer .custom-footer__contact img[src$="tiktok.png"] { transform: scale(.92); }

/* Pack the transparent PNG canvases together while keeping all four marks
   on one fixed baseline. The visual marks, not their canvas edges, now set
   the perceived spacing. */
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-socials[data-ch-socials-rendered] {
  display: grid !important;
  grid-template-columns: repeat(4, 28px) !important;
  grid-template-rows: 32px !important;
  grid-auto-flow: column !important;
  align-items: center !important;
  justify-items: center !important;
  width: 112px !important;
  min-height: 32px !important;
  height: 32px !important;
  gap: 0 !important;
  overflow: visible !important;
}
html.ch-header-redesign #footer .custom-footer__contact > ul.ch-footer-socials[data-ch-socials-rendered] > li {
  display: flex !important;
  grid-row: 1 !important;
  width: 32px !important;
  height: 32px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}

/* FTP asset placed below the payment logos in the footer utility column. */
html.ch-header-redesign #footer .ch-footer-premium-products {
  display: block !important;
  width: min(100%, 220px) !important;
  max-width: 220px !important;
  height: auto !important;
  max-height: none !important;
  margin: -4px 0 0 !important;
  object-fit: contain !important;
  object-position: left center !important;
}

/* Keep the copyright/signature row close to the footer content. The Step
   footer can otherwise stretch it down with its inherited layout rules. */
@media (min-width: 768px) {
  html.ch-header-redesign #footer {
    display: block !important;
    min-height: 0 !important;
  }
  html.ch-header-redesign #footer .footer-rows {
    min-height: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 16px !important;
  }
  html.ch-header-redesign #footer .footer-bottom {
    min-height: 54px !important;
    margin: 0 auto !important;
    padding: 14px 0 18px !important;
  }
}

/* Strong desktop compaction requested for the copyright/signature rail. */
@media (min-width: 768px) {
  html.ch-header-redesign #footer .footer-bottom {
    margin: -88px auto 0 !important;
  }
}

/* Copyright starts on the same left edge as the main footer content. */
html.ch-header-redesign #footer .footer-bottom .copyright {
  display: block !important;
  flex: 0 1 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  text-indent: 0 !important;
}

/* Raise the desktop newsletter photo so the dog and car seat stay in frame. */
@media (min-width: 768px) {
  html.ch-header-redesign .ch-home-newsletter__visual img {
    object-position: center 68% !important;
  }
}

/* Mobile newsletter: reserve a clear lower visual area for the dog in its
   car seat, while retaining a dark readable surface behind the form. */
@media (max-width: 767px) {
  html.ch-header-redesign .ch-home-newsletter {
    min-height: 700px !important;
  }
  html.ch-header-redesign .ch-home-newsletter__content {
    min-height: 700px !important;
    padding-bottom: 40px !important;
  }
  html.ch-header-redesign .ch-home-newsletter__visual img {
    object-position: 72% 60% !important;
  }
  html.ch-header-redesign .ch-home-newsletter__visual::after {
    background: linear-gradient(180deg, rgba(16,21,23,.9) 0%, rgba(16,21,23,.78) 44%, rgba(16,21,23,.38) 73%, rgba(16,21,23,.1) 100%) !important;
  }
}

/* Mobile newsletter composition: copy occupies the upper zone and the photo
   begins lower, leaving the dog unobstructed under the form. */
@media (max-width: 767px) {
  html.ch-header-redesign .ch-home-newsletter {
    min-height: 760px !important;
  }
  html.ch-header-redesign .ch-home-newsletter__content {
    min-height: 760px !important;
    justify-content: flex-start !important;
    padding: 38px 0 34px !important;
  }
  html.ch-header-redesign .ch-home-newsletter__visual img {
    inset: 140px 0 0 !important;
    bottom: auto !important;
    width: 100% !important;
    height: calc(100% - 140px) !important;
    object-position: 72% 56% !important;
  }
  html.ch-header-redesign .ch-home-newsletter__visual::after {
    background: linear-gradient(180deg, rgba(16,21,23,.94) 0%, rgba(16,21,23,.84) 45%, rgba(16,21,23,.42) 70%, rgba(16,21,23,.06) 100%) !important;
  }
}

/* FINAL MOBILE FOOTER OVERRIDE — this must remain at the end of the file so
   native footer styles cannot move the contact rows off the centre line. */
@media (max-width: 767px) {
  html.ch-header-redesign #footer .footer-rows {
    padding: 32px 0 24px !important;
    text-align: center !important;
  }
  html.ch-header-redesign #footer .ch-footer-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: 'contact' 'links1' 'links2' 'utility' !important;
    row-gap: 24px !important;
    column-gap: 0 !important;
    justify-items: center !important;
    text-align: center !important;
  }
  html.ch-header-redesign #footer .ch-footer-layout > .custom-footer__contact,
  html.ch-header-redesign #footer .ch-footer-layout > .custom-footer__articles,
  html.ch-header-redesign #footer .ch-footer-layout > .custom-footer__section2,
  html.ch-header-redesign #footer .ch-footer-layout > .ch-footer-brand {
    width: 100% !important;
    max-width: 360px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: start !important;
    justify-self: center !important;
    text-align: center !important;
  }
  html.ch-header-redesign #footer .ch-footer-layout ul {
    text-align: center !important;
  }
  html.ch-header-redesign #footer .ch-footer-layout li,
  html.ch-header-redesign #footer .ch-footer-layout .news-item-widget {
    margin: 0 0 10px !important;
    padding-left: 0 !important;
  }
  html.ch-header-redesign #footer .ch-footer-layout li::before {
    display: none !important;
    content: none !important;
  }
  html.ch-header-redesign #footer .ch-footer-profile {
    margin: 0 auto 16px !important;
  }
  html.ch-header-redesign #footer .ch-footer-profile__top,
  html.ch-header-redesign #footer .ch-footer-profile__availability {
    justify-content: center !important;
  }
  html.ch-header-redesign #footer .ch-footer-profile__hours {
    padding-left: 0 !important;
  }
  html.ch-header-redesign #footer .ch-footer-contact-rail {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    text-align: center !important;
  }
  html.ch-header-redesign #footer .ch-footer-contact-rail > ul.ch-footer-contact-details {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-self: center !important;
    justify-content: center !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 15px auto 0 !important;
  }
  html.ch-header-redesign #footer .ch-footer-contact-rail > ul.ch-footer-socials[data-ch-socials-rendered] {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-self: center !important;
    width: 176px !important;
    height: 38px !important;
    margin: 10px auto 0 !important;
  }
  html.ch-header-redesign #footer .ch-footer-utility__grid,
  html.ch-header-redesign #footer .ch-footer-carrier-logos,
  html.ch-header-redesign #footer .ch-footer-payment-logos {
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  html.ch-header-redesign #footer .ch-footer-carrier-logos,
  html.ch-header-redesign #footer .ch-footer-payment-logos {
    justify-items: center !important;
  }
  html.ch-header-redesign #footer .ch-footer-carrier-logos img,
  html.ch-header-redesign #footer .ch-footer-payment-logos img {
    justify-self: center !important;
  }
  html.ch-header-redesign #footer .ch-footer-premium-products {
    margin-left: auto !important;
    margin-right: auto !important;
    object-position: center !important;
  }
  html.ch-header-redesign #footer .footer-bottom {
    align-items: center !important;
    text-align: center !important;
  }
  html.ch-header-redesign #footer #signature {
    margin-left: 0 !important;
  }
}

/* FINAL MOBILE FOOTER SPACING: keep the Shoptet rail close to the premium
   products mark without changing the desktop footer. */
@media (max-width: 767px) {
  html.ch-header-redesign #footer .footer-bottom {
    margin: -88px auto 0 !important;
  }
}

/* FINAL MOBILE CONTACT-TO-LINK SPACING: collapse the empty lower part of
   the contact grid row so the first link follows the social icons closely. */
@media (max-width: 767px) {
  html.ch-header-redesign #footer .ch-footer-layout > .custom-footer__contact {
    margin-bottom: -96px !important;
  }
}

/* FINAL MOBILE PRODUCT CAROUSEL: one large card plus a narrow preview of the
   following card makes the swipe interaction clear without touching desktop. */
@media (max-width: 767px) {
  html.ch-redesign-preview #homepageProducts61 {
    width: calc(100% - 24px) !important;
    margin: 22px 12px 30px !important;
  }
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__track {
    overflow: hidden !important;
  }
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__list {
    display: flex !important;
    gap: 0 !important;
  }
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__list > .product,
  html.ch-redesign-preview #homepageProducts61 #products-61 .splide__slide {
    flex: 0 0 calc(100vw - 80px) !important;
    width: calc(100vw - 80px) !important;
    max-width: calc(100vw - 80px) !important;
    margin-right: 12px !important;
  }
  html.ch-redesign-preview #homepageProducts61 #products-61 .product .p-image,
  html.ch-redesign-preview #homepageProducts61 #products-61 .product .image {
    min-height: clamp(220px, 62vw, 300px) !important;
    height: clamp(220px, 62vw, 300px) !important;
  }
  html.ch-redesign-preview #homepageProducts61 #products-61 .product .p-image img,
  html.ch-redesign-preview #homepageProducts61 #products-61 .product .image img {
    max-height: clamp(210px, 58vw, 286px) !important;
  }
  html.ch-redesign-preview #homepageProducts61 #products-61 .product .name,
  html.ch-redesign-preview #homepageProducts61 #products-61 .product .p-name {
    font-size: 14px !important;
  }
}

/* FINAL MOBILE PRODUCT TITLE: show the carousel heading that the Step theme
   hides below its desktop breakpoint. */
@media (max-width: 767px) {
  html.ch-redesign-preview #homepageProducts61 .homepage-group-title {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    color: var(--ch-brand-primary, #003140) !important;
    font-size: clamp(22px, 6vw, 28px) !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }
}

/* FINAL HOMEPAGE CATEGORY GRID: four primary cards only. They form one static
   row on desktop and a static two-by-two grid on mobile, with no swipe rail. */
html.ch-redesign-preview .ch-category-grid__items {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: 12px !important;
  overflow: visible !important;
  padding: 0 !important;
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
  touch-action: pan-y !important;
}
html.ch-redesign-preview .ch-category-card {
  flex: initial !important;
  width: auto !important;
  max-width: none !important;
  scroll-snap-align: none !important;
}
@media (max-width: 767px) {
  html.ch-redesign-preview .ch-category-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
}

/* FINAL CLEAN BANNER EDGES: the Step theme also applies a hairline border or
   shadow to nested images and pseudo-elements. Reset every visual layer while
   preserving the intended rounded crop of the homepage hero and category cards. */
html.ch-redesign-preview #content .wide-carousel .ch-hero-admin-source,
html.ch-redesign-preview #content .wide-carousel .ch-hero-admin-source > img,
html.ch-redesign-preview #content .ch-category-grid,
html.ch-redesign-preview #content .ch-category-grid__items,
html.ch-redesign-preview #content .ch-category-card,
html.ch-redesign-preview #content .ch-category-card img,
html.ch-redesign-preview #content .wide-carousel,
html.ch-redesign-preview #content .wide-carousel > #carousel,
html.ch-redesign-preview #content .wide-carousel .carousel-inner,
html.ch-redesign-preview #content .wide-carousel .carousel-inner .item,
html.ch-redesign-preview #content .next-to-carousel-banners,
html.ch-redesign-preview #content .next-to-carousel-banners .banner-wrapper,
html.ch-redesign-preview #content .next-to-carousel-banners .banner {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
html.ch-redesign-preview #content .wide-carousel .ch-hero-admin-source::before,
html.ch-redesign-preview #content .wide-carousel .ch-hero-admin-source::after,
html.ch-redesign-preview #content .ch-category-card::before,
html.ch-redesign-preview #content .ch-category-card::after,
html.ch-redesign-preview #content .ch-category-card img::before,
html.ch-redesign-preview #content .ch-category-card img::after,
html.ch-redesign-preview #content .wide-carousel::before,
html.ch-redesign-preview #content .wide-carousel::after,
html.ch-redesign-preview #content .wide-carousel > #carousel::before,
html.ch-redesign-preview #content .wide-carousel > #carousel::after,
html.ch-redesign-preview #content .next-to-carousel-banners::before,
html.ch-redesign-preview #content .next-to-carousel-banners::after,
html.ch-redesign-preview #content .next-to-carousel-banners .banner-wrapper::before,
html.ch-redesign-preview #content .next-to-carousel-banners .banner-wrapper::after {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
html.ch-redesign-preview #content .ch-category-card:focus-visible {
  outline: 3px solid var(--ch-brand-accent, #007599) !important;
  outline-offset: 3px !important;
}

/* FINAL CATEGORY IMAGE FIDELITY 1.41.2: keep the four homepage photos on a
   direct compositing path. The former hover scale made browsers re-rasterize
   the image, which could make the idle state appear softer than hover. */
html.ch-redesign-preview #content .ch-category-card,
html.ch-redesign-preview #content .ch-category-card img,
html.ch-redesign-preview #content .ch-category-card::before,
html.ch-redesign-preview #content .ch-category-card::after {
  filter: none !important;
  backdrop-filter: none !important;
  mix-blend-mode: normal !important;
}
html.ch-redesign-preview #content .ch-category-card img,
html.ch-redesign-preview #content .ch-category-card:hover img,
html.ch-redesign-preview #content .ch-category-card:focus-visible img {
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  will-change: auto !important;
  image-rendering: auto !important;
}

/* FINAL CATEGORY CARD POLISH 1.43.2: keep the image unfiltered and add a
   restrained zoom on devices that actually support hover. */
html.ch-redesign-preview #content .ch-category-card {
  box-shadow: 0 8px 24px rgba(0,49,64,.08) !important;
  transition: box-shadow .26s ease !important;
}
html.ch-redesign-preview #content .ch-category-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: '';
  background: linear-gradient(135deg, rgba(255,255,255,.16) 0%, rgba(255,255,255,.05) 20%, rgba(255,255,255,0) 42%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .26s ease;
}
html.ch-redesign-preview #content .ch-category-card::after {
  background: linear-gradient(180deg, rgba(0,49,64,0) 38%, rgba(0,49,64,.12) 58%, rgba(0,49,64,.82) 100%);
  opacity: 1 !important;
  transition: opacity .26s ease;
}
@media (hover: hover) and (pointer: fine) {
  html.ch-redesign-preview #content .ch-category-card img {
    transform: scale(1) !important;
    transform-origin: 50% 50%;
    backface-visibility: hidden;
    transition: transform .55s cubic-bezier(.22,.61,.36,1) !important;
  }
  html.ch-redesign-preview #content .ch-category-card:hover img,
  html.ch-redesign-preview #content .ch-category-card:focus-visible img {
    transform: scale(1.025) !important;
  }
}
html.ch-redesign-preview #content .ch-category-card:hover,
html.ch-redesign-preview #content .ch-category-card:focus-visible {
  box-shadow: 0 16px 38px rgba(0,49,64,.2) !important;
}
html.ch-redesign-preview #content .ch-category-card:hover::before,
html.ch-redesign-preview #content .ch-category-card:focus-visible::before {
  opacity: 1;
}
html.ch-redesign-preview #content .ch-category-card:hover::after,
html.ch-redesign-preview #content .ch-category-card:focus-visible::after {
  opacity: .9 !important;
}
html.ch-redesign-preview #content .ch-category-card__cta {
  box-shadow: 0 4px 14px rgba(0,49,64,.12);
  transition: background-color .22s ease, color .22s ease, box-shadow .22s ease;
}
html.ch-redesign-preview #content .ch-category-card:hover .ch-category-card__cta,
html.ch-redesign-preview #content .ch-category-card:focus-visible .ch-category-card__cta {
  box-shadow: 0 7px 18px rgba(0,49,64,.24);
}
@media (prefers-reduced-motion: reduce) {
  html.ch-redesign-preview #content .ch-category-card,
  html.ch-redesign-preview #content .ch-category-card img,
  html.ch-redesign-preview #content .ch-category-card::before,
  html.ch-redesign-preview #content .ch-category-card::after,
  html.ch-redesign-preview #content .ch-category-card__cta {
    transition: none !important;
  }
  html.ch-redesign-preview #content .ch-category-card img,
  html.ch-redesign-preview #content .ch-category-card:hover img,
  html.ch-redesign-preview #content .ch-category-card:focus-visible img {
    transform: none !important;
  }
}

/* FINAL HOMEPAGE ABOUT STORY 1.44.0: text-first editorial panel sourced from
   the dedicated supplementary Shoptet banner. */
html.ch-redesign-preview[data-ch-about-ready] #content .banner-wrapper[data-ch-about-original] {
  display: none !important;
}
html.ch-redesign-preview .homepage-about-row { display: block !important; }
html.ch-redesign-preview .ch-home-about {
  width: calc(100% - 40px);
  max-width: 1600px;
  margin: 0 auto 56px;
}
html.ch-redesign-preview .ch-home-about__card {
  display: grid;
  grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
  min-height: 470px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--ch-brand-primary, #003140);
  color: #fff;
}
html.ch-redesign-preview .ch-home-about__media {
  position: relative;
  min-width: 0;
  min-height: 470px;
  overflow: hidden;
  background: #0b2730;
}
html.ch-redesign-preview .ch-home-about__media::before {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: clamp(70px, 9vw, 150px);
  background: linear-gradient(90deg, var(--ch-brand-primary, #003140) 0%, rgba(0,49,64,.72) 36%, rgba(0,49,64,0) 100%);
  content: '';
  pointer-events: none;
}
html.ch-redesign-preview .ch-home-about__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 50%;
  transform: scale(1.001);
  transition: transform .7s cubic-bezier(.22,.61,.36,1);
}
html.ch-redesign-preview .ch-home-about__copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(38px, 4.6vw, 74px);
}
html.ch-redesign-preview .ch-home-about__eyebrow {
  margin: 0 0 14px;
  color: var(--ch-brand-yellow, #eeba2b);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}
html.ch-redesign-preview .ch-home-about h2 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: clamp(30px, 3.1vw, 48px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.06;
}
html.ch-redesign-preview .ch-home-about__text {
  max-width: 42ch;
  margin: 20px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 1.6;
}
html.ch-redesign-preview .ch-home-about__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 26px;
  padding: 11px 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--ch-brand-primary, #003140);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
html.ch-redesign-preview .ch-home-about__cta:hover,
html.ch-redesign-preview .ch-home-about__cta:focus-visible {
  background: var(--ch-brand-yellow, #eeba2b);
  color: var(--ch-brand-primary, #003140);
}
@media (hover: hover) and (pointer: fine) {
  html.ch-redesign-preview .ch-home-about__card:hover .ch-home-about__image,
  html.ch-redesign-preview .ch-home-about__card:focus-within .ch-home-about__image {
    transform: scale(1.02);
  }
}
@media (max-width: 767px) {
  html.ch-redesign-preview .ch-home-about {
    width: calc(100% - 24px);
    margin-bottom: 34px;
  }
  html.ch-redesign-preview .ch-home-about__card {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(390px, 52vh);
    min-height: 0;
    border-radius: 14px;
  }
  html.ch-redesign-preview .ch-home-about__copy { padding: 30px 22px 32px; }
  html.ch-redesign-preview .ch-home-about__eyebrow { margin-bottom: 10px; font-size: 9px; line-height: 1.45; }
  html.ch-redesign-preview .ch-home-about h2 { max-width: 15ch; font-size: clamp(28px, 8.2vw, 34px); }
  html.ch-redesign-preview .ch-home-about__text { margin-top: 14px; font-size: 13px; line-height: 1.55; }
  html.ch-redesign-preview .ch-home-about__cta { min-height: 42px; margin-top: 22px; padding: 10px 17px; font-size: 12px; }
  html.ch-redesign-preview .ch-home-about__media { min-height: 390px; }
  html.ch-redesign-preview .ch-home-about__media::before {
    inset: 0 0 auto;
    width: auto;
    height: 70px;
    background: linear-gradient(180deg, var(--ch-brand-primary, #003140) 0%, rgba(0,49,64,.62) 35%, rgba(0,49,64,0) 100%);
  }
  html.ch-redesign-preview .ch-home-about__image { object-position: 58% 50%; }
}
@media (prefers-reduced-motion: reduce) {
  html.ch-redesign-preview .ch-home-about__image,
  html.ch-redesign-preview .ch-home-about__card:hover .ch-home-about__image,
  html.ch-redesign-preview .ch-home-about__card:focus-within .ch-home-about__image {
    transform: none !important;
    transition: none !important;
  }
}

/* FINAL RESPONSIVE GEOMETRY + COMPACT HOMEPAGE 1.44.0
   Keep every native Splide wrapper at the same height as the hero canvas. */
html.ch-redesign-preview #content .wide-carousel > #carousel,
html.ch-redesign-preview #content .wide-carousel .splide,
html.ch-redesign-preview #content .wide-carousel .splide__track,
html.ch-redesign-preview #content .wide-carousel .splide__list,
html.ch-redesign-preview #content .wide-carousel .splide__slide,
html.ch-redesign-preview #content .wide-carousel .carousel-inner,
html.ch-redesign-preview #content .wide-carousel .carousel-inner .item,
html.ch-redesign-preview #content .wide-carousel .carousel-inner .item > span,
html.ch-redesign-preview #content .wide-carousel .banner-wrapper,
html.ch-redesign-preview #content .wide-carousel .banner,
html.ch-redesign-preview #content .wide-carousel .ch-hero-admin-source {
  box-sizing: border-box !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
}
html.ch-redesign-preview #content .wide-carousel .carousel-inner .item > span,
html.ch-redesign-preview #content .wide-carousel .banner-wrapper,
html.ch-redesign-preview #content .wide-carousel .banner,
html.ch-redesign-preview #content .wide-carousel .ch-hero-admin-source {
  display: block !important;
  overflow: hidden !important;
}
html.ch-redesign-preview #content .wide-carousel .ch-hero-admin-source > img {
  inset: 0 !important;
  height: 100% !important;
  min-height: 100% !important;
}

/* Let product slides use their content height. The old 100% inner height and
   stretched Splide row created an empty white tail below price/availability. */
html.ch-redesign-preview #homepageProducts61 #products-61 .splide__track {
  height: auto !important;
  min-height: 0 !important;
}
html.ch-redesign-preview #homepageProducts61 #products-61 .splide__list {
  height: auto !important;
  min-height: 0 !important;
  align-items: flex-start !important;
}
html.ch-redesign-preview #homepageProducts61 #products-61 .product,
html.ch-redesign-preview #homepageProducts61 #products-61 .splide__slide,
html.ch-redesign-preview #homepageProducts61 #products-61 .product .p {
  height: auto !important;
  min-height: 0 !important;
}
html.ch-redesign-preview #homepageProducts61 #products-61 .product .p {
  padding-bottom: 15px !important;
}
html.ch-redesign-preview #homepageProducts61 #products-61 .product .p-bottom {
  height: auto !important;
  min-height: 0 !important;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 992px) {
  html.ch-redesign-preview #homepageProducts61 {
    margin: 22px auto 24px !important;
  }
  html.ch-redesign-preview #homepageProducts61 #products-61 {
    padding-bottom: 20px !important;
  }
  html.ch-redesign-preview .ch-feature-banners {
    margin-top: 12px;
    margin-bottom: 28px;
  }
  html.ch-redesign-preview .ch-home-about { margin-bottom: 30px; }
  html.ch-redesign-preview .homepage-editorial { margin-top: 28px; margin-bottom: 38px; }
}
@media (max-width: 991px) {
  html.ch-redesign-preview #homepageProducts61 {
    margin-top: 18px !important;
    margin-bottom: 22px !important;
  }
  html.ch-redesign-preview #homepageProducts61 #products-61 {
    padding-bottom: 20px !important;
  }
  html.ch-redesign-preview .ch-feature-banners {
    margin-top: 12px;
    margin-bottom: 24px;
  }
  html.ch-redesign-preview .ch-home-about { margin-bottom: 26px; }
  html.ch-redesign-preview .homepage-editorial { margin-top: 24px; margin-bottom: 32px; }
}

/* FINAL IPAD PORTRAIT GEOMETRY 1.44.1
   Shoptet keeps the tablet header in normal document flow, so the mobile
   fixed-header reservation created a blank strip above the USP bar.  The
   footer also needs its own compact three-column/tablet utility layout; the
   desktop negative copyright offset must not be inherited here. */
@media (min-width: 768px) and (max-width: 991px) {
  html.ch-header-redesign .overall-wrapper {
    padding-top: 0 !important;
  }

  html.ch-header-redesign #footer .footer-rows,
  html.ch-header-redesign #footer .footer-bottom {
    width: calc(100% - 40px) !important;
    max-width: 940px !important;
  }
  html.ch-header-redesign #footer .footer-rows {
    padding: 38px 0 26px !important;
  }
  html.ch-header-redesign #footer .ch-footer-layout {
    grid-template-columns: minmax(270px, 1.25fr) minmax(145px, .72fr) minmax(190px, 1fr) !important;
    grid-template-areas:
      'contact links1 links2'
      'utility utility utility' !important;
    column-gap: 24px !important;
    row-gap: 32px !important;
    align-items: start !important;
  }
  html.ch-header-redesign #footer .ch-footer-layout > * {
    align-self: start !important;
  }
  html.ch-header-redesign #footer .ch-footer-layout > .custom-footer__contact {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  html.ch-header-redesign #footer .ch-footer-layout > .custom-footer__articles {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
  html.ch-header-redesign #footer .ch-footer-layout > .custom-footer__section2 {
    grid-column: 3 !important;
    grid-row: 1 !important;
  }
  html.ch-header-redesign #footer .ch-footer-brand {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: none !important;
  }
  html.ch-header-redesign #footer .ch-footer-sustainability {
    max-width: none !important;
    margin-bottom: 18px !important;
  }
  html.ch-header-redesign #footer .ch-footer-utility__grid {
    display: grid !important;
    grid-template-columns: 160px minmax(220px, 1fr) minmax(130px, 160px) !important;
    align-items: center !important;
    gap: 24px !important;
    width: 100% !important;
  }
  html.ch-header-redesign #footer .ch-footer-carrier-logos,
  html.ch-header-redesign #footer .ch-footer-payment-logos {
    width: auto !important;
    margin: 0 !important;
  }
  html.ch-header-redesign #footer .ch-footer-premium-products {
    width: min(100%, 150px) !important;
    max-width: 150px !important;
    margin: 0 !important;
  }
  html.ch-header-redesign #footer .footer-bottom {
    position: relative !important;
    min-height: 0 !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding: 16px 0 22px !important;
  }
}















