/* RAFEE' – Clean Compact */

/* 1) سلايدر المنتجات */
.s-products-slider-slider .swiper-slide{flex:0 0 52%!important;max-width:52%!important}

/* 2) صفحة المنتج: إخفاءات */
.s-product-options-option-label small,
#custom-discount-amount,#custom-discount-percentage,
.product-single .product__description,
.product-single .main-content .bg-white.border.border-gray-200,
.product-single .s-payments-list{display:none}

/* 3) صندوق خيارات المنتج (خارج السلة/الدفع) */
body:not(.cart):not(.checkout) .s-product-options-wrapper{
  width:100%;max-width:100%;margin:0;padding:1.5rem;background:#fff;border:1px solid #e5e7eb;
}

/* 4) أوزان العناوين */
.s-product-options-option-label>b{font-weight:650}
.product-single label.form-label>b.block{font-weight:600}

/* 5) خلفية صفحة المنتج */
body:has(salla-product-options),
body:has(salla-product-options) main,
body:has(salla-product-options) #app,
body:has(salla-product-options) .s-theme,
body:has(salla-product-options) .salla-theme{background:#f5f5f5 !important}
body:has(salla-product-options) .bg-white{background:#fff !important}

/* 6) تصغير أزرار التابات */
.product-single .btn-tab{transform:scale(.91);transform-origin:center}

/* 7) منع زوم iOS */
input[type="text"],input[type="search"],textarea{font-size:16px !important}