/* Add custom CSS styles below */ 
.s-block {
    margin-top: 1rem;
}

.s-slider-block__title {
 
    display: none;}
    
    /* لزيادة عدد المنتجات في الكمبيوتر من 4 إلى 5 */
@media (min-width: 1024px) {
  .s-products-slider-card {
    width: 20% !important; /* بدلاً من 25% ليكون 5 منتجات في الصف */
    flex: 0 0 20% !important;
  }
}



/* Add custom CSS styles below */ 
.carousel-slider {
    margin-bottom: 2rem;
}
.s-product-card-promotion-title{
  background-color: #0f6614 !important;
}