:root{
    --main-color : #5d0000;
    --text-color : #333333;
    --white-color : #fff;
}
/* زرار اضف الي السلة */
.product-card__addToCart__btn salla-button button , .product-card__addToCart__btn salla-button button i{
    color : var(--white-color) !important;
}
/* من نحن */
section.s-block--about{
    h2{
        text-transform : uppercase;
        font-weight : 500;
    }
    a.group{
        margin-top : 0;
    }
}
.advanced-slider__caption__inner__content__button {
    display: none;
}
/* باكجراوند + 3 صور */
section.special-cats-with-bg{
    div.bg-gray-800 :first-child {
        img{
            height: 30vw;
        }
    }
   .bg-gray-900 {
        background : none !important
    }
}
span.category-name {
    display: block;
    text-align: center;
}
@media(min-width : 1200px){
    /* من نحن */
    section.s-block--about{
        .flex,h3,h2,p{
            text-align : right;
        }
    }
}

@media(max-width : 1024px){
    /* من نحن */
    section.s-block--about{
        .flex,h3,h2,p{
            text-align : right;
        }
    }
    /* باكجراوند + 3 صور */
    section.special-cats-with-bg{
        div.bg-gray-800 :first-child {
            img{
                height: 57vw;
            }
        }
    }
}

@media(max-width : 768px){
    /* باكجراوند + 3 صور */
    section.special-cats-with-bg{
        div.bg-gray-800 :first-child {
            img{
                height: 65vw;
            }
        }
        .category-name{
            font-size :1.3rem;
        }
    }
    /* الاحصائيات */
    section.s-block--stats {
        p.stats-number{
            font-size: 1.5rem;
        }
    }
    /* الاسئلة الشائعة */
    section.s-block--faq {
        .tracking-tight{
            font-size: 1.6rem;
        }
    }
}
@media(max-width : 600px){
    /* من نحن */
    section.s-block--about{
        .flex,h3,h2,p{
            text-align : center;
        }
    }
    /* باكجراوند + 3 صور */
    section.special-cats-with-bg{
        div.bg-gray-800 :first-child {
            img{
                height: 65vw;
            }
        }
        .category-name{
            font-size : 0.7rem;
        }
    }
}