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

/* ✅ 1. إخفاء كلمة "أختر" من خيارات المنتج */
.s-product-options-option-label small {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
}

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

/* ✅ إظهار الإطار فقط إذا كان وصف المنتج ظاهر (يعني صفحة المنتج) */
.s-product-options-wrapper {
  border: 1px solid #e5e7eb !important;
  border-radius: 0 !important;
  padding: 1.5rem !important;
  margin: 1.5rem auto !important;
  background-color: #ffffff !important;
  width: 98% !important;
  max-width: 700px !important;
}