/* Add custom CSS styles below */ 
body:not(.enhanced_add_btn_in_mobile) .simplified-products .offer-slide .product-card--simplified .product-card__content, body:not(.enhanced_add_btn_in_mobile) .simplified-products .s-products-list-wrapper .product-card--simplified .product-card__content, body:not(.enhanced_add_btn_in_mobile) .simplified-products .s-products-slider-card .product-card--simplified .product-card__content {
    background: #00313c;
}

.product-card__title a{
    color: white !important;
}

.s-button-primary-outline{
    color: #ffffff;
}

.s-button-outline{
    border-color: #ffffff;
}

.s-button-primary-outline:hover{
    background-color: #ffffff;
    color: #00313c;
}

.text-red-600 {
  color: #FF6B6B;
}