@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}body.croped{height:100%;overflow:hidden}*,:after,:before{box-sizing:inherit}.ui.container{display:block;max-width:1320px;width:100%;margin-left:auto;margin-right:auto}.ui.container.fluid{width:100%;max-width:100%}.ui.container:not(.fluid){width:98%;max-width:1440px}:root{--bgBody:#fff;--textBody:#000;--bgHeader:#fff;--colorHeader:#000;--bgMenu:#fff;--colorMenu:#000;--bgCard:var(--bgBody);--colorCard:#000;--bgNews:#000;--colorNews:#fff;--bgFooter:#fff;--colorFooter:#000;--fontText:"Montserrat";--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}:root{--blue:#007bff;--indigo:#6c7293;--purple:#6f42c1;--pink:#e83e8c;--red:#A91919;--red-dark:#c80642;--orange:#fd7e14;--yellow:#ffe623;--green:#28a745;--teal:#20c997;--teal-dark:#1bc5bd;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--gray-light:#ddd;--primary:#5867dd;--secondary:#e1e1ef;--success:#0abb87;--info:#5578eb;--warning:#ffb822;--danger:#fd397a;--light:#f7f7f7;--dark:#1a1a27;--facebook:#3b5998;--google:#dd4b39;--font-sm:12px;--font-md:14px;--font-lg:16px;--font-xl:20px;--font-xxl:25px;--font-big:30px;--space-sm:0.5rem;--space-md:1rem;--space-lg:2rem;--space-xl:3rem}@media screen and (max-width:991px){.mobile-hide{display:none!important}}.mobile-only{display:none!important}@media screen and (max-width:991px){.mobile-only{display:block!important}}@media screen and (max-width:991px) and (min-width:768px){.tablet-hide{display:none!important}}@media screen and (min-width:992px){.computer-hide{display:none!important}}.hideme{display:none!important}jet-alert-me{width:100%;margin-top:var(--space-lg)}jet-alert-me .jet-alert-me{position:fixed;top:0;right:-100%;background:#fff;height:100%;padding:2rem;width:100%;max-width:500px;z-index:102}jet-alert-me .jet-alert-me.open{animation:fadeInRight;animation-duration:1s;right:0}jet-alert-me .jet-alert-me.closed{animation:fadeOutRight;animation-duration:1s}jet-alert-me .jet-alert-me .alert-me{position:relative;margin-top:var(--space-xl)}jet-alert-me .jet-alert-me .alert-me .close-form{background:0 0;border:0;position:absolute;right:-.5rem;top:-1.5rem;transform:translateY(-50%);outline:0;cursor:pointer;padding:var(--space-md)}jet-alert-me .jet-alert-me .alert-me .close-form:after{content:"X";display:block;outline:0;font-size:var(--font-xl)}jet-alert-me .jet-alert-me .alert-me .close-form span{display:none}jet-alert-me .jet-alert-me .alert-me .alert-text{display:block;text-align:center;line-height:20px;font-size:var(--font-md)}jet-alert-me .jet-alert-me .alert-me .alert{display:flex;align-items:center;justify-content:space-between;margin-top:var(--space-lg)}jet-alert-me .jet-alert-me .alert-me .alert .image{flex:1;padding-right:var(--space-md)}jet-alert-me .jet-alert-me .alert-me .alert .image img{max-width:100%}jet-alert-me .jet-alert-me .alert-me .alert form{flex:1}jet-alert-me .jet-alert-me .alert-me .alert form .container-field{position:relative}jet-alert-me .jet-alert-me .alert-me .alert form button{background-color:var(--black);color:var(--white);padding:var(--space-md) var(--space-lg);border:1px solid var(--bgBorder);border-radius:0;font-weight:600;font-size:var(--font-md);width:100%;border:0;outline:0;border-radius: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:35px;left:15px;background:var(--black);font-size:13px;padding:2px 8px;font-weight:400;color:var(--white);display:none}.jet-card .add-wish,.jet-card .remove-wish{position:absolute;width:30px;height:30px;background:url(/assets/icons/heart.svg) center no-repeat;background-size:20px;top:10px;right:20px;z-index:2;cursor:pointer;filter:brightness(1);font-size:0;transition:ease-in-out .3s}.jet-card .remove-wish{background:url(/assets/icons/heart-filled.svg) center no-repeat;background-size:25px}.jet-card .baseDiscount{display:none}.jet-card .jet-container{display:flex;flex-direction:column}.jet-card .content{background:var(--white)}.jet-card .content.product-flag{position:absolute;top:10px;left:15px;z-index:2;max-width:100px;background:0 0}.jet-card .content.product-flag .flag-discount{background:var(--black);color:var(--white);padding:3px 10px;text-align:center;width:auto;font-size:12px;line-height:15px}.jet-card .content.product-flag .product-flag{display:flex;flex-direction:column;gap:5px;align-items:end}.jet-card .content.product-brand{display:none}.jet-card .content.images{order:1}.jet-card .content.data{padding:10px 0;order:3;position:relative}.jet-card .content.data h3{font-weight:400;font-size:12px;margin-bottom:5px;text-transform:uppercase}.jet-card .content.data .product-rating{display:none}.jet-card .content.product-variation{position:absolute;left:0;bottom:72px;width:100%;visibility:hidden;opacity:0;padding-top:5px}.jet-card .content.action{order:2;display:none;position:absolute;bottom:0;left:0;width:100%;z-index:2}.jet-card .content.action a,.jet-card .content.action button,.jet-card .content.action span{text-transform:uppercase;text-align:center;display:block;height:40px;line-height:40px;background:var(--black);transition:ease-in-out .3s;color:var(--white);width:100%;border:none;padding:0 20px;font-weight:100;margin:0;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:#777;color:var(--white)}@media only screen and (min-width:991px){.jet-card .content.action a:hover,.jet-card .content.action button:hover,.jet-card .content.action span:hover{background:var(--black)}}.jet-card .product-variation .title{display:none}.jet-card .product-variation .reference{display:flex;gap:5px;justify-content:center}.jet-card .product-variation .reference:first-child{position:absolute;right:0;bottom:-45px}.jet-card .product-variation .reference:first-child .variation{position:relative}.jet-card .product-variation .reference:first-child .variation.active::after{content:"";position:absolute;width:100%;height:1px;background:var(--black);left:0;bottom:-4px}.jet-card .product-variation .reference:nth-child(2) .variation{max-width:fit-content}.jet-card .product-variation .reference>.variation{flex:1;position:relative}.jet-card .product-variation .reference>.variation.sold{opacity:.6}.jet-card .product-variation .reference>.variation.sold::after{content:"";pointer-events:none;width:calc(100% - 4px);height:calc(100% - 2px);position:absolute;top:2px;left:2px;background:linear-gradient(to top right,transparent calc(50% - 1px),#dadada,transparent calc(50% + 1px))}.jet-card .product-variation .reference>.variation.active .variation-text{background:var(--black);color:var(--white)}.jet-card .product-variation .variation-text{display:flex;border:1px solid #b9b9b9;min-width:35px;padding:0 5px;min-height:34px;align-items:center;justify-content:center;cursor:pointer}.jet-card .product-variation .variation-color{display:flex;border:1px solid #b9b9b9;width:15px;height:15px;align-items:center;justify-content:center;cursor:pointer}.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;width:auto}.jet-card .product-image{position:relative;overflow:hidden}.jet-card .product-image>a{overflow:hidden;display:block}.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 .alternate-image img{position:absolute;object-fit:cover;width:100%;height:100%;left:0}.jet-card .price{display:flex;flex-wrap:wrap;align-items:baseline;gap:2px;min-height:34px;color:#646464}.jet-card .best-price{font-weight:600;font-size:14px;color:var(--black)}.jet-card .old-price{font-size:12px;font-weight:400}.jet-card .old-price span{display:inline-block;margin-right:5px;text-decoration:line-through}.jet-card .installment{font-size:12px;font-weight:300;width:100%;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.product-variation{visibility:visible;opacity:1}.jet-card:hover .content.data{bottom:20px}.jet-card:hover .content.action{display:block}}.jet-card .jet-product-flash-offer{position:absolute;bottom:122px;width:100%;text-align:center;opacity:.8}@media only screen and (max-width:991px){.jet-card .jet-product-flash-offer{bottom:134px}}.jet-card .jet-product-flash-offer .content{background:var(--black);font-weight:700;height:32px;line-height:32px}@media only screen and (max-width:991px){.jet-card .jet-product-flash-offer .content{height:24px;line-height:24px}}.jet-card .jet-product-flash-offer .description{font-size:0}.jet-card .jet-product-flash-offer .description::before{content:"Acaba em";display:inline-block;width:auto;height:20px;font-weight:400;margin-right:5px;color:#fff;font-size:12px}.jet-card .jet-product-flash-offer .time-countdown{font-size:13px;color:#fff}@media screen and (max-width:991px){.jet-card .jet-card .product-image>a{overflow:hidden;display:block}.jet-card .price{min-height:20px}.jet-card .old-price{font-size:13px}.jet-card .best-price{font-size:13px}.jet-card .content.product-flag .flag-discount{font-size:10px;padding:0 5px}.jet-card .jet-product-flash-offer .description{font-size:0}.jet-card .jet-product-flash-offer .description::before{font-size:10px}.jet-card .jet-product-flash-offer .time-countdown{font-size:10px}.jet-card .content.data{order:2;display:flex;flex-direction:column;min-height:140px}.jet-card .content.data h3{min-height:34px;margin-bottom:10px}.jet-card .content.action{order:3;display:block;position:relative}.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}.jet-card .content.product-variation{position:relative;visibility:visible;opacity:1;bottom:0;order:-1}.jet-card .content.product-variation .reference{justify-content:left;overflow-x:scroll;padding-bottom:5px}.jet-card .showCardPopup,.jet-card .showCardPopupEmpty{order:5;border:none;background:var(--black);color:var(--white);text-transform:uppercase;padding:10px 0;font-size:12px}}.quickBuyPopup{position:fixed;top:0;left:0;right:0;bottom:0;z-index:110;display:flex;align-items:end;visibility:hidden;opacity:0}.quickBuyPopup .closeBg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:rgba(0,0,0,.2)}.quickBuyPopup .content{position:relative;z-index:2;background:var(--white);width:100%;padding:0 12px 12px;bottom:-110%;box-shadow:0 -4px 3px rgba(0,0,0,.05);transition:ease-out .3s}.quickBuyPopup .content>img{max-height:150px;width:auto;display:block;margin:0 auto 10px}.quickBuyPopup .buyButton{width:100%;border:none;background:var(--black);color:var(--white);text-transform:uppercase;padding:10px 0}.quickBuyPopup .buyButton.sold-button{background:#777}.quickBuyPopup .name{text-transform:uppercase;font-weight:500}.quickBuyPopup .price{display:block;margin-bottom:10px}.quickBuyPopup .price .old-price{color:#646464;font-size:13px;text-decoration:line-through}.quickBuyPopup .price .best-price{font-weight:600}.quickBuyPopup .price .installment{display:none}.quickBuyPopup .variations{display:block;margin-bottom:20px}.quickBuyPopup .product-variation{display:flex;flex-direction:column-reverse;gap:10px}.quickBuyPopup .reference{display:flex;gap:10px}.quickBuyPopup .reference .title{display:none}.quickBuyPopup .reference .variation{position:relative}.quickBuyPopup .reference .variation.sold{opacity:.6}.quickBuyPopup .reference .variation.sold::after{content:"";pointer-events:none;width:calc(100% - 4px);height:calc(100% - 2px);position:absolute;top:2px;left:2px;background:linear-gradient(to top right,transparent calc(50% - 1px),#dadada,transparent calc(50% + 1px))}.quickBuyPopup .reference .variation.active .variation-text{background:var(--black);color:var(--white)}.quickBuyPopup .reference .variation-text{border:1px solid #d7d7d7;padding:8px 8px;display:block}.quickBuyPopup .reference .variation-color{display:flex;border:1px solid #b9b9b9;width:25px;height:25px;align-items:center;justify-content:center;cursor:pointer}.quickBuyPopup .reference:first-child .variation.active::after{content:"";position:absolute;width:100%;height:1px;background:var(--black);left:0;bottom:-4px}.quickBuyPopup.active{visibility:visible;opacity:1}.quickBuyPopup.active .content{bottom:0}.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 .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::before{content:"5% OFF em pagamentos com PIX";font-weight:600;font-size:12px;border:1px solid var(--black);display:block;width:100%;text-align:center;padding:12px 0;margin-top:0;background:var(--black);color:var(--white)}.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% - 280px)}@media only screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products{height:calc(100% - 295px)}}.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:#f4f4f4;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;font-weight:500}@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;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:0;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}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .rest{background:#efeee8;color:var(--black);text-align:center;display:block;padding:9px 0;font-size:12px;margin-bottom:2px;text-transform:uppercase}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .rest::before{content:"";width:20px;height:20px;background:url(/assets/icons/truck.svg) center no-repeat;background-size:contain;display:inline-block;vertical-align:-5px;margin-right:5px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .subtotal{display:none}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .discount,.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .subtotal{font-size:var(--font-md);text-transform:uppercase;font-weight:400;border-bottom:1px solid #ddd;padding-bottom:12px;margin-bottom:12px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .discount span,.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .subtotal span{display:flex;justify-content:space-between}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight{font-size:var(--font-sm);font-weight:400;position:relative;padding-top:12px;min-height:78px;display:none}.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% - 220px)}@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:140px;overflow-y:scroll}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping{display:flex;align-items:center;position:relative;padding-left:3rem;font-size:var(--font-sm);user-select:none}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping label{cursor:pointer}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping label:before{content:"";position:absolute;width:20px;height:20px;border:1px solid #ccc;border-radius:50rem;left:0;top:50%;transform:translateY(-50%)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping label:after{position:absolute;content:"";width:10px;height:10px;background:var(--textBody);border-radius:50rem;top:50%;left:5px;transform:translateY(-50%);display:none}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping input:checked~label:after{display:block}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .info{display:flex;flex-direction:column;align-items:flex-start}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .info .time{line-height:initial;color:var(--gray)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .info .name{display:inline-flex;gap:var(--space-sm);line-height:initial;margin-bottom:var(--space-sm)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .info .value{font-weight:400}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .tooltip{position:absolute;background-color:var(--bgButtonCheckout);color:var(--colorButtonCheckout);border-radius:5px;bottom:calc(100% + var(--space-sm));left:calc(var(--space-md) * -1);transition:opacity .3s;z-index:0;font-size:85%;text-align:left;padding:var(--space-sm) var(--space-md);line-height:var(--font-xl);opacity:.8;transition:all .5s ease}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .result .shipping .tooltip:after{content:"";border:7px solid var(--bgButtonCheckout);position:absolute;left:var(--space-md);transform:rotate(45deg);bottom:calc(var(--space-sm) * -1);z-index:-1}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total{display:block;font-size:14px;margin-bottom:var(--space-lg);text-transform:uppercase;border-top:1px solid #cacaca;padding-top:15px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total>span{display:flex;justify-content:end;align-items:center;font-weight:400;gap:10px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total .value{font-weight:700}@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(--black);color:var(--white);text-transform:uppercase;font-size:14px;font-weight:600;letter-spacing:.8px;border:none}.floating-preview .cart-button-continue{text-align:center;display:block;width:100%;border:none;background:0 0;text-transform:uppercase;text-decoration:underline;margin-top:12px;color:#545454}@media screen and (max-width:764px){.floating-preview{max-width:100%}}.jet-summary-outstock .title-outstock{font-weight:600;font-size:var(--font-lg);color:var(--primaryColor);display:block;margin:0 0 var(--space-sm) 0;padding:0 0 var(--space-sm) 0}.jet-summary-outstock .button-outstock{text-align:center}.jet-summary-outstock .button-outstock button{background-color:var(--bgButton);color:var(--colorButton);border:1px solid var(--bgBorder);padding:var(--space-md) var(--space-lg);font-weight:700;font-size:var(--font-lg);outline:0;border-radius:var(--radiusButton);text-transform:uppercase;cursor:pointer}.jet-summary-outstock .list-products-outstock{display:flex}.jet-summary-outstock .info{margin:var(--space-md);width:100%}.jet-summary-outstock .info .product-detail{padding-bottom:var(--space-md)}.jet-summary-outstock .info .product-detail span>div>span{font-weight:400}@media only screen and (max-width:991px){.jet-summary-outstock .info .product-detail h1{font-size:var(--font-md)}}.jet-summary-outstock img{max-width:20%;margin:var(--space-md) var(--space-md) var(--space-md) 0;width:auto;height:auto}@media only screen and (max-width:991px){.jet-summary-outstock img{max-width:35%}}.closeCart{position:fixed;top:0;right:0;left:0;bottom:0;width:100%;z-index:0;cursor:pointer;display:none}.jet-loading:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:50px;height:50px;margin-top:-25px;margin-left:-25px;border-radius:50%;border:1px solid #ccc;border-top-color:#07d;animation:spinner .6s linear infinite;z-index:999}.jet-loading:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--bgBody);opacity:.5;z-index:998}.jet-loading.fixed:after,.jet-loading.fixed:before{position:fixed}.jet-btn-loading{position:relative;color:transparent!important;pointer-events:none!important}.jet-btn-loading:before{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.15)}.jet-btn-loading:after{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:spinner .6s linear;animation:spinner .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#fff transparent transparent;border-style:solid;border-width:.2em;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.ng-lazyloading{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transform:scale(.2);max-width:50px}.jet-modal{background:rgba(0,0,0,.8);position:fixed;top:0;left:0;width:100%;height:100%;align-items:center;justify-content:center;z-index:200;display:none}.jet-modal .closeModal{position:absolute;background:0 0;top:0;left:0;width:100%;height:100%;z-index:0;cursor:pointer}.jet-modal .jet-modal-content{background:#fff;max-width:60vw;max-height:calc(100% - var(--space-lg));position:absolute;padding:var(--space-lg);overflow:auto;border-radius:var(--space-sm);animation:fadeIn;animation-duration:.8s}@media only screen and (max-width:992px){.jet-modal .jet-modal-content{width:calc(100vw - var(--space-lg));height:calc(100vh - var(--space-lg));max-width:100vw;max-height:100vh;position:absolute;top:unset;left:unset;margin:auto;transform:unset}.jet-modal .jet-modal-content.small{height:auto}}.jet-modal .jet-modal-content.content-center{display:flex;flex-direction:column;justify-content:center}.jet-modal .jet-modal-content.auto-height{height:auto!important;width:55%}@media only screen and (max-width:992px){.jet-modal .jet-modal-content.auto-height{height:100vh!important;width:100%}}.jet-modal .jet-modal-content .jet-modal-close{background:0 0;border:0;outline:0;position:absolute;top:0;right:0;padding:var(--space-md);display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;z-index:2}.jet-modal .jet-modal-content .jet-modal-close span{display:none}.jet-modal .jet-modal-content .jet-modal-close svg{width:100%;max-width:20px;margin-right:var(--space-sm)}.jet-policy-privacy{position:fixed;left:calc(50% - var(--space-sm));bottom:0;transform:translate(-50%,-50%);background:var(--bgBody);z-index:99999;width:1200px;max-width:100%;box-shadow:0 0 10px rgba(0,0,0,.1);margin-left:-3px}@media only screen and (max-width:764px){.jet-policy-privacy{left:50%}}.jet-policy-privacy .policy-container{width:1200px;max-width:100%;padding:var(--space-md);display:flex;justify-content:space-between;align-items:center;animation:scaleIn;animation-duration:.8s}.jet-policy-privacy .policy-container p{margin:0;color:var(--textBody)}.jet-policy-privacy .policy-container p a{color:var(--textBody);font-weight:400;text-decoration:underline}.jet-policy-privacy .policy-container button{background-color:var(--black);box-shadow:0 0 0 1px var(--bgBorderSecondary);color:#fff;padding:var(--space-md) var(--space-lg);border-radius:var(--radiusButton);display:inline-block;text-align:center;text-transform:uppercase;font-size:var(--font-md);font-weight:400;cursor:pointer;outline:0;margin:0;border:0;transition:all .5s ease-in-out}@media only screen and (max-width:764px){.jet-policy-privacy .policy-container button{margin:0 0 0 5px;font-size:var(--font-sm)}}.jet-policy-privacy .policy-container button:hover{background-color:#000;color:#fff}.fixedFloating.active{display:block}.fixedFloating .closeBg{position:absolute;background:rgba(0,0,0,.3);width:100%;height:100%;z-index:2;cursor:pointer}.fixedFloating .jet-search{height:75px;background:#f6f6f6;width:100%;margin:auto;position:relative;z-index:3;padding-top:20px}.fixedFloating .jet-container{width:calc(100% - 80px);margin:auto;display:flex;border-bottom:1px solid var(--black);flex-direction:row-reverse}.fixedFloating .jet-button{height:44px;width:35px;border:none;background:url(/assets/icons/search.svg) center no-repeat;background-size:15px;filter:brightness(0)}.fixedFloating .close-button{height:44px;width:35px;border:none;background:url(/assets/icons/close.svg) center no-repeat;background-size:15px;position:absolute;top:-40px;right:35px;padding:0}.fixedFloating #jet-search-term{width:calc(100% - 35px);background:0 0;border:none;color:var(--black);font-size:15px}.fixedFloating #jet-search-term::placeholder{color:var(--black)}.fixedFloating .topLogo{display:flex;justify-content:center;align-items:center;background:#f6f6f6;position:relative;z-index:2;padding-top:12px}.fixedFloating .terms{background:#f6f6f6;position:relative;z-index:2;padding:0 40px 12px;letter-spacing:1px}.fixedFloating .terms .title{margin-bottom:15px}.fixedFloating .terms ul{display:flex;gap:10px}.fixedFloating .terms a{display:block;background:var(--white);padding:4px 22px;font-size:13px}.jet-search-result .no-results{background:#fff;position:absolute;z-index:9;width:100%;width:calc(100% - 30px);left:15px;top:155px;padding:10px;display:flex;flex-direction:column;gap:10px;border-radius:5px;height:65vh;overflow-x:auto}.search-result:not(.content){background:#fff;position:absolute;z-index:9;width:100%;top:155px;width:calc(100% - 30px);left:15px;padding:10px;display:flex;flex-direction:column;gap:10px;border-radius:5px;height:65vh;overflow-x:auto}.search-result:not(.content) a{display:flex;align-items:center;gap:10px;color:var(--black)}.search-result:not(.content) a .info{display:flex;flex-direction:column;font-weight:700}.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 .search-name{font-weight:400}.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:991px){.fixedFloating{display:block;top:48px;bottom:auto}.fixedFloating .jet-search{max-width:100%;height:32px}.fixedFloating .jet-button{height:32px;background-size:18px}.fixedFloating .close-button,.fixedFloating .closeBg,.fixedFloating .terms,.fixedFloating .topLogo{display:none}.fixedFloating .jet-search{padding:0}.fixedFloating .jet-container{width:calc(100% - 24px);border:none;flex-direction:row}.fixedFloating #jet-search-term{font-size:16px;transform:scale(.875);transform-origin:left center}.search-result:not(.content){top:40px}.search-result:not(.content) a .info{font-size:12px}.jet-search-result .no-results{top:40px}}.tns-nav{text-align:center;position:absolute;bottom:25px;display:flex;gap:0;width:100%;justify-content:center}.tns-nav>[aria-controls]{width:30px;height:3px;padding:0;margin:0 5px;border:none;opacity:.3;cursor:pointer;background:var(--black);transition:ease-in-out .3s}.tns-nav>.tns-nav-active{opacity:1}@media screen and (max-width:764px){.tns-nav>[aria-controls]{width:15px;margin:0 3px}}.tns-controls{text-align:center;margin-bottom:0;position:absolute;top:46%;left:0;transform:translate(0,-50%);width:100%}.tns-controls [aria-controls]{font-size:0;border:none;padding:0;cursor:pointer;width:40px;height:40px;background:url(/assets/icons/arrow.svg) 10px center no-repeat;background-size:10px;right:0;position:absolute;transform:rotate(0)}.tns-controls [aria-controls][disabled]{opacity:.5;cursor:auto}.tns-controls [aria-controls][data-controls=prev]{right:auto;left:0;transform:rotate(180deg)}.tns-outer{overflow:hidden}.tns-outer [data-action],.tns-visually-hidden{display:none}.tns-slider{display:flex}.invalid-feedback{position:absolute;bottom:-18px;width:100%;animation:fadeIn;animation-duration:.5s;z-index:2;text-align:left}.invalid-feedback span{background-color:var(--red);color:#fff;font-size:11px;padding:.3rem .5rem;line-height:15px}textarea+.invalid-feedback{bottom:-15px}.input.ng-invalid{border-color:var(--red);animation:fadeIn;animation-duration:.5s}header .jet-menu a{text-transform:uppercase}header .jet-menu .jet-menu-itens{display:flex}header .jet-menu .jet-menu-itens>li{position:relative}@media only screen and (min-width:991px){header .jet-menu .jet-menu-itens>li{position:static;padding:0 20px}}header .jet-menu .jet-menu-itens>li>a{display:block;line-height:60px;padding:0 15px}header .jet-menu .jet-menu-itens>li>.submenu{position:absolute;top:60px;left:0;width:max-content;min-width:310px;background:var(--white);z-index:9;padding:15px 15px 20px;display:none}@media only screen and (min-width:991px){header .jet-menu .jet-menu-itens>li>.submenu{width:100%;top:112px}}header .jet-menu .jet-menu-itens>li>.submenu>.container{display:flex;justify-content:space-between}@media only screen and (min-width:991px){header .jet-menu .jet-menu-itens>li>.submenu>.container{width:100%;max-width:1200px;margin:0 auto}}header .jet-menu .jet-menu-itens>li>.submenu>.container>ul{display:flex;flex-wrap:wrap;justify-content:center;width:100%;gap:55px}header .jet-menu .jet-menu-itens>li>.submenu>.container>ul>li>a{font-size:14px;padding-bottom:0;margin-bottom:0;display:block;line-height:32px}header .jet-menu .jet-menu-itens>li>.submenu>.container>ul>li>a::after{content:"";display:block;width:100%;height:1px;background:var(--black);margin-bottom:10px}header .jet-menu .jet-menu-itens>li>.submenu>.container>ul>li>a.seeAllMenu{font-weight:700;font-size:12px;width:fit-content}header .jet-menu .jet-menu-itens>li>.submenu>.container>ul>li>a.seeAllMenu::after{display:none}header .jet-menu .jet-menu-itens>li>.submenu>.container>ul>li.mainLink>a{font-weight:600;font-size:15px}header .jet-menu .jet-menu-itens>li .submenu.last{position:relative}header .jet-menu .jet-menu-itens>li .submenu.last a{line-height:35px;font-size:12px}header .jet-menu .jet-menu-itens>li .submenu.last ul{display:flex;flex-direction:column;max-height:130px;flex-wrap:wrap;gap:0 60px}header .jet-menu .jet-menu-itens>li:nth-child(8)>.submenu{left:auto;right:0}@media screen and (min-width:991px){header .jet-menu .jet-menu-itens>li>.submenu::before{content:"";position:absolute;width:9999px;height:100%;background:var(--white);top:0;left:-9999px;visibility:hidden;opacity:0}header .jet-menu .jet-menu-itens>li>.submenu::after{content:"";position:absolute;width:9999px;height:100%;background:var(--white);top:0;right:-9999px;visibility:hidden;opacity:0}header .jet-menu .jet-menu-itens>li:hover>.submenu{display:block}header .jet-menu .jet-menu-itens>li:hover>.submenu::after,header .jet-menu .jet-menu-itens>li:hover>.submenu::before{visibility:visible;opacity:1}}header .jet-menu .category-image img{height:auto}header #toggleMenu{display:none}@media screen and (max-width:991px){header #toggleMenu{border:none;background:0 0;padding:0;display:flex;flex-direction:column;gap:5px;justify-content:center;width:40px;position:relative;z-index:2}header .jet-menu .jet-menu-itens{flex-direction:column;padding-top:10px}header .jet-menu .jet-menu-itens .has-submenu>a{position:relative}header .jet-menu .jet-menu-itens .has-submenu>a::after{content:"";position:absolute;right:5px;top:0;width:30px;height:30px;background:url(/assets/icons/angle.svg) center no-repeat;transform:rotate(90deg);transition:ease-in-out .3s}header .jet-menu .jet-menu-itens .has-submenu>a.active::after{transform:rotate(270deg)}header .jet-menu .jet-menu-itens .has-submenu .has-submenu>a::after{display:none}header .jet-menu .jet-menu-itens .bold{font-weight:700}header .jet-menu .jet-menu-itens>li>a{line-height:30px;padding:0 12px}header .jet-menu .jet-menu-itens>li>a.active{font-weight:700}header .jet-menu .jet-menu-itens>li .submenu{max-height:0;overflow:hidden;display:block;padding:0;top:0;position:relative;transition:ease-in-out .3s}header .jet-menu .jet-menu-itens>li .submenu.last{position:relative;display:none;visibility:visible;opacity:1;max-height:max-content;width:100%;left:0;background:0 0;padding:0}header .jet-menu .jet-menu-itens>li .submenu.last.active{display:block}header .jet-menu .jet-menu-itens>li .submenu.last a{color:var(--black)}header .jet-menu .jet-menu-itens>li .submenu.active{max-height:999px;border-bottom:1px solid #f4f4f4;margin-bottom:12px;padding-bottom:10px;max-width:100%;width:100%}header .jet-menu .jet-menu-itens>li .submenu>.container>ul{flex-direction:column}header .jet-menu .jet-menu-itens>li .submenu>.container>ul{gap:0;padding:0 12px;width:100%;padding-left:30px;max-height:none}header .jet-menu .jet-menu-itens>li .submenu>.container>ul>li{max-width:100%}header .jet-menu .jet-menu-itens>li .submenu>.container>ul>li>a{border:none;padding:0;margin:0;line-height:30px;font-size:14px;text-align:left}header .jet-menu .jet-menu-itens>li .submenu a.seeAll{line-height:30px;padding-left:30px;font-weight:700;text-decoration:underline;font-size:12px}header .jet-menu .jet-menu-itens>li .submenu a.seeAll strong{font-weight:700}header .jet-menu .jet-menu-itens>li .submenu>.container>ul>li>a::after{display:none}header .jet-menu .jet-menu-itens>li .submenu:not(.last)>.container>ul>li+li{margin-top:12px}header .jet-menu .jet-menu-itens>li .submenu:not(.last)>.container>ul>li>a.has-submenu{width:100%;position:relative}header .jet-menu .jet-menu-itens>li .submenu:not(.last)>.container>ul>li>a.has-submenu::after{content:"";position:absolute;right:5px;top:0;width:30px;height:30px;background:url(/assets/icons/angle.svg) center no-repeat;transform:rotate(90deg);display:block;transition:ease-in-out .3s}header .jet-menu .jet-menu-itens>li .submenu:not(.last)>.container>ul>li>a.has-submenu.active::after{transform:rotate(270deg)}}.jet-product-buy-together{display:flex;flex-direction:row;flex-wrap:wrap;align-items:start;margin-top:50px;margin-bottom:50px}.jet-product-buy-together .buy-together-title{background:var(--white);padding:0 20px;position:relative;z-index:1;width:fit-content;margin:40px auto 50px;display:block;font-size:28px;font-weight:400;width:100%;text-transform:uppercase}@media only screen and (max-width:991px){.jet-product-buy-together .buy-together-title{font-size:20px;text-align:center}}.jet-product-buy-together .products-together{flex:2}@media only screen and (max-width:991px){.jet-product-buy-together .products-together{flex:none;width:100%;display:flex;flex-direction:column}}@media only screen and (max-width:991px){.jet-product-buy-together .products-together{flex:none;width:100%;display:flex;flex-direction:column}}.jet-product-buy-together .products-together ul{padding:0;list-style:none;display:flex;flex-wrap:wrap;flex-direction:column}.jet-product-buy-together .products-together ul li{position:relative;padding:var(--space-md);background:var(--white)}.jet-product-buy-together .products-together ul li+li{margin-top:20px;border-top:1px solid #d4d4d4}.jet-product-buy-together .products-together ul li .jet-card{padding:0}.jet-product-buy-together .products-together ul li .jet-card:hover{border-color:transparent}.jet-product-buy-together .products-together ul li .jet-card .price::after{display:none}.jet-product-buy-together .products-together ul li .jet-card .product-values::after{display:none}.jet-product-buy-together .products-together ul li .jet-card .jet-container{flex-direction:row;align-items:center;height:100%;display:flex}@media only screen and (max-width:991px){.jet-product-buy-together .products-together ul li .jet-card .jet-container{gap:var(--space-md);flex-wrap:wrap}}.jet-product-buy-together .products-together ul li .jet-card .jet-container .content{margin:0;position:relative;visibility:visible;opacity:1;top:0;padding-left:0;background:0 0}.jet-product-buy-together .products-together ul li .jet-card .jet-container .content.product-buy{order:3;position:absolute;right:0;top:0}.jet-product-buy-together .products-together ul li .jet-card .jet-container .content.data{text-align:left;width:calc(100% - 470px);order:2;margin-left:40px}@media only screen and (max-width:991px){.jet-product-buy-together .products-together ul li .jet-card .jet-container .content{flex:1 1 auto;padding-top:0}.jet-product-buy-together .products-together ul li .jet-card .jet-container .content.data{text-align:left;width:calc(100% - 110px);margin-left:0;padding:0}}.jet-product-buy-together .products-together ul li .jet-card .jet-container .content.images{justify-content:center;width:200px;position:relative;order:1}.jet-product-buy-together .products-together ul li .jet-card .jet-container .content.images .product-image{height:auto;max-width:200px;height:auto}@media only screen and (max-width:991px){.jet-product-buy-together .products-together ul li .jet-card .jet-container .content.images .product-image{max-width:120px;margin:auto}.jet-product-buy-together .products-together ul li .jet-card .jet-container .content.images .product-image>a{height:170px}}.jet-product-buy-together .products-together ul li .jet-card .jet-container .product-name{font-weight:700;font-size:var(--font-md);color:var(--textBody);line-height:var(--font-lg);display:block;margin-bottom:var(--space-md)}.jet-product-buy-together .products-together ul li .jet-card .jet-container .product-variation .reference{display:flex;margin-top:20px;gap:15px 10px;flex-wrap:wrap;position:relative;bottom:0}.jet-product-buy-together .products-together ul li .jet-card .jet-container .product-variation .reference:first-child .variation{position:relative;flex:none}.jet-product-buy-together .products-together ul li .jet-card .jet-container .product-variation .reference .title{text-transform:uppercase;font-size:14px;letter-spacing:1.5px;font-weight:600;width:100%}.jet-product-buy-together .products-together ul li .jet-card .jet-container .product-variation .reference .variation-text{padding:4px 10px;border:1px solid #dededf;font-size:12px;cursor:pointer}.jet-product-buy-together .products-together ul li .jet-card .jet-container .product-variation .reference .variation-color{width:30px;height:30px;display:block;cursor:pointer;border:1px solid transparent}.jet-product-buy-together .products-together ul li .jet-card .jet-container .product-variation .reference .active>.variation-text{border-color:var(--black)}.jet-product-buy-together .products-together ul li .jet-card .jet-container .product-variation .reference .active>.variation-color{border-color:var(--black)}.jet-product-buy-together .products-together ul li .jet-card .jet-container button{outline:0;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;padding:0 20px;height:35px;font-size:12px;font-weight:700;border:none;border-radius:5px}.jet-product-buy-together .products-together ul li .jet-card .jet-container button.add-together{background-color:transparent;color:var(--white);padding:0;border-radius:0;border:1px solid var(--black)}.jet-product-buy-together .products-together ul li .jet-card .jet-container button.add-together .product-add{font-size:0;background:var(--white);color:var(--black);width:35px}.jet-product-buy-together .products-together ul li .jet-card .jet-container button.add-together .product-add::before{content:"+";font-weight:400;font-size:22px}.jet-product-buy-together .products-together ul li .jet-card .jet-container button.add-together .product-remove{font-size:0;background:var(--black);color:var(--white);width:35px}.jet-product-buy-together .products-together ul li .jet-card .jet-container button.add-together .product-remove::before{content:"-";font-weight:400;font-size:22px}.jet-product-buy-together .products-together ul li .jet-card .jet-container button.add-together.selected{background-color:var(--black);color:var(--white)}.jet-product-buy-together .products-together ul li .jet-card .jet-container button.disabled{background-color:var(--bgButtonSecondary);color:var(--colorButtonSecondary);border-color:var(--bgBorderSecondary);cursor:default}.jet-product-buy-together .products-together ul li .jet-card .jet-container button.disabled .text-add{color:var(--colorButtonSecondary)}.jet-product-buy-together .products-together ul li .jet-card .jet-container button.sold-together{background-color:var(--bgButtonSecondary);color:var(--colorButtonSecondary);border:1px solid var(--bgBorderSecondary)}.jet-product-buy-together .products-together ul li .jet-card .content.product-flag .flag-discount,.jet-product-buy-together .products-together ul li .jet-card .flag-seal,.jet-product-buy-together .products-together ul li .jet-card .jet-wishlist-add{display:none}@media only screen and (max-width:991px){.jet-product-buy-together .products-together ul li+li{margin-top:20px;padding-top:30px}}.jet-product-buy-together .result-buy-together{width:100%;flex:1;padding:0 var(--space-lg);margin-top:var(--space-md);position:sticky;top:165px}@media only screen and (max-width:991px){.jet-product-buy-together .result-buy-together{margin-bottom:var(--space-xl);position:relative;top:0}}.jet-product-buy-together .result-buy-together .title-result{font-weight:400;font-size:var(--font-md);position:relative;padding-bottom:var(--space-md);text-transform:uppercase;letter-spacing:2px;max-width:250px;margin:20px auto 0;text-align:center}.jet-product-buy-together .result-buy-together .item{position:relative;padding:var(--space-md) 0;justify-content:center;display:flex;color:#939090;text-align:center;gap:10px}.jet-product-buy-together .result-buy-together .item:not(.totol){padding:10px 20px}.jet-product-buy-together .result-buy-together .item.totol{color:var(--black)}.jet-product-buy-together .result-buy-together .item::after{content:"";width:100%;position:absolute;height:1px;left:0;z-index:0;bottom:0;box-shadow:0 1px 0 var(--textBody);opacity:.15}.jet-product-buy-together .result-buy-together .item.total{color:var(--black);border:none;font-weight:700}.jet-product-buy-together .result-buy-together .item.total::after{display:none}.jet-product-buy-together .result-buy-together button{padding:var(--space-md) var(--space-lg);font-weight:400;font-size:var(--font-md);width:100%;border:0;outline:0;text-transform:uppercase;cursor:pointer;margin-top:var(--space-md);background-color:var(--colorButton);color:var(--bgButton);border:1px solid var(--black);border-radius:0}.jet-product-buy-together .result-buy-together button.disabled{opacity:.5;cursor:default}.jet-product-buy-together .result-buy-together>.result{border:1px solid var(--black)}@media only screen and (max-width:991px){.jet-product-buy-together{margin-top:0}}.jet-product-add-cart{display:flex;flex-direction:column-reverse;margin-top:20px}.jet-product-add-cart button{border:1px solid var(--black);width:100%;background:var(--black);color:var(--white);text-transform:uppercase;font-size:16px;height:50px;margin-top:5px;opacity:1;transition:ease-in-out .3s}.jet-product-add-cart button.one-click{display:none}.jet-product-add-cart button:hover{opacity:.85}.jet-product-add-cart .btn-sold{display:none}.jet-product-add-cart .container-message{border:1px dashed var(--black);padding:20px;margin-top:20px}.jet-product-add-cart .container-message button.btn-alert-me{background:var(--black);color:var(--white);margin-top:12px}#goBuy+footer{margin-top:60px}@media screen and (max-width:991px){#goBuy{position:fixed;z-index:99;width:100%;left:0;text-transform:uppercase;padding:14px 0;background:var(--black);border:none;color:var(--white);font-size:16px;letter-spacing:1px;bottom:-110%;transition:ease-in-out .3s}#goBuy.active{bottom:0}}.description-area{border-top:1px solid #969696;margin-top:25px;padding-top:15px;display:block}.description-area .toggleBox>.title{text-transform:uppercase;font-weight:500;display:block;width:100%;padding:10px 0;cursor:pointer}.description-area .toggleBox>.title::after{content:"+";display:inline-block;float:right;position:relative}.description-area .toggleBox>.content{max-height:0;overflow:hidden;transition:ease-in-out .3s}.description-area .toggleBox>.content.active{max-height:999px}.jet-product-images .image-container{display:none}.jet-product-images .jet-container{display:flex;flex-wrap:wrap;gap:10px}.jet-product-images .jet-container>.jet-children{width:calc(50% - 5px)}.jet-product-images .jet-container>.jet-children a::before{content:"";position:absolute;top:10px;left:10px;width:30px;height:30px;background:url(/assets/icons/zoom.svg) center no-repeat;background-size:contain;visibility:hidden;opacity:0;transition:ease-in-out .3s}.jet-product-images .jet-container>.jet-children a:hover::before{visibility:visible;opacity:1}@media screen and (min-width:991px){.jet-product-images .jet-container{max-height:660px;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.jet-product-images .jet-container::-webkit-scrollbar{display:none}}.jet-product-images img{width:100%;height:auto;display:block}@media screen and (max-width:991px){.jet-product-images .jet-container>.jet-children a::before{display:none}}.thumbs>.jet-container>.jet-children{position:relative}.thumbs>.jet-container>.jet-children .thumbs-icon{position:absolute;left:50%;top:50%;width:140px;height:140px;transform:translate(-50%,-50%)}.thumbs>.jet-container>.jet-children .video-full{width:100%}@media screen and (max-width:991px){.thumbs{position:relative;margin-bottom:30px}.thumbs::before{content:"";position:absolute;top:10px;left:10px;width:30px;height:30px;background:url(/assets/icons/zoom.svg) center no-repeat;background-size:20px;z-index:2;transition:ease-in-out .3s}.thumbs .jet-container{flex-direction:row;flex-wrap:nowrap}.thumbs .jet-container:not(.tns-slider)>.jet-children{width:100%}.thumbs .jet-container:not(.tns-slider)>.jet-children:nth-child(n+2){display:none}}.jet-product-images .image-container{display:none}.active-zoom .zoom-container{opacity:1;width:100%;height:100%;visibility:visible}body>.zoom-container{width:100%;height:100%;opacity:1;visibility:visible;position:fixed;left:0;z-index:9999}.zoom-container{position:absolute;background-repeat:no-repeat;position:absolute;z-index:11;width:0;opacity:0;height:0;visibility:hidden;top:0}.intenseZoom::before{content:"";position:absolute;top:15px;left:15px;width:30px;height:30px;background:url(/assets/icons/close.svg) center no-repeat;background-size:25px;z-index:2;pointer-events:none}.jet-modal.payments .jet-modal-content{max-width:535px}.openPayments{border:none;background:0 0;padding:0;text-decoration:underline;font-size:14px;display:flex;gap:10px;margin:35px 0 0;font-weight:700}@media screen and (max-width:764px){.openPayments{font-size:13px}}.payment-form-title{font-size:18px;font-weight:700;display:block;text-align:center;margin-bottom:20px;width:calc(100% - 30px)}.payment-method-content{display:flex;align-items:center;gap:15px;margin-bottom:20px}.payment-method-content .payment-method-item{padding:10px;border:1px solid transparent;cursor:pointer}.payment-method-content .payment-method-item.selected{border-color:var(--black)}.payment-method-content .payment-method-item svg{height:22px;margin:0 auto 12px;display:block}.payment-method-content .payment-method-item span{text-transform:uppercase;font-size:10px}@media screen and (max-width:764px){.payment-method-content{flex-direction:column;align-items:baseline;gap:5px}.payment-method-content .payment-method-item{display:flex;align-items:center;gap:12px;width:100%}.payment-method-content .payment-method-item svg{margin-bottom:0}}.payment-methods{max-height:300px;overflow-y:scroll}.payment-methods .list{margin-top:10px;margin-bottom:10px;display:block}.payment-methods .payment-info-value{font-weight:700}.payment-methods::-webkit-scrollbar{width:5px;background:rgba(0,0,0,.3)}.payment-methods::-webkit-scrollbar-thumb{background:#000;border-radius:10px}.payment-methods::-webkit-scrollbar-thumb:hover{background:#000}@media screen and (max-width:764px){.payment-methods{max-height:410px}}.payment-info .payment-name{font-weight:700;font-size:12px;margin-bottom:10px;margin-top:10px;display:block}.payment-info ul{display:flex;flex-direction:column;min-width:450px}.payment-info ul>li{height:35px;line-height:35px;padding:0 12px;display:flex;justify-content:space-between}.payment-info ul>li:nth-child(even){background:#ececec}@media screen and (max-width:764px){.payment-info ul{min-width:auto}.payment-info span.desc{display:none}}.jet-product-prices .price{display:flex;flex-wrap:wrap;align-items:center}.jet-product-prices .price .old-price{order:-1;text-decoration:line-through;color:#aaa;font-weight:400;width:100%}.jet-product-prices .price .baseDiscount{font-weight:500;font-size:18px}.jet-product-prices .price .best-price{font-weight:700;font-size:17px;margin:4px 0}.jet-product-prices .price .installment{color:#aaa;width:100%}.jet-product-prices .price .installment>.desc{font-size:0}.jet-product-prices .price .installment>.desc::before{content:"em até ";font-size:14px}.jet-product-prices .price .installment .installment-price>.desc{font-size:0}.pricesBox{position:relative;width:fit-content}.pricesBox .jet-product-flag-discount{display:block;width:fit-content;color:#ae7d79;font-size:14px;margin-left:10px}#togglePayments{color:#646464;border:none;background:0 0;text-align:center;display:block;width:100%;padding:0;margin:30px 0 0;text-decoration:underline;letter-spacing:1px}.also-section>.container,.related-section>.container{position:relative}.also-section.jet-showcase .title-container,.related-section.jet-showcase .title-container{background:var(--white);padding:0 20px;position:relative;z-index:1;width:fit-content;margin:40px auto 50px;display:block;font-size:28px;font-weight:400}.also-section .jet-container,.related-section .jet-container{margin-bottom:40px}.also-section .jet-card .add-wish,.related-section .jet-card .add-wish{top:0}.also-section .jet-card .jet-container,.related-section .jet-card .jet-container{margin-bottom:0}@media screen and (max-width:991px){.also-section.jet-showcase .title-container,.related-section.jet-showcase .title-container{font-size:20px}}#toggleShipping{font-weight:700;text-transform:uppercase;text-decoration:underline;border:none;background:0 0;margin-top:20px;margin-bottom:10px;padding:0}.shipping-area{max-width:100%;max-height:0;overflow:hidden;transition:ease-in-out .3s}.shipping-area.active{max-height:999px}.shipping-area .jet-product-freight-calculation{display:flex;position:relative;flex-direction:column}.shipping-area .shipping-title{margin-bottom:8px;line-height:16px;text-transform:uppercase;font-size:12px;font-weight:500}.shipping-area .freight-input{position:relative;padding:0 62px 0 0;max-width:245px}.shipping-area .freight-input input{height:38px;outline:0;width:calc(100% - 10px);font-size:14px;background:var(--white);border-radius:0;padding:0 15px;text-align:center;border:1px solid #e5e5e5}.shipping-area .freight-input button{position:absolute;top:0;right:0;height:38px;border-radius:0;border:1px solid var(--black);background:var(--white);color:var(--black);font-size:13px;padding:0 20px;letter-spacing:1px;text-transform:uppercase;transition:ease-in-out .3s}.shipping-area .freight-input button:hover{background:var(--black);color:var(--white)}.shipping-area .freight-input+a{font-size:12px;text-decoration:underline;margin-top:8px;display:block}.shipping-area .result{margin-top:20px}.shipping-area .result table{font-size:12px;border-collapse:collapse;width:100%}.shipping-area .result table td{width:33.3333333333%;text-align:left}.shipping-area .result table th{width:33.3333333333%;text-align:left;padding:10px 0}.shipping-area .result table td{border-top:1px solid #ededed;padding:10px 0}.shipping-area .multicd-warning{display:none}.btns-pickup{display:flex;gap:5px;margin-top:10px}.btns-pickup button{border:1px solid var(--black);color:var(--black);background:var(--white);padding:5px 10px;border-radius:0}.btns-pickup button.active{background:var(--black);color:var(--white)}@media screen and (max-width:991px){.shipping-area{max-width:100%}.shipping-area .shipping-title{font-size:12px}.shipping-area .freight-container{width:100%}}.jet-product-name{font-weight:500;letter-spacing:2px;font-size:15px;text-transform:uppercase;width:calc(100% - 40px)}.jet-product-variations .title{display:block;text-transform:uppercase;font-size:12px}.jet-product-variations .product-variation{display:flex;flex-direction:column-reverse}.jet-product-variations .reference{display:flex;align-items:center;gap:10px}.jet-product-variations .reference+.reference{margin-top:12px}.jet-product-variations .variations{display:flex;justify-content:center;gap:5px;flex-wrap:wrap}.jet-product-variations .variation-text{border:1px solid transparent;padding:7px 10px;display:block;cursor:pointer}.jet-product-variations .variation-color{display:block;width:60px;height:60px;border:1px solid transparent;cursor:pointer;visibility:hidden}.jet-product-variations .variation-color.active{visibility:visible}.jet-product-variations .variation.sold{position:relative;opacity:.7}.jet-product-variations .variation.sold::after{content:"";position:absolute;width:90%;height:1px;background:#c1c1c1;transform:rotate(45deg);transform-origin:left;top:20%;left:20%;pointer-events:none}.jet-product-variations .active>.variation-color,.jet-product-variations .active>.variation-text{border-color:var(--black)}@media screen and (max-width:991px){.jet-product-variations .variation-color{width:45px;height:45px}}.popupSizeProds{position:fixed;top:0;left:0;width:100%;height:100%;z-index:102;display:flex;align-items:center;justify-content:center}.popupSizeProds .bg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1;cursor:pointer}.popupSizeProds .content-box{position:relative;z-index:2;background:var(--white);padding:15px;max-width:390px;width:95%}.popupSizeProds .content-box .header{border-bottom:1px solid #dfdfdf;padding-bottom:15px;margin-bottom:15px}.popupSizeProds .content-box .header span{text-transform:uppercase;font-size:12px}.popupSizeProds .content-box .header .tabs{margin-top:10px}.popupSizeProds .content-box .header .tabs button{border:none;background:0 0;font-weight:700;text-transform:uppercase;padding:0;width:30px;height:30px}.popupSizeProds .content-box .header .tabs button.active{border-bottom:2px solid var(--black)}.popupSizeProds .content-box .content{gap:15px 0;display:flex;flex-wrap:wrap}.popupSizeProds .content-box .content:not(.active){display:none}.popupSizeProds .content-box .item{display:flex;flex-direction:column;width:25%}.popupSizeProds .content-box .item strong{font-size:16px}.popupSizeProds .content-box .text{font-size:12px;margin-top:12px}.popupSizeProds .closeModal{border:none;background:url(/assets/icons/close.svg) center no-repeat;background-size:12px;filter:brightness(0);position:absolute;top:0;right:0;width:35px;height:35px;padding:0}.wishlistBox{display:flex;justify-content:space-between}.wishlistBox .product-wishlist{position:absolute;right:45px;top:20px}.wishlistBox .product-wishlist span{font-size:0;width:30px;height:30px;display:block;background:url(/assets/icons/heart.svg) center no-repeat;background-size:18px;cursor:pointer}.wishlistBox .product-wishlist .remove-wish span{background:url(/assets/icons/heart-filled.svg) center no-repeat;background-size:18px}@media screen and (max-width:991px){.wishlistBox .product-wishlist{right:10px;top:12px}}.jet-product-grouping{display:block;margin-top:30px}.jet-product-grouping img{width:auto;height:auto;max-height:80px;max-width:100%;display:block;margin:auto}.jet-product-grouping .title-grouping{text-transform:uppercase;letter-spacing:1px;text-align:center;display:block;margin-bottom:15px}.jet-product-grouping ul{display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.jet-product-grouping ul>li{width:calc(20% - 4px)}.jet-product-grouping ul>li div{border:1px solid var(--black);padding:5px}.jet-product-grouping ul>li a{border:1px solid transparent;padding:5px;display:block}.mainPDP{margin-top:40px}.mainPDP .box{display:flex}.mainPDP .box>.left{width:65%}.mainPDP .box>.right{width:35%;padding:0 3%;position:relative;visibility:hidden;opacity:0}.mainPDP .box>.right.show{visibility:visible;opacity:1}@media screen and (min-width:1800px){.mainPDP .box>.right{padding:0 5%}}.mainPDP .divider-line{border-top:1px solid #969696;margin-top:25px;margin-bottom:25px;display:block;width:100%}@media screen and (max-width:991px){.mainPDP{margin-top:10px}.mainPDP .box{flex-direction:column;position:relative}.mainPDP .box>.left,.mainPDP .box>.right{width:100%}.mainPDP .box>.right{position:static}}#toggleSizeGuides{display:flex;align-items:center;gap:10px;margin-bottom:20px;background:0 0;border:none}.floatingBarProduct{display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;z-index:99;width:100%;background:var(--white);box-shadow:0 5px 7px rgba(0,0,0,.05);padding:0 20px;visibility:hidden;opacity:0;transition:ease-in-out .3s}.floatingBarProduct.active{top:142px;visibility:visible;opacity:1}.floatingBarProduct .left{display:flex;align-items:center;gap:10px}.floatingBarProduct .left img{height:70px;width:auto}.floatingBarProduct .left .name{text-transform:uppercase;font-weight:700}.floatingBarProduct .right{display:flex;align-items:center}.floatingBarProduct .right .prices{display:flex;gap:5px;text-transform:uppercase;margin-right:10px}.floatingBarProduct .right .prices .old{font-size:13px;text-decoration:line-through;color:#aaa}.floatingBarProduct .right .prices .current{font-weight:600}.floatingBarProduct .right .prices .installment{font-size:13px}.floatingBarProduct .right .prices .installment>.desc{font-size:0}.floatingBarProduct .right .prices .installment>.desc::before{content:" - Em até ";font-size:13px}.floatingBarProduct .right .prices .installment .installment-price .desc{display:none}.floatingBarProduct .right button{background:var(--black);color:var(--white);width:220px;text-transform:uppercase;height:40px;border:none}@media screen and (max-width:991px){.floatingBarProduct{display:none}}.breadcrumbPDP{margin-top:10px}.top-area{padding:9px 15px;margin-top:40px;margin-bottom:40px}.top-area .bread{border-bottom:1px solid #d0d0d0;padding-bottom:10px;margin-bottom:10px}.top-area .box{display:flex;align-items:center;justify-content:space-between}.top-area .box>div{flex:1}.top-area .box>.title{text-transform:uppercase}.top-area .box>.bread{display:flex;align-items:center}.top-area .box .filter{display:flex;justify-content:right}.top-area .box .filter #pageSize,.top-area .box .filter .view{display:none}.top-area .box .filter #toggleFilter{border:1px solid var(--black);background:var(--black);color:var(--white);display:flex;align-items:center;text-transform:uppercase;gap:5px;padding:0 30px;margin-left:10px;font-size:12px;letter-spacing:1px;font-weight:700;transition:ease-in-out .3s}.top-area .box .filter #orderBy{font-size:12px;letter-spacing:1px;cursor:pointer;border:1px solid var(--black);background:0 0;color:var(--black);text-transform:uppercase;height:35px;padding:0 30px}.top-area .box .filter #orderBy option{background:var(--white);color:var(--black)}.ui.breadcrumb{display:flex;align-items:center;text-transform:uppercase;font-size:12px}.ui.breadcrumb>li{color:#878787}.ui.breadcrumb>li a{color:#878787}.ui.breadcrumb>li:last-child{font-weight:500}.ui.breadcrumb>li+li::before{content:"|";display:inline-block;margin:0 5px}.pdp-bread .ui.breadcrumb{font-size:11px;flex-wrap:wrap}.pdp-bread .ui.breadcrumb>li{color:rgba(136,136,136,.6)}.pdp-bread .ui.breadcrumb>li>a{color:rgba(136,136,136,.6)}.jet-title-page{font-size:22px;font-weight:400;color:var(--black)}@media screen and (max-width:991px){.bread{padding:20px 10px 10px}.ui.breadcrumb{margin-bottom:5px;white-space:nowrap;overflow-x:auto;padding-bottom:4px}.top-area{padding:0;margin-top:20px}.top-area .bread{border:none;margin-bottom:0}.top-area .box{flex-wrap:wrap;flex-direction:column}.top-area .box .filter{width:100%;justify-content:space-between;margin-top:10px;padding:0 10px}.top-area .box .filter #toggleFilter{padding:6px 20px;font-size:12px;font-weight:400}.top-area .box .filter #toggleFilter svg{height:15px}.top-area .box .filter #orderBy{height:35px;font-size:12px;padding:0 10px}.top-area .box>.title{width:100%;padding:0 12px;margin-bottom:5px}.jet-title-page{font-size:17px}.pdp-breads.ui.container{display:none}}footer{background:#f2f2ed;padding:40px 0;border-top:1px solid #d3d3cf;margin-top:20px}footer .ui.container:not(.fluid){max-width:1600px}footer a,footer span{color:var(--black)}footer .jet-menu .jet-menu-itens{flex-direction:column}footer .jet-menu .jet-menu-itens>li>a{padding:0}footer .jet-menu a{text-transform:lowercase}footer .jet-menu a:first-letter{text-transform:uppercase}footer .jet-menu .submenu{display:none!important}footer .box{display:flex}footer .box .left{width:20%}footer .box .left .title{font-weight:600;font-size:14px;display:block;color:var(--black);text-transform:uppercase}footer .box .left .subtitle{font-size:12px;display:block;font-weight:400;margin-top:14px;margin-bottom:15px}footer .box .left small{font-size:9px;line-height:13px;display:block;margin-top:10px}footer .box .right{width:80%;padding-left:7%}footer .box .right .bottom{display:flex}footer .box .right .bottom>.column{flex:1}footer .box .right .title-custom{font-weight:600;font-size:15px;margin-bottom:16px;display:block;color:var(--black);text-transform:uppercase}footer .box .right .custom-itens strong{color:var(--black);font-weight:700}footer .box .right .custom-itens a{line-height:35px}footer .box .right .custom-itens a:hover{text-decoration:underline}footer .box .right .column.attendence>.custom-itens>a{display:flex;align-items:center;gap:10px;margin-top:20px}footer .box .right .column.attendence>.custom-itens>a span{display:block;line-height:18px}footer .box .right .jet-stamps img{width:auto;max-width:120px;height:auto;max-height:25px}footer .box .right .jet-stamps .stamp-name{display:none}footer .ui.divider{display:block;margin:22px 0}footer .jet-news-itens .jet-input{position:relative;margin-bottom:10px}footer .jet-news-itens input{border:none;background:0 0;font-size:14px;border-bottom:1px solid var(--black);width:100%;height:40px;outline:0;color:var(--black)}footer .jet-news-itens input::placeholder{color:#393939;font-weight:300}footer .jet-news-itens .jet-button{border:1px solid var(--black);background:var(--black);color:var(--white);text-transform:uppercase;font-weight:400;width:100%;height:42px;margin-top:15px;font-size:14px;transition:ease-in-out .3s}footer .jet-news-itens .jet-button[disabled]{pointer-events:none;opacity:.6}footer .jet-news-itens .jet-button:hover{background:var(--white);color:var(--white)}footer .jet-social-network{padding-bottom:10px;margin-top:25px}footer .jet-social-network::before{content:"Siga a Paula Torres";margin-bottom:12px;display:block;text-transform:uppercase;font-size:17px;font-weight:500}footer .jet-social-network ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;max-width:160px}footer .jet-social-network span{font-size:0;display:block;width:28px;height:28px}footer .jet-social-network span.facebook{background:url(/assets/icons/fb.svg) center no-repeat;background-size:27px}footer .jet-social-network span.instagram{background:url(/assets/icons/instagram.svg) center no-repeat;background-size:25px}footer .jet-social-network span.tiktok{background:url(/assets/icons/tiktok.svg) center no-repeat;background-size:28px}footer .jet-social-network span.youtube{background:url(/assets/icons/youtube.svg) center no-repeat;background-size:28px}footer .jet-social-network span.pinterest{background:url(/assets/icons/pinterest.svg) center no-repeat;background-size:26px}footer .jet-social-network span.twitter{background:url(/assets/icons/twitter.svg) center no-repeat;background-size:26px}footer .jet-social-network span.linkedin{background:url(/assets/icons/linkedin.svg) center no-repeat;background-size:27px}footer .jet-social-network span.whatsapp{background:url(/assets/icons/whatsapp.svg) center no-repeat;background-size:28px}@media screen and (max-width:991px){footer{padding:25px 0 5px}footer .ui.divider{margin:40px 0}footer .box,footer .box .right .bottom{flex-direction:column}footer .box{padding:0 10px}footer .box .left,footer .box .right{width:100%;padding:0}footer .box .custom-itens{padding-bottom:20px}footer .box .right{margin-top:25px}footer .box .right .bottom{margin-bottom:20px}footer .box .right .column.attendence>.custom-itens>a{justify-content:center}footer .box .right .title-custom{border-top:1px solid #b6b6b2;padding-top:12px;font-size:14px}footer .box .right .title-custom::after{content:"";display:inline-block;width:15px;height:15px;background:url(/assets/icons/triangle.svg) center no-repeat;vertical-align:-2px;float:right;position:relative;top:3px;right:2px;transition:ease-in-out .3s}footer .box .right .title-custom.active::after{transform:rotate(180deg)}footer .box .right .title-custom:not(.noToggle)+.custom-itens{display:none}footer .jet-social-network::before{font-size:14px;text-align:center;margin:35px auto 15px}footer .jet-social-network ul{justify-content:center;margin:auto;gap:15px;max-width:100%}footer .jet-menu .jet-menu-itens .has-submenu>a::after{display:none}}.subFooter{padding:15px 0;background:#f2f2ed;color:var(--black);font-size:12px}.subFooter .ui.container:not(.fluid){max-width:1600px}.subFooter .jet-payment-options .title-option{display:none}.subFooter .jet-payment-options .content.options{display:flex;gap:5px;flex-wrap:wrap}.subFooter .jet-payment-options .content.options img{width:42px;height:30px;filter:grayscale(1)}.subFooter .logo{margin:auto;display:none;text-align:center;margin-bottom:20px}.subFooter .box{display:flex;justify-content:space-between;align-items:center}.subFooter .box>*{width:33.3333333333%}.subFooter .box>.center{text-align:center}.subFooter .box>.right{text-align:right}.subFooter .data-info::after{content:" | "}.subFooter .data{display:flex;gap:7px}.subFooter .data:first-child{display:none}.subFooter .data .data-contact{display:none!important}.subFooter .data-address{display:flex;gap:7px}@media screen and (max-width:991px){.subFooter .box{flex-direction:column;gap:20px}.subFooter .box .data{display:block;text-align:center}.subFooter .box .data>div{display:inline;line-height:22px;margin-left:2px}.subFooter .box .data-address>span{margin-left:4px}.subFooter .box svg{height:22px}.subFooter .box>*{width:100%}.subFooter .box>.center{margin:20px 0 0}.subFooter .box>.center svg{display:none}.subFooter .box>.center p{margin-bottom:0}.subFooter .box>.right{text-align:center}.subFooter .logo svg{width:100%;height:auto}.subFooter .jet-payment-options::before{content:"Formas de pagamento";font-size:14px;text-transform:uppercase;font-weight:500;text-align:center;display:block;margin:0 0 20px}.subFooter .jet-payment-options .content.options{justify-content:center}}.floatingButtons{position:fixed;z-index:99;right:0;bottom:80px;display:flex;gap:5px;flex-direction:column}.floatingButtons button{border:none;width:35px;height:35px;opacity:.8;transition:ease-in-out .3s}.floatingButtons button:hover{opacity:1}#goTopScroll{background:var(--black) url(/assets/icons/angle-white.svg) center no-repeat}#toggleContacts{background:#d8cdbd url(/assets/icons/faq.svg) center no-repeat}.floatingContacts{position:fixed;z-index:100;right:-110%;bottom:50px;display:flex;flex-direction:column;transition:ease-in-out .3s}.floatingContacts.active{right:0}.floatingContacts::after{content:"";display:block;width:100%;height:25px;background:#d8cdbd url(/assets/icons/faq.svg) center no-repeat}.floatingContacts>a{background:var(--white);padding:8px 10px;text-transform:uppercase;font-size:12px}.floatingContacts .closeQuestions{position:absolute;right:0;top:0;z-index:2;border:none;background:url(/assets/icons/close.svg) center no-repeat;background-size:12px;width:25px;height:25px}.welcomePopup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:102;display:flex;align-items:center;justify-content:center}.welcomePopup .bg{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:1}.welcomePopup .content{position:relative;z-index:2;display:flex;align-items:center;background:var(--white);text-align:center}.welcomePopup .content::before{content:"";position:absolute;width:40px;height:40px;top:-40px;background:url(/assets/icons/close.svg) center no-repeat;background-size:20px;right:0;filter:brightness(0) invert(1);pointer-events:none}.welcomePopup .content img{display:block}.welcomePopup .content .title{font-weight:700;text-transform:uppercase;font-size:16px}.welcomePopup .content .image{display:none}.welcomePopup .content .text{padding:50px 30px}.welcomePopup .content .text img{margin:40px auto 0}.welcomePopup .content p{max-width:270px}.welcomePopup .content a{display:block;background:var(--black);color:var(--white);text-transform:uppercase;padding:10px 0;max-width:200px;margin:20px auto}@media screen and (max-width:991px){.welcomePopup .content>.image{display:none}.welcomePopup .content .text{padding:60px 15px}.welcomePopup .content::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/welcomeImage.webp) center no-repeat;background-size:cover;z-index:-1;opacity:.25}}.showcase>.container{position:relative}.showcase>.container .jet-container{position:relative}.jet-showcase{position:relative}.jet-showcase .group-title,.jet-showcase .title-container{text-transform:uppercase;font-weight:400;padding:0;text-align:center;display:block;position:relative}.jet-showcase .group-title p,.jet-showcase .group-title span,.jet-showcase .title-container p,.jet-showcase .title-container span{background:var(--white);padding:0 20px;position:relative;z-index:1;width:fit-content;margin:40px auto 50px;display:block;font-size:16px;font-weight:400}.jet-showcase .tns-nav{display:none}.jet-showcase .tns-ovh{padding:0 15px}.jet-showcase .jet-children:not(.tns-slider){display:flex}.jet-showcase .jet-children:not(.tns-slider)>.jet-card,.jet-showcase .jet-children:not(.tns-slider)>.jet-item{flex:1;max-width:20%}.jet-showcase .jet-children:not(.tns-slider)>.jet-card:nth-child(n+6),.jet-showcase .jet-children:not(.tns-slider)>.jet-item:nth-child(n+6){display:none}@media screen and (max-width:991px){.jet-showcase .jet-children:not(.tns-slider)>.jet-card,.jet-showcase .jet-children:not(.tns-slider)>.jet-item{max-width:50%}.jet-showcase .jet-children:not(.tns-slider)>.jet-card:nth-child(n+3),.jet-showcase .jet-children:not(.tns-slider)>.jet-item:nth-child(n+3){display:none}}.jet-showcase .jet-card,.jet-showcase .jet-item{padding:0 5px}.jet-showcase .tns-controls [aria-controls]{background-size:10px}@media screen and (max-width:991px){.jet-showcase .jet-children{gap:0}.jet-showcase>.group-container>.jet-container,.jet-showcase>.jet-container{padding:0}.jet-showcase .group-title,.jet-showcase .title-container{padding:0 5px;font-size:16px}.jet-showcase .group-title p,.jet-showcase .group-title span,.jet-showcase .title-container p,.jet-showcase .title-container span{font-size:20px;margin-bottom:20px}.jet-showcase .tns-ovh{padding:0}.jet-showcase .tns-nav{display:block;position:relative;bottom:0;margin-top:10px}.jet-showcase .tns-controls{top:33%}}.showCaseImage .box{display:flex;align-items:center;max-width:1200px;margin:auto;gap:40px}.showCaseImage .box>.image{width:60%}.showCaseImage .box>.showcase-image{width:calc(40% - 40px)}.showCaseImage .box>.showcase-image .group-title{display:none}.showCaseImage .box>.showcase-image .jet-showcase .jet-children:not(.tns-slider)>.jet-card,.showCaseImage .box>.showcase-image .jet-showcase .jet-children:not(.tns-slider)>.jet-item{width:100%;max-width:100%}.showCaseImage .box>.showcase-image .jet-showcase .jet-children:not(.tns-slider)>.jet-card:nth-child(n+2),.showCaseImage .box>.showcase-image .jet-showcase .jet-children:not(.tns-slider)>.jet-item:nth-child(n+2){display:none}.showCaseImage .box .tns-ovh{padding:0}@media screen and (max-width:991px){.showCaseImage .box{flex-direction:column}.showCaseImage .box>.image{width:100%}.showCaseImage .box .showcase-image{width:100%}}.infobar{background:var(--black);color:var(--white);padding:4px 0}@media screen and (min-width:991px){.infobar{display:none!important}}.infobar>div{display:flex;align-items:center;gap:10px;justify-content:center}.infobar .text{display:flex;align-items:center;gap:5px}.infobar .text strong:not(.big){font-weight:700}.infobar .big{text-transform:uppercase;font-weight:500;font-size:14px}.infobar:not(.tns-slider){display:flex;justify-content:center}.infobar:not(.tns-slider)>div:nth-child(n+2){display:none}@media screen and (max-width:991px){.infobar{padding:5px 0}.infobar>div{gap:4px;display:block;text-align:center}.infobar svg{width:25px;height:25px;display:none;margin-right:5px}.infobar .text{font-size:11px;display:inline-block}.infobar .text strong{font-size:12px}.infobar .text .big{font-weight:700;display:block;text-align:left}}