.geplus-custom-carousel {
	--geplus-carousel-arrow-size: 44px;
	--geplus-carousel-arrow-bg: #ffffff;
	--geplus-carousel-arrow-color: #18243c;
	--geplus-carousel-dot: #c8d0dd;
	--geplus-carousel-dot-active: #1f5eff;
	--geplus-carousel-radius: 22px;
	--geplus-carousel-shadow: 0 18px 42px rgba(15, 30, 56, 0.12);

	box-sizing: border-box;
	padding: 0 58px 44px;
	position: relative;
	width: 100%;
}

.geplus-custom-carousel *,
.geplus-custom-carousel *::before,
.geplus-custom-carousel *::after {
	box-sizing: border-box;
}

.geplus-custom-carousel .swiper-wrapper {
	align-items: stretch;
}

.geplus-custom-carousel__slide {
	height: auto;
}

.geplus-custom-carousel__image {
	aspect-ratio: 16 / 10;
	background: #eef2f7;
	border-radius: var(--geplus-carousel-radius);
	box-shadow: var(--geplus-carousel-shadow);
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.geplus-custom-carousel__button {
	align-items: center;
	background: var(--geplus-carousel-arrow-bg) !important;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(15, 30, 56, 0.16);
	color: var(--geplus-carousel-arrow-color) !important;
	cursor: pointer;
	display: flex;
	height: var(--geplus-carousel-arrow-size) !important;
	justify-content: center;
	margin: 0 !important;
	opacity: 1;
	transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
	width: var(--geplus-carousel-arrow-size) !important;
}

.geplus-custom-carousel__button::after {
	display: none;
}

.geplus-custom-carousel__button svg {
	fill: currentColor;
	height: 24px;
	width: 24px;
}

.geplus-custom-carousel__button:hover,
.geplus-custom-carousel__button:focus-visible {
	box-shadow: 0 16px 34px rgba(15, 30, 56, 0.22);
	outline: none;
	transform: scale(1.05);
}

.geplus-custom-carousel .swiper-button-prev {
	left: 0;
}

.geplus-custom-carousel .swiper-button-next {
	right: 0;
}

.geplus-custom-carousel .swiper-button-disabled {
	cursor: default;
	opacity: 0.35;
}

.geplus-custom-carousel__pagination.swiper-pagination {
	bottom: 2px !important;
	left: 0;
	right: 0;
	top: auto !important;
}

.geplus-custom-carousel .swiper-pagination-bullet {
	background: var(--geplus-carousel-dot);
	height: 9px;
	opacity: 1;
	transition: background 180ms ease, transform 180ms ease, width 180ms ease;
	width: 9px;
}

.geplus-custom-carousel .swiper-pagination-bullet-active {
	background: var(--geplus-carousel-dot-active);
	border-radius: 999px;
	width: 26px;
}

@media (max-width: 767px) {
	.geplus-custom-carousel {
		--geplus-carousel-arrow-size: 38px;
		--geplus-carousel-radius: 16px;

		padding: 0 44px 38px;
	}
}

@media (max-width: 480px) {
	.geplus-custom-carousel {
		padding-left: 0;
		padding-right: 0;
	}

	.geplus-custom-carousel__button {
		display: none;
	}
}
