.home-products-desktop {
	display: block;
}

.home-products-mobile {
	display: none !important;
}

.home-products-swiper {
	background: transparent;
	overflow: hidden;
	padding: 0 1px;
	position: relative;
	width: 100%;
}

.home-products-swiper .swiper-wrapper {
	align-items: stretch;
}

.home-products-slide {
	height: auto;
}

.home-products-slide .iportfolio {
	height: 100%;
}

.home-products-button {
	align-items: center;
	background: rgba(0, 0, 0, .3);
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 24px;
	height: 44px;
	justify-content: center;
	margin-top: -22px;
	position: absolute;
	top: 50%;
	transition: background-color .2s ease, opacity .2s ease;
	width: 34px;
	z-index: 10;
}

.home-products-button:hover,
.home-products-button:focus {
	background: rgba(0, 0, 0, .65);
}

.home-products-button--prev {
	left: 0;
}

.home-products-button--next {
	right: 0;
}

.home-products-button.swiper-button-disabled {
	cursor: default;
	opacity: .25;
}

.mobile-product-accordion .home-products-swiper {
	background: transparent;
}

@media (max-width: 991px) {
	.home-products-desktop {
		display: none !important;
	}

	.home-products-mobile {
		display: block !important;
	}

	.home-products-button {
		height: 40px;
		margin-top: -20px;
		width: 32px;
	}
}

