.catalog-page .catalog-top {
    position: relative;
}

.catalog-page .catalog-top h1.title {
    margin: 0 5.5555vw 2.0833vw;
    font-weight: 400;
    font-size: calc(48vw * 100 / 1440);
    line-height: 1.4;
    color: #1E1E1E;
}

.catalog-page .catalog-top .catalog-top-wrap {
    display: block;
}

.catalog-page .title-bg {
    position: absolute;
    top: 0;
    right: 0;
    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: transparent;
    white-space: nowrap;
}

.catalog-page .banner-title {
    position: absolute;
    left: 3.8194vw;
    top: 15.4166vw;
    width: 52.0138vw;
    text-align: center;
    font-weight: 600;
    font-size: calc(108vw * 100 / 1440);
    line-height: 1.0;
    color: var(--title_color);
}

.catalog-page .banner {
    width: 100%;
    height: 37.3611vw;
}

.catalog-page .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.catalog-page .catalog-content .line {
    display: flex;
    align-content: stretch;
    flex-wrap: wrap;
    position: relative;
}

.catalog-page .catalog-content .line::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: rgba(30, 30, 30, 0.1);
}

.catalog-page .catalog-content .line .left {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.catalog-page .catalog-content .line .right {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.catalog-page .catalog-content .title-category {
    padding: 4.1666vw 0 2.0833vw;
    font-weight: 400;
    font-size: calc(38vw * 100 / 1440);
    line-height: 1.2;
    text-align: center;
    color: #1E1E1E;
}

.catalog-page .catalog-content .content-category {
    border-top: 1px solid rgba(30, 30, 30, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.catalog-page .catalog-content .right .content-category .content-category-item {
    position: relative;
}

.catalog-page .catalog-content .right .content-category .content-category-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(30, 30, 30, 0.1);
}

.catalog-page .catalog-content .content-category .content-category-slider {
    height: 100%;
}

.catalog-page .catalog-content .content-category .content-category-slider .content-category-item {
    height: 100%;
}

.catalog-page .catalog-content .content-category .content-category-item>.woocommerce {
    height: 100%;
}

.catalog-page .catalog-content .content-category ul.products {
    margin: 0;
    height: 100%;
}

.catalog-page .catalog-content .content-category ul.products .slick-list {
    height: 100%;
}

.catalog-page .catalog-content .content-category ul.products .slick-list .slick-track {
    height: 100%;
}

.catalog-page .catalog-content .content-category .slick-current::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(30, 30, 30, 0.1);
}

.catalog-page .catalog-content .content-category li.product {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
}

.catalog-page .catalog-content .content-category li.product .woosticker.custom_sticker_text.woosticker_ribbon {
    height: auto;
}

.catalog-page .catalog-content .content-category li.product a.added_to_cart {
    display: none;
}

.catalog-page .catalog-content .content-category li.product a.button {
    position: absolute;
    top: 17.0138vw;
    left: auto;
    z-index: 1;
    right: 3.7777vw;
    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;
}

.catalog-page .catalog-content .content-category li.product .woosticker.custom_sticker_image {
    position: absolute;
    top: 3.4722vw;
    left: 4.0277vw;
    width: 3.2638vw;
    height: 3.2638vw;
    background-size: contain;
    background-position: center;
}

.catalog-page .catalog-content .content-category .woocommerce-LoopProduct-link {
    position: relative;
    padding: 2.7777vw 3.3333vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.catalog-page .catalog-content .content-category .woocommerce-LoopProduct-link img {
    margin: 0;
    width: 100%;
    height: 18.1944vw;
    object-fit: contain;
    object-position: center;
}

.catalog-page .catalog-content .content-category .woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
    margin-top: 1.3888vw;
    margin-bottom: 0.6944vw;
    padding: 0;
    font-weight: 400;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.2;
    color: #1E1E1E;
}

.catalog-page .catalog-content .content-category .woocommerce-LoopProduct-link .star-rating {
    display: none;
}

.catalog-page .catalog-content .content-category .woocommerce-LoopProduct-link .price {
    margin-top: auto;
    margin-bottom: 0;
    display: inline-flex;
    justify-content: left;
    flex-direction: row-reverse;
    align-items: baseline;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: calc(20vw * 100 / 1440);
    line-height: 1.2;
    color: #fff;
}

.catalog-page .catalog-content .content-category .woocommerce-LoopProduct-link .price ins {
    margin-right: 1.0416vw;
}

.catalog-page .catalog-content .content-category li.product.product-type-variable:not(.sale) .price {
    flex-direction: row;
}

.catalog-page .catalog-content .content-category li.product.product-type-variable .woocommerce-Price-amount.amount:nth-child(1) {
    margin-right: 0.3472vw;
}

.catalog-page .catalog-content .content-category li.product.product-type-variable .woocommerce-Price-amount.amount:nth-child(2) {
    margin-left: 0.3472vw;
    display: none;
}

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

.catalog-page .catalog-content .content-category li.product.sale .woocommerce-LoopProduct-link .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;
}

.catalog-page .catalog-content .content-category .woocommerce-LoopProduct-link span.price del {
    text-decoration: none !important;
}

.catalog-page .catalog-content .content-category li.product .woocommerce-LoopProduct-link span.onsale {
    position: absolute;
    top: 3.4722vw;
    left: 4.0972vw;
    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;
}

.catalog-page .catalog-content .content-category li.product .tinv-wraper.tinv-wishlist {
    position: absolute;
    bottom: 2.0833vw;
    right: 4.2361vw;
}

.catalog-page .catalog-content .content-category 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;
}

.catalog-page .catalog-content .content-category li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button::before {
    display: none;
}

.catalog-page .catalog-content .content-category 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;
}

.catalog-page .catalog-content .content-category li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-make-remove::after,
.catalog-page .catalog-content .content-category li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-make-remove:hover::after {
    background-image: url(../images/heart3-active.svg);
}

.catalog-page .catalog-content .line .link-category {
    position: relative;
    margin-top: auto;
    margin-bottom: 0;
    height: 7.9861vw;
    border-left: 1px solid rgba(30, 30, 30, 0.1);
    flex-shrink: 0;
}

.catalog-page .catalog-content .line .link-category::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: rgba(30, 30, 30, 0.1);
}

.catalog-page .catalog-content .line .link-category a {
    margin: 0;
    padding: 1.0416vw;
    width: 50%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: var(--title_color);
    position: relative;
    z-index: 1;
}

.catalog-page .catalog-content .line .link-category a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(30, 30, 30, 0.1);
}

.catalog-page .catalog-content .content-category-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.catalog-page .catalog-content .content-category-arrow .content-category-arrow-prev,
.catalog-page .catalog-content .content-category-arrow .content-category-arrow-next {
    width: 12.4305vw;
    height: 7.9861vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-page .catalog-content .content-category-arrow .content-category-arrow-prev svg,
.catalog-page .catalog-content .content-category-arrow .content-category-arrow-next svg {
    width: 1.6666vw;
    height: 1.6666vw;
}

.catalog-page .catalog-content .content-category-arrow .content-category-arrow-prev svg path,
.catalog-page .catalog-content .content-category-arrow .content-category-arrow-next svg path {
    transition: all .3s linear;
}

.catalog-page .catalog-content .content-category-arrow .content-category-arrow-prev:hover svg path,
.catalog-page .catalog-content .content-category-arrow .content-category-arrow-next:hover svg path {
    fill: var(--hover_color);
}

.catalog-page .catalog-content .content-category-arrow .home-novelties-arrow-next {
    border-left: 1px solid rgba(30, 30, 30, .1);
    border-right: 1px solid rgba(30, 30, 30, .1);
}


/* Responsiveness // Responsiveness // Responsiveness */

@media (min-width: 768px) {
    .catalog-page .catalog-content .content-category li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button:hover::after {
        background-image: url(../images/heart2.svg);
    }
    .catalog-page .catalog-content .line .link-category a:hover {
        background-color: var(--hover_color);
        color: #fff;
    }
    .catalog-page .catalog-content .content-category li.product a.button {
        opacity: 0;
    }
    .catalog-page .catalog-content .content-category li.product a.button:hover {
        background-color: #6F7B5B;
    }
    .catalog-page .catalog-content .content-category li.product:hover a.button {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .catalog-page .catalog-top h1.title {
        margin: 0 4.6875vw 1.5625vw;
        font-size: calc(32vw * 100 / 320);
    }
    .catalog-page .catalog-top .catalog-top-wrap {
        position: relative;
        padding-top: 10.9375vw;
    }
    .catalog-page .title-bg {
        padding: 0 4.6875vw;
        font-size: calc(48vw * 100 / 320);
    }
    .catalog-page .banner {
        height: 81.25vw;
    }
    .catalog-page .banner-title {
        top: 35.3125vw;
        left: 4.0625vw;
        width: 47.5vw;
    }
    .catalog-page .banner-title a {
        font-size: calc(38vw * 100 / 320);
    }
    .catalog-page .catalog-content .line {
        flex-direction: column;
    }
    .catalog-page .catalog-content .line::before {
        display: none;
    }
    .catalog-page .catalog-content .line .left,
    .catalog-page .catalog-content .line .right {
        width: 100%;
    }
    .catalog-page .catalog-content .title-category {
        padding: 9.375vw 4.6875vw 3.4375vw;
        font-size: calc(26vw * 100 / 320);
    }
    .catalog-page .catalog-content .content-category .woocommerce-LoopProduct-link {
        padding: 4.375vw 3.125vw;
    }
    .catalog-page .catalog-content .content-category li.product a.button {
        top: auto;
        right: 0;
        bottom: 0.9375vw;
        padding: 3.125vw;
        background: transparent;
        text-indent: -9999px !important;
        font-size: 0;
        line-height: 0;
        color: transparent;
    }
    .catalog-page .catalog-content .content-category li.product a.button::before {
        content: '';
        width: 5.625vw;
        height: 5.625vw;
        background-image: url(../images/basket.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: block;
    }
    .catalog-page .catalog-content .content-category li.product a.button.added::before {
        opacity: 1;
    }
    .catalog-page .catalog-content .content-category li.product a.button.added::after {
        content: '';
        width: 5vw;
        height: 5vw;
        background-image: url(../images/checked-cat.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: block;
        position: absolute;
        top: 3.1875vw;
        right: 2.5vw;
        z-index: 1;
    }
    .catalog-page .catalog-content .content-category li.product.outofstock a.button {
        opacity: 0.25;
    }
    .catalog-page .catalog-content .content-category li.product .woosticker.custom_sticker_image {
        top: 7.1874vw;
        left: 6.25vw;
        width: 10vw;
        height: 10vw;
    }
    .catalog-page .catalog-content .content-category li.product .woocommerce-LoopProduct-link span.onsale {
        top: 7.1874vw;
        left: 6.25vw;
        width: 10vw;
        height: 10vw;
        font-size: calc(11vw * 100 / 320);
    }
    .catalog-page .catalog-content .content-category li.product .tinv-wraper.tinv-wishlist {
        display: none;
        top: 6.25vw;
        bottom: auto;
        right: 3.125vw;
    }
    .catalog-page .catalog-content .content-category li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
        padding: 3.125vw;
    }
    .catalog-page .catalog-content .content-category li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button::after {
        width: 5vw;
        height: 5vw;
    }
    .catalog-page .catalog-content .content-category .woocommerce-LoopProduct-link img {
        height: 43.75vw;
    }
    .catalog-page .catalog-content .content-category .woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
        margin: 3.125vw 0;
        font-size: calc(11vw * 100 / 320);
    }
    .catalog-page .catalog-content .content-category li.product.product-type-variable .woocommerce-LoopProduct-link .woocommerce-Price-amount.amount bdi,
    .catalog-page .catalog-content .content-category .woocommerce-LoopProduct-link .price ins .woocommerce-Price-amount.amount,
    .catalog-page .catalog-content .content-category .woocommerce-LoopProduct-link .price>.woocommerce-Price-amount.amount bdi {
        font-size: calc(12vw * 100 / 320);
    }
    .catalog-page .catalog-content .content-category li.product.sale .woocommerce-LoopProduct-link .price del .woocommerce-Price-amount.amount bdi {
        font-size: calc(10vw * 100 / 320);
    }
    .catalog-page .catalog-content .content-category .woocommerce-LoopProduct-link .price ins {
        margin-right: 2.125vw;
    }
    .catalog-page .catalog-content .content-category li.product.product-type-variable span.price {
        margin-top: auto;
        margin-bottom: 0;
        font-size: calc(12vw * 100 / 320);
    }
    .catalog-page .catalog-content .content-category li.product {
        margin: 0 !important;
        height: auto;
    }
    .catalog-page .catalog-content .content-category .woocommerce-LoopProduct-link .price {
        margin-top: auto;
        margin-bottom: 0;
    }
    .catalog-page .catalog-content .line .link-category {
        height: 15vw;
        text-align: center;
        border-bottom: 1px solid rgba(30, 30, 30, 0.1);
    }
    .catalog-page .catalog-content .line .link-category a {
        padding: 3.125vw 0;
        width: 60.6249vw;
        font-size: calc(12vw * 100 / 320);
    }
    .catalog-page .catalog-content .line .link-category a::after {
        display: none;
    }
    .catalog-page .catalog-content .content-category-arrow {
        left: 0;
        justify-content: space-between;
        cursor: auto;
    }
    .catalog-page .catalog-content .content-category-arrow .content-category-arrow-prev {
        border-right: 1px solid rgba(30, 30, 30, 0.1);
    }
    .catalog-page .catalog-content .content-category-arrow .content-category-arrow-next {
        border-left: 1px solid rgba(30, 30, 30, 0.1);
    }
    .catalog-page .catalog-content .content-category-arrow .content-category-arrow-prev,
    .catalog-page .catalog-content .content-category-arrow .content-category-arrow-next {
        width: 18.75vw;
        height: 15vw;
        cursor: pointer;
    }
    .catalog-page .catalog-content .content-category-arrow .content-category-arrow-prev svg,
    .catalog-page .catalog-content .content-category-arrow .content-category-arrow-next svg {
        width: 5.625vw;
        height: 5.625vw;
    }
}


/* end сторінка каталог */


/* сторінка категорія */

.woocommerce-products-header__title.page-title {
    margin: 0.6944vw 5.5555vw 1.3888vw;
    padding-right: 40.25vw;
    font-weight: 400;
    font-size: calc(48vw * 100 / 1440);
    line-height: 1.2;
    color: #1E1E1E;
}

.site-main #page-content {
    margin: 0;
}

.product-content .woocommerce-result-count {
    display: none;
}

body.archive .site-main {
    position: relative;
}

.product-content>.filter-product>.filter-title {
    position: absolute;
    top: 0.4166vw;
    right: 3.2638vw;
    padding: 1.0416vw 2.7777vw 0.9027vw 5.1388vw;
    background: rgba(216, 108, 151, 0.05);
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: var(--title_color);
    cursor: pointer;
}

.product-content>.filter-product>.filter-title svg {
    width: 1.6666vw;
    height: 1.6666vw;
}

.product-content>.filter-product>.filter-title div {
    position: absolute;
    top: 0.8333vw;
    left: 2.7777vw;
    transition: all .3s linear;
}

.product-content>.filter-product>.filter-title div.open,
.product-content>.filter-product>.filter-title.active div.close {
    opacity: 1;
}

.product-content>.filter-product>.filter-title div.close,
.product-content>.filter-product>.filter-title.active div.open {
    opacity: 0;
}

body.filtered .product-content>.filter-product>.filter-title:before {
    content: '';
    width: 0.9722vw;
    height: 0.9722vw;
    background: var(--main_color);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    border: 0.2083vw solid #fff;
    border-radius: 100%;
}

.product-content .woocommerce-ordering {
    position: absolute;
    top: 0.4166vw;
    right: 16.4583vw;
    margin: 0;
    padding: 1.0416vw 2.7777vw 0.9027vw 2.7777vw;
    background: rgba(216, 108, 151, 0.05);
    border-radius: 100px;
    display: flex;
    font-weight: 600;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #1E1E1E;
}

.product-content .woocommerce-ordering-before {
    margin-right: 1.3888vw;
}

.product-content .woocommerce-ordering .orderby {
    padding-right: 1.7361vw;
    border: 0;
    background: #FDF8FA url(../images/product-arrow.svg) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    font-weight: 600;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #1E1E1E;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.product-content .woocommerce-ordering .orderby:focus {
    outline: none;
}

.product-content .woocommerce-ordering .orderby option {
    font-weight: 600;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #1E1E1E;
}

.product-content .woocommerce-ordering .orderby option.price-desc {
    color: var(--title_color);
}

.product-content .woocommerce-ordering .orderby option:hover {
    background-color: transparent !important;
}

.product-content .filter-product-wrap {
    display: none;
}

.product-content .filter-product-wrap.active {
    display: block;
}

.product-content .yith-wcan-filters .yith-wcan-filter {
    margin: 0;
}

.product-content .filter-product-wrap {
    padding: 2.7777vw 6.0416vw 2.7777vw 5.5555vw;
    background: rgba(216, 108, 151, 0.05);
}

.product-content .yith-wcan-filters {
    margin: 0;
    background-color: transparent;
}

.product-content .filters-container form {
    display: flex;
}

.product-content .filters-container button {
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    height: 100%;
    display: block;
    background: transparent;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: calc(14vw * 100 / 1440);
    letter-spacing: 0.02em;
    line-height: 1.2;
    color: var(--title_color);
    cursor: pointer;
    transition: all .3s linear;
}

.product-content .filter-product-wrap .filter-title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: calc(14vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #1E1E1E;
}

.product-content .filters-container .filter-content {
    margin-top: 1.3888vw;
}

.product-content .yith-wcan-filter[data-taxonomy=filter_vlastyvosti-kosmetyky] ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.6944vw 8.3333vw;
}

.product-content .yith-wcan-filter[data-taxonomy=filter_typ-shkiry] ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.6944vw 8.3333vw;
}

.product-content .filters-container .yith-wcan-filter+.yith-wcan-filter {
    padding-left: 12.5vw;
}

.product-content .filters-container .yith-wcan-filter:nth-child(2n) ul {
    grid-template-columns: repeat(1, 1fr);
}

.product-content .filters-container li {
    position: relative;
    padding: 0.4861vw 0 0.1388vw 2.2222vw;
}

.product-content .filters-container li input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 0px;
    height: 0px;
    opacity: 0;
}

.product-content .filters-container li input[type=checkbox]~.term-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.875vw;
    height: 1.8055vw;
    display: block;
    background-image: url(../images/checked1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.product-content .filters-container li input[type=checkbox]:checked~.term-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.875vw;
    height: 1.8055vw;
    display: block;
    background-image: url(../images/checked2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.product-content .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a.term-label {
    display: block;
    font-weight: 500;
    font-size: calc(14vw * 100 / 1440);
    line-height: 1.2;
    color: #1E1E1E;
    cursor: pointer;
}

.product-content .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a:hover {
    color: #1E1E1E;
}

.product-content ul.products {
    margin: 0;
    margin-right: 1px;
    border-top: 1px solid rgba(30, 30, 30, 0.1);
    display: flex;
    flex-wrap: wrap;
}

.product-content ul.products li.product {
    position: relative;
    margin: 0;
    padding: 0;
    width: 25%;
    height: auto;
    display: flex;
    border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}

.product-content .products li.product {
    border-right: 1px solid rgba(30, 30, 30, 0.1);
}

.product-content .products li.product:nth-child(4n) {
    border-right: 0;
}

.product-content .products li.product:nth-child(4n)::before {
    display: none;
}

.product-content ul.products li.product a.button {
    position: absolute;
    top: 17.0138vw;
    left: auto;
    z-index: 1;
    right: 3.7777vw;
    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;
}

.product-content ul.products li.product .added_to_cart {
    display: none;
}

.product-content .products li.product .woosticker.custom_sticker_image {
    position: absolute;
    top: 3.4722vw;
    left: 4.0277vw;
    z-index: 1;
    width: 3.2638vw;
    height: 3.2638vw;
    background-size: contain;
    background-position: center;
}

.product-content .products .woocommerce-LoopProduct-link {
    position: relative;
    padding: 2.7777vw 3.3333vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

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

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

.product-content .products .woocommerce-LoopProduct-link .star-rating {
    display: none;
}

.woocommerce .product-content ul.products li.product .price {
    margin-top: auto;
    margin-bottom: 0;
    display: inline-flex;
    justify-content: left;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: baseline;
    font-weight: 600;
    font-size: calc(20vw * 100 / 1440);
    line-height: 1.2;
    color: #fff;
    text-align: left;
}

.woocommerce .product-content ul.products li.product.product-type-variable:not(.sale) .price,
.product-content .products ul.products li.product.product-type-variable:not(.sale) .price {
    flex-direction: row;
}

.woocommerce .product-content ul.products .woocommerce-LoopProduct-link .price ins,
.product-content .products .woocommerce-LoopProduct-link .price ins {
    margin-right: 1.0416vw;
}

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

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

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

.woocommerce .product-content ul.products .woocommerce-LoopProduct-link .price del .woocommerce-Price-amount.amount bdi,
.product-content .products .woocommerce-LoopProduct-link .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;
}

.woocommerce .product-content ul.products .woocommerce-LoopProduct-link span.price del,
.product-content .products .woocommerce-LoopProduct-link span.price del {
    text-decoration: none !important;
}

.product-content .products li.product span.onsale {
    position: absolute;
    top: 3.4722vw;
    left: 4.0972vw;
    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;
}

.product-content .products li.product .tinv-wraper.tinv-wishlist {
    position: absolute;
    bottom: 2.0833vw;
    right: 4.2361vw;
}

.product-content .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;
}

.product-content .products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button::before {
    display: none;
}

.product-content .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;
}

.product-content .products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-make-remove::after,
.product-content .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);
}

.product-content nav.woocommerce-pagination {
    order: 1;
    margin-top: 2.7777vw;
    margin-bottom: 1.3888vw;
}

.product-content nav.woocommerce-pagination ul.page-numbers {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0.6944vw;
    justify-content: center;
    align-items: center;
    border: 0;
}

.product-content nav.woocommerce-pagination ul.page-numbers li {
    float: none;
    border: none;
}

.product-content nav.woocommerce-pagination ul.page-numbers li .page-numbers {
    padding: 0.3472vw 0.6944vw;
    font-weight: 500;
    font-size: calc(18vw * 100 / 1440);
    font-size: 18px;
    line-height: 1.2;
    color: #1E1E1E;
    opacity: 0.45;
}

.product-content nav.woocommerce-pagination ul.page-numbers li a.page-numbers {
    font-size: calc(18vw * 100 / 1440);
}

.product-content nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
    background: transparent;
}

.product-content nav.woocommerce-pagination ul.page-numbers li span.current {
    padding: 0 0.6944vw;
    background: transparent;
    opacity: 1;
    font-size: calc(28vw * 100 / 1440);
}

.product-content .pagination-load-more-wrap {
    display: flex;
    flex-direction: column;
}

.product-content .lmp_load_more_button {
    order: 2;
    margin-top: 0;
    margin-bottom: 2.8472vw;
}

.product-content .lmp_load_more_button .lmp_button {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: calc(16vw * 100 / 1440) !important;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: var(--title_color) !important;
}

.product-content .lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
    color: var(--title_color) !important;
}

.product-content .page-numbers .next,
.product-content .page-numbers .prev {
    display: none !important;
}

.product-content .woo-sc-box {
    order: 3;
    padding: 4.1666vw 5.5555vw;
    background: rgba(216, 108, 151, 0.05);
}

.product-content .woo-sc-box p {
    margin: 0 0 1.0416vw;
    font-weight: 400;
    font-size: calc(14vw * 100 / 1440);
    line-height: 1.8;
    color: #1E1E1E;
}

.product-content .woo-sc-box a {
    color: var(--title_color);
}

.product-content .woo-sc-box h2 {
    margin: 0 0 2.0833vw;
    font-weight: 400;
    font-size: calc(38vw * 100 / 1440);
    line-height: 1.4;
    color: #1E1E1E;
}

.product-content .woo-sc-box h3,
.product-content .woo-sc-box h4 {
    margin: 0 0 1.0416vw;
    font-weight: 500;
    font-size: calc(28vw * 100 / 1440);
    line-height: 1.4;
    color: #1E1E1E;
}

.product-content .woo-sc-box h5,
.product-content .woo-sc-box h6 {
    margin: 0 0 1.0416vw;
    font-weight: 500;
    font-size: calc(22vw * 100 / 1440);
    line-height: 1.4;
    color: #1E1E1E;
}

.product-content .woo-sc-box strong {
    font-weight: 500;
}

.product-content .woo-sc-box ul,
.product-content .woo-sc-box ol {
    margin: 0 0 2.7777vw;
    padding-left: 1.7361vw;
    list-style-position: outside;
}

.product-content .woo-sc-box ul li,
.product-content .woo-sc-box ol li {
    font-weight: 400;
    font-size: calc(14vw * 100 / 1440);
    line-height: 1.8;
    color: #1E1E1E;
}

.product-content .woo-sc-box ul li::marker,
.product-content .woo-sc-box ol li::marker {
    font-weight: 700;
}

.woocommerce-product-container .product-content {
    display: flex;
    flex-direction: column;
}

.product-content .lmp_load_more_button+.woo-sc-box {
    margin-top: 2.7777vw;
}


/* Responsiveness // Responsiveness // Responsiveness */

@media (min-width: 768px) {
    .product-content .filters-container button:hover,
    .product-content .filters-container li .term-label:hover,
    .product-content .lmp_load_more_button .lmp_button:hover,
    .product-content .woo-sc-box a:hover {
        opacity: .75;
    }
    .product-content .products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button:hover::after {
        background-image: url(../images/heart2.svg);
    }
    .product-content ul.products li.product a.button {
        opacity: 0;
    }
    .product-content ul.products li.product a.button:hover {
        background-color: #6F7B5B;
    }
    .product-content ul.products li.product:hover a.button {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .woocommerce-products-header__title.page-title {
        margin: 3.125vw 0;
        padding: 0 4.6875vw;
        font-size: calc(32vw * 100 / 320);
    }
    .woocommerce-product-container .product-content {
        position: relative;
    }
    .product-content .woocommerce-ordering {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        margin-left: 4.6875vw;
        margin-bottom: 3.125vw;
        padding: 3.125vw 4.6875vw;
        width: 50%;
        float: none;
        display: inline-block;
        font-size: calc(14vw * 100 / 320);
    }
    .product-content .woocommerce-ordering-before {
        display: none;
    }
    .product-content .woocommerce-ordering .orderby {
        padding-right: 7.8125vw;
        font-size: calc(12vw * 100 / 320);
    }
    .product-content .woocommerce-ordering .orderby option {
        font-size: calc(12vw * 100 / 320);
    }
    .woocommerce-product-container .product-content>.filter-product {
        margin-top: -14.625vw;
    }
    .product-content>.filter-product>.filter-title {
        position: relative;
        top: 0;
        right: 0;
        margin-left: auto;
        margin-right: 4.6875vw;
        padding: 3.125vw 4.6875vw 3.125vw 13.4375vw;
        width: 35%;
        font-size: calc(14vw * 100 / 320);
    }
    .product-content>.filter-product>.filter-title div {
        top: 2.5vw;
        left: 4.6875vw;
    }
    .product-content>.filter-product>.filter-title svg {
        width: 5.625vw;
        height: 5.625vw;
    }
    body.filtered .product-content>.filter-product>.filter-title:before {
        width: 3.75vw;
        height: 3.75vw;
        border-width: 0.9375vw;
    }
    .product-content .filter-product-wrap {
        margin-top: 4.6875vw;
        padding: 6.25vw 4.6875vw;
    }
    .product-content .filters-container form {
        display: block;
    }
    .product-content .filter-product-wrap .filter-title {
        font-size: calc(12vw * 100 / 320);
    }
    .product-content .filters-container .filter-content {
        margin-top: 3.125vw;
    }
    .product-content .yith-wcan-filter[data-taxonomy=filter_vlastyvosti-kosmetyky] ul {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1.5625vw;
    }
    .product-content .filters-container .yith-wcan-filter+.yith-wcan-filter {
        padding-left: 0;
        margin-top: 6.25vw;
    }
    .product-content .filters-container li {
        padding: 2.1875vw 0 0 8.125vw;
    }
    .product-content .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a.term-label {
        font-size: calc(12vw * 100 / 320);
    }
    .product-content .filters-container li input[type=checkbox]:checked~.term-label::before,
    .product-content .filters-container li input[type=checkbox]~.term-label::before {
        width: 6.875vw;
        height: 6.875vw;
    }
    .product-content .filters-container button {
        margin-top: 6.25vw;
        text-align: right;
        font-size: calc(12vw * 100 / 320);
    }
    .product-content ul.products {
        margin-top: 3.125vw;
    }
    .product-content ul.products li.product {
        margin: 0 !important;
        width: 50% !important;
        float: none !important;
        flex-direction: column;
    }
    .product-content .products li.product:nth-child(2n) {
        border-right: none;
    }
    .product-content .products li.product .woosticker.custom_sticker_image {
        top: 7.1874vw;
        left: 6.25vw;
        width: 10vw;
        height: 10vw;
    }
    .woocommerce ul.products li.product a {
        padding: 4.375vw 3.125vw 3.9062vw;
    }
    .product-content ul.products li.product a.button {
        top: auto;
        right: 0;
        bottom: 0.9375vw;
        padding: 3.125vw;
        background: transparent;
        text-indent: -9999px !important;
        font-size: 0;
        line-height: 0;
        color: transparent;
        opacity: 1;
    }
    .product-content ul.products li.product a.button::before {
        content: '';
        width: 5.625vw;
        height: 5.625vw;
        background-image: url(../images/basket.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: block;
    }
    .product-content ul.products li.product a.button.added::before {
        opacity: 1;
    }
    .product-content ul.products li.product a.button.added::after {
        content: '';
        width: 5vw;
        height: 5vw;
        background-image: url(../images/checked-cat.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: block;
        position: absolute;
        top: 3.1875vw;
        right: 2.5vw;
        z-index: 1;
    }
    .product-content ul.products li.product.outofstock a.button {
        opacity: 0.25;
    }
    .woocommerce .product-content ul.products li.product a img {
        height: 43.75vw;
    }
    .woocommerce .product-content ul.products li.product .woocommerce-loop-product__title {
        margin: 3.125vw 0;
        font-size: calc(11vw * 100 / 320);
    }
    .woocommerce .product-content ul.products li.product .price {
        font-size: calc(16vw * 100 / 320);
        color: #fff;
    }
    .woocommerce .product-content ul.products .woocommerce-LoopProduct-link .price ins,
    .product-content .products .woocommerce-LoopProduct-link .price ins {
        margin-right: 2.125vw;
    }
    .product-content .products ul.products li.product.product-type-variable .woocommerce-Price-amount.amount:nth-child(1) {
        margin-left: 1.5625vw;
    }
    .product-content .products ul.products li.product.product-type-variable .woocommerce-Price-amount.amount:nth-child(2) {
        margin-right: 1.5625vw;
    }
    .woocommerce .product-content ul.products li.product.product-type-variable .woocommerce-Price-amount.amount:nth-child(2),
    .product-content .products ul.products li.product.product-type-variable .woocommerce-Price-amount.amount:nth-child(2) {
        display: none;
    }
    .woocommerce .product-content ul.products ul.products li.product.product-type-variable .woocommerce-Price-amount.amount bdi,
    .woocommerce .product-content ul.products .woocommerce-LoopProduct-link .price ins .woocommerce-Price-amount.amount,
    .woocommerce .product-content ul.products .woocommerce-LoopProduct-link .price>.woocommerce-Price-amount.amount bdi,
    .product-content .products ul.products li.product.product-type-variable .woocommerce-Price-amount.amount bdi,
    .product-content .products .woocommerce-LoopProduct-link .price ins .woocommerce-Price-amount.amount,
    .product-content .products .woocommerce-LoopProduct-link .price>.woocommerce-Price-amount.amount bdi {
        font-size: calc(12vw * 100 / 320);
    }
    .woocommerce .product-content ul.products .woocommerce-LoopProduct-link .price del .woocommerce-Price-amount.amount bdi,
    .product-content .products .woocommerce-LoopProduct-link .price del .woocommerce-Price-amount.amount bdi {
        font-size: calc(10vw * 100 / 320);
    }
    .product-content .products li.product span.onsale {
        top: 7.1874vw;
        left: 6.25vw;
        width: 10vw;
        height: 10vw;
        font-size: calc(11vw * 100 / 320);
    }
    .product-content .products li.product .tinv-wraper.tinv-wishlist {
        display: none;
        top: 5.9375vw;
        bottom: auto;
        right: 3.125vw;
    }
    .product-content .products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
        padding: 2.8125vw;
    }
    .product-content .products li.product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button::after {
        width: 5vw;
        height: 5vw;
    }
    .product-content nav.woocommerce-pagination {
        margin-top: 7.8125vw;
        margin-bottom: 4.6875vw;
    }
    .product-content nav.woocommerce-pagination ul.page-numbers {
        grid-gap: 1.5625vw;
    }
    .product-content nav.woocommerce-pagination ul.page-numbers li a.page-numbers {
        font-size: calc(8vw * 100 / 320);
    }
    .product-content nav.woocommerce-pagination ul.page-numbers li .page-numbers {
        padding: 1.5625vw;
        font-size: calc(14vw * 100 / 320);
    }
    .product-content nav.woocommerce-pagination ul.page-numbers li a.page-numbers {
        font-size: calc(14vw * 100 / 320);
    }
    .product-content nav.woocommerce-pagination ul.page-numbers li span.current {
        padding: 0 1.5625vw;
        font-size: calc(22vw * 100 / 320);
    }
    .product-content .lmp_load_more_button {
        margin-top: 0;
        margin-bottom: 6.25vw;
    }
    .product-content .lmp_load_more_button .lmp_button {
        font-size: calc(12vw * 100 / 320) !important;
    }
    .product-content .lmp_load_more_button+.woo-sc-box {
        margin-top: 4.6875vw;
    }
    .product-content .woo-sc-box {
        padding: 9.375vw 4.6875vw;
    }
    .product-content .woo-sc-box p {
        margin-bottom: 3.125vw;
        font-size: calc(12vw * 100 / 320);
    }
    .product-content .woo-sc-box h2 {
        margin: 0 0 3.125vw;
        font-size: calc(26vw * 100 / 320);
    }
    .product-content .woo-sc-box h3,
    .product-content .woo-sc-box h4 {
        margin: 0 0 3.125vw;
        font-size: calc(22vw * 100 / 320);
    }
    .product-content .woo-sc-box h5,
    .product-content .woo-sc-box h6 {
        font-size: calc(18vw * 100 / 320);
    }
    .product-content .woo-sc-box ul,
    .product-content .woo-sc-box ol {
        margin: 0 0 3.125vw;
        padding-left: 4.6875vw;
    }
    .product-content .woo-sc-box ul li,
    .product-content .woo-sc-box ol li {
        font-size: calc(12vw * 100 / 320);
    }
}


/* end сторінка категорія */