@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}@keyframes upAndDown{0%{color:var(--clr-primary-main);transform:translateY(0)}50%{color:var(--clr-secondary-main);transform:translateY(20%)}to{color:var(--clr-primary-main);transform:translateY(0)}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}.fadeout{animation-fill-mode:forwards;animation-name:fadeout}@keyframes fadein{0%{opacity:0}to{opacity:1}}.fadein{animation-fill-mode:forwards;animation-name:fadein}@keyframes shadowRolling{0%{box-shadow:0 0 hsla(0,0%,100%,0),0 0 hsla(0,0%,100%,0),0 0 hsla(0,0%,100%,0),0 0 hsla(0,0%,100%,0)}12%{box-shadow:100px 0 #fff,0 0 hsla(0,0%,100%,0),0 0 hsla(0,0%,100%,0),0 0 hsla(0,0%,100%,0)}25%{box-shadow:110px 0 #fff,100px 0 #fff,0 0 hsla(0,0%,100%,0),0 0 hsla(0,0%,100%,0)}36%{box-shadow:120px 0 #fff,110px 0 #fff,100px 0 #fff,0 0 hsla(0,0%,100%,0)}50%{box-shadow:130px 0 #fff,120px 0 #fff,110px 0 #fff,100px 0 #fff}62%{box-shadow:200px 0 hsla(0,0%,100%,0),130px 0 #fff,120px 0 #fff,110px 0 #fff}75%{box-shadow:200px 0 hsla(0,0%,100%,0),200px 0 hsla(0,0%,100%,0),130px 0 #fff,120px 0 #fff}87%{box-shadow:200px 0 hsla(0,0%,100%,0),200px 0 hsla(0,0%,100%,0),200px 0 hsla(0,0%,100%,0),130px 0 #fff}to{box-shadow:200px 0 hsla(0,0%,100%,0),200px 0 hsla(0,0%,100%,0),200px 0 hsla(0,0%,100%,0),200px 0 hsla(0,0%,100%,0)}}@keyframes mltShdSpin{0%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}5%,95%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}10%,59%{box-shadow:0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em}20%{box-shadow:0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em}38%{box-shadow:0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em}to{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}}@keyframes round{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (min-width:768px){form.woocommerce-checkout{display:flex;gap:2rem}form.woocommerce-checkout #customer_details{width:55%}form.woocommerce-checkout #customer_details .col-1,form.woocommerce-checkout #customer_details .col-2{float:none;width:100%}form.woocommerce-checkout .order-review-wrapper{width:45%}}.search-form-wrapper{position:relative}.search-form-wrapper .input-data,.search-form-wrapper form{width:100%}.search-form-wrapper .search-results{height:0;width:100%}.search-form-wrapper .search-results .autocomplete-see-more{border-top:1px solid var(--clr-gray-lighter);color:var(--clr-primary-alpha);display:none;font-size:var(--fs-16);font-weight:var(--fw-normal);padding:var(--spacing-16) 0 0 0}.search-form-wrapper .search-results .autocomplete-see-more:hover{color:var(--main-hover-color)}.search-form-wrapper .search-results:has(li){height:auto;margin:var(--spacing-24) 0 0 0;padding-block:var(--spacing-12) 0 0 0}.search-form-wrapper .search-results:has(li):has(li:nth-child(2)) .autocomplete-see-more{display:block}.search-form-wrapper .search-results ul{margin:0;max-height:350px;overflow-y:scroll;padding:0}.search-form-wrapper .search-results ul li{cursor:pointer;list-style:none;margin:0}.search-form-wrapper .search-results ul li:before{display:none}.search-form-wrapper .search-results ul li>*{pointer-events:none}.search-form-wrapper .search-results ul li .label{color:var(--clr-primary-alpha)}.search-form-wrapper .search-results ul li.search-item{align-items:center;display:flex;gap:var(--spacing-16);padding-block:var(--spacing-8);padding-inline:var(--spacing-16)}.search-form-wrapper .search-results ul li.search-item:not(:last-child){border-bottom:1px solid var(--clr-gray-lighter)}.search-form-wrapper .search-results ul li.search-item .img-holder{background-color:var(--clr-gray-lighter);border-radius:4px;display:block;width:67px}.search-form-wrapper .search-results ul li.search-item .img-holder img{border-radius:4px}.search-form-wrapper .search-results ul li.search-item .content-holder{font-size:var(--fs-14);font-weight:var(--fw-semibold);width:calc(100% - var(--spacing-16) - 67px)}.search-form-wrapper .search-results ul li.search-item .content-holder .pricing{color:var(--clr-gray);display:block;font-weight:var(--fw-medium);margin-top:var(--spacing-8);width:100%}.search-form-wrapper .search-results ul li:hover{background-color:var(--clr-secondary-alpha)}.search-form-wrapper .search-results ul li:hover,.search-form-wrapper .search-results ul li:hover .label{color:var(--clr-white)}.search-form-wrapper .search-results ul li:hover .content-holder .pricing{color:var(--clr-gray-lighter)}html:has(#search-results ul.active-search){scroll-padding-top:0}.dw-maintenance{background:#fff;text-align:center}.dw-maintenance .main-container{height:100%;min-height:100vh}.dw-maintenance #wrapper{align-items:center;display:flex;flex-direction:column;height:calc(100% - 90px);justify-content:center;position:relative;width:100%}@media only screen and (min-width:47.9375em){.dw-maintenance .dw-maintenance-image svg{width:40%}}@media only screen and (min-width:64em){.dw-maintenance .dw-maintenance-image svg{width:50%}}.dw-maintenance .dw-maintenance-image img{margin-left:auto;margin-right:auto;max-width:150px;padding-bottom:2rem;padding-top:2rem}@media only screen and (min-width:47.9375em){.dw-maintenance .dw-maintenance-image img{max-width:250px;padding-top:0}}@media only screen and (min-width:64em){.dw-maintenance .dw-maintenance-image img{max-width:350px}}.dw-maintenance .dw-content{margin-bottom:2rem;margin-top:2rem}.dw-maintenance .dw-maintenance-bg-image{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.dw-maintenance .dw-maintenance-bg-image img{max-height:100%;max-width:100%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover}.dw-maintenance footer{display:inline-block;margin:1.5rem 0 1rem;position:relative;top:0;width:100%}#notice-shipping{background:var(--clr-white,#fff);border-left-color:var(--clr-gray-light,#c8c8c8);border-left-width:1px;border:1px solid var(--clr-gray-light,#c8c8c8);border-left:4px solid var(---clr-secondary-omega,#d07c2f);box-shadow:0 1px 1px rgba(0,0,0,.04);margin:5px 0 15px;padding:var(--spacing-12)}
