@charset "UTF-8";:root{--purpure:#5c118a;--dark-purple:#3c1250;--purpure-new:#6f0cac;--purpure-light-new:#8800db;--purpure-light:#b866ea;--purpure-40:#bea0d0;--purpure-10:#efe8f4;--white:#fff;--orange:#ff6a00;--ocean:#0ecec9;--black:#212121;--green:#58ce89;--red:#ff5959;--grey:#dadada;--grey-light:#eaeaea;--grey-dark:#9a9a9a;--font-family:"Nunito",sans-serif;--second-family:"Golos Text",sans-serif}html{font-size:1rem}*{padding:0;margin:0;line-height:inherit;border:0}*,::after,::before{box-sizing:border-box}body{font-family:var(--font-family);line-height:1;font-weight:400;color:var(--black)}p{margin-bottom:1rem}p:last-child{margin:0}a{cursor:pointer;color:inherit;text-decoration:none;transition:.2s ease-in-out}a:hover,a:link,a:visited{text-decoration:none}input{width:100%}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}input[type=range]{--thumb-color:var(--main-orange-primary);--track-color:var(--main-gray);width:100%;height:2px;appearance:none;background:var(--main-gray);border-radius:5px}li,ol,ul{list-style:none;margin:0;padding:0}b{font-weight:700}strong{font-weight:800}img{max-width:100%;height:auto}.d-block{display:block}.b-r-20{border-radius:1.25rem}.b-r-12{border-radius:.75rem}.list-style-auto li{list-style-type:auto!important}.logo{display:flex;align-items:center;justify-content:center;padding:.75rem .875rem;width:5.625rem;height:5.5rem;background:var(--purpure-new);border-radius:0 0 .75rem .75rem;transition:.3s ease-in-out}.image{line-height:0}.heading-h1{font-family:var(--font-family);font-weight:600;font-size:1rem;text-transform:uppercase;line-height:1.2;text-align:center;color:var(--brown);margin-right:auto;padding:0 1rem}.title-wrapper{display:flex;flex-direction:column;align-items:center;margin-bottom:2.5rem;margin-left:auto;margin-right:auto}.title-wrapper .title-default{margin-bottom:1rem}.title-default{font-weight:700;font-size:1.375rem;line-height:1.2;text-transform:uppercase;text-align:center;margin-bottom:2.5rem}.title-24{font-weight:800;font-size:1.5rem;margin-bottom:1.5rem}.title-22{font-weight:700;font-size:1.375rem;text-transform:uppercase;margin-bottom:1.25rem}.title-20-22{font-weight:600;font-size:1.25rem;margin-bottom:1.25rem}.subtitle-text{font-weight:500;font-size:.875rem;line-height:1.2;text-align:center}.section{padding:2.5rem 0}.section-top{padding:5rem 0 2.5rem}.section-bottom{padding:2.5rem 0 5rem}.hidden,.mobile-hidden{display:none}.overflow-hidden{overflow:hidden}.color-green{color:var(--green)}.color-red{color:var(--red)}.color-purpure-light{color:var(--purpure-light-new)}svg.wish path{transition:fill .2s ease-in-out,stroke .2s ease-in-out}svg.wish:hover path{stroke:var(--purpure-light-new);fill:var(--purpure-light-new)}.dropdown-content{opacity:0;visibility:hidden;max-height:0;transition:.3s ease-in-out}.dropdown-content.open{padding:1rem 0;opacity:1;visibility:visible;max-height:5000px;overflow-y:auto}.product-label{display:flex;justify-content:center;align-items:center;font-family:var(--font-family);font-weight:500;font-size:.625rem;text-transform:uppercase;color:var(--brown);padding:.25rem .375rem;border-radius:4px;background:var(--pink-dark);width:-moz-fit-content;width:fit-content}.product-cart-item{border-bottom:1px solid var(--grey);padding-bottom:1.5rem;margin-bottom:1.25rem}.product-cart-item .image-name{display:flex;gap:1.25rem;margin-bottom:1.875rem}.product-cart-item img{width:5rem;min-width:5rem;height:5rem;border-radius:.625rem}.product-cart-item .name{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;font-size:.875rem;margin-bottom:.625rem}.product-cart-item .article{display:flex;flex-direction:column;gap:.375rem;color:var(--grey-dark);font-size:.75rem}.product-cart-item .quantity-price-btn{display:flex;align-items:center;justify-content:space-between}.product-cart-item .price{font-size:1rem;white-space:nowrap}.product-cart-item .btn-close{color:var(--black);padding:0;font-size:.625rem;width:1.5rem;height:1.5rem}.price-wrap{display:flex;flex-direction:column;gap:.5rem}.price{font-family:var(--font-family);font-weight:700;font-size:1.5rem;text-transform:uppercase;color:var(--black)}.old-price{font-weight:500;font-size:.875rem;text-decoration:line-through;color:var(--grey-dark);white-space:nowrap}.rating-wrapper{display:flex;align-items:center;gap:.5rem}.rating-wrapper .grade{font-size:1.25rem;color:var(--orange);font-weight:600}.rating{display:flex;align-items:center;gap:.25rem;width:-moz-fit-content;width:fit-content}.rating .icon-star,.rating .icon-star-empty{font-size:1.125rem;color:var(--orange)}.link{color:var(--blue)}.link:hover{color:var(--orange)}.dropdown-block{height:0;overflow:hidden;opacity:0;transition:.3s ease-in-out}.dropdown-block.open{height:auto;overflow:visible;opacity:1}.border-block{padding:2rem;border:.5rem solid rgba(14,206,201,.6);background:rgba(14,206,201,.1);border-radius:1.875rem}.color-block{padding:1.25rem;border-radius:1.25rem;background:rgba(14,206,201,.1)}.tr-border-block{border:1px solid var(--grey);border-radius:1.25rem;padding:1rem}.pink-row{border-radius:.5rem;font-weight:600;line-height:1.2;background:var(--purpure-10);padding:1.25rem 1rem}.image-border-block{border:1px solid var(--grey);border-radius:1.25rem;padding:.5rem}.image-border-block .image{position:relative}.image-border-block img{width:100%}.image-border-block .text{position:absolute;top:1.375rem;left:1.375rem;line-height:1.2;font-weight:700;font-size:1.125rem;max-width:12rem;text-transform:uppercase}.image-border-block .bottom{display:flex;align-items:center;justify-content:center;position:absolute;bottom:0;left:50%;transform:translateX(-50%);border-radius:20px 20px 0 0;min-width:9.625rem;width:max-content;height:3.125rem;padding:1rem 2.25rem;background:var(--white);font-weight:600;font-size:1.25rem}.radio-box{margin-bottom:1rem}.radio-box .txt{font-weight:600;margin-bottom:.625rem}.radio-box .radio-wrapper{display:flex;align-items:center;gap:1rem}.radio-box .radio{margin:0}.icon{display:flex;align-items:center;justify-content:center;width:2.5rem;min-width:2.5rem;height:2.5rem;min-height:2.5rem;border-radius:100%;background:var(--ocean);color:var(--white)}.quantity{display:flex;align-items:center;width:6.5rem;min-width:6.5rem;height:2rem;color:var(--black)}.quantity span{display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid var(--grey);border-radius:6px;width:2rem;min-width:2rem;height:2rem;min-height:2rem}.quantity input{text-align:center;font-size:1rem}.quantity .icon-minus{font-size:2px}.quantity .icon-plus{font-size:.75rem}.map{position:relative;width:100%;height:35rem;margin-bottom:2.5rem}.map iframe{position:absolute;inset:0;left:-1rem;width:calc(100% + 2rem);height:100%}.custom-page-wrapper{padding-top:1rem}.total-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.total-row .txt{font-size:1.5rem}.total-row .price{font-size:1.375rem}.image-text{display:flex;flex-direction:column;gap:2rem}.image-text .title-20-22{margin-bottom:1rem}.image-text .list-element{padding-bottom:1.25rem;border-bottom:1px solid var(--grey);margin-bottom:1.25rem}.image-text .list-element:last-child{margin:0;padding:0;border:none}.image-text img{width:100%;min-height:15.625rem;object-fit:cover}::-webkit-scrollbar{width:.5rem;height:.5rem}::-webkit-scrollbar-track{background:var(--purpure-40);border-radius:10px}::-webkit-scrollbar-thumb{background:var(--purpure-light);border-radius:10px}@media screen and (min-width:375px){.product-cart-item .quantity-price-btn{justify-content:unset;gap:1.5rem}.product-cart-item .price{font-size:1.25rem}.product-cart-item .price-wrap .price{font-size:1.125rem}.product-cart-item .btn-close{margin-left:auto}}@media screen and (min-width:576px){.map iframe{width:100%;height:100%;left:0;border-radius:1.25rem}}@media screen and (min-width:768px){.section{padding:2rem 0}.title-wrapper .title-default{margin-bottom:2rem}.title-default{font-size:2.25rem}.subtitle-text{font-size:1.125rem}.with-hands{position:relative}.with-hands:after,.with-hands:before{content:"";position:absolute;transform:translateY(-50%);top:50%;display:block;width:12.5rem;height:12.5rem;transition:1s ease-in-out}.with-hands:before{left:-9.5rem;background:url(../image/right-hand.png) center center/cover no-repeat}.with-hands:after{content:"";right:-9.5rem;background:url(../image/left-hand.png) center center/cover no-repeat}}@media screen and (min-width:992px){.section{padding:4rem 0}.section-top{padding:4rem 0 2rem}.section-bottom{padding:2rem 0 4rem}.heading-h1{font-size:1.5rem}.mobile-hidden{display:block}.desc-hidden{display:none}.custom-page-wrapper{padding-top:2rem}.image-text{flex-direction:row;align-items:center;justify-content:space-between}.image-text .image{width:49.6%}.image-text .text{width:47.6%}.image-text.row-reverce{flex-direction:row-reverse}}@media screen and (min-width:1200px){.title-default,.title-wrapper{margin-bottom:3.75rem}.title-22,.title-24{margin-bottom:2rem}.title-20-22{font-size:1.375rem}.section{padding:6.25rem 0}.section-top{padding:12.5rem 0 6.25rem}.section-bottom{padding:6.25rem 0 12.5rem}.product-label{font-size:.75rem}.price{font-size:2.25rem}.rating-wrapper .grade{font-size:1.25rem}.rating .icon-star,.rating .icon-star-empty{font-size:1.125rem}.border-block{border-radius:1.25rem}.custom-page-wrapper{padding-top:4.875rem}.total-row{margin-bottom:2rem}.total-row .price,.total-row .txt{font-size:1.5rem}.product-cart-item .name{-webkit-line-clamp:2;line-clamp:2}.tr-border-block{padding:1.5rem}}@media screen and (min-width:1400px){.map{height:31.25rem}.tr-border-block{padding:1.875rem}.image-border-block .bottom,.image-border-block .text{font-size:1.375rem}.product-cart-item{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:2rem}.product-cart-item .image-name{align-items:center;margin:0}.product-cart-item .article{font-size:.875rem}.product-cart-item .name{font-size:1.125rem}.image-text .list-element{display:flex;gap:1.875rem;margin-bottom:2.5rem;padding-bottom:2.5rem}.image-text .title-20-22{min-width:12.25rem;margin:0}}@media screen and (min-width:1640px){.product-cart-item{gap:2.5rem}.product-cart-item .image-name{gap:1.25rem}.product-cart-item .name{min-width:19.375rem}.product-cart-item img{width:5rem;min-width:5rem;height:5rem}.image-text .list-element{padding-bottom:2.5rem;margin-bottom:2.5rem}.with-hands:before{width:20.25rem;height:20.25rem;left:-14.5rem}.with-hands:after{width:20.25rem;height:20.25rem;right:-14.5rem}}
[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-filter:before{content:"\e91e"}.icon-cubes:before{content:"\e91d"}.icon-x:before{content:"\e91c"}.icon-plus-2:before{content:"\e91a"}.icon-star:before{content:"\e918"}.icon-star-empty:before{content:"\e919"}.icon-user:before{content:"\e902"}.icon-checked:before{content:"\e917"}.icon-burger:before{content:"\e900"}.icon-cart:before{content:"\e901"}.icon-arrow-left:before{content:"\e903"}.icon-arrow-right:before{content:"\e904"}.icon-arrow-2:before{content:"\e905"}.icon-rocket:before{content:"\e906"}.icon-dynamic:before{content:"\e907"}.icon-phone:before{content:"\e908"}.icon-mail:before{content:"\e909"}.icon-address:before{content:"\e90a"}.icon-instagram:before{content:"\e90b"}.icon-tt:before{content:"\e90c"}.icon-telegram:before{content:"\e90d"}.icon-mark-1:before{content:"\e90e"}.icon-mark-2:before{content:"\e90f"}.icon-double-arrow:before{content:"\e910"}.icon-select-arrow:before{content:"\e911"}.icon-clock:before{content:"\e912"}.icon-close:before{content:"\e913"}.icon-plus:before{content:"\e914"}.icon-minus:before{content:"\e915"}.icon-wish:before{content:"\e916"}
.alert{font-size:13px;line-height:1}.alert-danger,.text-danger{color:red}.alert-success{color:green}.second-form-field{position:relative}.second-form-field .alert{position:absolute;left:0;bottom:-14px}.second-form-field[class*=col-] .alert{left:1rem}.product-reviews .second-form-field .alert{text-align:center}.product-reviews .second-form-field .text-danger{position:static;padding:0}.text-alert{font-size:.75rem;line-height:1;position:absolute;left:0;bottom:-14px}.alert-dismissible{width:100%;max-width:350px;background-color:#fff;border:1px solid var(--beige-medium);color:var(--brown,#53412c);font-size:.875rem;line-height:1.2;box-sizing:border-box;position:fixed;right:20px;bottom:20px;z-index:9;text-align:center;padding:1rem}.alert-dismissible .btn{margin-top:20px}.alert-dismissible a{font-size:inherit;line-height:1.2;text-align:center;color:var(--brown);padding:.75rem 1.5rem;border:1px solid var(--brown)}.alert-dismissible a:hover{border:1px solid var(--brown);color:var(--white);background:var(--brown)}.alert .close{position:absolute;padding:0;top:.5rem;right:.5rem;font-size:1.25rem;color:var(--brown,#53412c);width:1rem;height:1rem;background-color:transparent}
button{font-family:var(--font-family);cursor:pointer;color:inherit;background-color:inherit;transition:.2s ease-in-out}button:focus,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:0!important;box-shadow:none!important}.border-btn,.btn,.orange-btn,.purple-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;font-family:var(--font-family);padding:1.5rem 3.125rem;width:-moz-fit-content;width:fit-content;font-size:1rem;border-radius:1.25rem;transition:.2s ease-in-out}.orange-btn{background:var(--orange);color:var(--white)}.orange-btn:hover{background:#ea6100}.purple-btn{background:var(--purpure-light-new);color:var(--white);font-weight:600}.purple-btn:hover{background:var(--purpure-new)}.border-btn{border:1px solid var(--black);font-weight:600}.border-btn:hover{background:var(--purpure-light-new);color:var(--white);border:1px solid var(--purpure-light-new)}.btn.mobile-hidden{display:none}@media only screen and (min-width:992px){.btn,.orange-btn,.purple-btn{cursor:pointer}.btn.mobile-hidden{display:flex}.btn.desc-hidden{display:none}}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:735px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}@media (min-width:1640px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1550px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.625 * var(--bs-gutter-x));margin-left:calc(-.625 * var(--bs-gutter-x));row-gap:1.25rem}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .625);padding-left:calc(var(--bs-gutter-x) * .625);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media (min-width:576px){.col-sm{flex:1 0 0}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media (min-width:768px){.row{row-gap:1.875rem}.col-md{flex:1 0 0}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media (min-width:992px){.col-lg{flex:1 0 0}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media (min-width:1200px){.col-xl{flex:1 0 0}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.m-xl-0{margin:0!important}.modal-xl{--bs-modal-width:1140px}}@media (min-width:1400px){.col-xxl{flex:1 0 0}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}}.m-0{margin:0!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.text-white{color:#fff!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.w-100{width:100%}@media screen and (min-width:992px){.m-lg-0{margin:0!important}}.dropdown{position:relative;font-family:var(--font-family)}.custom-dropdown{width:-moz-fit-content;width:fit-content}.custom-dropdown .dropdown-toggle.show::after{transform:translateY(-50%) rotate(180deg)}.custom-dropdown .dropdown-menu{inset:0!important;height:-moz-fit-content;height:fit-content;min-width:auto}.custom-dropdown .dropdown-item{white-space:wrap}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:.5rem .25rem .25rem;margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--white);background-clip:padding-box;border:1px solid grey;border-radius:.25rem}.dropdown-menu.show{display:block}.dropdown-item{display:block;width:100%;clear:both;font-weight:400;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;margin-bottom:.25rem}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color:var(--bs-body-color);--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none;background:var(--white);border-radius:1.25rem}.modal.fade .modal-dialog{transform:translate(0,-50px);transition:.3s ease-out}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);padding:1rem;background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:flex-start;padding:0;margin-bottom:1rem;border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{font-size:.875rem;width:1.5rem;min-width:1.5rem;height:1.5rem;margin-left:auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:0}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:0}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-dialog{max-width:38rem}.modal-lg,.modal-xl{--bs-modal-width:800px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}
.modal-dialog{margin:0;border-radius:0}.modal-content .title-default{margin:3rem 0 0;width:100%}.modal-content .icon-close{font-size:1.375rem}.modal-content .modal-agree{margin:1.875rem 0}.modal-content .modal-agree input[type=checkbox]{border-radius:0}.modal-header{margin-bottom:1.875rem}.modal-footer{display:flex;flex-direction:column;gap:1.875rem}.modal-footer>*{width:100%}.modal-cart .products-items-header{display:none}.modal-cart .title-default{text-align:left}.modal-cart .product-cart-item .btn-close{height:1.5rem}.modal-cart .product-cart-item .icon-close{font-size:.75rem}.modal-cart .price-wrap{display:none}.modal-cart .modal-footer{display:flex;flex-direction:column;gap:1rem}.modal-cart .border-btn,.modal-cart .purple-btn{width:100%;max-width:17.5rem}.modal-login .modal-dialog{max-width:31.25rem}.modal-login .form-group:last-child{margin-bottom:1.25rem}.modal-sanks .modal-dialog{max-width:45rem}.modal-sanks .modal-header{flex-direction:column-reverse}.modal-sanks .title-wrapper{max-width:30.25rem;margin:1.25rem auto 0}.modal-sanks .title-22{font-weight:600;text-transform:none;text-align:center}.modal-sanks .image{display:flex;justify-content:center;margin-bottom:1.875rem}.modal-sanks .border-btn{max-width:325px;padding:1.5rem}.modal-registration .title-default{margin-top:2.5rem}.modal-registration .radio-box{display:flex;flex-direction:column;align-items:center;background:rgba(14,206,201,.1);border-radius:1.25rem;padding:1.25rem;margin-bottom:1.875rem}@media screen and (min-width:576px){.modal-dialog{margin:var(--bs-modal-margin);margin-left:auto;margin-right:auto;border-radius:1.25rem}.modal-cart .quantity-price-btn .quantity{order:-1}.modal-cart .price-wrap{display:flex}.modal-cart .price-wrap .price{font-size:1.125rem}.modal-registration .title-default{margin:0}.modal-sanks .border-btn{padding:1.5rem 3.125rem}}@media screen and (min-width:1200px){.modal-dialog{max-width:50rem}.modal-header{margin-bottom:2rem}.modal-content{padding:2rem}.modal-content .title-default{font-size:1.875rem;margin:0}.modal-content .btn-close{font-size:1rem}.modal-cart .products-items-header{display:flex;background:var(--purpure-10);font-weight:600;gap:2.5rem;border-radius:.5rem;padding:1.25rem 1rem;margin-bottom:2rem}.modal-cart .products-items-header span{width:86px}.modal-cart .products-items-header span:nth-child(1){width:325px}.modal-cart .product-cart-item{display:flex;align-items:center;gap:2.5rem}.modal-cart .product-cart-item .image-name{width:21.75rem;margin:0;gap:1.25rem}.modal-cart .product-cart-item img{width:5rem;min-width:5rem;height:5rem}.modal-cart .quantity-price-btn{margin-left:auto}.modal-cart .quantity-price-btn .quantity{order:0}.modal-cart .modal-footer{flex-direction:row;justify-content:space-between}.modal-sanks .modal-header{flex-direction:row}.modal-sanks .title-wrapper{margin:0 0 0 auto}}@media screen and (min-width:1400px){.modal-dialog{max-width:63rem}.modal-content .title-default{font-size:2.25rem}.modal-content .btn-close{font-size:1.375rem;height:2.5rem}.modal-header{margin-bottom:3.125rem}.modal-cart .products-items-header span:nth-child(1){width:532px}.modal-cart .product-cart-item .image-name{width:34.75rem}}
.header-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-end;padding:1.25rem 0 1.25rem 5.625rem}.header-wrapper .logo{position:absolute;left:0;top:0;z-index:100}.header-wrapper .logo img{width:4rem;height:4rem}.header-wrapper .logo.transform{width:203px}.header-user-menu{display:flex;align-items:center;gap:1rem}.header-user-menu li{position:relative}.header-user-menu .icon{font-size:1.375rem;background:0 0;color:var(--black);width:auto;min-width:auto;height:auto;min-height:auto}.header-user-menu .icon-user{font-size:1.5rem}.header-user-menu .icon-wish{font-size:21px}.header-user-menu .custom-dropdown{text-transform:uppercase;font-weight:600}.header-user-menu .dropdown-menu{border:1px solid var(--purpure-light-new);border-radius:2.5rem;padding:.625rem .75rem .374rem;width:-moz-fit-content;width:fit-content;color:var(--purpure-light-new)}.header-user-menu .dropdown-menu .dropdown-item{font-weight:600;text-transform:uppercase;line-height:1}.header-user-menu .dropdown-menu.show{transform:translate3d(-18%,22px,0)!important}.count-icon{position:absolute;top:-.5rem;right:-.875rem;display:flex;align-items:center;justify-content:center;border-radius:100%;width:1rem;height:1rem;line-height:0;font-weight:500;font-size:.625rem;color:var(--white);background:var(--purpure-light-new)}@media only screen and (min-width:375px){.header-user-menu{gap:1.875rem}.count-icon{width:1.125rem;height:1.125rem;right:-1.125rem;font-size:.75rem}}@media only screen and (min-width:992px){.header{border-bottom:1px solid var(--grey)}.header-wrapper{padding:.75rem 0 .375rem 5.625rem}.header-user-menu .icon{transition:.2s ease-in-out}.header-user-menu .icon:hover{color:var(--purpure-light-new)}.header-user-menu .custom-dropdown{cursor:pointer}}@media only screen and (min-width:1400px){.header-wrapper{padding:1.125rem 0 1.125rem 10.625rem}.header-wrapper .logo{width:10.625rem;height:9.125rem;border-radius:0 0 1.25rem 1.25rem}.header-wrapper .logo img{width:6.875rem;height:6.875rem}}
.footer{background:url(../image/footer/footer-bg-desc.png) left top/900px no-repeat;padding-top:7.25rem;color:var(--white)}.footer-wrapper{background:var(--purpure-new)}.footer-links{display:flex;flex-direction:column;gap:1.25rem;padding-bottom:1.875rem;margin-bottom:1.875rem;border-bottom:1px solid var(--white)}.footer-links li{display:flex;align-items:center;gap:1rem;font-weight:600}.footer-links li span{max-width:227px}.footer-links .icon{background:var(--white);color:var(--purpure-new);font-size:1.5rem}.footer-links .icon-mail{font-size:1.125rem}.footer-links.flex-mod{gap:1.5rem}.footer-social{display:flex;flex-direction:column;align-items:center;margin-bottom:1.875rem}.footer-social ul{display:flex;align-items:center;gap:1rem}.footer-social .icon{background:var(--purpure-new);font-size:1.5rem;border:2px solid var(--white)}.footer-social .icon-instagram{font-size:1.375rem}.footer-title{font-size:1.375rem;font-weight:600;margin-bottom:1.25rem}.footer-image-robot{position:relative;text-align:center}.footer-image-robot img{width:17.75rem}.footer-image-robot .btn-to-top{position:absolute;left:50%;transform:translateX(-50%);bottom:1.5rem}.footer-image-robot .icon{font-size:1.125rem;background:var(--purpure-light-new)}.footer-copyright{background:var(--purpure-light-new);padding:1.875rem 0;font-size:.75rem}.footer-copyright .wrapper{display:flex;flex-direction:column;align-items:center;gap:.75rem}@media screen and (min-width:768px){.footer{background:url(../image/footer/footer-bg-desc.png) left top/100% no-repeat;padding-top:9.75rem}.footer-wrapper{padding-bottom:5rem}.footer-links-image-wrap{position:relative}.footer-links-wrap{display:flex;flex-wrap:wrap;column-gap:3.75rem;row-gap:5rem}.footer-links{border:none;padding:0;margin:0}.footer-links.flex-mod{flex-direction:row;flex-wrap:wrap;max-width:490px;height:-moz-fit-content;height:fit-content;justify-content:space-between}.footer-links.flex-mod li{max-width:14.25rem}.footer-social{width:100%;align-items:flex-start;padding-right:18.75rem;margin:0}.footer-image-robot{position:absolute;bottom:-5rem;right:0}.footer-copyright{font-size:1rem}.footer-copyright .wrapper{flex-direction:row;justify-content:space-between}}@media screen and (min-width:1200px){.footer{padding-top:12.5rem}.footer-links-image-wrap{display:flex;justify-content:space-between;align-items:center}.footer-wrapper{padding-bottom:0}.footer-links-wrap{padding-bottom:1rem}.footer-links.flex-mod{flex-direction:column}.footer-social{width:auto;order:-1;padding:0}.footer-image-robot{position:relative;bottom:0}.footer-image-robot img{height:100%;object-fit:cover}}@media screen and (min-width:1400px){.footer{padding-top:14.125rem}.footer-links.flex-mod{flex-direction:row}.footer-image-robot img{width:21.375rem}}@media screen and (min-width:1640px){.footer-links-wrap{gap:5.625rem}}
.breadcrumbs{display:flex;align-items:center;justify-content:center;column-gap:.5rem;row-gap:.5rem;flex-wrap:wrap;padding:1rem 0}.breadcrumbs li{position:relative;display:flex;align-items:center;gap:.75rem}.breadcrumbs li+li::before{content:"/";line-height:1;font-weight:600;color:var(--grey-dark)}.breadcrumbs li a{font-family:var(--font-family);font-weight:600;font-size:.875rem;color:var(--grey-dark);white-space:nowrap}.breadcrumbs li a:hover,.breadcrumbs li:last-child a{color:var(--blue)}@media screen and (min-width:992px){.breadcrumbs li a{font-size:1rem}}
.search-wrap{position:relative}.search-wrap .search-btn{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);font-size:1.25rem;color:var(--beige-dark)}.search-wrap .form-control::placeholder{font-family:var(--font-family);font-weight:400;font-size:.75rem;color:var(--beige-dark)}
#content:not(.category-page-wrapper):not(.home-page){padding-top:3.125rem;padding-bottom:5rem}.simple-page p{line-height:1.3;font-size:.875rem;margin-bottom:1.25rem}.simple-page p:last-child{margin:0}.simple-page ul{padding-left:1.5rem}.simple-page ul li{list-style-type:disc;font-size:.875rem;line-height:1.3}@media screen and (min-width:1200px){#content:not(.category-page-wrapper):not(.home-page){padding-top:5rem;padding-bottom:12.5rem}.simple-page p{font-size:1rem}.simple-page ul li{font-size:1.125rem}}@media screen and (min-width:1400px){.simple-page p{font-size:1.125rem;margin-bottom:2.5rem}}

.form-group{margin-bottom:1.25rem}.form-group:last-child{margin:0}.form-control{font-family:var(--font-family);width:100%;border:1px solid var(--grey);padding:1.25rem;font-size:1rem;border-radius:1.25rem;background:var(--white)}.form-control:focus{box-shadow:none}.control-label{display:block;font-family:var(--font-family);font-weight:600;font-size:1rem;color:var(--black);margin-bottom:.625rem}.required .control-label:after{content:" *";color:var(--red);font-weight:700}input::placeholder,textarea::placeholder{font-family:var(--font-family);font-weight:600;line-height:1.25;color:var(--grey)}textarea{min-height:12.5rem;resize:none}@media screen and (min-width:1200px){.form-group-wrap{display:flex;align-items:center;flex-wrap:wrap;column-gap:.75rem}.form-group-wrap .form-group{width:calc(50% - .375rem)}.form-group-wrap.three-col .form-group{width:calc(33.3% - .5rem)}}
input[type=radio]{-webkit-appearance:none;position:absolute;left:0;top:0;border:1px solid var(--grey);border-radius:50%;width:1.5rem;height:1.5rem;cursor:pointer;background:var(--white);display:flex;align-items:center;justify-content:center}input[type=radio]:before{content:"";display:block;width:1rem;height:1rem;border-radius:50%;transform:scale(0);transition:.2s}input[type=radio]:checked{border:1px solid var(--purpure-light-new)}input[type=radio]:checked:before{background:var(--purpure-light-new);transform:scale(1)}.radio{margin-bottom:1rem}.radio:last-child{margin:0}.radio-label{display:inline-block;position:relative;line-height:1.2;padding-left:2.125rem;cursor:pointer}.radio-label span{font-family:var(--second-family);font-weight:500}@media screen and (min-width:992px){.radio-label{line-height:1.5}}
@charset "UTF-8";.filter-checkbox,.input-checkbox{appearance:none;-webkit-appearance:none;-moz-appearance:none}.input-checkbox:focus{outline:0}.checkbox-label{line-height:1.2;padding-left:1.875rem;cursor:pointer}input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;position:absolute;left:0;border-radius:.25rem;border:1px solid var(--grey);width:1.25rem;height:1.25rem;cursor:pointer;transition:.2s ease-in-out}input[type=checkbox]:checked{background:var(--purpure-light-new)}input[type=checkbox]:checked::before{content:"\e917";font-family:icomoon;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);font-size:.5rem;color:var(--white)}.checkbox{position:relative;display:flex;align-items:center;margin-bottom:1rem}

select{appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.select-wrapper{position:relative}.select-wrapper select{background:var(--white);font-family:var(--font-family);font-size:.875rem}.select-wrapper .icon-select-arrow{position:absolute;color:var(--beige-dark);font-size:.5rem;right:1.5rem;top:50%;transform:translateY(-50%);z-index:1;transition:.2s ease-in-out}.select-wrapper .ss-main.ss-open-above+.icon-select-arrow,.select-wrapper .ss-main.ss-open-below+.icon-select-arrow{transform:rotate(-180deg) translateY(50%)}.ss-main{padding:1.5rem 2.5rem 1.5rem 1.25rem;border:1px solid var(--grey);border-radius:1.25rem!important}.ss-main:focus{box-shadow:none}.ss-main .ss-arrow{position:absolute;right:1.5rem;top:50%;width:1rem;height:1rem;margin:0;transform:translateY(-50%);z-index:2;opacity:0}.ss-content{border:1px solid;border-color:var(--grey);border-radius:1.25rem!important;padding:.25rem 1.25rem}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{color:var(--dark);background:var(--white)}.ss-content .ss-list .ss-option{font-weight:600;padding:1rem 0}
.open-menu-mobile{position:relative;z-index:100;width:1.5rem;height:1.125rem;margin-left:.25rem}.open-menu-mobile span{position:absolute;left:0;width:100%;height:.125rem;min-height:.125rem;border-radius:5px;background:var(--black);transition:.3s}.open-menu-mobile span:last-child{margin:0}.open-menu-mobile .span-1{top:0}.open-menu-mobile .span-2{top:50%;transform:translateY(-50%)}.open-menu-mobile .span-3{bottom:0}.open-menu-mobile.active .span-1{top:50%;transform:translateY(-50%) rotate(45deg)}.open-menu-mobile.active .span-2{opacity:0}.open-menu-mobile.active .span-3{top:50%;bottom:auto;transform:translateY(-50%) rotate(-45deg)}.nav-mainmenu{position:fixed;left:-100%;width:100%;top:0;right:0;bottom:0;background-color:var(--white);padding:0;z-index:99;transition:left .3s ease-in-out;overflow:auto}.nav-mainmenu.open{left:0}.mainmenu-wrapper{padding:9.375rem 2rem 2rem}.mainmenu-list{display:flex;flex-direction:column;align-items:flex-start;gap:2rem}.mainmenu-list li{display:flex;flex-wrap:wrap}.mainmenu-list a{font-weight:600;font-size:1.25rem}.submenu{display:flex;flex-direction:column;gap:1.25rem;width:100%;height:0;overflow:hidden;transition:.3s;padding-left:1.875rem}.submenu>li a{font-size:1rem}.submenu.open{margin-top:2rem}.submenu-toggle{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;font-size:.375rem}.submenu-toggle .icon-select-arrow{transition:transform .3s ease-in-out}.submenu-toggle.active .icon-select-arrow{transform:rotate(180deg)}@media screen and (min-width:992px){.nav-mainmenu{position:static;overflow:visible;transition:none}.mainmenu-wrapper{padding:0 .5rem}.mainmenu-list{flex-direction:row;gap:.5rem;justify-content:space-between;align-items:center}.mainmenu-list li.with-submenu{cursor:pointer}.mainmenu-list>li{position:relative;align-items:center;gap:.375rem;flex-wrap:nowrap;padding:1rem 0}.mainmenu-list>li .submenu{position:absolute;top:100%;height:auto;left:50%;transform:translateX(-50%);opacity:0;visibility:hidden;max-height:0;transition:.2s ease-in-out;border:1px solid var(--grey);border-radius:.75rem;padding:1.25rem;background:var(--white);width:165px;z-index:10}.mainmenu-list>li:hover .submenu-toggle .icon-select-arrow{transform:rotate(180deg)}.mainmenu-list>li:hover .submenu{opacity:1;visibility:visible;max-height:500px}.mainmenu-list a{font-size:.875rem;transition:none}.mainmenu-list a:hover{color:var(--purpure-light-new)}.submenu-toggle{pointer-events:none;width:.625rem;height:.375rem}.header-user-menu{gap:1.25rem;margin-left:1rem}}@media screen and (min-width:1200px){.mainmenu-wrapper{padding:0 1rem}.mainmenu-list{justify-content:center;gap:1.5rem}.mainmenu-list a{font-size:1rem}.header-user-menu{gap:1.5rem}}@media screen and (min-width:1400px){.mainmenu-list{gap:2.5rem}}
/*# sourceMappingURL=../sourcemaps/stylesheet.css.map */
