@charset "UTF-8";input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input,select,textarea{transition:all .5s ease-in-out;font-family:var(--fontText)!important}button{font-family:var(--fontText)!important}input[type=number]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,textarea:focus{outline:0;box-shadow:0 0 0 .2px inset var(--primaryColor)}body,html{font-family:var(--fontText);font-size:var(--fontSize);font-weight:300;display:flex;flex-direction:column;position:relative}body.overflow,html.overflow{overflow:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--fontText)}a{text-decoration:none}html{box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden}*,:after,:before{box-sizing:inherit}.ui.container{display:block;max-width:1320px;width:100%;margin-left:auto;margin-right:auto}.ui.container.fluid{width:100%;max-width:100%}.ui.container:not(.fluid){width:98%;max-width:1320px}:root{--bgBody:#fff;--textBody:#17161E;--black:#0F0F0F;--white:#fff;--bgHeader:#fff;--colorHeader:#17161E;--bgMenu:#fff;--colorMenu:#17161E;--topbarBg:#FFEDD5;--topbarColor:#8F6750;--bgCard:var(--bgBody);--colorCard:#17161E;--cardBorder:#DFDFE0;--cardShadow:rgba(0, 0, 0, 0.04);--oldPriceColor:#B8B8B8;--priceColor:#141414;--installmentBg:#FFD7D7;--installmentColor:#B61A1A;--textDark:#17161E;--textNewsletter:#141414;--textDarkSecondary:#292929;--textDefault:#525252;--textMenu:#8F8F8F;--textMuted:#666;--textLight:#B8B8B8;--textSubtitle:#7A7A7A;--textRed:var(--accentColor);--primaryColor:#FFEDD5;--primaryColorDark:#8F6750;--primaryColorSoft:#FFF6EA;--accentColor:#B61A1A;--accentColorSoft:#FFD7D7;--borderColor:#DFDFE0;--borderColorLight:#EFEFEF;--bgNews:#FFEDD5;--colorNews:#17161E;--bgFooter:#fff;--colorFooter:#17161E;--fontText:"Poppins";--fontSize:12px;--cardAlign:center;--cardFlexAlign:start;--radiusButton:0;--bgButton:#FFD7D7;--bgBorder:#FFD7D7;--bgButtonImg:#FFB3A9;--colorButton:#B61A1A;--bgButtonSecondary:#FFEDD5;--bgBorderSecondary:#FFEDD5;--colorButtonSecondary:#8F6750;--bgButtonCheckout:#B61A1A;--bgBorderCheckout:#B61A1A;--colorButtonCheckout:#fff;--header-green:#617247;--header-text:#2a2a2a;--header-border:#eeeeee}: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:999}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)}}@media screen and (min-width:991px){jet-card{margin-left:16px}}@media screen and (max-width:991px){jet-card{margin:0 3px}}.jet-card{position:relative;border:1px solid transparent;background:var(--bgCard);color:var(--colorCard)}.jet-card .jet-container{position:relative;width:100%;display:flex;flex-direction:column}.jet-card .content.images{position:relative;order:1;border-radius:14px;border:1px solid var(--background-3,#efeff0);background:#d3d3d3 50%/contain no-repeat,#fff}.jet-card .content.product-image{position:relative;overflow:hidden}.jet-card .product-image{position:relative;overflow:hidden}.jet-card .product-image>a{overflow:hidden;display:block}.jet-card .alternate-image,.jet-card .main-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.jet-card .alternate-image img,.jet-card .main-image img{width:100%;height:auto}.jet-card .main-image{position:relative;height:auto;width:100%;z-index:1;opacity:1;transform:scale(1);transition:opacity .35s ease,transform .35s ease}.jet-card .alternate-image{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;opacity:0;transform:scale(.92);transition:opacity .35s ease,transform .35s ease;pointer-events:none}.jet-card .has-alternate .alternate-image,.jet-card .has-alternate .main-image{will-change:opacity,transform}.jet-card:hover .has-alternate .main-image{opacity:0;transform:scale(1.06)}.jet-card:hover .has-alternate .alternate-image{opacity:1;transform:scale(1)}.jet-card .content.product-flag{position:absolute;top:12px;left:12px;right:auto;z-index:2}.jet-card .content.product-flag .flag-discount{height:20px;margin-bottom:6px;padding:0 10px;border-radius:999px;background:var(--accentColor);color:var(--white);font-size:11px;font-weight:700;line-height:20px;box-shadow:none}.jet-card .flag-seal span{font-size:0}.jet-card .flag-seal img{max-width:70px;height:auto}.jet-card .flag-image{max-width:70px;height:auto}.jet-card .jet-wishlist-add{position:absolute;top:12px;right:12px;z-index:3;width:28px;height:28px;border:1px solid var(--borderColorLight);border-radius:6px;background:var(--white);display:flex;align-items:center;justify-content:center}.jet-card .jet-wishlist-add .product-wishlist{width:100%;height:100%;border:0;background:0 0;font-size:0;cursor:pointer;position:relative;display:flex;justify-content:center;align-items:center}.jet-card .jet-wishlist-add .product-wishlist .add-wish{content:"";width:22px;height:22px;background:url(/assets/icons/Button_add-Favorite.svg) no-repeat center center;background-size:contain;display:block}.jet-card .jet-wishlist-add .product-wishlist .remove-wish{content:"";width:22px;height:22px;background:url(/assets/icons/Button_remove-Favorite.svg) no-repeat center center;background-size:contain;display:block}.jet-card .content.data{order:3}.jet-card .content.data a{color:var(--colorCard);text-decoration:none}.jet-card .content.data .product-info{display:flex;flex-direction:column}.jet-card .content.data .product-brand,.jet-card .content.data .product-category{display:none}.jet-card .content.data h3{margin:8px 0 0;min-height:34px;overflow:hidden;font-size:14px;line-height:1.18;text-transform:none;text-overflow:initial;white-space:normal;color:#0f0f0f;font-weight:400;letter-spacing:.15px}.jet-card .content.data .product-rating{order:-1;display:flex;align-items:center;min-height:13px;margin-top:8px}.jet-card .content.data .product-rating .rating{display:flex;align-items:center;gap:1px}.jet-card .content.data .product-rating .rating span{width:12px;height:12px;display:block;position:relative}.jet-card .content.data .product-rating .rating span::before{content:"";width:12px;height:12px;background:url(/assets/icons/extra-Star.svg) no-repeat center center;background-size:contain;display:block}.jet-card .content.data .product-rating .rating span.active::before{content:"";display:block;width:12px;height:12px;background:url(/assets/icons/extra-StarReview.svg) no-repeat center center;background-size:contain}.jet-card .content.product-brand,.jet-card .content.product-category,.jet-card .content.product-variation{display:none}.jet-card:hover .content.data h3{color:var(--accentColor)}.jet-card .product-values{margin-top:12px}.jet-card .product-price{width:100%}.jet-card .product-price a{display:block;width:100%;text-decoration:none}.jet-card .product-price .price{display:flex;flex-direction:column;align-items:flex-start;width:100%}.jet-card .old-price{order:1;min-height:12px;color:var(--oldPriceColor);font-size:12px;line-height:1;display:block}.jet-card .old-price span{display:inline-block;margin-right:0;text-decoration:line-through;font-style:normal}.jet-card .baseDiscount{order:2;margin-top:6px;display:flex;align-items:center;width:100%}.jet-card .baseDiscount .priceDiscount{display:inline-flex;align-items:center;gap:6px;color:var(--priceColor);font-size:16px;font-weight:500;line-height:1.1;letter-spacing:0;white-space:nowrap}.jet-card .baseDiscount .priceDiscount .valueDiscount{font:inherit;color:inherit}.jet-card .baseDiscount .priceDiscount .textDiscount{display:inline-flex;align-items:center;justify-content:center;height:20px;display:flex;padding:6px 8px;justify-content:center;align-items:center;gap:8px;border-radius:120px;border:1px solid var(--background-3,#efeff0);color:var(--Gray-600,#525252);font-size:12px;font-style:normal;font-weight:500;line-height:160%;letter-spacing:.25px}.jet-card .baseDiscount .descriptionDiscount{display:none}.jet-card .best-price{order:3;margin-top:5px;color:var(--priceColor);font-size:16px;font-weight:500;line-height:1;display:inline-flex;align-items:center}.jet-card .best-price span{color:inherit;font:inherit}.jet-card.has-pix-discount .best-price{color:var(--textMuted);font-size:13px;font-weight:400}.jet-card .installment{order:4;margin-top:6px;color:var(--textMuted);font-size:12px;line-height:1;display:block}.jet-card .installment .number-installment,.jet-card .installment .value-installment{color:inherit;font:inherit}.jet-card .installment .description-installment{display:none}.jet-card .descriptionTax,.jet-card .product-availability,.jet-card .product-recurrency{display:none}.jet-card .content.action{order:2;display:block}.jet-card .content.action .quantity{display:none}.jet-card .content.action .product-buy{width:100%}.jet-card .content.action .product-buy a,.jet-card .content.action .product-buy button{width:100%;height:48px;margin-top:4px;border:0;border-radius:8px;background:var(--bgButton);color:var(--colorButton);font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:opacity .2s ease,background .2s ease}.jet-card .content.action .product-buy a::before,.jet-card .content.action .product-buy button::before{content:"";width:20px;height:20px;background:url(/assets/icons/shopping-bag-add.svg) no-repeat center center;background-size:contain;margin-right:8px}.jet-card .content.action .product-buy a:hover,.jet-card .content.action .product-buy button:hover{opacity:.88}.jet-card.sold{opacity:.5}.jet-card.sold .content.action{display:block}.jet-card.sold .sold-button{width:100%;height:45px;margin-top:4px;border-radius:5px;background:var(--borderColorLight);color:var(--textMuted);font-size:12px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center}@media screen and (max-width:764px){.jet-card .home-showcase{padding-bottom:40px}.jet-card .jet-wishlist-add{top:8px;right:8px;width:28px;height:28px}.jet-card .content.product-flag{top:8px;left:8px}.jet-card .content.product-flag .flag-discount{height:20px;padding:0 9px;font-size:11px;line-height:20px}.jet-card .content.data h3{margin-top:8px;min-height:34px;font-size:12px;line-height:1.2;color:#0f0f0f;font-weight:400;letter-spacing:.15px}.jet-card .content.data .product-rating{margin-top:10px}.jet-card .content.action .product-buy a,.jet-card .content.action .product-buy button{height:45px;margin-top:5px;border-radius:6px;font-size:14px}.jet-card .product-image{border-radius:6px}.jet-card .product-image>a{overflow:hidden;display:flex}.jet-card .alternate-image img,.jet-card .main-image img{display:flex;width:100%;max-height:170px;padding:8px;flex-direction:column;align-items:flex-end;align-self:stretch}.jet-card .product-values{margin-top:14px}.jet-card .old-price{font-size:12px}.jet-card .baseDiscount{margin-top:6px}.jet-card .baseDiscount .priceDiscount{gap:5px;font-size:14px}.jet-card .baseDiscount .priceDiscount .textDiscount{height:18px;padding:0 7px;font-size:10px;line-height:18px}.jet-card .best-price{font-size:14px}.jet-card.has-pix-discount .best-price{font-size:12px}.jet-card .installment{margin-top:6px;font-size:12px}}.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}jet-cart-preview{height:100%}.floating-preview{position:fixed;z-index:999;top:0;height:100%;width:100%;max-width:414px;right:-100%;background:var(--white);font-family:var(--fontText);font-variant-numeric:lining-nums proportional-nums}.floating-preview.active{animation:fadeInRight;animation-duration:.8s;right:0}.floating-preview.active .closeCart{display:block}.floating-preview.inactive{animation:fadeOutRight;animation-duration:1s}.floating-preview .closeCart{position:fixed;top:0;right:414px;left:0;bottom:0;width:100%;z-index:0;cursor:pointer;display:none}@media screen and (max-width:764px){.floating-preview{max-width:100%}.floating-preview .closeCart{right:100%}}.floating-preview .container-preview{position:relative;z-index:1;width:100%;height:100%;background:#f7f7f7;display:flex;flex-direction:column;overflow:hidden}.floating-preview .title-cart{min-height:56px;padding:0 16px;background:var(--white);color:var(--textDark);display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;font-weight:600;line-height:1.2;border-bottom:1px solid var(--borderColorLight);flex:0 0 auto}.floating-preview .title-cart span{display:block}.floating-preview .fecharCarrinho{width:32px;height:32px;min-width:32px;padding:0;margin:0;border:0;outline:0;background:0 0;position:relative;cursor:pointer}.floating-preview .fecharCarrinho::after,.floating-preview .fecharCarrinho::before{content:"";width:14px;height:2px;background:var(--textDark);position:absolute;top:50%;left:50%;border-radius:10px;transition:transform .25s ease,background .25s ease}.floating-preview .fecharCarrinho::before{transform:translate(-50%,-50%) rotate(45deg)}.floating-preview .fecharCarrinho::after{transform:translate(-50%,-50%) rotate(-45deg)}.floating-preview .fecharCarrinho:hover::after,.floating-preview .fecharCarrinho:hover::before{background:var(--accentColor)}.floating-preview .jet-cart-preview{display:block;height:100%;min-height:0;flex:1 1 auto}.floating-preview .jet-cart-preview .content.cart-preview,.floating-preview .jet-cart-preview>.content{height:100%;min-height:0}.floating-preview .jet-cart-preview .cart-preview{display:flex;flex-direction:column;height:100%;min-height:0;padding:0;background:#f7f7f7;position:relative}.floating-preview .jet-cart-preview .cart-has-product-restricted,.floating-preview .jet-cart-preview .event-list,.floating-preview .jet-cart-preview .freight-tip{margin:12px 16px 0;padding:10px 12px;border-radius:8px;background:var(--primaryColorSoft);color:var(--primaryColorDark);font-size:11px;line-height:1.4;flex:0 0 auto}.floating-preview .jet-cart-preview .no-products-cart{flex:1 1 auto;padding:72px 24px 24px;text-align:center;color:var(--textDark)}.floating-preview .jet-cart-preview .no-products-cart .title{display:block;margin-bottom:8px;font-size:18px;font-weight:600}.floating-preview .jet-cart-preview .no-products-cart .text{max-width:260px;margin:0 auto;color:var(--textSubtitle);font-size:13px;line-height:1.5}.floating-preview .jet-cart-preview .no-products-cart .itens{margin-top:24px}.floating-preview .jet-cart-preview .no-products-cart .itens a{display:flex;align-items:center;justify-content:center;width:100%;min-height:42px;border-radius:7px;background:var(--bgButton);color:var(--colorButton);font-size:12px;font-weight:700;text-decoration:none}.floating-preview .jet-cart-preview .cart-products{flex:1 1 auto;height:auto;min-height:0;max-height:none;overflow-y:auto;overflow-x:hidden;padding:18px 16px 10px;background:#f7f7f7;scrollbar-width:thin;scrollbar-color:var(--accentColor) #e8e8e8;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.floating-preview .jet-cart-preview .cart-products::-webkit-scrollbar{width:4px}.floating-preview .jet-cart-preview .cart-products::-webkit-scrollbar-track{background:#e8e8e8;border-radius:10px}.floating-preview .jet-cart-preview .cart-products::-webkit-scrollbar-thumb{background:var(--accentColor);border-radius:10px}.floating-preview .jet-cart-preview .cart-products .product{display:grid;grid-template-columns:133px minmax(0,1fr);gap:12px;position:relative;padding:0 0 24px;background:0 0;align-items:center}.floating-preview .jet-cart-preview .cart-products .product+.product{margin-top:0;padding-top:0;border-top:0}.floating-preview .jet-cart-preview .cart-products .product .image{width:133px;height:133px;border-radius:14px;background:var(--white);border:1px solid var(--borderColorLight);overflow:hidden;display:flex;align-items:center;justify-content:center}.floating-preview .jet-cart-preview .cart-products .product .image a{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.floating-preview .jet-cart-preview .cart-products .product .image img{display:block;width:100%;height:auto;object-fit:contain}.floating-preview .jet-cart-preview .cart-products .product .info{width:100%;height:90%;min-width:0;padding:0 22px 0 0;display:grid;grid-template-columns:1fr;align-content:start;gap:10px;position:relative}.floating-preview .jet-cart-preview .cart-products .product .info .data{min-width:0}.floating-preview .jet-cart-preview .cart-products .product .info .name-product{display:block;width:100%;color:var(--textDark);font-size:14px;font-weight:400;line-height:1.25;text-decoration:none;letter-spacing:.15px}.floating-preview .jet-cart-preview .cart-products .product .info .name-product span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.floating-preview .jet-cart-preview .cart-products .product .info .gift,.floating-preview .jet-cart-preview .cart-products .product .info .kit,.floating-preview .jet-cart-preview .cart-products .product .info .product-availability,.floating-preview .jet-cart-preview .cart-products .product .info .product-personalization,.floating-preview .jet-cart-preview .cart-products .product .info .restrictedDelivery,.floating-preview .jet-cart-preview .cart-products .product .info .sku{color:var(--textSubtitle);font-size:10px;line-height:1.35}.floating-preview .jet-cart-preview .cart-products .product .info .values{display:flex;flex-direction:column;align-items:flex-end;gap:2px;margin:0;position:absolute;right:0;bottom:1px}.floating-preview .jet-cart-preview .cart-products .product .info .values .old-price{color:var(--Gray-200,#b8b8b8);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.25px;text-decoration-line:line-through}.floating-preview .jet-cart-preview .cart-products .product .info .values .best-price{color:#141414;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.25px}.floating-preview .jet-cart-preview .cart-products .product .info .taxes{color:var(--textSubtitle);font-size:10px;line-height:1.3}.floating-preview .jet-cart-preview .cart-products .product .info .action{display:block}.floating-preview .jet-cart-preview .cart-products .product .info .action .action-qtd{display:flex;align-items:center;gap:13px;width:max-content;height:28px;border:0;background:0 0;position:absolute;left:0;bottom:0}.floating-preview .jet-cart-preview .cart-products .product .info .action .action-qtd button{width:18px;height:24px;padding:0;border:0;background:0 0;outline:0;cursor:pointer;color:var(--textDark);display:flex;align-items:center;justify-content:center}.floating-preview .jet-cart-preview .cart-products .product .info .action .action-qtd button span{color:var(--textDark);font-size:18px;font-weight:300;line-height:1}.floating-preview .jet-cart-preview .cart-products .product .info .action .action-qtd input{width:20px;height:24px;padding:0;border:0;outline:0;background:0 0;color:var(--black);text-align:center;font-size:10px;font-weight:700}.floating-preview .jet-cart-preview .cart-products .product .info .action .action-remove{position:static}.floating-preview .jet-cart-preview .cart-products .product .info .action .action-remove .remove{width:18px;height:18px;padding:0;border:0;background:0 0;outline:0;cursor:pointer;position:absolute;top:0;right:0;z-index:2;opacity:.5;transition:opacity .25s ease}.floating-preview .jet-cart-preview .cart-products .product .info .action .action-remove .remove::after{content:"";display:block;width:18px;height:18px;background:url(/assets/icons/trash.svg) center no-repeat;background-size:13px;filter:grayscale(1)}.floating-preview .jet-cart-preview .cart-products .product .info .action .action-remove .remove span{display:none}.floating-preview .jet-cart-preview .cart-products .product .info .action .action-remove .remove:hover{opacity:1}.floating-preview .jet-cart-preview .cart-products .product .info .action .sold{color:var(--accentColor);font-size:11px;font-weight:600}.floating-preview .jet-cart-preview .cart-products .product .info .jet-cart-timer,.floating-preview .jet-cart-preview .cart-products .product .info .jet-product-flash-offer{margin-top:8px;font-size:11px}.floating-preview .jet-cart-preview .cart-products jet-frequency-recurrency{display:block}.floating-preview .jet-cart-preview .cart-summary{position:static;flex:0 0 auto;width:100%;min-height:initial;padding:18px 16px 100px;background:var(--white);border-top:1px solid var(--borderColorLight);display:flex;flex-direction:column;z-index:4}.floating-preview .jet-cart-preview .cart-summary .freight{display:block;padding:16px 0 14px;margin:0 0 12px;border-top:1px solid var(--borderColorLight);color:var(--textDark);font-size:12px;font-weight:400;line-height:1.4}.floating-preview .jet-cart-preview .cart-summary .freight .input-container{display:grid;grid-template-columns:1fr 94px;gap:8px;align-items:center;width:100%}.floating-preview .jet-cart-preview .cart-summary .freight .input-container>span{grid-column:1/-1;display:block;margin-bottom:4px;color:var(--textDark);font-size:13px;font-weight:700;line-height:1.2;text-transform:none}.floating-preview .jet-cart-preview .cart-summary .freight .input-container .zipcode{width:100%;height:46px;padding:0 16px;border:1px solid var(--borderColor);border-radius:10px;background:var(--white);color:var(--textDark);font-size:12px;font-weight:400;outline:0;transition:border-color .25s ease,box-shadow .25s ease}.floating-preview .jet-cart-preview .cart-summary .freight .input-container .zipcode::placeholder{color:var(--textMenu)}.floating-preview .jet-cart-preview .cart-summary .freight .input-container .zipcode:focus{border-color:var(--bgButtonImg);box-shadow:0 0 0 2px rgba(255,179,169,.22)}.floating-preview .jet-cart-preview .cart-summary .freight .input-container .calc-freight{width:100%;height:46px;padding:0 10px;border:1px solid #ffa7a3;border-radius:10px;background:#ffa7a3;color:var(--accentColor);font-size:12px;font-weight:600;text-align:center;cursor:pointer;outline:0;text-transform:none;transition:opacity .25s ease,transform .25s ease}.floating-preview .jet-cart-preview .cart-summary .freight .input-container .calc-freight:hover{opacity:.85}.floating-preview .jet-cart-preview .cart-summary .freight .input-container .calc-freight.jet-btn-loading{pointer-events:none;opacity:.65}.floating-preview .jet-cart-preview .cart-summary .freight .btns-pickup{display:flex;align-items:center;gap:8px;margin:12px 0}.floating-preview .jet-cart-preview .cart-summary .freight .btns-pickup button{width:50%;height:38px;border:1px solid var(--borderColor);border-radius:8px;background:var(--white);color:var(--primaryColorDark);font-size:11px;font-weight:600;cursor:pointer;transition:all .25s ease}.floating-preview .jet-cart-preview .cart-summary .freight .btns-pickup button.active{border-color:var(--accentColorSoft);background:var(--accentColorSoft);color:var(--accentColor)}.floating-preview .jet-cart-preview .cart-summary .freight .btn-recalculate{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-height:32px;padding:0 12px;margin-bottom:10px;border:1px solid var(--borderColor);border-radius:8px;background:var(--white);color:var(--primaryColorDark);font-size:11px;font-weight:600;cursor:pointer}.floating-preview .jet-cart-preview .cart-summary .freight .result{display:flex;flex-direction:column;gap:8px;max-height:156px;min-height:100px;margin-top:12px;padding-right:4px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--accentColor) #e8e8e8}.floating-preview .jet-cart-preview .cart-summary .freight .result::-webkit-scrollbar{width:4px}.floating-preview .jet-cart-preview .cart-summary .freight .result::-webkit-scrollbar-track{background:#e8e8e8;border-radius:10px}.floating-preview .jet-cart-preview .cart-summary .freight .result::-webkit-scrollbar-thumb{background:var(--accentColor);border-radius:10px}.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping{position:relative;display:flex;align-items:flex-start;min-height:52px;padding:10px 10px 10px 38px;border:1px solid var(--borderColorLight);border-radius:10px;background:#fafafa;color:var(--textDark);cursor:pointer}.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping input{position:absolute;opacity:0;pointer-events:none}.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping input:checked+label::after,.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping input:checked~label::after{opacity:1;transform:translateY(-50%) scale(1)}.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping input:checked~label::before{border-color:var(--accentColor)}.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping label.info{display:flex;flex-direction:column;width:100%;gap:3px;cursor:pointer}.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping label.info::before{content:"";position:absolute;left:12px;top:50%;width:16px;height:16px;border:1px solid var(--borderColor);border-radius:50%;background:var(--white);transform:translateY(-50%)}.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping label.info::after{content:"";position:absolute;left:17px;top:50%;width:6px;height:6px;border-radius:50%;background:var(--accentColor);opacity:0;transform:translateY(-50%) scale(.5);transition:all .2s ease}.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping label.info .name{display:flex;align-items:center;flex-wrap:wrap;gap:4px;color:var(--textDark);font-size:11px;font-weight:600;line-height:1.25}.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping label.info .name .type{color:var(--textDark);order:2}.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping label.info .name .value{color:var(--accentColor);font-weight:700;order:3}.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping label.info .address,.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping label.info .time{color:var(--textSubtitle);font-size:10px;font-weight:400;line-height:1.35}.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping .tooltip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;order:1;cursor:help;z-index:10}.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping .tooltip svg{width:12px;height:12px;display:block}.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping .tooltip::before{content:attr(data-description);position:absolute;left:-6px;top:22px;width:230px;max-width:230px;padding:9px 10px;border-radius:8px;background:var(--textDark,#17161e);color:var(--white,#fff);font-size:10px;font-weight:400;line-height:1.4;white-space:normal;box-shadow:0 8px 24px rgba(0,0,0,.16);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(6px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:30}.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping .tooltip::after{content:"";position:absolute;left:1px;top:17px;width:0;height:0;border-right:5px solid transparent;border-left:5px solid transparent;border-bottom:5px solid var(--textDark,#17161e);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;z-index:31}.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping .tooltip:active::after,.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping .tooltip:active::before,.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping .tooltip:hover::after,.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping .tooltip:hover::before{opacity:1;visibility:visible}.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping .tooltip:active::before,.floating-preview .jet-cart-preview .cart-summary .freight .result .shipping .tooltip:hover::before{transform:translateY(0)}.floating-preview .jet-cart-preview .cart-summary .freight .shipping{overflow:visible}.floating-preview .jet-cart-preview .cart-summary .freight .shipping:hover{z-index:20}.floating-preview .jet-cart-preview .cart-summary .freight .shipping label.info{overflow:visible}.floating-preview .jet-cart-preview .cart-summary .freight .shipping label.info .name{position:relative;overflow:visible}.floating-preview .jet-cart-preview .cart-summary jet-discount-coupon-cart{display:block;margin:0 0 12px}.floating-preview .jet-cart-preview .cart-summary jet-discount-coupon-cart .content,.floating-preview .jet-cart-preview .cart-summary jet-discount-coupon-cart .coupon,.floating-preview .jet-cart-preview .cart-summary jet-discount-coupon-cart .discount-coupon{display:block;width:100%}.floating-preview .jet-cart-preview .cart-summary jet-discount-coupon-cart .coupon-container,.floating-preview .jet-cart-preview .cart-summary jet-discount-coupon-cart .input-container{display:grid;grid-template-columns:1fr 94px;gap:8px;align-items:center;width:100%}.floating-preview .jet-cart-preview .cart-summary jet-discount-coupon-cart input{width:100%;height:42px;padding:0 14px;border:1px solid var(--borderColor);border-radius:9px;background:var(--white);color:var(--textDark);font-size:11px;outline:0}.floating-preview .jet-cart-preview .cart-summary jet-discount-coupon-cart input::placeholder{color:var(--textMenu)}.floating-preview .jet-cart-preview .cart-summary jet-discount-coupon-cart input:focus{border-color:var(--bgButtonImg);box-shadow:0 0 0 2px rgba(255,179,169,.22)}.floating-preview .jet-cart-preview .cart-summary jet-discount-coupon-cart button{width:100%;height:42px;border:1px solid #ffa7a3;border-radius:9px;background:#ffa7a3;color:var(--accentColor);font-size:11px;font-weight:600;cursor:pointer;text-transform:none}.floating-preview .jet-cart-preview .cart-summary jet-discount-coupon-cart .error,.floating-preview .jet-cart-preview .cart-summary jet-discount-coupon-cart .message,.floating-preview .jet-cart-preview .cart-summary jet-discount-coupon-cart .success{display:block;margin-top:6px;font-size:10px;line-height:1.35}.floating-preview .jet-cart-preview .cart-summary jet-discount-coupon-cart .error{color:var(--accentColor)}.floating-preview .jet-cart-preview .cart-summary jet-discount-coupon-cart .success{color:var(--header-green)}.floating-preview .jet-cart-preview .cart-summary jet-export-cart,.floating-preview .jet-cart-preview .cart-summary jet-social-selling-button{display:none}.floating-preview .jet-cart-preview .cart-summary .cartTotal{display:block;width:100%;margin-top:2px}.floating-preview .jet-cart-preview .cart-summary .discount,.floating-preview .jet-cart-preview .cart-summary .shipping,.floating-preview .jet-cart-preview .cart-summary .subtotal,.floating-preview .jet-cart-preview .cart-summary .taxes{display:block;margin:0;padding:0;border:0;color:#141414;font-size:14px;font-weight:400;line-height:1.7;text-transform:none}.floating-preview .jet-cart-preview .cart-summary .discount>span,.floating-preview .jet-cart-preview .cart-summary .shipping>span,.floating-preview .jet-cart-preview .cart-summary .subtotal>span,.floating-preview .jet-cart-preview .cart-summary .taxes>span{display:flex;justify-content:space-between;gap:12px}.floating-preview .jet-cart-preview .cart-summary .discount .value,.floating-preview .jet-cart-preview .cart-summary .shipping .value,.floating-preview .jet-cart-preview .cart-summary .subtotal .value,.floating-preview .jet-cart-preview .cart-summary .taxes .value{color:var(--textLight);font-weight:400}.floating-preview .jet-cart-preview .cart-summary .shipping{color:var(--textLight)}.floating-preview .jet-cart-preview .cart-summary .shipping .value{color:var(--textLight)}.floating-preview .jet-cart-preview .cart-summary .discount{color:var(--header-green)}.floating-preview .jet-cart-preview .cart-summary .discount .value{color:var(--header-green);font-weight:600}.floating-preview .jet-cart-preview .cart-summary .taxes{color:var(--textSubtitle)}.floating-preview .jet-cart-preview .cart-summary .taxes .value{color:var(--textSubtitle)}.floating-preview .jet-cart-preview .cart-summary .total{margin:6px 0 16px;padding:0 0 16px;border-bottom:1px solid var(--borderColorLight);color:var(--accentColor);font-size:18px;font-weight:800;line-height:1.2;text-transform:none}.floating-preview .jet-cart-preview .cart-summary .total>span{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:0;font-weight:800}.floating-preview .jet-cart-preview .cart-summary .total>span::before{content:"Total:";color:var(--accentColor);font-size:18px;font-weight:800}.floating-preview .jet-cart-preview .cart-summary .total .value{color:var(--accentColor);font-size:18px;font-weight:800}.floating-preview .jet-cart-preview .cart-summary .cart-summary-buttons{display:flex;align-items:center;gap:8px;width:100%}.floating-preview .jet-cart-preview .cart-summary .cart-button-finish,.floating-preview .jet-cart-preview .cart-summary .cart-checkout{width:50%;height:46px;border-radius:10px;display:inline-block;align-items:center;justify-content:center;text-align:center;font-size:12px;font-weight:600;line-height:1;text-decoration:none;cursor:pointer;margin:0;padding:0 8px;transition:opacity .25s ease,background .25s ease,border-color .25s ease;visibility:hidden;opacity:0}.floating-preview .jet-cart-preview .cart-summary .cart-button-finish.ready,.floating-preview .jet-cart-preview .cart-summary .cart-checkout.ready{visibility:visible;opacity:1;display:flex}.floating-preview .jet-cart-preview .cart-summary .cart-button-finish{background:#ffa7a3;color:var(--accentColor);border:1px solid #ffa7a3;text-transform:none}.floating-preview .jet-cart-preview .cart-summary .cart-button-finish:hover{opacity:.85}.floating-preview .jet-cart-preview .cart-summary .cart-checkout{background:var(--white);color:var(--primaryColorDark);border:1px solid var(--borderColor)}.floating-preview .jet-cart-preview .cart-summary .cart-checkout:hover{border-color:var(--primaryColorDark)}.floating-preview .jet-cart-preview .jet-all-freights .jet-modal-content,.floating-preview .jet-cart-preview .jet-out-stock .jet-modal-content,.floating-preview .jet-cart-preview .jet-summary-outstock .jet-modal-content{border-radius:10px;background:var(--white)}.floating-preview .jet-cart-preview .jet-all-freights .jet-modal-close,.floating-preview .jet-cart-preview .jet-out-stock .jet-modal-close,.floating-preview .jet-cart-preview .jet-summary-outstock .jet-modal-close{border:0;background:0 0;cursor:pointer}.floating-preview .jet-cart-preview .jet-all-freights .jet-modal-close span,.floating-preview .jet-cart-preview .jet-out-stock .jet-modal-close span,.floating-preview .jet-cart-preview .jet-summary-outstock .jet-modal-close span{display:none}.floating-preview .jet-cart-preview .jet-all-freights .jet-modal-close svg,.floating-preview .jet-cart-preview .jet-out-stock .jet-modal-close svg,.floating-preview .jet-cart-preview .jet-summary-outstock .jet-modal-close svg{width:14px;height:14px}.floating-preview .jet-cart-preview .jet-all-freights .title-freights,.floating-preview .jet-cart-preview .jet-all-freights .title-out-stock,.floating-preview .jet-cart-preview .jet-all-freights .title-outstock,.floating-preview .jet-cart-preview .jet-out-stock .title-freights,.floating-preview .jet-cart-preview .jet-out-stock .title-out-stock,.floating-preview .jet-cart-preview .jet-out-stock .title-outstock,.floating-preview .jet-cart-preview .jet-summary-outstock .title-freights,.floating-preview .jet-cart-preview .jet-summary-outstock .title-out-stock,.floating-preview .jet-cart-preview .jet-summary-outstock .title-outstock{display:block;margin:0 0 12px;color:var(--accentColor);font-size:15px;font-weight:700;line-height:1.3}.floating-preview .jet-cart-preview .jet-all-freights .list-products-outstock,.floating-preview .jet-cart-preview .jet-all-freights .out-products,.floating-preview .jet-cart-preview .jet-out-stock .list-products-outstock,.floating-preview .jet-cart-preview .jet-out-stock .out-products,.floating-preview .jet-cart-preview .jet-summary-outstock .list-products-outstock,.floating-preview .jet-cart-preview .jet-summary-outstock .out-products{display:flex;gap:12px;align-items:center;padding:12px 0;border-top:1px solid var(--borderColorLight)}.floating-preview .jet-cart-preview .jet-all-freights .list-products-outstock img,.floating-preview .jet-cart-preview .jet-all-freights .out-products img,.floating-preview .jet-cart-preview .jet-out-stock .list-products-outstock img,.floating-preview .jet-cart-preview .jet-out-stock .out-products img,.floating-preview .jet-cart-preview .jet-summary-outstock .list-products-outstock img,.floating-preview .jet-cart-preview .jet-summary-outstock .out-products img{width:64px;max-width:64px;height:auto;margin:0;object-fit:contain}.floating-preview .jet-cart-preview .jet-all-freights .list-products-outstock .info,.floating-preview .jet-cart-preview .jet-all-freights .out-products .info,.floating-preview .jet-cart-preview .jet-out-stock .list-products-outstock .info,.floating-preview .jet-cart-preview .jet-out-stock .out-products .info,.floating-preview .jet-cart-preview .jet-summary-outstock .list-products-outstock .info,.floating-preview .jet-cart-preview .jet-summary-outstock .out-products .info{margin:0;width:100%}.floating-preview .jet-cart-preview .jet-all-freights .list-products-outstock .info .name-product,.floating-preview .jet-cart-preview .jet-all-freights .out-products .info .name-product,.floating-preview .jet-cart-preview .jet-out-stock .list-products-outstock .info .name-product,.floating-preview .jet-cart-preview .jet-out-stock .out-products .info .name-product,.floating-preview .jet-cart-preview .jet-summary-outstock .list-products-outstock .info .name-product,.floating-preview .jet-cart-preview .jet-summary-outstock .out-products .info .name-product{color:var(--textDark);font-size:12px;font-weight:600;line-height:1.3}.floating-preview .jet-cart-preview .jet-all-freights .button-outstock,.floating-preview .jet-cart-preview .jet-out-stock .button-outstock,.floating-preview .jet-cart-preview .jet-summary-outstock .button-outstock{margin-top:16px;text-align:center}.floating-preview .jet-cart-preview .jet-all-freights .button-outstock button,.floating-preview .jet-cart-preview .jet-out-stock .button-outstock button,.floating-preview .jet-cart-preview .jet-summary-outstock .button-outstock button{width:100%;height:42px;border:1px solid var(--bgBorder);border-radius:7px;background:var(--bgButton);color:var(--colorButton);font-size:12px;font-weight:700;cursor:pointer}@media screen and (max-width:764px){.floating-preview{max-width:100%;right:-100%}.floating-preview .closeCart{right:100%}.floating-preview .container-preview{width:100%}.floating-preview .jet-cart-preview .cart-products{padding:18px 16px 10px}.floating-preview .jet-cart-preview .cart-products .product{grid-template-columns:133px minmax(0,1fr)}.floating-preview .jet-cart-preview .cart-products .product .info .name-product{font-size:12px}.floating-preview .jet-cart-preview .cart-summary{padding:16px 16px 100px}}@media screen and (max-width:764px){.floating-preview .jet-cart-preview .cart-products{height:auto;min-height:0;max-height:none;overflow-y:auto}.cart-tip{margin-top:0}}.cart-tip{flex:0 0 auto;border-bottom:1px solid #e0e0e0;background:linear-gradient(0deg,rgba(255,179,169,.24) 0,rgba(255,179,169,.24) 100%),#fff;padding:18px 0 16px;display:block;margin-top:0;position:relative;overflow:hidden;font-family:var(--fontText),sans-serif;z-index:2}.cart-tip .titleTip{color:var(--Gray-900,#141414);text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:140%;margin-bottom:8px;width:100%;display:block}.cart-tip .tns-outer{position:relative}.cart-tip .tns-ovh{overflow:hidden}.cart-tip .tns-inner{padding:0}.cart-tip .box{padding:0}.cart-tip .box:not(.tns-slider) .item:not(:first-child){display:none}.cart-tip .box .item{padding:0 20px;box-sizing:border-box}.cart-tip .box .item .boxItem{position:relative;display:grid;grid-template-columns:104px minmax(0,1fr);grid-template-areas:"image info" "image action";align-items:center;column-gap:14px;min-height:100px;padding:8px;background:var(--white);border-radius:18px;border:1px dashed var(--Brand-Color-Rosa,#ffb3a9);box-shadow:0 4px 14px rgba(0,0,0,.02);box-sizing:border-box}.cart-tip .box .item .image{grid-area:image;width:104px;height:104px;display:flex;align-items:center;justify-content:center;background:var(--white);border:1px solid var(--borderColorLight);border-radius:16px;overflow:hidden}.cart-tip .box .item .image img{display:block;width:100%;height:100%;max-width:84px;max-height:84px;object-fit:contain;border-radius:14px}.cart-tip .box .item .info{grid-area:info;width:auto;min-width:0;margin:0;align-self:end}.cart-tip .box .item .name{display:block;max-width:100%;margin:0 0 6px;color:var(--textDark);font-size:14px;font-weight:400;line-height:1.25;text-transform:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.15px}.cart-tip .box .item .price{display:flex;flex-direction:row;align-items:center;gap:8px;min-height:20px}.cart-tip .box .item .price .oldPrice{margin:0;color:var(--oldPriceColor);font-size:12px;font-weight:400;line-height:1;text-decoration:line-through;white-space:nowrap}.cart-tip .box .item .price .bestPrice{margin:0;color:var(--priceColor);font-size:12px;font-weight:400;line-height:1;white-space:nowrap}.cart-tip .box .item button{grid-area:action;align-self:start;width:fit-content;width:81px;height:36px;margin-top:10px;padding:8px 12px;border-radius:8px;border:1px solid var(--Gray-000,#dfdfe0);background:var(--white);color:var(--textMuted);font-family:var(--fontText),sans-serif;letter-spacing:.25px;font-size:12px;font-weight:500;line-height:1;text-transform:none;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.cart-tip .box .item button:hover{background:var(--accentColorSoft);border-color:var(--accentColorSoft);color:var(--accentColor);transform:translateY(-1px)}.cart-tip .box .item button.jet-btn-loading{pointer-events:none;opacity:.65}.cart-tip .tns-controls [aria-controls],.cart-tip .tns-controls button{position:absolute;top:50%;z-index:3;width:22px;height:22px;padding:0;border:0;background-size:10px auto;font-size:0;color:transparent;cursor:pointer;transform:translateY(-91%);opacity:1}.cart-tip .tns-controls [aria-controls]::before,.cart-tip .tns-controls button::before{content:"";width:30px;height:30px;display:block;background:url(/assets/icons/arrows/arrow_right.svg) no-repeat center center;background-size:contain}.cart-tip .tns-controls [aria-controls]:first-child,.cart-tip .tns-controls button:first-child{transform:rotate(180deg)}.cart-tip .tns-controls [aria-controls]:last-child,.cart-tip .tns-controls button:last-child{top:51%}.cart-tip .tns-controls [aria-controls][data-controls=prev],.cart-tip .tns-controls button[data-controls=prev]{left:2px;transform:translateY(-50%) rotate(180deg)}.cart-tip .tns-controls [aria-controls][data-controls=next],.cart-tip .tns-controls button[data-controls=next]{right:2px}.cart-tip .tns-nav{position:relative;display:flex;justify-content:center;align-items:center;gap:12px;margin-top:12px;bottom:auto}.cart-tip .tns-nav button,.cart-tip .tns-nav>[aria-controls]{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:var(--white);opacity:1;cursor:pointer;transition:background .2s ease,transform .2s ease}.cart-tip .tns-nav button.tns-nav-active,.cart-tip .tns-nav>[aria-controls].tns-nav-active{background:var(--accentColor);transform:scale(1.05)}@media (max-width:991px){.cart-tip{padding:14px 0 14px}.cart-tip .titleTip{font-size:14px;margin-bottom:10px}.cart-tip .box .item{padding:0 36px}.cart-tip .box .item .boxItem{grid-template-columns:84px minmax(0,1fr);column-gap:10px;min-height:104px;padding:8px;border-radius:18px}.cart-tip .box .item .image{width:84px;height:84px;border-radius:14px}.cart-tip .box .item .image img{max-width:66px;max-height:74px}.cart-tip .box .item .name{font-size:15px;margin-bottom:6px}.cart-tip .box .item .price{gap:6px}.cart-tip .box .item .price .bestPrice,.cart-tip .box .item .price .oldPrice{font-size:12px}.cart-tip .box .item button{min-width:96px;height:34px;margin-top:8px;padding:0 14px;border-radius:8px;font-size:13px}.cart-tip .tns-controls [aria-controls],.cart-tip .tns-controls button{width:20px;height:20px}.cart-tip .tns-controls [aria-controls][data-controls=prev],.cart-tip .tns-controls button[data-controls=prev]{left:12px}.cart-tip .tns-controls [aria-controls][data-controls=next],.cart-tip .tns-controls button[data-controls=next]{right:12px}.cart-tip .tns-nav{margin-top:10px;gap:10px}.cart-tip .tns-nav button,.cart-tip .tns-nav>[aria-controls]{width:9px;height:9px}}.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}.floatingSearch{border-top:1px solid #e0e0e0;padding:20px 0;background:var(--white);top:119px;left:0;width:100%;z-index:99;visibility:hidden;opacity:0;transition:ease-in-out .3s}.floatingSearch.active{visibility:visible;opacity:1}.floatingSearch .box{width:98%;margin:auto;max-width:1325px}.floatingSearch .jet-search{position:relative}.floatingSearch .jet-search input{height:37px;width:100%;border:none;border-bottom:1px solid #e0e0e0}.floatingSearch .jet-button{position:absolute;right:0;height:37px;width:37px;border:none;background:url(/assets/icons/search.svg) center no-repeat;background-size:15px}.jet-search-result .no-results{background:#fff;position:absolute;z-index:9;width:100%;top:65px;padding:10px;display:flex;flex-direction:column;gap:10px;border-radius:5px}.search-result:not(.content){background:#fff;position:absolute;z-index:9;width:100%;top:0;padding:10px;display:flex;flex-direction:column;gap:10px;border-radius:5px}.search-result:not(.content) a{display:flex;align-items:center;gap:10px;text-transform:uppercase;color:var(--black)}.search-result:not(.content) a .info{display:flex;flex-direction:column}.search-result img{width:auto;max-height:85px}.search-result .old-price{margin-right:8px;font-size:12px;color:#9f9f9f;text-decoration:line-through}.search-result>a{border-top:1px solid #e0e0e0;padding-top:10px;margin-top:10px;font-size:12px;justify-content:center}@media screen and (max-width:991px){.floatingSearch{top:107px;padding:20px 10px}.search-result:not(.content){top:1px}.jet-search-result .no-results{top:60px}}.store-header .header-search{justify-self:start;width:100%;max-width:297px}.store-header .header-search .jet-search{position:relative;width:100%}.store-header .header-search .search-container{position:relative;width:100%}.store-header .header-search .search-input{width:100%;height:42px;border:1px solid #e8e8e8;border-radius:8px;padding:0 46px 0 18px;background:var(--white);color:var(--header-text);font-size:12px;font-weight:400}.store-header .header-search .search-input::placeholder{color:var(--textMuted);opacity:1}.store-header .header-search .search-button{position:absolute;top:0;right:0;width:44px;height:42px;border:0;background:0 0;font-size:0}.store-header .header-search .search-button::before{content:"";width:18px;height:18px;display:block;margin:0 auto;background:url(/assets/icons/search.svg) center/contain no-repeat}.store-header .header-search .jet-search-result{position:absolute;top:calc(100% + 8px);left:0;width:360px;max-width:90vw;background:var(--white);border:1px solid #eee;box-shadow:0 12px 30px rgba(0,0,0,.08);z-index:160}@media screen and (max-width:991px){.store-header .header-search{grid-area:search;display:none;width:100%;max-width:100%;padding:18px 0;background:var(--white);border-top:1px solid var(--borderColorLight);position:static;opacity:1;visibility:visible;transform:none;z-index:auto}.store-header .header-search.active{display:block}.store-header .header-search .jet-search{width:100%;position:relative}.store-header .header-search .search-container{width:100%;position:relative}.store-header .header-search .search-input{width:100%;height:50px;border:1px solid var(--borderColor);border-radius:8px;padding:0 48px 0 16px;background:var(--white);color:var(--textDark);font-size:12px;font-weight:400}.store-header .header-search .search-input::placeholder{color:var(--textMuted);opacity:1}.store-header .header-search .search-button{position:absolute;top:0;right:0;width:48px;height:50px;border:0;background:0 0;font-size:0;padding:0}.store-header .header-search .search-button::before{content:"";width:18px;height:18px;display:block;margin:0 auto;background:url(/assets/icons/search.svg) center/contain no-repeat}.store-header .header-search .search-button span{display:none}.store-header .header-search .jet-search-result{position:relative;top:auto;left:auto;width:100%;max-width:100%;margin-top:8px;background:var(--white);border:1px solid var(--borderColorLight);box-shadow:0 12px 30px rgba(0,0,0,.08);z-index:10}.store-header .mobile-search-toggle{display:flex;align-items:center;justify-content:center;border:0;background:0 0;color:var(--header-green);padding:0;line-height:0}.store-header .cart-text,.store-header .login-area,.store-header .wishlist-link{display:none}.store-header .cart-container{display:flex;color:var(--accentColor)}body.search-open{overflow:auto}}.tns-nav{text-align:center;position:absolute;bottom:25px;display:flex;gap:12px;width:100%;justify-content:center}.tns-nav>[aria-controls]{width:50px;height:3px;padding:0;margin:0 5px;border:none;opacity:1;cursor:pointer;background:var(--black);transition:ease-in-out .3s}.tns-nav>.tns-nav-active{opacity:1}@media screen and (max-width:764px){.tns-nav>[aria-controls]{width:30px}}.tns-controls{text-align:center;margin-bottom:0;position:absolute;top:46%;left:0;transform:translate(0,-50%);width:100%}.tns-controls [aria-controls]{font-size:0;border:none;padding:0;cursor:pointer;width:40px;height:40px;background:var(--white) "/assets/icons/arrows/arrow_right.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}.store-header{--menu-overlay-top:179px}.store-header .menu-area{height:44px;background:var(--bgMenu);border-top:1px solid var(--borderColorLight);position:relative;z-index:70;visibility:hidden;opacity:0}.store-header .menu-area .menu-nav-container{height:100%;display:flex;align-items:center;gap:42px;position:relative;overflow:visible}.store-header .menu-area .menu-nav-container .all-groups-menu-copy{position:fixed;z-index:150}.store-header .menu-area.ready{visibility:visible;opacity:1}@media screen and (min-width:765px){.store-header{z-index:200}.store-header::after{content:"";position:fixed;top:var(--menu-overlay-top);left:0;width:100vw;height:calc(100vh - var(--menu-overlay-top));height:calc(100dvh - var(--menu-overlay-top));background:rgba(0,0,0,.55);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;z-index:80}.store-header:has(.all-groups-button:hover)::after,.store-header:has(.all-groups-menu-copy.header-menu-item.is-active)::after,.store-header:has(.all-groups-menu-copy:hover)::after,.store-header:has(.header-menu-item:hover>.submenu)::after,.store-header:has(.header-menu-item>.submenu:hover)::after{opacity:1;visibility:visible}.store-header .menu-area{position:relative;z-index:100}.store-header .all-groups-trigger{position:relative;z-index:130}.store-header .all-groups-menu-copy{z-index:150}}.store-header .all-groups-trigger{height:100%;display:flex;align-items:center;flex:0 0 auto}.store-header .all-groups-trigger:has(.all-groups-menu-copy.header-menu-item.is-active) .all-groups-menu-copy,.store-header .all-groups-trigger:has(>.all-groups-button:hover) .all-groups-menu-copy,.store-header .all-groups-trigger:has(>.all-groups-menu-copy:hover) .all-groups-menu-copy{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.store-header .all-groups-trigger:has(.all-groups-menu-copy.header-menu-item.is-active) .all-groups-button::after,.store-header .all-groups-trigger:has(>.all-groups-button:hover) .all-groups-button::after,.store-header .all-groups-trigger:has(>.all-groups-menu-copy:hover) .all-groups-button::after{transform:rotate(45deg)}.store-header .all-groups-trigger .all-groups-menu-copy{position:fixed;top:var(--menu-overlay-top);left:0;width:100vw;min-height:488px;background:var(--white);border-top:1px solid var(--borderColorLight);box-shadow:0 18px 45px rgba(0,0,0,.06);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:150}.store-header .all-groups-trigger .all-groups-menu-copy>.container{max-width:1320px;width:98%;margin:auto;padding:24px 172px;position:relative;overflow:hidden;margin-top:32px}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul{display:flex;flex-direction:column;align-items:start;flex-wrap:wrap;width:280px;gap:6px;border-right:1px solid #dfdfea}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul li{gap:30px;width:100%;padding-right:16px;padding-top:16px;padding-bottom:16px}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul li.has-submenu>.submenu{visibility:hidden;opacity:0;width:auto;border:0;box-shadow:none;top:24px;left:452px;transform:none;pointer-events:none;transition:opacity .15s ease,visibility 0s linear .15s}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul li.has-submenu>.submenu:hover{opacity:1;visibility:visible;pointer-events:auto;transform:none;transition-delay:0s}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul li.has-submenu>.submenu>.container{padding:0}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul li.has-submenu>.submenu>.container .submenu-parent-title{grid-column:1;display:block;margin-bottom:24px;color:var(--textRed);font-size:14px;font-weight:500;line-height:1.2;opacity:.64}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul li.has-submenu>.submenu>.container ul{height:67%;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:16px;padding-right:12px;padding-left:32px;width:300px;scrollbar-width:thin;scrollbar-color:var(--accentColor) #f6f6fa}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul li.has-submenu>.submenu>.container ul::-webkit-scrollbar{width:3px}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul li.has-submenu>.submenu>.container ul::-webkit-scrollbar-track{background:#f6f6fa;border-radius:120px}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul li.has-submenu>.submenu>.container ul::-webkit-scrollbar-thumb{background:var(--accentColor);border-radius:120px}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul li.has-submenu>.submenu>.container ul li{padding-top:0;padding-bottom:0}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul li.has-submenu>.submenu>.container ul li a{color:var(--black,#080808);text-align:center;font-family:Poppins;font-size:14px;font-weight:400}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul li.has-submenu>a{width:100%;justify-content:space-between}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul li.has-submenu .submenu.last{position:relative;margin-top:16px;opacity:1;visibility:visible;border-radius:0;background:0 0;box-shadow:none;pointer-events:inherit;top:0;left:0;border:1px solid transparent}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul li.is-active>a{color:var(--accentColor)}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul li.is-active.has-submenu>.submenu{opacity:1;visibility:visible;pointer-events:auto;transform:none;transition-delay:0s}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul li:hover.has-submenu>.submenu{opacity:1;visibility:visible;pointer-events:auto;transform:none;transition-delay:0s}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul li:hover>a{color:var(--accentColor)}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul li>a{color:var(--textMenu);text-align:center;font-family:Poppins;font-size:16px;font-weight:400}.store-header .all-groups-button{height:100%;border:0;background:0 0;padding:0;display:flex;align-items:center;gap:10px;color:var(--accentColor);font-size:13px;font-weight:500;line-height:1;cursor:pointer}.store-header .all-groups-button::after{content:"";width:6px;height:6px;padding-right:6px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(-45deg);margin-left:4px;transition:transform .25s cubic-bezier(.4,0,.2,1)}.store-header jet-menu{height:100%;display:block;flex:1;min-width:0}.store-header .header-menu-list,.store-header .jet-menu,.store-header nav{height:100%}.store-header .header-menu-list{display:flex;align-items:center;justify-content:space-between;gap:18px}.store-header .header-menu-item{height:100%;display:flex;align-items:center;position:static}.store-header .header-menu-item>a.title{height:100%;display:flex;align-items:center;gap:8px;color:var(--colorMenu);font-size:13px;font-weight:500;line-height:1;white-space:nowrap;transition:color .2s ease}.store-header .header-menu-item>a.title::before{display:none!important}.store-header .header-menu-item.has-submenu>a.title::after{content:"";width:6px;height:6px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(-45deg);margin-left:5px;transition:transform .25s cubic-bezier(.4,0,.2,1)}.store-header .header-menu-item:hover>a.title{color:var(--accentColor)}.store-header .header-menu-item:hover.has-submenu>a.title::after{transform:rotate(45deg)}.store-header .header-menu-item:hover>.submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.store-header .header-menu-item>.submenu{position:absolute;top:43px;left:50%;width:100vw;min-height:420px;background:var(--white);border-top:1px solid var(--borderColorLight);box-shadow:0 10px 20px -14px rgba(0,0,0,.18);opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-50%) translateY(8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:150}.store-header .header-menu-item>.submenu>.container{width:98%;max-width:1320px;min-height:420px;margin:0 auto;padding:36px 0 32px;display:grid;grid-template-columns:1fr 440px;gap:42px;align-items:start;position:relative}.store-header .header-menu-item>.submenu>.container ul .header-submenu-item.has-submenu>a::after{display:none}.store-header .header-menu-item>.submenu>.container ul .header-submenu-item.has-submenu .submenu.last{position:relative;margin-top:16px;opacity:1;visibility:visible;border-radius:0;background:0 0;box-shadow:none;pointer-events:inherit;top:0;left:0;border:1px solid transparent}.store-header .header-menu-item>.submenu>.container ul .header-submenu-item>a{color:#080808;text-align:center;font-family:Poppins;font-size:16px;font-weight:400}.store-header .header-menu-item>.submenu .header-submenu-list{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));column-gap:64px;row-gap:24px;align-content:start;max-width:660px}.store-header .header-menu-item>.submenu .header-submenu-item{position:relative}.store-header .header-menu-item>.submenu .header-submenu-item>a{color:var(--black);font-size:15px;font-weight:500;line-height:1.2;display:inline-flex;align-items:center;gap:8px;transition:color .2s ease}.store-header .header-menu-item>.submenu .header-submenu-item>a:hover{color:var(--accentColor)}.store-header .header-menu-item>.submenu .header-submenu-item.has-submenu>a::after{content:"";width:6px;height:6px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(-45deg);margin-left:6px}.store-header .header-menu-item>.submenu .header-submenu-item.has-submenu:hover>.submenu.last{opacity:1;visibility:visible;pointer-events:auto}.store-header .header-menu-item>.submenu .submenu.last{position:absolute;top:-12px;left:calc(100% + 28px);min-width:230px;background:var(--white);border:1px solid var(--borderColorLight);border-radius:4px;box-shadow:0 12px 30px rgba(0,0,0,.08);opacity:0;visibility:hidden;pointer-events:none;z-index:2}.store-header .header-menu-item>.submenu .submenu.last .container{width:100%;padding:14px}.store-header .header-menu-item>.submenu .submenu.last .header-submenu-list{display:flex;flex-direction:column;gap:10px}.store-header .header-menu-item>.submenu .submenu.last .header-submenu-item a{font-size:13px;font-weight:400;color:var(--textDefault)}.store-header .header-menu-item>.submenu .submenu.last .header-submenu-item a:hover{color:var(--accentColor)}.store-header .header-menu-item>.submenu .category-image{grid-column:2;grid-row:1;display:flex;align-items:flex-start;justify-content:flex-end}.store-header .header-menu-item>.submenu .category-image a,.store-header .header-menu-item>.submenu .category-image img{display:block}.store-header .header-menu-item>.submenu .category-image img{width:390px;height:390px;object-fit:cover;border-radius:6px}@media screen and (min-width:991px){.store-header .all-groups-trigger .all-groups-menu-copy{height:488px;min-height:0;max-height:calc(100vh - var(--menu-overlay-top) - 16px);max-height:calc(100dvh - var(--menu-overlay-top) - 16px);overflow:hidden}.store-header .all-groups-trigger .all-groups-menu-copy>.container{height:100%;min-height:0;margin-top:0;padding:56px 172px 24px;box-sizing:border-box;overflow:visible}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul{height:100%;min-height:0;max-height:100%;flex-wrap:nowrap}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul>li.has-submenu>.submenu{top:56px;bottom:24px;height:auto;min-height:0;max-height:none;overflow:visible}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul>li.has-submenu>.submenu>.container{height:100%;min-height:0;max-height:100%;box-sizing:border-box;grid-template-rows:auto minmax(0,1fr);align-items:stretch;overflow:visible}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul>li.has-submenu>.submenu>.container .submenu-parent-title{grid-column:1;grid-row:1}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul>li.has-submenu>.submenu>.container>ul{grid-column:1;grid-row:2;align-self:stretch;height:auto;min-height:0;max-height:100%;padding-bottom:16px;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul>li.has-submenu>.submenu>.container .category-image{grid-column:2;grid-row:1/-1;align-self:start;min-height:0;max-height:100%;overflow:visible}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul>li.has-submenu>.submenu>.container .category-image a{max-height:100%}.store-header .all-groups-trigger .all-groups-menu-copy>.container>ul>li.has-submenu>.submenu>.container .category-image img{width:390px;height:auto;max-height:100%;aspect-ratio:1/1;object-fit:cover}.store-header .header-menu-item>.submenu{height:458px;min-height:0;max-height:calc(100vh - var(--menu-overlay-top) - 16px);max-height:calc(100dvh - var(--menu-overlay-top) - 16px);overflow:hidden}.store-header .header-menu-item>.submenu>.container{height:100%;min-height:0;max-height:100%;box-sizing:border-box;grid-template-rows:minmax(0,1fr);align-items:stretch;overflow:hidden}.store-header .header-menu-item>.submenu .header-submenu-list{min-height:0;max-height:100%;padding-right:12px;padding-bottom:16px;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--accentColor) #f6f6fa}.store-header .header-menu-item>.submenu .header-submenu-list::-webkit-scrollbar{width:3px}.store-header .header-menu-item>.submenu .header-submenu-list::-webkit-scrollbar-track{background:#f6f6fa;border-radius:120px}.store-header .header-menu-item>.submenu .header-submenu-list::-webkit-scrollbar-thumb{background:var(--accentColor);border-radius:120px}.store-header .header-menu-item>.submenu .category-image{min-height:0;max-height:100%;overflow:visible}.store-header .header-menu-item>.submenu .category-image a{max-height:100%}.store-header .header-menu-item>.submenu .category-image img{width:390px;height:auto;max-height:100%;aspect-ratio:1/1;object-fit:cover}}.store-header .menu-mobile-actions,.store-header .menu-mobile-title,.store-header .menu-mobile-top{display:none}@media screen and (max-width:991px){.store-header{--menu-overlay-top:0}.store-header::after{display:none}.store-header .menu-area{position:fixed;top:0;left:-110%;width:100%;max-width:390px;height:100vh;background:var(--white);z-index:130;transition:left .3s ease;overflow-y:auto;border:0;box-shadow:12px 0 30px rgba(0,0,0,.12)}.store-header .menu-area.active{left:0}.store-header .menu-area.is-all-categories .menu-mobile-title,.store-header .menu-area.is-submenu .menu-mobile-title{display:flex}.store-header .menu-area.is-all-categories .menu-mobile-back,.store-header .menu-area.is-submenu .menu-mobile-back{opacity:1;pointer-events:auto}.store-header .menu-area.is-all-categories .menu-mobile-title strong,.store-header .menu-area.is-submenu .menu-mobile-title strong{color:var(--textLight)}.store-header .menu-area.is-all-categories .all-groups-trigger{display:none}.store-header .menu-area.is-all-categories .header-menu-item{display:block}.store-header .menu-area.is-all-categories .header-menu-item>.submenu{display:none;max-height:0;opacity:0;visibility:hidden;pointer-events:none}.store-header .menu-area.is-submenu .all-groups-trigger{display:none}.store-header .menu-area.is-submenu .header-menu-item{display:none}.store-header .menu-area.is-submenu .header-menu-item.active{display:block;border-bottom:0}.store-header .menu-area.is-submenu .header-menu-item.active>a.title{display:none}.store-header .menu-area.is-submenu .header-menu-item.active>.submenu{display:block;max-height:none;opacity:1;visibility:visible;pointer-events:auto}.store-header .menu-area .menu-nav-container{width:100%;height:auto;padding:0;display:block}.store-header .menu-area .all-groups-trigger{display:flex;width:100%;height:49px;border-bottom:1px solid var(--borderColorLight)}.store-header .menu-area .all-groups-button{width:100%;height:49px;padding:0 20px;justify-content:flex-start;color:var(--textDarkSecondary);font-size:14px;font-weight:400}.store-header .menu-area .all-groups-button .hamburger{color:var(--accentColor);margin-right:8px}.store-header .menu-area .all-groups-button::after{margin-left:auto;color:var(--textDefault)}.store-header .menu-area .all-groups-menu-copy{display:none}.store-header .menu-area .jet-menu,.store-header .menu-area jet-menu,.store-header .menu-area nav{height:auto}.store-header .menu-area .header-menu-list{height:auto;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0}.store-header .menu-area .header-menu-item{height:auto;display:block;border-bottom:1px solid var(--borderColorLight);position:static}.store-header .menu-area .header-menu-item>a.title{min-height:41px;height:auto;padding:0 20px;display:flex;align-items:center;justify-content:start;gap:8px;color:var(--textDefault);text-align:center;font-family:Poppins;font-size:14px;font-weight:400}.store-header .menu-area .header-menu-item>a.title::before{display:none!important}.store-header .menu-area .header-menu-item>a.title::after{width:6px;height:6px;transform:rotate(-45deg)}.store-header .menu-area .header-menu-item:hover>.submenu{opacity:0;visibility:hidden;pointer-events:none}.store-header .menu-area .header-menu-item>.submenu{position:static;width:100%;min-height:0;background:var(--white);border:0;box-shadow:none;opacity:0;visibility:hidden;pointer-events:none;transform:none;transition:none;max-height:0;overflow:hidden}.store-header .menu-area .header-menu-item>.submenu>.container{width:100%;max-width:100%;min-height:0;padding:22px 20px 40px;display:block}.store-header .menu-area .header-menu-item>.submenu .header-submenu-list{display:flex;flex-direction:column;gap:0;max-width:none}.store-header .menu-area .header-menu-item>.submenu .header-submenu-item{border:0;position:static}.store-header .menu-area .header-menu-item>.submenu .header-submenu-item>a{min-height:41px;display:flex;align-items:center;justify-content:space-between;font-weight:400;color:var(--Gray-600,#525252)!important;text-align:center;font-family:Poppins;font-size:14px!important;line-height:150%}.store-header .menu-area .header-menu-item>.submenu .header-submenu-item>a:hover{color:var(--black)}.store-header .menu-area .header-menu-item>.submenu .header-submenu-item.has-submenu>a::after{display:none}.store-header .menu-area .header-menu-item>.submenu .header-submenu-item.has-submenu>.submenu.last{display:block;max-height:none;opacity:1;visibility:visible;pointer-events:auto}.store-header .menu-area .header-menu-item>.submenu .submenu.last{position:static;min-width:0;background:var(--primaryColorSoft);border:0;border-radius:0;box-shadow:none;display:block;opacity:1;visibility:visible;pointer-events:auto;margin:4px -20px 8px;padding:8px 20px}.store-header .menu-area .header-menu-item>.submenu .submenu.last .container{padding:0}.store-header .menu-area .header-menu-item>.submenu .submenu.last .header-submenu-list{display:flex;flex-direction:column;gap:0}.store-header .menu-area .header-menu-item>.submenu .submenu.last .header-submenu-item a{min-height:36px;color:var(--textDefault);font-size:12px;font-weight:400}.store-header .menu-area .header-menu-item>.submenu .category-image{display:none}.store-header .menu-mobile-top{height:87px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--borderColorLight)}.store-header .menu-mobile-top .menu-mobile-logo{display:flex;align-items:center}.store-header .menu-mobile-top .menu-mobile-logo img{display:block;width:118px;height:auto}.store-header .menu-close{width:34px;height:34px;border:0;background:0 0;padding:0;position:relative}.store-header .menu-close::after,.store-header .menu-close::before{content:"";width:17px;height:1.5px;background:var(--black);position:absolute;top:50%;left:50%}.store-header .menu-close::before{transform:translate(-50%,-50%) rotate(45deg)}.store-header .menu-close::after{transform:translate(-50%,-50%) rotate(-45deg)}.store-header .menu-close span{display:none}.store-header .menu-mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:16px 20px 14px;border-bottom:1px solid var(--borderColorLight)}.store-header .menu-mobile-action{min-height:50px;border:1px solid var(--borderColorLight);border-radius:6px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--textDefault)}.store-header .menu-mobile-action .icon{display:flex;color:var(--accentColor)}.store-header .menu-mobile-action .text{display:flex;flex-direction:column;line-height:1.15}.store-header .menu-mobile-action small{color:var(--textMuted);font-size:10px;font-weight:400}.store-header .menu-mobile-action strong{color:var(--textDark);font-size:13px;font-weight:500}.store-header .menu-mobile-action.account .text strong::after{content:"›";margin-left:6px}.store-header .menu-mobile-title{height:42px;padding:0 20px;display:none;align-items:center;gap:8px;border-bottom:1px solid var(--borderColorLight)}.store-header .menu-mobile-title strong{color:var(--textDefault);font-size:13px;font-weight:400}.store-header .menu-mobile-back{width:14px;height:14px;border:0;background:0 0;padding:0;opacity:.35;pointer-events:none;position:relative}.store-header .menu-mobile-back span{width:7px;height:7px;border-left:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg);display:block;color:var(--textMuted)}.store-header .header-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease;z-index:125}.store-header .header-overlay.active{opacity:1;visibility:visible;pointer-events:auto}body.menu-open{overflow:hidden}}.product-detail-page{width:100%;padding:24px 0 72px;background:var(--bgBody);color:var(--textBody);font-family:var(--fontText),Arial,sans-serif;margin-top:181px}.product-detail-page .product-detail-hero{width:100%}.product-detail-page .product-detail-hero__grid{display:grid;grid-template-columns:minmax(0,880px) 421px;column-gap:20px;align-items:start}.product-detail-page .product-detail-main{min-width:0;width:100%}.product-detail-page .product-detail-main__top{display:grid;grid-template-columns:minmax(420px,486px) minmax(280px,1fr);column-gap:40px;align-items:start}.product-detail-page .product-detail-hero__gallery,.product-detail-page .product-detail-hero__info,.product-detail-page .product-detail-hero__purchase{min-width:0;width:100%}.product-detail-page .product-detail-hero__purchase{position:sticky;top:188px;align-self:start}.product-detail-page .product-breadcrumb{margin-bottom:20px;color:var(--textLight);font-size:11px;line-height:1.4}.product-detail-page .product-breadcrumb a,.product-detail-page .product-breadcrumb span{color:inherit}.product-detail-page .product-breadcrumb a:hover{color:var(--accentColor)}.product-detail-page .product-title-block .jet-product-name,.product-detail-page .product-title-block jet-product-name{display:block;margin:0 0 12px;color:var(--textDark);font-size:28px;font-weight:400}.product-detail-page .product-meta-line{display:flex;align-items:center;gap:0;min-height:18px;margin-bottom:10px;color:var(--textLight);font-size:11px;line-height:1}.product-detail-page .product-meta-line .jet-product-sku,.product-detail-page .product-meta-line .product-sku,.product-detail-page .product-meta-line [class*=sku],.product-detail-page .product-meta-line jet-product-sku{color:var(--textLight);font-size:12px;font-weight:400}.product-detail-page .product-meta-line jet-product-sku::before{content:"SKU";margin-right:6px}.product-detail-page .product-flags-line{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:32px}.product-detail-page .product-flags-line .jet-product-flag,.product-detail-page .product-flags-line .jet-product-flag-discount,.product-detail-page .product-flags-line jet-product-flag,.product-detail-page .product-flags-line jet-product-flag-discount{display:flex;align-items:center;gap:6px}.product-detail-page .product-flags-line .flag-discount,.product-detail-page .product-flags-line .jet-product-flag-discount{min-height:20px;padding:0 10px;border-radius:999px;background:var(--accentColor);color:var(--white);font-size:11px;font-weight:600;line-height:20px}.product-detail-page .product-flags-line .flag-image{max-height:22px;width:auto;display:block}.product-detail-page .payment-methods-trigger{width:100%;margin:18px 0 20px;border:0;background:0 0;color:var(--textDark);font-size:13px;font-weight:600;line-height:1.2;text-decoration:underline;cursor:pointer}@media screen and (max-width:991px){.product-detail-page .payment-methods-trigger{margin:10px 0 18px;font-size:12px}}.product-detail-page .payment-modal{position:fixed;inset:0;z-index:300;display:none}.product-detail-page .payment-modal.is-active{display:block}.product-detail-page .payment-modal__overlay{position:absolute;inset:0;background:rgba(15,15,15,.55)}.product-detail-page .payment-modal__dialog{position:relative;z-index:1;width:min(520px,100% - 32px);max-height:calc(100vh - 64px);margin:32px auto;overflow:auto;border-radius:14px;background:var(--white);padding:28px}.product-detail-page .payment-modal__close{position:absolute;top:10px;right:12px;width:32px;height:32px;border:0;background:0 0;color:var(--textDark);font-size:28px;line-height:1}body.payment-modal-open{overflow:hidden}@media screen and (max-width:1180px) and (min-width:992px){.product-detail-page .product-detail-hero__grid{grid-template-columns:minmax(0,1fr) 350px;column-gap:28px}.product-detail-page .product-detail-main__top{grid-template-columns:minmax(0,1fr);row-gap:24px}}@media screen and (max-width:991px){.product-detail-page{padding:18px 0 25px;margin-top:121px}.product-detail-page .product-detail-hero__grid{display:flex;flex-direction:column;gap:18px}.product-detail-page .product-flags-line{justify-content:space-between;margin-bottom:0}.product-detail-page .product-detail-main__top{display:flex;flex-direction:column;gap:24px}.product-detail-page .product-detail-hero__purchase{position:static}.product-detail-page .product-description-tabs,.product-detail-page .product-detail-hero__gallery,.product-detail-page .product-detail-hero__info{padding:0 16px}.product-detail-page .product-breadcrumb{display:none}.product-detail-page .product-title-block .jet-product-name,.product-detail-page .product-title-block jet-product-name{font-size:20px;line-height:1.25}.product-detail-page .purchase-card{padding:16px 16px 22px;border-radius:0}.product-detail-page .description-panels{padding-top:24px}}.purchase-card{border-radius:16px;background:rgba(255,237,213,.2);padding:24px}.product-breadcrumb{width:100%;margin:0 0 18px;color:var(--textLight);font-size:11px;font-weight:400;line-height:1.4}.product-breadcrumb jet-breadcrumb{display:block}.product-breadcrumb .jet-breadcrumb,.product-breadcrumb ol,.product-breadcrumb ul{display:flex;flex-wrap:nowrap;align-items:center;gap:9px;margin:0;padding:0;list-style:none}.product-breadcrumb li{display:flex;align-items:center;gap:9px;min-width:0;color:var(--textLight);font-size:11px;font-weight:400;line-height:1.4}.product-breadcrumb li:not(:first-child):not(:last-child){display:none}.product-breadcrumb li::after{content:"›";flex-shrink:0;color:var(--textLight);font-size:13px;line-height:1}.product-breadcrumb li:last-child{min-width:0;color:var(--accentColor);font-weight:600}.product-breadcrumb li:last-child::after{display:none}.product-breadcrumb li:last-child a,.product-breadcrumb li:last-child span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-breadcrumb a,.product-breadcrumb span{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;text-decoration:none}.product-breadcrumb a:hover{color:var(--accentColor)}@media screen and (max-width:991px){.product-detail-page .product-breadcrumb{display:block;margin:0 0 16px;color:var(--textLight);font-size:9px;font-weight:400;line-height:1.4;border-bottom:1px solid var(--background-3,#efeff0);padding:8px 0}.product-detail-page .product-breadcrumb .jet-breadcrumb,.product-detail-page .product-breadcrumb ol,.product-detail-page .product-breadcrumb ul{display:flex;flex-wrap:nowrap;align-items:center;gap:6px;margin:0;padding:0;list-style:none;overflow:hidden}.product-detail-page .product-breadcrumb li{display:inline-flex;align-items:center;gap:6px;color:var(--textLight);white-space:nowrap}.product-detail-page .product-breadcrumb li::after{content:"›";color:var(--textLight)}.product-detail-page .product-breadcrumb li:last-child{color:var(--accentColor);font-weight:600;max-width:130px;overflow:hidden;text-overflow:ellipsis}.product-detail-page .product-breadcrumb li:last-child::after{display:none}.product-detail-page .product-breadcrumb a,.product-detail-page .product-breadcrumb span{color:inherit;text-decoration:none}.product-detail-page .product-mobile-sku{margin-bottom:8px}.product-detail-page .product-mobile-sku .jet-product-sku,.product-detail-page .product-mobile-sku jet-product-sku{color:var(--textLight);font-size:10px;font-weight:400;line-height:1}.product-detail-page .product-mobile-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:0}.product-detail-page .product-mobile-meta .product-flags-line{margin:0;display:flex;align-items:center;gap:6px}.product-detail-page .product-mobile-meta .jet-product-rating{display:flex;align-items:center;gap:4px}}.product-detail-page .product-detail-hero__gallery{min-width:0;width:100%}.product-detail-page .product-gallery-shell{position:relative;width:100%}.product-detail-page jet-product-images{display:block;width:100%}.product-detail-page .jet-product-images{width:100%;display:grid;grid-template-columns:58px minmax(0,1fr);gap:26px;align-items:start}.product-detail-page .jet-product-images .thumbs{grid-column:1;width:72px;height:392px;position:relative;overflow:visible;display:block}.product-detail-page .jet-product-images .thumbs>.jet-container{width:72px}.product-detail-page .jet-product-images .thumbs .jet-container{width:72px;display:flex;flex-direction:column}.product-detail-page .jet-product-images .thumbs .jet-children,.product-detail-page .jet-product-images .thumbs .product-gallery__item,.product-detail-page .jet-product-images .thumbs .tns-item{width:72px;height:72px;min-height:58px;display:flex;align-items:center;justify-content:center}.product-detail-page .jet-product-images .thumbs a{width:72px;height:72px;padding:4px;border:1px solid var(--borderColorLight);border-radius:8px;background:var(--white);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-detail-page .jet-product-images .thumbs img{width:72px;height:72px;max-width:720px;max-height:72px;object-fit:contain;display:block}.product-detail-page .jet-product-images .thumbs .active a,.product-detail-page .jet-product-images .thumbs .selected a{border-color:var(--accentColor)}.product-detail-page .jet-product-images .thumbs .tns-outer{width:72px;height:392px;position:relative;padding:0;margin:0;overflow:visible}.product-detail-page .jet-product-images .thumbs .tns-ovh{width:72px;height:340px;margin:0 0;overflow:hidden}.product-detail-page .jet-product-images .thumbs .tns-inner{width:72px;height:340px;margin:0}.product-detail-page .jet-product-images .thumbs .tns-slider,.product-detail-page .jet-product-images .thumbs .tns-vertical{display:flex;flex-direction:column;gap:16px}.product-detail-page .jet-product-images .thumbs .tns-item{float:none}.product-detail-page .jet-product-images .thumbs .tns-nav{display:none}.product-detail-page .jet-product-images .thumbs .tns-liveregion,.product-detail-page .jet-product-images .thumbs .tns-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product-detail-page .jet-product-images .thumbs .tns-controls{position:absolute;top:0;left:0;z-index:6;width:58px;height:392px;margin:0;padding:0;pointer-events:none;display:block;transform:none}.product-detail-page .jet-product-images .thumbs .tns-controls button{position:absolute;left:50%;right:auto;width:18px;height:18px;min-width:18px;min-height:18px;max-width:18px;max-height:18px;padding:0;margin:0;border:0;border-radius:0;background:0 0;color:transparent;font-size:0;line-height:0;text-indent:-9999px;overflow:hidden;cursor:pointer;pointer-events:auto;transform:translateX(-50%)}.product-detail-page .jet-product-images .thumbs .tns-controls button::before{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;display:block;border-right:2px solid var(--accentColor);border-bottom:2px solid var(--accentColor);transform-origin:center}.product-detail-page .jet-product-images .thumbs .tns-controls button:disabled{opacity:.35;cursor:default}.product-detail-page .jet-product-images .thumbs .tns-controls button[data-controls=prev]{top:0;bottom:auto}.product-detail-page .jet-product-images .thumbs .tns-controls button[data-controls=prev]::before{transform:translate(-50%,-35%) rotate(225deg)}.product-detail-page .jet-product-images .thumbs .tns-controls button[data-controls=next]{top:auto;bottom:0}.product-detail-page .jet-product-images .thumbs .tns-controls button[data-controls=next]::before{transform:translate(-50%,-65%) rotate(45deg)}.product-detail-page .jet-product-images .image-container{grid-column:2;min-width:0;min-height:390px;border:1px solid var(--borderColorLight);border-radius:1px;background:var(--white);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-detail-page .jet-product-images .image-container .image,.product-detail-page .jet-product-images .image-container .image-product,.product-detail-page .jet-product-images .image-container .main-image,.product-detail-page .jet-product-images .image-container .product-main-image,.product-detail-page .jet-product-images .image-container a{width:100%;min-height:390px;display:flex;align-items:center;justify-content:center}.product-detail-page .jet-product-images .image-container img{width:auto;max-width:82%;max-height:340px;object-fit:contain;display:block}.product-detail-page .product-detail-wishlist,.product-detail-page .product-gallery-shell>jet-wishlist-add{position:absolute;top:12px;right:12px;z-index:7;width:28px;height:28px;border:1px solid var(--borderColorLight);border-radius:6px;background:var(--white);display:flex;align-items:center;justify-content:center}.product-detail-page .product-gallery-shell .product-wishlist,.product-detail-page .product-gallery-shell .wishlist,.product-detail-page .product-gallery-shell button{border:0;background:0 0;font-size:0}.product-detail-page .product-gallery-shell .product-wishlist{width:100%;height:100%;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;padding:0}.product-detail-page .product-gallery-shell .add-wish,.product-detail-page .product-gallery-shell .icon-add,.product-detail-page .product-gallery-shell .wishlist-add{content:"";width:22px;height:22px;background:url(/assets/icons/Button_add-Favorite.svg) no-repeat center center;background-size:contain;display:block}.product-detail-page .product-gallery-shell .icon-remove,.product-detail-page .product-gallery-shell .remove-wish,.product-detail-page .product-gallery-shell .wishlist-remove{content:"";width:22px;height:22px;background:url(/assets/icons/Button_remove-Favorite.svg) no-repeat center center;background-size:contain;display:block}@media screen and (max-width:991px){.product-detail-page .product-detail-hero__gallery{width:100%;padding:0 16px}.product-detail-page .product-gallery-shell{position:relative;width:100%}.product-detail-page .jet-product-images{display:block;width:100%}.product-detail-page .jet-product-images .image-container{display:none}.product-detail-page .jet-product-images .thumbs{display:block;width:100%;height:auto;max-height:none;margin:0;overflow:visible;position:relative}.product-detail-page .jet-product-images .thumbs>.jet-container{width:100%}.product-detail-page .jet-product-images .thumbs .jet-container{width:100%;display:flex;flex-direction:row;gap:0}.product-detail-page .jet-product-images .thumbs .jet-children,.product-detail-page .jet-product-images .thumbs .product-gallery__item,.product-detail-page .jet-product-images .thumbs .tns-item{width:100%;height:auto;min-height:296px;display:flex;align-items:center;justify-content:center}.product-detail-page .jet-product-images .thumbs a{width:100%;min-height:296px;padding:0;border:1px solid var(--borderColorLight);border-radius:10px;background:var(--white);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-detail-page .jet-product-images .thumbs img{display:block;width:auto;height:auto;max-width:76%;max-height:250px;object-fit:contain}.product-detail-page .jet-product-images .thumbs .tns-inner,.product-detail-page .jet-product-images .thumbs .tns-outer,.product-detail-page .jet-product-images .thumbs .tns-ovh{width:100%;height:100%}.product-detail-page .jet-product-images .thumbs .tns-outer{position:relative!important}.product-detail-page .jet-product-images .thumbs .tns-controls{position:absolute!important;top:0!important;left:0!important;right:0!important;z-index:8!important;width:100%!important;height:296px!important;margin:0!important;padding:0!important;transform:none!important;pointer-events:none!important;display:block!important}.product-detail-page .jet-product-images .thumbs .tns-controls button{position:absolute!important;top:50%!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:0 0!important;color:transparent!important;font-size:0!important;line-height:0!important;text-indent:-9999px!important;overflow:hidden!important;cursor:pointer;pointer-events:auto!important;transform:translateY(-50%)!important}.product-detail-page .jet-product-images .thumbs .tns-controls button::before{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;display:block;border-right:2px solid var(--accentColor);border-bottom:2px solid var(--accentColor);transform-origin:center}.product-detail-page .jet-product-images .thumbs .tns-controls button:disabled{opacity:.35;cursor:default}.product-detail-page .jet-product-images .thumbs .tns-controls button[data-controls=prev]{left:12px!important;right:auto!important}.product-detail-page .jet-product-images .thumbs .tns-controls button[data-controls=prev]::before{transform:translate(-35%,-50%) rotate(135deg)}.product-detail-page .jet-product-images .thumbs .tns-controls button[data-controls=next]{right:12px!important;left:auto!important}.product-detail-page .jet-product-images .thumbs .tns-controls button[data-controls=next]::before{transform:translate(-65%,-50%) rotate(-45deg)}.product-detail-page .jet-product-images .thumbs .tns-nav{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin:14px 0 0;padding:0;line-height:1;bottom:-31px}.product-detail-page .jet-product-images .thumbs .tns-nav button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#efeff0;font-size:0;line-height:0;cursor:pointer}.product-detail-page .jet-product-images .thumbs .tns-nav button.tns-nav-active{background:var(--accentColor)}.product-detail-page .product-detail-wishlist,.product-detail-page .product-gallery-shell>jet-wishlist-add{position:absolute;right:12px;bottom:0;z-index:7;width:28px;height:28px;border:1px solid var(--borderColorLight);border-radius:6px;background:var(--white);display:flex;align-items:center;justify-content:center}}.zoom-container{position:absolute;background-repeat:no-repeat;position:absolute;z-index:11;width:0;opacity:0;height:0;visibility:hidden;top:0}.image-container{position:relative}.active-zoom .zoom-container{opacity:1;width:100%;height:100%;visibility:visible}body>.zoom-container{width:100%;height:100%;opacity:1;visibility:visible;position:fixed;left:0;z-index:9999}.product-title-block{margin:0 0 10px;color:var(--textDark);font-size:24px;font-weight:400;line-height:1.2;letter-spacing:-.02em}.product-meta-line{display:flex;align-items:center;gap:14px;min-height:18px;margin-bottom:10px;color:var(--textLight);font-size:11px;line-height:1}.product-meta-line .jet-product-sku,.product-meta-line .product-sku,.product-meta-line [class*=sku]{color:var(--textLight);font-size:11px;font-weight:400}.product-flags-line{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:26px}.product-detail-page .jet-product-sku,.product-detail-page .product-code,.product-detail-page .sku{color:var(--textLight);font-size:11px;font-weight:400}.product-detail-page .jet-product-brand{margin-bottom:8px}.product-detail-page .jet-product-brand a{display:inline-flex;align-items:center;gap:8px;color:var(--textDefault);font-size:12px}.product-detail-page .jet-product-brand img{max-width:64px;max-height:24px;object-fit:contain}.product-flags-line,.product-meta-line{display:flex;align-items:center;gap:0;min-height:18px;margin-bottom:12px;color:var(--textLight);font-size:11px;line-height:1}.product-flags-line jet-product-sku,.product-meta-line jet-product-sku{display:flex;align-items:center;color:var(--textLight);font-size:11px;font-weight:400;line-height:1}@media screen and (max-width:991px){.product-flags-line jet-product-sku,.product-meta-line jet-product-sku{position:relative;padding-right:16px;display:flex}.product-flags-line jet-product-sku::after,.product-meta-line jet-product-sku::after{content:"";position:absolute;top:50%;right:0;width:1px;height:14px;background:var(--borderColor);transform:translateY(-50%)}}.product-flags-line .jet-product-rating,.product-meta-line .jet-product-rating{position:relative;display:flex;align-items:center;margin-left:14px;padding-left:14px}.product-flags-line .jet-product-rating::before,.product-meta-line .jet-product-rating::before{content:"";position:absolute;top:50%;left:0;width:1px;height:14px;background:var(--borderColor);transform:translateY(-50%)}@media screen and (max-width:991px){.product-flags-line .jet-product-rating::before,.product-meta-line .jet-product-rating::before{display:none}}.product-flags-line .jet-product-rating,.product-meta-line .jet-product-rating{display:flex;align-items:center;gap:6px}.product-flags-line .jet-product-rating .rating,.product-meta-line .jet-product-rating .rating{display:flex;align-items:center;gap:0}.product-flags-line .jet-product-rating .rating span,.product-meta-line .jet-product-rating .rating span{width:15px;height:15px;display:block;position:relative;font-size:0;line-height:1;color:#d9d9d9}.product-flags-line .jet-product-rating .rating span::before,.product-meta-line .jet-product-rating .rating span::before{content:"★";position:absolute;inset:0;color:currentColor;font-size:20px;line-height:15px;font-family:Arial,sans-serif}.product-flags-line .jet-product-rating .rating span.active,.product-meta-line .jet-product-rating .rating span.active{color:#e7a323}.product-flags-line .jet-product-rating .rating-description,.product-meta-line .jet-product-rating .rating-description{display:flex;align-items:center;color:var(--textDefault);font-size:13px;font-weight:400;line-height:1}.product-flags-line .jet-product-rating .rating-description span,.product-meta-line .jet-product-rating .rating-description span{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.product-flags-line .jet-product-rating .rating-description span::before,.product-meta-line .jet-product-rating .rating-description span::before{content:"("}.product-flags-line .jet-product-rating .rating-description span::after,.product-meta-line .jet-product-rating .rating-description span::after{content:")"}.product-detail-page .jet-product-flag,.product-detail-page .jet-product-flag .content.product-flag,.product-detail-page .jet-product-flag .product-flag{display:inline-flex;align-items:center;gap:6px}.product-detail-page .jet-product-flag .flag-image{display:block;max-height:23px;width:auto}.product-detail-page .jet-product-flag-discount{display:inline-flex;align-items:center;justify-content:center;min-height:23px;padding:0 10px;border-radius:999px;background:var(--accentColor);color:var(--white);font-size:11px;font-weight:600;line-height:23px}@media screen and (max-width:991px){.flag-discount,.jet-product-flag-discount,jet-product-flag-discount{min-height:16px;padding:2px 5px;font-size:9px}}.product-detail-page .jet-product-availability{margin-top:8px;color:var(--textDefault);font-size:12px;line-height:1.4}.purchase-card__variations:has(.product-variation){margin-bottom:18px}.purchase-card__variations .content.product-variations,.purchase-card__variations .jet-product-variations,.purchase-card__variations .product-variation,.purchase-card__variations jet-product-variations{display:block;width:100%}.purchase-card__variations .reference{display:block;width:100%}.purchase-card__variations .reference-name,.purchase-card__variations .title,.purchase-card__variations .title-grouping,.purchase-card__variations .title-reference{display:block;margin:0 0 14px;color:var(--textDark);font-family:var(--fontText),Arial,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:120%}.purchase-card__variations .variation,.purchase-card__variations .variations,.purchase-card__variations ul{margin:0;padding:0;list-style:none}.purchase-card__variations .variations{display:flex;flex-wrap:wrap;align-items:flex-start;gap:16px}.purchase-card__variations .variation{width:64px;height:64px;min-width:64px;border:1px solid var(--borderColorLight);border-radius:14px;background:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:border-color .2s ease,opacity .2s ease}.purchase-card__variations .variation.active,.purchase-card__variations .variation.selected{border-color:var(--accentColor)}.purchase-card__variations .variation.sold,.purchase-card__variations .variation.unavailable{opacity:.42;cursor:not-allowed}.purchase-card__variations .variation.variation-hidden{display:none}.purchase-card__variations .variation-image{width:44px!important;height:44px!important;max-width:44px;max-height:44px;object-fit:contain;display:block}.purchase-card__variations .color,.purchase-card__variations .variation-color{width:38px;height:38px;display:block;border-radius:50%;border:1px solid var(--borderColorLight);background-clip:padding-box}.purchase-card__variations .element.text button,.purchase-card__variations .variation-text{width:100%;height:100%;padding:0 8px;border:0;background:0 0;color:var(--textDark);font-family:var(--fontText),Arial,sans-serif;font-size:11px;font-weight:600;line-height:120%;text-align:center}.purchase-card__variations .variation-more-button{width:64px;height:64px;min-width:64px;padding:0 8px;border:1px solid var(--borderColorLight);border-radius:14px;background:var(--white);color:#000;text-align:center;font-family:var(--fontText),Arial,sans-serif;font-size:11px;font-style:normal;font-weight:600;line-height:120%;cursor:pointer;display:flex;align-items:center;justify-content:center}@media screen and (max-width:991px){.product-detail-page .purchase-card__variations .variations{gap:10px}.product-detail-page .purchase-card__variations .variation,.product-detail-page .purchase-card__variations .variation-more-button{width:64px;height:64px;min-width:54px;border-radius:12px}.product-detail-page .purchase-card__variations .variation-image{width:64px!important;height:64px!important;max-width:64px;max-height:64px}.product-detail-page .purchase-card__variations .variation-more-button{font-size:11px}}.product-detail-page .jet-product-grouping{display:block}.product-detail-page .jet-product-grouping .title-grouping{display:block;margin:0 0 10px;color:var(--textDark);font-size:12px;font-weight:600}.product-detail-page .jet-product-grouping ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.product-detail-page .jet-product-grouping li .active,.product-detail-page .jet-product-grouping li a{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border:1px solid var(--borderColorLight);border-radius:8px;background:var(--white);overflow:hidden}.product-detail-page .jet-product-grouping li .active{border-color:var(--accentColor)}.product-detail-page .jet-product-grouping .grouping-color{width:28px;height:28px;border-radius:50%;border:1px solid var(--borderColorLight)}.product-detail-page .jet-product-grouping .grouping-text{color:var(--textDark);font-size:11px;font-weight:500}.product-detail-page .jet-product-grouping .grouping-image,.product-detail-page .jet-product-grouping img{display:block;width:100%;height:100%;object-fit:contain}.purchase-card__prices{margin:22px 0 10px;margin-top:0;text-align:center}.purchase-card__prices .jet-product-prices,.purchase-card__prices jet-product-prices{display:block;width:100%}.purchase-card__prices .price,.purchase-card__prices .product-price{display:flex;flex-direction:column;align-items:center}.purchase-card__prices .price-old-row{order:1;display:flex;align-items:center;justify-content:center}.purchase-card__prices .price-old-row:has(.jet-product-flag-discount){gap:6px;min-height:24px;margin:0 0 4px}.purchase-card__prices .old-price{display:inline-flex!important;align-items:center;justify-content:center;margin:0;color:#b8b8b8;font-size:14px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:.25px;text-decoration-line:line-through}.purchase-card__prices .flag-discount,.purchase-card__prices .jet-product-flag-discount{display:flex;min-height:20px;padding:4px 6px;justify-content:center;margin-left:6px;align-items:center;gap:8px;border-radius:8px;background:#ffb3a9;color:#b61a1a;font-size:11px;font-style:normal;font-weight:500;line-height:160%;letter-spacing:.25px}.purchase-card__prices .baseDiscount{order:2;margin:0}.purchase-card__prices .priceDiscount{display:flex;align-items:center;justify-content:center;gap:8px}.purchase-card__prices .priceDiscount .valueDiscount{display:inline-flex;color:#141414;font-size:32px;font-style:normal;font-weight:900;line-height:normal;letter-spacing:.25px;text-decoration:none}.purchase-card__prices .priceDiscount .textDiscount{font-size:18px;font-weight:900}.purchase-card__prices .descriptionDiscount{display:none}.purchase-card__prices .best-price{order:2;display:block;color:#141414;font-size:32px;font-style:normal;font-weight:900;line-height:normal;letter-spacing:.25px}.purchase-card__prices .installment,.purchase-card__prices .maxInterestFreeInstallment{order:3;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:4px;color:#0d0d0d;text-align:center;font-size:14px;font-style:normal;font-weight:600;line-height:140%;gap:2px}.purchase-card__prices .installment .desc,.purchase-card__prices .installment .desc-without-interest,.purchase-card__prices .maxInterestFreeInstallment .desc,.purchase-card__prices .maxInterestFreeInstallment .desc-without-interest{display:none}.purchase-card__prices .billet,.purchase-card__prices .taxes{order:5;margin-top:8px;color:var(--textDefault);font-size:11px;line-height:1.4}.purchase-card__prices .price.has-pix-price .baseDiscount{order:2;display:block}.purchase-card__prices .price.has-pix-price .best-price{order:3;display:flex;align-items:center;justify-content:center;margin-top:4px;color:#0d0d0d;text-align:center;font-size:14px;font-style:normal;font-weight:600;line-height:140%;letter-spacing:0}.purchase-card__prices .price.has-pix-price .best-price::before{content:"ou ";margin-right:4px}.purchase-card__prices .price.has-pix-price .installment,.purchase-card__prices .price.has-pix-price .maxInterestFreeInstallment{order:4}.purchase-card__prices .price:not(.has-pix-price) .baseDiscount{display:none}.purchase-card__prices .price:not(.has-pix-price) .best-price{order:2;display:block;color:#141414;font-size:32px;font-style:normal;font-weight:900;line-height:normal;letter-spacing:.25px}.purchase-card__prices .price:not(.has-pix-price) .best-price::before{display:none}.purchase-card__prices .price:not(.has-pix-price) .installment,.purchase-card__prices .price:not(.has-pix-price) .maxInterestFreeInstallment{order:3}.payment-methods-trigger{width:100%;margin:18px 0 20px;border:0;background:0 0;color:var(--textDark);font-size:13px;font-weight:600;line-height:1.2;text-decoration:underline;cursor:pointer}@media screen and (max-width:991px){.purchase-card__prices{margin:0 0 14px}.purchase-card__prices .price-old-row{margin-bottom:2px}.purchase-card__prices .old-price{font-size:12px}.purchase-card__prices .best-price,.purchase-card__prices .priceDiscount .valueDiscount{font-size:20px;font-weight:900}.purchase-card__prices .priceDiscount .textDiscount{min-height:15px;padding:1px 5px;font-size:14px}.purchase-card__prices .installment,.purchase-card__prices .maxInterestFreeInstallment{margin-top:2px;font-size:12px;line-height:140%}.purchase-card__prices .price.has-pix-price .best-price{font-size:12px}}.purchase-card__actions .jet-product-quantity{display:block;max-width:127px;width:100%}.purchase-card__actions .jet-product-quantity{height:54px;max-width:127px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;padding:16px 12px;border-radius:999px;background:var(--white);display:flex;align-items:center;justify-content:center}.purchase-card__actions .jet-product-quantity button{width:32px;height:32px;border:0;border-radius:120px;background:#f5f5f5;color:var(--textDark);font-size:22px;font-weight:400;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease}.purchase-card__actions .jet-product-quantity button:hover{background:var(--accentColorSoft);color:var(--accentColor)}.purchase-card__actions .jet-product-quantity button.plus{color:var(--accentColor);font-size:24px}.purchase-card__actions .jet-product-quantity button.minus{color:var(--textDefault)}.purchase-card__actions .jet-product-quantity input{width:100%;height:54px;border:0;background:0 0;color:var(--textDark);text-align:center;font-family:var(--fontText),Arial,sans-serif;font-size:14px;font-weight:600;line-height:1;outline:0;appearance:textfield}.purchase-card__actions .jet-product-quantity input::-webkit-inner-spin-button,.purchase-card__actions .jet-product-quantity input::-webkit-outer-spin-button{margin:0;appearance:none}@media screen and (max-width:991px){.product-detail-page .purchase-card__actions .jet-product-quantity,.product-detail-page .purchase-card__actions jet-product-quantity{width:127px}.product-detail-page .purchase-card__actions .jet-product-quantity{height:64px;grid-template-columns:34px 1fr 34px;padding:12px 7px}.product-detail-page .purchase-card__actions .jet-product-quantity button{width:30px;height:30px;font-size:20px;padding:8px}.product-detail-page .purchase-card__actions .jet-product-quantity input{height:48px;font-size:13px}}@media screen and (max-width:380px){.product-detail-page .purchase-card__actions .jet-product-quantity,.product-detail-page .purchase-card__actions jet-product-quantity{width:127px}.product-detail-page .purchase-card__actions .jet-product-quantity{grid-template-columns:30px 1fr 30px;padding:0 5px}}.purchase-card__actions:has(.jet-product-quantity){display:grid;grid-template-columns:127px minmax(0,1fr)}@media screen and (max-width:991px){.purchase-card__actions:has(.jet-product-quantity){grid-template-columns:127px minmax(0,1fr)}}.purchase-card__actions{display:flex;gap:14px;align-items:center;padding:20px 0 40px}.purchase-card__actions jet-product-quantity{display:block;width:100%}.purchase-card__actions .jet-product-add-cart,.purchase-card__actions jet-product-add-cart{display:block;width:100%;min-width:0}.purchase-card__actions .jet-product-add-cart .btn-buy,.purchase-card__actions .jet-product-add-cart .btn-recurrency,.purchase-card__actions .jet-product-add-cart .btn-sold{width:100%;min-width:0}.purchase-card__actions .jet-product-add-cart .btn-one-click{display:none}.purchase-card__actions .jet-product-add-cart .add-cart,.purchase-card__actions .jet-product-add-cart .recurrency,.purchase-card__actions .jet-product-add-cart .sold{width:100%;height:54px;border:1px solid var(--bgBorderCheckout);border-radius:999px;background:var(--bgButtonCheckout);color:var(--colorButtonCheckout);font-family:var(--fontText),Arial,sans-serif;font-size:14px;font-weight:700;line-height:1;letter-spacing:.1px;display:inline-flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.purchase-card__actions .jet-product-add-cart .add-cart::before,.purchase-card__actions .jet-product-add-cart .recurrency::before,.purchase-card__actions .jet-product-add-cart .sold::before{content:"";width:20px;height:20px;display:block;background:url(/assets/icons/shopping-bag-add.svg) no-repeat center center;background-size:contain;filter:brightness(0) invert(1)}.purchase-card__actions .jet-product-add-cart .add-cart:hover,.purchase-card__actions .jet-product-add-cart .recurrency:hover,.purchase-card__actions .jet-product-add-cart .sold:hover{opacity:.92}.purchase-card__actions .jet-product-add-cart .add-cart:active,.purchase-card__actions .jet-product-add-cart .recurrency:active,.purchase-card__actions .jet-product-add-cart .sold:active{transform:scale(.99)}.purchase-card__actions .jet-product-add-cart .sold{border-color:#d06666;background:#d06666;color:var(--white);cursor:not-allowed;opacity:1}.purchase-card__actions .jet-product-add-cart .sold::before{display:none}.purchase-card__actions .jet-product-add-cart .sold:hover{opacity:1}.purchase-card__actions .jet-product-add-cart .sold:active{transform:none}.purchase-card__actions .jet-product-add-cart .container-message{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;width:100%;min-width:0;margin:0;color:var(--textDark);font-family:var(--fontText),Arial,sans-serif}.purchase-card__actions .jet-product-add-cart .container-message span{display:block;color:var(--textDefault);font-size:13px;font-weight:400;line-height:1.35;text-align:start;padding:16px 0}.purchase-card__actions .jet-product-add-cart .container-message .btn-alert-me{min-width:130px;min-height:42px;padding:8px 16px;border:1px solid var(--borderColor);background:var(--white);color:var(--textDark);font-family:var(--fontText),Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.25;text-align:center;cursor:pointer;width:100%;height:54%;border-radius:8px;transition:border-color .2s ease,background .2s ease,color .2s ease}.purchase-card__actions .jet-product-add-cart .container-message .btn-alert-me:hover{border-color:var(--accentColor);background:var(--accentColorSoft);color:var(--accentColor)}.purchase-card__actions.is-sold-product,.purchase-card__actions:has(.jet-product-add-cart.btn-sold){grid-template-columns:1fr}.purchase-card__actions.is-sold-product jet-product-quantity,.purchase-card__actions:has(.jet-product-add-cart.btn-sold) jet-product-quantity{display:none!important}.purchase-card__actions.is-sold-product jet-product-add-cart,.purchase-card__actions:has(.jet-product-add-cart.btn-sold) jet-product-add-cart{grid-column:1/-1}.purchase-card__actions.is-sold-product .jet-product-add-cart,.purchase-card__actions:has(.jet-product-add-cart.btn-sold) .jet-product-add-cart{display:grid;grid-template-columns:127px minmax(0,1fr);gap:14px;align-items:center}.purchase-card__actions.is-sold-product .jet-product-add-cart .btn-sold,.purchase-card__actions:has(.jet-product-add-cart.btn-sold) .jet-product-add-cart .btn-sold{grid-column:1}.purchase-card__actions.is-sold-product .jet-product-add-cart .container-message,.purchase-card__actions:has(.jet-product-add-cart.btn-sold) .jet-product-add-cart .container-message{grid-column:2}@media screen and (max-width:991px){.product-detail-page .purchase-card__variations{margin-bottom:16px}.product-detail-page .purchase-card__actions{gap:8px;margin:0 0 16px;padding:20px 0 16px}.product-detail-page .purchase-card__actions .jet-product-add-cart .add-cart,.product-detail-page .purchase-card__actions .jet-product-add-cart .recurrency,.product-detail-page .purchase-card__actions .jet-product-add-cart .sold{width:100%;height:64px;font-size:14px;font-weight:600;border-radius:24px}.product-detail-page .purchase-card__actions.is-sold-product,.product-detail-page .purchase-card__actions:has(.jet-product-add-cart.btn-sold){grid-template-columns:1fr}.product-detail-page .purchase-card__actions.is-sold-product jet-product-quantity,.product-detail-page .purchase-card__actions:has(.jet-product-add-cart.btn-sold) jet-product-quantity{display:none!important}.product-detail-page .purchase-card__actions.is-sold-product jet-product-add-cart,.product-detail-page .purchase-card__actions:has(.jet-product-add-cart.btn-sold) jet-product-add-cart{grid-column:1/-1}.product-detail-page .purchase-card__actions.is-sold-product .jet-product-add-cart,.product-detail-page .purchase-card__actions:has(.jet-product-add-cart.btn-sold) .jet-product-add-cart{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.product-detail-page .purchase-card__actions.is-sold-product .jet-product-add-cart .btn-sold,.product-detail-page .purchase-card__actions:has(.jet-product-add-cart.btn-sold) .jet-product-add-cart .btn-sold{width:127px}.product-detail-page .purchase-card__actions.is-sold-product .jet-product-add-cart .sold,.product-detail-page .purchase-card__actions:has(.jet-product-add-cart.btn-sold) .jet-product-add-cart .sold{width:127px;height:64px;border-radius:24px}.product-detail-page .purchase-card__actions.is-sold-product .jet-product-add-cart .container-message,.product-detail-page .purchase-card__actions:has(.jet-product-add-cart.btn-sold) .jet-product-add-cart .container-message{width:100%;gap:8px}.product-detail-page .purchase-card__actions.is-sold-product .jet-product-add-cart .container-message span,.product-detail-page .purchase-card__actions:has(.jet-product-add-cart.btn-sold) .jet-product-add-cart .container-message span{max-width:210px;font-size:13px;line-height:1.35}.product-detail-page .purchase-card__actions.is-sold-product .jet-product-add-cart .container-message .btn-alert-me,.product-detail-page .purchase-card__actions:has(.jet-product-add-cart.btn-sold) .jet-product-add-cart .container-message .btn-alert-me{min-width:127px;min-height:46px;padding:8px 12px;border-radius:4px;font-size:13px;line-height:1.2}.product-detail-page .purchase-benefits{padding:14px 0}}.purchase-card__freight{padding-top:2px}.purchase-card__freight .shipping-title{margin:0 0 16px;color:var(--textDark);font-size:14px;font-weight:600}.purchase-card__freight .freight-input-row{display:grid;grid-template-columns:minmax(0,1fr) 94px;gap:8px;align-items:center}.purchase-card__freight input{width:100%;height:50px;border:1px solid var(--borderColor);border-radius:12px;background:var(--white);color:var(--textDefault);font-size:12px;padding:0 16px}.purchase-card__freight .freight-button,.purchase-card__freight button{height:50px;border:1px solid var(--bgButtonImg);border-radius:12px;background:var(--bgButtonImg);color:var(--accentColor);font-size:14px;font-weight:500}.purchase-card__freight .btns-pickup.freight-pickup-buttons{margin-top:16px}.purchase-card__freight .btn-not-with-pickup{margin-right:16px}.purchase-card__freight a{display:inline-block;margin-top:8px;color:var(--accentColor);font-size:12px;font-weight:400;text-decoration:underline}.purchase-card__freight .result{margin-top:14px;color:var(--textDefault);font-size:12px;line-height:1.45;overflow:visible}.purchase-card__freight table{width:100%;border-collapse:collapse}.purchase-card__freight td,.purchase-card__freight th{padding:8px 0;border-bottom:1px solid var(--borderColorLight);text-align:left}.purchase-card__freight .shipping{position:relative;overflow:visible}.purchase-card__freight .result .shipping.pickup .info{position:relative;display:block;overflow:visible}.purchase-card__freight .result .shipping.pickup .name{position:relative;display:flex;align-items:center;gap:4px;flex-wrap:nowrap;overflow:visible}.purchase-card__freight .result .shipping.pickup .name .type,.purchase-card__freight .result .shipping.pickup .name .value{line-height:1.4}.purchase-card__freight .result .shipping.pickup .name .tooltip{position:absolute;left:0;top:28px;width:12px;height:12px;margin:0;display:inline-flex;align-items:center;justify-content:center;cursor:help;z-index:20}.purchase-card__freight .result .shipping.pickup .name .tooltip svg{width:12px;height:12px;display:block}.purchase-card__freight .result .shipping.pickup .name .tooltip::before{content:attr(data-description);position:absolute;left:18px;top:50%;width:max-content;max-width:240px;padding:10px 12px;border-radius:8px;background:var(--textDark,#17161e);color:var(--white,#fff);font-size:11px;font-weight:400;line-height:1.4;white-space:normal;box-shadow:0 8px 24px rgba(0,0,0,.16);opacity:0;visibility:hidden;pointer-events:none;transform:translate(6px,-50%);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:30}.purchase-card__freight .result .shipping.pickup .name .tooltip::after{content:"";position:absolute;left:13px;top:50%;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid var(--textDark,#17161e);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-50%);transition:opacity .2s ease,visibility .2s ease;z-index:31}.purchase-card__freight .result .shipping.pickup .name .tooltip:active::after,.purchase-card__freight .result .shipping.pickup .name .tooltip:active::before,.purchase-card__freight .result .shipping.pickup .name .tooltip:hover::after,.purchase-card__freight .result .shipping.pickup .name .tooltip:hover::before{opacity:1;visibility:visible}.purchase-card__freight .result .shipping.pickup .name .tooltip:active::before,.purchase-card__freight .result .shipping.pickup .name .tooltip:hover::before{transform:translate(0,-50%)}.purchase-card__freight .result .shipping.pickup .address,.purchase-card__freight .result .shipping.pickup .time{padding-left:20px}.purchase-card__freight .result .shipping.pickup .address{margin-top:8px;line-height:1.35}.purchase-card__freight .result .shipping.pickup .time{line-height:1.35}@media screen and (max-width:767px){.purchase-card__freight .result .shipping.pickup .name .tooltip::before{left:-4px;top:20px;max-width:220px;transform:translate(0,6px)}.purchase-card__freight .result .shipping.pickup .name .tooltip::after{left:2px;top:16px;border-right:5px solid transparent;border-left:5px solid transparent;border-bottom:5px solid var(--textDark,#17161e);border-top:0;transform:none}.purchase-card__freight .result .shipping.pickup .name .tooltip:active::before,.purchase-card__freight .result .shipping.pickup .name .tooltip:hover::before{transform:translate(0,0)}}.product-description-tabs{width:100%;margin-top:52px}.description-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--borderColorLight)}.description-tabs__button{position:relative;height:48px;border:0;background:0 0;color:var(--textMenu);font-size:14px;font-weight:500;text-align:center;transition:color .2s ease}.description-tabs__button.active{color:var(--accentColor)}.description-tabs__button.active::after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--accentColor)}.description-panels{max-width:780px;padding-top:34px}.description-panel{color:var(--textDefault);font-size:12px;font-weight:300;line-height:1.65}.description-panel[hidden]{display:none!important}.description-panel b,.description-panel h1,.description-panel h2,.description-panel h3,.description-panel h4,.description-panel strong{color:var(--textDark);font-weight:600}.description-panel h2,.description-panel h3{margin:0 0 24px;font-size:14px;line-height:1.25}.description-panel p{margin:0 0 14px}.description-panel ol,.description-panel ul{margin:0 0 14px 18px;padding:0}.description-panel li{margin-bottom:4px}.product-summary{margin-top:20px}.product-summary h2{margin:0 0 14px;color:var(--textDark);font-size:12px;font-weight:700;line-height:1.2}.product-summary .jet-product-summarized-description,.product-summary jet-product-summarized-description{display:block;color:var(--textDefault);font-size:12px;font-weight:300;line-height:1.65}.product-summary .jet-product-summarized-description p{margin:0 0 18px;color:var(--textDefault);font-size:12px;font-weight:300;line-height:1.65}.product-summary .jet-product-summarized-description p:has(strong){margin:0 0 12px}.product-summary .jet-product-summarized-description p strong{color:var(--textDark);font-size:12px;font-weight:700;line-height:1.2}.product-summary .jet-product-summarized-description p meta{display:none}.product-summary .jet-product-summarized-description ul{display:flex;flex-wrap:wrap;gap:10px 12px;margin:0;padding:0;list-style:none}.product-summary .jet-product-summarized-description li{position:relative;min-height:30px;padding:0 14px 0 36px;border-radius:999px;background:#fff6f6;color:var(--textDark);font-size:12px;font-weight:400;line-height:30px;list-style:none;white-space:nowrap}.product-summary .jet-product-summarized-description li::before{content:"✓";position:absolute;top:50%;left:10px;width:18px;height:18px;border-radius:50%;background:var(--accentColorSoft);color:var(--accentColor);font-size:11px;font-weight:700;line-height:18px;text-align:center;transform:translateY(-50%)}.product-summary .jet-product-summarized-description p:empty,.product-summary .jet-product-summarized-description p:last-child{margin-bottom:0}@media screen and (max-width:991px){.product-detail-page .product-description-tabs{margin-top:24px;padding:0 16px}.product-detail-page .description-tabs__button{height:44px;font-size:14px}.product-detail-page .description-panels{max-width:100%;padding-top:24px}.product-detail-page .description-panel{font-size:12px;line-height:1.65}.product-detail-page .description-panel h2,.product-detail-page .description-panel h3{margin:0 0 18px;font-size:14px;line-height:1.25}.product-detail-page .description-panel p{margin:0 0 14px}.product-detail-page .description-panel ol,.product-detail-page .description-panel ul{margin:0 0 14px 18px}.product-detail-page .product-summary{margin:33px 0 0}.product-detail-page .product-summary h2{margin:0 0 10px;color:var(--textDark);font-size:12px;font-weight:600;line-height:120%}.product-detail-page .product-summary .jet-product-summarized-description p{margin:0 0 10px;color:var(--textDefault);font-size:12px;font-weight:400;line-height:160%}.product-detail-page .product-summary .jet-product-summarized-description strong{display:block;margin:32px 0 12px;color:var(--textDark);font-size:12px;font-weight:600;line-height:120%}.product-detail-page .product-summary .jet-product-summarized-description ul{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.product-detail-page .product-summary .jet-product-summarized-description li{position:relative;min-height:24px;padding:0 10px 0 28px;border-radius:999px;background:#fff6f6;color:var(--textDark);font-size:12px;font-weight:400;line-height:24px;list-style:none;white-space:normal}.product-detail-page .product-summary .jet-product-summarized-description li::before{content:"✓";position:absolute;top:50%;left:8px;width:14px;height:14px;border-radius:50%;background:var(--accentColorSoft);color:var(--accentColor);font-size:9px;font-weight:700;line-height:14px;text-align:center;transform:translateY(-50%)}.product-detail-page .product-summary__content{max-height:116px;overflow:hidden;position:relative;transition:max-height .25s ease}.product-detail-page .product-summary__content::after{content:"";position:absolute;right:0;bottom:0;left:0;height:28px;background:linear-gradient(to bottom,rgba(255,255,255,0),var(--bgBody));pointer-events:none}.product-detail-page .product-summary__content.is-open{max-height:none}.product-detail-page .product-summary__content.is-open::after{display:none}.product-detail-page .product-summary__more{margin:8px 0 0;padding:0;border:0;background:0 0;color:var(--accentColor);font-size:10px;font-weight:600;line-height:1;text-decoration:underline;cursor:pointer}}.description-panel[hidden]{display:none!important}.description-panel.active{display:block}@media screen and (max-width:991px){.product-detail-page .product-description-tabs.computer-hide{display:block!important}.product-detail-page .product-description-tabs.mobile-hide,.product-detail-page .product-description-tabs.tablet-hide{display:none!important}}.jet-modal.payments .jet-modal-content{max-width:515px}.openPayments{border:none;background:0 0;padding:0;text-decoration:underline;font-size:12px;margin:10px 0 0;display:flex;align-items:center;font-weight:500;gap:5px;display:flex;justify-content:center;width:100%}@media screen and (max-width:991px){.openPayments{margin:12px auto 32px}}.payment-form-title{font-size:18px;font-weight:700;display:block;text-align:center;margin-bottom:20px;width:calc(100% - 30px)}.payment-method-content{display:flex;align-items:center;gap:15px;margin-bottom:20px}.payment-method-content .payment-method-item{padding:10px;border:1px solid transparent;cursor:pointer}.payment-method-content .payment-method-item.selected{border-color:var(--black)}.payment-method-content .payment-method-item svg{height:22px;margin:0 auto 12px;display:block}.payment-method-content .payment-method-item span{text-transform:uppercase;font-size:10px}@media screen and (max-width:991px){.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:991px){.payment-methods{max-height:410px}}.payment-info .payment-name{font-weight:700;font-size:12px;margin-bottom:10px;margin-top:10px;display:block}.payment-info ul{display:flex;flex-direction:column;min-width:450px}.payment-info ul>li{height:35px;line-height:35px;padding:0 12px;display:flex;justify-content:space-between}.payment-info ul>li:nth-child(even){background:#ececec}@media screen and (max-width:991px){.payment-info ul{min-width:auto}.payment-info span.desc{display:none}}.product-detail-page jet-wishlist-add{position:absolute;top:14px;right:14px;z-index:3;width:34px;height:34px;border:1px solid var(--borderColorLight);border-radius:8px;background:var(--white);display:flex;align-items:center;justify-content:center}.coupon-card{margin-top:32px;border-radius:16px;background:rgba(255,237,213,.2);padding:24px;text-align:center}.coupon-card strong{display:inline-flex;align-items:center;justify-content:center;gap:14px;margin:0 0 32px;color:var(--black);font-size:13px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:.15px}.coupon-card p{width:100%;min-height:42px;margin:0 0 20px;padding:0 20px;border-radius:999px;border-radius:120px;background:rgba(255,179,169,.27);color:var(--priceColor);font-size:13px;font-style:normal;font-weight:600;line-height:42px;text-align:center}.coupon-card small{display:block;margin-top:10px;color:#605e70;font-family:var(--fontText),Poppins,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:.25px;text-align:left}.coupon-card__copy{display:grid;grid-template-columns:minmax(0,1fr) 122px;gap:10px;align-items:center}.coupon-card__copy input{width:100%;height:37px;padding:0 18px;border:1px solid #dedff0;border-radius:12px;background:var(--white);color:#918f9d;font-family:var(--fontText),Poppins,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:.25px;text-align:center;outline:0}.coupon-card__copy button{width:100%;height:37px;border:1px solid var(--accentColor);border-radius:12px;background:var(--white);color:var(--accentColor);text-align:center;font-family:var(--fontText),Poppins,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:150%;cursor:pointer;transition:background .2s ease,color .2s ease,opacity .2s ease}.coupon-card__copy button.copied,.coupon-card__copy button:hover{background:var(--accentColor);color:var(--white)}@media screen and (max-width:991px){.product-detail-page .coupon-card{margin:16px 16px 0;padding:28px 16px 24px;border-radius:12px}.product-detail-page .coupon-card strong{margin-bottom:28px;gap:10px;font-size:13px}.product-detail-page .coupon-card p{min-height:36px;padding:8px;font-size:11px;font-weight:600;line-height:18px;height:33px}.product-detail-page .coupon-card small{font-size:11px}.product-detail-page .coupon-card__copy{grid-template-columns:minmax(0,1fr) 86px;gap:8px}.product-detail-page .coupon-card__copy button,.product-detail-page .coupon-card__copy input{height:40px;border-radius:10px}.product-detail-page .coupon-card__copy input{font-size:11px}.product-detail-page .coupon-card__copy button{font-size:11px}}.purchase-card__variations .jet-product-kit{display:block;width:100%;margin:0}.purchase-card__variations .jet-product-kit .title-product-kit{display:block;width:100%;margin:0 0 14px}.purchase-card__variations .jet-product-kit .title-product-kit .title{display:block;margin:0;color:var(--textDark);font-family:var(--fontText),Arial,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:120%}.purchase-card__variations .jet-product-kit .kit-products{display:flex;flex-wrap:wrap;align-items:flex-start;gap:16px;width:100%;margin:0;padding:0}.purchase-card__variations .jet-product-kit .kit-variations{width:64px;min-width:64px;margin:0;padding:0;display:block}.purchase-card__variations .jet-product-kit .product-image-kit{width:64px;height:64px;min-width:64px;border:1px solid var(--borderColorLight);border-radius:14px;background:var(--white);display:flex;align-items:center;justify-content:center;overflow:hidden}.purchase-card__variations .jet-product-kit .product-image-kit img{width:44px!important;height:44px!important;max-width:44px;max-height:44px;object-fit:contain;display:block}.purchase-card__variations .jet-product-kit .information{display:block;width:100%;margin-top:8px;text-align:center}.purchase-card__variations .jet-product-kit .name-product{display:block;width:100%;margin:0 0 4px;color:var(--textDark);font-family:var(--fontText),Arial,sans-serif;font-size:10px;font-style:normal;font-weight:500;line-height:120%;text-align:center;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.purchase-card__variations .jet-product-kit .price,.purchase-card__variations .jet-product-kit .product-price{display:block;width:100%;text-align:center}.purchase-card__variations .jet-product-kit .best-price{display:block;margin:0;color:var(--priceColor);font-family:var(--fontText),Arial,sans-serif;font-size:11px;font-style:normal;font-weight:700;line-height:120%;text-align:center}.purchase-card__variations .jet-product-kit .quantity{display:block;width:100%;margin-top:3px}.purchase-card__variations .jet-product-kit .quantity span{display:block;width:100%;color:var(--textMuted);font-family:var(--fontText),Arial,sans-serif;font-size:9px;font-style:normal;font-weight:400;line-height:120%;text-align:center}@media screen and (max-width:991px){.product-detail-page .purchase-card__variations .jet-product-kit .kit-products{gap:10px}.product-detail-page .purchase-card__variations .jet-product-kit .kit-variations{width:64px;min-width:64px}.product-detail-page .purchase-card__variations .jet-product-kit .product-image-kit{width:64px;height:64px;min-width:64px;border-radius:12px}.product-detail-page .purchase-card__variations .jet-product-kit .product-image-kit img{width:64px!important;height:64px!important;max-width:64px;max-height:64px;object-fit:contain}.product-detail-page .purchase-card__variations .jet-product-kit .information{margin-top:6px}.product-detail-page .purchase-card__variations .jet-product-kit .name-product{font-size:9px;line-height:120%}.product-detail-page .purchase-card__variations .jet-product-kit .best-price{font-size:10px;font-weight:700}.product-detail-page .purchase-card__variations .jet-product-kit .quantity span{font-size:8px}}.product-detail-page .countdown,.product-detail-page .jet-product-flash-offer{margin-top:12px;color:var(--accentColor);font-size:12px;font-weight:600}.product-buy-together-section{width:100%;margin:34px 0 32px;padding:0;background:rgba(255,237,213,.35)}.product-buy-together-section.is-empty{display:none}.product-buy-together-section jet-product-buy-together,.product-buy-together-section>.ui.container{display:block;width:100%;min-width:0}.product-buy-together-section .jet-product-buy-together{width:100%;min-width:0;padding:16px 0 34px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,356px);grid-template-areas:"title title" "products result";column-gap:clamp(20px,2.5vw,34px);align-items:center}.product-buy-together-section .jet-product-buy-together:empty{display:none}.product-buy-together-section .jet-product-buy-together .buy-together-title{grid-area:title;display:block;margin:0 0 33px;color:#141414;font-family:var(--fontText),Poppins,Arial,sans-serif;font-size:24px;font-weight:500;line-height:120%;text-align:center}.product-buy-together-section .jet-product-buy-together .products-together{grid-area:products;width:100%;min-width:0}.product-buy-together-section .jet-product-buy-together .products-together>ul{width:100%;min-width:0;margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,306px));gap:12px;justify-content:end;align-items:stretch}.product-buy-together-section .jet-product-buy-together .products-together>ul>li{width:100%;min-width:0;margin:0;padding:0;list-style:none;display:flex}.product-buy-together-section .jet-product-buy-together jet-card-buy-together{width:100%;min-width:0;display:flex;flex:1 1 auto}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card{position:relative;width:100%;min-width:0;padding:16px 12px 12px;border:1px solid #ffb3a9;border-radius:0;background:0 0;color:var(--textDark);display:flex;flex:1 1 auto}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card:has(.content.actionbutton.active),.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card:has(.content.actionbutton:has(.product-remove)),.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card:has(.content.product-buybutton.active),.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card:has(.content.product-buybutton:has(.product-remove)){border-color:var(--accentColor)}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .jet-container{width:100%;min-width:0;display:flex;flex-direction:column;align-items:center}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.images{order:1;position:relative;width:100%;min-width:0;aspect-ratio:1/1;border:0;background:0 0;display:flex;align-items:center;justify-content:center}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .alternate-image,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-image,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .main-image,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .product-image,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .product-image>a{width:100%;min-width:0;display:flex;align-items:center;justify-content:center}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .alternate-image,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .main-image,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .product-image>a{height:100%}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .alternate-image{display:none}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card:hover .product-image.has-alternate .main-image{opacity:1;transform:scale(1.04)}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-brand,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-category,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-flag,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .descriptionTax,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .jet-wishlist-add,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .product-rating,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .product-recurrency,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .product-variation{display:none}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.data{order:2;width:100%;min-width:0;margin-top:8px;text-align:center;display:flex;flex-direction:column;flex:1 1 auto}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-info,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .product-info,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .product-name,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .product-price,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .product-values{width:100%;min-width:0}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .product-name{display:block;color:var(--textDark);text-decoration:none}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.data h3{min-height:40px;margin:0 0 10px;color:var(--textDark);font-family:var(--fontText),Poppins,Arial,sans-serif;font-size:14px;font-weight:500;line-height:140%;overflow-wrap:anywhere;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .product-price,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .product-values{margin-top:auto}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .product-price>a{width:100%;color:inherit;text-decoration:none;display:block}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price{width:100%;min-width:0;min-height:92px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:3px;text-align:center}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.baseDiscount{order:1;width:auto;max-width:100%;margin:0;display:flex;flex-direction:column;align-items:center}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.baseDiscount>.priceDiscount{max-width:100%;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px;color:var(--priceColor)}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.baseDiscount>.priceDiscount>.valueDiscount{color:var(--priceColor);font-family:var(--fontText),Poppins,Arial,sans-serif;font-size:18px;font-weight:800;line-height:1;text-decoration:none}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.baseDiscount>.priceDiscount>.textDiscount{min-height:15px;padding:1px 5px;border-radius:999px;background:var(--accentColorSoft);color:var(--accentColor);font-family:var(--fontText),Poppins,Arial,sans-serif;font-size:8px;font-weight:600;line-height:13px;text-transform:uppercase;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.baseDiscount>.descriptionDiscount{display:none}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.old-price{order:2;min-height:14px;color:var(--oldPriceColor);font-family:var(--fontText),Poppins,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1;text-decoration:line-through}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.old-price:empty{display:none}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.old-price>span{color:inherit;font:inherit;text-decoration:inherit}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.best-price{order:3;margin:0;color:var(--Gray-900,#141414);font-family:var(--fontText),Poppins,Arial,sans-serif;font-size:32px;font-weight:900;line-height:1;letter-spacing:.25px}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.best-price>span{color:inherit;font:inherit}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.installment,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.maxInterestFreeInstallment{order:4;max-width:100%;color:var(--Background-Dark-bg,#0d0d0d);font-family:var(--fontText),Poppins,Arial,sans-serif;font-size:14px;font-weight:600;line-height:130%;overflow-wrap:anywhere}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price.has-pix-price>.old-price{order:1}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price.has-pix-price>.baseDiscount{order:2}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price.has-pix-price>.baseDiscount>.priceDiscount>.valueDiscount{color:var(--Gray-900,#141414);font-size:32px;font-weight:900;letter-spacing:.25px}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price.has-pix-price>.best-price{order:3;color:var(--priceColor);font-size:16px;font-weight:600;letter-spacing:0}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price.has-pix-price>.best-price::before{content:"ou "}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .product-availability{width:100%;margin-top:8px;color:var(--textDark);font-size:12px;line-height:130%;text-align:center}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy{position:absolute;top:0;right:16px;z-index:3;width:auto;height:auto;margin:0;padding:0}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>.product-buy>button,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>button,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>.product-buy>button,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>button{width:30px;height:26px;min-width:30px;min-height:26px;margin:0;padding:0;border:0;border-radius:2px;background:#9fa5a6;color:transparent;font-size:0;line-height:0;box-shadow:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>.product-buy>button::before,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>button::before,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>.product-buy>button::before,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>button::before{content:"✓";color:var(--white);font-size:16px;font-weight:700;line-height:1}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>.product-buy>button.active,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>.product-buy>button:has(.product-remove),.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>.product-buy>button[aria-pressed=true],.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>button.active,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>button:has(.product-remove),.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>button[aria-pressed=true],.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>.product-buy>button.active,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>.product-buy>button:has(.product-remove),.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>.product-buy>button[aria-pressed=true],.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>button.active,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>button:has(.product-remove),.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>button[aria-pressed=true]{background:var(--accentColor)}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>.product-buy>button.disabled,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>.product-buy>button:disabled,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>.product-buy>button[aria-disabled=true],.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>button.disabled,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>button:disabled,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>button[aria-disabled=true],.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>.product-buy>button.disabled,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>.product-buy>button:disabled,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>.product-buy>button[aria-disabled=true],.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>button.disabled,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>button:disabled,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>button[aria-disabled=true]{opacity:.55;cursor:not-allowed}.product-buy-together-section .jet-product-buy-together .result-buy-together{grid-area:result;width:100%;min-width:0;display:flex;align-items:center;justify-content:center}.product-buy-together-section .jet-product-buy-together .result-buy-together>.result{width:min(100%,320px);min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center}.product-buy-together-section .jet-product-buy-together .result-buy-together>.result>button{order:3;width:100%;min-height:46px;margin-top:14px;padding:10px 14px;border:0;border-radius:8px;background:var(--accentColorSoft);color:var(--accentColor);font-family:var(--fontText),Poppins,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.product-buy-together-section .jet-product-buy-together .result-buy-together>.result>button::before{content:"";width:20px;height:20px;flex:0 0 20px;background:url(/assets/icons/shopping-bag-add.svg) center/contain no-repeat}.product-buy-together-section .jet-product-buy-together .result-buy-together>.result>button.disabled,.product-buy-together-section .jet-product-buy-together .result-buy-together>.result>button:disabled,.product-buy-together-section .jet-product-buy-together .result-buy-together>.result>button[aria-disabled=true]{opacity:.55;cursor:not-allowed}.product-buy-together-section .jet-product-buy-together .result-buy-together .title-result{margin:0 0 8px;color:var(--accentColor);font-family:var(--fontText),Poppins,Arial,sans-serif;font-size:21px;font-weight:400;line-height:120%}.product-buy-together-section .jet-product-buy-together .result-buy-together .item{width:100%;min-width:0}.product-buy-together-section .jet-product-buy-together .result-buy-together .item>.title{display:none}.product-buy-together-section .jet-product-buy-together .result-buy-together .item.summary{order:1;display:block}.product-buy-together-section .jet-product-buy-together .result-buy-together .item.summary>.value{color:var(--Gray-Scale-Gray-200,#b8b8b8);font-family:var(--fontText),Poppins,Arial,sans-serif;font-size:clamp(26px,2.4vw,33px);font-weight:400;line-height:120%;letter-spacing:.69px;text-decoration:line-through}.product-buy-together-section .jet-product-buy-together .result-buy-together .item.discount{display:none}.product-buy-together-section .jet-product-buy-together .result-buy-together .item.total{order:2;display:block;margin-top:4px}.product-buy-together-section .jet-product-buy-together .result-buy-together .item.total>.value{color:var(--Gray-900,#141414);font-family:var(--fontText),Poppins,Arial,sans-serif;font-size:clamp(32px,2.8vw,39px);font-weight:900;line-height:1;letter-spacing:.306px}@media screen and (max-width:991px){.product-buy-together-section{margin:0 0 24px;padding:24px 16px 0;border-top:1px solid var(--borderColorLight);background:0 0}.product-buy-together-section>.ui.container{width:100%;max-width:100%;padding:0}.product-buy-together-section .jet-product-buy-together{width:100%;padding:0;display:block}.product-buy-together-section .jet-product-buy-together .buy-together-title{margin:0 0 40px;font-size:24px}.product-buy-together-section .jet-product-buy-together .products-together>ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;justify-content:stretch}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card{padding:28px 8px 10px;border-color:var(--accentColorSoft)}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.images{aspect-ratio:1/1;border:1px solid var(--borderColorLight);border-radius:8px;background:var(--white)}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.data h3{min-height:52px;margin-bottom:8px;font-size:12px}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price{min-height:82px;gap:2px}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.old-price{font-size:11px}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.best-price{font-size:18px}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.installment,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.maxInterestFreeInstallment{font-size:11px}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.baseDiscount>.priceDiscount{gap:3px}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.baseDiscount>.priceDiscount>.valueDiscount{font-size:18px}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price>.baseDiscount>.priceDiscount>.textDiscount{min-height:13px;padding:1px 4px;font-size:7px;line-height:11px}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price.has-pix-price>.baseDiscount>.priceDiscount>.valueDiscount{font-size:18px}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .price.has-pix-price>.best-price{font-size:12px}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy{top:0;right:3px}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>.product-buy>button,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>button,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>.product-buy>button,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>button{width:18px;height:16px;min-width:18px;min-height:16px}.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>.product-buy>button::before,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.action>button::before,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>.product-buy>button::before,.product-buy-together-section .jet-product-buy-together jet-card-buy-together .jet-card .content.product-buy>button::before{font-size:12px}.product-buy-together-section .jet-product-buy-together .result-buy-together{width:100%;margin-top:40px;padding:12px;border-radius:10px;background:var(--white);display:block}.product-buy-together-section .jet-product-buy-together .result-buy-together>.result{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(140px,188px);grid-template-areas:"old button" "total button";column-gap:12px;align-items:center}.product-buy-together-section .jet-product-buy-together .result-buy-together>.result>button{grid-area:button;width:100%;min-width:0;min-height:46px;margin:0;padding:8px 10px;font-size:13px;gap:8px}.product-buy-together-section .jet-product-buy-together .result-buy-together>.result>button::before{width:18px;height:18px;flex-basis:18px}.product-buy-together-section .jet-product-buy-together .result-buy-together .title-result{display:none}.product-buy-together-section .jet-product-buy-together .result-buy-together .item.summary{grid-area:old;margin:0;text-align:center}.product-buy-together-section .jet-product-buy-together .result-buy-together .item.summary>.value{font-size:11px}.product-buy-together-section .jet-product-buy-together .result-buy-together .item.total{grid-area:total;margin:3px 0 0;text-align:center}.product-buy-together-section .jet-product-buy-together .result-buy-together .item.total>.value{font-size:21px}}.pdp-products-section{visibility:hidden;opacity:0;width:100%;padding:0 0 64px;background:var(--bgBody);transition:opacity .2s ease}.pdp-products-section.is-ready{visibility:visible;opacity:1}.pdp-products-section.is-empty{visibility:hidden;opacity:0;height:0;margin:0;padding:0;overflow:hidden}.pdp-products-section .ui.container{position:relative}.pdp-products-section .jet-products,.pdp-products-section jet-products{display:block;width:100%}.pdp-products-section .jet-products>div{width:100%}.pdp-products-section .group-title{display:none!important}.pdp-products-section .title-container{display:block;margin:0 0 48px;color:#17161e;text-align:center;font-size:24px;font-weight:500}.pdp-products-section .jet-nothing-found{display:none}.pdp-products-section .jet-children{display:flex}.pdp-products{width:100%;min-width:0}.pdp-products-slider{width:100%;min-width:0}.pdp-products-slider__item{display:block}.pdp-products-section .tns-outer{position:relative;width:100%;padding-bottom:42px}@media screen and (max-width:991px){.pdp-products-section .tns-outer{padding-bottom:62px}}.pdp-products-section .tns-ovh{overflow:hidden}.pdp-products-section .tns-inner{width:100%}.pdp-products-section .tns-item{box-sizing:border-box}.pdp-products-section .tns-item .jet-card,.pdp-products-section .tns-item>.jet-card{width:100%}.pdp-products-section jet-card.tns-item{display:block}.pdp-products-section jet-card.tns-item>.jet-card{width:100%}.pdp-products-section .tns-controls{top:32%}.pdp-products-section .tns-controls button{position:absolute;top:50%;z-index:4;width:28px;height:28px;padding:0;border:0;background:0 0;color:transparent;font-size:0;line-height:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transform:translateY(-50%)}.pdp-products-section .tns-controls button[disabled]{opacity:.25;pointer-events:none}.pdp-products-section .tns-controls button::before{content:"";width:30px;height:30px;display:block;background:url(/assets/icons/arrows/arrow_right.svg) no-repeat center center;background-size:contain}.pdp-products-section .tns-controls button[data-controls=prev]{left:0}.pdp-products-section .tns-controls button[data-controls=prev]::before{transform:rotate(270deg)}.pdp-products-section .tns-controls button[data-controls=next]{right:0}.pdp-products-section .tns-nav{margin-top:28px;display:flex;align-items:center;justify-content:center;gap:10px;bottom:0}.pdp-products-section .tns-nav button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#efeff0;font-size:0;line-height:0;cursor:pointer}.pdp-products-section .tns-nav button.tns-nav-active{background:var(--accentColor)}.pdp-products-section .pdp-products-slider .pdp-products-slider__item,.pdp-products-section .pdp-products-slider jet-card{display:block;min-width:0}.pdp-products-section .pdp-products-slider .jet-card{width:100%}@media screen and (max-width:991px){.pdp-products-section{padding:32px 16px 6px}.pdp-products-section .ui.container{max-width:100%;padding:0}.pdp-products-section .title-container{margin:0 0 32px;color:var(--textDark);text-align:center;font-family:var(--fontText),Poppins,Arial,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:120%}.pdp-products-section .tns-controls{display:none!important}.pdp-products-section .tns-nav{margin-top:30px;gap:13px;bottom:4px}.pdp-products-section .tns-nav button{width:7px;height:7px}.pdp-products-section.is-empty{height:0;padding:0;margin:0;overflow:hidden}.pdp-products-slider{overflow:hidden}.pdp-products-section .tns-item .jet-card,.pdp-products-section .tns-item>.jet-card{width:100%}.section-brand-showcase{padding:40px 16px 64px!important}}.product-detail-page .product-share,.product-detail-page .share{display:flex;align-items:center;gap:8px}.purchase-benefits{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;width:100%;margin:0 0 28px;padding:24px 0;border-top:1px solid var(--borderColorLight);border-bottom:1px solid var(--borderColorLight);list-style:none}.purchase-benefits li{display:inline-flex;align-items:start;justify-content:flex-start;gap:8px;margin:0;padding:0;color:var(--black);font-family:var(--fontText),Poppins,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:.15px;white-space:nowrap}.purchase-benefits li::before{display:none}.purchase-benefits li svg{width:16px;height:16px;min-width:16px;min-height:16px;padding:6px;box-sizing:content-box;border:1px solid #ececec;border-radius:1120px;background:var(--white);display:block}.purchase-benefits li svg line,.purchase-benefits li svg path{stroke:var(--accentColor)}@media screen and (max-width:991px){.product-detail-page .purchase-benefits{flex-direction:row;flex-wrap:nowrap;align-items:flex-start;gap:12px;margin:0 0 24px;padding:20px 0}.product-detail-page .purchase-benefits li{width:100%;font-size:12px;line-height:22px}.product-detail-page .purchase-benefits li span{display:inline-block;width:51px;max-width:51px;white-space:normal;overflow-wrap:break-word;word-break:normal;color:var(--Black,#0f0f0f);font-size:11px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.15px}.product-detail-page .purchase-benefits li:last-child span{width:71px;max-width:71px}}.product-faq-section{position:relative;width:100%;margin:0;padding:48px 0 52px;overflow:hidden}.product-faq-section::after,.product-faq-section::before{content:"";position:absolute;z-index:0;pointer-events:none;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.56}.product-faq-section::before{left:0;top:190px;width:103px;height:515px;background-image:url(/assets/icons/pdp/path_2.svg);transform:translateX(7px)}.product-faq-section::after{right:0;top:92px;width:142px;height:363px;background-image:url(/assets/icons/pdp/path_1.svg);transform:translateX(35px)}.product-faq-section__inner{position:relative;z-index:1}.product-faq-banner{position:relative;width:100%;height:184px;margin:0 auto 96px;border-radius:8px;overflow:hidden;background:var(--primaryColorSoft)}.product-faq-banner.is-empty{display:none;margin:0}.product-faq-banner.has-content{display:block}.product-faq-banner jet-product-description-four{position:relative;z-index:1;display:block;width:100%;height:100%;min-width:0;min-height:0}.product-faq-banner jet-product-description-four>.jet-product-description-four{position:relative;width:100%;height:100%;margin:0;padding:0;overflow:hidden}.product-faq-banner .jet-product-description-four :where(p,div,figure,picture,a){margin:0!important;padding:0!important;border:0}.product-faq-banner .jet-product-description-four :where(p,div,figure,picture,a):has(img){position:absolute;inset:0;display:block;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;overflow:hidden}.product-faq-banner .jet-product-description-four a:has(img){cursor:pointer}.product-faq-banner .jet-product-description-four br{display:none}.product-faq-banner .jet-product-description-four img{position:absolute;inset:0;display:block;width:100%!important;height:100%!important;min-width:100%;min-height:100%;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;border:0;object-fit:cover;object-position:center;vertical-align:middle}.product-faq-banner::after{content:"";position:absolute;inset:0;z-index:2;background:rgba(143,103,80,.18);pointer-events:none}.product-faq-banner__content{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center}.product-faq-banner__content strong{display:block;color:var(--white);font-family:"Roboto Condensed",var(--fontText),Poppins,Arial,sans-serif;font-size:56px;font-style:italic;font-weight:300;line-height:90%;letter-spacing:.2px}.product-faq-banner__content span{display:block;margin-top:2px;color:var(--white);font-family:var(--fontText),Poppins,Arial,sans-serif;font-size:14px;font-weight:400;line-height:140%}.product-faq{width:100%}.product-faq h2{margin:0 0 48px;color:#17161e;font-size:24px;font-style:normal;font-weight:500;line-height:120%}.product-faq__list{display:flex;flex-direction:column;gap:12px}.product-faq__item{border-radius:8px;background:#fff2f2;overflow:hidden}.product-faq__question{width:100%;min-height:48px;padding:0 20px;border:0;background:0 0;color:var(--accentColor);font-size:14px;font-weight:600;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer}.product-faq__question span{display:block;min-width:0}.product-faq__question i{position:relative;width:20px;height:20px;flex:0 0 12px;display:block}.product-faq__question i::after,.product-faq__question i::before{content:"";position:absolute;top:50%;left:50%;background:var(--accentColor);transform:translate(-50%,-50%)}.product-faq__question i::before{width:10px;height:1.5px}.product-faq__question i::after{width:1.5px;height:10px;transition:opacity .2s ease}.product-faq__answer{padding:0 20px 22px}.product-faq__answer p{margin:0;color:var(--textDefault);font-family:var(--fontText),Poppins,Arial,sans-serif;font-size:14px;font-weight:400;line-height:170%}.product-faq__answer[hidden]{display:none!important}.product-faq__item.is-active .product-faq__question i::after{opacity:0}@media screen and (max-width:991px){.product-faq-section{padding:24px 0 40px;background:linear-gradient(180deg,rgba(255,255,255,0) 0,var(--Brand-Color-Rosa,rgba(255,179,169,.08)) 100%)}.product-faq-section::before{left:0;top:214px;bottom:auto;width:53px;height:91px;background-image:url(/assets/icons/pdp/path_2.svg);transform:translateX(-25px)}.product-faq-section::after{right:0;top:238px;width:53px;height:91px;background-image:url(/assets/icons/pdp/path_1.svg);transform:translateX(28px)}.product-faq-section__inner{padding:0 16px}.product-faq-banner{height:151px;margin:0 0 46px;border-radius:8px}.product-faq-banner.is-empty{margin:0}.product-faq-banner__content strong{font-size:44px;line-height:90%}.product-faq-banner__content span{margin-top:0;font-size:12px;line-height:140%}.product-faq h2{margin:0 0 46px;color:var(--black);font-size:20px;font-weight:500;line-height:120%}.product-faq__list{gap:12px}.product-faq__item{border-radius:10px;background:#fff2f2}.product-faq__question{min-height:72px;padding:0 18px 0 28px;font-size:14px;font-weight:600;line-height:150%}.product-faq__question span{max-width:230px}.product-faq__question i{width:14px;height:14px;flex-basis:14px}.product-faq__question i::before{width:11px;height:1.5px}.product-faq__question i::after{width:1.5px;height:11px}.product-faq__answer{padding:0 18px 24px 28px}.product-faq__answer p{color:var(--textDefault);font-size:12px;font-weight:400;line-height:165%}.product-faq__item.is-active .product-faq__question{min-height:74px;padding-top:18px;align-items:flex-start}}.description-panel--avaliation{width:100%}.product-rating-section{width:100%;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1fr);gap:48px;padding:32px 0 40px;color:var(--textDark);font-family:var(--fontText),Arial,sans-serif}.product-rating-section__list{min-width:0;padding-right:48px;border-right:1px solid var(--borderColorLight)}.product-rating-section__list h3{margin:0 0 24px;color:var(--textDark);font-size:22px;font-weight:700;line-height:1.25}.product-rating-section__list .jet-product-rating-list,.product-rating-section__list jet-product-rating-list{display:block;width:100%}.product-rating-section__list .jet-product-rating-list{color:var(--textDefault);font-size:13px;line-height:1.5}.product-rating-section__list .jet-product-rating-list .empty,.product-rating-section__list .jet-product-rating-list .message,.product-rating-section__list .jet-product-rating-list .no-rating,.product-rating-section__list .jet-product-rating-list .no-ratings,.product-rating-section__list .jet-product-rating-list .without-rating,.product-rating-section__list .jet-product-rating-list>p,.product-rating-section__list .jet-product-rating-list>span{display:block;margin:0;color:var(--textDefault);font-size:13px;font-weight:400;line-height:1.5}.product-rating-section__list .jet-product-rating-list .rating-container{display:block;width:100%}.product-rating-section__list .jet-product-rating-list .comment,.product-rating-section__list .jet-product-rating-list .item,.product-rating-section__list .jet-product-rating-list .rating,.product-rating-section__list .jet-product-rating-list .rating-item{padding:18px 0;border-bottom:1px solid var(--borderColorLight)}.product-rating-section__list .jet-product-rating-list .comment:first-child,.product-rating-section__list .jet-product-rating-list .item:first-child,.product-rating-section__list .jet-product-rating-list .rating-item:first-child,.product-rating-section__list .jet-product-rating-list .rating:first-child{padding-top:0}.product-rating-section__list .jet-product-rating-list .author,.product-rating-section__list .jet-product-rating-list .name,.product-rating-section__list .jet-product-rating-list .title{display:block;margin-bottom:6px;color:var(--textDark);font-size:14px;font-weight:600;line-height:1.35}.product-rating-section__list .jet-product-rating-list .description,.product-rating-section__list .jet-product-rating-list .opinion,.product-rating-section__list .jet-product-rating-list .opnion,.product-rating-section__list .jet-product-rating-list .text{color:var(--textDefault);font-size:13px;line-height:1.55}.product-rating-section__list .jet-product-rating-list .rate,.product-rating-section__list .jet-product-rating-list .rating-stars,.product-rating-section__list .jet-product-rating-list .stars{display:flex;align-items:center;gap:3px;margin:6px 0;color:#f6c431}.product-rating-section__list .jet-product-rating-list .rate i,.product-rating-section__list .jet-product-rating-list .rate span,.product-rating-section__list .jet-product-rating-list .rating-stars i,.product-rating-section__list .jet-product-rating-list .rating-stars span,.product-rating-section__list .jet-product-rating-list .stars i,.product-rating-section__list .jet-product-rating-list .stars span{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;font-size:15px;line-height:1;color:var(--borderColor)}.product-rating-section__list .jet-product-rating-list .rate i::before,.product-rating-section__list .jet-product-rating-list .rate span::before,.product-rating-section__list .jet-product-rating-list .rating-stars i::before,.product-rating-section__list .jet-product-rating-list .rating-stars span::before,.product-rating-section__list .jet-product-rating-list .stars i::before,.product-rating-section__list .jet-product-rating-list .stars span::before{content:"★";font-family:Arial,sans-serif}.product-rating-section__list .jet-product-rating-list .rate i.active,.product-rating-section__list .jet-product-rating-list .rate i.filled,.product-rating-section__list .jet-product-rating-list .rate i.selected,.product-rating-section__list .jet-product-rating-list .rate span.active,.product-rating-section__list .jet-product-rating-list .rate span.filled,.product-rating-section__list .jet-product-rating-list .rate span.selected,.product-rating-section__list .jet-product-rating-list .rating-stars i.active,.product-rating-section__list .jet-product-rating-list .rating-stars i.filled,.product-rating-section__list .jet-product-rating-list .rating-stars i.selected,.product-rating-section__list .jet-product-rating-list .rating-stars span.active,.product-rating-section__list .jet-product-rating-list .rating-stars span.filled,.product-rating-section__list .jet-product-rating-list .rating-stars span.selected,.product-rating-section__list .jet-product-rating-list .stars i.active,.product-rating-section__list .jet-product-rating-list .stars i.filled,.product-rating-section__list .jet-product-rating-list .stars i.selected,.product-rating-section__list .jet-product-rating-list .stars span.active,.product-rating-section__list .jet-product-rating-list .stars span.filled,.product-rating-section__list .jet-product-rating-list .stars span.selected{color:#f6c431}.product-rating-section__form{min-width:0}.product-rating-section__form-head{margin-bottom:16px}.product-rating-section__form-head span{display:block;margin-bottom:2px;color:var(--textDefault);font-size:15px;font-weight:400;line-height:1.35}.product-rating-section__form-head strong{display:block;color:var(--textDark);font-size:18px;font-weight:700;line-height:1.25;text-transform:uppercase}.product-rating-section .jet-product-rating-registration,.product-rating-section jet-product-rating-registration{display:block;width:100%}.product-rating-section .jet-product-rating-registration .form-rating{width:100%;margin:0}.product-rating-section .jet-product-rating-registration .container-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;width:100%}.product-rating-section .jet-product-rating-registration .container-form>div:not([class]){display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;grid-column:1/-1;min-width:0}.product-rating-section .jet-product-rating-registration .container-field{display:flex;flex-direction:column;gap:6px;min-width:0;margin:0;position:relative}.product-rating-section .jet-product-rating-registration .container-field.email,.product-rating-section .jet-product-rating-registration .container-field.name,.product-rating-section .jet-product-rating-registration .container-field.opinion,.product-rating-section .jet-product-rating-registration .container-field.opnion,.product-rating-section .jet-product-rating-registration .container-field.show-email{grid-column:1/-1}.product-rating-section .jet-product-rating-registration .container-field.title{grid-column:1}.product-rating-section .jet-product-rating-registration .container-field.rating{grid-column:2;justify-content:flex-end}.product-rating-section .jet-product-rating-registration .container-field label,.product-rating-section .jet-product-rating-registration .container-field>span{display:block;margin:0;color:var(--textDark);font-size:13px;font-weight:500;line-height:1.25}.product-rating-section .jet-product-rating-registration .container-field input,.product-rating-section .jet-product-rating-registration .container-field select,.product-rating-section .jet-product-rating-registration .container-field textarea{width:100%;min-width:0;border:1px solid var(--borderColor);border-radius:4px;background:var(--white);color:var(--textDark);font-family:var(--fontText),Arial,sans-serif;font-size:13px;font-weight:400;outline:0;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.product-rating-section .jet-product-rating-registration .container-field input::placeholder,.product-rating-section .jet-product-rating-registration .container-field select::placeholder,.product-rating-section .jet-product-rating-registration .container-field textarea::placeholder{color:var(--textLight)}.product-rating-section .jet-product-rating-registration .container-field input:focus,.product-rating-section .jet-product-rating-registration .container-field select:focus,.product-rating-section .jet-product-rating-registration .container-field textarea:focus{border-color:var(--accentColor);box-shadow:0 0 0 2px rgba(182,26,26,.08)}.product-rating-section .jet-product-rating-registration .container-field input.ng-invalid.ng-dirty,.product-rating-section .jet-product-rating-registration .container-field input.ng-invalid.ng-touched,.product-rating-section .jet-product-rating-registration .container-field input[aria-invalid=true],.product-rating-section .jet-product-rating-registration .container-field select.ng-invalid.ng-dirty,.product-rating-section .jet-product-rating-registration .container-field select.ng-invalid.ng-touched,.product-rating-section .jet-product-rating-registration .container-field select[aria-invalid=true],.product-rating-section .jet-product-rating-registration .container-field textarea.ng-invalid.ng-dirty,.product-rating-section .jet-product-rating-registration .container-field textarea.ng-invalid.ng-touched,.product-rating-section .jet-product-rating-registration .container-field textarea[aria-invalid=true]{border-color:var(--accentColor);background:snow;box-shadow:0 0 0 2px rgba(182,26,26,.08)}.product-rating-section .jet-product-rating-registration .container-field input,.product-rating-section .jet-product-rating-registration .container-field select{height:42px;padding:0 14px}.product-rating-section .jet-product-rating-registration .container-field select{color:var(--textMuted);cursor:pointer;appearance:auto}.product-rating-section .jet-product-rating-registration .container-field textarea{min-height:118px;padding:12px 14px;resize:vertical;line-height:1.45}.product-rating-section .jet-product-rating-registration .container-field::after{display:none;width:100%;margin-top:4px;color:var(--accentColor);font-size:11px;font-weight:400;line-height:1.35}.product-rating-section .jet-product-rating-registration .form-rating.ng-submitted .container-field input.ng-invalid,.product-rating-section .jet-product-rating-registration .form-rating.ng-submitted .container-field select.ng-invalid,.product-rating-section .jet-product-rating-registration .form-rating.ng-submitted .container-field textarea.ng-invalid{border-color:var(--accentColor);background:snow;box-shadow:0 0 0 2px rgba(182,26,26,.08)}.product-rating-section .jet-product-rating-registration .rate{display:flex;align-items:center;min-height:42px}.product-rating-section .jet-product-rating-registration .rate ul{display:flex;align-items:center;justify-content:flex-start;gap:5px;padding:0;margin:0;list-style:none}.product-rating-section .jet-product-rating-registration .rate li{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;margin:0}.product-rating-section .jet-product-rating-registration .rate .input-rating,.product-rating-section .jet-product-rating-registration .rate input[type=radio]{display:block;width:26px;min-width:26px;height:26px;margin:0;padding:0;border:0;outline:0;appearance:none;-webkit-appearance:none;cursor:pointer;background-color:#d9d9d9;transition:background-color .18s ease,transform .18s ease;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.5L14.94 8.46L21.5 9.42L16.75 14.05L17.87 20.58L12 17.49L6.13 20.58L7.25 14.05L2.5 9.42L9.06 8.46L12 2.5Z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.5L14.94 8.46L21.5 9.42L16.75 14.05L17.87 20.58L12 17.49L6.13 20.58L7.25 14.05L2.5 9.42L9.06 8.46L12 2.5Z'/%3E%3C/svg%3E") center/contain no-repeat}.product-rating-section .jet-product-rating-registration .rate .input-rating.active,.product-rating-section .jet-product-rating-registration .rate .input-rating:checked,.product-rating-section .jet-product-rating-registration .rate input[type=radio].active,.product-rating-section .jet-product-rating-registration .rate input[type=radio]:checked{background-color:#f6c431}.product-rating-section .jet-product-rating-registration .rate .input-rating:hover,.product-rating-section .jet-product-rating-registration .rate input[type=radio]:hover{transform:scale(1.06)}.product-rating-section .jet-product-rating-registration .rate .input-rating:focus-visible,.product-rating-section .jet-product-rating-registration .rate input[type=radio]:focus-visible{outline:2px solid var(--accentColor);outline-offset:3px;border-radius:4px}.product-rating-section .jet-product-rating-registration .rate ul:has(li:nth-child(1).input-rating.active) li:nth-child(-n+1) .input-rating,.product-rating-section .jet-product-rating-registration .rate ul:has(li:nth-child(1).input-rating:checked) li:nth-child(-n+1) .input-rating{background-color:#f6c431}.product-rating-section .jet-product-rating-registration .rate ul:has(li:nth-child(2).input-rating.active) li:nth-child(-n+2) .input-rating,.product-rating-section .jet-product-rating-registration .rate ul:has(li:nth-child(2).input-rating:checked) li:nth-child(-n+2) .input-rating{background-color:#f6c431}.product-rating-section .jet-product-rating-registration .rate ul:has(li:nth-child(3).input-rating.active) li:nth-child(-n+3) .input-rating,.product-rating-section .jet-product-rating-registration .rate ul:has(li:nth-child(3).input-rating:checked) li:nth-child(-n+3) .input-rating{background-color:#f6c431}.product-rating-section .jet-product-rating-registration .rate ul:has(li:nth-child(4).input-rating.active) li:nth-child(-n+4) .input-rating,.product-rating-section .jet-product-rating-registration .rate ul:has(li:nth-child(4).input-rating:checked) li:nth-child(-n+4) .input-rating{background-color:#f6c431}.product-rating-section .jet-product-rating-registration .rate ul:has(li:nth-child(5).input-rating.active) li:nth-child(-n+5) .input-rating,.product-rating-section .jet-product-rating-registration .rate ul:has(li:nth-child(5).input-rating:checked) li:nth-child(-n+5) .input-rating{background-color:#f6c431}.product-rating-section .jet-product-rating-registration .show-email{flex-direction:row;align-items:center;gap:8px;margin-top:2px}.product-rating-section .jet-product-rating-registration .show-email input[type=checkbox]{width:16px;min-width:16px;height:16px;padding:0;margin:0;accent-color:var(--accentColor);cursor:pointer}.product-rating-section .jet-product-rating-registration .show-email label{color:var(--textDefault);font-size:13px;font-weight:400;cursor:pointer}.product-rating-section .jet-product-rating-registration .button-send{grid-column:1/-1;margin-top:2px}.product-rating-section .jet-product-rating-registration .button-send .rating-submit-button,.product-rating-section .jet-product-rating-registration .button-send button{width:100%;height:48px;border:1px solid var(--bgButtonCheckout);border-radius:8px;background:var(--bgButtonCheckout);color:var(--colorButtonCheckout);font-family:var(--fontText),Arial,sans-serif;font-size:13px;font-weight:700;line-height:1;text-align:center;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.product-rating-section .jet-product-rating-registration .button-send .rating-submit-button span,.product-rating-section .jet-product-rating-registration .button-send button span{color:inherit;font:inherit}.product-rating-section .jet-product-rating-registration .button-send .rating-submit-button:hover,.product-rating-section .jet-product-rating-registration .button-send button:hover{opacity:.92}.product-rating-section .jet-product-rating-registration .button-send .rating-submit-button:active,.product-rating-section .jet-product-rating-registration .button-send button:active{transform:scale(.99)}.product-rating-section .jet-product-rating-registration .button-send .rating-submit-button.jet-btn-loading,.product-rating-section .jet-product-rating-registration .button-send button.jet-btn-loading{pointer-events:none;opacity:.65}@media screen and (max-width:991px){.product-rating-section{grid-template-columns:1fr;gap:28px;padding:24px 0 32px}.product-rating-section__list{padding-right:0;padding-bottom:24px;border-right:0;border-bottom:1px solid var(--borderColorLight)}.product-rating-section__list h3{margin-bottom:16px;font-size:20px}.product-rating-section__list .jet-product-rating-list{font-size:13px}.product-rating-section__form-head{margin-bottom:14px}.product-rating-section__form-head span{font-size:14px}.product-rating-section__form-head strong{font-size:16px}.product-rating-section .jet-product-rating-registration .container-form{grid-template-columns:1fr;gap:13px}.product-rating-section .jet-product-rating-registration .container-form>div:not([class]){grid-template-columns:1fr;gap:13px}.product-rating-section .jet-product-rating-registration .container-field.rating,.product-rating-section .jet-product-rating-registration .container-field.title{grid-column:1/-1}.product-rating-section .jet-product-rating-registration .container-field.rating{justify-content:flex-start}.product-rating-section .jet-product-rating-registration .container-field input,.product-rating-section .jet-product-rating-registration .container-field select{height:44px}.product-rating-section .jet-product-rating-registration .container-field textarea{min-height:128px}.product-rating-section .jet-product-rating-registration .rate{min-height:initial;padding-top:2px}.product-rating-section .jet-product-rating-registration .rate ul{gap:7px}.product-rating-section .jet-product-rating-registration .rate .input-rating,.product-rating-section .jet-product-rating-registration .rate input[type=radio],.product-rating-section .jet-product-rating-registration .rate li{width:28px;min-width:28px;height:28px}.product-rating-section .jet-product-rating-registration .button-send .rating-submit-button,.product-rating-section .jet-product-rating-registration .button-send button{height:48px;border-radius:8px}}@media screen and (max-width:575px){.product-rating-section{padding:20px 0 28px}.product-rating-section__list h3{font-size:18px}.product-rating-section__form-head span{font-size:13px}.product-rating-section__form-head strong{font-size:15px}.product-rating-section .jet-product-rating-registration .container-field label,.product-rating-section .jet-product-rating-registration .container-field>span{font-size:12px}.product-rating-section .jet-product-rating-registration .container-field input,.product-rating-section .jet-product-rating-registration .container-field select,.product-rating-section .jet-product-rating-registration .container-field textarea{font-size:12px}.product-rating-section .jet-product-rating-registration .show-email label{font-size:12px}.product-rating-section .jet-product-rating-registration .rate ul{gap:6px}.product-rating-section .jet-product-rating-registration .rate .input-rating,.product-rating-section .jet-product-rating-registration .rate input[type=radio],.product-rating-section .jet-product-rating-registration .rate li{width:26px;min-width:26px;height:26px}}.section-brand-showcase{padding:64px 0;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease}.section-brand-showcase.is-ready{opacity:1;visibility:visible;transform:translateY(0)}.section-brand-showcase .section-brand-showcase__content{display:grid;grid-template-columns:294px minmax(0,1fr);align-items:center;gap:28px;min-height:78px}.section-brand-showcase .section-brand-showcase__text{display:flex;align-items:center;justify-content:start;text-align:start}@media screen and (max-width:991px){.section-brand-showcase .section-brand-showcase__text{justify-content:center;align-items:center;text-align:center}}.section-brand-showcase .section-brand-showcase__text p{margin:0;font-family:var(--fontText);font-size:24px;font-weight:400;line-height:1.15;color:var(--accentColor)}.section-brand-showcase .section-brand-showcase__brands{position:relative;min-width:0}.section-brand-showcase jet-brands{display:block;width:100%;min-width:0}.section-brand-showcase .jet-brands{width:100%}.section-brand-showcase .title-brands{display:none}.section-brand-showcase .jet-brands-itens.brand-showcase{display:flex;align-items:center;width:100%}.section-brand-showcase .jet-item.brand-showcase__item{display:flex!important;align-items:center;justify-content:center;min-width:0}.section-brand-showcase .jet-item.brand-showcase__item a{display:flex;align-items:center;justify-content:center;width:100%;padding:0 10px;text-decoration:none}.section-brand-showcase .jet-item.brand-showcase__item img{display:block;width:auto;max-width:100%;object-fit:contain;transition:opacity .2s ease,transform .2s ease}.section-brand-showcase .jet-item.brand-showcase__item a:hover img{opacity:.9;width:auto;height:auto}.section-brand-showcase .tns-nav{display:none!important}.section-brand-showcase .tns-controls{pointer-events:none}.section-brand-showcase .tns-controls button{position:absolute;top:50%;z-index:2;width:22px;height:22px;padding:0;border:0;background:0 0;font-size:0;line-height:0;cursor:pointer;transform:translateY(-50%);pointer-events:all}.section-brand-showcase .tns-controls button:first-child{left:-12px;transform:rotate(0)}.section-brand-showcase .tns-controls button:first-child::before{content:"‹";font-size:20px;line-height:1;color:var(--textMuted)}.section-brand-showcase .tns-controls button:last-child{right:-12px}.section-brand-showcase .tns-controls button:last-child::before{content:"›";font-size:20px;line-height:1;color:var(--textMuted)}@media screen and (max-width:991px){.section-brand-showcase{padding:0 16px 64px}.section-brand-showcase .ui.container{width:calc(100% - 32px)}.section-brand-showcase .section-brand-showcase__content{grid-template-columns:1fr;gap:16px;min-height:auto}.section-brand-showcase .section-brand-showcase__text p{font-size:24px;margin-bottom:64px}.section-brand-showcase .section-brand-showcase__brands{padding:0 12px}.section-brand-showcase .jet-item.brand-showcase__item a{padding:0 6px}.section-brand-showcase .jet-item.brand-showcase__item img{width:auto;height:auto}.section-brand-showcase .tns-controls button:first-child{left:-2px}.section-brand-showcase .tns-controls button:last-child{right:-2px}}.footer-newsletter{background:var(--bgBody);border-bottom:1px solid var(--borderColorLight);border-top:1px solid var(--borderColorLight);color:var(--colorNews);font-family:var(--fontText),sans-serif}.footer-newsletter__container{max-width:1320px;width:98%;margin:0 auto;min-height:130px;padding:0 0;display:grid;grid-template-columns:350px 1fr;align-items:center;gap:90px}.footer-newsletter__text{display:grid;grid-template-columns:30px 1fr;gap:14px;align-items:start}.footer-newsletter__text h2{margin:0 0 8px;color:var(--textNewsletter);font-size:24px;font-weight:500}.footer-newsletter__text p{max-width:444px;margin:0;color:var(--textSubtitle);font-size:12px;font-style:normal;font-weight:400}@media screen and (min-width:991px){.footer-newsletter__text p{margin-left:-41px}}.footer-newsletter__icon{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:-2px;display:flex;align-items:center;justify-content:center}.footer-newsletter .jet-newsletter{width:100%}.footer-newsletter__form{display:grid;grid-template-columns:minmax(260px,1fr) minmax(260px,1fr) 112px;align-items:center;gap:16px}.footer-newsletter__field{position:relative;width:100%}.footer-newsletter__field input{width:100%;height:57px;padding:0 16px;border:1px solid var(--borderColor);border-radius:16px;background:var(--white);color:var(--textDark);font-family:var(--fontText),sans-serif;font-size:14px;font-weight:400;outline:0;transition:border-color .2s ease,box-shadow .2s ease}.footer-newsletter__field input::placeholder{color:var(--textMuted)}.footer-newsletter__field input:focus{border-color:var(--accentColorSoft);box-shadow:0 0 0 3px rgba(255,215,215,.55)}.footer-newsletter__field .invalid-feedback{position:absolute;top:calc(100% + 4px);left:0}.footer-newsletter__field .invalid-feedback span{background:var(--accentColor);color:var(--white);font-size:10px;line-height:1.2}.footer-newsletter__button{width:119px;height:57px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:12px;background:var(--bgButton);color:var(--colorButton);font-family:var(--fontText),sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.footer-newsletter__button span{font-size:16px;line-height:1;transform:translateY(-1px)}.footer-newsletter__button:hover{opacity:.88}.footer-newsletter__button:active{transform:scale(.98)}.footer-newsletter__button:disabled{opacity:.65;cursor:not-allowed}.footer-jet{background:var(--primaryColor);color:var(--colorFooter);font-family:var(--fontText),sans-serif}.footer-jet a{color:inherit;text-decoration:none;transition:color .2s ease,opacity .2s ease}.footer-jet a:hover{color:var(--accentColor)}.footer-jet__top{height:80px;border-bottom:1px solid rgba(143,103,80,.12);background:#fff;display:flex;align-items:center;justify-content:center}.footer-jet__backtop{height:36px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:8px;background:var(--bgButton);color:var(--colorButton);font-family:var(--fontText),sans-serif;font-size:11px;font-weight:600;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.footer-jet__backtop span{font-size:18px;line-height:1;transform:translateY(-1px)}.footer-jet__backtop:hover{opacity:.88}.footer-jet__backtop:active{transform:scale(.98)}.footer-jet__social{max-width:1320px;width:98%;margin:0 auto;padding:18px 0 19px;border-bottom:1px solid rgba(143,103,80,.16)}.footer-jet__social .jet-social-network ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(6,1fr);gap:26px;align-items:center}.footer-jet__social .jet-social-network li{min-width:0}.footer-jet__social .jet-social-network a{display:inline-flex;align-items:center;gap:8px;color:var(--accentColor);font-size:12px;font-weight:600;line-height:1}.footer-jet__social .jet-social-network a::before{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:var(--accentColor);font-size:18px;font-weight:700;line-height:1}.footer-jet__social .jet-social-network a.facebook::before{content:"";width:32px;height:32px;background:url(/assets/icons/social/Facebook.svg) center no-repeat no-repeat;background-size:contain;font-family:Arial,sans-serif}.footer-jet__social .jet-social-network a.instagram::before{content:"";width:32px;height:32px;background:url(/assets/icons/social/Instagram.svg) center no-repeat no-repeat;background-size:contain}.footer-jet__social .jet-social-network a.pinterest::before{content:"";width:32px;height:32px;background:url(/assets/icons/social/pinterest.svg) center no-repeat no-repeat;background-size:contain}.footer-jet__social .jet-social-network a.twitter::before,.footer-jet__social .jet-social-network a.x::before{content:"";width:32px;height:32px;background:url(/assets/icons/social/X.svg) center no-repeat no-repeat;background-size:contain}.footer-jet__social .jet-social-network a.linkedin::before{content:"";width:32px;height:32px;background:url(/assets/icons/social/LinkedIn.svg) center no-repeat no-repeat;background-size:contain}.footer-jet__social .jet-social-network a.youtube::before{content:"";width:32px;height:32px;background:url(/assets/icons/social/Youtube.svg) center no-repeat no-repeat;background-size:contain}.footer-jet__social .jet-social-network a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600}.footer-jet__social .jet-social-network a span::before{content:"@"}.footer-jet__container{max-width:1320px;margin:0 auto;width:98%;padding:64px 0 64px;display:grid;grid-template-columns:280px minmax(250px,310px) 150px 150px 150px 135px;gap:24px;align-items:start;justify-content:space-between}.footer-jet__brand{min-width:0}.footer-jet__logo{display:inline-flex;margin-bottom:24px}.footer-jet__logo img{display:block;width:145px;height:auto;object-fit:contain}.footer-jet__address strong{display:block;margin-bottom:8px;color:var(--accentColor);font-size:12px;margin-bottom:12px;font-weight:600}.footer-jet__address p{margin:0;color:var(--textDefault);font-size:14px;font-weight:400}.footer-jet__contact{min-width:0}.footer-jet__contact h3{margin:0 0 24px;color:var(--accentColor);font-size:14px;font-weight:600}.footer-jet__contact p{margin:0;min-width:0;display:flex;flex-direction:column;gap:12px}.footer-jet__contact a,.footer-jet__contact span{display:inline-block;max-width:100%;min-width:0;color:var(--textDefault);font-size:14px;font-weight:400;line-height:1.35;text-decoration:underline;text-underline-offset:2px;overflow-wrap:anywhere;word-break:break-word}.footer-jet__contact span{text-decoration:none}.footer-jet__custom-menu .title-custom{display:block;color:var(--accentColor);font-size:14px;margin-bottom:24px;font-weight:600;line-height:1.2}.footer-jet__custom-menu .custom-itens{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.footer-jet__custom-menu li{margin:0;padding:0}.footer-jet__custom-menu a{color:var(--textDefault);font-size:14px;font-weight:400;line-height:1.3}.footer-jet__payments .title-payment{display:block;margin-bottom:24px;color:var(--accentColor);font-size:14px;font-weight:600;line-height:1.2}.footer-jet__payments .title-option{display:none}.footer-jet__payment-list{display:flex;flex-wrap:wrap;gap:6px 7px;align-items:flex-start}.footer-jet__payment-column{display:contents}.footer-jet__payment-column .content.options{display:contents}.footer-jet__payment-column img{width:auto;max-width:36px;height:22px;object-fit:contain;border-radius:2px}.footer-jet__stamps h3{margin:0 0 24px;color:var(--accentColor);font-size:14px;font-weight:600;line-height:1.2}.footer-jet__stamps .content.stamps,.footer-jet__stamps .stamps{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.footer-jet__stamps .stamp{display:inline-flex;align-items:center}.footer-jet__stamps .stamp-name{display:none}.footer-jet__stamps img{width:auto;max-width:72px;max-height:34px;object-fit:contain}.footer-jet__bottom{max-width:1320px;margin:0 auto;width:98%;min-height:82px;padding:32px 0 32px;border-top:1px solid rgba(143,103,80,.16);display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-jet__bottom p{margin:0;color:#050505;font-size:14px;font-weight:400}.footer-jet__dev{display:inline-flex;align-items:center;gap:6px;color:var(--textLight);font-size:9px;font-weight:400}.footer-jet__dev strong{color:var(--textDark);font-size:24px;font-style:italic;font-weight:700;letter-spacing:-1px}@media (max-width:1199px){.footer-newsletter__container{padding:0 32px;gap:40px;grid-template-columns:300px 1fr}.footer-jet__bottom,.footer-jet__container,.footer-jet__social{padding-left:32px;padding-right:32px}.footer-jet__container{grid-template-columns:1.4fr 1fr 1fr;gap:38px 44px}}@media (max-width:991px){jet-newsletter{width:100%}.footer-newsletter__container{min-height:auto;padding:30px 16px 28px;display:flex;flex-direction:column;gap:22px;align-items:center;text-align:center}.footer-newsletter__icon{position:absolute;left:11%;top:-4px}.footer-newsletter__text{display:flex;flex-direction:column;align-items:center;gap:10px;position:relative}.footer-newsletter__text h2{font-size:20px;margin-bottom:12px}.footer-newsletter__text p{max-width:280px;font-size:14px;line-height:1.55}.footer-newsletter__form{width:100%;max-width:100%;display:flex;flex-direction:column;gap:10px}.footer-newsletter__field input{height:57px;border-radius:16px;font-size:14px;text-align:left}.footer-newsletter__button{width:120px;height:49px;margin:8px auto 0;border-radius:10px;font-size:14px}.footer-jet__top{height:84px}.footer-jet__backtop{height:49px;width:177px;padding:0 18px;border-radius:10px;font-size:14px;font-weight:500}.footer-jet__social{padding:64px 16px 17px;border-bottom:0;border-bottom:1px solid rgba(143,103,80,.16)}.footer-jet__social .jet-social-network ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px}.footer-jet__social .jet-social-network a{font-size:9px;gap:8px}.footer-jet__social .jet-social-network a::before{width:14px;height:14px;font-size:15px}.footer-jet__social .jet-social-network a.linkedin::before{font-size:11px}.footer-jet__container{padding:64px 16px 64px;display:flex;flex-direction:column;gap:64px;border-bottom:1px solid rgba(143,103,80,.16)}.footer-jet__brand{order:1}.footer-jet__contact{order:2}.footer-jet__menu--one{order:3}.footer-jet__menu--two{order:4}.footer-jet__payments{order:5}.footer-jet__stamps{order:6}.footer-jet__logo{margin-bottom:48px}.footer-jet__logo img{width:176px}.footer-jet__address strong{font-size:12px;margin-bottom:20px}.footer-jet__address p{max-width:265px;font-size:14px;line-height:1.55}.footer-jet__contact h3{font-size:12px;margin-bottom:20px;font-weight:600}.footer-jet__contact p{gap:7px}.footer-jet__contact a,.footer-jet__contact span{font-size:14px;line-height:1.35;color:var(--textDefault)}.footer-jet__custom-menu .title-custom{font-size:14px;margin-bottom:20px;font-weight:600}.footer-jet__custom-menu .custom-itens{gap:12px}.footer-jet__custom-menu a{font-size:14px;color:var(--textDefault)}.footer-jet__payments .title-payment{font-size:12px;font-weight:600;margin-bottom:20px}.footer-jet__payment-list{max-width:100%;gap:8px 16px}.footer-jet__payment-column img{max-width:45px;height:36px}.footer-jet__stamps .stamps{gap:24px}.footer-jet__stamps h3{font-size:12px;margin-bottom:20px}.footer-jet__stamps img{max-width:62px;max-height:30px}.footer-jet__bottom{min-height:86px;padding:32px 16px 64px;border-top:0;flex-direction:column;justify-content:center;text-align:center;gap:30px}.footer-jet__bottom p{max-width:230px;font-size:14px;line-height:1.45}.footer-jet__dev{font-size:8px}.footer-jet__dev strong{font-size:22px}}.home-banner-showcase-section,.home-showcase-banner-section,.home-showcase-section{background:var(--bgBody);transition:opacity .2s ease}.home-banner-showcase-section.is-empty,.home-showcase-banner-section.is-empty,.home-showcase-section.is-empty{visibility:hidden;opacity:0;height:0;padding:0;margin:0;overflow:hidden}.home-banner-showcase-section .group-title,.home-showcase-banner-section .group-title,.home-showcase-section .group-title{display:none}.home-banner-showcase-section .tns-outer,.home-showcase-banner-section .tns-outer,.home-showcase-section .tns-outer{width:100%}.home-banner-showcase-section .tns-ovh,.home-showcase-banner-section .tns-ovh,.home-showcase-section .tns-ovh{overflow:hidden}.home-banner-showcase-section .tns-inner,.home-showcase-banner-section .tns-inner,.home-showcase-section .tns-inner{width:100%}.home-banner-showcase-section .tns-item,.home-showcase-banner-section .tns-item,.home-showcase-section .tns-item{box-sizing:border-box}.home-banner-showcase-section .tns-item .jet-card,.home-banner-showcase-section .tns-item>.jet-card,.home-showcase-banner-section .tns-item .jet-card,.home-showcase-banner-section .tns-item>.jet-card,.home-showcase-section .tns-item .jet-card,.home-showcase-section .tns-item>.jet-card{width:100%}.home-banner-showcase-section jet-card.tns-item,.home-showcase-banner-section jet-card.tns-item,.home-showcase-section jet-card.tns-item{display:block}.home-banner-showcase-section jet-card.tns-item>.jet-card,.home-showcase-banner-section jet-card.tns-item>.jet-card,.home-showcase-section jet-card.tns-item>.jet-card{width:100%}.home-banner-showcase-section .tns-controls,.home-showcase-banner-section .tns-controls,.home-showcase-section .tns-controls{top:30%}.home-banner-showcase-section .tns-controls button,.home-showcase-banner-section .tns-controls button,.home-showcase-section .tns-controls button{position:absolute;top:39%;z-index:4;width:28px;height:28px;padding:0;border:0;background:0 0;color:var(--textDark);font-size:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transform:translateY(-50%)}.home-banner-showcase-section .tns-controls button[disabled],.home-showcase-banner-section .tns-controls button[disabled],.home-showcase-section .tns-controls button[disabled]{opacity:.25;pointer-events:none}.home-banner-showcase-section .tns-controls button::before,.home-showcase-banner-section .tns-controls button::before,.home-showcase-section .tns-controls button::before{content:"";width:30px;height:30px;display:block;background:url(/assets/icons/arrows/arrow_right.svg) no-repeat center center;background-size:contain}.home-banner-showcase-section .tns-controls button:first-child,.home-showcase-banner-section .tns-controls button:first-child,.home-showcase-section .tns-controls button:first-child{transform:rotate(180deg)}.home-banner-showcase-section .tns-nav,.home-showcase-banner-section .tns-nav,.home-showcase-section .tns-nav{margin-top:27px;display:flex;align-items:center;justify-content:center;gap:10px}.home-banner-showcase-section .tns-nav button,.home-showcase-banner-section .tns-nav button,.home-showcase-section .tns-nav button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#efeff0;font-size:0;cursor:pointer}.home-banner-showcase-section .tns-nav button.tns-nav-active,.home-showcase-banner-section .tns-nav button.tns-nav-active,.home-showcase-section .tns-nav button.tns-nav-active{background:var(--accentColor)}@media screen and (max-width:764px){.home-banner-showcase-section,.home-showcase-banner-section,.home-showcase-section{padding:42px 16px 48px}.home-banner-showcase-section .ui.container,.home-showcase-banner-section .ui.container,.home-showcase-section .ui.container{max-width:100%;padding:0}.home-banner-showcase-section .tns-controls,.home-showcase-banner-section .tns-controls,.home-showcase-section .tns-controls{display:none}.home-banner-showcase-section .tns-nav,.home-showcase-banner-section .tns-nav,.home-showcase-section .tns-nav{margin-top:31px;bottom:0;gap:13px}.home-banner-showcase-section.is-empty,.home-showcase-banner-section.is-empty,.home-showcase-section.is-empty{height:0;padding:0;margin:0;overflow:hidden}}.home-banner-showcase-header,.home-showcase-banner-header,.home-showcase-header{margin-bottom:32px;text-align:center}.home-banner-showcase-title,.home-showcase-banner-title,.home-showcase-title{margin:0;color:var(--textDark);text-align:center;font-family:var(--fontText);font-size:24px;font-weight:500;line-height:120%}.home-banner-showcase-title:empty,.home-showcase-banner-title:empty,.home-showcase-title:empty{visibility:hidden}@media screen and (max-width:764px){.home-banner-showcase-title,.home-showcase-banner-title,.home-showcase-title{font-size:18px}}.home-banner-showcase-footer,.home-showcase-banner-footer,.home-showcase-footer{margin-top:28px;display:flex;align-items:center;justify-content:center}.home-banner-showcase-view-all,.home-showcase-banner-view-all,.home-showcase-view-all{min-width:137px;height:49px;padding:0 17px;border:1px solid var(--borderColor);border-radius:10px;background:var(--white);color:var(--primaryColorDark);font-family:var(--fontText);font-size:14px;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:13px;transition:border-color .2s ease,color .2s ease,background .2s ease}.home-banner-showcase-view-all i,.home-showcase-banner-view-all i,.home-showcase-view-all i{font-style:normal;font-size:17px;line-height:1;transform:translateY(-1px)}.home-banner-showcase-view-all:hover,.home-showcase-banner-view-all:hover,.home-showcase-view-all:hover{border-color:var(--accentColor);color:var(--accentColor)}@media screen and (max-width:764px){.home-banner-showcase-view-all,.home-showcase-banner-view-all,.home-showcase-view-all{min-width:111px;height:38px;font-size:14px}}.home-banner-showcase-slider,.home-showcase-banner-slider,.home-showcase-slider{width:100%;min-width:0}.home-banner-showcase-slider .jet-item,.home-banner-showcase-slider jet-card,.home-showcase-banner-slider .jet-item,.home-showcase-banner-slider jet-card,.home-showcase-slider .jet-item,.home-showcase-slider jet-card{display:block}.home-banner-showcase-slider .jet-card,.home-showcase-banner-slider .jet-card,.home-showcase-slider .jet-card{width:100%}.home-showcase-side-banner,.home-showcase-side-banner-item,.home-showcase-side-banner-item .image,.home-showcase-side-banner-item a,.home-showcase-side-banner-list,.home-side-banner,.home-side-banner-item,.home-side-banner-item .image,.home-side-banner-item a,.home-side-banner-list{width:100%;height:100%;display:block}.home-showcase-side-banner-item,.home-side-banner-item{overflow:hidden;border-radius:8px;background:var(--primaryColorSoft);aspect-ratio:1/1}.home-showcase-side-banner-item img,.home-side-banner-item img{width:100%;height:100%;display:block;object-fit:cover;border-radius:8px}.home-showcase-side-banner-item .description,.home-side-banner-item .description{display:none}.home-showcase-section{padding:64px 0 64px}.home-showcase-section .home-showcase{position:relative;width:100%;padding-bottom:93px;margin-bottom:32px}@media screen and (max-width:991px){.home-showcase-section .home-showcase{padding-bottom:40px}}.home-showcase-section .home-showcase-footer{margin-top:27px}@media screen and (max-width:764px){.home-showcase-section{padding:0 16px 64px}.home-showcase-section .home-showcase-header{margin-bottom:32px}.home-showcase-section .home-showcase-footer{margin-top:12px}}.home-banner-showcase-section{padding:65px 0}.home-banner-showcase-section .home-banner-showcase-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.8fr);gap:34px;align-items:start}.home-banner-showcase-section .home-banner-showcase-left{width:100%;min-width:0;padding-top:64px}.home-banner-showcase-section .home-banner-showcase-right{position:relative;width:100%;min-width:0;padding-bottom:98px}.home-banner-showcase-section .home-banner-showcase{width:100%;min-width:0}.home-banner-showcase-section .home-banner-showcase-slider{padding-bottom:87px}.home-banner-showcase-section .home-banner-showcase-title{margin-bottom:32px}.home-banner-showcase-section .tns-outer{position:relative}.home-banner-showcase-section .tns-controls button:first-child{left:0}.home-banner-showcase-section .tns-controls button:last-child{right:0}.home-banner-showcase-section .home-banner-showcase-view-all{color:#8f6750;text-align:center}@media screen and (max-width:764px){.home-banner-showcase-section{padding:0 16px 64px}.home-banner-showcase-section .home-banner-showcase-grid{display:flex;flex-direction:column;gap:32px;align-items:stretch}.home-banner-showcase-section .home-banner-showcase-left,.home-banner-showcase-section .home-banner-showcase-right{width:100%;min-width:0;padding-top:0;padding-bottom:0}.home-banner-showcase-section .home-banner-showcase-header{margin-bottom:48px}.home-banner-showcase-section .home-banner-showcase-title{font-size:18px;font-weight:500}.home-banner-showcase-section .home-banner-showcase-footer{margin-top:35px}}.home-showcase-banner-section{padding:64px 0}.home-showcase-banner-section .home-showcase-banner-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(0,1fr);gap:34px;align-items:start}.home-showcase-banner-section .home-showcase-banner-left{position:relative;width:100%;min-width:0}.home-showcase-banner-section .home-showcase-banner-right{width:100%;min-width:0;padding-top:64px}.home-showcase-banner-section .home-showcase-banner{position:relative;width:100%;min-width:0}.home-showcase-banner-section .home-showcase-banner-slider{padding-bottom:40px}.home-showcase-banner-section .home-showcase-banner-title{margin-bottom:32px}.home-showcase-banner-section .tns-outer{position:relative}.home-showcase-banner-section .tns-controls button:first-child{left:0}.home-showcase-banner-section .tns-controls button:last-child{right:0}.home-showcase-banner-section .home-showcase-banner-view-all{min-width:137px;height:49px;border-radius:7px;font-size:10px;color:#8f6750;text-align:center}.home-showcase-banner-section .home-showcase-banner-view-all:hover{border-color:var(--accentColor);color:var(--accentColor)}@media screen and (max-width:764px){.home-showcase-banner-section{padding:0 16px 64px}.home-showcase-banner-section .home-showcase-banner-grid{display:flex;flex-direction:column;gap:48px;align-items:stretch}.home-showcase-banner-section .home-showcase-banner-right{order:1;width:100%;min-width:0;padding-top:0}.home-showcase-banner-section .home-showcase-banner-left{order:2;width:100%;min-width:0}.home-showcase-banner-section .home-showcase-banner-header{margin-bottom:48px}.home-showcase-banner-section .home-showcase-banner-title{font-size:18px;font-weight:500}.home-showcase-banner-section .home-showcase-banner-footer{margin-top:35px}.home-showcase-banner-section .home-showcase-banner-view-all{min-width:111px;height:38px;font-size:14px}}.infoBar{position:relative;color:var(--black);padding:20px 0 0;background:var(--white)}.infoBar>.ui.container{position:relative}.infoBar .box{display:flex;justify-content:space-between;gap:22px;align-items:center}.infoBar strong{display:block;margin-bottom:0;font-size:15px;font-weight:900;color:var(--primaryColor)}.infoBar .item{display:flex;align-items:center;gap:10px;justify-content:center;border-radius:16px;background:rgba(255,179,169,.08);padding:16px}@media screen and (min-width:991px){.infoBar .item{max-width:240px;width:100%}}.infoBar .image,.infoBar .jet-banner,.infoBar .jet-children,.infoBar .jet-children-container,.infoBar .jet-container{width:100%}.infoBar .image{display:flex;align-items:center;justify-content:center}.infoBar .image img{display:block;max-width:100%;height:auto}.infoBar .tns-outer>button[data-action]{display:none!important}.infoBar .tns-ovh{overflow:hidden}.infoBar .tns-controls{display:none!important}.infoBar .tns-nav{display:none}@media screen and (max-width:991px){.infoBar{padding:16px 0 0;font-size:12px}.infoBar>.ui.container{position:relative;padding-left:42px!important;padding-right:42px!important}.infoBar .box{gap:10px}.infoBar .box:not(.tns-slider)>.item:nth-child(n+2){display:none}.infoBar .box .item{justify-content:center;min-width:auto;padding:10px}.infoBar .tns-controls{display:block!important}.infoBar .tns-controls button{position:absolute;top:50%;z-index:5;width:32px;height:32px;padding:0;border:0;border-radius:50%;color:var(--black);font-size:0;cursor:pointer;display:flex!important;align-items:center;justify-content:center;transform:translateY(-50%)}.infoBar .tns-controls button[disabled]{opacity:.3;pointer-events:none}.infoBar .tns-controls button::before{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;display:block;background:url(/assets/icons/arrows/arrow_right.svg) no-repeat center center;background-size:contain;transform:translate(-50%,-50%)}.infoBar .tns-controls button[data-controls=prev]{left:4px}.infoBar .tns-controls button[data-controls=prev]::before{transform:translate(-50%,-50%) rotate(180deg)}.infoBar .tns-controls button[data-controls=next]{right:4px;transform:rotate(0)}.infoBar .tns-nav{display:none}}@media screen and (max-width:764px){.infoBar>.ui.container{padding-left:36px!important;padding-right:36px!important}.infoBar .tns-controls{top:28%}.infoBar .tns-controls button{width:30px;height:30px}.infoBar .tns-controls button::before{width:14px;height:14px}.infoBar .tns-controls button[data-controls=prev]{left:4px;transform:rotate(0)}.infoBar .tns-controls button[data-controls=next]{right:4px}}