@media(min-width:1920px) {
    html {
        font-size: 1px;
    }
}

* {
    box-sizing: border-box;
    scrollbar-color: var(--Primary) transparent;
    scrollbar-width: thin;
}
:root{
    --work-width: 1360rem;
    --font-a: 16rem;
    --font-p: 16rem;
    --font-h1: 48rem;
    --font-h2: 40rem;
    --font-h3: 24rem;
    --font-h4: 16rem;
    --font-h5: 16rem;
    --font-h6: 16rem;
    --Grey_1: #D9D9D9;
    --Grey_2: #AFAFAF;
    --Grey_3: #F5F5F5;
    --Primary: #A02842;
    --hover-red: #870E28;
    --black: #141414;
    --Blue_1: #A0B4DF;
    --Blue_2: #5873A2;
    --Blue_3: #3D557F;
    --gray: #e7e7e7;
    --Beige: #E7D2BD;
    --swiper-theme-color: #A02842!important;
    --font-family: "Inter", sans-serif;
}
html {
    font-size: 0.052084vw;
    scroll-behavior: smooth;
    margin: 0 auto;
    padding: 0;
}

body {
    font-size: 16rem;
    font-family: var(--font-family);
    position: relative;
    z-index: 1;
    margin: 0 auto;
    line-height: 130%;

}

a,
p {
    color: var(--black);
    font-size: var(--font-a);
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
    transition: all ease .3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 130%;
}
a[href]:hover{
    color:var(--Primary);
}
h1, .h1{
    font-size: var(--font-h1);
    font-weight: 600;
    line-height: 130%;
}
h2, .h2{
    font-size: var(--font-h2);
    font-weight: 600;
    line-height: 130%;
}
h3, .h3{
    font-size: var(--font-h3);
    font-style: normal;
    font-weight: 600;
}
h4, .h4{
    font-size: var(--font-h4);
    line-height: normal;
}
h5, .h5{
    font-size: var(--font-h5);
    line-height: 150%;
}
h6, .h6{
    font-size: var(--font-h6);
    line-height: 150%;
}
input,
textarea,
select{
    padding: 8rem 16rem;
    width: 100%;
    font-family:  var(--font-family);
    font-size: 16rem;
    border-radius: 0;
    border-color: var(--gray);
    border-radius: 6rem;
    border: 1rem solid var(--Blue_1);
    box-shadow: 0px 0px 10px 0px rgba(88, 115, 162, 0.31);
}
input::placeholder{
	opacity:0.7;
    color: var(--Grey_2);
}
path{
    transition: all ease .3s;
}
button{
    transition: all ease .3s;
    cursor: pointer;
    font-family: var(--font-family);
}
.no-scroll{
    overflow: hidden;
}
.row{
    width: 100%;
}
.column{
    width: var(--work-width);
    margin: 0 auto;
}
.mobileBlockMenu{
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    top:-100%;
    background-color: #fff;
    transition: all ease .3s;
    z-index: 1200;
}
.mobileBlockMenu.active{
    top:0;
}
.mobileBlockTop{
    display: flex;
    justify-content: space-between;
    height: 100rem;
    align-items: center;
    padding: 20rem 24rem;
    border-bottom: 1rem solid #F1F2F6;
}
.mobileBlockExit img{
    height: 40rem;
    width: 40rem;
    object-fit: contain;
}
.mobileBlockBody{
    padding: 30rem 24rem;
    border-bottom: 1rem solid #F1F2F6;
}
.search{
    width: auto;
    position: relative;
}
.header-middle_search form{
    display: flex;
    position: relative;
    gap: 8rem;
    align-items: center;
}
.search form input{
    width: 600rem;
}
.search button:hover{
    opacity: 0.8;
}
.mobileBlockItemMenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.mobileBlockItemMenu ul a{
    display: block;
    padding: 20rem 0;
    font-size: 20rem;
    color: var(--black);
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1rem solid #F1F2F6;
}
.popupBlock{
	display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600rem;
    background: white;
    padding: 30rem;
    box-shadow: 0 4rem 8rem rgba(0, 0, 0, 0.1);
    z-index: 1000;
    box-sizing: border-box;
    border-radius: 30rem;
}
.close-btn {
    position: absolute;
    right: 30rem;
    top: 30rem;
}
.close-btn img {
    width: 40rem;
    cursor: pointer;
}
.boxProdPopup {
    display: flex;
    flex-direction: column;
    align-items: center;
	gap:20rem;
}
.prodPopupTitle {
    font-size: var(--font-h2);
    font-weight: 600;
    text-align: center;
}
.boxProdPopup p {
    text-align: center;
}
.popupBlock .wpcf7{
	width: 100%;
}
.boxProdPopup input {
    border-radius: 5rem;
    background: #E6E6E6;
    padding: 13rem 30rem;
    width: 100%;
    color: #898989;
    font-size: 16rem;
    font-weight: 400;
    line-height: 24rem;
    border: none;
}
.cfBox{
    display: flex;
    flex-wrap: wrap;
    gap: 30rem;
}
.cfBoxFull{
    width: 100%;
}
.cfBoxMedium{
    width: calc(50% - 15rem);
}
.cfBoxMin{
    width: calc(100% / 3 - 20rem);
}
.cfBox input {
    border-radius: 5rem;
    background: none;
    padding: 13rem 30rem;
    width: 100%;
    color: var(--black);
    font-size: 16rem;
    font-weight: 400;
    line-height: 24rem;
    border: none;
	font-family: var(--font-family);
}
.cfBox textarea {
    border-radius: 5rem;
    width: 100%;
    background: #FFF;
    padding: 20rem 40rem;
    font-size: 16rem;
    height: 130rem;
    font-family: var(--font-family);
}
.cfBox input.wpcf7-submit {
    color: #FFF;
    background: var(--akcent);
    cursor: pointer;
}
#overlay {
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    
    /* Тёмная подложка */
    background: rgba(0, 0, 0, 0.4);
  
    /* Размытие фона (backdrop-filter применяется к «заднему» фону) */
    backdrop-filter: blur(5px); /* подправьте при необходимости */
    
    /* Изначально скрыто */
    visibility: hidden; 
    opacity: 0; 
    pointer-events: none; /* чтобы клики не проходили */
    
    transition: visibility 0s, opacity 0.3s ease;
    z-index: 1199; /* чуть меньше, чем у самого попапа (если нужно) */
}
#overlay.active {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    display: block!important;
}
  
.mobile-hidden{
    display: block;
}
.desctop-hidden{
    display: none;
}
.header-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8rem 0;
}
.top-menu{
    background-color: var(--Grey_3);
}
.header-top_left ul{
    list-style-type: none;
    display: flex;
    gap: 24rem;
    align-items: center;
    padding: 0;
    margin: 0;
}
.header-top_left ul a{
    font-size: 14rem;
    font-weight: 500;
}
.header-top_right-contact{
    display: flex;
    align-items: center;
    gap: 32rem;
}
.header-top_right-contact a,
.header-top_right-contact span{
    font-weight: 500;
}
.header-top_right-contact span:hover{
    font-weight: 500;
}
.header-top_right-link:hover path{
    fill:var(--Primary)
}
.header-middle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16rem 0;
    position: relative;
}
.header-middle_icon{
    display: flex;
    align-items: center;
    gap: 24rem;
}
.header-middle_icon a{
    display: flex;
    gap: 8rem;
    align-items: center;
    line-height: 150%;
}
.header-middle_icon path{
    transition: all ease .3s;
}
.header-middle_icon a:hover path{
    fill: var(--Primary);
    stroke: var(--Primary);
}
.header-middle_search{
    height: 40rem;
    display: flex;
    align-items: center;
    gap: 8rem;
}
.search-button{
    background-color: var(--Primary);
    border: none;
    color: #fff;
    padding: 10rem 32rem;
    border-radius: 6rem;
    font-size: 16rem;
    font-family: var(--font-family);
    height: 40rem;
    cursor: pointer;
    transition: all ease 0.3s;
}
.btn-green{
    padding: 8rem 34rem 8rem 24rem;
    display: flex;
    align-items: center;
    gap: 16rem;
    font-size: 16rem;
    color: var(--Blue_1);
    cursor: pointer;
    border-radius: 6rem;
    border: 2rem solid var(--Blue_1);
    background: var(--White);
}
.header-middle_logo img{
    height: 40rem;
}
.footer-block_contact ul{
    display: flex;
    flex-direction: column;
    gap: 24rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-block_contact ul b{
    font-size: 14rem;
    display: block;
    line-height: 150%;
}
.footer-block_contact ul a,
.footer-block_contact ul {
    font-size: 16rem;
}
.footer-block_logo img{
    height: 40rem;
}
.footer-block_bot{
    display: flex;
    gap:120rem;
}
.footer-block_contact,
.footer-block_menu-item{
    width: 240rem;
}
.footer-block_contact ul,
.footer-block_menu-item ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24rem
}
.footer-block_contact ul a,
.footer-block_menu-item ul a{
    text-transform: uppercase;
}
.footer-block_bot{
    padding: 40rem 0;
}
.footer-block_bot-down{
    padding: 24rem;
    border-top: 1rem solid var(--Grey_1);
}
.footer-block_bot-down-links{
    display: flex;
    flex-direction: column;
    gap: 10rem;
    align-items: center;
}
.footer-block_bot-down-links a{
    color: var(--Grey_1);
}
footer{
    padding-top: 40rem;
    background-color: var(--Grey_3);
}
.home-1_slider .swiper-slide img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-1_slide-box{
    position: relative;
    z-index: 2;
    height: 480rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.home-1_slide-title{
    font-size: 56rem;
    font-weight: 300;
    text-transform: uppercase;
    width: 1010rem;
    line-height: 130%;
}
.home-1_slide-text{
    font-size: 24rem;
    font-weight: 300;
    width: 615rem;
    line-height: 130%;
    margin: 16rem 0 24rem;
}
.home-1_slide-btn{
    background-color: var(--Primary);
    color: #fff;
    padding: 20rem 24rem;
    border-radius: 50rem;
    font-weight: 600;
}
a.home-1_slide-btn:hover{
    background-color: var(--hover-red);
    color: #fff;
}
.home-1_slider-pagination{
    text-align: center;
}
.slider-prev,
.slider-next{
    position: absolute;
    z-index: 20;
    padding: 8rem;
    background-color: #fff;
    border-radius: 50rem;
    width: 40rem;
    height: 40rem;
    cursor: pointer;
}
.slider-prev svg,
.slider-next svg{
    width: 24rem;
    height: 24rem;
}
.slider-prev:hover path,
.slider-next:hover path{
    fill:var(--hover-red);
}
.home-1_slider-prev{
    left: 208rem;
    top: 50%;
    transform: translateY(-50%);
}
.home-1_slider-next{
    right: 208rem;
    top: 50%;
    transform: translateY(-50%);
}
.home-1_category{
    display: flex;
    gap: 16rem;
    padding: 64rem 0;
}

.home-1_category-item{
    width: calc(100% / 8 - 16rem * 7 / 8);
    height: 110rem;
    border-radius: 6rem;
    box-shadow: 0 0 6rem 0 rgba(88, 115, 162, 0.31);
    padding: 8rem;
    display: flex;
    align-items: end;
    justify-content: end;
    background-position: center;
    background-size: cover;
}
.home-1_category-item a{
    font-size: 14rem;
    font-weight: 700;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    color: var(--Primary);
    text-align: end;
}
.home-1_category-item a:hover{
    color: var(--hover-red);
}
.home-1_promo{
    background-color: var(--Beige);
}
.home-1_promo-items{
    padding: 24rem 0;
    display: flex;
    justify-content: space-between;
}
.home-1_promo-item{
    padding: 0 62rem;
    text-align: center;
    font-size: 18rem;
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    position: relative;
    display: block;
}
.home-1_promo-item:before{
    content: '';
    width: 8rem;
    height: 8rem;
    display: block;
    border-radius: 20rem;
    background-color: var(--black);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
}
.home-1_promo-item:last-child::after{
    content: '';
    width: 8rem;
    height: 8rem;
    display: block;
    border-radius: 20rem;
    background-color: var(--black);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
}
.home-1{
    padding: 0 0 75rem;
}
.home-2_products-control{
    display: flex;
    align-items: center;
    gap: 24rem;
}
.home-2_products-prev,
.home-2_products-next{
    background-color: var(--Grey_1);
    width: 40rem;
    height: 40rem;
    padding: 8rem;
    border-radius: 50rem;
    display: block;
    cursor: pointer;
}
.home-2_products-prev svg,
.home-2_products-next svg{
    width: 24rem;
    height: 24rem;
}
.home-2_products-prev:hover path,
.home-2_products-next:hover path{
    fill: var(--hover-red)
}
.home-2_products-title{
    display: flex;
    gap:24rem;
    align-items: end;
}
.home-2_products-title h2,
.home-2_spec-title h2{
    padding: 0;
    text-transform: uppercase;
}
.home-2_products-items{
    padding: 40rem 0;
}
.home-2_spec{
    padding-bottom: 75rem;
}
.home-2_spec-block{
    height: 350rem;
    display: flex;
    gap: 24rem;
    padding: 40rem 0 0;
}
.home-2_spec-left{
    position: relative;
    height: 100%;
    width: 520rem;
    border-radius: 20rem;
    box-shadow: 0px 4px 57px 0px rgba(53, 53, 53, 0.10);
    overflow: hidden;
}
.home-2_spec-left img,
.home-2_spec-top img,
.home-2_spec-bot img{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all ease .3s;
    z-index: 1;
    object-fit: cover;
}
.home-2_spec-left:hover img,
.home-2_spec-top:hover img,
.home-2_spec-bot:hover img{
    transform: scale(1.1);
}
.home-2_spec-right{
    display: flex;
    flex-direction: column;
    gap: 24rem;
    width: calc(100% - 544rem);
}
.home-2_spec-top{
    height: 40%;
    position: relative;
    background-size: cover;
    border-radius: 20rem;
    box-shadow: 0px 4px 57px 0px rgba(53, 53, 53, 0.10);
    overflow: hidden;
}
.home-2_spec-bot{
    height: 60%;
    position: relative;
    background-size: cover;
    border-radius: 20rem;
    box-shadow: 0px 4px 57px 0px rgba(53, 53, 53, 0.10);
    overflow: hidden;
}
.home-2_spec-left a{
    padding: 16rem 24rem;
    display: block;
    left: 0;
    top: 48rem;
    width: 200rem;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    font-size: 14rem;
    font-weight: 700;
    letter-spacing: 0.42rem;
    text-transform: uppercase;
    border-radius: 4rem;
}
.home-2_spec-top a{
    padding: 16rem 24rem;
    display: block;
    left: 0;
    top: 24rem;
    width: 172rem;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    font-size: 14rem;
    font-weight: 700;
    letter-spacing: 0.42rem;
    text-transform: uppercase;
    border-radius: 4rem;
}
.home-2_spec-bot a{
    padding: 16rem 24rem;
    display: block;
    left: 0;
    top: 24rem;
    width: 275rem;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    font-size: 14rem;
    font-weight: 700;
    letter-spacing: 0.42rem;
    text-transform: uppercase;
    border-radius: 4rem;
}
.home-2_loyal{
    padding: 75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24rem;
}
.raspberry{
    position: absolute;
    height: auto;
    will-change: transform;
    z-index: -1;
}
.floating-rsp {
    transition: transform 0s ease-out;
}
.r1{
    width: 103rem;
    left: -24rem;
    top: 45%;
}
.r2{
    width: 103rem;
    left: 295rem;
    bottom: 75rem;
    transform: rotate(-54deg);
}
.r3{
    width: 68rem;
    right: 295rem;
    top: 140rem;
    transform: rotate(50deg);
}
.r4{
    width: 80rem;
    right: 75rem;
    top: 300rem;
}
.r5{
    width: 120rem;
    right: 105rem;
    top: 100%;
}
.home-2_loyal-title{
    font-size: 40rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 120%;
}
.home-2_loyal-subtitle{
    width: 510rem;
    font-size: 24rem;
    font-weight: 300;
    line-height: 120%;
    text-align: center;
}
.home-2_loyal-predl{
    display: flex;
}
.home-2_loyal-predl>span{
    color: var(--Blue_1);
    font-size: 64rem;
    font-weight: 600;
    line-height: 100%;
}
.home-2_loyal-predl-left,
.home-2_loyal-predl-right{
    display: flex;
    flex-direction: column;
    gap: 8rem;
    align-items: center;
}
.home-2_loyal-predl-left b,
.home-2_loyal-predl-right b{
    color: var(--Blue_1);
    font-size: 64rem;
    font-weight: 600;
    line-height: 100%;
}
.home-2_loyal-predl-left span,
.home-2_loyal-predl-right span{
    color: var(--Blue_1);
    font-size: 24rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100%;
}
.home-2_loyal-btn a{
    padding: 20rem 24rem;
    border-radius: 6rem;
    background-color: var(--Primary);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.48rem;
    display: inline-block;
    margin-top: 16rem;
}
.home-2_loyal-btn a:hover{
    background-color: var(--hover-red);
    color: #fff;
}
.home-2_info{
    display: flex;
    gap: 40rem;
    padding: 75rem 0;
}
.home-2_info-left{
    width: 570rem;
}
.home-2_info-right{
    width: calc(100% - 610rem);
}
.home-2_info-right img{
    min-height: 445rem;
    width: 100%;
    object-fit: cover;
    border-radius: 20rem;
}
.home-2_info-title{
    font-size: 40rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100%;
}
.home-2_info-text{
    padding: 24rem 0 50rem;
}
.home-2_info-text p{
    width: 340rem;
    line-height: 150%;
    padding-bottom: 16rem;
}
.home-2_info-btns{
    display: flex;
    align-items: center;
    gap: 24rem;
}
a.home-2_info-test{
    padding: 20rem 24rem;
    border-radius: 6rem;
    background-color: var(--Primary);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.48rem;
}
a.home-2_info-test:hover{
    color: #fff;
    background-color: var(--hover-red);
}
a.home-2_info-zapis{
    padding: 18rem 22rem;
    border-radius: 6rem;
    border:2rem solid var(--Blue_1);
    color: var(--Blue_1);
    font-weight: 600;
    letter-spacing: 0.48rem;
}
a.home-2_info-zapis:hover{
    color: var(--Blue_2);
    border-color:var(--Blue_2);
}
.home-2_pred-bg{
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 75rem 0 62rem;
}
.home-2_pred-items{
    display: flex;
    gap: 54rem;
    align-items: stretch; 
}
.home-2_pred-item{
    width: calc(100% / 3);
    background-color: #fff;
    border-radius: 20rem;
    box-shadow: 0px 4px 54px 0px rgba(53, 53, 53, 0.10);
}
.home-2_pred-item img{
    width: 100%;
    height: 270rem;
    border-radius: 20rem;
    object-fit: cover;
}
.home-2_pred-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16rem;
    min-height: 320rem;
}
.home-2_pred-top{
    padding: 32rem 24rem 0;
}
.home-2_pred-bot{
    padding: 0 24rem 24rem;
}
.home-2_pred-bot a{
    display: inline-block;
    padding-bottom: 8rem;
    border-bottom: 1rem solid var(--Blue_1);
    font-weight: 600;
    color: var(--Blue_1);
}
.home-2_pred-title{
    font-size: 24rem;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 8rem;
}
.home-2_pred-text p{
    line-height: 150%;
    padding-bottom: 16rem;
}
.home-3,
.home-2{
    position: relative;
    overflow: hidden;
}
.home-3 h2{
    text-transform: uppercase;
}
.home-3_about-img img{
    height: 480rem;
    border-radius: 20rem;
    width: 100%;
    object-fit: cover;
}
.home-3_about{
    padding: 75rem 0 150rem;
}
.home-3_blog{
    padding: 75rem 0;
}
.home-3_about-text{
    -webkit-column-count: 2; /* Для Safari */
    -moz-column-count: 2;    /* Для Firefox (старые версии) */
    column-count: 2;         /* Современные браузеры */
    
    -webkit-column-gap: 24rem;
    -moz-column-gap: 24rem;
    column-gap: 24rem;
    padding-bottom: 40rem;
}
.home-3_about-text p{
    line-height: 150%;
}
.home-3_about-text a{
    display: inline-block;
    padding-bottom: 8rem;
    border-bottom: 1rem solid var(--Blue_1);
    font-weight: 600;
    color: var(--Blue_1);
    margin-top: 24rem;
}
.home-3_abs-1{
    position: absolute;
    top: -300rem;
    right: 0;
    z-index: -1;
    width: 500rem;
}
.home-3_abs-2{
    position: absolute;
    top: -300rem;
    left: 0;
    z-index: -1;
    width: 500rem;
}
.home-2_abs-3{
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1;
    width: 500rem;
    transform: translateY(-20%);
}
.home-2_abs-4{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    width: 500rem;
    transform: translateY(-50%);
}
.breadcrumbs-wrap{
    padding: 24rem 0;
}
.product-block{
    display: flex;
    gap: 24rem;
    padding-bottom: 75rem;
}
.product-block_imgs{
    width: 500rem;
}
.product-block_info{
    width: calc(100% - 524rem);
}
.product-main-image{
    display: flex;
    flex-direction: column;
    gap: 24rem;
}
.product-main-image img{
    height: 500rem;
    border-radius: 6rem;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.product-title{
    font-size: 24rem;
    text-transform: uppercase;
    width: 650rem;
}
.product-block_title{
    display: flex;
    justify-content: space-between;
    padding-bottom: 24rem;
	gap: 24rem;
}
.product-block_artikul{
    color: var(--Grey_2);
    font-size: 14rem;
    line-height: 150%;
}
.color-swatch{
    height: 45rem;
    min-width: 45rem;
    border-radius: 100rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12rem;
    position: relative;
    transition: all .3s;
}
.variation-option{
    position: relative;
    cursor: pointer;
}
.variation-option.selected::before{
    opacity: 0;
    transition: all ease .3s;
}
.variation-option .color-swatch::before{
    opacity: 0;
    transition: all ease .3s;
}
.attr-group_options{
    display: flex;
    flex-wrap: wrap;
    gap: 8rem 16rem;
    padding: 12rem 0;
}
.variation-price-block{
    padding: 16rem 0;
}
.product-block_info .sale-price bdi{
    font-size: 40rem;
    font-weight: 600;
    padding: 16rem 0;
}
.product-block_info .regular-price bdi{
    font-size: 16rem;
    color: var(--Grey_2);
    text-decoration: line-through;
}
.product-block_info .product-price{
    padding: 16rem 0;
    display: flex;
    align-items: center;
    gap: 16rem;
}
.product-block_price{
    display: flex;
    padding: 24rem 0;
}
.product-block_cart{
    display: flex;
    align-items: center;
    gap: 24rem;
}
.product-block_cart-btn button{
    padding: 20rem 24rem;
    background-color: var(--Primary);
    color: #fff;
    font-size: 16rem;
    font-weight: 600;
    border-radius: 6rem;
    border: none;
    transition: all ease .3s;
    cursor: pointer;
}
.product-block_cart-btn button:hover{
    background-color: var(--hover-red);
}
.product-block_shere{
    display: flex;
    align-items: center;
    gap: 4rem;
    font-size: 14rem;
    color: var(--Blue_3);
}
.product-block_info-atributs{
    padding: 24rem 0;
    border-top: 1rem solid var(--Grey_2);
    border-bottom: 1rem solid var(--Grey_2);
}
.product-block_info-atributs h2,
.product-block_info-components h2{
    font-size: 24rem;
    font-weight: 300;
}
.product-atribut_item,
.product-taxonomy_item{
    display: flex;
    gap: 16rem;
    align-items: center;
    width: 700rem;
}
.product-atribut_item hr,
.product-taxonomy_item hr{
    flex: 1;
    border: 1rem dotted var(--Grey_2);
}
.product-taxonomy_item p{
    display: flex;
    flex-wrap: wrap;
    gap: 6rem 12rem;
    width: max-content;
    max-width: 50%;
    justify-content: flex-end;
}
.product-atributs_items{
    padding: 16rem 0;
    display: flex;
    flex-direction: column;
    gap: 16rem;
}
.tab-titles{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 32rem;
    align-items: center;
    margin-bottom: 16rem;
}
.tab-titles li{
    color: var(--Grey_1);
    cursor: pointer;
    font-weight: 700;
}
.tab-titles li.active{
    color: var(--black);
    font-weight: 700;
    text-transform: uppercase;
}
.product-block_info-description{
    padding: 24rem 0;
    border-bottom: 1rem solid var(--Grey_2);
}
.product-block_info-components{
    padding: 24rem 0;
}
.product-comp_items{
    padding: 16rem 0;
    display: flex;
    gap: 24rem;
}
.product-comp_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8rem;
    position: relative;
}
.product-comp_item img{
    width: 100rem;
    height: 100rem;
    object-fit: contain;
    object-position: center;
}
.product-comp_item span{
    text-align: center;
    font-size: 14rem;
}
.comp-tooltip{
    position: absolute;
    z-index: 20;
    border-radius: 20rem;
    background: var(--Grey_1);
    box-shadow: 0 4rem 57rem 0 rgba(53, 53, 53, 0.10);
    width: 380rem;
    left: 50%;
    top: 50%;
    font-size: 14rem;
    padding: 24rem;
}
.product-reviews{
    padding: 75rem 0 150rem;
}
.product-reviews_title{
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 24rem;
}
.product-reviews_add button{
    padding: 18rem 22rem;
    border-radius: 6rem;
    border: 2rem solid var(--Blue_1);
    color: var(--Blue_1);
    font-weight: 600;
    background-color: transparent;
    transition: all ease .3s;
}
.product-reviews_add button:hover{
    border-color: var(--Blue_2);
    color: var(--Blue_2);
}
#js-review-popup {
    width: 475rem; 
    background: #fff; 
    border-radius: 6rem;
    padding: 40rem;
    position: fixed; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; 
    display: none;
}
  
  /* Пример стилей для кнопки закрытия */
#js-close-review-popup {
    position: absolute; 
    top: 10rem; 
    right: 10rem;
    cursor: pointer;
}

.review-stars {
    display: inline-block;
    user-select: none; /* чтобы не выделялось */
}
.review-stars .star ,
.star-view{
    font-size: 24rem;
    color: #D53D70;          /* неактивная звезда - серая */
    cursor: pointer;
    transition: color 0.2s;
    margin-right: 4rem;
    opacity: .4;
}
.review-stars .star.hover,
.review-stars .star.active ,
.star-view.active{
    color: var(--Primary);       /* активная звезда - красноватая, например */
    opacity: 1;
}
  

.upload-block {
    margin: 1em 0;
}
.upload-label {
    display: inline-block;
    padding: 10rem 15rem;
    background: #eee;
    color: #333;
    cursor: pointer;
    border-radius: 6rem;
    border: 1rem solid #ccc;
}
.upload-label:hover {
    background: #ddd;
}
.file-previews {
    margin-top: 10rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10rem;
}
.file-previews .preview-item {
    position: relative;
    width: 80px;  
    height: 80px; 
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 6rem;
}
.file-previews .preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* обрезать по контейнеру */
}
.file-previews .preview-item .remove-btn {
    position: absolute;
    top: 2rem; 
    right: 2rem;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 18rem; height:18rem;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    line-height: 18rem;
    font-size: 12rem;
}
  
.review-popup_content h3{
    padding: 0 0 24rem;
    text-align: center;
}
.review-popup_content form{
    display: flex;
    flex-direction: column;
    gap: 24rem;
}
.politics-review{
    font-size: 12rem;
    line-height: 150%;
    color: #C4C4C4;
}
.politics-review a{
    color: #5873A2;
    text-decoration-line: underline;
    line-height: 150%;
    font-size: 12rem;
}
.button-review{
    display: flex;
    justify-content: end;
}
.button-review button{
    background-color: var(--Primary);
    color: #fff;
    font-size: 16rem;
    padding: 20rem 24rem;
    border-radius: 6rem;
    border: none;
}
.button-review button:hover{
    background-color: var(--hover-red);
}
.review-item{
    padding: 24rem;
    border-radius: 20rem;
    background: #FFF;
    box-shadow: 0 0 10rem 0 rgba(88, 115, 162, 0.31);
}
.review-author{
    display: flex;
    justify-content: space-between;
}
.review-item_data{
    color: var(--Grey_2);
}
.review-item_name{
    font-size: 14rem;
    font-weight: 700;
    letter-spacing: 0.42rem;
    text-transform: uppercase;
}
.review-stars-display{
    padding: 16rem 0;
}
.review-text{
    color: #545454;
    padding-bottom: 16rem;
}
.review-images{
    display: flex;
    gap: 16rem;
}
.review-images img{
    width: 95rem;
    height: 95rem;
    object-fit: contain;
    object-position: center;
    border-radius: 20rem;
}
.product-reviews_list{
    display: flex;
    flex-direction: column;
    gap: 16rem;
}
.header-catalog_popup{
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    min-height: 680rem;
    background-color: #fff;
    z-index: 99;
    padding: 16rem;
    box-shadow: 0 5rem 10rem 0 rgba(161, 180, 223, 0.49);
}
.header-catalog{
    display: flex;
}
.header-catalog_left{
    width: 300rem;
    padding: 16rem 0;
    display: flex;
    flex-direction: column;
}
.header-catalog_brands,
.header-catalog_comp{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14rem;
    padding: 8rem 0;
    transition: all ease .3s;
    cursor: pointer;
}
.catalog-cat-item img{
    width: 24rem;
}
.header-catalog_category{
    display: flex;
    flex-direction: column;
}
.catalog-cat-item a{
    font-size: 14rem;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8rem;
    padding: 8rem 0;
    transition: all ease .3s;
}
.catalog-cat-item a:hover,
.header-catalog_brands:hover,
.header-catalog_comp:hover,
.header-catalog_comp.active-left-tab,
.header-catalog_brands.active-left-tab,
.catalog-cat-item.active-left-tab a{
    background-color:#ac5e6f0f;
    padding: 8rem 8rem;
}
.header-catalog_right{
    padding: 16rem 0 16rem 16rem;
    width: calc(100% - 300rem);
}
.box-brands_contry{
    padding: 16rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8rem 20rem;
}
.country-item{
    display: flex;
    align-items: center;
    gap: 8rem;
    padding: 6rem 20rem;
    border-radius: 45rem;
    border: 2rem solid var(--Grey_1);
    cursor: pointer;
    transition: all ease .3s;
}
.country-item img{
    width: 12rem;
}
.box-brands_content,
.box-comp_content{
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 16rem;
    -moz-column-gap: 16rem;
    column-gap: 16rem;
}
.box-comp_content a,
.brand-item a{
    font-size: 14rem;
    line-height: 120%;
}

.brand-group{
    break-inside: avoid;
    margin-bottom: 16rem;
}

.brand-letter{
    font-weight: 600;
    font-size: 16rem;
    margin-bottom: 8rem;
}
.country-item.country-active,
.country-item:hover{
    border-color: var(--Primary);
}
.box-brands_alfav span:hover,
.letter-active{
    cursor: pointer;
    color: var(--Primary);
}
.subcat-group{
    display: flex;
    flex-wrap: wrap;
    gap:8rem 24rem;
}
.box-category_content{
    width: 100%;
    display: flex;
    gap:16rem;
}
.subcat-group{
    display:flex;
    gap:16rem;
}
.subcat-list{
    flex:0 0 240rem;
    display:flex;
    flex-direction:column;
    gap: 16rem;
    padding-right: 16rem;
    border-right: 1rem solid #D9D9D9;
}
.subcat-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    line-height:150%;
}
.subcat-item a{
    flex-grow:1;
    font-weight: 700;
    color: #141414;
    padding: 4rem 0;
    text-transform: uppercase;
}
.subcat-item.has-children::after{
    content:'\203A';
    margin-left:8rem;
    font-size:24rem;
}
.thirdcat-group{
    flex:0 0 240rem;
    display:flex;
    flex-direction:column;
    line-height:150%;
}
.thirdcat-group a{
    padding:4rem 0;
}
.swiper-pagination-bullet{
    width: 50rem!important;
    height: 3rem!important;
    border-radius: 0!important;
}
.product-rating{
    display: flex;
    align-items: center;
    gap: 16rem;
    padding: 16rem 0;
}
a.product-box_title{
    font-weight: 700;
    letter-spacing: 0.42rem;
    text-transform: uppercase;
}
.product-box_card{
    padding: 16rem;
    border-radius: 4rem;
    background-color: #fff;
    transition: all ease .3s;
    position: relative;
    z-index: 100;
}
.product-box_card:hover{
    box-shadow: 0 0 10rem 0 rgba(88, 115, 162, 0.31);
}
.product-box_card:hover .product-box_add{
    opacity: 1;
    z-index: 100;
    top: 95%;
}
.product-block_list-like svg{
    width: 24rem;
    height: 24rem;
}
.product-block_list-like{
    opacity: 0;
    position: absolute;
    bottom: 16rem;
    right: 8rem;
    transition: all .3s;
    z-index: 99;
    width: 24rem;
    cursor: pointer;
}
.product-box_card:hover .product-block_list-like{
    opacity: 1;
}
.product-box_imgs img{
    height: 320rem;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.popup-addcart,
.popup-addwishlist{
    position: fixed;
    top: 32rem;
    right: -100%;
    z-index: 299;
    width: 420rem;
    height: 152rem;
    background-color: #fff;
    transition: all .3s;
    border-radius: 6rem;
    padding: 0;
}
.addcart_box,
.addwishlist_box{
    position: relative;
    display: flex;
    align-items: center;
    gap: 16rem;
    padding: 16rem;
}
.popup-addcart_close,
.popup-addwishlist_close{
    position: absolute;
    z-index: 99;
    top: 16rem;
    right: 16rem;
    cursor: pointer;
}
.popup-addcart.active,
.popup-addwishlist.active{
    right: 24rem;
}
.addcart_box-title,
.addwishlist_box-title{
    font-size: 16rem;
    font-weight: 500;
    margin-bottom: 8rem;
}
.addcart_box-name,
.addwishlist_box-name{
    font-size: 16rem;
    font-weight: 600;
}
.addcart_box-img img,
.addwishlist_box-img img{
    width: 120rem;
    height: 120rem;
    border-radius: 6rem;
    object-fit: contain;
    object-position: center;
}
.malinaskin-progress-bar {
    flex: 1;
    background-color: #eee;
    height: 6px;
    border-radius: 3px;
    position: relative;
}
.malinaskin-progress-bar-fill {
    background-color: #d10000;
    height: 100%;
    width: 0;
    border-radius: 3px;
    transition: width 0.3s ease;
    position: relative;
}
.malinaskin-progress-bar-fill::after{
    content: '';
    position: absolute;
    top: -40rem;
    right: -20rem;
    width: 40rem;
    height: 40rem;
    background-image: url(/wp-content/uploads/2025/01/tabler_truck_delivery.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 50;
}
.cart-block{
    display: flex;
    gap: 64rem;
    padding-top: 24rem;
}
.cart-block_left{
    width: 918rem;
}
.cart-block_right{
    width: calc(100% - 982rem);
}
.shop_table{
    border-collapse: collapse;
    width: 100%;
}
.shop_table td{
    border-top: 1rem solid var(--Grey_1);
    border-bottom: 1rem solid var(--Grey_1);
    padding: 16rem 24rem;
}
.product-image img{
    width: 95rem;
    height: 95rem;
    object-fit: contain;
    border-radius: 6rem;
}
.malinaskin-qty-wrapper{
    display: flex;

}
.malinaskin-qty-wrapper input[type="number"]{
    padding: 0;
    background-color: #00000000;
    border: none;
    box-shadow: none;
    text-align: center;
    font-size: 16rem;
    font-weight: 700;
}
.malinaskin-qty-wrapper input[type="number"]::-webkit-inner-spin-button,
.malinaskin-qty-wrapper input[type="number"]::-webkit-outer-spin-button { 
    -webkit-appearance: none; margin: 0; 
}
.malinaskin-qty-btn svg{
    width: 40rem;
    height: 40rem;
    cursor: pointer;
}
.malinaskin-variation-info .variation{
    display: flex;
    font-size: 12rem;
    color: var(--Blue_2);
}
.malinaskin-variation-info .variation dd{
    margin-inline-start: 10rem;
}
.product-remove_box{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8rem;
}
.product-remove_box a{
    display: block;
}
.product-subtotal{
    font-size: 24rem;
    font-weight: 700;
    line-height: 120%;
}
.woocommerce-message{
    padding: 16rem 24rem;
    border: none;
    background-color: #dce7ff;
}
.malinaskin-free-shipping-info{
    padding-bottom: 24rem;
}
.malinaskin-free-shipping-box{
    display: flex;
    gap: 8rem;
    align-items: center;
    padding-top: 16rem;
}
.malinaskin-free-shipping-box span{
    display: inline-block;
}
.malinaskin-free-shipping-text{
    color: var();
}
.malinaskin-free-shipping-remaining{
    color: #fff;
    background-color: var(--Primary);
    padding: 2rem 16rem;
    border-radius: 50rem;
    line-height: 150%;
}
.cart-block_right-box{
    padding: 24rem;
    background-color: var(--Grey_3);
}
.malinaskin-qty-wrapper.disabled{
    display: none;
}
.malinaskin-cart-total-line{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 16rem;
    gap: 4rem;
    font-size: 24rem;
    font-weight: 300;
}
.cart_products-title{
    display: flex;
    gap: 24rem;
    margin-bottom: 40rem;
}
.cart_products-control{
    display: flex;
    align-items: center;
    gap: 24rem;
}
.cart_products-prev, 
.cart_products-next{
    background-color: var(--Grey_1);
    width: 40rem;
    height: 40rem;
    padding: 8rem;
    border-radius: 50rem;
    display: block;
    cursor: pointer;
}
.cart_products-prev svg, 
.cart_products-next svg{
    width: 24rem;
    height: 24rem;
}
.malinaskin-discounted-products{
    padding: 150rem 0 0;
    margin-bottom: 150rem;
}

.malinaskin-viewed-products{
    padding: 0 0 150rem;
}
.malinaskin-coupon-field label{
    color: var(--Primary);
}
.malinaskin-coupon-field input{
    margin: 4rem 0 24rem;
}
.malinaskin-gift-basket{
    padding: 24rem 0;
}
.malinaskin-gift-basket a{
    display: flex;
    align-items: center;
    gap: 16rem;
    padding: 16rem 24rem;
    border: 2rem solid var(--Blue_1);
    color: var(--Blue_1);
    font-weight: 600;
    width: max-content;
    border-radius: 6rem;
}
.malinaskin-gift-basket h3{
    margin-bottom: 12rem;
}
a.malinaskin-checkout-btn{
    padding: 20rem;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background-color: var(--Primary);
    margin-bottom: 16rem;
    border-radius: 6rem;
}
a.malinaskin-checkout-btn:hover{
    background-color: var(--hover-red);
    color: #fff;
}
.malinaskin-fast-order-btn,
.malinaskin-send-cart-confirm{
    padding: 18rem;
    border: 2rem solid var(--Blue_1);
    color: var(--Blue_1);
    font-weight: 600;
    background-color: #fff;
    border-radius: 6rem;
    align-items: center;
    width: 100%;
    font-size: 16rem;
}
.malinaskin-fast-order-btn:hover{
    border-color: var(--Blue_2);
    color: var(--Blue_2);
}
.box-icon{
    position: relative;
}
.cart-custom{
    overflow: hidden;
}
.cart-cont,
.notify-cont,
.wishlist-cont{
    display: block;
    width: 20rem;
    height: 20rem;
    background-color: #fff;
    line-height: 20rem;
    text-align: center;
    font-size: 14rem;
    border-radius: 50rem;
    box-shadow: 0 0 3rem var(--Blue_2);
    position: absolute;
    top: -10rem;
    right: -10rem;
}
.tax-page_top{
    min-height: 400rem;
    padding: 100rem 0 140rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16rem;
    background-position: center;
    background-size: cover;
}
.tax-page_title h1{
    font-size: 56rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    width: 520rem;
}
.tax-page_top hr{
    width: 40rem;
}
.tax-page_desc{
    width: 520rem;
    text-align: center;
}
.tax-page_block{
    position: relative;
    top: -100rem;
    z-index: 2;
}
.tax-page_block::before{
    content: '';
    position: absolute;
    width: 1630rem;
    height: 190rem;
    border-radius: 20rem;
    background-color: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.tax-page_block .column{
    background-color: #fff;
}
.tax-page_content{
    display: flex;
    gap: 24rem;
}
.tax-page_filter{
    width: 380rem;
}
.tax-page_products{
    width: calc(100% - 404rem);
}
.tax-page_product-items{
    display: flex;
    flex-wrap: wrap;
    gap: 64rem 24rem;
}
.tax-page_product-items .product-box_card{
    width: calc(100% / 3 - 16rem);
}
.tax-filter-item label{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.tax-filter-item label:hover span{
    color: var(--hover-red);
}
.tax-filter-item input[type="checkbox"]{
    width: 20rem;
    height: 20rem;
    accent-color: var(--Primary);
}
.tax-filter-block_box{
    overflow-y: auto;
    max-height: 150rem;
}
.tax-filter-block h3{
    font-size: 14rem;
    font-weight: 700;
    text-transform: uppercase;
}
.tax-filter-item span{
    font-size: 16rem;
}
.tax-page_products-sort{
    display: flex;
    justify-content: flex-end;
    padding-bottom: 16rem;
}
.tax-page_products-sort select{
    width: auto;
}
.tax-page_products-more{
    display: flex;
    justify-content: center;
    padding: 60rem 0;
}
.tax-page_preloader{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    z-index: 999;
}
.tax-page_products-more button{
    border: none;
    padding-bottom: 8rem;
    border-bottom: 2rem solid var(--Blue_1);
    display: flex;
    align-items: center;
    background-color: #00000000;
    font-family: var(--font-family);
    font-size: 16rem;
}
.tax-page_filter-buttons{
    display: flex;
    flex-direction: column;
    gap: 8rem;
    padding-top: 24rem;
    align-items: center;
}
.tax-filter-apply{
    width: 100%;
    text-align: center;
    padding: 20rem;
    border-radius: 6rem;
    background-color: var(--Primary);
    color: #fff;
    font-size: 16rem;
    font-weight: 600;
    font-family: var(--font-family);
    border: none;
}
.tax-filter-apply:hover{
    background-color: var(--hover-red);
}
.tax-filter-reset{
    padding: 8rem 0;
    border: none;
    border-bottom: 2rem solid var(--Blue_1);
    font-family: var(--font-family);
    font-size: 16rem;
    font-weight: 600;
    color: var(--Blue_1);
    background-color: #fff;
    display: inline-block;
    
    width: auto;
}
.tax-filter-reset:hover{
    color: var(--Blue_2);
    border-color: var(--Blue_2);
}
.tax-page_filter-categories .tax-filter-block{
    display: flex;
    flex-direction: column;
    gap: 8rem;
}
.tax-price-inputs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16rem;
}
.profile-block,
.profile-bloger{
    display: flex;
    flex-wrap: wrap;
    gap: 24rem;
}
.profile-block_notify,
.received-cart-item,
.shared-cart-item{
    width: 100%;
    padding: 16rem 24rem;
    border-radius: 6rem;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(88, 115, 162, 0.31);
}
.profile-block_personal,
.profile-block_delivery,
.profile-block_score,
.profile-block_pays,
.profile-block_buy,
.profile-bloger_rekv,
.profile-bloger_kesh
{
    width: calc(100% / 3 - 16rem);
    padding: 24rem;
    border-radius: 6rem;
    background: #FFF;
    box-shadow: 0 0 10rem 0 rgba(88, 115, 162, 0.31);
    min-height: 178rem;
	position: relative;
}
.profile-block_bonus{
    width: calc(100% / 3 - 16rem);
    padding: 24rem;
    border-radius: 6rem;
    background: var(--Primary);
    box-shadow: 0 0 10rem 0 rgba(88, 115, 162, 0.31);
}
.profile-block_wishlist{
    width: 100%;
    padding: 24rem;
    border-radius: 6rem;
    background: #FFF;
    box-shadow: 0 0 10rem 0 rgba(88, 115, 162, 0.31);
}
.profile-block_wishlist h3{
    font-size: 14rem;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24rem;
}
.notify-preview{
    display: flex;
    gap: 40rem;
    align-items: center;
}
.notify-preview_text{
    font-size: 14rem;
    font-weight: 700;
    text-transform: uppercase;
}
.notify-preview_text span{
    display: inline-block;
    width: 24rem;
    height: 24rem;
    line-height: 24rem;
    text-align: center;
    background-color: var(--Blue_2);
    color: #fff;
    font-size: 14rem;
    font-weight: 500;
    border-radius: 50rem;
    margin-left: 8rem;
}
.notify-preview_title{
    flex: 1;
    padding: 4rem 16rem;
    border-radius: 4rem;
    background: var(--Grey_3); 
}
.notify-preview_title strong{
    font-weight: 400;
}
.notify-preview .btn{
    font-size: 14rem;
    padding: 6rem 0;
    font-weight: 600;
    color: var(--Blue_1);
    border-bottom: 2rem solid var(--Blue_1);
}
.profile-page{
    padding-bottom: 150rem;
}
.product-box_add{
    display: flex;
    opacity: 0;
    align-items: center;
    gap: 16rem;
    justify-content: space-between;
    position: absolute;
    top: 85%;
    left: 0;
    z-index: -1;
    width: 100%;
    border-radius: 0 4rem 4rem 0;
    background-color: #fff;
    transition: all ease .3s;
    z-index: -1;
    padding: 10rem 16rem;
    box-shadow: 0 10rem 10rem 0 rgba(88, 115, 162, 0.31);
}
.quantity-wrapper{
    display: flex;
    align-items: center;
    gap: 8rem;
}
.qty-input{
    font-size: 16rem;
    font-weight: 600;
    padding: 0;
    width: 40rem;
    line-height: 150%;
    background-color: #ffffff00;
    border: 0;
    box-shadow: none;
    text-align: center;
}
.quantity-wrapper input[type="number"]::-webkit-inner-spin-button,
.quantity-wrapper input[type="number"]::-webkit-outer-spin-button { 
    -webkit-appearance: none; margin: 0; 
}
.qty-btn svg,
.qty-btn{
    width: 24rem;
    height: 24rem;
    cursor: pointer;
}
.btn-add-listing{
    padding: 10rem;
    font-size: 16rem;
    font-weight: 500;
    color: #fff;
    background-color: var(--Primary);
    display: flex;
    align-items: center;
    gap: 8rem;
    border-radius: 6rem;
    border: none;
    justify-content: center;
}
button.btn-add-listing:hover,
a.btn-add-listing:hover{
    background-color: var(--hover-red);
    color: #fff;
}
.btn-add-listing svg{
    width: 16rem;
    height: 16rem;
}
.btn-add-listing.choose-variations-button{
    width: 100%;
}
.box_info-sklad{
    display: flex;
    gap: 24rem;
    color: var(--Grey_2);
    font-size: 14rem;
}
.product-box_price{
    display: flex;
    padding: 16rem 0;
    gap: 16rem;
    align-items: center;
    justify-content: space-between;
}
.product-box_price-promo{
    font-size: 24rem;
    font-weight: 600;
}
.product-box_price-norm{
    color: var(--Grey_2);
    line-height: 150%;
    text-decoration:line-through;
}
.product-box_price-sale-percent{
    width: 36rem;
    height: 36rem;
    border-radius: 50rem;
    line-height: 36rem;
    text-align: center;
    color: #fff;
    background-color: var(--Primary);
    font-size: 14rem;
}
.wishlist-products{
    display: flex;
    flex-wrap: wrap;
    gap: 24rem;
}
.wishlist-products .product-box_card{
    width: calc(25% - 18rem);
}
.wishlist-page{
    padding-bottom: 150rem;
}
.wishlist-items-container{
    display: flex;
    align-items: center;
    gap: 24rem;
}
.wishlist-preview-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wishlist-item img{
    width: 135rem;
    height: 135rem;
    border-radius: 6rem;
    object-fit: cover;
    object-position: center;
    transition: all .3s;
}
.wishlist-item img:hover,
.wishlist-more a:hover{
    box-shadow: 0 0 10rem 0 rgba(88, 115, 162, 0.31);
}
.wishlist-more a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24rem;
    font-style: normal;
    font-weight: 600;
    border-radius: 6rem;
    border: 2rem solid var(--Grey_2);
    background: #FFF;
    width: 135rem;
    height: 135rem;
}
.profile-block_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24rem;
}
.profile-block_top h3{
    font-size: 14rem;
    text-transform: uppercase;
    font-weight: 700;
}
.profile-block_top a,
.profile-block_top button{
    display: inline-block;
    border: none;
    padding: 6rem 0;
    color: var(--Blue_1);
    border-bottom:2rem solid var(--Blue_1);
    font-weight: 600;
    background-color: #ffffff00;
    font-size: 14rem;
}
.score-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.score-block_left{
    font-size: 24rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6rem;
    color: var(--Primary);
}
.score-block_right{
    color: var(--Grey_2);
    text-align: right;
}
.score-block_right span{
    color: var(--black);
}
.bonus-block h3{
    color: #fff;
}
.bonus-block span{
    padding: 4rem 6rem;
    background-color: #fff;
    border-radius: 50rem;
    color: var(--Primary);
}
.bonus-block a{
    color: #fff;
    display: inline-block;
    padding-bottom: 6rem;
    border-bottom: 1rem solid #fff;
    font-size: 14rem;
    font-weight: 600;
}
.bonus-block a:hover{
    color: #fff;
}
#addCardPopup{
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    padding: 16rem;
    border-radius: 6rem;
    box-shadow: 0 0 10rem 0 rgba(88, 115, 162, 0.31);
    transition: all .3s;
    width: 360rem;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 99;
}
#addCardPopup button{
    margin-top: 16rem;
    padding: 10rem 24rem;
    border-radius: 6rem;
    background-color: var(--Primary);
    color: #fff;
    font-size: 16rem;
    font-weight: 600;
}
.addCardForm_box{
    position: relative;
}
.close-popup_card{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.buy-table {
    width: 100%;
    border-collapse: collapse; 
    margin-top: 24rem;
}
  
.buy-table thead th {
    background-color: var(--Primary);
    color: #fff; 
    padding: 12rem 10rem;
    text-align: left;
    font-size: 14px;
    border-bottom: 2rem solid var(--Blue_1);
}
  
.buy-table tbody tr:nth-child(even) {
    background-color: var(--Grey_1); 
}
.buy-table tbody tr:nth-child(odd) {
    background-color: #fff;
}
  

.buy-table td {
    padding: 10rem;
    vertical-align: middle;
    border-bottom: 1rem solid var(--Blue_1);
    font-size: 14rem;
}
  
.buy-table tbody a {
    color: var(--Primary);
    text-decoration: none;
    transition: color 0.2s ease;
}
.buy-table tbody a:hover {
    color: var(--Blue_1);
    text-decoration: underline;
}
.table-bonus-reviews {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24rem;
}

.table-bonus-reviews thead th {
    background-color: var(--Primary);
    color: #fff;
    padding: 10rem;
    text-align: left;
    border-bottom: 2rem solid var(--Blue_1); 
}

.table-bonus-reviews tbody tr:nth-child(even) {
    background-color: var(--Grey_1);
}
.table-bonus-reviews tbody tr:nth-child(odd) {
    background-color: #fff;
}

.table-bonus-reviews td {
    padding: 8rem 10rem;
    border-bottom: 1rem solid var(--Blue_1);
}
.shared-carts-list{
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 24rem;
	gap: 24rem;
}
.bloger-page{
    padding-bottom: 150rem;
}
.profile-bloger_carts{
    margin-top: 64rem;
}
.received-carts-list{
    display: flex;
    list-style-type: none;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 24rem;
}
.profile-block_carts{
    width: 100%;
}
.received-cart-item_box,
.shared-cart-item_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24rem;
}
.received-cart-item_box p{
    width: calc(25% - 18rem);
}
.received-cart-item_box h3{
    width: calc(35% - 18rem);
}
.received-cart-item_box div{
    width: calc(15% - 18rem);
}
.profile-title{
    display: flex;
    align-items: center;
    padding-bottom: 40rem;
    justify-content: space-between;
}
.profile-title_btns{
    display: flex;
    align-items: center;
    gap: 24rem;
}
a.profile-title_acc{
    padding: 18rem 22rem;
    border-radius: 6rem;
    border: 2rem solid var(--Blue_1);
    color: var(--Blue_1);
    font-weight: 600;
}
a.profile-title_acc:hover{
    border-color: var(--Blue_2);
    color: var(--Blue_2);
}
a.profile-title_bloger{
    padding: 20rem 24rem;
    border-radius: 6rem;
    background-color: var(--Primary);
    color: #fff;
    font-weight: 600;
}
a.profile-title_bloger:hover{
    background-color: var(--hover-red);
    color: #fff;
}
.rc-items ul,
.sc-items ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24rem;
    flex-direction: column;
}
.rc-item-product,
.sc-item-product{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rc-item-img img,
.sc-item-img img{
    width: 135rem;
    height: 135rem;
    border-radius: 6rem;
    object-fit: cover;
}
.rc-item-text,
.sc-item-text{
    flex: 1;
}
.rc-item-price,
.sc-item-price{
    width: 230rem;
    text-align: end;
}
.rc-items,
.sc-items{
    margin-top: 40rem;
}
.loyalty-block_top-box{
    height: 340rem;
    padding: 40rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16rem;
    background-size: cover;
    background-position: center;
    border-radius: 6rem;
    margin-top: 40rem;
}
.loyalty-block_top-title{
    width: 700rem;
    text-align: center;
    font-size: 40rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 100%;
}
.loyalty-block_top-text{
    width: 450rem;
    font-size: 24rem;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.loyalty-block_top-whats{
    width: 970rem;
    margin: 0 auto 64rem;
    padding: 40rem 90rem 45rem;
    border-radius: 0 6rem 6rem 0;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(88, 115, 162, 0.31);
}
.block_top-whats-title{
    font-size: 24rem;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 32rem;
    text-align: center;
}
.block_top-whats-items{
    display: flex;
    gap: 40rem;
    justify-content: space-between;
}
.block_top-whats-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16rem;
    width: 235rem;
}
.block_top-whats-top img{
    width: 64rem;
}
.block_top-whats-top h3{
    font-size: 64rem;
    line-height: 100%;
    font-weight: 600;
    color: var(--Primary);
}
.block_top-whats-top span{
    font-size: 20rem;
}
.block_top-whats-text{
    text-align: center;
}
.loyalty-block_kak-title{
    text-align: center;
    font-size: 24rem;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 40rem;
}
.loyalty-block_kak-items{
    display: flex;
    flex-wrap: wrap;
    gap: 40rem 72rem;
    width: 570rem;
    margin: 0 auto;
}
.loyalty-block_kak-item-znach{
    width: 142rem;
    height: 142rem;
    border-radius: 200rem;
    background-color: var(--Blue_1);
    color: #fff;
    line-height: 142rem;
    font-size: 40rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 16rem;
}
.loyalty-block_kak-text{
    text-align: center;
}
.loyalty-block_kak-item{
    width: 142rem;
}
.loyalty-block_kak-btn a{
    padding: 20rem 24rem;
    border-radius: 6rem;
    color: #fff;
    font-weight: 600;
    background-color: var(--Primary);
    display: inline-block;
}
.loyalty-block_kak-btn{
    text-align: center;
    padding-top: 40rem;
}
.loyalty-block_kak-btn a:hover{
    background-color: var(--hover-red);
    color: #fff;
}
.loyalty-block_pravila{
    width: 650rem;
    border-radius: 6rem;
    border-bottom: 3rem solid var(--Primary);
    background: #FFF;
    box-shadow: 0 0 10rem 0 rgba(88, 115, 162, 0.31);
    padding: 40rem 100rem;
    margin: 150rem auto;
}
.loyalty-block_prav-title{
    margin-bottom: 24rem;
    font-size: 24rem;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}
.loyalty-block_prav-items{
    display: flex;
    flex-direction: column;
    gap: 16rem;
    padding-left: 36rem;
}
.loyalty-block_prav-item{
    position: relative;
}
.loyalty-block_prav-item::before{
    content: url(/wp-content/uploads/2025/01/Group-976_1.svg);
    width: 20rem;
    height: 20rem;
    position: absolute;
    left: -36rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.loyalty-block_soc-title{
    padding: 32rem 0 24rem;
    text-align: center;
    font-size: 14rem;
    font-weight: 700;
    letter-spacing: 0.42rem;
    text-transform: uppercase;
}
.loyalty-block_soc-items{
    display: flex;
    align-items: center;
    gap: 24rem;
    justify-content: center;
}
.loyalty-block_soc-item img{
    width: 34rem;
}
.loyalty-block_bot{
    display: flex;
    align-items: center;
    position: relative;
}
.loyalty-block_bot-left{
    position: relative;
    padding: 106rem 106rem 106rem 0;
    width: 50%;
}
.loyalty-block_bot-left::before{
    content: '';
    position: absolute;
    width: 1000rem;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 20rem;
    background: #FFF;
    box-shadow: 0 0 10rem 0 rgba(88, 115, 162, 0.31);
}
.loyalty-block_bot-right{
    width: 50%;
}
.loyalty-block_bot-right-img{
    position: relative;
    margin-left: -64rem;
    width: 670rem;
    height: 440rem;
    border-radius: 20rem;
}
.loyalty-block_bot-left-title{
    font-size: 24rem;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}
.loyalty-block_bot-left-text{
    width: 540rem;
    line-height: 150%;
    margin: 16rem 0 24rem;
}
.loyalty-block_bot-left-dop{
    width: 420rem;
    color: var(--Primary);
    font-size: 14rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.42px;
    text-transform: uppercase;
}
.loyalty-block_bot-left-btn a{
    margin-top: 24rem;
    padding: 20rem 24rem;
    border-radius: 6rem;
    color: #fff;
    font-weight: 600;
    background-color: var(--Primary);
    display: inline-block;
}
.loyalty-block_bot-left-btn a:hover{
    background-color: var(--hover-red);
    color: #fff;
}
.loyalty-page{
    padding-bottom: 150rem;
}
.loyalty-block_bot-1{
    position: absolute;
    bottom: -40rem;
    left: 0;
    z-index: 100;
    width: 90rem;
}
.loyalty-block_bot-2{
    position: absolute;
    top: -40rem;
    right: 30rem;
    z-index: 100;
    width: 90rem;
}
.malinaskin-send-cart-btn{
    padding: 20rem;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background-color: var(--Blue_3);
    margin-bottom: 16rem;
    border-radius: 6rem;
    border: none;
    width: 100%;
    font-size: 16rem;
    margin-top: 16rem;
}
.tax-filter-block{
    padding: 16rem 0;
    border-top: 1rem solid var(--Grey_1);
}
.tax-filter-block h3{
    padding-bottom: 16rem;
}
.tax-page_filter h2{
    padding-bottom: 16rem;
}
.tax-filter-accordion-icon{
    display: none;
}
.profile-auth-form{
    width: 560rem;
    margin: 0 auto;
}
.login-remember label{
    display: flex;
    gap: 8rem;
}
.login-remember label input{
    width: auto;
}
.notify-list{
    display: flex;
    flex-direction: column;
    gap: 24rem;
}
.notify-item{
    width: 100%;
    padding: 24rem;
    border-radius: 6rem;
    background: #FFF;
    box-shadow: 0 0 10rem 0 rgba(88, 115, 162, 0.31);
}
.notify-item_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12rem;
}
.notify-item_title{
    font-size: 16rem;
    font-weight: 600;
}
.notify-item_date{
    font-size: 12rem;
    color: var(--Grey_2);
}
.notify-back{
    display: inline-block;
    margin-bottom: 24rem;
    font-size: 14rem;
    font-weight: 600;
    color: var(--Blue_1);
    border-bottom: 2rem solid var(--Blue_1);
}
.notify-page{
    padding-bottom: 150rem;
}
.page-404_box{
    padding: 140rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-404_box-description p{
    text-align: center;
}
.page-404_box-image img{
	width: 450rem
}
.product-not-found{
	padding: 140rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24rem;
}
.product-not-found img{
	width: 450rem;
}
.product-not-found a{
	background-color: var(--Primary);
    border: none;
    color: #fff;
    padding: 10rem 32rem;
    border-radius: 6rem;
    font-size: 16rem;
    font-family: var(--font-family);
    height: 40rem;
    cursor: pointer;
    transition: all ease 0.3s;
}
.product-not-found a:hover{
	background-color: var(--hover-red);
	color:#fff;
}
.profile-bloger_kesh{
	overflow:hidden;
	background-color: var(--Blue_1);
}
.profile-bloger_kesh-per{
	z-index:1;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80%;
}
.cashback-block{
	position:relative;
	z-index: 2;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.cashback-block-top{
	display: flex;
	justify-content: space-between;
}
.cashback-block-bot{
	text-align: right;
}
.cashback-block-bot a{
	display: inline-block;
    border: none;
    padding: 6rem 0;
    color: #fff;
    border-bottom: 2rem solid #fff;
    font-weight: 600;
    background-color: #ffffff00;
    font-size: 14rem;
}
.cashback-block-top p{
	font-size: 14rem;
	font-weight: 700;
	letter-spacing: 0.42rem;
	color: #fff;
	text-transform: uppercase;
}
.cashback-block-top strong{
	font-size: 24rem;
	font-weight: 600;
	text-align: 150%;
	display: inline-block;
	margin-top: 8rem;
}
.btn-withdraw,
.btn-edit-rekv,
.btn-delete-card{
	background-color: var(--Primary);
    border: none;
    color: #fff;
    padding: 10rem 32rem;
    border-radius: 6rem;
    font-size: 16rem;
    font-family: var(--font-family);
    height: 40rem;
    cursor: pointer;
    transition: all ease 0.3s;
}
.btn-edit-rekv{
	margin-top: 16rem;
}
/* Ограниченный контейнер с эффектом затемнения только для таба с описанием */
#tab1 .tab-content-wrapper {
    position: relative;
    max-height: 160rem; /* Установите нужную высоту предпросмотра */
    overflow: hidden;
    transition: all 0.5s ease;
}

/* Псевдоэлемент для создания градиентного эффекта в нижней части */
#tab1 .tab-content-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50rem; /* Высота градиента, подбирайте по вкусу */
    background: linear-gradient(transparent, #fff); /* Если фон белый, иначе задайте нужный цвет */
    pointer-events: none;
}

/* Класс, который разворачивает контейнер */
#tab1 .tab-content-wrapper.expanded {
    max-height: none;
}

/* При развороте убираем градиент */
#tab1 .tab-content-wrapper.expanded::after {
    display: none;
}

/* Стили для кнопки переключения */
.toggle-description {
    margin-top: 10rem;
	font-size: 16rem;
	font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
	display: block;
    width: max-content;
    padding: 8rem 0;
    border-bottom: 2rem solid #A0B4DF;
    color: #A0B4DF;
}

.toggle-description:hover {
    color: #a02843
}
.home-3_blog-block{
    display: flex;
    gap: 40rem;
    margin: 40rem 0;
}
.home-3_blog-left,
.home-3_blog-right{
    width: 50%;
}
.home-3_blog-item-big{
    height: 400rem;
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 25rem 40rem;
    border-radius: 10rem;
    flex-direction: column;
    justify-content: flex-end;
}
.home-3_blog-block h3,
.home-3_blog-block p{
    position: relative;
    z-index: 3;
    color: #fff;
}
.home-3_blog-block h3{
    margin-bottom: 8rem;
}
.home-3_blog-block p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home-3_blog-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transition: all .3s;
}
.home-3_blog-item-big::before,
.home-3_blog-item-small::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(41, 41, 41, 0.00) 0%, rgba(41, 41, 41, 0.62) 100%);
}
.home-3_blog-right{
    display: flex;
    flex-wrap: wrap;
    gap: 24rem 40rem;
}
.home-3_blog-item-small{
    position: relative;
    border-radius: 10rem;
    padding: 16rem 22rem;
    overflow: hidden;
    width: calc(50% - 20rem);
    height: 188rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.home-3_blog-item-big:hover img,
.home-3_blog-item-small:hover img{
    transform: scale(1.1);
}
.home-3_blog-bot{
    display: flex;
    justify-content: center;
    padding: 24rem 0;
}
.home-3_blog-bot a{
    color: var(--Primary);
    font-size: 16rem;
    font-style: normal;
    font-weight: 500;
    text-decoration-line: underline;
    text-transform: uppercase;
}
.products-listing{
    display: flex;
    flex-direction: column;
    gap: 24rem;
}
.product-listing_item{
    display: flex;
    gap: 24rem;
}
.product-listing_item-img{
    width: 320rem;
    height: 240rem;
}
.product-listing_item-img img{
    width: 100%;
    height: 100%;
    border-radius: 10rem;
    object-fit: cover;
}
.product-listing_item-info{
    width: calc(100% - 344rem);
}
.product-listing_item-info p{
    margin: 16rem 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.product-listing_item-info a{
    background-color: var(--Primary);
    border: none;
    color: #fff;
    padding: 10rem 32rem;
    border-radius: 6rem;
    font-size: 16rem;
    font-family: var(--font-family);
    height: 40rem;
    cursor: pointer;
    transition: all ease 0.3s;
    display: inline-block;
}
.product-listing_item-info a:hover{
    background-color: var(--hover-red);
    color: #fff;
}
.custom-archive{
    padding-bottom: 120rem;
}
.custom-blog_block{
    position: relative;
    min-height: 600rem;
}
.custom-blog{
    padding-bottom: 120rem;

}
.custom-blog_block img{
    float: inline-end;
    width: 360rem;
    height: 280rem;
    object-fit: cover;
    border-radius: 10rem;
    margin: 0 0 16rem 16rem;
}
.custom-blog_content p{
    margin-bottom: 16rem;
}
table.wp-list-table .column-product_cat, table.wp-list-table .column-product_tag{
	width: auto!important
}
.product-block__stoke{
    display: flex;
    align-items: center;
    gap: 6rem;
    padding: 24rem 0;
}

.price-loader{
    width: 24rem;
    height: 24rem;
    border: 3rem solid var(--Grey_1);
    border-top-color: var(--Primary);
    border-radius: 50%;
    animation: price-spin 1s linear infinite;
}

@keyframes price-spin{
    to { transform: rotate(360deg); }
}
.product-block_raiting{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-swatch{
    display: block;
    padding: 10rem 16rem;
    border: 1rem solid var(--black);
    border-radius: 4rem;
    transition: all .3s;
}
.variation-option.selected .text-swatch,
.variation-option:hover .text-swatch{
    border-color: var(--Primary);
    background-color: var(--Primary);
    color: #fff;
}
.variation-option.selected .color-swatch::before,
.variation-option:hover .color-swatch::before{
    content: '';
    width: calc(100% + 4rem);
    height: calc(100% + 4rem);
    opacity: 1;
    position: absolute;
    display: block;
    z-index: 10;
    border: 2rem solid var(--Primary);
    left: -4rem;
    top: -4rem;
    border-radius: 100rem;
}
.product-title_rus{
    font-size: 24rem;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}
.qty-btn{
    padding: 8rem;
    background-color: #D9D9D9;
    border-radius: 50rem;
    width: 40rem;
    height: 40rem;
}

#notify-popup{
    display:none;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.6);
    z-index:9999;
}
.notify-popup__inner{
    background:#fff;
    max-width:400rem;
    margin:10% auto;
    padding:20rem;
    border-radius: 6rem;
}
.product-block__dop{
    padding: 24rem;
    border-radius: 6rem;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(88, 115, 162, 0.31);
    margin-bottom: 24rem;
    max-width: 700rem;
}
.product-block__dop h3{
    font-size: 16rem;
    color: #545454;
    font-weight: 400;
    margin-bottom: 16rem;
}
.product-block__dop-image img{
    width: 136rem;
    height: 136rem;
    border-radius: 6rem;
    object-fit: cover;
}
.product-block__dop-item{
    display: flex;
    gap: 24rem;
}
.product-block__dop-title{
    font-size: 24rem;
    font-weight: 300;
    line-height: 120%;
    color: #545454;
}
.product-block__dop-info{
    flex: 1;
}
.product-block__dop-price{
    margin-top: 20rem;
    font-size: 24rem;
    color: #545454;
    font-weight: 600;
}
.product-block__dop-bot{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-block__dop-bot span{
    display: block;
    width: 260rem;
    color: #545454;
    font-size: 14rem;
}
.product-block__dop-bot .add-to-cart-button{
    padding: 20rem 24rem;
    background-color: var(--Primary);
    color: #fff;
    font-size: 16rem;
    font-weight: 600;
    border-radius: 6rem;
    border: none;
    transition: all ease .3s;
    cursor: pointer;
}
.product-block__dop-bot .add-to-cart-button:hover{
    background-color: var(--hover-red);
}
button.notify-btn{
    border: 2rem solid #A0B4DF;
    background: #FFF;
    color: #A0B4DF;
}
button.notify-btn:hover{
    background-color: #A0B4DF;
    color: #fff;
}
.product-box_card .quantity-wrapper{
    gap: 0;
}
.tag-prod{
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
    position: absolute;
    left: 16rem;
    top: 16rem;
    z-index: 10;
}
.item__metka{
    display: inline-block;
    padding: 4rem;
    border-radius: 4rem;
    line-height: 120%;
}
.product-box_price-left{
    display: flex;
    flex-wrap: wrap;
}
.product-box_info-content{
    padding: 8rem 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--Grey_2);
    font-size: 14rem;
}
#notify-form{
    display: flex;
    flex-direction: column;
    gap: 16rem;
    align-items: center;
}
#notify-form .button-review button{
    padding: 10rem 24rem;
}
.sertif-page__hero{
    display: flex;
    gap: 140rem;
    align-items: center;
    position: relative;
}
.sertif-page__hero-left h1{
    font-size: 56rem;
    font-weight: 300;
    text-transform: uppercase;
}
.sertif-page{
    overflow: hidden;
    position: relative;
}
.sertif-page::before{
    content: '';
    position: absolute;
    top: 0;
    left: -320rem;
    border-radius: 700rem;
    background: #E7D2BD;
    filter: blur(196rem);
    left: 0;
    width: 400rem;
    height: 700rem;
    z-index: -1;
}
.sertif-page::after{
    content: '';
    position: absolute;
    top: 200rem;
    right: -320rem;
    border-radius: 701rem;
    background: #A1B4DF;
    filter: blur(196rem);
    left: 0;
    width: 400rem;
    height: 700rem;
    z-index: -1;
}
.sertif-page__hero-left a{
    padding: 20rem 24rem;
    font-weight: 600;
    color: #fff;
    background-color: var(--Primary);
    border-radius: 6rem;
    display: inline-block;
    transition: all ease .3s;
    margin-top: 24rem;
}
.sertif-page__hero-left a:hover{
    background-color: var(--hover-red);
    color: #fff;
}
.sertif-page__hero{
    margin-bottom: 75rem;
}
.sertif-page__naminal{
    padding: 75rem 0;
}
.sertif-page__naminal h2,
.sertif-page__desain h2,
.sertif-page__data h2{
    font-size: 24rem;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 33rem;
    text-align: center;
}
.sertif-page__naminal-listing{
    width: 875rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40rem 64rem;
}
.sertif-page__naminal-item{
    border-radius: 6px;
    background: #fff;
    border-bottom: 2rem solid var(--Primary);
    box-shadow: 0 0 10px 0 rgba(88, 115, 162, 0.31);
    font-size: 14rem;
    font-weight: 700;
    display: block;
    width: calc(33.333% - 128rem / 3);
    transition: all ease .3s;
    padding: 24rem;
    text-align: center;
    cursor: pointer;
}
.sertif-page__naminal-item:hover,
.sertif-page__naminal-item.selected{
    background-color: var(--Primary);
    color: #fff;
}
.sertif-page__desain{
    padding: 75rem 0;
}
.sertif-page__desain-listing{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 64rem;
}
.sertif-page__desain-item img{
    width: 100%;
    filter: grayscale(1) contrast(0.4);
    transition: all .3s;
}
.sertif-page__desain-item{
    width: calc(33.333% - 128rem / 3);
    cursor: pointer;
}
.sertif-page__desain-item:hover img,
.sertif-page__desain-item.selected img{
    filter: grayscale(0) contrast(1);
}
.sertif-page__data{
    padding: 75rem 0;
    width: 735rem;
    margin: 0 auto;
    text-align: center;
}
.sertif-page__data-box{
    display: flex;
    flex-wrap: wrap;
    gap: 24rem;
}
.item-50{
    width: calc(50% - 12rem);
}
.item-100{
    width: 100%;
}
.sertif-page__agree{
    padding: 24rem 0 40rem;
}
.sertif-page__agree input{
    width: auto;
}
.sertif-page__data-form button{
    padding: 20rem 24rem;
    font-weight: 600;
    color: #fff;
    background-color: var(--Primary);
    border-radius: 6rem;
    display: inline-block;
    transition: all ease .3s;
    border: none;
}
.sertif-page__data-form button:hover{
    background-color: var(--hover-red);
    color: #fff;
}
.sertif-page__proverka{
    margin: 75rem 0 0;
}
.sertif-page__proverka{
    margin-top: 75rem;
    background-color: #A0B4DF;
}
#proverka{
    padding: 64rem 0;
    width: 340rem;
    margin: 0 auto;
}
#proverka h2{
    font-size: 24rem;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
#proverka p{
    color: #fff;
    margin: 16rem 0 24rem;
    text-align: center;
}
#proverka form{
    text-align: center;
}
#proverka button{
    border-radius: 6rem;
    border: 2rem solid #A0B4DF;
    background: #FFF;
    color: #A0B4DF;
    font-size: 16rem;
    padding: 20rem 24rem;
    font-weight: 600;
    margin-top: 24rem;
}
#proverka button:hover{
    background-color: #A0B4DF;
    color: #fff;
}
.gc-balance-result{
    padding: 16rem 0;
    text-align: center;
    color: #fff;
    font-size: 24rem;
    font-weight: 600;
}
.sertif-page__what-box{
    padding: 75rem 0;
}
.sertif-page__what{
    border-radius: 6rem;
    border-bottom: 3rem solid var(--Primary, #A02842);
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(88, 115, 162, 0.31);
    width: 660rem;
    margin: 0 auto;
    padding: 40rem 100rem;
}
.sertif-page__what h2{
    font-size: 14rem;
    font-weight: 700;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    text-align: center;
}
.sertif-page__what ul{
    padding: 0;
    list-style-type: none;
    margin: 40rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 24rem;
}
.sertif-page__what li{
    position: relative;
    padding-left: 36rem;
}
.sertif-page__what li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20rem;
    height: 20rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21"><path d="M10 6C11.7173 6 13.0815 4.70019 12.9962 3.06383C12.911 1.42747 11.5468 0 10 0C8.45318 0 7.08905 1.42747 7.00379 3.06383C6.91853 4.70019 8.28266 6 10 6Z" fill="%23A02842"/><path d="M6 9.99998C6 8.28265 4.70019 6.91853 3.06383 7.00379C1.42747 7.10123 0 8.45317 0 9.99998C0 11.5468 1.42747 12.9109 3.06383 12.9962C4.70019 13.0814 6 11.7295 6 9.99998Z" fill="%23A02842"/><path d="M10 7C8.3668 7 7.01158 8.3668 7 10C7 11.6332 8.3668 12.9884 10 13C11.6332 13 12.9884 11.6332 13 10C12.9884 8.35521 11.6332 7 10 7Z" fill="%23A02842"/><path d="M17.9362 7.00379C16.2998 6.91853 15 8.28266 15 10C15 11.7173 16.2998 13.0815 17.9362 12.9962C19.5725 12.911 21 11.5468 21 10C21 8.45318 19.5725 7.10123 17.9362 7.00379Z" fill="%23A02842"/><path d="M1.46252 14.4703C0.542507 15.3228 1.04918 17.0544 2.50254 18.493C3.9559 19.9449 5.67593 20.4644 6.52928 19.532C7.38263 18.6129 7.06262 16.6948 5.67593 15.3228C4.30257 13.9374 2.38254 13.6178 1.46252 14.4703Z" fill="%23A02842"/><path d="M10 15C8.28266 15 6.91853 16.2998 7.00379 17.9362C7.08905 19.5725 8.45318 21 10 21C11.5468 21 12.911 19.5725 12.9962 17.9362C13.0815 16.3114 11.7173 15.0116 10 15Z" fill="%23A02842"/><path d="M19.5375 14.4707C18.6175 13.6174 16.6974 13.9374 15.3241 15.3241C13.9374 16.6974 13.6174 18.6175 14.4707 19.5375C15.3241 20.4575 17.0574 19.9508 18.4975 18.4975C19.9508 17.0441 20.4575 15.3241 19.5375 14.4707Z" fill="%23A02842"/><path d="M19.5375 6.53381C20.4575 5.68127 19.9508 3.94953 18.4975 2.51086C17.0441 1.05887 15.3241 0.539348 14.4707 1.4585C13.6174 2.37765 13.9374 4.29588 15.3241 5.66795C16.6974 7.05333 18.6175 7.38636 19.5375 6.53381Z" fill="%23A02842"/><path d="M1.46252 6.52928C2.38254 7.38263 4.30257 7.06262 5.67593 5.67593C7.06262 4.30257 7.38263 2.38254 6.52928 1.46252C5.67593 0.542507 3.94257 1.04918 2.50254 2.50254C1.04918 3.94257 0.542507 5.67593 1.46252 6.52928Z" fill="%23A02842"/></svg>');
}
.home-3_blog-right h3{
    font-size: 17rem;
}

/* ----------- Mini cart popup ----------- */
.header-middle_cart{position:relative;}
.header-middle_cart > a{position:relative;z-index:1001;}
.popup-cart-wrapper{position:absolute;top:0;right:0;}
.popup-cart-overlay{
    position:fixed;
    top:0;left:0;right:0;bottom:0;
    background:rgba(0,0,0,0.4);
    opacity:0;
    visibility:hidden;
    transition:opacity .3s;
    z-index:999;
}
.popup-cart-inner{
    position:absolute;
    right:20rem;
    top:20rem;
    background:#fff;
    border-radius:6rem;
    padding:24rem;
    width:710rem;
    box-shadow:0 0 20rem rgba(0,0,0,0.1);
    opacity:0;
    visibility:hidden;
    transform:translateY(10rem);
    transition:opacity .3s, transform .3s;
    z-index:1000;
}
.popup-cart-wrapper.active .popup-cart-overlay{opacity:1;visibility:visible;}
.popup-cart-wrapper.active .popup-cart-inner{opacity:1;visibility:visible;transform:translateY(0);}
.mini-cart-empty{padding:24rem 0;text-align:center;}
.mini-cart-items{max-height:340rem;overflow-y:auto;margin-bottom:24rem;}
.mini-cart-item{position:relative;padding:16rem 0;border-bottom:1rem solid #d9d9d9;display:flex;gap:16rem;}
.mini-cart-item-img img{width:96rem;height:96rem;object-fit:cover;border-radius:6rem;box-shadow:0 4rem 65rem rgba(108,108,108,0.09);}
.mini-cart-item-info{flex:1;display: flex; gap: 16rem;}
.mini-cart-item-name{width: 240rem;font-size:16rem;line-height:24rem;margin-bottom:4rem;}
.mini-cart-item-sku{font-size:14rem;color:#afafaf;margin-bottom:8rem;}
.mini-cart-qty{display:flex;align-items:center;gap:8rem;}
.mini-cart-qty-btn{
    font-size: 24rem;
    width: 40rem;
    height: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d9d9d9;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
}
.mini-cart-qty-input{width:40rem;text-align:center;border:none;box-shadow:none; padding: 8rem;}
.mini-cart-item-price{display:flex;flex-direction:column;align-items:flex-end;gap:4rem;margin-left:auto;}
.mini-cart-item-price .old-price{font-size:16rem;line-height:24rem;color:#afafaf;text-decoration:line-through;opacity:0.4;}
.mini-cart-item-price .new-price{font-size:24rem;font-weight:600;color:#141414;line-height:24rem;}
.mini-cart-remove{display:block;font-size:14rem;color:#a0b4df;margin-left:auto;margin-top:8rem;}
.mini-cart-gift{margin-bottom:24rem;}
.mini-cart-gift-btn{display:flex;align-items:center;justify-content:center;width: max-content;font-size: 16rem;padding:20rem 24rem;border:2rem solid #5873a2;border-radius:6rem;font-weight:600;color:#5873a2;background:none;}
.mini-cart-summary-line{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:8rem;gap:16rem;}
.mini-cart-summary-line .label{color:#141414;font-size:16rem;}
.mini-cart-subtotal{text-decoration:line-through;color:#afafaf;opacity:0.4;}
.mini-cart-total{font-size:24rem;font-weight:600;}
.mini-cart-economy-line{display:flex;justify-content:space-between;align-items:center;margin-bottom:16rem;gap: 16rem; color:#a02842;font-size:14rem;}
.mini-cart-economy{font-size:24rem;font-weight:600;}
.mini-cart-checkout{justify-content: center; display:block;width:100%;padding:20rem 24rem;background:#a02842;color:#fff;text-align:center;border-radius:6rem;font-weight:600;}
.mini-cart-summary{
    display: flex;
    flex-wrap: wrap;
    gap: 24rem;
    justify-content: space-between;
    align-items: center;
}
a.mini-cart-summary:hover{
    background-color: var(--hover-red);
    color: #fff;
}
.mini-cart-qty input::-webkit-outer-spin-button,
.mini-cart-qty input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
.mini-cart-title{
    font-size: 24rem;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}

/* Fast order popup styles */
.malinaskin-fast-order-overlay,
.malinaskin-fast-order-success{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    z-index: 9999;
}
.malinaskin-fast-order-overlay.is-visible,
.malinaskin-fast-order-success.is-visible{
    opacity:1;
    visibility:visible;
}
.malinaskin-fast-order-modal{
    background:#fff;
    padding:40rem;
    border-radius:12rem;
    width:100%;
    max-width:400rem;
    text-align:center;
    position:relative;
}
.malinaskin-fast-order-modal h2{
    font-size:24rem;
    margin-bottom:20rem;
}
.malinaskin-fast-order-modal input{
    width:100%;
    margin-bottom:10rem;
    padding:12rem;
    border:1rem solid #ddd;
    border-radius:4rem;
}
.malinaskin-fast-order-modal button{
    background:var(--Primary);
    color:#fff;
    border:none;
    padding:12rem 20rem;
    border-radius:4rem;
    cursor:pointer;
    transition:background .3s;
}
.malinaskin-fast-order-modal button:hover{
    background:var(--hover-red);
}
.malinaskin-fast-order-modal .fast-order-close{
    position:absolute;
    top:10rem;
    right:10rem;
    background:transparent;
    border:none;
    font-size:20rem;
    cursor:pointer;
}
.fast-order-check{
    margin-bottom:20rem;
}
.fast-order-check svg{
    width:60rem;
    height:60rem;
    fill:none;
}

.fast-order-loader{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(255,255,255,0.8);
    display:none;
    align-items:center;
    justify-content:center;
    border-radius:inherit;
}
.malinaskin-fast-order-modal.loading .fast-order-loader{
    display:flex;
}
.fast-order-loader:before{
    content:"";
    width:40rem;
    height:40rem;
    border:4rem solid #ddd;
    border-top-color:var(--Primary);
    border-radius:50%;
    animation:fast-order-spin 1s linear infinite;
}
@keyframes fast-order-spin{
    to{transform:rotate(360deg);}
}
.buy-block a{
    font-weight: 500;
    color: var(--Primary);
}
/* FAQ page */
.faq-page{
    padding-bottom: 150rem;
}
.faq-page .faq-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30rem;
    padding: 40rem;
    background: var(--Grey_3);
    margin-top: 40rem;
}

.faq-page .faq-block_left {
    flex: 1 1 40%;
}

.faq-page .faq-block_right {
    flex: 1 1 60%;
    display: flex;
    gap: 64rem;
}

.faq-page .faq-column {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    gap: 24rem;
}

.faq-page .faq-item {
    border-bottom: 1rem solid var(--Primary);
}

.faq-page .faq-item_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12rem 0;
    cursor: pointer;
}

.faq-page .faq-item_body {
    display: none;
    padding-bottom: 20rem;
}

.faq-page .faq-item_title {
    font-weight: 600;
    font-size: 24rem;
    text-transform: uppercase;
    line-height: 150%;
}

.faq-page .faq-item_icon {
    width: 22rem;
    height: 22rem;
}

.faq-page .faq-bg-left,
.faq-page .faq-bg-right {
    position: absolute;
    pointer-events: none;
}

.faq-page .faq-bg-left {
    left: -120rem;
    top: 0;
}

.faq-page .faq-bg-right {
    right: -160rem;
    bottom: 0;
}

/* Contacts page */
.contacts-page{
    padding-bottom: 150rem;
}
.contacts-page .contacts-block{
    position: relative;
    display: flex;
    gap: 40rem;
    margin-top: 40rem;
}
.contacts-page .contacts-bg{
    position: absolute;
    width: 163rem;
    height: 153rem;
    pointer-events: none;
}
.contacts-page .contacts-bg-1{
    left: 0;
    bottom: -40rem;
}
.contacts-page .contacts-bg-2{
    right: -80rem;
    bottom: -40rem;
}
.contacts-page .contacts-left{
    flex: 0 0 40%;
}
.contacts-page .contacts-left_desc{
    font-size: 24rem;
    font-weight: 600;
    margin-bottom: 24rem;
}
.contacts-page .contacts-left_list{
    list-style: none;
    margin: 0 0 40rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12rem;
}
.contacts-page .contacts-left_item{
    display: flex;
    align-items: center;
    gap: 12rem;
}
.contacts-page .contacts-left_item img{
    width: 24rem;
    height: 24rem;
    object-fit: contain;
}
.contacts-page .contacts-left_item a{
    color: inherit;
    text-decoration: none;
}
.contacts-page .contacts-left_company{
    line-height: 150%;
}
.contacts-page .contacts-right{
    flex: 1;
    display: flex;
    gap: 32rem;
    align-items: flex-start;
}
.contacts-page .contacts-right_img{
    width: 290rem;
    flex-shrink: 0;
}
.contacts-page .contacts-right_img img{
    max-width: 100%;
    height: auto;
}
.contacts-page .contacts-form{
    flex: 1;
    background: var(--Grey_3);
    padding: 40rem;
    display: flex;
    flex-direction: column;
    gap: 20rem;
    position: relative;
    overflow: hidden;
}
.contacts-page .contacts-form_title{
    font-size: 24rem;
    font-weight: 300;
    text-align: center;
    line-height: 150%;
}
.contacts-page .contacts-form form{
    display: flex;
    flex-direction: column;
    gap: 16rem;
    align-items: center;
}
.contacts-page .contacts-form button{
    background: var(--Primary);
    color: #fff;
    border: none;
    padding: 12rem 24rem;
    border-radius: 6rem;
}
.contacts-page .contacts-form_berry{
    position: absolute;
    width: 54rem;
    height: 54rem;
    left: 20rem;
    bottom: 20rem;
}
#contact-success .fast-order-close{
    color: #000;
    font-size: 30rem;
}
/* Default page */
.default-page{
    padding-bottom:150rem;
    position:relative;
    overflow:hidden;
}
.default-page::before,
.default-page::after{
    content:'';
    position:absolute;
    width:400rem;
    height:700rem;
    border-radius:700rem;
    filter:blur(196rem);
    z-index:-1;
}
.default-page::before{
    top:0;
    left:-320rem;
    background:#E7D28D;
}
.default-page::after{
    top:200rem;
    right:-320rem;
    background:#A1B4DF;
}
.default-page__content{
    margin-top:40rem;
}
.product-block_cart-btn .wc-forward{
    display: none;
}
/* Checkout redesign */
.malinaskin-checkout {
    max-width: 1240rem;
    margin: 0 auto;
    padding: 32rem 20rem 80rem;
}

.malinaskin-checkout__title {
    font-size: 42rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40rem;
    letter-spacing: 0.04em;
}

.malinaskin-checkout__form {
    background: transparent;
}

.malinaskin-checkout__layout {
    display: flex;
    flex-direction: column;
    gap: 40rem;
}

.malinaskin-checkout__order {
    background: transparent;
}

.malinaskin-checkout-review {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360rem;
    gap: 32rem;
}

.malinaskin-checkout-review__summary {
    display: flex;
    flex-direction: column;
    gap: 24rem;
}

.malinaskin-checkout-review__payment-placeholder {
    display: flex;
    flex-direction: column;
    gap: 20rem;
}

.malinaskin-checkout-review__items {
    display: flex;
    flex-direction: column;
    gap: 24rem;
}

.malinaskin-checkout-review__title {
    font-size: 28rem;
    font-weight: 600;
    margin: 0;
}

.malinaskin-checkout-items {
    display: flex;
    flex-direction: column;
    gap: 20rem;
}

.malinaskin-checkout-items__empty {
    margin: 0;
    font-size: 16rem;
    color: #666;
}

.malinaskin-checkout-item {
    display: grid;
    grid-template-columns: 120rem minmax(0, 1fr);
    gap: 20rem;
    background: #fff;
    border-radius: 20rem;
    box-shadow: 0 12rem 48rem rgba(0, 0, 0, 0.05);
    padding: 20rem;
}

.malinaskin-checkout-item__media {
    width: 120rem;
    height: 120rem;
    border-radius: 16rem;
    overflow: hidden;
    background: #f5f5f5;
}

.malinaskin-checkout-item__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.malinaskin-checkout-item__body {
    display: flex;
    flex-direction: column;
    gap: 12rem;
}

.malinaskin-checkout-item__header {
    display: flex;
    justify-content: space-between;
    gap: 16rem;
}

.malinaskin-checkout-item__name {
    font-size: 18rem;
    font-weight: 600;
}

.malinaskin-checkout-item__name a {
    color: inherit;
    text-decoration: none;
}

.malinaskin-checkout-item__name a:hover {
    color: #a02842;
}

.malinaskin-checkout-item__remove {
    border: none;
    background: transparent;
    color: #a02842;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.malinaskin-checkout-item__remove:hover {
    opacity: 0.7;
}

.malinaskin-checkout-item__remove.is-loading {
    opacity: 0.4;
    pointer-events: none;
}

.malinaskin-checkout-item__meta {
    font-size: 14rem;
    color: #777;
}

.malinaskin-checkout-item__footer {
    display: flex;
    align-items: center;
    gap: 16rem;
    font-size: 16rem;
    font-weight: 600;
}

.malinaskin-checkout-item__qty {
    color: #777;
}

.malinaskin-checkout-item__price {
    color: #a0a0a0;
}

.malinaskin-checkout-item__subtotal {
    margin-left: auto;
    font-size: 18rem;
    color: #a02842;
}

.malinaskin-checkout-review__shipping {
    display: none;
}

.malinaskin-checkout__section {
    background: #fff;
    border-radius: 24rem;
    padding: 32rem;
    box-shadow: 0 12rem 48rem rgba(0, 0, 0, 0.05);
}

.malinaskin-checkout__section + .malinaskin-checkout__section {
    margin-top: 24rem;
}

.malinaskin-checkout__section-title {
    font-size: 24rem;
    font-weight: 600;
    margin-bottom: 24rem;
}

.malinaskin-checkout__shipping-methods {
    display: flex;
    flex-direction: column;
    gap: 16rem;
}

.malinaskin-checkout-shipping {
    display: flex;
    flex-direction: column;
    gap: 16rem;
}

.malinaskin-checkout-shipping__group-title {
    font-size: 16rem;
    font-weight: 600;
    margin-bottom: 8rem;
}

.malinaskin-checkout-shipping__options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220rem, 1fr));
    gap: 16rem;
}

.malinaskin-checkout-shipping__option {
    position: relative;
    display: flex;
    align-items: stretch;
    padding: 18rem 20rem;
    border: 2rem solid #e5e5e5;
    border-radius: 18rem;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.malinaskin-checkout-shipping__option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.malinaskin-checkout-shipping__option-content {
    display: flex;
    flex-direction: column;
    gap: 8rem;
    color: #333;
}

.malinaskin-checkout-shipping__option-label {
    font-weight: 600;
    font-size: 16rem;
}

.malinaskin-checkout-shipping__option-description {
    font-size: 14rem;
    color: #6d6d6d;
}

.malinaskin-checkout-shipping__option.is-active {
    border-color: #a02842;
    box-shadow: 0 12rem 32rem rgba(160, 40, 66, 0.15);
}

.malinaskin-checkout-summary-card {
    background: #fff;
    border-radius: 24rem;
    padding: 32rem;
    box-shadow: 0 12rem 48rem rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 20rem;
}

.malinaskin-checkout-summary-card__title {
    font-size: 24rem;
    font-weight: 600;
    margin: 0;
}

.malinaskin-checkout-summary-card__rows {
    display: flex;
    flex-direction: column;
    gap: 16rem;
}

.malinaskin-checkout-summary-card__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16rem;
    color: #333;
}

.malinaskin-checkout-summary-card__row--total {
    font-size: 20rem;
    font-weight: 700;
}

.malinaskin-checkout-summary-card__value {
    font-weight: 600;
}

.malinaskin-checkout-summary-card__value--total {
    color: #a02842;
    font-size: 22rem;
}

.malinaskin-checkout-summary-card__divider {
    width: 100%;
    height: 1rem;
    background: #efefef;
}

.malinaskin-checkout-payment {
    display: flex;
    flex-direction: column;
    gap: 24rem;
}

.malinaskin-checkout-payment__selected {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16rem;
    background: #fff;
    padding: 20rem 24rem;
    border-radius: 16rem;
    box-shadow: 0 12rem 36rem rgba(0, 0, 0, 0.05);
}

.malinaskin-checkout-payment__label {
    font-size: 16rem;
    font-weight: 600;
    color: #777;
}

.malinaskin-checkout-payment__current {
    font-size: 18rem;
    font-weight: 600;
}

.malinaskin-checkout-payment__choose {
    background: #a02842;
    color: #fff;
    border: none;
    border-radius: 12rem;
    padding: 12rem 28rem;
    font-size: 16rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.malinaskin-checkout-payment__choose:hover {
    background: #7a2033;
}

.malinaskin-checkout-payment__methods {
    display: none;
}

.malinaskin-checkout-payment__modal {
    position: fixed;
    inset: 0;
    background: rgba(15, 16, 23, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 1000;
}

body.malinaskin-payment-open {
    overflow: hidden;
}

.malinaskin-checkout-payment__modal.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.malinaskin-checkout-payment__modal-content {
    background: #fff;
    border-radius: 20rem;
    padding: 32rem;
    width: min(420rem, 90vw);
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24rem;
}

.malinaskin-checkout-payment__close {
    position: absolute;
    top: 16rem;
    right: 16rem;
    width: 32rem;
    height: 32rem;
    border-radius: 50%;
    border: none;
    background: url('../img/icon-close.svg') center/12rem auto no-repeat #f1f1f1;
    cursor: pointer;
}

.malinaskin-checkout-payment__modal-title {
    font-size: 22rem;
    font-weight: 700;
    margin: 0;
}

.malinaskin-checkout-payment__options {
    display: flex;
    flex-direction: column;
    gap: 12rem;
}

.malinaskin-checkout-payment__option {
    border: 2rem solid #e5e5e5;
    border-radius: 16rem;
    padding: 16rem 20rem;
    text-align: left;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.malinaskin-checkout-payment__option.is-pending,
.malinaskin-checkout-payment__option:hover {
    border-color: #a02842;
    box-shadow: 0 10rem 30rem rgba(160, 40, 66, 0.2);
}

.malinaskin-checkout-payment__option-title {
    display: block;
    font-size: 18rem;
    font-weight: 600;
    color: #222;
}

.malinaskin-checkout-payment__option-description {
    display: block;
    margin-top: 6rem;
    font-size: 14rem;
    color: #6d6d6d;
}

.malinaskin-checkout-payment__confirm {
    align-self: flex-end;
    background: #a02842;
    color: #fff;
    border: none;
    border-radius: 12rem;
    padding: 12rem 32rem;
    font-size: 16rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.malinaskin-checkout-payment__confirm:hover {
    background: #7a2033;
}

.malinaskin-checkout-payment__submit {
    display: flex;
    flex-direction: column;
    gap: 16rem;
}

.malinaskin-checkout-payment__button {
    background: #a02842;
    color: #fff;
    border-radius: 16rem;
    padding: 18rem 32rem;
    font-size: 18rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.malinaskin-checkout-payment__button:hover {
    background: #7a2033;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.malinaskin-checkout__section .woocommerce-billing-fields__field-wrapper,
.malinaskin-checkout__section .woocommerce-shipping-fields__field-wrapper,
.malinaskin-checkout__section .woocommerce-additional-fields__field-wrapper {
    display: grid;
    gap: 16rem;
}

.malinaskin-checkout__section .form-row {
    display: flex;
    flex-direction: column;
    gap: 8rem;
}

.malinaskin-checkout__section .form-row input,
.malinaskin-checkout__section .form-row textarea,
.malinaskin-checkout__section .form-row select {
    width: 100%;
    border: 1rem solid #dcdcdc;
    border-radius: 14rem;
    padding: 14rem 18rem;
    font-size: 16rem;
    transition: border-color 0.2s ease;
}

.malinaskin-checkout__section .form-row input:focus,
.malinaskin-checkout__section .form-row textarea:focus,
.malinaskin-checkout__section .form-row select:focus {
    outline: none;
    border-color: #a02842;
}

.malinaskin-checkout__section label {
    font-size: 14rem;
    font-weight: 600;
    color: #777;
}

.malinaskin-checkout__section .woocommerce-input-wrapper {
    width: 100%;
}

@media (max-width: 1024px) {
    .malinaskin-checkout {
        padding: 24rem 16rem 60rem;
    }

    .malinaskin-checkout__title {
        font-size: 32rem;
        margin-bottom: 28rem;
    }

    .malinaskin-checkout-review {
        grid-template-columns: 1fr;
    }

    .malinaskin-checkout-summary-card {
        position: relative;
    }

    .malinaskin-checkout-payment__selected {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 12rem;
    }
}

@media (max-width: 768px) {
    .malinaskin-checkout-item {
        grid-template-columns: 80rem minmax(0, 1fr);
        gap: 14rem;
    }

    .malinaskin-checkout-item__media {
        width: 80rem;
        height: 80rem;
    }

    .malinaskin-checkout-summary-card,
    .malinaskin-checkout__section {
        padding: 24rem 20rem;
    }

    .malinaskin-checkout__section-title {
        font-size: 20rem;
    }

    .malinaskin-checkout-shipping__options {
        grid-template-columns: 1fr;
    }

    .malinaskin-checkout-payment__modal-content {
        padding: 24rem;
    }
}

@media (max-width: 560px) {
    .malinaskin-checkout {
        padding: 20rem 12rem 48rem;
    }

    .malinaskin-checkout__title {
        font-size: 26rem;
    }

    .malinaskin-checkout-item {
        grid-template-columns: 1fr;
    }

    .malinaskin-checkout-item__media {
        width: 100%;
        height: 160rem;
    }

    .malinaskin-checkout-item__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .malinaskin-checkout-item__subtotal {
        margin-left: 0;
    }

    .malinaskin-checkout-payment__button {
        width: 100%;
        text-align: center;
    }
}
