/*---------------*/

.home-first {
    position: relative;
    height: 100vh;
}

.home-first:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), rgba(0, 0, 0, 0.2);
}

.home-first .home-first-wrap {
    width: 100%;
    height: 100%;
}

.home-first .home-first-wrap .home_desktop_fon,
.home-first .home-first-wrap .home_mob_fon {
    width: 100%;
    height: 100%;
}

.home-first .home-first-wrap .home_desktop_fon .home_desktop_images,
.home-first .home-first-wrap .home_mob_fon .home_mob_images {
    width: 100%;
    height: 100%;
}

.home-first .home-first-wrap .home_desktop_fon .home_desktop_images img,
.home-first .home-first-wrap .home_desktop_fon .home_desktop_video,
.home-first .home-first-wrap .home_mob_fon .home_mob_images img,
.home-first .home-first-wrap .home_mob_fon .home_mob_video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.home-first .home-first-title {
    position: absolute;
    bottom: 5.5555vw;
    left: 5.5555vw;
    margin: 0;
    width: 54.8611vw;
    font-weight: 600;
    font-size: calc(96vw * 100 / 1440);
    line-height: 1.2;
    color: #FFFFFF;
}


/*---------------*/

.home-second {
    position: relative;
    padding-top: 2.7777vw;
    padding-bottom: 7.0833vw;
}

.home-second .title {
    margin: 0;
    padding: 0 5.5555vw;
    display: block;
    font-weight: 600;
    font-size: calc(128vw * 100 / 1440);
    line-height: 1.2;
    -webkit-text-stroke: 2px rgba(30, 30, 30, .1);
    -webkit-text-fill-color: #fff;
    white-space: nowrap;
}

.home-second .home_slider_container {
    position: relative;
    margin-top: 1.3888vw;
    overflow: hidden;
}

.home-second .home_second_wrap {
    position: relative;
}

.home-second .home_slider_one_inner {
    position: relative;
    z-index: 9;
    margin-left: 28.3333vw;
    width: 46.6666vw;
    background-color: #fff;
}

.home-second .home_slider_one {
    width: 34.4444vw;
    height: 46.3888vw;
}

.home-second .home_slider_one .slider_item {
    width: 34.4444vw;
    height: 46.3888vw;
    overflow: hidden;
}

.home-second .home_slider_one .owl-item {
    opacity: 0;
}

.home-second .home_slider_one .owl-item.active {
    opacity: 1;
}

.home-second .home_slider_one a {
    width: 100%;
    display: block;
}

.home-second .home_slider_one_img {
    width: 100%;
}

.home-second .home_slider_one_img img {
    width: 100%;
    height: 46.3888vw;
    object-fit: cover;
    object-position: center;
}

.home-second .home_slider_two {
    position: absolute;
    top: 9.3055vw;
    left: 51.5972vw;
    width: 70.2083vw;
}

.home-second .home_slider_two .slider_item {
    padding-right: 2.7777vw;
    width: 23.4027vw;
    height: 27.7777vw;
}

.home-second .home_slider_two a {
    display: block;
    pointer-events: none;
}

.home-second .home_slider_two_img img {
    width: 100%;
    height: 27.7777vw;
    object-fit: cover;
    object-position: center;
}

.home-second .owl-stage-outer {
    position: absolute;
    top: 0;
    left: 0;
}

.home-second .home_slider_two .owl-item {
    transition: all .1s;
}

.home-second .home_slider_two .owl-item:not(.active)+.owl-item.active {
    opacity: 0 !important;
}

.home-second .home-second-owl-dots {
    position: absolute;
    top: 4.1666vw;
    left: 5.5555vw;
    z-index: 10;
    margin: 0;
    padding: 0;
    /* width: 18.8888vw; */
    list-style: none;
}

.home-second .home-second-owl-dots .owl-dot {
    position: relative;
    padding-top: 0.3472vw;
    padding-bottom: 0.3472vw;
    padding-left: 2.5vw;
    cursor: pointer;
}

.home-second .home-second-owl-dots .owl-dot.active,
.home-second .home-second-owl-dots .owl-dot.active:hover .dots_item {
    cursor: auto;
    color: #1E1E1E;
}

.home-second .home-second-owl-dots .owl-dot:not(:last-child) {
    margin-bottom: 0.3472vw;
}

.home-second .home-second-owl-dots .owl-dot button {
    padding: 0;
    width: 7.3333vw;
    border: none;
    border-radius: 0;
    background: transparent;
    text-align: left;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #1E1E1E;
    transition: all .3s linear;
    cursor: pointer;
}

.home-second .home-second-owl-dots .owl-dot button p {
    margin: 0;
}

.home-second .home-second-owl-dots .owl-dot.active button {
    width: 13.8888vw;
}

.home-second .home-second-owl-dots .owl-dot span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-weight: 400;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #1E1E1E;
    opacity: 0;
    display: none;
}

.home-second .home-second-owl-dots .owl-dot.active button {
    font-weight: 400;
    font-size: calc(48vw * 100 / 1440);
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #1E1E1E;
    cursor: auto;
}

.home-second .home-second-owl-dots .owl-dot.active:hover button {
    color: #1E1E1E;
}

.home-second .home-second-owl-dots .owl-dot:hover button {
    color: var(--hover_color);
}

.home-second .home-second-owl-dots .owl-dot.active span {
    opacity: .25;
    display: none;
}

.home-second .home_slider_one .owl-nav {
    position: absolute;
    bottom: 4.8611vw;
    left: 42.3611vw;
    display: flex;
}

.home-second .home_slider_one .owl-prev {
    margin-right: 2.7777vw;
}

.home-second .home_slider_one .owl-nav button {
    padding: 0;
    cursor: pointer;
}

.home-second .home_slider_one .owl-nav button svg {
    margin: 0.6944vw;
    width: 1.6666vw;
    height: 1.6666vw;
}

.home-second .home_slider_one .owl-nav button svg path {
    transition: all .3s linear;
}

.home-second .home_slider_one .owl-nav button:hover svg path {
    fill: var(--hover_color);
}


/*---------------*/


/* Крутящаяся кнопка */

.circle-button-wrap .circle {
    position: absolute;
    top: 0;
    right: 17.75vw;
    z-index: 10;
}

.circle-button-wrap .circle .circle-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.5vw;
    height: 12.5vw;
    border-radius: 50%;
    z-index: 1;
    transition: background 0.5s;
}

.circle-button-wrap .circle .circle-text svg {
    width: 12.5vw;
    height: 12.5vw;
}

.circle-button-wrap .circle .circle-arrow {
    width: 2.5694vw;
    height: 2.5694vw;
    position: absolute;
    top: calc(50% - 1.2847vw);
    left: calc(50% - 1.2847vw);
    z-index: 2;
}

.circle-button-wrap .circle .circle-arrow svg {
    width: 2.5694vw;
    height: 2.5694vw;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.circle-text svg {
    -webkit-animation: rotating 30s linear infinite;
    -moz-animation: rotating 30s linear infinite;
    -ms-animation: rotating 30s linear infinite;
    -o-animation: rotating 30s linear infinite;
    animation: rotating 30s linear infinite;
}


/* END Крутящаяся кнопка */


/*---------------*/

.home-third {
    position: relative;
    padding: 2.0833vw 0 4.1666vw;
}

.home-third .home-third-wrap {
    padding-top: 1.3888vw;
    background: #fdf8fa;
}

.home-third .home-third-wrap>.title {
    margin: 0 0 2.7777vw;
    text-align: center;
    font-weight: 400;
    font-size: calc(48vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #1E1E1E;
}

.home-third .home-third-content {
    position: relative;
    padding: 0 8.0555vw 4.375vw;
    min-height: 40.2083vw;
}

.home-third .home-third-content .text {
    width: 43.6111vw;
}

.home-third .home-third-content .text p {
    margin: 0;
    font-weight: 400;
    font-size: calc(14vw * 100 / 1440);
    line-height: 1.4;
    color: #1E1E1E;
}

.home-third .home-third-content .text p:not(:last-child) {
    margin-bottom: 1.0416vw;
}

.home-third .home-third-content .boxes {
    margin-top: 2.7777vw;
    width: 43.6111vw;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 4.1666vw 0;
}

.home-third .home-third-content .boxes .box {
    width: 50%;
    display: block;
}

.home-third .home-third-content .boxes .box .title {
    position: relative;
    left: 0;
    margin: 0;
    padding-bottom: 0.4861vw;
    text-transform: uppercase;
    font-weight: 600;
    font-size: calc(18vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #1E1E1E;
}

.home-third .home-third-content .boxes .box .title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4.1666vw;
    height: 2px;
    background-color: var(--main_color);
}

.home-third .home-third-content .boxes .box .text {
    margin: 1.0416vw 0 0;
    font-weight: 400;
    font-size: calc(14vw * 100 / 1440);
    line-height: 1.2;
    color: #1E1E1E;
}

.home-third .home-third-content .image {
    position: absolute;
    top: 0;
    right: 5.5555vw;
}

.home-third .home-third-content .image img {
    width: 35.8333vw;
    height: 44.375vw;
    object-fit: cover;
}


/*---------------*/

.home-fifth {
    position: relative;
    padding-top: 2.7777vw;
}

.home-fifth .bg-left {
    position: absolute;
    top: 0.5555vw;
    left: 0;
}

.home-fifth .bg-left svg {
    width: 15.0694vw;
    height: 38.3333vw;
}

.home-fifth .bg-right {
    top: 18.8194vw;
    position: absolute;
    right: 0;
}

.home-fifth .bg-right svg {
    width: 17.9166vw;
    height: 40.9027vw;
}

.home-fifth>.title {
    margin: 0;
    padding: 0 1.0416vw;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: calc(128vw * 100 / 1440);
    line-height: 1.2;
    -webkit-text-stroke: 2px rgba(30, 30, 30, .1);
    -webkit-text-fill-color: #fff;
    white-space: nowrap;
}

.home-fifth>.subtitle {
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-size: calc(48vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #1E1E1E;
}

.home-fifth .home-fifth-wrap {
    margin-top: 2.7777vw;
    padding: 0 13.125vw;
}

.home-fifth .reviews-item {
    display: flex;
    align-items: flex-start;
}

.home-fifth .reviews-item:not(:last-child) {
    margin-bottom: 2.7777vw;
}

.home-fifth .reviews-item-img {
    position: relative;
    padding-right: 0.6944vw;
    padding-bottom: 0.6944vw;
    flex-shrink: 0;
}

.home-fifth .reviews-item-img a {
    display: inline-block;
}

.home-fifth .reviews-item-img img {
    width: 5.4861vw;
    height: 5.4861vw;
    object-fit: contain;
    object-position: center;
}

.home-fifth .reviews-item-img::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5.4861vw;
    height: 5.4861vw;
    display: block;
    background-image: url(../images/circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.home-fifth .reviews-item-content {
    padding-top: 2.5694vw;
    padding-left: 2.0833vw;
}

.home-fifth .reviews-item-content a {
    display: inline-block;
}

.home-fifth .reviews-item-content a:hover {
    opacity: .65;
}

.home-fifth .reviews-item-content .title {
    margin: 0;
    font-weight: 600;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.2;
    color: var(--active_color);
}

.home-fifth .reviews-item-content .text {
    margin-top: 1.3888vw;
    font-weight: 400;
    font-size: calc(14vw * 100 / 1440);
    line-height: 1.6;
    color: #1E1E1E;
}

.home-fifth .home-fifth-link {
    margin-top: 4.1666vw;
    margin-left: 8.2638vw;
}

.home-fifth .home-fifth-link a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: var(--active_color);
}

.home-fifth .home-fifth-link a:hover {
    opacity: .65;
}

.home-fifth .home-fifth-arrow {
    display: none;
}


/*---------------*/

.home-sixth {
    position: relative;
    padding-top: 9.7222vw;
}

.home-sixth .bg-left {
    position: absolute;
    top: 0;
    left: 0;
}

.home-sixth .bg-left svg {
    width: 13.4027vw;
    height: 22.4305vw;
}

.home-sixth .bg-right {
    position: absolute;
    top: 0;
    right: 0;
}

.home-sixth .bg-right svg {
    width: 18.5416vw;
    height: 31.0416vw;
}

.home-sixth-inner {
    padding-top: 4.1666vw;
    padding-bottom: 8.4027vw;
    background: rgba(216, 108, 151, 0.05);
}

.home-sixth-title {
    position: relative;
    font-weight: 400;
    font-size: calc(48vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #1E1E1E;
}

.home-sixth-title {
    margin-left: 8.0555vw;
    width: 19.4444vw;
}

.home-sixth-inner #sb_instagram {
    margin: 0;
    padding: 0 !important;
}

.home-sixth-inner #sb_instagram #sbi_images {
    padding: 0 !important;
}

.home-sixth-inner #sb_instagram #sbi_images .sbi_item:nth-child(1) {
    margin-top: 2.7777vw !important;
    margin-left: 5.5555vw !important;
    padding: 0 !important;
    width: auto;
}

.home-sixth-inner #sb_instagram #sbi_images .sbi_item:nth-child(1) a {
    width: 21.3888vw !important;
    height: 21.3888vw !important;
}

.home-sixth-inner #sb_instagram #sbi_images .sbi_item:nth-child(2) {
    position: absolute;
    top: 4.1666vw;
    left: 39.1666vw;
    z-index: 1;
    margin: 0 !important;
    padding: 0 !important;
    width: auto;
}

.home-sixth-inner #sb_instagram #sbi_images .sbi_item:nth-child(2) a {
    width: 28.8888vw !important;
    height: 37.9861vw !important;
}

.home-sixth-inner #sb_instagram #sbi_images .sbi_item:nth-child(3) {
    position: absolute;
    bottom: 5.5555vw;
    right: 24.4444vw;
    z-index: 1;
    margin: 0 !important;
    padding: 0 !important;
    width: auto;
}

.home-sixth-inner #sb_instagram #sbi_images .sbi_item:nth-child(3) a {
    width: 13.8888vw !important;
    height: 20.8333vw !important;
}

.home-sixth-inner #sb_instagram #sbi_images .sbi_item:nth-child(4) {
    position: absolute;
    bottom: 5.5555vw;
    right: 5.5555vw;
    z-index: 1;
    margin: 0 !important;
    padding: 0 !important;
    width: auto;
}

.home-sixth-inner #sb_instagram #sbi_images .sbi_item:nth-child(4) a {
    width: 13.8194vw !important;
    height: 12.9861vw !important;
}

.home-sixth-inner #sb_instagram #sbi_images .sbi_item a {
    opacity: 1 !important;
}

.home-sixth-inner #sb_instagram #sbi_images .sbi_item svg {
    display: none !important;
}


/*---------------*/

.home-fourth {
    padding-top: 2.7777vw;
    overflow: hidden;
}

.home-fourth .title {
    margin: 0;
    padding: 0 5.5555vw;
    display: block;
    text-align: right;
    font-weight: 600;
    font-size: calc(128vw * 100 / 1440);
    line-height: 1.2;
    -webkit-text-stroke: 2px rgba(30, 30, 30, .1);
    -webkit-text-fill-color: #fff;
    white-space: nowrap;
}

.home-fourth .mob-all-action-product {
    display: none;
}

.home-fourth .subtitle {
    margin: 0;
    margin-left: 8.0555vw;
    font-weight: 400;
    font-size: calc(48vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #1E1E1E;
}

.home-fourth-wrap {
    margin-top: 2.0833vw;
    border-top: 1px solid rgba(30, 30, 30, .1);
    display: flex;
    justify-content: space-between;
}

.home-fourth-wrap .left {
    position: relative;
    width: 50.8333vw;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.home-fourth-wrap .left::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(30, 30, 30, .1);
}

.home-fourth-wrap .left::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(30, 30, 30, .1);
}

.home-fourth-wrap .left .woocommerce ul.products li.product {
    position: relative;
    margin: 0;
    padding: 6.9444vw 3.125vw 2.0833vw 3.3333vw;
}

.home-fourth-wrap .left .woocommerce ul.products li.product .woosticker.custom_sticker_text.woosticker_ribbon{
    height: auto;
}

.home-fourth-wrap .left .woocommerce ul.products li.product a.added_to_cart {
    display: none;
}

.home-fourth-wrap .left .woocommerce ul.products li.product a.button {
    position: absolute;
    top: 42.3611vw;
    left: auto;
    right: 6.5972vw;
    margin: 0;
    padding: 1.0416vw 2.0833vw;
    width: auto;
    height: auto;
    background: var(--main_color);
    border: none;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.06em;
    color: #fff;
    overflow: initial;
}

.home-fourth-wrap .left .woocommerce ul.products li.product a img {
    margin: 0;
    height: 40.2083vw;
    object-fit: contain;
    object-position: center;
}

.home-fourth-wrap .left .woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin: 1.3888vw 0 0;
    padding: 0;
    font-weight: 400;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.2;
    color: #1E1E1E;
}

.home-fourth-wrap .left .woocommerce ul.products li.product .price {
    margin: 0.6944vw 0 0;
    display: inline-flex;
    align-items: baseline;
    font-weight: 600;
    font-size: calc(20vw * 100 / 1440);
    line-height: 1.2;
    color: #fff;
}

.home-fourth-wrap .left .woocommerce ul.products li.product.product-type-variable span.price {
    flex-direction: row;
}

.home-fourth-wrap .left .woocommerce ul.products li.product .price ins {
    margin-right: 1.0416vw;
    order: -1;
}

.home-fourth-wrap .left .woocommerce ul.products li.product.product-type-variable .woocommerce-Price-amount.amount:nth-child(1) {
    margin-right: 0.3472vw;
}

.home-fourth-wrap .left .woocommerce ul.products li.product.product-type-variable .woocommerce-Price-amount.amount:nth-child(2) {
    margin-left: 0.3472vw;
    display: none;
}

.home-fourth-wrap .left .woocommerce ul.products li.product.product-type-variable .woocommerce-Price-amount.amount bdi,
.home-fourth-wrap .left .woocommerce ul.products li.product .price ins .woocommerce-Price-amount.amount,
.home-fourth-wrap .left .woocommerce ul.products li.product .price>.woocommerce-Price-amount.amount bdi {
    font-weight: 600;
    font-size: calc(20vw * 100 / 1440);
    line-height: 1.2;
    color: #1E1E1E;
}

.home-fourth-wrap .left .woocommerce ul.products li.product .price del .woocommerce-Price-amount.amount bdi {
    font-weight: 400;
    font-size: calc(14vw * 100 / 1440);
    line-height: 1.2;
    text-decoration-line: line-through;
    color: #1E1E1E;
    opacity: 0.45;
}

.home-fourth-wrap .left .woocommerce ul.products li.product span.price del {
    text-decoration: none !important;
}

.home-fourth-wrap .left .woocommerce ul.products li.product .woosticker.custom_sticker_image {
    position: absolute;
    top: 8.4722vw;
    left: 7.0277vw;
    width: 3.2638vw;
    height: 3.2638vw;
    background-size: contain;
    background-position: center;
}

.home-fourth-wrap .right .woocommerce ul.products li.product .woosticker.custom_sticker_image {
    position: absolute;
    top: 1.0416vw;
    left: 1.0416vw;
    width: 3.2638vw;
    height: 3.2638vw;
    background-size: contain;
    background-position: center;
}

.home-fourth-wrap .right .woocommerce ul.products li.product span.onsale {
    position: absolute;
    top: 1.0416vw;
    left: 1.0416vw;
    z-index: 1;
    margin: 0;
    padding: 0;
    width: 3.2638vw;
    height: 3.2638vw;
    min-height: auto;
    min-width: auto;
    border-radius: 100%;
    background-color: var(--main_color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: calc(15vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.home-fourth-wrap .left .woocommerce ul.products li.product .woocommerce-LoopProduct-link span.onsale {
    position: absolute;
    top: 7.7777vw;
    left: 6.7777vw;
    z-index: 1;
    margin: 0;
    padding: 0;
    width: 3.2638vw;
    height: 3.2638vw;
    min-height: auto;
    min-width: auto;
    border-radius: 100%;
    background-color: var(--main_color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: calc(15vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.home-fourth-wrap .left .woocommerce ul.products li.product .tinv-wraper.tinv-wishlist {
    position: absolute;
    bottom: 2.0833vw;
    right: 4.1666vw;
}

.home-fourth-wrap .left .woocommerce ul.products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
    margin: 0 !important;
    padding: 0.4861vw;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.home-fourth-wrap .left .woocommerce ul.products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button::before {
    display: none;
}

.home-fourth-wrap .left .woocommerce ul.products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button::after {
    content: '';
    width: 1.6666vw;
    height: 1.6666vw;
    display: block;
    background-image: url(../images/heart1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .3s linear;
}

.home-fourth-wrap .left .woocommerce .products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-make-remove::after,
.home-fourth-wrap .left .woocommerce .products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-make-remove:hover::after {
    background-image: url(../images/heart3-active.svg);
}

.home-fourth-wrap .left .all-action-product {
    position: relative;
    margin-top: auto;
    margin-bottom: 0;
}

.home-fourth-wrap .left .all-action-product::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(30, 30, 30, .1);
}

.home-fourth-wrap .left .all-action-product a {
    margin-left: auto;
    margin-right: 0;
    padding: 1.0416vw;
    width: 30.6944vw;
    height: 4.1666vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #666B5C;
}

.home-fourth-wrap .left .all-action-product a:hover {
    background-color: var(--hover_color);
    color: #fff;
}

.home-fourth-wrap .left .home-novelties-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.home-fourth-wrap .left .slick-arrow {
    width: 10.0694vw;
    height: 4.1666vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-fourth-wrap .left .slick-arrow svg {
    width: 1.6666vw;
    height: 1.6666vw;
}

.home-fourth-wrap .left .slick-arrow svg path {
    transition: all .3s linear;
}

.home-fourth-wrap .left .home-novelties-arrow-next {
    border-left: 1px solid rgba(30, 30, 30, .1);
    border-right: 1px solid rgba(30, 30, 30, .1);
}

.home-fourth-wrap .right {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
}

.home-fourth-wrap .right::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(30, 30, 30, .1);
}

.home-fourth-wrap .right .woocommerce ul.products {
    margin: 0;
    list-style: none;
}

.home-fourth-wrap .right .action-product {
    padding: 2.0833vw 3.125vw;
}

.home-fourth-wrap .right .action-product:nth-child(1) {
    border-right: 1px solid rgba(30, 30, 30, .1);
    border-bottom: 1px solid rgba(30, 30, 30, .1);
}

.home-fourth-wrap .right .action-product:nth-child(2) {
    border-bottom: 1px solid rgba(30, 30, 30, .1);
}

.home-fourth-wrap .right .action-product:nth-child(3) {
    border-right: 1px solid rgba(30, 30, 30, .1);
}

.home-fourth-wrap .right .woocommerce ul.products li.product {
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
}

.home-fourth-wrap .right .woocommerce ul.products li.product .added_to_cart {
    display: none;
}

.home-fourth-wrap .right .woocommerce ul.products li.product a.button {
    position: absolute;
    top: 13.8888vw;
    left: auto;
    right: 0.6944vw;
    margin: 0;
    padding: 1.0416vw 2.0833vw;
    width: auto;
    height: auto;
    background: var(--main_color);
    border: none;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.06em;
    color: #fff;
    overflow: initial;
}

.home-fourth-wrap .right .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    position: relative;
    padding: 0;
    width: 100%;
    display: inline-block;
}

.home-fourth-wrap .right .woocommerce ul.products li.product a img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 18.1944vw;
    object-fit: contain;
    object-position: center;
}

.home-fourth-wrap .right .woocommerce ul.products li.product .onsale {
    position: absolute;
    top: 0.6944vw;
    left: 0.6944vw;
    margin: 0;
    padding: 0;
    width: 3.2638vw;
    height: 3.2638vw;
    min-height: auto;
    min-width: auto;
    border-radius: 100px;
    background-color: var(--main_color);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: calc(12vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.home-fourth-wrap .right .woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-top: 1.3888vw;
    margin-bottom: 0;
    padding: 0;
    font-weight: 400;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.2;
    color: #1E1E1E;
}

.home-fourth-wrap .right .woocommerce ul.products li.product .price {
    margin: 0.6944vw 0 0;
    display: inline-flex;
    align-items: baseline;
    font-weight: 600;
    font-size: calc(20vw * 100 / 1440);
    line-height: 1.2;
    color: #fff;
}

.home-fourth-wrap .right .woocommerce ul.products li.product.product-type-variable .woocommerce-Price-amount.amount:nth-child(2) {
    margin-left: 0.3472vw;
    display: none;
}

.home-fourth-wrap .right .woocommerce ul.products li.product.product-type-variable span.price {
    flex-direction: row;
}

.home-fourth-wrap .right .woocommerce ul.products li.product.product-type-variable .woocommerce-Price-amount.amount:nth-child(1) {
    margin-right: 0.3472vw;
}

.home-fourth-wrap .right .woocommerce ul.products li.product.product-type-variable .woocommerce-Price-amount.amount:nth-child(2) {
    margin-left: 0.3472vw;
}

.home-fourth-wrap .right .woocommerce ul.products li.product .price ins {
    margin-right: 1.0416vw;
    order: -1;
}

.home-fourth-wrap .right .woocommerce ul.products li.product .price del {
    text-decoration: none;
}

.home-fourth-wrap .right .woocommerce ul.products li.product.product-type-variable .woocommerce-LoopProduct-link .woocommerce-Price-amount.amount bdi,
.home-fourth-wrap .right .woocommerce ul.products li.product .price ins .woocommerce-Price-amount.amount,
.home-fourth-wrap .right .woocommerce ul.products li.product .price>.woocommerce-Price-amount.amount bdi {
    font-weight: 600;
    font-size: calc(20vw * 100 / 1440);
    line-height: 1.2;
    color: #1E1E1E;
}

.home-fourth-wrap .right .woocommerce ul.products li.product.product-type-variable .woocommerce-LoopProduct-link del .woocommerce-Price-amount.amount bdi,
.home-fourth-wrap .right .woocommerce ul.products li.product .price del .woocommerce-Price-amount.amount bdi {
    font-weight: 400;
    font-size: calc(14vw * 100 / 1440);
    line-height: 1.2;
    text-decoration-line: line-through;
    color: #1E1E1E;
    opacity: 0.45;
}

.home-fourth-wrap .right .woocommerce ul.products li.product .tinv-wraper.tinv-wishlist {
    position: absolute;
    bottom: -0.8333vw;
    right: -0.6944vw;
}

.home-fourth-wrap .right .woocommerce ul.products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
    margin: 0 !important;
    padding: 0.6944vw;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.home-fourth-wrap .right .woocommerce ul.products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button::before {
    display: none;
}

.home-fourth-wrap .right .woocommerce ul.products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button::after {
    content: '';
    width: 1.6666vw;
    height: 1.6666vw;
    display: block;
    background-image: url(../images/heart1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .3s linear;
}

.home-fourth-wrap .right .woocommerce .products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-make-remove::after,
.home-fourth-wrap .right .woocommerce .products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-make-remove:hover::after {
    background-image: url(../images/heart3-active.svg);
}


/* Responsiveness // Responsiveness // Responsiveness */

@media (min-width: 768px) {
    .home-first .home-first-wrap .home_mob_fon {
        display: none;
    }
    .home-fourth-wrap .left .slick-arrow:hover svg path {
        fill: var(--hover_color);
    }
    .home-third .home-third-content .boxes-mobile,
    .home-first .home-first-title.mob {
        display: none;
    }
    .home-fourth-wrap .right .woocommerce ul.products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button:hover::after,
    .home-fourth-wrap .left .woocommerce ul.products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button:hover::after {
        background-image: url(../images/heart2.svg);
    }
    .home-fourth-wrap .right .woocommerce ul.products li.product a.button,
    .home-fourth-wrap .left .woocommerce ul.products li.product a.button {
        opacity: 0;
    }
    .home-fourth-wrap .right .woocommerce ul.products li.product a.button:hover,
    .home-fourth-wrap .left .woocommerce ul.products li.product a.button:hover {
        background-color: #6F7B5B;
    }
    .home-fourth-wrap .right .woocommerce ul.products li.product:hover a.button,
    .home-fourth-wrap .left .woocommerce ul.products li.product:hover a.button {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .home-first {
        height: 140.625vw;
    }
    .home-first .home-first-title {
        left: 4.6875vw;
        right: 4.6875vw;
        bottom: 15.9374vw;
        width: auto;
        text-align: center;
        font-size: calc(32vw * 100 / 320);
    }
    .home-first .home-first-wrap .home_desktop_fon,
    .home-first .home-first-title.des {
        display: none;
    }
    .home-second {
        padding-top: 18.75vw;
        padding-bottom: 0;
        overflow: hidden;
    }
    .home-second .title {
        padding: 0 4.6875vw;
        font-size: calc(48vw * 100 / 320);
        white-space: inherit;
    }
    .home-second .home_second_wrap {
        padding-top: 6.25vw;
    }
    .circle-button-wrap .circle {
        top: -15.625vw;
        right: 4.6875vw;
    }
    .circle-button-wrap .circle .circle-arrow {
        width: 6.25vw;
        height: 6.25vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .circle-button-wrap .circle .circle-arrow svg {
        width: 6.25vw;
        height: 6.25vw;
    }
    .circle-button-wrap .circle .circle-text {
        width: 31.25vw;
        height: 31.25vw;
    }
    .circle-button-wrap .circle .circle-text svg {
        width: 31.25vw;
        height: 31.25vw;
    }
    .home-second .home_slider_container {
        margin-top: 0;
        padding-bottom: 24.375vw;
    }
    .home-second .home_slider_one_inner {
        position: initial;
        margin-left: 4.6875vw;
        width: 81.25vw;
    }
    .home-second .home_slider_one {
        position: initial;
        width: 75vw;
        height: 100.9374vw;
    }
    .home-second .home_slider_one .slider_item {
        width: 75vw;
        height: 100.9374vw;
    }
    .home-second .home_slider_one_img img {
        height: 100.9374vw;
    }
    .home-second .home_slider_two {
        top: 20.9375vw;
        left: 41.0625vw;
        width: 90.625vw;
    }
    .home-second .home_slider_two .slider_item {
        padding-right: 3.125vw;
        width: 45.3125vw;
        height: 59.0624vw;
    }
    .home-second .home_slider_two_img img {
        height: 59.0624vw;
    }
    .home-second .owl-stage-outer {
        z-index: 9;
        background-color: #fff;
    }
    .home-second .home_slider_one .owl-nav {
        left: auto;
        right: 3.125vw;
        bottom: 9.9375vw;
    }
    .home-second .home_slider_one .owl-prev {
        margin-right: 9.375vw;
    }
    .home-second .home_slider_one .owl-nav button svg {
        margin: 1.5625vw;
        width: 5.625vw;
        height: 5.625vw;
    }
    .home-second .home-second-owl-dots {
        top: auto;
        left: 4.6875vw;
        bottom: 11.25vw;
    }
    .home-second .home-second-owl-dots .owl-dot:not(:last-child) {
        margin: 0;
    }
    .home-second .home-second-owl-dots .owl-dot {
        padding-top: 0;
        padding-bottom: 0;
        /* padding-left: 7.5vw; */
        padding-left: 0;
        display: none;
    }
    .home-second .home-second-owl-dots .owl-dot span {
        display: none;
        opacity: 0;
        font-size: calc(14vw * 100 / 320);
    }
    .home-second .home-second-owl-dots .owl-dot.active {
        display: block;
    }
    .home-second .home-second-owl-dots .owl-dot.active button,
    .home-second .home-second-owl-dots .owl-dot button {
        width: auto;
        font-size: calc(22vw * 100 / 320);
    }
    .home-third {
        padding: 5.9375vw 0 0;
    }
    .home-third .home-third-wrap>.title {
        margin-bottom: 4.6875vw;
        font-size: calc(22vw * 100 / 320);
    }
    .home-third .home-third-wrap {
        padding-top: 6.25vw;
        padding-bottom: 12.5vw;
    }
    .home-third .home-third-content {
        padding: 0 4.6875vw;
        min-height: auto;
    }
    .home-third .home-third-content .text {
        width: 100%;
    }
    .home-third .home-third-content .text p {
        font-size: calc(12vw * 100 / 320);
    }
    .home-third .home-third-content .text p:not(:last-child) {
        margin-bottom: 4.6875vw;
    }
    .home-third .home-third-content .boxes {
        display: none;
        margin-top: 7.8125vw;
        width: 100%;
        flex-direction: column;
        grid-gap: 7.8125vw 0;
    }
    .home-third .home-third-content .boxes .box {
        width: 100%;
    }
    .home-third .home-third-content .boxes .box .title {
        padding-bottom: 1.5625vw;
        text-align: center;
        font-size: calc(16vw * 100 / 320);
    }
    .home-third .home-third-content .boxes .box .title:before {
        left: 50%;
        transform: translateX(-50%);
        width: 18.75vw;
    }
    .home-third .home-third-content .boxes .box .text {
        margin: 1.5625vw 0 0;
        text-align: center;
        font-size: calc(12vw * 100 / 320);
    }
    .home-third .home-third-content .boxes-mobile {
        margin-top: 7.8125vw;
        padding-left: 4.6875vw;
        display: block;
    }
    .home-third .home-third-content .boxes-mobile ul {
        margin: 0;
        padding: 0;
        padding-left: 6.25vw;
        list-style-position: outside;
    }
    .home-third .home-third-content .boxes-mobile ul li {
        font-weight: 400;
        font-size: calc(12vw * 100 / 320);
        line-height: 1.2;
        color: #1E1E1E;
    }
    .home-third .home-third-content .boxes-mobile ul li:not(:last-child) {
        margin-bottom: 3.125vw;
    }
    .home-third .home-third-content .image {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 4.6875vw;
        padding: 0 7.8125vw;
        text-align: center;
    }
    .home-third .home-third-content .image img {
        width: 100%;
        height: 92.8125vw;
        object-fit: cover;
    }
    .home-fourth {
        padding-top: 12.5vw;
    }
    .home-fourth .title {
        padding: 0 4.6875vw;
        font-size: calc(48vw * 100 / 320);
        white-space: initial;
    }
    .home-fourth .subtitle {
        margin-left: 0;
        padding: 0 6.875vw;
        text-align: right;
        font-size: calc(30vw * 100 / 320);
    }
    .home-fourth-wrap {
        margin-top: 6.25vw;
        display: block;
    }
    .home-fourth-wrap .left {
        width: 100%;
    }
    .home-fourth-wrap .left::before {
        display: none;
    }
    .home-fourth-wrap .left .woocommerce ul.products li.product .woosticker.custom_sticker_image {
        top: 7.8125vw;
        left: 7.8125vw;
        width: 11.5625vw;
        height: 11.5625vw;
    }
    .home-fourth-wrap .left .woocommerce ul.products li.product .woocommerce-LoopProduct-link span.onsale {
        top: 7.8125vw;
        left: 7.8125vw;
        width: 11.5625vw;
        height: 11.5625vw;
        font-size: calc(11vw * 100 / 320);
    }
    .home-fourth-wrap .left .woocommerce ul.products li.product .tinv-wraper.tinv-wishlist {
        bottom: 3.1805vw;
        right: 45.6875vw;
    }
    .home-fourth-wrap .left .woocommerce ul.products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
        padding: 3.125vw;
    }
    .home-fourth-wrap .left .woocommerce ul.products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button::after {
        width: 6vw;
        height: 5vw;
    }
    .home-fourth-wrap .left .woocommerce ul.products li.product {
        padding: 4.6875vw 4.6875vw 6.875vw;
    }
    .home-fourth-wrap .left .woocommerce ul.products li.product a {
        padding: 0;
    }
    .home-fourth-wrap .left .woocommerce ul.products li.product a.button {
        top: auto;
        bottom: 3.875vw;
        right: 4.6875vw;
        padding: 3.125vw 2.5vw;
        width: 40.75vw;
        background: var(--main_color);
        font-size: calc(11vw * 100 / 320);
        color: #fff;
    }
    .home-fourth-wrap .left .woocommerce ul.products li.product a img {
        height: 90.625vw;
    }
    .home-fourth-wrap .left .woocommerce ul.products li.product .woocommerce-loop-product__title {
        margin: 3.125vw 0 6.25vw;
        font-size: calc(11vw * 100 / 320);
    }
    .home-fourth-wrap .left .woocommerce ul.products li.product.product-type-variable .woocommerce-Price-amount.amount bdi,
    .home-fourth-wrap .left .woocommerce ul.products li.product .price ins .woocommerce-Price-amount.amount,
    .home-fourth-wrap .left .woocommerce ul.products li.product .price>.woocommerce-Price-amount.amount bdi {
        font-size: calc(16vw * 100 / 320);
    }
    .home-fourth-wrap .left .woocommerce ul.products li.product .price del .woocommerce-Price-amount.amount bdi {
        font-size: calc(12vw * 100 / 320);
    }
    .home-fourth-wrap .left .woocommerce ul.products li.product .price ins {
        margin-right: 2.125vw;
    }
    .home-fourth-wrap .left .woocommerce ul.products li.product .price {
        margin-top: auto;
        margin-bottom: 0;
        font-size: calc(16vw * 100 / 320);
    }
    .home-fourth-wrap .left .home-novelties-arrow {
        position: relative;
        left: 0;
        border-top: 1px solid rgba(30, 30, 30, 0.1);
        justify-content: center;
        cursor: auto;
    }
    .home-fourth-wrap .left .home-novelties-arrow-next {
        border: 0;
    }
    .home-fourth-wrap .left .slick-arrow {
        width: 18.75vw;
        height: 15vw;
        cursor: pointer;
    }
    .home-fourth-wrap .left .slick-arrow svg {
        width: 5.625vw;
        height: 5.625vw;
    }
    .home-fourth-wrap .left .all-action-product {
        display: none;
    }
    .home-fourth-wrap .right {
        grid-template-columns: repeat(1, 1fr);
    }
    .home-fourth-wrap .right .action-product:nth-child(1),
    .home-fourth-wrap .right .action-product:nth-child(2),
    .home-fourth-wrap .right .action-product:nth-child(3) {
        border: 0;
    }
    .home-fourth-wrap .right .action-product {
        border-bottom: 1px solid rgba(30, 30, 30, .1) !important;
    }
    .home-fourth-wrap .right .action-product:last-child {
        border-bottom: 0 !important;
    }
    .home-fourth-wrap .right .woocommerce ul.products li.product,
    .home-fourth-wrap .right .woocommerce ul.products li.product a {
        position: initial;
    }
    .home-fourth-wrap .right .action-product {
        position: relative;
        padding: 4.6875vw 4.6875vw 6.875vw;
    }
    .home-fourth-wrap .right .woocommerce ul.products li.product a img {
        height: 90.625vw;
    }
    .home-fourth-wrap .right .woocommerce ul.products li.product .woosticker.custom_sticker_image {
        top: 3.125vw;
        left: 3.125vw;
        width: 11.5625vw;
        height: 11.5625vw;
    }
    .home-fourth-wrap .right .woocommerce ul.products li.product span.onsale {
        top: 3.125vw;
        left: 3.125vw;
        width: 11.5625vw;
        height: 11.5625vw;
        font-size: calc(11vw * 100 / 320);
    }
    .home-fourth-wrap .right .woocommerce ul.products li.product .woocommerce-loop-product__title {
        margin: 3.125vw 0 6.25vw;
        font-size: calc(11vw * 100 / 320);
    }
    .home-fourth-wrap .right .woocommerce ul.products li.product .price {
        margin-top: auto;
        margin-bottom: 0;
        font-size: calc(16vw * 100 / 320);
    }
    .home-fourth-wrap .right .woocommerce ul.products li.product .price ins {
        margin-right: 2.125vw;
    }
    .home-fourth-wrap .right .woocommerce ul.products li.product.product-type-variable .woocommerce-LoopProduct-link .woocommerce-Price-amount.amount bdi,
    .home-fourth-wrap .right .woocommerce ul.products li.product .price ins .woocommerce-Price-amount.amount,
    .home-fourth-wrap .right .woocommerce ul.products li.product .price>.woocommerce-Price-amount.amount bdi {
        font-size: calc(16vw * 100 / 320);
    }
    .home-fourth-wrap .right .woocommerce ul.products li.product.product-type-variable .woocommerce-LoopProduct-link del .woocommerce-Price-amount.amount bdi,
    .home-fourth-wrap .right .woocommerce ul.products li.product .price del .woocommerce-Price-amount.amount bdi {
        font-size: calc(12vw * 100 / 320);
    }
    .home-fourth-wrap .right .woocommerce ul.products li.product a.button {
        top: auto;
        bottom: 3.875vw;
        right: 4.6875vw;
        padding: 3.125vw 1.5vw;
        width: 40.75vw;
        background: var(--main_color);
        font-size: calc(11vw * 100 / 320);
        color: #fff;
    }
    .home-fourth-wrap .right .woocommerce ul.products li.product .tinv-wraper.tinv-wishlist {
        bottom: 3.1805vw;
        right: 45.6875vw;
    }
    .home-fourth-wrap .right .woocommerce ul.products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
        padding: 3.125vw;
    }
    .home-fourth-wrap .right .woocommerce ul.products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button::after {
        width: 6vw;
        height: 5vw;
    }
    .home-fifth {
        padding-top: 12.5vw;
    }
    .home-fifth>.title {
        padding: 0 4.6875vw;
        font-size: calc(48vw * 100 / 320);
        white-space: initial;
    }
    .home-fifth>.subtitle {
        font-size: calc(30vw * 100 / 320);
    }
    .home-fifth .home-fifth-wrap {
        margin-top: 9.375vw;
        padding: 0 10.9375vw;
    }
    .home-fifth .reviews-item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .home-fifth .reviews-item:not(:last-child) {
        margin: 0;
    }
    .home-fifth .reviews-item-img {
        padding-right: 3.125vw;
        padding-bottom: 3.125vw;
    }
    .home-fifth .reviews-item-img::after {
        width: 24.6875vw;
        height: 24.6875vw;
    }
    .home-fifth .reviews-item-img img {
        width: 24.6875vw;
        height: 24.6875vw;
    }
    .home-fifth .reviews-item-content {
        padding-top: 3.125vw;
        padding-left: 0;
        text-align: center;
    }
    .home-fifth .reviews-item-content .title {
        font-size: calc(14vw * 100 / 320);
    }
    .home-fifth .reviews-item-content .text {
        margin-top: 3.125vw;
        font-size: calc(12vw * 100 / 320);
    }
    .home-fourth .mob-all-action-product {
        display: block;
        border-bottom: 1px solid rgba(30, 30, 30, .1);
        text-align: center;
    }
    .home-fourth .mob-all-action-product a {
        padding-top: 5.3125vw;
        padding-bottom: 4.6875vw;
        padding-left: 5.625vw;
        padding-right: 5.625vw;
        border-left: 1px solid rgba(30, 30, 30, .1) !important;
        border-right: 1px solid rgba(30, 30, 30, .1) !important;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        font-size: calc(12vw * 100 / 320);
        line-height: 1.2;
        letter-spacing: 0.02em;
        color: var(--title_color);
    }
    .home-fifth .home-fifth-link {
        margin-top: 4.6875vw;
        margin-left: 0;
        text-align: center;
    }
    .home-fifth .home-fifth-link a {
        font-size: calc(12vw * 100 / 320);
    }
    .home-fifth .home-fifth-arrow {
        margin-top: 7.8125vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home-fifth-arrow .slick-arrow svg {
        margin: 1.5625vw;
        width: 5.625vw;
        height: 5.625vw;
    }
    .home-fifth-arrow .home-fifth-dots .slick-dots {
        margin: 0 9.375vw;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
    }
    .home-fifth-arrow .home-fifth-dots .slick-dots li:not(:last-child) {
        margin-right: 1.5625vw;
    }
    .home-fifth-arrow .home-fifth-dots .slick-dots li button {
        margin: 1.5625vw;
        padding: 0;
        width: 2.5vw;
        height: 2.5vw;
        border-radius: 100px;
        border: 1px solid rgba(30, 30, 30, 0.15);
        background-color: transparent;
        text-indent: -9999px;
    }
    .home-fifth-arrow .home-fifth-dots .slick-dots li.slick-active button {
        background-color: #1E1E1E;
        border-color: #1E1E1E;
    }
    .home-fifth .bg-left {
        top: 39.6875vw;
    }
    .home-fifth .bg-left svg {
        width: 18.75vw;
        height: auto;
    }
    .home-fifth .bg-right {
        top: 75.9375vw;
    }
    .home-fifth .bg-right svg {
        width: 21.5625vw;
        height: auto;
    }
    .home-sixth {
        padding-top: 21.875vw;
    }
    .home-sixth-inner {
        padding-top: 6.25vw;
        padding-bottom: 9.375vw;
        padding-left: 4.6875vw;
        padding-right: 4.6875vw;
    }
    .home-sixth-title {
        margin-left: 0;
        width: 53.75vw;
        font-size: calc(30vw * 100 / 320);
    }
    .home-sixth-inner #sb_instagram #sbi_images {
        margin-top: 7.8125vw;
    }
    .home-sixth-inner #sb_instagram #sbi_images .sbi_item:nth-child(1) {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }
    .home-sixth-inner #sb_instagram #sbi_images .sbi_item:nth-child(1) a {
        width: 43.75vw !important;
        height: 43.75vw !important;
    }
    .home-sixth-inner #sb_instagram #sbi_images .sbi_item:nth-child(2) {
        position: absolute;
        left: auto;
        top: 58.4375vw;
        right: 4.6875vw;
    }
    .home-sixth-inner #sb_instagram #sbi_images .sbi_item:nth-child(2) a {
        width: 43.75vw !important;
        height: 65.625vw !important;
    }
    .home-sixth-inner #sb_instagram #sbi_images .sbi_item:nth-child(3) {
        margin-top: 3.125vw !important;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }
    .home-sixth-inner #sb_instagram #sbi_images .sbi_item:nth-child(3) a {
        width: 43.75vw !important;
        height: 41.25vw !important;
    }
    .home-sixth-inner #sb_instagram #sbi_images .sbi_item:nth-child(4) {
        bottom: auto;
        top: 12.5vw;
        right: 4.6875vw;
    }
    .home-sixth-inner #sb_instagram #sbi_images .sbi_item:nth-child(4) a {
        width: 33.125vw !important;
        height: 43.4375vw !important;
    }
    .home-sixth .bg-left svg {
        width: 17.8124vw;
        height: auto;
    }
    .home-sixth .bg-right {
        display: none;
    }
}