.section-slider.swiper .swiper-wrapper {
	align-items: stretch;
}

.section-slider.swiper .swiper-slide {
	display: flex;
	height: auto;
	box-sizing: border-box;
}

.section-slider.swiper .swiper-slide > a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.section-slider.swiper .swiper-slide h3 {
	flex-grow: 1;
}

.section-slider.swiper .slider-item-image {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
}

.section-slider.swiper .slider-item-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
}

.slider-item-sku {
	margin: 18px 0 0;
	color: #777;
	font-size: 14px;
	line-height: 1.35;
	letter-spacing: normal;
	text-align: center;
	text-transform: none;
	user-select: text;
	-webkit-user-select: text;
}

.slider-item-sku__label { margin-right: 4px; }

.slider-item-sku__value {
	color: #222;
	font-weight: 500;
}

section.slider-section.accessories .slider-item-sku + h3 {
	margin-top: 8px;
}
