.lp-products-12 .lp-wrapp {
    max-width: 576px;
    padding-left: 0;
    padding-right: 0;
}

.lp-products-12._is-cms {padding-top: 50px;}

.lp-products-12 {
    margin-top: 24px;
    margin-left: -16px;
    margin-right: -16px;
}

.lp-products-12__close {
    display: block;
    position: absolute;
    right: 0;
    top: -40px;
    cursor: pointer;
    width: 32px;
    height: 32px;
}

.lp-products-12__close ._close-line {
	width: 2px;
	height: 20px;
	background: #fff;
	position: absolute;
	left: 15px;
	top: 6px;
	display: block;
}

.lp-products-12__close ._close-line:first-child {transform: rotate(45deg)}
.lp-products-12__close ._close-line:last-child {transform: rotate(-45deg)}

.lp-products-12__close path {fill: #fff;}

.lp-products-12__images-wrapper {
    font-size: 0;
    position: relative;
    width: 100%;
}

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

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

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

.lp-products-12__slider-item {
    height: 240px;
}

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

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

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

.lp-products-12__slider-arrow:hover {
	background: transparent;
}

.lp-products-12__slider-arrows-prev ._slider-arrows-inner, 
.lp-products-12__slider-arrows-next ._slider-arrows-inner {
    background: var(--primary-color-base);
}

.lp-products-12__slider-arrows-prev {
    left: 0;
}

.lp-products-12__slider-arrows-next {
    right: 0;
}

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

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

.lp-products-12__text-wrapper {
    padding: 16px 16px 24px;
}

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

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

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

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

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

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

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

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

.lp-products-12__inner {
    background: #fff;
    display: flex;
    flex-direction: column;
}

.lp-products-12__bot {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

@media all and (max-width: 599px) {
	.lp-products-12__bot {
		flex-direction: column;
	}
}

._reverse .lp-products-12__images-wrapper {
	order: 1;
}

@media all and (min-width: 600px) {
    .lp-products-12__bot {
        display: flex;
        justify-content: space-between;
        margin-top: 24px;
    }
    
    .lp-products-12 {
	    margin-top: 24px;
	    margin-left: 0;
	    margin-right: 0;
	}

    .lp-products-12__slider-item {
        height: 432px;
    }

    .lp-products-12__text-wrapper {
        padding: 16px 24px 24px;
    }

    .lp-products-12__price-wrapper {
        padding-bottom: 0;
    }

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

    .lp-products-12__button .lp-button__text {
        min-width: 173px;
    }

    .lp-products-12__dots-wrapper {
        bottom: 0px;
    }

    .lp-products-12__slider-arrows-prev {
        left: -8px;
    }

    .lp-products-12__slider-arrows-next {
        right: -8px;
    }
}

@media all and (min-width: 960px) {
    .lp-products-12__text-wrapper {
        flex: 1 0 1%;
    }

    .lp-products-12__title {
        padding-bottom: 16px;
    }
}

@media all and (min-width: 1200px) {
    .lp-products-12__slider-item {
        height: 470px;
    }

    .lp-products-12__dots-wrapper {
        bottom: 8px;
    }
    
    .lp-products-12 .lp-wrapp {max-width: 628px;}
}

@media all and (min-width: 1380px) {

    .lp-products-12__text-wrapper {
        margin: 0;
    }

    .lp-products-12__title {
        padding-bottom: 12px;
    }
}