.store-footer__inner,.store-footer__newsletter,.store-footer,.store-footer__contacts-row {
    --tw-bg-opacity: 1;
    background-color: var(--color-primary);
}
.store-footer__curve {
    color: var(--color-primary);
}
/* ✅ 1. إخفاء كلمة "أختر" من خيارات المنتج */
.s-product-options-option-label small {
  display: none !important;https://s.salla.sa/themes/editor/customization?version_id=1442499311
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
}

/* ✅ 2. إخفاء عنوان "المرفقات" من صفحة المنتج */
label.form-label b.block {
  display: none !important;
}

/* ✅ 3. تحسين خط عنوان خيارات الطلب (وزن أخف + حجم متوسط أنيق) */
.s-product-options-option-label b {
  font-weight: 425 !important;
  font-size: 0.90625rem !important; /* تقريبًا 14.5px */
}

/* ✅ إظهار الإطار فقط إذا كان وصف المنتج ظاهر (يعني صفحة المنتج) */
.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;
}
body[class*="cart"] .s-product-options-wrapper {
  all: unset !important;
  display: block !important;
}

/* ✅ 5. تلوين خلفية عنصر تابي حسب خلفية الموقع (شفاف أو أبيض ناعم) */
span[class*="containerPortal"] {
  background-color: #ffffff !important;
}

/* ✅ 6. تقليل المسافة بين الصور وزر المشاركة */
.product-single__slider {
  margin-bottom: -10px !important;
}

/* ✅ 7. إلغاء المسافة بين زر المشاركة والعنوان */
div.flex.items-center.justify-between.mb-5 {
  margin-bottom: 0 !important;
}

/* ✨ تعديل المسافة والحجم لعبارة "شامل الضريبة" */
.center-between label b::after {
  content: "شامل الضريبة";
  display: block;
  font-size: 11px;          /* حجم أصغر */
  font-weight: 400;
  color: #777;
  margin-top: 0.05rem;      /* أقل مسافة ممكنة */
  line-height: 1.2;
}

section:has(.sicon-barcode) {
  margin-bottom: 1rem;
  border: 1px dashed #e5e7eb;
}
/* Add custom CSS styles below */ 
.cart-submit-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--bg-primary);
    z-index: 190;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
    padding: 15px 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cart-submit {
    width: calc(100% - 30px);
    max-width: 95%;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    height: 40px; /* تم تقليل الارتفاع هنا */
    background-color: var(--color-primary);
    color: var(--bg-primary);
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#cart-submit:hover {
    background-color: var(--color-primary-dark);
}

.s-trust-badges-image,
.s-trust-badges-label,
.s-trust-badges-number {
display: none !important;
}