/* إخفاء العنصر المحدد */
.product-single .flex.gap-5.flex-col-reverse.lg\:flex-row.items-end.mx-5 {
    display: none;
}

/* تخصيص ألوان الأسعار */
.s-product-card-sale-price h4 {
    color: rgb(214, 180, 64) !important;
}

/* تخصيص العناوين الترويجية */
.s-product-card-promotion-title {
    background: linear-gradient(135deg, #d6b440, #f0d876);
    color: #fff; /* اختصار للون الأبيض */
}

.promotion-title {
    background: #f0d876;
}

/* تخصيص ويدجت تمارا */
.tamara-product-widget {
    min-width: min-content !important;
    height: 20px; /* توحيد خصائص الطول */
}

/* تحسين عرض النصوص */
.banner-entry h3, .banner-entry p {
    opacity: 1;
}

/* تخصيص صور الفوتر */
footer img {
    max-width: 15rem !important;
}

/* تخصيص المسافة السفلية للشاشات الكبيرة */
@media (min-width: 768px) {
    .md\:mb-\[112px\] {
        margin-bottom: 23px;
    }
}

/* إخفاء العناصر في الاتجاه LTR */
[dir=ltr] span.accordion, .accordion_static {
    display: none;
}

/* تخصيص لون خلفية الشريط العلوي */
.slider-top {
    background-color: #1a1a1a;
}

/* تخصيص الخطوط في القائمة الرئيسية */
.main-nav-container, 
.main-nav-container.fixed-pinned .inner {
    border-bottom: 1px solid rgba(214, 180, 64, 0.8);
}

/* تخصيص خطوط الفوتر */
.store-footer__inner {
    border-top: 1px solid rgba(214, 180, 64, 0.8);
}

/* إخفاء الصفوف الزوجية في جدول المنتجات */
.product-table tr:nth-child(even) {
    display: none;
}

/* تخصيص عنصر Tabby */
#tabbyPromoWrapper {
    padding: 6px;
}

/* تعديل ارتفاع العنصر */
span.styles__containerPortal--c9f84 {
    height: 100px;
}