@charset "UTF-8";input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input,select,textarea{transition:all .5s ease-in-out;font-family:var(--fontText)!important}button{font-family:var(--fontText)!important}input[type=number]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,textarea:focus{outline:0;box-shadow:0 0 0 .2px inset var(--primaryColor)}body,html{font-family:var(--fontText);font-size:var(--fontSize);font-weight:300;display:flex;flex-direction:column;position:relative}body.overflow,html.overflow{overflow:hidden}body.active,html.active{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;background:#f8f8f8}*,:after,:before{box-sizing:inherit}.ui.container{display:block;max-width:1320px;width:100%;margin-left:auto;margin-right:auto}.ui.container.fluid{width:100%;max-width:100%}.ui.container:not(.fluid){width:98%;max-width:1320px}:root{--bgBody:#fff;--textBody:#000;--bgHeader:#fff;--colorHeader:#000;--bgMenu:#fff;--colorMenu:#000;--bgCard:var(--bgBody);--colorCard:#000;--bgNews:#000;--colorNews:#fff;--bgFooter:#fff;--colorFooter:#000;--fontText:"Poppins";--fontSize:12px;--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;--color-primary:#DB6553;--color-primary-dark:#FF5508;--color-primary-light:#EA610C;--color-secondary:#004A21;--color-secondary-light:#649E07;--color-success:#006B31;--color-error:#F20000;--color-alert:#FF5508;--color-text:#004A21}:root{--blue:#007bff;--indigo:#6c7293;--purple:#6f42c1;--pink:#e83e8c;--red:#A91919;--red-dark:#c80642;--orange:#fd7e14;--yellow:#ffe623;--green:#28a745;--teal:#20c997;--teal-dark:#1bc5bd;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--gray-light:#ddd;--primary:#5867dd;--secondary:#e1e1ef;--success:#0abb87;--info:#5578eb;--warning:#ffb822;--danger:#fd397a;--light:#f7f7f7;--dark:#1a1a27;--facebook:#3b5998;--google:#dd4b39;--font-sm:12px;--font-md:14px;--font-lg:16px;--font-xl:20px;--font-xxl:25px;--font-big:30px;--space-sm:0.5rem;--space-md:1rem;--space-lg:2rem;--space-xl:3rem}@media screen and (max-width:764px){.mobile-hide{display:none!important}}.mobile-only{display:none!important}@media screen and (max-width:764px){.mobile-only{display:block!important}}@media screen and (max-width:991px) and (min-width:768px){.tablet-hide{display:none!important}}@media screen and (min-width:992px){.computer-hide{display:none!important}}.hideme{display:none!important}jet-alert-me{width:100%;margin-top:var(--space-lg)}jet-alert-me .jet-alert-me{position:fixed;top:0;right:-100%;background:#fff;height:100%;padding:2rem;width:100%;max-width:500px;z-index:102}jet-alert-me .jet-alert-me.open{animation:fadeInRight;animation-duration:1s;right:0}jet-alert-me .jet-alert-me.closed{animation:fadeOutRight;animation-duration:1s}jet-alert-me .jet-alert-me .alert-me{position:relative;margin-top:var(--space-xl)}jet-alert-me .jet-alert-me .alert-me .close-form{background:0 0;border:0;position:absolute;right:-.5rem;top:-1.5rem;transform:translateY(-50%);outline:0;cursor:pointer;padding:var(--space-md)}jet-alert-me .jet-alert-me .alert-me .close-form:after{content:"X";display:block;outline:0;font-size:var(--font-xl)}jet-alert-me .jet-alert-me .alert-me .close-form span{display:none}jet-alert-me .jet-alert-me .alert-me .alert-text{display:block;text-align:center;line-height:20px;font-size:var(--font-md)}jet-alert-me .jet-alert-me .alert-me .alert{display:flex;align-items:center;justify-content:space-between;margin-top:var(--space-lg)}jet-alert-me .jet-alert-me .alert-me .alert .image{flex:1;padding-right:var(--space-md)}jet-alert-me .jet-alert-me .alert-me .alert .image img{max-width:100%}jet-alert-me .jet-alert-me .alert-me .alert form{flex:1}jet-alert-me .jet-alert-me .alert-me .alert form .container-field{position:relative}jet-alert-me .jet-alert-me .alert-me .alert form button{background-color:var(--bgButton);color:var(--colorButton);padding:var(--space-md) var(--space-lg);border:1px solid var(--bgBorder);border-radius:var(--radiusButton);font-weight:600;font-size:var(--font-md);width:100%;border:0;outline:0;border-radius:var(--space-sm);text-transform:uppercase;cursor:pointer;margin-top:var(--space-sm)}jet-alert-me .jet-alert-me form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:var(--space-xl)}jet-alert-me .jet-alert-me form .container-form{width:100%;text-align:center}jet-alert-me .jet-alert-me form .container-form .container-field{position:relative}jet-alert-me .jet-alert-me form .container-form .container-field label{display:none;font-weight:600;font-size:var(--font-md)}jet-alert-me .jet-alert-me form .container-form .container-field input{background-color:#fff;border:1px solid #eee;padding:1rem;font-size:var(--font-md);margin:var(--space-sm) auto 0;border-radius:.5rem;width:100%;appearance:none}@media only screen and (max-width:764px){jet-alert-me .jet-alert-me form .container-form .container-field input{font-size:var(--font-lg)}}jet-alert-me .jet-alert-me form .container-form button{background-color:var(--bgButton);color:#fff;padding:var(--space-md) var(--space-lg);font-weight:600;font-size:var(--font-md);width:100%;border:0;outline:0;border-radius:.5rem;text-transform:uppercase;cursor:pointer;margin-top:var(--space-sm)}jet-alert-me .jet-alert-me form .container-form button:disabled{background-color:var(--gray-light);cursor:default;color:var(--gray)}#jet-alert{position:fixed;top:var(--space-lg);right:var(--space-lg);z-index:9999;padding:var(--space-lg);width:auto;min-width:300px;border-radius:var(--space-sm);text-align:center;animation:fadeInDown;animation-duration:.3s}@media only screen and (max-width:764px){#jet-alert{right:var(--space-sm);padding:var(--space-md)}}#jet-alert.error{background:#ff7474;color:#fff}#jet-alert.success{background:#57da9e;color:#fff}#jet-alert.close{animation:fadeIn;animation-duration:.3s}#jet-alert.hidden{display:none}#jet-alert.confirm{background:#ff7474;color:#fff;line-height:25px}#jet-alert.info{background:var(--light);color:var(--textBody)}#jet-alert.info .jet-action button.cancel{background-color:#fff;color:var(--textBody);box-shadow:0 0 0 1px inset var(--textBody)}#jet-alert.info .jet-action button.confirm{color:var(--colorButton);background-color:var(--bgButton)}#jet-alert .jet-alert-message{padding:0 var(--space-md)}#jet-alert .jet-alert-message .time-products{display:flex;flex-direction:column;line-height:var(--font-xl);margin:var(--space-md);line-height:var(--font-xl);margin:var(--space-md)}#jet-alert .jet-action button{background:0 0;border:0;margin:var(--space-md);padding:var(--space-md);border-radius:var(--space-sm);outline:0;cursor:pointer}#jet-alert .jet-action button.cancel{background-color:#e06060;color:#fff}#jet-alert .jet-action button.confirm{color:#fff;background-color:#000}#jet-alert .close-alert{background:0 0;border:0;outline:0;position:absolute;top:0;right:0;padding:var(--space-md);display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;height:100%}#jet-alert .close-alert span{display:none}#jet-alert .close-alert svg{width:100%;max-width:15px;color:#fff}@-webkit-keyframes spinner{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.jet-card.grid{display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-radius:30px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);overflow:hidden;max-width:346px;transition:box-shadow .3s ease;max-width:346px}.jet-card.grid:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.jet-card.grid .images{position:relative;border-radius:16px;overflow:hidden;margin-bottom:16px}.jet-card.grid .images .product-flag{position:absolute;top:10px;right:10px;z-index:3}.jet-card.grid .images .product-flag .flag-discount{background-color:#f44336;color:#fff;font-size:12px;font-weight:600;padding:3px 6px;border-radius:4px}.jet-card.grid .images .product-image a{display:block;position:relative;width:100%;height:100%}.jet-card.grid .images .product-image a img{width:100%;height:100%}.jet-card.grid .images .product-image.has-alternate{position:relative;display:block;border-radius:16px;overflow:hidden;aspect-ratio:1/1}.jet-card.grid .images .product-image.has-alternate a{display:block;position:relative;width:100%;height:100%}.jet-card.grid .images .product-image.has-alternate .alternate-image,.jet-card.grid .images .product-image.has-alternate .main-image{position:absolute;inset:0;width:100%;height:100%}.jet-card.grid .images .product-image.has-alternate .alternate-image img,.jet-card.grid .images .product-image.has-alternate .main-image img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .4s ease,transform .4s ease}.jet-card.grid .images .product-image.has-alternate .main-image{z-index:1;opacity:1}.jet-card.grid .images .product-image.has-alternate .alternate-image{z-index:2;opacity:0}.jet-card.grid .images .product-image.has-alternate:hover .main-image{opacity:0}.jet-card.grid .images .product-image.has-alternate:hover .alternate-image{opacity:1}.jet-card.grid:hover .product-image.has-alternate .main-image{opacity:0}.jet-card.grid:hover .product-image.has-alternate .alternate-image{opacity:1}.jet-card.grid .data{display:flex;flex-direction:column;gap:8px;padding:16px}.jet-card.grid .data .product-info .product-name{height:89px;margin-bottom:20px}@media screen and (max-width:1024px){.jet-card.grid .data .product-info .product-name{height:100px}}.jet-card.grid .data .product-info a{text-decoration:none;color:inherit;display:block}.jet-card.grid .data .product-info h3{font-size:16px;color:#1e1e1e;font-weight:500;line-height:1.4;margin:0;margin-bottom:20px}@media screen and (max-width:1024px){.jet-card.grid .data .product-info h3{font-size:12px}}.jet-card.grid .data .product-info .product-price .price{display:flex;flex-direction:column}.jet-card.grid .data .product-info .product-price .price .best-price{font-size:25px;font-weight:500;color:#1e1e1e}@media screen and (max-width:1024px){.jet-card.grid .data .product-info .product-price .price .best-price{font-size:20px}}.jet-card.grid .data .product-info .product-price .price .old-price{text-decoration:line-through;color:#901519;font-size:14px;font-weight:500}@media screen and (max-width:1024px){.jet-card.grid .data .product-info .product-price .price .old-price{font-size:12px}}.jet-card.grid .action{margin-top:auto;padding:0 16px 16px 16px;display:flex!important;width:100%}@media screen and (max-width:1024px){.jet-card.grid .action{padding:0}}.jet-card.grid .action .quantity{display:flex;align-items:center;justify-content:center;margin-top:12px;gap:10px}.jet-card.grid .action .quantity button{background:0 0;border:none;font-size:18px;padding:0 10px 6px 10px;cursor:pointer;color:#00a86b}.jet-card.grid .action .quantity input{width:40px;height:30px;text-align:center;font-size:14px;border:1px solid #ccc;border-radius:4px}.jet-card.grid .action .product-rating{display:none}.jet-card.grid .action .product-buy{margin-top:12px;width:100%}.jet-card.grid .action .product-buy .buy-button,.jet-card.grid .action .product-buy span{width:100%;border:1px solid var(--color-secondary);border-radius:30px;background-color:#fff;color:var(--color-secondary);text-transform:uppercase;padding:12px 0;font-size:15px;font-weight:500;max-width:310px;width:100%;cursor:pointer;transition:background .3s,color .3s}@media screen and (max-width:1024px){.jet-card.grid .action .product-buy .buy-button,.jet-card.grid .action .product-buy span{border-radius:0 0 30px 30px;background:#004a21;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);width:100%;color:#fff;max-width:none!important;font-size:12px;padding:11px 0}}.jet-card.grid .action .product-buy .buy-button:hover,.jet-card.grid .action .product-buy span:hover{background-color:var(--color-secondary);color:#fff}.jet-card.grid .action .product-buy .sold-button{width:100%;display:flex;align-items:center;justify-content:center}.jet-card.grid .content.product-brand{display:none}.jet-card.grid .product-variation{display:none}.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:99999;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:#fff4ec;height:100%;font-variant-numeric:lining-nums proportional-nums}.floating-preview .container-preview .jet-cart-timer{display:flex;align-items:center;margin-top:8px;font-size:12px}.floating-preview .container-preview .jet-cart-timer svg{height:18px}.floating-preview .container-preview .title-cart{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;gap:10px;position:relative;height:70px;padding:0 20px;color:var(--black);text-transform:uppercase}.floating-preview .container-preview .title-cart::after{content:"";width:calc(100% - 40px);height:1px;background:#d3d3d3;position:absolute;bottom:0;left:20px}.floating-preview .container-preview .fecharCarrinho{border:none;padding:0;width:70px;height:70px;outline:0;background:0 0;position:relative}.floating-preview .container-preview .fecharCarrinho::after{content:"";width:20px;height:1px;background:var(--black);position:absolute;transform:rotate(-45deg);right:0;transition:ease-in-out .3s}.floating-preview .container-preview .fecharCarrinho::before{content:"";width:20px;height:1px;background:var(--black);position:absolute;transform:rotate(45deg);right:0;transition:ease-in-out .3s}.floating-preview .container-preview .fecharCarrinho:hover::after,.floating-preview .container-preview .fecharCarrinho:hover::before{transform:rotate(0)}@media screen and (max-width:764px){.floating-preview .container-preview .fecharCarrinho::after,.floating-preview .container-preview .fecharCarrinho::before{left:auto;right:0}}.floating-preview .container-preview .jet-cart-preview{height:100%}.floating-preview .container-preview .jet-cart-preview .content{height:100%}.floating-preview .container-preview .jet-cart-preview .content .cart-preview{display:flex;flex-direction:column;padding:0;height:100%}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart{border-radius:5px;display:block;text-align:center;margin-top:100px;color:var(--black)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart span{margin-bottom:var(--space-md);display:block;font-size:18px;font-weight:400}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart p{font-size:14px;max-width:210px;margin:auto;font-weight:400;letter-spacing:.8px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart .itens{margin-top:30px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .no-products-cart .itens a{display:block;width:100%;background:var(--black);color:var(--white);font-weight:700;padding:8.5px 0;border-radius:36px;font-size:14px;margin-top:10px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;padding:15px 10px 0;height:calc(100% - 420px)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .jet-product-flash-offer{margin-top:10px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .jet-product-flash-offer .content.timer{padding:0 10px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .jet-product-flash-offer .time-countdown{font-size:16px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .jet-product-flash-offer .description{font-size:12px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .freight-tip{background-color:var(--light);padding:var(--space-md);margin:var(--space-md);border-radius:var(--space-sm);font-size:var(--font-md);font-weight:400;text-align:center}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product{display:flex;flex-direction:row;padding:10px;position:relative;background-color:#fff4ec;border-radius:0}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product+.product{border-top:1px solid #ebebeb;margin-top:10px;padding-top:20px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .image{width:100px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .image a img{max-width:100px;width:100%;height:auto}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info{display:flex;justify-content:space-between;width:calc(100% - 100px);flex-direction:column;padding-left:10px}@media only screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info{gap:var(--space-sm);flex-wrap:wrap}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .name-product{color:#000;font-size:var(--font-sm);text-transform:uppercase;width:calc(100% - 15px);display:block}@media only screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .name-product{width:calc(100% - 15px)}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .sku{margin:var(--space-sm) 0;line-height:20px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .sku .reference{font-size:var(--font-sm)}@media only screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .sku .reference{font-size:90%}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .sku .reference .reference-name{font-weight:400}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .sku .reference .reference-name .variation{font-weight:400;margin-left:var(--space-sm)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .values{display:flex;flex-direction:row;margin-top:var(--space-sm);margin-bottom:var(--space-sm);align-items:baseline}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .values .old-price{margin-right:var(--space-sm);opacity:.8;font-size:var(--font-sm);text-decoration:line-through}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .values .best-price{color:#606060;font-size:18px;font-weight:700}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .sold{background-color:var(--bgBody);color:#fff;padding:var(--space-sm);display:flex;align-items:center;justify-content:center;border-radius:var(--space-sm);margin-top:var(--space-md);font-size:var(--font-sm)}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd{display:flex;flex-direction:row;align-items:center;overflow:hidden;width:max-content}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd input{display:inline-block;width:30px;height:30px;text-align:center;border-radius:var(--space-sm);border:0;background:0 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;display:flex;align-items:center;justify-content:center}.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-qtd .minus,.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-products .product .info .action .action-qtd .plus{border:1px solid #000;border-radius:5px}.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:24px;height:24px;background:url(/assets/icons/trash.svg) center no-repeat;background-size:24px;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:#606060;font-size:12px;font-weight:400;text-transform:uppercase}.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{order:2;background:0 0;color:#606060;text-align:center;display:block;padding:9px 0;font-size:12px;margin-bottom:2px;text-transform:uppercase;border:1px solid #606060;margin-bottom:35px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .rest strong{font-weight:700}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .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 .progress-bar-container{display:none;background:0 0;height:10px;overflow:hidden;width:95%;margin:0 auto;box-shadow:0 0 0 1px var(--pc);border:1px solid #004a21;border-radius:20px;width:100%}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .progress-bar{height:100%;background-color:#004a21;border-radius:20px;height:10px;width:0%;transition:width .3s ease;position:relative}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .subtotal{order:3}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .shipping{order:4}.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 .shipping,.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 .shipping 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{order:1;font-size:var(--font-sm);font-weight:400;position:relative;padding-top:12px;min-height:78px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight::after{font-size:11px;display:block;margin-bottom:30px;margin-top:10px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight>span{display:inline-block}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .input-container span{color:#000;font-size:12px;margin-right:5px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .btn-recalculate{padding:4px;color:#fff;border:none;background:#004a21;border-radius:6px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .zipcode{background:0 0;border:1px solid #d9d9d9;padding:0 var(--space-md);font-size:var(--font-sm);outline:0;height:34px;width:calc(100% - 213px)}@media only screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .zipcode{font-size:var(--font-lg);min-width:140px}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .freight .calc-freight{background:#d9d9d9;border:none;height:34px;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{order:5;display:block;font-size:14px;margin-bottom:var(--space-lg);text-transform:uppercase}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total>span{display:flex;justify-content:space-between;align-items:center;font-weight:400;border-bottom:1px solid #e2e2e2;padding-bottom:16px}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total>span:last-child{border-bottom:none}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total>span>span{font-weight:600}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total .value{font-weight:900}@media only screen and (max-width:764px){.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .total{margin:var(--space-md) 0;font-size:var(--font-md)}}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .cart-checkout{display:none;order:7}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .cart-button-finish{order:6;width:100%;height:41px;text-align:center;background:var(--black);color:var(--white);text-transform:uppercase;font-size:14px;font-weight:300;letter-spacing:.8px;border:none;border-radius:10px;background:#004a21;display:flex;align-items:center;justify-content:center;font-size:0}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .cart-button-finish::before{content:"";background:url(/assets/icons/carrinho.svg) center center no-repeat;width:24px;height:24px;background-size:contain;display:block}.floating-preview .container-preview .jet-cart-preview .content .cart-preview .cart-summary .cart-button-finish::after{content:"Comprar";text-transform:uppercase;font-size:20px}@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:#755e4e;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{position:absolute;visibility:hidden;opacity:0;top:155px;right:0;width:100vw;transform:translateY(-100%);transition:opacity .3s ease-in-out;z-index:1}.fixedFloating.active{visibility:visible;opacity:1;animation:slideDownBounce .6s ease forwards}.fixedFloating>.content{background:#fff4ec;padding:18px 0;position:relative;z-index:2}.fixedFloating>.content>.ui.container{display:flex;gap:20px 30px;align-items:center;flex-wrap:wrap;justify-content:center}.fixedFloating .closeSearch{position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.5);z-index:1;cursor:pointer}.fixedFloating .terms{width:100%}.fixedFloating .terms::before{content:"";position:absolute;width:100%;height:1px;background:#f2f2f2;left:0;top:100px}.fixedFloating .terms .title{background:var(--white);display:block;width:fit-content;padding:0 10px;position:relative;z-index:1}.fixedFloating .terms ul{display:flex;gap:8px;margin-top:17px}.fixedFloating .terms ul a{border:1px solid var(--black);padding:5px 10px;transition:ease-in-out .3s}.fixedFloating .terms ul a:hover{background:var(--black);color:var(--white)}.box-search{width:calc(100% - 399px)}.jet-container #jet-search-term{border:none;border-bottom:1px solid #fff4ec;background-color:#fff4ec;padding:0;height:45px;width:100%;padding-left:60px;font-size:15px}.jet-container .jet-button{position:absolute;right:0;top:0;width:45px;height:45px;border:none;background:url(/assets/icons/search.svg) center no-repeat;background-size:25px}@media screen and (min-width:1024px){.jet-container .jet-button{margin-right:-119px}}.jet-container .close-button{position:absolute;left:0;top:-10px;width:58px;height:58px;background:url(/assets/icons/close.svg) center no-repeat;background-size:58px;border:none;outline:0}.no-results{position:absolute;top:81px;left:0;width:100%;padding:20px 20px;background:var(--white);display:flex;flex-direction:column;justify-content:center;align-items:center}.search-result{position:absolute;top:156px;left:0;width:100%;padding:20px 20px;background:var(--white)}.search-result:not(.content){background:var(--white);position:relative;z-index:9;width:100%;top:0;display:flex;gap:10px;border-radius:0;flex-wrap:wrap;max-width:1440px;margin:auto}.search-result:not(.content) a{display:flex;gap:20px;flex-direction:column}.search-result:not(.content) a .info{display:flex;flex-direction:column}.search-result:not(.content)>.item{width:calc(20% - 8px)}.search-result:not(.content)>a{display:block;width:230px;text-align:center;height:40px;line-height:40px;border:1px solid var(--color-primary);font-size:14px;margin:15px auto 0;font-weight:500;color:var(--color-primary);transition:ease-in-out .3s}.search-result:not(.content)>a:hover{background:var(--color-primary);color:var(--white)}.search-result img{width:100%;height:auto}.search-result .search-name{font-size:12px;margin-bottom:5px}.search-result .old-price{margin-right:8px;font-size:12px;text-decoration:line-through}.search-result .best-price{font-size:16px;color:var(--black);font-weight:700}@media screen and (max-width:991px){.search-result{padding:20px 0;top:138px}.search-result .search-name{display:block;line-height:16px;font-size:11px}.search-result:not(.content){flex-direction:column;padding:0 20px 20px;gap:5px}.search-result:not(.content) a{flex-direction:row;align-items:center}.search-result:not(.content)>a{height:32px;line-height:32px}.search-result:not(.content)>.item{width:100%}.search-result:not(.content) img{width:auto;height:60px}.no-results{top:138px;text-align:center}.fixedFloating{top:157px}.fixedFloating>.content{padding:5px 0 10px}.fixedFloating>.content>.ui.container>img{display:none}.fixedFloating svg{display:none}.fixedFloating .terms::before{top:78px}.fixedFloating .terms .title{font-size:14px}.fixedFloating .terms ul{flex-wrap:wrap}.fixedFloating .terms ul>li a{display:block}.box-search{width:100%}.jet-container .jet-button{background-size:21px}.jet-container #jet-search-term{border:none}.jet-container .close-button{background-size:20px}}@keyframes slideDownBounce{0%{transform:translateY(-100%);opacity:0}60%{transform:translateY(10px);opacity:1}80%{transform:translateY(-5px)}100%{transform:translateY(0)}}.tns-nav{text-align:center;position:absolute;bottom:46px;display:flex;gap:12px;width:100%;justify-content:center;align-items:center}.tns-nav>[aria-controls]{border-radius:50%;padding:0;margin:0 5px;border:none;cursor:pointer;background-color:#d9d9d9;transition:ease-in-out .3s;width:10px;height:10px}.tns-nav>.tns-nav-active{background:var(--color-primary);width:20px;height:20px}.tns-controls{text-align:center;margin-bottom:0;position:absolute;top:46%;left:0;transform:translate(0,-50%);width:100%}.tns-controls [aria-controls]{font-size:0;border:none;padding:0;cursor:pointer;width:40px;height:40px;background:var(--black) url(/assets/icons/arrow.svg) 10px center no-repeat;background-size:18px;right:0;position:absolute;transform:rotate(90deg)}.tns-controls [aria-controls][disabled]{opacity:.5;cursor:auto}.tns-controls [aria-controls][data-controls=prev]{right:auto;left:0;transform:rotate(-90deg)}.tns-outer{overflow:hidden}.tns-outer [data-action],.tns-visually-hidden{display:none}.tns-slider{display:flex}.invalid-feedback{position:absolute;bottom:-18px;width:100%;animation:fadeIn;animation-duration:.5s;z-index:2;text-align:left}.invalid-feedback span{background-color:var(--red);color:#fff;font-size:11px;padding:.3rem .5rem;line-height:15px}textarea+.invalid-feedback{bottom:-15px}.input.ng-invalid{border-color:var(--red);animation:fadeIn;animation-duration:.5s}.fixedMenu{position:fixed;z-index:100;width:100%;top:0;left:0;border-top:1px solid var(--color-primary);height:100vh;visibility:hidden;opacity:0}.fixedMenu.active{visibility:visible;opacity:1}.fixedMenu.active>.closeMenu{opacity:1;visibility:visible}@media screen and (max-width:1024px){.fixedMenu.active>.box{animation:slideDownFade .4s ease-out forwards}.fixedMenu.active .jet-menu-itens .jet-item{opacity:0;transform:translateY(-10px);animation:cascadeIn .5s ease-out forwards}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(1){animation-delay:50ms}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(2){animation-delay:.1s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(3){animation-delay:.15s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(4){animation-delay:.2s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(5){animation-delay:.25s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(6){animation-delay:.3s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(7){animation-delay:.35s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(8){animation-delay:.4s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(9){animation-delay:.45s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(10){animation-delay:.5s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(11){animation-delay:.55s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(12){animation-delay:.6s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(13){animation-delay:.65s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(14){animation-delay:.7s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(15){animation-delay:.75s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(16){animation-delay:.8s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(17){animation-delay:.85s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(18){animation-delay:.9s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(19){animation-delay:.95s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(20){animation-delay:1s}}.fixedMenu>.closeMenu{background:rgba(95,95,95,.31);position:absolute;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(16px);cursor:pointer;transition:opacity .2s ease-in;opacity:0;visibility:hidden}.fixedMenu>.box{background:#fff4ec;padding-bottom:10px;position:relative;z-index:2;width:100%;max-width:710px;height:100%;overflow:auto}.fixedMenu>.box .header-menu{background:url(/assets/background-header-menu.webp) center center no-repeat;width:100%;height:93px;background-size:710px;display:none;align-items:center;justify-content:center;position:relative}@media screen and (min-width:1024px){.fixedMenu>.box .header-menu{display:flex}}.fixedMenu>.box .header-menu svg{position:absolute;top:16px}.fixedMenu>.box .header-menu .close-menu{position:absolute;right:62px;top:6%;cursor:pointer}.fixedMenu>.box .header-menu-mobile{display:flex;align-items:center;gap:27px;padding-left:20px;padding-top:17px;padding-bottom:13px;border-bottom:1px solid #f1e6c2}.fixedMenu>.box .header-menu-mobile .login-mobile,.fixedMenu>.box .header-menu-mobile .wishlist-mobile{gap:7px;color:var(--color-secondary);font-family:Poppins;font-size:18px;font-style:normal;font-weight:900;line-height:normal;display:flex;align-items:center}@media screen and (min-width:1024px){.fixedMenu>.box .header-menu-mobile{display:none}}@media screen and (max-width:764px){.fixedMenu>.box{width:100%}}.fixedMenu>.box>.content{display:flex;width:97%;max-width:1440px;margin:auto;flex-direction:column-reverse;padding-top:66px}@media screen and (max-width:1024px){.fixedMenu>.box>.content{padding-top:2px}}.fixedMenu .mainMenu{margin:0;max-width:1440px;display:block}.fixedMenu .img img{width:100%;height:auto}.fixedMenu .jet-menu-itens{position:relative}.fixedMenu .jet-menu-itens li.Preview2025>a{font-weight:600;transition:.2s ease-in-out}.fixedMenu .jet-menu-itens .jet-item a[title="GINGER GIRLS"]{display:none}.fixedMenu .jet-menu-itens .jet-item>a{display:flex;gap:5px;align-items:center;line-height:35px;border-bottom:1px solid #f1e6c2;position:relative;padding:12px;margin:10px 0;border-radius:5px;color:#004a21;font-size:18px;font-weight:900;padding-left:167px}@media screen and (min-width:1024px){.fixedMenu .jet-menu-itens .jet-item>a{font-size:30px}}.fixedMenu .jet-menu-itens .jet-item>a .category-image{max-height:32px;max-width:32px;margin-right:5px}.fixedMenu .jet-menu-itens .jet-item>a .category-image img{width:100%;height:auto}.fixedMenu .jet-menu-itens .jet-item li[class=has-submenu] .submenu ul li{border-bottom:none!important}.fixedMenu .jet-menu-itens .jet-item.has-submenu{position:relative}.fixedMenu .jet-menu-itens .jet-item.has-submenu>a{position:relative;cursor:pointer;color:#004a21;position:relative;transition:color .3s ease-in-out;font-weight:900}.fixedMenu .jet-menu-itens .jet-item.has-submenu>a::after{content:"";width:40px;height:41px;background:url(/assets/icons/menuArrow.svg) center no-repeat;background-size:contain;transition:transform .3s ease-in-out;position:absolute;right:15px;top:50%;transform:translateY(-50%) rotate(0);margin-right:41px}.fixedMenu .jet-menu-itens .jet-item.has-submenu.open>a{background-image:linear-gradient(to right,#db6553,#db6553);background-repeat:no-repeat;background-size:0 100%;background-position:left;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:fillText .6s forwards ease-in-out}.fixedMenu .jet-menu-itens .jet-item.has-submenu.open>a::after{transform:translateY(-50%) rotate(360deg);background-image:url(/assets/icons/menuArrow-up.svg);top:50%}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu.last{display:block!important}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu{display:none;position:static;width:100%;height:auto;background:0 0;padding-left:20px;margin-top:-5px;margin-bottom:10px;opacity:1;visibility:visible;transition:max-height .3s ease-in-out}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu.active{display:block}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul{display:flex;flex-direction:column;padding:0;margin:0;list-style:none}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul li{padding:10px 0;font-size:16px;color:#004a21;background:0 0;border-bottom:1px solid #f1e6c2}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul li a{color:#1e1e1e;font-family:Roboto;font-size:20px;font-style:normal;font-weight:400;line-height:normal;padding:5px 10px;text-decoration:none;padding-left:20px}@media screen and (min-width:1024px){.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul li a{padding-left:147px}}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul li a:hover{color:var(--color-primary)}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul li.Preview2025{background:rgba(126,48,16,.8196078431)!important;font-weight:600}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul li.Preview2025 a{color:#fff;background:0 0!important}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu .topSubMenu p{margin:0;height:40px;line-height:40px;font-weight:700;background:#fff;border-bottom:1px solid #e3e3e3;cursor:pointer}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu .topSubMenu p::before{content:"";display:inline-block;width:20px;height:20px;background:url(/assets/icons/menuArrow.svg) center no-repeat;background-size:18px;vertical-align:-6px;margin-right:5px;transform:rotate(180deg)}.fixedMenu .jet-menu-itens .jet-item:last-child>a{border:none}.fixedMenu .submenu.last{display:none}@media screen and (max-width:991px){.fixedMenu{top:156px;height:calc(100vh - 75px);overflow-y:scroll;overflow-x:hidden;background:var(--white)}.fixedMenu .img{width:100%}.fixedMenu>.box{height:100%;padding:0}.fixedMenu>.box>.content{flex-direction:column-reverse;width:100%}.fixedMenu .mainMenu{width:100%}.fixedMenu .jet-menu-itens .jet-item>a{max-width:100%;line-height:50px;padding:5px 20px}.fixedMenu .jet-menu-itens .jet-item.has-submenu>a::after{right:5px;top:50%;width:26px}}.jet-menu-itens li.only-has-submenu>.title.has-submenu{color:#1e1e1e!important;font-size:20px;font-weight:900!important}.jet-menu-itens li.only-has-submenu .submenu ul li{border-bottom:none!important}.jet-menu-itens li.only-has-submenu .submenu ul li a{padding-left:20px!important}@media screen and (min-width:1024px){.jet-menu-itens li.only-has-submenu .submenu ul li a{padding-left:125px!important}}@keyframes fillText{0%{background-size:0 100%}100%{background-size:100% 100%}}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}@keyframes cascadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.jet-product-availability{margin-top:var(--space-sm)}.jet-product-brand{display:block}.jet-product-brand img{display:none}.jet-product-brand span.brand-name{display:flex;flex-direction:column;width:100%;color:#7e7e7e;font-size:16px;line-height:21px}@media only screen and (min-width:991px){.jet-product-brand span.brand-name{font-size:14px}}.ui.container.fluid.buy-together{display:none;padding:30px 0 80px;position:relative;background:#5e35b1;margin-top:50px}.ui.container.fluid.buy-together.have-bt{display:flex}@media only screen and (max-width:764px){.ui.container.fluid.buy-together{padding:63px 15px 30px 15px;margin-bottom:0}}.ui.container.fluid.buy-together svg{top:0;right:33px;position:absolute}@media screen and (max-width:1024px){.ui.container.fluid.buy-together svg{position:relative;right:0}}.jet-product-buy-together{display:flex;justify-content:space-between;align-items:center;max-width:1300px;margin:auto}.jet-product-buy-together .compre-junto-title{text-align:center;max-width:256px;line-height:52px}@media screen and (max-width:1024px){.jet-product-buy-together .compre-junto-title{max-width:100%;display:flex}}.jet-product-buy-together .compre-junto-title .compre{color:#fad162;font-size:25px;font-weight:400}@media screen and (max-width:1024px){.jet-product-buy-together .compre-junto-title .compre{margin:0}}.jet-product-buy-together .compre-junto-title .junto{color:#fff;font-size:80px;font-weight:900}@media screen and (max-width:1024px){.jet-product-buy-together .compre-junto-title .junto{font-size:70px}}@media only screen and (max-width:764px){.jet-product-buy-together{flex-direction:column}}.jet-product-buy-together span.buy-together-title{display:none}.jet-product-buy-together .content.product-buy{position:absolute;bottom:11px;right:11px;opacity:1!important;padding:0!important}.jet-product-buy-together .content.product-buy .product-buy button.add-together{border:0;background-color:transparent;display:flex;align-items:center;justify-content:center;transition:all .3s;cursor:pointer}.jet-product-buy-together .content.product-buy .product-buy button.add-together span{display:none}.jet-product-buy-together .content.product-buy .product-buy button.add-together span.product-add,.jet-product-buy-together .content.product-buy .product-buy button.add-together span.product-remove{display:block;font-size:0}.jet-product-buy-together .content.product-buy .product-buy button.add-together span.product-add::before,.jet-product-buy-together .content.product-buy .product-buy button.add-together span.product-remove::before{content:"";display:block;width:34px;height:34px;background-size:contain;background-repeat:no-repeat;background-position:center;background-color:transparent}@media only screen and (max-width:764px){.jet-product-buy-together .content.product-buy .product-buy button.add-together span.product-add::before,.jet-product-buy-together .content.product-buy .product-buy button.add-together span.product-remove::before{width:34px;height:34px}}.jet-product-buy-together .content.product-buy .product-buy button.add-together span.product-add::before{background-image:url(/assets/icons/add-bt.svg)}.jet-product-buy-together .content.product-buy .product-buy button.add-together span.product-remove::before{background-image:url(/assets/icons/remove-bt.svg)}.jet-product-buy-together .content.product-buy .product-buy button.add-together:not(.selected) .product-add{display:block}.jet-product-buy-together .content.product-buy .product-buy button.add-together.selected .product-remove{display:block}.jet-product-buy-together .result-buy-together{display:flex;padding:45px 16px 70px;border-radius:8px;position:relative}@media only screen and (max-width:764px){.jet-product-buy-together .result-buy-together{padding:0 0 0;justify-content:center;max-width:100%;width:100%}}.jet-product-buy-together .result-buy-together::before{content:"";display:block;position:absolute;top:0;left:0;right:0;margin:0 auto;width:320px;height:100%;background-image:url(/assets/bt-title.webp);background-size:contain;background-repeat:no-repeat}@media only screen and (max-width:764px){.jet-product-buy-together .result-buy-together::before{width:240px}}.jet-product-buy-together .result-buy-together .result{display:flex;flex-direction:column;align-items:center;padding:55px 25px;border-radius:4px;z-index:2}@media only screen and (max-width:764px){.jet-product-buy-together .result-buy-together .result{padding:30px 15px}}.jet-product-buy-together .result-buy-together .result p.title-result{color:#fff;text-align:center;font-family:Poppins;font-size:18px;font-weight:400;margin-top:0}.jet-product-buy-together .result-buy-together .result .item.summary{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}.jet-product-buy-together .result-buy-together .result .item.summary .title{color:#73c8d1;font-size:28px;font-weight:700;text-transform:capitalize}.jet-product-buy-together .result-buy-together .result .item.summary span.value{color:#fff;font-size:16px;text-decoration-line:line-through}.jet-product-buy-together .result-buy-together .result .item.total{margin-bottom:15px}.jet-product-buy-together .result-buy-together .result .item.total span.value{color:#fad162;font-size:30px;font-weight:700}.jet-product-buy-together .result-buy-together .result .item.total .title{display:none}.jet-product-buy-together .result-buy-together .result button{background-color:transparent;color:#fff;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;width:220px;height:48px;border:1px solid #fff;border-radius:30px}.jet-product-buy-together .result-buy-together .result button:hover{opacity:.8}.jet-product-buy-together .result-buy-together .result button.disabled{background-color:transparent;opacity:.8;color:var(--white)}.products-together{display:flex;justify-content:center;width:50%}@media screen and (max-width:1024px){.products-together{width:100%}}.products-together ul{display:flex;flex-wrap:wrap;gap:16px 8px;justify-content:start;width:399px}@media only screen and (max-width:764px){.products-together ul li{max-width:48.5%!important}}.products-together ul .jet-card{display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-radius:30px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);overflow:hidden;width:195px;transition:box-shadow .3s ease}@media screen and (max-width:764px){.products-together ul .jet-card{width:auto}}.products-together ul .jet-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.products-together ul .jet-card .images{position:relative;border-radius:16px;overflow:hidden;margin-bottom:16px}.products-together ul .jet-card .images .product-flag{position:absolute;top:10px;right:10px;z-index:3}.products-together ul .jet-card .images .product-flag .flag-discount{background-color:#f44336;color:#fff;font-size:12px;font-weight:600;padding:3px 6px;border-radius:4px}.products-together ul .jet-card .images .product-image a{display:block;position:relative;width:100%;height:100%}.products-together ul .jet-card .images .product-image a img{width:100%;height:100%}.products-together ul .jet-card .images .product-image.has-alternate{position:relative;display:block;border-radius:16px;overflow:hidden;aspect-ratio:1/1}.products-together ul .jet-card .images .product-image.has-alternate a{display:block;position:relative;width:100%;height:100%}.products-together ul .jet-card .images .product-image.has-alternate .alternate-image,.products-together ul .jet-card .images .product-image.has-alternate .main-image{position:absolute;inset:0;width:100%;height:100%}.products-together ul .jet-card .images .product-image.has-alternate .alternate-image img,.products-together ul .jet-card .images .product-image.has-alternate .main-image img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .4s ease,transform .4s ease}.products-together ul .jet-card .images .product-image.has-alternate .main-image{z-index:1;opacity:1}.products-together ul .jet-card .images .product-image.has-alternate .alternate-image{z-index:2;opacity:0}.products-together ul .jet-card .images .product-image.has-alternate:hover .main-image{opacity:0}.products-together ul .jet-card .images .product-image.has-alternate:hover .alternate-image{opacity:1}.products-together ul .jet-card:hover .product-image.has-alternate .main-image{opacity:0}.products-together ul .jet-card:hover .product-image.has-alternate .alternate-image{opacity:1}.products-together ul .jet-card .data{display:flex;flex-direction:column;gap:8px;padding:16px}.products-together ul .jet-card .data .product-info .product-name{height:89px;margin-bottom:20px}@media screen and (max-width:1024px){.products-together ul .jet-card .data .product-info .product-name{height:100px}}.products-together ul .jet-card .data .product-info a{text-decoration:none;color:inherit;display:block}.products-together ul .jet-card .data .product-info h3{font-size:12px;color:#1e1e1e;font-weight:500;line-height:1.4;margin:0;margin-bottom:20px}@media screen and (max-width:1024px){.products-together ul .jet-card .data .product-info h3{font-size:12px}}.products-together ul .jet-card .data .product-info .product-price .price{display:flex;flex-direction:column}.products-together ul .jet-card .data .product-info .product-price .price .best-price{font-size:20px;font-weight:500;color:#1e1e1e}@media screen and (max-width:1024px){.products-together ul .jet-card .data .product-info .product-price .price .best-price{font-size:20px}}.products-together ul .jet-card .data .product-info .product-price .price .old-price{text-decoration:line-through;color:#901519;font-size:14px;font-weight:500}@media screen and (max-width:1024px){.products-together ul .jet-card .data .product-info .product-price .price .old-price{font-size:12px}}.products-together ul .jet-card .action{margin-top:auto;padding:0 16px 16px 16px;display:flex!important;width:100%}@media screen and (max-width:1024px){.products-together ul .jet-card .action{padding:0}}.products-together ul .jet-card .action .quantity{display:flex;align-items:center;justify-content:center;margin-top:12px;gap:10px}.products-together ul .jet-card .action .quantity button{background:0 0;border:none;font-size:18px;padding:0 10px 6px 10px;cursor:pointer;color:#00a86b}.products-together ul .jet-card .action .quantity input{width:40px;height:30px;text-align:center;font-size:14px;border:1px solid #ccc;border-radius:4px}.products-together ul .jet-card .action .product-rating{display:none}.products-together ul .jet-card .action .product-buy{margin-top:12px;width:100%}.products-together ul .jet-card .action .product-buy .buy-button{width:100%;border:1px solid var(--color-secondary);border-radius:30px;background-color:#fff;color:var(--color-secondary);text-transform:uppercase;padding:12px 0;font-size:15px;font-weight:500;max-width:310px;cursor:pointer;transition:background .3s,color .3s}@media screen and (max-width:1024px){.products-together ul .jet-card .action .product-buy .buy-button{border-radius:0 0 30px 30px;background:#004a21;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);width:100%;color:#fff;font-size:12px;padding:11px 0}}.products-together ul .jet-card .action .product-buy .buy-button:hover{background-color:var(--color-secondary);color:#fff}.products-together ul .jet-card .product-variation{display:none}.jet-card.grid{display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-radius:30px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);overflow:hidden;max-width:346px;transition:box-shadow .3s ease;max-width:346px}.jet-card.grid:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.jet-card.grid .images{position:relative;border-radius:16px;overflow:hidden;margin-bottom:16px}.jet-card.grid .images .product-flag{position:absolute;top:10px;right:10px;z-index:3}.jet-card.grid .images .product-flag .flag-discount{background-color:#f44336;color:#fff;font-size:12px;font-weight:600;padding:3px 6px;border-radius:4px}.jet-card.grid .images .product-image a{display:block;position:relative;width:100%;height:100%}.jet-card.grid .images .product-image a img{width:100%;height:100%}.jet-card.grid .images .product-image.has-alternate{position:relative;display:block;border-radius:16px;overflow:hidden;aspect-ratio:1/1}.jet-card.grid .images .product-image.has-alternate a{display:block;position:relative;width:100%;height:100%}.jet-card.grid .images .product-image.has-alternate .alternate-image,.jet-card.grid .images .product-image.has-alternate .main-image{position:absolute;inset:0;width:100%;height:100%}.jet-card.grid .images .product-image.has-alternate .alternate-image img,.jet-card.grid .images .product-image.has-alternate .main-image img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .4s ease,transform .4s ease}.jet-card.grid .images .product-image.has-alternate .main-image{z-index:1;opacity:1}.jet-card.grid .images .product-image.has-alternate .alternate-image{z-index:2;opacity:0}.jet-card.grid .images .product-image.has-alternate:hover .main-image{opacity:0}.jet-card.grid .images .product-image.has-alternate:hover .alternate-image{opacity:1}.jet-card.grid:hover .product-image.has-alternate .main-image{opacity:0}.jet-card.grid:hover .product-image.has-alternate .alternate-image{opacity:1}.jet-card.grid .data{display:flex;flex-direction:column;gap:8px;padding:16px}.jet-card.grid .data .product-info .product-name{height:89px;margin-bottom:20px}@media screen and (max-width:1024px){.jet-card.grid .data .product-info .product-name{height:100px}}.jet-card.grid .data .product-info a{text-decoration:none;color:inherit;display:block}.jet-card.grid .data .product-info h3{font-size:16px;color:#1e1e1e;font-weight:500;line-height:1.4;margin:0;margin-bottom:20px}@media screen and (max-width:1024px){.jet-card.grid .data .product-info h3{font-size:12px}}.jet-card.grid .data .product-info .product-price .price{display:flex;flex-direction:column}.jet-card.grid .data .product-info .product-price .price .best-price{font-size:25px;font-weight:500;color:#1e1e1e}@media screen and (max-width:1024px){.jet-card.grid .data .product-info .product-price .price .best-price{font-size:20px}}.jet-card.grid .data .product-info .product-price .price .old-price{text-decoration:line-through;color:#901519;font-size:14px;font-weight:500}@media screen and (max-width:1024px){.jet-card.grid .data .product-info .product-price .price .old-price{font-size:12px}}.jet-card.grid .action{margin-top:auto;padding:0 16px 16px 16px;display:flex!important;width:100%}@media screen and (max-width:1024px){.jet-card.grid .action{padding:0}}.jet-card.grid .action .quantity{display:flex;align-items:center;justify-content:center;margin-top:12px;gap:10px}.jet-card.grid .action .quantity button{background:0 0;border:none;font-size:18px;padding:0 10px 6px 10px;cursor:pointer;color:#00a86b}.jet-card.grid .action .quantity input{width:40px;height:30px;text-align:center;font-size:14px;border:1px solid #ccc;border-radius:4px}.jet-card.grid .action .product-rating{display:none}.jet-card.grid .action .product-buy{margin-top:12px;width:100%}.jet-card.grid .action .product-buy .buy-button,.jet-card.grid .action .product-buy span{width:100%;border:1px solid var(--color-secondary);border-radius:30px;background-color:#fff;color:var(--color-secondary);text-transform:uppercase;padding:12px 0;font-size:15px;font-weight:500;max-width:310px;width:100%;cursor:pointer;transition:background .3s,color .3s}@media screen and (max-width:1024px){.jet-card.grid .action .product-buy .buy-button,.jet-card.grid .action .product-buy span{border-radius:0 0 30px 30px;background:#004a21;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);width:100%;color:#fff;max-width:none!important;font-size:12px;padding:11px 0}}.jet-card.grid .action .product-buy .buy-button:hover,.jet-card.grid .action .product-buy span:hover{background-color:var(--color-secondary);color:#fff}.jet-card.grid .action .product-buy .sold-button{width:100%;display:flex;align-items:center;justify-content:center}.jet-card.grid .content.product-brand{display:none}.jet-card.grid .product-variation{display:none}.product-qty{color:#656565;text-transform:uppercase;font-weight:300}jet-product-add-cart{width:100%;display:flex}.jet-product-add-cart{display:flex;width:100%;align-items:center;justify-content:center}.jet-product-add-cart .btn-buy{display:flex;width:100%;align-items:center;justify-content:center}.jet-product-add-cart .btn-buy button{cursor:pointer;height:60px;display:flex;align-items:center;justify-content:center;border-radius:30px;background:linear-gradient(90deg,#006b31 0,#649e07 100%);color:var(--white);text-align:center;font-weight:500;line-height:24px;border:0;margin:0;padding:0;width:100%;height:51px;transition:all .3s ease;font-size:15px}.jet-product-add-cart .btn-buy button.sold{opacity:.7}.jet-product-add-cart .btn-buy button.one-click{display:none}.jet-product-add-cart .btn-buy button.recurrency{background-color:var(--orange);color:#fff}.jet-product-add-cart .btn-buy button:hover{opacity:.85}@media only screen and (min-width:991px){.jet-product-add-cart .btn-buy button{font-size:14px}}.jet-product-add-cart .btn-sold{display:none}.jet-product-add-cart .btn-one-click{display:none}.jet-product-add-cart .container-message{border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.jet-product-add-cart .container-message span{font-size:0;width:100%}.jet-product-add-cart .container-message span::before{content:"Produto indisponível";display:block;color:var(--grey);font-size:16px;font-weight:400;position:relative;text-decoration:none;margin-bottom:14px}@media only screen and (min-width:991px){.jet-product-add-cart .container-message span::before{font-size:14px}}.jet-product-add-cart .container-message button{text-transform:uppercase;cursor:pointer;height:60px;display:flex;align-items:center;justify-content:center;background:var(--black);color:#fff;text-align:center;font-size:20px;font-weight:500;line-height:24px;border:0;margin:0;padding:0;border-radius:20px;width:100%}@media only screen and (min-width:991px){.jet-product-add-cart .container-message button{font-size:14px}}.jet-product-sku{margin:0;font-size:9.4px;font-weight:400;display:flex;margin-top:10px;margin-bottom:10px;color:#888}.jet-product-sku::before{content:"Cod. ";display:block;font-size:9.4px;font-weight:400;position:relative;color:#888}@media only screen and (max-width:991px){.jet-product-sku{margin:0}}.descricao>div{display:flex;flex-direction:column;align-items:center}.descricao>div .title-descricao{color:#db6553;font-size:50px;font-weight:900;margin:20px auto;text-align:center}@media screen and (max-width:764px){.descricao>div .title-descricao{font-size:30px;text-align:left;padding-left:10px;width:100%}}.tab-buttons{display:flex;flex-direction:column;gap:10px;max-width:690px;margin:0 auto}.tab-buttons button{width:100%;padding:10px;font-weight:700;border:2px solid #000;background-color:#fff;border-radius:25px;cursor:pointer;transition:background-color .3s,color .3s}.tab-buttons button.active{background-color:#0d7c4d;color:#fff}@media screen and (min-width:764px){.tab-buttons{flex-direction:row;justify-content:space-around}.tab-buttons button{width:auto;min-width:160px}}.tab-content{margin:10px auto 20px;max-width:690px;display:none}.tab-content.active{display:block}@media screen and (min-width:764px){.tab-content.active{display:block}}@media screen and (min-width:991px){#grid-container{display:grid;grid-template-columns:minmax(0,67%) minmax(0,33%);grid-gap:10px;align-items:start!important}}.container-image{padding-right:2rem!important}@media only screen and (max-width:991px){.container-image{padding:0!important}}.container-image .zoom{margin-top:var(--space-md)}.container-image .zoom.toggle.checkbox input~label:before{background-color:var(--whiteSecondary)!important;opacity:.3}.container-image .zoom.toggle.checkbox input:checked~label:before{background-color:var(--whiteSecondary)!important;opacity:1}.jet-product-images{display:flex;gap:20px}@media only screen and (max-width:991px){.jet-product-images{flex-direction:column-reverse}}.jet-product-images .thumbs{display:flex;align-items:center;flex-direction:column;justify-content:center;width:100%}@media only screen and (max-width:991px){.jet-product-images .thumbs{padding:0;max-width:100%;display:flex;flex-direction:row;position:relative;width:auto;justify-content:center}}.jet-product-images .thumbs .tns-outer{position:relative;height:100%;overflow:hidden;display:flex;align-items:center;width:100%}@media only screen and (max-width:991px){.jet-product-images .thumbs .tns-outer{padding:0;flex-direction:column}}.jet-product-images .thumbs .tns-outer .tns-ovh{height:auto;padding:0;display:flex;width:100%;padding:0 15px;justify-content:center}@media only screen and (max-width:991px){.jet-product-images .thumbs .tns-outer .tns-ovh{height:auto;padding:0;min-height:auto;padding-left:0}}.jet-product-images .thumbs .tns-outer .tns-ovh .tns-inner{overflow:hidden}@media only screen and (max-width:991px){.jet-product-images .thumbs .tns-outer .tns-ovh .tns-inner{max-height:100%;margin:0 auto!important}}.jet-product-images .thumbs .tns-outer .tns-controls{position:absolute;display:block;text-align:center;width:100%;top:40%;margin:0;height:auto;z-index:1}@media only screen and (max-width:991px){.jet-product-images .thumbs .tns-outer .tns-controls{display:none}}.jet-product-images .thumbs .tns-outer .tns-controls button[data-controls=prev]{position:absolute;border:0;margin:0;padding:0;font-size:0;height:20px;width:fit-content;left:0;background-color:transparent;top:40%;z-index:9}.jet-product-images .thumbs .tns-outer .tns-controls button[data-controls=prev]::before{content:"";display:block;width:10px;height:20px;background:url(/assets/icons/detail/arrow-left.svg) no-repeat;background-size:contain;z-index:9;position:relative}.jet-product-images .thumbs .tns-outer .tns-controls button[data-controls=next]{position:absolute;border:0;margin:0;padding:0;font-size:0;height:20px;width:fit-content;left:calc(100% - 10px);top:40%;background-color:transparent;z-index:9}.jet-product-images .thumbs .tns-outer .tns-controls button[data-controls=next]::before{content:"";display:block;width:10px;height:20px;background:url(/assets/icons/detail/arrow-right.svg) no-repeat;background-size:contain;z-index:9;position:relative}.jet-product-images .thumbs .tns-outer .tns-nav{position:relative;margin-top:20px;display:flex}@media only screen and (max-width:991px){.jet-product-images .thumbs .tns-outer .tns-nav{margin-top:-28px}}.jet-product-images .thumbs .tns-outer .tns-nav>button{width:12px;height:12px;background:var(--white);border:0;box-shadow:none;opacity:1}.jet-product-images .thumbs .tns-outer .tns-nav>.tns-nav-active{width:12px;transition:.4s ease all;border-radius:100px;border:0;box-shadow:none;background:var(--color-primary)}.jet-product-images .thumbs .jet-container{display:flex;flex-direction:row;position:relative;width:100%;gap:4px;flex-wrap:wrap}@media only screen and (max-width:991px){.jet-product-images .thumbs .jet-container{gap:0;flex-direction:row}}.jet-product-images .thumbs .jet-container .jet-children{width:calc(50% - 4px)}.jet-product-images .thumbs .jet-container .jet-children.tns-slide-active{display:block;min-width:90px}@media only screen and (max-width:991px){.jet-product-images .thumbs .jet-container .jet-children{max-height:100%;display:inline-block;margin:0;width:100%;max-width:100dvw}}.jet-product-images .thumbs .jet-container .jet-children a{outline:0;display:flex;width:100%}@media only screen and (min-width:991px) and (max-width:1026px){.jet-product-images .thumbs .jet-container .jet-children a{display:flex;justify-content:center;align-items:center}}.jet-product-images .thumbs .jet-container .jet-children a img{margin:0;width:100%;height:auto;object-fit:cover;aspect-ratio:4/5}@media only screen and (max-width:991px){.jet-product-images .thumbs .jet-container .jet-children a img{width:100%;height:100%;max-width:100%;max-height:100%;min-height:100%;margin:0;display:flex;justify-content:center;object-fit:cover;border:0}}.jet-product-images .thumbs .jet-container .jet-children a.video{position:relative}.jet-product-images .thumbs .jet-container .jet-children a.video .thumbs-icon{position:absolute;width:100%;color:var(--white);height:100%;display:flex;align-items:center;justify-content:center}.jet-product-images .thumbs .jet-container .jet-children a.video .thumbs-icon svg{width:40px;z-index:1}.jet-product-images .thumbs .jet-container .jet-children a.video .thumbs-icon:after{position:absolute;opacity:1;transition:all .5s;-webkit-transition:all .5s;content:"\a";width:100%;height:100%;top:0;left:0;background:rgba(255,255,255,.5)}.free-freight{width:100%;position:relative;border-radius:5px;margin-top:20px}.progress-bar{width:100%;background-color:#e0e0e0;border-radius:5px;overflow:hidden}.progress{height:11px;background-color:var(--black);width:0;transition:width .3s ease}.rest{margin-top:7px;font-size:14px;color:var(--black)}.title-grouping{font-size:var(--font-sm);line-height:var(--font-sm);font-weight:300;display:inline-block;font-weight:600}.jet-product-grouping ul{list-style:none;padding:0}.jet-product-grouping ul li{display:inline-block}.jet-product-grouping ul li:not(:last-child){margin-right:var(--space-sm)}.jet-product-grouping ul li .active .grouping-color,.jet-product-grouping ul li .active .grouping-image,.jet-product-grouping ul li .active .grouping-text{box-shadow:0 0 0 1px #000}.jet-product-grouping ul li .active .grouping-text{border-color:transparent}.jet-product-grouping ul li .grouping-color{width:26px;height:26px;display:inline-block;border-radius:50rem;border:2px solid #fff}.jet-product-grouping ul li .grouping-text{box-shadow:0 0 0 1px var(--grey);width:100%;height:100%;border-radius:.3rem;display:inline-flex;justify-content:center;align-items:center;padding:0 var(--space-md);font-size:var(--font-sm);margin:0 var(--space-sm);color:var(--grey)}.jet-product-grouping ul li .grouping-image{max-width:18px;border-radius:50rem;max-height:18px;overflow:hidden;display:inline-block;box-shadow:0 0 0 1px var(--grey)}.jet-product-grouping ul li .grouping-image img{max-width:100%;max-height:100%}.jet-modal.payments .jet-modal-content{max-width:503px}.openPayments{border:none;background:0 0;padding:0;text-decoration:underline;font-size:16px;margin:24px 0 0;cursor:pointer;display:flex;width:100%;justify-content:center}@media screen and (max-width:764px){.openPayments{font-size:14px}}@media only screen and (min-width:991px){.openPayments{font-size:14px}}.payment-form-title{font-size:18px;font-weight:700;display:block;text-align:center;margin-bottom:20px;width:calc(100% - 30px)}@media only screen and (min-width:991px){.payment-form-title{font-size:14px}}.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,.payment-methods .payment-name{font-weight:700;font-size:12px;margin-bottom:10px;margin-top:10px;display:block}.payment-info ul,.payment-methods ul{display:flex;flex-direction:column;min-width:420px}.payment-info ul>li,.payment-methods ul>li{height:35px;line-height:35px;padding:0 12px;display:flex;justify-content:space-between}.payment-info ul>li:nth-child(even),.payment-methods ul>li:nth-child(even){background:#ececec}@media screen and (max-width:764px){.payment-info ul,.payment-methods ul{min-width:auto}.payment-info span.desc,.payment-methods span.desc{display:none}}.jet-price{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;font-weight:500;padding-bottom:35px}.jet-price jet-product-prices{width:100%}.jet-price .jet-product-prices{display:flex;justify-content:space-between;width:100%}.jet-price .jet-product-prices .product-price{display:flex;flex-direction:column;width:100%;max-width:400px}.jet-price .jet-product-prices .product-price .price{display:flex;flex-direction:row-reverse;gap:2px;align-items:center;justify-content:space-between;position:relative}.jet-price .jet-product-prices .product-price .price:before{content:"";width:1px;height:90px;display:block;background:#000;position:absolute;left:50%}@media screen and (max-width:764px){.jet-price .jet-product-prices .product-price .price:before{height:82px}}.jet-price .jet-product-prices .product-price .price .old-price{color:#a00;text-decoration:line-through;font-size:14px;display:block!important;font-weight:500;margin:0;position:absolute;top:-12px;left:0}.jet-price .jet-product-prices .product-price .price .best-price{font-size:40px;font-weight:500;color:#1e1e1e;margin:0;padding-bottom:18px}.jet-price .jet-product-prices .product-price .price .installment{font-size:15px;color:#555;position:absolute;bottom:-2px;left:0}.jet-price .jet-product-prices .product-price .price .baseDiscount{position:relative}.jet-price .jet-product-prices .product-price .price .baseDiscount .priceDiscount{color:#004a21;font-family:Poppins;font-size:40px;font-style:normal;font-weight:500;line-height:normal}@media screen and (max-width:764px){.jet-price .jet-product-prices .product-price .price .baseDiscount .priceDiscount{font-size:30px}}.jet-price .jet-product-prices .product-price .price .baseDiscount .descriptionDiscount{font-size:0}.jet-price .jet-product-prices .product-price .price .baseDiscount .descriptionDiscount::before{content:"NO PIX COM 5% OFF";color:#004a21;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal;position:absolute;top:-12px}@media screen and (max-width:764px){.jet-price .jet-product-prices .product-price .price .baseDiscount .descriptionDiscount::before{font-size:12px}}.jet-price .jet-product-prices .product-price .price .baseDiscount .textDiscount{font-size:0}.jet-price .jet-product-prices .product-price .price .baseDiscount .textDiscount::before{content:"à vista";position:absolute;bottom:-2px;left:0;color:#004a21;font-family:Poppins;font-size:15px;font-style:normal;font-weight:500;line-height:normal}@media screen and (max-width:764px){.jet-price .jet-product-prices .product-price .price .baseDiscount .textDiscount::before{font-size:12px}}.jet-price .pix-price-block{display:flex;flex-direction:column;text-align:right;font-weight:700;color:#0a5c2c}.jet-price .pix-price-block .pix-label{font-size:14px;text-transform:uppercase;margin-bottom:4px}.jet-price .pix-price-block .pix-price{font-size:40px;margin-bottom:4px}.jet-price .pix-price-block .pix-info{font-size:15px;font-weight:400}@media (max-width:768px){.jet-price{flex-direction:column;align-items:flex-start;gap:12px;padding-bottom:24px}.jet-price .jet-product-prices{flex-direction:column}.jet-price .pix-price-block{text-align:left}.jet-price .pix-price-block .pix-label{font-size:12px}.jet-price .pix-price-block .pix-price{font-size:28px}.jet-price .pix-price-block .pix-info{font-size:13px}.jet-price .jet-product-prices .product-price .price .best-price{font-size:28px}.jet-price .jet-product-prices .product-price .price .old-price{font-size:12px}.jet-price .jet-product-prices .product-price .price .installment{font-size:13px}}.jet-product-quantity{display:flex;align-items:center;gap:8px;padding-bottom:36px}.jet-product-quantity::before{content:"Quantidade";color:#000;font-size:14px;font-weight:400}.jet-product-quantity button.minus,.jet-product-quantity button.plus{width:26px;height:26px;border-radius:50%;border:none;font-size:16px;font-weight:700;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;border:1px solid #000}.jet-product-quantity button.minus:hover,.jet-product-quantity button.plus:hover{opacity:.8}.jet-product-quantity button.minus{background-color:#d6d6d6;color:#333}.jet-product-quantity button.plus{background-color:#106b3f}.jet-product-quantity input.quantity{text-align:center;font-size:14px;border:none;background-color:var(--white);width:26px;height:26px;border-radius:50%;border:1px solid #000;outline:0;pointer-events:none}.jet-product-rating{display:flex;align-items:center;gap:var(--space-md);width:fit-content;margin-bottom:20px}@media only screen and (max-width:764px){.jet-product-rating{justify-content:center;margin-bottom:0}}.jet-product-rating .rating{cursor:pointer;display:flex}.jet-product-rating .rating span{display:inline-block;width:16px;height:12px;color:var(--grey);filter:drop-shadow(0 0 0 var(--grey))}.jet-product-rating .rating span:before{content:"";display:flex;width:12px;height:12px;background-image:url(/assets/icons/star2.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.jet-product-rating .rating span.active:before{background-image:url(/assets/icons/star2-active.svg)}.jet-product-rating-registration form .container-form .container-field.rating .rate ul li input{width:39px;height:36px}.jet-product-rating-list{margin-right:20px}.jet-product-rating-list .no-rating{margin-bottom:var(--space-lg);display:block}.jet-product-rating-list .rating{display:flex;flex-direction:column;font-size:var(--font-md);padding:var(--space-lg);position:relative;box-shadow:none;border:1px solid #656565}.jet-product-rating-list .rating .info-author{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:var(--space-md)}.jet-product-rating-list .rating .info-author .name-author{font-size:var(--font-lg);width:100%}.jet-product-rating-list .rating .info-author .city{display:none}.jet-product-rating-list .rating .info-author .email{order:1}.jet-product-rating-list .rating .info-author .rating-author{display:flex}.jet-product-rating-list .rating .info-author .rating-author span{display:inline-block;width:20px;height:18px;color:var(--grey);filter:drop-shadow(0 0 0 var(--grey))}@media only screen and (max-width:764px){.jet-product-rating-list .rating .info-author .rating-author span{width:25px;height:22px;padding:0}}.jet-product-rating-list .rating .info-author .rating-author span:before{content:"";display:flex;width:20px;height:20px;background-image:url(/assets/icons/star2.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.jet-product-rating-list .rating .info-author .rating-author span.active:before{background-image:url(/assets/icons/star2-active.svg)}.jet-product-rating-list .rating+.rating{padding-top:var(--space-md);margin-top:var(--space-md)}.jet-product-rating-list .rating .description{margin-top:var(--space-md)}.jet-product-rating-list .rating .description .description-title{display:block;margin-bottom:var(--space-md)}.jet-product-rating-registration{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 15px}.jet-product-rating-registration form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.jet-product-rating-registration form .container-form{width:100%;margin-top:20px}.jet-product-rating-registration form .container-form .container-field{position:relative;margin-bottom:var(--space-md)}.jet-product-rating-registration form .container-form .container-field label{display:block;font-weight:600;font-size:var(--font-md)}.jet-product-rating-registration form .container-form .container-field input:not([type=checkbox]):not([type=radio]),.jet-product-rating-registration form .container-form .container-field select,.jet-product-rating-registration form .container-form .container-field textarea{background-color:transparent;border:0;position:relative;padding:var(--space-md);font-size:var(--font-md);margin:var(--space-sm) auto 0;width:100%;appearance:textfield;color:var(--grey);box-shadow:0 0 1px}@media only screen and (max-width:764px){.jet-product-rating-registration form .container-form .container-field input:not([type=checkbox]):not([type=radio]),.jet-product-rating-registration form .container-form .container-field select,.jet-product-rating-registration form .container-form .container-field textarea{font-size:var(--font-lg)}}.jet-product-rating-registration form .container-form .container-field select option[value]{background-color:var(--white);color:var(--grey)}.jet-product-rating-registration form .container-form .container-field.city{display:inline-block;position:relative;width:calc(50% - var(--space-md));margin-right:var(--space-md)}@media only screen and (max-width:764px){.jet-product-rating-registration form .container-form .container-field.city{width:100%}}.jet-product-rating-registration form .container-form .container-field.state{width:50%;display:inline-block;position:relative}@media only screen and (max-width:764px){.jet-product-rating-registration form .container-form .container-field.state{width:100%}}.jet-product-rating-registration form .container-form .container-field.title{display:inline-block;position:relative;width:100%;margin-right:var(--space-md)}@media only screen and (max-width:764px){.jet-product-rating-registration form .container-form .container-field.title{width:100%}}.jet-product-rating-registration form .container-form .container-field.rating{width:100%;display:inline-block;position:relative}@media only screen and (max-width:764px){.jet-product-rating-registration form .container-form .container-field.rating{width:100%}}.jet-product-rating-registration form .container-form .container-field.rating .rate ul{list-style:none;padding:0}.jet-product-rating-registration form .container-form .container-field.rating .rate ul li{display:inline-block;padding:0 var(--space-sm);position:relative}.jet-product-rating-registration form .container-form .container-field.rating .rate ul li input{display:inline-block;width:30px;height:25px;margin:0;position:relative;-webkit-appearance:none;appearance:none;cursor:pointer;filter:drop-shadow(0 0 0 var(--grey))}.jet-product-rating-registration form .container-form .container-field.rating .rate ul li input:before{content:"";display:flex;width:20px;height:20px;background-image:url(/assets/icons/star2.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.jet-product-rating-registration form .container-form .container-field.rating .rate ul li input.active:before{background-image:url(/assets/icons/star2-active.svg)}.jet-product-rating-registration form .container-form .container-field.show-email{display:flex;flex-direction:row;align-items:center}.jet-product-rating-registration form .container-form .container-field.show-email label{margin-left:var(--space-md)}.jet-product-rating-registration form .container-form button{background-color:var(--primaryColor);padding:var(--space-md) var(--space-lg);font-weight:600;font-size:var(--font-md);outline:0;border:0;border-radius:var(--radiusButton);text-transform:uppercase;cursor:pointer;margin-top:var(--space-sm);border-radius:10px}.jet-product-rating-registration form .container-form button span{color:var(--white)}.jet-product-rating-registration .rating-container{margin-right:20px}.also-purchased-products .jet-container,.related .jet-container{text-align:center}@media screen and (max-width:1024px){.also-purchased-products .jet-container,.related .jet-container{text-align:start}}.also-purchased-products .jet-container .title-container,.related .jet-container .title-container{color:#000;font-size:70px;font-weight:900}@media screen and (max-width:1024px){.also-purchased-products .jet-container .title-container,.related .jet-container .title-container{font-size:40px;line-height:40px;margin:auto;width:336px;display:block}}.also-purchased-products .jet-container .jet-children,.related .jet-container .jet-children{gap:16px}.also-purchased-products .jet-container .tns-outer,.related .jet-container .tns-outer{margin-top:50px}@media screen and (max-width:1024px){.also-purchased-products .jet-container .tns-outer,.related .jet-container .tns-outer{margin-top:47px}}@media screen and (max-width:1024px){.also-purchased-products .jet-container .tns-nav,.related .jet-container .tns-nav{display:none}.also-purchased-products .jet-container .tns-controls,.related .jet-container .tns-controls{bottom:0;width:26%;margin:auto;top:103%;left:51%;transform:translateX(-50%)}}.jet-product-freight-calculation{display:flex;gap:var(--space-md);width:100%;align-items:center;padding-top:44px;border-bottom:1px solid #acacac}.jet-product-freight-calculation .freight-input{padding-bottom:4px;gap:8px}.jet-product-freight-calculation .freight-input input{background:0 0!important;border:none!important;box-shadow:none!important;color:#000;font-size:14px;font-weight:400;text-align:center;padding:0;width:200px}.jet-product-freight-calculation .freight-input input::placeholder{color:#c4c4c4!important;font-size:14px;font-weight:400}.jet-product-freight-calculation .freight-input button{border-radius:30px;background:#d9d9d9;width:70px;height:34px;color:#000;font-size:16px;font-weight:300;border:none}.jet-product-freight-calculation .shipping-title{font-size:12px;color:var(--color-primary);text-transform:uppercase;gap:8px;min-width:auto;max-width:none;align-items:center}@media only screen and (max-width:991px){.jet-product-freight-calculation .shipping-title{font-size:14px;width:auto;line-height:14px;max-width:127px;min-width:unset}}@media only screen and (min-width:430px){.jet-product-freight-calculation .shipping-title{font-size:14px;min-width:fit-content;line-height:14px;max-width:127px}}@media only screen and (min-width:991px) and (max-width:1366px){.jet-product-freight-calculation .shipping-title{font-size:12px;min-width:109px}}@media only screen and (min-width:991px){.jet-product-freight-calculation .shipping-title{font-size:14px}}.jet-product-freight-calculation .freight-container{width:100%}@media only screen and (max-width:991px){.jet-product-freight-calculation .freight-container{padding:0;width:auto}}.jet-product-freight-calculation .freight-container .freight-input{position:relative;display:flex;gap:6px}.jet-product-freight-calculation .freight-container .freight-input input::placeholder{font-size:12px;font-weight:400;letter-spacing:1.2px}@media only screen and (max-width:991px){.jet-product-freight-calculation .freight-container .freight-input input{max-width:127px;min-width:127px}}@media only screen and (min-width:430px){.jet-product-freight-calculation .freight-container .freight-input input{max-width:100%}}@media only screen and (min-width:991px) and (max-width:1366px){.jet-product-freight-calculation .freight-container .freight-input input{font-size:12px;min-width:109px}}.jet-product-freight-calculation .freight-container .freight-input button:hover{opacity:.9;transition:all .3s}@media only screen and (max-width:991px){.jet-product-freight-calculation .freight-container .freight-input button{font-size:12px;max-width:fit-content;min-width:fit-content}}@media only screen and (min-width:991px) and (max-width:1366px){.jet-product-freight-calculation .freight-container .freight-input button{font-size:12px;min-width:109px;padding:0 12px}}.jet-product-freight-calculation a{display:none}.jet-product-freight-calculation .result{margin-top:var(--space-md)}.jet-product-freight-calculation .result table{width:100%;border:1px solid var(--grey);border-radius:var(--space-sm);color:var(--grey);border-spacing:0}.jet-product-freight-calculation .result table thead th{font-weight:600;border:0;padding:var(--space-sm);color:var(--grey)}.jet-product-freight-calculation .result table tbody tr td{padding:var(--space-sm);border-top:1px solid var(--grey);text-align:center}@media only screen and (max-width:991px){.jet-product-freight-calculation{flex-direction:row;gap:var(--space-md);align-items:center;flex-wrap:nowrap}}.share{gap:10px;align-items:center}.share span{font-size:12px;font-weight:600;color:var(--primaryColor);line-height:20px}.jet-product-name{color:var(--black);color:#1e1e1e;font-family:Poppins;font-size:30px;font-weight:500;line-height:30px;width:254px;margin:0}@media only screen and (max-width:991px){.jet-product-name{font-size:16px;line-height:20px}}.jet-product-variations{padding:35px 0 35px 0}.variation{display:flex;align-items:center;padding:.5rem 0;border-bottom:1px solid #eee;cursor:pointer}.variation .radio-indicator{width:16px;height:16px;border-radius:50%;border:2px solid #999;margin-right:12px;background-color:#fff;transition:all .3s;flex-shrink:0}.variation.active .radio-indicator{background-color:#db5b4b;border-color:#db5b4b}.variation .variation-text{font-size:14px;color:#333}jet-wishlist-add-detail .jet-wishlist-add{width:100px;height:55px;background-color:#fff;border:1px solid #db6553;border-radius:9999px;background-image:url(/assets/icons/wishlist-details.svg);background-repeat:no-repeat;background-position:center;cursor:pointer}jet-wishlist-add-detail .jet-wishlist-add .add-wish{display:none}.top-area{padding-top:44px;padding-bottom:44px}.top-area>div{max-width:1920px!important}.top-area .box{display:flex;align-items:center;justify-content:space-between}.top-area .box>div{flex:1}.top-area .box>.title{text-align:center;text-transform:uppercase}.top-area .box>.bread{display:flex;align-items:center}.top-area .box .filter{display:flex;justify-content:right;justify-content:left;align-items:center;margin-top:-100px;z-index:1;margin-left:16%}.top-area .box .filter #pageSize,.top-area .box .filter .view{display:none}.top-area .box .filter #toggleFilter{display:flex;align-items:center;text-transform:uppercase;gap:5px;padding:0 12px;margin-right:5px;color:var(--color-primary);font-size:12px;gap:15px;letter-spacing:3.2px;transition:background .3s ease,color .3s ease;border-radius:30px;border:3px solid #000;background:#fff;width:125px;height:36px;flex-shrink:0;font-weight:900}@media screen and (min-width:991px){.top-area .box .filter #toggleFilter{width:182px;height:50px;font-size:16px}}.top-area .box .filter #toggleFilter:hover{background:var(--color-primary);color:var(--white)}.top-area .box .filter #toggleFilter:hover svg{filter:brightness(0) invert(1)}.top-area .box .filter jet-department-filter-order{display:flex;align-items:center;font-family:Termina!important;letter-spacing:3.2px}.top-area .box .filter #orderBy{cursor:pointer;text-transform:uppercase;font-weight:900;color:var(--color-primary);letter-spacing:2.4px;padding:12px 4px 12px 15px;font-size:12px;transition:none;border-radius:30px;border:3px solid #000;background:#fff;width:165px;height:36px}@media screen and (min-width:991px){.top-area .box .filter #orderBy{max-width:260px;height:50px;width:100%;padding:8px 15px;font-size:16px}}.top-area .box .filter #orderBy option{background:var(--white);color:var(--color-primary);cursor:pointer}.top-area .box .filter #orderBy:hover{background:var(--color-primary);color:var(--white)}.ui.breadcrumb{font-weight:500;display:flex}.ui.breadcrumb>li{color:var(--white);text-transform:uppercase}.ui.breadcrumb>li a{color:var(--white);font-weight:500}.ui.breadcrumb>li:first-child a{font-weight:900}.ui.breadcrumb>li+li::before{content:">";display:inline-block;margin:0 5px}.pdp-breads .ui.breadcrumb{height:70px}.jet-title-page{color:#fff;font-size:69px;font-weight:900}@media screen and (min-width:991px){.jet-title-page{min-height:36px}}@media screen and (max-width:764px){.ui.breadcrumb li:not(:first-child):not(:last-child){display:none}.ui.breadcrumb{margin-bottom:5px}.top-area{padding-bottom:0}.top-area .box{flex-wrap:wrap;flex-direction:column}.top-area .box>.bread{height:32px}.top-area .box>.title{padding-top:16px;height:52px}.top-area .box .filter{margin-right:16%;margin-left:0}.top-area .box .filter #orderBy{padding:2px}.top-area .box .filter #toggleFilter{gap:1px}.jet-title-page{margin-top:16px;font-size:30px}}@media screen and (max-width:764px) and (max-width:764px){.jet-title-page{font-size:24px}}@media screen and (max-width:764px){.pdp-breads.ui.container{display:none}}.jet-banner{position:relative}.jet-banner img{width:100%;height:auto}.fullbanner{min-height:511px}@media screen and (min-width:1800px){.fullbanner{min-height:753px}}@media screen and (min-width:1200px){.fullbanner{min-height:561px}}.fullbanner .jet-children-container:not(.tns-slider){display:grid;grid-auto-flow:column;grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}.fullbanner .description{display:none}.fullbanner .tns-controls [aria-controls][data-controls=prev]{right:auto;left:30px;transform:rotate(-180deg)}.fullbanner .tns-controls [aria-controls]{opacity:.3;background:url(/assets/icons/arrow.svg) center center no-repeat;background-size:60px;width:60px;height:60px;transition:ease-in-out .3s;transform:rotate(0);right:30px}.fullbanner .tns-controls [aria-controls]:hover{opacity:1}@media screen and (max-width:1024px){.banner-central{padding-bottom:120px}}@media screen and (max-width:1024px){.banner-central .tns-nav{bottom:-65px}}.banner-central .highlight-banner{text-align:center;padding:0 20px 40px 20px}@media screen and (max-width:1024px){.banner-central .highlight-banner{padding:0}}.banner-central .highlight-banner .title{display:inline-block;background-color:var(--color-primary-light);color:#fff;font-weight:900;font-size:41px;padding:2px 30px;border-radius:50px;text-transform:uppercase;margin:16px 0;width:810px;box-shadow:-1px 27px 0 -20px #feb264}@media (max-width:1024px){.banner-central .highlight-banner .title{width:auto;font-size:38px;padding:6px 20px;color:var(--color-primary);background:0 0;box-shadow:none;width:auto;line-height:40px;padding:0 16px}}.banner-central .highlight-banner .description{font-size:20px;color:#111;max-width:100%;margin:0 auto}@media (max-width:991px){.banner-central .highlight-banner .description{font-size:18px;line-height:1.4;padding:0 10px}}@media (max-width:576px){.banner-central .highlight-banner .description{font-size:16px}}.banner-central .highlight-banner .description .highlight{position:relative;font-weight:700;display:inline-block}.banner-central .highlight-banner .description .highlight .underline{position:absolute;bottom:-16px;left:-16px;width:100%;height:20px;pointer-events:none}@media (max-width:576px){.banner-central .highlight-banner .description .highlight .underline{bottom:-10px;left:-10px;width:90%}}.banner-central .jet-banner{margin-top:32px}.banner-central .jet-banner .jet-container{padding-left:16px}.banner-central .jet-banner .jet-container .jet-children-container{display:flex;gap:11px}@media (max-width:576px){.banner-central .jet-banner .jet-container .jet-children-container{gap:8px}}.banner-central .jet-banner .tns-nav{display:flex;justify-content:center;margin-top:16px;width:auto}.banner-central .jet-banner .tns-nav button{width:10px;height:10px;border-radius:50%;background-color:#ccc;margin:0 4px;border:none}.banner-central .jet-banner .tns-nav button.tns-nav-active{background-color:var(--color-primary-light)}.banner-central .tns-outer{display:flex;align-items:center;justify-content:center}.bannerPromotion{padding:0 16px}@media screen and (max-width:1024px){.bannerPromotion{height:690px;padding:0}}.banner-promo{position:relative;display:flex;align-items:center;text-align:center;padding:60px 20px;border-radius:20px;overflow:hidden;min-height:690px;margin:0 16px;margin:auto;max-width:1890px;width:100%}@media screen and (max-width:1024px){.banner-promo{align-items:flex-start}}.banner-promo::before{content:"";position:absolute;inset:0;background:url(/assets/banner-promo-mobile.webp) center center/cover no-repeat;transition:transform .6s ease;z-index:0}@media screen and (min-width:1024px){.banner-promo::before{background:url(/assets/banner-promo.webp) center center/cover no-repeat}}.banner-promo:hover::before{transform:scale(1.08)}.banner-promo .banner-content{position:relative;z-index:1;max-width:1400px;width:100%;display:flex;flex-direction:column;align-items:flex-start;padding-left:55px}@media screen and (max-width:1024px){.banner-promo .banner-content{padding-left:0}}.banner-promo .banner-content .title{color:#cb91d1;font-size:100px;font-weight:900;line-height:90px;text-transform:uppercase;display:block;margin-bottom:20px;text-align:start}.banner-promo .banner-content .title strong{display:block}.banner-promo .banner-content .subtitle{color:#fff;text-align:center;font-size:35px;font-style:normal;font-weight:400;line-height:50px}.banner-promo .banner-content .btn-primary{display:inline-block;border:2px solid #313c98;color:#313c98;background:0 0;border-radius:30px;transition:all .3s ease;width:355px;height:60px;display:flex;align-items:center;justify-content:center;color:#313c98;text-align:center;font-size:35px;font-style:normal;font-weight:400;line-height:50px}.banner-promo .banner-content .btn-primary:hover{background:#313c98;color:#fff}@media (max-width:768px){.banner-promo{height:100%;padding:40px 20px;border-radius:0}.banner-promo .banner-content{height:100%;justify-content:space-between;align-items:center}.banner-promo .banner-content .title{font-size:40px;line-height:40px;margin-bottom:5px}.banner-promo .banner-content .subtitle{font-size:16px;margin:0}.banner-promo .banner-content .btn-primary{width:100%;max-width:280px;padding:12px 20px}}.banner-lateral .container{max-width:1890px!important}.banner-lateral .container>div{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;min-height:60vh;background:#f8f8f8 url(/assets/kclover.webp) no-repeat center center;background-size:contain;text-align:center}.banner-lateral .container>div>div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding-bottom:45px}.banner-lateral .container>div>div span{color:#000;font-size:70px;font-weight:900}.banner-lateral .container>div>div a{width:220px;height:48px;border-radius:30px;border:1px solid #004a21;display:flex;align-items:center;justify-content:center;color:#006b31;font-size:16px;font-weight:400;text-decoration:none;transition:all .3s ease}.banner-lateral .container>div>div a:hover{color:#fff;background:#004a21}.banner-lateral .jet-children-container{display:flex;gap:13px;justify-content:center}@media (max-width:1024px){.banner-lateral .jet-children-container{flex-wrap:nowrap}}@media (max-width:1024px){.banner-lateral{padding-bottom:101px}.banner-lateral .tns-controls{display:none}.banner-lateral .tns-nav{bottom:-60px}.banner-lateral .container>div{padding:50px 20px;min-height:26vh}.banner-lateral .container>div>div{padding-bottom:0}.banner-lateral .container>div>div span{font-size:40px;width:276px;line-height:55px}.banner-lateral .container>div>div a{width:220px;height:48px;font-size:16px}}@media screen and (min-width:991px){.banner-lateral .tns-inner{display:flex;justify-content:center}}@media (max-width:768px){.banner-lateral .tns-controls{display:none}.banner-lateral .container>div{padding:40px 20px}.banner-lateral .container>div>div span{font-size:40px}.banner-lateral .container>div>div a{width:100%;max-width:280px;height:42px;font-size:14px}}.banner-rodape{padding:2rem 1rem}.banner-rodape .jet-banner .jet-container .jet-children-container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:1rem}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children a{display:block}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children a .image{width:100%}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children a .image img{width:100%;height:auto;display:block;border-radius:12px}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children:nth-child(1),.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children:nth-child(2),.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children:nth-child(3){grid-row:1}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children:nth-child(4){grid-column:1/-1;grid-row:2}@media (max-width:768px){.banner-rodape .jet-banner .jet-container .jet-children-container{display:flex!important;flex-direction:column;gap:1rem}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children{order:unset}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children:nth-child(1){order:2}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children:nth-child(2){order:3}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children:nth-child(3){order:4}.banner-rodape .jet-banner .jet-container .jet-children-container .jet-children:nth-child(4){order:1}}.fixedMenu{position:fixed;z-index:100;width:100%;top:0;left:0;border-top:1px solid var(--color-primary);height:100vh;visibility:hidden;opacity:0}.fixedMenu.active{visibility:visible;opacity:1}.fixedMenu.active>.closeMenu{opacity:1;visibility:visible}@media screen and (max-width:1024px){.fixedMenu.active>.box{animation:slideDownFade .4s ease-out forwards}.fixedMenu.active .jet-menu-itens .jet-item{opacity:0;transform:translateY(-10px);animation:cascadeIn .5s ease-out forwards}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(1){animation-delay:50ms}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(2){animation-delay:.1s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(3){animation-delay:.15s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(4){animation-delay:.2s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(5){animation-delay:.25s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(6){animation-delay:.3s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(7){animation-delay:.35s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(8){animation-delay:.4s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(9){animation-delay:.45s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(10){animation-delay:.5s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(11){animation-delay:.55s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(12){animation-delay:.6s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(13){animation-delay:.65s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(14){animation-delay:.7s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(15){animation-delay:.75s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(16){animation-delay:.8s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(17){animation-delay:.85s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(18){animation-delay:.9s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(19){animation-delay:.95s}.fixedMenu.active .jet-menu-itens .jet-item:nth-child(20){animation-delay:1s}}.fixedMenu>.closeMenu{background:rgba(95,95,95,.31);position:absolute;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(16px);cursor:pointer;transition:opacity .2s ease-in;opacity:0;visibility:hidden}.fixedMenu>.box{background:#fff4ec;padding-bottom:10px;position:relative;z-index:2;width:100%;max-width:710px;height:100%;overflow:auto}.fixedMenu>.box .header-menu{background:url(/assets/background-header-menu.webp) center center no-repeat;width:100%;height:93px;background-size:710px;display:none;align-items:center;justify-content:center;position:relative}@media screen and (min-width:1024px){.fixedMenu>.box .header-menu{display:flex}}.fixedMenu>.box .header-menu svg{position:absolute;top:16px}.fixedMenu>.box .header-menu .close-menu{position:absolute;right:62px;top:6%;cursor:pointer}.fixedMenu>.box .header-menu-mobile{display:flex;align-items:center;gap:27px;padding-left:20px;padding-top:17px;padding-bottom:13px;border-bottom:1px solid #f1e6c2}.fixedMenu>.box .header-menu-mobile .login-mobile,.fixedMenu>.box .header-menu-mobile .wishlist-mobile{gap:7px;color:var(--color-secondary);font-family:Poppins;font-size:18px;font-style:normal;font-weight:900;line-height:normal;display:flex;align-items:center}@media screen and (min-width:1024px){.fixedMenu>.box .header-menu-mobile{display:none}}@media screen and (max-width:764px){.fixedMenu>.box{width:100%}}.fixedMenu>.box>.content{display:flex;width:97%;max-width:1440px;margin:auto;flex-direction:column-reverse;padding-top:66px}@media screen and (max-width:1024px){.fixedMenu>.box>.content{padding-top:2px}}.fixedMenu .mainMenu{margin:0;max-width:1440px;display:block}.fixedMenu .img img{width:100%;height:auto}.fixedMenu .jet-menu-itens{position:relative}.fixedMenu .jet-menu-itens li.Preview2025>a{font-weight:600;transition:.2s ease-in-out}.fixedMenu .jet-menu-itens .jet-item a[title="GINGER GIRLS"]{display:none}.fixedMenu .jet-menu-itens .jet-item>a{display:flex;gap:5px;align-items:center;line-height:35px;border-bottom:1px solid #f1e6c2;position:relative;padding:12px;margin:10px 0;border-radius:5px;color:#004a21;font-size:18px;font-weight:900;padding-left:167px}@media screen and (min-width:1024px){.fixedMenu .jet-menu-itens .jet-item>a{font-size:30px}}.fixedMenu .jet-menu-itens .jet-item>a .category-image{max-height:32px;max-width:32px;margin-right:5px}.fixedMenu .jet-menu-itens .jet-item>a .category-image img{width:100%;height:auto}.fixedMenu .jet-menu-itens .jet-item li[class=has-submenu] .submenu ul li{border-bottom:none!important}.fixedMenu .jet-menu-itens .jet-item.has-submenu{position:relative}.fixedMenu .jet-menu-itens .jet-item.has-submenu>a{position:relative;cursor:pointer;color:#004a21;position:relative;transition:color .3s ease-in-out;font-weight:900}.fixedMenu .jet-menu-itens .jet-item.has-submenu>a::after{content:"";width:40px;height:41px;background:url(/assets/icons/menuArrow.svg) center no-repeat;background-size:contain;transition:transform .3s ease-in-out;position:absolute;right:15px;top:50%;transform:translateY(-50%) rotate(0);margin-right:41px}.fixedMenu .jet-menu-itens .jet-item.has-submenu.open>a{background-image:linear-gradient(to right,#db6553,#db6553);background-repeat:no-repeat;background-size:0 100%;background-position:left;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:fillText .6s forwards ease-in-out}.fixedMenu .jet-menu-itens .jet-item.has-submenu.open>a::after{transform:translateY(-50%) rotate(360deg);background-image:url(/assets/icons/menuArrow-up.svg);top:50%}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu.last{display:block!important}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu{display:none;position:static;width:100%;height:auto;background:0 0;padding-left:20px;margin-top:-5px;margin-bottom:10px;opacity:1;visibility:visible;transition:max-height .3s ease-in-out}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu.active{display:block}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul{display:flex;flex-direction:column;padding:0;margin:0;list-style:none}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul li{padding:10px 0;font-size:16px;color:#004a21;background:0 0;border-bottom:1px solid #f1e6c2}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul li a{color:#1e1e1e;font-family:Roboto;font-size:20px;font-style:normal;font-weight:400;line-height:normal;padding:5px 10px;text-decoration:none;padding-left:20px}@media screen and (min-width:1024px){.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul li a{padding-left:147px}}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul li a:hover{color:var(--color-primary)}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul li.Preview2025{background:rgba(126,48,16,.8196078431)!important;font-weight:600}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu ul li.Preview2025 a{color:#fff;background:0 0!important}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu .topSubMenu p{margin:0;height:40px;line-height:40px;font-weight:700;background:#fff;border-bottom:1px solid #e3e3e3;cursor:pointer}.fixedMenu .jet-menu-itens .jet-item.has-submenu .submenu .topSubMenu p::before{content:"";display:inline-block;width:20px;height:20px;background:url(/assets/icons/menuArrow.svg) center no-repeat;background-size:18px;vertical-align:-6px;margin-right:5px;transform:rotate(180deg)}.fixedMenu .jet-menu-itens .jet-item:last-child>a{border:none}.fixedMenu .submenu.last{display:none}@media screen and (max-width:991px){.fixedMenu{top:156px;height:calc(100vh - 75px);overflow-y:scroll;overflow-x:hidden;background:var(--white)}.fixedMenu .img{width:100%}.fixedMenu>.box{height:100%;padding:0}.fixedMenu>.box>.content{flex-direction:column-reverse;width:100%}.fixedMenu .mainMenu{width:100%}.fixedMenu .jet-menu-itens .jet-item>a{max-width:100%;line-height:50px;padding:5px 20px}.fixedMenu .jet-menu-itens .jet-item.has-submenu>a::after{right:5px;top:50%;width:26px}}.jet-menu-itens li.only-has-submenu>.title.has-submenu{color:#1e1e1e!important;font-size:20px;font-weight:900!important}.jet-menu-itens li.only-has-submenu .submenu ul li{border-bottom:none!important}.jet-menu-itens li.only-has-submenu .submenu ul li a{padding-left:20px!important}@media screen and (min-width:1024px){.jet-menu-itens li.only-has-submenu .submenu ul li a{padding-left:125px!important}}@keyframes fillText{0%{background-size:0 100%}100%{background-size:100% 100%}}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}@keyframes cascadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.gallery-mobile{position:fixed;width:100%;height:100%;z-index:9999;inset:0;background-color:var(--white)}.gallery-mobile.active{opacity:1;visibility:visible;pointer-events:auto;display:block}.gallery-mobile .images-mobile{overflow-y:auto;max-height:100%;display:flex;flex-direction:column;gap:10px}.gallery-mobile .close-gallery-mobile{cursor:pointer;position:absolute;right:45px;top:35px;z-index:1}.gallery-desktop{position:fixed;width:100%;height:100%;z-index:9999;inset:0;background-color:var(--white)}.gallery-desktop.active{opacity:1;visibility:visible;pointer-events:auto;display:block}.gallery-desktop .images-desktop{max-height:100%;display:flex;flex-direction:row;gap:40px;padding:0 0 0 30px}.gallery-desktop .images-desktop .thumbs{position:sticky;top:30px;display:flex;flex-direction:column;width:10%;gap:10px;padding-top:6px;max-height:calc(100% - 30px);overflow-y:auto}.gallery-desktop .images-desktop .thumbs::-webkit-scrollbar{display:none}.gallery-desktop .images-desktop .thumbs a{display:flex;opacity:.5;cursor:pointer;transition:.3s ease}.gallery-desktop .images-desktop .thumbs a.active{opacity:1}.gallery-desktop .images-desktop .thumbs a:hover{opacity:1}.gallery-desktop .images-desktop .thumbs a img{margin:0;width:100%;height:auto;object-fit:cover;aspect-ratio:4/5}.gallery-desktop .images-desktop .main{display:flex;flex-direction:column;width:90%;overflow-y:auto;gap:20px;padding-right:30px}.gallery-desktop .images-desktop .main::-webkit-scrollbar{width:7px}.gallery-desktop .images-desktop .main::-webkit-scrollbar-thumb{background-color:var(--black)}.gallery-desktop .images-desktop .main::-webkit-scrollbar-track{background-color:#ededed}.gallery-desktop .images-desktop .main a{display:flex}.gallery-desktop .images-desktop .main a img{margin:0;width:100%;height:auto;object-fit:cover;aspect-ratio:4/5}.gallery-desktop .close-gallery-desktop{cursor:pointer;position:absolute;right:60px;top:35px;z-index:1}.container-detail{width:100%;max-width:100%}@media only screen and (min-width:1320px){.container-detail .ui.container:not(.fluid){max-width:98%;position:relative}}@media only screen and (min-width:991px) and (max-width:1800px){.container-detail .ui.container:not(.fluid){max-width:98%}}@media screen and (min-width:1024px){.container-detail .container-image{width:68%}}.row.sticking-right{align-items:start!important;padding-top:0!important;position:relative;display:flex;flex-direction:row;justify-content:inherit;align-items:stretch;width:100%;padding:0;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width:1024px){.row.sticking-right{flex-wrap:wrap}}@media only screen and (max-width:991px){.row.sticking-right{padding:0!important}}.container-info{padding-left:1rem!important;position:sticky!important;top:160px}@media only screen and (min-width:991px){.container-info.with-overflow{max-height:calc(100vh - 160px);overflow-y:auto}.container-info.with-overflow::-webkit-scrollbar{display:none}}@media only screen and (max-width:764px){.container-info{padding:30px 14px 0 14px!important;width:100%}.container-info .column.sixteen.wide.mobile.sixteen.wide.tablet.ten.wide.computer{padding:0}}.container-info .product-buy .container-action{display:flex;align-items:center}.container-info .product-buy .container-action>*{flex:1 1 auto}@media only screen and (max-width:764px){.container-info .product-buy .container-action>*{display:flex;justify-content:center}}.container-info .beneficits{position:absolute}@media only screen and (max-width:764px){.container-info .beneficits{position:relative}}.container-info .list{gap:var(--space-lg);flex-wrap:wrap}.container-info .jet-breadcrumbs{padding-top:29px}.container-info .ui.breadcrumb>li a{color:#000}.container-info .ui.breadcrumb>li+li::before{content:">";display:inline-block;margin:0 5px;color:#000}.row.flex.align-center.measuringTypers{display:flex;justify-content:space-between;padding:0}#measuringType,#size{color:var(--black);text-align:center;font-size:12px;line-height:14px;border:0;background:0 0;padding:0;gap:9px}@media only screen and (max-width:991px){#measuringType svg,#size svg{width:26px;height:26px}}.popupDiscoverSize,.popupTabelaDeMedidas{position:fixed;top:0;left:0;right:0;bottom:0;z-index:104;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:ease-in-out .3s}.popupDiscoverSize.active,.popupTabelaDeMedidas.active{opacity:1;visibility:visible}.popupDiscoverSize .bgClose,.popupTabelaDeMedidas .bgClose{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:2;cursor:pointer}.popupDiscoverSize .content,.popupTabelaDeMedidas .content{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;max-width:468px}.popupDiscoverSize .content .close,.popupTabelaDeMedidas .content .close{position:absolute;top:0;right:0;width:35px;height:35px;border:none;background:var(--black) url(/assets/icons/detail/close.svg) center no-repeat;border-bottom-left-radius:5px;z-index:2}.popupDiscoverSize .content img,.popupTabelaDeMedidas .content img{width:100%;height:auto}.bread-detail{padding-bottom:25px}.column.sixteen.wide.mobile.sixteen.wide.tablet.ten.wide.computer{padding-top:0}.quantity-price>div{width:100%;display:flex;align-items:center;justify-content:space-between;gap:9px}.container-middle-info{border-right:1px solid var(--black);padding-right:2rem!important}@media only screen and (max-width:991px){.container-middle-info{background-origin:0;padding:0 14px!important}}.jet-modal{background:rgba(0,0,0,.8);position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1001}.tab-menu{line-height:var(--font-xl);display:flex;flex-direction:column}.tab-menu:before{content:"";width:100%;height:1px;background:var(--grey);display:block;margin-bottom:var(--space-lg);opacity:.1}.tab-menu .title-menu{font-size:var(--font-md);font-weight:700;display:block;margin-bottom:var(--space-md)}@media only screen and (max-width:764px){.tab-menu .title-menu{text-align:center}}.tab-menu .item+.item{margin-top:calc(var(--space-xl) * 2)}.title-description{font-size:24px;font-weight:500;color:var(--black);display:block;padding:var(--space-xl) 0 var(--space-md)}@media only screen and (min-width:991px){.title-description{font-size:14px}}.padding-one{padding:0!important;margin:0!important}@media only screen and (max-width:991px){.container-detail{z-index:2}.container-detail .ui.grid.one.column{margin:0}.container-detail .ui.grid.one.column .container-image{padding-right:14px!important}.container-detail .ui.grid.one.column .container-info{padding-left:14px!important;padding-top:var(--space-lg);position:relative;top:0}.container-detail .ui.grid.one.column .container-info .description-mobile{max-height:50vh;overflow-y:auto}}.row.freight{margin-top:6px;margin-bottom:6px}.row.freight .column{padding:0!important}.row.add-to-cart{margin-top:6px}.row.add-to-cart .column{padding:0!important}.active-zoom .zoom-container{opacity:1;width:-webkit-fill-available;height:100%;max-height:604px;visibility:visible;cursor:crosshair}@media only screen and (max-width:991px){.active-zoom .zoom-container{width:100%;height:100%;opacity:1;visibility:visible;position:fixed;left:0;z-index:9999;background-size:cover}}body>.zoom-container{width:100%;height:100%;opacity:1;visibility:visible;position:fixed;left:0;z-index:8}.zoom-container{position:absolute;background-repeat:no-repeat;position:absolute;z-index:8;width:0;opacity:0;height:0;visibility:hidden;top:0}.container-info-top{padding:0 22px!important}.container-info-top>.flex{width:100%;justify-content:space-between}.container-info-top>.flex .flex.flex-column{justify-content:space-between;gap:14px}.jet-alert-stock{margin-top:34px;line-height:20px}.jet-product-grouping ul{display:flex;flex-wrap:wrap;gap:10px}.jet-product-grouping ul li img{width:65px;height:65px}jet-product-grouping{width:100%}jet-product-grouping .title-grouping{color:var(--primaryColor);font-size:16px;font-weight:700;line-height:20px;margin-bottom:var(--space-sm)}@media only screen and (min-width:991px){jet-product-grouping .title-grouping{font-size:14px}}@media only screen and (max-width:991px){.column.sixteen.wide.mobile.sixteen.wide.tablet.eleven.wide.computer.container-image{padding:0!important;position:relative}.column.sixteen.wide.mobile.sixteen.wide.tablet.eleven.wide.computer.container-image .wishlist-detail-mobile{position:absolute;right:9px;top:9px}}.top-area{padding-top:44px;padding-bottom:44px}.top-area>div{max-width:1920px!important}.top-area .box{display:flex;align-items:center;justify-content:space-between}.top-area .box>div{flex:1}.top-area .box>.title{text-align:center;text-transform:uppercase}.top-area .box>.bread{display:flex;align-items:center}.top-area .box .filter{display:flex;justify-content:right;justify-content:left;align-items:center;margin-top:-100px;z-index:1;margin-left:16%}.top-area .box .filter #pageSize,.top-area .box .filter .view{display:none}.top-area .box .filter #toggleFilter{display:flex;align-items:center;text-transform:uppercase;gap:5px;padding:0 12px;margin-right:5px;color:var(--color-primary);font-size:12px;gap:15px;letter-spacing:3.2px;transition:background .3s ease,color .3s ease;border-radius:30px;border:3px solid #000;background:#fff;width:125px;height:36px;flex-shrink:0;font-weight:900}@media screen and (min-width:991px){.top-area .box .filter #toggleFilter{width:182px;height:50px;font-size:16px}}.top-area .box .filter #toggleFilter:hover{background:var(--color-primary);color:var(--white)}.top-area .box .filter #toggleFilter:hover svg{filter:brightness(0) invert(1)}.top-area .box .filter jet-department-filter-order{display:flex;align-items:center;font-family:Termina!important;letter-spacing:3.2px}.top-area .box .filter #orderBy{cursor:pointer;text-transform:uppercase;font-weight:900;color:var(--color-primary);letter-spacing:2.4px;padding:12px 4px 12px 15px;font-size:12px;transition:none;border-radius:30px;border:3px solid #000;background:#fff;width:165px;height:36px}@media screen and (min-width:991px){.top-area .box .filter #orderBy{max-width:260px;height:50px;width:100%;padding:8px 15px;font-size:16px}}.top-area .box .filter #orderBy option{background:var(--white);color:var(--color-primary);cursor:pointer}.top-area .box .filter #orderBy:hover{background:var(--color-primary);color:var(--white)}.ui.breadcrumb{font-weight:500;display:flex}.ui.breadcrumb>li{color:var(--white);text-transform:uppercase}.ui.breadcrumb>li a{color:var(--white);font-weight:500}.ui.breadcrumb>li:first-child a{font-weight:900}.ui.breadcrumb>li+li::before{content:">";display:inline-block;margin:0 5px}.pdp-breads .ui.breadcrumb{height:70px}.jet-title-page{color:#fff;font-size:69px;font-weight:900}@media screen and (min-width:991px){.jet-title-page{min-height:36px}}@media screen and (max-width:764px){.ui.breadcrumb li:not(:first-child):not(:last-child){display:none}.ui.breadcrumb{margin-bottom:5px}.top-area{padding-bottom:0}.top-area .box{flex-wrap:wrap;flex-direction:column}.top-area .box>.bread{height:32px}.top-area .box>.title{padding-top:16px;height:52px}.top-area .box .filter{margin-right:16%;margin-left:0}.top-area .box .filter #orderBy{padding:2px}.top-area .box .filter #toggleFilter{gap:1px}.jet-title-page{margin-top:16px;font-size:30px}}@media screen and (max-width:764px) and (max-width:764px){.jet-title-page{font-size:24px}}@media screen and (max-width:764px){.pdp-breads.ui.container{display:none}}.footer{font-family:Arial,sans-serif;background-color:var(--color-secondary-light);color:#fff;position:relative;margin-top:164px}.footer .newsletter{background-color:var(--color-primary-dark);color:#fff;display:flex;align-items:center;padding:20px;margin-bottom:30px;box-shadow:0 14px 0 #000;border-radius:30px;border:4px solid #000;width:80%;max-width:1438px;height:160px;margin:auto;top:-85px;left:50%;transform:translateX(-50%);position:absolute}.footer .newsletter__icon{width:199.643px;height:164.154px;transform:rotate(-9.012deg);position:absolute;top:-133px;left:-10px}.footer .newsletter__content{flex:1;display:flex;align-items:center;justify-content:center;width:100%}.footer .newsletter__content .content.text{flex-direction:row}.footer .newsletter__content>svg{width:158px;height:157px}.footer .newsletter__content>div{display:flex;align-items:center;justify-content:center;flex-direction:column}.footer .newsletter__content>div>p{color:#fff;font-size:18px;font-weight:300}.footer .newsletter__content>div>p strong{font-weight:900}.footer .newsletter__content h3{color:#fff;font-size:45px;font-weight:900;max-width:236px;margin:0;line-height:1.2;text-transform:uppercase}.footer .newsletter__content p{margin:0 0 10px}.footer .newsletter__content .jet-news-itens{display:flex;gap:8px}.footer .newsletter__content .jet-news-itens .jet-input input{width:335px;height:38px;border-radius:30px;border:3px solid #000;background:#fff}.footer .newsletter__content .jet-news-itens .jet-input input::placeholder{padding-left:22px;color:#656565;font-size:18px;font-weight:300}.footer .newsletter__content .jet-news-itens button{width:160px;height:38px;flex-shrink:0;border-radius:30px;border:3px solid #000;background:#006b31;color:#fff;font-size:18px;font-weight:900;text-transform:uppercase}.footer .newsletter__content .jet-news-itens button:hover{background:#00602d}.footer__main{display:flex;justify-content:space-between;flex-wrap:wrap;padding:20px;padding-top:134px;padding-bottom:125px}.footer__main .footer__column{margin-bottom:20px}.footer__main .footer__column jet-payment-options .title-option{display:none}.footer__main .footer__column jet-payment-options .content.jet-container{display:flex;flex-wrap:wrap}.footer__main .footer__column jet-payment-options .content.credit .options{flex-wrap:wrap;display:flex;gap:4px}.footer__main .footer__column jet-payment-options .content.credit{max-width:190px;width:100%}@media screen and (max-width:764px){.footer__main .footer__column jet-payment-options .content.credit{width:251px;width:100%}}.footer__main .footer__column jet-payment-options .content.boleto{max-width:60px;width:100%}.footer__main .footer__column jet-payment-options .content.pix{max-width:60px;width:100%;margin-left:4px}.footer__main .footer__column jet-payment-options .content.pix .options{height:40px;width:100%;max-width:60px;background:#fff;border-radius:4px}.footer__main .footer__column jet-payment-options .content.pix .options img{height:40px;width:100%;max-width:60px;padding:4px}.footer__main .footer__column jet-stamps{margin-bottom:67px;display:block}@media screen and (max-width:991px){.footer__main .footer__column jet-stamps .jet-stamps .stamps{text-align:center}}.footer__main .footer__column jet-stamps .jet-stamps .stamp-name{display:none}.footer__main .footer__column .jet-custom-pages{color:#fff}.footer__main .footer__column .jet-custom-pages .title-custom{-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#004a21;font-size:28px;font-weight:900;margin-bottom:19px;display:block;text-transform:uppercase}@media screen and (max-width:991px){.footer__main .footer__column .jet-custom-pages .title-custom{text-align:center}}.footer__main .footer__column .jet-custom-pages p{color:#fff;font-family:Poppins;font-size:18px;font-weight:900}.footer__main .footer__column .jet-custom-pages .custom-itens{display:flex;flex-direction:column;gap:13px}@media screen and (max-width:991px){.footer__main .footer__column .jet-custom-pages .custom-itens{align-items:center}}.footer__main .footer__column .jet-custom-pages .custom-itens li a{color:#fff;font-family:Poppins;font-size:18px;font-weight:900}.footer__main .footer__column .jet-custom-pages .custom-itens li a:hover{text-decoration:underline}.footer__main .footer__column img{max-width:100%}.footer__main .footer__column .footer__payments img{width:40px;margin-right:5px}.footer__main .footer__column .footer__buttons{display:flex;flex-direction:column;gap:5px}@media screen and (max-width:991px){.footer__main .footer__column .footer__buttons{align-items:center;justify-content:center}}.footer__main .footer__column .footer__buttons .btn{border:none;padding:8px;border-radius:30px;background-color:var(--white);border:4px solid #000;box-shadow:0 4px 0 #000;cursor:pointer;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:900;line-height:normal}.footer__main .footer__column .footer__buttons .btn:hover{opacity:.8}.footer__main .footer__column .footer__buttons .btn.whatsapp{color:var(--color-secondary)}.footer__main .footer__column .footer__buttons .btn.telefone{color:var(--color-alert)}.footer__main .footer__column .footer__buttons .btn.email{color:var(--color-error)}.footer__bottom{padding:66px 20px 20px;background-color:#fff;color:#333;position:relative;font-family:Roboto;font-size:12px;font-weight:400;text-transform:uppercase;display:flex;align-items:center;justify-content:space-around}@media screen and (min-width:991px) and (max-width:1800px){.footer__bottom p{width:70%;line-height:14px}}.footer__bottom .footer__bottom-logo svg{position:absolute;top:-91px;left:50%;transform:translateX(-50%)}.footer__bottom .footer__bottom-tech{color:#333;text-align:center;font-size:16px;font-weight:300;text-transform:capitalize}.footer__bottom .footer__bottom-tech svg{margin-bottom:-6px;margin-left:11px}.footer__bottom .footer__bottom-tech strong{font-weight:700}@media (max-width:1024px){.footer{margin-top:416px}.footer .newsletter{flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;height:auto;width:90%;top:-226px;border-radius:20px;height:409px}.footer .newsletter__icon{width:81.103px;transform:rotate(-.012deg)}.footer .newsletter .content.text{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:6px}.footer .newsletter__content{flex:none;width:100%;flex-direction:column;height:auto}.footer .newsletter__content>div{padding:0 10px}.footer .newsletter__content>div h3{font-size:28px;max-width:none;text-align:start}.footer .newsletter__content>div p{font-size:14px;text-align:center;margin-bottom:34px}.footer .newsletter__content form,.footer .newsletter__content jet-newsletter{width:100%}.footer .newsletter__content .jet-news-itens{flex-direction:column;width:100%}.footer .newsletter__content .jet-news-itens .jet-input{width:100%}.footer .newsletter__content .jet-news-itens .jet-input input{width:100%;max-width:100%}.footer .newsletter__content .jet-news-itens button{width:100%;margin-top:10px}.footer .footer__main{flex-direction:column;padding-top:226px;flex-wrap:wrap;justify-content:space-between}}@media screen and (max-width:1024px) and (max-width:764px){.footer .footer__main{align-items:center}}@media (max-width:1024px){.footer .footer__main .footer__column{flex:1 1 100%;margin-bottom:30px}.footer .footer__main .footer__buttons{flex-direction:column}.footer .footer__main .footer__buttons .btn{width:100%;max-width:194px;padding:4px}.footer .footer__bottom{flex-direction:column;text-align:center;padding:62px;padding-bottom:34px}.footer .footer__bottom .footer__bottom-logo svg{position:absolute;max-width:161px;top:-92px}.footer .footer__bottom .footer__bottom-tech{font-size:14px}}.footer__main{opacity:0;transition:opacity .5s ease}.footer__main.loaded{opacity:1}.ui.container.fluid.shelf{opacity:0;visibility:hidden;transform:translateY(40px);transition:opacity .6s ease-out,transform .6s ease-out,visibility .6s linear .6s}.showcase{margin-top:90px;margin-bottom:120px}.showcase .shelf{position:relative}.showcase .group-title{display:none}.showcase .jet-container.shelf{position:relative}@media screen and (max-width:764px){.showcase .jet-container.shelf{padding-left:8px}}.showcase .jet-children{display:flex;gap:18px}@media screen and (max-width:764px){.showcase .jet-children{gap:15px}}@media screen and (max-width:764px){.showcase{padding-bottom:100px;margin-top:41px}}@media screen and (min-width:764px){.showcase .tns-inner{padding-bottom:8px}}.showcase .tns-nav{text-align:center;width:100%;justify-content:center;display:flex;position:relative;bottom:0;margin-top:35px;height:22px}@media screen and (max-width:764px){.showcase .tns-nav>[aria-controls]{width:20px;height:20px}}.showcase .tns-controls{text-align:center;margin-bottom:0;position:absolute;top:46%;left:0;transform:translate(0,-50%);width:100%}.showcase .tns-controls [aria-controls]{font-size:0;border:none;padding:0;cursor:pointer;width:49px;height:49px;background:url(/assets/icons/arrow-showcase-2.svg) center center no-repeat;background-size:49px;right:-55px;position:absolute;transform:rotate(180deg)}.showcase .tns-controls [aria-controls][disabled]{opacity:.5;cursor:auto}.showcase .tns-controls [aria-controls][data-controls=prev]{right:auto;left:-55px;transform:rotate(0)}@media screen and (max-width:991px){.showcase .tns-controls [aria-controls]{right:-10px}.showcase .tns-controls [aria-controls][data-controls=prev]{left:-10px}}.showcase .tns-outer{overflow:hidden}.showcase .tns-outer [data-action],.showcase .tns-visually-hidden{display:none}.showcase .tns-slider{display:flex}@media screen and (max-width:1024px){.showcase .tns-nav{display:none}.showcase .jet-showcase .tns-controls{bottom:0;width:26%;margin:auto;top:103%;left:51%;transform:translateX(-50%)}}.showcase.novidades{min-height:1200.47px}@media screen and (min-width:1025px){.showcase.novidades{min-height:1064.8px}}.showcase.novidades .container-novidades{display:flex;justify-content:space-between;padding-bottom:80px;gap:94px}.showcase.novidades .container-novidades .novi-right>div{position:relative}.showcase.novidades .container-novidades .novi-right>div span{color:#000;font-size:90px;font-weight:900;line-height:80px;max-width:310px;text-transform:uppercase;display:block;margin-bottom:25px}.showcase.novidades .container-novidades .novi-right>div #star-left{position:absolute;top:46px;right:38px}.showcase.novidades .container-novidades .novi-right>div #star-right{position:absolute;top:25px;left:-37px}.showcase.novidades .container-novidades .novi-right a{width:220px;height:48px;border-radius:30px;border:1px solid #004a21;display:flex;align-items:center;justify-content:center;color:#006b31;font-size:16px;font-weight:400}.showcase.novidades .container-novidades .novi-right a:hover{color:#fff;background:#004a21}.showcase.novidades .container-novidades .novi-left img{width:100%;max-width:1010px}.showcase.novidades .container-novidades .novi-left .img-desktop{display:block;object-fit:contain}@media screen and (max-width:1024px){.showcase.novidades .container-novidades .novi-left .img-desktop{display:none}}.showcase.novidades .container-novidades .novi-left .img-mobile{display:none;object-fit:contain}@media screen and (max-width:1024px){.showcase.novidades .container-novidades .novi-left .img-mobile{display:block}}.showcase.novidades .group-title{display:none}@media screen and (max-width:1024px){.showcase.novidades .container-novidades{flex-direction:column;gap:40px;align-items:start}.showcase.novidades .container-novidades .novi-right{text-align:start;padding-left:50px}.showcase.novidades .container-novidades .novi-right>div span{font-size:70px;line-height:60px}.showcase.novidades .container-novidades .novi-right>div #star-left{top:54px;right:-19px}.showcase.novidades .container-novidades .novi-right>div #star-right{top:6px;left:-19px}.showcase.novidades .container-novidades .novi-right a{width:100%;max-width:280px}.showcase.novidades .container-novidades .novi-left{width:100%}.showcase.novidades .container-novidades .novi-left img{width:100%;max-width:100%;height:auto}}.showcase.bem-comigo,.showcase.mais-vendidos{min-height:660.487px}@media screen and (min-width:1025px){.showcase.bem-comigo,.showcase.mais-vendidos{min-height:905px}}.showcase.bem-comigo>div,.showcase.mais-vendidos>div{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;padding-bottom:70px}.showcase.bem-comigo>div span,.showcase.mais-vendidos>div span{color:#000;font-size:70px;font-weight:900}@media screen and (max-width:1024px){.showcase.bem-comigo>div span,.showcase.mais-vendidos>div span{font-size:40px}}.showcase.bem-comigo>div a,.showcase.mais-vendidos>div a{width:220px;height:48px;border-radius:30px;border:1px solid #004a21;display:flex;align-items:center;justify-content:center;color:#006b31;font-size:16px;font-weight:400}.showcase.bem-comigo>div a:hover,.showcase.mais-vendidos>div a:hover{color:#fff;background:#004a21}.showcase.bombando{min-height:581px}@media screen and (min-width:1025px){.showcase.bombando{min-height:765px}}.showcase.bombando>div{width:100%;display:flex;align-items:center;justify-content:center;gap:16px;padding-bottom:55px}.showcase.bombando>div span{color:#000;font-size:30px;font-weight:500}@media screen and (max-width:1024px){.showcase.bombando>div span{font-size:20px;text-align:center}}.showcase.bombando>div span strong{font-weight:900}.infoBar{z-index:1;position:relative}@media screen and (max-width:1024px){.infoBar .ui.container{margin-top:-96px}}.infoBar .tns-controls{top:-21%}.infoBar .tns-controls [aria-controls]{width:24px;height:24px;background:url(/assets/icons/arrow-info.svg) center center no-repeat;background-size:24px;transform:rotate(0)}.infoBar .tns-controls [aria-controls][data-controls=prev]{right:auto;left:0;transform:rotate(-180deg)}.info-bar{display:flex;justify-content:space-around;align-items:center;background-color:#fff;border-radius:16px;padding:20px 30px;box-shadow:-8px 9px 0 #d3d3d3;max-width:1400px;margin:-50px auto;margin-bottom:59px;flex-wrap:wrap;gap:18px;z-index:1}@media screen and (max-width:1024px){.info-bar{box-shadow:none;background-color:transparent;flex-wrap:nowrap;margin:auto;margin-bottom:59px}}.info-bar .info-item{display:flex;align-items:center;gap:12px;text-align:left;min-width:200px}@media screen and (max-width:1024px){.info-bar .info-item{border-radius:30px;background:#fff;box-shadow:-8px 7px 0 #d3d3d3;width:100%;width:395px;height:100px;padding:16px}}.info-bar .info-item:not(:last-child){border-right:1px solid #d8d8d8}.info-bar .info-item img{width:32px;height:32px}.info-bar .info-item p{margin:0;font-size:16px;font-weight:300;line-height:1.4;padding-right:27px}.fullbanner{position:relative;z-index:1}.infoBar{position:relative;z-index:2;margin-top:0;padding-top:20px;background:#fff}@media screen and (max-width:1024px){.infoBar{background:0 0}}