.s-block--fixed-banner .banner--fixed img {
    border-radius: 13px!important;
    border: 1px solid #c29750;
}


@media (max-width: 767px) {
    salla-slider .slide--one-sixth {
        width: 28%;
    }

    img.lazy.object-cover.mx-auto.w-40.h-40.rounded-full.group-hover\:scale-110.duration-400.loaded {
        height:8rem;
    }

    .simplified-products .s-products-slider-card, .simplified-products .offer-slide {
        width: 205px;
    }

       }
       
   .s-block {
    margin-top: rem;
}


element.style {
}
.mt-12 {
    margin: 0rem;
}


.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;
  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:hover {
    background-color: var(--color-primary-dark);
}


/* إخفاء صورة السجل التجاري + النص + الرقم */
.s-trust-badges-image,
.s-trust-badges-label,
.s-trust-badges-number {
display: none !important;
}