/* Add custom CSS styles below 
/* Saivia - only product promotional title ribbon */
.s-product-card-promotion-title {
  background-color: #2F6F73 !important;
  border-color: #2F6F73 !important;
  color: #ffffff !important;
}

.s-product-card-promotion-title * {
  color: #ffffff !important;
}
.s-product-card-image img,
.s-product-card-image,
.product-single__image img,
.s-slider-block__display-all img {
  object-fit: contain !important;
  image-rendering: auto !important;
}