.top-categories-slider-container {
    margin-bottom: 40px;
}

.top-categories-slider-container .top-categories-slider-wrapper .top-categories-slider-item .top-categories-slider-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .woocommerce-page ul.products.columns-3 {
        display: grid;
        grid-template-columns: repeat(3, 30.75%) !important;
        justify-content: space-between;
    }

    .woocommerce-page ul.products.columns-3::before {
        display: none;
    }
}

.woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
}

.woocommerce-page ul.products li.banner-in-listing img {
    width: 100%;
    height: calc(100% - 40px);
    object-fit: cover;
    margin-bottom: 40px;
}
