.lp-products-3__images-wrapper {
	font-size: 0;
	position: relative;
}

.lp-products-3 {
	padding: 24px 0;
}

.lp-products-3__slider {
    height: 100%;
    overflow: hidden;
}

.lp-products-3__slider .owl-stage-outer {
    height: 100%;
}

.lp-products-3__slider .owl-stage {
    height: 100%;
    display: flex;
}

.lp-products-3__slider .lp-products-3__slider-item {
    height: 100%;
}

.lp-products-3__slider-item {
	height: 289px;
}

.lp-products-3__slider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lp-products-3__slider-arrows {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}

.lp-products-3__slider-arrows-prev, .lp-products-3__slider-arrows-next {
	position: absolute;
	top: 0;
	z-index: 1;
	transform:translateY(-50%);
}

.lp-products-3__slider-arrows-prev {left: 0;}
.lp-products-3__slider-arrows-next {right: 0;}

.lp-products-3__dots-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	z-index: 2;
}

.lp-products-3__dots-item {
	margin-top: 16px;
	margin-bottom: 0;
}

.lp-products-3__text-wrapper {
	padding: 20px 0 32px;
}

.lp-products-3__title {
	padding: 0 0 10px;
	margin: 0;
	letter-spacing: 0.02em;
}

.lp-products-3__price-wrapper {
	padding: 0 0 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.lp-products-3__price, .lp-products-3__old-price {
	margin: 0;
}

.lp-products-3__price {
	margin-right:8px; 
}

.lp-products-3__old-price {
	opacity: 0.3;
	position: relative;
}

.lp-products-3__old-price--price {
	position: absolute;
	display: block;
	left: 0;
	right: -2px;
	height: 2px;
	background: var(--text-color-base);
	top: 50%;
}

.lp-products-3__button {
	/* display: block; */
	margin: 0 0px 5px 0;
}

@media all and (max-width: 599px) {
	.lp-products-3__button {
		display: flex;
	}
}

.lp-products-3__text {
	padding: 56px 0 0 0;
}

@media all and (min-width: 600px) {
	.lp-products-3 {
		padding: 48px 0;
	}
	
	.lp-products-3__slider-item {height: 576px;}
	.lp-products-3__text-wrapper {
		padding: 42px 0 32px;
	}
	.lp-products-3__price-wrapper {
		padding-bottom: 32px;
	}
	.lp-products-3__button {
		/* display: inline-block; */
	    margin: 0 10px 5px 0;
	}
	.lp-products-3__button .lp-button__text {min-width: 173px;}
	.lp-products-3__dots-wrapper {bottom: 0px;}
	.lp-products-3__slider-arrows-prev {left: -8px;}
	.lp-products-3__slider-arrows-next {right: -8px;}
}

@media all and (min-width: 960px) {
	.lp-products-3 {
		padding: 56px 0;
	}
	
	.lp-products-3__inner {
		display: flex;
	}
	
	.lp-products-3__images-wrapper {
		width: 592px;
		flex: none;
	}
	
	.lp-products-3__text-wrapper {
		flex: 1 0 1%;
		margin: 0 0 0 48px;
		padding: 36px 0;
	}
	
	.lp-products-3__title {
		padding-bottom: 16px;
	}
	
	.lp-products-3__price-wrapper {
		padding-bottom: 24px;
	}
	
	.lp-products-3__text {
		padding-top: 48px;
	}
	
	.lp-products-3__slider-item {height: 592px;}
	
	._reverse .lp-products-3__images-wrapper {order: 1}
	
	._reverse .lp-products-3__text-wrapper {margin: 0 48px 0 0;}
}

@media all and (min-width: 1200px) {
	.lp-products-3 {
		padding: 80px 0;
	}
	
	.lp-products-3__images-wrapper {
		width: 760px;
	}
	.lp-products-3__slider-item {height: 760px;}
	.lp-products-3__text {padding-top: 64px;}
	.lp-products-3__price-wrapper {padding-bottom: 32px;}
	.lp-products-3__text-wrapper {margin: 0 0 0 24px;}
	.lp-products-3__dots-wrapper {bottom: 8px;}
	
	._reverse .lp-products-3__text-wrapper {margin: 0 24px 0 0;}
}

@media all and (min-width: 1380px) {
	.lp-products-3__images-wrapper {
		width: 848px;
	}
	.lp-products-3__slider-item {height: 848px;}
	.lp-products-3__text-wrapper {margin: 0 0 0 32px;}
	.lp-products-3__title {padding-bottom: 12px;}
	
	._reverse .lp-products-3__text-wrapper {margin: 0 32px 0 0;}
}