
.zs-linear-gradient::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: none;
}

.theme-product-list-style-04 .theme-product-box-content .theme-product-image-area picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: 0.5s ease-out 0s 1 normal forwards running fadeIn;
    opacity: 1;
}

@media (max-width: 991px) {
    .theme-mobile-header-style-04.theme-mobile-header-top .theme-mobile-header-nav-wrapper .theme-mobile-header-logo img {
        max-inline-size: 100%;
        max-block-size: 100%;
        width: 100px;
        height: auto;
    }
}

[data-zs-category-products] .theme-produt-category-list-row {
    padding-block-end: 47px!important;
}
[data-sort-by-products-target] {
    row-gap: 50px;
    padding-block-start: 20px;
    padding-block-end: 0!important;
}
.theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search .theme-search-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
}