html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:var(--color-black);text-decoration:none}mark{background-color:#ff9;color:var(--color-black);font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}ul{list-style: none;}input:focus,select:focus,textarea:focus{outline: none;}



html{overflow-x: hidden; position: relative; margin: 0!important}
.admin-bar.admin-user header {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar.admin-user header {
        top: 46px;
    }
}


.open-catalog{overflow: hidden!important;}

:root{
    --Montserrat: "Montserrat", sans-serif;
    --Cormorant: "Cormorant Garamond", serif;
    --olive: #9AA388;
    --black: #2B2019;
    --alegro: #B28758;
    --copper: #73513B;
}


body{
    font-family: var(--Montserrat);
	background: #FFFFFF;
    font-size: 18px;
    line-height: 150%;
	color: var(--black);
	min-width: 320px;
    font-weight: normal;
    position: relative;
    padding: 176px 0 0!important;
}


body.open:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: rgba(0, 0, 0, 0.5); z-index: 300}

.container{max-width: 1520px; margin: 0 auto; box-sizing: border-box; width: 100%;}



.aws-container .aws-search-form{height: 50px!important; position: relative;}
.aws-container .aws-show-clear .aws-search-field{padding: 0 0 0 43px; font-size: 18px; height: 50px; border: none!important; border-bottom: 1px solid #B4B4B6!important}
.aws-container .aws-search-form .aws-form-btn{background: url("../img/search.svg") 50% 50% no-repeat!important; position: absolute!important; top: 0!important; left: 0!important; z-index: 300; width: 43px!important; height: 100%!important; border: none!important}
.aws-container .aws-search-form .aws-form-btn svg{display: none!important;}



header{border-bottom: 1px solid #C1B4A7; position: fixed; z-index: 601; top: 0; left: 0; width: 100%; background: #fff; transition: all 0.2s;}
    header.f-nav{border-color: #C1B4A7!important}
    header.f-nav .top{opacity: 0; transform: translateY(-100%); height: 0; padding: 0}
    header.f-nav .main{padding: 15px 0; padding: 0}
    header.f-nav nav ul li{padding: 25px 0;}
    header.f-nav .logo{width: 120px; height: 44px; left: calc(50% - 60px); top: calc(50% - 22px)}
    #homepage{border-color: transparent;}
    header .flex{align-items: center;}
    header .top{padding: 10px 0; background: var(--olive); color: #fff; transition: all 0.2s;}
        header .top .data{gap: 64px;}
    header .location{padding: 0 0 0 23px; background: url("../img/location-white.svg") 0 50% no-repeat;}
    header .phone a{display: block; padding: 0 0 0 23px; color: #fff; background: url("../img/phone-white.svg") 0 50% no-repeat; position: relative;}
        header .phone a:after{position: absolute; bottom: 0; left: 0; width: 0; height: 1px; content: ''; background: #fff; transition: all 0.2s;}
        header .phone a:hover:after{width: 100%;}
    header .main{position: relative; padding: 40px 0; padding: 0; transition: all 0.2s;}
        header .main .data{gap: 32px}
    header .logo{position: absolute; width: 200px; height: 72px; align-items: center; position: absolute; top: calc(50% - 36px); left: calc(50% - 100px); z-index: 10;}
    header .pull{display: none;}
    header .search{position: relative; width: 270px; transition: all 0.2s; opacity: 0;}
        header .search.active{opacity: 1}
        header .search input{width: 100%; height: 50px; border: none; border-bottom: 1px solid #B4B4B6; padding-left: 43px; font-size: 18px;}
        header .search button{position: absolute; top: 0; left: 0; width: 43px; height: 100%; background: url("../img/search.svg") 50% 50% no-repeat;}
    header .h_btn{position: relative; display: flex; color: var(--black); display: flex; align-items: center; gap: 8px; justify-content: center;}
        header .h_btn:hover svg path{stroke: var(--olive);}
        header .h_btn:hover{color: var(--olive);}
        header .cart .h_btn{gap: 14px}
        header .cart span{display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; font-weight: 600; font-size: 13px; color: #fff; background: var(--olive); position: absolute; bottom: -6px; left: 14px;}
    header nav ul{display: flex; align-items: center; justify-content: flex-start; gap: 24px; text-transform: uppercase;}
        header nav ul li{padding: 50px 0; transition: all 0.2s;}
        header nav ul li.menu-item-haschildren a{padding: 0 16px 0 0;}
            header nav ul li.menu-item-haschildren ul{display: none}
        header nav ul li a{color: var(--black); font-weight: 600; font-size: 16px; position: relative;}
            header nav ul li a:after{width: 8px; height: 100%; transition: all 0.2s; background: url("../img/arrd.svg") 50% 50% no-repeat; content: ''; position: absolute; top: 0; right: 0; opacity: 0;}
            header nav ul li.menu-item-haschildren a:after{opacity: 1}
            header nav ul li.open a:after{transform: rotate(180deg);}
            header nav ul li a:before{position: absolute; bottom: -2px; left: 0; width: 0; height: 1px; content: ''; background: var(--olive); transition: all 0.2s;}
                header nav ul li:hover > a:before{width: 100%;}
                /*header nav ul li:hover > a{color: var(--olive);}*/





#startpage .aws-search-result{width: 540px!important; border: 1px solid rgba(193, 180, 167, 0.32)!important; box-sizing: border-box;}
    #startpage .aws-search-result ul{padding: 40px!important; box-sizing: border-box;}
        #startpage .aws-search-result ul li.aws_result_item{border-bottom: none!important; padding-bottom: 24px!important; background: transparent!important;}
            #startpage .aws-search-result ul li.aws_result_item:last-child{padding-bottom: 0!important}
        #startpage .aws-search-result ul li.aws_result_item .aws_result_link{display: flex; align-items: flex-start; box-sizing: border-box; justify-content: space-between; padding: 0}
    #startpage .aws-search-result .aws_result_image{width: 64px; height: 64px; padding: 0}
        #startpage .aws-search-result .aws_result_image img{width: 64px; height: 64px; object-fit: cover; border-radius: 4px;}
    #startpage .aws-search-result .aws_result_content{width: calc(100% - 80px)}
    #startpage .aws-search-result .aws_result_title{font-size: 16px; font-weight: 600; color: var(--copper); transition: all 0.2s;}
        #startpage .aws-search-result ul li:hover .aws_result_title{color: var(--olive);}
    #startpage .aws-search-result .aws_result_excerpt{color: var(--black); font-size: 12px; font-weight: 500;}
    #startpage .aws-search-result .aws_result_price{color: #C1B4A7}
    #startpage .aws-search-result .aws_search_more{margin-top: 4px!important; padding-bottom: 0!important}
    #startpage .aws-search-result .aws_search_more a{display: flex; align-items: center; justify-content: center; border-radius: 8px; height: 64px; text-transform: uppercase; color: #fff; font-size: 14px; font-weight: 600; letter-spacing: 0.08em; background: var(--alegro);}
        #startpage .aws-search-result .aws_search_more a:hover{background: var(--copper);}
    #startpage .aws-search-result .aws_result_sale{display: none;}
    #startpage .aws_result_item.aws_no_result{font-size: 16px; font-weight: 500;}





#catalog__navigation{position: fixed; top: 0%; left: 0; z-index: 600; background: #fff; width: 100%; border-top: 1px solid #E6E6E7; padding: 180px 0 32px; transform: translateY(-120%); box-sizing: border-box; height: 100vh; overflow-y: auto; box-sizing: border-box; transition: all 0.6s;}
    #catalog__navigation.showmaincatalog{transform: translateY(0);}
    #catalog__navigation.catalog__open{padding-top: 100px;}
    #catalog__navigation ul{width: 430px; position: relative; background: #FDF9F7; border-radius: 8px; box-sizing: border-box; padding: 32px 0;}
        #catalog__navigation ul ul{position: absolute; top: 0; left: 100%; padding-left: 60px; padding-top: 32px; width: 480px; display: none; border: none; background: transparent;}
        /*#catalog__navigation ul li:hover > ul{display: block;}*/
        #catalog__navigation li.menu-item-main{transition: all 0.2s; padding: 0 32px;}
            #catalog__navigation li.menu-item-main:hover > a{border-color: #9AA388}
        #catalog__navigation li.menu-item-main a{display: flex; align-items: center; justify-content: flex-start; height: 72px; border-bottom: 1px solid rgba(192, 180, 167, 0.32);}
            #catalog__navigation li.menu-item-main img{width: 40px; height: 40px; margin-right: 10px; border-radius: 4px;}
        #catalog__navigation li:last-child{margin: 0}
        #catalog__navigation li a{color: var(--copper); line-height: 150%; padding: 0 8px; position: relative;}
            #catalog__navigation li a:after{position: absolute; top: 50%; left: 0; width: 40px; height: 1px; background: var(--olive); content: ''; width: 0; transition: all 0.2s;}
            /*#catalog__navigation li:hover > a:after{width: 40px;}*/
            #catalog__navigation li:hover > a{/*padding-left: 48px;*/ color: var(--olive);}
        #catalog__navigation ul li.menu-item-main ul img{position: absolute; top: 0; left: 100%; margin-left: 35px; width: 535px; height: auto; border-radius: 8px; display: none;}
        #catalog__navigation ul ul li:hover img{display: block;}

        #catalog__navigation ul ul li a{height: 60px!important; border: none!important;}





#navigation{display: none; position: fixed; width: 100%; z-index: 590; top: 0; left: 0; height: 100%; overflow-y: auto; box-sizing: border-box; background: #fff; padding: 64px 0 0;}
    #navigation .search{width: 100%; padding: 16px; box-sizing: border-box; position: relative; overflow: hidden;}
        #navigation .search input{width: 100%; border: none; border-bottom: 1px solid #B4B4B6; height: 45px; padding: 0 0 0 43px; font-size: 14px;}
        #navigation .search button{width: 43px; height: 100%; background: url("../img/search.svg") 50% 50% no-repeat; position: absolute; top: 0; left: 16px;}
    #navigation .cart,#navigation .account{width: 50%; overflow: hidden;}
    #navigation .h_btn{display: flex; box-sizing: border-box; position: relative; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(192, 180, 167, 0.32); height: 56px; color: var(--black); width: 100%; background: #FDF9F7; text-transform: uppercase; font-size: 12px; font-weight: 500; color: var(--copper);}
        #navigation .h_btn span{display: flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; font-weight: 600; font-size: 11px; color: #fff; background: var(--olive); position: absolute; bottom: 6px; left: calc(50% - 30px);}
        #navigation .h_btn svg{width: 22px; height: 22px;}
        #navigation .account .h_btn{border-right: none;}
    #navigation nav{padding: 24px 16px;}
        #navigation nav li{border-bottom: 1px solid rgba(192, 180, 167, 0.32)}
            #navigation nav li a{padding: 12px 0; display: block; color: var(--black); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em;}
            #navigation nav li.menu-item-haschildren a{padding-left: 32px; position: relative; background: url("../img/catalog.svg") 0 50% no-repeat;}
                #navigation nav li.menu-item-haschildren a:after{width: 8px; height: 20px; position: absolute; top: calc(50% - 10px); right: 0; content: ''; background: url("../img/arrr.svg") 50% 50% no-repeat;}
                #navigation nav li.menu-item-haschildren li a:after{display: none;}
                #navigation nav li.menu-item-haschildren li.menu-item-haschildren a:after{display: block}


        #navigation nav li ul{display: none; z-index: 1223}
        #navigation nav li ul li{border: none;}
            #navigation nav li ul li a{padding: 8px 20px 8px 0!important; background: transparent!important;}
        #navigation nav li ul li img{display: none!important;}

        #navigation .contacts{padding: 16px; font-size: 14px; color: var(--olive);}
        #navigation .location{padding: 0 0 0 23px; background: url("../img/location-o.svg") 0 50% no-repeat;}
        #navigation .phone{margin: 16px 0;}
        #navigation .phone a{display: block; padding: 0 0 0 23px; color: var(--olive); background: url("../img/phone-o.svg") 0 50% no-repeat; position: relative;}
        #navigation .socials a{background: var(--olive); border-radius: 4px; width: 34px; height: 34px;}
            #navigation .socials a img{width: 20px;}

        #navigation .nav__selected{position: absolute; top: 65px; display: none; left: 0; width: 100%; box-sizing: border-box; align-items: center; padding: 15px 16px; text-transform: uppercase; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; background: #FDF9F7}
            #navigation .nav__selected.open{display: flex;}
            #navigation .nav__selected .nav__title{align-items: center; gap: 8px;}
        #navigation .btn-close{width: 32px; height: 32px; background: url("../img/close.svg") 50% 50% no-repeat;}


        #navigation nav li ul{position: absolute; top: 125px; left: 0; background: #fff; width: 100%; height: 100%; overflow-y: auto; padding: 16px; box-sizing: border-box;}
        #navigation nav li ul li a{text-transform: none; font-weight: normal; color: var(--copper);}
        #navigation nav li ul li a:after{right: 10px!important;}
        #navigation nav li ul ul{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; z-index: 10}
        #navigation nav li ul ul li a:after{display: none!important;}





#promo{position: relative;}
    #promo .swiper-slide{position: relative; height: 800px; background: #F7EEE6}
        #promo .swiper-slide:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../img/round-top.svg") 0 0 no-repeat; content: '';}
        #promo .swiper-slide:before{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../img/round-bottom.svg") calc(50% - 30px) 100% no-repeat; content: '';}
    #promo .image{position: absolute; top: 0; right: 0; width: 50%; height: 100%;}
        #promo .image img{width: 100%; height: 100%;}
    #promo .data{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: flex-start; z-index: 100}
    #promo .text{max-width: 605px;}
    #promo .s__title{margin-bottom: 40px; text-transform: uppercase; padding: 0 0 0 50px; position: relative; color: var(--olive); font-weight: 500; font-size: 12px;}
        #promo .s__title:after{width: 40px; height: 1px; background: var(--olive); top: 50%; left: 0; content: ''; position: absolute;}
    #promo .title{font-family: var(--Cormorant); font-size: 78px; line-height: 100%; margin-bottom: 15px; color: var(--copper);}
        #promo .title strong{font-weight: 500; color: var(--olive); text-decoration: underline; font-style: italic;}
    #promo p{margin-bottom: 48px;}

    #promo .swiper-button-prev{background: url("../img/icon-swiper-leftb.svg") 50% 50% no-repeat!important; border-radius: 50%}
    #promo .swiper-button-next{background: url("../img/icon-swiper-rightb.svg") 50% 50% no-repeat!important; border-radius: 50%}
    #promo .swiper-button-prev:hover{background: var(--alegro) url("../img/icon-swiper-left.svg") 50% 50% no-repeat!important;}
    #promo .swiper-button-next:hover{background: var(--alegro) url("../img/icon-swiper-right.svg") 50% 50% no-repeat!important;}

    #promo .sales{position: absolute; bottom: 0; left: 0; width: 100%; z-index: 10; background: var(--copper); color: #fff; font-size: 12px; overflow: hidden; font-weight: 500; line-height: 120%; text-transform: uppercase; padding: 15px 0;}
    .sales__track{display: flex; gap: 70px; width: max-content; animation: marquee 70s linear infinite;}
        .sales__track span{white-space: nowrap; position: relative;}
            .sales__track span:after{position: absolute; top: calc(50% - 3px); left: -35px; width: 6px; height: 6px; border-radius: 50%; background: var(--alegro); content: '';}

        @keyframes marquee {
          from {
            transform: translateX(0);
          }
          to {
            transform: translateX(-50%);
          }
        }





#category{}
    #category .item__full{width: calc(50% - 12px)}
    #category .item__cat{width: calc(50% - 12px)}

    #category .item__full .item__category img{height: 584px}

    .item__category{position: relative; overflow: hidden; border-radius: 8px}
        .item__category a{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10;}
        .item__category img{width: 100%; height: 280px}
        .item__category:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; content: ''; background: linear-gradient(180deg, rgba(43, 32, 25, 0) 0%, #2B2019 100%); transform: translateY(101%); transition: all 0.2s;}
            .item__category:hover:after{opacity: 1; transform: translateY(0);}
        .item__category .data{position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; z-index: 4; color: #fff; display: flex; align-items: flex-end; justify-content: flex-start; padding: 32px; background: linear-gradient(180deg, rgba(43, 32, 25, 0) 42.16%, #2B2019 100%); transition: all 0.2s;}
        .item__category .category__title{margin-bottom: 8px; font-family: var(--Cormorant); line-height: 120%; font-size: 32px; font-weight: 600;}
        .item__category .category__count{font-size: 12px; text-transform: uppercase; font-weight: 500; letter-spacing: 0.08em;}
        .item__category .category__top{position: absolute; top: 0; left: 0; width: 100%; padding: 16px; box-sizing: border-box; display: flex; align-items: center; justify-content: flex-start; gap: 8px}
            .item__category .category__top span{display: flex; align-items: center; justify-content: center; padding: 0 8px; height: 30px; color: #fff; background: var(--alegro); font-size: 12px; text-transform: uppercase; font-weight: 500; letter-spacing: 0.08em; border-radius: 4px;}
        .item__category:hover .data{padding-bottom: 46px}





.item__product{position: relative; padding-bottom: 40px;}
    .item__product .added_to_cart.wc-forward{display: none!important;}
    .item__product .image{position: relative; border-radius: 8px; overflow: hidden; margin-bottom: 24px;}
        .item__product:hover .image img{transform: scale(1.05);}
        .item__product .image img{width: 100%; height: 480px}
    .item__product .product__sales{position: absolute; top: 0; left: 0; width: 100%; padding: 16px; box-sizing: border-box; gap: 8px; justify-content: flex-start; z-index: 2}
        .item__product .product__sales span{display: flex; align-items: center; justify-content: center; padding: 0 8px; height: 30px; color: #fff; background: var(--alegro); font-size: 12px; text-transform: uppercase; font-weight: 500; letter-spacing: 0.08em; border-radius: 4px;}
            .item__product .product__sales span.new{color: var(--black); background: #F7EEE6;}
    .item__product .category{text-transform: uppercase; margin-bottom: 6px; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; color: var(--olive);}
    .item__product .title{font-family: var(--Cormorant); font-size: 24px; line-height: 120%; font-weight: 600;}
        .item__product .title a{color: var(--black);}
            .item__product .title a:hover{color: var(--olive);}
    .item__product .price{font-size: 16px; font-weight: 600; line-height: 120%; color: var(--copper); display: flex; align-items: center; justify-content: flex-start; gap: 15px; position: absolute; bottom: 0; left: 0;}
        .item__product .price .new{color: var(--alegro);}
        .item__product .price .old{text-decoration: line-through; color: #C1B4A7;}
    .item__product .tocart{position: absolute; bottom: 16px; left: 16px; z-index: 10; transition: all 0.2s; opacity: 0;}
        .item__product:hover .tocart{opacity: 1}
    .item__product del bdi{color: #C1B4A7; font-weight: 600;}
    .item__product ins{background: transparent;}
    .screen-reader-text{display: none!important;}





.item__sale{padding: 48px 48px 165px; overflow: hidden; border-radius: 8px; position: relative; color: #fff; background: linear-gradient(296.46deg, #4D5C43 3.94%, #9BA186 98.05%);}
    .item__sale:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: url("../img/round-sale1.svg") calc(100% + 130px) 140% no-repeat;}
    .item__sale:nth-child(2n):after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: url("../img/round-sale2.svg") calc(100% + 130px) -70px no-repeat;}
    .item__sale:nth-child(2n){background: linear-gradient(296.46deg, #B18558 3.94%, #75523D 98.05%);}
    .item__sale .image{position: absolute; top: 100px; right: 60px; width: 230px; height: 230px; z-index: 2;}
        .item__sale .image img{width: 100%; height: 100%; border-radius: 50%;}
    .item__sale .sale__count{position: absolute; top: 120px; right: 80px; font-family: var(--Cormorant); opacity: 0.4; font-size: 72px; font-weight: 500; line-height: 110%;}
    .item__sale .text{max-width: 380px; position: relative; z-index: 3}
    .item__sale .btn{position: absolute; bottom: 48px; left: 50px; z-index: 3}
    .item__sale .info{display: inline-block; margin-bottom: 24px; border: 1px solid #fff; border-radius: 4px; text-transform: uppercase; font-size: 12px; line-height: 28px; padding: 0 8px; letter-spacing: 0.08em; font-weight: 500;}
    .item__sale .title{font-family: var(--Cormorant); margin-bottom: 24px; font-size: 48px; font-weight: 500; line-height: 110%;}





#advantages{text-align: center;}
    .item__advantages{border-right: 1px solid rgba(154, 163, 136, 0.4); padding: 0 15px; cursor: default;}
        .item__advantages:last-child{border-right: none}
        .item__advantages .icon{transition: all 0.2s; box-sizing: border-box; display: flex; align-items: center; justify-content: center; margin: 0 auto 32px; width: 112px; height: 112px; border-radius: 50%; border: 1px solid rgba(154, 163, 136, 0.4);}
            .item__advantages:hover .icon{background: rgba(154, 163, 136, 0.14); border-color: rgba(154, 163, 136, 0.14)}
            .item__advantages:hover img{transform: scale(1.1);}
        .item__advantages .title{margin-bottom: 16px; font-family: var(--Cormorant); font-size: 32px; font-weight: 600; color: var(--copper);}






#collections{}
    #collections .item__category .category__title{margin: 0; font-weight: normal;}
    #collections .item__category img{height: 340px;}





#blog{padding-bottom: 75px}
.item__blog{overflow: hidden; position: relative;}
    .item__blog .image{overflow: hidden; border-radius: 8px; margin-bottom: 24px;}
        .item__blog .image img{width: 100%; height: 100%; height: 300px}
        .item__blog:hover .image img{transform: scale(1.05);}
    .item__blog .flex{justify-content: flex-start; margin-bottom: 16px; color: var(--olive); font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; gap: 22px;}
    .item__blog .date{position: relative; color: var(--alegro);}
        .item__blog .date:after{width: 2px; height: 2px; background: var(--alegro); position: absolute; top: calc(50% - 1px); left: -12px; content: ''; border-radius: 50%;}
    .item__blog .title{font-family: var(--Cormorant); margin-bottom: 8px; font-size: 24px; font-weight: 500; line-height: 110%;}
        .item__blog .title a{color: var(--black);}
    .item__blog .title:hover a{color: var(--olive);}
    .item__blog .excerpt{color: #818185}





#subscribe{color: #fff; padding: 100px 0; background: var(--copper);}
    #subscribe .flex{align-items: center;}
    #subscribe .section__top{max-width: 500px; margin: 0}
        #subscribe .section__top .bt{color: #fff;}
        #subscribe .section__top strong{color: #C1B4A7}
        #subscribe .section__top p{margin-top: 24px; letter-spacing: 0.08em;}
    #subscribe .form__subscribe{width: 675px;}
    #subscribe form p{display: flex; align-items: flex-start; justify-content: space-between; width: 100%;}
    #subscribe input{width: 360px; height: 64px; border: 1px solid rgba(255, 255, 255, 0.24); padding: 0 24px; border-radius: 8px; font-size: 14px; font-weight: 500; color: #fff; letter-spacing: 0.08em; background: rgba(255, 255, 255, 0.08);}
        #subscribe input::placeholder{color: #fff;}
    #subscribe form{display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
    #subscribe .btn-allegro{width: calc(100% - 362px)}
        #subscribe .btn-allegro:hover{background: #fff; color: var(--alegro);}
    #subscribe .wpcf7-not-valid-tip{display: none!important;}
    #subscribe .wpcf7-response-output{margin: 12px 0 0!important; border-radius: 8px; font-size: 14px; line-height: 120%; padding: 10px 16px; box-sizing: border-box; width: 100%;}
    #subscribe .btn{transform: none!important;}
    #subscribe input.wpcf7-not-valid{border-color: red!important}





#breadcrumbs{margin-bottom: 24px; padding: 24px 0; border-bottom: 1px solid rgba(193, 180, 167, 0.32); color: var(--copper);}
    #breadcrumbs a{display: inline; color: var(--copper); border-bottom: 1px solid transparent;}
    #breadcrumbs a{color: var(--alegro); margin-right: 16px;}
        #breadcrumbs a:hover{border-color: var(--alegro);}
    #breadcrumbs .sep{width: 24px; height: 24px; background: url("../img/arrb.svg") 50% 50% no-repeat; display: inline-block; position: relative; top: 7px; left: -4px}





#page__category{}
    #page__category .section__filters{align-items: center; padding: 24px 0; margin-bottom: 24px; border-bottom: 1px solid rgba(193, 180, 167, 0.32); border-top: 1px solid rgba(193, 180, 167, 0.32);}
        #page__category .section__filters .filters__mobile{width: 100%; background: var(--olive); text-transform: uppercase; color: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; gap: 10px; height: 44px; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; display: none;}
        #page__category .section__filters .tags{align-items: center; gap: 24px; color: #C1B4A7; text-transform: uppercase;}
        #page__category .section__filters span.label{font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #C1B4A7;}
        #page__category .section__filters .sorting{align-items: center; gap: 24px;}
    .swiper__tags .swiper-slide{width: auto;}
        .swiper__tags .swiper-slide a{display: flex; align-items: center; justify-content: center; box-sizing: border-box; background: transparent; border-radius: 4px; height: 50px; padding: 0 24px; border: 1px solid #C1B4A7; font-size: 12px; font-weight: 500; color: var(--copper); letter-spacing: 0.08em;}
            .swiper__tags .swiper-slide a:hover,.swiper__tags .swiper-slide a.active{color: #fff; background: var(--copper);}

    #page__category .page__category__data{align-items: flex-start;}
    #page__category .products__data{width: calc(100% - 386px)}
        #page__category .products__data .item__product{margin-bottom: 36px; height: auto!important;}





#sidebar{width: 362px; padding: 32px; border-radius: 8px; background: #F7EEE6; box-sizing: border-box;}
    #sidebar .box__header{display: none;}
    #sidebar .box{margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(193, 180, 167, 0.32)}
        #sidebar .box .box__title{text-transform: uppercase; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; color: var(--olive); margin-bottom: 16px;}
        #sidebar .box label.checkbox{margin-left: 12px;}
            #sidebar .box label.checkbox:last-child{margin-bottom: 0}
        #sidebar .box li a{display: flex; align-items: center; justify-content: space-between; color: var(--copper); line-height: 150%; padding: 10px 0 10px 12px; position: relative; font-size: 16px; border-left: 2px solid transparent;}
            #sidebar .box li a i{font-style: normal; max-width: 220px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
            #sidebar .box li a span{display: flex; align-items: center; justify-content: center; background: #FDF9F7; padding: 0 8px; height: 22px; color: var(--alegro); font-size: 12px; font-weight: 500; letter-spacing: 0.08em; border-radius: 4px;}
            #sidebar .box li:hover a,#sidebar .box li.active a{background: #FDF9F7; border-color: var(--olive);}
    .box__price input{width: 100%; padding: 0 10px 0 36px; border-radius: 8px; border: 1px solid #C1B4A7; height: 50px; background: rgba(255, 255, 255, 0.1); font-weight: 500; font-size: 14px; letter-spacing: 0.08em; color: var(--copper);}
    .box__price span{width: calc(50% - 5px); position: relative;}
        .box__price span i{position: absolute; top: 12px; left: 16px; color: var(--alegro); font-size: 14px; font-style: normal;}





#page__product{}
    #page__product .gallery{width: calc(45% - 30px); position: relative;}
        #page__product .gallery .swiper__gallery{border-radius: 8px;}
        #page__product .gallery .product__sales{position: absolute; top: 0; left: 0; width: 100%; padding: 16px; box-sizing: border-box; gap: 8px; justify-content: flex-start; z-index: 2}
            #page__product .gallery .product__sales span{display: flex; align-items: center; justify-content: center; padding: 0 8px; height: 30px; color: #fff; background: var(--alegro); font-size: 12px; text-transform: uppercase; font-weight: 500; letter-spacing: 0.08em; border-radius: 4px;}
                #page__product .gallery .product__sales span.new{color: var(--black); background: #F7EEE6;}

        #page__product .gallery .swiper__gallery img{width: 100%; height: 550px;}
        #page__product .gallery .swiper__gallery .swiper-pagination{display: none;}
        #page__product .gallery .swiper__gallery .swiper-button-prev{left: 24px;}
        #page__product .gallery .swiper__gallery .swiper-button-next{right: 24px;}

        #page__product .gallery .swiper__gallery__th{margin-top: 10px;}
            #page__product .gallery .swiper__gallery__th img{width: 100%; height: 120px; cursor: pointer;}
            #page__product .gallery .swiper__gallery__th .swiper-slide{position: relative; border-radius: 8px; border: 2px solid var(--alegro); box-sizing: border-box; overflow: hidden; cursor: pointer;}
                #page__product .gallery .swiper__gallery__th .swiper-slide:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: #2B2019; opacity: 0.7; transition: all 0.2s;}
                #page__product .gallery .swiper__gallery__th .swiper-slide.swiper-slide-thumb-active:after{opacity: 0}

    #page__product .information{width: calc(55% - 30px); position: relative;}
        #page__product .information .favorites{position: absolute; top: 0; right: 0;}
        #page__product .information .s__title{line-height: 40px; padding: 0 14px;}
        #page__product .information .section__top{margin-bottom: 24px;}
        #page__product .information .info{padding: 0 0 24px; margin-bottom: 32px; border-bottom: 1px solid rgba(193, 180, 167, 0.32); align-items: center; color: var(--copper); font-size: 12px; font-weight: 500; letter-spacing: 0.08em; line-height: 120%;}
            #page__product .information .info .stock{position: relative; color: var(--olive); padding: 0 0 0 18px;}
                #page__product .information .info .stock.no{filter: grayscale(100%);}
                #page__product .information .info .stock:after{position: absolute; top: calc(50% - 5px); left: 0; width: 10px; height: 10px; content: ''; background: url("../img/icon-stock.svg") 0 50% no-repeat;}
        #page__product .information .price{margin-bottom: 24px; justify-content: flex-start; gap: 16px; font-weight: 500; font-size: 38px; line-height: 100%; color: var(--copper);}
            #page__product .information .price del{color: #C1B4A7; font-size: 28px}
            #page__product .information .price .note{width: 100%; font-size: 12px; font-weight: 500; color: var(--copper); letter-spacing: 0.08em; font-family: var(--Montserrat); line-height: 150%;}
            #page__product .information .price ins{background: transparent;}
        #page__product .information .buy{background: #fff; padding: 40px; border: 1px solid rgba(193, 180, 167, 0.32); margin-bottom: 24px;}
            #page__product .information .buy .flex{align-items: center;}
            #page__product .information .buy .btn{width: 100%; gap: 10px;}
                #page__product .information .buy .btn-allegro{margin-bottom: 16px;}
            #page__product .information .buy .count{margin-bottom: 32px;}
            .count__form{display: flex; align-items: center; justify-content: center; width: 176px; border: 1px solid #C1B4A7; border-radius: 8px; overflow: hidden;}
                .count__form .btn{width: 50px; height: 50px;}
                    .count__form .btn:hover{background: #C1B4A7;}
                        .count__form .btn:hover svg path{stroke: #fff;}
                .count__form input{width: 76px; border: 1px solid #C1B4A7; text-align: center; font-size: 14px; font-weight: 500; height: 50px; border-top: none; border-bottom: none; box-sizing: border-box;}
        #page__product .information .delivery{margin-bottom: 32px; color: var(--copper);}
            #page__product .information .delivery .row{align-items: center; justify-content: flex-start; gap: 8px; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; position: relative; padding: 2px 0 2px 22px}
                #page__product .information .delivery .row img{position: absolute; top: 7px; left: 0;}
        #page__product .information .share{padding-top: 24px; margin-top: 32px; border-top: 1px solid rgba(193, 180, 167, 0.32); align-items: center;}



        #page__product .product__description{padding: 90px 0 0;}
            #page__product .product__description .tth{border: 1px solid rgba(193, 180, 167, 0.32);}
            #page__product .product__description .tth .row{width: 50%; box-sizing: border-box;}
                #page__product .product__description .tth .row .title,#page__product .product__description .tth .row .value{border: 1px solid rgba(193, 180, 167, 0.32); font-size: 16px; line-height: 120%; padding: 5px 20px 5px 24px; background: #F7EEE6; display: flex; align-items: center; justify-content: flex-start; height: 68px; box-sizing: border-box; width: 240px;}
                #page__product .product__description .tth .row .title{color: var(--copper); border-right: }
                #page__product .product__description .tth .row .value{width: calc(100% - 240px);}
                #page__product .product__description .tth .row:nth-child(4n-1) .title,#page__product .product__description .tth .row:nth-child(4n-1) .value,
                #page__product .product__description .tth .row:nth-child(4n) .title,#page__product .product__description .tth .row:nth-child(4n) .value{
                    background: transparent;
                }
        #page__product .added_to_cart.wc-forward{display: none!important;}





#page__contacts{}
    #page__contacts .main{border-top: 1px solid rgba(193, 180, 167, 0.32); border-bottom: 1px solid rgba(193, 180, 167, 0.32); margin-bottom: 60px; padding: 60px 0;}
    #page__contacts .data{width: 620px}
    #page__contacts .row{margin-bottom: 32px; background: #fff; border-radius: 8px; border: 1px solid rgba(193, 180, 167, 0.32); box-sizing: border-box; padding: 40px;}
        #page__contacts .row img{width: 54px; height: 54px; margin-bottom: 24px;}
        #page__contacts .row .label{text-transform: uppercase; color: var(--olive); letter-spacing: 0.08em; font-weight: 600; margin-bottom: 16px; font-size: 14px;}
        #page__contacts .row a{color: var(--copper); font-family: var(--Cormorant); font-size: 48px; font-weight: 500; line-height: 100%;}
            #page__contacts .row a:hover{color: var(--olive);}
            #page__contacts .note{justify-content: flex-start; padding: 16px 0 0; gap: 34px; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; color: #C1B4A7;}
                #page__contacts .note span{position: relative;}
                    #page__contacts .note span:after{width: 4px; height: 4px; border-radius: 50%; background: var(--olive); top: calc(50% - 2px); left: -18px; content: ''; position: absolute;}
                    #page__contacts .note span:first-child:after{display: none;}
        #page__contacts .ct__socials{gap: 16px;}
            #page__contacts .ct__socials a{text-align: center; padding: 5px 0; display: block; text-transform: uppercase; color: #C1B4A7; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; border-radius: 4px; background: #F9F3ED; border: 1px solid rgba(193, 180, 167, 0.32);}
                #page__contacts .ct__socials a:hover{background: rgba(193, 180, 167, 0.32)}
            #page__contacts .ct__socials svg{display: block; position: relative; top: 10px;}
            #page__contacts .ct__socials span{display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; width: 24px; height: 24px;}
    #page__contacts .map{width: calc(100% - 644px); border-radius: 0 0 8px 8px; overflow: hidden; position: relative;}
        #page__contacts .map .head{align-items: center; background: #fff; padding: 40px; border-radius: 8px 8px 0 0; border: 1px solid rgba(193, 180, 167, 0.32); border-bottom: none; position: relative; z-index: 3;}
        #page__contacts .map .btn{gap: 8px; height: 54px; padding: 0 30px;}
        #page__contacts .map .address{padding: 0 0 0 78px; box-sizing: border-box; background: url("../img/contacts-location.svg") 0 50% no-repeat; max-width: 470px}
            #page__contacts .map .address p{font-family: var(--Cormorant); margin-bottom: 8px; line-height: 100%; font-size: 32px; font-weight: 500; color: var(--copper);}
            #page__contacts .map .note{padding: 0}
        #page__contacts .map .map__loc{width: 100%; height: calc(100% - 147px); position: absolute; bottom: 0; left: 0;}
            #page__contacts .map .map__loc iframe{width: 100%; height: 100%; object-fit: cover;}

    #page__contacts .callback{align-items: flex-start;}
        #page__contacts .callback .c__left{width: 620px}
        #page__contacts .callback .section__top{margin-bottom: 32px;}
        #page__contacts .callback p{margin-bottom: 32px;}
        #page__contacts .callback li{margin-bottom: 16px; color: var(--copper); padding-left: 24px; background: url("../img/ls.svg") 0 50% no-repeat; font-size: 12px; font-weight: 500; line-height: 120%; letter-spacing: 0.08em;}
            #page__contacts .callback li:last-child{margin: 0}

        #page__contacts .callback .form{box-sizing: border-box; width: calc(100% - 644px); background: #fff; border-radius: 8px; padding: 40px; border: 1px solid rgba(193, 180, 167, 0.32)}





#page__blog{}
    #page__blog .site__filters{border-top: 1px solid rgba(193, 180, 167, 0.32)}
    #page__blog .items{margin: 0 0 60px;}
    .item__blog__full{position: relative; border-radius: 8px; overflow: hidden; background: #fff; margin-bottom: 60px;}
        .item__blog__full .image{width: calc(100% - 515px); height: 580px; overflow: hidden;}
            .item__blog__full:hover .image img{transform: scale(1.05);}
        .item__blog__full img{width: 100%; height: 100%;}
        .item__blog__full .data{width: 515px; box-sizing: border-box; padding: 40px; position: relative;}
        .item__blog__full .flex{justify-content: flex-start; margin-bottom: 16px; color: var(--olive); font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; gap: 22px;}
        .item__blog__full .date{position: relative; color: var(--alegro);}
            .item__blog__full .date:after{width: 2px; height: 2px; background: var(--alegro); position: absolute; top: calc(50% - 1px); left: -12px; content: ''; border-radius: 50%;}
        .item__blog__full .title{font-family: var(--Cormorant); margin-bottom: 8px; font-size: 48px; font-weight: 500; line-height: 110%;}
            .item__blog__full .title a{color: var(--black);}
        .item__blog__full .title:hover a{color: var(--olive);}
        .item__blog__full .excerpt{color: #818185;}
        .item__blog__full .btn{position: absolute; bottom: 40px; left: 40px;}
    #page__blog .items.grid-3 .item__blog__full:first-child{grid-column: 1 / -1;}





#page__article{}
    #page__article .section__top{text-align: center; max-width: 100%; width: 100%; max-width: 800px; margin: 0 auto 60px;}
    #page__article .article__data{justify-content: center; gap: 70px; padding: 24px 0; border-top: 1px solid rgba(193, 180, 167, 0.32)}
        #page__article .article__data span{position: relative;}
            #page__article .article__data span:after{width: 6px; height: 6px; top: calc(50% - 3px); left: -40px; position: absolute; content: ''; background: var(--olive); border-radius: 50%;}
            #page__article .article__data span:first-child:after{display: none;}
    #page__article .article__thumbnail{margin-bottom: 60px;}
        #page__article .article__thumbnail img{width: 100%; border-radius: 8px; height: auto; max-height: 500px}
    #page__article .content{max-width: 800px; margin: 0 auto; width: 100%;}
    #page__article .share{max-width: 800px; margin: 0 auto; width: 100%; margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(193, 180, 167, 0.32); align-items: center!important;}
    #page__article #ez-toc-container{padding: 40px; border: none; background: #F7EEE6; border: 1px solid rgba(193, 180, 167, 0.32); border-left-width: 3px; box-sizing: border-box; margin-bottom: 60px; letter-spacing: 0.08em;}
        #page__article #ez-toc-container .ez-toc-title-toggle{display: none;}
        #page__article #ez-toc-container .ez-toc-title{text-transform: uppercase; margin-bottom: 24px; font-size: 16px; font-weight: 600; color: #C1B4A7; display: block;}
        #page__article #ez-toc-container ul li:after{display: none; }
            #page__article #ez-toc-container ul ul{padding-top: 12px;}
            #page__article #ez-toc-container ul li{margin-bottom: 12px;}
            #page__article #ez-toc-container ul li:last-child{margin: 0}
            #page__article #ez-toc-container ul li a{text-decoration: none; border-bottom: 1px solid transparent; font-size: 16px; color: var(--black);}
                #page__article #ez-toc-container ul li a:hover{color: var(--alegro); border-color: var(--alegro);}
    .content.content__page{max-width: 1000px!important}
    .content__inner{margin: 0 auto; max-width: 1000px;}





#error__page{padding: 340px 0 1px; text-align: center; overflow: hidden;}
    #error__page .image{position: absolute; top: 70px; left: 0; width: 100%; display: flex; align-items: center; justify-content: center;}
        #error__page .image img{animation: rotateImg 20s linear infinite;}
        @keyframes rotateImg {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }
    #error__page .content__block{position: relative; z-index: 2; padding: 32px 0 160px;}
        #error__page .content__block:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: red; content: ''; background: rgba(247, 238, 230, 0.7); filter: blur(5px); backdrop-filter: blur(10px);}
        #error__page .content__block .container{position: relative; z-index: 3;}
    #error__page .title{margin-bottom: 32px; font-size: 180px; font-weight: 500; line-height: 100%; color: var(--copper); font-family: var(--Cormorant); position: relative; z-index: 3;}
    #error__page .section__top{margin-bottom: 16px;}
    #error__page p{margin-bottom: 40px}
    #error__page .actions{justify-content: center; gap: 32px;}
        #error__page .actions .btn{padding: 0; gap: 10px; width: 300px; max-width: 100%;}
        #error__page .actions .btn-white-tr{background: transparent;}
            #error__page .actions .btn-white-tr:hover{background: var(--copper);}






#page__account{}
    #page__account .content__account .woocommerce{display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap;}
        #page__account .content__account .woocommerce-MyAccount-navigation{width: 390px}
            #page__account .content__account .woocommerce-MyAccount-navigation ul{border: 1px solid rgba(193, 180, 167, 0.32); background: #fff;}
                #page__account .content__account .woocommerce-MyAccount-navigation ul li{border-bottom: 1px solid rgba(193, 180, 167, 0.32); transition: all 0.2s; border-left: 3px solid transparent!important;}
                    #page__account .content__account .woocommerce-MyAccount-navigation ul li:last-child{border: none;}
                    #page__account .content__account .woocommerce-MyAccount-navigation ul li a{display: flex; align-items: center; justify-content: flex-start; height: 70px; color: var(--black); font-size: 16px; font-weight: 600; letter-spacing: 0.08em; padding: 10px 24px 10px 90px; text-transform: uppercase; box-sizing: border-box;}
                    #page__account .content__account .woocommerce-MyAccount-navigation ul li.is-active,#page__account .content__account .woocommerce-MyAccount-navigation ul li:hover{border-left: 3px solid var(--olive); background: var(--copper); color: #fff;}
                    #page__account .content__account .woocommerce-MyAccount-navigation ul li.is-active a,#page__account .content__account .woocommerce-MyAccount-navigation ul li:hover a{color: #fff;}
                    #page__account .content__account .woocommerce-MyAccount-navigation ul li a{background: url("../img/account-orders.svg") 24px 50% no-repeat; background-size: 50px!important}
                        #page__account .content__account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--favorites a{background: url("../img/account-favorites.svg") 24px 50% no-repeat;}
                        #page__account .content__account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a{background: url("../img/account-user.svg") 24px 50% no-repeat;}
                        #page__account .content__account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--delete-account a{background: url("../img/account-remove.svg") 24px 50% no-repeat; color: #E3352B}
                            #page__account .content__account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--delete-account.is-active{background-color: transparent!important;}
                            #page__account .content__account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--delete-account:hover{background-color: rgba(227, 53, 43, 0.1)!important;}
                        #page__account .content__account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads,
                        #page__account .content__account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard,
                        #page__account .content__account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address{
                            display: none;
                        }
        #page__account .content__account .woocommerce-MyAccount-content{width: calc(100% - 414px)}
    #page__account .account-user-profile{background: #FFFFFF; border: 1px solid rgba(193, 180, 167, 0.32); margin-bottom: 24px; padding: 24px; text-align: center;}
        #page__account .account-user-profile img{margin: 0 auto 24px; max-width: 160px;}
        #page__account .account-user-profile .user-name{font-family: var(--Cormorant); font-size: 32px; line-height: 120%; margin-bottom: 0px; color: var(--copper); width: 100%; display: block;}
        #page__account .account-user-profile .user-email{font-size: 12px; font-weight: 500; color: #C1B4A7; letter-spacing: 0.08em;}
    #page__account #account_display_name_description{display: none;}

    #page__account .content__account .woocommerce-form{width: 100%!important; max-width: 100%!important}
    #page__account .woocommerce-privacy-policy-text{margin-bottom: 16px; font-size: 14px; line-height: 140%;}
        #page__account .woocommerce-privacy-policy-text a{color: var(--copper); font-weight: 500;}
            #page__account .woocommerce-privacy-policy-text a:hover{color: var(--olive);}


.checkout .form-row.form-row-wide.create-account.woocommerce-validated{padding: 0; margin: 0; position: relative; left: -10px}
.checkout #password_strength{text-align: left; font-size: 12px; font-weight: 500; letter-spacing: 0.08em;}
.checkout .woocommerce-password-hint{font-size: 14px;}


.content__account .form-row.form-row-wide.create-account.woocommerce-validated{padding: 0; margin: 0; position: relative; left: -10px}
.content__account #password_strength{text-align: left; font-size: 12px; font-weight: 500; letter-spacing: 0.08em;}
.content__account .woocommerce-password-hint{font-size: 14px; margin-bottom: 24px;}
.content__account .woocommerce-password-strength.strong{display: block; margin-bottom: 12px;}


.content__account .woocommerce-info{box-sizing: border-box;}
.content__account .woocommerce-Button.wc-forward.button{display: flex; align-items: center; justify-content: center; box-sizing: border-box; width: 220px!important; padding: 0!important; height: 44px!important; margin-top: 24px!important;}






.woocommerce-notices-wrapper{width: 100%!important}
#page__account h2{width: 100%; font-weight: 600; color: var(--copper); text-transform: uppercase; margin-bottom: 24px;}





#page__account .woocommerce form.checkout_coupon, #page__account .woocommerce form.login, #page__account .woocommerce form.register,#page__account form.woocommerce-ResetPassword.lost_reset_password{
    margin: 0; border-radius: 8px; width: 100%; max-width: 600px; box-sizing: border-box; padding: 40px; border: 1px solid rgba(193, 180, 167, 0.32); background: #fff;
}

#page__account form.woocommerce-ResetPassword.lost_reset_password p{margin-bottom: 16px; float: none!important; width: 100%;}
#page__account form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first{margin: 0}

#page__account .woocommerce form input,#page__account .woocommerce form  textarea,#page__account .woocommerce form  select{
    width: 100%; height: 64px; padding: 0 24px; border: 1px solid rgba(193, 180, 167, 0.32); background: rgba(247, 238, 230, 0.4); font-size: 16px; margin-bottom: 32px; transition: all 0.5s; border-radius: 8px;
}
#page__account .woocommerce form label{margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; font-size: 16px; color: #C1B4A7; display: block;}
#page__account .woocommerce form input:focus,#page__account .woocommerce form textarea:focus,#page__account .woocommerce form select:focus{border-color: var(--olive)!important; background-color: #fff!important}
#page__account .woocommerce form  textarea{height: 120px; resize: none; padding: 16px;}
#page__account .woocommerce form  select{background: rgba(247, 238, 230, 0.4) url("../img/arrd.svg") calc(100% - 16px) 50% no-repeat;}
#page__account .woocommerce form .form-row{padding: 0; margin: 0}


#page__account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit{padding: 0 42px; height: 64px; transition: all 0.2s; border-radius: 8px; width: 100%; background: var(--alegro); color: #fff; text-transform: uppercase; font-size: 14px; font-weight: 600; letter-spacing: 0.08em; margin: 0; float: none}
#page__account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover{background: var(--copper); transform: translateY(-10px);}




#page__account .woocommerce-Button.button{padding: 0 42px; height: 64px; transition: all 0.2s; border-radius: 8px; width: 100%; background: var(--alegro); color: #fff; text-transform: uppercase; font-size: 14px; font-weight: 600; letter-spacing: 0.08em; margin: 0; float: none}
#page__account .woocommerce-Button.button:hover{background: var(--copper); transform: translateY(-10px);}





#page__account .woocommerce-LostPassword.lost_password{padding: 16px 0 0; text-align: center;}
    #page__account .woocommerce-LostPassword.lost_password a{color: var(--alegro); border-bottom: 1px solid var(--alegro);}
        #page__account .woocommerce-LostPassword.lost_password a:hover{border-color: transparent;}

.show-password-input,.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{display: none!important;}





.subcategories a{display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap;}
    .subcategories a .image{width: 180px; height: 180px; gap: 24px; margin-bottom: 8px; border-radius: 8px; overflow: hidden;}
        .subcategories a .image img{width: 100%; height: 100%;}
        .subcategories a:hover .image img{transform: scale(1.05);}
    .subcategories a .cat__title{width: 100%; color: var(--copper); font-weight: 600; font-family: var(--Cormorant); font-size: 24px; font-weight: 600; width: 100%; text-align: center;}





footer{padding: 100px 0 0; background: var(--black); color: #C1B4A7;}
    footer .bottom .container{padding: 36px 0; border-top: 1px solid rgba(255, 255, 255, 0.1); margin-top: 40px}
    footer .bottom a{color: #C1B4A7; border-bottom: 1px solid transparent;}
        footer .bottom a:hover{border-color: #C1B4A7}
    footer .title{text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 32px; font-weight: 600; font-size: 16px;}
    footer li{margin-bottom: 16px;}
        footer li:last-child{margin: }
        footer li a{color: #fff; border-bottom: 1px solid transparent;}
            footer li a:hover{border-color: #fff;}
    footer .col{max-width: 635px;}
        footer .col.col__catalog ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
            footer .col.col__catalog ul li{width: 48%;}
    footer .logo{padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
    footer .ct{padding: 0 0 0 23px; margin-bottom: 24px; background: url("../img/location-gold.svg") 0 50% no-repeat;}
        footer .ct.phone{background: url("../img/phone-gold.svg") 0 50% no-repeat;}
        footer .ct a{color: #fff;}
            footer .ct a:hover{color: #C1B4A7}
    footer .socials a{width: 40px; border-radius: 4px; height: 40px; background: var(--copper);}
        footer .socials a:hover{background: var(--olive);}





#table__order .orders-filter{justify-content: flex-start; gap: 8px; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(193, 180, 167, 0.32)}
    #table__order .orders-filter .btn{font-size: 12px; height: 44px; padding: 0 16px; background: transparent;}
        #table__order .orders-filter .btn.active{color: #fff; background: var(--copper);}
        #table__order .orders-filter .btn:hover{color: #fff; background: var(--alegro); border-color: var(--alegro); transform: none!important;}

    #table__order .custom-order{margin-bottom: 32px; background: #fff; border: 1px solid rgba(193, 180, 167, 0.32); border-radius: 8px; overflow: hidden;}
        #table__order .custom-order .head{background: #F9F2ED; align-items: center; padding: 24px;}
        #table__order .custom-order:last-child{margin: 0}
        #table__order h3{color: var(--copper); font-weight: 600;}
        #table__order .date{font-size: 12px; font-weight: 500; color: #C1B4A7}
        #table__order .price{color: var(--alegro); font-weight: 500; font-size: 24px;}
        #table__order .status{position: relative; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; color: #F89010; padding-left: 18px}
            #table__order .status:after{width: 10px; height: 10px; position: absolute; top: calc(50% - 5px); left: 0; content: ''; background: url("../img/status1.svg") 50% 50% no-repeat;}
            #table__order .status.cancel{filter: grayscale(100%);}
            #table__order .status.success{color: #567A3F}
                #table__order .status.success:after{background: url("../img/status2.svg") 50% 50% no-repeat;}
        #table__order ul{padding: 24px; margin-bottom: 24px; border-bottom: 1px solid rgba(193, 180, 167, 0.32); width: 100%; box-sizing: border-box;}
            #table__order ul li{display: flex; align-items: center; justify-content: space-between; position: relative; box-sizing: border-box; margin-bottom: 16px; flex-wrap: wrap; width: 100%; box-sizing: border-box;}
                #table__order ul li:last-child{margin: 0}
                #table__order ul li img{border-radius: 4px; width: 60px; height: 60px;}
                #table__order ul li a{color: var(--copper); border-bottom: 1px solid transparent;}
                    #table__order ul li a:hover{border-color: var(--copper);}
        #table__order .p_total{width: 120px; color: var(--alegro); font-weight: 500; font-size: 24px; text-align: right;}
        #table__order .p_info{width: calc(100% - 220px); font-size: 16px; font-weight: 600; color: var(--copper);}
        #table__order .p_inn{justify-content: flex-start; gap: 30px; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; color: #C1B4A7}
            #table__order .p_inn span{position: relative;}
                #table__order .p_inn span:after{position: absolute; width: 4px; height: 4px; border-radius: 50%; content: ''; top: calc(50% - 2px); right: -15px; background: #C1B4A7}
                #table__order .p_inn span:last-child:after{display: none;}
        #table__order .flex_b{padding: 0 24px 24px; justify-content: flex-end;}
            #table__order .flex_b .btn{padding: 0 16px; font-size: 12px; height: 44px;}









#totop{position: fixed; z-index: 500; bottom: 70px; right: 30px;}
    #totop a{display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--olive); width: 80px; height: 80px;}
        #totop a:hover{background: var(--alegro);}






#cmc.custom-mini-cart{transform: translateX(120%); position: fixed; top: 0; right: 0; transition: all 0.2s; width: 100%; box-sizing: border-box;  box-sizing: border-box; background: #fff; z-index: 506; height: 100%; background: rgba(0, 0, 0, 0.7); display: flex; justify-content: flex-end;}
    #cmc.custom-mini-cart.open{transform: none;}
    #cmc.custom-mini-cart .cart-close{position: absolute; top: 0; left: 0; width: calc(100% - 540px); height: 100%;}
    #cmc.custom-mini-cart .inn{max-width: 540px; width: 100%; padding: 212px 40px 40px; height: 100%; background: #fff; overflow-y: auto; box-sizing: border-box;}
    #cmc.custom-mini-cart li{display: flex; align-items: flex-start; justify-content: space-between; position: relative; margin-bottom: 16px; flex-wrap: wrap;}
        #cmc.custom-mini-cart li .cart-item-thumb{width: 64px; height: 64px;}
            #cmc.custom-mini-cart li .cart-item-thumb img{width: 64px; height: 64px; border-radius: 4px;}
        #cmc.custom-mini-cart li .cart-item-info{width: calc(100% - 80px); font-size: 16px; color: var(--copper); font-weight: 600;}
    #cmc.custom-mini-cart li .cart-item-qty{justify-content: flex-start; gap: 10px; padding: 8px 0 0; font-size: 12px; font-weight: 500; color: #C1B4A7;}
        #cmc.custom-mini-cart li .cart-item-qty i{position: relative; font-style: normal; margin-left: 15px;}
            #cmc.custom-mini-cart li .cart-item-qty i:after{position: absolute; top: calc(50% - 2px); left: -16px; width: 4px; height: 4px; border-radius: 50%; background: #C1B4A7; content: ''}
    #cmc.custom-mini-cart li del,#cmc.custom-mini-cart li ins{background: transparent;}
    #cmc.custom-mini-cart .custom-cart-total{padding: 24px 0; border-top: 1px solid rgba(193, 180, 167, 0.32); font-size: 28px; font-weight: 600; color: var(--copper);}
        #cmc.custom-mini-cart .custom-cart-total strong{font-weight: 600; color: var(--alegro);}
    #cmc.custom-mini-cart .actions .btn{margin-top: 24px; gap: 10px;}
    #cmc.custom-mini-cart .empty-cart .btn{width: 100%; margin-top: 16px;}





.custom-cart{align-items: flex-start;}
    .custom-cart .custom-cart-items{width: calc(100% - 560px)}
    .custom-cart .custom-cart-summary{width: 500px; box-sizing: border-box;}
        .custom-cart .custom-cart-summary .body{padding: 40px; background: #fff; border-bottom: 1px solid rgba(193, 180, 167, 0.32); margin-bottom: 32px;}
        .custom-cart .custom-cart-summary .body .flex{align-items: center;}
        .custom-cart .custom-cart-summary .body .head{padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid rgba(193, 180, 167, 0.32)}
            .custom-cart .custom-cart-summary .body .head .title{color: var(--copper); font-size: 32px; font-weight: 600; font-family: var(--Cormorant);}
    .custom-cart .row{margin-bottom: 16px; color: #818185;}
        .custom-cart .row:last-child{margin: 0}
        .custom-cart .row strong{font-weight: 500;}
    .custom-cart .row-total{color: var(--copper); font-size: 32px; font-weight: 600; font-family: var(--Cormorant); border-top: 1px solid rgba(193, 180, 167, 0.32); padding-top: 24px; margin-top: 32px;}
        .custom-cart .row-total strong{font-weight: 600; color: var(--alegro); font-family: var(--Montserrat); font-size: 24px}
    .custom-cart .actions{gap: 24px;}
        .custom-cart .actions .btn{width: 100%;}





#page__cart .custom-cart-items{position: relative; font-size: 16px;}
    #page__cart .custom-cart-items .cart-item{align-items: center; padding: 24px; margin-bottom: 16px; box-sizing: border-box; background: #FFFFFF; border: 1px solid rgba(193, 180, 167, 0.32); border-radius: 8px;}
    #page__cart .custom-cart-items .cart-item-thumb{width: 64px; height: 64px; border-radius: 4px; overflow: hidden;}
        #page__cart .custom-cart-items .cart-item-thumb img{width: 100%; height: 100%;}
    #page__cart .custom-cart-items .cart-item-qty{width: 175px}
    #page__cart .custom-cart-items .cart-item-price{width: 130px; font-weight: 600; color: var(--copper); text-align: right;}
    #page__cart .custom-cart-items .cart-item-remove{width: 32px; margin-left: 20px}
        #page__cart .custom-cart-items .cart-item-remove .btn{width: 32px; height: 32px; background: url("../img/remove.svg") 50% 50% no-repeat;}
            #page__cart .custom-cart-items .cart-item-remove .btn:hover{background: url("../img/removeh.svg") 50% 50% no-repeat;}
    #page__cart .custom-cart-items .cart-item-name{width: calc(100% - 430px); box-sizing: border-box; padding-left: 20px; font-weight: 600; color: var(--copper);}
        #page__cart .custom-cart-items .cart-item-name a{border-bottom: 1px solid transparent; color: var(--copper);}
            #page__cart .custom-cart-items .cart-item-name a:hover{color: var(--alegro); border-color: var(--alegro);}




#page__checkout{}
    #page__checkout .flex{align-items: flex-start;}
    #page__checkout .checkout-left{width: calc(100% - 560px)}
    #page__checkout .checkout-right{width: 500px; box-sizing: border-box;}
        #page__checkout .checkout-right #payment{display: none;}

    #page__checkout .checkout-block{background: #fff; box-sizing: border-box; border: 1px solid rgba(193, 180, 167, 0.32); border-radius: 8px; margin-bottom: 32px; padding: 40px;}
        #page__checkout .checkout-block h3{display: flex; align-items: center; justify-content: flex-start; gap: 16px; margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid rgba(193, 180, 167, 0.32); font-family: var(--Cormorant); font-size: 32px; font-weight: 600; color: var(--copper);}
            #page__checkout .checkout-block h3 span{display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; font-family: var(--Montserrat); background: var(--copper); width: 40px; height: 40px; font-size: 18px; font-weight: 500;}

    #page__checkout .woocommerce-billing-fields__field-wrapper{display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap;}
        #page__checkout .woocommerce-billing-fields__field-wrapper p{width: calc(50% - 16px);}
        #page__checkout .woocommerce-billing-fields__field-wrapper p label{display: block; margin: 0 0 8px; font-weight: 600; font-size: 16px; line-height: 150%; letter-spacing: 0.08em; text-transform: uppercase; color: #C1B4A7;}
            #page__checkout .woocommerce-billing-fields__field-wrapper p label span{font-weight: 600; color: #C1B4A7}




    #page__checkout .form-row.form-row-wide.address-field.update_totals_on_change{display: none;}



    #page__checkout input[type="text"],#page__checkout input[type="email"],#page__checkout input[type="tel"],#page__checkout input[type="password"],#page__checkout textarea,#page__checkout select{
        width: 100%; height: 64px; padding: 0 24px; border: 1px solid rgba(193, 180, 167, 0.32); background: rgba(247, 238, 230, 0.4); font-size: 16px; margin-bottom: 32px; transition: all 0.5s; border-radius: 8px;
    }
    #page__checkout .site__label{margin-bottom: 8px;}
    #page__checkout input:focus,#page__checkout textarea:focus,#page__checkout select:focus{border-color: var(--olive)!important; background-color: #fff!important}
    #page__checkout .btn,#page__checkout button{width: 100%;}
    #page__checkout textarea{height: 120px; resize: none; padding: 16px;}
    #page__checkout select{background: rgba(247, 238, 230, 0.4) url("../img/arrd.svg") calc(100% - 16px) 50% no-repeat;}



    #page__checkout .woocommerce-shipping-methods{font-size: 0;}
        #page__checkout .woocommerce-shipping-methods ul{font-size: 16px; font-weight: 600;}

        #page__checkout #shipping_method{display: flex; align-items: flex-start; justify-content: space-between; width: 100%; font-size: 16px; flex-wrap: wrap;}
            #page__checkout #shipping_method li{width: calc(100%/3 - 12px); width: 100%; box-sizing: border-box; box-sizing: border-box; cursor: pointer; margin: 0 0 16px;}
                #page__checkout #shipping_method li:last-child{margin: 0}
    #page__checkout .ship__item{align-items: center; position: relative; padding-left: 70px; box-sizing: border-box; width: 100%;}
        #page__checkout .ship__item .icon{position: absolute; top: calc(50% - 27px); left: 0; width: 54px; height: 54px; border-radius: 4px; background: #F7EEE6; display: flex; align-items: center; justify-content: center;}
            #page__checkout .ship__item .icon img{width: 30px; margin: 0!important}
        #page__checkout .ship__item .tt__title{font-weight: 600; color: var(--copper);}
            #page__checkout .ship__item .tt__title i{font-size: 12px; font-weight: 500; font-style: normal; display: block; width: 100%; color: #C1B4A7;}
            #page__checkout .ship__item .tt__price{font-weight: 600; color: var(--copper);}
                #page__checkout .ship__item .tt__price.green{color: #567A3F}


    #page__checkout #shipping_method label{transition: all 0.2s; display: flex; position: relative; align-items: center; justify-content: flex-start; border: 1px solid rgba(193, 180, 167, 0.32); border-radius: 8px; box-sizing: border-box; padding: 24px 24px 24px 64px; cursor: pointer;}


    #list__address{padding: 24px 0 0;}


    #order_comments_field label{display: none;}
    #order_comments_field textarea{margin: 0}


    #payment .form-row.place-order,#page__checkout .payment_box{display: none!important; visibility: hidden!important;}

    #page__checkout #payment{padding: 0; border-radius: 0; background: transparent;}
    #page__checkout #payment ul{padding: 0!important; background: transparent; border-radius: 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; border: none; gap: 12px}
    #page__checkout #payment ul li{width: calc(50% - 12px); margin: 0!important}
    #page__checkout #payment ul li:after,#page__checkout #payment ul li:before,#page__checkout #payment ul:after,#page__checkout #payment ul:before{display: none;}





    .shipping_method {
        display: none;
    }




    .shipping_method + label::before{position: absolute; top: calc(50% - 12px); left: 24px; width: 24px; height: 24px; background: url("../img/radio.svg") 50% 50% no-repeat; content: '';}
    .shipping_method:checked + label{border-color: var(--alegro)!important;}
    .shipping_method:checked + label::before{background: url("../img/radioh.svg") 50% 50% no-repeat}




    #page__checkout #payment label{transition: all 0.2s; display: flex; position: relative; align-items: center; justify-content: flex-start; border: 1px solid rgba(193, 180, 167, 0.32); border-radius: 8px; box-sizing: border-box; padding: 24px 24px 24px 64px; cursor: pointer;}

    .input-radio + label::before{position: absolute; top: calc(50% - 12px); left: 24px; width: 24px; height: 24px; background: url("../img/radio.svg") 50% 50% no-repeat; content: '';}
    .input-radio:checked + label{border-color: var(--alegro)!important;}
    .input-radio:checked + label::before{background: url("../img/radioh.svg") 50% 50% no-repeat}




    #page__checkout .checkout-sale .woocommerce-form-coupon-toggle{display: none;}
    #page__checkout .checkout-sale .form-row{width: calc(50% - 5px); margin: 0; padding: 0}
    #page__checkout .checkout-sale .form-row input,#page__checkout .checkout-sale .form-row button{margin: 0}
    #page__checkout .checkout-sale .form-row button{height: 64px; padding: 0}



    #page__checkout #order_review thead{display: none;}
    #page__checkout table.shop_table{margin: 0!important; border-radius: 0!important; border: none!important; font-size: 16px; color: var(--copper); font-weight: 600;}
    #page__checkout table tr{display: block; position: relative; padding: 10px 0 0 80px; border: none; margin-bottom: 16px; min-height: 64px; box-sizing: border-box;}
    #page__checkout table td{display: block; border: none; padding: 0}
    #page__checkout table .checkout-product__image{position: absolute; top: 0; left: 0;}
        #page__checkout table .checkout-product__image img{width: 64px; height: 64px; border-radius: 4px;}
        #page__checkout table strong{font-weight: 500; font-size: 12px; color: #C1B4A7; letter-spacing: 0.08em;}
    #page__checkout table .product-quantity,#page__checkout table .product-total{position: absolute; bottom: 10px; left: 80px; line-height: 1; padding: 0; margin: 0}
    #page__checkout table .product-total{left: 110px; font-weight: 500; font-size: 12px; color: #C1B4A7; letter-spacing: 0.08em;}
    #page__checkout table .cart-subtotal{display: none;}
    #page__checkout table tr.order-total{padding: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; margin: 0; border-top: 1px solid rgba(193, 180, 167, 0.32); padding-top: 16px; margin-top: 24px;}
        #page__checkout table tr.order-total th{padding: 0; text-align: left; border: none; font-family: var(--Cormorant); color: var(--copper); font-weight: 600; font-size: 32px;}
        #page__checkout table tr.order-total strong{color: var(--alegro); font-size: 24px; font-weight: 600; font-family: var(--Montserrat);}


    #billing_phone_description.checkout-inline-error-message,.checkout-inline-error-message{display: none!important;}



    #startpage .woocommerce-error{border-color: var(--copper); background: #ffffff; color: var(--black); font-size: 16px}
        #startpage .woocommerce-error a{color: var(--black);}


        .woocommerce-order-details,.woocommerce-customer-details{display: none!important;}

        .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{color: var(--copper); margin-top: 24px}



/* common styles */

.fancybox-image{transition: none!important; height: auto!important; transform: none !important;}


    del{color: #C1B4A7}

    .section{padding: 150px 0; overflow: hidden;}


    .section__bottom{padding: 0 0 150px}

    .section__bg{background: #F7EEE6;}
    .section__bg_light{background: #FDF9F7}


    .section__top{margin-bottom: 60px;}
        .section__top .s__title{margin-bottom: 8px; display: inline-block; background: var(--olive); line-height: 26px; color: #fff; border-radius: 4px; padding: 0 10px; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em;}
        .section__top.flex{align-items: flex-end;}


    .bt{font-family: var(--Cormorant); font-weight: normal; font-size: 60px; line-height: 100%; color: var(--copper);}
        .bt strong{color: var(--olive); font-weight: 500; text-decoration: underline; font-style: italic;}


    .bt__title{font-weight: 600; font-size: 24px; line-height: normal; margin-bottom: 16px; color: var(--TextP);}

    .bt__bg{display: inline-block; margin-bottom: 16px; line-height: 30px; padding: 0 16px; background: var(--blueL); color: var(--blue); font-weight: normal; border-radius: 100px;}

    .bt__note{margin-bottom: 48px; color: var(--TextS);}



    .site__label{text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; font-size: 16px; color: #C1B4A7}


    .share .socials a{width: 40px; height: 40px; border-radius: 4px; border: 1px solid #C1B4A7;}
        .share .socials a:hover{background: #C1B4A7}



    .site__filters{display: flex; justify-content: flex-start; flex-wrap: wrap; border-bottom: 1px solid rgba(193, 180, 167, 0.32); margin-bottom: 40px;}
        .site__filters.sf__just{justify-content: space-between;}
            .site__filters.sf__just .item__filter{min-width: 0;}
        .site__filters .item__filter{display: flex; align-items: center; justify-content: center; height: 60px; padding: 0 22px; position: relative; top: 1px; box-sizing: border-box; min-width: 200px; cursor: pointer; transition: all 0.2s; border-bottom: 1px solid transparent; text-transform: uppercase; font-size: 14px; letter-spacing: 0.08em; font-weight: 600; color: var(--copper);}
            .site__filters .item__filter:hover,.site__filters .item__filter.active{color: var(--olive); border-color: var(--olive);}


    .site__tabs .tab{display: none;}
        .site__tabs .tab.tab1{display: block}



    .site__alert{transform: translateX(400px); position: fixed; bottom: 30px; right: 30px; z-index: 500; background: #F7EEE6; width: 220px; height: auto; box-sizing: border-box; border-radius: 8px; color: var(--black); font-size: 16px; padding: 24px; box-shadow: -1px -2px 29px 3px rgba(0,0,0,0.15); transition: all 0.4s;}
        .site__alert.open{transform: none;}
        .site__alert a{color: var(--copper); font-weight: 500; border-bottom: 1px solid transparent;}
            .site__alert a:hover{border-color: var(--copper);}



    .content{font-size: 18px; line-height: 150%; color: var(--black);}
        .content p{margin-bottom: 32px;}
        .content h2,.content h3,.content h4,.content h5,.content h6{color: var(--copper); margin-bottom: 32px; font-size: 48px; font-weight: 500; font-family: var(--Cormorant); line-height: 110%;}
        .content h3{font-size: 32px;}
        .content a{color: var(--copper); border-bottom: 1px solid var(--copper); font-weight: 500;}
            .content a:hover{border-color: transparent;}
        .content ul,.content ol{margin-bottom: 60px;}
            .content ul li{position: relative; padding: 0 0 0 22px; margin-bottom: 16px;}
                .content ul li:last-child{margin: 0}
                .content ul li:after{position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--olive); content: ''; top: calc(50% - 3px); left: 0;}

        .content ol{list-style: none; counter-reset: item;}
            .content ol li{counter-increment: item; position: relative; min-height: 40px; padding: 5px 0 5px 50px;}
            .content ol li::before{content: counter(item); position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: #F7EEE6; box-sizing: border-box; font-size: 16px; font-weight: 500; color: var(--alegro); border: 1px solid rgba(178, 135, 88, 0.32);}

        .content strong{font-weight: 600;}

        .content blockquote{display: block; margin-bottom: 60px; padding: 110px 40px 40px; background: #F7EEE6 url("../img/quote.svg") 40px 40px no-repeat; border-left: 2px solid var(--copper); font-weight: 600; font-family: var(--Cormorant); font-size: 32px; line-height: 110%; color: var(--copper);}
            .content blockquote p{margin: 0}
            .content blockquote strong{display: block; margin-top: 24px; font-family: var(--Montserrat); text-transform: uppercase; color: var(--alegro); font-weight: 600; font-size: 16px; line-height: 0.08em; line-height: normal;}

        .content ul:last-child,.content ol:last-child,.content p:last-child{margin: 0}







    .socials{display: flex; align-items: center; justify-content: flex-start; gap: 15px; flex-wrap: wrap;}
        .socials a{display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; overflow: hidden;}
            .socials a:hover{transform: translateY(-2px);}



    .pagination1{display: flex; align-items: center; justify-content: center; gap: 16px; padding: 40px 0 0; border-top: 1px solid rgba(193, 180, 167, 0.32);}
        .pagination a,.pagination span{display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; color: var(--black); border-radius: 8px; box-sizing: border-box; font-size: 14px; font-weight: 500; letter-spacing: 0.08em; border: 1px solid #C1B4A7}
        .pagination span.current,.pagination a:hover{color: #fff; background: var(--copper); border-color: var(--copper);}
        .pagination a.prev{background: url("../img/arrow_left_c.svg") 50% 50% no-repeat; font-size: 0;}
        .pagination a.next{background: url("../img/arrow_right_c.svg") 50% 50% no-repeat; font-size: 0;}
        .pagination a.prev:hover{background: var(--copper) url("../img/arrow_left_w.svg") 50% 50% no-repeat;}
        .pagination a.next:hover{background: var(--copper) url("../img/arrow_right_w.svg") 50% 50% no-repeat;}


    .nav-links{display: flex; align-items: center; justify-content: center; gap: 16px; padding: 40px 0 0; border-top: 1px solid rgba(193, 180, 167, 0.32);}


    .form__select{position: relative; cursor: pointer; z-index: 30; font-weight: normal; font-size: 16px;}
        .form__select:after{position: absolute; right: 24px; top: calc(50% - 10px); width: 8px; height: 20px; content: ''; background: url("../img/arrd.svg") 50% 50% no-repeat; transition: all 0.2s;}
        .form__select .select__current{display: flex; height: 50px; box-sizing: border-box; padding: 0 48px 0 24px; align-items: center; width: auto; background: transparent; border-radius: 4px; border: 1px solid #C1B4A7; box-sizing: border-box; min-width: 320px;}
        .form__select.open:after{transform: rotate(180deg);}
        .form__select ul{position: absolute; font-size: 14px; top: 100%; left: 0; width: 100%; background: #fff; box-sizing: border-box; border-radius: 4px; box-shadow: 0px 4px 7.1px 2px rgba(0, 0, 0, 0.05); overflow: hidden; margin-top: 10px; display: none;}
            .form__select ul li{transition: all 0.2s; border-bottom: 1px solid rgba(78, 78, 169, 0.2); line-height: 1.2;}
                .form__select ul li a{color: var(--copper); display: block; padding: 10px 17px;}
                    .form__select ul li a:hover{color: #fff;}
                .form__select ul li:last-child{border: none;}
                .form__select ul li:hover,.form__select ul li.active{color: #fff; background: var(--copper);}



/* common styles */









.swiper__standart__all{padding-bottom: 60px!important;}

.slider-products .swiper{padding: 0 1px}

.slider-sw,.list__swiper{position: relative;}

.slider-sw .swiper-button-prev,.slider-sw .swiper-button-next{width: 40px; opacity: 1!important; height: 40px; top: 50%!important; transition: all 0.2s ease-out; margin: -20px 0 0 0; overflow: hidden; box-sizing: border-box; background: url("../img/icon-swiper-right.svg") 50% 50% no-repeat;}
.slider-sw .swiper-button-prev{background: url("../img/icon-swiper-left.svg") 50% 50% no-repeat; left: 80px}
.slider-sw .swiper-button-next{right: 80px;}



.slider-sw.swiper__standart__all .swiper-button-prev{background: url("../img/icon-swiper-lefts.svg") 50% 50% no-repeat; left: -120px; opacity: 0.4!important}
.slider-sw.swiper__standart__all .swiper-button-next{background: url("../img/icon-swiper-rights.svg") 50% 50% no-repeat; right: -120px; opacity: 0.4!important}


.slider-sw.swiper__standart__all .swiper-button-prev,.slider-sw.swiper__standart__all .swiper-button-next{top: 286px!important; margin: 0!important}
.slider-sw.swiper__standart__all .swiper-button-prev:hover,.slider-sw.swiper__standart__all .swiper-button-next:hover{opacity: 1!important}


.slider-sw .swiper-button-disabled{opacity: 1!important}
.swiper-button-prev:hover,.swiper-button-next:hover{opacity: 1!important;}


.swiper-button-prev:after,.swiper-button-next:after{display: none;}



#promo .slider-sw .swiper-pagination{margin-top: -200px!important; justify-content: flex-start; width: 1520px!important; left: calc(50% - 760px)!important}
.slider-sw .swiper-pagination{bottom: 0px!important; display: flex; align-items: center; justify-content: center; padding: 0; margin: -20px 0 0 0!important; width: 100%!important; top: 100%!important; left: 0!important;}
.slider-sw .swiper-pagination-bullet{width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, 1); transition: all 0.2s; opacity: 1!important; filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));}
.slider-sw .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1!important; background: var(--alegro); width: 32px; border-radius: 20px;}









section{position: relative; z-index: 2;}






.flex{display: flex; justify-content: space-between; flex-wrap: wrap;}
    .flex.flex__center{justify-content: center;}
    .flex.flex__start{justify-content: flex-start; gap: 16px;}
    .flex.flex__end{justify-content: flex-end;}




.grid{display: grid; grid-template-columns: repeat(1,1fr); gap: 24px;}
    .grid.grid-2{grid-template-columns: repeat(2,1fr);}
    .grid.grid-3{grid-template-columns: repeat(3,1fr);}
    .grid.grid-4{grid-template-columns: repeat(4,1fr);}
    .grid.grid-5{grid-template-columns: repeat(5,1fr);}
    .grid.grid-6{grid-template-columns: repeat(6,1fr);}
    .grid.grid-7{grid-template-columns: repeat(7,1fr);}









.box__modal{width: 600px; color: var(--black); font-family: var(--Montserrat); max-width: calc(100% - 32px); overflow: hidden; box-sizing: border-box; text-align: center; padding: 32px; display: none; background: #fff; border-radius: 8px; text-align: center;}
    .box__modal .bt{font-size: 32px;}
    .box__modal .section__top{margin-bottom: 32px;}
    .box__modal.box__thanks{text-align: center; width: 400px}
        .box__modal.box__thanks p{font-size: 16px; margin-bottom: 16px}
        .box__modal.box__thanks img{margin: 0 auto 16px;}
        .box__modal.box__thanks .section__top{margin-bottom: 16px;}


.compensate-for-scrollbar{margin: 0!important}
.fancybox-close-small{top: 15px!important; right: 15px!important; background: url("../img/close.svg") 50% 50% no-repeat!important; transition: all 0.2s; width: 20px; height: 20px;}
    .fancybox-close-small:hover{transform: rotate(90deg); background: url("../img/closeh.svg") 50% 50% no-repeat!important;}
    .fancybox-close-small:after{display: none!important;}

.fancybox-is-open .fancybox-bg{opacity: 1; background: rgba(32, 32, 32, 0.65);}








section{box-sizing: border-box; position: relative;}



.form input[type="text"],.form input[type="email"],.form input[type="tel"],.form input[type="password"],.form textarea,.form select{
    width: 100%; height: 64px; padding: 0 24px; border: 1px solid rgba(193, 180, 167, 0.32); background: rgba(247, 238, 230, 0.4); font-size: 16px; margin-bottom: 32px; transition: all 0.5s; border-radius: 8px;
}
.form .site__label{margin-bottom: 8px;}
.form label{display: block; margin-bottom: 16px;}
.form input:focus,.form textarea:focus,.form select:focus{border-color: var(--olive)!important; background-color: #fff!important}
.form .btn{width: 100%;}
.form textarea{height: 120px; resize: none; padding: 16px;}
.form select{background: rgba(247, 238, 230, 0.4) url("../img/arrd.svg") calc(100% - 16px) 50% no-repeat;}
.form .btn{gap: 10px;}
.form .checkbox{margin-bottom: 24px;}
.form p,.form .flex p{margin: 0!important}

.form .wpcf7-not-valid-tip{position: absolute; bottom: 0; left: 0; font-size: 14px; display: none!important}

.wpcf7-not-valid{box-shadow: 0 0 32px -5px rgba(255, 0, 0, 0.2) inset;}

.form .wpcf7-response-output{margin: 32px 0 0; border-radius: 8px; font-size: 14px;}

.form__item{position: relative;}

form .flex .form__item{width: calc(50% - 16px)}


::placeholder{color: #C7C7C7;}


.label{line-height: 25px;font-size: 16px;font-weight: 600;}



label.userfile{transition: all 0.2s; cursor: pointer; display: flex; align-items: center; justify-content: flex-start; padding-left: 70px; box-sizing: border-box; width: 155px; border-radius: 10px; border: 1px solid #F3F3F3; background: #F3F3F3 url("../img/icon_file.svg") 43px 50% no-repeat; color: var(--red); line-height: 45px;}
    label.userfile:hover{border-color: var(--red);}





label.user__file{display: flex; align-items: center; justify-content: center; flex-wrap: wrap; box-sizing: border-box; cursor: pointer; transition: all 0.2s; height: 180px; text-align: center; border: 1.5px dashed #E6E6E6; border-radius: 12px;}
    label.user__file:hover{border-color: var(--black); background: var(--white);}
    label.user__file span{display: block; margin-top: 5px; color: var(--blackGrey); font-size: 13px; font-weight: 500;}


input[type="checkbox"],input[type="radio"]{display:none;}


label.checkbox{display: block; position: relative; padding: 0px 0 0px 32px; box-sizing: border-box; font-size: 16px; cursor: pointer; line-height: 150%; margin-bottom: 16px; text-align: left; color: var(--copper); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; display: block;}
label.checkbox span:after{position: absolute; width: 24px; height: 24px; background: url("../img/check.svg") 0% 0 no-repeat; top: calc(50% - 13px); left: -32px; content: ''}
label.checkbox span{position: relative;}
label.checkbox input:checked + span:after{background: url("../img/checkh.svg") 0% 0 no-repeat;}
label.checkbox a{color: var(--alegro); border-bottom: 1px solid var(--alegro);}
label.checkbox a:hover{border-color: transparent;}






button{background: transparent;}



.clearfix{clear: both;}
.center{display: inline-block; width: 100%; text-align: center;}


a,svg,svg path,rect{text-decoration: none; transition: all 0.2s ease-out;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); cursor: pointer;}
	a:hover{transition: all 0.2s ease-out;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a:focus{outline: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

svg,svg path,rect{transition: all 0.2s ease-out;}

img{display: block;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); max-width: 100%; height: auto; transition: all 0.2s ease-out; object-fit: cover;}
div{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}



.btn,.btn:after,.woocommerce-form-login__submit{font-family: var(--Montserrat); display: flex; align-items: center; justify-content: center; cursor: pointer; position: relative; text-align: center; cursor: pointer; padding: 0; border: none; transition: all 0.2s ease-out; box-sizing: border-box;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); outline: none;}
	.btn:hover,.woocommerce-form-login__submit:hover{transition: all 0.2s ease-out;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}




.btn-allegro{padding: 0 42px; height: 64px; border-radius: 8px; background: var(--alegro); color: #fff; text-transform: uppercase; font-size: 14px; font-weight: 600; letter-spacing: 0.08em;}
    .btn-allegro:hover{background: var(--copper); transform: translateY(-10px);}


.btn-white-tr{padding: 0 42px; height: 64px; border-radius: 8px; background: #fff; color: var(--copper); text-transform: uppercase; font-size: 14px; font-weight: 600; letter-spacing: 0.08em; border: 1px solid var(--copper);}
    .btn-white-tr:hover{background: var(--copper); transform: translateY(-10px); color: #fff;}
        .btn-white-tr:hover svg path{fill: #fff;}





.btn-more{gap: 8px; text-transform: uppercase; color: var(--alegro); font-size: 14px; font-weight: 600; letter-spacing: 0.08em;}
    .btn-more:hover{color: var(--copper); gap: 14px}
        .btn-more:hover svg path{stroke: var(--copper);}




.btn-favorites{height: 40px; border-radius: 4px; gap: 8px; padding: 0 14px; border: 1px solid var(--copper); color: var(--copper); text-transform: uppercase; font-size: 14px; font-weight: 600; letter-spacing: 0.08em;}
    .btn-favorites:hover,.btn-favorites.is-active{background: var(--copper); color: #fff;}
    .btn-favorites:hover svg path,.btn-favorites.is-active svg path{fill: #fff;}




/*
.btn-product-cart{width: 50px; height: 50px; border-radius: 50%; background: #fff; font-size: 14px; gap: 8px; color: #fff; text-transform: uppercase; font-weight: 600; letter-spacing: 0.08em;}
    .btn-product-cart:hover{font-size: 14px; width: auto; background: var(--olive); border-radius: 30px; gap: 8px; padding: 10px;}
        .btn-product-cart:hover svg path{stroke: #fff;}
    .btn-product-cart span{display: none}
    .btn-product-cart:hover span{display: flex;}
*/

.btn-product-cart{position: relative; display: inline-flex; align-items: center; text-transform: uppercase; font-size: 14px; letter-spacing: 0.08em; font-weight: 500; justify-content: flex-start; width: 50px; height: 50px; border-radius: 50%; background: #FFF; overflow: hidden; transition: all 0.4s ease; padding-left: 0;}
    .btn-product-cart svg{width: 24px; height: 24px; flex-shrink: 0; left: 13px; position: relative;}
    .btn-product-cart span{position: absolute; left: 50px; white-space: nowrap; opacity: 0; transform: translateX(-10px); transition: all 0.4s ease;}
    .btn-product-cart:hover{width: 150px; border-radius: 30px; background: var(--olive); color: #fff;}
    .btn-product-cart:hover svg path{stroke: #fff;}
    .btn-product-cart:hover span{opacity: 1; transform: translateX(0);}
    .btn-product-cart:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; content: ''; background: #000 url("../img/loading.gif") 50% 50% no-repeat; background-size: auto 240%; display: none;}
    .btn-product-cart.loading:after{display: block;}



.btn-cart-product{overflow: hidden;}
.btn-cart-product:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; content: ''; background: #000 url("../img/loading.gif") 50% 50% no-repeat; background-size: auto 240%; display: none;}
.btn-cart-product.loading:after{display: block;}



.btn:disabled{opacity: 0.4; transform: none!important;}

#page__checkout .btn{transform: none!important;}




.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}

#sidebar .noUi-target{border-radius: 0; height: 3px; border: none; background: #C1B4A7; margin-top: 23px;}
#sidebar .noUi-handle{width: 12px; height: 12px; border: none; background: var(--olive); border-radius: 50%; cursor: pointer; box-shadow: none;}
#sidebar .noUi-handle:before,.sidebar .noUi-handle:after{display: none;}
#sidebar .noUi-connect{background: var(--olive);}

.noUi-handle:after, .noUi-handle:before{display: none!important;}

.noUi-horizontal .noUi-handle{right: -6px; top: -5px}


@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:33px;font-weight:700;text-align:center}.fancybox-share p{margin:0;padding:0;text-align:center}.fancybox-share p:first-of-type{margin-right:-10px}.fancybox-share_button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:10px 20px;border:0;border-radius:3px;box-shadow:0 2px 2px 0 rgba(0,0,0,.16);background:#fff;white-space:nowrap;font-size:16px;line-height:23px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-width:140px;color:#707070;transition:all .2s}.fancybox-share_button:focus,.fancybox-share_button:hover{text-decoration:none;color:#333;box-shadow:0 2px 2px 0 rgba(0,0,0,.3)}.fancybox-share_button svg{margin-right:5px;width:20px;height:20px;vertical-align:text-bottom}.fancybox-share input{box-sizing:border-box;width:100%;margin:5px 0 0;padding:10px 15px;border:1px solid #d7d7d7;border-radius:3px;background:#ebebeb;color:#5d5b5b;font-size:14px;outline:none}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}

input,textarea,select,button{-webkit-appearance: none; box-sizing: border-box; font-family: var(--Montserrat);}