.lp-new-product-4 {
    overflow: hidden;
}

.lp-new-product-4__header {
    text-align: center;
}

.lp-new-product-4__header._left {
	text-align:left;
}

.lp-new-product-4__header._right {
	text-align: left;
}


@media (max-width: 599px) {
	.lp-new-product-4 .spoiler-btn-wrap .lp-button {
		width: 100%;
	}
   
}

@media (min-width: 1201px) {
    .lp-new-product-4__wrap.spoiler-init .lp-product-4__list.four_columns .spoiler-item:nth-child(n+5) {
        display: none;
    }
}

@media (min-width: 961px) and (max-width: 1200px) {
    .lp-new-product-4__wrap.spoiler-init .lp-product-4__list.four_columns .spoiler-item:nth-child(n+4) {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    .lp-new-product-4__wrap.spoiler-init .lp-product-4__list.four_columns .spoiler-item:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__wrap.spoiler-init .lp-product-4__list.four_columns .spoiler-item:nth-child(n+2) {
        display: none;
    }
}

@media (min-width: 1201px) {
    .lp-new-product-4__wrap.spoiler-init .lp-product-4__list.three_columns .spoiler-item:nth-child(n+4) {
        display: none;
    }
}

@media (min-width: 961px) and (max-width: 1200px) {
    .lp-new-product-4__wrap.spoiler-init .lp-product-4__list.three_columns .spoiler-item:nth-child(n+4) {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    .lp-new-product-4__wrap.spoiler-init .lp-product-4__list.three_columns .spoiler-item:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__wrap.spoiler-init .lp-product-4__list.three_columns .spoiler-item:nth-child(n+2) {
        display: none;
    }
}

@media (min-width: 600px) {
    .lp-new-product-4__wrap.spoiler-init .lp-product-4__list.two_columns .spoiler-item:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__wrap.spoiler-init .lp-product-4__list.two_columns .spoiler-item:nth-child(n+2) {
        display: none;
    }
}

.lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    width: calc(100% + 32px);
}

@media (max-width: 1380px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list {
        margin: 0 -12px;
        width: calc(100% + 24px);
    }
}

.lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list._center {
    justify-content: center;
}

.lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list._right {
    justify-content: flex-end;
}

.lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.four_columns .lp-new-product-4__item {
    margin-top: 32px;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(((100% / 12)* 3) - 32px);
}

@media (max-width: 1380px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.four_columns .lp-new-product-4__item {
        margin-top: 24px;
        margin-left: 12px;
        margin-right: 12px;
        width: calc(((100% / 12)* 3) - 24px);
    }
}

@media (max-width: 1200px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.four_columns .lp-new-product-4__item {
        width: calc(((100% / 12)* 4) - 24px);
    }
}

@media (max-width: 960px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.four_columns .lp-new-product-4__item {
        width: calc(((100% / 12)* 6) - 24px);
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.four_columns .lp-new-product-4__item {
        margin-top: 16px;
        width: calc(((100% / 12)* 12) - 24px);
    }
}

@media (min-width: 1201px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.four_columns .lp-new-product-4__item:nth-child(-n+4) {
        margin-top: 0 !important;
    }
}

@media (min-width: 961px) and (max-width: 1200px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.four_columns .lp-new-product-4__item:nth-child(-n+3) {
        margin-top: 0 !important;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.four_columns .lp-new-product-4__item:nth-child(-n+2) {
        margin-top: 0 !important;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.four_columns .lp-new-product-4__item:nth-child(-n+1) {
        margin-top: 0 !important;
    }
}

.lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.three_columns .lp-new-product-4__item {
    margin-top: 32px;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(((100% / 12)* 4) - 32px);
}

@media (max-width: 1380px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.three_columns .lp-new-product-4__item {
        margin-top: 24px;
        margin-left: 12px;
        margin-right: 12px;
        width: calc(((100% / 12)* 4) - 24px);
    }
}

@media (max-width: 1200px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.three_columns .lp-new-product-4__item {
        width: calc(((100% / 12)* 4) - 24px);
    }
}

@media (max-width: 960px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.three_columns .lp-new-product-4__item {
        width: calc(((100% / 12)* 6) - 24px);
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.three_columns .lp-new-product-4__item {
        margin-top: 16px;
        width: calc(((100% / 12)* 12) - 24px);
    }
}

@media (min-width: 1201px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.three_columns .lp-new-product-4__item:nth-child(-n+3) {
        margin-top: 0 !important;
    }
}

@media (min-width: 961px) and (max-width: 1200px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.three_columns .lp-new-product-4__item:nth-child(-n+3) {
        margin-top: 0 !important;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.three_columns .lp-new-product-4__item:nth-child(-n+2) {
        margin-top: 0 !important;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.three_columns .lp-new-product-4__item:nth-child(-n+1) {
        margin-top: 0 !important;
    }
}

.lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.two_columns .lp-new-product-4__item {
    margin-top: 32px;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(((100% / 12)* 6) - 32px);
}

@media (max-width: 1380px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.two_columns .lp-new-product-4__item {
        margin-top: 24px;
        margin-left: 12px;
        margin-right: 12px;
        width: calc(((100% / 12)* 6) - 24px);
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.two_columns .lp-new-product-4__item {
        margin-top: 16px;
        width: calc(((100% / 12)* 12) - 24px);
    }
}

@media (min-width: 600px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.two_columns .lp-new-product-4__item:nth-child(-n+2) {
        margin-top: 0 !important;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__wrap:not(.splide-init) .lp-product-4__list.two_columns .lp-new-product-4__item:nth-child(-n+1) {
        margin-top: 0 !important;
    }
}

.lp-new-product-4__wrap.splide-init .splide:not(.is-active) .lp-product-4__list {
    margin-right: -32px !important;
}

@media (max-width: 1380px) {
    .lp-new-product-4__wrap.splide-init .splide:not(.is-active) .lp-product-4__list {
        margin-right: -24px !important;
    }
}

.lp-new-product-4__wrap.splide-init .splide:not(.is-active) .lp-product-4__list.four_columns .lp-new-product-4__item {
    width: calc(((100% / 12)* 3) - 32px);
    margin-right: 24px;
}

@media (max-width: 1380px) {
    .lp-new-product-4__wrap.splide-init .splide:not(.is-active) .lp-product-4__list.four_columns .lp-new-product-4__item {
        width: calc(((100% / 12)* 3) - 24px);
        margin-right: 24px;
    }
}

@media (max-width: 1200px) {
    .lp-new-product-4__wrap.splide-init .splide:not(.is-active) .lp-product-4__list.four_columns .lp-new-product-4__item {
        width: calc(((100% / 12)* 4) - 24px);
        margin-right: 24px;
    }
}

@media (max-width: 960px) {
    .lp-new-product-4__wrap.splide-init .splide:not(.is-active) .lp-product-4__list.four_columns .lp-new-product-4__item {
        width: calc(((100% / 12)* 6) - 24px);
        margin-right: 24px;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__wrap.splide-init .splide:not(.is-active) .lp-product-4__list.four_columns .lp-new-product-4__item {
        width: calc(((100% / 12)* 12) - 24px);
        margin-right: 24px;
    }
}

.lp-new-product-4__wrap.splide-init .splide:not(.is-active) .lp-product-4__list.three_columns .lp-new-product-4__item {
    width: calc(((100% / 12)* 4) - 32px);
    margin-right: 32px;
}

@media (max-width: 1380px) {
    .lp-new-product-4__wrap.splide-init .splide:not(.is-active) .lp-product-4__list.three_columns .lp-new-product-4__item {
        width: calc(((100% / 12)* 4) - 24px);
        margin-right: 24px;
    }
}

@media (max-width: 1200px) {
    .lp-new-product-4__wrap.splide-init .splide:not(.is-active) .lp-product-4__list.three_columns .lp-new-product-4__item {
        width: calc(((100% / 12)* 4) - 24px);
        margin-right: 24px;
    }
}

@media (max-width: 960px) {
    .lp-new-product-4__wrap.splide-init .splide:not(.is-active) .lp-product-4__list.three_columns .lp-new-product-4__item {
        width: calc(((100% / 12)* 6) - 24px);
        margin-right: 24px;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__wrap.splide-init .splide:not(.is-active) .lp-product-4__list.three_columns .lp-new-product-4__item {
        width: calc(((100% / 12)* 12) - 24px);
        margin-right: 24px;
    }
}

.lp-new-product-4__wrap.splide-init .splide:not(.is-active) .lp-product-4__list.two_columns .lp-new-product-4__item {
    width: calc(((100% / 12)* 6) - 32px);
    margin-right: 32px;
}

@media (max-width: 1380px) {
    .lp-new-product-4__wrap.splide-init .splide:not(.is-active) .lp-product-4__list.two_columns .lp-new-product-4__item {
        width: calc(((100% / 12)* 6) - 24px);
        margin-right: 24px;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__wrap.splide-init .splide:not(.is-active) .lp-product-4__list.two_columns .lp-new-product-4__item {
        width: calc(((100% / 12)* 12) - 24px);
        margin-right: 24px;
    }
}

.lp-new-product-4__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    width: calc(100% + 32px);
}

@media (max-width: 1380px) {
    .lp-new-product-4__list {
        margin: 0 -12px;
        width: calc(100% + 24px);
    }
}

.lp-new-product-4__list:not(.js-simple-slider).four_columns .lp-new-product-4__item {
    margin-top: 32px;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(((100% / 12)* 3) - 32px);
}

@media (max-width: 1380px) {
    .lp-new-product-4__list:not(.js-simple-slider).four_columns .lp-new-product-4__item {
        margin-top: 24px;
        margin-left: 12px;
        margin-right: 12px;
        width: calc(((100% / 12)* 3) - 24px);
    }
}

@media (max-width: 1200px) {
    .lp-new-product-4__list:not(.js-simple-slider).four_columns .lp-new-product-4__item {
        width: calc(((100% / 12)* 4) - 24px);
    }
}

@media (max-width: 960px) {
    .lp-new-product-4__list:not(.js-simple-slider).four_columns .lp-new-product-4__item {
        width: calc(((100% / 12)* 6) - 24px);
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__list:not(.js-simple-slider).four_columns .lp-new-product-4__item {
        margin-top: 16px;
        width: calc(((100% / 12)* 12) - 24px);
    }
}

@media (min-width: 1201px) {
    .lp-new-product-4__list:not(.js-simple-slider).four_columns .lp-new-product-4__item.spoiler-item:nth-child(n+5) {
        display: none;
    }
}

@media (min-width: 961px) and (max-width: 1200px) {
    .lp-new-product-4__list:not(.js-simple-slider).four_columns .lp-new-product-4__item.spoiler-item:nth-child(n+4) {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    .lp-new-product-4__list:not(.js-simple-slider).four_columns .lp-new-product-4__item.spoiler-item:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__list:not(.js-simple-slider).four_columns .lp-new-product-4__item.spoiler-item:nth-child(n+2) {
        display: none;
    }
}

@media (min-width: 1201px) {
    .lp-new-product-4__list:not(.js-simple-slider).four_columns .lp-new-product-4__item:nth-child(-n+4) {
        margin-top: 0 !important;
    }
}

@media (min-width: 961px) and (max-width: 1200px) {
    .lp-new-product-4__list:not(.js-simple-slider).four_columns .lp-new-product-4__item:nth-child(-n+3) {
        margin-top: 0 !important;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    .lp-new-product-4__list:not(.js-simple-slider).four_columns .lp-new-product-4__item:nth-child(-n+2) {
        margin-top: 0 !important;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__list:not(.js-simple-slider).four_columns .lp-new-product-4__item:nth-child(-n+1) {
        margin-top: 0 !important;
    }
}

.lp-new-product-4__list:not(.js-simple-slider).three_columns .lp-new-product-4__item {
    margin-top: 32px;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(((100% / 12)* 4) - 32px);
}

@media (max-width: 1380px) {
    .lp-new-product-4__list:not(.js-simple-slider).three_columns .lp-new-product-4__item {
        margin-top: 24px;
        margin-left: 12px;
        margin-right: 12px;
        width: calc(((100% / 12)* 4) - 24px);
    }
}

@media (max-width: 1200px) {
    .lp-new-product-4__list:not(.js-simple-slider).three_columns .lp-new-product-4__item {
        width: calc(((100% / 12)* 4) - 24px);
    }
}

@media (max-width: 960px) {
    .lp-new-product-4__list:not(.js-simple-slider).three_columns .lp-new-product-4__item {
        width: calc(((100% / 12)* 6) - 24px);
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__list:not(.js-simple-slider).three_columns .lp-new-product-4__item {
        margin-top: 16px;
        width: calc(((100% / 12)* 12) - 24px);
    }
}

@media (min-width: 1201px) {
    .lp-new-product-4__list:not(.js-simple-slider).three_columns .lp-new-product-4__item.spoiler-item:nth-child(n+4) {
        display: none;
    }
}

@media (min-width: 961px) and (max-width: 1200px) {
    .lp-new-product-4__list:not(.js-simple-slider).three_columns .lp-new-product-4__item.spoiler-item:nth-child(n+4) {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    .lp-new-product-4__list:not(.js-simple-slider).three_columns .lp-new-product-4__item.spoiler-item:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__list:not(.js-simple-slider).three_columns .lp-new-product-4__item.spoiler-item:nth-child(n+2) {
        display: none;
    }
}

@media (min-width: 1201px) {
    .lp-new-product-4__list:not(.js-simple-slider).three_columns .lp-new-product-4__item:nth-child(-n+3) {
        margin-top: 0 !important;
    }
}

@media (min-width: 961px) and (max-width: 1200px) {
    .lp-new-product-4__list:not(.js-simple-slider).three_columns .lp-new-product-4__item:nth-child(-n+3) {
        margin-top: 0 !important;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    .lp-new-product-4__list:not(.js-simple-slider).three_columns .lp-new-product-4__item:nth-child(-n+2) {
        margin-top: 0 !important;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__list:not(.js-simple-slider).three_columns .lp-new-product-4__item:nth-child(-n+1) {
        margin-top: 0 !important;
    }
}

.lp-new-product-4__list:not(.js-simple-slider).two_columns .lp-new-product-4__item {
    margin-top: 32px;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(((100% / 12)* 6) - 32px);
}

@media (max-width: 1380px) {
    .lp-new-product-4__list:not(.js-simple-slider).two_columns .lp-new-product-4__item {
        margin-top: 24px;
        margin-left: 12px;
        margin-right: 12px;
        width: calc(((100% / 12)* 6) - 24px);
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__list:not(.js-simple-slider).two_columns .lp-new-product-4__item {
        margin-top: 16px;
        width: calc(((100% / 12)* 12) - 24px);
    }
}

@media (min-width: 600px) {
    .lp-new-product-4__list:not(.js-simple-slider).two_columns .lp-new-product-4__item.spoiler-item:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__list:not(.js-simple-slider).two_columns .lp-new-product-4__item.spoiler-item:nth-child(n+2) {
        display: none;
    }
}

@media (min-width: 600px) {
    .lp-new-product-4__list:not(.js-simple-slider).two_columns .lp-new-product-4__item:nth-child(-n+2) {
        margin-top: 0 !important;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__list:not(.js-simple-slider).two_columns .lp-new-product-4__item:nth-child(-n+1) {
        margin-top: 0 !important;
    }
}

.lp-new-product-4__list.four_columns .lp-new-product-4__item--block {
    padding: 28px;
}

@media (max-width: 960px) {
    .lp-new-product-4__list.four_columns .lp-new-product-4__item--block {
        padding: 24px;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__list.four_columns .lp-new-product-4__item--block {
        padding: 20px;
    }
}

.lp-new-product-4__list.three_columns .lp-new-product-4__item--block {
    padding: 28px;
}

@media (max-width: 960px) {
    .lp-new-product-4__list.three_columns .lp-new-product-4__item--block {
        padding: 24px;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__list.three_columns .lp-new-product-4__item--block {
        padding: 20px;
    }
}

.lp-new-product-4__list.two_columns .lp-new-product-4__item--block {
    padding: 28px;
}

@media (max-width: 960px) {
    .lp-new-product-4__list.two_columns .lp-new-product-4__item--block {
        padding: 24px;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__list.two_columns .lp-new-product-4__item--block {
        padding: 20px;
    }
}

.lp-new-product-4__item {
    box-sizing: border-box;
    color: inherit;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.lp-new-product-4__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.lp-new-product-4__body-top {
    flex: 1 1 auto;
}

.lp-new-product-4__image {
    overflow: hidden;
    margin-bottom: 24px;
}

@media (max-width: 599px) {
    .lp-new-product-4__image {
        margin-bottom: 20px;
    }
}

.lp-new-product-4__caption {
    margin: 0 0 20px;
    overflow-wrap: break-word;
}

@media (max-width: 960px) {
    .lp-new-product-4__caption {
        margin: 0 0 16px;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__caption {
        margin: 0 0 12px;
    }
}

.lp-new-product-4__desc {
    margin: 0 0 32px;
    overflow-wrap: break-word;
}

@media (max-width: 1380px) {
    .lp-new-product-4__desc {
        margin: 0 0 28px;
    }
}

@media (max-width: 1200px) {
    .lp-new-product-4__desc {
        margin: 0 0 24px;
    }
}

@media (max-width: 960px) {
    .lp-new-product-4__desc {
        margin: 0 0 20px;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__desc {
        margin: 0 0 16px;
    }
}

.lp-new-product-4__desc.lp-header-text-3 {
    color: var(--text-color-a-08);
}

.lp-new-product-4__desc ul {
    list-style: none;
    padding: 0;
}

.lp-new-product-4__desc ul li {
    position: relative;
    padding-left: 0.8em;
    overflow-wrap: break-word;
}

.lp-new-product-4__desc ul li + li {
    margin-top: 4px;
}

.lp-new-product-4__desc ul li:before {
    margin-right: 0.4em;
    content: "•";
    color: currentcolor;
    position: absolute;
    margin-left: -0.8em;
}

.lp-new-product-4__params-list {
    margin: 0;
    padding: 0 0 0 12px;
    list-style: none;
}

.lp-new-product-4__params-item {
    position: relative;
}

.lp-new-product-4__params-item + .lp-new-product-4__params-item {
    margin: 4px 0 0;
}

.lp-new-product-4__params-item:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -12px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: var(--text-color-base);
}

.lp-new-product-4__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    overflow-wrap: break-word;
}

.lp-new-product-4__price + .lp-new-product-4__button {
    margin: 24px 0 0;
}

.lp-new-product-4__button {
    overflow-wrap: break-word;
}

.lp-new-product-4__button .lp-button {
    max-width: 100%;
}

@media (max-width: 1200px) {
    .lp-new-product-4__price + .lp-new-product-4__button {
        margin: 20px 0 0;
    }
}

@media (max-width: 960px) {
    .lp-new-product-4__price + .lp-new-product-4__button {
        margin: 16px 0 0;
    }
}

@media (max-width: 599px) {
    .lp-new-product-4__price + .lp-new-product-4__button {
        margin: 16px 0 0;
    }
}

.lp-new-product-4__price-title {
    width: 100%;
}

.lp-new-product-4__price-text.lp-header-text-4 {
    color: var(--text-color-a-08);
}

.lp-new-product-4__price-current {
    margin: 0 10px 0 0;
    max-width: 100%;
}

.lp-new-product-4__price-old {
    position: relative;
    text-decoration: line-through;
}

.lp-new-product-4__price-old.lp-header-title-5 {
    font-weight: 400;
}

.lp-new-product-4__button {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.lp-new-product-4__button .lp-button {
    width: 100%;
}

.lp-new-product-4__button .lp-button + .lp-button {
    margin-top: 10px;
}

.lp-new-product-4 .spoiler-margin {
    margin: 40px 0 0;
    text-align: center;
    position: relative;
    display: none;
}

@media (max-width: 599px) {
    .lp-new-product-4 .spoiler-margin {
        margin: 24px 0 0;
    }
}

.lp-new-product-4 .spoiler-margin.show_spoiler {
    display: block;
}

.lp-new-product-4__item--block {
    border: 1px solid var(--text-color-a-01);
}

.lp-new-product-4--bg {
    background-color: var(--primary-color-a-01);
}

.lp-new-product-4 .spoiler-btn-wrap._left {
	text-align: left;
}
.lp-new-product-4 .spoiler-btn-wrap._right {
	text-align: right;
}

.lp-new-product-4__button .lp-button {
    overflow-wrap: anywhere;
}

.lp-new-product-4__item--bg {
    background: #fff;
    border: none;
}

.lp-new-product-4__body.lp-center-text {
	text-align: center;
}
.lp-new-product-4__body.lp-center-text .lp-new-product-4__price {
	justify-content: center;
}
.lp-new-product-4__body.lp-center-text .lp-new-product-4__price-title {
	text-align: center;
}