
					if ((controller == "home") && (StrToInt(pageId) == 0)) {
						Write(".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: 1200px) {
    .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-0887a761-26bc-4e94-885f-34774de879ed .slideshow-slide img,
        .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .slide-container  {
            height: 500px;
        }
    }

    @media screen and (max-width: 767px) {
        .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .slideshow-slide img,
        .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .slide-container {
            height: 300px;
        }
    }

.widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .slideshow-card-container {
    position: absolute;
}

@media screen and (min-width: 768px) {
    .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .slideshow-card {
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .slideshow-card {
        max-width: 500px;
    }
}




    
            .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .slideshow-card,
        .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .slideshow-card p {
            --heading-color: var(--grey-900);
            --display-color: var(--grey-900);
            color: var(--grey-900);
        }
    


.widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .slideshow-card {
    text-align: center;
}

@media screen and (max-width: 767px){
    .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .slideshow-card {
        text-align: center;
    }
}

    .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .slideshow-swiper-button-next,
    .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .slideshow-swiper-button-prev {
        --swiper-nav-inline-icon-color: var(--grey-50);
    }

    .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .slideshow-swiper-button-next:hover,
    .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .slideshow-swiper-button-next:focus,
    .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .slideshow-swiper-button-prev:hover,
    .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .slideshow-swiper-button-prev:focus {
        --swiper-nav-inline-icon-color: var(--grey-100);
    }

    .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--grey-50);
    }


    @media screen and (min-width: 1200px) {
        .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .slideshow-card {
                            margin: calc(var(--bs-gutter-x) * .5);
                    }

            }

    @media screen and (max-width: 1199px) {
        .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .slideshow-card {
            margin: calc(var(--bs-gutter-x) * .5);
        }
    }

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








    @media screen and (min-width: 768px) {
        .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .card-container {
            display: none !important;
        }
    }


    @media screen and (max-width: 767px) {
        .widget-slideshow-0887a761-26bc-4e94-885f-34774de879ed .card-container {
            display: none !important;
        }
    }



.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 {
    text-shadow: 0 0 4px #000;
}

.widget-image-card--light .card-title,
.widget-image-card--light-hover .card-title {
    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-image-card-7dc78590-db34-4824-b4ef-ed3e06401d73.widget-image-card--dark .card-title,
    .widget-image-card-7dc78590-db34-4824-b4ef-ed3e06401d73.widget-image-card--dark-hover .card-title {
        color: #fff;
    }



    
    .widget-image-card-85daffa6-b67e-49c6-88bf-bf4b42eb2d66.widget-image-card--dark .card-title,
    .widget-image-card-85daffa6-b67e-49c6-88bf-bf4b42eb2d66.widget-image-card--dark-hover .card-title {
        color: #fff;
    }



    
    .widget-image-card-383208da-2b9f-45f4-bb96-44ef2b9c637b.widget-image-card--dark .card-title,
    .widget-image-card-383208da-2b9f-45f4-bb96-44ef2b9c637b.widget-image-card--dark-hover .card-title {
        color: #fff;
    }



    
    .widget-image-card-95d44c5a-df0f-438e-b415-630804db9eea.widget-image-card--dark .card-title,
    .widget-image-card-95d44c5a-df0f-438e-b415-630804db9eea.widget-image-card--dark-hover .card-title {
        color: #fff;
    }



    
    .widget-image-card-6cfd209c-651a-4e5f-b020-38a4d9a6aa5c.widget-image-card--dark .card-title,
    .widget-image-card-6cfd209c-651a-4e5f-b020-38a4d9a6aa5c.widget-image-card--dark-hover .card-title {
        color: #fff;
    }



*}

*}

*}

.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-08cd50bf-039e-4307-9400-f98832254034 .widget-homepage-products--gallery-cards {
        display: grid;
        grid-gap: var(--gutter);
    }

            @media screen and (max-width: 767px) {
            .widget-homepage-products--gallery-08cd50bf-039e-4307-9400-f98832254034 .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-08cd50bf-039e-4307-9400-f98832254034 .widget-homepage-products--gallery-cards {
                grid-template-columns: repeat(3, 1fr);
            }
        }
    
            @media screen and (min-width: 992px) {
            .widget-homepage-products--gallery-08cd50bf-039e-4307-9400-f98832254034 .widget-homepage-products--gallery-cards {
                grid-template-columns: repeat(3, 1fr);
            }
        }
    
");
					}
				