/* ===== Custom CSS — الجيل الأخضر ===== */

.full-banner-entry::after  { top: -100%; }
.full-banner-entry::before { top: 100%; }

.s-block--fixed-banner {
    background-color: #fbf7f1 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: -20px !important;   /* أُزيل padding-bottom السالب (كان غير صالح ويُتجاهل) */
}

/* عناوين السلايدر */
.s-slider-block__title       { display: flex; justify-content: center; position: relative; }
.s-slider-block__title-left  { position: absolute; right: 0; }
.s-slider-block__title-right h2 { color: #6a9859 !important; font-size: 20px; font-weight: bold; }

/* نص فوق البانر */
.text-with-border {
    position: absolute; bottom: 10px; left: 10px;
    color: #fff;
    background: transparent !important;   /* وُحّد (كان مكرّراً ٣ مرات) */
    padding: 0 !important;
    border: none !important; outline: none !important;
    box-shadow: none !important; border-radius: 0 !important;
    opacity: 1 !important; visibility: visible !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.banner-entry { position: relative; }

/* عناوين الأقسام */
.s-block__title {
    display: flex; justify-content: center; align-items: center;
    text-align: center; width: 100%; margin-bottom: 20px;
}
.right-side       { display: flex; justify-content: center; width: 100%; }
.s-block__title h2 { font-size: 24px; font-weight: bold; color: #6a9859; }

/* إظهار وصف المنتج كاملاً + إخفاء "قراءة المزيد" (مفيد للـ SEO — مُبقى) */
#more-content { max-height: none !important; overflow: visible !important; }
#btn-show-more { display: none !important; }