/* Add custom CSS styles below */ 
.product-promo-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 20;
  background: #b91c1c;
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 4px 10px rgba(0,0,0,.12);
}

.details-slider .swiper,
.image-slider .swiper,
.details-slider,
.image-slider {
  position: relative;
}