.product-detail-hotspots {
  .shop-the-look__item.shop-the-look__item--products {
    gap: 3.2rem;
  }
}

.product-detail-hotspots__heading {
  font-size: 2.4rem;
  line-height: 3.2rem;
  padding-block: 0 !important;
  width: 100%;
  max-width: 32rem;
  text-align: left;
}

.product-detail-hotspot__title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  max-width: 32rem;
  text-align: left;
  margin-inline: auto;
}

.product-detail-hotspot__description {
  max-width: 32rem;
  text-align: left;
  margin-inline: auto;
}

.product-detail-hotspots__bottom {
  max-width: 32rem;
  margin-inline: auto;

  .swiper-buttons {
    padding-inline: 0;
  }
}

.product-detail-hotspots__content {
  width: 100%;
  max-width: 32rem !important;
}

.product-detail-hotspots .shop-the-look__media img {
  min-height: unset;
}

.product-detail-hotspots .shop-the-look__swiper {
  display: block;
}

.product-detail-hotspots .shop-the-look__item--products {
  position: static;
  transform: none;
}
