/* ✅ 1. توسيع عرض بطاقات المنتجات في سلايدر المنتجات */
.s-products-slider-slider .swiper-slide {
  max-width: 52% !important;
}

/* ✅ 2. إخفاء كلمة "أختر" من خيارات المنتج فقط */
.s-product-options-option-label small {
  display: none !important;
}

/* ✅ 3. تنسيق صندوق خيارات المنتج — فقط خارج صفحات السلة والدفع */
body:not([class*="cart"]) .s-product-options-wrapper {
  border: 1px solid #e5e7eb !important;
  padding: 1.5rem !important;
  margin: 1.5rem auto !important;
  background-color: #ffffff !important;
  width: 98% !important;
  max-width: 700px !important;
}

/* ✅ 5. إخفاء خيار bestSell في الفلتر */
#product-filter option[value="bestSell"] {
  display: none !important;
}

salla-trust-badges{display:none!important}