*}

*}

*}

.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);
}

    .widget-homepage-products--gallery-efcfc0de-7c3d-49b7-8094-1ece608526a1 .widget-homepage-products--gallery-cards {
        display: grid;
        grid-gap: var(--gutter);
    }

            @media screen and (max-width: 767px) {
            .widget-homepage-products--gallery-efcfc0de-7c3d-49b7-8094-1ece608526a1 .widget-homepage-products--gallery-cards {
                grid-template-columns: repeat(1, 1fr);
            }
        }
    
            @media screen and (min-width: 768px) and (max-width: 991px) {
            .widget-homepage-products--gallery-efcfc0de-7c3d-49b7-8094-1ece608526a1 .widget-homepage-products--gallery-cards {
                grid-template-columns: repeat(3, 1fr);
            }
        }
    
            @media screen and (min-width: 992px) {
            .widget-homepage-products--gallery-efcfc0de-7c3d-49b7-8094-1ece608526a1 .widget-homepage-products--gallery-cards {
                grid-template-columns: repeat(3, 1fr);
            }
        }
    

.widget-card {
    position: relative;
}

.widget-card .card-img-top {
    margin: auto;
    min-width: -webkit-fill-available;
    min-width: -moz-available;
}



*}

*}

*}

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

*}

.widget-homepage-categories-card {
    height: 100%;
}

.widget-homepage-categories .homepage-categories-slide {
    display: flex;
    height: auto;
}

.widget-homepage-categories .homepage-categories-slide .categories_row {
    flex-grow: 1;
}

.swiper-slide.homepage-categories-slide {
    height: auto;
}

.homepage-categories-slide .categories_row {
    height: 100%;
}

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

*}

    .widget-homepage-categories-06a0026e-3314-415c-8106-97e1b4e7332b .widget-homepage-categories-cards {
        display: grid;
        grid-gap: var(--gutter);
    }


            @media screen and (max-width: 767px) {
            .widget-homepage-categories-06a0026e-3314-415c-8106-97e1b4e7332b .widget-homepage-categories-cards {
                grid-template-columns: repeat(2, 1fr) !important;
            }
        }
    
            @media screen and (min-width: 768px) and (max-width: 991px) {
            .widget-homepage-categories-06a0026e-3314-415c-8106-97e1b4e7332b .widget-homepage-categories-cards {
                grid-template-columns: repeat(4, 1fr) !important;
            }
        }
    
            @media screen and (min-width: 992px) {
            .widget-homepage-categories-06a0026e-3314-415c-8106-97e1b4e7332b .widget-homepage-categories-cards {
                grid-template-columns: repeat(4, 1fr);
            }
        }
    
