@media (max-width: 768px) {

  .s-products-slider-slider .swiper-slide {
    flex: 0 0 52% !important;
    max-width: 52% !important;
  }

  /* ضبط أبعاد الصورة داخل البطاقة للجوال */
  .s-product-card-fit-height .s-product-card-image {
    height: 11rem;
    max-height: 15rem;
  }

}

.s-trust-badges-wrapper {
    display: none !important;
}

salla-product-options .s-product-options-option-label small {
    font-size: 0 !important;
    line-height: 0 !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    display: block !important;
}