.s-block--hero-slider .swiper-slide{
    height: 31rem !important;
    
    }
    
    .bg-inherit {
        background-color: inherit;
        z-index: 100;
    }
    
    /*top header*/
.top-navbar {
    display: none;
}


/*background image slid*/
.s-block--hero-slider .swiper-slide .overlay-bg:after {
    background-color: rgb(0 0 0 / 0%);
}

    /*but */
    
    .s-button-primary-outline{
        background-color: #351b51 !important;
        color: #ffffff !important;
    }
    .s-button-primary-outline:hover{
    
        background-color: #eb733d !important;
    color: #351b51;
    }
    
    /*الايقونات 3 ميزات
    */
    .s-block--features__item .feature-icon {
      
        background-color: #eb733d;
    }

/***********footer*********/
/*********** بداية كود تعديل الفوتر *********/

/* 1. قسم التوسيط (يجعل كل شيء في المنتصف) */
.store-footer__inner,
.store-footer__inner .container {
    text-align: center !important;
}

/* توسيط عناصر الشبكة (Grid) والعناصر المرنة (Flex) */
.store-footer__inner .grid,
.store-footer__inner .flex,
.store-footer__inner div[class*="items-start"] {
    justify-content: center !important;
    justify-items: center !important;
    align-items: center !important;
    text-align: center !important;
}

/* 2. قسم اللوجو (استبدال النص بالصورة) */

/* الخطوة أ: إخفاء النص (براف - BRAV) نهائياً من رابط اللوجو فقط */
.store-footer__inner a[href="https://bravsa.com/"] h3 {
    display: none !important;
}

/* الخطوة ب: تحويل رابط اللوجو نفسه ليصبح هو الصورة */
.store-footer__inner a[href="https://bravsa.com/"] {
    /* جعل الرابط صندوقاً يقبل الأبعاد */
    display: block !important;
    
    /* أبعاد اللوجو */
    width: 150px !important;
    height: 150px !important;
    
    /* وضع الصورة كخلفية */
    background-image: url('https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/rAbPGQ/YvwuResOc9AlJUtBuNYomuUmZP2KSbVV7nSYiJ86.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    
    /* توسيط اللوجو نفسه بالنسبة للصفحة */
    margin: 0 auto 15px auto !important;
    
    /* تنظيف أي نصوص متبقية */
    font-size: 0 !important;
    color: transparent !important;
}

/*********** نهاية كود تعديل الفوتر *********/


/*تغيير ايقونات السوشل ميديا */
.s-contacts-list-vertical {
    flex-direction: row !important;
}
.s-contacts-icon {
    align-items: center;
    border-radius: 9999px;
    border-width: 0px !important;
    display: flex;
    flex-shrink: 0;
    height: 2rem !important;
    justify-content: center !important;
}

#contact-slot{
    background: #f3f4f6 !important;
    border: 1px solid #dfdfdf !important;
    padding: 2px !important;
    border-radius: 8px !important;
}
///////////////////////////////
/*إخفاء اسم لموقع*/

a.flex.items-center.m-0 {
    display: none !important;
}

/* إخفاء النص الأصلي للجوال وإضافة كلمة الجوال */
a[href^="tel:"] .unicode {
    font-size: 0; /* إخفاء النص الأصلي */
}
a[href^="tel:"] .unicode::after {
    content: "الجوال" !important;
    font-size: 14px !important; /* تعيين حجم الخط المناسب */
}

/* إخفاء البريد الأصلي وإضافة كلمة البريد الإلكتروني */
a[href^="mailto:"] .unicode {
    font-size: 0 !important;
}
a[href^="mailto:"] .unicode::after {
    content: "البريد الإلكتروني" !important;
    font-size: 14px !important;
}



/*فيديو المنتج*/

.article--main iframe {
        margin-top: 7px;
    height: 36vw !important;
    width: 31vw !important;
    border-radius: 12px !important;
}

.s-slider-v-centered .s-slider-block__title-nav {
    display: none !important;
}
@media (max-width: 639px) {
    .s-block--hero-slider .swiper-slide {
    height: 28rem !important;
}

       .article--main iframe {
           margin-top: 7px;
        height: 148vw !important;
        width: 85vw !important;
        border-radius: 12px !important;
    }

}

/*card product */
.s-product-card-image{
  background-color: #ffffff00 !important;
}
.s-products-slider-card {
    height: auto !important;
    max-width: 192px !important;
    padding-left: .5rem;
    padding-right: .5rem;
    width: 100%;
}