/* Add custom CSS styles below */ 
#about-3 h2{
  color: #fdf2db !important;
}

#about-3 p{
  color: #eee2c8 !important;
}

/* .product-card__image {
    background-color: #ffffff;
 
} */
custom-salla-product-card a {
  color: #fdf2db !important;
  font-size: 1.2rem;
}


custom-salla-product-card .total-price {
  color: #fdf2db !important;
  font-size: 1.09rem;
}

.s-block--enhanced-features div div{
  background-color: white !important;
}



.product-card__promotion {

    border-radius: 8px;
}

.before-price{
  color: #ff0000 !important;
 
  margin: 0px !important;
  padding-bottom: 4px !important;
  font-weight: bold !important;
}


.s-block--special-products-slider--1 .swiper-wrapper {

    justify-content: center;
}

@media (max-width: 1024px) {
    .s-block--special-products-slider .s-slider-container:where([dir=rtl],[dir=rtl] *) {
        padding-right: 3rem;
        justify-content: center;
    }
}