@media (min-width:1024px) {
    .inner.bg-inherit .flex.items-stretch.justify-between.relative .flex.items-center:first-child {
        width: 80%;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}

.footer-is-light .store-footer .store-footer__inner {
    background-color: #B0B8CA;
}

.split-menu.flex.items-center li>a {
    padding-top: 0px;
    padding-bottom: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}


p.max-w-sm.leading-6.mb-6 {
    display: none;
}
/*
@media (min-width: 480px) {
    .navbar-brand img {
        max-width: 210px !important;
    }
}
.navbar-brand img {
    max-height: 15rem;
    width: auto;
    max-width: 142px;
}*/
salla-social.mb-6.s-social-list.hydrated {
margin-top:14px;

}

a.flex.items-center.m-0  p:nth-child(2){
        margin-top: -12px;
}



.banner--fixed img {
background-color:transparent;
}


/* تنسيق كلمة "تخفيضات" في القائمة الرئيسية باللون الأحمر */
a[href*="redirect/categories/1531626036"] {
    color: #dc2626 !important; /* أحمر */
}

a[href*="redirect/categories/1531626036"] span {
    color: #dc2626 !important; /* أحمر */
    font-weight: bold !important;
}

/* طريقة بديلة باستخدام aria-label */
a[aria-label="تخفيضات"] {
    color: #dc2626 !important; /* أحمر */
}

a[aria-label="تخفيضات"] span {
    color: #dc2626 !important; /* أحمر */
    font-weight: bold !important;
}

/* طريقة ثالثة لضمان التطبيق */
.text-gray-500[aria-label="تخفيضات"] {
    color: #dc2626 !important; /* أحمر */
}

.text-gray-500[aria-label="تخفيضات"] span {
    color: #dc2626 !important; /* أحمر */
    font-weight: bold !important;
}