.widget-video-banner,
.video-banner-wrapper,
.video-wrapper {
    width: 100%;
    position: relative;
}

.video-wrapper {
    display: flex;
}

.video-card-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.video-card-container .card-container,
.card-outer-container .card-container {
    z-index: 2;
}

.video-banner-card {
    padding: var(--gutter);
}

.video-banner-video {
    width: 100%;
    object-fit: cover;
}

.video-control-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: var(--st-spacing-lg);
    right: var(--st-spacing-lg);
    border: var(--border-width) solid;
    padding: var(--st-spacing-sm);
    font-size: 0em;
    cursor: pointer;
    z-index: 3;
    border-radius: var(--border-radius-pill);
    width: var(--st-icon-size);
}

.card-outer-container {
    margin: auto;
}


@media screen and (min-width: 992px) {
    .video-card-container,
    .card-outer-container {
        --container-padding-x: var(--st-container-space-x, 10px);
        --row-padding-x: calc(var(--bs-gutter-x) * .5);
        max-width: calc(var(--max-container-width) - (var(--row-padding-x) + var(--container-padding-x)));
    }
}

    @media screen and (min-width: 768px) {
        .widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .video-banner-video {
            height: auto;
        }
    }

    @media screen and (min-width: 768px) {
        .widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .video-banner-video {
            height: auto;
        }
    }

.widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .video-banner-card-container {
    position: absolute;
}

@media screen and (max-width: 767px) {
    .widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .video-banner-card {
        max-width: 500px;
    }
}

@media screen and (min-width: 768px) {
    .widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .video-banner-card {
        max-width: 500px;
    }
}





    
            .widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .video-banner-card,
        .widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .video-banner-card p {
            color:var(--grey-900);
            --heading-color: var(--grey-900);
            --display-color: var(--grey-900);
        }
    


.widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .video-banner-title--default,
.widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .video-banner-paragraph--default {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .video-banner-title--mobile,
    .widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .video-banner-paragraph--mobile {
        text-align: center;
    }
}

    .widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .video-control-btn {
        display: none;
    }

    .widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .video-control-btn {
        color: var(--grey-50);
    }

    .widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .video-control-btn:hover,
    .widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .video-control-btn:focus {
        color: var(--grey-100);
    }



    @media screen and (min-width: 992px) {
        .widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .video-banner-card {
                            margin: calc(var(--bs-gutter-x) * .5);
                    }
    }

    @media screen and (max-width: 991px) {
        .widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .video-banner-card {
            margin: calc(var(--bs-gutter-x) * .5);
        }
    }

    .video-banner-card {
        padding: var(--st-spacing-md);
    }








    @media screen and (min-width: 768px) {
        .widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .card-container {
            display: none !important;
        }
    }


    @media screen and (max-width: 767px) {
        .widget-video-banner-58c2937d-ebd7-4b05-b9fa-1ffe6e9df715 .card-container {
            display: none !important;
        }
    }

.widget-slideshow,
.slideshow-slide {
    position: relative;
}

.widget-slideshow .slideshow-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.slide-container {
    position: absolute; 
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.slide-container .slideshow-card-container,
.card-outer-container .card-container {
    z-index: 2;
}

.slideshow-swiper-pagination {
    position: absolute;
    bottom: 0;
    z-index: 3;
}

.card-outer-container {
    margin: auto;
}

*}
@media screen and (min-width: 992px) {
    .slide-container,
    .card-outer-container {
        --container-padding-x: var(--st-container-space-x, 10px);
        --row-padding-x: calc(var(--bs-gutter-x) * .5);
        max-width: calc(var(--max-container-width) - (var(--row-padding-x) + var(--container-padding-x)));
    }
}

    @media screen and (min-width: 768px) {
        .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slideshow-slide img,
        .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slide-container  {
            height: 500px;
        }
    }

    @media screen and (max-width: 767px) {
        .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slideshow-slide img,
        .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slide-container {
            height: 150px;
        }
    }

.widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slideshow-card-container {
    position: absolute;
}

@media screen and (min-width: 768px) {
    .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slideshow-card {
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slideshow-card {
        max-width: 500px;
    }
}




    
            .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slideshow-card,
        .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slideshow-card p {
            --heading-color: #fff;
            --display-color: #fff;
            color: #fff;
        }
    


.widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slideshow-card {
    text-align: left;
}

@media screen and (max-width: 767px){
    .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slideshow-card {
        text-align: left;
    }
}

    .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slideshow-swiper-button-next,
    .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slideshow-swiper-button-prev {
        --swiper-nav-inline-icon-color: var(--grey-50);
    }

    .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slideshow-swiper-button-next:hover,
    .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slideshow-swiper-button-next:focus,
    .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slideshow-swiper-button-prev:hover,
    .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slideshow-swiper-button-prev:focus {
        --swiper-nav-inline-icon-color: var(--grey-100);
    }

    .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--grey-50);
    }


    @media screen and (min-width: 992px) {
        .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slideshow-card {
                            margin: calc(var(--bs-gutter-x) * .5);
                    }

            }

    @media screen and (max-width: 991px) {
        .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .slideshow-card {
            margin: calc(var(--bs-gutter-x) * .5);
        }
    }

    .slideshow-card {
        padding: var(--st-spacing-md);
    }








    @media screen and (min-width: 768px) {
        .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .card-container {
            display: none !important;
        }
    }


    @media screen and (max-width: 767px) {
        .widget-slideshow-27dcee63-5693-4159-a5cd-4aa3c408105f .card-container {
            display: none !important;
        }
    }

@media screen and (min-width: 992px) {
    .slide-container,
    .card-outer-container {
        --container-padding-x: var(--st-container-space-x, 10px);
        --row-padding-x: calc(var(--bs-gutter-x) * .5);
        max-width: calc(var(--max-container-width) - (var(--row-padding-x) + var(--container-padding-x)));
    }
}

    @media screen and (min-width: 768px) {
        .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slideshow-slide img,
        .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slide-container  {
            height: 500px;
        }
    }

    @media screen and (max-width: 767px) {
        .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slideshow-slide img,
        .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slide-container {
            height: 150px;
        }
    }

.widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slideshow-card-container {
    position: absolute;
}

@media screen and (min-width: 768px) {
    .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slideshow-card {
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slideshow-card {
        max-width: 500px;
    }
}




    
            .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slideshow-card,
        .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slideshow-card p {
            --heading-color: #fff;
            --display-color: #fff;
            color: #fff;
        }
    


.widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slideshow-card {
    text-align: left;
}

@media screen and (max-width: 767px){
    .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slideshow-card {
        text-align: left;
    }
}

    .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slideshow-swiper-button-next,
    .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slideshow-swiper-button-prev {
        --swiper-nav-inline-icon-color: var(--grey-50);
    }

    .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slideshow-swiper-button-next:hover,
    .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slideshow-swiper-button-next:focus,
    .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slideshow-swiper-button-prev:hover,
    .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slideshow-swiper-button-prev:focus {
        --swiper-nav-inline-icon-color: var(--grey-100);
    }

    .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--grey-50);
    }


    @media screen and (min-width: 992px) {
        .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slideshow-card {
                            margin: calc(var(--bs-gutter-x) * .5);
                    }

            }

    @media screen and (max-width: 991px) {
        .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .slideshow-card {
            margin: calc(var(--bs-gutter-x) * .5);
        }
    }

    .slideshow-card {
        padding: var(--st-spacing-md);
    }








    @media screen and (min-width: 768px) {
        .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .card-container {
            display: none !important;
        }
    }


    @media screen and (max-width: 767px) {
        .widget-slideshow-db6a8a88-1b0e-4057-a3ca-e149bf74b17f .card-container {
            display: none !important;
        }
    }

@media screen and (min-width: 992px) {
    .slide-container,
    .card-outer-container {
        --container-padding-x: var(--st-container-space-x, 10px);
        --row-padding-x: calc(var(--bs-gutter-x) * .5);
        max-width: calc(var(--max-container-width) - (var(--row-padding-x) + var(--container-padding-x)));
    }
}

    @media screen and (min-width: 768px) {
        .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slideshow-slide img,
        .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slide-container  {
            height: 500px;
        }
    }

    @media screen and (max-width: 767px) {
        .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slideshow-slide img,
        .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slide-container {
            height: 150px;
        }
    }

.widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slideshow-card-container {
    position: absolute;
}

@media screen and (min-width: 768px) {
    .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slideshow-card {
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slideshow-card {
        max-width: 500px;
    }
}




    
            .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slideshow-card,
        .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slideshow-card p {
            --heading-color: #fff;
            --display-color: #fff;
            color: #fff;
        }
    


.widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slideshow-card {
    text-align: left;
}

@media screen and (max-width: 767px){
    .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slideshow-card {
        text-align: left;
    }
}

    .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slideshow-swiper-button-next,
    .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slideshow-swiper-button-prev {
        --swiper-nav-inline-icon-color: var(--grey-50);
    }

    .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slideshow-swiper-button-next:hover,
    .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slideshow-swiper-button-next:focus,
    .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slideshow-swiper-button-prev:hover,
    .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slideshow-swiper-button-prev:focus {
        --swiper-nav-inline-icon-color: var(--grey-100);
    }

    .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--grey-50);
    }


    @media screen and (min-width: 992px) {
        .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slideshow-card {
                            margin: calc(var(--bs-gutter-x) * .5);
                    }

            }

    @media screen and (max-width: 991px) {
        .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .slideshow-card {
            margin: calc(var(--bs-gutter-x) * .5);
        }
    }

    .slideshow-card {
        padding: var(--st-spacing-md);
    }








    @media screen and (min-width: 768px) {
        .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .card-container {
            display: none !important;
        }
    }


    @media screen and (max-width: 767px) {
        .widget-slideshow-ac678639-d5fd-457e-a1a9-39730b267418 .card-container {
            display: none !important;
        }
    }

@media screen and (min-width: 992px) {
    .slide-container,
    .card-outer-container {
        --container-padding-x: var(--st-container-space-x, 10px);
        --row-padding-x: calc(var(--bs-gutter-x) * .5);
        max-width: calc(var(--max-container-width) - (var(--row-padding-x) + var(--container-padding-x)));
    }
}

    @media screen and (min-width: 768px) {
        .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slideshow-slide img,
        .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slide-container  {
            height: 500px;
        }
    }

    @media screen and (max-width: 767px) {
        .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slideshow-slide img,
        .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slide-container {
            height: 150px;
        }
    }

.widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slideshow-card-container {
    position: absolute;
}

@media screen and (min-width: 768px) {
    .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slideshow-card {
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slideshow-card {
        max-width: 500px;
    }
}




    
            .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slideshow-card,
        .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slideshow-card p {
            --heading-color: #fff;
            --display-color: #fff;
            color: #fff;
        }
    


.widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slideshow-card {
    text-align: left;
}

@media screen and (max-width: 767px){
    .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slideshow-card {
        text-align: left;
    }
}

    .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slideshow-swiper-button-next,
    .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slideshow-swiper-button-prev {
        --swiper-nav-inline-icon-color: var(--grey-50);
    }

    .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slideshow-swiper-button-next:hover,
    .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slideshow-swiper-button-next:focus,
    .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slideshow-swiper-button-prev:hover,
    .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slideshow-swiper-button-prev:focus {
        --swiper-nav-inline-icon-color: var(--grey-100);
    }

    .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--grey-50);
    }


    @media screen and (min-width: 992px) {
        .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slideshow-card {
                            margin: calc(var(--bs-gutter-x) * .5);
                    }

            }

    @media screen and (max-width: 991px) {
        .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .slideshow-card {
            margin: calc(var(--bs-gutter-x) * .5);
        }
    }

    .slideshow-card {
        padding: var(--st-spacing-md);
    }








    @media screen and (min-width: 768px) {
        .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .card-container {
            display: none !important;
        }
    }


    @media screen and (max-width: 767px) {
        .widget-slideshow-88097da5-e9e6-40a5-9e57-159404ccdac6 .card-container {
            display: none !important;
        }
    }

*}

*}

*}

.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-f5ef88bd-03e2-463f-9e60-5f844d3e1e6d .homepage-products-swiper .swiper-slide {
        --homepage-products-slider-number-of-cols: 5.25;
        --homepage-products-slider-number-of-cols-tablet: 3.25;
        --homepage-products-slider-number-of-cols-mobile: 1.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-f5ef88bd-03e2-463f-9e60-5f844d3e1e6d .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-f5ef88bd-03e2-463f-9e60-5f844d3e1e6d .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-f5ef88bd-03e2-463f-9e60-5f844d3e1e6d .homepage-products-slider {
        position: relative;
    }

    .widget-homepage-products--gallery-card-f5ef88bd-03e2-463f-9e60-5f844d3e1e6d {
        height: 100%;
    }

    .widget-homepage-products--gallery-f5ef88bd-03e2-463f-9e60-5f844d3e1e6d .swiper-header {
        --swiper-header-margin-block-end: var(--st-spacing-sm);
    }



    


@media screen and (min-width: 992px) {
    .slide-container,
    .card-outer-container {
        --container-padding-x: var(--st-container-space-x, 10px);
        --row-padding-x: calc(var(--bs-gutter-x) * .5);
        max-width: calc(var(--max-container-width) - (var(--row-padding-x) + var(--container-padding-x)));
    }
}

    @media screen and (min-width: 768px) {
        .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slideshow-slide img,
        .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slide-container {
            height: 350px;
        }
    }

    @media screen and (max-width: 767px) {
        .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slideshow-slide img,
        .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slide-container {
            height: 100px;
        }
    }

.widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slideshow-card-container {
    position: absolute;
}

@media screen and (min-width: 768px) {
    .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slideshow-card {
        max-width: 0px;
    }
}

@media screen and (max-width: 767px) {
    .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slideshow-card {
        max-width: 0px;
    }
}




    
            .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slideshow-card,
        .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slideshow-card p {
            --heading-color: var(--grey-900);
            --display-color: var(--grey-900);
            color: var(--grey-900);
        }
    


.widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slideshow-card {
    text-align: left;
}

@media screen and (max-width: 767px){
    .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slideshow-card {
        text-align: left;
    }
}

    .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slideshow-swiper-button-next,
    .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slideshow-swiper-button-prev {
        --swiper-nav-inline-icon-color: var(--grey-50);
    }

    .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slideshow-swiper-button-next:hover,
    .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slideshow-swiper-button-next:focus,
    .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slideshow-swiper-button-prev:hover,
    .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slideshow-swiper-button-prev:focus {
        --swiper-nav-inline-icon-color: var(--grey-100);
    }

    .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--grey-50);
    }


    @media screen and (min-width: 992px) {
        .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slideshow-card {
                            margin: calc(var(--bs-gutter-x) * .5);
                    }

            }

    @media screen and (max-width: 991px) {
        .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .slideshow-card {
            margin: calc(var(--bs-gutter-x) * .5);
        }
    }

    .slideshow-card {
        padding: var(--st-spacing-md);
    }








    @media screen and (min-width: 768px) {
        .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .card-container {
            display: none !important;
        }
    }


    @media screen and (max-width: 767px) {
        .widget-slideshow-b3481d4f-6828-44d3-af89-52dca6adb541 .card-container {
            display: none !important;
        }
    }
