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;}


:root{
    --Montserrat: "Montserrat", sans-serif;
    --Unbounded: "Unbounded", sans-serif;
    --black: #1C1C1E;
    --violet: #AA82DD;
    --violetL: #D5B8EF;
    --violetH: #855FBF;
    --border: #e8e3df;
    --borderM: #E8E3DF;
}


body{
    font-family: var(--Montserrat);
	background: #f8f6f3;
    font-size: 16px;
    line-height: 150%;
	color: var(--black);
	min-width: 320px;
    font-weight: normal;
    position: relative;
    padding: 253px 0 0;
}


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: 1500px; margin: 0 auto; box-sizing: border-box; width: 100%; padding: 0 30px;}




header{position: fixed; position: absolute; top: 0; left: 0; width: 100%; z-index: 1000; background: #f8f6f3; transition: all 0.2s; box-sizing: border-box; height: 253px; box-sizing: border-box;}
    /*header.f-nav{height: auto;}
    header.f-nav .top{padding: 5px 0;}
    header.f-nav .top{opacity: 0; transform: translateY(-100%); height: 0; padding: 0}
    header.f-nav nav li a{padding: 20px 0;}
    header.f-nav .data{width: 100%;}
    header.f-nav .data__top{padding: 10px 0}
    header.f-nav .logo a{width: 0; height: 0;}*/
    header .flex{align-items: center;}
    header .top{background: var(--violet); color: #fff; padding: 14px 0; transition: all 0.2s; font-size: 14px;}
        header .top .flex{gap: 24px;}
    header .location{background: url("../img/location-white.svg") 0 50% no-repeat; padding-left: 28px; font-weight: 600;}
    header .phone a{display: flex; padding-left: 28px; color: #fff; background: url("../img/phone-white.svg") 0 50% no-repeat; font-weight: 600; border-bottom: 1px solid transparent;}
        header .phone a:hover{border-color: rgba(255, 255, 255, 0.4);}
    header .dt{border: 1px solid rgba(240, 231, 251, 0.6); border-radius: 24px; gap: 4px!important; padding: 4px; box-sizing: border-box; font-size: 12px; font-weight: 600; text-transform: uppercase;}
        header .dt span,header .dt a{display: flex; align-items: center; justify-content: center; padding: 0 10px; border-radius: 20px; transition: all 0.2s; height: 22px; line-height: none}
        header .dt span,header .dt a.active{color: var(--violetH); background: #fff;}
        header .dt a{color: #fff;}
            header .dt a:hover{background: rgba(255, 255, 255, 0.2);}
    header .logo a{display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #fff; width: 160px; height: 160px; box-sizing: border-box; overflow: hidden; border: 1px solid #E8E3DF;}
        header .logo a:hover{border-color: var(--violet);}
    header .data{width: calc(100% - 240px); transition: all 0.2s;}
    header .bottom{position: relative;}
    header nav{border-top: 1px solid var(--border);}
        header nav ul{display: flex; align-items: center; justify-content: space-between; text-transform: uppercase; font-weight: 500; font-family: var(--Unbounded);}
            header nav ul li a{color: var(--black); display: flex; position: relative; padding: 32px 0;}
                header nav ul li:hover > a{color: var(--violetH);}
            header nav ul li.menu__catalog a{padding-left: 32px;}
                header nav ul li.menu__catalog a:after,header nav ul li.menu__catalog a:before{position: absolute; top: calc(50% - 12px); left: 0; width: 24px; height: 24px; content: ''; background: url("../img/icon-catalog-hover.svg") 0 50% no-repeat; transition: all 0.2s; opacity: 0;}
                header nav ul li.menu__catalog a:before{background: url("../img/icon-catalog.svg") 0 50% no-repeat; opacity: 1}
                header nav ul li.menu__catalog.open a:before,header nav ul li.menu__catalog.open a:after{background: url("../img/close.svg") 50% 50% no-repeat!important;}
                header nav ul li.menu__catalog:hover > a{background: transparent;}
                header nav ul li.menu__catalog:hover > a:after{opacity: 1}
                header nav ul li.menu__catalog:hover > a:before{opacity: 0}
    header .data__top{position: relative; padding: 24px 0;}
    header .search{width: calc(100% - 354px); max-width: 710px; position: relative; transition: all 0.2s; opacity: 1;}
        header .search.active{opacity: 1}
        header .search input{width: 100%; background: #fff; padding: 0 60px 0 24px; font-size: 16px; height: 56px; border: 1px solid var(--borderM); border-radius: 16px;}
    header .inn{gap: 24px;}
        header .inn a{position: relative; display: flex; align-items: center; justify-content: center; box-sizing: border-box; border-radius: 16px; border: 1px solid var(--borderM); height: 56px; background: #fff; padding: 0 16px; gap: 8px; color: #5A5A5E;}
            header .inn a span{position: absolute; bottom: 6px; left: 32px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--violet); border-radius: 50%; width: 20px; height: 20px; font-size: 12px; font-weight: 600; transition: all 0.2s;}
            header .inn a:hover{background: var(--violetH); color: #fff; border-color: var(--violetH);}
            header .inn a:hover svg path{stroke: #fff;}
            header .inn a:hover span{background: #fff; color: var(--violetH);}
    header .pull{display: none; align-items: center; justify-content: center; width: 56px; height: 56px; box-sizing: border-box; background: #F0E7FB; border: 1px solid var(--borderM); border-radius: 14px;}
        header .pull.open{background: #F0E7FB url("../img/icon-close.svg") 50% 50% no-repeat;}
        header .pull.open svg{opacity: 0;}

    header nav li.menu-item-has-children{position: relative;}
        header nav li .sub-menu{position: absolute; top: 100%; left: -36px; z-index: 600; display: none; padding: 32px 24px; width: 362px;}
            header nav li .sub-menu .sub-menu{left: 100%; top: 0; margin-left: 0}
            header nav li:hover > .sub-menu{display: block;}
            header nav li .sub-menu:after{position: absolute; top: 8px; left: 0; width: 100%; height: calc(100% - 16px); background: #fff; content: ''; border-radius: 18px; border: 1px solid #E8E3DF; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);}
            header nav li .sub-menu li{position: relative; z-index: 2;}
                header nav li .sub-menu li a{padding: 8px 12px; font-size: 16px; text-transform: none; font-family: var(--Montserrat); color: var(--black); font-weight: 600;}
                    header nav li .sub-menu li a:hover{color: var(--violet);}

    header .top,header .bottom{position: relative; z-index: 700;}
    header .bottom{background: #f8f6f3}

    #catalog__list{position: absolute; top: 100%; left: 0; width: 100%; z-index: 590; background: #f8f6f3; padding: 32px 0; transform: translateY(-200%); transition: all 0.2s;}
        #catalog__list.open{transform: none;}
        #catalog__list ul{background: #D5B8EF; border-radius: 18px; position: relative; width: calc(100%/3 - 8px); padding: 24px 0;}
            #catalog__list ul li{padding: 0 24px; margin-bottom: 8px;}
                #catalog__list ul li:last-child{margin: 0}
                #catalog__list ul li a{display: block; position: relative; padding: 8px 44px 8px 12px; color: var(--black); font-weight: 600; line-height: 150%; border-radius: 8px}
                    #catalog__list ul li:hover > a{background: #fff;}
                    #catalog__list ul li.menu-item-has-children a:after{position: absolute; right: 12px; top: calc(50% - 12px); width: 24px; height: 24px; content: ''; background: url("../img/arrr.svg") 50% 50% no-repeat; opacity: 0; transition: all 0.2s;}
                    #catalog__list ul li.menu-item-has-children:hover > a:after{opacity: 1}
            #catalog__list ul li ul{position: absolute; left: 100%; top: 0; padding: 24px 0; background: transparent; display: none; box-sizing: border-box; min-height: 100%; width: 1000px;}

            #catalog__list ul li:hover > ul{display: none; justify-content: space-between; flex-wrap: wrap; align-items:  flex-start; display: block;}
                #catalog__list ul li.active > ul{display: block;}
                #catalog__list ul li ul li{width: 32%; box-sizing: border-box; float: left;}
                    #catalog__list ul li ul li a{font-size: 14px;}
                #catalog__list ul li ul li a:hover{background: var(--violet); color: #fff;}


.aws-container .aws-search-form{height: 56px!important; position: relative;}
.aws-form-active .aws-form-btn,.aws-focus .aws-form-btn{opacity: 0!important}
.aws-container .aws-show-clear .aws-search-field{height: 56px!important; padding: 0 24px!important; border-radius: 16px!important; border: 1px solid var(--borderM)!important; font-family: var(--Montserrat); font-size: 16px}
.aws-container .aws-search-form .aws-form-btn{background: url("../img/search.svg") 50% 50% no-repeat!important; position: absolute!important; top: 0!important; right: 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;}



.woocommerce-currency-switcher-form {
    display: none;
}



#startpage .aws-search-result{/*width: 540px!important;*/ border: 1px solid var(--borderM)!important; box-sizing: border-box; border-radius: 16px!important; margin-top: 16px!important; overflow: hidden!important;}
    #startpage .aws-search-result ul{padding: 24px!important; box-sizing: border-box;}
        #startpage .aws-search-result ul li.aws_result_item{border-bottom: none!important; padding-bottom: 12px!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: 500; color: var(--black); transition: all 0.2s; font-family: var(--Unbounded);}
        #startpage .aws-search-result ul li:hover .aws_result_title{color: var(--violetH);}
    #startpage .aws-search-result .aws_result_excerpt{color: var(--black); font-size: 12px; font-weight: 500; padding: 5px 0;}
    #startpage .aws-search-result .aws_result_price{color: var(--violetH); font-weight: 500; font-family: var(--Unbounded);}
    #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(--violetH);}
    #startpage .aws-search-result .aws_result_sale{display: none;}
    #startpage .aws_result_item.aws_no_result{font-size: 16px; font-weight: 500; font-family: var(--Unbounded);}




#navigation{position: fixed; z-index: 2000; top: 0; left: 0; width: 100%; height: 100%; overflow-y: auto; background: #f8f6f3; transform: translateX(-200%); transition: all 0.2s;}
    #navigation.open{transform: translateX(0)}
    #navigation .top{padding: 16px; border-bottom: 1px solid var(--borderM); align-items: center;}
    #navigation .close{width: 56px; height: 56px; background: #F0E7FB url("../img/close.svg") 50% 50% no-repeat; border: 1px solid #E8E3DF; border-radius: 14px;}
        #navigation .top .act{gap: 8px;}
        #navigation .top a{position: relative; display: flex; align-items: center; justify-content: center; box-sizing: border-box; border-radius: 16px; border: 1px solid var(--borderM); height: 56px; background: #fff; padding: 0 16px; gap: 8px; color: #5A5A5E;}
            #navigation .top a span{position: absolute; bottom: 6px; left: 32px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--violet); border-radius: 50%; width: 20px; height: 20px; font-size: 12px; font-weight: 600; transition: all 0.2s;}
            #navigation .top a:hover{background: var(--violetH); color: #fff; border-color: var(--violetH);}
            #navigation .top a:hover svg path{stroke: #fff;}
            #navigation .top a:hover span{background: #fff; color: var(--violetH);}
    #navigation .main{padding: 16px; position: relative; z-index: 3;}
        #navigation .search{padding-bottom: 16px;}
        #navigation .search input{width: 100%; padding: 0 24px; height: 56px; border-radius: 16px; font-size: 16px; border: 1px solid var(--border);}
    #navigation nav li{border-bottom: 1px solid var(--border);}
        #navigation nav li a{display: flex; align-items: center; justify-content: flex-start; padding: 24px 0; text-transform: uppercase; color: var(--black); font-family: var(--Unbounded); font-weight: 600; position: relative;}
            #navigation nav li.menu__catalog a{padding-left: 32px; background: url("../img/icon-catalog.svg") 0 50% no-repeat;}
            #navigation nav li.menu__catalog a:after,#navigation nav li.menu-item-has-children a:after{width: 24px; height: 24px; background: url("../img/arrn.svg") 50% 50% no-repeat; position: absolute; top: calc(50% - 12px); right: 0; content: ''}
            #navigation nav li ul{display: none; border-radius: 0!important}
            #navigation nav li.menu-item-has-children li a:after{display: none;}


        #navigation nav li ul{position: fixed; top: 104px; left: 16px; z-index: 1900; background: #f8f6f3; display: block; width: calc(100% - 32px); height: calc(100% - 120px); height: auto; box-sizing: border-box; padding: 16px 0; overflow-y: auto; background: #D5B8EF; border-radius: 18px!important; display: none;}
            #navigation nav li ul ul{background: #f8f6f3; border-radius: 0; height: calc(100% - 70px); padding-top: 0; border-radius: 0!important}
                #navigation nav li ul ul.is-active{display: block;}
                #navigation nav li ul ul li{padding-left: 0; padding-right: 0;}
        /*#navigation nav li ul:after{position: absolute; top: 88px; left: 16px; width: calc(100% - 32px); height: calc(100% - 104px); background: #D5B8EF; content: ''; border-radius: 18px;}*/
        #navigation nav li ul li{padding: 8px 24px; border: none;}
            #navigation nav li ul li a:after{display: none;}
        #navigation nav li.menu__catalog ul li a{padding-left: 12px; background: transparent;}
        #navigation nav li ul li a{position: relative; z-index: 2; padding: 8px 44px 8px 12px; text-transform: none; border-radius: 8px;}
            #navigation nav li ul li:hover a{background: #F0E7FB}
                    #navigation nav li ul li.menu-item-has-children a:after{position: absolute; right: 12px; top: calc(50% - 12px); width: 24px; height: 24px; content: ''; background: url("../img/arrr.svg") 50% 50% no-repeat; opacity: 0; transition: all 0.2s; display: block;}
                    #navigation nav li ul li.menu-item-has-children:hover > a:after{opacity: 1}
            #navigation nav li ul li li a{background: transparent!important;}


            #navigation nav li.catalog_item a{padding-left: 32px; background: url("../img/icon-catalog.svg") 0 50% no-repeat;}
            #navigation nav li.catalog_item a:after{width: 24px; height: 24px; background: url("../img/arrn.svg") 50% 50% no-repeat; position: absolute; top: calc(50% - 12px); right: 0; content: ''}
            #navigation nav li.catalog_item ul li a{padding-left: 12px; background: transparent;}
            
        
            #navigation nav li ul.open{display: block;}


    #navigation .contacts{padding: 50px 0 0; font-size: 16px; font-weight: 500;}
        #navigation .contacts p{padding: 0 0 0 28px; margin-bottom: 16px; background: url("../img/location-black.svg") 0 50% no-repeat;}
            #navigation .contacts p.phone{ background: url("../img/phone-black.svg") 0 50% no-repeat;}
            #navigation .contacts p:last-child{margin: 0}
            #navigation .contacts p a{color: var(--black);}

    #navigation .menu__name{display: none; position: fixed; top: 0; left: 0; z-index: 200; align-items: center; justify-content: space-between; padding: 30px 16px; background: #AA82DD; width: 100%; font-size: 16px; font-weight: 500; font-family: var(--Unbounded); color: #fff; text-transform: uppercase; box-sizing: border-box}
        #navigation .menu__name.open{display: flex;}
        #navigation .menu__title{max-width: calc(100% - 40px)}
    #navigation .btn-close{width: 32px; height: 32px; background: url("../img/closen.svg") 50% 50% no-repeat;}
    #navigation.active{overflow: hidden!important;}

    #navigation.active nav{position: relative;}
    #navigation.active nav:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; background: #f8f6f3; content: '';}
    #navigation.active .contacts{opacity: 0;}




#promo{position: relative; overflow: hidden; height: calc(100vh - 253px); min-height: 600px;}
    #promo .video{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
        #promo .video:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: linear-gradient(71.84deg, rgba(28, 28, 30, 0.64) 6.31%, rgba(28, 28, 30, 0) 70.06%), rgba(28, 28, 30, 0.4);}
        #promo .video video{width: 100%; height: auto; object-fit: cover1;}
    #promo .data{display: flex; align-items: center; justify-content: flex-start; width: 100%; height: 100%; position: absolute; top: 0; left: 0; color: #fff;}
        #promo .data .text{max-width: 490px;}
        #promo .data .seasons{display: inline-block; font-family: var(--Unbounded); margin-bottom: 24px; position: relative; padding: 0 16px 0 30px; border-radius: 40px; border: 1px solid rgba(255, 255, 25, 0.4); font-size: 10px; font-weight: 500; color: rgba(255, 255, 255, 0.6); text-transform: uppercase;}
            #promo .data .seasons:after{position: absolute; top: calc(50% - 3px); left: 16px; width: 6px; height: 6px; border-radius: 50%; content: ''; background: var(--violetH);}
        #promo .data h1{margin-bottom: 24px; font-size: 60px; line-height: 110%; font-weight: 600; font-family: var(--Unbounded);}
            #promo .data h1 strong{font-weight: 600; color: var(--violetL);}
        #promo .data p{margin-bottom: 48px; opacity: 0.8;}
        #promo .actions{justify-content: flex-start; gap: 16px;}





.item__category{position: relative; box-sizing: border-box; padding: 24px; border-radius: 18px; background: #F1ECE8; display: flex; justify-content: space-between; flex-wrap: wrap; font-family: var(--Unbounded);}
    .item__category:hover .title{color: var(--violetH);}
    .item__category a{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3;}
    .item__category .count{font-size: 10px; font-weight: 500; text-transform: uppercase; color: #9A9A9E;}
    .item__category .image{width: 180px; border-radius: 18px; overflow: hidden; height: 212px;}
        .item__category .image img{width: 100%; height: 100%;}
        .item__category:hover img{transform: scale(1.1);}
    .item__category .data{width: calc(100% - 204px); position: relative; padding: 36px 0 0;}
        .item__category .data .title{transition: all 0.2s; position: absolute; bottom: 36px; left: 0; font-size: 24px; line-height: 130%; font-weight: 500;}




#products .swiper-slide{height: auto;}
#products .swiper-pagination{display: none;}
.page__category__list.grid .item__product{padding-bottom: 0}
.item__product{position: relative; box-sizing: border-box; overflow: hidden; border-radius: 18px; border: 1px solid #F1ECE8; background: #fff; font-family: var(--Unbounded); padding-bottom: 40px}
    .item__product .image{width: 100%; height: 380px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
        .item__product .image img{/*width: 100%; height: 100%;*/ max-width: 100%; max-height: 100%;}
        .item__product .image a{display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
    .product__sales{display: flex; align-items: center; justify-content: flex-start; position: absolute; top: 0; left: 0; padding: 8px; gap: 4px; z-index: 3}
        .product__sales span{padding: 0 16px; height: 26px; text-transform: uppercase; color: #fff; background: #7A9E7D; font-size: 10px; font-weight: 500; font-family: var(--Unbounded); border-radius: 40px; display: flex; align-items: center;}
        .product__sales span.new{background: #E8E3DF; color: #7B5D26}
    .item__product .data{padding: 24px;}
        .item__product .data .buy{position: absolute; bottom: 16px; left: 0; width: 100%; box-sizing: border-box; align-items: center; padding: 0 24px;}
        .item__product .data .category{margin-bottom: 8px; text-transform: uppercase; font-size: 10px; font-weight: 500; color: #9A9A9E; line-height: 120%;}
        .item__product .data .title{font-weight: 500; line-height: 150%;}
            .item__product .data .title a{color: var(--black);}
            .item__product .data .title:hover a{color: var(--violetH);}
            .item__product:hover .image img{transform: scale(1.05);}
    .item__product .price{color: var(--violet); font-weight: 500; font-size: 12px; font-family: var(--Unbounded);}
        .item__product .price del{font-size: 14px; color: #9A9A9E; font-weight: normal;}
        .item__product .price ins{background: transparent; color: #7A9E7D}






#locations{}
    #locations .item__full{width: calc(100% - 608px); overflow: hidden; border-radius: 18px; position: relative; background: #2B4A2E url("../img/bg_locations.svg") calc(100% - 30px) 100% no-repeat; padding: 80px 60px; box-sizing: border-box;}
    #locations .text{max-width: 400px; color: #fff;}
        #locations .item__full span{display: inline-block; margin-bottom: 24px; position: relative; padding: 0 16px 0 30px; border-radius: 40px; border: 1px solid rgba(255, 255, 25, 0.4); font-size: 10px; font-weight: 500; color: rgba(255, 255, 255, 0.4); text-transform: uppercase; font-family: var(--Unbounded);}
            #locations .item__full span:after{position: absolute; top: calc(50% - 3px); left: 16px; width: 6px; height: 6px; border-radius: 50%; content: ''; background: #fff; opacity: 0.4}
    #locations h3{font-family: var(--Unbounded); margin-bottom: 24px; font-size: 32px; font-weight: 600; line-height: 130%;}
        #locations h3 strong{color: #7B9E7E; font-weight: 600;}
    #locations .item__full p{margin-bottom: 40px; opacity: 0.8;}
    #locations .actions{justify-content: flex-start; gap: 16px;}
    #locations .items__small{width: 584px;}
    #locations .item{box-sizing: border-box; padding: 24px; border-radius: 18px; overflow: hidden; border: 1px solid #E8E3DF; background: #fff; font-family: var(--Unbounded);}
        #locations .item:nth-child(2){background: #F0E7FB}
        #locations .item:nth-child(3){background: #E9F2EA}
        #locations .item:nth-child(4){background: #F1ECE8}
        #locations .item .icon{display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 82px;}
        #locations .item .title{margin-bottom: 16px; font-size: 32px;font-weight: 600; line-height: 110%;}
        #locations .item p{font-size: 10px; font-weight: 500; color: #9A9A9E; text-transform: uppercase; line-height: 110%;}





#product__catalog{}
    #product__catalog .data{align-items: center; background: #fff; border-radius: 18px; overflow: hidden; box-sizing: border-box; border: 1px solid var(--borderM);}
    #product__catalog .image{width: 584px;}
        #product__catalog .image img{width: 100%; height: 100%;}
    #product__catalog .text{box-sizing: border-box; width: calc(100% - 608px); padding: 20px 60px;}
    #product__catalog span{display: inline-block; margin-bottom: 24px; position: relative; padding: 0 16px 0 30px; border-radius: 40px; font-size: 10px; font-weight: 500; color: var(--violet); text-transform: uppercase; font-family: var(--Unbounded); background: #F0E7FB;}
        #product__catalog span:after{position: absolute; top: calc(50% - 3px); left: 16px; width: 6px; height: 6px; border-radius: 50%; content: ''; background: var(--violet);}
    #product__catalog h2{margin-bottom: 16px; font-family: var(--Unbounded); font-weight: 600; font-size: 32px; line-height: 130%;}
    #product__catalog p{color: #5A5A5E; margin-bottom: 40px; line-height: 150%;}




#about{overflow-x: hidden;}
    #about .section__title{align-items: flex-start!important; border: none;}
    #about .swiper{overflow-x: visible;}
    #about .item__instagram{width: 340px; border-radius: 18px; overflow: hidden; position: relative;}
        #about .item__instagram img.main{width: 100%; height: 540px;}
        #about .item__instagram a{position: relative;}
            #about .item__instagram a:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(28, 28, 30, 0.8) 0%, rgba(28, 28, 30, 0.08) 100%); content: ''; opacity: 0;}
            #about .item__instagram a svg{display: none!important; opacity: 0!important}
        /*#about .item__instagram a{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(28, 28, 30, 0.8) 0%, rgba(28, 28, 30, 0.08) 100%); opacity: 0;}
            #about .item__instagram:hover a{opacity: 1}
            #about .item__instagram a span{color: #fff; justify-content: flex-start; align-items: center; gap: 8px; text-transform: uppercase; font-size: 10px; font-family: var(--Unbounded); padding: 24px;}*/





#masters{}
    #masters .data{padding: 80px 100px; background: black; color: #fff; border-radius: 18px; overflow: hidden; position: relative;}
        #masters .data .text{position: relative; z-index: 3; max-width: 526px}
        #masters .data .m_tags{justify-content: flex-start; gap: 22px; font-family: var(--Unbounded); font-size: 10px; text-transform: uppercase; color: rgba(255, 255, 255, 0.6); margin-bottom: 40px;}
            #masters .data .m_tags span{position: relative;}
                #masters .data .m_tags span:after{position: absolute; top: calc(50% - 3px); left: -14px; width: 6px; height: 6px; border-radius: 50%; background: var(--violet); content: '';}
                #masters .data .m_tags span:first-child:after{display: none;}
            #masters .data h2{font-family: var(--Unbounded); font-size: 40px; line-height: 120%; font-weight: 600; margin-bottom: 24px;}
                #masters .data h2 strong{color: var(--violet); font-weight: 600;}
            #masters .data .contents{opacity: 0.8;}
                #masters .data .contents p{margin-bottom: 24px;}
                #masters .data .contents ul{display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 24px}
                    #masters .data .contents ul li{box-sizing: border-box; width: calc(50% - 20px); padding-left: 40px; background: url("../img/check.svg") 0 50% no-repeat;}
        #masters .actions{gap: 16px; justify-content: flex-start; padding-top: 40px;}
    #masters .image{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
        #masters .image:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; inset: 0; backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); mask-image: linear-gradient(to right, black 40%, transparent 100%); -webkit-mask-image: linear-gradient(to right, black 40%, transparent 100%);}
        #masters .image img{width: 100%; height: 100%;}





.item__blog{position: relative; overflow: hidden; border-radius: 18px; background: #fff; border: 1px solid var(--borderM); font-family: var(--Unbounded); box-sizing: border-radius}
    .item__blog a{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 4}
    .item__blog .image{width: 100%; height: 300px; overflow: hidden;}
        .item__blog .image img{width: 100%; height: 100%;}
        .item__blog:hover .image img{transform: scale(1.05);}
    .item__blog .data{padding: 24px;}
        .item__blog .data .flex{justify-content: flex-start; align-items: center;}
        .item__blog .data .title{margin-bottom: 16px; font-weight: 500; line-height: 150%; transition: all 0.2s;}
            .item__blog:hover .data .title{color: var(--violetH);}
    .item__blog .data .flex{text-transform: uppercase; font-size: 10px; font-weight: 500; gap: 26px; color: #9A9A9E; line-height: 110%;}
    .item__blog .data .category{color: var(--violet); position: relative;}
        .item__blog .data .category:after{position: absolute; top: calc(50% - 4px); right: -16px; width: 6px; height: 6px; border-radius: 50%; background: #D3D3DA; content: '';}





#breadcrumbs{padding: 35px 0; font-family: var(--Unbounded); text-transform: uppercase; color: var(--violet); font-weight: 500; font-size: 12px; border-top: 1px solid var(--border);}
    #breadcrumbs a,#breadcrumbs span{display: inline; margin-right: 5px;}
        #breadcrumbs a{color: #9A9A9E}
            #breadcrumbs a:hover{color: var(--violetH);}
    #breadcrumbs span.sep{margin: 0; display: inline-block; width: 24px; height: 24px; background: url("../img/navarr.svg") 50% 50% no-repeat; position: relative; top: 7px; left: -9px; margin: 0}





#page__category{}
    #page__category .page__category__data.flex{align-items: flex-start;}
    #sidebar{width: 326px;}
        #sidebar .box__header{display: none;}
        #sidebar .box{position: relative; margin-bottom: 16px; border-radius: 18px; background: #F1ECE8; padding: 20px;}
        #sidebar .box__inn{padding: 16px 0 0; border-top: 1px solid var(--borderM); display: none;}
        #sidebar .box__title{font-weight: 600; font-size: 16px; font-family: var(--Unbounded); position: relative; line-height: 110%; padding: 8px 40px 8px 12px; cursor: pointer;}
            #sidebar .active .box__inn{display: block;}
            #sidebar .box__title:after{position: absolute; width: 16px; height: 16px; top: calc(50% - 8px); right: 12px; content: ''; background: url("../img/btn-plus.svg") 50% 50% no-repeat;}
            #sidebar .box.active .box__title:after{background: url("../img/btn-minus.svg") 50% 50% no-repeat;}
        #sidebar .box__price span{position: relative; width: calc(50% - 8px);}
            #sidebar .box__price span i{position: absolute; font-style: normal; font-size: 12px; color: #9A9A9E; top: 13px; left: 16px;}
            #sidebar .box__price input{width: 100%; height: 50px; border-radius: 8px; border: 1px solid var(--borderM); padding: 0 5px 0 36px; font-size: 14px; font-weight: 500;}
        #sidebar li{margin-bottom: 8px;}
            #sidebar li:last-child{margin: 0}
            #sidebar li a{display: flex; align-items: center; justify-content: space-between; padding: 9px 12px; flex-wrap: wrap; font-family: var(--Unbounded); font-weight: 600; color: var(--black); border-radius: 8px;}
                #sidebar li a i{width: calc(100% - 54px); font-style: normal; font-family: var(--Montserrat);}
                #sidebar li a span{display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 0 8px; height: 26px; border: 1px solid rgba(133, 95, 191, 0.4); border-radius: 40px; font-size: 10px; font-weight: 500; color: var(--violet);}
                #sidebar li.active a,#sidebar li:hover a{background: #fff;}
        #sidebar .btn{width: 100%;}
            #sidebar .btn-white-tr{background: rgba(255, 255, 255, 0.1); border-color: #D5B8EF; margin-top: 8px; color: var(--violet);}
                #sidebar .btn-white-tr:hover{background: #D5B8EF; color: #fff;}
    #page__category .products__data{width: calc(100% - 350px)}
    .swiper__tags .swiper-slide{width: auto;}
        .swiper__tags .swiper-slide a{display: flex; align-items: center; justify-content: center; height: 34px; border-radius: 40px; text-transform: uppercase; font-size: 10px; padding: 0 20px; font-weight: 500; font-family: var(--Unbounded); background: #E8E3DF; color: #7B5D26}
            .swiper__tags .swiper-slide a.active,.swiper__tags .swiper-slide a:hover{background: #7A9E7D; color: #fff;}
    .filters__mobile{display: none; align-items: center; justify-content: center; gap: 10px; height: 40px; border-radius: 8px; background: var(--violet); font-family: var(--Unbounded); color: #fff; width: 100%; font-size: 12px; font-weight: 500; text-transform: uppercase;}
    #page__category .section__filters{align-items: center; margin-bottom: 24px;}





#page__product{}
    #page__product .main{align-items: flex-start;}
    #page__product .product__sales{left: 132px; top: 8px;}
    #page__product .gallery{width: 690px; position: relative; overflow: hidden;}
        #page__product .slider__thumbs{width: 100px; height: 100%; position: absolute; top: 0; left: 0;}
        #page__product .slider__thumbs .slider-sw{height: 100%; border-radius: 18px; overflow: hidden;}
        #page__product .swiper__gallery__th.swiper{width: 100%; overflow: hidden; height: 100%;}
        #page__product .swiper__gallery__th .swiper-slide{display: flex; width: 100px; opacity: 0.5; height: 100px!important; justify-content: center; align-items: center; background: #fff; cursor: pointer; overflow: hidden; box-sizing: border-box; border-radius: 18px; border: 1px solid #E8E3DF; transition: all 0.2s}
            #page__product .swiper__gallery__th .swiper-slide img{max-width: 100%; max-height: 100%;}
                #page__product .swiper__gallery__th .swiper-slide.swiper-slide-thumb-active{opacity: 1}
        #page__product .slider__main{width: calc(100% - 116px); margin-left: 116px; border-radius: 18px; border: 1px solid #E8E3DF; overflow: hidden;}
            #page__product .slider__main .swiper-slide{width: 100%; height: 575px; overflow: hidden; box-sizing: border-box; background: #fff; display: flex; align-items: center; justify-content: center;}
                /*#page__product .slider__main .swiper-slide img{max-width: 90%; max-height: 90%; width: auto; height: auto}*/
                #page__product .slider__main .swiper-slide img{max-width: 100%; max-height: 100%;}
                #page__product .slider__main .swiper-slide a{display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
        #page__product .swiper-pagination{margin: -40px 0 0!important; display: none;}
        #page__product .slider-sw .swiper-button-prev, #page__product .slider-sw .swiper-button-next{background-color: #fff; width: 60px; height: 60px;}
        #page__product .slider-sw .swiper-button-prev{left: calc(50% - 30px); top: 0!important; margin: 0; transform: rotate(180deg);}
        #page__product .slider-sw .swiper-button-next{right: calc(50% - 30px); margin: 0; top: calc(100% - 60px)!important;}
        #page__product .slider-sw .swiper-button-prev svg path, #page__product .slider-sw .swiper-button-next svg path{stroke: #AA82DD!important}
        #page__product .slider-sw .swiper-button-prev:hover, #page__product .slider-sw .swiper-button-next:hover{background-color: var(--violetH);}
        #page__product .slider-sw .swiper-button-prev:hover svg path, #page__product .slider-sw .swiper-button-next:hover svg path{stroke: #fff!important;}
    #page__product .information{width: calc(100% - 714px)}
        #page__product .p__top{margin-bottom: 40px; justify-content: flex-start;}
        #page__product .p__price{margin-bottom: 40px; align-items: center; justify-content: flex-start; gap: 16px;}

    #page__product .p__price{color: var(--violet); font-weight: 500; font-size: 20px; font-family: var(--Unbounded);}
        #page__product .p__price del{font-size: 16px; color: #9A9A9E; font-weight: normal;}
        #page__product .p__price ins{background: transparent; color: #7A9E7D}

            #page__product .p__price .price{line-height: 100%; font-size: 32px; font-weight: 500; color: #7A9E7D; font-family: var(--Unbounded);}
        #page__product .s__variations{margin-bottom: 40px;}
            #page__product .s__variations .title{text-transform: uppercase; font-weight: 500; font-family: var(--Unbounded); margin-bottom: 16px; color: #9A9A9E; font-size: 12px;}
                #page__product .s__variations .title strong{font-weight: 500; color: var(--black);}
            #page__product .s__variations .flex{align-items: center; justify-content: flex-start; gap: 4px;}
                #page__product .s__variations .flex a{display: flex; align-items: center; justify-content: center; height: 36px; color: var(--violetH); font-family: var(--Unbounded); background: #fff; padding: 0 20px; font-size: 10px; font-weight: 500; border-radius: 8px; border: 1px solid #D5B8EF;}
                    #page__product .s__variations .flex a:hover,#page__product .s__variations .flex a.active{background: var(--violetH); color: #fff; border-color: var(--violetH);}
        #page__product .buy{padding: 24px; background: #F1ECE8; border-radius: 18px;}
        #page__product .buy .btn-violet{width: calc(100% - 200px); border-radius: 12px;}
        #page__product .buy .flex{margin-bottom: 24px;}
        #page__product .buy .btn{border-radius: 12px;}

        #page__product .product__description{padding: 40px 0 0;}
            #page__product .product__description .tth .row{background: #fff; align-items: center; padding: 12px 16px; border-radius: 8px; width: calc(50% - 12px); box-sizing: border-box; margin-bottom: 10px; color: #9A9A9E;}
                #page__product .product__description .tth .row strong{font-weight: 500; color: var(--black);}

        #page__product .product__description .sklad{background: #fff; border-radius: 18px; border: 1px solid #E8E3DF; padding: 40px; box-sizing: border-box; max-width: 710px;}
        .discount{font-style: normal;}







    .p__counts{position: relative; background: #fff; width: 175px; overflow: hidden; border-radius: 12px; border: 1px solid #E8E3DF;}
        .p__counts input{width: 100%; text-align: center; border: none; height: 50px; font-size: 12px; font-weight: 500; font-family: var(--Unbounded);}
        .p__counts .btn{position: absolute; top: 0; width: 50px; height: 50px; border-right: 1px solid #E8E3DF; border-radius: 0!important; background: #fff; z-index: 3;}
        .p__counts .btn.btn-minus{left: 0}
        .p__counts .btn.btn-plus{right: 0; border: none; border-left: 1px solid #E8E3DF}
        .p__counts .btn:hover{background: var(--violetH); border-color: var(--violetH);}
        .p__counts .btn:hover svg path{stroke: #fff;}





.blog__filters{justify-content: flex-start!important; gap: 8px; padding-bottom: 40px;}
    .blog__filters a{display: flex; align-items: center; justify-content: center; box-sizing: border-box; border-radius: 40px; padding: 0 20px; height: 36px; background: #E8E3DF; text-transform: uppercase; color: #7B5D26; font-size: 10px; font-weight: 500; font-family: var(--Unbounded);}
        .blog__filters a.active,.blog__filters a:hover{color: #fff; background: #7A9E7D}





#page__article{}
    #page__article iframe{width: 100%; height: 500px;}
    #page__article .flex{align-items: flex-start;}
    #page__article .a__info{align-items: center; justify-content: flex-start; gap: 32px; padding-bottom: 24px;}
        #page__article .a__info .at{gap: 4px; align-items: center; text-transform: uppercase; font-family: var(--Unbounded); font-size: 10px; font-weight: 500; color: #5A5A5E;}
    #page__article .thumbnail{margin-bottom: 32px;}
        #page__article .thumbnail img{border-radius: 18px; width: 100%; height: 430px;}
    #page__article .main{width: calc(100% - 464px);}
    #page__article .section__title .bt{font-size: 32px;}

    .share{padding: 24px 40px; margin-top: 32px; border-radius: 18px; background: #F1ECE8; align-items: center!important;}
        .share a{display: flex; align-items: center; justify-content: center; gap: 4px; background: #fff; border-radius: 40px; height: 48px; text-transform: uppercase; color: var(--violet); padding: 0 20px; font-size: 12px; font-family: var(--Unbounded);}
            .share a:last-child svg{margin-right: 4px;}
            .share a:hover{background: var(--violetH); color: #fff;}
                .share a:first-child:hover svg path{fill: #fff;}
                .share a:last-child:hover svg path{stroke: #fff;}
        .share .socials_share{align-items: center; gap: 10px;}
        .share span{font-weight: 500; font-family: var(--Unbounded);}


    .article__sidebar{width: 440px;}
        .article__sidebar .box{border-radius: 18px; border: 1px solid #E8E3DF; box-sizing: border-box; background: #F1ECE8; margin-bottom: 24px; overflow: hidden;}
            .article__sidebar .box:last-child{margin: 0}
            .article__sidebar .box .box__title{font-family: var(--Unbounded); padding: 24px; font-weight: 500; line-height: 150%;}
        .article__sidebar .zmist{background: #fff; padding: 16px 0;}
            .article__sidebar .zmist li a{display: block; padding: 8px 24px; border-left: 3px solid transparent; color: var(--black); font-weight: 500;}
                .article__sidebar .zmist li a:hover{background: #F0E7FB; color: var(--violetH); border-color: var(--violetH);}

        .article__sidebar .blog__list{background: #fff; padding: 16px 24px;}
        .article__sidebar .item__blog{position: relative; padding: 0; border: none; padding-left: 80px; min-height: 64px; border-radius: 0; margin-bottom: 16px;}
            .article__sidebar .item__blog:last-child{margin: 0}
            .article__sidebar .item__blog .image{width: 64px; height: 64px; position: absolute; top: 0; left: 0; border-radius: 8px;}
            .article__sidebar .item__blog .image img{transform: none!important;}
            .article__sidebar .item__blog .data{padding: 7px 0 0;}
                .article__sidebar .item__blog .data .title{font-size: 12px; margin-bottom: 6px;}
        .article__sidebar .note{margin-bottom: 16px; border-bottom: 1px solid #E8E3DF; padding-bottom: 10px;}

    #page__article #ez-toc-container{background: transparent; padding: 0; margin: 0; border: none; box-shadow: none; font-family: var(--Montserrat); max-width: 100%; width: 100%;}
    #page__article #ez-toc-container ul li a{display: block; text-decoration: none; color: var(--black); font-size: 16px; font-family: var(--Montserrat);}
        #page__article #ez-toc-container ul li a:hover{color: var(--violet);}
    #page__article #ez-toc-container ul li,#page__article #ez-toc-container ul li ul{padding: 0; margin: 0}




    .form__subscribe{}

        .form__subscribe .wpcf7-not-valid-tip,.form__subscribe br,.form__subscribe .wpcf7-response-output{display: none!important;}
        .form__subscribe .label{font-weight: 600; font-size: 12px; margin-bottom: 8px; color: #9A9A9E; text-transform: uppercase; font-family: var(--Unbounded);}
        .form__subscribe input{width: 100%; height: 50px; border-radius: 12px; padding: 0 20px; background: #fff; border: 1px solid #E8E3DF; margin-bottom: 16px; font-size: 16px;}
        .form__subscribe .btn{width: 100%;}
        .form__subscribe .checkbox{margin-top: 16px; font-size: 14px; font-weight: 500; padding-top: 1px; padding-bottom: 2px;}





#page__contacts{}
    #page__contacts .section__title .title__description{padding-top: 16px; color: #5A5A5E; font-weight: 500; max-width: 610px}
    #page__contacts .items{margin-bottom: 32px;}
    #page__contacts .item{background: #fff; border-radius: 18px; border: 1px solid #E8E3DF; padding: 24px;}
        #page__contacts .item span{display: block; text-transform: uppercase; padding: 16px 0 12px; font-size: 12px; font-weight: 500; color: #9A9A9E; font-family: var(--Unbounded); line-height: 110%;}
        #page__contacts .item .ct{font-family: var(--Unbounded); font-weight: 500; margin-bottom: 10px; display: flex; align-items: center; justify-content: flex-start; height: 48px;}
            #page__contacts .item .ct a{color: var(--black);}
                #page__contacts .item .ct a:hover{color: var(--violetH);}
        #page__contacts .item .info{display: flex; align-items: center; justify-content: flex-start; height: 36px; margin-bottom: 20px; font-weight: 500; font-size: 14px; color: #9A9A9E;}
        #page__contacts .item .flex{justify-content: flex-start; gap: 20px;}
    #page__contacts .form{width: 440px; box-sizing: border-box; border-radius: 18px; overflow: hidden; background: #F1ECE8; border: 1px solid #E8E3DF; padding: 20px;}
    #page__contacts .map{width: calc(100% - 464px); box-sizing: border-box; background: #F1ECE8; border: 1px solid #E8E3DF; overflow: hidden; border-radius: 18px;}
        #page__contacts .map .top__head{align-items: center; padding: 32px;}
        #page__contacts .map h2{font-size: 24px; font-weight: 500; font-family: var(--Unbounded);}
        #page__contacts .map iframe{object-fit: cover; width: 100%; height: 420px;}
        #page__contacts .map .it{text-align: center; width: 33%; font-family: var(--Unbounded); line-height: 150%; text-transform: uppercase; font-weight: 600; box-sizing: border-box; padding: 30px 20px; border-right: 1px solid var(--borderM);}
            #page__contacts .map .it:last-child{border: none;}
            #page__contacts .map .it span{display: block; font-size: 10px; font-weight: 500; color: #9A9A9E; margin-bottom: 0px;}
            #page__contacts .map .it .status{display: inline-block; line-height: 36px; padding: 0 20px; border-radius: 40px; font-size: 10px; font-weight: 500; color: #567A5A; background: #E9F2EA; margin-top: 10px;}
                #page__contacts .map .it:last-child .status{background: #F9F6EE; color: #E6A900;}





#our__location{}
    #our__location .items{width: 584px;}
    #our__location .item__full{width: calc(100% - 608px);}
    #our__location img{width: 100%; height: 100%; border-radius: 18px;}





#how__location{}
    #how__location .item{padding: 24px 24px 225px; border-radius: 18px; background: #F0E7FB; border: 1px solid var(--borderM); position: relative;}
        #how__location .item .data{position: absolute; bottom: 0; left: 0; width: 100%; padding: 24px; box-sizing: border-box;}
        #how__location .item h3{margin-bottom: 16px; font-family: var(--Unbounded); font-size: 32px; line-height: 110%; font-weight: 600; color: var(--violet);}
        #how__location .item p{font-weight: 500; font-size: 14px; color: #9A9A9E; line-height: 120%; min-height: 70px}
            #how__location .item:nth-child(2){background: #E9F2EA}
                #how__location .item:nth-child(2) h3{color: #567A5A}
            #how__location .item:nth-child(3){background: #F1ECE8}
                #how__location .item:nth-child(3) h3{color: var(--black);}





#page__error{padding: 120px 0; color: #fff; text-align: center; position: relative; overflow: hidden; background: url("../img/bg_error_page.webp") 50% 50% no-repeat; background-size: cover;}
    #page__error .container{position: relative; z-index: 3;}
    #page__error .flex{gap: 16px; justify-content: center; padding: 48px 0 0;}
    #page__error .note{margin: 0 auto; max-width: 500px;}
    #page__error p{font-family: var(--Unbounded); font-size: 60px; font-weight: 600; line-height: 110%; margin-bottom: 24px;}
        #page__error p strong{font-weight: 600; color: var(--violet);}
    #page__error .title{font-size: 240px; font-weight: 600; font-family: var(--Unbounded); line-height: 110%; background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 84.09%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; mix-blend-mode: hard-light;}














/*CART PAGE*/

#page__cart .custom-cart{align-items: flex-start;}
    #page__cart .custom-cart-items{width: calc(100% - 480px);}
        #page__cart .cart-item{position: relative; align-items: center; margin-bottom: 16px; box-sizing: border-box; padding: 24px; border-radius: 18px; border: 1px solid var(--borderM); font-family: var(--Unbounded); font-weight: 500; line-height: 150%; background: #fff;}
            #page__cart .cart-item-thumb{display: flex; margin-right: 10px; align-items: center; justify-content: center; padding: 0px; box-sizing: border-box; width: 64px; height: 64px; border-radius: 18px; overflow: hidden;}
                #page__cart .cart-item-thumb img{width: 100%; height: 100%;}

    .count__form{position: relative; background: #fff; width: 175px; overflow: hidden; border-radius: 12px; border: 1px solid #E8E3DF;}
        .count__form input{width: 100%; text-align: center; border: none; height: 50px; font-size: 12px; font-weight: 500; font-family: var(--Unbounded);}
        .count__form .btn{position: absolute; top: 0; width: 50px; height: 50px; border-right: 1px solid #E8E3DF; border-radius: 0!important}
        .count__form .btn.btn-minus{left: 0}
        .count__form .btn.btn-plus{right: 0; border: none; border-left: 1px solid #E8E3DF}
        .count__form .btn:hover{background: var(--violetH); border-color: var(--violetH);}
        .count__form .btn:hover svg path{stroke: #fff;}


        #page__cart .cart-item-price{width: 130px; color: var(--violetH); text-align: right;}
        #page__cart .cart-item-remove{width: 32px; height: 32px; display: flex; align-items: center; justify-content: center;}
        #page__cart .remove-item:hover{transform: rotate(180deg);}
        #page__cart .remove-item:hover svg path{stroke: red;}


        #page__cart .cart-item-name{width: calc(100% - 460px)}
            #page__cart .cart-item-name a{color: var(--black);}
                #page__cart .cart-item-name a:hover{color: var(--violetH);}


    #page__cart .custom-cart-summary{width: 440px; box-sizing: border-box; padding: 20px; background: #F1ECE8; border-radius: 18px; font-family: var(--Unbounded);}
        #page__cart .custom-cart-summary .title{font-weight: 600; border-bottom: 1px solid var(--borderM); margin-bottom: 16px; padding-bottom: 10px;}
        #page__cart .custom-cart-summary .row{margin-bottom: 12px; font-size: 14px; color: #9A9A9E}
            #page__cart .custom-cart-summary .row span,#page__cart .custom-cart-summary .row strong{font-weight: 600; color: var(--black);}
        #page__cart .custom-cart-summary .row-total{font-weight: 600; border-bottom: 1px solid var(--borderM); border-top: 1px solid var(--borderM); margin: 16px 0; padding: 10px 0;}
            #page__cart .custom-cart-summary .row-total strong{font-weight: 600; color: var(--violetH);}
        #page__cart .custom-cart-summary .btn{width: 100%;}
        #page__cart .custom-cart-summary .actions{gap: 16px;}

/*CART PAGE*/









/*CHECKOUT PAGE*/

#page__checkout{}
    #page__checkout .flex{align-items: flex-start;}
    #page__checkout .checkout-left{width: calc(100% - 480px)}
    #page__checkout .checkout-right{width: 440px; box-sizing: border-box; padding: 20px; background: #F1ECE8; border-radius: 18px; font-family: var(--Unbounded);}
        #page__checkout .checkout-right #payment{display: none;}

    .cb__title{font-weight: 600; border-bottom: 1px solid var(--borderM); margin-bottom: 16px; padding-bottom: 10px;}

    #page__checkout .checkout-block{background: #fff; box-sizing: border-box; padding: 24px; border-radius: 18px; border: 1px solid var(--borderM); margin-bottom: 24px;}
        #page__checkout .checkout-block h3{display: flex; align-items: center; justify-content: flex-start; gap: 16px; margin-bottom: 32px; font-family: var(--Unbounded); font-size: 24px; font-weight: 500;}
            #page__checkout .checkout-block h3 span{display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--violetH); width: 40px; height: 40px; font-size: 12px; font-weight: 500;}

    #page__checkout .checkout-block .checkbox{margin: 16px 0 0; font-size: 14px; padding-top: 2px; padding-bottom: 2px;}

    #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; text-transform: uppercase; font-size: 12px; color: #9A9A9E; margin-bottom: 8px; line-height: 150%; font-family: var(--Unbounded); font-weight: 600; letter-spacing: 0.08em;}
            #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,.woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview,.woocommerce-additional-fields__field-wrapper{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%; background: #fff; padding: 0 20px; font-size: 16px; margin-bottom: 16px; height: 50px; border-radius: 12px; border: 1px solid var(--borderM); transition: all 0.2s;
    }
    #page__checkout .site__label{margin-bottom: 8px;}
    #page__checkout input:focus,#page__checkout textarea:focus,#page__checkout select:focus{border-color: var(--violet)!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: #F0E7FB; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid #855FBF;}
            #page__checkout .ship__item .icon img{width: 30px; margin: 0!important}
        #page__checkout .ship__item .tt__title{font-weight: 600; font-family: var(--Unbounded);}
            #page__checkout .ship__item .tt__title i{font-size: 14px; font-weight: 500; font-style: normal; display: block; width: 100%; color: #9A9A9E; font-family: var(--Montserrat);}
            #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 #E8E3DF; border-radius: 28px; 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: #D5B8EF!important; background: #F0E7FB;}
    .shipping_method:checked + label .icon{background: #fff!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 #D5B8EF; border-radius: 18px; background: #F0E7FB; 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; font-weight: 500; width: 100%!important; max-width: 100%!important; display: block;}
    #page__checkout table.shop_table thead,#page__checkout table.shop_table tbody{display: block;}
    #page__checkout table tr{display: block; position: relative; padding: 10px 0 0 80px; border: none; margin-bottom: 8px; min-height: 64px; box-sizing: border-box; width: 100%;}
    #page__checkout table td{display: block; border: none; padding: 0}
    #page__checkout table .checkout-product__image{position: absolute; top: 0; left: 0; border-radius: 8px; width: 64px; height: 64px; background: #fff; overflow: hidden;}
        #page__checkout table .checkout-product__image img{width: 64px; height: 64px; border-radius: 4px;}
        #page__checkout table strong{font-weight: 500; font-size: 10px; color: #9A9A9E; letter-spacing: 0.08em; font-family: var(--Unbounded);}
    #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: 10px; color: #9A9A9E; letter-spacing: 0.08em; font-family: var(--Unbounded);}
    #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 var(--borderM); padding-top: 16px; margin-top: 16px;}
        #page__checkout table tr.order-total th{padding: 0; text-align: left; border: none; font-family: var(--Cormorant); color: var(--black); font-weight: 600; font-size: 18px;}
        #page__checkout table tr.order-total strong{color: var(--violetH); font-size: 18px; font-weight: 600; font-family: var(--Unbounded);}

    #page__checkout .checkout-product__name{font-size: 12px; font-weight: 700; line-height: 150%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%;}

    #page__checkout .checkout-block.checkout-confirm{background: transparent; padding: 0; border: none; margin: 16px 0 0; padding: 16px 0 0; border-top: 1px solid var(--borderM);}
    #page__checkout .checkout-block.checkout-confirm label.checkbox span{font-size: 14px!important; font-family: var(--Montserrat);}


    #page__checkout table.shop_table tfoot{display: flex; width: 100%; align-items: center; justify-content: space-between;}


    #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}

/*CHECKOUT PAGE*/










/*ACCOUNT*/

    .content__page .woocommerce-error{margin-bottom: 24px!important}

    #page__article .woocommerce form .form-row .input-text, #page__article .woocommerce form .form-row select{
        width: 100%; background: #fff; padding: 0 20px; font-size: 16px; margin-bottom: 16px; margin: 0; height: 50px; border-radius: 12px; border: 1px solid var(--borderM); transition: all 0.2s;
    }

    #page__article .woocommerce-notices-wrapper{display: none!important;}

    #page__account .woocommerce form .form-row .input-text, #page__account .woocommerce form .form-row select{
        width: 100%; background: #fff; padding: 0 20px; font-size: 16px; margin-bottom: 16px; margin: 0; height: 50px; border-radius: 12px; border: 1px solid var(--borderM); transition: all 0.2s;
    }

    #page__account .woocommerce-notices-wrapper{display: none!important;}


#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: 10px; height: 36px; padding: 0 16px; background: #E8E3DF; color: #7B5D26;}
        #table__order .orders-filter .btn.active{color: #fff; background: #7A9E7D;}
        #table__order .orders-filter .btn:hover{color: #fff; background: #7A9E7D; 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(--violetH); font-weight: 500; font-size: 24px; font-family: var(--Unbounded);}
        #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(--black); border-bottom: 1px solid transparent; font-family: var(--Unbounded);}
                    #table__order ul li a:hover{border-color: var(--copper);}
        #table__order .p_total{width: 120px; font-family: var(--Unbounded); font-weight: 500; font-size: 14px; text-align: right;}
        #table__order .p_info{width: calc(100% - 220px); font-size: 14px; 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;}






#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{}
                #page__account .content__account .woocommerce-MyAccount-navigation ul li{transition: all 0.2s; border: 1px solid var(--borderM); background: #fff; border-radius: 18px; overflow: hidden; margin-bottom: 8px;}
                    #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: 80px; color: var(--black); font-family: var(--Unbounded); font-size: 16px; font-weight: 600;  padding: 10px 24px 10px 74px; 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{background: #F0E7FB}
                    #page__account .content__account .woocommerce-MyAccount-navigation ul li.is-active a,#page__account .content__account .woocommerce-MyAccount-navigation ul li:hover a{color: #855FBF;}
                    #page__account .content__account .woocommerce-MyAccount-navigation ul li a{background: url("../img/account-orders.svg") 20px 50% no-repeat; background-size: 40px!important}
                        #page__account .content__account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--favorites a{background: url("../img/account-favorites.svg") 20px 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") 20px 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") 20px 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 var(--borderM); margin-bottom: 24px; padding: 100px 24px 24px; text-align: center; border-radius: 18px; position: relative; overflow: hidden;}
        #page__account .account-user-profile:after{position: absolute; background: #603A9A url("../img/bg_account.svg") 50% 100% no-repeat; top: 0; left: 0; width: 100%; height: 180px; content: '';}
        #page__account .account-user-profile .user-avatar,#page__account .account-user-profile .user-info{position: relative; z-index: 3;}
        #page__account .account-user-profile img{margin: 0 auto 24px; max-width: 160px;}
        #page__account .account-user-profile .user-name{font-family: var(--Unbounded); font-size: 24px; line-height: 120%; margin-bottom: 10px; font-weight: 500; width: 100%; display: block;}
        #page__account .account-user-profile .user-email{font-size: 14px; font-weight: 500; color: #9A9A9E;}
    #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: 12px; color: #9A9A9E; display: block; font-family: var(--Unbounded);}
#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 0 24px}


#page__account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit{color: #fff; padding: 0 28px; font-family: var(--Unbounded); height: 50px; gap: 8px; background: var(--violet); text-transform: uppercase; font-size: 12px; font-weight: 500; border-radius: 40px; margin: 0; float: none}
#page__account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover{background: var(--violetH)}

#page__account .woocommerce-form-row{margin-bottom: 24px;}


#page__account .woocommerce-Button.button{color: #fff; padding: 0 28px; font-family: var(--Unbounded); height: 50px; gap: 8px; background: var(--violet); text-transform: uppercase; font-size: 12px; font-weight: 500; border-radius: 40px; margin: 0; float: none}
#page__account .woocommerce-Button.button:hover{background: var(--violetH)}





#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;}

/*ACCOUNT*/










footer{color: #fff; padding: 80px 0 0; background: #603A9A;}
    footer .bottom{width: 100%; padding: 24px 0; margin-top: 80px; border-top: 1px solid rgba(213, 184, 239, 0.2); color: #D5B8EF}
        footer .bottom .flex{align-items: center;}
        footer .bottom .socials_f{gap: 32px; font-size: 12px; font-family: var(--Unbounded);}
            footer .bottom .socials_f a{display: flex; align-items: center; color: #D5B8EF; text-transform: uppercase; gap: 8px;}
        footer .bottom a{color: #D5B8EF}
            footer .bottom a:hover{color: #fff;}
            footer .bottom a:hover svg path{fill: #fff;}
    footer .title{font-size: 24px; font-weight: 600; margin-bottom: 40px; color: #D5B8EF; font-family: var(--Unbounded);}
    footer .col{max-width: 464px}
        footer .col:nth-child(1) ul{display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap;}
            footer .col:nth-child(1) ul li{width: calc(50% - 12px)}
    footer .col li{margin-bottom: 16px; font-weight: 600; line-height: 150%;}
        footer .col li:last-child{margin: 0}
        footer .col li a{color: #fff; border-bottom: 1px solid transparent;}
            footer .col li a:hover{border-color: #fff;}
        footer .col .phone{font-size: 24px; font-weight: normal; padding-left: 56px; font-family: var(--Unbounded); background: url("../img/phone-f.svg") 0 50% no-repeat; line-height: 50px;}
        footer .col .address{padding-left: 56px; background: url("../img/address-f.svg") 0 50% no-repeat; line-height: 50px;}
        footer .col .email{padding-left: 56px; background: url("../img/email-f.svg") 0 50% no-repeat; line-height: 50px;}
    footer .sub-menu{display: none!important;}




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










/* common styles */

    .section{padding: 100px 0; overflow: hidden;}
    .section__bottom{padding: 0 0 100px}
    .section__top{padding: 100px 0 0}

    .section__bg{background: #f0ebe4;}


    .section__title{margin-bottom: 40px; align-items: flex-end!important; padding-bottom: 16px; border-bottom: 1px solid var(--borderM);}
        .section__title .bt{font-family: var(--Unbounded); font-size: 40px; font-weight: 600; color: var(--black); line-height: 110%;}
        .section__title .title__description{max-width: 586px;}
            .section__title .title__description p{margin-bottom: 24px; color: #5A5A5E}
    .section__title .s__title{margin: 20px 0 8px; font-family: var(--Unbounded); font-size: 13px; opacity: 0.6}



    #totop{position: fixed; z-index: 600; bottom: 40px; right: 40px;}
        #totop a{display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 4px; background: #D5B8EF;}
            #totop a:hover{background: var(--violetH);}


    .s__tags{justify-content: flex-start!important; gap: 8px; align-items: center;}
        .s__tags span,.s__tags a{display: flex; align-items: center; justify-content: center; text-transform: uppercase; padding: 0 20px; font-size: 10px; font-weight: 500; font-family: var(--Unbounded); color: var(--violetH); background: #F0E7FB; border-radius: 40px; height: 36px; gap: 8px;}
            .s__tags a:hover{color: #fff; background: var(--violetH);}
            .s__tags span.s__green{background: #E9F2EA; color: #567A5A}
            .s__tags span.s__red{background: #FFE1DD; color: #D65238}
            .s__tags span.s__small{padding: 0 16px; height: 28px;}
            .s__tags span.no{filter: grayscale(100%);}



    .site__label{text-transform: uppercase; letter-spacing: 0.08em; color: #9A9A9E; font-size: 12px; font-weight: 600; font-family: var(--Unbounded);}


    .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: 2px solid #E8E3DF; margin-bottom: 40px; font-family: var(--Unbounded);}
        .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 32px; position: relative; top: 1px; box-sizing: border-box; cursor: pointer; transition: all 0.2s; border-bottom: 2px solid transparent; font-size: 16px; font-weight: 500}
            .site__filters .item__filter:hover,.site__filters .item__filter.active{color: var(--violetH); border-color: var(--violetH);}


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




    .content{font-size: 16px; line-height: 150%; color: var(--black);}
        .content #ez-toc-container{display: none!important;}
        .content p{margin-bottom: 16px;}
        #page__article .content .gallery{display: flex; justify-content: space-between; flex-wrap: wrap; float: none;}
            #page__article .content .gallery br{display: none;}
            #page__article .content .gallery .gallery-item{width: calc(50% - 6px); box-sizing: border-box; margin: 0 0 12px; border-radius: 12px; overflow: hidden; float: none!important;}
                #page__article .content .gallery .gallery-item dt{width: 100%; height: 100%;}
                #page__article .content .gallery .gallery-item img{width: 100%; height: 100%; margin: 0; border: none;}
        .content h2,.content h3,.content h4,.content h5,.content h6{color: var(--black); font-family: var(--Unbounded); margin-bottom: 32px; padding-bottom: 16px; border-bottom: 1px solid #E8E3DF; line-height: 130%; font-size: 24px; font-weight: 600;}
        .content h3{font-size: 20px;}
        .content h4,.content h5,.content h6{font-size: 18px;}
        .content a{color: var(--violetH); border-bottom: 1px solid var(--violetH); font-weight: 500;}
            .content a:hover{border-color: transparent;}
        .content ul,.content ol{margin-bottom: 40px;}
            .content ul li{position: relative; padding: 0 0 0 22px; margin-bottom: 10px;}
                .content ul li:last-child{margin: 0}
                .content ul li:after{position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--violet); 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: var(--violetH); box-sizing: border-box; font-size: 12px; font-weight: 500; color: #fff; border: 1px solid var(--violetH); font-family: var(--Unbounded);}

        .content strong{font-weight: 600;}

        .content blockquote{display: block; margin-bottom: 32px; padding: 110px 40px 40px; background: #fff url("../img/quote.svg") 40px 40px no-repeat; border-left: 3px solid var(--violetH); font-weight: 500; font-family: var(--Unbounded);}
            .content blockquote p{margin: 0}
            .content blockquote strong{color: var(--violetH); font-weight: 500; 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);}



    .pagination .nav-links{display: flex; align-items: center; justify-content: center; gap: 16px; padding: 40px 0 0;}
        .pagination a,.pagination span{display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; color: var(--black); box-sizing: border-box; font-size: 12px; font-weight: 500; font-family: var(--Unbounded); border: 1px solid var(--violet);}
        .pagination span.current,.pagination a:hover{color: #fff; background: var(--violet);}
        .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(--violet) url("../img/arrow_left_w.svg") 50% 50% no-repeat;}
        .pagination a.next:hover{background: var(--violet) url("../img/arrow_right_w.svg") 50% 50% no-repeat;}



    .form__select{position: relative; cursor: pointer; z-index: 30; font-weight: normal; font-size: 16px;}
        .form__select:after{position: absolute; right: 16px; top: calc(50% - 12px); width: 24px; height: 24px; content: ''; background: url("../img/arrd.svg") 50% 50% no-repeat; transition: all 0.2s;}
        .form__select .select__current{display: flex; height: 40px; box-sizing: border-box; padding: 0 48px 0 16px; align-items: center; width: auto; background: transparent; border-radius: 4px; border: 1px solid var(--border); background: #fff; font-size: 14px; font-weight: 500; color: #9A9A9E; 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; padding: 10px 17px; border-bottom: 1px solid rgba(78, 78, 169, 0.2); line-height: 1.2;}
                .form__select ul li:last-child{border: none;}
                .form__select ul li:hover,.form__select ul li.active{color: #fff; background: var(--violetH);}
                .form__select ul li a{color: var(--violet);}
                    .form__select ul li:hover a{color: #fff;}



/* common styles */









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

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

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

.slider-sw .swiper-button-prev,.slider-sw .swiper-button-next{width: 60px; opacity: 1!important; height: 60px; top: 50%!important; transition: all 0.2s ease-out; margin: -30px 0 0 0; overflow: hidden; box-sizing: border-box; border: 1px solid var(--violet); border-radius: 50%;}
.slider-sw .swiper-button-prev{left: -120px}
.slider-sw .swiper-button-next{right: -120px;}

.slider-sw .swiper-button-prev svg,.slider-sw .swiper-button-next svg{width: 24px; height: 24px;}
.slider-sw .swiper-button-prev:hover,.slider-sw .swiper-button-next:hover{background: var(--violetH); border-color: var(--violetH);}
.slider-sw .swiper-button-prev:hover svg path,.slider-sw .swiper-button-next:hover svg path{stroke: #fff;}



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


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



.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: #F0E7FB; transition: all 0.2s; opacity: 1!important;}
.slider-sw .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1!important; background: #AA82DD; 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: 8px; padding: 0; font-family: var(--Unbounded); font-size: 32px; font-weight: 600; line-height: 100%;}


.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/closef.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%; background: #fff; padding: 0 20px; font-size: 16px; margin-bottom: 16px; height: 50px; border-radius: 12px; border: 1px solid var(--borderM); transition: all 0.2s;
}
.form .site__label{margin-bottom: 8px;}
.form label{display: block; margin-bottom: 16px;}
.form input:focus,.form textarea:focus{border-color: var(--violet)!important;}
.form .btn{width: 100%;}
.form textarea{height: 90px; resize: none; padding-top: 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: 16px 0 0; font-size: 14px; padding-top: 2px; padding-bottom: 2px;}
.form .f__label{text-transform: uppercase; font-family: var(--Unbounded); margin-bottom: 8px; font-size: 12px; color: #9A9A9E; font-weight: 600; line-height: 150%; letter-spacing: 0.08em;}
.form .form__title{font-family: var(--Unbounded); font-size: 24px; font-weight: 500; margin-bottom: 16px; line-height: 110%;}
.form .form__note{font-weight: 500; color: #5A5A5E; margin-bottom: 30px;}

input.wpcf7-not-valid{border-color: red!important}

.form .wpcf7-response-output{display: none!important;}


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


::placeholder{color: #C7C7C7;}


    .site__alert{transform: translateX(440px); position: fixed; bottom: 30px; right: 30px; z-index: 5000; background: var(--violet); width: 200px; height: auto; box-sizing: border-box; border-radius: 12px; color: #fff; font-size: 14px; padding: 20px; 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);}



.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(--black); 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/checkm.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(--violet); border-bottom: 1px solid transparent;}
label.checkbox a:hover{border-color: var(--violet);}

.form br{display: none;}
.form .wpcf7-not-valid-tip{display: none!important;}

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

.wpcf7-not-valid .wpcf7-list-item label span:after{background: url("../img/checkm.svg") 0% 0 no-repeat;}
.wpcf7-list-item label span:after{background: url("../img/checkh.svg") 0% 0 no-repeat;}

/*
.wpcf7-list-item label{display: block; position: relative; padding: 0px 0 0px 36px; box-sizing: border-box; cursor: pointer; line-height: 26px; color: #A9A9A9}
.wpcf7-list-item label a{color: #A9A9A9; border-bottom: 1px solid #A9A9A9}
    .wpcf7-list-item label a:hover{border-color: var(--blue); color: var(--blue);}
.wpcf7-list-item label span:after{position: absolute; width: 18px; height: 18px; background: url("../img/check.svg") 0% 0 no-repeat; top: calc(50% - 9px); left: -36px; content: ''}
.wpcf7-list-item label span{position: relative;}
.wpcf7-list-item label input:checked + span:after{background: url("../img/checkh.svg") 0% 0 no-repeat; background-size: 100% 100%;}

.wpcf7-not-valid .wpcf7-list-item label span:after{position: absolute; width: 18px; height: 18px; background: url("../img/check.svg") 0% 0 no-repeat; top: calc(50% - 9px); left: -36px; content: ''}
.wpcf7-list-item label span:after{position: absolute; width: 18px; height: 18px; background: url("../img/checkh.svg") 0% 0 no-repeat; top: calc(50% - 9px); left: -36px; content: ''}
*/



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{font-family: var(--Unbounded); 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{transition: all 0.2s ease-out;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

.btn:disabled{opacity: 0.3; cursor: default;}


.btn-violet{color: #fff; padding: 0 28px; height: 50px; gap: 8px; background: var(--violet); text-transform: uppercase; font-size: 12px; font-weight: 500; border-radius: 40px;}
    .btn-violet:hover{background: var(--violetH);}


.btn-violet-tr{padding: 0 28px; height: 50px; gap: 8px; border: 1px solid var(--violet); color: var(--violet); text-transform: uppercase; font-size: 12px; font-weight: 500; border-radius: 40px;}
    .btn-violet-tr:hover{background: var(--violetH); color: #fff;}
    .btn-violet-tr:hover svg path{stroke: #fff}



.btn-white-tr{background: rgba(255, 255, 255, 0.12); height: 50px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 40px; text-transform: uppercase; font-size: 12px; font-weight: 500; padding: 0 28px; color: #fff;}
    .btn-white-tr:hover{background: rgba(255, 255, 255, 0.32); border: 1px solid rgba(255, 255, 255, 0.4);}


.btn-green{background: #7B9E7E; height: 50px; border: 1px solid #7B9E7E; border-radius: 40px; text-transform: uppercase; font-size: 12px; font-weight: 500; padding: 0 28px; color: #fff;}
    .btn-green:hover{background: var(--violetH); border-color: var(--violetH);}




.btn-more{gap: 10px; text-transform: uppercase; color: var(--violet); font-size: 12px; font-weight: 500;}
    .btn-more:hover{color: var(--violetH); gap: 14px}
        .btn-more:hover svg path{stroke: var(--violetH);}




.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.active{background: var(--copper); color: #fff;}
    .btn-favorites:hover svg path,.btn-favorites.active svg path{fill: #fff;}



.btn-product-cart{position: relative; width: 40px; height: 40px; border-radius: 50%; background: var(--violet); overflow: hidden;}
    .btn-product-cart:hover{background: var(--violetH);}
    .btn-product-cart:hover svg{transform: rotate(90deg);}




.btn-social{align-items: center; justify-content: flex-start; gap: 8px; font-size: 12px; font-weight: 500; color: #AA82DD; text-transform: uppercase;}
    .btn-social:hover{color: var(--violetH);}




.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; border-radius: 50%;}
    .btn-product-cart.loading:after{display: block;}

.added_to_cart.wc-forward{display: none!important;}





.btn-cart-variation{position: relative; width: 40px; height: 40px; border-radius: 50%; background: var(--violet); overflow: hidden;}
    .btn-cart-variation:hover{background: var(--violetH);}
    .btn-cart-variation:hover svg{transform: rotate(90deg);}




.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: 16px;}
#sidebar .noUi-handle{width: 12px; height: 12px; border: none; background: var(--violet); border-radius: 50%; cursor: pointer; box-shadow: none;}
#sidebar .noUi-handle:before,.sidebar .noUi-handle:after{display: none;}
#sidebar .noUi-connect{background: var(--violet);}

.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);}



input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input[type="number"] {
    -moz-appearance: textfield;
}