/* Add custom CSS styles below */ 
/* ✅ خلفية مخصصة لكل براند */

/* راف باور - RavPower */
body[data-brand="brand-200506016"] .products-grid {
    background: linear-gradient(135deg, #00BCD4, #0097A7) !important;
}

/* سامسونج - Samsung */
body[data-brand="brand-2080637453"] .products-grid {
    background: linear-gradient(135deg, #1428A0, #0073C6) !important;
}

/* شاومي - Xiaomi */
body[data-brand="brand-273993643"] .products-grid {
    background: linear-gradient(135deg, #FF6700, #FF4500) !important;
}

/* آبل - Apple */
body[data-brand="brand-449077928"] .products-grid {
    background: linear-gradient(135deg, #F8F8F8, #D7D7D7) !important;
}
body[data-brand] .products-grid {
    background: red !important;
}

@media(max-width:576px){
    .s-block--unique-collection-links .link-item {
        height: 300px;
    }
    
        .carousel-slider .swiper-wrapper > div, .flex-slider-with-ctg .carousel-slider .swiper-wrapper > div, .s-block--best-offers .carousel-slider .swiper-wrapper > div {
        width: 161px;
    }
}