.am360-product-swiper-section {
  padding: 92px 0;
  background: #fffefc;
  overflow-x: hidden;
}

.am360-product-swiper-shell {
  max-width: 1600px;
}

.am360-product-swiper-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.am360-product-swiper-heading h2 {
  margin: 0 0 1rem;
  color: #6f6258;
  font-family: 'Trirong', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 200;
}

.am360-product-swiper-heading p {
  max-width: 860px;
  margin: 0 auto;
  color: #292420;
  font-family: 'Trirong', Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 200;
  line-height: 1.12;
}

.am360-product-swiper {
  overflow: visible;
}

.am360-product-swiper__slide {
  height: auto;
}

.am360-product-swiper__item {
  position: relative;
}

.am360-product-swiper__link {
  display: block;
  text-align: center;
  color: #201a16;
}

.am360-product-swiper__media {
  position: relative;
  height: clamp(320px, 30vw, 470px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.am360-product-swiper__image {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.am360-product-swiper__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #6f6258;
  font-family: 'Trirong', Georgia, serif;
  font-size: 1.4rem;
  background: transparent;
}

.am360-product-swiper__title {
  margin: 0.35rem 0 0;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
}

.am360-product-swiper__badge {
  position: absolute;
  top: 0.75rem;
  right: 0.5rem;
  z-index: 2;
  padding: 0.35rem 0.7rem;
  background: #f4f1ec;
  color: #534941;
  font-size: 0.82rem;
}

@media (max-width: 991.98px) {
  .am360-product-swiper-section {
    padding: 72px 0;
  }

  .am360-product-swiper-heading p {
    max-width: 640px;
    font-size: clamp(1.75rem, 5vw, 2.5rem);
  }

  .am360-product-swiper__media {
    height: 320px;
  }
}

@media (max-width: 767.98px) {
  .am360-product-swiper-heading {
    margin-bottom: 1.25rem;
  }

  .am360-product-swiper-heading h2 {
    font-size: 1.02rem;
  }

  .am360-product-swiper-heading p {
    max-width: 320px;
    font-size: 1.5rem;
    line-height: 1.18;
  }

  .am360-product-swiper__media {
    height: 220px;
  }

  .am360-product-swiper__title {
    display: none;
  }

  .am360-product-swiper__badge {
    top: 0.4rem;
    right: 0.25rem;
    font-size: 0.72rem;
  }
}
