*}

*}

*}

.homepage-products-slider {
    position: relative;
}


.homepage-products-slider .swiper-header {
    --swiper-header-margin-block-end: var(--st-spacing-sm);
}


.widget-homepage-products .products_review_stars .rating_stars,
.widget-homepage-products .products_price {
    flex-wrap: wrap;
}

.widget-homepage-products__paragraph {
    margin-block-end: var(--st-spacing-md);
}


            @media screen and (max-width: 767px) {
            .widget-homepage-products--gallery-3815f5e7-caaf-4bc1-9476-b89806d5e235 .widget-homepage-products--gallery-cards {
                grid-template-columns: repeat(2, 1fr);
            }
        }
    
            @media screen and (min-width: 768px) and (max-width: 991px) {
            .widget-homepage-products--gallery-3815f5e7-caaf-4bc1-9476-b89806d5e235 .widget-homepage-products--gallery-cards {
                grid-template-columns: repeat(4, 1fr);
            }
        }
    
            @media screen and (min-width: 992px) {
            .widget-homepage-products--gallery-3815f5e7-caaf-4bc1-9476-b89806d5e235 .widget-homepage-products--gallery-cards {
                grid-template-columns: repeat(6, 1fr);
            }
        }
    
