@media (max-width: 560px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .product img {
    display: block;
    width: 100%;
    height: 108px;
    object-fit: contain;
  }

  .poster-showcase {
    margin-top: 42px;
    padding-top: 44px;
  }

  .poster-showcase__heading h3 {
    font-size: clamp(28px, 8.5vw, 34px);
    line-height: 1.3;
  }

  .poster-showcase__heading > p:last-child {
    font-size: 12px;
    line-height: 1.75;
  }

  .poster-carousel {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 6px;
  }

  .poster-carousel > button {
    position: relative;
    z-index: 2;
    width: 34px;
    height: 42px;
  }

  .poster-carousel__viewport {
    padding: 12px 0 30px;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
  }

  .poster-carousel__track {
    width: 100%;
    gap: 0;
  }

  .poster-carousel__item {
    width: 100%;
    flex: 0 0 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .poster-carousel__item:hover,
  .poster-carousel__item.is-pointer-active {
    transform: none;
  }

  .poster-carousel__item figcaption {
    right: 10px;
    bottom: -23px;
    font-size: 10px;
  }

  .lifecycle__note {
    margin-top: 4px;
    text-align: center;
  }
}
