@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:1440px}: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:"Arial";--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;--primaryColor:#005aa9;--secondColor:#ffca00}: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:991px){.mobile-hide{display:none!important}}.mobile-only{display:none!important}@media screen and (max-width:991px){.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 .flag-discount{display:none}.jet-card.sold{opacity:.6}.jet-card.sold::after{content:"Esgotado";position:absolute;top:50px;right:15px;background:var(--black);font-size:13px;padding:2px 8px;font-weight:400;color:var(--white)}.jet-card.grid{border:1px solid transparent;border-radius:5px;padding:10px;background:var(--white);transition:ease-in-out .3s}.jet-card .add-wish,.jet-card .remove-wish{position:absolute;width:30px;height:30px;background:url(/assets/icons/heart.svg) center no-repeat;background-size:25px;top:5px;right:10px;z-index:2;cursor:pointer;filter:brightness(1);font-size:0;transition:ease-in-out .3s}.jet-card .remove-wish{background:url(/assets/icons/heart-filled.svg) center no-repeat;background-size:25px}.jet-card .jet-container{display:flex;flex-direction:column;position:relative}.jet-card .content{text-align:center}.jet-card .content.product-flag{position:absolute;top:0;left: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:4px}.jet-card .content.product-flag .product-flag{display:flex;flex-direction:column;gap:5px}.jet-card .content.product-brand{display:none}.jet-card .content.images{order:1;position:relative}.jet-card .content.data{padding:10px;order:3}@media screen and (max-width:1024px){.jet-card .content.data{padding-top:0}}.jet-card .content.data h3{color:#000;font-size:17px;font-weight:700!important;margin-bottom:10px;min-height:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:40px}.jet-card .content.data .product-rating{display:none}.jet-card .content.product-buy{background:0 0}.jet-card .content.action{order:4;position:absolute;bottom:0;z-index:8;width:100%}.jet-card .content.action a,.jet-card .content.action button{text-align:center;display:block;height:40px;line-height:40px;transition:ease-in-out .3s;color:var(--white);width:100%;padding:0 20px;font-weight:700;margin:5px auto 0;visibility:hidden;opacity:0;border-radius:5px;border:none;font-size:15px;transition:ease-in-out .3s;background-color:#21ba45!important;box-shadow:#21ba45 0 0 0 1px inset!important}.jet-card .content.action a:hover,.jet-card .content.action button:hover{background:var(--black)}.jet-card img{width:100%;height:auto;float:left}.jet-card .has-alternate{position:relative;overflow:hidden}.jet-card .has-alternate .alternate-image,.jet-card .has-alternate .main-image{transition:transform .5s ease-in-out,opacity .5s ease-in-out;position:absolute;top:0;left:0;width:100%;height:100%}.jet-card .has-alternate .alternate-image{z-index:2;transform:translateX(100%);opacity:0}.jet-card .flag-seal .flag-name{display:none}.jet-card .flag-seal img{max-height:35px}.jet-card .product-image{position:relative;border-top-left-radius:4px;border-top-right-radius:4px;overflow:hidden}.jet-card .product-image>a{height:240px;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{display:flex;justify-content:center;align-items:baseline;gap:2px;margin:auto;flex-wrap:wrap;height:72px}.jet-card .price::after{content:"à vista no Boleto e PIX";display:block;font-size:14px;font-weight:400;margin-top:4px;text-align:center;width:100%}.jet-card .baseDiscount{font-weight:700;width:100%;text-align:center}.jet-card .baseDiscount .priceDiscount{background:#ffec5c;color:var(--primaryColor);padding:5px 10px;width:fit-content;font-size:20px;margin:10px auto 10px;border-radius:5px}.jet-card .baseDiscount .priceDiscount::after{content:"no pix";font-size:15px}.jet-card .baseDiscount .descriptionDiscount,.jet-card .baseDiscount .textDiscount{display:none}.jet-card .best-price{font-weight:700;font-size:21px;color:var(--black);line-height:30px}.jet-card .best-price::after{content:none}.jet-card .best-price span::after{content:"";font-size:14px;font-weight:400}.jet-card .old-price:has(span){color:#686868;font-size:14px;font-weight:100;max-width:149px;width:100%}.jet-card .old-price:has(span)::before{content:"de "}.jet-card .old-price:has(span)::after{content:" por"}.jet-card .old-price:has(span) span{display:inline-block;margin-right:5px;text-decoration:line-through}.jet-card .installment{font-size:14px;font-weight:300;color:#4d4d4d;font-size:0}.jet-card .installment::before{content:"em ";margin-left:2px}.jet-card .installment .description-installment{display:none}.jet-card:hover .has-alternate .main-image{transform:translateX(-100%);opacity:0}.jet-card:hover .has-alternate .alternate-image{transform:translateX(0);opacity:1}.jet-card:hover .content.product-buy .product-buy{padding:1rem 0;background:rgba(255,255,255,.5)}.jet-card:hover .content.action a,.jet-card:hover .content.action button{visibility:visible;opacity:1}.jet-card:hover.grid{-webkit-box-shadow:0 1px 3px 0 #d4d4d5,0 0 0 1px #d4d4d5;box-shadow:0 1px 3px 0 #d4d4d5,0 0 0 1px #d4d4d5}.jet-card .jet-product-flash-offer{position:absolute;z-index:2;top:208px;width:100%;display:flex;justify-content:center}.jet-card .jet-product-flash-offer .time{display:flex;align-items:center;font-size:12px}.jet-card .jet-product-flash-offer .description{background:var(--black);color:var(--white);padding:8px 8px;margin-right:3px;height:34px;display:flex;align-items:center}.jet-card .jet-product-flash-offer .time-countdown{font-weight:700;font-size:20px}.jet-card .jet-product-flash-offer .time-countdown span{background:var(--primaryColor);padding:0 4px;font-size:19px;height:34px;display:inline-flex;align-items:center;color:var(--white);font-weight:700;position:relative}.jet-card .jet-product-flash-offer .time-countdown span:not(:last-child){margin-right:2px}.jet-card .jet-product-flash-offer .time-countdown span+span{margin-left:2px}@media screen and (max-width:991px){.jet-card.grid{padding:5px}.jet-card .product-image>a{height:200px;overflow:hidden;display:block}.jet-card .jet-product-flash-offer{top:160px}.jet-card .product-price{min-height:125px}.jet-card .old-price{font-size:13px}.jet-card .old-price span{margin-right:0}.jet-card .best-price{font-size:13px}.jet-card .baseDiscount .priceDiscount{font-size:15px}.jet-card .baseDiscount .priceDiscount::after{font-size:13px}.jet-card .add-wish,.jet-card .remove-wish{right:0}.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{padding:0 5px;display:inline-block;font-size:10px;line-height:35px}.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:10px}.jet-card .jet-product-flash-offer .time-countdown span{padding:0 3px;font-size:10px}.jet-card .content.data{order:2}.jet-card .content.data h3{color:#000;font-size:17px;font-weight:700!important;margin-bottom:10px;min-height:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:40px}.jet-card .content.action{order:3}.jet-card .content.action a{visibility:visible;opacity:1;height:30px;font-size:13px;line-height:30px;padding:0}.jet-card .content.action a::before{width:15px}}.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::after{content:"";width:calc(100% - 40px);height:1px;background:#d3d3d3;position:absolute;bottom:0;left:20px}.floating-preview .container-preview .fecharCarrinho{border:none;padding:0;width:70px;height:70px;outline:0;background:0 0;position:relative}.floating-preview .container-preview .fecharCarrinho::after{content:"";width:20px;height:1px;background:var(--black);position:absolute;transform:rotate(-45deg);right:0;transition:ease-in-out .3s}.floating-preview .container-preview .fecharCarrinho::before{content:"";width:20px;height:1px;background:var(--black);position:absolute;transform:rotate(45deg);right:0;transition:ease-in-out .3s}.floating-preview .container-preview .fecharCarrinho:hover::after,.floating-preview .container-preview .fecharCarrinho:hover::before{transform:rotate(0)}@media screen and (max-width:764px){.floating-preview .container-preview .fecharCarrinho::after,.floating-preview .container-preview .fecharCarrinho::before{left:auto;right:0}}.floating-preview .container-preview .jet-cart-preview{height:100%}.floating-preview .container-preview .jet-cart-preview .content{height:100%}.floating-preview .container-preview .jet-cart-preview .content .cart-preview{display:flex;flex-direction:column;padding:0;height:100%}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart{border-radius:5px;display:block;text-align:center;margin-top:100px;color:var(--black)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart span{margin-bottom:var(--space-md);display:block;font-size:18px;font-weight:400}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart p{font-size:14px;max-width:210px;margin:auto;font-weight:400;letter-spacing:.8px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart .itens{margin-top:30px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart .itens a{display:block;width:100%;background:var(--black);color:var(--white);font-weight:700;padding:8.5px 0;border-radius:36px;font-size:14px;margin-top:10px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;padding:15px 10px 0;height:calc(100% - 420px)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .jet-product-flash-offer{margin-top:10px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .jet-product-flash-offer .content.timer{padding:0 10px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .jet-product-flash-offer .time-countdown{font-size:16px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .jet-product-flash-offer .description{font-size:12px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .freight-tip{background-color:var(--light);padding:var(--space-md);margin:var(--space-md);border-radius:var(--space-sm);font-size:var(--font-md);font-weight:400;text-align:center}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product{display:flex;flex-direction:row;padding:10px;position:relative;background-color:#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:var(--space-sm);margin-top:var(--space-md);font-size:var(--font-sm)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd{display:flex;flex-direction:row;align-items:center;border:1px solid #dededf;overflow:hidden;width:max-content}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd input{display:inline-block;width:30px;height:30px;text-align:center;border-radius:var(--space-sm);border:0}@media only screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd input{font-size:var(--font-lg)}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd button{display:inline-block;width:30px;height:30px;background:0 0;cursor:pointer;outline:0;border:0}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd button span{font-size:var(--font-xl);font-weight:300;color:#000;line-height:var(--font-md)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-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:absolute;bottom:0;width:100%;display:flex;flex-direction:column;padding:20px;background:#f8f8f8}.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 .subtotal{display:none}.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}.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 .btns-pickup{display:flex;margin-bottom:11px;gap:6px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .btn-not-with-pickup,.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .btn-recalculate,.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .btn-with-pickup{border:none;padding:9px 16px;border-radius:4px;background:#e0e1e2}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .btn-not-with-pickup:hover,.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .btn-recalculate:hover,.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .btn-with-pickup:hover{filter:brightness(.7)}.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:39px;width:calc(100% - 218px);border-top-left-radius:7px;border-bottom-left-radius:7px}@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:var(--black);border:none;height:38px;width:100px;text-transform:uppercase;color:var(--white);font-size:12px;border-radius:0;border-top-right-radius:7px;border-bottom-right-radius:7px;border-top:2px solid #000}@media screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .calc-freight{width:76px}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result{display:flex;flex-direction:column;gap:var(--space-md);margin-top:var(--space-md);margin-bottom:var(--space-md);max-height:140px;overflow-y:scroll}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping{display:flex;align-items:center;position:relative;padding-left:3rem;font-size:var(--font-sm);user-select:none}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping label{cursor:pointer}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping label:before{content:"";position:absolute;width:20px;height:20px;border:1px solid #ccc;border-radius:50rem;left:0;top:50%;transform:translateY(-50%)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping label:after{position:absolute;content:"";width:10px;height:10px;background:var(--textBody);border-radius:50rem;top:50%;left:5px;transform:translateY(-50%);display:none}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping input:checked~label:after{display:block}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .info{display:flex;flex-direction:column;align-items:flex-start}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .info .time{line-height:initial;color:var(--gray)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .info .name{display:inline-flex;gap:var(--space-sm);line-height:initial;margin-bottom:var(--space-sm)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .info .value{font-weight:400}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .tooltip{position:absolute;background-color:var(--bgButtonCheckout);color:var(--colorButtonCheckout);border-radius:5px;bottom:calc(100% + var(--space-sm));left:calc(var(--space-md) * -1);transition:opacity .3s;z-index:0;font-size:85%;text-align:left;padding:var(--space-sm) var(--space-md);line-height:var(--font-xl);opacity:.8;transition:all .5s ease}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .tooltip:after{content:"";border:7px solid var(--bgButtonCheckout);position:absolute;left:var(--space-md);transform:rotate(45deg);bottom:calc(var(--space-sm) * -1);z-index:-1}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total{display:block;font-size:14px;margin-bottom:var(--space-lg);text-transform:uppercase}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total>span{display:flex;justify-content:space-between;align-items:center;font-weight:400}.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:flex;order:1;background:#161214;color:#fff;-webkit-box-shadow:0 5px 6px #646163;box-shadow:0 5px 6px #646163;font-weight:400;border-radius:.28571429rem;text-transform:none;text-shadow:none!important;margin-bottom:1rem;padding:11px 21px;align-items:center;justify-content:center;margin-top:28px;font-size:0}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .cart-checkout:before{content:"Carrinho";font-size:16px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .cart-checkout:hover{background:#fff!important;color:rgba(0,0,0,.8);box-shadow:inset 0 0 0 1px rgba(34,36,38,.35),inset 0 0 0 0 rgba(34,36,38,.15)}.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:#53b232;color:var(--white);text-transform:uppercase;font-size:14px;font-weight:300;letter-spacing:.8px;border:none;border-radius:5px;order:2}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .cart-button-finish:hover{opacity:.9!important;background-color:#21ba45!important;-webkit-box-shadow:0 0 0 1px #21ba45 inset!important;box-shadow:inset 0 0 0 1px #21ba45!important;color:#fff!important}@media screen and (max-width:764px){.floating-preview{max-width:100%}}.jet-summary-outstock .title-outstock{font-weight:600;font-size:var(--font-lg);color:var(--primaryColor);display:block;margin:0 0 var(--space-sm) 0;padding:0 0 var(--space-sm) 0}.jet-summary-outstock .button-outstock{text-align:center}.jet-summary-outstock .button-outstock button{background-color:var(--bgButton);color:var(--colorButton);border:1px solid var(--bgBorder);padding:var(--space-md) var(--space-lg);font-weight:700;font-size:var(--font-lg);outline:0;border-radius:var(--radiusButton);text-transform:uppercase;cursor:pointer}.jet-summary-outstock .list-products-outstock{display:flex}.jet-summary-outstock .info{margin:var(--space-md);width:100%}.jet-summary-outstock .info .product-detail{padding-bottom:var(--space-md)}.jet-summary-outstock .info .product-detail span>div>span{font-weight:400}@media only screen and (max-width:991px){.jet-summary-outstock .info .product-detail h1{font-size:var(--font-md)}}.jet-summary-outstock img{max-width:20%;margin:var(--space-md) var(--space-md) var(--space-md) 0;width:auto;height:auto}@media only screen and (max-width:991px){.jet-summary-outstock img{max-width:35%}}.closeCart{position:fixed;top:0;right:0;left:0;bottom:0;width:100%;z-index:0;cursor:pointer;display:none}.jet-loading:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:50px;height:50px;margin-top:-25px;margin-left:-25px;border-radius:50%;border:1px solid #ccc;border-top-color:#07d;animation:spinner .6s linear infinite;z-index:999}.jet-loading:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--bgBody);opacity:.5;z-index:998}.jet-loading.fixed:after,.jet-loading.fixed:before{position:fixed}.jet-btn-loading{position:relative;color:transparent!important;pointer-events:none!important}.jet-btn-loading:before{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.15)}.jet-btn-loading:after{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:spinner .6s linear;animation:spinner .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#fff transparent transparent;border-style:solid;border-width:.2em;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.ng-lazyloading{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transform:scale(.2);max-width:50px}.jet-modal{background:rgba(0,0,0,.8);position:fixed;top:0;left:0;width:100%;height:100%;align-items:center;justify-content:center;z-index:200;display:none}.jet-modal .closeModal{position:absolute;background:0 0;top:0;left:0;width:100%;height:100%;z-index:0;cursor:pointer}.jet-modal .jet-modal-content{background:#fff;max-width:60vw;max-height:calc(100% - var(--space-lg));position:absolute;padding:var(--space-lg);overflow:auto;border-radius:var(--space-sm);animation:fadeIn;animation-duration:.8s}@media only screen and (max-width:992px){.jet-modal .jet-modal-content{width:calc(100vw - var(--space-lg));height:calc(100vh - var(--space-lg));max-width:100vw;max-height:100vh;position:absolute;top:unset;left:unset;margin:auto;transform:unset}.jet-modal .jet-modal-content.small{height:auto}}.jet-modal .jet-modal-content.content-center{display:flex;flex-direction:column;justify-content:center}.jet-modal .jet-modal-content.auto-height{height:auto!important;width:55%}@media only screen and (max-width:992px){.jet-modal .jet-modal-content.auto-height{height:100vh!important;width:100%}}.jet-modal .jet-modal-content .jet-modal-close{background:0 0;border:0;outline:0;position:absolute;top:0;right:0;padding:var(--space-md);display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;z-index:2}.jet-modal .jet-modal-content .jet-modal-close span{display:none}.jet-modal .jet-modal-content .jet-modal-close svg{width:100%;max-width:20px;margin-right:var(--space-sm)}.jet-policy-privacy{position:fixed;left:calc(50% - var(--space-sm));bottom:0;transform:translate(-50%,-50%);background:var(--bgBody);z-index:99999;width:1200px;max-width:100%;box-shadow:0 0 10px rgba(0,0,0,.1);margin-left:-3px}@media only screen and (max-width:764px){.jet-policy-privacy{left:50%}}.jet-policy-privacy .policy-container{width:1200px;max-width:100%;padding:var(--space-md);display:flex;justify-content:space-between;align-items:center;animation:scaleIn;animation-duration:.8s}.jet-policy-privacy .policy-container p{margin:0;color:var(--textBody)}.jet-policy-privacy .policy-container p a{color:var(--textBody);font-weight:400;text-decoration:underline}.jet-policy-privacy .policy-container button{background-color:var(--primaryColor);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 .jet-search{position:relative;max-width:640px;margin:auto;background:var(--white)}@media screen and (max-width:1024px){.search-box .jet-search{border-radius:5px}}.search-box input{border:none;height:37px;background:0 0;padding:0 67px}@media screen and (max-width:1024px){.search-box input{padding:0 53px}}.search-box input::placeholder{color:#aeaeae}.search-box .jet-button{position:absolute;right:-1px;top:-1px;height:calc(100% + 2px);width:36px;border:none;background:url(/assets/icons/search_1.svg) center no-repeat;transition:ease-in-out .3s;padding:0}@media screen and (max-width:1024px){.search-box .jet-button{background:url(/assets/icons/icon-search.svg) center no-repeat}}@media screen and (min-width:1024px){.search-box .jet-button::after{content:"";width:10px;height:37px;background-color:#fac600;transform:skew(-10deg);min-width:10px;display:block;margin-left:31px}}.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:40px}.jet-search-result .item img{max-height:50px}}.tns-nav{text-align:center;position:relative;bottom:0;display:flex;gap:0;width:100%;justify-content:center;margin-top:10px;align-items:center}.tns-nav>[aria-controls]{width:30px;height:6px;padding:0;margin:0 5px;border:none;border-radius:5px;cursor:pointer;background:#868686;transition:ease-in-out .3s}.tns-nav>.tns-nav-active{background:var(--primaryColor);width:10px!important;height:10px!important}@media screen and (max-width:764px){.tns-nav>[aria-controls]{width:6px;height:6px}}.tns-controls{text-align:center;margin-bottom:0;position:absolute;top:46%;left:0;transform:translate(0,-50%);width:100%}.tns-controls [aria-controls]{font-size:0;border:none;padding:0;cursor:pointer;width:40px;height:40px;background:var(--black) url(/assets/icons/arrow.svg) 10px center no-repeat;background-size:18px;right:0;position:absolute;transform:rotate(180deg)}.tns-controls [aria-controls][disabled]{opacity:.5;cursor:auto}.tns-controls [aria-controls][data-controls=prev]{right:auto;left:0;transform:rotate(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}.jet-menu{text-transform:uppercase;min-height:50px;width:100%;min-width:100%;background:#005aa9;border-top:2px solid #f0cd42;border-bottom:2px solid #f0cd42}@media screen and (max-width:1024px){.jet-menu{border-top:2px solid transparent;border-bottom:2px solid transparent}}.jet-menu a{color:var(--white);padding:6px 25px;display:block}@media screen and (min-width:991px){.jet-menu li:hover>a{text-decoration:underline}.jet-menu li:hover .submenu{visibility:visible;opacity:1}}.jet-menu .jet-menu-itens{display:flex;max-width:1440px;margin:auto;width:98%;position:relative;justify-content:space-between}@media screen and (min-width:992px) and (max-width:1322px){.jet-menu .jet-menu-itens{flex-wrap:wrap;justify-content:center;align-items:center}}.jet-menu .jet-menu-itens>li{padding:0 0;font-weight:700}.jet-menu>nav>.jet-menu-itens>.jet-item>a{display:flex;color:#fff;font-size:13px;font-weight:700;line-height:50px;text-transform:uppercase;flex-direction:column}@media screen and (min-width:1024px){.jet-menu>nav>.jet-menu-itens>.jet-item>a{align-items:center;justify-content:center;text-align:center}}@media screen and (min-width:1024px) and (max-width:1322px){.jet-menu>nav>.jet-menu-itens>.jet-item>a{font-size:12px}}.jet-menu>nav>.jet-menu-itens>.jet-item>a::before{content:"";width:38px;height:53px;background-size:38px;display:block}.jet-menu>nav>.jet-menu-itens>.jet-item a[title="Suspensão a ar"]::before{background:url(/assets/icons/suspensao_a_ar.svg) center center no-repeat}.jet-menu>nav>.jet-menu-itens>.jet-item a[title="Suspensão rosca"]::before{background:url(/assets/icons/Suspensao_rosca.svg) center center no-repeat}.jet-menu>nav>.jet-menu-itens>.jet-item a[title="Suspensão fixa"]::before{background:url(/assets/icons/suspensao_fixa.svg) center center no-repeat}.jet-menu>nav>.jet-menu-itens>.jet-item a[title=Gerenciador]::before{background:url(/assets/icons/gerenciador.svg) center center no-repeat}.jet-menu>nav>.jet-menu-itens>.jet-item a[title="Bolsa de Ar"]::before{background:url(/assets/icons/bolsa_de_ar.svg) center center no-repeat}.jet-menu>nav>.jet-menu-itens>.jet-item a[title="Cilindros de Ar"]::before{background:url(/assets/icons/cilindros_de_ar.svg) center center no-repeat}.jet-menu>nav>.jet-menu-itens>.jet-item a[title="Peças e Acessórios"]::before{background:url(/assets/icons/Pecas_e_acessorios.svg) center center no-repeat}.jet-menu>nav>.jet-menu-itens>.jet-item a[title=Ofertas]::before{background:url(/assets/icons/ofertas.svg) center center no-repeat}.jet-menu .submenu{position:absolute;top:116px;left:0;right:0;margin:0 auto;width:100%;opacity:0;visibility:hidden;background:var(--white);box-shadow:0 3px 4px rgba(0,0,0,.1);transition:ease-in-out .3s;z-index:2;background:var(--primaryColor)}.jet-menu .submenu>.container{max-width:1440px;margin:0 auto;display:flex;gap:20px}@media screen and (min-width:1024px){.jet-menu .submenu>.container{color:#fac600;border-bottom:5px solid #fac600;min-height:400px;font-size:16px;font-weight:700;padding:14px;text-align:left;-webkit-box-shadow:inset 0 5px 0 #fac600;box-shadow:inset 0 5px 0 #fac600;border-top:0;background:url(/assets/img/bg-mega-menu.webp);background-size:cover;background-position:50%}}.jet-menu .submenu>.container>ul{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;padding-right:30%;padding-left:50px;padding-top:60px;gap:25px}.jet-menu .submenu>.container>ul li{width:31.25%}.jet-menu .submenu>.container>ul a{min-height:60px;width:100%;border-bottom:.5px solid #fac600;justify-content:space-between}.jet-menu .submenu>.container>ul a[title=Premium]{font-size:0;display:flex}.jet-menu .submenu a{color:var(--black);text-transform:none;padding:10px 0;white-space:nowrap;min-width:120px}.jet-menu .submenu a.seeAll{color:var(--primaryColor);font-weight:700}.jet-menu .submenu .mainLink a{text-transform:uppercase;font-weight:700}.jet-menu .submenu.last{display:none}.jet-menu .submenu .category-image img{max-width:330px;height:auto}.jet-menu .submenu .seeAllView>li:nth-child(n+9){display:none}.menu-area{min-height:41px;background:var(--primaryColor)}@media screen and (max-width:991px){header a:hover{text-decoration:none}.header-menu-area{background:#004c90;display:flex;align-items:center;justify-content:space-between;padding:1rem}#closeMenu{text-transform:uppercase;font-weight:600;color:var(--white);border:none;background:#004c90}.links-area{background:var(--primaryColor);width:fit-content;padding:10px 20px 10px 15px;display:flex!important;flex-direction:column;gap:15px;position:relative}.links-area .jet-user-login::before{content:"";display:inline-block;width:22px;height:22px;background:url(/assets/icons/user.svg) center no-repeat;background-size:19px;vertical-align:-6px;margin-right:5px}.links-area .wishlist{display:flex;align-items:center;gap:5px}.links-area .content-login ul>li:last-child{position:absolute;top:35px;right:17px;z-index:1}.links-area .content-login ul>li:not(:last-child){display:none}.links-area::after{content:"";position:absolute;border-left:20px solid var(--primaryColor);border-bottom:79px solid transparent;top:0;right:-20px}.menu-area{position:fixed;z-index:99;top:0;height:100%;width:100%;background:var(--primaryColor);left:-110%;transition:ease-in-out .3s}.menu-area.active{left:0;overflow:scroll;z-index:100}.menu-area #toggleMenuMobile{border:none;background:0 0;outline:0;display:flex!important;flex-direction:column;gap:3px;position:relative;padding:0}.menu-area #toggleMenuMobile .line{width:22px;height:2px;background:var(--white)}.infosMenuMobile{position:absolute;z-index:2;bottom:0;background:#f6f3f3;width:100%;color:var(--black);display:flex!important;flex-direction:column;gap:10px;padding:12px 15px}.infosMenuMobile a{display:flex;align-items:center;color:var(--black);gap:10px}.jet-menu{border-top:1px solid var(--primaryColor);background:var(--primaryColor)}.jet-menu .jet-menu-itens{flex-direction:column;align-items:flex-start;width:100%;background-color:var(--primaryColor)}.jet-menu .jet-menu-itens>li{width:100%}.jet-menu .jet-menu-itens>li.has-submenu>a{position:relative}.jet-menu .jet-menu-itens>li.has-submenu>a::after{content:"";position:absolute;width:41px;height:41px;background:url(/assets/icons/arrow.svg) center no-repeat;background-size:14px;right:0;top:0;transform:rotate(0);border-left:1px solid #fff;height:100%}.jet-menu .jet-menu-itens>li.has-submenu>a.active::after{transform:rotate(180deg);border-right:1px solid #fff;border-left:none}.jet-menu a{background:var(--primaryColor);color:var(--white);padding:0 10px;border-bottom:1px solid;border-bottom-color:rgba(0,0,0,.13)}.jet-menu a::before{display:none!important}.jet-menu a.title[title=Promoções]{color:var(--white)}.jet-menu a.title[title=Promoções]::after{top:10px}.jet-menu a.active{border-bottom:8px solid;border-bottom-color:#fac600}.jet-menu .submenu{position:relative;visibility:visible;opacity:1;top:0;padding-top:0;display:none}.jet-menu .submenu>.container{flex-direction:column}.jet-menu .submenu>.container>ul{padding:0 10px;flex-direction:column}.jet-menu .submenu>.container>ul li{width:68%}.jet-menu .submenu img{width:100%;height:auto}.jet-menu .submenu.active{display:block}}@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}}.brand-area{cursor:pointer}.brand-area .rating{display:flex;justify-content:flex-end;gap:5px}.brand-area .rating>span{width:18px;height:18px;background:url(/assets/icons/star.svg) center no-repeat;background-size:contain}.brand-area .rating>span.active{background:url(/assets/icons/star-active.svg) center no-repeat;background-size:contain}.brand-area{cursor:pointer;display:flex;align-items:center;justify-content:space-between}.brand-area img{max-height:40px;width:auto;margin-right:18px}.brand-name{display:none}@media only screen and (max-width:991px){.buy-together-section{background:#fff;padding:20px 15px 0}}jet-product-buy-together{opacity:0;transition:.2 ease-in}.jet-product-buy-together{padding:60px 0;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;gap:50px}.jet-product-buy-together .products-together{display:flex;flex-wrap:wrap;justify-content:space-between}.jet-product-buy-together .buy-together-title{font-size:32px;font-weight:400;padding:0;display:block;position:relative;z-index:1;margin:40px auto 10px;display:flex;align-items:center;gap:5px;margin-bottom:24px}.jet-product-buy-together .buy-together-title h2,.jet-product-buy-together .buy-together-title span{font-size:32px;margin:0;font-size:xx-large;padding-top:5px;text-transform:uppercase;letter-spacing:2px;font-weight:700!important}.jet-product-buy-together .buy-together-title::before{content:"";display:block;width:42px;height:38px;background:url(/assets/icons/header-stripes.png) center center no-repeat;background-size:42px}.jet-product-buy-together .buy-together-title strong{color:var(--primaryColor)}@media only screen and (max-width:991px){.jet-product-buy-together .buy-together-title{display:flex;font-size:26px;color:#000}}@media only screen and (max-width:991px){.jet-product-buy-together{flex-wrap:wrap}}@media only screen and (max-width:991px){.jet-product-buy-together .products-together{width:100%}}.jet-product-buy-together .products-together ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(266px,1fr));gap:30px}@media screen and (min-width:991px){.jet-product-buy-together .products-together ul{width:60%;justify-content:center}}@media only screen and (max-width:991px){.jet-product-buy-together .products-together ul{flex-direction:column;gap:50px}}.jet-product-buy-together .products-together ul li{max-width:268.6868686869px;flex:1;position:relative;border:1px solid #d4d4d5!important}@media only screen and (max-width:991px){.jet-product-buy-together .products-together ul li{max-width:100%}}@media only screen and (max-width:991px){.jet-product-buy-together .products-together ul li .product-image{width:100%}}.jet-product-buy-together .products-together ul li .product-image a{display:flex;width:100%}.jet-product-buy-together .products-together ul li .product-image a .main-image{width:100%;height:100%;object-fit:contain;display:flex}.jet-product-buy-together .products-together ul li .product-image a .main-image img{width:100%;height:100%;object-fit:contain}.jet-product-buy-together .products-together ul li .product-image a .alternate-image{width:100%;height:100%;object-fit:contain;display:flex;object-position:center}.jet-product-buy-together .products-together ul li .product-image a .alternate-image img{width:100%;height:100%;object-fit:contain;object-position:center}.jet-product-buy-together .products-together ul li .data h3{height:69px;min-height:22px;overflow:hidden;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow-y:hidden;display:-webkit-box}.jet-product-buy-together .products-together ul li .product-variation{display:none}.jet-product-buy-together .products-together ul li .jet-wishlist-add,.jet-product-buy-together .products-together ul li .product-flag{display:none}@media only screen and (max-width:991px){.jet-product-buy-together .products-together ul li .price{min-height:86px}.jet-product-buy-together .products-together ul li .price .priceDiscount{margin:0 auto 0}}.jet-product-buy-together .products-together ul li .product-buy{position:absolute;right:2px;top:2px;order:2;z-index:2;display:flex}@media only screen and (max-width:991px){.jet-product-buy-together .products-together ul li .product-buy{order:1}}.jet-product-buy-together .products-together ul li .product-buy .add-together{width:24px;height:24px;background:#fff;border:2px solid var(--primaryColor);border-radius:4px;cursor:pointer;position:relative;padding:0;appearance:none;outline:0;font-size:0;line-height:0}.jet-product-buy-together .products-together ul li .product-buy .add-together::after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background-image:url(/assets/icons/check-icon-new.svg);background-size:contain;background-repeat:no-repeat;opacity:0;transition:opacity .2s ease}.jet-product-buy-together .products-together ul li .product-buy .add-together .product-remove{height:100%;width:100%;border-color:var(--primaryColor);background-color:var(--primaryColor);opacity:1;display:block}.jet-product-buy-together .products-together ul li .product-buy .add-together.selected::after{border-color:var(--primaryColor);background-color:var(--primaryColor);opacity:1}.jet-product-buy-together .products-together ul li .product-buy .add-together.disabled{cursor:not-allowed;border-color:var(--primaryColor);background-color:#eee}.jet-product-buy-together .products-together ul li .product-buy .add-together.disabled::after{opacity:1;background-image:none;background-color:#999;border-radius:2px}.jet-product-buy-together .products-together ul li .product-buy .add-together.selected.disabled::after{background-color:var(--primaryColor)}.jet-product-buy-together .products-together ul li .product-buy .add-together:hover:not(.disabled){border-color:#003f76}.jet-product-buy-together .result-buy-together{width:100%;flex:1;padding:30px var(--space-lg) 40px;border-radius:4%;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:991px){.jet-product-buy-together .result-buy-together{margin-bottom:var(--space-xl);position:relative;top:0;min-width:unset}}.jet-product-buy-together .result-buy-together .result{background-color:var(--primaryColor);width:100%;max-width:309px;min-height:212px;border:1px solid var(--primaryColor);border-radius:10px;padding:20px}@media only screen and (max-width:991px){.jet-product-buy-together .result-buy-together .result{max-width:98%}}.jet-product-buy-together .result-buy-together .title-result{font-weight:400;font-size:20px;color:#fff;position:relative;padding-bottom:var(--space-md);text-align:center}@media only screen and (max-width:991px){.jet-product-buy-together .result-buy-together .title-result{padding-bottom:0}}.jet-product-buy-together .result-buy-together .title-result>svg{display:block;margin:auto}.jet-product-buy-together .result-buy-together .title-result>strong{font-size:21px;color:var(--white);margin-top:-32px;display:block;position:relative;right:-230px}.jet-product-buy-together .result-buy-together .title-result>p{color:var(--black);margin-top:40px;font-weight:400;line-height:24px;font-size:18px;margin-bottom:0}@media only screen and (max-width:991px){.jet-product-buy-together .result-buy-together .title-result>p{margin-top:6px}}.jet-product-buy-together .result-buy-together .title-result .title{display:flex;align-items:center;gap:10px;color:var(--primaryColor);font-weight:400;font-size:22px}.jet-product-buy-together .result-buy-together .title-result .title strong{display:block;text-transform:uppercase;font-size:19px}.jet-product-buy-together .result-buy-together .item{position:relative;padding:var(--space-md) 0;justify-content:space-between;display:none;color:#fff}.jet-product-buy-together .result-buy-together .item.total{font-weight:600;display:flex;padding:15px 20px;border-radius:5px;border:1px solid var(--primaryColor);display:flex;justify-content:center}.jet-product-buy-together .result-buy-together .item.total .title{display:none}.jet-product-buy-together .result-buy-together .item.total .value{font-weight:400;text-align:center;font-size:30px;font-weight:700;color:#fff}.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(--secondColor);color:var(--primaryColor);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;gap:14px}.jet-product-buy-together .result-buy-together{padding:0;margin-top:36px}.jet-product-buy-together .result-buy-together .title-result>strong{width:fit-content;right:auto;margin-left:auto}.jet-product-buy-together .products-together ul li .jet-card .jet-container .content.images{display:flex}}jet-card-buy-together .jet-card:hover .has-alternate .main-image{transform:none!important;opacity:1!important}jet-card-buy-together .jet-card:hover .has-alternate .alternate-image{transform:none!important;opacity:0!important}jet-card-buy-together .jet-card:hover .content.product-buy .product-buy{padding:unset!important;background:unset!important}jet-card-buy-together .jet-card:hover .content.action a,jet-card-buy-together .jet-card:hover .content.action button{visibility:unset!important;opacity:unset!important}jet-card-buy-together .jet-card:hover.grid{-webkit-box-shadow:unset!important;box-shadow:unset!important}.jet-product-add-cart{display:flex;gap:15px;flex-direction:column}.jet-product-add-cart>div{flex:1}.jet-product-add-cart>div.btn-one-click{display:none}.jet-product-add-cart button{width:100%;height:50px;border:none;font-size:18px;opacity:1;border-radius:8px;transition:ease-in-out .3s}.jet-product-add-cart button.sold{background:#333;color:var(--white)}.jet-product-add-cart button.add-cart{background:#53b232;position:relative;overflow:hidden;border:1px solid #53b232;color:var(--white);transition:background .3s ease,border-color .3s ease;display:flex;justify-content:center;align-items:center;color:#fff;font-size:18px;font-weight:700;border-radius:8px}.jet-product-add-cart button.add-cart .text{transition:opacity .3s ease;z-index:1}.jet-product-add-cart button.add-cart .icon{position:absolute;right:-40px;font-size:20px;opacity:0;transition:right .4s ease,opacity .4s ease;z-index:2}.jet-product-add-cart button.add-cart:hover .text{opacity:0}.jet-product-add-cart button.add-cart:hover .icon{right:50%;transform:translateX(50%);opacity:1}.jet-product-add-cart button.add-cart-no-cart{font-weight:700;color:var(--white);background:var(--black);display:none}.jet-product-add-cart button.btn-alert-me{background:var(--black);color:var(--white)}.jet-product-add-cart button.one-click{display:none}.jet-product-add-cart .container-message{background:var(--white);padding:20px;border-radius:8px;border:1px dashed var(--black)}.jet-product-add-cart .container-message span{display:block;font-size:14px;text-align:center;max-width:300px;margin:0 auto 15px}@media screen and (max-width:991px){.jet-product-add-cart{flex-direction:column;gap:10px}}.jet-product-sku{margin-bottom:12px;display:block;font-size:12px}.jet-product-sku::before{content:"Ref: "}.boxDescriptions{margin-top:50px}.boxDescriptions .titles{width:98%;max-width:1440px;margin:auto;display:flex}.boxDescriptions .titles[data-index="2"]{display:none}.boxDescriptions .titles h2,.boxDescriptions .titles span{padding:5px 22px;border-bottom:1px solid transparent;display:inline-block;color:grey;background:#dbcecf;cursor:pointer;font-size:18px;border-top-left-radius:10px;border-top-right-radius:10px}.boxDescriptions .titles h2.active,.boxDescriptions .titles span.active{color:var(--white);background:var(--primaryColor);border-color:var(--primaryColor)}.boxDescriptions .youtube-embed-wrapper{padding:0!important;min-height:400px;margin-top:20px}.boxDescriptions iframe{max-height:400px;max-width:600px}.boxDescriptions iframe+span{display:none}.boxDescriptions .content{padding:30px 0}.boxDescriptions .content>.box{width:98%;margin:auto;max-width:1440px}.boxDescriptions .content>.box>:not(.active){display:none}@media screen and (max-width:991px){.boxDescriptions .content{padding:30px 20px}.boxDescriptions .titles span{font-size:13px}}.descriptionImage img{width:100%;height:auto}.descriptionImage img:last-child{display:none}@media screen and (max-width:991px){.descriptionImage img:last-child{display:block}.descriptionImage img:first-child{display:none}}.jet-product-images{display:flex;gap:10px;justify-content:space-between}.jet-product-images img{width:100%;height:auto;float:left}.jet-product-images .tns-nav{margin-top:42px}.thumbs{position:relative}@media screen and (min-width:991px){.thumbs{border-right:.9px solid #b6b6b6;padding-right:37px;height:650px;overflow:hidden}.thumbs .jet-container{max-width:190px;display:inherit;position:relative;z-index:1}.thumbs .jet-container:not(.tns-slider){display:flex;flex-direction:column;gap:10px}.thumbs .jet-container:not(.tns-slider)>.jet-children{margin-top:0}.thumbs .jet-container:not(.tns-slider)>.jet-children:nth-child(n+6){display:none}.thumbs .jet-container img{width:150px;height:auto}.thumbs .jet-container .jet-children{width:100%;margin:auto;display:block;overflow:hidden;position:relative}.thumbs .jet-container .jet-children+.jet-children{margin-top:10px}.thumbs .thumbs-icon{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.thumbs .thumbs-icon svg{height:50px}.thumbs .tns-controls{top:0;position:absolute;height:100%;transform:none;z-index:9}.thumbs .tns-controls [aria-controls]{background:url(/assets/icons/Seta_lado_direito.svg) center no-repeat;background-size:7px;width:28px;height:30px;left:50%;transform:rotate(90deg) translate(50%,0);bottom:14px;top:auto;box-shadow:inset 0 0 0 1px #1b1c1d!important;color:#1b1c1d!important;box-shadow:inset 0 0 0 1px #1b1c1d!important;color:#1b1c1d!important;font-weight:400;border-radius:.28571429rem;text-transform:none;text-shadow:none!important;padding:.78571429em}.thumbs .tns-controls [aria-controls][disabled]{opacity:.3}.thumbs .tns-controls [aria-controls][data-controls=prev]{left:20%;top:auto;bottom:14px;transform:rotate(-90deg) translate(-50%,0);right:auto}}@media screen and (max-width:991px){.thumbs .video.youtube{position:relative;display:block}.thumbs .video.youtube .thumbs-icon{position:absolute;height:100%;width:100%;z-index:2;left:0;top:0}.thumbs .video.youtube .thumbs-icon svg{height:120px;display:block;margin:20% auto}}.image-container{width:calc(100% - 100px);position:relative}.image-container a{display:flex}.image-container a[href="#"]{pointer-events:none}.image-container a>img{object-fit:contain;margin:auto}.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}@media screen and (max-width:991px){.jet-product-images{flex-direction:column-reverse}.jet-product-images .tns-controls{top:40%}.image-container{display:none}.thumbs .jet-container:not(.tns-slider){flex-direction:row;max-width:100%;display:flex}.thumbs .jet-container:not(.tns-slider)>.jet-children:nth-child(n+2){display:none}.thumbs .jet-container .jet-children+.jet-children{margin-left:10px}}.countdownOffer{display:none}.jet-product-flash-offer{display:block;margin-bottom:10px}.jet-product-flash-offer .time{display:flex;align-items:center;gap:5px}.jet-product-flash-offer .description{background:var(--black);color:var(--white);height:40px;display:flex;align-items:center;padding:0 10px}.jet-product-flash-offer .time-countdown span{position:relative;height:40px;background:var(--primaryColor);color:var(--white);display:inline-flex;align-items:center;padding:0 8px;font-weight:700}.jet-product-flash-offer .time-countdown span.days::after{content:":";position:absolute;height:100%;color:var(--black);line-height:38px;right:-3px;font-weight:400}.jet-product-flag-discount{background:var(--black);color:var(--white);border:1px solid var(--black);font-size:14px;padding:2px 10px 2px 20px;text-align:left;border-radius:4px;text-transform:uppercase;font-weight:400;margin-top:15px;margin-bottom:20px;position:relative;width:fit-content}.jet-product-flag-discount::before{content:"";position:absolute;width:30px;height:30px;background:url(/assets/icons/discount.svg) center no-repeat;background-size:contain;left:-12px;top:-6px}jet-product-payment-methods{margin-top:30px;margin-bottom:20px;display:block}.payment-form-title{display:flex;align-items:center;cursor:pointer;margin-bottom:10px;font-size:1em;color:rgba(0,0,0,.87)}.payment-form-title .toggle-arrow{color:#fff;font-size:10px;width:41px;height:40px;background:#858484;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:transform .3s ease;transform:rotate(0);flex-shrink:0;color:#fff}.payment-form-title .toggle-arrow::after{content:"";background:url(/assets/icons/arrow-payment.svg) center center no-repeat;background-size:10px;width:10px;height:10px}jet-product-payment-methods.open .gateways{max-height:none}.jet-product-payment-methods .payment-method-content{display:none}.jet-product-payment-methods.open .payment-form-title .toggle-arrow{transform:rotate(90deg)}.jet-product-payment-methods .gateways{max-height:0;overflow:hidden;transition:max-height .3s ease}.jet-product-payment-methods .gateways .list{margin-bottom:10px}.jet-product-payment-methods .gateways .list .payment-name{padding:.5em 0;font-family:Arial,Helvetica,sans-serif;font-size:1em;color:rgba(0,0,0,.87);cursor:pointer;display:flex;align-items:center;gap:6px}.jet-product-payment-methods .gateways .list .payment-name::before{content:"";display:inline-block;transition:transform .2s ease;font-size:7px;width:7px;height:7px;background:url(/assets/icons/arrow-payment.svg) center center no-repeat;background-size:7px}.jet-product-payment-methods .gateways .list.active .payment-name::before{transform:rotate(90deg)}.jet-product-payment-methods .gateways .list ul{padding-left:18px;overflow:hidden;max-height:0;transition:max-height .3s ease;font-size:13px}.jet-product-payment-methods .gateways .list ul li{padding:5px 0;border-bottom:1px solid #eee}.jet-product-payment-methods .gateways .list ul li .number-installment,.jet-product-payment-methods .gateways .list ul li .tax-installment,.jet-product-payment-methods .gateways .list ul li .value-installment{display:inline-block;margin-right:6px;font-size:1rem;font-weight:700}.jet-product-payment-methods .gateways .list ul li .total-installment{color:#c5c7c9;font-size:.8rem;clear:both;display:block;margin-bottom:10px}.jet-product-payment-methods .gateways .list ul li:last-child{border-bottom:none}.jet-product-prices .product-price{position:relative}.jet-product-prices .price{display:flex;align-items:baseline;flex-wrap:wrap;flex-direction:column}.jet-product-prices .textDiscount{font-size:0}.jet-product-prices .baseDiscount{display:block;margin-bottom:12px;width:100%}.jet-product-prices .baseDiscount .priceDiscount{font-weight:700;color:var(--primaryColor);background:#ffec5c;width:fit-content;padding:7px 15px 5px;border-radius:5px}.jet-product-prices .baseDiscount .valueDiscount{font-size:28px}.jet-product-prices .baseDiscount .valueDiscount::before{content:"à vista no Pix";font-size:14px;color:var(--black);display:block}.jet-product-prices .baseDiscount .descriptionDiscount{color:#53b232}.jet-product-prices .baseDiscount .descriptionDiscount::before{content:"("}.jet-product-prices .baseDiscount .descriptionDiscount::after{content:")"}.jet-product-prices .baseDiscount~.old-price{font-size:14px}.jet-product-prices .baseDiscount~.old-price::after,.jet-product-prices .baseDiscount~.old-price::before{display:none}.jet-product-prices .baseDiscount~.best-price{order:-1;display:inline-block;margin-bottom:8px}.jet-product-prices .old-price{text-decoration:line-through;color:#6d6d6d;font-size:12px;order:-1;margin-bottom:5px}.jet-product-prices .old-price::before{content:"De "}.jet-product-prices .old-price::after{content:" por"}.jet-product-prices .best-price{color:#015aa7;font-size:32px;font-weight:700;line-height:40px;display:flex;flex-direction:column}.jet-product-prices .best-price::after{content:" à vista no Boleto e pix";font-size:14px;font-weight:400;line-height:20px}.jet-product-prices .installment{clear:both;color:#757575;font-size:14px;font-weight:bolder;line-height:18px;padding-top:14px;font-weight:700;display:flex;flex-wrap:wrap;width:150px}.jet-product-prices .installment::before{content:"ou em ";display:block}.jet-product-prices .installment>.desc:first-child{font-size:0}.jet-product-prices .installment .installment-price .desc{display:block}.price-area .wrapper-area{display:flex;gap:16px;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width:764px){.price-area{margin:20px 0}}.jet-product-take-x-pay-y{margin-bottom:10px}.metersBox{display:flex;margin-top:20px;margin-bottom:30px}.metersBox .left{display:flex;flex-direction:column;font-weight:700}.metersBox .left strong{color:var(--primaryColor);font-size:22px;font-weight:700}.metersBox .divider{width:1px;height:50px;background:#dbdbdb;margin-left:30px;margin-right:30px}.metersBox .right .title{font-weight:700;margin-bottom:5px;display:block}.metersBox .right .input{background:#ebebeb;border-radius:5px;overflow:hidden}.metersBox .right .input button{border:none;height:30px;width:25px;background:0 0;color:var(--primaryColor);font-weight:900}.metersBox .right .input input{border:none;background:0 0;height:30px;outline:0;pointer-events:none;max-width:50px;text-align:center}.metersBox .right .boxes{margin-top:3px}.metersBox .right .boxes span{color:var(--primaryColor);font-weight:700}.jet-product-quantity{border:1px solid var(--primaryColor);border-radius:5px;width:fit-content;position:relative;margin:20px 0}.jet-product-quantity button{width:33px;height:34px;border:none;background:0 0;font-weight:700;border-radius:5px;font-size:18px;color:var(--primaryColor)}.jet-product-quantity input{border:none;text-align:center;height:30px;width:30px;color:var(--primaryColor);font-weight:400;font-size:23px}.title-product-kit .title{font-size:14px;display:block;margin-bottom:10px}.kit-products{display:flex;flex-wrap:wrap;margin-bottom:20px}.kit-products>.content{width:25%;padding:6px}.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}@media screen and (max-width:991px){.kit-products>.content{width:33.3333333333%}}.jet-modal.review .box{display:flex;gap:20px}.jet-modal.review .box>.column{width:calc(50% - 10px)}.jet-modal.review .box>.column>.title{font-weight:700;font-size:18px;margin-bottom:20px;display:block;color:var(--primaryColor)}.jet-modal.review .box .rating-container{max-height:568px;overflow-y:auto;padding:1px 1px}.jet-modal.review .box .rating-container::-webkit-scrollbar{width:5px;background:#cecece}.jet-modal.review .box .rating-container::-webkit-scrollbar-thumb{background:var(--black);border-radius:10px}.jet-modal.review .box .rating-container::-webkit-scrollbar-thumb:hover{background:var(--primaryColor)}@media screen and (max-width:764px){.jet-modal.review .box{flex-direction:column}.jet-modal.review .box>.column{width:100%}}.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/star.svg) center no-repeat;background-size:contain}.jet-product-rating-list .rating .info-author .rating-author span.active:before{background:url(/assets/icons/star-active.svg) center no-repeat;background-size:contain}.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-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{background-color:transparent;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;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}.jet-product-rating-registration form .container-form .container-field.rating .rate ul li input.active:before{background:url(/assets/icons/star-active.svg) center no-repeat;background-size:contain}.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(--black);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:var(--radiusButton);text-transform:uppercase;cursor:pointer;margin-top:var(--space-sm)}.also-section,.related-section{margin-bottom:40px!important}.also-section>.container,.related-section>.container{position:relative}.also-section .title-container,.related-section .title-container{color:#005aa9;font-weight:700;font-size:18px;text-transform:uppercase}.also-section .title-container::after,.also-section .title-container::before,.related-section .title-container::after,.related-section .title-container::before{content:"";flex:1;border-top:1px solid #ccc;margin:0 15px;background:0 0!important;height:0!important}.also-section .title-container strong,.related-section .title-container strong{font-weight:700}.also-section>.container,.related-section>.container{position:relative}.also-section>.container .jet-container,.related-section>.container .jet-container{position:relative;z-index:2}.also-section>.container .jet-container .jet-card.grid,.related-section>.container .jet-container .jet-card.grid{box-shadow:0 0 6px #ededed,0 0 10px #ededed;border-bottom:5px solid #fac600}@media screen and (max-width:1024px){.also-section>.container .jet-container .jet-card.grid,.related-section>.container .jet-container .jet-card.grid{padding:1rem}}.also-section .tns-controls [aria-controls],.related-section .tns-controls [aria-controls]{transform:rotate(-90deg)}.also-section .tns-controls [aria-controls][data-controls=prev],.related-section .tns-controls [aria-controls][data-controls=prev]{right:auto;left:0;transform:rotate(90deg)}@media screen and (max-width:764px){.also-section .jet-card,.related-section .jet-card{padding:7px}.also-section .jet-card .jet-card .product-image>a,.related-section .jet-card .jet-card .product-image>a{height:170px}.also-section .jet-card img,.related-section .jet-card img{height:160px}.also-section .jet-card .installment,.related-section .jet-card .installment{font-size:9px}.also-section .jet-card .content.data h3,.related-section .jet-card .content.data h3{font-size:11px}.also-section .jet-card .jet-product-flash-offer,.related-section .jet-card .jet-product-flash-offer{bottom:158px}.also-section .jet-card .jet-product-flash-offer .description,.related-section .jet-card .jet-product-flash-offer .description{display:none}.also-section .jet-card .jet-product-flash-offer .time-countdown span,.related-section .jet-card .jet-product-flash-offer .time-countdown span{padding:0 5px}.also-section.jet-showcase .tns-ovh,.related-section.jet-showcase .tns-ovh{padding:0 5px}}.shipping-area{max-width:100%;margin-top:20px;display:flex;gap:30px}.shipping-area>*{flex:1}.shipping-area jet-product-freight-calculation{padding:.5em 1em;border:1px solid #d4d4d5;display:flex;justify-content:center;align-items:center;gap:20px}.shipping-area .jet-product-freight-calculation{display:flex;position:relative;gap:16px;padding:14px 0;width:100%}.shipping-area .btns-pickup{display:none}.shipping-area .freight-container{width:100%;flex-direction:row}.shipping-area .freight-container .freight-input{position:relative;width:100%}.shipping-area .freight-container .freight-input button{position:absolute;right:0}.shipping-area .shipping-title{font-weight:500;margin-bottom:8px;width:140px;line-height:16px;display:flex;align-items:center}.shipping-area .freight-input{position:relative;width:200px}.shipping-area .freight-input input{height:36px;outline:0;width:calc(100% - 25px);font-size:14px;background:var(--white);border-radius:0 8px 8px 0;padding:0 20px;border:1px solid #c3c7b8}.shipping-area .freight-input button{position:absolute;top:0;right:0;height:30px;background:var(--black);border:none;color:var(--white);font-size:12px;padding:0 10px;letter-spacing:1px;transition:ease-in-out .3s;width:73px;height:36px}.shipping-area .freight-input button:hover{background:var(--primaryColor)}.shipping-area .freight-input+a{font-size:12px;text-decoration:underline;margin-top:8px;display:block;position:absolute;left:0;bottom:-20px;display:none}.shipping-area .result{margin-top:20px;display:flex;flex-wrap:wrap;flex-direction:column-reverse}.shipping-area .result .frete-message{color:#cd0006;font-size:12px;text-align:right;font-weight:700}@media screen and (max-width:991px){.shipping-area .result .frete-message{text-align:center;margin-bottom:8px}}.shipping-area .multicd-warning{display:none}@media screen and (max-width:991px){.shipping-area{max-width:100%;margin-top:40px;flex-direction:column}.shipping-area .shipping-title{font-size:12px;width:120px}.shipping-area .freight-container{width:100%;padding-left:0}}.simulador-frete{-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:0!important}.simulador-frete #simular-frete-submit{background-color:#000!important}.simulador-frete.ui.attached.segment{padding:.5em 1em;border:1px solid #d4d4d5}.simulador-frete .shipping-title{color:#000;font-weight:700}.simulador-frete table thead tr th{padding:5px 5px 15px!important}.simulador-frete table tbody tr td{padding:15px 5px!important;font-weight:400!important;text-align:center}.jet-product-name{font-size:22px;margin:10px 0 2px;font-weight:400;font-size:26px;color:#000;width:97%;padding-bottom:50px;margin:0;font-family:Arial,Helvetica,sans-serif!important;font-weight:500!important}@media screen and (max-width:991px){.jet-product-name{padding:42px 0 14px 0}}.jet-product-variations .reference.is-telescopio{opacity:0;visibility:hidden;height:1px}.jet-product-variations .title{font-weight:700;font-size:12px;display:block}.jet-product-variations .variations{display:flex;gap:10px;margin-top:10px;margin-bottom:20px;flex-wrap:wrap;cursor:pointer}.jet-product-variations .variations img{width:100px;height:100px}.jet-product-variations .variation-text{border:1px solid var(--black);padding:11px 21px;display:block;cursor:pointer;border-radius:4px;box-shadow:0 5px 6px #646163}.jet-product-variations .variation-color{width:42px;height:22px;display:block;cursor:pointer;border:2px solid transparent;border-radius:4px;box-shadow:0 5px 6px #646163}.jet-product-variations .variation{position:relative}.jet-product-variations .variation.sold::after{content:"x";position:absolute;bottom:-5px;right:-5px;background:var(--black);width:15px;height:15px;font-size:9px;border-radius:100%;color:var(--white);display:flex;align-items:center;justify-content:center}.jet-product-variations .active>img{box-shadow:0 0 0 3px rgba(0,0,0,.35)!important}.jet-product-variations .active>.variation-text{background:var(--black);color:var(--white)}.jet-product-variations .active>.variation-color{box-shadow:0 0 0 3px rgba(0,0,0,.35)!important}.jet-wishlist-add{position:absolute;z-index:2;top:10px;right:10px}.jet-wishlist-add span{font-size:0;width:35px;height:35px;background:url(/assets/icons/heart.svg) center no-repeat;background-size:25px;display:block;cursor:pointer}.jet-wishlist-add .remove-wish span{background:url(/assets/icons/heart-filled.svg) center no-repeat;background-size:25px}@media screen and (max-width:764px){.jet-wishlist-add{top:20px;right:20px}}.jet-product-progressive-discount img{max-width:130px}.progressive-discount-rules{margin-bottom:20px}.progressive-discount-rules>span{background:var(--black);display:block;text-align:center;text-transform:uppercase;font-weight:600;color:var(--primaryColor);padding:6px 0}.progressive-discount-rules>span::before{content:"";display:inline-block;width:30px;height:30px;background:url(/assets/icons/discountGreen.svg) center no-repeat;background-size:contain;vertical-align:-9px}.progressive-discount-rules .description{background:var(--primaryColor);color:var(--white);padding:10px 15px}jet-product-personalizations .jet-item{display:none}jet-product-personalizations .personalizar-produto{font-weight:700;display:flex;align-items:center;cursor:pointer;position:relative;padding-left:20px;padding-top:7px;padding-bottom:7px}jet-product-personalizations .personalizar-produto::before{content:"▶";display:inline-block;padding:4px;transform:rotate(-45deg);transition:transform .3s ease;position:absolute;left:0;top:50%;transform:translateY(-50%) rotate(0)}jet-product-personalizations.open .jet-item{display:block!important;padding:7px 0}jet-product-personalizations.open .personalizar-produto::before{transform:translateY(-50%) rotate(90deg)}.jet-product-personalizations{font-family:sans-serif;font-size:14px;color:#000;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);padding:16px}.jet-product-personalizations .jet-container{display:flex;flex-direction:column;gap:16px}.jet-product-personalizations .jet-itens .jet-item.radio .radio.checkbox{display:flex;align-items:center;margin-bottom:12px}.jet-product-personalizations .jet-itens .jet-item.radio .radio.checkbox .value{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;padding:2px 8px;font-size:12px;white-space:nowrap;margin-left:8px}.jet-product-personalizations .jet-itens .jet-item.radio .children{padding-left:24px;margin-top:8px;border-left:2px solid #e0e0e0}.jet-product-personalizations .jet-itens .jet-item.radio .children .child:not(:last-child){margin-bottom:16px}.jet-product-personalizations .jet-itens .jet-item.radio .children .child .jet-item.dropdown{display:flex;flex-direction:column;margin-bottom:16px}.jet-product-personalizations .jet-itens .jet-item.radio .children .child .jet-item.dropdown label{font-size:16px;margin-bottom:4px;color:#333}.jet-product-personalizations .jet-itens .jet-item.radio .children .child .jet-item.dropdown .select{position:relative}.jet-product-personalizations .jet-itens .jet-item.radio .children .child .jet-item.dropdown .select select{width:100%;padding:8px 24px 8px 12px;font-size:14px;color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:8px;appearance:none;cursor:pointer}.jet-product-personalizations .jet-itens .jet-item.radio .children .child .jet-item.dropdown .select::-ms-expand{display:none}.jet-product-personalizations .jet-itens .jet-item.radio .children .child .jet-item.dropdown .select::after{content:"▾";position:absolute;top:50%;right:12px;transform:translateY(-50%);pointer-events:none;color:#aaa;font-size:12px}.jet-product-personalizations .total-personalization{margin-top:24px;text-align:right;display:none}.jet-product-personalizations .total-personalization .title{display:none}.jet-product-personalizations .total-personalization .jet-button{background:0 0;border:1px solid #53b232;color:#fff;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:14px;transition:background .2s,color .2s;display:none}.jet-product-personalizations .total-personalization .jet-button:hover{background:#fff;color:#53b232}.mainPDP .box{display:flex;gap:60px;padding:0 16px}.mainPDP .box>.left{width:70%;position:relative}.mainPDP .box>.right{width:calc(40% - 60px)}.mainPDP .box>.right.show{visibility:visible}@media screen and (max-width:764px){.mainPDP .box{flex-direction:column;gap:0}.mainPDP .box>.left,.mainPDP .box>.right{width:100%}}.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;justify-content:center}.description-box .title-area button{background:0 0;margin-right:3%;border:0;box-shadow:none;font-weight:700;height:40px;align-self:flex-end;margin:0 0 -2px;border-radius:.28571429rem .28571429rem 0 0!important;padding:.85714286em 1.14285714em;text-transform:uppercase;font-size:14px;transition:color .1s ease;color:#999}.description-box .title-area button.active{font-weight:700;position:relative;z-index:2;color:var(--black);background:#f0f0f0}.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}}.floating-card{position:fixed;bottom:0;right:0;opacity:0;pointer-events:none;transition:opacity .4s ease,bottom .3s ease;display:none}@media screen and (min-width:1025px){.floating-card{display:block}}.floating-card.visible{opacity:1;pointer-events:auto;z-index:2}.floating-card .container-floating{background:#fff;-webkit-box-shadow:rgba(0,0,0,.3) 0 0 10px 0;box-shadow:0 0 10px 0 rgba(0,0,0,.3);display:none;right:0!important;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;z-index:9;padding-bottom:1em;max-width:300px!important;padding-left:30px;display:flex;flex-direction:column;gap:10px;align-items:start}.floating-card img{width:256px;height:auto}.floating-card .product-name{font-size:18px;line-height:1.4285em;color:rgba(0,0,0,.87);font-family:Arial,Helvetica,sans-serif!important;font-weight:500!important;text-align:center}.floating-card .product-price{font-size:18px;line-height:1.4285em;color:rgba(0,0,0,.87);font-family:Arial,Helvetica,sans-serif!important;font-weight:500!important;text-align:center;width:100%}.floating-card .installment{font-size:18px;line-height:1.4285em;color:rgba(0,0,0,.87);font-family:Arial,Helvetica,sans-serif!important;font-weight:500!important;text-align:center}.floating-card .buy-button{display:flex;align-items:center;justify-content:center;margin-top:24px;width:100%}.floating-card .buy-button button{width:100%;max-width:256px;height:36px;text-transform:uppercase;border:none;flex-shrink:0;border-radius:.28571429rem;background:var(--primaryColor);cursor:pointer;padding:6px 0;text-align:center;font-size:0;font-weight:700}.floating-card .buy-button button:hover{filter:brightness(.9)}.floating-card .buy-button button:after{content:"ADICIONAR AO CARRINHO";color:#fff;font-size:14px;font-style:normal;font-weight:700}.conjunto-carro-modelo{background:#005aa9;padding:10px 12px 5px;border-top:5px solid #fac600;margin-bottom:20px;display:none}@media screen and (max-width:764px){.conjunto-carro-modelo{margin-bottom:10px}}.conjunto-carro-modelo h1#nomecar{color:#fff;font-size:19px;font-style:normal;line-height:33px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px}.conjunto-carro-modelo h1#nomecar:before{content:"";background-image:url(/assets/img/car-table.svg);background-repeat:no-repeat;width:56.32px;height:56.32px;display:-webkit-box;display:-ms-flexbox;display:flex}.conjunto-carro-modelo span{color:#fff}#montadora{width:100%;padding:1rem;border:0;-webkit-box-shadow:none!important;box-shadow:none!important;margin-bottom:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fffdfd url(/assets/img/select-car-img.png) 100% 50% no-repeat;background-size:contain}#montadora,#montadora option{color:#848181}#montadora:before{content:"";top:0;right:0;width:30%;background:#f1cd42}#cars{width:100%;padding:1rem;border:0;-webkit-box-shadow:none!important;box-shadow:none!important;margin-bottom:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fffdfd url(/assets/img/select-car-img.png) 100% 50% no-repeat;background-size:contain}#cars,#cars option{color:#848181}#cars .option.out{display:none!important}#cars:before{content:"";top:0;right:0;width:30%;background:#f1cd42}.top-area{padding-top:15px}.top-area.has-banner{margin-top:-95px;position:relative;z-index:1}.top-area .box{display:flex;align-items:center;justify-content:space-between;background:var(--white);margin-top:-20px;border-top-left-radius:15px;border-top-right-radius:15px;padding:20px 20px 10px}.top-area .box>div{flex:1}.top-area .box>.title{text-align:center;text-transform:uppercase;position:relative}.top-area .box .views{display:flex;justify-content:end}.top-area .box>.bread{display:flex;align-items:center}.top-area .box .filter{display:flex;justify-content:right}.top-area .box .filter #pageSize,.top-area .box .filter .view{display:none}.top-area .box .filter #orderBy{cursor:pointer;border:none;background:0 0;color:var(--primaryColor);height:34px;padding:0 10px;border-radius:4px}.top-area .box .filter #orderBy option{background:var(--white);color:var(--primaryColor)}.ui.breadcrumb{display:flex;align-items:center}.ui.breadcrumb>li{color:var(--primaryColor)}.ui.breadcrumb>li a{color:var(--black)}.ui.breadcrumb>li+li::before{content:">";display:inline-block;margin:0 5px}.breadcrumbs-area .left{margin-bottom:25px;margin-top:20px}.breadcrumbs-area .left .ui.breadcrumb{display:block;text-align:left}.breadcrumbs-area .left .ui.breadcrumb>li{display:inline-block}@media screen and (max-width:991px){.breadcrumbs-area .left{margin-bottom:0}.breadcrumbs-area .left .ui.breadcrumb{overflow-x:auto}.breadcrumbs-area .left .ui.breadcrumb>li{display:inline}}.breadcrumbs-area .container-fullbanner,.breadcrumbs-area.pdp{background:url(/assets/img/bg.webp) center center no-repeat;height:108px;display:flex!important;align-items:center;justify-content:center;margin-bottom:57px;background-size:100%}@media screen and (max-width:991px){.breadcrumbs-area .container-fullbanner,.breadcrumbs-area.pdp{margin-bottom:21px}}.breadcrumbs-area .container-fullbanner .ui.container,.breadcrumbs-area.pdp .ui.container{text-align:center}.breadcrumbs-area .container-fullbanner .ui.breadcrumb,.breadcrumbs-area.pdp .ui.breadcrumb{display:block;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;white-space:pre;padding-left:10px}.breadcrumbs-area .container-fullbanner .ui.breadcrumb>li,.breadcrumbs-area.pdp .ui.breadcrumb>li{display:inline-block}.breadcrumbs-area .container-fullbanner .ui.breadcrumb>li a,.breadcrumbs-area.pdp .ui.breadcrumb>li a{font-size:18px;color:var(--primaryColor);text-transform:uppercase;line-height:1;cursor:pointer}.breadcrumbs-area .container-fullbanner .ui.breadcrumb>li:last-child,.breadcrumbs-area.pdp .ui.breadcrumb>li:last-child{display:none}@media screen and (max-width:991px){.breadcrumbs-area .container-fullbanner,.breadcrumbs-area.pdp{object-fit:cover;height:108px;background:url(/assets/img/bg.webp) center center no-repeat;background-size:cover;display:flex!important;align-items:center;justify-content:center}}#toggleFilter{background:var(--primaryColor);color:var(--white);border:none;display:flex;align-items:center;font-weight:700;letter-spacing:1px;font-size:18px;padding:10px 30px 30px;border-top-left-radius:15px;border-top-right-radius:15px}@media screen and (max-width:991px){.ui.breadcrumb{margin-bottom:5px;font-size:12px}.top-area{height:163px}.top-area.has-banner{margin-top:-55px}.top-area .box{flex-wrap:wrap;border-radius:0;padding:33px 16px}.top-area .box .filter{justify-content:space-between;padding:0 10px}.top-area .box>.title{order:3;margin-top:20px;width:100%}.top-area .box>.bread{padding-left:10px}.top-area .box>div{flex:none}.pdp-breads.ui.container{display:none}#toggleFilter{font-size:14px}#toggleFilter svg{height:20px}}.newsletter-container{background-color:#fac600;padding:2rem 1rem;display:flex;justify-content:center;align-items:center}.newsletter-container .newsletter-inner{width:100%;max-width:960px;text-align:center}.newsletter-container .newsletter-inner .ui.container .newsletter-label{font-size:1.2rem;font-weight:700;margin-bottom:1rem;display:flex;justify-content:center;align-items:center;gap:.5rem;color:#000}.newsletter-container .newsletter-inner .ui.container .newsletter-label .slashes{font-weight:900;font-size:1.5rem;color:#000}.newsletter-container .newsletter-inner .ui.container .newsletter-form{display:flex;justify-content:center}.newsletter-container .newsletter-inner .ui.container .newsletter-form .jet-newsletter{display:flex;flex-wrap:wrap;justify-content:center;width:100%}.newsletter-container .newsletter-inner .ui.container .newsletter-form .jet-newsletter .jet-news-itens{display:flex;justify-content:center;flex-wrap:wrap;width:100%}.newsletter-container .newsletter-inner .ui.container .newsletter-form .jet-newsletter .jet-news-itens .jet-input{width:100%;max-width:600px;background-color:#fff;position:relative;display:flex;height:40px}.newsletter-container .newsletter-inner .ui.container .newsletter-form .jet-newsletter .jet-news-itens .jet-input input{padding:1rem;width:100%;max-width:600px;border:none;border-radius:4px 0 0 4px;font-size:1rem;outline:0}.newsletter-container .newsletter-inner .ui.container .newsletter-form .jet-newsletter .jet-news-itens .jet-input:first-of-type{display:none}.newsletter-container .newsletter-inner .ui.container .newsletter-form .jet-newsletter .jet-news-itens .jet-button{padding:1rem 2rem;border:none;background:url(/assets/icons/newsletter-btn.png) center center no-repeat;min-height:40px;height:100%;min-width:112px;font-size:0;border-radius:0 4px 4px 0;clip-path:polygon(10% 0,100% 0,100% 100%,0 100%);cursor:pointer;position:inherit;left:33px}@media screen and (max-width:1024px){.newsletter-container .newsletter-inner .ui.container .newsletter-form .jet-newsletter .jet-news-itens .jet-button{left:8px}}.newsletter-container .newsletter-inner .ui.container .newsletter-form .jet-newsletter .jet-news-itens .jet-button:hover{background-color:#222}footer{padding:54px 0 22px;font-size:12px;background:var(--primaryColor);border-bottom:1px solid #c8c7c7}footer .margin.top.large{padding-top:3rem}@media screen and (max-width:1024px){footer .margin.top.large{padding-top:0}}footer .divider{display:block;margin:25px 0}@media screen and (max-width:1024px){footer ul{padding:1rem}}footer ul li{padding:3px 0}footer a,footer h5,footer p,footer span{color:#fff;font-size:14px;font-weight:400;line-height:25px;font-family:Arial,Helvetica,sans-serif!important;margin:0}@media screen and (max-width:1024px){footer a,footer h5,footer p,footer span{color:#151515}}footer .tireDuvidas{background:#f8ab00;color:#fff;font-size:12px!important;font-weight:400!important;border-radius:0;line-height:25px;font-family:Arial,Helvetica,sans-serif!important;margin-top:10px;margin-bottom:26px;width:157px;height:40px;justify-content:center}footer img.since{width:100%;height:auto;max-width:100px}footer .title-custom{text-transform:uppercase;font-weight:700;margin-bottom:16px;display:block;color:var(--white);font-size:16px}footer .title-custom::before{content:"";padding-right:18px;padding-left:18px;font-size:17px;margin-right:5px;background:url(/assets/icons/header-stripes.png)}footer .box{display:flex;gap:30px;margin-bottom:30px}footer .box>.column{flex:1}@media screen and (max-width:1024px){footer .box>.column:not(:last-child){border-bottom:1px solid #ffd42e}footer .box>.column svg{padding-left:16px}}footer .box>.column.about{min-width:30%}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;gap:10px}footer .contact-box a{display:flex;align-items:center;gap:8px}footer .jet-stamps .stamp-name{font-size:0;line-height:0;min-height:0}footer .jet-stamps img{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}@media screen and (max-width:1024px){footer .jet-payment-options .content.options{padding-left:16px}}footer .jet-payment-options img{width:40px;height:30px}footer .jet-payment-options img.pix{border-radius:4px;background:#fff;padding:0 2px}footer .jet-payment-options .jet-column.debit{display:none}footer .jet-social-network ul{display:flex;gap:10px}@media screen and (max-width:1024px){footer .jet-social-network ul{padding-left:16px;margin-top:10px;padding-bottom:14px}}footer .jet-social-network span{font-size:0;display:block;width:28px;height:28px}footer .jet-social-network span.bloger{background:url(/assets/icons/Blogger.svg) center no-repeat;background-size:28px}footer .jet-social-network span.facebook{background:url(/assets/icons/fb_1.svg) center no-repeat;background-size:28px}footer .jet-social-network span.youtube{background:url(/assets/icons/youtube.svg) center no-repeat;background-size:28px}footer .jet-social-network span.whatsapp{background:url(/assets/icons/whats_1.svg) center no-repeat;background-size:28px}footer .jet-social-network span.instagram{background:url(/assets/icons/instagram_1.svg) center no-repeat;background-size:28px}footer .jet-social-network span.tiktok{background:url(/assets/icons/Tiktok_1.svg) center no-repeat;background-size:28px;filter:invert(1)}footer .jet-social-network span.twitter{background:url(/assets/icons/twitter.svg) center no-repeat;background-size:28px}footer .jet-data-store .data,footer .jet-data-store .data-address{display:flex;gap:5px}@media screen and (max-width:991px){footer{padding:14px 0}footer .ui.container{margin:0!important;width:100%!important}footer .box{flex-direction:column;gap:0;margin-bottom:0}footer .box.second-line{margin-top:25px}footer .box.second-line{margin-top:25px;gap:40px;text-align:center}footer .title-custom{padding:1rem;font-weight:400;margin-bottom:0}footer .title-custom:not(.noToggle)::after{content:"";width:20px;height:20px;background:url(/assets/icons/arrow.svg) center no-repeat;background-size:18px;margin-left:auto;float:right;transform:rotate(-90deg);position:relative;top:2px;transition:ease-in-out .3s}footer .title-custom.active::after{transform:rotate(0)}footer .title-custom.no-line{border:none}footer .title-custom.no-line::after{display:none}footer .title-custom:not(.noToggle)+.custom-itens{display:none;background:#ffce15;margin:0 16px}footer .column.stamps-box{align-items:center}footer .column.stamps-box .title-custom::after{display:none}footer .column.stamps-box .custom-itens{display:flex;justify-content:center;margin-top:10px;padding-bottom:14px}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}}.ui.container.fluid.subFooter{background-color:var(--primaryColor);display:flex!important;justify-content:center!important;align-items:center!important;color:#fff;font-size:13px;font-weight:100;text-transform:uppercase;display:inline-block;font-family:Arial,Helvetica,sans-serif;padding-top:14px;padding-bottom:14px}@media screen and (max-width:1024px){.ui.container.fluid.subFooter{padding:1rem;text-align:center}}.floatingWpp{background:#1cd741;position:fixed;z-index:90;right:30px;bottom:-100px;padding:10px;display:flex;align-items:center;gap:10px;border-radius:40px;transition:ease-in-out .3s;border-radius:34px 8px 34px 34px}.floatingWpp.active{bottom:30px}.jet-stamps .content.stamps>.stamps{display:flex}.featuredProducts{visibility:hidden;opacity:0;min-height:400px}.featuredProducts.active{visibility:visible;opacity:1}.featuredProducts.showcase .tns-controls{top:-25px}@media screen and (max-width:991px){.featuredProducts .jet-showcase .tns-controls{top:-65px}}.showcase>.container{position:relative}.showcase>.container .jet-container{position:relative;z-index:2}.showcase>.container .jet-container .jet-card{box-shadow:0 0 6px #ededed,0 0 10px #ededed;border-bottom:5px solid #fac600}@media screen and (max-width:1024px){.showcase>.container .jet-container .jet-card{padding:.5rem}}.showcase .tns-controls [aria-controls]{transform:rotate(-90deg)}.showcase .tns-controls [aria-controls][data-controls=prev]{right:auto;left:0;transform:rotate(90deg)}.showcase.offerTime{padding-top:20px;padding-bottom:20px;margin-top:40px;background:url(/assets/img/bg-carro.webp) center center no-repeat}@media screen and (min-width:991px){.showcase.offerTime{padding-bottom:157px}}.showcase.offerTime .group-title{color:var(--white)!important}.jet-showcase{max-width:975px;width:100%;margin:auto}.jet-showcase .group-title,.jet-showcase .jet-title-page,.jet-showcase .title-container{font-size:22px;font-weight:400;padding:0;display:block;position:relative;z-index:1;margin:40px auto 10px;display:flex;align-items:center;gap:5px;margin-bottom:24px}.jet-showcase .group-title h2,.jet-showcase .group-title span,.jet-showcase .jet-title-page h2,.jet-showcase .jet-title-page span,.jet-showcase .title-container h2,.jet-showcase .title-container span{font-size:32px;margin:0;font-size:xx-large;padding-top:5px;text-transform:uppercase;letter-spacing:2px;font-weight:700!important}.jet-showcase .group-title::before,.jet-showcase .jet-title-page::before,.jet-showcase .title-container::before{content:"";display:block;width:42px;height:38px;background:url(/assets/icons/header-stripes.png) center center no-repeat;background-size:42px}.jet-showcase .group-title strong,.jet-showcase .jet-title-page strong,.jet-showcase .title-container strong{color:var(--primaryColor)}.jet-showcase .tns-nav{display:none}.jet-showcase .tns-ovh{padding:0 15px}.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:25%}.jet-showcase .jet-children:not(.tns-slider)>.jet-card:nth-child(n+5),.jet-showcase .jet-children:not(.tns-slider)>.jet-item:nth-child(n+5){display:none}@media screen and (max-width:991px){.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}}@media screen and (max-width:991px){.jet-showcase .jet-children{gap:0}.jet-showcase>.group-container>.jet-container,.jet-showcase>.jet-container{padding:1rem}.jet-showcase .group-title,.jet-showcase .title-container{padding:0 5px;font-size:16px}.jet-showcase .tns-ovh{padding:0}.jet-showcase .tns-nav{display:block;position:relative;bottom:0;margin-top:10px;display:none}}.infoBar{margin:22px 0}.infoBar .box{display:flex;justify-content:center;align-items:flex-start;gap:50px}.infoBar strong{display:block;text-transform:uppercase}.infoBar .item{display:flex;align-items:center;gap:10px}.infoBar .red{color:var(--primaryColor);font-weight:700}@media screen and (max-width:991px){.infoBar{font-size:12px;margin-bottom:0}.infoBar .box{gap:0}.infoBar .box:not(.tns-slider)>.item:nth-child(n+2){display:none}.infoBar .box .item{justify-content:center}.infoBar .tns-controls [aria-controls]{display:none}.infoBar .tns-nav{margin-top:20px}}