

.swiper-container-home {
	height: 318px;
}

.swiper-container-brands {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-container-brands .swiper-slide {
	width: 200px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-container-brands img {
	width: 200px;
}

.swiper-container-articles {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #f7f7f7;
}

.swiper-container-articles .wrap {
	width: 300px;
	height: 144px;
	display: flex;
	text-align: center;
	align-items: center;
	margin: 7px 0 17px 21px;
}

.swiper-container-articles .swiper-slide {
	width: 164px;
	height: 237px;
	text-align: center;
	font-size: 0.65rem;
	font-family: 'Kumbh Sans', sans-serif;
	font-weight: bold;
	border: 1px solid lightgrey;
	margin: 0 17px 17px 0;
	background: white;
}

.swiper-container-articles .swiper-slide a {
	color: #5c6167;
}

.swiper-container-articles .swiper-slide img {
	width: 100px;
	max-height: 100px;
}

.swiper-button-disabled {
	display: none!important;
}

/* Swiper 6.7.0 missing. This style is taken from Swiper 9.0*/
.swiper-vertical {

	:is(.swiper-button-next, .swiper-button-prev) {
		left: 50%;
		transform: rotate(90deg);
		transform-origin: left center;
	}

	.swiper-button-prev {
		top: calc(var(--swiper-navigation-size) / 2);
	}

	.swiper-button-next {
		top: auto;
		bottom: calc(var(--swiper-navigation-size) / 2);
	}

}