/* Add custom CSS styles below */ 

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 60px;
}


/* الجوال فقط */
@media (max-width:768px){

    /* تصغير عرض كل منتج داخل السلايدر */
    .s-products-slider-card{
        width: 150px !important;
    }

    /* تصغير البطاقة */
    .product-block{
        padding:12px !important;

      

    /* اسم المنتج */
    .product-title h3{
        font-size:12px !important;
    }

    /* السعر */
    .price-wrapper{
        font-size:18px !important;
    }

    /* الزر */
    .s-button-element{
        height:32px !important;
        font-size:12px !important;
    }

}