/* Naše Hračkářství — bezpečné globální opravy V68 */

/* Čitelné názvy podkategorií bez lámání uprostřed slov. */
html body.type-category .subcategories.with-image > li > a .text {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

/* V68: na počítači musí být cena a nákupní tlačítko vidět bez prvního rolování. */
@media (min-width: 992px) {
  html body.type-product .p-detail .p-data-wrapper {
    display: flex !important;
    flex-direction: column !important;
  }

  html body.type-product .p-data-wrapper > .p-detail-inner-header {
    order: 1 !important;
  }

  html body.type-product .p-data-wrapper > form.pr-action {
    order: 2 !important;
    margin-top: 14px !important;
  }

  html body.type-product .p-data-wrapper > .p-short-description {
    order: 3 !important;
    margin-top: 24px !important;
  }

  html body.type-product .p-data-wrapper > .nh-product-help {
    order: 4 !important;
  }

  html body.type-product .p-data-wrapper > .position--benefitProduct {
    order: 5 !important;
  }

  html body.type-product .p-data-wrapper > .buttons-wrapper {
    order: 6 !important;
  }

  html body.type-product .p-detail .p-image-wrapper {
    position: sticky !important;
    top: 86px !important;
    align-self: flex-start !important;
  }
}

/* Mobilní výhody: text nesmí být useknutý výpustkou. */
@media (max-width: 767px) {
  html body.type-index .position--benefitHomepage .benefitBanner__item {
    min-height: 92px !important;
  }

  html body.type-index .position--benefitHomepage .benefitBanner__data {
    -webkit-line-clamp: 3 !important;
  }
}

/* Mobilní LeadHub popup jako kompaktní spodní panel. */
@media (max-width: 767px) {
  /* Galerie zůstává v jedné čitelné řadě a posouvá se pouze uvnitř. */
  html body.type-product .p-thumbnails {
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  html body.type-product .p-thumbnails::-webkit-scrollbar {
    display: none;
  }

  html body.type-product .p-thumbnails a {
    scroll-snap-align: start;
  }

  /* Pevný teaser nesmí zakrývat ovládací prvky, obsah ani mobilní nákupní lištu. */
  html body #lh-go-to-popup-page {
    display: none !important;
  }

  html body .lh-popup--root {
    box-sizing: border-box !important;
    padding: 12px !important;
    align-items: flex-end !important;
  }

  html body .lh-popup-container {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 430px !important;
    max-height: 82vh !important;
    max-height: 82svh !important;
    margin: 0 auto !important;
    overflow: auto !important;
    border-radius: 20px 20px 14px 14px !important;
    box-shadow: 0 20px 55px rgba(23, 32, 51, .28) !important;
  }

  html body .lh-popup-close {
    box-sizing: border-box !important;
    display: grid !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    place-items: center !important;
  }

  html body #lh-go-to-popup-page {
    right: 10px !important;
    bottom: 10px !important;
    max-width: 150px !important;
    min-height: 40px !important;
    padding: 8px 12px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

}
