/* ✅ إخفاء البنر تحت التصنيف */
div.w-28.h-0.border-2.border-primary {
    display: none !important; /* أو استخدم visibility: hidden إذا لزم الأمر */
}

/* ✅ ترتيب فراغات قسم اللافندر */
section#about-5 {
    padding-top: 1.5rem; /* استخدم وحدات نسبية */
    padding-bottom: 0;
    margin: 4px; /* لازم وحدة */
}

/* شيل الفراغات العلوية والسفلية من الوقو */
.inner.bg-inherit {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    min-height: auto !important;
}

/* تعديل حجم العناوين */
h2.text-3xl {
    font-size: 24px !important;
    line-height: 1.3 !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 1.5rem !important;
}

.sticky-product-bar .s-fast-checkout-button {
    display: none !important;
}

/* ✅ إخفاء العنصر المكرر الآخر */
div.my-2.mx-auto.w-28.h-0.border-2.border-primary {
    display: none !important;
}

/* ✅ تغيير لون زر الشراء داخل الشريط السفلي */
.sticky-product-bar .s-button-element {
    background-color: #000 !important;
    color: #fff !important;
}

/* تغير لون النص تحت الفيديو */
h3.text-lg.opacity-60.font-normal.mb-2.text-store-text-secondary {
    color: #33383C !important;
    opacity: 1 !important;