.sales .splide__arrow {
	background: transparent;
}
.sales .splide__arrow--prev {
	left: -4em;
}

.sales .splide__arrow--next {
	right: 0em;
}

.sales .sales-block__title {
	text-align: center;
}

.sales .sales-block__title a{
	text-decoration: none;
	color: var(--text-color);
	font-weight: 800;
	margin-bottom: 0.5rem;
	font-size: 1.125rem;
	line-height: 1.125rem;
}

.block-banner-layer {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 15px;
	padding-bottom: 1rem;
}

.block-banner-layer img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: fill;
	width: 100%;
	height: 100%;
	object-position: 50% 50%;
	max-width: none;
	max-height: none;
}


@media (max-width: 576px) {
	.block-banner-layer {
		margin-top: 20px;
	}
	.block-banner-layer img {
		position: relative;
	}
}
