/* Add custom CSS styles below */ 
@media (max-width:470px){

 /* Product card vertical */
 .s-products-slider-card .s-product-card-vertical{
  border-style:solid;
  border-color:rgba(235,233,233,0.5) !important;
 }
 
 /* Product card promotion title */
.flex-center .s-product-card-promotion-title{
  background-image:linear-gradient(to right, #44a08d 0%, #093637 100%);
  font-weight:600 !important;
  text-align:center;
  border-bottom-left-radius:22px !important;
 }
 
}
 /* Span Tag */
 .s-product-card-props span{
  background-color:#365ba4;
  background-image:linear-gradient(to right, #73c8a9 0%, #373b44 100%);
  color:#ffffff;
  font-weight:600 !important;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
 }