.layout-e-shop_categories_slider .flickity-slider {
    transform: none !important;
}
.layout-e-shop_categories_slider .vcarousel-cell {
    position: relative;
    width: 100%;
    aspect-ratio: 350 / 250;
    left: 0 !important;
    transform: none !important;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s ease-in-out;
}
.layout-e-shop_categories_slider .vcarousel-cell.is-selected {
    opacity: 1;
    z-index: 999;
}
.layout-e-shop_categories_slider .vcarousel-cell img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.layout-e-shop_categories_slider .vcarousel-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.layout-e-shop_categories_slider .vcarousel-nav .vcarousel-arrows {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
@media(min-width: 744px) {
    .layout-e-shop_categories_slider .vcarousel-cell {
        aspect-ratio: 1 / 1;
    }
    .layout-e-shop_categories_slider .vcarousel-nav {
        bottom: 30px;
        right: 30px;
    }
    .layout-e-shop_categories_slider .content-wrapper {
        min-height: 100%;
    }
}
@media(min-width: 992px) {
    .layout-e-shop_categories_slider .content-wrapper {
        min-height: auto;
    }
}
@media(min-width: 1200px) {
    .layout-e-shop_categories_slider .content-wrapper {
        min-height: auto;
    }
    .layout-e-shop_categories_slider .vcarousel-nav {
        bottom: 40px;
        right: 40px;
    }
}
/* NAVIGATION ARROWS */
.layout-e-shop_categories_slider .vcarousel-arrows {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--color-gray);
    background: transparent;
    transition: background .3s ease-out;
}
.layout-e-shop_categories_slider .vcarousel-arrows.carousel-prev {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.74 40.66'%3E%3Cpolygon points='45.74 23.22 45.74 17.35 11.02 17.44 24.41 4.13 20.19 0 0 20.29 20.19 40.66 24.42 36.53 11.02 23.22 11.02 23.22 45.74 23.22' style='fill:%23010101;'/%3E%3C/svg%3E") no-repeat center / 11px;
}
.layout-e-shop_categories_slider .vcarousel-arrows.carousel-prev:hover {
    background: var(--color-gray) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.74 40.66'%3E%3Cpolygon points='45.74 23.22 45.74 17.35 11.02 17.44 24.41 4.13 20.19 0 0 20.29 20.19 40.66 24.42 36.53 11.02 23.22 11.02 23.22 45.74 23.22' style='fill:%23010101;'/%3E%3C/svg%3E") no-repeat center / 11px;
}
.vcarousel-next-wrapper {
    position: relative;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.layout-e-shop_categories_slider .vcarousel-next-wrapper .carousel-next {
    position: relative;
    z-index: 2;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.74 40.66'%3E%3Cpolygon points='25.55 0 21.33 4.13 34.73 17.44 34.73 17.44 0 17.44 0 23.31 34.73 23.22 21.33 36.53 25.55 40.66 45.74 20.37 25.55 0' style='fill:%23010101;'/%3E%3C/svg%3E") no-repeat center / 11px;
}
.layout-e-shop_categories_slider .vcarousel-arrows.carousel-next:hover {
    background: var(--color-gray) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.74 40.66'%3E%3Cpolygon points='25.55 0 21.33 4.13 34.73 17.44 34.73 17.44 0 17.44 0 23.31 34.73 23.22 21.33 36.53 25.55 40.66 45.74 20.37 25.55 0' style='fill:%23010101;'/%3E%3C/svg%3E") no-repeat center / 11px;
}
@media(min-width: 1200px) {
    .layout-e-shop_categories_slider .vcarousel-arrows {
        width: 60px;
        height: 60px;
    }
    .vcarousel-next-wrapper {
        width: 64px;
        height: 64px;
    }
}
.progress-ring {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.progress-ring__circle {
    fill: none;
    stroke: black;
    stroke-width: 3;
    stroke-dasharray: 176; /* 2πr */
    stroke-dashoffset: 176;
}
.layout-e-shop_categories_slider hr {
    opacity: 1;
    width: 100%;
    margin: 0;
}