@media(min-width:1920px) {
    html {
        font-size: 1px;
    }
}

* {
    box-sizing: border-box;
    
}
:root{
    --work-width: 1360rem;
    --font-a: 16rem;
    --font-p: 16rem;
    --font-h1: 48rem;
    --font-h2: 36rem;
    --font-h3: 20rem;
    --font-h4: 16rem;
    --font-h5: 16rem;
    --font-h6: 16rem;
    --bg-hover: #8d6b44;
    --background: #241406;
    --bezhev: #FFD9AF;
    --black: #1A1A1A;
    --blue: #2971f5;
    --gray: #e7e7e7;
    --font-family: "Montserrat", 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%;
    background-color: var(--background);
}

a,
p {
    color: #fff;
    font-size: var(--font-a);
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
    transition: all ease .5s;
}

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;
    color: #fff;
}
a[href]:hover{
    color:var(--bezhev)
}
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{
    padding: 8rem 4rem;
    background-color: #ffffff00;
    font-family: var(--font-family);
    font-size: 16rem;
    border-radius: 0;
    border: none;
    border-color: var(--gray);
    font-weight: 500;
    line-height: 130%;
    border-bottom: 1rem solid var(--bezhev);
    color: #fff;
}
input:focus{
    outline: none; 
    border-bottom: 1rem solid #fff;
}
input::placeholder{
	opacity:0.7;
}
.container{
    width: 1560rem;
    margin: 0 auto;
}
.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 .5s;
    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: 60rem;
    width: 60rem;
    object-fit: contain;
}
.mobileBlockBody{
    padding: 30rem 24rem;
    border-bottom: 1rem solid #F1F2F6;
}
.search{
    width: auto;
}
.search form{
    display: flex;
    position: relative;
}
.search form input{
    width: 600rem;
}
.search button{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: var(--blue);
    transition: all ease 0.5s;
}
.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 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999; 
    transition: all ease .5s;
}
#overlay.active{
    display: block;
}
.breadcrumbs ol{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap:8rem;
}
/* Делаем ссылку флекс-контейнером */
.mobile-nav-menu li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding, background и т.д. */
}

/* Сама иконка */
.my-mobile-arrow {
    display: inline-flex;
    transition: transform 0.3s;
}

/* Если хотим вращать стрелку при открытом подменю */
.my-mobile-arrow.opened {
    transform: rotate(180deg);
}

/* Скрываем подменю по умолчанию */
.mobile-nav-menu .sub-menu {
    display: none;
}

.footer__container{
    padding: 40rem 0;
    position: relative;
}
.footer__top{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.footer__left-menu{
    padding: 24rem 0;
}
.footer__left h2{
    font-size: 24rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.96rem;
    text-transform: uppercase;
}
.footer__left h3{
    color: var(--bezhev);
    font-size: 16rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.64rem;
    text-transform: uppercase;
}
.footer__left-menu ul{
    list-style-type: none;
    padding: 0 0 0 16rem;
    margin: 8rem 0;
    display: flex;
    flex-direction: column;
    gap: 8rem;
}
.footer__right{
    display: flex;
    gap: 80rem;
}
.footer__contact{
    display: flex;
    flex-direction: column;
    gap: 16rem;
}
a.footer__contact-item,
.footer__contact-item{
    display: flex;
    align-items: center;
    gap: 6rem;
    font-weight: 500;
    line-height: 130%;
    color: #fff;
}
.footer__copyright{
    color: #fff;
    font-size: 14rem;
    text-align: center;
}
.footer__image{
    position: absolute;
    bottom: 0;
    left: 225rem;
    width: 555rem;
    z-index: 1;
}
.footer__bottom{
    position: relative;
    z-index: 2;
}
.header__container{
    padding: 16rem 0;
}
.header__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24rem;
}
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    background-color: rgba(36, 20, 6, 0.80);
}
.header__bottom ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__bottom ul a{
    color: var(--bezhev);
    font-size: 16rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.64rem;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 4rem;
    overflow: hidden;
    display: inline-block;
}
.header__bottom ul a::before{
    left: -100%;
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 2rem;
    width: 100%;
    background-color: var(--bezhev);
    transition: all .3s;
}
.header__bottom ul a:hover::before{
    left: 0;
}
main{
    min-height: 80vh;
    width: 100%;
}
.header__logo{
    width: 500rem;
}
.header__logo a{
    font-size: 24rem;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.96rem;
    text-transform: uppercase;
}
.header__contacts{
    display: flex;
    align-items: center;
    gap: 24rem;
    width: 500rem;
    justify-content: flex-end;
}
.header__contacts a{
    display: flex;
    align-items: center;
    gap: 8rem;
}
.header__search{
    text-align: center;
}
.header__search input{
    width: 370rem;
}
.header__search form{
    position: relative;
    width: 370rem;
}
.search-button{
    background-color: #ffffff00;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    position: absolute;
    z-index: 1;
    border: none;
}
.hero{
    height: 100vh;
    position: relative;
}
.hero__background{
    height: 100%;
    object-fit: cover;
    width: 100%;
    filter: brightness(0.5);
    position: absolute;
    z-index: 2;
}
.hero__title{
    color: #FFF;
    text-align: center;
    font-family: "Ekaterina Velikaya One";
    font-size: 100rem;
    font-weight: 400;
    line-height: 130%;
    width: 1060rem;
}
.hero__container{
    z-index: 3;
    position: relative;
    padding: 470rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero__subtitle{
    width: 730rem;
    font-size: 20rem;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 24rem;
    color: #fff;
}
.hero__btn a{
    width: 380rem;
    padding: 11rem;
    background-color: var(--bezhev);
    border-radius: 100rem;
    color: var(--background);
    font-size: 20rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    display: block;
    text-align: center;
}
.hero__btn a:hover{
    background-color: var(--bg-hover);
    color: var(--background);
}
.home-category{
    position: relative;
    overflow: hidden;
    padding: 140rem 0 70rem;
}
.home-category::before{
    content: '';
    border-radius: 610rem;
    background: #725838;
    filter: blur(100rem);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.home-category__items{
    padding: 90rem 70rem;
    display: flex;
    justify-content: space-between;
}
.home-category__items-img{
    position: relative;   
}
.home-category__items-img img{
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 620rem;
}
.home-category__item{
    width: max-content;
}
.home-category__item a{
    padding: 24rem 54rem;
    position: relative;
    display: inline-block;
    font-size: 24rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.96rem;
    text-transform: uppercase;
    border-top: 1rem solid rgba(255, 217, 175, 0.40);;
    border-bottom: 1rem solid rgba(255, 217, 175, 0.40);;
    color: var(--bezhev);
}
.home-category__item a:hover{
    border-color: var(--bezhev);
}
.home-category__items-left,
.home-category__items-right{
    display: flex;
    flex-direction: column;
    gap: 40rem;
    align-items: center;
}
.home-category__item a::before{
    content: '';
    left: 16rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-image: url(/wp-content/uploads/2025/04/left_icon.svg);
    width: 30rem;
    height: 19rem;
    background-size: contain;
    z-index: 2;
    transition: all .3s;
}
.home-category__item a::after{
    content: '';
    right: 16rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-image: url(/wp-content/uploads/2025/04/right_icon.svg);
    width: 30rem;
    height: 19rem;
    background-size: contain;
    z-index: 2;
    transition: all .3s;
}
.home-category__item a:hover::before{
    left: 10rem;
}
.home-category__item a:hover::after{
    right: 10rem;
}
.home-category__items-img::before{
    content: '';
    border-radius: 410rem;
    background: #725838;
    filter: blur(35.75rem);
    width: 325rem;
    height: 410rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home-category__img-1{
    width: 260rem;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 70rem;
    z-index: 2;
}
.home-category__img-2{
    width: 236rem;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 70rem;
    z-index: 2;
}
.home-category__title h2{
    color: var(--bezhev);
    font-size: 40rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -1.6rem;
    text-transform: uppercase;
}
.home-category::before{
    content: '';
    border-radius: 610rem;
    background: #725838;
    filter: blur(100rem);
    width: 160rem;
    height: 610rem;
    position: absolute;
    top: 50%;
    left: -126rem;
}
.home-category::after{
    content: '';
    border-radius: 610rem;
    background: #725838;
    filter: blur(100rem);
    width: 160rem;
    height: 610rem;
    position: absolute;
    top: 50%;
    right: -126rem;
    transform: translateY(-50%);
}
.home-advant{
    padding: 70rem 0;
}
.home-advant__items{
    display: flex;
    flex-wrap: wrap;
    gap: 40rem 80rem;
    justify-content: center;
    position: relative;
}
.home-advant__items::before{
    content: '';
    width: 1249rem;
    height: 112rem;
    border-radius: 1249rem;
    background: #725838;
    filter: blur(100rem);
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);   
}
.home-advant__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8rem;
    width: calc(100% / 3 - 160rem / 3);
    position: relative;
    z-index: 5;
}
.home-advant__item h3{
    color: var(--bezhev);
    font-size: 24rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.96rem;
    text-transform: uppercase;
    text-align: center;
}
.home-advant__item p{
    color: #fff;
    font-size: 16rem;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
}
.home-advant__item span{
    width: 95rem;
}
.home-products__image-box{
    position: relative;
    width: 100%;
    height: 370rem;
    overflow: hidden;
    border-radius: 20rem;
    background-color: #fff;
}
.home-products__image{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    transition: all ease .3s;
}
.home-products__name{
    padding: 16rem 0;
    color: #fff;
    font-size: 24rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.96rem;
    text-transform: uppercase;
}
.home-products__price{
    padding-bottom: 16rem;
    color: var(--bezhev);
    font-size: 20rem;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.8rem;
    text-transform: uppercase;
}
.home-products__link{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16rem;
    height: 600rem;
}
.home-products__link:hover .home-products__image{
    transform: scale(1.1);
}
.home-products__btn{
    padding: 10rem;
    border-radius: 100px;
    border: 1rem solid var(--bezhev);
    background: #241406;
    font-weight: 600;
    line-height: 130%;
    color: var(--bezhev);
    font-family: var(--font-family);
}
.home-products__btn:hover{
    background: var(--bezhev);
    color: var(--background);
}
.swiper-button-next, .swiper-button-prev{
    color: var(--background)!important;
}
.home-products{
    padding: 70rem 0;
}
.home-products__title h2{
    color: var(--bezhev);
    font-size: 40rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -1.6rem;
    text-transform: uppercase;
    margin-bottom: 40rem;
}
.home-form__container{
    border-radius: 40rem;
    background: rgba(255, 217, 175, 0.40);
    padding: 140rem 80rem 80rem;
    position: relative;
    overflow: hidden;
}
.home-form__title h2{
    color: #241406;
    font-size: 40rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -1.6rem;
    text-transform: uppercase;
    margin-bottom: 8rem;
}
.home-form__text{
    width: 680rem;
    color:#fff;
    font-size: 20rem;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 56rem;
}
.form-box{
    display: flex;
    gap: 40rem;
    width: 830rem;
}
.form-box input{
    border-color: #241406;
    color: #fff;
    width: 100%;
}
input.wpcf7-submit{
    padding: 10rem 16rem;
    border-radius: 50rem;
    background: var(--bezhev);
    color: var(--background);
    font-weight: 600;
    transition: all .3s;
    cursor: pointer;
    border: none;
}
.form-box input::placeholder{
    color: #fff;
    opacity: 0.7;
}
input.wpcf7-submit:hover{
    background: var(--bg-hover);
    color: var(--background);
}
.form-box__name,
.form-box__tel{
    width: 315rem;
}
.home-form__img{
    position: absolute;
    z-index: 2;
    top: 14rem;
    right: 80rem;
    width: 500rem;
}
.home-form__container::before{
    content: '';
    border-radius: 392rem;
    background: var(--bezhev);
    filter: blur(100rem);
    width: 392rem;
    height: 319rem;
    right: 170rem;
    top: 32rem;
    z-index: 1;
    position: absolute;
}
.home-form{
    margin: 70rem 0 140rem;
}
.shop-page{
    padding: 120rem 0 150rem;
    position: relative;
    overflow: hidden;
}
.shop-page__container{
    position: relative;
    z-index: 2;
}
.breadcrumbs{
    color: #fff;
    padding-bottom: 40rem;
}
.shop-page__title h1{
    color: var(--bezhev);
    font-size: 40rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -1.6rem;
    text-transform: uppercase;
    margin-bottom: 40rem;
}
.shop-page__category{
    display: flex;
    flex-wrap: wrap;
    gap: 40rem 24rem;
    position: relative;
}
.shop-page__category-box{
    width: 100%;
    height: 380rem;
    background-color: #fff;
    border-radius: 20rem;
    overflow: hidden;
}
.shop-page__category-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all ease .3s;
}
.shop-page__category-link{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16rem;
    height: 100%;
}
.shop-page__category-link:hover .shop-page__category-image{
    transform: scale(1.1);
}
.shop-page__category-item{
    width: calc(25% - 18rem);
}
.shop-page__category-title h3{
    padding: 24rem;
    position: relative;
    display: inline-block;
    font-size: 24rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.96rem;
    text-transform: uppercase;
    color: var(--bezhev);
    text-align: center;
    width: 100%;
    height: 110rem;
    align-content: center;
}
.shop-page__category-title{
    border-top: 1rem solid rgba(255, 217, 175, 0.40);
    border-bottom: 1rem solid rgba(255, 217, 175, 0.40);
    text-align: center;
    transition: all .3s;
}
.shop-page__category-title h3::before{
    content: '';
    left: 0rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-image: url(/wp-content/uploads/2025/04/left_icon.svg);
    width: 30rem;
    height: 19rem;
    background-size: contain;
    z-index: 2;
    transition: all .3s;
}
.shop-page__category-title h3::after{
    content: '';
    right: 0rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-image: url(/wp-content/uploads/2025/04/right_icon.svg);
    width: 30rem;
    height: 19rem;
    background-size: contain;
    z-index: 2;
    transition: all .3s;
}
.shop-page__category-link:hover .shop-page__category-title h3::before{
    left: 10rem;
}
.shop-page__category-link:hover .shop-page__category-title h3::after{
    right: 10rem;
}
.shop-page__category-link:hover .shop-page__category-title{
    border-color: var(--bezhev);
}


.filter-cats__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-cats__item {
    display: flex;
    align-items: center;
    padding: 6rem 0;
    flex-wrap: wrap;
}

.filter-cats__link {
    text-decoration: none;
    color: #333;
    flex-grow: 1;
}

.filter-cats__link--active {
    font-weight: bold;
}

.filter-cats__icon {
    cursor: pointer;
    margin-left: 0.5rem;
    user-select: none;
    font-size: 20rem;
    color: #fff;
}

.filter-cats__sublist {
    list-style: none;
    margin: 0;
    padding: 6rem 0 6rem 6rem;
}

.filter-cats__subitem a{
    color: #fff;
    font-style: normal;
    font-weight: 500;
    line-height: 24rem;
}
.filter-cats__subitem{
    margin-bottom: 8rem;
}
.shop-page__content{
    display: flex;
    gap: 54rem
}
.shop-page__filter{
    width: 300rem;
}
.shop-page__products{
    flex: 1;
}
.shop-page__products-list{
    display: flex;
    flex-wrap: wrap;
    gap: 40rem 24rem;
}
.product-item{
    width: calc(25% - 18rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16rem;
}
.filter-cats__list>li>a{
    color: var(--bezhev);
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
}
.filter-cats__title{
    color: var(--bezhev);
    font-size: 24px;
    margin-bottom: 40rem;
    font-weight: 400;
    line-height: 130%; /* 52px */
    letter-spacing: -1.6px;
    text-transform: uppercase;
}
.product-item__image{
    height: 370rem;
    border-radius: 20rem;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.product-item__image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all .3s;
}
.product-item__title a{
    font-size: 24rem;
    font-weight: 500;
    line-height: 130%; 
    letter-spacing: -0.96rem;
    text-transform: uppercase;
    color: #fff;
    padding: 16rem 0;
    display: block;

}
.product-item__price .woocommerce-Price-amount{
    color: #FFD9AF;
    font-size: 20rem;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.8rem;
    text-transform: uppercase;
}
a.product-item__link{
    text-align: center;
    display: block;
    padding: 10rem;
    border-radius: 100rem;
    border: 1rem solid var(--bezhev);
    background: #241406;
}
.shop-page__pagination{
    padding: 16rem 0;
    display: flex;
    gap: 12rem;
}
.shop-page__ptoduct-image{
    position: absolute;
    z-index: 1;
    width: 442rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.page-numbers{
    display: flex;
    width: 40rem;
    height: 40rem;
    border: 1rem solid var(--bezhev);
    align-items: center;
    justify-content: center;
    border-radius: 50rem;
    font-weight: 600;
}
span.page-numbers{
    color:var(--bezhev)
}
.product-page{
    padding: 120rem 0 150rem;
    position: relative;
}
.product-page__content{
    display: flex;
    gap: 40rem;
    margin-bottom: 140rem;
}
.product-page__gallery{
    width: 700rem;
}
.product-page__details{
    flex: 1;
}
.product-page__title h1{
    color: var(--bezhev);
    font-size: 40rem;
    margin-bottom: 40rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -1.6rem;
    text-transform: uppercase;
}
.product-page__slide{
    width: 100%;
    height: 570rem;
    border-radius: 20rem;
    background: #FFF;
    overflow: hidden;
}
.product-page__slide img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.product-page__gallery-thumbs{
    margin-top: 24rem;
}
.product-page__thumb{
    height: 160rem;
    border-radius: 20rem;
    background: #FFF;
    overflow: hidden;
}
.product-page__thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product-page__related-title{
    color: var(--bezhev);
    font-size: 40rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -1.6rem;
    text-transform: uppercase;
    margin-bottom: 40rem;
}
.product-page__category span{
    display: block;
    color: var(--bezhev);
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 8rem;
}
.qo__form-group input{
    color: var(--background);
}
.product-page__price{
    padding: 40rem 0;
    color: var(--bezhev);
    font-size: 40rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -1.6rem;
    text-transform: uppercase;
}
.qo__select-variation{
    padding: 12rem 16rem;
    border-radius: 50rem;
    font-size: 16rem;
}
.product-page__description{
    padding: 40rem 0;
    

}
.shop-page__description{
    width: 1240rem;
    padding-bottom: 40rem;
}
.product-page__description p,
.shop-page__description p{
    color: var(--bezhev);
}
.shop-page__category-flora{
    position: absolute;
    right: 0;
    bottom: -130rem;
    width: 800rem;
}
.shop-page::before{
    content: '';
    border-radius: 610rem;
    background: #725838;
    filter: blur(100rem);
    width: 160rem;
    height: 610rem;
    position: absolute;
    top: 50%;
    left: -126rem;
    transform: translateY(-50%);
}
.shop-page::after{
    content: '';
    border-radius: 610rem;
    background: #725838;
    filter: blur(100rem);
    width: 160rem;
    height: 610rem;
    position: absolute;
    top: 50%;
    right: -126rem;
    transform: translateY(-50%);
}
.custom-page__content{
    display: flex;
    margin-top: 40rem;
    gap: 64rem;
}
.custom-page__text{
    width: 640rem;
}
.custom-page__text h2{
    padding: 15rem 0;
}
.custom-page__text p{
    color: var(--bezhev);
    line-height: 130%;
}
.custom-page__img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 20rem;
}
.custom-page__img{
    flex: 1;
}
.custom-page__text p{
    color: #fff;
}
.custom-page__content-pay{
    display: flex;
    gap: 64rem;
    margin-top: 40rem;
    justify-content: space-between;
}
.custom-page__repiater{
    display: flex;
    gap: 64rem;
}
.custom-page__repiater-item{
    display: flex;
    flex-direction: column;
    gap: 16rem;
    align-items: center;
}
.custom-page__repiater-item img{
    width: 80rem;
    height: 80rem;
    object-fit: contain;
    object-position: center;
}
.custom-page__repiater-item h2{
    color: var(--bezhev);
    font-size: 24rem;
    font-weight: 500;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.96rem;
    text-transform: uppercase;
}
.custom-page__dop{
    width: auto;
}
.custom-page__bottom{
    padding: 40rem 0;
    width: 960rem;
}
.custom-page__bottom-title{
    color: var(--bezhev);
    font-size: 24rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.96rem;
    text-transform: uppercase;
    margin-bottom: 24rem;
}
.custom-page__steps{
    display: flex;
    flex-wrap: wrap;
    gap: 24rem 40rem;
    color: #fff;
}
.custom-page__step{
    display: flex;
    gap: 8rem;
    width: calc(50% - 20rem);
}
.custom-page__comment{
    margin-top: 40rem;
    color: var(--bezhev);
}
.custom-page__portfolio{
    display: flex;
    flex-wrap: wrap;
    gap: 40rem 24rem;
    justify-content: center;
    position: relative;
}
.custom-page__portfolio-item{
    width: calc(25% - 18rem);
}
.custom-page__portfolio-item img{
    width: 100%;
    height: 470rem;
    border-radius: 20rem;
    object-fit: cover;
}

.product-item:hover img{
    transform: scale(1.1);

}
.header-mobile{
    display: none;
}