.header{position:fixed;top:0;left:0;width:100%;z-index:10;background:#fff}@media screen and (max-width: 1024px){.header{display:flex;flex-flow:column}}.top-bar{background-color:#3f3d3e;color:#fff;display:flex;justify-content:space-between;align-items:center;height:34px;padding:0 22px;font-family:FilsonPro-Regular}@media screen and (max-width: 1024px){.top-bar{order:1;justify-content:center;height:38px;padding:0}}.top-bar-left{display:flex;align-items:center;height:100%}@media screen and (max-width: 1024px){.top-bar-left{width:100%;justify-content:center}}.top-bar-brand{display:flex;align-items:center;color:#fff;text-decoration:none;font-size:.875rem;padding:0 14px}.top-bar-brand:hover{text-decoration:underline}.top-bar-divider{border-left:1px solid rgba(255,255,255,.45);height:15px;margin-right:14px}.top-bar-right{display:flex;align-items:center;font-size:.875rem}@media screen and (max-width: 1024px){.top-bar-right{display:none}}.top-bar-track{display:flex;align-items:center;gap:6px;color:#fff;text-decoration:none}.top-bar-track:hover{text-decoration:underline}.pin-icon{flex-shrink:0}.promo-bar{display:block;background:#000;color:#fff;text-align:center;text-decoration:none;font-family:FilsonPro-Regular;font-size:.75rem;letter-spacing:.5px;line-height:28px;height:28px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media screen and (max-width: 1024px){.promo-bar{order:3;font-size:.688rem;padding:0 10px;line-height:34px;height:34px;white-space:normal;letter-spacing:.3px}}.menu-container{width:100%;background-color:#fff;position:relative}@media screen and (max-width: 1024px){.menu-container{order:2}}.logo-row{position:relative;display:flex;align-items:center;justify-content:center;height:78px;padding:0 30px}@media screen and (max-width: 1024px){.logo-row{justify-content:space-between;height:60px;padding:0 12px}}.container-logo{display:flex;justify-content:center}@media screen and (max-width: 1024px){.container-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}}.logo img{width:290px;height:30px;object-fit:contain}@media screen and (max-width: 1024px){.logo img{width:170px;height:22px}}.header-actions{position:absolute;right:30px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:18px}@media screen and (max-width: 1024px){.header-actions{position:static;transform:none;right:auto;gap:10px}}.search-bar{display:flex;align-items:center;width:228px;border-bottom:1px solid #d0d0d0}@media screen and (max-width: 1024px){.search-bar{display:none}}.search-bar-input{border:0;outline:none;background:transparent;flex:1;height:32px;padding:0 6px 0 2px;font-family:FilsonPro-Regular;font-size:.875rem;color:#3f3f40;letter-spacing:.5px;text-transform:uppercase}.search-bar-input::placeholder{color:#9a9a9a;text-transform:uppercase;letter-spacing:.5px;font-size:.813rem}.search-bar-button{border:0;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#3f3f40;padding:0 2px}.search-bar-mobile{display:none}@media screen and (max-width: 1024px){.search-bar-mobile{display:flex;align-items:stretch;margin:0 12px 12px;background:#efefef;border-radius:999px;overflow:hidden;height:46px}}.search-bar-mobile-button{border:0;background:#595958;width:64px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;flex-shrink:0;border-top-left-radius:999px;border-bottom-left-radius:999px;line-height:0}.search-bar-mobile-button svg{display:block}.search-bar-mobile-input{border:0;outline:none;background:transparent;flex:1;height:100%;line-height:46px;padding:0 18px;font-family:FilsonPro-Regular;font-size:.938rem;color:#3f3f40;letter-spacing:.5px;text-transform:uppercase}.search-bar-mobile-input::placeholder{color:#8a8a8a;text-transform:uppercase;letter-spacing:.5px;line-height:46px}.option-list{display:flex;align-items:center;gap:14px;margin:0;padding:0;list-style:none}.option{margin:0}.option-list .option .content{display:flex;align-items:center;cursor:pointer;color:#3f3f40;position:relative}.option-cart .content{position:relative}.cart-count{position:absolute;top:-6px;right:-8px;background:#000;color:#fff;border-radius:50%;width:16px;height:16px;font-size:.625rem;display:flex;align-items:center;justify-content:center;font-family:FilsonPro-Regular}.nav-row{display:flex;justify-content:center;border-top:1px solid #f0f0f0}@media screen and (max-width: 1024px){.nav-row{display:none}}.item-list{display:flex;align-items:center;justify-content:center;margin:0;padding:0;list-style:none}.menu-container .item-list .item{display:flex;align-items:center;height:44px;padding:0 24px;text-transform:uppercase;position:static}.menu-container .item-list .item>a{text-decoration:none;color:#3f3f40;font-size:1rem;font-family:FilsonPro-Regular;letter-spacing:normal;font-weight:400}.menu-container .item-list .item:hover>a{text-decoration:underline}.item-special{color:red!important}.megamenu{position:absolute;left:0;top:100%;width:100%;background:#fff;box-shadow:0 8px 12px #00000014;border-top:1px solid #e0dede;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:9}.item:hover .megamenu{opacity:1;visibility:visible;transform:translateY(0)}.megamenu-inner{display:flex;gap:60px;max-width:1200px;margin:0 auto;padding:30px 40px 40px}.megamenu-column-title{display:block;color:#000;font-family:FilsonPro-Regular;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;margin-bottom:14px}.megamenu-column-title:hover{text-decoration:underline}.megamenu-list{list-style:none;margin:0;padding:0;text-transform:none}.megamenu-list li{margin-bottom:9px}.megamenu-list a{color:#4a4a4a;text-decoration:none;font-family:FilsonPro-Regular;font-size:.813rem;font-weight:400}.megamenu-list a:hover{text-decoration:underline;color:#000}.nav-mobile{display:none}@media screen and (max-width: 1024px){.nav-mobile{display:flex;flex-flow:column;position:fixed;top:152px;left:-140%;height:100%;margin:0;width:100%;background-color:#0000003b;transition-duration:.25s;overflow-y:scroll;max-height:100%}}.nav-mobile .item-list-mobile{list-style:none;font-family:FilsonPro-Regular;color:#5b5a5a;text-align:start;font-weight:300;padding:0;text-transform:uppercase}.nav-mobile .item-list-mobile .item-mobile{line-height:3rem;padding:8px;border-bottom:1px solid #e0dede;display:flex;justify-content:space-between}.nav-mobile .item-list-mobile .item-mobile a{text-decoration:none;color:#5b5a5a;font-size:1.125rem;letter-spacing:1px}.nav-mobile .item-list-mobile .item-mobile a img{width:7px;height:13px;background-size:100%;margin-right:10px;transform:rotate(180deg)}.nav-mobile .menu-mobile{padding:0 15px;height:100%;text-align:center;align-items:center;box-shadow:0 0 2px #0003;position:fixed;background:#fff;width:22rem;max-width:85vw}.nav-mobile .menu-mobile .container{padding:5px 0 0}.menu-mobile-container{display:none}@media screen and (max-width: 1024px){.menu-mobile-container{display:block;margin-right:10px}}.menu-toggle{opacity:0}.menu-toggle:checked+.container-menu .menu>span{transform:rotate(45deg)}.menu-toggle:checked+.container-menu .menu>span:before{top:0;transform:rotate(0);background-color:#000}.menu-toggle:checked+.container-menu .menu>span:after{top:0;transform:rotate(90deg);background-color:#000}.menu-toggle:checked~.nav-mobile{left:0!important}.menu{position:fixed;top:58px;left:14px;width:26px;height:26px;cursor:pointer;z-index:1}.menu-toggle:checked+.container-menu{display:flex;width:34px;height:34px;cursor:pointer;z-index:1;position:fixed;text-align:center;justify-content:center;align-items:center}.menu>span,.menu>span:before,.menu>span:after{display:block;position:absolute;width:100%;height:2px;background-color:#000;transition-duration:.25s}.menu>span:before{content:"";top:-8px}.menu>span:after{content:"";top:8px}.newsletter-band{background:#ededed;padding:40px 20px;display:flex;justify-content:center}@media screen and (max-width: 540px){.newsletter-band{padding:24px 14px}}.newsletter-card{background:#fff;width:100%;max-width:880px;padding:34px 48px;display:flex;align-items:center;justify-content:space-between;gap:40px}@media screen and (max-width: 540px){.newsletter-card{flex-flow:column;gap:18px;padding:24px 20px;text-align:center}}.newsletter-text{flex:1;text-align:center}.newsletter-title{font-family:FilsonPro-Regular;font-weight:700;text-transform:uppercase;color:#000;font-size:1.05rem;letter-spacing:.5px;line-height:1.3;margin:0 0 8px}.newsletter-validity{font-family:FilsonPro-Regular;color:#000;font-size:.75rem;margin:0 0 8px}.newsletter-disclaimer{font-family:FilsonPro-Regular;color:#6b6b6b;font-size:.625rem;line-height:1.5;margin:0}.newsletter-action{display:flex;align-items:center;gap:12px;flex-shrink:0}@media screen and (max-width: 540px){.newsletter-action{flex-flow:column;width:100%}}.newsletter-input{height:44px;border:1px solid #d0d0d0;padding:0 14px;font-family:FilsonPro-Regular;font-size:.875rem;outline:none;min-width:220px}@media screen and (max-width: 540px){.newsletter-input{width:100%}}.newsletter-button{background:#000;color:#fff;border:0;height:44px;padding:0 34px;font-family:FilsonPro-Regular;font-weight:700;letter-spacing:1px;text-transform:uppercase;font-size:.813rem;cursor:pointer}.newsletter-button:hover{opacity:.9}@media screen and (max-width: 540px){.newsletter-button{width:100%}}.footer{clear:both;left:0;bottom:0;height:100%;width:100%;background:#181e2a;display:flex;flex-flow:column}.logo-footer{display:flex;justify-content:center;padding:20px 0}@media screen and (max-width: 540px){.logo-footer{padding:20px 0}}.logo-footer .logo{width:190px;height:25px}.register-container{display:flex;justify-content:space-between;padding:20px 4rem}@media screen and (min-width: 541px) and (max-width: 1454px){.register-container{display:flex}}@media screen and (max-width: 540px){.register-container{padding:20px;margin-top:10px;display:grid;justify-content:center;gap:1.1rem}}.register-container-megamenu{display:flex;gap:20px;padding:10px 150px;flex-flow:row wrap;text-align:center}@media screen and (max-width: 540px){.register-container-megamenu{display:grid;padding:20px 40px;gap:0}}@media screen and (min-width: 541px) and (max-width: 1454px){.register-container-megamenu{display:flex;padding:20px 40px}}.social-mobile{display:none}@media screen and (max-width: 540px){.social-mobile{display:flex;text-align:center;align-items:center;padding-bottom:0;justify-content:center;padding-top:20px}}.social-desktop{display:flex;text-align:center;align-items:center;padding-bottom:20px;justify-content:center;padding-top:20px}@media screen and (max-width: 540px){.social-desktop{display:none}}.footer-info{display:flex;flex-flow:column;width:100%;padding:0 0 20px;margin-top:20px}@media screen and (min-width: 541px) and (max-width: 1454px),screen and (max-width: 540px){.footer-info{background-color:#181e2a;padding:20px 0 50px;margin-top:0}}.info{color:#dcdad7;font-family:FilsonPro-Regular;font-size:.563rem;text-align:center;font-weight:400;line-height:5px}@media screen and (min-width: 541px) and (max-width: 1454px),screen and (max-width: 540px){.info{font-size:.563rem;margin-top:2px;line-height:14px;padding:0 20px}}.latest-info{color:#fff;font-weight:700}.social-list{display:flex}.social-list .social-item{margin-right:30px;display:flex}.dropdown{display:inline-block;position:relative;font-size:16px;flex-grow:1}.dropdown-header{display:flex;align-items:center;cursor:pointer;justify-content:center}@media screen and (max-width: 540px){.dropdown-header{position:relative;width:250px}}.dropdown-header span{font-weight:700;line-height:50px;color:#fff;line-height:.5rem;white-space:break-spaces;padding:1.5rem 0;font-size:.688rem;font-family:FilsonPro-Regular;margin-right:10px;text-align:center;text-transform:uppercase;letter-spacing:.5px}.dropdown-header .dropdown-icon{content:" ";width:13px;height:13px;background:url(https://callearturop.vtexassets.com/arquivos/flecha-hacia-abajo-para-navegar.png) no-repeat;background-size:13px;display:flex;cursor:pointer;color:#fff;font-size:1.75rem;font-weight:200;transform-origin:center;transition:.2s linear}@media screen and (max-width: 540px){.dropdown-header .dropdown-icon{position:absolute;right:-20%}}.dropdown-list{display:none;font-family:FilsonPro-Regular;text-transform:none;text-decoration:none;list-style:none;padding:0;margin:0;z-index:1}@media screen and (max-width: 540px){.dropdown-list{text-align:center;display:flex;flex-flow:column}}.dropdown-list li a{color:#fff;text-decoration:none;height:20px;display:block;font-weight:400;font-siZE:.75rem}@media screen and (max-width: 540px),(min-width: 541px) and (max-width: 1454px){.dropdown-list li a{font-size:.75rem;height:28px}}.dropdown-list li a:hover{opacity:.3}.dropdown.open .dropdown-list{display:block}.dropdown.open .dropdown-header .dropdown-icon{transform:rotate(180deg);transition:transform .2s ease}.menu-list{flex-grow:1}@media screen and (max-width: 540px){.menu-list{flex-grow:none}}@media screen and (max-width: 540px){.dropdown-list:not(.open){display:none}}.suggestions-container{display:flex;flex-direction:column;text-align:center;padding:0 1rem;margin:0 auto}@media screen and (max-width: 540px),(min-width: 541px) and (max-width: 1454px){.suggestions-container{padding:0}}.container-button-see-more{display:flex;justify-content:center;width:100%;margin:0}.container-button-see-more .button-see-more{font-size:.688rem;width:170px;cursor:pointer;font-size:.875rem;font-weight:400;font-family:FilsonPro-Regular;height:47px;border-radius:100px;background-color:#050835;margin:0 6px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;text-transform:uppercase}.container-button-see-more .button-see-more:hover{background-color:#888889;color:#fff}@media screen and (max-width: 540px){.container-button-see-more .button-see-more{width:50%}}@media screen and (min-width: 541px) and (max-width: 1454px){.container-button-see-more .button-see-more{width:220px}}.long-description-container{text-align:justify;padding-inline:60px;padding-block:26px;height:auto}@media screen and (max-width: 540px){.long-description-container{padding-inline:15px}}@media screen and (min-width: 541px) and (max-width: 1454px){.long-description-container{padding-inline:60px}}.suggestion-title{font-size:1.563rem;letter-spacing:0;font-family:FilsonPro-Regular;text-transform:none;font-weight:700;margin:16px 0;color:#000}@media screen and (max-width: 540px){.suggestion-title{margin:0 10px}}@media screen and (min-width: 541px) and (max-width: 1454px){.suggestion-title{font-size:1.1rem}}.long-description{font-family:FilsonPro-Regular;font-size:1rem;color:#3f3f40;text-overflow:ellipsis;overflow:hidden;line-height:1.5rem;font-weight:400;text-transform:none;letter-spacing:0;box-sizing:border-box;white-space:pre-line}@media screen and (max-width: 540px){.long-description{font-size:.75rem;margin:0 10px}}@media screen and (min-width: 541px) and (max-width: 1454px){.long-description{font-size:1.1rem}}.product-title{font-weight:400;margin:30px 0}@media screen and (max-width: 540px){.product-title{margin:2px 0}}.product-title .title{text-align:center;font-family:FilsonPro-Regular;color:#000;font-weight:unset;line-height:3.5rem;font-size:1.563rem}@media screen and (max-width: 540px){.product-title .title{font-size:1.125rem}}.suggestions{margin-top:2rem;display:grid;grid-template-columns:25% 25% 25%;gap:25px;padding:0 40px 50px;justify-content:center}@media screen and (max-width: 540px){.suggestions{margin-top:.3rem}}.suggestions a{text-decoration:none;font-family:FilsonPro-Light;color:#000;font-size:.938rem;position:relative;display:block;padding:4px 0;transition:.5s}.suggestions a:hover{font-family:FilsonPro-Regular}@media screen and (max-width: 540px),(min-width: 541px) and (max-width: 1454px){.suggestions{display:block}.suggestions a{margin-bottom:20px}}@font-face{font-family:DINPro-Medium;src:url(/commons/fonts/DINPro-Medium.woff2) format("woff2");font-style:normal}@font-face{font-family:DINPro;src:url(/commons/fonts/DINPro.woff2) format("woff2");font-style:normal}@font-face{font-family:FilsonPro-Regular;src:url(/commons/fonts/FilsonPro-Regular.woff2) format("woff2");font-style:normal}@font-face{font-family:FilsonPro-Light;src:url(/commons/fonts/FilsonPro-Light.woff2) format("woff2");font-style:normal}body{margin:0;background-color:#fafafa;font-family:"FilsonPro-Regular","FilsonPro-Light","DINPro-Medium","DINPro" system-ui}.grid{margin-top:20px;display:grid;grid-template-columns:25% 25% 25% 25%;gap:0px 0px;padding:50px 0 0}@media screen and (max-width: 540px){.grid{grid-template-columns:50% 50%;gap:10px 0px;padding:0}}@media screen and (min-width: 541px) and (max-width: 1454px){.grid{grid-template-columns:33.33% 33.33% 33.33%;gap:0px 0px;padding:0}}.title-description-container{padding-top:200px;display:flex;flex-flow:column;padding-left:100px;padding-right:100px;text-align:center;margin:0 30px;justify-content:center;align-items:center}@media screen and (max-width: 540px){.title-description-container{padding:200px 0 0}}@media screen and (min-width: 541px) and (max-width: 1454px){.title-description-container{padding:200px 50px 20px}}.main-product-title{font-family:FilsonPro-Regular;box-sizing:border-box;color:#3f3f40;letter-spacing:0;font-weight:700;font-size:1.75rem;text-align:center;margin:0}@media screen and (max-width: 540px){.main-product-title{margin:0}}@media screen and (min-width: 541px) and (max-width: 1454px){.main-product-title{margin:10px}}.product-description{font-size:1rem;font-family:FilsonPro-Regular;color:#3f3f40;font-weight:300;text-overflow:ellipsis;letter-spacing:0;line-height:1.5rem;display:flex;font-style:normal;margin-bottom:30px;margin-top:30px}@media screen and (max-width: 540px){.product-description{font-size:1rem}}@media screen and (min-width: 541px) and (max-width: 1454px){.product-description{padding:0;margin:0}}.hide{display:none!important}.card-container{display:flex;width:100%;flex-flow:row wrap;cursor:pointer;margin-bottom:10px;padding:14px;border-radius:0;transition:transform .2s;position:relative;align-content:flex-start}.description-brand{font-family:FilsonPro-Regular;color:gray;font-size:10px;text-transform:uppercase;text-align:left;display:block;margin-top:6px}.card-container .shop-hover{font-size:.875rem;font-weight:400;font-family:FilsonPro-Regular;width:9.5vw;height:41.98px;border-radius:100px;background-color:#050835;display:flex;align-items:center;justify-content:center;color:#fff;transform:rotateX(90deg);opacity:0;transition:all .2s cubic-bezier(.04,.17,.11,-.08)}@media screen and (min-width: 541px) and (max-width: 1454px),(max-width: 540px){.card-container .shop-hover{width:90%}}.card-container .container-button{display:flex;justify-content:center;width:100%;margin-top:5px}.card-container:hover .shop-hover{transform:translate(0);opacity:1}.shop-hover:hover{background-color:gray;color:#fff}.a-container{display:flex;justify-content:center;border-radius:8px;text-decoration:none}.price-container{display:flex;justify-content:flex-start;align-items:baseline;width:100%;margin-top:8px;flex-direction:row-reverse;gap:8px}.price{-webkit-font-smoothing:antialiased;font-size:1.438rem;color:#2e2e2e;font-family:FilsonPro-Light;font-weight:400;font-style:normal;letter-spacing:normal;line-height:normal;text-align:left}@media screen and (min-width: 541px) and (max-width: 1454px),(max-width: 540px){.price{font-size:1.188rem}}.old-price{font-size:.938rem;color:#494949;font-family:FilsonPro-Light;margin-right:0;text-decoration:line-through;font-weight:300}.discount{top:12px;right:12px;position:absolute;background-color:#b01e2e;color:#fff;border:none;margin:0;border-radius:4px;font-family:DINPro-Medium;font-weight:700;font-size:.813rem;letter-spacing:.3px;padding:4px 8px;line-height:1}.image-content{width:100%;text-align:center;display:flex;justify-content:center;align-items:center;background-color:#f2f2f2}.image-content img{height:auto;aspect-ratio:.81/1;width:100%;border-radius:0;object-fit:cover}.card-container .detail{width:100%;gap:0px;margin-top:12px;text-align:left}.description{margin:0;font-weight:400;font-style:normal;letter-spacing:normal;line-height:1.3;font-family:FilsonPro-Regular;color:#5c5c5c;text-overflow:ellipsis;font-size:.875rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:left}@media screen and (min-width: 541px) and (max-width: 1454px),(max-width: 540px){.description{font-size:.75rem}}.loading-image{height:auto;aspect-ratio:.81/1;width:100%;background-color:#f2f2f2;background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 1s ease infinite}@keyframes shine{to{background-position:right -40px top 0}}.sitemap{display:grid;grid-template-columns:25% 25% 25%;gap:25px;padding:0 40px 50px;justify-content:center}@media screen and (max-width: 540px){.sitemap{display:block}}.sitemap a{text-decoration:none;color:#5b5a5a;font-size:1.125rem;position:relative;display:block;padding:4px 0;transition:.5s}.sitemap a:hover{font-weight:800}.sitemap-container{display:none;min-height:50rem;padding-top:10rem;text-align:center;font-family:FilsonPro-Regular}@media screen and (min-width: 541px) and (max-width: 1454px),screen and (max-width: 540px){.sitemap-container{padding-top:8rem}.sitemap-container h1{margin-top:0}}
