.advanced-slider {
  margin-bottom: 17px
}


/* ✅ تعديلات خاصة للهواتف (شاشات صغيرة) */
@media (max-width: 767px) {
    .advanced-slider__caption__inner__content__heading {
        font-size: 1.1em;   
        top: -50px;      
        padding: 0.2em 0.4em; 
    }
}


span.text-red-500 {
    font-size: 0 ;
    position: relative;
    display: inline-block;
}




/* إزالة الهامش السفلي من شريط التنبيه المتحرك */
.animated-text {
    margin-bottom: 0 !important;
}

/* إزالة الهامش العلوي من قسم البانرات */
section.banners-slider {
    margin-top: 0 !important;
}









/* ====================================================
 (تبون بقلاوة تضبط مزاجكم؟)
==================================================== */
#about-3 {
  background-color: #ffffff !important;
  padding-top: 30px !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

#about-3 .container {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#about-3 h2 {
  color: #a85c2e !important;
  font-size: 1.8rem !important;
  font-weight: 800 !important;
  margin: 0 0 4px 0 !important;
}

/* 🟨 تحسينات للجوال */
@media (max-width: 767px) {
  #about-3 {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }


  #about-3 h2 {
    font-size: 0.9rem !important;
    margin-bottom: 4px !important;
  }


====================================================
   ⬛ القسم: s-block--custom-reviews
   ➤ "عملاؤنا يرشحون بقلاوتنا كأفضل بقلاوة"
   ➤ ضبط التباعد وتنسيق العنوان الداخلي
==================================================== */
.s-block--custom-reviews {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

section.s-block--custom-reviews {
 margin-top: 0.2rem !important;
  padding-bottom: 1rem;
  margin-bottom: 0rem;
}

section.s-block--custom-reviews .home-block-title p {
  font-size: 1.6rem !important;
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 767px) {
  section.s-block--custom-reviews .home-block-title p {
    font-size: 1.2rem !important;
    line-height: 1.5;
  }
}

/* ====================================================
   ⬛ القسم: fixed-products--3
   ➤ تقليل المسافة العلوية لقسم المنتجات
==================================================== */
.fixed-products--3 {
  margin-top: 1.5rem !important;
  padding-top: 0 !important;
}

.fixed-products--4 {
  margin-top: 0.8rem !important;
  padding-top: 0 !important;
}



/* === تنسيق أقسام المنتجات (أفضل بقلاوة، أفضل بيتي فور) === */
.fixed-products .home-block-title {
  margin-bottom:8px !important; /* تقليل المسافة بين العنوان والمنتجات */
  padding-bottom: 0 !important;
}

/* تقليل المسافة بين العنوان وخط الديكور */
.fixed-products .home-block-title h2 {
  margin-bottom: 2px !important;
}

/* تقليل المسافة بعد خط الديكور */
.fixed-products .enhanced-title-border {
  margin-bottom: 10px !important;
}





/* إخفاء النص الأصلي مع الحفاظ على المساحة */
.product-card__discount .text-red-600 {
    color: transparent !important;
    position: relative;
}

/* إضافة النص الجديد */
.product-card__discount .text-red-600::after {
    content: "خصم 16% + توصيل مجاني";
    color: red !important;     
    font-size: 12px;           
    position: absolute;
    top: 50%;                  
    left: 50%;                
    transform: translate(-50%, -50%); */
    text-align: center;
    direction: rtl;           
    white-space: nowrap;       جديد */
}