@charset "UTF-8";input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input,select,textarea{transition:all .5s ease-in-out;font-family:var(--fontText)!important}button{font-family:var(--fontText)!important}input[type=number]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,textarea:focus{outline:0;box-shadow:0 0 0 .2px inset var(--primaryColor)}body,html{font-family:var(--fontText);font-size:var(--fontSize);font-weight:300;display:flex;flex-direction:column;position:relative}body.overflow,html.overflow{overflow:hidden}body.active,html.active{overflow:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--fontText)}a{text-decoration:none}html{box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden;background:#f8f8f8}*,:after,:before{box-sizing:inherit}.ui.container{display:block;max-width:1320px;width:100%;margin-left:auto;margin-right:auto}.ui.container.fluid{width:100%;max-width:100%}.ui.container:not(.fluid){width:98%;max-width:1320px}:root{--bgBody:#fff;--textBody:#000;--bgHeader:#fff;--colorHeader:#000;--bgMenu:#fff;--colorMenu:#000;--bgCard:var(--bgBody);--colorCard:#000;--bgNews:#000;--colorNews:#fff;--bgFooter:#fff;--colorFooter:#000;--fontText:"Poppins";--fontSize:12px;--cardAlign:center;--cardFlexAlign:start;--radiusButton:0;--bgButton:#fff;--bgBorder:#e5e5e5;--colorButton:#000;--bgButtonSecondary:#F7F7F7;--bgBorderSecondary:#F7F7F7;--colorButtonSecondary:#000;--bgButtonCheckout:#000;--bgBorderCheckout:#000;--colorButtonCheckout:#fff;--black:#000;--white:#fff;--color-primary:#DB6553;--color-primary-dark:#FF5508;--color-primary-light:#EA610C;--color-secondary:#004A21;--color-secondary-light:#649E07;--color-success:#006B31;--color-error:#F20000;--color-alert:#FF5508;--color-text:#004A21}:root{--blue:#007bff;--indigo:#6c7293;--purple:#6f42c1;--pink:#e83e8c;--red:#A91919;--red-dark:#c80642;--orange:#fd7e14;--yellow:#ffe623;--green:#28a745;--teal:#20c997;--teal-dark:#1bc5bd;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--gray-light:#ddd;--primary:#5867dd;--secondary:#e1e1ef;--success:#0abb87;--info:#5578eb;--warning:#ffb822;--danger:#fd397a;--light:#f7f7f7;--dark:#1a1a27;--facebook:#3b5998;--google:#dd4b39;--font-sm:12px;--font-md:14px;--font-lg:16px;--font-xl:20px;--font-xxl:25px;--font-big:30px;--space-sm:0.5rem;--space-md:1rem;--space-lg:2rem;--space-xl:3rem}@media screen and (max-width:764px){.mobile-hide{display:none!important}}.mobile-only{display:none!important}@media screen and (max-width:764px){.mobile-only{display:block!important}}@media screen and (max-width:991px) and (min-width:768px){.tablet-hide{display:none!important}}@media screen and (min-width:992px){.computer-hide{display:none!important}}.hideme{display:none!important}jet-alert-me{width:100%;margin-top:var(--space-lg)}jet-alert-me .jet-alert-me{position:fixed;top:0;right:-100%;background:#fff;height:100%;padding:2rem;width:100%;max-width:500px;z-index:102}jet-alert-me .jet-alert-me.open{animation:fadeInRight;animation-duration:1s;right:0}jet-alert-me .jet-alert-me.closed{animation:fadeOutRight;animation-duration:1s}jet-alert-me .jet-alert-me .alert-me{position:relative;margin-top:var(--space-xl)}jet-alert-me .jet-alert-me .alert-me .close-form{background:0 0;border:0;position:absolute;right:-.5rem;top:-1.5rem;transform:translateY(-50%);outline:0;cursor:pointer;padding:var(--space-md)}jet-alert-me .jet-alert-me .alert-me .close-form:after{content:"X";display:block;outline:0;font-size:var(--font-xl)}jet-alert-me .jet-alert-me .alert-me .close-form span{display:none}jet-alert-me .jet-alert-me .alert-me .alert-text{display:block;text-align:center;line-height:20px;font-size:var(--font-md)}jet-alert-me .jet-alert-me .alert-me .alert{display:flex;align-items:center;justify-content:space-between;margin-top:var(--space-lg)}jet-alert-me .jet-alert-me .alert-me .alert .image{flex:1;padding-right:var(--space-md)}jet-alert-me .jet-alert-me .alert-me .alert .image img{max-width:100%}jet-alert-me .jet-alert-me .alert-me .alert form{flex:1}jet-alert-me .jet-alert-me .alert-me .alert form .container-field{position:relative}jet-alert-me .jet-alert-me .alert-me .alert form button{background-color:var(--bgButton);color:var(--colorButton);padding:var(--space-md) var(--space-lg);border:1px solid var(--bgBorder);border-radius:var(--radiusButton);font-weight:600;font-size:var(--font-md);width:100%;border:0;outline:0;border-radius:var(--space-sm);text-transform:uppercase;cursor:pointer;margin-top:var(--space-sm)}jet-alert-me .jet-alert-me form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:var(--space-xl)}jet-alert-me .jet-alert-me form .container-form{width:100%;text-align:center}jet-alert-me .jet-alert-me form .container-form .container-field{position:relative}jet-alert-me .jet-alert-me form .container-form .container-field label{display:none;font-weight:600;font-size:var(--font-md)}jet-alert-me .jet-alert-me form .container-form .container-field input{background-color:#fff;border:1px solid #eee;padding:1rem;font-size:var(--font-md);margin:var(--space-sm) auto 0;border-radius:.5rem;width:100%;appearance:none}@media only screen and (max-width:764px){jet-alert-me .jet-alert-me form .container-form .container-field input{font-size:var(--font-lg)}}jet-alert-me .jet-alert-me form .container-form button{background-color:var(--bgButton);color:#fff;padding:var(--space-md) var(--space-lg);font-weight:600;font-size:var(--font-md);width:100%;border:0;outline:0;border-radius:.5rem;text-transform:uppercase;cursor:pointer;margin-top:var(--space-sm)}jet-alert-me .jet-alert-me form .container-form button:disabled{background-color:var(--gray-light);cursor:default;color:var(--gray)}#jet-alert{position:fixed;top:var(--space-lg);right:var(--space-lg);z-index:9999;padding:var(--space-lg);width:auto;min-width:300px;border-radius:var(--space-sm);text-align:center;animation:fadeInDown;animation-duration:.3s}@media only screen and (max-width:764px){#jet-alert{right:var(--space-sm);padding:var(--space-md)}}#jet-alert.error{background:#ff7474;color:#fff}#jet-alert.success{background:#57da9e;color:#fff}#jet-alert.close{animation:fadeIn;animation-duration:.3s}#jet-alert.hidden{display:none}#jet-alert.confirm{background:#ff7474;color:#fff;line-height:25px}#jet-alert.info{background:var(--light);color:var(--textBody)}#jet-alert.info .jet-action button.cancel{background-color:#fff;color:var(--textBody);box-shadow:0 0 0 1px inset var(--textBody)}#jet-alert.info .jet-action button.confirm{color:var(--colorButton);background-color:var(--bgButton)}#jet-alert .jet-alert-message{padding:0 var(--space-md)}#jet-alert .jet-alert-message .time-products{display:flex;flex-direction:column;line-height:var(--font-xl);margin:var(--space-md);line-height:var(--font-xl);margin:var(--space-md)}#jet-alert .jet-action button{background:0 0;border:0;margin:var(--space-md);padding:var(--space-md);border-radius:var(--space-sm);outline:0;cursor:pointer}#jet-alert .jet-action button.cancel{background-color:#e06060;color:#fff}#jet-alert .jet-action button.confirm{color:#fff;background-color:#000}#jet-alert .close-alert{background:0 0;border:0;outline:0;position:absolute;top:0;right:0;padding:var(--space-md);display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;height:100%}#jet-alert .close-alert span{display:none}#jet-alert .close-alert svg{width:100%;max-width:15px;color:#fff}@-webkit-keyframes spinner{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.jet-card.grid{display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-radius:30px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);overflow:hidden;max-width:346px;transition:box-shadow .3s ease;max-width:346px}.jet-card.grid:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.jet-card.grid .images{position:relative;border-radius:16px;overflow:hidden;margin-bottom:16px}.jet-card.grid .images .product-flag{position:absolute;top:10px;right:10px;z-index:3}.jet-card.grid .images .product-flag .flag-discount{background-color:#f44336;color:#fff;font-size:12px;font-weight:600;padding:3px 6px;border-radius:4px}.jet-card.grid .images .product-image a{display:block;position:relative;width:100%;height:100%}.jet-card.grid .images .product-image a img{width:100%;height:100%}.jet-card.grid .images .product-image.has-alternate{position:relative;display:block;border-radius:16px;overflow:hidden;aspect-ratio:1/1}.jet-card.grid .images .product-image.has-alternate a{display:block;position:relative;width:100%;height:100%}.jet-card.grid .images .product-image.has-alternate .alternate-image,.jet-card.grid .images .product-image.has-alternate .main-image{position:absolute;inset:0;width:100%;height:100%}.jet-card.grid .images .product-image.has-alternate .alternate-image img,.jet-card.grid .images .product-image.has-alternate .main-image img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .4s ease,transform .4s ease}.jet-card.grid .images .product-image.has-alternate .main-image{z-index:1;opacity:1}.jet-card.grid .images .product-image.has-alternate .alternate-image{z-index:2;opacity:0}.jet-card.grid .images .product-image.has-alternate:hover .main-image{opacity:0}.jet-card.grid .images .product-image.has-alternate:hover .alternate-image{opacity:1}.jet-card.grid:hover .product-image.has-alternate .main-image{opacity:0}.jet-card.grid:hover .product-image.has-alternate .alternate-image{opacity:1}.jet-card.grid .data{display:flex;flex-direction:column;gap:8px;padding:16px}.jet-card.grid .data .product-info .product-name{height:89px;margin-bottom:20px}@media screen and (max-width:1024px){.jet-card.grid .data .product-info .product-name{height:100px}}.jet-card.grid .data .product-info a{text-decoration:none;color:inherit;display:block}.jet-card.grid .data .product-info h3{font-size:16px;color:#1e1e1e;font-weight:500;line-height:1.4;margin:0;margin-bottom:20px}@media screen and (max-width:1024px){.jet-card.grid .data .product-info h3{font-size:12px}}.jet-card.grid .data .product-info .product-price .price{display:flex;flex-direction:column}.jet-card.grid .data .product-info .product-price .price .best-price{font-size:25px;font-weight:500;color:#1e1e1e}@media screen and (max-width:1024px){.jet-card.grid .data .product-info .product-price .price .best-price{font-size:20px}}.jet-card.grid .data .product-info .product-price .price .old-price{text-decoration:line-through;color:#901519;font-size:14px;font-weight:500}@media screen and (max-width:1024px){.jet-card.grid .data .product-info .product-price .price .old-price{font-size:12px}}.jet-card.grid .action{margin-top:auto;padding:0 16px 16px 16px;display:flex!important;width:100%}@media screen and (max-width:1024px){.jet-card.grid .action{padding:0}}.jet-card.grid .action .quantity{display:flex;align-items:center;justify-content:center;margin-top:12px;gap:10px}.jet-card.grid .action .quantity button{background:0 0;border:none;font-size:18px;padding:0 10px 6px 10px;cursor:pointer;color:#00a86b}.jet-card.grid .action .quantity input{width:40px;height:30px;text-align:center;font-size:14px;border:1px solid #ccc;border-radius:4px}.jet-card.grid .action .product-rating{display:none}.jet-card.grid .action .product-buy{margin-top:12px;width:100%}.jet-card.grid .action .product-buy .buy-button,.jet-card.grid .action .product-buy span{width:100%;border:1px solid var(--color-secondary);border-radius:30px;background-color:#fff;color:var(--color-secondary);text-transform:uppercase;padding:12px 0;font-size:15px;font-weight:500;max-width:310px;width:100%;cursor:pointer;transition:background .3s,color .3s}@media screen and (max-width:1024px){.jet-card.grid .action .product-buy .buy-button,.jet-card.grid .action .product-buy span{border-radius:0 0 30px 30px;background:#004a21;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);width:100%;color:#fff;max-width:none!important;font-size:12px;padding:11px 0}}.jet-card.grid .action .product-buy .buy-button:hover,.jet-card.grid .action .product-buy span:hover{background-color:var(--color-secondary);color:#fff}.jet-card.grid .action .product-buy .sold-button{width:100%;display:flex;align-items:center;justify-content:center}.jet-card.grid .content.product-brand{display:none}.jet-card.grid .product-variation{display:none}.mask-preview{width:100%;height:100%;background:rgba(0,0,0,.5);position:fixed;top:0;left:0;z-index:100;animation:fadeIn;animation-duration:.8s}.mask-preview.mask-off{animation:fadeOut;animation-duration:.8s}.floating-preview{position:fixed;z-index:99999;top:0;height:100%;width:100%;max-width:420px;right:-100%}.floating-preview.active{animation:fadeInRight;animation-duration:.8s;right:0}.floating-preview.active:before{display:block}.floating-preview.active .closeCart{display:block}.floating-preview.inactive{animation:fadeOutRight;animation-duration:1s}.floating-preview .container-preview{position:relative;z-index:1;background:#fff4ec;height:100%;font-variant-numeric:lining-nums proportional-nums}.floating-preview .container-preview .jet-cart-timer{display:flex;align-items:center;margin-top:8px;font-size:12px}.floating-preview .container-preview .jet-cart-timer svg{height:18px}.floating-preview .container-preview .title-cart{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;gap:10px;position:relative;height:70px;padding:0 20px;color:var(--black);text-transform:uppercase}.floating-preview .container-preview .title-cart::after{content:"";width:calc(100% - 40px);height:1px;background:#d3d3d3;position:absolute;bottom:0;left:20px}.floating-preview .container-preview .fecharCarrinho{border:none;padding:0;width:70px;height:70px;outline:0;background:0 0;position:relative}.floating-preview .container-preview .fecharCarrinho::after{content:"";width:20px;height:1px;background:var(--black);position:absolute;transform:rotate(-45deg);right:0;transition:ease-in-out .3s}.floating-preview .container-preview .fecharCarrinho::before{content:"";width:20px;height:1px;background:var(--black);position:absolute;transform:rotate(45deg);right:0;transition:ease-in-out .3s}.floating-preview .container-preview .fecharCarrinho:hover::after,.floating-preview .container-preview .fecharCarrinho:hover::before{transform:rotate(0)}@media screen and (max-width:764px){.floating-preview .container-preview .fecharCarrinho::after,.floating-preview .container-preview .fecharCarrinho::before{left:auto;right:0}}.floating-preview .container-preview .jet-cart-preview{height:100%}.floating-preview .container-preview .jet-cart-preview .content{height:100%}.floating-preview .container-preview .jet-cart-preview .content .cart-preview{display:flex;flex-direction:column;padding:0;height:100%}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart{border-radius:5px;display:block;text-align:center;margin-top:100px;color:var(--black)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart span{margin-bottom:var(--space-md);display:block;font-size:18px;font-weight:400}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart p{font-size:14px;max-width:210px;margin:auto;font-weight:400;letter-spacing:.8px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart .itens{margin-top:30px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart .itens a{display:block;width:100%;background:var(--black);color:var(--white);font-weight:700;padding:8.5px 0;border-radius:36px;font-size:14px;margin-top:10px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;padding:15px 10px 0;height:calc(100% - 420px)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .jet-product-flash-offer{margin-top:10px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .jet-product-flash-offer .content.timer{padding:0 10px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .jet-product-flash-offer .time-countdown{font-size:16px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .jet-product-flash-offer .description{font-size:12px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .freight-tip{background-color:var(--light);padding:var(--space-md);margin:var(--space-md);border-radius:var(--space-sm);font-size:var(--font-md);font-weight:400;text-align:center}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product{display:flex;flex-direction:row;padding:10px;position:relative;background-color:#fff4ec;border-radius:0}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product+.product{border-top:1px solid #ebebeb;margin-top:10px;padding-top:20px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .image{width:100px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .image a img{max-width:100px;width:100%;height:auto}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info{display:flex;justify-content:space-between;width:calc(100% - 100px);flex-direction:column;padding-left:10px}@media only screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info{gap:var(--space-sm);flex-wrap:wrap}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .name-product{color:#000;font-size:var(--font-sm);text-transform:uppercase;width:calc(100% - 15px);display:block}@media only screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .name-product{width:calc(100% - 15px)}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .sku{margin:var(--space-sm) 0;line-height:20px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .sku .reference{font-size:var(--font-sm)}@media only screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .sku .reference{font-size:90%}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .sku .reference .reference-name{font-weight:400}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .sku .reference .reference-name .variation{font-weight:400;margin-left:var(--space-sm)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .values{display:flex;flex-direction:row;margin-top:var(--space-sm);margin-bottom:var(--space-sm);align-items:baseline}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .values .old-price{margin-right:var(--space-sm);opacity:.8;font-size:var(--font-sm);text-decoration:line-through}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .values .best-price{color:#606060;font-size:18px;font-weight:700}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .sold{background-color:var(--bgBody);color:#fff;padding:var(--space-sm);display:flex;align-items:center;justify-content:center;border-radius:var(--space-sm);margin-top:var(--space-md);font-size:var(--font-sm)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd{display:flex;flex-direction:row;align-items:center;overflow:hidden;width:max-content}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd input{display:inline-block;width:30px;height:30px;text-align:center;border-radius:var(--space-sm);border:0;background:0 0}@media only screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd input{font-size:var(--font-lg)}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd button{display:inline-block;width:30px;height:30px;background:0 0;cursor:pointer;outline:0;border:0;display:flex;align-items:center;justify-content:center}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd button span{font-size:var(--font-xl);font-weight:300;color:#000;line-height:var(--font-md)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd .minus,.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd .plus{border:1px solid #000;border-radius:5px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-remove{left:var(--space-md);position:absolute;top:0;right:0}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-remove .remove{background:0 0;border:0;position:absolute;right:5px;top:10px;outline:0;cursor:pointer;padding:0;z-index:1}@media screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-remove .remove{padding:0;right:0;top:8px}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-remove .remove:after{content:"";display:block;width:24px;height:24px;background:url(/assets/icons/trash.svg) center no-repeat;background-size:24px;filter:brightness(0);opacity:.5}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-remove .remove span{display:none}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .list-products-outstock .info .name-product{color:#606060;font-size:12px;font-weight:400;text-transform:uppercase}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .list-products-outstock .info .name-product h1{color:#000;font-size:var(--font-md);font-weight:600}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .list-products-outstock .info .sku{margin:var(--space-sm) 0;line-height:20px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .list-products-outstock .info .sku .reference{font-size:var(--font-sm)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .list-products-outstock .info .sku .reference .reference-name{font-weight:400}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .list-products-outstock .info .sku .reference .reference-name .variation{font-weight:400;margin-left:var(--space-sm)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary{position:absolute;bottom:0;width:100%;display:flex;flex-direction:column;padding:20px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .rest{order:2;background:0 0;color:#606060;text-align:center;display:block;padding:9px 0;font-size:12px;margin-bottom:2px;text-transform:uppercase;border:1px solid #606060;margin-bottom:35px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .rest strong{font-weight:700}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .rest::before{content:"";width:20px;height:20px;background:url(/assets/icons/truck.svg) center no-repeat;background-size:contain;display:inline-block;vertical-align:-5px;margin-right:5px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .progress-bar-container{display:none;background:0 0;height:10px;overflow:hidden;width:95%;margin:0 auto;box-shadow:0 0 0 1px var(--pc);border:1px solid #004a21;border-radius:20px;width:100%}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .progress-bar{height:100%;background-color:#004a21;border-radius:20px;height:10px;width:0%;transition:width .3s ease;position:relative}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .subtotal{order:3}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .shipping{order:4}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .discount,.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .shipping,.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .subtotal{font-size:var(--font-md);text-transform:uppercase;font-weight:400;border-bottom:1px solid #ddd;padding-bottom:12px;margin-bottom:12px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .discount span,.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .shipping span,.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .subtotal span{display:flex;justify-content:space-between}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight{order:1;font-size:var(--font-sm);font-weight:400;position:relative;padding-top:12px;min-height:78px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight::after{font-size:11px;display:block;margin-bottom:30px;margin-top:10px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight>span{display:inline-block}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .input-container span{color:#000;font-size:12px;margin-right:5px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .btn-recalculate{padding:4px;color:#fff;border:none;background:#004a21;border-radius:6px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .zipcode{background:0 0;border:1px solid #d9d9d9;padding:0 var(--space-md);font-size:var(--font-sm);outline:0;height:34px;width:calc(100% - 213px)}@media only screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .zipcode{font-size:var(--font-lg);min-width:140px}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .calc-freight{background:#d9d9d9;border:none;height:34px;width:100px;text-transform:uppercase;font-size:12px;border-radius:0}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result{display:flex;flex-direction:column;gap:var(--space-md);margin-top:var(--space-md);margin-bottom:var(--space-md);max-height:140px;overflow-y:scroll}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping{display:flex;align-items:center;position:relative;padding-left:3rem;font-size:var(--font-sm);user-select:none}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping label{cursor:pointer}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping label:before{content:"";position:absolute;width:20px;height:20px;border:1px solid #ccc;border-radius:50rem;left:0;top:50%;transform:translateY(-50%)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping label:after{position:absolute;content:"";width:10px;height:10px;background:var(--textBody);border-radius:50rem;top:50%;left:5px;transform:translateY(-50%);display:none}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping input:checked~label:after{display:block}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .info{display:flex;flex-direction:column;align-items:flex-start}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .info .time{line-height:initial;color:var(--gray)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .info .name{display:inline-flex;gap:var(--space-sm);line-height:initial;margin-bottom:var(--space-sm)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .info .value{font-weight:400}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .tooltip{position:absolute;background-color:var(--bgButtonCheckout);color:var(--colorButtonCheckout);border-radius:5px;bottom:calc(100% + var(--space-sm));left:calc(var(--space-md) * -1);transition:opacity .3s;z-index:0;font-size:85%;text-align:left;padding:var(--space-sm) var(--space-md);line-height:var(--font-xl);opacity:.8;transition:all .5s ease}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .tooltip:after{content:"";border:7px solid var(--bgButtonCheckout);position:absolute;left:var(--space-md);transform:rotate(45deg);bottom:calc(var(--space-sm) * -1);z-index:-1}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total{order:5;display:block;font-size:14px;margin-bottom:var(--space-lg);text-transform:uppercase}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total>span{display:flex;justify-content:space-between;align-items:center;font-weight:400;border-bottom:1px solid #e2e2e2;padding-bottom:16px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total>span:last-child{border-bottom:none}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total>span>span{font-weight:600}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total .value{font-weight:900}@media only screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total{margin:var(--space-md) 0;font-size:var(--font-md)}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .cart-checkout{display:none;order:7}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .cart-button-finish{order:6;width:100%;height:41px;text-align:center;background:var(--black);color:var(--white);text-transform:uppercase;font-size:14px;font-weight:300;letter-spacing:.8px;border:none;border-radius:10px;background:#004a21;display:flex;align-items:center;justify-content:center;font-size:0}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .cart-button-finish::before{content:"";background:url(/assets/icons/carrinho.svg) center center no-repeat;width:24px;height:24px;background-size:contain;display:block}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .cart-button-finish::after{content:"Comprar";text-transform:uppercase;font-size:20px}@media screen and (max-width:764px){.floating-preview{max-width:100%}}.jet-summary-outstock .title-outstock{font-weight:600;font-size:var(--font-lg);color:var(--primaryColor);display:block;margin:0 0 var(--space-sm) 0;padding:0 0 var(--space-sm) 0}.jet-summary-outstock .button-outstock{text-align:center}.jet-summary-outstock .button-outstock button{background-color:var(--bgButton);color:var(--colorButton);border:1px solid var(--bgBorder);padding:var(--space-md) var(--space-lg);font-weight:700;font-size:var(--font-lg);outline:0;border-radius:var(--radiusButton);text-transform:uppercase;cursor:pointer}.jet-summary-outstock .list-products-outstock{display:flex}.jet-summary-outstock .info{margin:var(--space-md);width:100%}.jet-summary-outstock .info .product-detail{padding-bottom:var(--space-md)}.jet-summary-outstock .info .product-detail span>div>span{font-weight:400}@media only screen and (max-width:991px){.jet-summary-outstock .info .product-detail h1{font-size:var(--font-md)}}.jet-summary-outstock img{max-width:20%;margin:var(--space-md) var(--space-md) var(--space-md) 0;width:auto;height:auto}@media only screen and (max-width:991px){.jet-summary-outstock img{max-width:35%}}.closeCart{position:fixed;top:0;right:0;left:0;bottom:0;width:100%;z-index:0;cursor:pointer;display:none}.jet-loading:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:50px;height:50px;margin-top:-25px;margin-left:-25px;border-radius:50%;border:1px solid #ccc;border-top-color:#07d;animation:spinner .6s linear infinite;z-index:999}.jet-loading:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--bgBody);opacity:.5;z-index:998}.jet-loading.fixed:after,.jet-loading.fixed:before{position:fixed}.jet-btn-loading{position:relative;color:transparent!important;pointer-events:none!important}.jet-btn-loading:before{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.15)}.jet-btn-loading:after{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:spinner .6s linear;animation:spinner .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#fff transparent transparent;border-style:solid;border-width:.2em;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.ng-lazyloading{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transform:scale(.2);max-width:50px}.jet-modal{background:rgba(0,0,0,.8);position:fixed;top:0;left:0;width:100%;height:100%;align-items:center;justify-content:center;z-index:200;display:none}.jet-modal .closeModal{position:absolute;background:0 0;top:0;left:0;width:100%;height:100%;z-index:0;cursor:pointer}.jet-modal .jet-modal-content{background:#fff;max-width:60vw;max-height:calc(100% - var(--space-lg));position:absolute;padding:var(--space-lg);overflow:auto;border-radius:var(--space-sm);animation:fadeIn;animation-duration:.8s}@media only screen and (max-width:992px){.jet-modal .jet-modal-content{width:calc(100vw - var(--space-lg));height:calc(100vh - var(--space-lg));max-width:100vw;max-height:100vh;position:absolute;top:unset;left:unset;margin:auto;transform:unset}.jet-modal .jet-modal-content.small{height:auto}}.jet-modal .jet-modal-content.content-center{display:flex;flex-direction:column;justify-content:center}.jet-modal .jet-modal-content.auto-height{height:auto!important;width:55%}@media only screen and (max-width:992px){.jet-modal .jet-modal-content.auto-height{height:100vh!important;width:100%}}.jet-modal .jet-modal-content .jet-modal-close{background:0 0;border:0;outline:0;position:absolute;top:0;right:0;padding:var(--space-md);display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;z-index:2}.jet-modal .jet-modal-content .jet-modal-close span{display:none}.jet-modal .jet-modal-content .jet-modal-close svg{width:100%;max-width:20px;margin-right:var(--space-sm)}.jet-policy-privacy{position:fixed;left:calc(50% - var(--space-sm));bottom:0;transform:translate(-50%,-50%);background:var(--bgBody);z-index:99999;width:1200px;max-width:100%;box-shadow:0 0 10px rgba(0,0,0,.1);margin-left:-3px}@media only screen and (max-width:764px){.jet-policy-privacy{left:50%}}.jet-policy-privacy .policy-container{width:1200px;max-width:100%;padding:var(--space-md);display:flex;justify-content:space-between;align-items:center;animation:scaleIn;animation-duration:.8s}.jet-policy-privacy .policy-container p{margin:0;color:var(--textBody)}.jet-policy-privacy .policy-container p a{color:var(--textBody);font-weight:400;text-decoration:underline}.jet-policy-privacy .policy-container button{background-color:#755e4e;box-shadow:0 0 0 1px var(--bgBorderSecondary);color:#fff;padding:var(--space-md) var(--space-lg);border-radius:var(--radiusButton);display:inline-block;text-align:center;text-transform:uppercase;font-size:var(--font-md);font-weight:400;cursor:pointer;outline:0;margin:0;border:0;transition:all .5s ease-in-out}@media only screen and (max-width:764px){.jet-policy-privacy .policy-container button{margin:0 0 0 5px;font-size:var(--font-sm)}}.jet-policy-privacy .policy-container button:hover{background-color:#000;color:#fff}.fixedFloating{position:absolute;visibility:hidden;opacity:0;top:155px;right:0;width:100vw;transform:translateY(-100%);transition:opacity .3s ease-in-out;z-index:1}.fixedFloating.active{visibility:visible;opacity:1;animation:slideDownBounce .6s ease forwards}.fixedFloating>.content{background:#fff4ec;padding:18px 0;position:relative;z-index:2}.fixedFloating>.content>.ui.container{display:flex;gap:20px 30px;align-items:center;flex-wrap:wrap;justify-content:center}.fixedFloating .closeSearch{position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.5);z-index:1;cursor:pointer}.fixedFloating .terms{width:100%}.fixedFloating .terms::before{content:"";position:absolute;width:100%;height:1px;background:#f2f2f2;left:0;top:100px}.fixedFloating .terms .title{background:var(--white);display:block;width:fit-content;padding:0 10px;position:relative;z-index:1}.fixedFloating .terms ul{display:flex;gap:8px;margin-top:17px}.fixedFloating .terms ul a{border:1px solid var(--black);padding:5px 10px;transition:ease-in-out .3s}.fixedFloating .terms ul a:hover{background:var(--black);color:var(--white)}.box-search{width:calc(100% - 399px)}.jet-container #jet-search-term{border:none;border-bottom:1px solid #fff4ec;background-color:#fff4ec;padding:0;height:45px;width:100%;padding-left:60px;font-size:15px}.jet-container .jet-button{position:absolute;right:0;top:0;width:45px;height:45px;border:none;background:url(/assets/icons/search.svg) center no-repeat;background-size:25px}@media screen and (min-width:1024px){.jet-container .jet-button{margin-right:-119px}}.jet-container .close-button{position:absolute;left:0;top:-10px;width:58px;height:58px;background:url(/assets/icons/close.svg) center no-repeat;background-size:58px;border:none;outline:0}.no-results{position:absolute;top:81px;left:0;width:100%;padding:20px 20px;background:var(--white);display:flex;flex-direction:column;justify-content:center;align-items:center}.search-result{position:absolute;top:156px;left:0;width:100%;padding:20px 20px;background:var(--white)}.search-result:not(.content){background:var(--white);position:relative;z-index:9;width:100%;top:0;display:flex;gap:10px;border-radius:0;flex-wrap:wrap;max-width:1440px;margin:auto}.search-result:not(.content) a{display:flex;gap:20px;flex-direction:column}.search-result:not(.content) a .info{display:flex;flex-direction:column}.search-result:not(.content)>.item{width:calc(20% - 8px)}.search-result:not(.content)>a{display:block;width:230px;text-align:center;height:40px;line-height:40px;border:1px solid var(--color-primary);font-size:14px;margin:15px auto 0;font-weight:500;color:var(--color-primary);transition:ease-in-out .3s}.search-result:not(.content)>a:hover{background:var(--color-primary);color:var(--white)}.search-result img{width:100%;height:auto}.search-result .search-name{font-size:12px;margin-bottom:5px}.search-result .old-price{margin-right:8px;font-size:12px;text-decoration:line-through}.search-result .best-price{font-size:16px;color:var(--black);font-weight:700}@media screen and (max-width:991px){.search-result{padding:20px 0;top:138px}.search-result .search-name{display:block;line-height:16px;font-size:11px}.search-result:not(.content){flex-direction:column;padding:0 20px 20px;gap:5px}.search-result:not(.content) a{flex-direction:row;align-items:center}.search-result:not(.content)>a{height:32px;line-height:32px}.search-result:not(.content)>.item{width:100%}.search-result:not(.content) img{width:auto;height:60px}.no-results{top:138px;text-align:center}.fixedFloating{top:157px}.fixedFloating>.content{padding:5px 0 10px}.fixedFloating>.content>.ui.container>img{display:none}.fixedFloating svg{display:none}.fixedFloating .terms::before{top:78px}.fixedFloating .terms .title{font-size:14px}.fixedFloating .terms ul{flex-wrap:wrap}.fixedFloating .terms ul>li a{display:block}.box-search{width:100%}.jet-container .jet-button{background-size:21px}.jet-container #jet-search-term{border:none}.jet-container .close-button{background-size:20px}}@keyframes slideDownBounce{0%{transform:translateY(-100%);opacity:0}60%{transform:translateY(10px);opacity:1}80%{transform:translateY(-5px)}100%{transform:translateY(0)}}.tns-nav{text-align:center;position:absolute;bottom:46px;display:flex;gap:12px;width:100%;justify-content:center;align-items:center}.tns-nav>[aria-controls]{border-radius:50%;padding:0;margin:0 5px;border:none;cursor:pointer;background-color:#d9d9d9;transition:ease-in-out .3s;width:10px;height:10px}.tns-nav>.tns-nav-active{background:var(--color-primary);width:20px;height:20px}.tns-controls{text-align:center;margin-bottom:0;position:absolute;top:46%;left:0;transform:translate(0,-50%);width:100%}.tns-controls [aria-controls]{font-size:0;border:none;padding:0;cursor:pointer;width:40px;height:40px;background:var(--black) url(/assets/icons/arrow.svg) 10px center no-repeat;background-size:18px;right:0;position:absolute;transform:rotate(90deg)}.tns-controls [aria-controls][disabled]{opacity:.5;cursor:auto}.tns-controls [aria-controls][data-controls=prev]{right:auto;left:0;transform:rotate(-90deg)}.tns-outer{overflow:hidden}.tns-outer [data-action],.tns-visually-hidden{display:none}.tns-slider{display:flex}.invalid-feedback{position:absolute;bottom:-18px;width:100%;animation:fadeIn;animation-duration:.5s;z-index:2;text-align:left}.invalid-feedback span{background-color:var(--red);color:#fff;font-size:11px;padding:.3rem .5rem;line-height:15px}textarea+.invalid-feedback{bottom:-15px}.input.ng-invalid{border-color:var(--red);animation:fadeIn;animation-duration:.5s}.fixedMenu{position:fixed;z-index:100;width:100%;top:0;left:0;border-top:1px solid var(--color-primary);height:100vh;visibility:hidden;opacity:0}.fixedMenu.active{visibility:visible;opacity:1}.fixedMenu.active>.closeMenu{opacity:1;visibility:visible}@media screen and (max-width:1024px){.fixedMenu.active>.box{animation:slideDownFade .4s ease-out forwards}.fixedMenu.active .jet-menu-itens .jet-item{opacity:0;transform:translateY(-10px);animation:cascadeIn .5s ease-out forwards}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(1){animation-delay:50ms}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(2){animation-delay:.1s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(3){animation-delay:.15s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(4){animation-delay:.2s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(5){animation-delay:.25s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(6){animation-delay:.3s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(7){animation-delay:.35s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(8){animation-delay:.4s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(9){animation-delay:.45s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(10){animation-delay:.5s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(11){animation-delay:.55s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(12){animation-delay:.6s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(13){animation-delay:.65s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(14){animation-delay:.7s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(15){animation-delay:.75s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(16){animation-delay:.8s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(17){animation-delay:.85s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(18){animation-delay:.9s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(19){animation-delay:.95s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(20){animation-delay:1s}}.fixedMenu>.closeMenu{background:rgba(95,95,95,.31);position:absolute;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(16px);cursor:pointer;transition:opacity .2s ease-in;opacity:0;visibility:hidden}.fixedMenu>.box{background:#fff4ec;padding-bottom:10px;position:relative;z-index:2;width:100%;max-width:710px;height:100%;overflow:auto}.fixedMenu>.box .header-menu{background:url(/assets/background-header-menu.webp) center center no-repeat;width:100%;height:93px;background-size:710px;display:none;align-items:center;justify-content:center;position:relative}@media screen and (min-width:1024px){.fixedMenu>.box .header-menu{display:flex}}.fixedMenu>.box .header-menu svg{position:absolute;top:16px}.fixedMenu>.box .header-menu .close-menu{position:absolute;right:62px;top:6%;cursor:pointer}.fixedMenu>.box .header-menu-mobile{display:flex;align-items:center;gap:27px;padding-left:20px;padding-top:17px;padding-bottom:13px;border-bottom:1px solid #f1e6c2}.fixedMenu>.box .header-menu-mobile .login-mobile,.fixedMenu>.box .header-menu-mobile .wishlist-mobile{gap:7px;color:var(--color-secondary);font-family:Poppins;font-size:18px;font-style:normal;font-weight:900;line-height:normal;display:flex;align-items:center}@media screen and (min-width:1024px){.fixedMenu>.box .header-menu-mobile{display:none}}@media screen and (max-width:764px){.fixedMenu>.box{width:100%}}.fixedMenu>.box>.content{display:flex;width:97%;max-width:1440px;margin:auto;flex-direction:column-reverse;padding-top:66px}@media screen and (max-width:1024px){.fixedMenu>.box>.content{padding-top:2px}}.fixedMenu .mainMenu{margin:0;max-width:1440px;display:block}.fixedMenu .img img{width:100%;height:auto}.fixedMenu .jet-menu-itens{position:relative}.fixedMenu .jet-menu-itens li.Preview2025>a{font-weight:600;transition:.2s ease-in-out}.fixedMenu .jet-menu-itens .jet-item a[title="GINGER GIRLS"]{display:none}.fixedMenu .jet-menu-itens .jet-item>a{display:flex;gap:5px;align-items:center;line-height:35px;border-bottom:1px solid #f1e6c2;position:relative;padding:12px;margin:10px 0;border-radius:5px;color:#004a21;font-size:18px;font-weight:900;padding-left:167px}@media screen and (min-width:1024px){.fixedMenu .jet-menu-itens .jet-item>a{font-size:30px}}.fixedMenu .jet-menu-itens .jet-item>a .category-image{max-height:32px;max-width:32px;margin-right:5px}.fixedMenu .jet-menu-itens .jet-item>a .category-image img{width:100%;height:auto}.fixedMenu .jet-menu-itens .jet-item li[class=has-submenu] .submenu ul li{border-bottom:none!important}.fixedMenu .jet-menu-itens .jet-item.has-submenu{position:relative}.fixedMenu .jet-menu-itens .jet-item.has-submenu>a{position:relative;cursor:pointer;color:#004a21;position:relative;transition:color .3s ease-in-out;font-weight:900}.fixedMenu .jet-menu-itens .jet-item.has-submenu>a::after{content:"";width:40px;height:41px;background:url(/assets/icons/menuArrow.svg) center no-repeat;background-size:contain;transition:transform .3s ease-in-out;position:absolute;right:15px;top:50%;transform:translateY(-50%) rotate(0);margin-right:41px}.fixedMenu .jet-menu-itens .jet-item.has-submenu.open>a{background-image:linear-gradient(to right,#db6553,#db6553);background-repeat:no-repeat;background-size:0 100%;background-position:left;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:fillText .6s forwards ease-in-out}.fixedMenu .jet-menu-itens .jet-item.has-submenu.open>a::after{transform:translateY(-50%) rotate(360deg);background-image:url(/assets/icons/menuArrow-up.svg);top:50%}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu.last{display:block!important}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu{display:none;position:static;width:100%;height:auto;background:0 0;padding-left:20px;margin-top:-5px;margin-bottom:10px;opacity:1;visibility:visible;transition:max-height .3s ease-in-out}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu.active{display:block}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul{display:flex;flex-direction:column;padding:0;margin:0;list-style:none}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul li{padding:10px 0;font-size:16px;color:#004a21;background:0 0;border-bottom:1px solid #f1e6c2}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul li a{color:#1e1e1e;font-family:Roboto;font-size:20px;font-style:normal;font-weight:400;line-height:normal;padding:5px 10px;text-decoration:none;padding-left:20px}@media screen and (min-width:1024px){.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul li a{padding-left:147px}}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul li a:hover{color:var(--color-primary)}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul li.Preview2025{background:rgba(126,48,16,.8196078431)!important;font-weight:600}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul li.Preview2025 a{color:#fff;background:0 0!important}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu .topSubMenu p{margin:0;height:40px;line-height:40px;font-weight:700;background:#fff;border-bottom:1px solid #e3e3e3;cursor:pointer}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu .topSubMenu p::before{content:"";display:inline-block;width:20px;height:20px;background:url(/assets/icons/menuArrow.svg) center no-repeat;background-size:18px;vertical-align:-6px;margin-right:5px;transform:rotate(180deg)}.fixedMenu .jet-menu-itens .jet-item:last-child>a{border:none}.fixedMenu .submenu.last{display:none}@media screen and (max-width:991px){.fixedMenu{top:156px;height:calc(100vh - 75px);overflow-y:scroll;overflow-x:hidden;background:var(--white)}.fixedMenu .img{width:100%}.fixedMenu>.box{height:100%;padding:0}.fixedMenu>.box>.content{flex-direction:column-reverse;width:100%}.fixedMenu .mainMenu{width:100%}.fixedMenu .jet-menu-itens .jet-item>a{max-width:100%;line-height:50px;padding:5px 20px}.fixedMenu .jet-menu-itens .jet-item.has-submenu>a::after{right:5px;top:50%;width:26px}}.jet-menu-itens li.only-has-submenu>.title.has-submenu{color:#1e1e1e!important;font-size:20px;font-weight:900!important}.jet-menu-itens li.only-has-submenu .submenu ul li{border-bottom:none!important}.jet-menu-itens li.only-has-submenu .submenu ul li a{padding-left:20px!important}@media screen and (min-width:1024px){.jet-menu-itens li.only-has-submenu .submenu ul li a{padding-left:125px!important}}@keyframes fillText{0%{background-size:0 100%}100%{background-size:100% 100%}}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}@keyframes cascadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.jet-banner{position:relative}.jet-banner img{width:100%;height:auto}.fullbanner{min-height:511px}@media screen and (min-width:1800px){.fullbanner{min-height:753px}}@media screen and (min-width:1200px){.fullbanner{min-height:561px}}.fullbanner .jet-children-container:not(.tns-slider){display:grid;grid-auto-flow:column;grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}.fullbanner .description{display:none}.fullbanner .tns-controls [aria-controls][data-controls=prev]{right:auto;left:30px;transform:rotate(-180deg)}.fullbanner .tns-controls [aria-controls]{opacity:.3;background:url(/assets/icons/arrow.svg) center center no-repeat;background-size:60px;width:60px;height:60px;transition:ease-in-out .3s;transform:rotate(0);right:30px}.fullbanner .tns-controls [aria-controls]:hover{opacity:1}@media screen and (max-width:1024px){.banner-central{padding-bottom:120px}}@media screen and (max-width:1024px){.banner-central .tns-nav{bottom:-65px}}.banner-central .highlight-banner{text-align:center;padding:0 20px 40px 20px}@media screen and (max-width:1024px){.banner-central .highlight-banner{padding:0}}.banner-central .highlight-banner .title{display:inline-block;background-color:var(--color-primary-light);color:#fff;font-weight:900;font-size:41px;padding:2px 30px;border-radius:50px;text-transform:uppercase;margin:16px 0;width:810px;box-shadow:-1px 27px 0 -20px #feb264}@media (max-width:1024px){.banner-central .highlight-banner .title{width:auto;font-size:38px;padding:6px 20px;color:var(--color-primary);background:0 0;box-shadow:none;width:auto;line-height:40px;padding:0 16px}}.banner-central .highlight-banner .description{font-size:20px;color:#111;max-width:100%;margin:0 auto}@media (max-width:991px){.banner-central .highlight-banner .description{font-size:18px;line-height:1.4;padding:0 10px}}@media (max-width:576px){.banner-central .highlight-banner .description{font-size:16px}}.banner-central .highlight-banner .description .highlight{position:relative;font-weight:700;display:inline-block}.banner-central .highlight-banner .description .highlight .underline{position:absolute;bottom:-16px;left:-16px;width:100%;height:20px;pointer-events:none}@media (max-width:576px){.banner-central .highlight-banner .description .highlight .underline{bottom:-10px;left:-10px;width:90%}}.banner-central .jet-banner{margin-top:32px}.banner-central .jet-banner .jet-container{padding-left:16px}.banner-central .jet-banner .jet-container .jet-children-container{display:flex;gap:11px}@media (max-width:576px){.banner-central .jet-banner .jet-container .jet-children-container{gap:8px}}.banner-central .jet-banner .tns-nav{display:flex;justify-content:center;margin-top:16px;width:auto}.banner-central .jet-banner .tns-nav button{width:10px;height:10px;border-radius:50%;background-color:#ccc;margin:0 4px;border:none}.banner-central .jet-banner .tns-nav button.tns-nav-active{background-color:var(--color-primary-light)}.banner-central .tns-outer{display:flex;align-items:center;justify-content:center}.bannerPromotion{padding:0 16px}@media screen and (max-width:1024px){.bannerPromotion{height:690px;padding:0}}.banner-promo{position:relative;display:flex;align-items:center;text-align:center;padding:60px 20px;border-radius:20px;overflow:hidden;min-height:690px;margin:0 16px;margin:auto;max-width:1890px;width:100%}@media screen and (max-width:1024px){.banner-promo{align-items:flex-start}}.banner-promo::before{content:"";position:absolute;inset:0;background:url(/assets/banner-promo-mobile.webp) center center/cover no-repeat;transition:transform .6s ease;z-index:0}@media screen and (min-width:1024px){.banner-promo::before{background:url(/assets/banner-promo.webp) center center/cover no-repeat}}.banner-promo:hover::before{transform:scale(1.08)}.banner-promo .banner-content{position:relative;z-index:1;max-width:1400px;width:100%;display:flex;flex-direction:column;align-items:flex-start;padding-left:55px}@media screen and (max-width:1024px){.banner-promo .banner-content{padding-left:0}}.banner-promo .banner-content .title{color:#cb91d1;font-size:100px;font-weight:900;line-height:90px;text-transform:uppercase;display:block;margin-bottom:20px;text-align:start}.banner-promo .banner-content .title strong{display:block}.banner-promo .banner-content .subtitle{color:#fff;text-align:center;font-size:35px;font-style:normal;font-weight:400;line-height:50px}.banner-promo .banner-content .btn-primary{display:inline-block;border:2px solid #313c98;color:#313c98;background:0 0;border-radius:30px;transition:all .3s ease;width:355px;height:60px;display:flex;align-items:center;justify-content:center;color:#313c98;text-align:center;font-size:35px;font-style:normal;font-weight:400;line-height:50px}.banner-promo .banner-content .btn-primary:hover{background:#313c98;color:#fff}@media (max-width:768px){.banner-promo{height:100%;padding:40px 20px;border-radius:0}.banner-promo .banner-content{height:100%;justify-content:space-between;align-items:center}.banner-promo .banner-content .title{font-size:40px;line-height:40px;margin-bottom:5px}.banner-promo .banner-content .subtitle{font-size:16px;margin:0}.banner-promo .banner-content .btn-primary{width:100%;max-width:280px;padding:12px 20px}}.banner-lateral .container{max-width:1890px!important}.banner-lateral .container>div{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;min-height:60vh;background:#f8f8f8 url(/assets/kclover.webp) no-repeat center center;background-size:contain;text-align:center}.banner-lateral .container>div>div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding-bottom:45px}.banner-lateral .container>div>div span{color:#000;font-size:70px;font-weight:900}.banner-lateral .container>div>div a{width:220px;height:48px;border-radius:30px;border:1px solid #004a21;display:flex;align-items:center;justify-content:center;color:#006b31;font-size:16px;font-weight:400;text-decoration:none;transition:all .3s ease}.banner-lateral .container>div>div a:hover{color:#fff;background:#004a21}.banner-lateral .jet-children-container{display:flex;gap:13px;justify-content:center}@media (max-width:1024px){.banner-lateral .jet-children-container{flex-wrap:nowrap}}@media (max-width:1024px){.banner-lateral{padding-bottom:101px}.banner-lateral .tns-controls{display:none}.banner-lateral .tns-nav{bottom:-60px}.banner-lateral .container>div{padding:50px 20px;min-height:26vh}.banner-lateral .container>div>div{padding-bottom:0}.banner-lateral .container>div>div span{font-size:40px;width:276px;line-height:55px}.banner-lateral .container>div>div a{width:220px;height:48px;font-size:16px}}@media screen and (min-width:991px){.banner-lateral .tns-inner{display:flex;justify-content:center}}@media (max-width:768px){.banner-lateral .tns-controls{display:none}.banner-lateral .container>div{padding:40px 20px}.banner-lateral .container>div>div span{font-size:40px}.banner-lateral .container>div>div a{width:100%;max-width:280px;height:42px;font-size:14px}}.banner-rodape{padding:2rem 1rem}.banner-rodape .jet-banner .jet-container .jet-children-container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:1rem}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children a{display:block}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children a .image{width:100%}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children a .image img{width:100%;height:auto;display:block;border-radius:12px}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children:nth-child(1),.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children:nth-child(2),.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children:nth-child(3){grid-row:1}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children:nth-child(4){grid-column:1/-1;grid-row:2}@media (max-width:768px){.banner-rodape .jet-banner .jet-container .jet-children-container{display:flex!important;flex-direction:column;gap:1rem}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children{order:unset}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children:nth-child(1){order:2}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children:nth-child(2){order:3}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children:nth-child(3){order:4}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children:nth-child(4){order:1}}.jet-infinity-scroll{display:block;margin-left:auto;margin-right:auto;width:80px;height:80px}.jet-infinity-scroll:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid #000;border-color:#000 transparent #000 transparent;animation:jet-infinity-scroll-ring 1.2s linear infinite}@keyframes jet-infinity-scroll-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.jet-nothing-found{background-color:var(--light);padding:var(--space-lg) var(--space-md);text-align:center;font-weight:600;font-size:var(--font-sm);border-radius:var(--space-sm);width:100%;margin:var(--space-md)}.jet-pagination{display:flex;align-items:center;justify-content:center;margin:60px 0 40px}.jet-pagination [role=navigation]{display:flex;justify-content:end;gap:10px}.jet-pagination [role=navigation] [aria-label="Primeira Página"],.jet-pagination [role=navigation] [aria-label="Última Página"]{display:none}.jet-pagination button{border:none;background:var(--white);font-size:15px;width:44px;height:44px;border-radius:50%;color:#000;font-family:"Roboto Condensed";font-size:20px;font-weight:500;border:1px solid #1e1e1e}.jet-pagination button[aria-label="Próxima Página"],.jet-pagination button[aria-label="Página Anterior"]{background:#54a6cc;color:var(--white);border:none}.jet-pagination button[aria-label="Próxima Página"]:hover,.jet-pagination button[aria-label="Página Anterior"]:hover{opacity:.8}.jet-pagination button.active{background:var(--color-secondary);color:var(--white);border:none}.list-area{margin-bottom:40px;min-height:450px}@media screen and (min-width:991px){.list-area{min-height:1255px}}.list-area .content.product-brand{display:none}.list-area .jet-children{display:flex;flex-wrap:wrap;gap:150px 15px}.list-area .jet-children>.jet-card{width:calc(25% - 12px)}.list-area{opacity:0;transition:opacity .6s ease;pointer-events:none}.list-area.show{opacity:1;pointer-events:auto}.list-area.show>div{max-width:1920px!important}.filterBox{position:fixed;top:0;left:0;bottom:0;right:0;z-index:102;visibility:hidden;opacity:0;transition:ease-in-out .3s}.filterBox .content .top{width:100%;height:16px;background:var(--color-primary)}.filterBox .content>.header-filter{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #606060;padding:16px 21px}.filterBox .content>.header-filter span{color:#606060;font-size:20px;font-weight:700;text-transform:uppercase}.filterBox .content>.header-filter .close{cursor:pointer}.filterBox>.closeBg{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);cursor:pointer;z-index:1}.filterBox>.closeBg::before{content:"";position:absolute;width:40px;height:40px;background-size:22px;top:10px;left:335px;filter:brightness(0) invert(1)}.filterBox .filters-products{margin-bottom:24px}.filterBox .filters-products img{max-width:62px}.filterBox .clear-button{display:block;margin-bottom:5px;margin-top:5px;border:1px solid var(--color-secondary);background:var(--color-secondary);color:var(--white);text-transform:uppercase;font-size:12px}.filterBox .clear-button::before{content:"";display:inline-block;width:15px;height:15px;background:url(/assets/icons/trash.svg) center no-repeat;background-size:10px;vertical-align:-2px;margin-right:5px;filter:invert(1)}.filterBox>.content{background:#fff4ec;max-width:400px;width:100%;height:100%;position:relative;z-index:2;transition:ease-in-out .3s}.filterBox .filter.items.groupingTypes #grouping_type{width:100%}.filterBox .filter.items.groupingTypes.groupingTypes{display:flex;flex-wrap:wrap;gap:7px}.filterBox .filter.items.groupingTypes.groupingTypes img{max-width:62px;width:100%;height:auto}.filterBox .content.filter+.content.filter{margin-top:25px}.filterBox .content.filter .title{text-transform:uppercase;margin-bottom:17px;color:var(--color-secondary);font-size:16px;font-weight:700;position:relative}.filterBox .content.filter .title::after{content:"";position:absolute;bottom:-4px;left:0;width:45px;height:4px;background-color:#c6d320;border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform .6s ease-out}@media screen and (min-width:991px){.filterBox .content.filter .title{font-size:16px}}.filterBox .content.filter .list{display:flex;gap:7px;flex-wrap:wrap}.filterBox .content.filter .list div{display:flex;align-items:center;gap:6px;padding:4px 0;cursor:pointer;position:relative}.filterBox .content.filter .list div:not(:last-child){border-bottom:1px solid #e2e2e2}.filterBox .content.filter .list div label{color:#606060;font-size:16px;transition:width .3s ease}.filterBox .content.filter .list div label:hover{font-weight:700;cursor:pointer}.filterBox .content.filter .list button{padding:6px 18px;border:none;background:0 0;transition:ease-in-out .3s;border:1px solid transparent;font-size:16px;font-weight:400}.filterBox .content.filter .list button:hover{border:1px solid var(--color-secondary);color:var(--color-secondary)}.filterBox .content.filter .list .active>button{border:1px solid var(--color-secondary);color:var(--color-secondary)}.filterBox .content.filter .list .elements{display:flex;flex-wrap:wrap;gap:8px}.filterBox .content.filter .list .element.color{width:31px;height:31px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:border .2s ease-in-out}.filterBox .content.filter .list .element.color:hover{border:1px solid #000}.filterBox .content.filter .list .element.color.active{border:1px solid #000}.filterBox .content.filter .list .element.color button{width:23px;height:23px;border-radius:50%;border:2px solid transparent;background-color:currentColor;padding:0;cursor:pointer;transition:border .2s ease-in-out}.filterBox .content.filter .list .element.color.active,.filterBox .content.filter .list .element.color.focus,.filterBox .content.filter .list .element.color.selected{border-color:#000;outline:0}.filterBox .content.filter .list .element.color span{display:none}.filterBox .content.filter .list input[type=checkbox]{appearance:none;-webkit-appearance:none;width:13px;height:13px;border:2px solid #c2c2c2;border-radius:50%;position:relative;cursor:pointer;transition:background-color .2s,border-color .2s}.filterBox .content.filter .list input[type=checkbox]:checked{background-color:var(--color-primary);border-color:1px solid #606060}.filterBox .content.filter .list input[type=checkbox]:checked::after{content:"";position:absolute;top:2px;left:2px;width:5px;height:5px;border-radius:50%}.filterBox .content.filter.attributes,.filterBox .content.filter.brands{display:none}.filterBox .content.filter.categories .list{flex-direction:column;text-transform:uppercase}.filterBox .content.filter.categories.active{display:block}.filterBox .content.filter.price label{margin-top:9px;color:#606060}.filterBox .content.filter.price label[for=initialPrice]{font-size:0}.filterBox .content.filter.price label[for=initialPrice]::before{content:"Valor mínimo";font-size:14px}.filterBox .content.filter.price label[for=initialPrice]:hover{font-weight:400}.filterBox .content.filter.price label[for=finalPrice]{font-size:0}.filterBox .content.filter.price label[for=finalPrice]::before{content:"Valor máximo";font-size:14px}.filterBox .content.filter.price .list{display:flex;justify-content:space-between;flex-direction:column}.filterBox .content.filter.price .list>.element{width:100%;display:flex;flex-direction:column;align-items:start}.filterBox .content.filter.price .list>.element input{width:100%;height:32px;border-radius:20px;border:2px solid #e2e2e2;background:0 0;color:#606060;font-size:14px;padding-left:16px}.filterBox .content.filter.price .list>.element input[placeholder=Max]::before,.filterBox .content.filter.price .list>.element input[placeholder=Min]::before{content:"R$ ";color:var(--color-secondary);font-size:14px;font-weight:900;width:16px;height:16px}.filterBox .content.filter.price .list div{border:none}.filterBox .content.filter.price .price-button{width:100%;background:var(--color-secondary);color:var(--white);text-transform:uppercase;border:none;padding:8px 0;margin-top:10px;border-radius:30px}.filterBox #closeFilter{position:absolute;width:100%;bottom:0;border:none;background:var(--color-secondary);color:#fff;height:45px;z-index:99;text-transform:uppercase;font-size:14px;font-weight:400;transition:ease-in-out .3s}.filterBox #closeFilter:hover{background:var(--black);color:var(--white)}.filterBox .jet-department-filter{padding:21px 16px 226px;height:calc(100% - 50px);overflow-y:scroll}.filterBox.active{visibility:visible;opacity:1}.filterBox.active>.content{left:0}.filterBox.active .content.filter .title::after{transform:scaleX(1)}@media screen and (max-width:991px){.list-area .jet-children{gap:35px 3px}.list-area .jet-children>.jet-card{width:calc(50% - 2px)}}.categoryBanner{position:relative}.categoryBanner .content{position:absolute;z-index:1;top:34%;left:35%;transform:translateX(-50%)}@media screen and (max-width:764px){.categoryBanner .content{left:50%;width:74%}}.top-area{padding-top:44px;padding-bottom:44px}.top-area>div{max-width:1920px!important}.top-area .box{display:flex;align-items:center;justify-content:space-between}.top-area .box>div{flex:1}.top-area .box>.title{text-align:center;text-transform:uppercase}.top-area .box>.bread{display:flex;align-items:center}.top-area .box .filter{display:flex;justify-content:right;justify-content:left;align-items:center;margin-top:-100px;z-index:1;margin-left:16%}.top-area .box .filter #pageSize,.top-area .box .filter .view{display:none}.top-area .box .filter #toggleFilter{display:flex;align-items:center;text-transform:uppercase;gap:5px;padding:0 12px;margin-right:5px;color:var(--color-primary);font-size:12px;gap:15px;letter-spacing:3.2px;transition:background .3s ease,color .3s ease;border-radius:30px;border:3px solid #000;background:#fff;width:125px;height:36px;flex-shrink:0;font-weight:900}@media screen and (min-width:991px){.top-area .box .filter #toggleFilter{width:182px;height:50px;font-size:16px}}.top-area .box .filter #toggleFilter:hover{background:var(--color-primary);color:var(--white)}.top-area .box .filter #toggleFilter:hover svg{filter:brightness(0) invert(1)}.top-area .box .filter jet-department-filter-order{display:flex;align-items:center;font-family:Termina!important;letter-spacing:3.2px}.top-area .box .filter #orderBy{cursor:pointer;text-transform:uppercase;font-weight:900;color:var(--color-primary);letter-spacing:2.4px;padding:12px 4px 12px 15px;font-size:12px;transition:none;border-radius:30px;border:3px solid #000;background:#fff;width:165px;height:36px}@media screen and (min-width:991px){.top-area .box .filter #orderBy{max-width:260px;height:50px;width:100%;padding:8px 15px;font-size:16px}}.top-area .box .filter #orderBy option{background:var(--white);color:var(--color-primary);cursor:pointer}.top-area .box .filter #orderBy:hover{background:var(--color-primary);color:var(--white)}.ui.breadcrumb{font-weight:500;display:flex}.ui.breadcrumb>li{color:var(--white);text-transform:uppercase}.ui.breadcrumb>li a{color:var(--white);font-weight:500}.ui.breadcrumb>li:first-child a{font-weight:900}.ui.breadcrumb>li+li::before{content:">";display:inline-block;margin:0 5px}.pdp-breads .ui.breadcrumb{height:70px}.jet-title-page{color:#fff;font-size:69px;font-weight:900}@media screen and (min-width:991px){.jet-title-page{min-height:36px}}@media screen and (max-width:764px){.ui.breadcrumb li:not(:first-child):not(:last-child){display:none}.ui.breadcrumb{margin-bottom:5px}.top-area{padding-bottom:0}.top-area .box{flex-wrap:wrap;flex-direction:column}.top-area .box>.bread{height:32px}.top-area .box>.title{padding-top:16px;height:52px}.top-area .box .filter{margin-right:16%;margin-left:0}.top-area .box .filter #orderBy{padding:2px}.top-area .box .filter #toggleFilter{gap:1px}.jet-title-page{margin-top:16px;font-size:30px}}@media screen and (max-width:764px) and (max-width:764px){.jet-title-page{font-size:24px}}@media screen and (max-width:764px){.pdp-breads.ui.container{display:none}}.footer{font-family:Arial,sans-serif;background-color:var(--color-secondary-light);color:#fff;position:relative;margin-top:164px}.footer .newsletter{background-color:var(--color-primary-dark);color:#fff;display:flex;align-items:center;padding:20px;margin-bottom:30px;box-shadow:0 14px 0 #000;border-radius:30px;border:4px solid #000;width:80%;max-width:1438px;height:160px;margin:auto;top:-85px;left:50%;transform:translateX(-50%);position:absolute}.footer .newsletter__icon{width:199.643px;height:164.154px;transform:rotate(-9.012deg);position:absolute;top:-133px;left:-10px}.footer .newsletter__content{flex:1;display:flex;align-items:center;justify-content:center;width:100%}.footer .newsletter__content .content.text{flex-direction:row}.footer .newsletter__content>svg{width:158px;height:157px}.footer .newsletter__content>div{display:flex;align-items:center;justify-content:center;flex-direction:column}.footer .newsletter__content>div>p{color:#fff;font-size:18px;font-weight:300}.footer .newsletter__content>div>p strong{font-weight:900}.footer .newsletter__content h3{color:#fff;font-size:45px;font-weight:900;max-width:236px;margin:0;line-height:1.2;text-transform:uppercase}.footer .newsletter__content p{margin:0 0 10px}.footer .newsletter__content .jet-news-itens{display:flex;gap:8px}.footer .newsletter__content .jet-news-itens .jet-input input{width:335px;height:38px;border-radius:30px;border:3px solid #000;background:#fff}.footer .newsletter__content .jet-news-itens .jet-input input::placeholder{padding-left:22px;color:#656565;font-size:18px;font-weight:300}.footer .newsletter__content .jet-news-itens button{width:160px;height:38px;flex-shrink:0;border-radius:30px;border:3px solid #000;background:#006b31;color:#fff;font-size:18px;font-weight:900;text-transform:uppercase}.footer .newsletter__content .jet-news-itens button:hover{background:#00602d}.footer__main{display:flex;justify-content:space-between;flex-wrap:wrap;padding:20px;padding-top:134px;padding-bottom:125px}.footer__main .footer__column{margin-bottom:20px}.footer__main .footer__column jet-payment-options .title-option{display:none}.footer__main .footer__column jet-payment-options .content.jet-container{display:flex;flex-wrap:wrap}.footer__main .footer__column jet-payment-options .content.credit .options{flex-wrap:wrap;display:flex;gap:4px}.footer__main .footer__column jet-payment-options .content.credit{max-width:190px;width:100%}@media screen and (max-width:764px){.footer__main .footer__column jet-payment-options .content.credit{width:251px;width:100%}}.footer__main .footer__column jet-payment-options .content.boleto{max-width:60px;width:100%}.footer__main .footer__column jet-payment-options .content.pix{max-width:60px;width:100%;margin-left:4px}.footer__main .footer__column jet-payment-options .content.pix .options{height:40px;width:100%;max-width:60px;background:#fff;border-radius:4px}.footer__main .footer__column jet-payment-options .content.pix .options img{height:40px;width:100%;max-width:60px;padding:4px}.footer__main .footer__column jet-stamps{margin-bottom:67px;display:block}@media screen and (max-width:991px){.footer__main .footer__column jet-stamps .jet-stamps .stamps{text-align:center}}.footer__main .footer__column jet-stamps .jet-stamps .stamp-name{display:none}.footer__main .footer__column .jet-custom-pages{color:#fff}.footer__main .footer__column .jet-custom-pages .title-custom{-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#004a21;font-size:28px;font-weight:900;margin-bottom:19px;display:block;text-transform:uppercase}@media screen and (max-width:991px){.footer__main .footer__column .jet-custom-pages .title-custom{text-align:center}}.footer__main .footer__column .jet-custom-pages p{color:#fff;font-family:Poppins;font-size:18px;font-weight:900}.footer__main .footer__column .jet-custom-pages .custom-itens{display:flex;flex-direction:column;gap:13px}@media screen and (max-width:991px){.footer__main .footer__column .jet-custom-pages .custom-itens{align-items:center}}.footer__main .footer__column .jet-custom-pages .custom-itens li a{color:#fff;font-family:Poppins;font-size:18px;font-weight:900}.footer__main .footer__column .jet-custom-pages .custom-itens li a:hover{text-decoration:underline}.footer__main .footer__column img{max-width:100%}.footer__main .footer__column .footer__payments img{width:40px;margin-right:5px}.footer__main .footer__column .footer__buttons{display:flex;flex-direction:column;gap:5px}@media screen and (max-width:991px){.footer__main .footer__column .footer__buttons{align-items:center;justify-content:center}}.footer__main .footer__column .footer__buttons .btn{border:none;padding:8px;border-radius:30px;background-color:var(--white);border:4px solid #000;box-shadow:0 4px 0 #000;cursor:pointer;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:900;line-height:normal}.footer__main .footer__column .footer__buttons .btn:hover{opacity:.8}.footer__main .footer__column .footer__buttons .btn.whatsapp{color:var(--color-secondary)}.footer__main .footer__column .footer__buttons .btn.telefone{color:var(--color-alert)}.footer__main .footer__column .footer__buttons .btn.email{color:var(--color-error)}.footer__bottom{padding:66px 20px 20px;background-color:#fff;color:#333;position:relative;font-family:Roboto;font-size:12px;font-weight:400;text-transform:uppercase;display:flex;align-items:center;justify-content:space-around}@media screen and (min-width:991px) and (max-width:1800px){.footer__bottom p{width:70%;line-height:14px}}.footer__bottom .footer__bottom-logo svg{position:absolute;top:-91px;left:50%;transform:translateX(-50%)}.footer__bottom .footer__bottom-tech{color:#333;text-align:center;font-size:16px;font-weight:300;text-transform:capitalize}.footer__bottom .footer__bottom-tech svg{margin-bottom:-6px;margin-left:11px}.footer__bottom .footer__bottom-tech strong{font-weight:700}@media (max-width:1024px){.footer{margin-top:416px}.footer .newsletter{flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;height:auto;width:90%;top:-226px;border-radius:20px;height:409px}.footer .newsletter__icon{width:81.103px;transform:rotate(-.012deg)}.footer .newsletter .content.text{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:6px}.footer .newsletter__content{flex:none;width:100%;flex-direction:column;height:auto}.footer .newsletter__content>div{padding:0 10px}.footer .newsletter__content>div h3{font-size:28px;max-width:none;text-align:start}.footer .newsletter__content>div p{font-size:14px;text-align:center;margin-bottom:34px}.footer .newsletter__content form,.footer .newsletter__content jet-newsletter{width:100%}.footer .newsletter__content .jet-news-itens{flex-direction:column;width:100%}.footer .newsletter__content .jet-news-itens .jet-input{width:100%}.footer .newsletter__content .jet-news-itens .jet-input input{width:100%;max-width:100%}.footer .newsletter__content .jet-news-itens button{width:100%;margin-top:10px}.footer .footer__main{flex-direction:column;padding-top:226px;flex-wrap:wrap;justify-content:space-between}}@media screen and (max-width:1024px) and (max-width:764px){.footer .footer__main{align-items:center}}@media (max-width:1024px){.footer .footer__main .footer__column{flex:1 1 100%;margin-bottom:30px}.footer .footer__main .footer__buttons{flex-direction:column}.footer .footer__main .footer__buttons .btn{width:100%;max-width:194px;padding:4px}.footer .footer__bottom{flex-direction:column;text-align:center;padding:62px;padding-bottom:34px}.footer .footer__bottom .footer__bottom-logo svg{position:absolute;max-width:161px;top:-92px}.footer .footer__bottom .footer__bottom-tech{font-size:14px}}.footer__main{opacity:0;transition:opacity .5s ease}.footer__main.loaded{opacity:1}.infoBar{z-index:1;position:relative}@media screen and (max-width:1024px){.infoBar .ui.container{margin-top:-96px}}.infoBar .tns-controls{top:-21%}.infoBar .tns-controls [aria-controls]{width:24px;height:24px;background:url(/assets/icons/arrow-info.svg) center center no-repeat;background-size:24px;transform:rotate(0)}.infoBar .tns-controls [aria-controls][data-controls=prev]{right:auto;left:0;transform:rotate(-180deg)}.info-bar{display:flex;justify-content:space-around;align-items:center;background-color:#fff;border-radius:16px;padding:20px 30px;box-shadow:-8px 9px 0 #d3d3d3;max-width:1400px;margin:-50px auto;margin-bottom:59px;flex-wrap:wrap;gap:18px;z-index:1}@media screen and (max-width:1024px){.info-bar{box-shadow:none;background-color:transparent;flex-wrap:nowrap;margin:auto;margin-bottom:59px}}.info-bar .info-item{display:flex;align-items:center;gap:12px;text-align:left;min-width:200px}@media screen and (max-width:1024px){.info-bar .info-item{border-radius:30px;background:#fff;box-shadow:-8px 7px 0 #d3d3d3;width:100%;width:395px;height:100px;padding:16px}}.info-bar .info-item:not(:last-child){border-right:1px solid #d8d8d8}.info-bar .info-item img{width:32px;height:32px}.info-bar .info-item p{margin:0;font-size:16px;font-weight:300;line-height:1.4;padding-right:27px}.fullbanner{position:relative;z-index:1}.infoBar{position:relative;z-index:2;margin-top:0;padding-top:20px;background:#fff}@media screen and (max-width:1024px){.infoBar{background:0 0}}