@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}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}*,: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:"Open Sans";--fontSize:14px;--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;--mainBlue:#004c9d}: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(--black);color:var(--white);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{position:relative}.jet-card.sold{opacity:.6}.jet-card.sold::after{content:"Esgotado";position:absolute;top:0;right:0;background:var(--black);font-size:13px;padding:2px 8px;font-weight:400;color:var(--white);border-radius:5px}.jet-card.sold .price{visibility:hidden;opacity:0}.jet-card .jet-container{box-shadow:0 0 0 1px #f3f3f3;border-radius:5px;overflow:hidden}.jet-card .jet-wishlist-add,.jet-card .remove-wish{display:none}.jet-card .content{background:var(--white)}.jet-card .content.product-flag{position:absolute;top:0;right:0;z-index:2;max-width:100px;background:0 0}.jet-card .content.product-flag .flag-discount{background:var(--black);color:var(--white);font-size:12px;padding:2px 10px;text-align:center;border-radius:5px}.jet-card .content.product-flag .product-flag{display:flex;flex-direction:column-reverse;gap:5px}.jet-card .content.product-flag .product-flag img{max-width:50px;margin-left:auto;display:block;float:none}.jet-card .content.product-brand{display:none}.jet-card .content.data{padding:10px 20px}.jet-card .content.data h3{font-weight:700;font-size:12px;margin:0 0 10px;height:90px;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow-y:hidden;display:-webkit-box}.jet-card .content.data .product-rating{display:none}.jet-card .content.action a,.jet-card .content.action button,.jet-card .content.action span{font-weight:700;text-transform:uppercase;text-align:center;display:block;height:40px;line-height:40px;background:var(--mainBlue);border-radius:5px;border:none;color:var(--white);font-size:14px;width:100%;transition:ease-in-out .3s}.jet-card .content.action a.sold-button,.jet-card .content.action button.sold-button,.jet-card .content.action span.sold-button{background:var(--black);color:var(--white);cursor:pointer}.jet-card .content.action a.sold-button::before,.jet-card .content.action button.sold-button::before,.jet-card .content.action span.sold-button::before{display:none}.jet-card img{width:100%;height:auto;float:left}.jet-card .has-alternate .alternate-image,.jet-card .has-alternate .main-image{transition:ease-in-out .5s}.jet-card .flag-seal .flag-name{display:none}.jet-card .product-image{position:relative;border-top-left-radius:4px;border-top-right-radius:4px;overflow:hidden}.jet-card .product-image>a{height:250px;overflow:hidden;display:block;background:var(--white)}.jet-card .product-image img{height:100%;left:0;object-fit:contain;object-position:top;position:absolute;top:0;width:100%}.jet-card .alternate-image{position:absolute;top:0;left:0;opacity:0;width:100%;height:100%}.jet-card .price{min-height:80px;text-align:center}.jet-card .best-price{display:inline-block;font-size:17px;color:var(--mainBlue);color:#696969;font-size:13px}.jet-card .best-price::before{content:"ou "}.jet-card .descriptionDiscount{display:none}.jet-card .old-price{color:#666;font-size:13px;font-weight:100;display:block}.jet-card .old-price span{display:inline-block;margin-right:5px;text-decoration:line-through;font-style:italic;text-decoration:line-through}.jet-card .old-price span::before{content:"de ";text-decoration:none;font-style:normal}.jet-card .old-price span::after{content:" por";text-decoration:none;font-style:normal}.jet-card .installment{display:block;font-size:13px;color:#696969}.jet-card .installment::before{content:"em "}.jet-card .installment .description-installment{display:none}.jet-card .value-installment::after{content:" sem juros"}.jet-card:hover .has-alternate .main-image{opacity:0;visibility:hidden}.jet-card:hover .has-alternate .alternate-image{visibility:visible;opacity:1}.jet-card:hover .content.action a,.jet-card:hover .content.action button{background:#e9bd2b;color:var(--white)}.jet-card:hover .content.action a::before,.jet-card:hover .content.action button::before{filter:brightness(0) invert(1)}.jet-card .jet-product-flash-offer{position:absolute;bottom:167px;width:100%;text-align:center}.jet-card .jet-product-flash-offer .content{background:var(--mainBlue);font-weight:700;height:32px;line-height:32px;border-top:3px solid var(--black)}.jet-card .jet-product-flash-offer .description{font-weight:400;margin-right:5px}.jet-card .jet-product-flash-offer .time-countdown{font-size:13px}@media screen and (max-width:991px){.jet-card .jet-card .product-image>a{overflow:hidden;display:block}.jet-card .best-price{font-size:18px}.jet-card .content.product-flag{max-width:75px}.jet-card .content.product-flag .flag-discount{font-size:10px}.jet-card .jet-product-flash-offer .description{font-size:10px}.jet-card .jet-product-flash-offer .description::before{width:15px;height:15px;background-size:12px;vertical-align:-3px;margin-right:2px}.jet-card .jet-product-flash-offer .time-countdown{font-size:11px}.jet-card .content.action a{font-size:0}.jet-card .content.action a::after{content:"Comprar";font-size:12px}.jet-card .content.data{padding:10px}.jet-card .content.data h3{text-align:center}}.jet-card .textDiscount{display:none}.jet-card .priceDiscount{color:var(--mainBlue);font-weight:900;font-size:20px}.jet-card .priceDiscount::after{content:" no PIX ou Boleto";display:block;font-size:16px;font-weight:900}.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:999;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:var(--white);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 span{position:relative}.floating-preview .container-preview .title-cart span .jet-cart-count{position:absolute;color:var(--black);font-size:14px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:100%;top:0;right:-25px;z-index:2}.floating-preview .container-preview .title-cart span .jet-cart-count::before{content:"( ";margin-right:1px}.floating-preview .container-preview .title-cart span .jet-cart-count::after{content:" )";margin-left:1px}.floating-preview .container-preview .compra-segura{display:flex;align-items:center;justify-content:center;height:48px;background:#21ba45;gap:4px}.floating-preview .container-preview .compra-segura span{color:var(--white)}.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%;overflow-y:auto;max-height:calc(100% - 118px);justify-content:space-between}.floating-preview .container-preview .jet-cart-preview .content .cart-preview jet-gift:empty{display:none}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .btn-recalculate{background:#e0e1e2;border:none;color:#333;padding:0 0 0 10px;border-radius:5px;height:30px;display:flex;width:fit-content;align-items:center;gap:12px;font-weight:700;margin:0 0 14px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .btn-recalculate::after{content:"";display:block;background-image:url(/assets/icons/reuse2.svg);min-width:30px;height:30px;background-repeat:no-repeat;background-size:12px;background-position:center;background-color:#c9cacc;border-top-right-radius:5px;border-bottom-right-radius:5px}@media only screen and (min-width:991px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .btn-recalculate:hover{background-color:#c9cacc}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .btn-recalculate:hover::after{background-color:#a9abad}}.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}.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:#fff;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:var(--colorCard);font-size:14px;font-weight:900}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .sold{background-color:var(--black);color:#fff;padding:var(--space-sm);display:flex;align-items:center;justify-content:center;border-radius:5px;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;border:1px solid #dededf;overflow:hidden;width:max-content;border-radius:5px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd input{display:inline-block;width:40px;height:30px;text-align:center;border-radius:var(--space-sm);border: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:#e0e1e2;cursor:pointer;outline:0;border:0}.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:700;display:flex;align-items:center;justify-content:center;color:#000;line-height:var(--font-md)}@media only screen and (min-width:991px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd button:hover{background:#c0c2c4}}.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:20px;height:20px;background:url(/assets/icons/trash.svg) center no-repeat;background-size:14px;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:#000;font-size:var(--font-sm);font-weight:600}.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:relative;bottom:0;width:100%;display:flex;flex-direction:column;padding:20px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .rest{background:#efeee8;color:var(--black);text-align:center;display:block;padding:9px 0;font-size:12px;margin-bottom:2px;text-transform:uppercase}.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 .rest strong{font-weight:700}.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 .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 .subtotal span{display:flex;justify-content:space-between}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight{font-size:var(--font-sm);font-weight:400;position:relative;padding-top:12px;min-height:78px;display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .input-container{display:flex;justify-content:flex-end;align-items:center}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .input-container>span{font-size:0;margin-right:8px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .input-container>span::before{content:"Calcular Frete";font-size:var(--font-sm);display:inline-block;color:var(--textBody);font-weight:600}.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 .zipcode{background:#fff;border:1px solid #ddd;padding:0 var(--space-md);font-size:var(--font-sm);outline:0;height:38px;width:calc(100% - 213px);border-top-left-radius:5px;border-bottom-left-radius:5px}@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:#e0e1e2;border:none;height:38px;width:112px;font-size:13px;font-weight:700;border-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;color:var(--black);display:flex;align-items:center;gap:10px;padding:0 0 0 8px;justify-content:flex-end}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .calc-freight:not(.jet-btn-loading)::after{content:"";display:block;background-image:url(/assets/icons/truck-cart.svg);min-width:38px;height:100%;background-repeat:no-repeat;background-size:16px;background-position:center;background-color:#c9cacc;border-top-right-radius:5px;border-bottom-right-radius:5px}@media only screen and (min-width:991px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .calc-freight:hover{background-color:#c9cacc}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .calc-freight:hover::after{background-color:#a9abad}}.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:2rem;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:15px;height:15px;border:1px solid #ccc;border-radius:50rem;left:0;top:2px}.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%;transform:translateY(-50%);left:5px;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;gap:var(--space-sm);line-height:initial;margin-bottom:0}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .info .value{margin-left:3px;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{display:block;font-size:14px;margin-bottom:var(--space-lg);text-transform:uppercase;padding-top:14px;border-top:1px solid #eee}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total>span{display:flex;justify-content:flex-end;align-items:center;font-weight:400;gap:4px}.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}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .cart-buttons{display:flex;gap:var(--space-md);flex-direction:column}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .cart-button-continue{border:1px solid #ddd;border-radius:5px;font-size:var(--font-md);font-weight:600;color:#333;letter-spacing:.8px;height:41px;background:var(--white)}@media only screen and (min-width:991px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .cart-button-continue:hover{color:var(--mainBlue)}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .cart-button-finish{display:block;width:100%;height:41px;text-align:center;background:#59b200;color:var(--white);text-transform:capitalize;font-size:14px;font-weight:600;letter-spacing:.8px;border:none;border-radius:5px}@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}.export-cart{display:flex;align-items:center;justify-content:space-between;border:1px dashed var(--black);padding:10px 10px;border-radius:5px;margin-bottom:10px;font-size:14px}.export-cart .export-options{display:flex;align-items:center;gap:10px}.export-cart button{border:none;background:0 0;padding:0;width:30px;height:30px}.export-cart button svg{width:30px;height:30px;display:block;padding:0}.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:0;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:var(--mainBlue);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}.search-box{width:calc(100% - 530px)}.search-box .jet-search{border-radius:10px;position:relative;margin:auto;background:var(--white)}.search-box input{height:40px;width:100%;background:0 0;font-size:14px;padding:0 20px;border:1px solid var(--mainBlue)}.search-box input::placeholder{color:#c4c4c4}.search-box .jet-button{position:absolute;right:-1px;top:-1px;height:calc(100% + 2px);width:40px;border:none;background:url(/assets/icons/search.svg) center no-repeat;background-size:15px;border-radius:8px;transition:ease-in-out .3s;padding:0}@media screen and (max-width:991px){.search-box{position:absolute;bottom:15px;width:calc(100% - 30px);left:15px}.search-box .jet-search{border-radius:5px}}.jet-search-result{position:absolute;color:var(--black);background:var(--white);top:48px;padding:10px;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.1);width:100%;z-index:99}.jet-search-result .no-results{text-align:center}.jet-search-result .no-results>strong{display:block}.jet-search-result .item img{max-height:84px;width:auto}.jet-search-result .item a{color:var(--black);display:flex;align-items:center;padding:10px;gap:20px}.jet-search-result .item+.item{border-top:1px solid #e1e1e1}.jet-search-result .item .info{display:flex;flex-direction:column}.jet-search-result .item .old-price{color:#979797;text-decoration:line-through;margin-right:8px}.jet-search-result .item .best-price{font-weight:700}.jet-search-result .show-products{color:var(--black);display:block;text-align:center}@media screen and (max-width:991px){.jet-search-result{top:50px}.jet-search-result .item img{max-height:50px}}.tns-nav{text-align:center;position:absolute;bottom:25px;display:flex;gap:2px;width:100%;justify-content:center}.tns-nav>[aria-controls]{width:10px;height:10px;padding:0;margin:0 5px;border:none;border-radius:10px;cursor:pointer;background:#c6c6c6;transition:ease-in-out .3s}.tns-nav>.tns-nav-active{width:50px;background:var(--white)}.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:45px;height:45px;background:var(--mainBlue) url(/assets/icons/arrow.svg) 10px center no-repeat;background-size:25px;border-radius:45px;right:-50px;position:absolute;transition:ease-in-out .3s}.tns-controls [aria-controls][disabled]{opacity:.5;cursor:auto}.tns-controls [aria-controls][data-controls=prev]{right:auto;left:-50px;transform:rotate(-180deg)}@media screen and (min-width:991px){.tns-controls [aria-controls]:hover{transform:scale(1.1)}.tns-controls [aria-controls]:hover[data-controls=prev]{transform:rotate(-180deg) scale(1.1)}}@media screen and (max-width:991px){.tns-controls [aria-controls]{width:30px;height:30px;right:0;background-size:14px}.tns-controls [aria-controls][data-controls=prev]{left:0}}.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}.menu-area{min-height:46px}.jet-menu{background:var(--mainBlue);position:relative}.jet-menu a{color:var(--white);padding:13px 0;display:block;text-transform:uppercase;border-bottom:3px solid transparent;transition:east-in-out .3s}@media screen and (min-width:991px){.jet-menu a:hover{border-color:var(--mainBlue)}}@media screen and (min-width:991px){.jet-menu li:hover>a{border-color:var(--mainBlue)}.jet-menu li.active .submenu{display:block}}.jet-menu .jet-menu-itens{display:flex;max-width:1320px;margin:auto;width:98%;justify-content:space-between;flex-wrap:wrap}.jet-menu .jet-menu-itens>li{padding:0 0;border-right:1px solid rgba(34,36,38,.1019607843);padding-right:8px}.jet-menu .jet-menu-itens>li.allDepartmens{position:initial}@media screen and (min-width:991px){.jet-menu>nav>.jet-menu-itens>.jet-item:nth-child(8) .submenu{right:0;left:auto}}.jet-menu>nav>.jet-menu-itens>.jet-item:nth-child(n+10){display:none}.jet-menu>nav>.jet-menu-itens>.jet-item.brands{display:flex}.jet-menu>nav>.jet-menu-itens>.jet-item.brands>span{display:flex;align-items:center;text-transform:uppercase;height:45px;cursor:pointer}.jet-menu>nav>.jet-menu-itens>.jet-item.brands li{padding:0 10px}.jet-menu .submenu{display:none;position:absolute;z-index:2;top:46px;left:0;width:100%;background:var(--white);padding:18px 10px;border-top:5px solid #f7bd00;transition:ease-in-out .3s}.jet-menu .submenu>.container{display:flex;gap:20px}.jet-menu .submenu a{text-transform:none;padding:0;white-space:nowrap;color:#464842;font-size:13px;border:none;line-height:44px;font-weight:600;text-transform:uppercase}@media screen and (min-width:991px){.jet-menu .submenu a:hover{color:var(--mainBlue)}}.jet-menu .submenu .mainLink a{text-transform:uppercase;font-weight:700}.jet-menu .submenu.last{border:none;position:relative;top:0;padding:0;border-top:1px solid #dededf;padding-top:10px}.jet-menu .submenu.last ul{flex-direction:column}.jet-menu .submenu.last ul>li{padding:0}.jet-menu .submenu.last ul a{text-transform:none;color:#444;font-size:13px;font-weight:400;line-height:28px}.jet-menu .submenu .category-image img{max-width:330px;height:auto}.jet-menu .submenu ul{width:100%;display:flex;flex-wrap:wrap}.jet-menu .submenu ul>li{width:25%;padding:10px}.jet-menu .allDepartmens{cursor:pointer}.jet-menu .allDepartmens a{width:fit-content}.jet-menu .allDepartmens .sandwich{display:flex;flex-direction:column;gap:2px;margin-right:7px}.jet-menu .allDepartmens .sandwich .fill{width:14px;height:3px;background:var(--white);position:relative;top:0;left:0;right:0;bottom:0;border-radius:3px;transition:ease-in-out .3s}.jet-menu .allDepartmens .jet-menu-itens{gap:0;justify-content:flex-start;flex-direction:column;position:relative}@media screen and (min-width:991px){.jet-menu .allDepartmens .jet-menu-itens::before{content:"";position:absolute;background:var(--white);top:0;left:-9999px;width:9999px;height:100%;border-top:5px solid #f7bd00}}.jet-menu .allDepartmens .jet-menu-itens>li{display:none;background:var(--white);padding:8px 10px;max-width:225px}.jet-menu .allDepartmens .jet-menu-itens>li:nth-child(n+9){display:flex;padding:0;border:none}.jet-menu .allDepartmens .jet-menu-itens>li:nth-child(9){border-top:5px solid #f7bd00}.jet-menu .allDepartmens>span{color:var(--white);padding:13px 2px;display:flex;align-items:center;text-transform:uppercase}.jet-menu .allDepartmens .jet-item>.title{font-weight:600;width:fit-content}.jet-menu .allDepartmens .jet-item .submenu{position:absolute;top:0;box-shadow:none;padding:0;height:100%;background:var(--white);left:225px;width:calc(100% - 225px);display:none;border-top:5px solid #daa600}.jet-menu .allDepartmens .jet-item .submenu ul>li{width:50%;padding:0 10px}@media screen and (min-width:991px){.jet-menu .allDepartmens .jet-item:hover>.submenu{display:block}}.jet-menu .allDepartmens .jet-item.has-submenu>a{position:relative;width:100%;display:block}.jet-menu .allDepartmens .jet-item.has-submenu>a::after{content:"";position:absolute;width:20px;height:100%;background:url(/assets/icons/triangle.svg) center no-repeat;background-size:8px}@media screen and (min-width:991px){.jet-menu .allDepartmens .jet-item.has-submenu:hover a::after{transform:rotate(180deg)}}.jet-menu .allDepartmens .submenu{top:46px;width:100%;background:0 0;border:none;padding:0}.jet-menu .allDepartmens .submenu .submenu a{border:none}.jet-menu .allDepartmens .submenu .submenu a:hover{color:var(--mainBlue)}@media screen and (max-width:991px){.menu-area{position:fixed;z-index:99;top:0;height:100%;width:100%;background:#0b4d99;left:-110%;transition:ease-in-out .3s}.menu-area.active{left:0}.menu-area.active .jet-menu .submenu{display:block}.menu-area #closeMenu{border:none;background:0 0;color:var(--white);font-size:13px;font-weight:700;text-transform:uppercase;width:50%;text-align:left}.menu-area .links-area{display:flex!important;align-items:center;color:var(--white);font-weight:700;font-size:16px;gap:12px;padding:14px 5px;flex-wrap:wrap;background:#094181}.menu-area .links-area .welcome{display:flex;align-items:center;gap:2px}.menu-area .links-area .jet-user-login{font-size:13px;text-transform:uppercase}.menu-area .links-area .content-login{display:none}.jet-menu{padding:0;background:0 0;height:calc(100% - 70px)}.jet-menu .titleSection{display:flex;font-size:18px;text-transform:uppercase;color:var(--mainBlue);font-weight:700;justify-content:center;position:relative}.jet-menu .titleSection .closeMenu{border:none;position:absolute;left:0;top:1px}.jet-menu>nav{height:100%}.jet-menu>nav>.jet-menu-itens>.jet-item:nth-child(n+10){display:block}.jet-menu .jet-menu-itens{display:block;height:100%;overflow-y:scroll;width:100%}.jet-menu .jet-menu-itens>li{position:initial;border-bottom:1px solid rgba(0,0,0,.13)}.jet-menu .jet-menu-itens>li.has-submenu{position:relative}.jet-menu .jet-menu-itens>li.has-submenu>a::after{content:"";position:absolute;width:15px;height:15px;top:14px;background:url(/assets/icons/arrow.svg) center no-repeat;background-size:10px;transform:rotate(90deg);right:10px;transition:ease-in-out .3s}.jet-menu .jet-menu-itens>li.has-submenu>a.active::after{transform:rotate(270deg)}.jet-menu .jet-menu-itens>li.has-submenu .has-submenu>.title{line-height:44px}.jet-menu a{background:0 0;color:var(--white);border-radius:5px;padding:12px 10px;font-size:14px}.jet-menu a.active{border-bottom-left-radius:0;border-bottom-right-radius:0}.jet-menu span{background:0 0;color:var(--white);border-radius:5px;padding:12px 10px;font-size:14px}.jet-menu .submenu:not(.last){position:relative;display:block;top:0;padding-top:0;box-shadow:none;background:#094181;height:100%;width:100%;max-height:0;overflow:hidden;border:none;padding:0;transition:ease-in-out .3s}.jet-menu .submenu:not(.last)>.container{flex-direction:column}.jet-menu .submenu:not(.last)>.container>ul{padding:0 10px}.jet-menu .submenu:not(.last) img{width:100%;height:auto}.jet-menu .submenu:not(.last).active{padding:18px 0;border-top:5px solid #f7bd00;max-height:9999px}.jet-menu .submenu.last{visibility:visible;opacity:1;background:0 0;border-color:rgba(34,36,38,.15)}.jet-menu .submenu.last ul a{color:var(--white)}.jet-menu .submenu ul>li{width:100%}.jet-menu .submenu a{color:var(--white);line-height:20px}.jet-menu .submenu a.seeAll{padding-left:10px;text-decoration:underline;margin-top:5px}}@media screen and (min-width:991px) and (max-width:1300px){.jet-menu .allDepartmens>.submenu{padding:2px 0}.jet-menu .allDepartmens .jet-menu-itens a{padding:4.2px 25px}}@media screen and (min-width:1200px) and (max-width:1300px){.jet-menu>nav>.jet-menu-itens>.jet-item.brands li a{line-height:25px}}.review-stars{border-bottom:1px solid var(--black);padding-bottom:7px;cursor:pointer}.review-stars .rating{display:flex;justify-content:flex-end;gap:5px}.review-stars .rating>span{width:12px;height:12px;background:url(/assets/icons/star2.svg) center no-repeat;background-size:contain;opacity:.3}.review-stars .rating>span.active{opacity:1}.shareBox{margin-top:30px}.shareBox>.title{display:block;font-size:14px;margin-bottom:10px}.jet-product-brand img{display:none}.jet-product-brand .brand-name{font-weight:700;color:var(--mainBlue);font-size:14px;margin-top:5px;display:block}.jet-product-brand a{width:fit-content;display:block}@font-face{font-family:Paint;src:url(/assets/fontes/paint/PaintBrushScript-Regular.woff) format("woff");font-style:normal;font-display:swap}.jet-product-buy-together{display:flex;flex-direction:row;flex-wrap:wrap;align-items:start;margin-top:50px;margin-bottom:50px}.jet-product-buy-together .buy-together-title{letter-spacing:1px;text-transform:uppercase;font-weight:700;color:var(--mainBlue);font-size:18px;display:block;width:100%;margin-bottom:20px}@media only screen and (max-width:991px){.jet-product-buy-together .buy-together-title{font-size:20px;padding-left:15px;margin-top:30px}.jet-product-buy-together .buy-together-title::after{font-size:60px}}.jet-product-buy-together .products-together{flex:2}@media only screen and (max-width:991px){.jet-product-buy-together .products-together{flex:none;width:100%;display:flex;flex-direction:column}}@media only screen and (max-width:991px){.jet-product-buy-together .products-together{flex:none;width:100%;display:flex;flex-direction:column}}.jet-product-buy-together .products-together ul{padding:0;list-style:none;display:flex;flex-wrap:wrap;flex-direction:column}.jet-product-buy-together .products-together ul li{position:relative;padding:var(--space-md);background:var(--white)}.jet-product-buy-together .products-together ul li+li{margin-top:20px}.jet-product-buy-together .products-together ul li .jet-card{padding:0}.jet-product-buy-together .products-together ul li .jet-card:hover{border-color:transparent}.jet-product-buy-together .products-together ul li .jet-card .price::after{display:none}.jet-product-buy-together .products-together ul li .jet-card .product-values::after{display:none}.jet-product-buy-together .products-together ul li .jet-card .jet-container{flex-direction:row;align-items:center;height:100%;display:flex}@media only screen and (max-width:991px){.jet-product-buy-together .products-together ul li .jet-card .jet-container{gap:var(--space-md);flex-wrap:wrap}}.jet-product-buy-together .products-together ul li .jet-card .jet-container .content{margin:0;position:relative;visibility:visible;opacity:1;top:0;padding-left:0;background:0 0}.jet-product-buy-together .products-together ul li .jet-card .jet-container .content.product-buy{order:3}.jet-product-buy-together .products-together ul li .jet-card .jet-container .content.data{text-align:left;width:calc(100% - 470px);order:2;margin-left:40px}@media only screen and (max-width:991px){.jet-product-buy-together .products-together ul li .jet-card .jet-container .content{flex:1 1 auto;padding-top:0}.jet-product-buy-together .products-together ul li .jet-card .jet-container .content.data{text-align:left;width:calc(100% - 110px);margin-left:0;padding:0}}.jet-product-buy-together .products-together ul li .jet-card .jet-container .content.images{justify-content:center;width:200px;position:relative;order:1}.jet-product-buy-together .products-together ul li .jet-card .jet-container .content.images .product-image{height:auto;max-width:200px;height:auto}@media only screen and (max-width:991px){.jet-product-buy-together .products-together ul li .jet-card .jet-container .content.images .product-image{max-width:120px;margin:auto}.jet-product-buy-together .products-together ul li .jet-card .jet-container .content.images .product-image>a{height:170px}}.jet-product-buy-together .products-together ul li .jet-card .jet-container .product-name{font-weight:700;font-size:var(--font-md);color:var(--textBody);line-height:var(--font-lg);display:block;margin-bottom:var(--space-md)}.jet-product-buy-together .products-together ul li .jet-card .jet-container .product-variation .reference{display:flex;margin-top:20px;gap:15px 10px;flex-wrap:wrap}.jet-product-buy-together .products-together ul li .jet-card .jet-container .product-variation .reference .title{text-transform:uppercase;font-size:14px;letter-spacing:1.5px;font-weight:600;width:100%}.jet-product-buy-together .products-together ul li .jet-card .jet-container .product-variation .reference .variation-text{padding:4px 10px;border:1px solid #dededf;font-size:12px;cursor:pointer}.jet-product-buy-together .products-together ul li .jet-card .jet-container .product-variation .reference .variation-color{width:30px;height:30px;display:block;cursor:pointer;border:1px solid transparent}.jet-product-buy-together .products-together ul li .jet-card .jet-container .product-variation .reference .active>.variation-text{border-color:var(--black)}.jet-product-buy-together .products-together ul li .jet-card .jet-container .product-variation .reference .active>.variation-color{border-color:var(--mainBlue)}.jet-product-buy-together .products-together ul li .jet-card .jet-container button{outline:0;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;padding:0 20px;height:35px;font-size:12px;font-weight:700;border:none;border-radius:5px}.jet-product-buy-together .products-together ul li .jet-card .jet-container button.add-together{background-color:var(--mainBlue);color:var(--white)}.jet-product-buy-together .products-together ul li .jet-card .jet-container button.add-together.selected{background-color:var(--black);color:var(--white)}.jet-product-buy-together .products-together ul li .jet-card .jet-container button.disabled{background-color:var(--bgButtonSecondary);color:var(--colorButtonSecondary);border-color:var(--bgBorderSecondary);cursor:default}.jet-product-buy-together .products-together ul li .jet-card .jet-container button.disabled .text-add{color:var(--colorButtonSecondary)}.jet-product-buy-together .products-together ul li .jet-card .jet-container button.sold-together{background-color:var(--bgButtonSecondary);color:var(--colorButtonSecondary);border:1px solid var(--bgBorderSecondary)}.jet-product-buy-together .products-together ul li .jet-card .add-wish{top:35px}@media only screen and (max-width:991px){.jet-product-buy-together .products-together ul li+li{margin-top:20px;padding-top:30px}.jet-product-buy-together .products-together ul li .jet-card .product-buy{text-align:center;margin-bottom:10px}}.jet-product-buy-together .result-buy-together{width:100%;flex:1;padding:0 var(--space-lg);margin-top:var(--space-md);position:sticky;top:165px}@media only screen and (max-width:991px){.jet-product-buy-together .result-buy-together{margin-bottom:var(--space-xl);position:relative;top:0}}.jet-product-buy-together .result-buy-together .title-result{font-weight:600;font-size:var(--font-md);position:relative;padding-bottom:var(--space-md)}.jet-product-buy-together .result-buy-together .title-result::after{content:"";width:100%;position:absolute;height:1px;left:0;z-index:0;bottom:0;box-shadow:0 1px 0 var(--textBody);opacity:.15}.jet-product-buy-together .result-buy-together .item{position:relative;padding:var(--space-md) 0;justify-content:space-between;display:flex}.jet-product-buy-together .result-buy-together .item::after{content:"";width:100%;position:absolute;height:1px;left:0;z-index:0;bottom:0;box-shadow:0 1px 0 var(--textBody);opacity:.15}.jet-product-buy-together .result-buy-together .item.total{font-weight:600}.jet-product-buy-together .result-buy-together button{padding:var(--space-md) var(--space-lg);font-weight:600;font-size:var(--font-md);width:100%;border:0;outline:0;text-transform:uppercase;cursor:pointer;margin-top:var(--space-md);background-color:var(--colorButton);color:var(--bgButton);border:1px solid var(--bgBorder);border-radius:5px}.jet-product-buy-together .result-buy-together button.disabled{opacity:.5;cursor:default}@media only screen and (max-width:991px){.jet-product-buy-together{margin-top:0}}.jet-product-images{display:flex;flex-direction:column-reverse;position:relative}.jet-product-images .thumbs{position:absolute;top:0;left:0;width:100px}.jet-product-images .thumbs .jet-container{display:inherit}.jet-product-images .thumbs .jet-container:not(.tns-slider){display:flex;gap:5px;flex-direction:column}.jet-product-images .thumbs .jet-children{max-width:143px;position:relative}.jet-product-images .thumbs .jet-children a{display:flex;align-items:center;height:100%}.jet-product-images .thumbs .jet-children img{width:100%;height:auto;border:1px solid #ececec;border-radius:0;max-width:77px}.jet-product-images .thumbs .thumbs-icon{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.jet-product-images .thumbs .thumbs-icon svg{width:50px;height:50px}.jet-product-images .image-container{width:100%;background:var(--white);display:flex;justify-content:space-around;border-radius:10px;padding:15px;margin-bottom:20px;padding-left:100px}.jet-product-images .image-container a[href="#"]{pointer-events:none}.jet-product-images .image-container .image:has(.video-full){width:100%}.jet-product-images .image-container .image .video-full{width:100%}@media screen and (min-width:991px){.jet-product-images .image-container .image .video-full iframe{height:477px}}.jet-product-images .image-container img{width:100%;height:auto}@media screen and (min-width:991px){.jet-product-images .image-container>.image{position:relative}}.jet-product-images .video-full+div{display:none}.jet-product-images .tns-controls{top:auto;bottom:-20px}.jet-product-images .tns-controls [aria-controls]{background:url(/assets/icons/arrow.svg) center no-repeat;background-size:18px;width:20px;height:20px;filter:invert(1);right:28px;transform:rotate(90deg);bottom:0;top:auto}.jet-product-images .tns-controls [aria-controls][data-controls=prev]{left:10px;transform:rotate(-90deg)}.jet-product-images .tns-controls [aria-controls]:hover{transform:rotate(90deg)}.jet-product-images .tns-controls [aria-controls]:hover[data-controls=prev]{transform:rotate(-90deg)}@media screen and (max-width:991px){.jet-product-images .thumbs{position:relative;width:100%}.jet-product-images .thumbs .jet-container{display:flex;width:100%!important;justify-content:center}.jet-product-images .thumbs .jet-container:not(.tns-slider){display:flex;gap:5px;flex-direction:row}.jet-product-images .thumbs .jet-children{max-width:70px}.jet-product-images .image-container{margin-bottom:10px;padding:0}}.active-zoom .zoom-container{opacity:1;width:100%;height:100%;visibility:visible}body>.zoom-container{width:100%;height:100%;opacity:1;visibility:visible;position:fixed;left:0;z-index:9999}.zoom-container{position:absolute;background-repeat:no-repeat;position:absolute;z-index:11;width:0;opacity:0;height:0;visibility:hidden;top:0;background-color:#efefef}.jet-product-grouping .title-grouping{display:block;margin-bottom:10px;margin-top:10px}.jet-product-grouping ul{display:flex;gap:5px;flex-wrap:wrap}.jet-product-grouping ul li a span,.jet-product-grouping ul li div span{border:1px solid var(--black);border-radius:5px;padding:3px 10px;display:block}.jet-product-grouping ul li a span.grouping-color,.jet-product-grouping ul li div span.grouping-color{min-height:30px;min-width:30px;border:2px solid transparent}.jet-product-grouping ul .active span{background:var(--black);color:var(--white)}.jet-product-grouping ul .active span.grouping-color{border:2px solid var(--black)}.title-product-kit .title{font-size:14px;display:block;margin-bottom:10px}.kit-products{display:flex;flex-wrap:wrap;margin-bottom:20px;gap:5px}.kit-products>.content{width:calc(25% - 4px);padding:6px;background:var(--white);border-radius:10px}.kit-products img{height:auto;max-height:100px;width:auto;margin:auto;display:block}.kit-products .name-product{font-size:12px;line-height:15px;display:block;margin-top:7px;margin-bottom:8px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow-y:hidden;display:-webkit-box}.kit-products .reference .variations{font-size:12px;display:flex;flex-direction:column;margin:7px 0 0;gap:2px}.kit-products .reference .variations .variation{width:fit-content}.kit-products .quantity{display:block;margin-top:4px;font-size:12px}.kit-products .product-price .old-price{color:#666;text-decoration:line-through;font-size:10px}.kit-products .product-price .best-price{font-weight:700;display:block;color:var(--mainBlue)}@media screen and (max-width:991px){.kit-products>.content{width:33.3333333333%}}.jet-product-rating-list{margin-top:24px}.jet-product-rating-list .no-rating{margin-bottom:var(--space-lg);display:block}.jet-product-rating-list .rating{display:flex;flex-direction:column;font-size:var(--font-md);padding:var(--space-lg);position:relative;box-shadow:0 0 1px}.jet-product-rating-list .rating .info-author{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:var(--space-md)}.jet-product-rating-list .rating .info-author .name-author{font-size:var(--font-lg);width:100%}.jet-product-rating-list .rating .info-author .city{display:none}.jet-product-rating-list .rating .info-author .email{order:1}.jet-product-rating-list .rating .info-author .rating-author{display:flex}.jet-product-rating-list .rating .info-author .rating-author span{display:inline-block;width:20px;height:15px;color:var(--textBody)}.jet-product-rating-list .rating .info-author .rating-author span:before{content:"";display:flex;align-items:center;justify-content:center;width:14px;height:14px;background:url(/assets/icons/star2.svg) center no-repeat;background-size:contain;opacity:.2}.jet-product-rating-list .rating .info-author .rating-author span.active:before{background:url(/assets/icons/star2.svg) center no-repeat;background-size:contain;opacity:1}.jet-product-rating-list .rating+.rating{padding-top:var(--space-md);margin-top:var(--space-md)}.jet-product-rating-list .rating .description{margin-top:var(--space-md)}.jet-product-rating-list .rating .description .description-title{display:block;margin-bottom:var(--space-md)}.jet-product-rating-registration{display:flex;flex-direction:column;align-items:center;justify-content:center}.jet-product-rating-registration form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.jet-product-rating-registration form .container-form{width:100%}.jet-product-rating-registration form .container-form .container-field{position:relative;margin-bottom:var(--space-md)}.jet-product-rating-registration form .container-form .container-field label{display:block;font-weight:600;font-size:var(--font-md)}.jet-product-rating-registration form .container-form .container-field input:not([type=checkbox]):not([type=radio]),.jet-product-rating-registration form .container-form .container-field select,.jet-product-rating-registration form .container-form .container-field textarea{border:0;position:relative;padding:var(--space-md);font-size:var(--font-md);margin:var(--space-sm) auto 0;width:100%;appearance:textfield;color:var(--textBody);box-shadow:0 0 1px}@media only screen and (max-width:764px){.jet-product-rating-registration form .container-form .container-field input:not([type=checkbox]):not([type=radio]),.jet-product-rating-registration form .container-form .container-field select,.jet-product-rating-registration form .container-form .container-field textarea{font-size:var(--font-lg)}}.jet-product-rating-registration form .container-form .container-field select option[value]{background-color:var(--bgBody);color:var(--textBody)}.jet-product-rating-registration form .container-form .container-field.city{display:inline-block;position:relative;width:calc(50% - var(--space-md));margin-right:var(--space-md)}@media only screen and (max-width:764px){.jet-product-rating-registration form .container-form .container-field.city{width:100%}}.jet-product-rating-registration form .container-form .container-field.state{width:50%;display:inline-block;position:relative}@media only screen and (max-width:764px){.jet-product-rating-registration form .container-form .container-field.state{width:100%}}.jet-product-rating-registration form .container-form .container-field.title{display:inline-block;position:relative;width:calc(50% - var(--space-md));margin-right:var(--space-md)}@media only screen and (max-width:764px){.jet-product-rating-registration form .container-form .container-field.title{width:100%}}.jet-product-rating-registration form .container-form .container-field.rating{width:50%;display:inline-block;position:relative}@media only screen and (max-width:764px){.jet-product-rating-registration form .container-form .container-field.rating{width:100%}}.jet-product-rating-registration form .container-form .container-field.rating .rate ul{list-style:none;padding:0}.jet-product-rating-registration form .container-form .container-field.rating .rate ul li{display:inline-block;padding:0 var(--space-sm);position:relative}.jet-product-rating-registration form .container-form .container-field.rating .rate ul li input{display:inline-block;width:20px;height:15px;margin:0;position:relative;-webkit-appearance:none;appearance:none;border-radius:5px;cursor:pointer}.jet-product-rating-registration form .container-form .container-field.rating .rate ul li input:before{content:"";display:flex;align-items:center;justify-content:center;width:14px;height:14px;background:url(/assets/icons/star.svg) center no-repeat;background-size:contain;filter:brightness(0);opacity:.5}.jet-product-rating-registration form .container-form .container-field.rating .rate ul li input.active:before{filter:brightness(1);opacity:1}.jet-product-rating-registration form .container-form .container-field.show-email{display:flex;flex-direction:row;align-items:center}.jet-product-rating-registration form .container-form .container-field.show-email label{margin-left:var(--space-md)}.jet-product-rating-registration form .container-form button{background-color:var(--colorButton);color:var(--bgButton);padding:var(--space-md) var(--space-lg);font-weight:600;font-size:var(--font-md);border:1px solid var(--bgBorder);outline:0;border-radius:5px;text-transform:uppercase;cursor:pointer;margin-top:var(--space-sm)}.also-section>.container,.related-section>.container{position:relative}.also-section .title-container,.related-section .title-container{font-size:20px;margin-bottom:20px;display:block;margin-top:40px}.also-section .jet-children,.related-section .jet-children{gap:15px}.also-section .jet-children:not(.tns-slider),.related-section .jet-children:not(.tns-slider){display:flex}.also-section .jet-children:not(.tns-slider)>.jet-card,.related-section .jet-children:not(.tns-slider)>.jet-card{width:20%}.also-section .jet-children:not(.tns-slider)>.jet-card:nth-child(n+6),.related-section .jet-children:not(.tns-slider)>.jet-card:nth-child(n+6){display:none}@media screen and (max-width:764px){.also-section .jet-children:not(.tns-slider)>.jet-card:nth-child(n+1),.related-section .jet-children:not(.tns-slider)>.jet-card:nth-child(n+1){display:none}}.jet-modal.totalShipping .jet-modal-content{max-width:535px}.jet-modal.totalShipping table{border-collapse:collapse}.jet-modal.totalShipping table tr:nth-child(even){background:#ebebeb}.jet-modal.totalShipping table td{padding:4px 10px}.jet-modal.totalShipping thead th:nth-child(2){min-width:95px}.mainBox>.ui.container{display:flex;gap:25px}.mainBox>.ui.container>.left{width:calc(57% - 25px)}.mainBox>.ui.container>.right{display:flex;flex-direction:column;gap:25px;width:43%}.mainBox .box{border:1px solid #d4d4d5;border-bottom:5px solid #ddd;border-radius:0;background:var(--white);padding:25px 15px 15px 15px;display:flex;flex-direction:column;gap:12px}.mainBox .two-column{display:flex;justify-content:space-between}.mainBox .bottomBox{background:#f3f3f3;width:calc(100% + 30px);margin-left:-15px;padding:15px}.mainBox .bottomBox>div>.right.full{width:100%;text-align:center}@media screen and (max-width:991px){.mainBox>.ui.container{flex-direction:column}.mainBox>.ui.container>.left{width:100%;padding:0 10px}.mainBox>.ui.container>.left img{width:100%}.mainBox>.ui.container>.left .two-column{margin-top:10px;margin-bottom:20px;flex-direction:row}.mainBox>.ui.container>.left .jet-product-name{font-size:20px;margin:0}.mainBox>.ui.container .right{width:100%;padding:0 10px}.mainBox>.ui.container .right .box{width:100%}.mainBox .box.transparent{padding:0;background:0 0}.mainBox .box.transparent>.two-column{padding:15px 0 20px}.mainBox .two-column{flex-direction:column;text-align:center;gap:30px}.mainBox .bottomBox{width:100%;margin:0}}.jet-product-name{font-size:22px;margin:0;color:#464842;font-weight:600}.jet-product-sku{font-weight:500;color:#666;margin-top:5px;display:block;font-size:12px}.jet-product-sku::before{content:"Ref: "}.jet-product-rating{display:none;align-items:center;position:relative;top:3px;gap:5px}.jet-product-rating .rating{display:flex;gap:5px}.jet-product-rating .rating span{width:12px;height:12px;background:url(/assets/icons/star.svg) center no-repeat;background-size:contain;filter:grayscale(1);opacity:.5}.jet-product-rating .rating span.active{opacity:1;filter:none}.jet-product-quantity{display:flex!important;flex-wrap:wrap}.jet-product-quantity::before{content:"Quantidade:";display:block;width:100%;margin-bottom:7px;text-transform:uppercase;font-size:14px}.jet-product-quantity button,.jet-product-quantity input{border:1px solid #ececec;width:38px;height:34px;text-align:center;background:0 0;padding:0;background:var(--white)}.jet-product-quantity button{color:var(--black);font-weight:700;font-size:22px;background:#e0e1e2}.jet-product-quantity button.minus{border-top-left-radius:5px;border-bottom-left-radius:5px}.jet-product-quantity button.plus{background:#767676;color:var(--white);border-top-right-radius:5px;border-bottom-right-radius:5px}.jet-product-quantity input{border-left:none;border-right:none}@media screen and (max-width:991px){.jet-product-quantity{justify-content:center}}.jet-product-prices.sold{display:none}.jet-product-prices .old-price{text-decoration:line-through;color:#999}.jet-product-prices .best-price{font-weight:900;display:block;color:#696969;font-size:14px}.jet-product-prices .best-price::before{content:"ou ";font-size:14px;font-weight:400;color:#999}.jet-product-prices .best-price::after{content:" em até";font-size:14px;font-weight:400;color:#999}@media screen and (max-width:764px){.jet-product-prices .best-price{margin-bottom:5px}}.jet-product-prices .installment{font-size:14px;color:#999}.jet-product-add-cart .btn-one-click{display:none}.jet-product-add-cart{min-width:260px}.jet-product-add-cart .add-cart{height:36px;width:100%;border:none;border-radius:5px;background:#59b200;color:var(--white);font-weight:700;font-size:14px;text-transform:uppercase}.jet-product-add-cart .btn-sold{display:none}.jet-product-add-cart .container-message{display:flex;flex-direction:column;gap:20px;text-align:center;padding:10px;border:1px dashed #ccc}.jet-product-add-cart .btn-alert-me{border:none;background:var(--black);color:var(--white);height:40px;border-radius:5px}.mainBox .jet-wishlist-add{cursor:pointer;font-size:13px;margin-top:15px}.mainBox .jet-wishlist-add .add-wish,.mainBox .jet-wishlist-add .remove-wish{text-align:center}.mainBox .jet-wishlist-add .add-wish::before,.mainBox .jet-wishlist-add .remove-wish::before{content:"";display:inline-block;width:20px;height:20px;background:url(/assets/icons/heart.svg) center no-repeat;background-size:12px;vertical-align:-5px;margin-right:0}.mainBox .jet-wishlist-add .remove-wish{text-align:center}.mainBox .jet-wishlist-add .remove-wish::before{background:url(/assets/icons/heart-filled.svg) center no-repeat;background-size:12px}.payment-form-title{display:block;font-size:15px;position:relative;cursor:pointer}.payment-form-title::before{content:"";display:inline-block;width:20px;height:20px;background:url(/assets/icons/credit-card.svg) center no-repeat;background-size:contain;vertical-align:-5px}.payment-form-title::after{content:"";width:20px;height:20px;background:url(/assets/icons/angle-menu.svg) center no-repeat;position:absolute;right:0;background-size:18px;transform:rotate(90deg);filter:brightness(0);transition:all .3s}.payment-form-title.active::after{transform:rotate(-90deg)}@media screen and (max-width:991px){.payment-form-title{font-size:12px}}.jet-product-payment-methods{display:none}.jet-product-payment-methods.active{display:block}.jet-product-payment-methods .payment-info ul,.jet-product-payment-methods .payment-method-icon,.jet-product-payment-methods .payment-method-item.selected>span{display:none}.jet-product-payment-methods .payment-info ul.active{display:block}.jet-product-payment-methods .payment-methods{padding:20px}.jet-product-payment-methods .payment-methods>.list{min-height:30px;line-height:30px}.jet-product-payment-methods .payment-name{font-size:16px;cursor:pointer;width:100%;display:block;position:relative}.jet-product-payment-methods .payment-name::before{content:"";display:inline-block;width:20px;height:20px;background:url(/assets/icons/credit-card.svg) center no-repeat;background-size:contain;vertical-align:-5px}.jet-product-payment-methods .payment-name::after{content:"";width:20px;height:20px;background:url(/assets/icons/angle-menu.svg) center no-repeat;position:absolute;right:0;background-size:18px;transform:rotate(90deg);filter:brightness(0);transition:all .3s}.jet-product-payment-methods .payment-name.active::after{transform:rotate(-90deg)}.jet-product-payment-methods .number-installment,.jet-product-payment-methods .value-installment{font-weight:700;font-size:14px}.jet-product-payment-methods .tax-installment::after{content:")"}.jet-product-payment-methods .tax-installment::before{content:" ("}.jet-product-payment-methods .total-installment{display:block;margin-top:-10px;color:#c5c7c9}@media screen and (max-width:991px){.jet-product-payment-methods .payment-name{font-size:12px}}.payment-method-content{display:none}.jet-product-freight-calculation{display:flex;gap:10px;flex-direction:column}.jet-product-freight-calculation .freight-input+a{display:none}.jet-product-freight-calculation .freight-input input{height:40px;background:0 0;border:1px solid #afafaf;border-right:none;padding:0 20px;border-radius:5px 0 0 5px}.jet-product-freight-calculation .freight-input button{background:var(--mainBlue);color:var(--white);border:none;height:40px;width:62px;font-weight:700;border-radius:0 5px 5px 0}@media screen and (min-width:991px){.jet-product-freight-calculation .freight-input{text-align:right}}.jet-product-freight-calculation .shipping-title{font-size:13px;padding-top:0;text-transform:uppercase}@media screen and (min-width:991px){.jet-product-freight-calculation .shipping-title{text-align:right}}.jet-product-freight-calculation .result{margin-top:20px;display:none}.jet-product-freight-calculation .result table{border-collapse:collapse}.jet-product-freight-calculation .result th{min-width:100px;height:30px;text-align:left}.jet-product-freight-calculation .result td{height:40px}.jet-product-freight-calculation .result th{border-bottom:1px solid #ececec}.jet-product-freight-calculation .result table tr+tr td{padding-top:5px;border-top:1px solid #ececec}@media screen and (min-width:991px){.jet-product-freight-calculation .result{max-width:340px}}@media screen and (max-width:991px){.jet-product-freight-calculation{flex-direction:column}.jet-product-freight-calculation .shipping-title{font-size:12px}.jet-product-freight-calculation .freight-input+a{margin-top:10px;font-size:12px}}.description-box{margin-top:50px}.description-box .jet-product-description ul{list-style:disc;padding-left:30px}.description-box strong{font-weight:900}.description-box .two-column{display:flex;gap:30px}.description-box .two-column>.column{flex:1}.description-box .title-area{display:flex;position:relative}.description-box .title-area::after{content:"";position:absolute;height:2px;width:100%;bottom:0;left:0;background:#d5d5d6}.description-box .title-area button{border:none;background:0 0;height:40px;text-transform:uppercase;font-size:14px;padding:0 15px}.description-box .title-area button.active{font-weight:700;border-bottom:2px solid var(--mainBlue);position:relative;z-index:2;color:var(--mainBlue)}.description-box .box-area>div{padding:15px}.description-box .box-area>div:not(.active){display:none}@media screen and (max-width:991px){.description-box>.container{width:calc(100% - 40px)!important;margin-left:20px}.description-box .title-area{flex-direction:column;align-items:baseline}.description-box .title-area button.active{border-left:2px solid var(--mainBlue);border-bottom:none}.description-box .two-column{flex-direction:column}}.content.product-variations{margin-top:10px;margin-bottom:10px}.content.product-variations .title{font-size:14px}.content.product-variations .variations{display:flex;gap:5px}.content.product-variations .variation-color{width:30px;height:30px;display:block;border:1px solid #ececec;border-radius:4px;cursor:pointer}.content.product-variations .active .variation-color{border-color:var(--mainBlue)}.textDiscount{display:none}.valueDiscount{font-size:36px;line-height:25px;color:var(--mainBlue);display:flex;flex-direction:column;gap:10px;font-weight:600}.valueDiscount::after{content:" no PIX ou Boleto com 5% de desconto";font-weight:600;font-size:14px;margin-bottom:10px}.desc,.descriptionDiscount{display:none}.maxInterestFreeInstallment{position:relative;bottom:19px;left:138px}@media screen and (max-width:764px){.maxInterestFreeInstallment{position:initial}}.installment-price{margin-left:3px;font-weight:900;color:#696969}.installment-price::before{content:"de";font-size:14px;font-weight:400;color:#999;margin-right:3px}.installment-price::after{content:" Sem Juros";font-size:14px;font-weight:400;color:#999}.title-department{font-size:24px;margin:42px 0 0}@media screen and (max-width:991px){.title-department{padding-left:10px;margin-top:10px}}.jet-title-page{font-size:21px;text-transform:uppercase;color:var(--mainBlue)}.ui.breadcrumb{display:flex;margin-top:10px;font-size:14px;text-transform:uppercase;font-weight:700;color:var(--mainBlue)}.ui.breadcrumb li+li::before{content:"";display:inline-block;width:20px;height:20px;background:url(/assets/icons/arrow.svg) center no-repeat;background-size:6px;vertical-align:-6px;filter:brightness(0);opacity:.4}.ui.breadcrumb li a{color:var(--mainBlue)}.ui.breadcrumb li:first-child span{font-weight:400;color:var(--black)}@media screen and (max-width:991px){.ui.breadcrumb{overflow-y:scroll;padding-left:10px;scrollbar-width:none;-ms-overflow-style:none}.ui.breadcrumb::-webkit-scrollbar{display:none}.ui.breadcrumb>li{white-space:nowrap}}.breadcrumbs-area.pdp{margin-top:40px;margin-bottom:30px}@media screen and (max-width:991px){.breadcrumbs-area.pdp{margin-top:20px}}.newsletterBox{background:var(--mainBlue);padding:45px 0 55px;margin-top:60px}.newsletterBox .box{display:flex;align-items:center;max-width:960px;justify-content:space-between;margin:auto;flex-wrap:wrap;text-align:center}.newsletterBox .box>em{color:var(--white);font-size:12px;display:block;text-align:center;width:100%;margin-top:25px}.newsletterBox .box>em a{color:var(--white)}.newsletterBox .left{display:flex;flex-direction:column;color:var(--white);width:100%;margin-bottom:50px}.newsletterBox .left>strong{font-size:32px;text-transform:uppercase}.newsletterBox .left span{font-size:24px}.newsletterBox .right{width:100%}.newsletterBox .jet-news-itens{display:flex;align-items:center;flex-direction:column;gap:15px}.newsletterBox .jet-news-itens .jet-input{position:relative;width:100%}.newsletterBox .jet-news-itens .jet-input::before{content:"Nome";font-size:16px;text-align:left;display:block;margin-bottom:5px;color:var(--white)}.newsletterBox .jet-news-itens .jet-input:nth-child(2)::before{content:"E-mail*"}.newsletterBox .jet-news-itens .jet-input input{height:36px;padding:0 20px;border-radius:4px;border:none;width:100%;outline:0}.newsletterBox .jet-news-itens .jet-input input::placeholder{color:#8e8e8e}.newsletterBox .jet-news-itens .jet-button{height:58px;font-size:20px;text-transform:uppercase;background:#e9bd2b;border-radius:4px;border:none;width:100%;color:var(--mainBlue);font-weight:700;margin-top:10px}@media screen and (max-width:991px){.newsletterBox{padding:45px 0}.newsletterBox .box{flex-direction:column;gap:20px}.newsletterBox .box>em{padding:0 20px}.newsletterBox .right{width:100%;padding:0 20px}.newsletterBox .jet-news-itens{flex-direction:column;gap:10px}.newsletterBox .jet-news-itens .jet-input{width:100%}.newsletterBox .jet-news-itens .jet-input input{width:100%}.newsletterBox .jet-news-itens .jet-button{width:100%;height:54px}}footer{padding:60px 0 22px;font-size:14px;background:#ddd}footer .divider{display:block;margin:40px 0;height:1px;background:#c4c4c4}footer a,footer p,footer span,footer strong{display:block;min-height:30px;line-height:25px;color:#666;font-size:12px}footer p{margin:0}footer strong{color:#464842;margin-top:5px}footer a{color:#666;transition:ease-in-out .3s}footer a:hover{color:var(--mainBlue)}footer img.since{width:100%;height:auto;max-width:100px}footer .title-custom{font-weight:700;margin-bottom:10px;display:block;font-size:14px;color:var(--mainBlue);text-transform:uppercase}footer .box{display:flex;gap:30px;margin-bottom:30px}footer .box>.column{flex:1;padding-right:20px}footer .box>.column.about{min-width:30%}footer .box>.column.payments{flex:1.6}footer .box>.column.flags{flex:1.1}footer .box.second-line{justify-content:center;gap:100px;margin-top:50px}footer .box.second-line>.column{flex:none}footer .contact-box{display:flex;flex-direction:column}footer .contact-box a{display:flex;align-items:center;gap:8px}footer .contact-box a.contact{font-size:14px;text-transform:uppercase;font-weight:700;background:var(--mainBlue);color:var(--white);text-align:center;display:block;width:150px;height:36px;line-height:36px;border-radius:4px;margin-top:20px;transition:ease-in-out .3s}footer .contact-box a.contact:hover{background:#dea900}footer .jet-stamps .stamp-name{font-size:0;line-height:0;min-height:0}footer .jet-stamps img{max-height:85px;width:auto}footer .jet-payment-options .title-option{font-size:0;min-height:0;line-height:0}footer .jet-payment-options .content.options{display:flex;gap:5px;flex-wrap:wrap}footer .jet-payment-options img{width:40px;height:30px}footer .jet-payment-options .jet-column.debit{display:none}footer .jet-social-network ul{display:flex;gap:10px}footer .jet-social-network span{font-size:0;display:block;width:22px;height:22px}footer .jet-social-network span.facebook{background:url(/assets/icons/fb.svg) center no-repeat;background-size:22px}footer .jet-social-network span.youtube{background:url(/assets/icons/yt.svg) center no-repeat;background-size:22px}footer .jet-social-network span.linkedin{background:url(/assets/icons/linkedin.svg) center no-repeat;background-size:22px}footer .jet-social-network span.twitter{background:url(/assets/icons/twitter.svg) center no-repeat;background-size:22px}footer .jet-social-network span.instagram{background:url(/assets/icons/instagram.svg) center no-repeat;background-size:22px}footer .jet-social-network span.tiktok{background:url(/assets/icons/tiktok.svg) center no-repeat;background-size:22px}footer .jet-social-network span.whatsapp{background:url(/assets/icons/whatsapp.svg) center no-repeat;background-size:22px}footer .divider-hidden{display:block;margin:20px 0}footer .box.two .content.jet-column{display:flex;flex-direction:column-reverse;gap:30px}footer .box.two .jet-data-store{font-size:12px}footer .box.two .jet-data-store .data,footer .box.two .jet-data-store .data-address{display:flex;gap:5px}footer .box.two .data-complement{line-height:20px}footer .box.two>.column{flex:none}footer .box.two>.column.address{width:68%}footer .box.two>.column.flags{width:32%}footer .box.two .jet-stamps .stamps{display:flex;align-items:center;gap:10px}@media screen and (max-width:991px){footer{padding:32px 0}footer .box{flex-direction:column;padding:0 20px;gap:20px;margin-bottom:0}footer .box>.column{padding:0}footer .box.two>.column.address{width:100%;padding:0}footer .box.two>.column.flags{width:100%}footer .box.two>.column.flags .jet-stamps .stamps{justify-content:center}footer .box.four{gap:0}footer .box.four .title-custom{margin-top:15px}footer .box.four .title-custom:not(.noToggle){padding-bottom:0;position:relative;text-align:center}footer .box.four .title-custom:not(.noToggle)::after{content:"";font-size:20px;position:absolute;top:5px;right:0;width:15px;height:15px;background:url(/assets/icons/arrow-blue.svg) center no-repeat;background-size:10px;transform-origin:center;transform:rotate(90deg);transition:ease-in-out .3s}footer .box.four .title-custom:not(.noToggle)+.custom-itens{padding-bottom:20px;text-align:center}footer .box.four .title-custom.active:not(.noToggle)::after{transform:rotate(270deg)}footer .contact-box a{justify-content:center}footer .contact-box a.contact{margin:20px auto 0}footer .title-custom{padding-bottom:12px}footer .title-custom.noToggle{text-align:center}footer .title-custom.active::after{transform:rotate(180deg)}footer .title-custom.no-line{border:none}footer .title-custom.no-line::after{display:none}footer .title-custom:not(.noToggle)+.custom-itens{display:none}footer .contact-box{text-align:center;align-items:center}footer .jet-payment-options .content.options,footer .jet-social-network ul{justify-content:center}footer .column.stamps-box{align-items:center}footer .column.stamps-box .title-custom{border-bottom:none;text-align:center}footer .column.stamps-box .title-custom::after{display:none}footer .column.stamps-box .custom-itens{display:flex;justify-content:center}footer .column.stamps-box .stamps{display:flex;justify-content:center}footer .custom-itens.working>svg{height:25px}footer .custom-itens.working>.crop{width:calc(100% - 50px);padding-left:5px}footer .custom-itens.working>*{display:inline-block;vertical-align:middle}footer .jet-data-store span{display:inline}footer .jet-data-store .data{display:block;text-align:center;padding:0 10px}footer .jet-data-store .data>*{display:inline;padding-left:5px}footer .jet-data-store .data-address>:not(:first-child){display:inline;padding-left:5px}}.jet-showcase>.group-container>.jet-container,.jet-showcase>.jet-container{position:relative}.jet-showcase .group-title,.jet-showcase .title-container{font-size:16px;font-weight:700;display:block;margin:40px auto 25px;text-transform:uppercase;color:var(--mainBlue);text-align:center;position:relative}.jet-showcase .group-title::before,.jet-showcase .title-container::before{content:"";position:absolute;width:100%;height:4px;top:calc(50% - 2px);left:0;background:#eee}.jet-showcase .group-title span,.jet-showcase .title-container span{position:relative;background:var(--white);padding:0 20px}.jet-showcase .group-title span::before,.jet-showcase .title-container span::before{content:"";display:inline-block;width:50px;height:50px;background:url(/assets/title-icon.webp) center no-repeat;background-size:50px;vertical-align:-20px;margin-right:10px}.jet-showcase .tns-slider{padding:1px 0}.jet-showcase .tns-nav{display:none}.jet-showcase .tns-ovh{padding:0}.jet-showcase .jet-children .tns-item{opacity:0;visibility:hidden;transition:ease-in-out .3s}.jet-showcase .jet-children .tns-item.tns-slide-active{opacity:1;visibility:visible}.jet-showcase .jet-children:not(.tns-slider){display:flex}.jet-showcase .jet-children:not(.tns-slider)>.jet-card,.jet-showcase .jet-children:not(.tns-slider)>.jet-item{flex:1;max-width:20%}.jet-showcase .jet-children:not(.tns-slider)>.jet-card:nth-child(n+6),.jet-showcase .jet-children:not(.tns-slider)>.jet-item:nth-child(n+6){display:none}@media screen and (max-width:764px){.jet-showcase .jet-children:not(.tns-slider)>.jet-card,.jet-showcase .jet-children:not(.tns-slider)>.jet-item{max-width:50%}.jet-showcase .jet-children:not(.tns-slider)>.jet-card:nth-child(n+3),.jet-showcase .jet-children:not(.tns-slider)>.jet-item:nth-child(n+3){display:none}}.jet-showcase .jet-card,.jet-showcase .jet-item{padding:0 2px}@media screen and (max-width:764px){.jet-showcase .jet-children{gap:0}.jet-showcase>.group-container>.jet-container,.jet-showcase>.jet-container{padding:0}.jet-showcase .group-title,.jet-showcase .title-container{padding:0 5px}.jet-showcase .group-title::before,.jet-showcase .title-container::before{display:none}.jet-showcase .group-title span,.jet-showcase .title-container span{position:relative;background:var(--white);padding:0 10px;width:100%;display:flex;text-align:left;align-items:center}.jet-showcase .tns-ovh{padding:0}.jet-showcase .tns-nav{display:block;position:relative;bottom:0}}.featuredShowcaseBox{margin-top:50px}.featuredShowcaseBox .box{display:flex;gap:50px;align-items:center}.featuredShowcaseBox .box>div{width:50%}.featuredShowcaseBox .box>.left .image{width:100%}.featuredShowcaseBox .box>.left img{display:block;width:100%;border-radius:20px}.featuredShowcaseBox .jet-children:not(.tns-slider){display:flex}.featuredShowcaseBox .jet-children:not(.tns-slider)>.jet-card,.featuredShowcaseBox .jet-children:not(.tns-slider)>.jet-item{flex:1;max-width:50%}.featuredShowcaseBox .jet-children:not(.tns-slider)>.jet-card:nth-child(n+3),.featuredShowcaseBox .jet-children:not(.tns-slider)>.jet-item:nth-child(n+3){display:none}@media screen and (max-width:764px){.featuredShowcaseBox .jet-children:not(.tns-slider)>.jet-card,.featuredShowcaseBox .jet-children:not(.tns-slider)>.jet-item{max-width:50%}.featuredShowcaseBox .jet-children:not(.tns-slider)>.jet-card:nth-child(n+3),.featuredShowcaseBox .jet-children:not(.tns-slider)>.jet-item:nth-child(n+3){display:none}}.featuredShowcaseBox .tns-controls [aria-controls]{right:-30px}.featuredShowcaseBox .tns-controls [aria-controls] [data-controls=prev]{left:-30px}@media screen and (max-width:764px){.featuredShowcaseBox .box{flex-direction:column;gap:20px}.featuredShowcaseBox .box>div{width:100%}.featuredShowcaseBox .tns-controls [aria-controls]{right:0}.featuredShowcaseBox .tns-controls [aria-controls] [data-controls=prev]{left:0}}.showcaseBox .jet-showcase .group-title.group-9016{display:none}.showcaseBox .jet-showcase .group-title.group-9016+div{display:none}.infobar .box{border-bottom:1px solid #ddd;border-top:1px solid #ddd;display:flex;margin-top:40px;margin-bottom:30px;padding:20px 0}.infobar .box .item{display:flex;align-items:center;flex:1;justify-content:center}.infobar .box .item strong{display:block;text-transform:uppercase;color:var(--mainBlue);font-weight:700}.infobar .box .item span{font-size:12px}.infobar .box .item .text{padding-left:20px;font-weight:600}@media screen and (max-width:991px){.infobar{position:relative}.infobar .box:not(.tns-slider)>.item:nth-child(n+2){display:none}.infobar .tns-controls [aria-controls]{background:url(/assets/icons/arrow.svg) 10px center no-repeat;background-size:25px;filter:brightness(0);opacity:.2;right:20px}.infobar .tns-controls [aria-controls][data-controls=prev]{left:20px}.infobar .tns-controls [aria-controls][aria-controls][disabled]{opacity:.1}}