*}

*}

*}

.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-dfe85273-8fe3-49d6-9f28-5bda993bf691 .widget-homepage-categories-cards {
        display: grid;
        grid-gap: var(--gutter);
    }


    
    
    



.widget-image-card {
    border: none;
    box-shadow: none;
}

.widget-image-card:hover {
    box-shadow: var(--shadow-xs)
}

.widget-image-card .card-title {
    margin-bottom: 0;
}

.widget-image-card .stretched-link:after {
    border-radius: var(--bs-card-inner-border-radius);
}

.stretched-link:after {
    transition: background-color 0.15s ease-in-out;
}

.widget-image-card--dark .card-title,
.widget-image-card--dark-hover .card-title,
.widget-image-card--dark .card-paragraph,
.widget-image-card--dark-hover .card-paragraph {
    color: #fff;
}

.widget-image-card--light .card-title,
.widget-image-card--light-hover .card-title,
.widget-image-card--light .card-paragraph,
.widget-image-card--light-hover .card-paragraph {
    color: var(--grey-900);
}

.widget-image-card--dark .card-title,
.widget-image-card--dark-hover .card-title,
.widget-image-card--dark .card-paragraph,
.widget-image-card--dark-hover .card-paragraph {
    text-shadow: 0 0 4px #000;
}

.widget-image-card--light .card-title,
.widget-image-card--light-hover .card-title,
.widget-image-card--light .card-paragraph,
.widget-image-card--light-hover .card-paragraph {
    text-shadow: 0 0 4px #fff;
}

@media (hover: hover) {
        .widget-image-card--dark:hover .stretched-link:after,
    .widget-image-card--dark-hover:hover .stretched-link:after {
        background-color: rgba(0, 0, 0, .05);
    }

        .widget-image-card--light:hover .stretched-link:after,
    .widget-image-card--light-hover:hover .stretched-link:after {
        background-color: rgba(255, 255, 255, .05);
    }
}

.widget-image-card--dark .card-img-overlay--dark {
    background-image: linear-gradient(to top, rgba(24, 24, 27, .15), transparent 4.5rem);
}

.widget-image-card--light .card-img-overlay--light {
    background-image: linear-gradient(to top, rgba(255, 255, 255, .25), transparent 4.5rem);
}




.widget-card {
    position: relative;
}

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





*}

*}

*}

.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-651ea520-af7c-40f1-8be2-9b693a7c96bb .homepage-products-swiper .swiper-slide {
        --homepage-products-slider-number-of-cols: 5.25;
        --homepage-products-slider-number-of-cols-tablet: 4.25;
        --homepage-products-slider-number-of-cols-mobile: 2.25;
        --homepage-products-slider-space-between: 16px;

        --container: var(--max-container-width);
        --max-space-between: calc(var(--homepage-products-slider-space-between) * (var(--homepage-products-slider-number-of-cols) - 1));
        --max-spacing-container: calc(var(--st-container-space-x, 10px) * 2);
        --max-spacing: calc(var(--max-space-between) + var(--max-spacing-container));
        max-width: calc((var(--container) - var(--max-spacing)) / var(--homepage-products-slider-number-of-cols));
        margin-right: var(--homepage-products-slider-space-between);
    }

    @media screen and (max-width: 991px) {
        .widget-homepage-products--gallery-651ea520-af7c-40f1-8be2-9b693a7c96bb .homepage-products-swiper .swiper-slide {
            --container: var(--max-container-width);
            --max-space-between: calc(var(--homepage-products-slider-space-between) * (var(--homepage-products-slider-number-of-cols-tablet) - 1));
            --max-spacing-container: calc(var(--st-container-space-x, 10px) * 2);
            --max-spacing: calc(var(--max-space-between) + var(--max-spacing-container));
            max-width: calc((var(--container) - var(--max-spacing)) / var(--homepage-products-slider-number-of-cols-tablet));
        }
    }

    @media screen and (max-width: 767px) {
        .widget-homepage-products--gallery-651ea520-af7c-40f1-8be2-9b693a7c96bb .homepage-products-swiper .swiper-slide {
            --container: var(--max-container-width);
            --max-space-between: calc(var(--homepage-products-slider-space-between) * (var(--homepage-products-slider-number-of-cols-mobile) - 1));
            --max-spacing-container: calc(var(--st-container-space-x, 10px) * 2);
            --max-spacing: calc(var(--max-space-between) + var(--max-spacing-container));
            max-width: calc((var(--container) - var(--max-spacing)) / var(--homepage-products-slider-number-of-cols-mobile));
        }
    }

    .widget-homepage-products--gallery-651ea520-af7c-40f1-8be2-9b693a7c96bb .homepage-products-slider {
        position: relative;
    }

    .widget-homepage-products--gallery-card-651ea520-af7c-40f1-8be2-9b693a7c96bb {
        height: 100%;
    }

    .widget-homepage-products--gallery-651ea520-af7c-40f1-8be2-9b693a7c96bb .swiper-header {
        --swiper-header-margin-block-end: var(--st-spacing-sm);
    }



    

