/* Add custom CSS styles below */ 
@media (max-width: 768px) {
    .s-block--list-items .items.items-2 {
    grid-template-columns: 1fr 1fr !important;
}
   
}
@media only screen and (max-width: 767px) {
  /* اخفاء صورة الديسكتوب */
  #slider-items-0 .img-desktop {
    display: none !important;
  }

  /* صورة الموبايل تملى السلايد بالتستريتش */
  #slider-items-0 .img-mobile {
    display: block ;
    width: 100% ;
    height: 100% ;
    object-fit: cover ; 
  }

  /* ظبط ارتفاع السلايد */
  #slider-items-0 .swiper-slide {
    height: auto !important; 
    position: relative;
  }

  /* ظبط مكان النص */
  #slider-items-0 .slider-content {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
    font-size: 12px;
    padding: 10px;
    max-width: 80%;
    color: #fff;
  }

  /* تصغير عنوان السلايدر */
  #slider-items-0 .slider-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
    
  }
  
}
.product__description .description--main h2 strong {
    font-size: 20px !important;
    line-height: 160% !important;
    font-weight: bold!important;
    
    color: #409543 !important;
   
}
.product__description .description--main p strong {
   font-size: 16px !important;
    font-weight: bold!important;
     color: #409543 !important;
    
   
}