.wsc-homepage-carousel {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

.wsc-homepage-carousel .splide__arrows {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 10;

	@media (max-width: 767px) {
		display: none;
	}
}

.wsc-homepage-carousel .splide__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: all;
	background-color: transparent;
	border-radius: 50%;
	border: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all ease-in-out;
}

.wsc-homepage-carousel .splide__arrow svg {
	fill: var(--primary-light);
	transition: 0.3s all ease-in-out;
	height: 20px;
}

.wsc-homepage-carousel .splide__arrow:hover svg {
	fill: var(--primary);
}

.wsc-homepage-carousel .splide__arrow--prev {
	left: 16px;
	transform: translateY(-50%) scaleX(-1);
}

.wsc-homepage-carousel .splide__arrow--next {
	right: 16px;
}

.wsc-homepage-carousel .splide__slide {
	overflow: hidden;
}

.wsc-homepage-carousel .splide__slide a {
	display: block;
	line-height: 0;
	height: 100%;
}

.wsc-homepage-carousel .splide__slide picture {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
}

.wsc-homepage-carousel .splide__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
