/* Add custom CSS styles below */

.s-products-slider-card {
    max-width: 205px;
}
.s-product-card-fit-height .s-product-card-image {
    height: 17rem;
    max-height: 18rem;
}

@media (min-width: 768px) {
    .s-products-slider-card {
        width: 33.333333%;
    }
}
.s-button-element{
  background-color: #000;
  color: white;
  
}
.s-gifting-widget-action{
  background-color: #FFF;
  color: #000;
  
}

.color-dark-200 {
    color: #ff0000 !important;
   font-size: 18px !important;
}
.text-xx-small {
    font-size: 17px !important;
}