.carrousel-block.swiper {
    width: 100%;
}

.carrousel-block .swiper-wrapper {
    width: 100%;
    height: 100%;
}


.carrousel-block .swiper-slide {
    height: auto;
}

.carrousel-block .swiper-slide img {
    display: block;
    width: 100%;
/*     max-height: 100dvh; */
    height: 100%;
    object-fit: cover;
}

body .carrousel-block button.btn.arrow-btn {
    top: unset;
    bottom: var(--space-l);
	mix-blend-mode: difference;
}

body .carrousel-block button.btn.arrow-btn:before {
    border-color: #bcbcbc;
}

body .carrousel-block button.btn.arrow-btn .arrow {
	border-color: #bcbcbc;
}

body .carrousel-block button.btn.arrow-btn .arrow:before {
	border-color: #bcbcbc;
}

body .carrousel-block button.btn.arrow-btn.prev:before, body .carrousel-block  button.btn.arrow-btn.next:before {
    border-color: #bcbcbc
}

body .carrousel-block button.btn.arrow-btn.prev {
    left: var(--space-l);
}

body .carrousel-block button.btn.arrow-btn.next {
    right: var(--space-l);
}