@charset "UTF-8";input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input,select,textarea{transition:all .5s ease-in-out;font-family:var(--fontText)!important}button{font-family:var(--fontText)!important}input[type=number]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,textarea:focus{outline:0;box-shadow:0 0 0 .2px inset var(--primaryColor)}body,html{font-family:var(--fontText);font-size:var(--fontSize);font-weight:300;display:flex;flex-direction:column;position:relative}body.overflow,html.overflow{overflow:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--fontText)}a{text-decoration:none}html{box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden}*,:after,:before{box-sizing:inherit}.ui.container{display:block;max-width:1320px;width:100%;margin-left:auto;margin-right:auto}.ui.container.fluid{width:100%;max-width:100%}.ui.container:not(.fluid){width:98%;max-width:1320px}[class*=flex-],[class*=flex]{display:flex!important}.flex{display:flex}.flex-center{align-items:center;justify-content:center}.flex-start{align-items:center;justify-content:flex-start}.flex-end{align-items:center;justify-content:flex-end}.flex-between{align-items:center;justify-content:space-between}.flex-wrap{flex-wrap:wrap}.flex-column{flex-direction:column}@media screen and (max-width:991px){.flex-column-mobile{flex-direction:column}}.flex-gap-sm{gap:var(--space-sm)}.flex-gap-md{gap:var(--space-md)}.flex-gap-lg{gap:var(--space-lg)}.flex-gap-xl{gap:var(--space-xl)}.flex-gap-xxl{gap:var(--space-xxl)}: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:'Roboto';--fontSize:14px;--fSM:12px;--fMD:14px;--fLG:16px;--fXL:18px;--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;--pc:#C11A26;--sc:#141414;--tc:#F1F1F1;--qc:#BD1218;--bgDark:#1F2023}@media screen and (min-width:1200px) and (max-width:1800px){:root{--fSM:10px;--fMD:12px;--fLG:14px;--fXL:16px}}: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;--space-xxl:4rem}@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}.pc{color:var(--pc)}.sc{color:var(--sc)}.tc{color:var(--tc)}[class*=-title],[class*=title]{color:var(--pc);font-size:var(--fXL);font-weight:700}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;padding:var(--space-md)}@media screen and (min-width:991px){jet-alert-me .jet-alert-me .alert-me .close-form{cursor:pointer}}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(--pc);color:var(--white);padding:var(--space-md) var(--space-lg);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;margin-top:var(--space-sm);transition:background-color ease-in-out .2s}@media screen and (min-width:991px){jet-alert-me .jet-alert-me .alert-me .alert form button{cursor:pointer}}jet-alert-me .jet-alert-me .alert-me .alert form button:hover{background-color:var(--qc)}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(--pc);color:var(--white);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;margin-top:var(--space-sm);transition:background-color ease-in-out .2s}@media screen and (min-width:991px){jet-alert-me .jet-alert-me form .container-form button{cursor:pointer}}jet-alert-me .jet-alert-me form .container-form button:hover{background-color:var(--qc)}jet-alert-me .jet-alert-me form .container-form button:disabled{background-color:var(--gray-light);color:var(--gray);cursor:default}#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}@media screen and (min-width:991px){#jet-alert .jet-action button{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}@media screen and (min-width:991px){#jet-alert .close-alert{cursor:pointer}}#jet-alert .close-alert{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{display:flex}jet-card.jet-card{padding:0;border-radius:0;background:0 0}.jet-card{position:relative;width:100%;padding:9px 12px 13px;border:none;border-radius:4px;background:var(--white)}@media screen and (min-width:991px){.jet-card{padding:33px 18px 0}}.jet-card .jet-container{display:flex;flex-direction:column;height:100%}.jet-card .content.data{flex:1}.jet-card .content.product-flag,.jet-card .flag-discount,.jet-card .flag-seal{display:none}.jet-card .content.product-brand,.jet-card .content.product-variation{display:none}.jet-card .product-rating{display:block;order:-1;margin:8px 0 0}@media screen and (min-width:991px){.jet-card .product-rating{position:absolute;top:9px;left:12px;margin:0}}.jet-card .product-rating .rating{display:flex;align-items:center;gap:3px}.jet-card .product-rating .rating>span{display:block;width:12px;height:12px;background:#e2e2e2;mask:url(/assets/icons/star-active.svg) center/contain no-repeat;-webkit-mask:url(/assets/icons/star-active.svg) center/contain no-repeat}.jet-card .product-rating .rating>.active{background:var(--pc)}.jet-card .jet-wishlist-add{display:block;position:absolute;top:9px;right:12px;z-index:2}.jet-card .product-wishlist .add-wish,.jet-card .product-wishlist .remove-wish{display:block;width:18px;height:16px;background:#2c2c2c}@media screen and (min-width:991px){.jet-card .product-wishlist .add-wish,.jet-card .product-wishlist .remove-wish{cursor:pointer}}.jet-card .product-wishlist .add-wish{mask:url(/assets/icons/wishlist.svg) center/contain no-repeat;-webkit-mask:url(/assets/icons/wishlist.svg) center/contain no-repeat}.jet-card .product-wishlist .remove-wish{background:var(--pc);mask:url(/assets/icons/wishlist-filled.svg) center/contain no-repeat;-webkit-mask:url(/assets/icons/wishlist-filled.svg) center/contain no-repeat}.jet-card .content.product-image{order:-1}.jet-card .product-image{position:relative;overflow:hidden;aspect-ratio:1/1}.jet-card .product-image>a{display:block;width:100%;height:100%}.jet-card .product-image img{width:100%;height:100%;object-fit:contain}.jet-card .has-alternate .alternate-image,.jet-card .has-alternate .main-image{transition:ease-in-out .5s}.jet-card .main-image{position:relative;left:0;height:100%}.jet-card .alternate-image{position:absolute;top:0;left:100%;width:100%;height:100%}.jet-card:hover .has-alternate .main-image{left:-100%}.jet-card:hover .has-alternate .alternate-image{left:0}.jet-card .product-info{display:flex;flex-direction:column;height:auto;justify-content:flex-start}.jet-card .product-name{display:block;margin-top:23px}@media screen and (min-width:991px){.jet-card .product-name{margin-top:24px}}.jet-card .product-name h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;min-height:34px;color:#636363;font-size:14px;font-weight:400;line-height:17px;text-transform:none;text-overflow:ellipsis;white-space:normal}@media screen and (min-width:991px){.jet-card .product-name h3{font-size:11px;line-height:14px;min-height:28px}}.jet-card .price{display:flex;flex-wrap:wrap;align-items:flex-end;column-gap:4px;min-height:101px;margin-top:7px}@media screen and (min-width:991px){.jet-card .price{margin-top:8px}}.jet-card .price .old-price{order:1;flex:0 0 100%}.jet-card .price .baseDiscount{order:2;flex:0 0 100%}.jet-card .price .best-price{order:3}.jet-card .price .installment{order:4}.jet-card .old-price{color:#555;font-size:13px;font-style:normal;line-height:1}@media screen and (min-width:991px){.jet-card .old-price{font-size:11px}}.jet-card .old-price span{display:inline;margin:0;text-decoration:line-through;font-style:normal}.jet-card .old-price:empty{display:none}.jet-card .baseDiscount{display:block;margin-top:4px;font-size:11px;line-height:1}@media screen and (min-width:991px){.jet-card .baseDiscount{margin-top:11px}}.jet-card .baseDiscount .priceDiscount{display:contents;color:#2c2c2c;font-size:15px;font-weight:700;line-height:1}@media screen and (min-width:991px){.jet-card .baseDiscount .priceDiscount{font-size:16px}}.jet-card .baseDiscount .descriptionDiscount,.jet-card .baseDiscount .textDiscount{color:var(--pc);font-size:13px;font-weight:700;line-height:1.1}@media screen and (min-width:991px){.jet-card .baseDiscount .descriptionDiscount,.jet-card .baseDiscount .textDiscount{font-size:11px;line-height:1.4}}.jet-card .baseDiscount .textDiscount::before{content:"\a";white-space:pre}.jet-card .baseDiscount .descriptionDiscount::before{content:" "}.jet-card .product-availability{display:none}.jet-card .best-price{color:#555;font-size:12px;font-weight:400;line-height:21px;margin-top:6px}@media screen and (min-width:991px){.jet-card .best-price{width:100%;margin-top:12px;font-size:11px;line-height:15px}}.jet-card .best-price::after{content:" no Boleto ou"}.jet-card .price:not(:has(.baseDiscount)) .best-price{flex:0 0 100%;margin-top:4px;color:#2c2c2c;font-size:15px;font-weight:700;line-height:1}@media screen and (min-width:991px){.jet-card .price:not(:has(.baseDiscount)) .best-price{margin-top:11px;font-size:16px}}.jet-card .price:not(:has(.baseDiscount)) .best-price::after{content:none}.jet-card .price:not(:has(.baseDiscount)) .installment{margin-top:6px}@media screen and (min-width:991px){.jet-card .price:not(:has(.baseDiscount)) .installment{margin-top:12px}}.jet-card .installment{min-width:0;overflow-wrap:anywhere;color:#555;font-size:12px;line-height:21px}@media screen and (min-width:991px){.jet-card .installment{font-size:11px;line-height:15px}}.jet-card .installment .description-installment{display:inline;font-size:0}.jet-card .installment .description-installment::after{content:" sem juros";font-size:13px}@media screen and (min-width:991px){.jet-card .installment .description-installment::after{font-size:11px}}.jet-card .content.action{display:block;margin:7px 0}@media screen and (min-width:991px){.jet-card .content.action{visibility:hidden}}.jet-card .content.action .product-buy{width:100%}@media screen and (min-width:991px){.jet-card:hover .content.action{visibility:visible}}.jet-card .buy-button,.jet-card .sold-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:none;height:34px;margin:0;border:none;border-radius:4px;background:var(--pc);color:var(--white);font-size:13px;font-weight:700;line-height:1;text-transform:uppercase}.jet-card .buy-button::before,.jet-card .sold-button::before{content:"";display:block;flex:0 0 auto;width:16px;height:16px;background:var(--white);mask:url(/assets/icons/cart.svg) center/contain no-repeat;-webkit-mask:url(/assets/icons/cart.svg) center/contain no-repeat}@media screen and (min-width:991px){.jet-card .buy-button,.jet-card .sold-button{cursor:pointer}}@media screen and (min-width:991px){.jet-card .buy-button{transition:background ease-in-out .2s}.jet-card .buy-button:hover{background:#c00510}}.jet-card.sold .content.action{visibility:visible}.jet-card.sold .sold-button{opacity:.75}@media screen and (min-width:991px){.jet-card.sold .sold-button{cursor:auto}}.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:calc(100dvh - 70px);justify-content:space-between}.floating-preview .container-preview .jet-cart-preview .content .cart-preview jet-gift:empty{display:none}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .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;flex:0 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:15px 10px 0;height:auto}.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}@media screen and (min-width:991px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd button{cursor:pointer}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd button{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}@media screen and (min-width:991px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-remove .remove{cursor:pointer}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-remove .remove{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:static;flex:0 0 auto;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 .zipcode{background:#fff;border:1px solid #ddd;padding:0 var(--space-md);font-size:var(--font-sm);outline:0;height:38px;width:calc(100% - 213px)}@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:#cacbcd;border:none;height:38px;width:100px;text-transform:uppercase;font-size:12px;border-radius:0}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .btns-pickup{display:flex;gap:8px;margin-top:12px}.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 .btns-pickup button{height:32px;padding:0 12px;border:1px solid #c9c9c9;border-radius:6px;background:var(--white);color:var(--sc);font-family:var(--fontText);font-size:12px;line-height:1;text-transform:none;transition:ease-in-out .2s}@media screen and (min-width:991px){.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 .btns-pickup button{cursor:pointer}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .btns-pickup button{flex:1 1 auto}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .btns-pickup button.active{border-color:var(--pc);background:var(--pc);color:var(--white);font-weight:700}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .btn-recalculate{display:block;margin-top:8px}.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}@media screen and (min-width:991px){.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}@media screen and (min-width:991px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping input{cursor:pointer}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping input{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{display:flex;align-items:center;padding:0 var(--space-sm);position:relative}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .tooltip:hover:after,.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .tooltip:hover:before{display:block}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .tooltip:before{content:attr(data-description);position:absolute;background-color:var(--black);color:var(--white);border-radius:5px;bottom:-18px;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;display:none;width:auto;right:25px;white-space:nowrap}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .shipping,.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total{display:block;font-size:14px;margin-bottom:var(--space-md);text-transform:uppercase}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .shipping>span,.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .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 .shipping>span>span,.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 .shipping .value,.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 .shipping,.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total{margin:var(--space-md) 0;font-size:var(--font-md)}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .cart-checkout{display:none}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .cart-button-finish{display:block;width:100%;height:41px;text-align:center;background:var(--black);color:var(--white);text-transform:uppercase;font-size:14px;font-weight:300;letter-spacing:.8px;border:none}@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}@media screen and (min-width:991px){.jet-summary-outstock .button-outstock button{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}@media screen and (min-width:991px){.closeCart{cursor:pointer}}.closeCart{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.active{display:flex}.jet-modal .closeModal{position:absolute;background:0 0;top:0;left:0;width:100%;height:100%;z-index:0}@media screen and (min-width:991px){.jet-modal .closeModal{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}@media screen and (min-width:991px){.jet-modal .jet-modal-content .jet-modal-close{cursor:pointer}}.jet-modal .jet-modal-content .jet-modal-close{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(--black);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}@media screen and (min-width:991px){.jet-policy-privacy .policy-container button{cursor:pointer}}.jet-policy-privacy .policy-container button{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}.floatingSearch{border-top:1px solid #e0e0e0;padding:20px 0;background:var(--white);top:119px;left:0;width:100%;z-index:99;visibility:hidden;opacity:0;transition:ease-in-out .3s}.floatingSearch.active{visibility:visible;opacity:1}.floatingSearch .box{width:98%;margin:auto;max-width:1325px}.floatingSearch .jet-search{position:relative}.floatingSearch .jet-search input{height:37px;width:100%;border:none;border-bottom:1px solid #e0e0e0}.floatingSearch .jet-button{position:absolute;right:0;height:37px;width:37px;border:none;background:url(/assets/icons/search.svg) center no-repeat;background-size:15px}.jet-search{position:relative}.jet-search-result .no-results{background:#fff;position:absolute;z-index:9;width:100%;top:calc(100% + 8px);padding:10px;display:flex;flex-direction:column;gap:10px;border-radius:5px}.search-result:not(.content){background:#fff;position:absolute;z-index:9;width:100%;top:calc(100% + 8px);padding:10px;display:flex;flex-direction:column;gap:10px;border-radius:5px}.search-result:not(.content) a{display:flex;align-items:center;gap:10px;text-transform:uppercase;color:var(--black)}.search-result:not(.content) a .info{display:flex;flex-direction:column}.search-result img{width:auto;max-height:85px}.search-result .old-price{margin-right:8px;font-size:12px;color:#9f9f9f;text-decoration:line-through}.search-result>a{border-top:1px solid #e0e0e0;padding-top:10px;margin-top:10px;font-size:12px;justify-content:center}@media screen and (max-width:764px){.floatingSearch{top:107px;padding:20px 10px}}.tns-nav{text-align:center;position:absolute;bottom:25px;display:flex;gap:12px;width:100%;justify-content:center}.tns-nav>[aria-controls]{width:50px;height:3px;padding:0;margin:0 5px;border:none;opacity:.3}@media screen and (min-width:991px){.tns-nav>[aria-controls]{cursor:pointer}}.tns-nav>[aria-controls]{background:var(--black);transition:ease-in-out .3s}.tns-nav>.tns-nav-active{opacity:1}@media screen and (max-width:764px){.tns-nav>[aria-controls]{width:30px}}.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}@media screen and (min-width:991px){.tns-controls [aria-controls]{cursor:pointer}}.tns-controls [aria-controls]{width:40px;height:40px;background:var(--black) url(/assets/icons/arrow.svg) 10px center no-repeat;background-size:18px;right:0;position:absolute;transform:rotate(90deg)}.tns-controls [aria-controls][disabled]{opacity:.5;cursor:auto}.tns-controls [aria-controls][data-controls=prev]{right:auto;left:0;transform:rotate(-90deg)}.tns-outer{overflow:hidden}.tns-outer [data-action],.tns-visually-hidden{display:none}.tns-slider{display:flex}.invalid-feedback{position:absolute;bottom:-18px;width:100%;animation:fadeIn;animation-duration:.5s;z-index:2;text-align:left}.invalid-feedback span{background-color:var(--red);color:#fff;font-size:11px;padding:.3rem .5rem;line-height:15px}textarea+.invalid-feedback{bottom:-15px}.input.ng-invalid{border-color:var(--red);animation:fadeIn;animation-duration:.5s}jet-menu{display:block;width:100%}jet-menu [class*=title]{color:inherit;font-size:inherit;font-weight:inherit}.menu-bar{position:relative;background:var(--sc)}.menu-bar .header-container{min-height:43px;gap:43px;overflow-x:clip;overflow-y:visible}.departamentos-toggle{display:flex;align-items:center;gap:8px;flex-shrink:0;padding:0;border:none;background:0 0;color:var(--white);font-family:var(--fontText);font-size:17px;line-height:21px;text-transform:capitalize}.departamentos-toggle img{display:block;width:24px;height:auto}.menu-desktop .jet-menu-itens{display:flex;align-items:center;gap:43px}.menu-desktop .menu-item{position:relative}.menu-desktop .menu-item>.title{display:flex;align-items:center;min-height:43px;color:var(--white);font-size:17px;line-height:21px;white-space:nowrap}.menu-desktop>.jet-menu>nav>.jet-menu-itens>.jet-item:not(.menu-item){position:relative}.menu-desktop>.jet-menu>nav>.jet-menu-itens>.jet-item:not(.menu-item)>.title{display:flex;align-items:center;min-height:43px;color:var(--white);font-size:17px;line-height:21px;white-space:nowrap}.menu-desktop>.jet-menu>nav>.jet-menu-itens>.jet-item:not(.menu-item)>.submenu{position:absolute;top:100%;left:0;z-index:10;visibility:hidden;opacity:0}.menu-desktop .menu-item .submenu{position:absolute;top:100%;left:0;z-index:10;padding-top:11px;visibility:hidden;opacity:0;transition:opacity .2s ease-in-out}.menu-desktop .menu-item .submenu>.container{position:relative;min-width:564px;padding:30px 37px 40px 47px;border-radius:16px;background:var(--qc);filter:drop-shadow(0 4px 2px rgba(0, 0, 0, .25))}.menu-desktop .menu-item .submenu>.container::before{content:"";position:absolute;top:-10px;left:40px;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:11px solid var(--qc)}.menu-desktop .menu-item:focus-within .submenu,.menu-desktop .menu-item:hover .submenu{visibility:visible;opacity:1}.menu-desktop .menu-item .submenu .submenu-titulo{display:block;margin-bottom:16px;color:var(--white);font-size:16px;font-weight:700;line-height:21px;text-transform:uppercase}.menu-desktop .menu-item .sub-container{column-count:3;column-gap:30px}.menu-desktop .menu-item .sub-container>li{break-inside:avoid}.menu-desktop .menu-item .sub-container>li>.title,.menu-desktop .menu-item .sub-container>li>a{display:block;position:relative;padding-left:21px;color:var(--white);font-size:14px;font-weight:500;line-height:39px}.menu-desktop .menu-item .sub-container>li>.title::before,.menu-desktop .menu-item .sub-container>li>a::before{content:"•";position:absolute;left:0}.menu-desktop .menu-item .submenu .submenu.last{position:static;padding-top:0;visibility:visible;opacity:1}.menu-desktop .menu-item .submenu .submenu.last>.container{min-width:0;padding:0;border-radius:0;background:0 0;filter:none}.menu-desktop .menu-item .submenu .submenu.last>.container::before{display:none}.menu-desktop .menu-item .category-image{display:none}.menu-desktop .menu-item.alinha-painel-direita .submenu{left:auto;right:0}.menu-desktop .menu-item.alinha-painel-direita .submenu>.container::before{left:auto;right:40px}.menu-desktop .menu-item.categoria-oculta,.menu-mobile-widget .menu-item.categoria-oculta{display:none}.departamentos-toggle-mobile{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:12px;margin-bottom:22px;border:none;border-radius:8px;background:var(--qc);color:var(--white);font-family:var(--fontText);font-size:16px;line-height:21px;text-transform:uppercase}.departamentos-toggle-mobile img{display:block;width:16px;height:16px;transform:rotate(90deg)}.menu-mobile-widget .jet-menu-itens{display:flex;flex-direction:column;gap:31px}.menu-mobile-widget .menu-item{position:static}.menu-mobile-widget .menu-item>.title{display:block;color:var(--pc);font-size:17px;line-height:21px}.menu-mobile-widget .category-image{display:none}.menu-mobile-widget .menu-item .submenu{position:fixed;top:84px;left:0;z-index:1;width:100%;height:calc(100% - 84px);overflow-y:auto;padding:24px 16px;background:var(--tc);transform:translateX(100%);transition:transform .3s ease-in-out}.menu-mobile-widget .menu-item .submenu.active{transform:translateX(0)}.menu-mobile-widget .menu-item .sub-container{display:flex;flex-direction:column;gap:31px}.menu-mobile-widget .menu-item .sub-container>li>.title,.menu-mobile-widget .menu-item .sub-container>li>a{display:block;color:var(--pc);font-size:17px;line-height:21px}.menu-mobile-widget .menu-item .submenu .submenu.last{position:fixed;top:84px}@media screen and (max-width:1400px){.menu-bar .header-container{gap:24px}.menu-desktop .jet-menu-itens{gap:24px}}@media screen and (min-width:991px){.departamentos-toggle,.menu-desktop .menu-item>.title{cursor:pointer}}.departamentos-drawer{position:absolute;top:100%;left:50%;transform:translateX(-50%);z-index:20;width:98%;max-width:1320px;visibility:hidden;opacity:0;transition:opacity .25s ease-in-out;pointer-events:none}.departamentos-drawer.active{visibility:visible;opacity:1;pointer-events:auto}.departamentos-inner{width:100%;max-width:525px;max-height:80vh;overflow-y:auto;padding:24px 30px 30px;border-radius:16px;background:var(--qc);filter:drop-shadow(0 4px 2px rgba(0, 0, 0, .25))}.departamentos-close{display:flex;align-items:center;gap:12px;width:100%;padding:0 0 20px;margin-bottom:20px;border:none;border-bottom:1px solid rgba(255,255,255,.35);background:0 0;color:var(--white);font-family:var(--fontText);font-size:14px;font-weight:700;text-transform:uppercase}.departamentos-links{gap:24px;padding:20px 0;margin-top:20px;border-top:1px solid rgba(255,255,255,.35)}.departamentos-links a{color:var(--white);font-size:14px;font-weight:700;text-transform:uppercase}.departamentos-links a+a{padding-left:24px;border-left:1px solid rgba(255,255,255,.35)}.departamentos-banner{display:block;min-height:320px}.departamentos-banner[hidden]{display:none}.departamentos-banner img{display:block;width:100%;height:auto}.departamentos-list .jet-menu-itens{display:block}.departamentos-list .menu-item{position:static}.departamentos-list .menu-item>.title{display:block;min-height:0;padding:12px 0;color:var(--white);font-size:14px;line-height:21px;text-transform:uppercase;white-space:normal}.departamentos-list .category-image,.departamentos-list .submenu{display:none}.menu-mobile-panel{position:absolute;top:84px;left:0;z-index:1;width:100%;height:calc(100% - 84px);overflow-y:auto;padding:24px 16px;background:var(--tc);transform:translateX(100%);transition:transform .3s ease-in-out}.menu-mobile-panel.active{transform:translateX(0)}.departamentos-list-mobile .jet-menu-itens{display:flex;flex-direction:column;gap:31px}.departamentos-list-mobile .menu-item>.title{display:block;color:var(--pc);font-size:17px;line-height:21px}.departamentos-list-mobile .category-image,.departamentos-list-mobile .submenu{display:none}@media screen and (min-width:991px){.departamentos-banner,.departamentos-close,.departamentos-links a{cursor:pointer}}.detail-buy-together{background:#1f2023;padding:32px 0}@media screen and (min-width:991px){.detail-buy-together{padding:56px 0 60px}}.detail-buy-together li:nth-child(n+3){display:none}@media screen and (min-width:991px){.detail-buy-together li:nth-child(n+3){display:flex}}.detail-buy-together li:nth-child(n+4){display:none}.detail-buy-together .jet-card .content.product-buy{margin-bottom:10px}.detail-buy-together .jet-card{border:1px solid #28b446}.jet-product-buy-together{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}@media screen and (min-width:991px){.jet-product-buy-together{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}}.buy-together-title{display:none}@media screen and (min-width:991px){.products-together{grid-column:1/4}}.products-together ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media screen and (min-width:991px){.products-together ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}.products-together li{display:flex}.products-together jet-card-buy-together{display:block;width:100%}.jet-card .content.product-buy{display:flex;justify-content:flex-end;margin-top:10px}.jet-card .add-together{display:flex;align-items:center;justify-content:center;width:29px;height:25px;padding:0;border:none;border-radius:4px;background:#939598;transition:background-color ease-in-out .2s}@media screen and (min-width:991px){.jet-card .add-together{cursor:pointer}}.jet-card .add-together::after{content:"";display:block;width:6px;height:11px;margin-top:-3px;border:solid var(--white);border-width:0 2px 2px 0;transform:rotate(45deg)}.jet-card .add-together:has(.product-remove){background:#28b446}.jet-card .add-together[disabled]{cursor:default}.jet-card .add-together .product-add,.jet-card .add-together .product-remove{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.result-buy-together{position:relative}@media screen and (min-width:991px){.result-buy-together{grid-column:4}}.result-buy-together .result{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"titulo total" "titulo botao";align-items:center;gap:6px 12px;height:100%;padding:16px 14px 16px 68px;border-radius:4px;background:var(--qc)}@media screen and (min-width:991px){.result-buy-together .result{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:24px;padding:130px 30px 30px}}.result-buy-together .result::before{content:"";position:absolute;top:50%;left:-7px;width:68px;height:68px;transform:translateY(-50%);background:url(/assets/icons/detail/buy-together-badge.svg) center/contain no-repeat}@media screen and (min-width:991px){.result-buy-together .result::before{top:0;width:124px;height:124px;transform:none}}.result-buy-together .title-result{grid-area:titulo;display:flex;flex-direction:column;align-items:flex-start;width:fit-content;margin:0;color:var(--white);font-size:0}.result-buy-together .title-result::before{content:"Compre tudo";font-size:18px;font-weight:400;line-height:22px}.result-buy-together .title-result::after{content:"Junto";font-size:40px;font-weight:700;line-height:44px}@media screen and (min-width:991px){.result-buy-together .title-result::before{font-size:22px;line-height:28px}.result-buy-together .title-result::after{font-size:56px;line-height:58px}}@media screen and (min-width:1200px){.result-buy-together .title-result::before{font-size:24px;line-height:30px}.result-buy-together .title-result::after{font-size:68px;line-height:68px}}.result-buy-together .item.summary{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.result-buy-together .item.total{grid-area:total;display:flex;align-items:baseline;justify-self:end;gap:6px;color:var(--white);white-space:nowrap}@media screen and (min-width:991px){.result-buy-together .item.total{justify-self:auto;margin-top:auto}}.result-buy-together .item.total .title{color:var(--white);font-size:13px;font-weight:400}.result-buy-together .item.total .value{font-size:20px;font-weight:700;line-height:26px}@media screen and (min-width:991px){.result-buy-together .item.total .value{font-size:30px;line-height:36px}}.result-buy-together button{grid-area:botao;justify-self:end;min-height:36px;padding:6px 16px;border:none;border-radius:8px;background:var(--black);color:var(--white);font-family:var(--fontText);font-size:13px;font-weight:700;text-transform:uppercase;transition:ease-in-out .2s}@media screen and (min-width:991px){.result-buy-together button{justify-self:auto;width:100%;min-height:45px;padding:8px 24px;font-size:16px;cursor:pointer}}.result-buy-together button:hover{background:#2c2c2c}.result-buy-together button.disabled,.result-buy-together button[disabled]{opacity:.55;cursor:default}section.detail-buy-together.is-empty{display:none}.detail-add-cart{display:block;min-height:110px;margin-bottom:29px}@media screen and (min-width:991px){.detail-add-cart{min-height:98px}}.detail-add-cart .jet-product-add-cart{display:flex;flex-direction:column;gap:14px}.detail-add-cart .btn-one-click{order:1}.detail-add-cart .btn-buy,.detail-add-cart .btn-recurrency,.detail-add-cart .btn-sold{order:2}.detail-add-cart button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:48px;padding:8px 16px;border:2px solid transparent;border-radius:8px;font-family:var(--fontText);font-weight:400;line-height:1.1;text-align:center;transition:ease-in-out .2s}@media screen and (min-width:991px){.detail-add-cart button{min-height:42px;cursor:pointer}}.detail-add-cart .one-click{background:#28b446;border-color:#28b446;color:var(--white);font-size:0}.detail-add-cart .one-click::after{content:"Comprar agora";font-size:18px}@media screen and (min-width:991px){.detail-add-cart .one-click::after{font-size:19px}}.detail-add-cart .one-click:hover{background:#229c3c;border-color:#229c3c}.detail-add-cart .add-cart{background:0 0;border-color:#28b446;color:#28b446;font-size:16px}.detail-add-cart .add-cart::before{content:"";display:block;flex:0 0 auto;width:22px;height:21px;background:url(/assets/icons/detail/carrinho-verde.svg) center/contain no-repeat}.detail-add-cart .add-cart:hover{background:rgba(40,180,70,.12)}.detail-add-cart .btn-alert-me,.detail-add-cart .recurrency,.detail-add-cart .sold{background:var(--sc);border-color:var(--sc);color:var(--white);font-size:16px}.detail-payment-open{display:flex;align-items:center;gap:10px;margin-bottom:39px;padding:0;border:none;background:0 0;color:var(--white);font-family:var(--fontText);font-size:12px;font-weight:700;line-height:18px;text-align:left;text-decoration:underline}@media screen and (min-width:991px){.detail-payment-open{cursor:pointer}}.detail-payment-open::after{content:"";display:block;flex:0 0 auto;width:18px;height:18px;background:url(/assets/icons/detail/chevron-pagamentos.svg) center/contain no-repeat}.detail-tabs{background:#424242;padding-bottom:40px}@media screen and (min-width:991px){.detail-tabs{padding-bottom:66px}}.tabs-bar{display:flex;align-items:stretch;gap:8px;margin:0 10px 10px}@media screen and (min-width:991px){.tabs-bar{justify-content:flex-start;margin:0 0 17px}}.tabs-button{display:flex;align-items:center;justify-content:center;flex:1 1 0;min-height:46px;padding:8px 16px;border:1px solid var(--qc);border-radius:6px;background:0 0;color:var(--white);font-family:var(--fontText);font-size:13px;font-weight:700;line-height:1.2;text-align:center;transition:ease-in-out .2s}@media screen and (min-width:991px){.tabs-button{flex:0 0 auto;min-height:38px;padding:8px 25px;font-size:16px;cursor:pointer}}.tabs-button:hover{background:rgba(189,18,24,.35)}.tabs-button.is-active{background:var(--qc)}.tabs-button.is-active:hover{background:var(--qc)}.tabs-panel{padding:24px 20px;border-radius:8px;background:#efefef}@media screen and (min-width:991px){.tabs-panel{padding:41px 47px 47px}}.tabs-panel[hidden]{display:none}.tabs-block+.tabs-block{margin-top:32px}.tabs-heading{margin:0 0 16px;color:var(--qc);font-size:16px;font-weight:700;line-height:22px}jet-product-description,jet-product-description-four,jet-product-description-three,jet-product-description-two{display:block;color:var(--sc);font-size:13px;line-height:20px}jet-product-description p,jet-product-description-four p,jet-product-description-three p,jet-product-description-two p{margin:0 0 12px}jet-product-description p:last-child,jet-product-description-four p:last-child,jet-product-description-three p:last-child,jet-product-description-two p:last-child{margin-bottom:0}jet-product-description iframe,jet-product-description img,jet-product-description video,jet-product-description-four iframe,jet-product-description-four img,jet-product-description-four video,jet-product-description-three iframe,jet-product-description-three img,jet-product-description-three video,jet-product-description-two iframe,jet-product-description-two img,jet-product-description-two video{display:block;max-width:100%}jet-product-description img,jet-product-description-four img,jet-product-description-three img,jet-product-description-two img{height:auto}jet-product-description table,jet-product-description-four table,jet-product-description-three table,jet-product-description-two table{width:100%;border-collapse:collapse}jet-product-description td,jet-product-description th,jet-product-description-four td,jet-product-description-four th,jet-product-description-three td,jet-product-description-three th,jet-product-description-two td,jet-product-description-two th{padding:6px 8px;border:1px solid #d9d9d9;text-align:left;vertical-align:top}.tabs-block:has(>jet-product-description-four:empty),.tabs-block:has(>jet-product-description-three:empty),.tabs-block:has(>jet-product-description-two:empty),.tabs-block:has(>jet-product-description:empty){display:none}.tabs-empty{display:none;margin:0;color:#636363;font-size:13px;line-height:20px}#panel-caracteristicas:not(:has(jet-product-description:not(:empty))):not(:has(jet-product-description-two:not(:empty))):not(:has(jet-product-description-three:not(:empty))):not(:has(jet-product-description-four:not(:empty))) .tabs-empty{display:block}jet-product-images{display:block;min-height:291px}@media screen and (min-width:768px){jet-product-images{min-height:474px}}@media screen and (min-width:991px){jet-product-images{min-height:349px}}@media screen and (min-width:1200px){jet-product-images{min-height:472px}}@media screen and (min-width:1348px){jet-product-images{min-height:558px}}jet-product-images img{display:block;width:100%;max-width:100%;height:100%;object-fit:contain}.jet-product-images{display:flow-root}@media screen and (min-width:768px){.jet-product-images{display:flex;align-items:center;gap:2.58%}}.jet-product-images>a{display:none}.jet-product-images>a:first-child{display:block;width:100%;background:var(--white);aspect-ratio:1.1828571429;margin-bottom:26px}@media screen and (min-width:768px){.jet-product-images>a:first-child{width:84.63%;margin-left:15.37%;aspect-ratio:1.4227769111;margin-bottom:24px}}@media screen and (min-width:768px){.jet-product-images .thumbs{flex:0 0 12.79%;max-width:12.79%}}.jet-product-images .thumbs .tns-vertical{flex-direction:column}.jet-product-images .thumbs .jet-children{overflow:hidden;aspect-ratio:1.1828571429}@media screen and (min-width:768px){.jet-product-images .thumbs .jet-children{border-radius:4px;background:var(--white);aspect-ratio:1.0692307692}}@media screen and (min-width:991px){.jet-product-images .thumbs .jet-children{cursor:pointer}}.jet-product-images .thumbs .jet-container:not(.tns-slider){display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow:hidden}@media screen and (min-width:768px){.jet-product-images .thumbs .jet-container:not(.tns-slider){grid-auto-flow:row;grid-auto-columns:auto;gap:6px}}.jet-product-images .image-container{flex:1 1 auto;min-width:0}.jet-product-images .image-container .image{position:relative;overflow:hidden;background:var(--white);aspect-ratio:1.4227769111}.jet-product-images .image-container a{display:block;width:100%;height:100%}@media screen and (min-width:991px){.jet-product-images .image-container a{cursor:zoom-in}}.jet-product-images .tns-outer{position:relative}.jet-product-images .tns-nav{position:static;display:flex;align-items:center;justify-content:center;gap:2px;width:100%;margin-top:16px}@media screen and (min-width:768px){.jet-product-images .tns-nav{display:none}}.jet-product-images .tns-nav>[aria-controls]{opacity:1;width:10px;height:10px;margin:0;padding:0;border:none;border-radius:50%;appearance:none;background:#b0b0b0;transition:background-color ease-in-out .3s}.jet-product-images .tns-nav>.tns-nav-active{opacity:1;background:var(--qc)}.jet-product-images .tns-controls{display:none}@media screen and (min-width:768px){.jet-product-images .tns-controls{display:flex;position:absolute;top:0;bottom:0;left:0;width:100%;transform:none;flex-direction:column;align-items:center;justify-content:space-between;pointer-events:none}}.jet-product-images .tns-controls [data-controls]{position:static;opacity:1;flex:0 0 auto;width:22px;height:22px;left:auto;right:auto;margin:0;padding:0;border:none;border-radius:50%;appearance:none;font-size:0;pointer-events:auto;background:var(--qc) url(/assets/icons/home/fullbanner-arrow.svg) center/contain no-repeat;transform:rotate(90deg)}@media screen and (min-width:991px){.jet-product-images .tns-controls [data-controls]{cursor:pointer}}.jet-product-images .tns-controls [aria-controls][data-controls=prev]{transform:rotate(-90deg)}.jet-product-images .tns-controls [data-controls][disabled]{display:none}.active-zoom .zoom-container{opacity:1;width:-webkit-fill-available;height:100%;max-height:100%;visibility:visible;cursor:crosshair}@media only screen and (max-width:991px){.active-zoom .zoom-container{width:100%;height:100%;opacity:1;visibility:visible;position:fixed;left:0;z-index:9999;background-size:cover}}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:3;width:0;opacity:0;height:0;visibility:hidden;top:0}.jet-modal.payment-methods .jet-modal-content{top:50%;left:50%;transform:translate(-50%,-50%);width:min(560px,100vw - 32px);max-width:none}.jet-modal.payment-methods .payment-form-title{display:block;margin-bottom:20px;padding-right:32px;color:var(--sc);font-size:16px;font-weight:700;line-height:22px;text-transform:uppercase}.jet-modal.payment-methods .payment-method-content{display:flex;align-items:stretch;gap:8px;margin-bottom:20px}.jet-modal.payment-methods .payment-method-item{display:flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--bgBorder);border-radius:8px;color:var(--sc);font-size:13px;text-transform:capitalize}@media screen and (min-width:991px){.jet-modal.payment-methods .payment-method-item{cursor:pointer}}.jet-modal.payment-methods .payment-method-item.selected{border-color:var(--qc);background:var(--qc);color:var(--white)}.jet-modal.payment-methods .payment-method-item.selected svg{fill:currentColor}.jet-modal.payment-methods .payment-method-icon svg{display:block;width:22px;height:22px}.jet-modal.payment-methods .jet-modal-close::before{content:"";display:block;width:16px;height:16px;background:var(--sc);mask:url(/assets/icons/close.svg) center/contain no-repeat;-webkit-mask:url(/assets/icons/close.svg) center/contain no-repeat}.jet-modal.payment-methods .gateways .list{padding:12px 0;border-bottom:1px solid var(--bgBorder);color:var(--sc);font-size:13px;line-height:20px}.jet-modal.payment-methods .gateways .list:last-child{border-bottom:none}.jet-modal.payment-methods .payment-info-name,.jet-modal.payment-methods .payment-info-value,.jet-modal.payment-methods .payment-name{font-weight:700}.jet-modal.payment-methods .payment-name small,.jet-modal.payment-methods .payment-name small:empty{display:none}.jet-modal.payment-methods .gateways ul{margin-top:8px}.jet-modal.payment-methods .gateways li{display:flex;align-items:baseline;gap:6px;padding:4px 0;color:var(--sc);font-size:13px;line-height:20px}.jet-modal.payment-methods .number-installment,.jet-modal.payment-methods .value-installment{font-weight:700}.jet-modal.payment-methods .number-installment .desc{font-weight:400}.jet-modal.payment-methods .total-installment{margin-left:auto;color:#636363;text-align:right}.detail-prices{display:block;min-height:158px;margin-bottom:11px}@media screen and (min-width:991px){.detail-prices{min-height:160px}}.detail-prices .jet-product-prices,.detail-prices .product-price{display:block}.detail-prices .price{display:flex;flex-direction:column;align-items:flex-start}.detail-prices .old-price{order:1;color:#d6d6d6;font-size:14px;line-height:20px;text-decoration:line-through}.detail-prices .old-price::before{content:"De: ";display:inline-block;text-decoration:none}.detail-prices .best-price{order:2;margin-bottom:6px;color:var(--white);font-size:16px;font-weight:700;line-height:22px}.detail-prices .best-price::before{content:"Por: "}.detail-prices .baseDiscount{order:3;display:flex;flex-direction:column;align-items:flex-start}.detail-prices .priceDiscount{display:flex;flex-direction:column;align-items:flex-start}.detail-prices .valueDiscount{color:#28b446;font-size:36px;font-weight:700;line-height:44px}@media screen and (min-width:991px){.detail-prices .valueDiscount{font-size:38px;line-height:46px}}.detail-prices .textDiscount{font-size:0}.detail-prices .textDiscount::after{content:"à vista no Pix ou Boleto";color:var(--white);font-size:12px;font-weight:700;line-height:18px}.detail-prices .descriptionDiscount{color:#28b446;font-size:12px;line-height:18px}.detail-prices .installment{order:4;display:block;margin-top:12px;color:var(--white);font-size:12px;line-height:18px}.detail-prices .installment-amount,.detail-prices .installment-price{font-weight:700}.detail-prices .installment .desc{font-weight:400}.detail-quantity{display:none!important}.jet-product-rating-list{color:var(--sc);font-size:13px;line-height:20px}.jet-product-rating-list .rating{display:flex;flex-direction:column;gap:8px;padding:16px 0;border-bottom:1px solid #d9d9d9}@media screen and (min-width:991px){.jet-product-rating-list .rating{flex-direction:row;gap:32px}}.jet-product-rating-list .rating:first-child{padding-top:0}.jet-product-rating-list .rating:last-child{border-bottom:none;padding-bottom:0}.jet-product-rating-list .info-author{display:flex;flex-direction:column;gap:2px}@media screen and (min-width:991px){.jet-product-rating-list .info-author{flex:0 0 210px}}.jet-product-rating-list .name-author{font-size:14px;font-weight:700}.jet-product-rating-list .rating-author{display:flex;align-items:center;gap:3px;margin:2px 0}.jet-product-rating-list .rating-author>span{display:block;width:14px;height:14px;background:#c9c9c9;mask:url(/assets/icons/star-active.svg) center/contain no-repeat;-webkit-mask:url(/assets/icons/star-active.svg) center/contain no-repeat}.jet-product-rating-list .rating-author>.active{background:var(--qc)}.jet-product-rating-list .city,.jet-product-rating-list .date,.jet-product-rating-list .email{color:#636363;font-size:12px}.jet-product-rating-list .city:empty,.jet-product-rating-list .date:empty,.jet-product-rating-list .email:empty{display:none}.jet-product-rating-list .description{display:flex;flex-direction:column;gap:4px;flex:1 1 auto;min-width:0}.jet-product-rating-list .description-title{font-size:14px;font-weight:700}.jet-product-rating-list .no-rating{display:block;color:#636363;font-size:13px;line-height:20px}.jet-product-rating-registration .container-form{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}@media screen and (min-width:991px){.jet-product-rating-registration .container-form{grid-template-columns:repeat(2,minmax(0,1fr))}}.jet-product-rating-registration .container-form>div:not([class]){display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:12px}@media screen and (min-width:991px){.jet-product-rating-registration .button-send,.jet-product-rating-registration .container-field.opnion,.jet-product-rating-registration .container-field.rating,.jet-product-rating-registration .container-field.title,.jet-product-rating-registration .show-email{grid-column:1/-1}}.jet-product-rating-registration .container-field{display:flex;flex-direction:column;gap:6px}.jet-product-rating-registration .invalid-feedback{position:static;color:var(--qc);font-size:12px;line-height:16px}.jet-product-rating-registration .container-field.title{color:var(--sc);font-size:13px;font-weight:400}.jet-product-rating-registration .container-field>span,.jet-product-rating-registration label{color:var(--sc);font-size:13px;font-weight:700;line-height:18px}.jet-product-rating-registration input[type=text],.jet-product-rating-registration select,.jet-product-rating-registration textarea{width:100%;padding:8px 10px;border:1px solid #c9c9c9;border-radius:6px;background:var(--white);color:var(--sc);font-size:13px;line-height:20px}.jet-product-rating-registration input[type=text],.jet-product-rating-registration select{height:38px;padding-top:0;padding-bottom:0}.jet-product-rating-registration textarea{min-height:96px;resize:vertical}.jet-product-rating-registration .rate ul{display:flex;align-items:center;gap:6px}.jet-product-rating-registration .rate .input-rating{appearance:none;width:26px;height:26px;margin:0;border:none;background:#c9c9c9;mask:url(/assets/icons/star-active.svg) center/contain no-repeat;-webkit-mask:url(/assets/icons/star-active.svg) center/contain no-repeat}@media screen and (min-width:991px){.jet-product-rating-registration .rate .input-rating{cursor:pointer}}.jet-product-rating-registration .rate .input-rating.active,.jet-product-rating-registration .rate .input-rating:hover{background:var(--qc)}.jet-product-rating-registration .rate .input-rating:focus-visible{outline:2px solid var(--qc);outline-offset:2px}.jet-product-rating-registration .show-email{flex-direction:row;align-items:center;gap:8px}.jet-product-rating-registration .show-email label{font-weight:400}.jet-product-rating-registration .show-email input{width:16px;height:16px;margin:0}@media screen and (min-width:991px){.jet-product-rating-registration .show-email input{cursor:pointer}}.jet-product-rating-registration .button-send button{min-height:42px;padding:8px 28px;border:none;border-radius:8px;background:var(--qc);color:var(--white);font-family:var(--fontText);font-size:14px;font-weight:700;transition:ease-in-out .2s}@media screen and (min-width:991px){.jet-product-rating-registration .button-send button{cursor:pointer}}.jet-product-rating-registration .button-send button:hover{background:#9e0f14}.jet-product-rating-registration .invalid-feedback{color:#c00510;font-size:12px;line-height:16px}.detail-shelf{background:#424242;padding:32px 0 40px}@media screen and (min-width:991px){.detail-shelf{padding:56px 0 60px}}.detail-shelf{min-height:481px}@media screen and (min-width:768px){.detail-shelf{min-height:625px}}@media screen and (min-width:991px){.detail-shelf{min-height:506px}}@media screen and (min-width:1200px){.detail-shelf{min-height:534px}}.detail-shelf+.detail-shelf{padding-top:32px}section.detail-shelf.is-empty{display:none}.shelf-heading{margin:0 0 16px;color:var(--white);font-size:20px;font-weight:700;line-height:26px;text-align:center;text-transform:uppercase}@media screen and (min-width:991px){.shelf-heading{margin-bottom:20px;font-size:22px;text-align:left}}.shelf-heading>span{color:var(--qc)}.detail-shelf .jet-children:not(.tns-slider){display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% + 15px)/ 2 - 15px);gap:15px;overflow:hidden}@media screen and (min-width:991px){.detail-shelf .jet-children:not(.tns-slider){grid-auto-columns:calc((100% + 15px)/ 5 - 15px)}}.detail-shelf .tns-outer{position:relative;overflow:visible}@media screen and (min-width:991px){.detail-shelf .tns-outer{padding:0 27px}}.detail-shelf .tns-ovh{overflow:hidden}.detail-shelf .tns-controls{display:none;position:absolute;top:50%;left:0;right:0;width:auto;transform:translateY(-50%);align-items:center;justify-content:space-between;pointer-events:none}@media screen and (min-width:991px){.detail-shelf .tns-controls{display:flex}}.detail-shelf .tns-controls [data-controls]{display:block;position:static;opacity:1;transform:none;flex:0 0 auto;width:25px;height:25px;left:auto;right:auto;margin:0;padding:0;border:none;border-radius:50%;appearance:none;font-size:0;pointer-events:auto;background:var(--qc) url(/assets/icons/home/fullbanner-arrow.svg) center/contain no-repeat}@media screen and (min-width:991px){.detail-shelf .tns-controls [data-controls]{cursor:pointer}}.detail-shelf .tns-controls [aria-controls][data-controls=prev]{transform:scaleX(-1)}.detail-shelf .tns-nav{position:static;display:flex;align-items:center;justify-content:center;gap:3px;width:100%;margin-top:16px}@media screen and (min-width:991px){.detail-shelf .tns-nav{display:none}}.detail-shelf .tns-nav>[aria-controls]{opacity:1;width:11px;height:11px;margin:0;padding:0;border:none;border-radius:50%;appearance:none;background:var(--white);transition:background-color ease-in-out .3s}.detail-shelf .tns-nav>.tns-nav-active{opacity:1;background:var(--qc)}.detail-shipping{display:block;min-height:106px}@media screen and (min-width:360px){.detail-shipping{min-height:70px}}@media screen and (min-width:390px){.detail-shipping{min-height:57px}}@media screen and (min-width:991px){.detail-shipping{min-height:56px}}.detail-shipping .jet-product-freight-calculation{display:flex;align-items:center;flex-wrap:wrap;gap:12px;min-height:57px;padding:8px 14px;border-radius:10px;background:#efefef}@media screen and (min-width:991px){.detail-shipping .jet-product-freight-calculation{min-height:56px}}.detail-shipping .shipping-title{flex:1 1 auto;color:var(--sc);font-size:13px;font-weight:400;line-height:18px}.detail-shipping .freight-container{display:contents}.detail-shipping .btns-pickup,.detail-shipping .result{flex:1 0 100%;min-width:0}.detail-shipping .freight-input{display:flex;align-items:center;gap:8px;position:relative}.detail-shipping .freight-input::before{content:"CEP:";position:absolute;top:50%;left:10px;transform:translateY(-50%);color:#636363;font-size:11px;line-height:1;pointer-events:none}.detail-shipping .freight-input input{width:120px;height:34px;padding:0 8px 0 44px;border:1px solid #c9c9c9;border-radius:6px;background:var(--white);color:var(--sc);font-size:12px}.detail-shipping .freight-input input::placeholder{color:#adadad}.detail-shipping .freight-input button{height:34px;padding:0 12px;border:none;border-radius:6px;background:#e30613;color:var(--white);font-family:var(--fontText);font-size:11px;line-height:1;transition:ease-in-out .2s}@media screen and (min-width:991px){.detail-shipping .freight-input button{cursor:pointer}}.detail-shipping .freight-input button:hover{background:#c00510}.detail-shipping .btns-pickup{display:flex;gap:8px}.detail-shipping .btns-pickup button{flex:1 1 auto;height:32px;padding:0 10px;border:1px solid #c9c9c9;border-radius:6px;background:var(--white);color:var(--sc);font-family:var(--fontText);font-size:12px;line-height:1;transition:ease-in-out .2s}@media screen and (min-width:991px){.detail-shipping .btns-pickup button{cursor:pointer}}.detail-shipping .btns-pickup button.active{border-color:#e30613;background:#e30613;color:var(--white);font-weight:700}.detail-shipping .result table{width:100%;border-collapse:collapse}.detail-shipping .result td,.detail-shipping .result th{padding:5px 4px;color:var(--sc);font-size:12px;text-align:left;overflow-wrap:anywhere}.detail-shipping .result thead th{border-bottom:1px solid #d9d9d9;font-size:11px;font-weight:700;text-transform:uppercase}.detail-shipping .result .freight-description th{padding-top:0;color:#636363;font-size:11px;font-weight:400}.detail-shipping .result .shipping{display:flex;align-items:flex-start;gap:8px;padding-top:5px}.detail-shipping .result .shipping+.shipping{margin-top:8px;border-top:1px solid #d9d9d9}.detail-shipping .result .shipping input[type=radio]{flex:0 0 auto;margin:3px 0 0}.detail-shipping .result .shipping .info{display:flex;flex-direction:column;flex:1 1 auto;gap:3px;min-width:0}.detail-shipping .result .shipping .name{display:flex;align-items:center;flex-wrap:wrap;color:var(--sc);font-size:12px;line-height:16px}.detail-shipping .result .shipping .value{font-weight:700}.detail-shipping .result .shipping .tooltip{margin-left:5px}.detail-shipping .result .shipping .address,.detail-shipping .result .shipping .time{color:#636363;font-size:11px;line-height:15px;overflow-wrap:anywhere}.detail-shipping .tooltip{display:inline-flex;align-items:center;position:relative;vertical-align:middle}@media screen and (min-width:991px){.detail-shipping .tooltip{cursor:help}}.detail-shipping .tooltip svg{display:block}.detail-shipping .tooltip::after{content:attr(data-description);display:none;position:absolute;left:0;bottom:calc(100% + 6px);z-index:3;width:max-content;max-width:200px;padding:6px 8px;border-radius:4px;background:var(--sc);color:var(--white);font-size:11px;font-weight:400;line-height:15px;text-align:left}.detail-shipping .tooltip:focus-visible::after,.detail-shipping .tooltip:hover::after{display:block}.detail-shipping .freight-container>a{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.detail-identity{display:flex;align-items:center;gap:12px;min-height:20px;margin-bottom:7px}.detail-brand{display:block;flex:0 0 auto}.detail-brand .jet-product-brand img{display:block;width:auto;max-width:100%;height:auto;max-height:50px;object-fit:contain}.detail-brand .brand-name{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.detail-rating{display:block;flex:0 0 auto}.detail-rating .rating{display:flex;align-items:center;gap:5px}.detail-rating .rating>span{display:block;width:20px;height:20px;background:#e2e2e2;mask:url(/assets/icons/star-active.svg) center/contain no-repeat;-webkit-mask:url(/assets/icons/star-active.svg) center/contain no-repeat}.detail-rating .rating>.active{background:var(--qc)}.detail-rating .rating-description{color:var(--white);font-size:12px}.detail-name{display:block;min-height:52px}@media screen and (min-width:991px){.detail-name{min-height:54px}}.detail-name .jet-product-name{margin:0 0 6px;color:var(--white);font-size:18px;font-weight:400;line-height:23px}@media screen and (min-width:991px){.detail-name .jet-product-name{font-size:19px;line-height:24px}}.detail-reference{min-height:18px;margin:0 0 13px;color:var(--white);font-size:12px;line-height:18px}.detail-reference .jet-product-sku::before{content:"Cod.: "}.detail-reference .jet-product-sku:empty{display:none}.detail-variations{display:block}.detail-variations .jet-product-variations:empty{display:none}.detail-variations .jet-product-variations:not(:empty){margin-bottom:13px;color:var(--white);font-size:12px}.detail-variations .title{display:block;margin-bottom:6px;color:var(--white);font-size:12px;font-weight:700}.detail-variations .reference{display:flex;flex-wrap:wrap;gap:8px}.detail-variations .variation-text{display:flex;align-items:center;justify-content:center;min-width:34px;min-height:34px;padding:0 8px;border:1px solid var(--white);border-radius:4px;color:var(--white);text-align:center}@media screen and (min-width:991px){.detail-variations .variation-text{cursor:pointer}}.detail-variations .variation-text.active,.detail-variations .variation-text.selected{border-color:var(--qc);background:var(--qc)}.detail-variations select{width:100%;height:38px;padding:0 8px;border:1px solid var(--white);border-radius:4px;background:var(--white);color:var(--sc);font-size:12px}.detail-page{background:#424242}.detail-top{background:#424242;padding-bottom:40px}@media screen and (min-width:991px){.detail-top{padding-bottom:66px}}@media screen and (min-width:991px){.detail-main{display:flex;align-items:flex-start;gap:9px}}@media screen and (min-width:991px){.detail-left{flex:1 1 auto;min-width:0}}@media screen and (max-width:990px){.detail-left{width:102.0408%;margin-left:-1.0204%;padding:0 1% 10px;background:var(--white)}}.detail-breadcrumbs{padding:15px 0;color:var(--sc);font-size:12px;text-align:right}@media screen and (min-width:991px){.detail-breadcrumbs{padding:18px 0 20px;color:var(--white);font-size:14px;text-align:left}}.detail-breadcrumbs jet-breadcrumbs{display:block;min-height:21px}.detail-breadcrumbs .jet-breadcrumbs .ui.breadcrumb{justify-content:flex-end}@media screen and (min-width:991px){.detail-breadcrumbs .jet-breadcrumbs .ui.breadcrumb{justify-content:flex-start}}.detail-breadcrumbs li{font-size:inherit}.detail-breadcrumbs li:last-child>span:not(.divider){color:var(--qc)}@media screen and (max-width:990px){.detail-breadcrumbs li:last-child{display:none}.detail-breadcrumbs li:nth-last-child(2)>a,.detail-breadcrumbs li:nth-last-child(2)>span:not(.divider){color:var(--qc)}.detail-breadcrumbs li:nth-last-child(2) .divider{display:none}}@media screen and (min-width:991px){.detail-buy{flex:0 0 418px;width:418px;padding:57px 29px 40px;background:#767676}}@media screen and (max-width:990px){.detail-buy{padding:24px 10px 32px}}.jet-breadcrumbs .ui.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:4px;margin:0;padding:0;list-style:none}.jet-breadcrumbs li{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:400;line-height:21px}.jet-breadcrumbs a{color:inherit;text-decoration:none}.jet-breadcrumbs .divider::after{content:"|"}.jet-breadcrumbs li:last-child>span:not(.divider){font-weight:500}.jet-breadcrumbs li:last-child .divider{display:none}.main-footer{--footer-bg:var(--bgDark);--footer-top-bg:#303030;--footer-line:rgba(255, 255, 255, .15)}.footer-container{width:98%;max-width:1320px;margin-left:auto;margin-right:auto}.footer-main{background:var(--footer-bg);padding:40px 0 48px}.footer-extra{align-items:flex-start;justify-content:center;gap:86px;margin-top:48px}.footer-block-heading{display:block;margin-bottom:24px;color:var(--qc);font-size:18px;font-weight:700;line-height:normal;text-transform:uppercase}.footer-social{text-align:center}jet-social-network{display:block}jet-social-network ul{display:flex;align-items:center;justify-content:center;gap:3px}jet-social-network a{display:block;width:34px;height:32px;background-color:#636363;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;transition:background-color ease-in-out .2s}jet-social-network a:hover{background-color:var(--white)}jet-social-network span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;font-size:0}jet-social-network a.instagram{mask-image:url(/assets/icons/footer/instagram.svg);-webkit-mask-image:url(/assets/icons/footer/instagram.svg)}jet-social-network a.linkedin{mask-image:url(/assets/icons/footer/linkedin.svg);-webkit-mask-image:url(/assets/icons/footer/linkedin.svg)}jet-social-network a.tiktok{mask-image:url(/assets/icons/footer/tiktok.svg);-webkit-mask-image:url(/assets/icons/footer/tiktok.svg)}jet-social-network a.whatsapp{mask-image:url(/assets/icons/footer/whatsapp.svg);-webkit-mask-image:url(/assets/icons/footer/whatsapp.svg)}jet-social-network a.youtube{mask-image:url(/assets/icons/footer/youtube.svg);-webkit-mask-image:url(/assets/icons/footer/youtube.svg)}jet-social-network a.blogger,jet-social-network a.facebook,jet-social-network a.pinterest,jet-social-network a.twitter,jet-social-network a.vimeo{display:flex;align-items:center;justify-content:center;width:32px;border:2px solid #636363;border-radius:50%;background-color:transparent;mask-image:none;-webkit-mask-image:none;transition:border-color ease-in-out .2s}jet-social-network a.blogger:hover,jet-social-network a.facebook:hover,jet-social-network a.pinterest:hover,jet-social-network a.twitter:hover,jet-social-network a.vimeo:hover{border-color:var(--white)}jet-social-network a.blogger:hover span,jet-social-network a.facebook:hover span,jet-social-network a.pinterest:hover span,jet-social-network a.twitter:hover span,jet-social-network a.vimeo:hover span{background-color:var(--white)}jet-social-network a.blogger span,jet-social-network a.facebook span,jet-social-network a.pinterest span,jet-social-network a.twitter span,jet-social-network a.vimeo span{position:static;width:16px;height:16px;clip:auto;clip-path:none;background-color:#636363;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;transition:background-color ease-in-out .2s}jet-social-network a.facebook span{mask-image:url(/assets/icons/fb.svg);-webkit-mask-image:url(/assets/icons/fb.svg)}jet-social-network a.pinterest span{mask-image:url(/assets/icons/pinterest.svg);-webkit-mask-image:url(/assets/icons/pinterest.svg)}jet-social-network a.twitter span{mask-image:url(/assets/icons/twitter.svg);-webkit-mask-image:url(/assets/icons/twitter.svg)}jet-payment-options{display:block}jet-payment-options .content.jet-container{display:none}jet-payment-options .all-flags{display:flex;align-items:center;flex-wrap:wrap;gap:11px}jet-payment-options img{display:block;width:50px;height:33px;object-fit:contain}.footer-bottom{background:var(--sc);padding:14px 0}.footer-bottom-container{align-items:center;gap:16px}.footer-security{flex-shrink:0;max-width:290px}.footer-security-heading{display:block;margin-bottom:14px;color:var(--white);font-size:14px;font-weight:600;line-height:18px}jet-stamps{display:block}jet-stamps .stamps{display:flex;align-items:center;flex-wrap:wrap;gap:14px}jet-stamps .stamp a{display:block}jet-stamps .stamp-name{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}jet-stamps img{display:block;width:auto;max-height:50px}.footer-copyright{margin:0;color:var(--white);font-size:11px;font-weight:700;line-height:15.7px;text-align:center}.footer-jet{display:flex;align-items:center;flex-shrink:0;gap:8px;color:var(--white);font-size:11px}.footer-jet svg{display:block}@media screen and (min-width:991px){.footer-jet,jet-social-network a,jet-stamps .stamp a{cursor:pointer}}@media screen and (max-width:991px){.footer-main{padding:0 0 24px}.footer-main .footer-container{width:100%;max-width:none}.footer-extra{flex-direction:column-reverse;align-items:center;gap:38px;margin-top:32px}.footer-block-heading{color:var(--pc);font-size:19.6px;text-align:center}.footer-payment{width:100%}jet-payment-options .all-flags{justify-content:center;gap:16px;max-width:232px;margin:0 auto}.footer-bottom-container{flex-direction:column;gap:24px;padding:14px 0}.footer-security{max-width:none;text-align:center}.footer-security-heading{font-size:17.5px;line-height:22.5px}jet-stamps .stamps{justify-content:center}.footer-copyright{max-width:320px;margin:0 auto;font-size:12px;font-weight:400;line-height:17.14px}}.footer-top{background:var(--footer-top-bg);padding:40px 0 45px}.footer-top-container{align-items:stretch;gap:1.46%}.footer-newsletter{position:relative;flex:1 1 42.65%;overflow:hidden;padding:14px 75px 15px;border-radius:15px;background:var(--qc)}@media screen and (max-width:1200px){.footer-newsletter{padding:14px 40px 15px}}.footer-newsletter-mark{position:absolute;top:-54px;left:-17px;width:244px;height:244px;opacity:.1;transform:rotate(-13.22deg);pointer-events:none}.footer-newsletter-watermark{position:absolute;top:55px;left:20%;color:rgba(255,255,255,.24);font-size:26px;font-weight:700;line-height:36px;text-transform:uppercase;white-space:nowrap;transform:translate(-50%,-50%) rotate(-15deg);pointer-events:none}.footer-newsletter-heading{position:relative;z-index:1;max-width:260px;margin:0 0 9px auto;color:var(--white);font-size:16px;font-weight:700;line-height:21px;text-align:center;text-transform:uppercase}jet-newsletter{display:block;position:relative;z-index:1}jet-newsletter .jet-news-itens{display:flex;flex-direction:column;gap:10px}jet-newsletter .jet-input{width:100%}jet-newsletter input{width:100%;height:44px;padding:0 13px;border:none;border-radius:7px;background:var(--white);color:var(--sc);font-family:var(--fontText);font-size:14px}jet-newsletter input::placeholder{color:#636363}jet-newsletter .jet-button{width:100%;height:44px;margin-top:8px;padding:0;border:none;border-radius:7px;background:#2c2c2c;color:var(--white);font-family:var(--fontText);font-size:16px;font-weight:700;text-transform:uppercase;transition:opacity ease-in-out .2s}jet-newsletter .jet-button:disabled{opacity:.6}jet-newsletter .invalid-feedback{position:static;width:fit-content;max-width:100%;margin-top:6px;padding:3px 8px;border-radius:4px;background:var(--sc);color:var(--white);font-size:12px;font-weight:700;line-height:18px}.footer-banner{display:block;flex:1 1 55.89%;align-self:center;min-width:0;overflow:hidden;border-radius:15px}.footer-banner .jetlazyload{display:block;width:100%;aspect-ratio:803/264}.footer-banner .image,.footer-banner .jet-banner,.footer-banner .jet-children,.footer-banner .jet-children-container,.footer-banner .jet-children>a,.footer-banner .jet-container{display:block}.footer-banner img{display:block;width:100%;height:auto}.footer-banner .description{display:none}@media screen and (max-width:991px){.footer-top{padding:0}.footer-top-container{width:100%;max-width:none;gap:0}.footer-newsletter{flex:0 0 auto;padding:19px 32px;border-radius:0}.footer-newsletter-mark{top:-42px;left:-18px;width:185px;height:185px}.footer-newsletter-watermark{display:none}.footer-newsletter-heading{max-width:none;margin:0 auto 12px;font-size:17.5px;line-height:24.5px}jet-newsletter .jet-news-itens{gap:12px}jet-newsletter input{height:51px;padding:0 15px;border-radius:8.5px;font-size:15px}jet-newsletter .jet-button{height:51px;margin-top:10px;border-radius:8.5px;background:var(--sc);font-size:17.5px}.footer-banner{flex:0 0 auto;align-self:auto;width:100%;max-width:430px;margin:0 auto;border-radius:0}.footer-banner .jetlazyload{aspect-ratio:430/637}}.footer-columns{align-items:flex-start;justify-content:space-between;gap:57px}.footer-brand{flex:0 0 auto;align-items:flex-start;gap:16px;width:435px}.footer-brand-logo{display:block;flex-shrink:0;margin-top:11px}.footer-brand-logo img{display:block;width:136px;height:auto}.footer-brand-text{margin:0;color:var(--white);font-size:16.4px;line-height:34px}.footer-brand-text strong{color:var(--qc)}.footer-contact{display:flex;flex-direction:column;flex:0 0 auto;gap:24px;width:319px}.footer-phone{display:block;color:var(--white);font-size:24.6px;font-weight:700;line-height:30px}.footer-contact-hours{margin:0;color:var(--white);font-size:16.4px;line-height:26.7px}jet-custom-pages{display:block;flex:0 0 auto;width:195px}.footer-accordion .title-custom{display:block;font-size:18.5px;font-weight:600;line-height:normal;text-transform:uppercase}.footer-accordion .custom-itens{margin-top:16px}.footer-accordion .custom-itens a,.footer-accordion li a{display:block;color:var(--white);font-size:16.4px;line-height:27px;transition:color ease-in-out .2s}.footer-accordion .custom-itens a:hover,.footer-accordion li a:hover{color:var(--qc)}.footer-accordion .title-custom::after{display:none}@media screen and (min-width:991px){.footer-accordion li a,.footer-brand-logo,.footer-phone{cursor:pointer}}@media screen and (min-width:991px) and (max-width:1365px){.footer-columns{gap:24px}.footer-brand{flex:0 1 435px;width:auto;min-width:0}.footer-contact{width:280px}}@media screen and (max-width:991px){.footer-columns{flex-direction:column;align-items:stretch;gap:0}.footer-brand{flex-direction:column;align-items:center;gap:16px;width:auto;padding:24px 16px;text-align:center}.footer-brand-logo{margin-top:0}.footer-brand-text{font-size:15px;line-height:27px}.footer-contact{gap:0;width:auto}jet-custom-pages{width:auto}.footer-accordion{border-bottom:1px solid var(--footer-line)}.footer-accordion .title-custom{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;font-size:18px}.footer-accordion .title-custom::after{content:"";display:block;flex-shrink:0;width:16px;height:16px;background-color:var(--pc);transition:transform ease-in-out .25s;transform:rotate(90deg);mask-image:url(/assets/icons/chevron.svg);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:url(/assets/icons/chevron.svg);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.footer-accordion .custom-itens{display:none;margin-top:0;padding:0 16px 16px}.footer-accordion.expanded .title-custom::after{transform:rotate(270deg)}.footer-accordion.expanded .custom-itens{display:block}}section.shelf{background:#424242;padding:14px 0 51px;min-height:474px}@media screen and (min-width:768px){section.shelf{min-height:618px}}@media screen and (min-width:991px){section.shelf{min-height:517px}}@media screen and (min-width:1200px){section.shelf{min-height:545px}}@media screen and (min-width:991px){section.shelf{padding:70px 0 57px}}@media screen and (max-width:991px){section.shelf{padding:14px 0 25px}}section.shelf+section.shelf{padding-top:25px}@media screen and (min-width:991px){section.shelf+section.shelf{padding-top:102px}}section.shelf:has(.shelf-container[data-side-banner=true]){background:#1f2023}section.shelf.is-empty{display:none}.content-shelf.reveal{opacity:0;transform:translateY(16px);transition:opacity .45s ease-out,transform .45s ease-out}.content-shelf.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.content-shelf.reveal{opacity:1;transform:none;transition:none}}.shelf-container .group-title{display:block;margin:0 0 16px;color:var(--qc);font-size:20px;font-weight:700;line-height:26px;text-align:center;text-transform:uppercase}@media screen and (min-width:991px){.shelf-container .group-title{margin-bottom:20px;font-size:22px;text-align:left;width:fit-content}}.shelf-container .group-title>span{color:var(--white)}.shelf-container .jet-children:not(.tns-slider){display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% + 16px)/ 2 - 16px);gap:16px;overflow:hidden}@media screen and (min-width:991px){.shelf-container .jet-children:not(.tns-slider){grid-auto-columns:calc((100% + 16px)/ 5 - 16px)}}.shelf-container .tns-outer{position:relative;overflow:visible}@media screen and (min-width:991px){.shelf-container .tns-outer{padding:0 27px}}.shelf-container .tns-ovh{overflow:hidden}.shelf-container .tns-controls{display:none;position:absolute;top:50%;left:0;right:0;width:auto;transform:translateY(-50%);align-items:center;justify-content:space-between;pointer-events:none}@media screen and (min-width:991px){.shelf-container .tns-controls{display:flex}}.shelf-container .tns-controls [data-controls]{display:block;position:static;opacity:1;transform:none;flex:0 0 auto;width:25px;height:25px;left:auto;right:auto;margin:0;padding:0;border:none;border-radius:50%;appearance:none;font-size:0;pointer-events:auto;background:var(--qc) url(/assets/icons/home/fullbanner-arrow.svg) center/contain no-repeat}@media screen and (min-width:991px){.shelf-container .tns-controls [data-controls]{cursor:pointer}}.shelf-container .tns-controls [aria-controls][data-controls=prev]{transform:scaleX(-1)}.shelf-container .tns-nav{position:static;display:flex;align-items:center;justify-content:center;gap:3px;width:100%;margin-top:16px}@media screen and (min-width:991px){.shelf-container .tns-nav{display:none}}.shelf-container .tns-nav>[aria-controls]{opacity:1;width:11px;height:11px;margin:0;padding:0;border:none;border-radius:50%;appearance:none;background:var(--white);transition:background-color ease-in-out .3s}.shelf-container .tns-nav>.tns-nav-active{opacity:1;background:var(--qc)}.shelf-container[data-side-banner=true]{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"titulo" "banner" "trilho";gap:16px}@media screen and (min-width:991px){.shelf-container[data-side-banner=true]{grid-template-columns:minmax(0,1fr) 296px;grid-template-areas:"titulo titulo" "trilho banner";gap:20px 15px}}.shelf-container[data-side-banner=true]>.group-title{grid-area:titulo;margin-bottom:0}.shelf-container[data-side-banner=true]>.jet-children,.shelf-container[data-side-banner=true]>.tns-outer{grid-area:trilho}.shelf-container[data-side-banner=true]>.shelf-side-banner{grid-area:banner;display:block}.shelf-container[data-side-banner=true]>.shelf-side-banner .image,.shelf-container[data-side-banner=true]>.shelf-side-banner .jet-children,.shelf-container[data-side-banner=true]>.shelf-side-banner .jet-children>a{display:block}.shelf-container[data-side-banner=true]>.shelf-side-banner .description{display:none}.shelf-container[data-side-banner=true] .shelf-side-banner img{display:block;width:100%;height:auto;aspect-ratio:397/218;object-fit:cover}@media screen and (min-width:991px){.shelf-container[data-side-banner=true] .shelf-side-banner img{aspect-ratio:296/419}}.detail-infobar{background:#1f2023;padding:40px 0}@media screen and (min-width:991px){.detail-infobar{padding:107px 0}}.infobar-heading{margin:0 0 24px;color:var(--white);font-size:15px;font-weight:400;line-height:24px;text-align:center}@media screen and (min-width:991px){.infobar-heading{font-size:16px;line-height:20px}}.infobar-heading>strong{display:block;color:var(--qc);font-weight:700}@media screen and (min-width:991px){.infobar-heading>strong{display:inline}}.infobar-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}@media screen and (min-width:991px){.infobar-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}}.infobar-item{display:flex;flex-direction:column;gap:10px}.infobar-figure{display:block;width:100%;max-width:217px;margin:0;overflow:hidden;border-radius:6px;background:#2c2c2c;aspect-ratio:217/184}@media screen and (min-width:991px){.infobar-figure{margin:0 auto}}.infobar-figure img{display:block;width:100%;height:100%;object-fit:contain}.infobar-caption{margin:0;color:var(--white);font-size:12px;line-height:20px;text-transform:uppercase}@media screen and (min-width:991px){.infobar-caption{max-width:217px;margin:0 auto;text-align:center}}