/* Add custom CSS styles below */ 
.main-nav-container {
    margin: 0px 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    padding: 0;
    height: 8px;
  border :1px solid #6a8c53;
}
h1,h2, h3, h4, div{
  color: #6a8c53;
}
p{
  color: #000;
}

.store-footer__inner .container{
  align-items :center ;
}

/* إخفاء نص اسم المتجر في الفوتر واستبداله بالشعار */
.store-footer .store-footer__inner a.flex.items-center h3 {
    display: none;
}

.store-footer .store-footer__inner a.flex.items-center::after {
    content: "";
    display: block;
    width: 90px; /* يمكنك التحكم في حجم الشعار من هنا */
    height: 90px;
    background-image: url('https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/LjaJ/stores/logos/p0zwQpGVYORdsabdXU9Std1OpAOkNEJdC1nDpl2B.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* 1. تكبير حجم شعار الهيدر */
.navbar-brand img {
    max-height: 70px !important;
    width: auto !important;
}

/* 2. استبدال نص الفوتر بالشعار مع إضافة استايل (Border Full وحواف) */
.store-footer .store-footer__inner a.flex.items-center h3 {
    display: none;
}

.store-footer .store-footer__inner a.flex.items-center::after {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    background-image: url('https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/LjaJ/stores/logos/p0zwQpGVYORdsabdXU9Std1OpAOkNEJdC1nDpl2B.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #6a8c53; 
    border-radius: 50%; 
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
}

/* 3. تنسيق وتوسيط عناصر الفوتر على الجوال */
@media (max-width: 767px) {
    /* توسيط الحاوية الرئيسية */
    .store-footer__inner, 
    .store-footer__inner .container,
    .store-footer__inner .grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    /* توسيط الشعار الجديد */
    .store-footer__inner a.flex.items-center {
        justify-content: center !important;
        width: 100%;
    }

    /* توسيط السجل التجاري (إصلاح المشكلة) */
    .store-footer__inner .flex.gap-4 {
        justify-content: center !important;
        width: 100%;
        margin-bottom: 10px;
    }
    
    salla-trust-badges {
        justify-content: center !important;
        flex-direction: column !important; /* لجعل الصورة فوق النص لترتيب أفضل */
        gap: 10px !important;
    }

    /* توسيط أيقونات التواصل الاجتماعي */
    .store-footer__inner .s-social-list {
        justify-content: center !important;
        margin-top: 15px;
        width: 100%;
    }
    
    /* توسيط وصف المتجر */
    .store-footer__inner .max-w-sm {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* 4. إضافة استايل لأيقونات مواقع التواصل الاجتماعي */
.s-social-link a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #6a8c53 !important;
    color: #fff !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

.s-social-link a:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
    background-color: #44662d !important;
}

.s-social-link svg {
    width: 18px !important;
    height: 18px !important;
    fill: currentColor !important;
} 

.s-social-link svg {
    width: 20px !important;
    height: 20px !important;
    fill: currentColor;
}




.product__description {
    color:#000;
}