.elementor-widget-loop-carousel {
	--swiper-pagination-size: 0;
	--swiper-pagination-spacing: 10px;
	--swiper-slides-gap: 10px;
	--swiper-offset-size: 0;
	height: -moz-fit-content;
	height: fit-content;
	--swiper-padding-bottom: calc(var(--swiper-pagination-size) + var(--swiper-pagination-spacing));
	--arrow-prev-top-align: 50%;
	--arrow-prev-top-position: 0px;
	--arrow-prev-caption-spacing: 15px;
	--arrow-next-top-align: 50%;
	--arrow-next-top-position: 0px;
	--arrow-next-caption-spacing: 15px;
	--arrow-prev-left-align: 0px;
	--arrow-prev-left-position: 0px;
	--arrow-next-right-align: 0px;
	--arrow-next-right-position: 0px;
	--arrow-next-translate-x: 0px;
	--arrow-next-translate-y: 0px;
	--arrow-prev-translate-x: 0px;
	--arrow-prev-translate-y: 0px;
	--dots-vertical-position: 100%;
	--dots-vertical-offset: 0px;
	--dots-horizontal-position: 50%;
	--dots-horizontal-offset: 0px;
	--dots-horizontal-transform: -50%;
	--dots-vertical-transform: -100%;
	--fraction-vertical-position: 100%;
	--fraction-vertical-offset: 0px;
	--fraction-horizontal-position: 50%;
	--fraction-horizontal-offset: 0px;
	--fraction-horizontal-transform: -50%;
	--fraction-vertical-transform: -100%;
}

.elementor-widget-loop-carousel.elementor-pagination-type-bullets {
	--swiper-pagination-size: 6px;
}

.elementor-widget-loop-carousel .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .elementor-widget-loop-carousel .swiper:not(.swiper-initialized)>.swiper-wrapper {
	gap: var(--swiper-slides-gap);
	overflow: hidden;
}

.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg, .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
	fill: var(--arrow-normal-color, hsla(0, 0%, 93%, .9));
}

.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg, .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg {
	fill: var(--arrow-hover-color, hsla(0, 0%, 93%, .9));
}

.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next {
	right: calc(var(--arrow-next-right-align) + var(--arrow-next-right-position));
	top: calc(var(--arrow-next-top-align) + var(--arrow-next-top-position) - var(--arrow-next-caption-spacing));
	transform: translate(var(--arrow-next-translate-x), var(--arrow-next-translate-y));
}

.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev {
	left: calc(var(--arrow-prev-left-align) + var(--arrow-prev-left-position));
	top: calc(var(--arrow-prev-top-align) + var(--arrow-prev-top-position) - var(--arrow-prev-caption-spacing));
	transform: translate(var(--arrow-prev-translate-x), var(--arrow-prev-translate-y));
}

.elementor-widget-loop-carousel .swiper-horizontal>.swiper-pagination-bullets, .elementor-widget-loop-carousel .swiper-pagination, .elementor-widget-loop-carousel .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-widget-loop-carousel .swiper-pagination-custom, .elementor-widget-loop-carousel .swiper-pagination-fraction {
	font-size: var(--swiper-pagination-size);
	line-height: var(--swiper-pagination-size);
}

.elementor-widget-loop-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper, .elementor-widget-loop-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper-container, .elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper, .elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container {
	padding-bottom: var(--swiper-padding-bottom);
}