/* NOVÁ PLEŤ – homepage panel v6
   - sjednocená šířka homepage bloků
   - menší hlavní banner
   - opravené konkurenční výhody
   - jeden posuvný pás rychlého výběru a skincare kroků
*/

:root {
  --np-home-width: 1240px;
  --np-bg: #fffaf9;
  --np-bg-soft: #fff3f1;
  --np-border: #ead3cd;
  --np-border-soft: #f0e3e1;
  --np-text: #241f20;
  --np-muted: #685d5b;
  --np-accent: #a96f73;
  --np-accent-dark: #8f5f59;
  --np-icon: #f2aaa6;
  --np-shadow: 0 10px 24px rgba(74, 52, 53, 0.055);
}

/* 1) Hlavní banner – menší výška, ale pořád prodejní plocha */
@media (min-width: 992px) {
  body.type-index #carousel,
  body.type-index .content-wrapper-in > .carousel:first-child,
  body.type-index .content-wrapper > .carousel:first-child,
  body.type-index .content > .carousel:first-child {
    max-height: 360px !important;
    overflow: hidden !important;
  }

  body.type-index #carousel .carousel-inner,
  body.type-index #carousel .carousel-inner > .item,
  body.type-index #carousel .carousel-inner > .carousel-item,
  body.type-index #carousel .carousel-inner > .item > a,
  body.type-index #carousel .carousel-inner > .carousel-item > a,
  body.type-index .content-wrapper-in > .carousel:first-child .carousel-inner,
  body.type-index .content-wrapper-in > .carousel:first-child .carousel-inner > .item,
  body.type-index .content-wrapper-in > .carousel:first-child .carousel-inner > .carousel-item,
  body.type-index .content-wrapper > .carousel:first-child .carousel-inner,
  body.type-index .content-wrapper > .carousel:first-child .carousel-inner > .item,
  body.type-index .content-wrapper > .carousel:first-child .carousel-inner > .carousel-item,
  body.type-index .content > .carousel:first-child .carousel-inner,
  body.type-index .content > .carousel:first-child .carousel-inner > .item,
  body.type-index .content > .carousel:first-child .carousel-inner > .carousel-item {
    max-height: 360px !important;
  }

  body.type-index #carousel img,
  body.type-index .content-wrapper-in > .carousel:first-child img,
  body.type-index .content-wrapper > .carousel:first-child img,
  body.type-index .content > .carousel:first-child img {
    display: block !important;
    width: 100% !important;
    height: clamp(290px, 24vw, 360px) !important;
    max-height: 360px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

@media (max-width: 991px) {
  body.type-index #carousel,
  body.type-index .content-wrapper-in > .carousel:first-child,
  body.type-index .content-wrapper > .carousel:first-child,
  body.type-index .content > .carousel:first-child {
    max-height: none !important;
  }

  body.type-index #carousel img,
  body.type-index .content-wrapper-in > .carousel:first-child img,
  body.type-index .content-wrapper > .carousel:first-child img,
  body.type-index .content > .carousel:first-child img {
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }
}

/* 2) Společná šířka hlavních homepage bloků */
body.type-index .benefitBanner,
body.in-index .benefitBanner,
.homepage .benefitBanner,
body.type-index #homepage-benefits,
body.in-index #homepage-benefits,
.homepage #homepage-benefits,
body.type-index .np-home-guide,
body.type-index .np-care-picker,
body.type-index .np-home-product-pair {
  width: min(var(--np-home-width), calc(100% - 48px)) !important;
  max-width: var(--np-home-width) !important;
  box-sizing: border-box !important;
}

/* 3) Konkurenční výhody – oprava rozbití textu + stejná délka bloku */
body.type-index .benefitBanner,
body.in-index .benefitBanner,
.homepage .benefitBanner,
body.type-index #homepage-benefits,
body.in-index #homepage-benefits,
.homepage #homepage-benefits {
  margin: 24px auto 30px !important;
  padding: 30px 34px 28px !important;
  display: block !important;
  background:
    radial-gradient(circle at 0 0, rgba(244, 209, 211, 0.26), transparent 34%),
    linear-gradient(90deg, var(--np-bg) 0%, var(--np-bg-soft) 100%) !important;
  border: 1px solid var(--np-border) !important;
  border-radius: 18px !important;
  box-shadow: var(--np-shadow) !important;
  overflow: visible !important;
}

body.type-index .benefitBanner > .benefitBanner__content,
body.in-index .benefitBanner > .benefitBanner__content,
.homepage .benefitBanner > .benefitBanner__content,
body.type-index #homepage-benefits > .benefitBanner__content,
body.in-index #homepage-benefits > .benefitBanner__content,
.homepage #homepage-benefits > .benefitBanner__content,
body.type-index .benefitBanner .benefitBanner__content,
body.in-index .benefitBanner .benefitBanner__content,
.homepage .benefitBanner .benefitBanner__content,
body.type-index #homepage-benefits .benefitBanner__content,
body.in-index #homepage-benefits .benefitBanner__content,
.homepage #homepage-benefits .benefitBanner__content {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: start !important;
  width: 100% !important;
  min-width: 0 !important;
}

body.type-index .benefitBanner__item,
body.in-index .benefitBanner__item,
.homepage .benefitBanner__item,
body.type-index #homepage-benefits .benefitBanner__item,
body.in-index #homepage-benefits .benefitBanner__item,
.homepage #homepage-benefits .benefitBanner__item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 8px !important;
  text-align: center !important;
  box-sizing: border-box !important;
  white-space: normal !important;
}

body.type-index .benefitBanner__picture,
body.in-index .benefitBanner__picture,
.homepage .benefitBanner__picture,
body.type-index #homepage-benefits .benefitBanner__picture,
body.in-index #homepage-benefits .benefitBanner__picture,
.homepage #homepage-benefits .benefitBanner__picture {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 52px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  text-align: center !important;
}

body.type-index .benefitBanner__picture img,
body.in-index .benefitBanner__picture img,
.homepage .benefitBanner__picture img,
body.type-index .benefitBanner__picture svg,
body.in-index .benefitBanner__picture svg,
.homepage .benefitBanner__picture svg,
body.type-index #homepage-benefits .benefitBanner__picture img,
body.in-index #homepage-benefits .benefitBanner__picture img,
.homepage #homepage-benefits .benefitBanner__picture img,
body.type-index #homepage-benefits .benefitBanner__picture svg,
body.in-index #homepage-benefits .benefitBanner__picture svg,
.homepage #homepage-benefits .benefitBanner__picture svg {
  width: 46px !important;
  height: 46px !important;
  max-width: 46px !important;
  max-height: 46px !important;
  object-fit: contain !important;
  color: var(--np-icon) !important;
  fill: none !important;
}

body.type-index .benefitBanner__title,
body.in-index .benefitBanner__title,
.homepage .benefitBanner__title,
body.type-index .benefitBanner__name,
body.in-index .benefitBanner__name,
.homepage .benefitBanner__name,
body.type-index #homepage-benefits .benefitBanner__title,
body.in-index #homepage-benefits .benefitBanner__title,
.homepage #homepage-benefits .benefitBanner__title,
body.type-index #homepage-benefits .benefitBanner__name,
body.in-index #homepage-benefits .benefitBanner__name,
.homepage #homepage-benefits .benefitBanner__name {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 6px !important;
  color: #1f1f1f !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

body.type-index .benefitBanner__description,
body.in-index .benefitBanner__description,
.homepage .benefitBanner__description,
body.type-index .benefitBanner p,
body.in-index .benefitBanner p,
.homepage .benefitBanner p,
body.type-index #homepage-benefits .benefitBanner__description,
body.in-index #homepage-benefits .benefitBanner__description,
.homepage #homepage-benefits .benefitBanner__description,
body.type-index #homepage-benefits p,
body.in-index #homepage-benefits p,
.homepage #homepage-benefits p {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  color: #5f5553 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  text-align: center !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

/* 4) Jeden posuvný pás: potřeby pleti + skincare kroky */
body.type-index .np-home-guide {
  position: relative;
  margin: 0 auto 34px !important;
  padding: 26px 28px 28px !important;
  overflow: hidden !important;
  border: 1px solid var(--np-border-soft) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 100% 0, rgba(244, 209, 211, 0.40), transparent 35%),
    var(--np-bg) !important;
  box-shadow: var(--np-shadow) !important;
}

body.type-index .np-guide-header {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 430px) auto !important;
  align-items: end !important;
  gap: 22px !important;
  margin-bottom: 18px !important;
}

body.type-index .np-guide-kicker {
  display: block !important;
  margin-bottom: 5px !important;
  color: var(--np-accent) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 1.45px !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

body.type-index .np-home-guide h2 {
  margin: 0 !important;
  color: var(--np-text) !important;
  font-size: clamp(24px, 2.25vw, 32px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.45px !important;
  line-height: 1.15 !important;
  text-align: left !important;
  text-transform: none !important;
}

body.type-index .np-guide-subtitle {
  max-width: 430px !important;
  margin: 0 !important;
  color: var(--np-muted) !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  text-align: right !important;
}

body.type-index .np-guide-controls {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 10px !important;
}

body.type-index .np-guide-button,
body.type-index .np-care-picker-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 46px !important;
  height: 46px !important;
  padding: 0 !important;
  border: 1px solid #ead3cd !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #2f2929 !important;
  cursor: pointer !important;
  box-shadow: 0 6px 16px rgba(74, 52, 53, 0.06) !important;
}

body.type-index .np-guide-button svg,
body.type-index .np-care-picker-button svg {
  width: 22px !important;
  height: 22px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.type-index .np-guide-viewport {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 2px 2px 8px !important;
  scroll-behavior: smooth !important;
  scroll-snap-type: x proximity !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;
}

body.type-index .np-guide-viewport::-webkit-scrollbar {
  display: none !important;
}

body.type-index .np-guide-track {
  display: flex !important;
  gap: 12px !important;
  align-items: stretch !important;
}

body.type-index .np-guide-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 78px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
  flex: 0 0 282px !important;
  min-height: 108px !important;
  padding: 13px 15px !important;
  border: 1px solid #eadbd8 !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #342b2c !important;
  text-align: left !important;
  text-decoration: none !important;
  box-shadow: 0 5px 16px rgba(74, 52, 53, 0.06) !important;
  box-sizing: border-box !important;
  scroll-snap-align: start !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}

body.type-index .np-guide-card:hover,
body.type-index .np-guide-card:focus-visible {
  border-color: #ddb9b8 !important;
  color: #342b2c !important;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(74, 52, 53, 0.13) !important;
  transform: translateY(-3px) !important;
}

body.type-index .np-guide-image {
  position: relative !important;
  display: block !important;
  width: 78px !important;
  height: 78px !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  background: #fff3f1 !important;
  box-shadow: inset 0 0 0 1px #f0d6d1 !important;
}

body.type-index .np-guide-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.type-index .np-guide-image.is-empty {
  display: none !important;
}

body.type-index .np-guide-number {
  position: absolute !important;
  top: 6px !important;
  left: 6px !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 26px !important;
  height: 26px !important;
  padding: 0 7px !important;
  border-radius: 999px !important;
  background: var(--np-accent) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: 0 4px 10px rgba(74, 52, 53, 0.16) !important;
}

body.type-index .np-guide-content {
  display: block !important;
  min-width: 0 !important;
}

body.type-index .np-guide-badge {
  display: inline-block !important;
  margin: 0 0 5px !important;
  color: var(--np-accent) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.7px !important;
  text-transform: uppercase !important;
}

body.type-index .np-guide-title {
  display: block !important;
  margin: 0 0 4px !important;
  color: #241f20 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: left !important;
}

body.type-index .np-guide-text {
  display: block !important;
  color: #6b5d5a !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

/* Staré duplicitní bloky z předchozí verze nesmí zůstat vidět, pokud je někde natáhne jiný skript. */
body.type-index #np-need-picker,
body.type-index #np-skincare-steps {
  display: none !important;
}

/* 5) Původní obrázkový rozcestník kategorií – sjednocená délka */
body.type-index .np-care-picker {
  margin: 34px auto 46px !important;
  padding: 28px 28px 30px !important;
  overflow: hidden !important;
  border: 1px solid var(--np-border-soft) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 100% 0, rgba(244, 209, 211, 0.42), transparent 34%),
    var(--np-bg) !important;
  box-shadow: var(--np-shadow) !important;
}

body.type-index .np-care-picker-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-bottom: 18px !important;
}

body.type-index .np-care-picker-kicker {
  display: block !important;
  margin-bottom: 5px !important;
  color: var(--np-accent) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 1.45px !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

body.type-index .np-care-picker h2 {
  margin: 0 !important;
  color: var(--np-text) !important;
  font-size: clamp(24px, 2.25vw, 32px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.45px !important;
  line-height: 1.15 !important;
  text-align: left !important;
}

body.type-index .np-care-picker-track {
  display: flex !important;
  gap: 16px !important;
}

body.type-index .np-care-card {
  flex: 0 0 292px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #eadbd8 !important;
  box-shadow: 0 5px 16px rgba(74, 52, 53, 0.06) !important;
}

body.type-index .np-care-card-image {
  display: block !important;
  height: 150px !important;
  overflow: hidden !important;
}

body.type-index .np-care-card-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.type-index .np-care-card-content {
  display: block !important;
  padding: 18px 18px 20px !important;
}

body.type-index .np-care-card-title {
  display: block !important;
  min-height: 44px !important;
  margin: 0 0 14px !important;
  color: #3b3131 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.type-index .np-care-card-text {
  display: none !important;
}

body.type-index .np-care-card-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 9px 14px !important;
  border: 2px solid #f3a9a7 !important;
  border-radius: 999px !important;
  color: var(--np-accent) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

body.type-index .np-care-card-link svg {
  display: none !important;
}

/* 6) Produktové karusely – sjednocený velký panel */
body.type-index .np-home-product-pair {
  position: relative !important;
  margin: 38px auto 48px !important;
  padding: 28px 28px 30px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 100% 0, rgba(244, 209, 211, 0.42), transparent 34%),
    var(--np-bg) !important;
  border: 1px solid var(--np-border-soft) !important;
  border-radius: 18px !important;
  box-shadow: var(--np-shadow) !important;
}

body.type-index .np-home-product-pair > .homepage-group-title {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #111 !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 38px !important;
  text-align: center !important;
}

body.type-index .np-home-product-pair > .homepage-products-heading-7 {
  margin: 18px 0 !important;
}

body.type-index .np-home-product-pair > .np-home-product-row {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 32px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

body.type-index .np-home-product-pair .products-block {
  align-items: stretch !important;
}

body.type-index .np-home-product-pair .product {
  align-self: stretch !important;
}

body.type-index .np-home-product-pair .product > .p {
  height: 100% !important;
}

body.type-index .np-home-product-pair .product-slider-pagination {
  margin-top: 14px !important;
}

body.type-index #np-home-product-panel {
  display: none !important;
}

@media (min-width: 1199px) {
  body.type-index .np-home-product-pair {
    margin: 34px auto 44px !important;
    padding: 26px 24px 28px !important;
  }

  body.type-index .np-home-product-pair > .homepage-group-title {
    margin-bottom: 14px !important;
    font-size: 30px !important;
    line-height: 36px !important;
  }

  body.type-index .np-home-product-pair > .homepage-products-heading-7 {
    margin: 16px 0 14px !important;
  }

  body.type-index .np-home-product-pair > .np-home-product-row {
    padding: 0 26px !important;
  }
}

@media (max-width: 1198px) {
  body.type-index .benefitBanner,
  body.in-index .benefitBanner,
  .homepage .benefitBanner,
  body.type-index #homepage-benefits,
  body.in-index #homepage-benefits,
  .homepage #homepage-benefits,
  body.type-index .np-home-guide,
  body.type-index .np-care-picker,
  body.type-index .np-home-product-pair {
    width: min(1040px, calc(100% - 32px)) !important;
  }

  body.type-index .np-guide-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  body.type-index .np-guide-subtitle {
    grid-column: 1 / -1 !important;
    max-width: none !important;
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  body.type-index .benefitBanner,
  body.in-index .benefitBanner,
  .homepage .benefitBanner,
  body.type-index #homepage-benefits,
  body.in-index #homepage-benefits,
  .homepage #homepage-benefits,
  body.type-index .np-home-guide,
  body.type-index .np-care-picker,
  body.type-index .np-home-product-pair {
    width: calc(100% - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 15px !important;
  }

  body.type-index .benefitBanner,
  body.in-index .benefitBanner,
  .homepage .benefitBanner,
  body.type-index #homepage-benefits,
  body.in-index #homepage-benefits,
  .homepage #homepage-benefits {
    margin-top: 16px !important;
    margin-bottom: 24px !important;
    padding: 20px 12px 18px !important;
  }

  body.type-index .benefitBanner > .benefitBanner__content,
  body.in-index .benefitBanner > .benefitBanner__content,
  .homepage .benefitBanner > .benefitBanner__content,
  body.type-index #homepage-benefits > .benefitBanner__content,
  body.in-index #homepage-benefits > .benefitBanner__content,
  .homepage #homepage-benefits > .benefitBanner__content,
  body.type-index .benefitBanner .benefitBanner__content,
  body.in-index .benefitBanner .benefitBanner__content,
  .homepage .benefitBanner .benefitBanner__content,
  body.type-index #homepage-benefits .benefitBanner__content,
  body.in-index #homepage-benefits .benefitBanner__content,
  .homepage #homepage-benefits .benefitBanner__content {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 12px !important;
  }

  body.type-index .benefitBanner__picture,
  body.in-index .benefitBanner__picture,
  .homepage .benefitBanner__picture,
  body.type-index #homepage-benefits .benefitBanner__picture,
  body.in-index #homepage-benefits .benefitBanner__picture,
  .homepage #homepage-benefits .benefitBanner__picture {
    height: 42px !important;
    margin-bottom: 8px !important;
  }

  body.type-index .benefitBanner__picture img,
  body.in-index .benefitBanner__picture img,
  .homepage .benefitBanner__picture img,
  body.type-index .benefitBanner__picture svg,
  body.in-index .benefitBanner__picture svg,
  .homepage .benefitBanner__picture svg,
  body.type-index #homepage-benefits .benefitBanner__picture img,
  body.in-index #homepage-benefits .benefitBanner__picture img,
  .homepage #homepage-benefits .benefitBanner__picture img,
  body.type-index #homepage-benefits .benefitBanner__picture svg,
  body.in-index #homepage-benefits .benefitBanner__picture svg,
  .homepage #homepage-benefits .benefitBanner__picture svg {
    width: 38px !important;
    height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
  }

  body.type-index .benefitBanner__title,
  body.in-index .benefitBanner__title,
  .homepage .benefitBanner__title,
  body.type-index .benefitBanner__name,
  body.in-index .benefitBanner__name,
  .homepage .benefitBanner__name,
  body.type-index #homepage-benefits .benefitBanner__title,
  body.in-index #homepage-benefits .benefitBanner__title,
  .homepage #homepage-benefits .benefitBanner__title,
  body.type-index #homepage-benefits .benefitBanner__name,
  body.in-index #homepage-benefits .benefitBanner__name,
  .homepage #homepage-benefits .benefitBanner__name {
    font-size: 15px !important;
    line-height: 1.18 !important;
  }

  body.type-index .benefitBanner__description,
  body.in-index .benefitBanner__description,
  .homepage .benefitBanner__description,
  body.type-index .benefitBanner p,
  body.in-index .benefitBanner p,
  .homepage .benefitBanner p,
  body.type-index #homepage-benefits .benefitBanner__description,
  body.in-index #homepage-benefits .benefitBanner__description,
  .homepage #homepage-benefits .benefitBanner__description,
  body.type-index #homepage-benefits p,
  body.in-index #homepage-benefits p,
  .homepage #homepage-benefits p {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  body.type-index .np-home-guide,
  body.type-index .np-care-picker,
  body.type-index .np-home-product-pair {
    padding: 21px 14px 22px !important;
  }

  body.type-index .np-guide-header,
  body.type-index .np-care-picker-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
    margin-bottom: 16px !important;
  }

  body.type-index .np-guide-subtitle {
    grid-column: 1 / -1 !important;
    margin-top: 0 !important;
    font-size: 14px !important;
    text-align: left !important;
  }

  body.type-index .np-home-guide h2,
  body.type-index .np-care-picker h2,
  body.type-index .np-home-product-pair > .homepage-group-title {
    font-size: 24px !important;
    line-height: 30px !important;
    text-align: left !important;
  }

  body.type-index .np-guide-button,
  body.type-index .np-care-picker-button {
    width: 40px !important;
    height: 40px !important;
  }

  body.type-index .np-guide-card {
    flex-basis: 260px !important;
    grid-template-columns: 70px minmax(0, 1fr) !important;
    min-height: 98px !important;
    padding: 12px 13px !important;
  }

  body.type-index .np-guide-image {
    width: 70px !important;
    height: 70px !important;
  }

  body.type-index .np-guide-title {
    font-size: 15px !important;
  }

  body.type-index .np-care-card {
    flex-basis: 250px !important;
  }

  body.type-index .np-care-card-image {
    height: 130px !important;
  }

  body.type-index .np-home-product-pair > .np-home-product-row {
    padding: 0 26px !important;
  }
}

/* === NP HOTFIX V6.1 – OPRAVA KONKURENČNÍCH VÝHOD ===
   Opravuje rozpad textu u bloku „Konkurenční výhody“.
   Nezasahuje do rychlého výběru, produktových karuselů ani kontaktů.
*/

body.type-index .benefitBanner,
body.in-index .benefitBanner,
.homepage .benefitBanner {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
  width: min(var(--np-home-width), calc(100% - 48px)) !important;
  max-width: var(--np-home-width) !important;
  margin: 24px auto 30px !important;
  padding: 30px 34px 28px !important;
  box-sizing: border-box !important;
  background:
    radial-gradient(circle at 0 0, rgba(244, 209, 211, 0.26), transparent 34%),
    linear-gradient(90deg, var(--np-bg) 0%, var(--np-bg-soft) 100%) !important;
  border: 1px solid var(--np-border) !important;
  border-radius: 18px !important;
  box-shadow: var(--np-shadow) !important;
  overflow: hidden !important;
}

/* Když má Shoptet uvnitř ještě obalový .benefitBanner__content, uděláme grid až z něj. */
body.type-index .benefitBanner > .benefitBanner__content,
body.in-index .benefitBanner > .benefitBanner__content,
.homepage .benefitBanner > .benefitBanner__content {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0 !important;
}

body.type-index .benefitBanner__item,
body.in-index .benefitBanner__item,
.homepage .benefitBanner__item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 8px !important;
  text-align: center !important;
  box-sizing: border-box !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

/* Toto je hlavní oprava: textový obal uvnitř položky nesmí být grid, jinak se nadpis a popis rozhodí vedle sebe. */
body.type-index .benefitBanner__item .benefitBanner__content,
body.in-index .benefitBanner__item .benefitBanner__content,
.homepage .benefitBanner__item .benefitBanner__content,
body.type-index .benefitBanner__item .benefitBanner__data,
body.in-index .benefitBanner__item .benefitBanner__data,
.homepage .benefitBanner__item .benefitBanner__data {
  display: block !important;
  grid-template-columns: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

body.type-index .benefitBanner__picture,
body.in-index .benefitBanner__picture,
.homepage .benefitBanner__picture,
body.type-index .benefitBanner__icon,
body.in-index .benefitBanner__icon,
.homepage .benefitBanner__icon {
  order: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  text-align: center !important;
}

body.type-index .benefitBanner__picture img,
body.in-index .benefitBanner__picture img,
.homepage .benefitBanner__picture img,
body.type-index .benefitBanner__picture svg,
body.in-index .benefitBanner__picture svg,
.homepage .benefitBanner__picture svg,
body.type-index .benefitBanner__icon img,
body.in-index .benefitBanner__icon img,
.homepage .benefitBanner__icon img,
body.type-index .benefitBanner__icon svg,
body.in-index .benefitBanner__icon svg,
.homepage .benefitBanner__icon svg {
  display: block !important;
  width: 44px !important;
  height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;
  object-fit: contain !important;
}

body.type-index .benefitBanner__title,
body.in-index .benefitBanner__title,
.homepage .benefitBanner__title,
body.type-index .benefitBanner__name,
body.in-index .benefitBanner__name,
.homepage .benefitBanner__name {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

body.type-index .benefitBanner__description,
body.in-index .benefitBanner__description,
.homepage .benefitBanner__description,
body.type-index .benefitBanner__text,
body.in-index .benefitBanner__text,
.homepage .benefitBanner__text,
body.type-index .benefitBanner__item p,
body.in-index .benefitBanner__item p,
.homepage .benefitBanner__item p {
  display: block !important;
  width: 100% !important;
  max-width: 220px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #5f5553 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  text-align: center !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

@media (max-width: 1198px) {
  body.type-index .benefitBanner,
  body.in-index .benefitBanner,
  .homepage .benefitBanner,
  body.type-index .benefitBanner > .benefitBanner__content,
  body.in-index .benefitBanner > .benefitBanner__content,
  .homepage .benefitBanner > .benefitBanner__content {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
}

@media (max-width: 767px) {
  body.type-index .benefitBanner,
  body.in-index .benefitBanner,
  .homepage .benefitBanner,
  body.type-index .benefitBanner > .benefitBanner__content,
  body.in-index .benefitBanner > .benefitBanner__content,
  .homepage .benefitBanner > .benefitBanner__content {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 12px !important;
  }

  body.type-index .benefitBanner,
  body.in-index .benefitBanner,
  .homepage .benefitBanner {
    width: calc(100% - 24px) !important;
    padding: 20px 12px 18px !important;
  }

  body.type-index .benefitBanner__picture,
  body.in-index .benefitBanner__picture,
  .homepage .benefitBanner__picture,
  body.type-index .benefitBanner__icon,
  body.in-index .benefitBanner__icon,
  .homepage .benefitBanner__icon {
    height: 42px !important;
    min-height: 42px !important;
    margin-bottom: 8px !important;
  }

  body.type-index .benefitBanner__picture img,
  body.in-index .benefitBanner__picture img,
  .homepage .benefitBanner__picture img,
  body.type-index .benefitBanner__picture svg,
  body.in-index .benefitBanner__picture svg,
  .homepage .benefitBanner__picture svg,
  body.type-index .benefitBanner__icon img,
  body.in-index .benefitBanner__icon img,
  .homepage .benefitBanner__icon img,
  body.type-index .benefitBanner__icon svg,
  body.in-index .benefitBanner__icon svg,
  .homepage .benefitBanner__icon svg {
    width: 38px !important;
    height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
  }

  body.type-index .benefitBanner__title,
  body.in-index .benefitBanner__title,
  .homepage .benefitBanner__title,
  body.type-index .benefitBanner__name,
  body.in-index .benefitBanner__name,
  .homepage .benefitBanner__name {
    font-size: 15px !important;
  }

  body.type-index .benefitBanner__description,
  body.in-index .benefitBanner__description,
  .homepage .benefitBanner__description,
  body.type-index .benefitBanner__text,
  body.in-index .benefitBanner__text,
  .homepage .benefitBanner__text,
  body.type-index .benefitBanner__item p,
  body.in-index .benefitBanner__item p,
  .homepage .benefitBanner__item p {
    max-width: 170px !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 430px) {
  body.type-index .benefitBanner,
  body.in-index .benefitBanner,
  .homepage .benefitBanner,
  body.type-index .benefitBanner > .benefitBanner__content,
  body.in-index .benefitBanner > .benefitBanner__content,
  .homepage .benefitBanner > .benefitBanner__content {
    grid-template-columns: 1fr !important;
  }
}

