/* Product names retain readable mixed-case glyphs; editorial and hero headings keep the display face. */
.original-shop-shell .slide-card .slide-card__title,
.original-shop-shell .shop-card .shop-card__body h3,
.original-shop-shell .shop-card .shop-card__body h3 a,
.original-shop-shell h1.item__title,
.original-shop-shell .product-detail__heading h1 {
  font-family: "Manrope", Arial, sans-serif !important;
  font-weight: 600 !important;
  text-transform: none !important;
  overflow-wrap: anywhere;
  word-break: normal;
}

/* Four recommendation lines must fit the actual font's line height on mobile. */
@media (max-width: 37.5em) {
  .original-shop-shell .wp-related-slider .slide-card {
    grid-template-rows: 7.25rem auto 5.75rem;
  }

  .original-shop-shell .wp-related-slider .slide-card__title {
    height: 4lh;
    min-height: 4lh;
    max-height: 4lh;
    -webkit-line-clamp: 4;
  }
}

/* Reuse the existing homepage photograph; retain the current banner geometry. */
.original-shop-shell .company-portal { background: linear-gradient(90deg, rgba(7, 24, 47, .92), rgba(7, 24, 47, .7) 55%, rgba(7, 24, 47, .28)), url("/portal-cinema/assets/first-frames-20260916/hero-trawler.webp") center / cover no-repeat, #07182f; }
