.chevron-after,
.chevron-down-after,
.icon-chevron-down,
.icon-chevron-up,
.fa-chevron-down,
.fa-chevron-up {
    display: none !important;
}
@media screen and (max-width: 768px) {
.category-top .subcategories.with-image .col-xs-6 {
width: 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
}
.category-top .subcategories.with-image .col-xs-6 .image {
height: auto !important;
max-height: 200px !important;
}
.category-top .subcategories.with-image .col-xs-6 img {
width: 100% !important;
height: auto !important;
object-fit: cover !important;
}
}
.p {
    background-color: #f5f5f5 !important;
    padding: 10px !important;
    border-radius: 8px !important;
}
.product {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* ========== HIDE EMPTY RATING BANNER (from before) ========== */
.ratings-wrapper:has(.stars-placeholder:only-child) {
    display: none !important;
}

/* ========== ADJUST TEXT SPACING ========== */
.p-desc,
p.p-desc,
[data-testid="productCardShortDescr"] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.p-bottom {
    margin-top: 5px !important;
}
.p-in {
    padding-bottom: 25px !important;
}

/* ========== MOBILE SPECIFIC ========== */
@media (max-width: 768px) {
    .p-desc {
        margin-bottom: 0 !important;
        line-height: 1.4 !important;
    }
    
    .p-bottom {
        margin-top: 3px !important;
    }
}
@media (max-width: 768px) {
    .why-us-banner {
        margin-top: 25px !important;
        min-height: 200px !important;
        height: auto !important;
    }
    
    .why-us-banner .banner-left {
        
        min-height: 200px !important;
        height: auto !important;
    }
    
    .why-us-banner .banner-left .overlay {
        padding: 15px !important;
    }
    
    .why-us-banner .banner-left h3 {
        font-size: 16px !important;
        text-align: center !important;
        line-height: 1.4 !important;
        margin-bottom: 10px !important;
    }
    
    .why-us-banner .banner-left .btn {
        display: block !important;
        margin: 10px auto 0 !important;
        text-align: center !important;
        width: fit-content !important;
        padding: 8px 16px !important;
        font-size: 14px !important;
    }
}