:root{
    --main-color : #f03c00;
    --body-color : #1b1d1e;
    --card-color : #181a1b;
    --white-color : #fff;
}
/* عناوين السكاشن */
.dark .s-block__title h2{
    text-align : center !important;
}
/* صور مربعه */
.s-block--banners .box-img{
    transition : transform 0.3s !important;
}
.s-block--banners .box-img img{
    transition : transform 0.3s !important;
}
.s-block--slider-with-bg:has([slider-id="slider-with-bg-10"]) + .s-block--banners .box-img img{
    object-fit: contain !important;
    max-width: 80% !important;
}
.s-block--banners .box-img img:hover{
    transform : scale(0.98) !important;
}
/* منتجات بخلفية */
.s-block--slider-with-bg .slider-bg {
    height: 30vw !important;
}
.s-block--slider-with-bg .slider-bg:before{
    background : none !important;
}
/* اسئلة شائعة */
.s-block--faqs .faqs-list__item label,
.s-block--faqs .faqs-list__item .answer-container ,
.s-block--faqs .faqs-list div
{
    background : #ef4444 !important;
}
.s-block--faqs .faqs-list div
{
    border-radius : 5px !important;
}
.s-block--faqs .faqs-list__item  ,
.s-block--faqs .faqs-list input:checked+div label
{
    color : var(--white-color) !important;
}
.s-block--faqs .faqs-list input:checked+div {
    border-color: #ef4444 !important;
}
/* فوتر */
.s-trust-badges-wrapper{
    color: var(--white-color) !important;
}
/* صفحة المدونات */
.blog-single * {
    color: #fff!important;
    background: transparent !important;
}
@media(max-width : 991px){
    .s-block--slider-with-bg .swiper {
        margin-top : 5rem !important;
    }
    /* منتج مميز */
    .s-block--special-product .flex .flex ,
    .s-block--special-product .flex .flex p
    {
        text-align : center !important;
    }
    .s-block--special-product .special-price ,
    .s-block--special-product .tabs__special
    {
        justify-content : center !important;
    }
}