div.carouselContainer {
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
}

div.carouselContainer button:focus,
div.carouselContainer input:focus {
	outline: 0;
}

div.carousel {
	width: auto;
	height: auto
}

div.carouseltop div.item {
	width: 100%;
	height: 590px;
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

div.carousel div.item img {
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box
}

div.carousel.slick-slider {
	margin: 0
}

div.carousel .slick-prev {
	left: var(--s2);
	z-index: 5;
	height: auto;
}

div.carousel .slick-next {
	right: var(--s2);
	z-index: 5;
	height: auto;
}

div.carousel.carouseltop .slick-prev {
	left: 25px;
	z-index: 5;
	height: auto;
}

div.carousel.carouseltop .slick-next {
	right: 25px;
	z-index: 5;
	height: auto;
}

div.carousel .slick-prev:before {
	content: '\f104';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 50%;
	color: var(--color-pink);
}

div.carousel .slick-next:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 50%;
	color: var(--color-pink);
}

div.carousel .slick-dots {
	bottom: 5%;
}

div.carousel.products .slick-dots {
	bottom: -10px;
}

div.carousel .slick-dots li button:before {
	color: #f0f0f0;
	content: '';
	font-family: 'FontAwesome';
	font-size: 10px;
	opacity: 0.5;
	background: var(--color-pink);
	border-radius: 50%;

	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
}

div.carousel .slick-dots li.slick-active button:before {
	opacity: 1;
	color: var(--color-pink);
}

.carouselContainer.first>div {
	border-radius: 0 0 var(--s2) var(--s2);
	overflow: hidden;
}

.carouselContainer.first div.carouseltop div.item {
	width: 100%;
	height: auto;

}

.carouselContainer.first div.carouseltop div.item img {
	border: var(--border);
}

.carouselContainer.first div.blocks>div.item {
	position: relative;
}

.carouselContainer.first div.blocks>div.item:last-child {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: flex-end;
}

.carouselContainer.first div.blocks>div.item:first-child {
	border-top-width: 0px;
}

.carouselContainer.first div.blocks>div.item .title {
	font-weight: 900;
	font-size: var(--font-tiny);
	text-transform: uppercase;
	color: var(--color-pink);
	background: rgba(255, 255, 255, .5);
	padding: var(--s-half);
	bottom: var(--s-half);
	position: absolute;
	left: var(--s-half);
	right: var(--s-half);
	z-index: 10;
}

.carouselbrands .item {
	margin: 0 var(--s3);
}

@media screen and (max-width: 1400px) {
	.carouselContainer.first {
		padding: 0 var(--s2);
	}
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 810px) {}

@media screen and (max-width: 760x) {}

@media screen and (max-width: 480px) {

	.carouselContainer.first div.blocks>div {
		border-top-width: 0;
	}
}