.horeca-gallery {
  padding: 130px 4.5vw;
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  gap: 7vw;
  background: #f8f6f1;
}

.horeca-gallery__head {
  align-self: center;
}

.horeca-gallery__head h2 {
  margin: 30px 0;
  font-size: clamp(48px, 5vw, 78px);
  line-height: 1;
}

.horeca-gallery__head > p:last-child,
.customization-copy > p:last-child {
  max-width: 430px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
}

.horeca-gallery__grid {
  height: min(64vw, 780px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.horeca-gallery__item {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #d8d2c7;
}

.horeca-gallery__item--main {
  grid-row: 1 / 3;
}

.horeca-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.horeca-gallery__item:nth-child(3) img {
  object-position: center 62%;
}

.horeca-gallery__item:hover img {
  transform: scale(1.02);
}

.horeca-gallery__item figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 13px 16px;
  background: rgba(248, 246, 241, .92);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.customization-copy > p:last-child {
  margin: 34px 0 0;
}

.product-hero .hero-photo.product-slider {
  align-self: center;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  background: #d8d2c7;
}

.product-hero .hero-photo.product-slider > img {
  object-fit: cover;
  object-position: center;
}

@media (max-width: 850px) {
  .product-hero .hero-photo.product-slider {
    height: 72vw !important;
    max-height: 420px !important;
    min-height: 0;
    aspect-ratio: auto;
  }

  .product-hero .hero-slider-thumbs {
    right: 10px;
    bottom: 101px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .product-hero .hero-slider-thumbs::-webkit-scrollbar {
    display: none;
  }

  .horeca-gallery {
    padding: 58px 18px;
    display: block;
  }

  .horeca-gallery__head h2 {
    margin: 24px 0 20px;
    font-size: 40px;
  }

  .horeca-gallery__head > p:last-child {
    margin-bottom: 30px;
  }

  .horeca-gallery__grid {
    width: calc(100vw - 36px);
    height: auto;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .horeca-gallery__grid::-webkit-scrollbar {
    display: none;
  }

  .horeca-gallery__item,
  .horeca-gallery__item--main {
    flex: 0 0 84vw;
    height: 63vw;
    max-height: 410px;
    scroll-snap-align: start;
  }

  .customization-copy > p:last-child {
    margin: 24px 0 36px;
  }
}
