/* Add custom CSS styles below */ 


.text-green-500 {
    --tw-text-opacity: 1;
    color: #db0505;
   
}

.opacity-60 {
    opacity: 3;
        color: #db0505;

}

html[dir=rtl] .promotion-badge {
    right: 0.625rem;
      background-color:#db0505;
              color: #000000;


}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
                  color: #EAA52E;

}
salla-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -3.5rem;
}

.center-block-title .s-block__title, .center-block-title .s-slider-block__title {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.25rem;
    text-align: center;
}
.s-products-list-wrapper {
    grid-gap: .25rem;
    display: grid;
    gap: .25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}



.s-slider-container .swiper-slide {
	border: hidden !important;
}

/*PRODUCT CARD TITLE*/
/*
.swiper-wrapper .product-entry__content .flex {
    white-space: nowrap;
    overflow: hidden;
}
*/

.swiper-wrapper .product-entry__content h2 .product-entry__title {
     display: -webkit-box;
     -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
}

/*PRODUCT CARD TITLE*/
@media (max-width: 500px) {
.swiper-wrapper .product-entry__content h2 .product-entry__title {
	font-size: 14px !important;
}
}