.animation{opacity:0;position:relative;animation-fill-mode:forwards}.animation-wrapper{overflow:hidden}.to-up-item{transform:translate(0,100%);display:block}@keyframes slideLeft{0%{opacity:0;transform:translateX(50%)}100%{opacity:1;transform:translateX(0)}}.slideLeft{animation-name:slideLeft;animation-duration:1s}@keyframes slideRight{0%{opacity:0;transform:translateX(-50px)}100%{opacity:1;transform:translateX(0)}}.slideRight{animation-name:slideRight;animation-duration:1s}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}100%{opacity:1;transform:translateY(0)}}.slideUp{animation-name:slideUp;animation-duration:1s}@keyframes slideDown{0%{opacity:0;transform:translateY(-50%)}100%{opacity:1;transform:translateX(0)}}.slideDown{animation-name:slideDown;animation-duration:1s}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation-name:fadeIn;animation-duration:1.5s}@keyframes toUp{0%{transform:translate(0,100%);opacity:1}100%{transform:translate(0);opacity:1}}.toUp{animation:toUp .6s linear;animation-fill-mode:forwards}@keyframes toDown{0%{transform:translate(0,-100%);opacity:1}50%{transform:translate(0,5%);opacity:1}75%{transform:translate(0,3%);opacity:1}100%{transform:translate(0);opacity:1}}.toDown{animation:toDown .8s ease-in;animation-fill-mode:forwards}@keyframes preloaderToBottom{0%{height:100%;opacity:1}15%{bottom:20px;height:100%}30%{bottom:0;height:100%}70%{opacity:1}100%{height:0;display:none;opacity:0}}@keyframes preloaderToLeft{0%{width:100%;opacity:1}15%{left:20px;width:100%}30%{left:0;width:100%}70%{opacity:1}100%{width:0;display:none;opacity:0}}@keyframes preloaderToRight{0%{width:100%;opacity:1}15%{right:20px;width:100%}30%{right:0;width:100%}70%{opacity:1}100%{width:0;display:none;opacity:0}}@keyframes preloaderCircleIn{0%{transform:scale(1);opacity:1;border-radius:50%}90%{opacity:1}100%{transform:scale(0);border-radius:50%}}@keyframes preloaderCircleOut{0%{transform:scale(0);opacity:1;border-radius:50%}99%{transform:scale(1);border-radius:50%}100%{opacity:0;transform:scale(1);border-radius:50%}}@keyframes preloaderToTop{0%{height:100%;opacity:1}15%{top:20px;height:100%}30%{top:0;height:100%}70%{opacity:1}100%{height:0;display:none;opacity:0}}@keyframes toRight{0%{width:0%;opacity:1}100%{width:100%;opacity:1}}.toRight{animation:toRight 1s ease-out;animation-fill-mode:forwards}@keyframes hidePreloader{0%{opacity:1}100%{opacity:0;height:0}}*{margin:0;box-sizing:border-box;-webkit-box-sizing:border-box}img{max-width:100%;height:auto;display:block}html{font-size:10px;line-height:1.2}html.scroll-off{overflow-y:hidden}html.scroll-off body{overflow-y:hidden}body{font-family:var(--body-font);font-size:1.4rem;color:var(--danger)}@media(min-width:992px){body main{padding-top:5.535rem}}h1,h2,h3,h4,h5,h6,b,strong{font-family:var(--body-font)}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:400}h1{font-size:4rem}h2{font-size:3rem}h3{font-size:2.8rem}h4{font-size:2.4rem}h5{font-size:2rem}h6{font-size:1.6rem}figure{margin-bottom:0}.list-unstyled{list-style:none;padding-left:0}p{margin-bottom:1rem;font-weight:400}a{color:var(--danger);text-decoration:none}.contact-cta{position:fixed;bottom:3rem;right:1.5rem;z-index:2000;display:none}@media(min-width:992px){.contact-cta{display:block}}.contact-cta .contact-cta-btn-wrapper{position:relative;width:6.4rem;height:6.4rem;display:flex;align-items:center;justify-content:center;background-color:#fd0;border-radius:50%;cursor:pointer}.contact-cta .contact-cta-btn-wrapper.active .contact-cta-btn:first-of-type{transform:scale(0) translate(-50%,-50%);opacity:0}.contact-cta .contact-cta-btn-wrapper.active .contact-cta-btn:nth-of-type(2){transform:scale(1) translate(-50%,-50%);opacity:1}.contact-cta .contact-cta-btn-wrapper .contact-cta-btn{width:3.2rem;height:3.2rem;display:block;transition:.4s linear;position:absolute;top:50%;left:50%;transform:scale(1) translate(-50%,-50%);transform-origin:top center}.contact-cta .contact-cta-btn-wrapper .contact-cta-btn:nth-of-type(2){width:2rem;height:2rem;transform:scale(0) translate(-50%,-50%);opacity:0}.contact-cta .contact-cta-info{position:absolute;bottom:100%;right:100%;width:363px;background-color:var(--light);border-radius:1.6rem;overflow:hidden;display:none}.contact-cta .contact-cta-info .contact-cta-header{background-color:#fd0;padding:2.4rem}.contact-cta .contact-cta-info .contact-cta-header .contact-cta-title{font-size:2.2rem;font-weight:600;margin-bottom:.8rem}.contact-cta .contact-cta-info .contact-cta-header .contact-cta-short-desc{margin-bottom:0;font-family:"Inter",sans-serif;color:var(--danger);opacity:.8}.contact-cta .contact-cta-info .contact-cta-buttons-wrapper{padding:1.6rem 2.4rem 2.4rem}.contact-cta .contact-cta-info .contact-cta-buttons-wrapper .contact-btn{padding:1.2rem;background-color:var(--secondary);border-radius:.8rem;align-items:center}.contact-cta .contact-cta-info .contact-cta-buttons-wrapper .contact-btn:not(:last-of-type){margin-bottom:1rem}.contact-cta .contact-cta-info .contact-cta-buttons-wrapper .contact-btn .contact-btn-icon{width:4.4rem;height:4.4rem;flex:0 0 4.4rem;border-radius:.4rem;background-color:#fd0;display:flex;align-items:center;justify-content:center;margin-right:1.2rem}.contact-cta .contact-cta-info .contact-cta-buttons-wrapper .contact-btn .contact-btn-icon img{max-width:2rem}.contact-cta .contact-cta-info .contact-cta-buttons-wrapper .contact-btn .contact-btn-info .contact-btn-title{font-size:1.6rem;line-height:112.5%;font-weight:500;color:var(--danger);margin-bottom:.6rem;opacity:.6}.contact-cta .contact-cta-info .contact-cta-buttons-wrapper .contact-btn .contact-btn-info .contact-btn-detail{font-size:1.8rem;font-weight:500}.img-placeholder{position:relative;display:block}.img-placeholder:after{content:"";display:block;padding-top:100%}.img-placeholder img,.img-placeholder video,.img-placeholder iframe{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}figure{margin-bottom:0}.breadcrumb{display:flex;flex-wrap:wrap}.breadcrumb .breadcrumb-item::after{color:var(--warning);margin-left:1px;margin-right:3px}.breadcrumb .breadcrumb-item.active span{cursor:default;color:var(--danger)}.breadcrumb .breadcrumb-item span{line-height:152.5%;font-weight:500;color:var(--warning);margin-bottom:0}.grecaptcha-badge{display:none}.overlay{position:absolute;inset:0;z-index:2;background-color:rgb(0 0 0 / .11)}.classic-btn{display:inline-block;transition:.4s linear;padding:0 2.4rem;transition:.3s linear;background-color:var(--light);border-radius:.8rem}.classic-btn .btn-title{display:block;font-size:1.6rem;line-height:5rem;font-family:var(--body-font);font-weight:600;color:var(--danger);transition:.3s linear}.swiper-horizontal>.swiper-scrollbar{width:100%;left:0;border-radius:unset}.swiper-scrollbar-drag{border-radius:unset;background-color:var(--danger)}.page-title{font-size:3.2rem;line-height:1;color:var(--danger);font-weight:600}@media(min-width:576px){.page-title{font-size:4.4rem}}@media(min-width:992px){.page-title{font-size:5.6rem}}.aioseo-breadcrumbs{margin-bottom:3.8rem}.aioseo-breadcrumbs .aioseo-breadcrumb:last-of-type{font-weight:600}.aioseo-breadcrumbs .aioseo-breadcrumb-separator{display:inline-block;margin-inline:.4rem}.breadcrumb{margin:1.8rem 0 3.2rem!important;display:flex;align-items:center}.breadcrumb .breadcrumb-item{display:flex;align-items:center}.breadcrumb .breadcrumb-item::after{display:inline-block;margin-inline:.6rem;font-size:1rem}.breadcrumb .breadcrumb-item.active span{cursor:default;color:var(--danger);font-weight:600}.breadcrumb .breadcrumb-item span{line-height:152.5%;font-weight:400;margin-bottom:0}.section-title{font-size:2.4rem;font-weight:600;line-height:1.2}@media(min-width:768px){.section-title{font-size:2.8rem}}@media(min-width:992px){.section-title{font-size:3.2rem}}.subtitle{display:inline-block;font-weight:600;background-color:#fd0;padding:.8rem 1.2rem;border-radius:.4rem}@media(min-width:768px){.subtitle{font-size:1.6rem}}@media(min-width:992px){.subtitle{font-size:1.8rem}}.form-info{margin-bottom:3rem}@media(min-width:576px){.form-info{margin-bottom:4.2rem}}.form-info .form-title{font-size:4.4rem;line-height:113.63%;color:var(--danger);font-weight:500;text-align:center;margin-bottom:1.6rem}.form-info .form-text-wrapper{display:flex;justify-content:center}.form-info .form-text-wrapper .form-text,.form-info .form-text-wrapper .form-link{font-size:1.4rem;line-height:158.5%}.form-info .form-text-wrapper .form-text{margin-bottom:0}.form-info .form-text-wrapper .form-link{font-weight:500;color:var(--danger);padding-left:5px}.form-info .form-text-wrapper .form-link::after{content:"";display:block;height:1px;width:0;background-color:var(--danger);transition:.3s linear}.form-info .form-text-wrapper .form-link:hover::after{width:100%}.se-pre-con{position:fixed;left:0;top:0;width:100%;height:100%;z-index:999999;background:url(/wp-content/themes/cubestheme/frontend/img/loading.svg) center no-repeat var(--light);background-size:110px auto;text-align:center}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .36);z-index:10000;display:none}.modal .modal-wrapper{width:100%;height:100%}.modal .modal-wrapper .modal-inner{background-color:var(--light);flex:0 0 500px;width:500px;max-width:90%;border-radius:20px}.modal .modal-wrapper .modal-inner .modal-header{padding:2rem 1.5rem}.modal .modal-wrapper .modal-inner .modal-header .modal-title{font-size:24px;line-height:1.2}.modal .modal-wrapper .modal-inner .modal-body{padding:2rem 2rem 3rem;max-height:90vh;overflow-y:auto}.modal .modal-wrapper .modal-inner .modal-body h4{margin-bottom:2rem}@media(min-width:768px){.modal .modal-wrapper .modal-inner .modal-body .form-control{line-height:4rem}}@media(min-width:768px){.modal .modal-wrapper .modal-inner .modal-body .form-group{margin-bottom:1rem}}.modal .modal-wrapper .modal-inner .fake-input{line-height:4rem;border:2px solid #d9d9d9;font-size:1.4rem;padding:0 2.5rem;border-radius:9px}@media(min-width:768px){.modal .modal-wrapper .modal-inner .fake-input{font-size:1.6rem}}.modal .modal-wrapper .modal-inner button{border:none;cursor:pointer;padding:1rem 2rem}.modal .modal-wrapper .modal-inner .modal-close{cursor:pointer}.modal .modal-wrapper .modal-inner .modal-close .error line{stroke:var(--danger);stroke-dashoffset:-50px;stroke-dasharray:50px}.modal .modal-wrapper .modal-inner .modal-close .error line .left{animation:drawLine .6s ease-in both}.modal .modal-wrapper .modal-inner .modal-close .error line .right{animation:drawLine .6s ease-in .4s both}.modal .modal-wrapper .modal-body .warning-icon{display:block;max-width:80px;margin-inline:auto;margin-bottom:1rem}.modal .modal-wrapper .modal-body .warning-icon .warning circle.animationSvg{stroke:#ffba00;stroke-dasharray:1,200;stroke-dashoffset:2;animation:drawCircle .6s ease-in both,warningFillSvg .6s ease-in .4s both}.modal .modal-wrapper .modal-body .warning-icon .warning path,.modal .modal-wrapper .modal-body .warning-icon .warning line{stroke:var(--light)}.modal .modal-wrapper .modal-body .warning-icon .warning path{stroke-dashoffset:-50px;stroke-dasharray:50px;animation:drawLine .6s ease-in .9s both}.modal .modal-wrapper .modal-body .warning-icon .warning line{animation:drawDot .5s ease-in .6s both}.modal .modal-wrapper .modal-body .modal-close{padding:1rem 2rem;transition:.4s linear}.modal .modal-wrapper .modal-body .modal-close:hover{color:var(--danger)}.modal .modal-wrapper .modal-body a.modal-close:hover{text-decoration:underline}.modal .modal-wrapper .modal-body button.modal-close{border:2px solid var(--warning);background-color:var(--light);transition:.3s linear;color:var(--danger)}.modal .modal-wrapper .modal-body button.modal-close:hover{border-color:var(--danger);background-color:var(--danger);color:var(--light)}.modal .thankyou-icon,.modal .error-icon{width:80px;height:80px;display:flex;justify-content:center;align-items:center;margin:0 auto 20px;border-radius:50%}.modal .thankyou-icon svg,.modal .error-icon svg{fill:var(--light)}.modal .thankyou-icon svg.success circle.animationSvg{stroke:#1f4f3c;stroke-dasharray:1,200;stroke-dashoffset:2;animation:drawCircle .6s ease-in both,successFillSvg .6s ease-in .4s both}.modal .thankyou-icon svg.success path{stroke:var(--light);stroke-dashoffset:-50px;stroke-dasharray:50px;animation:drawLine .6s ease-in .8s both}.modal .thankyou-icon svg.close circle.animationSvg{stroke:red;stroke-dasharray:1,200;stroke-dashoffset:2;animation:drawCircle .6s ease-in both,dangerFillSvg .6s ease-in .4s both}.modal .thankyou-icon svg.close line{stroke:var(--light)}.modal .thankyou-icon svg.close line{stroke-dashoffset:-50px;stroke-dasharray:50px}.modal .thankyou-icon svg.close line.left{animation:drawLine .6s ease-in .5s both;stroke-dashoffset:0}.modal .thankyou-icon svg.close line.right{animation:drawLine .6s ease-in .8s both;stroke-dashoffset:0}.modal .error-icon{background-color:red}@keyframes drawCircle{from{stroke-dasharray:1,200;stroke-dashoffset:2}to{stroke-dasharray:200,0;stroke-dashoffset:0}}@keyframes successFillSvg{from{fill:#fff0}to{fill:#1f4f3c}}@keyframes warningFillSvg{from{fill:#fff0}to{fill:#ffba00}}@keyframes dangerFillSvg{from{fill:#fff0}to{fill:red}}@keyframes drawLine{from{stroke-dashoffset:-50px}to{stroke-dashoffset:0}}@keyframes drawDot{from{stroke-width:0}to{stroke-width:8}}.fixed-top{position:fixed;top:0;left:0;width:100%;z-index:1000}.position-relative{position:relative}.text-uppercase{text-transform:uppercase!important}.list-unstyled{list-style:none;padding-left:0}.text-left{text-align:left}.text-right{text-align:right}.text-justify{text-align:justify}.text-center{text-align:center}.position-relative{position:relative}.position-absolute{position:absolute}.position-static{position:static}.position-fixed{position:fixed}.btn-secondary,.btn-light,.btn-dark,.btn-white,.btn-info,.btn-warning-light,.btn-warning,.btn-danger,.btn-primary{display:inline-block;border:none;cursor:pointer;transition:.2s linear;font-size:1.4rem;line-height:1.8rem;letter-spacing:.19px;border-radius:3rem}.btn-block{display:block}.btn-primary{background-color:var(--primary);color:colorYiq(var(--primary))!important}.bg-primary{background-color:var(--primary)}.text-primary{color:var(--primary)!important}.btn-danger{background-color:var(--danger);color:colorYiq(var(--danger))!important}.bg-danger{background-color:var(--danger)}.text-danger{color:var(--danger)!important}.btn-warning{background-color:var(--warning);color:colorYiq(var(--warning))!important}.bg-warning{background-color:var(--warning)}.text-warning{color:var(--warning)!important}.btn-warning-light{background-color:var(--warning-light);color:colorYiq(var(--warning-light))!important}.bg-warning-light{background-color:var(--warning-light)}.text-warning-light{color:var(--warning-light)!important}.btn-info{background-color:var(--info);color:colorYiq(var(--info))!important}.bg-info{background-color:var(--info)}.text-info{color:var(--info)!important}.btn-white{background-color:var(--light);color:colorYiq(var(--light))!important}.bg-white{background-color:var(--light)}.text-white{color:var(--light)!important}.btn-dark{background-color:var(--danger);color:colorYiq(var(--danger))!important}.bg-dark{background-color:var(--danger)}.text-dark{color:var(--danger)!important}.btn-light{background-color:var(--light);color:colorYiq(var(--light))!important}.bg-light{background-color:var(--light)}.text-light{color:var(--light)!important}.btn-secondary{background-color:var(--secondary);color:colorYiq(var(--secondary))!important}.bg-secondary{background-color:var(--secondary)}.text-secondary{color:var(--secondary)!important}.row{margin-left:-15px;margin-right:-15px;display:flex;flex-wrap:wrap;flex-direction:row}.row>[class*=dz-col-]{width:100%;padding-left:15px;padding-right:15px}.row.no-gutters{margin-left:0px!important;margin-right:0px!important}.row.no-gutters>[class*=dz-col-]{padding-left:0px!important;padding-right:0px!important}.container,.container-fluid{width:100%;max-width:100%;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto}.dz-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dz-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dz-col-3{flex:0 0 25%;max-width:25%}.dz-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dz-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dz-col-6{flex:0 0 50%;max-width:50%}.dz-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dz-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dz-col-9{flex:0 0 75%;max-width:75%}.dz-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dz-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dz-col-12{flex:0 0 100%;max-width:100%}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:flex!important}.d-inline-block{display:inline-block!important}.d-inline-flex{display:inline-flex!important}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-stretch{align-content:stretch}.align-content-between{align-content:space-between}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}@media(min-width:450px){.dz-col-xm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dz-col-xm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dz-col-xm-3{flex:0 0 25%;max-width:25%}.dz-col-xm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dz-col-xm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dz-col-xm-6{flex:0 0 50%;max-width:50%}.dz-col-xm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dz-col-xm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dz-col-xm-9{flex:0 0 75%;max-width:75%}.dz-col-xm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dz-col-xm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dz-col-xm-12{flex:0 0 100%;max-width:100%}.d-xm-none{display:none!important}.d-xm-block{display:block!important}.d-xm-flex{display:flex!important}.d-xm-inline-block{display:inline-block!important}.d-xm-inline-flex{display:inline-flex!important}.flex-xm-wrap{flex-wrap:wrap}.flex-xm-nowrap{flex-wrap:nowrap}.flex-xm-row{flex-direction:row}.flex-xm-column{flex-direction:column}.align-items-xm-start{align-items:flex-start}.align-items-xm-end{align-items:flex-end}.align-items-xm-center{align-items:center}.align-items-xm-stretch{align-items:stretch}.align-content-xm-start{align-content:flex-start}.align-content-xm-end{align-content:flex-end}.align-content-xm-center{align-content:center}.align-content-xm-stretch{align-content:stretch}.align-content-xm-between{align-content:space-between}.justify-content-xm-start{justify-content:flex-start}.justify-content-xm-end{justify-content:flex-end}.justify-content-xm-center{justify-content:center}.justify-content-xm-between{justify-content:space-between}.justify-content-xm-around{justify-content:space-around}}@media(min-width:576px){.dz-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dz-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dz-col-sm-3{flex:0 0 25%;max-width:25%}.dz-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dz-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dz-col-sm-6{flex:0 0 50%;max-width:50%}.dz-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dz-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dz-col-sm-9{flex:0 0 75%;max-width:75%}.dz-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dz-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dz-col-sm-12{flex:0 0 100%;max-width:100%}.d-sm-none{display:none!important}.d-sm-block{display:block!important}.d-sm-flex{display:flex!important}.d-sm-inline-block{display:inline-block!important}.d-sm-inline-flex{display:inline-flex!important}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.align-items-sm-start{align-items:flex-start}.align-items-sm-end{align-items:flex-end}.align-items-sm-center{align-items:center}.align-items-sm-stretch{align-items:stretch}.align-content-sm-start{align-content:flex-start}.align-content-sm-end{align-content:flex-end}.align-content-sm-center{align-content:center}.align-content-sm-stretch{align-content:stretch}.align-content-sm-between{align-content:space-between}.justify-content-sm-start{justify-content:flex-start}.justify-content-sm-end{justify-content:flex-end}.justify-content-sm-center{justify-content:center}.justify-content-sm-between{justify-content:space-between}.justify-content-sm-around{justify-content:space-around}}@media(min-width:768px){.container{max-width:740px}.dz-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dz-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dz-col-md-3{flex:0 0 25%;max-width:25%}.dz-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dz-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dz-col-md-6{flex:0 0 50%;max-width:50%}.dz-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dz-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dz-col-md-9{flex:0 0 75%;max-width:75%}.dz-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dz-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dz-col-md-12{flex:0 0 100%;max-width:100%}.d-md-none{display:none!important}.d-md-block{display:block!important}.d-md-flex{display:flex!important}.d-md-inline-block{display:inline-block!important}.d-md-inline-flex{display:inline-flex!important}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.align-items-md-start{align-items:flex-start}.align-items-md-end{align-items:flex-end}.align-items-md-center{align-items:center}.align-items-md-stretch{align-items:stretch}.align-content-md-start{align-content:flex-start}.align-content-md-end{align-content:flex-end}.align-content-md-center{align-content:center}.align-content-md-stretch{align-content:stretch}.align-content-md-between{align-content:space-between}.justify-content-md-start{justify-content:flex-start}.justify-content-md-end{justify-content:flex-end}.justify-content-md-center{justify-content:center}.justify-content-md-between{justify-content:space-between}.justify-content-md-around{justify-content:space-around}}@media(min-width:992px){.container{max-width:960px}.dz-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dz-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dz-col-lg-3{flex:0 0 25%;max-width:25%}.dz-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dz-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dz-col-lg-6{flex:0 0 50%;max-width:50%}.dz-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dz-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dz-col-lg-9{flex:0 0 75%;max-width:75%}.dz-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dz-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dz-col-lg-12{flex:0 0 100%;max-width:100%}.d-lg-none{display:none!important}.d-lg-block{display:block!important}.d-lg-flex{display:flex!important}.d-lg-inline-block{display:inline-block!important}.d-lg-inline-flex{display:inline-flex!important}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.align-items-lg-start{align-items:flex-start}.align-items-lg-end{align-items:flex-end}.align-items-lg-center{align-items:center}.align-items-lg-stretch{align-items:stretch}.align-content-lg-start{align-content:flex-start}.align-content-lg-end{align-content:flex-end}.align-content-lg-center{align-content:center}.align-content-lg-stretch{align-content:stretch}.align-content-lg-between{align-content:space-between}.justify-content-lg-start{justify-content:flex-start}.justify-content-lg-end{justify-content:flex-end}.justify-content-lg-center{justify-content:center}.justify-content-lg-between{justify-content:space-between}.justify-content-lg-around{justify-content:space-around}}@media(min-width:1265px){.container{max-width:1260px}.dz-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dz-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dz-col-xl-3{flex:0 0 25%;max-width:25%}.dz-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dz-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dz-col-xl-6{flex:0 0 50%;max-width:50%}.dz-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dz-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dz-col-xl-9{flex:0 0 75%;max-width:75%}.dz-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dz-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dz-col-xl-12{flex:0 0 100%;max-width:100%}.d-xl-none{display:none!important}.d-xl-block{display:block!important}.d-xl-flex{display:flex!important}.d-xl-inline-block{display:inline-block!important}.d-xl-inline-flex{display:inline-flex!important}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.align-items-xl-start{align-items:flex-start}.align-items-xl-end{align-items:flex-end}.align-items-xl-center{align-items:center}.align-items-xl-stretch{align-items:stretch}.align-content-xl-start{align-content:flex-start}.align-content-xl-end{align-content:flex-end}.align-content-xl-center{align-content:center}.align-content-xl-stretch{align-content:stretch}.align-content-xl-between{align-content:space-between}.justify-content-xl-start{justify-content:flex-start}.justify-content-xl-end{justify-content:flex-end}.justify-content-xl-center{justify-content:center}.justify-content-xl-between{justify-content:space-between}.justify-content-xl-around{justify-content:space-around}}@media(min-width:1400px){.container{max-width:1390px}.dz-col-xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dz-col-xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dz-col-xxl-3{flex:0 0 25%;max-width:25%}.dz-col-xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dz-col-xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dz-col-xxl-6{flex:0 0 50%;max-width:50%}.dz-col-xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dz-col-xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dz-col-xxl-9{flex:0 0 75%;max-width:75%}.dz-col-xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dz-col-xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dz-col-xxl-12{flex:0 0 100%;max-width:100%}.d-xxl-none{display:none!important}.d-xxl-block{display:block!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-inline-flex{display:inline-flex!important}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.align-items-xxl-start{align-items:flex-start}.align-items-xxl-end{align-items:flex-end}.align-items-xxl-center{align-items:center}.align-items-xxl-stretch{align-items:stretch}.align-content-xxl-start{align-content:flex-start}.align-content-xxl-end{align-content:flex-end}.align-content-xxl-center{align-content:center}.align-content-xxl-stretch{align-content:stretch}.align-content-xxl-between{align-content:space-between}.justify-content-xxl-start{justify-content:flex-start}.justify-content-xxl-end{justify-content:flex-end}.justify-content-xxl-center{justify-content:center}.justify-content-xxl-between{justify-content:space-between}.justify-content-xxl-around{justify-content:space-around}}@media(min-width:768px){.form-group-wrapper{display:grid;grid-template-columns:repeat(2,1fr);column-gap:1rem}}@media(min-width:992px){.form-group-wrapper{column-gap:1.6rem}}@media(min-width:1265px){.form-group-wrapper{column-gap:2.4rem}}.form-group{margin-bottom:1.5rem}@media(min-width:992px){.form-group{margin-bottom:2.5rem}}.input-group{display:flex;width:100%;min-width:1px;border:2px solid #fff0}.input-group:focus{border-color:var(--danger)}.input-group input{border-right:none!important;border-top-right-radius:0;border-bottom-right-radius:0;flex:0 1 100%;min-width:1px}.input-group .input-group-append .btn{height:100%;border-radius:0;font-size:1.3rem}.input-group .input-group-append .text{height:100%;display:flex;position:relative;justify-content:center;align-items:center;border:2px solid #d9d9d9;border-left:none;border-radius:0 9px 9px 0;padding:0 1rem;font-size:1.4rem;color:#a6a6a6}.input-group .input-group-append .text:before{content:"";width:1px;height:60%;top:20%;background-color:#a6a6a6;left:0;position:absolute}label{display:inline-block;font-size:1.2rem;line-height:158.5%;margin-bottom:.8rem}.form-control{height:auto;font-family:var(--body-font);line-height:4.4rem;transition:.2s linear;flex:0 1 100%;max-width:100%;width:100%;display:block;font-size:1.6rem;border:none;padding:0 1.6rem;background-color:var(--light);border:1px solid #cacaca;font-weight:500;color:var(--danger);border-radius:.8rem}.form-control::placeholder{font-family:var(--body-font);opacity:.6;color:var(--danger);font-weight:400;font-size:1.6rem}.form-control[type=number]{appearance:textfield;-webkit-appearance:textfield;-moz-appearance:textfield}@media(min-width:768px){.form-control[type=number]{text-align:right}}.form-control::-webkit-outer-spin-button,.form-control::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form-control:focus{outline:none;border-color:#fd0}.invalid-feedback{padding:1rem 0 0;color:#c92327}.error{padding-top:1.5rem;color:var(--danger);padding-top:2px;font-size:1.3rem}input[type=radio],input[type=checkbox]{display:none}.label-text{font-weight:400;font-size:1.4rem;line-height:2.4rem;letter-spacing:-.26px;color:#a6a6a6}@media(min-width:768px){.label-text{font-size:1.6rem}}.fake-radio,.fake-checkbox{display:block;width:18px;flex:0 0 18px;height:18px;margin-right:1rem;position:relative;border-radius:50%;overflow:hidden;border:1px solid #fff0;background-clip:content-box;cursor:pointer;transition:.2s linear}.fake-radio:after,.fake-checkbox:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;padding:3px;line-height:18px;font-size:1.3rem!important;color:var(--danger)}.fake-checkbox{border-radius:4px!important;border:1px solid var(--warning-light)}@media(min-width:768px){.fake-checkbox{width:20px;height:20px;flex:0 0 20px}}@media(min-width:768px){.fake-checkbox::after{line-height:20px}}.radio-label{cursor:pointer;margin-bottom:0}input[type=checkbox]:checked+.fake-checkbox{background-image:url(/wp-content/themes/cubestheme/frontend/img/check.png);background-size:cover;background-position:center center}input[type=radio]:checked+.fake-radio{border:1px solid var(--danger);padding:3px}.selectize-control .selectize-input{font-family:var(--body-font)!important}.selectize-control .selectize-input::before{background:#fff0!important}.selectize-control .selectize-input:focus-within{border-color:#fd0!important}.selectize-dropdown{top:calc(100% + 1.3rem)!important;border-radius:1.2rem;border:2px solid var(--warning-light);overflow:hidden;color:var(--info)}@media(min-width:768px){.selectize-dropdown{top:65px!important}}.selectize-dropdown .option{padding:0 1.6rem;line-height:4.3rem;font-size:1.4rem}@media(min-width:576px){.selectize-dropdown .option{font-size:1.6rem}}.selectize-dropdown .selected{background-color:#fd0;color:var(--danger)}.selectize-dropdown .active:not(.selected){background-color:#fd0;color:var(--danger)}header{transition:.5s linear}header .header-top{background-color:#fd0;padding:8px 0;text-align:center;transition:.4s linear;max-height:50px}header .header-top .header-top-slider{display:flex;align-items:center;justify-content:center}header .header-top .header-top-slider .owl-stage{height:100%;display:flex;justify-content:center;align-items:center}header .header-top .header-top-slider .header-top-slider-item{color:var(--danger);margin-bottom:0}header .header-top .header-top-slider .header-top-slider-item:not(:last-of-type){margin-right:3.2rem}header .header-top .header-top-slider .header-top-slider-item .company-icon{width:16px;height:16px;margin-right:.8rem}header .header-top .header-top-slider .header-top-slider-item .company-text p{margin-bottom:0}header .header-mid{padding:1rem 0;background-color:var(--light);transition:.4s linear;position:relative}@media(min-width:576px){header .header-mid{padding:1.4rem 0}}@media(min-width:768px){header .header-mid{padding:1.4rem 0;position:relative}}@media(min-width:1265px){header .header-mid{padding:1.4rem 0}}header .header-mid.header-bg-white{background-color:var(--light);z-index:10000;position:fixed;left:0;width:100%;transition:.4s linear;top:-100%}@media(min-width:1265px)and (min-width:1265px){header .header-mid.header-bg-white .container .header-mid-items .nav-menu .logo{position:absolute;display:block;left:calc((100vw - 1260px)/2 + 15px);transform:unset;max-width:120px;margin-top:-6px}}@media(min-width:1265px)and (min-width:1400px){header .header-mid.header-bg-white .container .header-mid-items .nav-menu .logo{left:calc((100vw - 1360px)/2 + 15px)}}@media(min-width:1265px)and (min-width:1265px){header .header-mid.header-bg-white .container .header-mid-items .nav-menu .header-mid-user{background-color:#fff0;padding:0;position:absolute;display:none;right:calc((100vw - 1260px)/2 + 15px);top:50%;transform:translateY(-50%)}}@media(min-width:1265px)and (min-width:1400px){header .header-mid.header-bg-white .container .header-mid-items .nav-menu .header-mid-user{right:calc((100vw - 1360px)/2 + 15px)}}@media(min-width:1265px)and (min-width:1265px){header .header-mid.header-bg-white .container .header-mid-items .nav-menu .header-mid-user .header-mid-user-icon{margin-bottom:0}}@media(min-width:1265px)and (min-width:1265px){header .header-mid.header-bg-white .container .header-mid-items .nav-menu .header-mid-user .header-mid-user-icon .header-mid-user-text{display:none}}header .header-mid.header-down{top:0}@media(min-width:1265px){header .header-mid.header-down{top:-103px}}header .header-mid .header-mid-items{display:flex;justify-content:space-between;align-items:center}header .header-mid .header-mid-items .search-form{display:none;background-color:#eee;border-radius:.6rem;overflow:hidden}@media(min-width:1265px){header .header-mid .header-mid-items .search-form{display:block;position:static;width:300px;margin-left:3rem}}@media(min-width:1265px){header .header-mid .header-mid-items .search-form{width:500px;margin-left:4.2rem}}header .header-mid .header-mid-items .search-form .input-group{position:relative;height:4.6rem}header .header-mid .header-mid-items .search-form .input-group .search-btn{margin-bottom:0;border:none;background-color:#fff0;cursor:pointer;flex:0 0 45px;display:flex;align-items:center;justify-content:center}header .header-mid .header-mid-items .search-form .input-group .search-btn img{max-width:18px}header .header-mid .header-mid-items .search-form .input-group .form-control{border:none;background-color:#eee;color:var(--danger);padding-inline:1.6rem}header .header-mid .header-mid-items .search-form .input-group .form-control::placeholder{font-family:"Inter",sans-serif;font-weight:400;opacity:1;color:rgb(5 4 0 / .4);font-size:1.4rem}header .header-mid .header-mid-items .logo,header .header-mid .header-mid-items .custom-logo-link{display:block;flex:0 0 80px;max-width:80px}header .header-mid .header-mid-items .header-mid-user{align-items:center;display:flex}header .header-mid .header-mid-items .header-mid-user .header-mid-user-icon{display:flex;align-items:center}header .header-mid .header-mid-items .header-mid-user .header-mid-user-icon .header-mid-user-text{display:none}header .header-mid .header-mid-items .header-mid-user .header-mid-user-icon img{margin-right:4px;max-height:18px}header .header-mid .header-mid-items .header-mid-user .header-mid-user-icon:not(:last-of-type){margin-right:1rem}@media(min-width:768px){header .header-mid .header-mid-items .header-mid-user .header-mid-user-icon:not(:last-of-type){margin-right:1.5rem}}header .header-mid .header-mid-items .header-mid-user .header-mid-user-icon.cart span{font-family:"Inter",sans-serif;font-weight:500;line-height:1.4rem;letter-spacing:.28px}header .header-mid .header-mid-items .header-mid-user .side-menu-hamburger{cursor:pointer;flex:0 0 44px;width:44px;height:44px;background-color:#fd0;border-radius:.4rem;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-left:1.5rem}header .header-mid .header-mid-items .header-mid-user .side-menu-hamburger.active .hamburger-line:first-of-type{top:7px;transform:rotate(45deg)}header .header-mid .header-mid-items .header-mid-user .side-menu-hamburger.active .hamburger-line:nth-of-type(2){opacity:0}header .header-mid .header-mid-items .header-mid-user .side-menu-hamburger.active .hamburger-line:last-of-type{top:-7px;transform:rotate(-45deg)}@media(min-width:1265px){header .header-mid .header-mid-items .header-mid-user .side-menu-hamburger{display:none}}header .header-mid .header-mid-items .header-mid-user .side-menu-hamburger .hamburger-line{position:relative;top:0;display:block;height:2px;width:24px;background-color:var(--danger);transition:.4s linear;border-radius:15rem}header .header-mid .header-mid-items .header-mid-user .side-menu-hamburger .hamburger-line:not(:last-of-type){margin-bottom:.5rem}header .header-mid .nav-menu{position:absolute;top:100%;left:-100%;width:100%;background-color:var(--light);z-index:1000;display:flex;flex-direction:column;justify-content:space-between;transition:.4s linear}@media(min-width:1265px){header .header-mid .nav-menu{top:95%;left:0;height:auto!important}}header .header-mid .nav-menu.active{left:0}@media(min-width:1265px){header .header-mid .nav-menu{background-color:var(--secondary);display:block!important;padding:0;padding-top:1.7rem}}header .header-mid .nav-menu .logo{display:none}header .header-mid .nav-menu .header-mid-user{display:block;padding:2.4rem 1.5rem;background-color:#fd0}@media(min-width:768px){header .header-mid .nav-menu .header-mid-user{padding-left:calc((100vw - 740px)/2 + 15px)}}@media(min-width:992px){header .header-mid .nav-menu .header-mid-user{padding-left:calc((100vw - 960px)/2 + 15px)}}@media(min-width:1265px){header .header-mid .nav-menu .header-mid-user{display:none}}header .header-mid .nav-menu .header-mid-user .header-mid-user-icon:not(:last-of-type){margin-right:0;margin-bottom:1.6rem}header .header-mid .nav-menu .header-mid-user .header-mid-user-icon .header-mid-user-text{font-weight:600;display:block}header .header-mid .nav-menu .header-mid-user .side-menu-hamburger{display:none}header .header-mid .nav-menu .nav-menu-wrapper{padding-bottom:1.5rem;display:flex;flex-direction:column}@media(min-width:1265px){header .header-mid .nav-menu .nav-menu-wrapper{padding-bottom:0}}header .header-mid .nav-menu .nav-menu-wrapper .nav-menu-title-wrapper{padding:1.6rem 1.5rem;background-color:var(--secondary);border-top:1px solid #cacaca;border-bottom:1px solid #cacaca}@media(min-width:768px){header .header-mid .nav-menu .nav-menu-wrapper .nav-menu-title-wrapper{padding-left:calc((100vw - 740px)/2 + 15px)}}@media(min-width:992px){header .header-mid .nav-menu .nav-menu-wrapper .nav-menu-title-wrapper{padding-left:calc((100vw - 960px)/2 + 15px)}}@media(min-width:1265px){header .header-mid .nav-menu .nav-menu-wrapper .nav-menu-title-wrapper{display:none!important}}header .header-mid .nav-menu .nav-menu-wrapper .nav-menu-title-wrapper .nav-menu-title{font-size:1.8rem;font-weight:600;color:var(--danger)}header .header-mid .nav-menu .main-menu{padding-top:2.7rem;padding-inline:1.5rem;height:auto;overflow-y:auto;overflow-x:hidden}header .header-mid .nav-menu .main-menu.active{overflow-y:hidden}@media(min-width:768px){header .header-mid .nav-menu .main-menu{padding-inline:0;width:710px;margin-inline:auto}}@media(min-width:992px){header .header-mid .nav-menu .main-menu{width:930px}}@media(min-width:1265px){header .header-mid .nav-menu .main-menu{padding-top:0;width:1230px;margin-inline:auto;display:flex;align-items:center;justify-content:space-between}}@media(min-width:1400px){header .header-mid .nav-menu .main-menu{width:1330px}}header .header-mid .nav-menu .main-menu .nav-item{white-space:nowrap;transition:.4s linear}@media(min-width:768px){header .header-mid .nav-menu .main-menu .nav-item{padding-bottom:1.5rem;position:static}}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item{border-bottom:2px solid #fff0}}header .header-mid .nav-menu .main-menu .nav-item:hover .nav-link .nav-link-name,header .header-mid .nav-menu .main-menu .nav-item.active .nav-link .nav-link-name{color:var(--danger)}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item.active{border-color:#fd0}}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item:hover{border-color:#fd0}}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item:hover .nav-submenu-wrapper{transform:rotateX(0)}}header .header-mid .nav-menu .main-menu .nav-item:not(:last-of-type){margin-bottom:2rem}@media(min-width:768px){header .header-mid .nav-menu .main-menu .nav-item:not(:last-of-type){margin-bottom:0}}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item.second-title .nav-link .nav-link-name{font-weight:400}}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item.second-title~.nav-item .nav-link .nav-link-name{font-weight:400}}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item.outlet .nav-link{text-transform:uppercase;border-radius:.2rem;background-color:#fd0}}header .header-mid .nav-menu .main-menu .nav-item .nav-link{display:flex;justify-content:space-between;align-items:flex-end}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-link{padding:.4rem .6rem}}header .header-mid .nav-menu .main-menu .nav-item .nav-link .nav-link-name{display:block;font-weight:600;font-size:1.8rem;color:var(--danger);opacity:.8;transition:.4s linear}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-link .nav-link-name{font-size:1.6rem}}header .header-mid .nav-menu .main-menu .nav-item .nav-submenu-wrapper{position:absolute;top:0;left:0;left:-100%;width:100%;z-index:2;padding-bottom:5.1rem;overflow:hidden;transition:.4s linear;background-color:var(--light)}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu-wrapper{position:absolute;z-index:1000;top:100%;left:0;width:100%;padding:3.2rem 0;padding-inline:calc((100vw - 1260px)/2 + 15px);transform:rotateX(90deg);transform-origin:top center;transition:.4s ease-in-out;overflow:unset}}@media(min-width:1400px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu-wrapper{padding-inline:calc((100vw - 1360px)/2 + 15px)}}header .header-mid .nav-menu .main-menu .nav-item .nav-submenu-wrapper .nav-menu-title-wrapper{cursor:pointer}header .header-mid .nav-menu .main-menu .nav-item .nav-submenu{padding:2.7rem 1.5rem 0;height:calc(100% - 5.1rem);overflow-y:auto;overflow-x:hidden}@media(min-width:768px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu{padding-inline:0;width:710px;margin-inline:auto}}@media(min-width:992px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu{width:930px}}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu{height:unset;padding:0;background-color:var(--light);width:100%;position:static;display:grid;grid-template-columns:repeat(2,1fr);background-color:var(--light);overflow:unset;column-gap:3.2rem;row-gap:1.5rem}}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item:hover .nav-submenu-link{margin-left:1.6rem}}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item:hover .nav-submenu-link::before{opacity:1}}header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item:first-of-type .nav-sub-list{display:block}header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item.second-title{padding-top:1.5rem;border-top:1px solid #cacaca}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item.second-title{padding:0;border-top:none;border-left:1px solid #cacaca;padding-left:3.2rem}}header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item.second-title .nav-submenu-link .nav-submenu-title{font-size:2rem}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item.second-title .nav-submenu-link .nav-submenu-title{font-size:1.8rem;font-weight:600}}header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item:not(:last-of-type){margin-bottom:2rem}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item:not(:last-of-type){margin-bottom:0}}header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-submenu-link{display:flex;align-items:center;justify-content:space-between}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-submenu-link{position:relative;transition:.4s linear}}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-submenu-link::before{content:"";display:block;position:absolute;top:55%;transform:translateY(-55%);left:-16px;width:8px;height:8px;opacity:0;border-radius:50%;background-color:#fd0;transition:.4s linear}}header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-submenu-link .nav-submenu-title{display:block;font-weight:500;font-size:1.8rem;color:var(--danger);opacity:.8;flex:1;transition:.4s linear;line-height:1.4}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-submenu-link .nav-submenu-title{flex:unset}}header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-sub-list{display:none}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-sub-list{margin-top:2.4rem;display:grid!important;grid-template-columns:repeat(2,1fr);column-gap:3.2rem;row-gap:2rem}}header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-sub-list .nav-sub-item{padding-left:0}header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-sub-list .nav-sub-item:first-of-type{margin-top:2rem}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-sub-list .nav-sub-item:first-of-type{margin-top:0}}header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-sub-list .nav-sub-item:not(:last-of-type){margin-bottom:2rem}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-sub-list .nav-sub-item:not(:last-of-type){margin-bottom:0}}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-sub-list .nav-sub-item:hover .nav-sub-link{margin-left:1.6rem}}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-sub-list .nav-sub-item:hover .nav-sub-link::before{opacity:1}}header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-sub-list .nav-sub-item .nav-sub-link{font-weight:500;font-size:1.8rem;line-height:1.4;display:inline-block;transition:.4s linear}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-sub-list .nav-sub-item .nav-sub-link{position:relative;font-size:1.6rem;color:var(--danger);opacity:.8}}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-sub-list .nav-sub-item .nav-sub-link::before{content:"";display:block;position:absolute;top:55%;transform:translateY(-55%);left:-16px;width:8px;height:8px;opacity:0;border-radius:50%;background-color:#fd0;transition:.4s linear}}header .header-mid .nav-menu .main-menu .nav-item .nav-submenu .nav-images-wrapper{display:none!important}header .header-mid .nav-menu .main-menu .menu-line{display:none}@media(min-width:1265px){header .header-mid .nav-menu .main-menu .menu-line{height:20px;width:1px;background-color:var(--danger);position:relative;margin-top:-1.5rem}}header .header-mid .toggle-submenu{flex:0 0 30%;width:30%;text-align:right;transition:.4s linear;font-family:"Inter",sans-serif}@media(min-width:1265px){header .header-mid .toggle-submenu{transform:rotateZ(90deg);flex:unset;width:unset;margin-right:3px}}header .header-mid .toggle-submenu svg{transition:.4s linear}@media(min-width:1265px){header .header-mid .toggle-submenu svg{width:15px;height:15px}}header .header-mid .toggle-sub{flex:0 0 30%;width:30%;text-align:right;transition:.4s linear}@media(min-width:1265px){header .header-mid .toggle-sub{display:none}}header .header-mid .toggle-sub.active .plus svg{transform:rotateZ(90deg)}header .header-mid .toggle-sub .plus{display:block}header .header-mid .toggle-sub .plus svg{transform:rotate(-90deg);transition:.4s linear}.search-form-wrapper .search-form{background-color:#eee;border-radius:.6rem;overflow:hidden}@media(min-width:1265px){.search-form-wrapper .search-form{display:none}}.search-form-wrapper .search-form .input-group{position:relative;height:4.6rem}.search-form-wrapper .search-form .input-group .search-btn{margin-bottom:0;border:none;background-color:#fff0;cursor:pointer;flex:0 0 45px;display:flex;align-items:center;justify-content:center}.search-form-wrapper .search-form .input-group .search-btn img{max-width:18px}.search-form-wrapper .search-form .input-group .form-control{border:none;background-color:#eee;color:var(--danger);padding-inline:1.6rem}.search-form-wrapper .search-form .input-group .form-control::placeholder{font-family:"Inter",sans-serif;font-weight:400;opacity:1;color:rgb(5 4 0 / .4);font-size:1.4rem}.nav-menu-chevron{margin-right:1.6rem}.cart-wrapper{margin-right:1.8rem;flex:0 0 40%;width:40%;position:relative}.cart-wrapper .cart-bg{display:none;position:fixed;top:0;left:0;width:100%;height:200vh;z-index:1000000;background-color:rgb(0 0 0 / .5)}.cart-wrapper .cart-component{width:100%;max-width:40rem;height:100vh;height:100dvh;background-color:var(--light);position:fixed;top:0;right:-100%;display:flex!important;flex-direction:column;z-index:1100000;transition:.4s ease-in-out}.cart-wrapper .cart-component.active{right:0}.cart-wrapper .cart-component .cart-header{border-bottom:1px solid var(--danger);padding:1rem 2.4rem;display:flex;justify-content:space-between;align-items:center}.cart-wrapper .cart-component .cart-header h4{font-size:2.4rem;font-weight:700;letter-spacing:.8px;line-height:2.6rem;text-transform:uppercase}.cart-wrapper .cart-component .cart-header span.num-of-items{margin-left:.5rem;display:inline-block;width:1.9rem;height:1.9rem;line-height:1.9rem;font-size:1.5rem;color:var(--danger);text-align:center}.cart-wrapper .cart-component .cart-header .close-cart{font-size:2.4rem;font-weight:700;line-height:2.6rem;text-transform:uppercase;cursor:pointer}.cart-wrapper .cart-component .cart-body{overflow:hidden;border-bottom:1.5px solid var(--danger);padding:0 1rem;flex:1}.cart-wrapper .cart-component .cart-body h2.empty-cart-warning{display:none;padding-left:2.5rem;padding-top:2.5rem}.cart-wrapper .cart-component .cart-body h2.empty-cart-warning.active{display:block}.cart-wrapper .cart-component .cart-body .products-wrapper{overflow:auto;padding:2.5rem 1.4rem;max-height:100%}.cart-wrapper .cart-component .cart-body .products-wrapper .product-item{border:none;border-bottom:1px solid var(--danger)!important;margin-bottom:1.6rem;padding:.5rem 1.2rem 1rem .5rem;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;border-radius:0}.cart-wrapper .cart-component .cart-body .products-wrapper .product-item:hover{border-color:#fff0}@media(min-width:768px){.cart-wrapper .cart-component .cart-body .products-wrapper .product-item{align-items:center}}.cart-wrapper .cart-component .cart-body .products-wrapper .product-item:last-of-type{margin-bottom:0}.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .cart-product-img{margin-right:1.5rem;flex:0 0 calc(30% - 1.5rem);width:calc(30% - 1.5rem);max-width:111px;position:relative}.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .cart-product-img img{object-fit:contain;object-position:center center}.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data{flex:1}.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .product-info-wrapper{margin-bottom:2rem}@media(min-width:576px){.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .product-info-wrapper{display:flex;align-items:flex-end;justify-content:center}}.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .product-title{font-size:1.3rem;font-weight:500;margin-bottom:1rem}@media(min-width:576px){.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .product-title{margin-bottom:0;flex:0 0 calc(60% - 2rem);width:calc(60% - 2rem)}}.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .product-price{flex:0 0 100%;width:100%;margin-bottom:0;font-size:1.4rem;font-weight:700;letter-spacing:.47px;line-height:1.8rem;color:var(--danger)}@media(min-width:400px){.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .product-price{flex:0 0 auto;width:auto;margin-left:auto}}.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .count-wrapper{margin-bottom:0;display:flex;flex-wrap:wrap;justify-content:space-between;max-width:115px}.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .count-wrapper .input-group.quantity-main{border:1px solid var(--danger);line-height:2.7rem;font-size:1.1rem}.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .count-wrapper .input-group.quantity-main .form-control{border:none;box-shadow:none;padding:0;flex:0 0 50%;width:50%;color:var(--danger);text-align:center;line-height:2.7rem;font-size:1.1rem}.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .count-wrapper .input-group.quantity-main .cart-q-plus,.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .count-wrapper .input-group.quantity-main .cart-q-minus{border:none;box-shadow:none;background-color:var(--danger);flex:0 0 25%;width:25%;font-size:1.8rem;cursor:pointer;text-align:center;display:flex;align-items:center;justify-content:center}.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .count-wrapper .input-group.quantity-main .cart-q-plus svg,.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .count-wrapper .input-group.quantity-main .cart-q-minus svg{fill:var(--light)}.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .delete-product{margin-left:auto;text-decoration:underline;font-weight:700;font-size:1.2rem;line-height:1.8rem;letter-spacing:.4px;color:var(--danger)}.cart-wrapper .cart-component .cart-footer{padding:1rem 2.4rem 2rem}.cart-wrapper .cart-component .cart-footer .total-order{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center}.cart-wrapper .cart-component .cart-footer .total-order .subtotal{font-size:1.4rem;font-weight:600;letter-spacing:.47px;line-height:1.8rem}.cart-wrapper .cart-component .cart-footer .total-order .total-price{font-size:1.4rem;font-weight:600;letter-spacing:.47px;line-height:1.8rem}.cart-wrapper .cart-component .cart-footer .total-order .total-price span{margin-left:.5rem}.cart-wrapper .cart-component .cart-footer .cart-btn{display:block;background-color:#fd0;font-weight:600;font-size:1.8rem;line-height:4.8rem;text-align:center;text-transform:uppercase;letter-spacing:.6px;color:var(--danger)}.product-item{display:flex;flex-direction:column;background-color:var(--light);padding:2.4rem;border-radius:1.6rem;border:1px solid #cacaca;position:relative;transition:.4s ease-in-out;height:auto}.product-item:hover{border-color:#fd0}.product-item:hover .product-img img:first-of-type{opacity:1;z-index:2}.product-item:hover .product-img img:last-of-type{opacity:0;z-index:1}.product-item .sold-out-label{display:none}.product-item.out-of-stock-item{position:relative}.product-item.out-of-stock-item .sold-out-label{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.7rem;letter-spacing:1.7px;font-weight:700;white-space:nowrap;text-transform:uppercase;z-index:2;color:var(--danger);margin-bottom:0}@media(min-width:576px){.product-item.out-of-stock-item .sold-out-label{font-size:2.2rem;letter-spacing:2.2px}}@media(min-width:1265px){.product-item.out-of-stock-item .sold-out-label{font-size:2.6rem;letter-spacing:2.6px}}@media(min-width:1480px){.product-item.out-of-stock-item .sold-out-label{font-size:3rem;letter-spacing:3px}}.product-item.out-of-stock-item .product-img img{opacity:.5}.product-item.out-of-stock-item .product-data-wrapper{opacity:.5}.product-item .product-item-labels-wrapper{position:absolute;top:2.4rem;left:2.4rem;display:flex;align-items:center;z-index:5}.product-item .product-item-labels-wrapper .product-item-label{display:block;margin-bottom:.8rem;margin-right:.8rem;padding:0 1.2rem;line-height:2.6rem;border-radius:.4rem;font-size:1.4rem;font-weight:600}.product-item .product-img{margin-bottom:8px;overflow:hidden;background-color:var(--light)}@media(min-width:768px){.product-item .product-img{margin-bottom:1.2rem}}.product-item .product-img img:first-of-type{background-color:var(--light);opacity:0}.product-item .product-img img{transition:opacity .4s linear;object-fit:contain;object-position:center center}.product-item .product-img::after{padding-top:127.82%}.product-item .product-data{margin-bottom:.8rem}.product-item .product-data .product-info{justify-content:space-between;align-items:center}.product-item .product-data .product-info .product-title{margin-bottom:0}@media(min-width:768px){.product-item .product-data .product-info .product-title{flex:0 0 calc(70% - .6rem);width:calc(70% - .6rem)}}.product-item .product-data .product-info .product-title .product-link{display:block;font-size:1.8rem;font-weight:600;line-height:120%}@media(min-width:768px){.product-item .product-data .product-info .product-title .product-link{font-size:1.6rem}}@media(min-width:1400px){.product-item .product-data .product-info .product-title .product-link{font-size:1.8rem}}.product-item .product-data .product-info .product-item-sku{font-size:1.2rem;font-family:"Inter",sans-serif;font-weight:400;line-height:150%;color:var(--danger);opacity:.6}@media(min-width:768px){.product-item .product-data .product-info .product-item-sku{text-align:right;flex:0 0 calc(30% - .6rem);width:calc(30% - .6rem)}}.product-item .product-data .product-category{padding:5px 0}.product-item .product-data .product-category .category-link{display:block;font-family:"Inter",sans-serif;font-size:1.2rem;font-weight:500;line-height:183.33%;text-transform:uppercase;color:var(--warning)}.product-item .product-price-wrapper{align-items:center}.product-item .product-price-wrapper .price{font-size:1.6rem;font-weight:500;line-height:150%;margin-bottom:0;color:var(--danger);display:flex}.product-item .product-price-wrapper .price del{order:1;display:block;font-size:1.4rem;text-decoration:line-through;color:var(--warning);margin-left:12px}.product-item .product-price-wrapper .price ins{text-decoration:none}.product-item .product-colors{display:flex}.product-item .product-colors .product-color{display:block;height:14px;width:14px;border:1px solid var(--light)}.product-item .product-colors .product-color:not(:last-of-type){margin-right:5px}.single-product{padding-top:1.3rem;margin-bottom:4rem}@media(min-width:576px){.single-product{margin-bottom:6rem}}@media(min-width:768px){.single-product{margin-bottom:9rem}}.single-product .ean-code-wrapper{padding-top:2rem}.single-product .ean-code-wrapper .ean-label,.single-product .ean-code-wrapper .ean-code{color:var(--danger);opacity:.6;font-weight:500}.single-product .ean-code-wrapper .ean-label{font-weight:700}.single-product .single-product-wrapper{padding-top:3.1rem}@media(min-width:768px){.single-product .single-product-wrapper{display:flex;justify-content:space-between}}.single-product .single-product-wrapper .single-product-slider{display:flex;flex-direction:column}@media(min-width:768px){.single-product .single-product-wrapper .single-product-slider{flex:0 0 calc(50% - 2rem);width:calc(50% - 2rem)}}@media(min-width:1265px){.single-product .single-product-wrapper .single-product-slider{flex:0 0 calc(100% - 580px);width:calc(100% - 580px)}}@media(min-width:992px){.single-product .single-product-wrapper .single-product-slider{flex-direction:row;justify-content:space-between;align-items:flex-start}}.single-product .single-product-wrapper .single-product-slider .sold-out-label{display:none}.single-product .single-product-wrapper .single-product-slider.out-of-stock{position:relative}.single-product .single-product-wrapper .single-product-slider.out-of-stock::after{content:"";display:none;background-color:hsl(0 0% 100% / .5);position:absolute;inset:0;z-index:1}.single-product .single-product-wrapper .single-product-slider.out-of-stock .single-product-big-wrapper{position:relative}.single-product .single-product-wrapper .single-product-slider.out-of-stock .single-product-big-wrapper .sold-out-label{display:none;position:absolute;text-transform:uppercase;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;font-size:3.5rem;white-space:nowrap;letter-spacing:3.5px;font-weight:700}@media(min-width:576px){.single-product .single-product-wrapper .single-product-slider.out-of-stock .single-product-big-wrapper .sold-out-label{font-size:5rem;letter-spacing:5px}}@media(min-width:768px){.single-product .single-product-wrapper .single-product-slider.out-of-stock .single-product-big-wrapper .sold-out-label{font-size:3.5rem;letter-spacing:3.5px}}@media(min-width:1265px){.single-product .single-product-wrapper .single-product-slider.out-of-stock .single-product-big-wrapper .sold-out-label{font-size:5rem;letter-spacing:5px}}.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper{overflow:hidden;position:relative;order:2}@media(min-width:992px){.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper{order:unset;flex:0 0 calc(16.6% - .8rem);width:calc(16.6% - .8rem)}}@media(min-width:1265px){.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper{flex:0 0 calc(20% - .8rem);width:calc(20% - .8rem)}}@media(min-width:1400px){.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper{flex:0 0 calc(100% - 668px);width:calc(100% - 668px)}}.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper .small-img-wrapper{padding:0 4px;margin-left:4px;border:1px solid #cacaca;border-radius:1.6rem;margin-right:1.4rem;overflow:hidden}@media(min-width:992px){.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper .small-img-wrapper{padding:4px 0;margin-bottom:1.4rem;margin-right:0;margin-left:0;margin-top:4px}}@media(min-width:1480px){.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper .small-img-wrapper{padding:3.6px 0}}.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper .small-img-wrapper .img-placeholder img{object-fit:contain}.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper .small-img-wrapper .img-placeholder::after{padding-top:100%}.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper .small-img-wrapper.slick-current{border-color:#fd0}.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper .slick-arrow{position:absolute;z-index:1;opacity:.8;background:#fff;backdrop-filter:blur(20px);border:none;top:50%;transform:translateY(-50%);height:40px;cursor:pointer}@media(min-width:992px){.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper .slick-arrow{top:unset;transform:translateY(0);width:100%}}.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper .slick-arrow span{display:block;transform:rotateZ(270deg)}@media(min-width:992px){.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper .slick-arrow span{transform:rotateZ(0deg)}}.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper .slick-arrow.slick-next{right:0}@media(min-width:992px){.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper .slick-arrow.slick-next{bottom:0}}@media(min-width:992px){.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper .slick-arrow{height:2.6rem}}.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper .slick-list{padding:0!important;margin:0 -4px}@media(min-width:992px){.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper .slick-list{margin:-4px 0}}@media(min-width:1480px){.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper .slick-list{margin:-3.6px 0}}.single-product .single-product-wrapper .single-product-slider .single-product-small-wrapper .slick-track{height:100%!important;margin-right:0;margin-left:0}.single-product .single-product-wrapper .single-product-slider .single-product-big-wrapper{margin-bottom:1.6rem;border:1px solid #cacaca;border-radius:1.6rem;overflow:hidden}@media(min-width:992px){.single-product .single-product-wrapper .single-product-slider .single-product-big-wrapper{margin-bottom:0;flex:0 0 calc(83.4% - .8rem);width:calc(83.4% - .8rem)}}@media(min-width:1265px){.single-product .single-product-wrapper .single-product-slider .single-product-big-wrapper{flex:0 0 calc(80% - .8rem);width:calc(80% - .8rem)}}@media(min-width:1400px){.single-product .single-product-wrapper .single-product-slider .single-product-big-wrapper{flex:0 0 652px;width:652px}}.single-product .single-product-wrapper .single-product-slider .single-product-big-wrapper .slick-arrow{position:absolute;z-index:1;opacity:.8;background:#fff;backdrop-filter:blur(20px);border:none;top:50%;transform:translateY(-50%);height:40px;width:40px;cursor:pointer}.single-product .single-product-wrapper .single-product-slider .single-product-big-wrapper .slick-arrow.slick-prev{left:0}.single-product .single-product-wrapper .single-product-slider .single-product-big-wrapper .slick-arrow.slick-next{right:0}.single-product .single-product-wrapper .single-product-slider .single-product-big-wrapper .slick-list{height:100%}.single-product .single-product-wrapper .single-product-slider .single-product-big-wrapper .slick-track{height:100%;margin-right:0;margin-left:0}.single-product .single-product-wrapper .single-product-slider .single-product-big-wrapper .big-img-wrapper{height:100%}.single-product .single-product-wrapper .single-product-slider .single-product-big-wrapper .big-img-wrapper .img-placeholder{height:100%;margin-bottom:0}.single-product .single-product-wrapper .single-product-slider .single-product-big-wrapper .big-img-wrapper .img-placeholder img{object-fit:contain}.single-product .single-product-wrapper .single-product-slider .single-product-big-wrapper .big-img-wrapper .img-placeholder::after{padding-top:99.69%}@media(min-width:992px){.single-product .single-product-wrapper .single-product-slider .single-product-big-wrapper .big-img-wrapper .img-placeholder::after{padding-top:120.66%}}@media(min-width:1265px){.single-product .single-product-wrapper .single-product-slider .single-product-big-wrapper .big-img-wrapper .img-placeholder::after{padding-top:140.66%}}@media(min-width:1400px){.single-product .single-product-wrapper .single-product-slider .single-product-big-wrapper .big-img-wrapper .img-placeholder::after{padding-top:102.69%}}.single-product .single-product-wrapper .single-product-data-wrapper{padding-top:2rem}@media(min-width:768px){.single-product .single-product-wrapper .single-product-data-wrapper{padding-top:0;flex:0 0 calc(50% - 2rem);width:calc(50% - 2rem)}}@media(min-width:1265px){.single-product .single-product-wrapper .single-product-data-wrapper{flex:0 0 548px;width:548px}}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data{position:relative}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-labels-wrapper{margin-bottom:1.6rem;align-items:flex-start}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-labels-wrapper.m-0{margin:0}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-labels-wrapper .labels-data .label-item{padding:0 1.2rem;border-radius:.4rem;margin-bottom:.5rem;font-weight:600;color:var(--danger);line-height:2.6rem}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-labels-wrapper .labels-data .label-item:not(:last-of-type){margin-right:.8rem}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-labels-wrapper .efficiency-img{max-width:6.2rem;right:0}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item{margin-bottom:3.2rem}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .single-product-category{display:flex;flex-wrap:wrap;margin-bottom:7px}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .single-product-category .category-link{display:block;color:var(--warning);font-weight:600;margin-bottom:5px;margin-right:1rem}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .single-product-title-wrapper{margin-bottom:2.4rem}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .single-product-title-wrapper .single-product-title{font-size:3.6rem;font-weight:600;margin-bottom:.8rem}@media(min-width:576px){.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .single-product-title-wrapper .single-product-title{font-size:4.2rem}}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .single-product-title-wrapper .single-product-sku{font-size:1.6rem;font-family:"Inter",sans-serif;font-weight:400;color:var(--danger);opacity:.6}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .single-product-price-wrapper{margin-bottom:2.6rem}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .single-product-price-wrapper .single-product-price{display:flex;align-items:center}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .single-product-price-wrapper .single-product-price .price{display:flex;align-items:flex-end;font-weight:500;font-size:2.4rem;margin-bottom:1.2rem}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .single-product-price-wrapper .single-product-price .price ins{text-decoration:none}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .single-product-price-wrapper .single-product-price .price del{font-size:1.6rem;line-height:152.5%;color:var(--warning);text-decoration:line-through;margin-left:1.6rem;order:1}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .single-product-price-wrapper .price-diff{display:inline-block;background-color:#fd0;border-radius:.4rem;padding-inline:1.2rem;line-height:2.6rem;font-weight:600}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .discount-timer{background-color:#000;border-radius:.8rem;padding:2rem 1.6rem;color:var(--light);position:relative;overflow:hidden}@media(min-width:992px){.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .discount-timer{padding:2.4rem}}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .discount-timer .discount-timer-title{font-size:1.6rem;font-weight:600;margin-bottom:1.6rem;letter-spacing:.48px;text-transform:uppercase;color:var(--light)}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .discount-timer .discount-timer-wrapper .discount-timer-item .timer-number{background-color:#fd0;flex:0 0 3.6rem;width:3.6rem;line-height:3.6rem;border-radius:.4rem;align-items:center;justify-content:center;color:var(--danger);font-size:2rem;font-weight:600}@media(min-width:576px){.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .discount-timer .discount-timer-wrapper .discount-timer-item .timer-number{flex:0 0 4.8rem;width:4.8rem;line-height:4.8rem}}@media(min-width:768px){.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .discount-timer .discount-timer-wrapper .discount-timer-item .timer-number{flex:0 0 3.6rem;width:3.6rem;line-height:3.6rem}}@media(min-width:992px){.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .discount-timer .discount-timer-wrapper .discount-timer-item .timer-number{flex:0 0 4.8rem;width:4.8rem;line-height:4.8rem}}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .discount-timer .discount-timer-wrapper .discount-timer-item .timer-text{color:var(--light);font-size:1.6rem;font-weight:500;padding-left:.6rem}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .discount-timer .percent-img{top:-1.4rem;right:-3.8rem;max-width:16.6rem}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .single-product-short-desc,.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .woocommerce-product-details__short-description{margin-bottom:2.2rem;display:flex;align-items:flex-end}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .single-product-short-desc p,.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .woocommerce-product-details__short-description p{font-family:"Inter",sans-serif;font-size:1.4rem;font-weight:400;color:var(--danger);opacity:.5;line-height:170%;margin-bottom:2.2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:0}@media(min-width:576px){.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .single-product-short-desc p,.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .woocommerce-product-details__short-description p{font-size:1.6rem}}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .single-product-short-desc .read-more-desc,.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .woocommerce-product-details__short-description .read-more-desc{position:relative;display:inline-block;font-size:1.4rem;font-weight:500;text-decoration:underline;line-height:170%;white-space:nowrap;margin-bottom:2px}@media(min-width:576px){.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .single-product-short-desc .read-more-desc,.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-data-item .woocommerce-product-details__short-description .read-more-desc{font-size:1.6rem}}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-attributes-wrapper .single-product-attribute{flex-wrap:wrap}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-attributes-wrapper .single-product-attribute .attribute-label{font-family:"Inter",sans-serif;font-weight:500;margin-right:5px;margin-bottom:5px}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-attributes-wrapper .single-product-attribute .attribute-value{margin-bottom:5px}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-attributes-wrapper .single-product-attribute .attribute-value::after{content:","}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-attributes-wrapper .single-product-attribute .attribute-value:not(:last-of-type){margin-right:3px}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-attributes-wrapper .single-product-attribute .attribute-value:last-of-type::after{display:none}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-form{padding-top:2.4rem;margin-bottom:2.4rem;border-top:1px solid #cacaca}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-form .single-product-variations-wrapper .single-product-variation-name{margin-bottom:6px;display:flex;align-items:center}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-form .single-product-variations-wrapper .single-product-variation-name .variation-title{display:block;font-weight:700;line-height:235.5%;letter-spacing:.7px;text-transform:uppercase;margin-right:9px}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-form .single-product-variations-wrapper .single-product-variation-name .variation-name{display:block;line-height:163%}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-form .single-product-variations-wrapper .single-product-variations{display:flex;flex-wrap:wrap}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-form .single-product-variations-wrapper .single-product-variations .single-product-variation{cursor:pointer;margin-bottom:1.5rem;margin-right:1rem}@media(min-width:1265px){.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-form .single-product-variations-wrapper .single-product-variations .single-product-variation{margin-bottom:2rem}}@media(min-width:768px){.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-form .single-product-variations-wrapper .single-product-variations .single-product-variation{margin-right:1.4rem}}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-form .single-product-variations-wrapper .single-product-variations .single-product-variation .fake-radio{margin-right:0}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-form .single-product-variations-wrapper .single-product-variations .single-product-variation .size-radio{display:flex;justify-content:center;align-items:center;width:75px;height:40px;border:1px solid var(--danger);border-radius:40px;font-size:1.4rem;line-height:152.5%;transition:.4s linear}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-form .add-to-cart-wrapper{display:flex;gap:1rem;margin-bottom:2.4rem}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-form .add-to-cart-wrapper .shop-item-amount{display:flex;align-items:center;justify-content:center;border:1px solid #cacaca;border-radius:.8rem;margin-bottom:0;height:48px;flex:0 0 120px;width:120px}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-form .add-to-cart-wrapper .shop-item-amount .q-minus,.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-form .add-to-cart-wrapper .shop-item-amount .q-plus{background-color:#fff0;border:none;cursor:pointer}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-form .add-to-cart-wrapper .shop-item-amount .amount{font-weight:500;letter-spacing:.7px;border:none;text-align:center;max-width:61px;font-size:14px;outline:none}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-form .add-to-cart-wrapper .product-btn{border-radius:0;color:var(--danger);background-color:#fd0;padding-inline:1.3rem;border-radius:.8rem;font-weight:500;line-height:4.4rem;flex:1}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-form .add-to-cart-wrapper .product-btn[disabled]{cursor:not-allowed;opacity:.5}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-sold-out{margin:2rem auto;padding:1rem 0;background-color:var(--danger);font-weight:700;letter-spacing:3.6px;color:var(--light);white-space:nowrap;text-transform:uppercase;text-align:center;max-width:40rem}@media(min-width:992px){.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .product-sold-out{margin:2rem 0;max-width:30rem}}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-delievery ol,.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-delievery ul{padding-left:0;list-style:none}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-delievery ol li,.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-delievery ul li{padding:1.2rem .8rem;padding-left:3.2rem;margin-bottom:.8rem;background-color:var(--secondary);border-radius:.8rem;position:relative;font-family:"Inter",sans-serif;line-height:120%}@media(min-width:768px){.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-delievery ol li,.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-delievery ul li{padding:1.2rem 1.6rem;padding-left:3.6rem}}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-delievery ol li::marker,.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-delievery ul li::marker{content:""}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-delievery ol li::before,.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .single-product-delievery ul li::before{content:"";display:block;position:absolute;left:1.2rem;top:50%;transform:translateY(-50%);width:1.2rem;height:1.2rem;background-color:#fd0;border-radius:50%;margin-right:.8rem}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .pictograms-wrapper{gap:1rem;flex-wrap:wrap;padding-top:2.4rem;margin-top:2.4rem;border-top:1px solid #cacaca}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-data .pictograms-wrapper .pictogram-img{flex:0 0 4.8rem;width:4.8rem}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper{display:flex;justify-content:center;align-items:center;position:relative;flex:0 0 48px;width:48px;height:48px}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .single-product-wishlist,.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .single-product-share{height:100%;display:flex;align-items:center;cursor:pointer;padding:1.2rem;border:1px solid #cacaca;border-radius:.8rem}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .single-product-wishlist:hover .single-product-wishlist-icon svg,.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .single-product-share:hover .single-product-wishlist-icon svg{fill:#fd0}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .single-product-wishlist .single-product-wishlist-icon,.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .single-product-share .single-product-wishlist-icon{display:block;width:1.8rem;height:1.8rem}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .single-product-wishlist .single-product-wishlist-icon svg,.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .single-product-share .single-product-wishlist-icon svg{transition:.2s linear}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .single-product-wishlist .add-to-wishlist,.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .single-product-wishlist .share,.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .single-product-share .add-to-wishlist,.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .single-product-share .share{margin-bottom:0;font-weight:500;letter-spacing:.7px;text-transform:uppercase;margin-left:9px}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .share-options-wrapper{position:absolute;right:0;top:105%;transform:rotateY(90deg) rotateX(360deg);opacity:0;transition:.4s linear}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .share-options-wrapper.active{transform:rotateY(0) rotateX(0);opacity:1}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .share-options-wrapper .share-option{display:block;padding:8px}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .share-options-wrapper .share-option.copy{position:relative}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .share-options-wrapper .share-option.copy .custom-tooltip{display:none;position:absolute;background-color:var(--danger);font-size:1.2rem;color:var(--light);white-space:nowrap;padding:1rem;top:100%;right:50%;z-index:5;border-radius:2px;border-top-left-radius:0}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .share-options-wrapper .share-option.copy .custom-tooltip::after{position:absolute;top:-5px;right:0;display:block;content:"";width:0;height:0;border-right:0;border-left:6px solid #fff0;border-bottom:6px solid var(--danger)}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .share-options-wrapper .share-option svg{transition:.4s linear}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .share-options-wrapper .share-option:hover svg{fill:var(--danger)}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-wishlist-wrapper .share-options-wrapper .share-option:last-of-type{padding-right:0}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-info .single-product-info-title{font-weight:700;line-height:235.5%;letter-spacing:.7px;text-transform:uppercase;margin-bottom:8px}.single-product .single-product-wrapper .single-product-data-wrapper .single-product-info p{margin-bottom:0;line-height:163%}.single-product .product-tags-wrapper{margin-bottom:1rem;padding-top:2rem}@media(min-width:768px){.single-product .product-tags-wrapper{display:flex}}.single-product .product-tags-wrapper .product-tags-title{font-weight:400;letter-spacing:1px;margin-bottom:1.5rem;font-style:italic}@media(min-width:768px){.single-product .product-tags-wrapper .product-tags-title{margin-right:2rem}}.single-product .product-tags-wrapper .tags-wrapper{display:flex;flex-wrap:wrap;align-items:center}.single-product .product-tags-wrapper .tags-wrapper .product-tag{padding:1.3rem 2.5rem;font-size:1.4rem;font-style:italic;color:var(--danger);text-align:center;background-color:var(--light);margin-bottom:2rem;border:1px solid var(--danger);border-radius:5px;transition:.4s linear}.single-product .product-tags-wrapper .tags-wrapper .product-tag:hover{background-color:var(--danger);color:var(--light)}.single-product .product-tags-wrapper .tags-wrapper .product-tag:not(:last-of-type){margin-right:1rem}input[type=radio]:checked+.size-radio{background-color:var(--danger);color:var(--light)}.product-info-tab-wrapper{margin-bottom:2.5rem}@media(min-width:768px){.product-info-tab-wrapper{margin-bottom:4rem}}@media(min-width:1265px){.product-info-tab-wrapper{margin-bottom:6.5rem}}.product-info-tab-wrapper .product-info-tab{padding:2.4rem 0}@media(min-width:1265px){.product-info-tab-wrapper .product-info-tab{padding:4.2rem;border:1px solid #cacaca;border-radius:1.6rem}}.product-info-tab-wrapper .product-info-tab .tab-head-wrapper{margin-bottom:1.6rem;position:relative}@media(min-width:768px){.product-info-tab-wrapper .product-info-tab .tab-head-wrapper{margin-bottom:2.4rem}}.product-info-tab-wrapper .product-info-tab .tab-head-wrapper::after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:3px;width:100%;background-color:#cacaca}.product-info-tab-wrapper .product-info-tab .tab-head-wrapper .product-info-tab-head{overflow-x:auto;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}@media(min-width:768px){.product-info-tab-wrapper .product-info-tab .tab-head-wrapper .product-info-tab-head{display:grid!important;grid-template-columns:repeat(4,1fr)}}.product-info-tab-wrapper .product-info-tab .tab-head-wrapper .product-info-tab-head .product-info-tab-title{text-transform:uppercase;padding-bottom:1.5rem;padding-right:3.2rem;color:var(--danger);font-size:1.4rem;font-weight:500;letter-spacing:.7px;position:relative;white-space:nowrap}@media(min-width:768px){.product-info-tab-wrapper .product-info-tab .tab-head-wrapper .product-info-tab-head .product-info-tab-title{padding-right:0;text-align:center}}.product-info-tab-wrapper .product-info-tab .tab-head-wrapper .product-info-tab-head .product-info-tab-title::after{content:"";display:block;height:3px;width:100%;position:absolute;bottom:0;background-color:#fff0;z-index:2}.product-info-tab-wrapper .product-info-tab .tab-head-wrapper .product-info-tab-head .product-info-tab-title.active{font-weight:600}.product-info-tab-wrapper .product-info-tab .tab-head-wrapper .product-info-tab-head .product-info-tab-title.active::after{background-color:#fd0}.product-info-tab-wrapper .product-info-tab .tab-body{background-color:var(--light)}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content{display:none;padding:1.6rem;background-color:#fafafa;border-radius:1.6rem}@media(min-width:1265px){.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content{padding:3.2rem}}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content.active{display:block}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .product-info-tab-description,.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content p{font-family:"Inter",sans-serif;color:var(--danger);line-height:160%;opacity:.8;font-size:1.6rem;max-width:700px;margin-inline:auto}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .product-info-specifications{max-width:270px;margin-inline:auto}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .product-info-specifications:not(:last-of-type){margin-bottom:1.2rem;padding-bottom:1.2rem}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .product-info-specifications .product-info-group-title{padding:.8rem 0;margin-bottom:.8rem;font-size:1.8rem;font-weight:600}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .product-info-specifications .product-info-group-wrapper:not(:last-of-type){margin-bottom:1rem}@media(min-width:576px){.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .product-info-specifications .product-info-group-wrapper:not(:last-of-type){margin-bottom:0}}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .product-info-specifications .product-info-group-wrapper .product-info-attribute-name{font-size:1.6rem;font-weight:500;margin-right:1.2rem;line-height:160%;color:var(--danger)}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .product-info-specifications .product-info-group-wrapper .product-info-attribute-val-wrapper{flex-wrap:wrap}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .product-info-specifications .product-info-group-wrapper .product-info-attribute-val-wrapper .product-info-attribute-val{font-size:1.6rem;font-weight:400;line-height:160%;color:var(--danger);opacity:.6}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .product-info-specifications .product-info-group-wrapper .product-info-attribute-val-wrapper .product-info-attribute-val::after{content:",";margin-left:-.2rem;margin-right:.4rem}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .product-info-specifications .product-info-group-wrapper .product-info-attribute-val-wrapper .product-info-attribute-val:last-of-type::after{display:none}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .product-info-specifications .product-info-spec{margin-right:1.2rem;font-weight:600}@media(min-width:768px){.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .product-info-specifications .product-info-spec{font-size:1.6rem}}@media(min-width:992px){.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .product-info-specifications .product-info-spec{font-size:1.8rem}}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .flex_wrapper{display:flex;flex-wrap:wrap;justify-content:space-between}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .grade_side{margin-bottom:3rem;flex:0 0 100%;width:100%}@media(min-width:992px){.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .grade_side{margin-bottom:unset;flex:0 0 40%;width:40%}}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .grade_side .grade_num p.grade{color:var(--danger);font-size:4rem;font-weight:600;line-height:4.4rem}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .grade_side .grade_num p.no_grade{font-size:1.8rem;line-height:2rem;font-weight:700;margin-bottom:3rem}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .grade_side .grade_num p{color:var(--danger);font-size:1.4rem;font-weight:300;line-height:1.65rem}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .grade_side .grade_details{margin-bottom:3.7rem}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .grade_side .grade_details .grade_stars_stats{display:flex;align-items:center}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .grade_side .grade_details .grade_stars_stats .stars{margin-right:2.4rem}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .grade_side .grade_details .grade_stars_stats .stars .star svg{fill:var(--danger)}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .grade_side .grade_details .grade_stars_stats .pole{flex:1;border-radius:16px;max-width:180px;height:1rem;margin-right:2rem;background-color:var(--light)}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .grade_side .grade_details .grade_stars_stats .pole .pole_progress{background-color:var(--danger);height:100%;display:block;border-radius:16px}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .grade_side .grade_details .grade_stars_stats .num_of_reviews{color:var(--danger);font-size:14px;font-weight:500;line-height:16.5px}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .grade_side .grade_btn{display:inline-block;background-color:var(--danger);color:var(--light);padding:1rem 2rem;border-radius:8px;font-size:1.8rem;font-style:normal;font-weight:600;line-height:2.55rem;letter-spacing:.36px;font-size:1.4rem;line-height:1.6rem}@media(min-width:992px){.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .grade_side .grade_btn{font-size:1.6rem;line-height:2rem}}@media(min-width:1265px){.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .grade_side .grade_btn{padding:1.2rem 2.4rem;font-size:1.8rem;line-height:2.55rem}}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side{flex:0 0 100%;width:100%}@media(min-width:992px){.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side{flex:0 0 50%;width:50%}}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .comment_side_title{padding:1.4rem 0;color:var(--danger);font-size:1.6rem;font-weight:600;line-height:2.4rem;letter-spacing:.32px;text-transform:uppercase}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .comments_wrapper{list-style:none;max-height:241px;overflow:auto;padding-left:0;padding-right:4.9rem}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment{padding:2.3rem 0;border-top:1px solid rgb(160 160 160 / .4)}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment:last-of-type{border-bottom:1px solid rgb(160 160 160 / .4)}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .content_comment_head{margin-bottom:2rem;display:flex;align-items:center;flex-wrap:wrap}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .content_comment_head .comment_user,.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .content_comment_head .woocommerce-review__author{border-right:1px solid var(--danger);margin-right:1rem;padding-right:1rem;text-transform:capitalize;font-size:1.4rem}@media(min-width:1265px){.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .content_comment_head .comment_user,.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .content_comment_head .woocommerce-review__author{font-size:1.6rem}}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .content_comment_head .comment_date,.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .content_comment_head .woocommerce-review__published-date{margin-right:1rem;font-size:1.4rem}@media(min-width:1265px){.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .content_comment_head .comment_date,.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .content_comment_head .woocommerce-review__published-date{font-size:1.6rem}}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .content_comment_head .comment_grade{margin-bottom:1rem;order:-1;flex:0 0 100%;width:100%}@media(min-width:576px){.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .content_comment_head .comment_grade{order:unset;flex:0 0 auto;width:auto;margin-bottom:0}}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .content_comment_head .comment_grade .star svg{fill:var(--danger)}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .comment_body p,.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .description p{color:var(--danger);font-size:1.6rem;font-weight:400;line-height:1.65rem}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .comment-text{display:flex;flex-wrap:wrap;align-items:center}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .comment-text p.meta{margin-bottom:2rem}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .comment-text .star-rating{order:1;margin-bottom:2rem}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .comment-text .star-rating .star svg{fill:var(--danger)}.product-info-tab-wrapper .product-info-tab .tab-body .product-info-tab-content .woocommerce-Reviews .comments_side .content_comment .comment-text .description{flex:0 0 100%;width:100%;order:2}.custom-accordion{margin-bottom:2rem}.custom-accordion .accordion-item.active .accordion-data{display:block}.custom-accordion .accordion-header{padding:1rem 3rem;background-color:var(--danger);border-radius:8px;position:relative;z-index:2;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.custom-accordion .accordion-header.active .chv svg{transform:rotateX(180deg)}@media(min-width:1265px){.custom-accordion .accordion-header{padding:1.8rem 3.3rem}}.custom-accordion .accordion-header .detail_title{color:var(--light);font-weight:600;font-size:1.5rem;line-height:2.44rem;letter-spacing:.32px;text-transform:uppercase;margin-bottom:0}@media(min-width:992px){.custom-accordion .accordion-header .detail_title{font-size:1.6rem}}.custom-accordion .accordion-data{margin-top:-4px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:none;padding:2rem 3rem;background-color:var(--light)}@media(min-width:1265px){.custom-accordion .accordion-data{padding:3rem 3.3rem}}.custom-accordion .accordion-data .content{padding:0 0 1rem 0}@media(min-width:1265px){.custom-accordion .accordion-data .content{padding:0 0 4rem 0}}.custom-accordion .accordion-data .content table{width:100%}.custom-accordion .accordion-data .content table tr{display:flex;align-items:center;border-bottom:1px solid var(--warning-light);padding:2rem 0}.custom-accordion .accordion-data .content table tr td{flex:1;text-align:center}@media(min-width:768px){.custom-accordion .accordion-data .content table tr td{text-align:left}}.custom-accordion .accordion-data .content table tr td:first-of-type{flex:0 0 50%;width:50%;margin-left:.5rem;color:var(--light);font-size:1.6rem;font-weight:600;line-height:1.65rem;text-align:left}@media(min-width:768px){.custom-accordion .accordion-data .content table tr td:first-of-type{flex:0 0 40%;width:40%}}.custom-accordion .accordion-data .how_to_buy_data .flex_wrapper{display:flex;flex-wrap:wrap;justify-content:space-between}.custom-accordion .accordion-data .how_to_buy_data .flex_wrapper .how_to_buy_card{margin-bottom:3rem;flex:0 0 100%;width:100%;text-align:center;display:flex;flex-direction:column}@media(min-width:992px){.custom-accordion .accordion-data .how_to_buy_data .flex_wrapper .how_to_buy_card{flex:0 0 calc(33.33% - 1rem);width:calc(33.33% - 1rem)}}@media(min-width:1265px){.custom-accordion .accordion-data .how_to_buy_data .flex_wrapper .how_to_buy_card{flex:0 0 calc(33.33% - 1.3333333333rem);width:calc(33.33% - 1.3333333333rem)}}@media(min-width:1450px){.custom-accordion .accordion-data .how_to_buy_data .flex_wrapper .how_to_buy_card{flex:0 0 calc(33.33% - 2rem);width:calc(33.33% - 2rem)}}.custom-accordion .accordion-data .how_to_buy_data .flex_wrapper .how_to_buy_card .card_icon{margin-inline:auto;width:6rem;height:6rem;background-color:var(--danger);display:flex;justify-content:center;align-items:center;border-radius:8px;margin-bottom:2rem}.custom-accordion .accordion-data .how_to_buy_data .flex_wrapper .how_to_buy_card .card_icon svg{fill:var(--light)}.custom-accordion .accordion-data .how_to_buy_data .flex_wrapper .how_to_buy_card .card_content{flex:1;display:flex;flex-direction:column}.custom-accordion .accordion-data .how_to_buy_data .flex_wrapper .how_to_buy_card .card_content h3{font-size:1.8rem;line-height:2.4rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase}.custom-accordion .accordion-data .payments_data h1,.custom-accordion .accordion-data .payments_data h2,.custom-accordion .accordion-data .payments_data h3,.custom-accordion .accordion-data .payments_data h4,.custom-accordion .accordion-data .payments_data h5,.custom-accordion .accordion-data .payments_data h6{font-size:2rem;line-height:2.2rem;font-weight:600;margin-bottom:2rem;text-transform:uppercase}.custom-accordion .accordion-data .payments_data p,.custom-accordion .accordion-data .payments_data li{font-size:1.6rem;line-height:2rem}.custom-accordion .accordion-data .payments_data p,.custom-accordion .accordion-data .payments_data ul{margin-bottom:3rem}.custom-accordion .accordion-data .payments_data li{line-height:2.4rem}#grade_modal{z-index:100000000}#grade_modal .modal-inner{position:relative;border-radius:8px;box-shadow:1px 4px 7px 0 rgb(39 48 133 / .2);padding:8.5rem 13.5rem;background-color:var(--light);flex:0 0 50%;width:50%;max-width:930px}#grade_modal .modal-inner .modal-close{position:absolute;top:2rem;right:2rem;cursor:pointer}#grade_modal .modal-inner .grade_form .form-group{margin-bottom:1rem;flex:0 0 100%;width:100%}#grade_modal .modal-inner .grade_form .form-group.user_comment .form-control{padding:2rem;line-height:1.9rem;resize:none}#grade_modal .modal-inner .grade_form .form-group .form-control{border:1px solid #d9d9d9;border-radius:8px;padding:0 2rem;background:hsl(0 0% 100% / .7);color:var(--light);font-size:1.6rem;font-weight:400;line-height:4rem}#grade_modal .modal-inner .grade_form .form-group .form-control::placeholder{color:var(--light);font-size:1.4rem;font-weight:400;line-height:1.65rem}@media(min-width:1265px){#grade_modal .modal-inner .grade_form .form-group .form-control::placeholder{font-size:1.6rem}}@media(min-width:1265px){#grade_modal .modal-inner .grade_form .form-group .form-control{line-height:6rem}}#grade_modal .modal-inner .grade_form button{width:100%;box-shadow:none;border:none;border-radius:6px;margin-right:auto;padding:1.2rem 3.8rem;background-color:#424dbf;color:var(--light);text-align:center;font-size:18px;font-style:normal;font-weight:600;line-height:25.5px;letter-spacing:.36px;cursor:pointer}.woocommerce-noreviews{font-size:1.8rem;line-height:2rem;font-weight:700;align-self:flex-start}.woocommerce-review__author{border-right:1px solid var(--light);margin-right:1rem;padding-right:1rem;text-transform:capitalize;font-size:1.4rem;line-height:1.6rem}span.woocommerce-review__dash{display:none}.woocommerce-review__published-date{margin-right:1rem;font-size:1.4rem;line-height:1.6rem}.grade-modal .modal-wrapper{position:relative}.grade-modal .modal-wrapper .modal-bg{position:absolute;top:0;left:0;width:100%;height:100%}.grade-modal .modal-wrapper .grade-modal-inner{flex:0 0 100%;max-width:930px;margin-inline:auto;padding:2rem;background-color:#fff;z-index:2}.grade-modal .modal-wrapper .grade-modal-inner .modal-body{max-width:658px;margin-inline:auto;padding:2rem 0 5rem}.comment-form-author label,.comment-form-comment label,.comment-form-email label,.comment-form-cookies-consent label{display:none}.comment-form-author,.comment-form-email{margin-bottom:2.6rem}.comment-form-author .form-control,.comment-form-email .form-control{border:1px solid #d9d9d9;border-radius:8px;padding:0 2rem;background:hsl(0 0% 100% / .7);color:var(--light);font-size:1.6rem;font-weight:400;line-height:4rem;resize:none}.comment-form-author .form-control::placeholder,.comment-form-email .form-control::placeholder{color:var(--light);font-size:1.4rem;font-weight:400;line-height:1.65rem}@media(min-width:1265px){.comment-form-author .form-control,.comment-form-email .form-control{line-height:5.5rem!important}}.comment-form-comment{margin-bottom:2.6rem}.comment-form-comment textarea{border:1px solid #d9d9d9;border-radius:8px;padding:2rem;background:hsl(0 0% 100% / .7);color:var(--danger);font-family:var(--body-font);font-size:1.4rem;font-weight:400;line-height:152.5%;resize:none}.comment-form-comment textarea::placeholder{color:var(--warning);font-size:1.4rem;font-weight:400}@media(min-width:1265px){.comment-form-comment textarea::placeholder{font-size:1.6rem}}@media(min-width:1265px){.comment-form-comment textarea{line-height:6rem}}p.form-submit input#submit{border:none;cursor:pointer;padding:1.5rem 2rem;background-color:var(--danger);color:var(--light);font-weight:700;border-radius:8px;width:100%}@media(min-width:576px){p.form-submit input#submit{font-size:1.6rem}}@media(min-width:768px){p.form-submit input#submit{font-size:1.8rem}}span.required{display:none}#reply-title{display:none}.comment-notes{display:none}.modal-close{cursor:pointer}.related-products{margin-bottom:4rem}@media(min-width:576px){.related-products{margin-bottom:6rem}}@media(min-width:768px){.related-products{margin-bottom:8.2rem}}.related-products .related-products-title-wrapper{margin-bottom:3.2rem}@media(min-width:768px){.related-products .related-products-title-wrapper{margin-bottom:3.7rem}}.related-products .related-products-title-wrapper .related-products-title{margin-bottom:0;font-weight:600;color:var(--danger)}.related-products .related-products-navigation{display:none}@media(min-width:992px){.related-products .related-products-navigation{display:flex;align-items:center}}.related-products .related-products-navigation .related-products-nav{width:4.2rem;height:4.2rem;border-radius:1rem;border:1px solid var(--warning-light);display:flex;align-items:center;justify-content:center}.related-products .related-products-navigation .related-products-nav.active{cursor:pointer}.related-products .related-products-navigation .related-products-nav.related-products-prev{margin-right:1.2rem}.related-products .related-products-navigation .related-products-nav.related-products-prev svg{transform:rotateZ(180deg)}.related-products .related-products-wrapper{position:relative;margin-left:-15px;right:-15px;z-index:2;padding-bottom:3.5rem}@media(min-width:768px){.related-products .related-products-wrapper{right:calc((-100vw + 740px)/2 - 15px);margin-left:calc((-100vw + 740px)/2 - 15px)}}@media(min-width:992px){.related-products .related-products-wrapper{right:calc((-100vw + 960px)/2 - 15px);margin-left:calc((-100vw + 960px)/2 - 15px)}}@media(min-width:1265px){.related-products .related-products-wrapper{right:unset;margin-left:unset}}.related-products .related-products-wrapper .swiper-scrollbar{border-radius:unset;bottom:3px;height:3px;background-color:rgb(139 139 139 / .4);left:0;width:calc(100% - 15px)}@media(min-width:768px){.related-products .related-products-wrapper .swiper-scrollbar{width:calc(100% - (100vw - 740px)/2 - 15px)}}@media(min-width:992px){.related-products .related-products-wrapper .swiper-scrollbar{width:calc(100% - (100vw - 960px)/2 - 15px)}}@media(min-width:1265px){.related-products .related-products-wrapper .swiper-scrollbar{display:none;width:100%}}.related-products .related-products-wrapper .swiper-scrollbar .swiper-scrollbar-drag{height:3px;border-radius:unset;background-color:var(--danger);cursor:pointer}.related-products .related-products-wrapper .product-item{width:263px}@media(min-width:1265px){.related-products .related-products-wrapper .product-item{width:100%}}.related-products .related-products-wrapper .product-item:last-of-type{margin-right:1.5rem!important}@media(min-width:768px){.related-products .related-products-wrapper .product-item:last-of-type{margin-right:calc((100vw - 740px)/2 + 15px)!important}}@media(min-width:992px){.related-products .related-products-wrapper .product-item:last-of-type{margin-right:calc((100vw - 960px)/2 + 15px)!important}}@media(min-width:1265px){.related-products .related-products-wrapper .product-item:last-of-type{margin-right:unset!important}}.architects-requests{position:relative;border-radius:1.6rem;overflow:hidden;background-size:cover,0 0;background-position:center center;padding:2.4rem 3.2rem 2.7rem;min-height:34rem;display:flex}.architects-requests:hover .architects-requests-wrapper .architects-requests-link .btn-wrapper .btn-arrow{opacity:1}.architects-requests .architects-requests-wrapper{display:flex;flex-direction:column;justify-content:space-between}.architects-requests .architects-requests-wrapper .architects-requests-info .architects-requests-title{margin-bottom:1.2rem}.architects-requests .architects-requests-wrapper .architects-requests-info .architects-requests-title a{font-size:3.2rem;font-weight:600;line-height:1}@media(min-width:768px){.architects-requests .architects-requests-wrapper .architects-requests-info .architects-requests-title a{font-size:2.8rem}}@media(min-width:992px){.architects-requests .architects-requests-wrapper .architects-requests-info .architects-requests-title a{font-size:3.2rem}}@media(min-width:1265px){.architects-requests .architects-requests-wrapper .architects-requests-info .architects-requests-title a{font-size:4.5rem}}.architects-requests .architects-requests-wrapper .architects-requests-info .architects-requests-short-desc{font-family:"Inter",sans-serif;font-size:1.8rem;line-height:150%}@media(min-width:768px){.architects-requests .architects-requests-wrapper .architects-requests-info .architects-requests-short-desc{font-size:1.6rem}}@media(min-width:992px){.architects-requests .architects-requests-wrapper .architects-requests-info .architects-requests-short-desc{font-size:1.8rem}}.architects-requests .architects-requests-wrapper .architects-requests-link{background-color:#fff0;padding:0}.architects-requests .architects-requests-wrapper .architects-requests-link .btn-wrapper{display:flex;align-items:center}.architects-requests .architects-requests-wrapper .architects-requests-link .btn-wrapper .btn-title{line-height:1}.architects-requests .architects-requests-wrapper .architects-requests-link .btn-wrapper .btn-arrow{width:1.6rem;height:1.6rem;opacity:0;margin-left:.4rem;margin-top:2px;transition:.2s linear}.architects-requests{margin-bottom:3.8rem}@media(min-width:768px){.architects-requests{min-height:32.9rem;background-size:0 0,cover;align-items:center;padding:4.8rem;margin-bottom:5.2rem}}@media(min-width:768px){.architects-requests .architects-requests-wrapper{align-items:flex-start}}.architects-requests .architects-requests-wrapper .architects-requests-info{max-width:568px}@media(min-width:768px){.architects-requests .architects-requests-wrapper .architects-requests-info .architects-requests-title a{font-size:4.2rem;line-height:107.7%}}@media(min-width:992px){.architects-requests .architects-requests-wrapper .architects-requests-info .architects-requests-title a{font-size:5.2rem;letter-spacing:-1.04px}}@media(min-width:768px){.architects-requests .architects-requests-wrapper .architects-requests-info .architects-requests-short-desc{margin-bottom:3.2rem}}@media(min-width:768px){.architects-requests .architects-requests-wrapper .architects-requests-link{padding-inline:2.4rem;background-color:var(--danger);border-radius:.8rem}}@media(min-width:768px){.architects-requests .architects-requests-wrapper .architects-requests-link .btn-wrapper .btn-title{line-height:5rem;color:var(--light)}}@media(min-width:768px){.architects-requests .architects-requests-wrapper .architects-requests-link .btn-wrapper .btn-arrow{display:none!important}}footer{background-color:var(--secondary);padding:3.2rem 0}@media(min-width:768px){footer{padding:5rem 0 3.2rem}}@media(min-width:992px){footer{padding:6.4rem 0 3.2rem}}footer .footer-top-wrapper{margin-bottom:2.5rem}@media(min-width:576px){footer .footer-top-wrapper .footer-top{display:flex;justify-content:space-between;flex-wrap:wrap}}footer .footer-top-wrapper .footer-top .footer-social{margin-bottom:5rem;text-align:center}@media(min-width:576px){footer .footer-top-wrapper .footer-top .footer-social{text-align:left;margin-bottom:6rem}}@media(min-width:1265px){footer .footer-top-wrapper .footer-top .footer-social{flex:0 0 232px;width:232px;margin-bottom:0}}@media(min-width:1600px){footer .footer-top-wrapper .footer-top .footer-social{flex:0 0 264px;width:264px;margin-bottom:0}}footer .footer-top-wrapper .footer-top .footer-social .footer-logo{display:block;max-width:100px;margin-bottom:4.8rem;margin-inline:auto}@media(min-width:576px){footer .footer-top-wrapper .footer-top .footer-social .footer-logo{margin-bottom:5.5rem;margin-inline:unset}}@media(min-width:768px){footer .footer-top-wrapper .footer-top .footer-social .footer-logo{margin-bottom:5rem}}@media(min-width:992px){footer .footer-top-wrapper .footer-top .footer-social .footer-logo{margin-bottom:5.5rem}}footer .footer-top-wrapper .footer-top .footer-social .social .social-title{font-size:1.6rem;font-weight:600;line-height:1;margin-bottom:1.8rem}footer .footer-top-wrapper .footer-top .footer-social .social .social-links{display:flex;justify-content:center}@media(min-width:576px){footer .footer-top-wrapper .footer-top .footer-social .social .social-links{justify-content:flex-start}}footer .footer-top-wrapper .footer-top .footer-social .social .social-links .social-item{display:block}footer .footer-top-wrapper .footer-top .footer-social .social .social-links .social-item:hover svg{transform:scale(1.4)}footer .footer-top-wrapper .footer-top .footer-social .social .social-links .social-item:not(:last-of-type){margin-right:2.5rem}footer .footer-top-wrapper .footer-top .footer-social .social .social-links .social-item svg{transition:.3s linear}footer .footer-top-wrapper .footer-top .footer-nav{text-align:center;margin-bottom:4.8rem}@media(min-width:576px){footer .footer-top-wrapper .footer-top .footer-nav{margin-bottom:0;text-align:left;flex:0 0 calc(33.33% - 3rem)}}@media(min-width:768px){footer .footer-top-wrapper .footer-top .footer-nav{flex:unset}}@media(min-width:1400px){footer .footer-top-wrapper .footer-top .footer-nav{flex:1}}@media(min-width:1400px){footer .footer-top-wrapper .footer-top .footer-nav:nth-of-type(3){padding-right:7.3rem}}footer .footer-top-wrapper .footer-top .footer-nav .footer-nav-title{font-size:1.6rem;font-weight:600;margin-bottom:2.4rem}@media(min-width:768px){footer .footer-top-wrapper .footer-top .footer-nav .footer-nav-title{margin-bottom:1.8rem}}@media(min-width:992px){footer .footer-top-wrapper .footer-top .footer-nav .footer-nav-title{margin-bottom:2.4rem}}footer .footer-top-wrapper .footer-top .footer-nav .footer-menu{padding:0}footer .footer-top-wrapper .footer-top .footer-nav .footer-menu .footer-menu-item:hover .footer-menu-link{color:var(--danger)}footer .footer-top-wrapper .footer-top .footer-nav .footer-menu .footer-menu-item:not(:last-of-type){margin-bottom:1.6rem}footer .footer-top-wrapper .footer-top .footer-nav .footer-menu .footer-menu-item .footer-menu-link{font-size:1.6rem;line-height:1;font-weight:400;color:var(--danger);transition:.4s linear}footer .footer-top-wrapper .footer-top .newsletter-wrapper{text-align:center}@media(min-width:576px){footer .footer-top-wrapper .footer-top .newsletter-wrapper{text-align:left;flex:0 0 60%}}@media(min-width:768px){footer .footer-top-wrapper .footer-top .newsletter-wrapper{flex:0 0 100%;display:grid;grid-template-columns:40% 1fr;grid-template-rows:auto auto;align-items:center;column-gap:2rem}}@media(min-width:1265px){footer .footer-top-wrapper .footer-top .newsletter-wrapper{display:block;column-gap:unset;flex:0 0 316px;width:316px}}@media(min-width:1600px){footer .footer-top-wrapper .footer-top .newsletter-wrapper{flex:0 0 348px;width:348px;padding-left:3.2rem}}footer .footer-top-wrapper .footer-top .newsletter-wrapper .newsletter-title{font-size:1.6rem;font-weight:600;color:var(--danger);margin-bottom:1.2rem}footer .footer-top-wrapper .footer-top .newsletter-wrapper .newsletter-desc{font-size:1.6rem;font-weight:400;line-height:150%;margin-bottom:2.4rem;color:var(--warning)}@media(min-width:768px){footer .footer-top-wrapper .footer-top .newsletter-wrapper .mc4wp-form{grid-column:2/3;grid-row:1/3}}@media(min-width:1265px){footer .footer-top-wrapper .footer-top .newsletter-wrapper .mc4wp-form{max-width:100%;margin-inline:unset}}footer .footer-top-wrapper .footer-top .newsletter-wrapper .mc4wp-form .newsletter-btn-wrapper{flex-wrap:wrap}footer .footer-top-wrapper .footer-top .newsletter-wrapper .mc4wp-form .newsletter-btn-wrapper.focused .form-control{border-color:var(--danger)}footer .footer-top-wrapper .footer-top .newsletter-wrapper .mc4wp-form .newsletter-btn-wrapper .form-control{flex:1;border-radius:unset;border:unset;border:2px solid #fff0;line-height:3.8rem;border-radius:.4rem 0 0 .4rem}footer .footer-top-wrapper .footer-top .newsletter-wrapper .mc4wp-form .newsletter-btn-wrapper .form-control::placeholder{font-family:"Inter",sans-serif;font-size:1.4rem;color:var(--warning);color:rgb(5 4 0 / .4)}footer .footer-top-wrapper .footer-top .newsletter-wrapper .mc4wp-form .newsletter-btn-wrapper .newsletter-btn{width:4.4rem;height:4.2rem;border-radius:unset;text-transform:uppercase;background-color:var(--danger);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:0 .4rem .4rem 0}footer .footer-top-wrapper .footer-top .newsletter-wrapper .mc4wp-form .newsletter-btn-wrapper .newsletter-btn svg path{fill:var(--light)}footer .footer-top-wrapper .footer-top .newsletter-wrapper .mc4wp-form .newsletter-btn-wrapper .error{flex:0 0 100%}footer .footer-bottom{padding:1.5rem 0 0}footer .footer-bottom .footer-bottom-wrapper{padding-inline:0!important;padding-top:3.2rem!important}footer .footer-bottom .footer-bottom-wrapper .card-wrapper{margin-bottom:2.4rem}@media(min-width:1265px){footer .footer-bottom .footer-bottom-wrapper .card-wrapper{margin-bottom:0}}@media(min-width:576px){footer .footer-bottom{padding-top:2.3rem;padding-bottom:0}}.footer-bottom{padding-top:1.5rem}@media(min-width:576px){.footer-bottom{padding-top:2.3rem}}@media(min-width:1265px){.footer-bottom .footer-bottom-wrapper{display:flex;justify-content:space-between;align-items:center}}.footer-bottom .footer-bottom-wrapper .copyright{font-size:1.6rem;font-weight:400;letter-spacing:.28px;color:var(--warning)}@media(min-width:1265px){.footer-bottom .footer-bottom-wrapper .copyright{margin-bottom:0;display:flex;align-items:center}}.footer-bottom .footer-bottom-wrapper .copyright .site-author{display:block;margin-top:.8rem}@media(min-width:1265px){.footer-bottom .footer-bottom-wrapper .copyright .site-author{margin-top:0}}.footer-bottom .footer-bottom-wrapper .copyright .site-author::before{content:"|";display:inline-block;margin-inline:.8rem}.footer-bottom .footer-bottom-wrapper .copyright .site-author .copyright-link{font-weight:500;text-decoration:underline;color:var(--danger);text-decoration-color:var(--danger)}.footer-bottom .footer-bottom-wrapper .card-wrapper{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.5rem}.footer-bottom .footer-bottom-wrapper .card-wrapper .card-img{margin-bottom:.4rem}.footer-bottom .footer-bottom-wrapper .card-wrapper .card-img:not(:last-of-type){margin-right:.4rem}.footer-bottom .footer-bottom-wrapper .card-wrapper .card-img img{max-height:24px}