@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:400;display:flex;flex-direction:column;position:relative}body.overflow,html.overflow{overflow:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--fontText)}a{text-decoration:none}html{box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden}*,:after,:before{box-sizing:inherit}.ui.container{display:block;max-width:1320px;width:100%;margin-left:auto;margin-right:auto}.ui.container.fluid{width:100%;max-width:100%}.ui.container:not(.fluid){width:98%;max-width:1320px}:root{--bgBody:#fff;--textBody:#000;--bgHeader:#fff;--colorHeader:#000;--bgMenu:#fff;--colorMenu:#000;--bgCard:var(--bgBody);--colorCard:#000;--bgNews:#000;--colorNews:#fff;--bgFooter:#fff;--colorFooter:#000;--fontText:"Noto Sans";--fontSize:14px;--cardAlign:center;--cardFlexAlign:start;--radiusButton:0;--bgButton:#fff;--bgBorder:#e5e5e5;--colorButton:#000;--bgButtonSecondary:#F7F7F7;--bgBorderSecondary:#F7F7F7;--colorButtonSecondary:#000;--bgButtonCheckout:#000;--bgBorderCheckout:#000;--colorButtonCheckout:#fff;--black:#000;--white:#fff;--mainPink:#d8127e}:root{--blue:#007bff;--indigo:#6c7293;--purple:#6f42c1;--pink:#e83e8c;--red:#A91919;--red-dark:#c80642;--orange:#fd7e14;--yellow:#ffe623;--green:#28a745;--teal:#20c997;--teal-dark:#1bc5bd;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--gray-light:#ddd;--primary:#5867dd;--secondary:#e1e1ef;--success:#0abb87;--info:#5578eb;--warning:#ffb822;--danger:#fd397a;--light:#f7f7f7;--dark:#1a1a27;--facebook:#3b5998;--google:#dd4b39;--font-sm:12px;--font-md:14px;--font-lg:16px;--font-xl:20px;--font-xxl:25px;--font-big:30px;--space-sm:0.5rem;--space-md:1rem;--space-lg:2rem;--space-xl:3rem}@media screen and (max-width:991px){.mobile-hide{display:none!important}}.mobile-only{display:none!important}@media screen and (max-width:991px){.mobile-only{display:block!important}}@media screen and (max-width:991px) and (min-width:768px){.tablet-hide{display:none!important}}@media screen and (min-width:992px){.computer-hide{display:none!important}}.hideme{display:none!important}jet-alert-me{width:100%;margin-top:var(--space-lg)}jet-alert-me .jet-alert-me{position:fixed;top:0;right:-100%;background:#fff;height:100%;padding:2rem;width:100%;max-width:500px;z-index:102}jet-alert-me .jet-alert-me.open{animation:fadeInRight;animation-duration:1s;right:0}jet-alert-me .jet-alert-me.closed{animation:fadeOutRight;animation-duration:1s}jet-alert-me .jet-alert-me .alert-me{position:relative;margin-top:var(--space-xl)}jet-alert-me .jet-alert-me .alert-me .close-form{background:0 0;border:0;position:absolute;right:-.5rem;top:-1.5rem;transform:translateY(-50%);outline:0;cursor:pointer;padding:var(--space-md)}jet-alert-me .jet-alert-me .alert-me .close-form:after{content:"X";display:block;outline:0;font-size:var(--font-xl)}jet-alert-me .jet-alert-me .alert-me .close-form span{display:none}jet-alert-me .jet-alert-me .alert-me .alert-text{display:block;text-align:center;line-height:20px;font-size:var(--font-md)}jet-alert-me .jet-alert-me .alert-me .alert{display:flex;align-items:center;justify-content:space-between;margin-top:var(--space-lg)}jet-alert-me .jet-alert-me .alert-me .alert .image{flex:1;padding-right:var(--space-md)}jet-alert-me .jet-alert-me .alert-me .alert .image img{max-width:100%}jet-alert-me .jet-alert-me .alert-me .alert form{flex:1}jet-alert-me .jet-alert-me .alert-me .alert form .container-field{position:relative}jet-alert-me .jet-alert-me .alert-me .alert form button{background-color:var(--mainPink);color:var(--white);padding:var(--space-md) var(--space-lg);border:1px solid var(--bgBorder);border-radius:0;font-weight:600;font-size:var(--font-md);width:100%;border:0;outline:0;text-transform:uppercase;cursor:pointer;margin-top:var(--space-sm)}jet-alert-me .jet-alert-me form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:var(--space-xl)}jet-alert-me .jet-alert-me form .container-form{width:100%;text-align:center}jet-alert-me .jet-alert-me form .container-form .container-field{position:relative}jet-alert-me .jet-alert-me form .container-form .container-field label{display:none;font-weight:600;font-size:var(--font-md)}jet-alert-me .jet-alert-me form .container-form .container-field input{background-color:#fff;border:1px solid #eee;padding:1rem;font-size:var(--font-md);margin:var(--space-sm) auto 0;border-radius:0;width:100%;appearance:none}@media only screen and (max-width:764px){jet-alert-me .jet-alert-me form .container-form .container-field input{font-size:var(--font-lg)}}jet-alert-me .jet-alert-me form .container-form button{background-color:var(--bgButton);color:#fff;padding:var(--space-md) var(--space-lg);font-weight:600;font-size:var(--font-md);width:100%;border:0;outline:0;border-radius:.5rem;text-transform:uppercase;cursor:pointer;margin-top:var(--space-sm)}jet-alert-me .jet-alert-me form .container-form button:disabled{background-color:var(--gray-light);cursor:default;color:var(--gray)}#jet-alert{position:fixed;top:var(--space-lg);right:var(--space-lg);z-index:9999;padding:var(--space-lg);width:auto;min-width:300px;border-radius:var(--space-sm);text-align:center;animation:fadeInDown;animation-duration:.3s}@media only screen and (max-width:764px){#jet-alert{right:var(--space-sm);padding:var(--space-md)}}#jet-alert.error{background:#ff7474;color:#fff}#jet-alert.success{background:#57da9e;color:#fff}#jet-alert.close{animation:fadeIn;animation-duration:.3s}#jet-alert.hidden{display:none}#jet-alert.confirm{background:#ff7474;color:#fff;line-height:25px}#jet-alert.info{background:var(--light);color:var(--textBody)}#jet-alert.info .jet-action button.cancel{background-color:#fff;color:var(--textBody);box-shadow:0 0 0 1px inset var(--textBody)}#jet-alert.info .jet-action button.confirm{color:var(--colorButton);background-color:var(--bgButton)}#jet-alert .jet-alert-message{padding:0 var(--space-md)}#jet-alert .jet-alert-message .time-products{display:flex;flex-direction:column;line-height:var(--font-xl);margin:var(--space-md);line-height:var(--font-xl);margin:var(--space-md)}#jet-alert .jet-action button{background:0 0;border:0;margin:var(--space-md);padding:var(--space-md);border-radius:var(--space-sm);outline:0;cursor:pointer}#jet-alert .jet-action button.cancel{background-color:#e06060;color:#fff}#jet-alert .jet-action button.confirm{color:#fff;background-color:#000}#jet-alert .close-alert{background:0 0;border:0;outline:0;position:absolute;top:0;right:0;padding:var(--space-md);display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;height:100%}#jet-alert .close-alert span{display:none}#jet-alert .close-alert svg{width:100%;max-width:15px;color:#fff}@-webkit-keyframes spinner{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.jet-card{position:relative}.jet-card.sold{opacity:.6}.jet-card.sold::after{content:"Esgotado";position:absolute;top:0;right:15px;background:var(--black);font-size:13px;padding:2px 8px;font-weight:400;color:var(--white)}.jet-card .jet-wishlist-add{display:none}.jet-card .add-wish,.jet-card .remove-wish{display:none}.jet-card .baseDiscount{display:none}.jet-card .jet-container{display:flex;flex-direction:column}.jet-card .content{background:var(--white);text-align:center;position:relative}.jet-card .content.product-flag{position:absolute;top:6px;left:6px;z-index:2;max-width:100px;background:0 0}.jet-card .content.product-flag .flag-discount{background:var(--mainPink);color:var(--white);font-size:16px;padding:2px 7px;text-align:center;border-radius:4px}.jet-card .content.product-flag .product-flag{display:flex;flex-direction:column;gap:5px}.jet-card .content.product-brand{display:none}.jet-card .content.images{order:1}.jet-card .content.data{padding:10px;order:2}.jet-card .content.data h3{font-weight:400;font-size:14px;line-height:19px;margin:0 0 5px;min-height:38px;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow-y:hidden;overflow-x:hidden;display:-webkit-box;font-family:"Roboto Condensed"}.jet-card .content.data .product-rating{display:none}.jet-card .content.action{order:3;padding:0 10px 14px}.jet-card .content.action .content.product-buy{opacity:1;transition:ease-in-out .3s}@media only screen and (max-width:991px){.jet-card .content.action .content.product-buy{opacity:1}}.jet-card .content.action a,.jet-card .content.action button,.jet-card .content.action span{text-transform:uppercase;text-align:center;display:block;width:100%;height:36px;line-height:33px;background:var(--mainPink);border-radius:6px;font-weight:700;border:none;color:var(--white);letter-spacing:.5px;cursor:pointer;transition:ease-in-out .3s}.jet-card .content.action a.sold-button,.jet-card .content.action button.sold-button,.jet-card .content.action span.sold-button{background:var(--black);color:var(--white)}.jet-card .content.action a.sold-button::before,.jet-card .content.action button.sold-button::before,.jet-card .content.action span.sold-button::before{background:url(/assets/icons/megaphone.svg) center no-repeat;background-size:contain;filter:invert(0)}.jet-card .content.action a.oneClick,.jet-card .content.action button.oneClick,.jet-card .content.action span.oneClick{border:1px solid var(--mainPink);background:var(--white);color:var(--mainPink);font-weight:400;text-transform:none;letter-spacing:1px;margin-top:10px;text-transform:uppercase;display:none}@media only screen and (max-width:991px){.jet-card .content.action a.oneClick,.jet-card .content.action button.oneClick,.jet-card .content.action span.oneClick{font-size:8px}}.jet-card .content.action a:hover,.jet-card .content.action button:hover,.jet-card .content.action span:hover{opacity:.9}@media only screen and (max-width:991px){.jet-card .content.action a,.jet-card .content.action button,.jet-card .content.action span{font-size:10px}}.jet-card .content.action span{line-height:37px}.jet-card img{width:100%;height:auto;float:left}.jet-card .has-alternate .alternate-image,.jet-card .has-alternate .main-image{transition:ease-in-out .5s}.jet-card .flag-seal .flag-name{display:none}.jet-card .flag-seal img{max-height:35px}.jet-card .product-image{position:relative;overflow:hidden}.jet-card .product-image>a{overflow:hidden;display:block}.jet-card .product-image>a img{max-height:180px;width:auto;margin:auto;display:block;float:none}.jet-card .main-image{position:relative;visibility:visible;opacity:1;transition:ease-in-out .3s}.jet-card .alternate-image{position:absolute;top:0;width:100%;height:100%;visibility:hidden;opacity:0;transition:ease-in-out .3s}.jet-card .price{display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:2px;max-width:250px;margin:auto;min-height:45px}.jet-card .best-price{font-weight:700;font-size:18px;color:var(--mainPink);width:100%}.jet-card .old-price{color:#666;font-size:14px;font-weight:100;width:100%}.jet-card .old-price span{display:inline-block;margin-right:5px;text-decoration:line-through}.jet-card .old-price span::before{content:"de "}.jet-card .old-price span::after{content:" por"}.jet-card .installment{font-size:12px;font-weight:300;display:none}.jet-card .installment::before{content:" ou em ";margin-left:2px}.jet-card .installment .description-installment{display:none}@media only screen and (min-width:991px){.jet-card:hover .has-alternate .main-image{opacity:0;visibility:hidden}.jet-card:hover .has-alternate .alternate-image{visibility:visible;opacity:1}.jet-card:hover .content.action .content.product-buy{opacity:1;transition:ease-in-out .3s}}.jet-card .jet-product-flash-offer{position:absolute;bottom:167px;width:100%;text-align:center}.jet-card .jet-product-flash-offer .content{background:var(--darkGray);font-weight:700;height:32px;line-height:32px;border-top:3px solid var(--black)}.jet-card .jet-product-flash-offer .description{font-weight:400;margin-right:5px}.jet-card .jet-product-flash-offer .description::before{content:"";display:inline-block;width:20px;height:20px;background:url(/assets/icons/timer.svg) center no-repeat;background-size:15px;vertical-align:-5px;margin-right:5px}.jet-card .jet-product-flash-offer .time-countdown{font-size:13px}@media screen and (max-width:991px){.jet-card .jet-card .product-image>a{overflow:hidden;display:block}.jet-card .old-price{font-size:13px}.jet-card .best-price{font-size:13px}.jet-card .content.product-flag{max-width:75px}.jet-card .content.product-flag .flag-discount{font-size:10px}.jet-card .jet-product-flash-offer .description{font-size:10px}.jet-card .jet-product-flash-offer .description::before{width:15px;height:15px;background-size:12px;vertical-align:-3px;margin-right:2px}.jet-card .jet-product-flash-offer .time-countdown{font-size:11px}.jet-card .content.data{order:2}.jet-card .content.data h3{min-height:38px;margin-bottom:10px;line-height:19px}.jet-card .content.action{order:3;min-height:82px}.jet-card .content.action a{visibility:visible;opacity:1;height:30px;font-size:13px;line-height:30px}.jet-card .content.action a::before{width:15px}}.mask-preview{width:100%;height:100%;background:rgba(0,0,0,.5);position:fixed;top:0;left:0;z-index:100;animation:fadeIn;animation-duration:.8s}.mask-preview.mask-off{animation:fadeOut;animation-duration:.8s}.floating-preview{position:fixed;z-index:999;top:0;height:100%;width:100%;max-width:420px;right:-100%}.floating-preview.active{animation:fadeInRight;animation-duration:.8s;right:0}.floating-preview.active:before{display:block}.floating-preview.active .closeCart{display:block}.floating-preview.inactive{animation:fadeOutRight;animation-duration:1s}.floating-preview .container-preview{position:relative;z-index:1;background:var(--white);height:100%;font-variant-numeric:lining-nums proportional-nums}.floating-preview .container-preview .jet-cart-timer{display:flex;align-items:center;margin-top:8px;font-size:12px}.floating-preview .container-preview .jet-cart-timer svg{height:18px}.floating-preview .container-preview .title-cart{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;gap:10px;position:relative;height:70px;padding:0 20px;color:var(--black);text-transform:uppercase}.floating-preview .container-preview .title-cart::after{content:"";width:calc(100% - 40px);height:1px;background:#d3d3d3;position:absolute;bottom:0;left:20px}.floating-preview .container-preview .fecharCarrinho{border:none;padding:0;width:70px;height:70px;outline:0;background:0 0;position:relative}.floating-preview .container-preview .fecharCarrinho::after{content:"";width:20px;height:1px;background:var(--black);position:absolute;transform:rotate(-45deg);right:0;transition:ease-in-out .3s}.floating-preview .container-preview .fecharCarrinho::before{content:"";width:20px;height:1px;background:var(--black);position:absolute;transform:rotate(45deg);right:0;transition:ease-in-out .3s}.floating-preview .container-preview .fecharCarrinho:hover::after,.floating-preview .container-preview .fecharCarrinho:hover::before{transform:rotate(0)}@media screen and (max-width:764px){.floating-preview .container-preview .fecharCarrinho::after,.floating-preview .container-preview .fecharCarrinho::before{left:auto;right:0}}.floating-preview .container-preview .jet-cart-preview{height:100%}.floating-preview .container-preview .jet-cart-preview .content{height:100%}.floating-preview .container-preview .jet-cart-preview .content .cart-preview{display:flex;flex-direction:column;padding:0;height:100%}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart{border-radius:5px;display:block;text-align:center;margin-top:100px;color:var(--black)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart span{margin-bottom:var(--space-md);display:block;font-size:18px;font-weight:400}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart p{font-size:14px;max-width:210px;margin:auto;font-weight:400;letter-spacing:.8px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart .itens{margin-top:30px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart .itens a{display:block;width:100%;background:var(--black);color:var(--white);font-weight:700;padding:8.5px 0;border-radius:36px;font-size:14px;margin-top:10px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;padding:15px 10px 0;height:calc(100% - 420px)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .jet-product-flash-offer{margin-top:10px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .jet-product-flash-offer .content.timer{padding:0 10px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .jet-product-flash-offer .time-countdown{font-size:16px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .jet-product-flash-offer .description{font-size:12px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .freight-tip{background-color:var(--light);padding:var(--space-md);margin:var(--space-md);border-radius:var(--space-sm);font-size:var(--font-md);font-weight:400;text-align:center}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product{display:flex;flex-direction:row;padding:10px;position:relative;background-color:#fff;border-radius:0}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product+.product{border-top:1px solid #ebebeb;margin-top:10px;padding-top:20px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .image{width:100px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .image a img{max-width:100px;width:100%;height:auto}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info{display:flex;justify-content:space-between;width:calc(100% - 100px);flex-direction:column;padding-left:10px}@media only screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info{gap:var(--space-sm);flex-wrap:wrap}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .name-product{color:#000;font-size:var(--font-sm);text-transform:uppercase;width:calc(100% - 15px);display:block}@media only screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .name-product{width:calc(100% - 15px)}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .sku{margin:var(--space-sm) 0;line-height:20px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .sku .reference{font-size:var(--font-sm)}@media only screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .sku .reference{font-size:90%}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .sku .reference .reference-name{font-weight:400}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .sku .reference .reference-name .variation{font-weight:400;margin-left:var(--space-sm)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .values{display:flex;flex-direction:row;margin-top:var(--space-sm);margin-bottom:var(--space-sm);align-items:baseline}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .values .old-price{margin-right:var(--space-sm);opacity:.8;font-size:var(--font-sm);text-decoration:line-through}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .values .best-price{color:var(--colorCard);font-size:14px;font-weight:900}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .sold{background-color:var(--black);color:#fff;padding:var(--space-sm);display:flex;align-items:center;justify-content:center;border-radius:0;margin-top:var(--space-md);font-size:var(--font-sm)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd{display:flex;flex-direction:row;align-items:center;border:1px solid #dededf;overflow:hidden;width:max-content}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd input{display:inline-block;width:30px;height:30px;text-align:center;border-radius:var(--space-sm);border:0}@media only screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd input{font-size:var(--font-lg)}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd button{display:inline-block;width:30px;height:30px;background:0 0;cursor:pointer;outline:0;border:0}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd button span{font-size:var(--font-xl);font-weight:300;color:#000;line-height:var(--font-md)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-remove{left:var(--space-md);position:absolute;top:0;right:0}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-remove .remove{background:0 0;border:0;position:absolute;right:5px;top:10px;outline:0;cursor:pointer;padding:0;z-index:1}@media screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-remove .remove{padding:0;right:0;top:8px}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-remove .remove:after{content:"";display:block;width:20px;height:20px;background:url(/assets/icons/trash.svg) center no-repeat;background-size:14px;filter:brightness(0);opacity:.5}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-remove .remove span{display:none}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .list-products-outstock .info .name-product{color:#000;font-size:var(--font-sm);font-weight:600}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .list-products-outstock .info .name-product h1{color:#000;font-size:var(--font-md);font-weight:600}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .list-products-outstock .info .sku{margin:var(--space-sm) 0;line-height:20px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .list-products-outstock .info .sku .reference{font-size:var(--font-sm)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .list-products-outstock .info .sku .reference .reference-name{font-weight:400}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .list-products-outstock .info .sku .reference .reference-name .variation{font-weight:400;margin-left:var(--space-sm)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary{position:absolute;bottom:0;width:100%;display:flex;flex-direction:column;padding:20px;background:#f8f8f8}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .rest{color:var(--black);display:block;padding:9px 10px;font-size:13px;margin-bottom:2px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .rest .progressBar{display:block;width:100%;height:7px;background:#e0e1e2;margin-bottom:10px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .rest .progressBar .bar{height:7px;display:block;background:var(--mainPink);position:relative}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .rest .progressBar .bar::after{content:"";position:absolute;right:-3px;top:-4px;width:15px;height:15px;background:var(--mainPink);border-radius:100%}.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 .result{display:flex;flex-direction:column;gap:var(--space-md);margin-top:var(--space-md);margin-bottom:var(--space-md);max-height:94px;overflow-y:scroll}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping{display:flex;align-items:center;position:relative;padding-left:3rem;font-size:var(--font-sm);user-select:none}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping label{cursor:pointer}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping label:before{content:"";position:absolute;width:20px;height:20px;border:1px solid #ccc;border-radius:50rem;left:0;top:50%;transform:translateY(-50%)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping label:after{position:absolute;content:"";width:10px;height:10px;background:var(--textBody);border-radius:50rem;top:50%;left:5px;transform:translateY(-50%);display:none}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping input:checked~label:after{display:block}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .info{display:flex;flex-direction:column;align-items:flex-start}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .info .time{line-height:initial;color:var(--gray)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .info .name{display:inline-flex;gap:var(--space-sm);line-height:initial;margin-bottom:var(--space-sm)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .info .value{font-weight:400}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .tooltip{position:absolute;background-color:var(--bgButtonCheckout);color:var(--colorButtonCheckout);border-radius:5px;bottom:calc(100% + var(--space-sm));left:calc(var(--space-md) * -1);transition:opacity .3s;z-index:0;font-size:85%;text-align:left;padding:var(--space-sm) var(--space-md);line-height:var(--font-xl);opacity:.8;transition:all .5s ease}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .tooltip:after{content:"";border:7px solid var(--bgButtonCheckout);position:absolute;left:var(--space-md);transform:rotate(45deg);bottom:calc(var(--space-sm) * -1);z-index:-1}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total{display:block;font-size:14px;margin-bottom:var(--space-lg);text-transform:uppercase}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total>span{display:flex;justify-content:space-between;align-items:center;font-weight:400}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total>span>span{font-weight:600}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total .value{font-weight:900}@media only screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total{margin:var(--space-md) 0;font-size:var(--font-md)}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .cart-checkout{display: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(--mainPink);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;cursor:pointer}.jet-summary-outstock .list-products-outstock{display:flex}.jet-summary-outstock .info{margin:var(--space-md);width:100%}.jet-summary-outstock .info .product-detail{padding-bottom:var(--space-md)}.jet-summary-outstock .info .product-detail span>div>span{font-weight:400}@media only screen and (max-width:991px){.jet-summary-outstock .info .product-detail h1{font-size:var(--font-md)}}.jet-summary-outstock img{max-width:20%;margin:var(--space-md) var(--space-md) var(--space-md) 0;width:auto;height:auto}@media only screen and (max-width:991px){.jet-summary-outstock img{max-width:35%}}.closeCart{position:fixed;top:0;right:0;left:0;bottom:0;width:100%;z-index:0;cursor:pointer;display:none}.jet-loading:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:50px;height:50px;margin-top:-25px;margin-left:-25px;border-radius:50%;border:1px solid #ccc;border-top-color:#07d;animation:spinner .6s linear infinite;z-index:999}.jet-loading:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--bgBody);opacity:.5;z-index:998}.jet-loading.fixed:after,.jet-loading.fixed:before{position:fixed}.jet-btn-loading{position:relative;color:transparent!important;pointer-events:none!important}.jet-btn-loading:before{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.15)}.jet-btn-loading:after{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:spinner .6s linear;animation:spinner .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#fff transparent transparent;border-style:solid;border-width:.2em;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.jet-btn-loading.no-loading{color:var(--white)!important}.jet-btn-loading.no-loading::after,.jet-btn-loading.no-loading::before{display:none!important}.ng-lazyloading{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transform:scale(.2);max-width:50px}.jet-modal{background:rgba(0,0,0,.8);position:fixed;top:0;left:0;width:100%;height:100%;align-items:center;justify-content:center;z-index:200;display:none}.jet-modal .closeModal{position:absolute;background:0 0;top:0;left:0;width:100%;height:100%;z-index:0;cursor:pointer}.jet-modal .jet-modal-content{background:#fff;max-width:60vw;max-height:calc(100% - var(--space-lg));position:absolute;padding:var(--space-lg);overflow:auto;border-radius:var(--space-sm);animation:fadeIn;animation-duration:.8s}@media only screen and (max-width:992px){.jet-modal .jet-modal-content{width:calc(100vw - var(--space-lg));height:calc(100vh - var(--space-lg));max-width:100vw;max-height:100vh;position:absolute;top:unset;left:unset;margin:auto;transform:unset}.jet-modal .jet-modal-content.small{height:auto}}.jet-modal .jet-modal-content.content-center{display:flex;flex-direction:column;justify-content:center}.jet-modal .jet-modal-content.auto-height{height:auto!important;width:55%}@media only screen and (max-width:992px){.jet-modal .jet-modal-content.auto-height{height:100vh!important;width:100%}}.jet-modal .jet-modal-content .jet-modal-close{background:0 0;border:0;outline:0;position:absolute;top:0;right:0;padding:var(--space-md);display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;z-index:2}.jet-modal .jet-modal-content .jet-modal-close span{display:none}.jet-modal .jet-modal-content .jet-modal-close svg{width:100%;max-width:20px;margin-right:var(--space-sm)}.jet-policy-privacy{position:fixed;left:calc(50% - var(--space-sm));bottom:0;transform:translate(-50%,-50%);background:var(--bgBody);z-index:99999;width:1200px;max-width:100%;box-shadow:0 0 10px rgba(0,0,0,.1);margin-left:-3px}@media only screen and (max-width:764px){.jet-policy-privacy{left:50%}}.jet-policy-privacy .policy-container{width:1200px;max-width:100%;padding:var(--space-md);display:flex;justify-content:space-between;align-items:center;animation:scaleIn;animation-duration:.8s}.jet-policy-privacy .policy-container p{margin:0;color:var(--textBody)}.jet-policy-privacy .policy-container p a{color:var(--textBody);font-weight:400;text-decoration:underline}.jet-policy-privacy .policy-container button{background-color:var(--mainPink);box-shadow:0 0 0 1px var(--bgBorderSecondary);color:#fff;padding:var(--space-md) var(--space-lg);border-radius:var(--radiusButton);display:inline-block;text-align:center;text-transform:uppercase;font-size:var(--font-md);font-weight:400;cursor:pointer;outline:0;margin:0;border:0;transition:all .5s ease-in-out}@media only screen and (max-width:764px){.jet-policy-privacy .policy-container button{margin:0 0 0 5px;font-size:var(--font-sm)}}.jet-policy-privacy .policy-container button:hover{background-color:#000;color:#fff}.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-result .no-results{background:#fff;position:absolute;z-index:9;width:100%;top:65px;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:65px;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}.search-result:not(.content){top:42px}.jet-search-result .no-results{top:42px}}.tns-nav{text-align:center;position:absolute;bottom:0;display:flex;gap:0;align-items:center;width:100%;justify-content:center}.tns-nav>[aria-controls]{width:12px;height:12px;padding:0;margin:0 8px;border-radius:100%;border:none;opacity:.25;cursor:pointer;background:#ccc;transition:ease-in-out .3s}.tns-nav>.tns-nav-active{width:12px;height:12px;background:var(--mainPink);opacity:1}.tns-controls{text-align:center;margin-bottom:0;position:relative;top:40%;margin-left:auto;height:0;width:100%;margin-top:10px}.tns-controls [aria-controls]{font-size:0;border:0;padding:0;cursor:pointer;width:32px;height:32px;background:url(/assets/icons/angle.svg) center no-repeat;background-size:24px;right:6px;position:absolute}.tns-controls [aria-controls][disabled]{opacity:.5;cursor:auto}.tns-controls [aria-controls][data-controls=prev]{right:auto;left:-24px;transform:rotate(-180deg)}.tns-outer{overflow:hidden;position:relative}.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-itens{padding:0;background:var(--white)}.jet-menu-itens>li{position:relative}@media screen and (min-width:991px){.jet-menu-itens>li:hover>.submenu{visibility:visible;opacity:1}}.jet-menu-itens>li.has-submenu>a::after{content:"";position:absolute;width:20px;height:20px;background:url(/assets/icons/angle.svg) center no-repeat;background-size:15px;top:15px;right:3px;transition:ease-in-out .3s}@media screen and (max-width:991px){.jet-menu-itens>li.has-submenu>a.active::after{transform:rotate(-90deg)}}.jet-menu-itens .seeAll{font-size:15px;font-weight:700;min-height:70px;line-height:50px;text-overflow:ellipsis;word-wrap:normal;white-space:nowrap;overflow:hidden;display:flex;align-items:center;color:grey;border-bottom:1px solid #ddd;padding:20px 16px 0;background-color:#e7e2de;display:none}.jet-menu-itens a{font-size:15px;font-weight:400;min-height:50px;line-height:50px;text-overflow:ellipsis;word-wrap:normal;white-space:nowrap;overflow:hidden;display:block;align-items:center;color:var(--mainPink);border-bottom:1px solid #ddd;padding:0 16px;font-family:"Roboto Condensed"}.jet-menu-itens a::before{content:"";width:37px;height:25px;display:inline-block;vertical-align:-7px}.jet-menu-itens a[title="Dia a dia com estilo"],.jet-menu-itens a[title="Doces e Snacks"]{display:none}.jet-menu-itens a[title="Black Friday"]::before{background:url(/assets/icons_menu/black-friday.svg) center no-repeat;background-size:contain}.jet-menu-itens a[title=Todas]::before{background:url(/assets/icons_menu/menu.webp) center no-repeat;background-size:contain}.jet-menu-itens a[title="Cozinha e Mesa"]::before{background:url(/assets/icons_menu/cozinha.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Assadeiras e Formas"]::before{background:url(/assets/icons_menu/cozinha/assadeiras-e-formas.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Cafés e Chás"]::before{background:url(/assets/icons_menu/cozinha/cafes-e-chas.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Confeitaria]::before{background:url(/assets/icons_menu/cozinha/confeitaria.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Facas e Tábuas"]::before{background:url(/assets/icons_menu/cozinha/facas-e-tabuas.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Utensílios de Cozinha"]::before{background:url(/assets/icons_menu/cozinha/utensilios-de-cozinha.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Bolsas Térmicas"]::before{background:url(/assets/icons_menu/cozinha/cozinhaemesa_bolsatermica.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="QR CODES"]{display:none}.jet-menu-itens a[title=Papelaria]::before{background:url(/assets/icons_menu/papelaria.svg) center no-repeat;background-size:contain}.jet-menu-itens a[title=Artesanato]::before{background:url(/assets/icons_menu/papelaria/artesanato.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Materiais de Escritório"]::before{background:url(/assets/icons_menu/papelaria/materiais-de-escritorio.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Materiais Escolares"]::before{background:url(/assets/icons_menu/papelaria/materiais-escolares.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Presentes]::before{background:url(/assets/icons_menu/papelaria/presentes.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Materiais Artísticos"]::before{background:url(/assets/icons_menu/papelaria/materiais-artisticos.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Educação]::before{background:url(/assets/icons_menu/brinquedos/educacao.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Pastas]::before{background:url(/assets/icons_menu/papelaria/pastas.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Limpeza e Lavanderia"]::before{background:url(/assets/icons_menu/limpeza.svg) center no-repeat;background-size:contain}.jet-menu-itens a[title="Cestos de Roupas"]::before{background:url(/assets/icons_menu/limpeza/cestos-de-roupas.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Escovas Multiuso"]::before{background:url(/assets/icons_menu/limpeza/escovas-multiuso.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Esponjas]::before{background:url(/assets/icons_menu/limpeza/esponjas.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Limpeza]::before{background:url(/assets/icons_menu/limpeza/limpeza.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Pregadores de Roupas"]::before{background:url(/assets/icons_menu/limpeza/pregadores-de-roupas.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Tapetes]::before{background:url(/assets/icons_menu/casa-e-decoracao/tapetes.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Pet Shop"]::before{background:url(/assets/icons_menu/pet.svg) center no-repeat;background-size:contain}.jet-menu-itens a[title="Acessórios para Pet"]::before{background:url(/assets/icons_menu/pet/acessorios-para-pet.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Brinquedos para Pet"]::before{background:url(/assets/icons_menu/pet/brinquedos-para-pet.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Higiene Pet"]::before{background:url(/assets/icons_menu/pet/higiene-pet.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Roupas para Pet"]::before{background:url(/assets/icons_menu/pet/petshop_roupasparapet.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Jardinagem e Lazer"]::before{background:url(/assets/icons_menu/jardinagem.svg) center no-repeat;background-size:contain}.jet-menu-itens a[title="Acessórios de Bicicleta"]::before{background:url(/assets/icons_menu/jardinagem/acessorio-de-bicicleta.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Acessórios de Jardinagem"]::before{background:url(/assets/icons_menu/jardinagem/acessorios-de-jardinagem.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Esporte]::before{background:url(/assets/icons_menu/jardinagem/esporte.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Viagem]::before{background:url(/assets/icons_menu/jardinagem/viagem.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Brinquedos e Educação"]::before{background:url(/assets/icons_menu/disney.svg) center no-repeat;background-size:contain}.jet-menu-itens a[title=Brinquedos]::before{background:url(/assets/icons_menu/brinquedos/brinquedos.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Fantasias]::before{background:url(/assets/icons_menu/moda-e-acessorios/fantasias.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Alimentos]::before{background:url(/assets/icons_menu/todos/alimento-pink.svg) center no-repeat;background-size:contain}.jet-menu-itens a[title=Balas]::before{background:url(/assets/icons_menu/alimentos/bala.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Biscoitos]::before{background:url(/assets/icons_menu/alimentos/biscoito.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Culinária Oriental"]::before{background:url(/assets/icons_menu/alimentos/culinaria-oriental.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Macarrões Instantâneos"]::before{background:url(/assets/icons_menu/alimentos/macarroes.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Molhos e Temperos"]::before{background:url(/assets/icons_menu/alimentos/molhos-e-temperos.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Salgadinhos]::before{background:url(/assets/icons_menu/alimentos/salgadinhos.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Beleza e Saúde"]::before{background:url(/assets/icons_menu/todos/beleza-e-saude-pink.svg) center no-repeat;background-size:contain}.jet-menu-itens a[title="Acessórios de Maquiagem"]::before{background:url(/assets/icons_menu/beleza-e-saude/acessorios-de-maquaigem.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Banho]::before{background:url(/assets/icons_menu/beleza-e-saude/banho.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Bebê]::before{background:url(/assets/icons_menu/beleza-e-saude/bebe.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Máscaras e Acessórios"]::before{background:url(/assets/icons_menu/beleza-e-saude/mascara-e-acessorios.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Suportes e Ganchos"]::before{background:url(/assets/icons_menu/beleza-e-saude/suportes-e-ganchos.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Toalhas]::before{background:url(/assets/icons_menu/beleza-e-saude/toalhas.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Cílios e Cola"]::before{background:url(/assets/icons_menu/beleza-e-saude/cilios-e-cola.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Saúde]::before{background:url(/assets/icons_menu/beleza-e-saude/saude.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Natal]::before{background:url(/assets/icons_menu/christmas.svg) center no-repeat;background-size:contain}.jet-menu-itens a[title="Moda e Acessórios"]::before{background:url(/assets/icons_menu/todos/moda-e-acessorios-pink.svg) center no-repeat;background-size:contain}.jet-menu-itens a[title=Meias]::before{background:url(/assets/icons_menu/moda-e-acessorios/meias.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Necessaires]::before{background:url(/assets/icons_menu/moda-e-acessorios/necessaires.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Organização de Roupas e Acessórios"]::before{background:url(/assets/icons_menu/moda-e-acessorios/ModaeAcessorios_organizadordejoiasAcessoriosdecabelosRemovedordepelos.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Acessórios de Cabelo"]::before{background:url(/assets/icons_menu/moda-e-acessorios/acessorios-de-cabelo.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Removedores de Pelos"]::before{background:url(/assets/icons_menu/moda-e-acessorios/removedores-de-pelos.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Cintos & Acessórios"]::before{background:url(/assets/icons_menu/moda-e-acessorios/cintos-e-acessorios.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Oriental]::before{background:url(/assets/icons_menu/todos/oriental-pink.svg) center no-repeat;background-size:contain}.jet-menu-itens a[title=Decoração]::before{background:url(/assets/icons_menu/oriental/decoracao.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title^="Hashis & Acessórios de Cozinha"]::before{background:url(/assets/icons_menu/oriental/oriental_hashiseacessoriosdecozinha.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Moda]::before{background:url(/assets/icons_menu/oriental/oriental_moda.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Casa e Decoração"]::before{background:url(/assets/icons_menu/todos/casa-e-decoracao-pink.svg) center no-repeat;background-size:contain}.jet-menu-itens a[title="Almofadas de Bichinhos"]::before{background:url(/assets/icons_menu/casa-e-decoracao/almofadas-de-bichinhos.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Cabides]::before{background:url(/assets/icons_menu/casa-e-decoracao/cabides.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Enfeites e Ornamentos"]::before{background:url(/assets/icons_menu/casa-e-decoracao/enfeites-e-ornamentos.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Adesivos e Papéis de Parede"]::before{background:url(/assets/icons_menu/casa-e-decoracao/adesivos-e-papeis-de-parede.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Sanrio]::before{background:url(/assets/icons_menu/todos/sanrio-pink.svg) center no-repeat;background-size:contain;transform:rotate(-45deg)}.jet-menu-itens a[title=Informática]::before{background:url(/assets/icons_menu/todos/informatica-pink.svg) center no-repeat;background-size:contain}.jet-menu-itens a[title="Pilhas & Baterias"]::before{background:url(/assets/icons_menu/informatica/pilhas-e-baterias.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Ventiladores & Umidificadores"]::before{background:url(/assets/icons_menu/informatica/informatica_ventiladoreseumidificadores.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Acessórios Automotivos e Ferramentas"]::before{background:url(/assets/icons_menu/todos/acessorios-automotivos-e-ferramentas-pink.svg) center no-repeat;background-size:contain}.jet-menu-itens a[title="Acessórios Automotivos"]::before{background:url(/assets/icons_menu/acessorios-automotivos/acessorios-automotivos.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title=Alicates]::before{background:url(/assets/icons_menu/acessorios-automotivos/alicates.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Limpeza Automotiva"]::before{background:url(/assets/icons_menu/acessorios-automotivos/limpeza-automotiva.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Luvas de Proteção"]::before{background:url(/assets/icons_menu/acessorios-automotivos/luvas-de-protecao.svg) center no-repeat;background-size:20px}.jet-menu-itens a[title="Colas e Lubrificantes"]::before{background:url(/assets/icons_menu/acessorios-automotivos/colas-e-lubrificantes.svg) center no-repeat;background-size:20px}.jet-menu-itens .submenu{position:absolute;top:0;left:100%;z-index:2;background:var(--white);min-width:300px;padding:0 20px;border-left:1px solid #eee;visibility:hidden;opacity:0;transition:ease-in-out .3s}.jet-menu-itens .submenu a{text-transform:none;color:var(--black);font-weight:400;border-bottom:0;padding:0 6px}.jet-menu-itens .submenu a.seeAllLink{text-decoration:underline;color:var(--mainPink);font-weight:700}header .jet-menu-itens{display:flex;justify-content:center;padding-top:10px;position:relative;max-width:1320px;margin:auto}@media screen and (min-width:991px){header .jet-menu-itens{opacity:0}header .jet-menu-itens.active{opacity:1}}header .jet-menu-itens>li{position:initial}header .jet-menu-itens>li>a{padding-bottom:10px}@media screen and (min-width:991px){header .jet-menu-itens>li>a::before{filter:none}}header .jet-menu-itens>li>a[title="Cozinha e Mesa"]::before{background-size:contain}header .jet-menu-itens>li:nth-child(n+8){display:none}header .jet-menu-itens .submenu{left:0;top:86px;width:100%;padding-bottom:5px;border:1px solid #eee;border-top:none}header .jet-menu-itens .submenu ul{display:flex;flex-wrap:wrap}header .jet-menu-itens .submenu ul>li{width:25%}header .jet-menu-itens .submenu ul>li a{color:var(--black);min-height:45px;padding:0}header .jet-menu-itens .submenu ul>li a::before{display:inline-block;width:20px;height:20px;vertical-align:-9px}@media screen and (max-width:991px){header .jet-menu-itens .submenu ul>li a::before{width:26px;height:26px}}header .jet-menu-itens a{color:var(--white);padding:0 30px}header .jet-menu-itens a::before{display:block;margin:0 auto 5px;width:35px;height:35px}header .jet-menu-itens .seeAll .submenu{max-width:370px}header .jet-menu-itens .seeAll .submenu ul{flex-direction:column}header .jet-menu-itens .seeAll .submenu ul>li{width:100%}header .jet-menu-itens .seeAll .submenu ul>li a{min-height:35px}header .jet-menu-itens .seeAll .submenu .submenu{display:none}@media screen and (max-width:991px){header #closeMenuMobile{position:fixed;top:0;right:0;z-index:3;background:url(/assets/icons/close.svg) center no-repeat;background-size:18px;height:49px;width:49px;border:none;filter:invert(1);visibility:hidden;opacity:0;transition:ease-in-out .3s}header .jet-menu{position:fixed;top:0;left:-110%;z-index:100;height:100%;width:100%;overflow-y:scroll;background:var(--white);transition:ease-in-out .3s}header .jet-menu.active{left:0}header .jet-menu.active #closeMenuMobile{visibility:visible;opacity:1}header .jet-menu .menuTitle{font-weight:700;text-transform:uppercase;background:var(--white);display:flex;align-items:center;gap:6px;padding:16px 12px;border-top:1px solid #e7e2de;border-bottom:1px solid #e7e2de}}@media only screen and (max-width:991px) and (max-width:991px){header .jet-menu .menuTitle{color:grey}}@media screen and (max-width:991px){header .jet-menu .menuTitle .bars{flex-direction:column;gap:2px;top:-1px;position:relative;display:none}header .jet-menu .menuTitle .line{width:13px;height:2px;background:var(--black)}header .jet-menu-itens{flex-direction:column;padding:0 12px}header .jet-menu-itens a{color:var(--mainPink);line-height:50px;position:relative;font-weight:500}header .jet-menu-itens a::before{display:inline-block;height:26px;width:26px;vertical-align:-9px}header .jet-menu-itens>li.has-submenu>a::after{content:"";position:absolute;width:26px;height:26px;background:url(/assets/icons/angle.svg) center no-repeat;background-size:10px;top:15px;right:0;transition:ease-in-out .3s}header .jet-menu-itens>li.has-submenu>a.active::after{transform:rotate(-90deg)}header .jet-menu-itens>li>a{padding:0}header .jet-menu-itens .seeAll .seeAllLink{display:none}header .jet-menu-itens .submenu{position:relative;visibility:visible;opacity:1;top:0;padding-top:0;border:none;max-height:0;overflow:hidden;transition:ease-in-out .3s}header .jet-menu-itens .submenu.active{max-height:2000px}header .jet-menu-itens .submenu ul{flex-direction:column}header .jet-menu-itens .submenu ul>li{width:100%}header .jet-menu-itens .submenu a.seeAllLink{padding:0 0;font-weight:700}header .jet-menu-itens .submenu a.seeAllLink::before{display:none}}.toggleMenuMobile{background:var(--mainPink);min-height:50px}.toggleMenuMobile button{display:flex;flex-direction:column;border:none;background:0 0;gap:4px;height:50px;align-items:center;justify-content:center;padding:0 11px}.toggleMenuMobile button .fill{width:28px;height:3px;background-color:var(--white)}.pageMainContent{display:flex}.pageMainContent>.left{width:20%}.pageMainContent>.right{width:76%;margin:0 auto;padding:21px 0 0}@media screen and (max-width:991px){.pageMainContent>.left{display:none}.pageMainContent>.left,.pageMainContent>.right{width:100%}.pageMainContent>.left>.container:not(.fullbanner),.pageMainContent>.right>.container:not(.fullbanner){padding:0 10px}.pageMainContent>.right{padding:0}}.jet-banner{position:relative}.jet-banner img{width:100%;height:auto;display:block}.fullbanner{min-height:349px}.fullbanner .jet-children-container:not(.tns-slider){display:grid;grid-auto-flow:column;grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}.fullbanner .description{display:none}.fullbanner .tns-outer{padding:0}.fullbanner .tns-controls{margin-top:0;margin-right:20px}@media screen and (max-width:991px){.fullbanner{min-height:263px}}@media screen and (max-width:400px){.fullbanner{min-height:243px}}.centralBanner{margin-top:35px;min-height:528px}.centralBanner .jet-children-container{display:flex;gap:30px;flex-wrap:wrap}.centralBanner .jet-children-container>.jet-children{width:calc(33.3333333333% - 20px);overflow:hidden}.centralBanner .jet-children-container>.jet-children img{transform:scale(1);display:block;transition:ease-in-out .3s}.centralBanner .jet-children-container>.jet-children img:hover{transform:scale(1.05)}@media screen and (max-width:991px){.centralBanner{min-height:425px}.centralBanner .jet-children-container{gap:10px}.centralBanner .jet-children-container>.jet-children{width:calc(50% - 5px)}.centralBanner .jet-children-container>.jet-children img:hover{transform:scale(1)}}@media screen and (max-width:400px){.centralBanner{min-height:386px}}.footerBanner{margin-top:35px}.footerBanner .jet-children-container{display:flex;gap:30px;flex-wrap:wrap}.footerBanner .jet-children-container>.jet-children{width:calc(50% - 15px)}@media screen and (max-width:991px){.footerBanner .jet-children-container{flex-direction:column;gap:20px}.footerBanner .jet-children-container>.jet-children{width:100%}}.jet-infinity-scroll{display:block;margin-left:auto;margin-right:auto;width:80px;height:80px}.jet-infinity-scroll:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid #000;border-color:#000 transparent #000 transparent;animation:jet-infinity-scroll-ring 1.2s linear infinite}@keyframes jet-infinity-scroll-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.jet-nothing-found{background-color:var(--light);padding:var(--space-lg) var(--space-md);text-align:center;font-weight:600;font-size:var(--font-sm);border-radius:var(--space-sm);width:100%;margin:var(--space-md)}.filters-container .jet-department-filter{padding:34px 0}@media only screen and (max-width:991px){.filters-container .jet-department-filter{padding:20px 0}}.filters-container .content.department-filter{display:flex;flex-direction:column;gap:0;padding-top:0;overflow-y:auto;max-height:calc(100dvh - 95px)}.filters-container .content.department-filter .content.filter.groupingTypes{display:none}.filters-container .content.filter.references{display:flex;flex-direction:column-reverse;order:0}.filters-container .content.filter.price{order:3}.filters-container .filter.items{display:flex;flex-direction:column;transition:all .4s ease;cursor:pointer;gap:12px;position:relative;padding:0 0 30px}.filters-container .filter.items .title{color:var(--mainPink);font-size:20px;font-weight:400;padding:0 15px 12px 15px}.filters-container .filter.items .title::after{content:"";display:block;width:100%;height:1px;background:var(--sc);position:relative;bottom:-12px;left:-12px}.filters-container .filter.items button.toggle-button{border:0;background:0 0;width:fit-content;padding-left:15px;padding-top:0;color:var(--black);font-weight:700;font-size:14px;padding-top:10px}.filters-container .filter.items.price .list{transform:translateY(0);opacity:1;position:static;height:auto}.filters-container .list{padding-top:0;display:flex;flex-direction:column;transition:all .4s ease;padding-left:10px;width:auto;overflow-x:hidden}.filters-container .list .elements .element{display:flex}.filters-container .list .elements .element.color button{border:0;width:17px;height:17px;-webkit-appearance:none!important;appearance:none!important;padding:0;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px var(--black)}.filters-container .list .elements .element.color button span{display:none}.filters-container .list .elements .element.text button{border:1px solid var(--black);-webkit-appearance:none!important;appearance:none!important;background:0 0;color:var(--black);width:17px;height:17px;padding:0;display:flex;align-items:center;justify-content:center}.filters-container .list .elements .element.text button span{margin:0 0 0 45px}.filters-container .list .element{display:flex;align-items:center;gap:5px;height:34px}.filters-container .list .element.text.active button{background:var(--mainPink);color:var(--white)}.filters-container .list .element.color.active button{border:1px solid var(--black)!important}.filters-container .list input{display:block;position:relative}.filters-container .list input[type=checkbox]{width:19px;min-width:19px;border-radius:0}.filters-container .list input[type=checkbox]::before{content:"";display:block;width:17px;height:17px;border:1px solid var(--black);background-color:var(--white);-webkit-appearance:none!important;appearance:none!important;position:absolute;border-radius:0;left:1px;top:-2px}.filters-container .list input[type=checkbox]:checked::before{background-color:var(--mainPink);box-shadow:inset 0 0 0 2px var(--white)}.filters-container .list label{color:var(--black);text-align:left;font-size:14px;font-weight:300;letter-spacing:.7px;cursor:pointer;position:relative;top:0}@media only screen and (max-width:991px){.filters-container .list label{font-size:12px}}.filters-container .list label span{font-size:0}.filters-container .content.filter.references .list{display:flex;flex-wrap:wrap;gap:7px;flex-direction:column}.filters-container .filter.items.price .list{padding:15px 27px 0 15px;width:100%;display:flex;flex-direction:column}@media only screen and (max-width:991px){.filters-container .filter.items.price .list{width:100%}}.filters-container .filter.items.price .list label{text-transform:capitalize!important}.filters-container .filter.items.price .list input{width:100%;min-height:40px;padding-left:15px;border:1px solid var(--black);border-radius:30px}.filters-container .filter.items.price .jet-container.element{display:flex;flex-direction:column;gap:7px;align-items:flex-start;height:auto;position:relative}.filters-container .filter.items.price .jet-container.element .invalid-feedback{bottom:-18px;left:4px}.filters-container .filter.items.price button.price-button{margin:20px 0 0;width:100%;height:44px;border:0;background-color:var(--mainPink);text-align:center;color:var(--white);font-size:20px;font-weight:400;letter-spacing:.7px;display:block;border-radius:30px}@media only screen and (max-width:991px){.filters-container .filter.items.price button.price-button{width:calc(100% - 10px)}}.filters-container .content.selected-filters{padding:10px 0 10px 10px}@media only screen and (min-width:991px){.filters-container .content.selected-filters{width:360px}}.filters-container .content.selected-filters button.clear-button{border:1px solid var(--mainPink);background:0 0;padding:11px 10px;color:var(--mainPink);transition:all .4s ease;width:100%;border-radius:30px;font-size:20px}@media only screen and (min-width:991px){.filters-container .content.selected-filters button.clear-button:hover{background:var(--mainPink);color:var(--white)}}.filters-container .content.selected-filters .filters-products{display:none}.filters-container .content.selected-filters span{display:none}.backdrop-filter.active{opacity:1;visibility:visible;cursor:pointer;background-image:url(/assets/icons/header/pontos.svg);background-repeat:repeat;background-color:rgba(237,237,237,.1)}@media only screen and (max-width:7680px){.backdrop-filter.active{background-size:8px 8px}}@media only screen and (max-width:3840px){.backdrop-filter.active{background-size:7px 7px}}@media only screen and (max-width:2560px){.backdrop-filter.active{background-size:6px 6px}}@media only screen and (max-width:1920px){.backdrop-filter.active{background-size:5px 5px}}@media only screen and (max-width:1366px){.backdrop-filter.active{background-size:4px 4px}}.backdrop-filter .filters-container{width:100%;max-width:480px;transform:translateX(-100%);transition:all .15s ease;min-height:100dvh;background:var(--white);padding:0 8px;position:absolute;border-radius:30px 30px 0 0}@media only screen and (min-width:991px){.backdrop-filter .filters-container{padding:0 0 0 8px;padding:0;border-radius:0}}@media only screen and (min-width:991px){.backdrop-filter .filters-container .filters{padding:0 8px}}.backdrop-filter .filters-container.active{transform:translateX(0);transition:all .15s ease}.backdrop-filter .filters-container.closing{transform:translateX(-100%);transition:all .15s ease}.backdrop-filter .filters-container .filter-title{color:var(--black);padding:0;margin:0;border:0;height:61px;background:var(--mainPink);max-width:100%;padding:0 0 0 25px}.backdrop-filter .filters-container .filter-title span{color:var(--white);font-size:18px;font-weight:300;letter-spacing:.9px}.backdrop-filter .filters-container .filter-title .close-filter-btn{position:absolute;top:15px;right:15px}@media only screen and (max-width:991px){.backdrop-filter .filters-container .filter-title{padding-left:9px}}@media only screen and (min-width:991px){.backdrop-filter .filters-container .filter-title span{padding-left:8px}}@media only screen and (max-width:991px){.backdrop-filter .filters-container{padding:0 0 0;overflow-y:auto;max-height:calc(100dvh - 60px)}}@media only screen and (max-width:991px){.backdrop-filter{top:0;background:var(--white);width:68%}}.custom-selected-filters{display:none}.filter.items.groupingTypes .list{display:flex;flex-wrap:wrap;flex-direction:row;gap:8px}.filter.items.groupingTypes .list:empty{display:none}.filter.items.groupingTypes .element{width:fit-content;height:auto}.filter.items.groupingTypes .element.active button{border:1px solid var(--black)}.filter.items.groupingTypes .element button{border-radius:0}.filter.items.groupingTypes .element button img{display:flex;width:100%;height:95px;object-fit:cover;aspect-ratio:5/7;object-fit:cover}.aplicar-filtros{margin:0 27px 20px 15px;width:calc(100% - 42px);background:var(--mainPink);height:44px;text-align:center;color:var(--white);font-size:20px;font-weight:400;letter-spacing:.7px;display:block;border:0;border-radius:30px}.pagination{display:block;margin:60px 0 40px}.pagination [role=navigation]{display:flex;justify-content:center}.pagination a{background:var(--white);font-size:15px;height:35px;width:35px;border:none;border-top:1px solid #dededf;border-bottom:1px solid #dededf;display:flex;align-items:center;justify-content:center}.pagination a:last-child{border-right:1px solid #dededf;border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination a:first-child{border-left:1px solid #dededf;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination a.active{background:#f2f2f2;color:var(--black)}@media screen and (max-width:991px){.categoryDescription{padding:0 12px}}.list-area .box{display:flex}.list-area .jet-card.grid{padding:0 10px}.list-area .right{width:100%}.list-area .jet-children,.list-area .jet-item{display:flex;flex-wrap:wrap;gap:30px 8px}.list-area .jet-children>.jet-card,.list-area .jet-item>.jet-card{width:calc(25% - 6px);overflow:hidden;background:#fff}.list-area.list .jet-card.grid{border:none;padding-bottom:20px}.list-area.list .jet-card.sold::after{top:0;left:0;right:auto}.list-area.list .jet-children>.jet-card,.list-area.list .jet-item>.jet-card{width:100%}.list-area.list .jet-children>.jet-card .jet-container,.list-area.list .jet-item>.jet-card .jet-container{flex-direction:row;align-items:center}.list-area.list .jet-children>.jet-card .content.data,.list-area.list .jet-item>.jet-card .content.data{width:calc(100% - 432px)}.list-area.list .jet-children>.jet-card .content.data h3,.list-area.list .jet-item>.jet-card .content.data h3{font-weight:700;font-size:16px;text-align:left}.list-area.list .jet-children>.jet-card .content.action,.list-area.list .jet-item>.jet-card .content.action{min-width:220px;padding-left:30px;border-left:1px solid #dededf;margin-left:30px}.list-area.list .jet-children>.jet-card .price,.list-area.list .jet-item>.jet-card .price{justify-content:flex-start;margin:0;gap:0}@media screen and (max-width:991px){.list-area .left{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--white);z-index:102;padding:0;border:none;visibility:hidden;opacity:0;transition:all .3s}.list-area .left.active{visibility:visible;opacity:1}.list-area .left .top-mob-filter{display:flex!important;justify-content:space-between;align-items:center;padding-left:20px;background:var(--mainPink);color:var(--white);font-size:17px;font-weight:700}.list-area .left .top-mob-filter button{border:none;width:50px;height:50px;background:var(--mainPink) url(/assets/icons/close.svg) center no-repeat;background-size:20px}.list-area .left .box-container{padding:0 20px;display:block;height:calc(100% - 95px);overflow-y:scroll;padding-top:10px}.list-area .left #applyMobFilter{position:fixed;bottom:5px;left:0;z-index:2;background:var(--black);color:var(--white);border:none;height:40px;font-size:14px;font-weight:700;width:90%;left:5%}.list-area .right{width:100%;padding:0 10px}.list-area .jet-children,.list-area .jet-item{gap:30px 0}.list-area .jet-children>.jet-card,.list-area .jet-item>.jet-card{width:50%}.list-area .jet-children>.jet-card>.jet-card.grid,.list-area .jet-item>.jet-card>.jet-card.grid{border-left:none;padding-bottom:20px}.list-area .jet-children>.jet-card>.jet-card.grid a,.list-area .jet-children>.jet-card>.jet-card.grid button,.list-area .jet-item>.jet-card>.jet-card.grid a,.list-area .jet-item>.jet-card>.jet-card.grid button{line-height:30px}}.filter-clear{margin-bottom:20px}.filter-clear button{border:1px solid #ececec;background:var(--white);padding:6px 10px;margin-top:5px;margin-left:5px}.filter-clear button::before{content:"x";margin-right:5px}.product-list-header{display:flex!important;flex-direction:column;align-items:center;padding:0 0 40px;border-radius:0;z-index:1}@media only screen and (max-width:991px){.product-list-header{gap:21px;padding:18px 0 0}}.product-list-header .title-pl{color:#333;font-size:18px;font-style:normal;font-weight:600;line-height:20px}@media only screen and (max-width:991px){.product-list-header .title-pl{font-size:16px}}.product-list-header .bread-filter{display:flex;align-items:center;width:100%;justify-content:space-between;gap:18px}@media only screen and (max-width:991px){.product-list-header .bread-filter{gap:0;justify-content:space-between;padding:0;max-width:100%}.product-list-header .bread-filter>.flex{justify-content:space-between;width:100%}}.jet-title-page{display:block;text-align:center;font-size:23px;font-weight:700;text-transform:uppercase}.ui.breadcrumb{margin-top:20px;margin-bottom:20px;display:flex}.ui.breadcrumb::before{content:"Você está em: ";margin-right:5px;color:#acacac}.ui.breadcrumb>li:not(:first-child)::before{content:"> ";margin-left:5px;font-weight:400}.ui.breadcrumb>li:last-child{font-weight:700;color:var(--mainPink)}@media screen and (max-width:764px){.ui.breadcrumb{display:block;padding:0 10px;text-align:center}.ui.breadcrumb::before,.ui.breadcrumb>li{white-space:nowrap;display:inline-block}}.breadcrumbs-area.pdp{background:#ccc}.breadcrumbs-area.pdp .ui.breadcrumb{margin:9px 0;justify-content:start}.breadcrumbs-area.pdp .ui.breadcrumb>li:last-child{color:var(--mainPink)}@media screen and (max-width:991px){.breadcrumbs-area.pdp .ui.breadcrumb{white-space:pre;overflow-x:scroll;overscroll-behavior:none}.breadcrumbs-area.pdp .ui.breadcrumb::-webkit-scrollbar{display:none}}footer{position:relative;background-color:#f4f4f4}footer .top-footer{background:var(--mainPink);padding:50px 0}@media only screen and (max-width:991px){footer .top-footer{padding:30px 0}}footer .top-footer .newsletter{display:flex;align-items:center;justify-content:center;gap:20px;flex-direction:row}@media only screen and (max-width:991px){footer .top-footer .newsletter{flex-direction:column;gap:20px}footer .top-footer .newsletter .nw-text{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center}footer .top-footer .newsletter jet-newsletter{width:100%!important;padding:0 15px}}footer .top-footer .newsletter .jet-input:has(input#jet-newsletter-name){width:50%;flex:1}@media only screen and (max-width:991px){footer .top-footer .newsletter .jet-input:has(input#jet-newsletter-name){width:100%;padding-right:0}}footer .top-footer .newsletter .jet-input{width:50%;flex:1}@media only screen and (max-width:991px){footer .top-footer .newsletter .jet-input{width:100%}}footer .top-footer .newsletter jet-newsletter{width:72%}footer .top-footer .newsletter .jet-news-itens{display:flex;justify-content:center;position:relative;gap:20px}@media only screen and (max-width:991px){footer .top-footer .newsletter .jet-news-itens{flex-direction:column;gap:12px}}footer .top-footer .newsletter span.ft-one{color:var(--white);font-size:16px;font-weight:700;line-height:24px}@media only screen and (max-width:991px){footer .top-footer .newsletter span.ft-one{display:flex;justify-content:center;width:100%;text-align:center;color:var(--white);font-size:16px;line-height:24px;text-transform:uppercase}}footer .top-footer .newsletter p.txt-nwsl{margin:10px 0 0;color:var(--white);font-size:16px;font-weight:400;line-height:25px}@media only screen and (max-width:991px){footer .top-footer .newsletter p.txt-nwsl{font-size:15px;text-align:center}}footer .top-footer .newsletter input{height:38px;text-align:left;border:0;border-radius:4px;border:1px solid var(--white);background:0 0;outline:0;font-size:15px;font-weight:400;color:var(--white);padding:8px 20px 8px;border-radius:4px;width:100%}footer .top-footer .newsletter input::placeholder{color:var(--white)}@media only screen and (max-width:991px){footer .top-footer .newsletter input{height:38px;font-size:14px}}footer .top-footer .newsletter button#sendNews{background:#620038;height:38px;flex:.5;border:0;border-radius:4px;color:var(--white);font-size:16px;line-height:18px;font-weight:700;transition:.3s ease}@media only screen and (max-width:991px){footer .top-footer .newsletter button#sendNews{width:100%;margin-left:0;position:relative;inset:unset;border-radius:8px;height:48px;min-height:48px}}footer .top-footer .newsletter button#sendNews:hover{opacity:.9}footer .main-footer{background:#f4f4f4;border-bottom:1px solid #c6c6c6}@media only screen and (max-width:991px){footer .main-footer{border-bottom:0}}@media only screen and (max-width:991px){footer .main-footer .ui.container{width:100%}}footer .main-footer .ui.container>.flex{justify-content:center;gap:60px;padding:50px 0 40px}@media only screen and (min-width:991px){footer .main-footer .ui.container>.flex{justify-content:center;gap:20px}footer .main-footer .ui.container>.flex .insti-pages:nth-child(1){max-width:205px;width:100%}footer .main-footer .ui.container>.flex .insti-pages:nth-child(2){max-width:205px;width:100%}footer .main-footer .ui.container>.flex .insti-pages:nth-child(3){max-width:205px;width:100%}footer .main-footer .ui.container>.flex .insti-pages:nth-child(4){max-width:258px;width:100%}}@media only screen and (max-width:991px){footer .main-footer .ui.container>.flex{gap:18px;padding:30px 0 20px}}footer .main-footer .flex.row{justify-content:flex-start;gap:8px;margin:6px 0 0}@media only screen and (max-width:991px){footer .main-footer .flex{flex-direction:column;gap:0;padding:10px 0 0}footer .main-footer .flex.row{flex-direction:row;align-items:center;padding:0 0 0 15px;gap:8px}footer .main-footer .flex.row:first-child{margin:0 0 5px}}@media only screen and (max-width:991px){footer .main-footer .flex .insti-pages:last-child .title-custom{border-bottom:1px solid transparent}}footer .main-footer .flex .content.jet-custom{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:991px){footer .main-footer .flex .content.jet-custom{gap:10px}}footer .main-footer .flex .title-custom{color:var(--mainPink);font-size:18px;font-weight:700;line-height:24px;text-transform:uppercase}@media only screen and (max-width:991px){footer .main-footer .flex .title-custom{display:flex;justify-content:space-between;color:var(--mainPink);font-size:17px;font-weight:700;line-height:32px;letter-spacing:2px;text-transform:uppercase;margin:0 15px;align-items:center}footer .main-footer .flex .title-custom::after{content:"";display:block;width:16px;height:21px;background-image:url(/assets/icons/footer-arrow.svg);background-repeat:no-repeat;background-size:contain;transition:.3s ease}footer .main-footer .flex .title-custom.no-after::after{display:none}footer .main-footer .flex .title-custom::first-letter{text-transform:uppercase!important}}@media only screen and (max-width:1440px){footer .main-footer .flex .title-custom{font-size:16px}}footer .main-footer .flex ul.custom-itens{display:flex;flex-direction:column;gap:10px;max-width:190px}@media only screen and (max-width:991px){footer .main-footer .flex ul.custom-itens{display:none;padding:0 0 0 15px}footer .main-footer .flex ul.custom-itens.active{display:flex;padding-bottom:0;padding-left:15px;max-width:100%}}footer .main-footer .flex ul.custom-itens li a{color:var(--mainPink);font-size:13px;font-weight:400;line-height:18px}footer .main-footer .flex .perguntas-freq{display:flex;flex-direction:column;gap:10px;align-items:flex-start}@media only screen and (max-width:991px){footer .main-footer .flex .perguntas-freq{display:none;gap:0}footer .main-footer .flex .perguntas-freq.active{display:flex;padding-bottom:0}}footer .main-footer .flex .perguntas-freq a,footer .main-footer .flex .perguntas-freq span{color:var(--mainPink);font-size:14px;line-height:18px}@media only screen and (max-width:1440px){footer .main-footer .flex .perguntas-freq a,footer .main-footer .flex .perguntas-freq span{font-size:13px}}footer .main-footer .flex .perguntas-freq span.contact-time{color:var(--mainPink)}footer .main-footer .flex .perguntas-freq span.email-text{display:flex;align-items:center;gap:5px}footer .main-footer .flex .perguntas-freq .title-option{font-size:0}footer .main-footer .flex .perguntas-freq .item-footer{gap:8px}@media only screen and (max-width:1440px){footer .main-footer .flex .perguntas-freq .item-footer>span.flex{flex-direction:row;padding:0}}footer .main-footer .flex .insti-pages{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:991px){footer .main-footer .flex .insti-pages{gap:10px}}footer .all-content-sub{display:flex;justify-content:center;padding-top:25px;padding-bottom:25px;gap:88px;align-items:flex-start}@media only screen and (max-width:991px){footer .all-content-sub{align-items:center;gap:40px;flex-direction:column}}footer .all-content-sub .title-custom{color:var(--mainPink);font-size:18px;font-weight:700;line-height:24px;text-transform:uppercase}footer .all-content-sub .title-custom.mb{margin:0 0 20px}@media only screen and (max-width:1440px){footer .all-content-sub .title-custom{font-size:16px}}@media only screen and (max-width:991px){footer .all-content-sub .title-custom{color:var(--mainPink);font-size:17px;font-weight:700;line-height:14.4px;text-align:center}}footer .all-content-sub .content.jet-container.pagamentos{display:none}footer .all-content-sub .payments-metodes{display:flex;flex-direction:column;gap:30px;max-width:250px}@media only screen and (max-width:991px){footer .all-content-sub .payments-metodes{align-items:center}}footer .all-content-sub span.stamp-name{display:none}footer .all-content-sub .stamps{display:flex;flex-direction:column;gap:15px}footer .all-content-sub .stamps .stamps{flex-direction:row;flex-wrap:wrap;max-width:350px}@media only screen and (max-width:991px){footer .all-content-sub .stamps .stamps{align-items:center;justify-content:center}}footer .all-content-sub .stamps img{max-height:40px;width:auto}@media only screen and (max-width:991px){footer .all-content-sub .stamps img{max-height:30px}}footer .social-media{display:flex;flex-direction:column;gap:20px}footer .social-media .jet-social-network ul{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}@media only screen and (max-width:991px){footer .social-media .jet-social-network ul{justify-content:center}}footer .social-media .jet-social-network ul li a{display:flex;align-items:center;background-position:center}footer .social-media .jet-social-network ul li a span{display:none}footer .social-media .jet-social-network ul li a.facebook{background-image:url(/assets/icons/facebook.svg);background-repeat:no-repeat;background-size:contain;width:28px;height:28px}footer .social-media .jet-social-network ul li a.instagram{background-image:url(/assets/icons/instagram.svg);background-repeat:no-repeat;background-size:contain;width:28px;height:28px}footer .social-media .jet-social-network ul li a.twitter{background-image:url(/assets/icons/twitter.svg);background-repeat:no-repeat;background-size:contain;width:28px;height:28px}footer .social-media .jet-social-network ul li a.pinterest{background-image:url(/assets/icons/pinterest.svg);background-repeat:no-repeat;background-size:contain;width:28px;height:28px}footer .social-media .jet-social-network ul li a.youtube{background-image:url(/assets/icons/yt.svg);background-repeat:no-repeat;background-size:contain;width:28px;height:28px}footer .social-media .jet-social-network ul li a.tiktok{background-image:url(/assets/svgs/social/tiktok.svg);background-repeat:no-repeat;background-size:contain;width:28px;height:28px}footer .tdu{font-weight:700}footer .sub-footer{background:#f5f5f5;padding-top:16px}@media only screen and (max-width:991px){footer .sub-footer{border-top:0;padding-top:14px;background:var(--white)}}footer .sub-footer .text--footer-top{display:block;color:#181818;text-align:center;font-size:14px;font-weight:300;line-height:24px}footer .sub-footer .sub-footer-content{display:flex;align-items:center;justify-content:flex-end;gap:60px;padding:0 0 10px}@media only screen and (max-width:991px){footer .sub-footer .sub-footer-content{flex-direction:column;gap:25px;padding:0 0 20px}}footer .sub-footer .sub-footer-content .text-footer{color:#181818;font-size:16px;font-weight:700;line-height:21px}@media only screen and (max-width:991px){footer .sub-footer .sub-footer-content .text-footer{text-align:center;width:90%;font-size:16px}}footer a.whatsapp-link{position:fixed;bottom:10px;right:0}footer a.whatsapp-link::before{content:"";display:block;background-image:url(/assets/wpp-float-img.png);background-repeat:no-repeat;background-size:contain;width:255px;height:160px}@media only screen and (max-width:991px){footer a.whatsapp-link::before{width:180px;height:115px}}#jet-alert-description{margin:0}.all-flags{display:flex;flex-wrap:wrap;gap:15px;max-width:318px}.all-flags img{max-width:50px;height:35px;object-fit:contain}.all-flags img.mastercard{order:-1}.all-flags img.mastercard:nth-child(2){display:none}.all-flags img.visa{order:-2}.all-flags img.visa:nth-child(n+2){display:none}@media only screen and (max-width:991px){.all-flags{max-width:100%;justify-content:center;padding:0 30px}.all-flags+.content{display:none}}