.skeleton{width:100%;height:100%;border-radius:var(--radius);background-color:#f2f2f2;position:relative;overflow:hidden}.skeleton::before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(to right,transparent,rgba(255,255,255,.4),transparent);top:0;left:-100%;animation:skeleton-animation 1.5s ease-in-out infinite}@keyframes skeleton-animation{0%{transform:translateX(-100%)}50%{transform:translateX(150%)}100%{transform:translateX(150%)}}@keyframes down-height-animation{0%{height:100%}100%{height:0}}
.pagina-carrinho .caixa-destaque h1{color:var(--black);font-weight:400;font-size:20px;text-transform:uppercase}.tabela-carrinho td,.tabela-carrinho th,.tabela-carrinho tr{border:none}.tabela-carrinho h6{color:var(--primary);font-size:14px}.tabela-carrinho .hidden-phone.bg-dark:nth-child(odd){background:#fff}.tabela-carrinho .quantidade input[type=text]{border-radius:var(--radius)}.tabela-carrinho #calcularFrete,.tabela-carrinho #usarCupom{border-radius:var(--radius) 0 0 var(--radius);width:47%;height:100%;min-height:40px}.tabela-carrinho button{background-color:var(--primary);color:var(--primary-foreground);float:left;background-image:none;border-radius:0 var(--radius) var(--radius) 0;min-height:40px;transition:all .3s}.tabela-carrinho button:hover{background-color:var(--primary);color:var(--primary-foreground);float:left;background-image:none;border-radius:0 var(--radius) var(--radius) 0;min-height:40px;opacity:.6}.tabela-carrinho button i{display:none}.pagina-carrinho .tabela-carrinho .form-horizontal .controls{margin-left:180px!important}#carrinho-mini .tabela-carrinho .coluna-preco{width:200px}@media (max-width:767px){.pagina-carrinho .tabela-carrinho .form-horizontal .controls{margin-left:0!important}}.pagina-carrinho #formCalcularFrete label{text-align:left;margin-left:20px}.pagina-carrinho .form-horizontal .input-append{float:none;display:inline-flex!important}.finalizar-compra .caixa-sombreada{-webkit-box-shadow:none;box-shadow:none}.finalizar-compra .botao{height:40px;line-height:40px;padding:0 10px;background:0 0;color:var(--primary);border-color:var(--border);font-size:14px;border-radius:var(--radius);text-transform:uppercase}.finalizar-compra .botao:first-child:before{content:"\f104";font-family:FontAwesome;margin-right:10px}.finalizar-compra .botao.principal{background:var(--success);color:var(--success-foreground);height:60px;line-height:60px;padding:0 20px;font-size:18px;text-transform:uppercase;border-color:var(--success);width:100%;margin:0}.finalizar-compra .botao.fixed{position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100%;display:none}@media (max-width:1024px){.finalizar-compra .botao.fixed{display:block}}#comprar-ajax-status .sucesso .head{line-height:1.4em}#comprar-ajax-status .sucesso .buttons .continuar-comprando{background:#000;color:#fff;border-radius:var(--radius)}#comprar-ajax-status .sucesso .buttons>*{background:var(--success);border-radius:var(--radius);border:none}.pagina-carrinho .identificacao .email-box{margin:0;width:100%}.pagina-carrinho .identificacao .control-group input{height:43px}.pagina-carrinho .identificacao .control-group .submit-email.botao.principal{position:initial;width:100%;border-radius:var(--radius);width:100%;max-width:100%;margin-top:20px}.pagina-carrinho .identificacao .control-group::after,.pagina-carrinho .identificacao .control-group::before{display:none}@media only screen and (max-width:767px){.resumo-compra .tabela-carrinho .tr-checkout-frete td:first-of-type{display:none}}.resumo-compra .tabela-carrinho .text-right{font-size:16px}.resumo-compra .tabela-carrinho .padding-preco .frete-preco :is(small,strong){font-weight:700}.resumo-compra .tabela-carrinho .padding-preco .total strong{font-weight:700}
.change-theme-layout-container{position:fixed;top:50%;transform:translateY(-50%);left:20px;z-index:2026}.change-theme-layout-container .content{position:relative;border-radius:var(--radius);background-color:var(--background);box-shadow:rgba(50,50,93,.25) 0 50px 100px -20px,rgba(0,0,0,.3) 0 30px 60px -30px;display:flex;flex-direction:column;color:var(--foreground);border-radius:var(--radius);border:1px solid var(--primary);width:200px}.change-theme-layout-container .content>button{border-radius:var(--radius);background-color:var(--background);display:flex;align-items:center;gap:10px;font-size:16px;font-style:normal;font-weight:700;color:var(--foreground);padding:20px;position:relative;z-index:10}.change-theme-layout-container .content>div{background-color:var(--background);border-radius:var(--radius);display:flex;flex-direction:column;gap:20px;height:0;margin:0;transition:all .3s;position:relative;z-index:10;opacity:0}.change-theme-layout-container .content>div a{position:relative;pointer-events:none;visibility:hidden;display:flex;align-items:center;gap:10px;font-size:16px;font-style:normal;font-weight:400;color:var(--foreground);text-decoration:none;transition:padding .3s;transition:height .3s}.change-theme-layout-container .content>div a:hover{opacity:.6}.change-theme-layout-container .content>div a div{width:29px;height:29px;border-radius:50%;border:1px solid var(--foreground)}.change-theme-layout-container .content>div a svg{position:absolute;left:20px;top:-10px}.change-theme-layout-container .content>div.active{height:auto;padding:20px;opacity:1}.change-theme-layout-container .content>div.active a{pointer-events:auto;visibility:visible}.change-theme-layout-container .content .pulse{position:absolute;width:100%;height:100%;background-color:var(--primary);border-radius:var(--radius);animation:pulse 2s infinite;width:100%;z-index:9;pointer-events:none}@media (max-width:1024px){.change-theme-layout-container{display:none}}@keyframes pulse{0%{transform:scale(1);opacity:.1}50%{transform:scale(1.1);opacity:.2}100%{transform:scale(1);opacity:.1}}
.carrinho-checkout .atendimento{border:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.carrinho-checkout .atendimento li{display:flex;align-items:center}.carrinho-checkout .atendimento li a{display:flex;align-items:center}.carrinho-checkout .atendimento li a:hover{text-decoration:none}.carrinho-checkout .atendimento li span.display-table{color:var(--icon);font-weight:400;text-transform:uppercase;font-size:14px;display:inline-block;vertical-align:middle}.carrinho-checkout .atendimento li span.display-table .icone-box{border:none}.carrinho-checkout .atendimento li span.display-table .icone-box .icon{fill:var(--icon);width:35px;height:35px;display:inline-block;vertical-align:middle;margin-right:5px}.carrinho-checkout .atendimento li span.display-table .icone-box .icon *{fill:var(--icon)}.carrinho-checkout .atendimento li span.display-table .icone-box .icon .c{fill:transparent}.carrinho-checkout .atendimento li span.display-table .icone-box i{color:var(--icon);font-size:3rem}.carrinho-checkout .atendimento li strong{color:var(--icon);font-weight:400;text-transform:uppercase;font-size:14px;white-space:nowrap}.carrinho-checkout .conteiner-principal #corpo .conteiner{box-shadow:none}.carrinho-checkout .identificacao hr.sem-margem{display:none}.campos-pedido{-webkit-box-shadow:none;box-shadow:none;border:none}.campos-pedido .embalagem{display:block;width:100%;background:#fff;padding:20px 10px;height:auto;margin:0 auto;text-align:center;float:left;max-width:1255px;border-radius:5px;box-shadow:0 0 8px rgba(0,0,0,.21);margin-bottom:30px!important}.campos-pedido .embalagem a{padding:15px;border-radius:10px;display:block;width:fit-content;margin:15px auto;font-size:17px;color:var(--primary-foreground);background:var(--primary);text-transform:uppercase;font-weight:500}.campos-pedido .embalagem p{font-size:20px;color:var(--primary);display:flex;justify-content:center;align-items:center;align-content:center;text-transform:uppercase;margin:10px auto}@media (max-width:767px){.campos-pedido .embalagem p{font-size:15px;flex-direction:column}}.campos-pedido .embalagem g#Grupo_3338{fill:var(--primary)}@media (max-width:767px){.campos-pedido .embalagem{max-width:96%!important;margin:0 auto}}.campos-pedido legend{border-color:var(--primary);border-width:3px;color:var(--primary);font-size:18px;font-weight:600}.campos-pedido legend [class^=icon-]{color:var(--primary)}.campos-pedido .identificacao .identificacao-title{font-size:20px;font-weight:400;color:var(--black);text-transform:uppercase}.campos-pedido .identificacao input{-webkit-box-sizing:border-box;box-sizing:border-box;height:44px;padding:0 0 0 15px;width:100%}.campos-pedido .identificacao .submit-email.botao.principal{height:44px;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;text-transform:uppercase;background:0 0;color:var(--black);border-color:var(--black);font-size:14px;border-radius:5px;font-weight:700}#finalizarCompra{background:var(--success);border-color:var(--success);color:var(--success-foreground)}.resumo-compra .tabela-carrinho{margin:0}.checkout-alerta-seguro .checkout-alerta-seguro-item .icon-ok,.checkout-alerta-seguro .checkout-alerta-seguro-tit{color:var(--black);font-weight:500}.identificacao .control-group .submit-email.botao.principal{min-width:max-content;color:#fff;background:var(--primary);border:1px var(--primary) solid;padding:11px 12px;font-size:14px;min-width:90px;line-height:1.4em}@media (max-width:767px){body.carrinho-checkout #cabecalho .conteiner{height:auto}}
input{background-color:var(--input)}body{background-color:var(--background);color:var(--foreground);border:none;background-image:none}.botao,.botao.principal{background-color:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);border:none;transition:all .3s}.botao i,.botao.principal i{color:var(--primary-foreground)}.botao.principal:hover,.botao:hover{background-color:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);background-image:none;border:none;opacity:.6}.pagina-conta-endereco .botao,.pagina-conta-endereco .botao.principal{background-color:var(--primary)!important;color:var(--primary-foreground)!important;border-radius:var(--radius)!important;border:none;opacity:1!important;transition:all .3s}.pagina-conta-endereco .botao.principal:hover,.pagina-conta-endereco .botao:hover{background-color:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);background-image:none;border:none;opacity:.6!important}#modalContato{background-color:var(--muted);color:var(--muted-foreground)}#modalContato .cor-secundaria{color:var(--muted-foreground)}.flex-control-paging li a:hover,.fundo-secundario{background-color:var(--secondary);color:var(--secondary-foreground)!important}.uneditable-input,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{background-color:var(--input);border-color:var(--border)}.alert-danger,.alert-error{background-color:red;color:#fff!important}.cor-principal,.cor-secundaria{color:var(--foreground)}svg{fill:var(--icon)}
.default-footer-logo{height:max-content!important;width:100%}.default-footer-logo>div{width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.default-footer-logo>div>div{display:flex;align-items:self-start;flex-direction:column;gap:4px}
.pagina-pagina #corpo a,.pagina-pagina #corpo li,.pagina-pagina #corpo p,.pagina-pagina #corpo span,.pagina-pagina #corpo strong{font-size:20px;line-height:120%}
.cadastro input[type=password],.cadastro input[type=text],.cadastro select{border-radius:0;border:solid 1px var(--border)}.cadastro legend{border-width:3px;font-weight:600;font-size:20px}.cadastro label{font-weight:600}.cadastro .caixa-sombreada.borda-principal{background-color:var(--muted)}.cadastro .caixa-sombreada{-webkit-box-shadow:none;box-shadow:none;border:solid 1px var(--border)}.cadastro .botao.principal{background-color:var(--primary);border:none;color:var(--primary-foreground)}.cadastro .recuperar-senha{color:var(--muted-foreground);transition:all ease-out .2s}.cadastro .recuperar-senha i{color:var(--icon)}.cadastro .recuperar-senha:hover{color:var(--muted-foreground);text-decoration:none;transition:all ease-out .2s}.pagina-cadastro .cadastro .tipo-cadastro label{display:flex;align-items:center;gap:10px}@media only screen and (max-width:767px){.pagina-login input#id_senha{width:100%}.pagina-login .cadastro-logar .botao{display:block;width:100%;margin:10px 0 0}}
#comprar-ajax-status .sucesso{background-color:var(--muted)}#comprar-ajax-status .sucesso .buttons>a{background-color:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);font-weight:500;opacity:1;transition:all .3s}#comprar-ajax-status .sucesso .buttons>a:hover{opacity:.6}#comprar-ajax-status .sucesso #carrinho-mini .table tr th{padding:5px!important}#comprar-ajax-status .sucesso #carrinho-mini .table tr th:first-child h6{text-align:center}#comprar-ajax-status .sucesso #carrinho-mini .table tr td{padding:5px!important}#comprar-ajax-status .sucesso #carrinho-mini .table tr td .subtotal strong{font-weight:600}
*{margin:0;padding:0;box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.container,.conteiner{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}.container::after,.container::before,.conteiner::after,.conteiner::before{display:none}#cabecalho{display:none;background-color:var(--primary)}#cabecalho,#cabecalho *{color:var(--primary-foreground)}#barraTopo{display:none!important}.modal{z-index:2024}.modal-backdrop.in{z-index:2023}.conteiner-principal{display:block}.pagina-carrinho .conteiner-principal{display:block}.pagina-carrinho.carrinho-checkout #cabecalho{display:block}:is(.pagina-inicial,.pagina-produto,.pagina-categoria,.pagina-busca) .conteiner-principal{display:none}.pagina-404 #cabecalho,.pagina-404 #rodape,.pagina-cadastro #cabecalho,.pagina-cadastro #rodape,.pagina-conta #cabecalho,.pagina-conta #rodape,.pagina-conta-endereco #cabecalho,.pagina-conta-endereco #rodape,.pagina-favorito-listar #cabecalho,.pagina-favorito-listar #rodape,.pagina-login #cabecalho,.pagina-login #rodape,.pagina-marca #cabecalho,.pagina-marca #rodape,.pagina-pagina #cabecalho,.pagina-pagina #rodape,.pagina-pedido-listar #cabecalho,.pagina-pedido-listar #rodape{display:none}.menu .nivel-dois li:hover,.menu.lateral.outras .nivel-um li:hover a{background-color:initial}.flex-control-paging li a.flex-active,.fundo-principal,.menu-simples li.active a{background-color:initial;opacity:1}.dropdown-menu>li>a:hover,.filtro.lista ul li label:hover,.menu li:hover>a .fundo-secundario,.menu-simples li a:hover{background-color:initial;opacity:.6}.filtro.lista ul li label:hover,.filtro.lista ul li.active label{color:inherit}.menu.lateral.fechado .com-filho>ul{position:initial;inset:initial;left:initial;top:initial;display:initial}.menu ul li:after{display:none}.menu .nivel-dois a{line-height:initial}.swal2-container{z-index:2025}.menu-simples li a:hover,.menu-simples li a:hover *,.menu-simples li.active a,.menu-simples li.active a *{color:var(--foreground)}.fancybox-lock .fancybox-overlay{overflow:hidden}.pagina-marca .conteudo h1{font-weight:700;margin:0;display:block}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background-color:#f7f7f7}::-webkit-scrollbar-thumb{background-color:var(--primary);border-radius:20px;transition:opacity .3s}::-webkit-scrollbar-thumb:hover{opacity:.6}.cadastro input,.cadastro input[type=password],.cadastro input[type=text],.cadastro select{min-height:40px}.pagina-cadastro input:not(#id_politica_privacidade),.pagina-cadastro select,.pagina-login input:not(#id_politica_privacidade),.pagina-login select{min-height:40px}.pagina-cadastro .botao,.pagina-cadastro .botao.principal,.pagina-login .botao,.pagina-login .botao.principal{display:inline-flex;align-items:center;justify-content:center;min-height:40px}.li-whatsapp a{transition:all .3s;z-index:2023!important}.li-whatsapp a:hover{opacity:.6}.identificacao .control-group input{box-shadow:none;width:100%}.pagina-carrinho .acao-editar .selo-ssl{position:initial}.identificacao .email-box{margin:0}.identificacao .control-group input{height:20px}.identificacao .control-group .submit-email.botao.principal{position:static;max-width:1000px;display:block;float:none;margin-top:10px}
#skeleton-main{width:100%;height:100vh;position:fixed;inset:0;z-index:2023;background-color:#fff}#skeleton-main #skeleton-block-header-v1{box-shadow:rgba(17,12,46,.15) 0 48px 100px 0}#skeleton-main #skeleton-block-header-v1 #skeleton-component-tarja-top-content{width:100%}#skeleton-main #skeleton-block-header-v1 #skeleton-component-tarja-top-content>.skeleton{width:100%;height:40px}#skeleton-main #skeleton-block-header-v1 #skeleton-block-header-top-content-v1{padding:20px 0}#skeleton-main #skeleton-block-header-v1 #skeleton-block-header-top-content-v1>.container{display:flex;align-items:center;gap:20px}#skeleton-main #skeleton-block-header-v1 #skeleton-block-header-top-content-v1>.container #skeleton-component-logo-content{width:100%;max-width:180px;height:60px}#skeleton-main #skeleton-block-header-v1 #skeleton-block-header-top-content-v1>.container #skeleton-component-search-content{width:100%;height:60px}#skeleton-main #skeleton-block-header-v1 #skeleton-block-header-top-content-v1>.container #skeleton-component-actions-content{width:100%;max-width:200px;height:60px}#skeleton-main #skeleton-block-header-v1 #skeleton-component-menu-content{width:100%;padding-bottom:20px}#skeleton-main #skeleton-block-header-v1 #skeleton-component-menu-content>.container{display:flex;gap:20px}#skeleton-main #skeleton-block-header-v1 #skeleton-component-menu-content>.container>.skeleton{width:100%;height:40px}#skeleton-main #skeleton-banner-home-content{height:100%}#skeleton-main #skeleton-banner-home-content>.skeleton{width:100%;height:60%}
#structure{padding-bottom:54px}#structure .home>:is(div,section):not(:nth-child(1)){margin-top:54px}#structure .product>:is(div,section):not(:nth-child(1)){margin-top:54px}
#function-add-to-favorites-v1.showcase{position:absolute;top:12px;cursor:pointer;right:12px;transition:all .2s;z-index:2021;width:36px;height:36px;display:flex;align-items:center;justify-content:center}#function-add-to-favorites-v1.showcase svg{width:100%;fill:var(--primary);border-radius:var(--radius);height:100%}#function-add-to-favorites-v1.showcase.added{opacity:.6}#function-add-to-favorites-v1.showcase:hover{scale:1.2}#function-add-to-favorites-v1.product-page{display:inline-flex;float:right;align-items:center;gap:10px;cursor:pointer;margin-top:10px;transition:all .3s}#function-add-to-favorites-v1.product-page span{font-size:14px;font-style:normal;font-weight:400}#function-add-to-favorites-v1.product-page svg{fill:var(--primary);border-radius:var(--radius)}#function-add-to-favorites-v1.product-page:hover{opacity:.6}@media (max-width:1024px){#function-add-to-favorites-v1.product-page{position:absolute;bottom:25%;right:10px;z-index:2021}#function-add-to-favorites-v1.product-page span{display:none}}
html.hide-blog #component-header-blog-content{display:none}#function-blog-showcase-v1 h2{display:block;font-size:30px;font-weight:700;position:relative;text-align:center;margin-bottom:24px}#function-blog-showcase-v1 .slide-blog{overflow:hidden;position:relative;padding-bottom:46px}#function-blog-showcase-v1 .swiper-pagination .swiper-pagination-bullet{width:19px;height:19px}#function-blog-showcase-v1 .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--primary)}.blog-post{text-align:center}.blog-post img{border-radius:var(--radius);width:100%;height:300px;object-fit:cover}.blog-post strong{margin:10px 0;display:block;text-align:center;font-size:20px;font-style:normal;font-weight:700;min-height:50px}.blog-post p{font-size:16px;font-style:normal;text-align:center;font-weight:500;display:block;overflow:hidden;text-overflow:ellipsis;height:40px}.blog-post a{margin-top:20px;display:flex;align-items:center;text-align:center;justify-content:center;gap:10px;font-size:16px;font-style:normal;font-weight:600;color:var(--primary)}.blog-post a svg{fill:var(--primary)}.post #corpo .conteudo h1{font-size:30px;font-style:normal;font-weight:600;text-align:center;display:block;margin-bottom:20px}.post #corpo .caixa-sombreada{padding:0;box-shadow:none}.post #corpo p,.post #corpo span{text-align:center}.blog #corpo .caixa-sombreada{padding:0;box-shadow:none}.blog #corpo .caixa-sombreada h1.titulo{font-size:30px;font-style:normal;font-weight:600;text-align:center;display:block}.blog #corpo .caixa-sombreada p{margin:0;padding:0;font-size:20px;font-style:normal;font-weight:400;text-align:center}.blog #corpo .conteudo .featured-blog{margin-top:20px;display:flex;gap:20px;height:400px;overflow:hidden}.blog #corpo .conteudo .featured-blog .featured-post{position:relative;height:100%;overflow:hidden;display:block;border-radius:var(--radius)}.blog #corpo .conteudo .featured-blog .featured-post img{width:100%;height:100%;object-fit:cover}.blog #corpo .conteudo .featured-blog .featured-post>div{position:absolute;width:100%;z-index:10;left:0;bottom:0;display:flex;flex-direction:column;gap:20px}.blog #corpo .conteudo .featured-blog .featured-post>div strong{width:100%;max-width:90%;display:flex;align-items:center;justify-content:center;white-space:nowrap;text-overflow:ellipsis;padding:0 12px;overflow:hidden;height:60px;background:var(--primary);border-radius:var(--radius);color:var(--primary-foreground);font-size:20px;font-style:normal;font-weight:700}.blog #corpo .conteudo .featured-blog .featured-post>div p{font-size:12px;font-style:normal;font-weight:500;line-height:normal}.blog #corpo .conteudo .featured-blog>div:first-child{height:100%;width:100%}.blog #corpo .conteudo .featured-blog>div:last-child{width:100%;display:flex;flex-direction:column;gap:10px;height:100%}.blog #corpo .conteudo .showcase-blog{margin-top:20px;overflow:hidden}@media (max-width:1024px){.blog #corpo .conteudo .featured-blog{height:auto;flex-direction:column}.blog #corpo .conteudo .featured-blog .featured-post>div{flex-direction:column}}
#function-brands-title-content #function-brands-title-v1 span{display:block;font-size:30px;font-weight:700;position:relative;text-align:center}#function-brands-items-content{margin-top:20px;background-color:var(--brands-section-background-color);padding:40px 0}#function-brands-items-content .container{position:relative;overflow:hidden;padding-left:80px;padding-right:80px}#function-brands-items-content .container .swiper-wrapper{margin:0}#function-brands-items-content .container .swiper-wrapper .swiper-slide{display:flex;align-items:center;justify-content:center}#function-brands-items-content .container .swiper-wrapper .swiper-slide a{display:flex;align-items:center;justify-content:center;width:100%;height:80px;transition:all .3s}#function-brands-items-content .container .swiper-wrapper .swiper-slide a img{width:auto;height:80px}#function-brands-items-content .container .swiper-wrapper .swiper-slide a:hover{opacity:.6}#function-brands-items-content .container .swiper-button-next,#function-brands-items-content .container .swiper-button-prev{display:flex;align-items:center;justify-self:center;background-color:transparent;border-radius:50%;transition:all .3s}#function-brands-items-content .container .swiper-button-next::after,#function-brands-items-content .container .swiper-button-prev::after{font-size:42px;font-weight:700;color:var(--primary)}#function-brands-items-content .container .swiper-button-next:hover,#function-brands-items-content .container .swiper-button-prev:hover{transform:scale(1.2)}@media (max-width:768px){#function-brands-items-content .container .swiper-button-next,#function-brands-items-content .container .swiper-button-prev{display:none}}
#component-category #component-category-title-v1 span{display:block;font-size:30px;font-weight:700;position:relative;text-align:center}#component-category-items-content #component-categories-carousel{margin-top:20px;position:relative;overflow:hidden;padding-bottom:46px}#component-category-items-content #component-categories-carousel .swiper-slide{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;transition:opacity .3s}#component-category-items-content #component-categories-carousel .swiper-slide:hover{opacity:.6}#component-category-items-content #component-categories-carousel .swiper-slide p{font-size:20px;font-style:normal;font-weight:500;text-transform:initial}#component-category-items-content #component-categories-carousel .swiper-pagination .swiper-pagination-bullet{width:19px;height:19px}#component-category-items-content #component-categories-carousel .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--primary)}
#function-category #function-category-title span{display:block;font-size:30px;font-weight:700;position:relative;text-align:center}#function-category-items-content #function-categories-carousel{margin-top:20px;position:relative;overflow:hidden;padding-bottom:46px}#function-category-items-content #function-categories-carousel .swiper-slide{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;transition:opacity .3s}#function-category-items-content #function-categories-carousel .swiper-slide .slide-image{position:relative}#function-category-items-content #function-categories-carousel .swiper-slide .slide-image .slide-shadow{opacity:0;width:100%;height:100%;inset:0;position:absolute;pointer-events:none;transition:all .3s;background-color:rgba(0,0,0,.3)}#function-category-items-content #function-categories-carousel .swiper-slide:hover .slide-image .slide-shadow{opacity:1}#function-category-items-content #function-categories-carousel .swiper-slide p{font-size:20px;font-style:normal;font-weight:500;text-transform:initial}#function-category-items-content #function-categories-carousel .swiper-pagination .swiper-pagination-bullet{width:19px;height:19px}#function-category-items-content #function-categories-carousel .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--primary)}#function-category-items-content #function-categories-carousel .swiper-button-next,#function-category-items-content #function-categories-carousel .swiper-button-prev{display:flex;align-items:center;justify-self:center;width:35px;height:54px;background-color:var(--primary-foreground);border-radius:var(--radius);transition:all .3s;z-index:10}#function-category-items-content #function-categories-carousel .swiper-button-next::after,#function-category-items-content #function-categories-carousel .swiper-button-prev::after{font-size:28px;font-weight:700;color:var(--primary)}#function-category-items-content #function-categories-carousel .swiper-button-next:hover,#function-category-items-content #function-categories-carousel .swiper-button-prev:hover{opacity:.6}@media (max-width:1024px){#function-category-items-content #function-categories-carousel .swiper-button-next,#function-category-items-content #function-categories-carousel .swiper-button-prev{display:none}}
.category-icons{margin-right:8px;display:inline-flex;align-items:center;justify-content:center}.category-icons img{max-width:36px}
.free-shipping{display:block;width:100%;text-align:center;padding:10px;box-sizing:border-box;color:#fff;font-weight:400;font-size:13px;margin:0 0 20px;text-transform:uppercase}.free-shipping .icon{width:30px;height:30px;fill:#fff;vertical-align:middle;margin-right:10px}.free-shipping em{font-weight:600;font-style:normal}.free-shipping.warning{background:#f0ad4e}.free-shipping.success{color:var(--success-foreground);background:var(--success)}
#information-stripe-v1{background-color:var(--information-stripe-section-background-color);box-shadow:0 4px 10px 0 rgba(0,0,0,.1);padding:14px 0;margin-top:0!important}#information-stripe-v1 .container{overflow:hidden;position:relative}#information-stripe-v1 .container ul{margin:0}#information-stripe-v1 .container ul li{display:flex;gap:20px;align-items:center}@media (max-width:767px){#information-stripe-v1 .container ul li{margin:0 auto;display:flex;justify-content:center}}#information-stripe-v1 .container ul li .text-stripe{display:flex;flex-direction:column}#information-stripe-v1 .container ul li .text-stripe strong{font-weight:700;font-size:16px;line-height:20px}#information-stripe-v1 .container ul li .text-stripe span{font-weight:500;font-size:16px;line-height:20px}#information-stripe-v1 .container ul li img{width:auto;height:auto}
#function-instagram-v1{overflow:hidden;position:relative}#function-instagram-v1 h2{display:block;font-size:30px;font-weight:700;position:relative;text-align:center;margin-bottom:20px}#function-instagram-v1 .banner{width:100%;border-radius:var(--radius);overflow:hidden}#function-instagram-v1 .banner img{width:100%}#function-instagram-v1 .banner a{width:100%;height:100%;overflow:hidden;display:block}#function-instagram-v1 .banner a img{width:100%;transition:all .3s}#function-instagram-v1 .banner a.enabled-link{transition:opacity .3s}#function-instagram-v1 .banner a.enabled-link:hover{opacity:.6}#function-instagram-v1 .banner a.enabled-link:hover img{transform:scale(1.06)}#function-instagram-v1 .swiper-pagination .swiper-pagination-bullet{width:19px;height:19px}#function-instagram-v1 .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--primary)}@media (max-width:1024px){#function-instagram-v1{padding-bottom:46px}}
.sharethis-inline-share-buttons{display:inline-flex!important;align-items:center!important;float:left;gap:8px;margin-top:10px}.sharethis-inline-share-buttons:before{content:"Compartilhe-nos";color:var(--foreground);font-size:14px;font-style:normal;font-weight:400}@media (max-width:1024px){.sharethis-inline-share-buttons{display:flex!important;justify-content:center;float:initial}.sharethis-inline-share-buttons:before{display:none}}#st-1 .st-btn[data-network=facebook],#st-1 .st-btn[data-network=googleplus],#st-1 .st-btn[data-network=pinterest],#st-1 .st-btn[data-network=twitter]{border-radius:50%;padding:0;width:40px;height:40px;transition:all .3s;background-color:#bcbec0!important}#st-1 .st-btn[data-network=facebook]>svg,#st-1 .st-btn[data-network=googleplus]>svg,#st-1 .st-btn[data-network=pinterest]>svg,#st-1 .st-btn[data-network=twitter]>svg{fill:var(--primary)}#st-1 .st-btn[data-network=facebook]>img,#st-1 .st-btn[data-network=googleplus]>img,#st-1 .st-btn[data-network=pinterest]>img,#st-1 .st-btn[data-network=twitter]>img{filter:invert(0)}#st-1 .st-btn[data-network=facebook]:hover,#st-1 .st-btn[data-network=googleplus]:hover,#st-1 .st-btn[data-network=pinterest]:hover,#st-1 .st-btn[data-network=twitter]:hover{top:0;opacity:.4;filter:invert(0)}#st-1 .st-btn[data-network=facebook]:hover>svg,#st-1 .st-btn[data-network=googleplus]:hover>svg,#st-1 .st-btn[data-network=pinterest]:hover>svg,#st-1 .st-btn[data-network=twitter]:hover>svg{fill:var(--primary)}.fb-share-button.fb_iframe_widget{display:none}
#function-testimony-title-v1 h2{font-size:30px;font-weight:700;position:relative;text-align:center}#function-testimony-itens-content{margin-top:20px}#function-testimony-itens-content #function-testimony-itens-v1{overflow:hidden;position:relative;padding:6px;padding-bottom:46px}#function-testimony-itens-content #function-testimony-itens-v1 .swiper-slide{display:flex;align-items:center;gap:30px;background-color:var(--testimony-card-background-color);border-radius:var(--radius);padding:16px;box-shadow:0 3px 10px 0 rgba(0,0,0,.16)}#function-testimony-itens-content #function-testimony-itens-v1 .swiper-slide>img{width:80px;height:80px;border-radius:50%;object-fit:cover}#function-testimony-itens-content #function-testimony-itens-v1 .swiper-slide>div{display:flex;flex-direction:column;gap:8px}#function-testimony-itens-content #function-testimony-itens-v1 .swiper-slide>div span{font-size:18px;font-weight:500;line-height:22px;display:block;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}#function-testimony-itens-content #function-testimony-itens-v1 .swiper-slide>div img{max-width:138px;margin:0 auto}#function-testimony-itens-content #function-testimony-itens-v1 .swiper-slide>div p{margin:8px 0;font-size:14px}#function-testimony-itens-content #function-testimony-itens-v1 .swiper-pagination .swiper-pagination-bullet{width:19px;height:19px}#function-testimony-itens-content #function-testimony-itens-v1 .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--primary)}
.function-whatsapp-product{width:14%;transition:all .3s}.function-whatsapp-product .whatsapp-product{text-decoration:none;border:2px solid var(--whatsapp-product-border-color);height:78px;background:var(--whatsapp-product-background-color);border-radius:var(--radius);color:var(--whatsapp-product-text-color);transition:opacity .3s;padding:8px;width:100%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500}.function-whatsapp-product .whatsapp-product svg{fill:var(--whatsapp-product-text-color);color:var(--whatsapp-product-text-color);height:34px;width:34px}.function-whatsapp-product .whatsapp-product span{opacity:0;pointer-events:none;width:0}.function-whatsapp-product .whatsapp-product:hover{opacity:.6}@media (min-width:1024px){.function-whatsapp-product:hover{width:58%}.function-whatsapp-product:hover .whatsapp-product{gap:10px}.function-whatsapp-product:hover .whatsapp-product span{opacity:1;pointer-events:all;width:auto}}@media (max-width:1024px){.function-whatsapp-product{width:100%;margin-top:10px}.function-whatsapp-product .whatsapp-product{gap:10px;height:58px}.function-whatsapp-product .whatsapp-product span{opacity:1;pointer-events:all;width:auto;font-size:20px;font-style:normal;font-weight:600}.function-whatsapp-product .whatsapp-product svg{width:26px;height:26px}}
.function-whatsapp-showcase-v1{position:absolute;top:47px;cursor:pointer;right:12px;transition:all .2s;z-index:2021;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.function-whatsapp-showcase-v1 svg{width:100%;height:100%;fill:var(--icon)}.function-whatsapp-showcase-v1:hover{scale:1.06}
.function-whatsapp-showcase-v2{background-color:#2fb458;height:50px;border-radius:var(--radius);text-align:center;display:flex;align-items:center;justify-content:center;transition:all .3s;margin-top:6px;color:#fff!important;font-size:16px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.8px;text-transform:uppercase;text-decoration:none!important}.function-whatsapp-showcase-v2:hover{opacity:.6}
#structure-youtube{margin-top:64px}#structure-youtube #component-youtube-title-content{position:relative}#structure-youtube #component-youtube-v1{display:flex;justify-content:center;align-items:center;margin-top:20px}#structure-youtube #component-youtube-v1 iframe{width:100%;height:100%;min-height:500px}
#structure-youtube-v2{position:relative;background-color:var(--youtube-home-background-color)}#structure-youtube-v2 .container{position:relative;z-index:10}#structure-youtube-v2 .container h2{font-size:30px;font-weight:700;position:relative;text-align:center}#structure-youtube-v2 .container>div{margin-top:20px;display:flex;gap:60px}#structure-youtube-v2 .container>div iframe{width:100%;flex:1}#structure-youtube-v2 .container>div>.youtube-product{width:100%;max-width:308px;overflow:hidden;position:relative}#structure-youtube-v2 .container>div>.youtube-product .listagem-item .acoes-produto{display:none!important}#structure-youtube-v2 .container>div>.youtube-product .swiper-button-next,#structure-youtube-v2 .container>div>.youtube-product .swiper-button-prev{display:flex;align-items:center;justify-self:center;width:42px;height:42px;background-color:var(--primary);border-radius:50%;transition:all .3s}#structure-youtube-v2 .container>div>.youtube-product .swiper-button-next::after,#structure-youtube-v2 .container>div>.youtube-product .swiper-button-prev::after{font-size:18px;font-weight:700;color:var(--primary-foreground)}#structure-youtube-v2 .container>div>.youtube-product .swiper-button-next:hover,#structure-youtube-v2 .container>div>.youtube-product .swiper-button-prev:hover{transform:scale(1.2);box-shadow:rgba(100,100,111,.2) 0 7px 29px 0}@media (max-width:768px){#structure-youtube-v2 .container>div{display:flex;flex-direction:column;gap:20px}#structure-youtube-v2 .container>div iframe{flex:initial;height:420px}#structure-youtube-v2 .container>div .youtube-product{max-width:100%}}
#structure,:not(.carrinho-checkout) .conteiner-principal{padding-top:185.11px}.carrinho-checkout .conteiner-principal{padding-top:0}#block-header-v2{position:fixed;width:100%;z-index:2023;top:0;transition:.5s ease-out;scroll-behavior:smooth;box-shadow:rgba(99,99,99,.2) 0 2px 8px 0}#block-header-v2 #block-header-top-content-v2{padding:16px 0;background-color:var(--header-background-color)}#block-header-v2 #block-header-top-content-v2>.container{display:flex;justify-content:space-between;align-items:center}@media (max-width:1024px){#block-header-v2{display:none}}#component-header-tarja-top-content{background-color:var(--header-tarja-top-background-color);height:40px;color:var(--header-tarja-top-text-color)}#component-header-tarja-top-content #component-header-tarja-top-v2{width:100%;height:100%;display:flex;align-items:center;justify-self:center;transition:all .3s}#component-header-tarja-top-content #component-header-tarja-top-v2>div.container{display:flex;align-items:center;justify-content:space-between}#component-header-tarja-top-content #component-header-tarja-top-v2>div.container>:is(a,div){display:flex;align-items:center;justify-content:center;gap:10px}#component-header-tarja-top-content #component-header-tarja-top-v2>div.container>:is(a,div) span{text-transform:uppercase;font-size:12px;font-weight:400;color:var(--header-tarja-top-text-color)}#component-header-tarja-top-content #component-header-tarja-top-v2>div.container>:is(a,div) img{width:15px;height:15px}#component-header-search-content{width:100%;margin-left:0;max-width:362px}#component-header-search-content #component-header-search-v2{position:relative}#component-header-search-content #component-header-search-v2>form{width:100%;max-width:100%;height:32px;overflow:hidden;position:relative;border-radius:0;border-bottom:2px solid var(--primary);margin:0}#component-header-search-content #component-header-search-v2>form>input{max-width:100%;background:0 0;border-radius:0;width:100%;height:100%;padding:0;border:solid 1px transparent;font-size:14px;font-weight:400;outline:0;box-shadow:none;text-transform:initial;position:relative;z-index:2022;margin:0;transition:all .3s}#component-header-search-content #component-header-search-v2>form>input.active{box-shadow:0 0 10px 0 rgba(0,0,0,.1)}#component-header-search-content #component-header-search-v2>form>button{all:unset;cursor:pointer;position:absolute;right:0;z-index:2022;top:50%;transform:translateY(-50%)}#component-header-search-content #component-header-search-v2>form>button path,#component-header-search-content #component-header-search-v2>form>button svg{transition:all .3s}#component-header-search-content #component-header-search-v2>form>button path{fill:var(--header-icons-background-color)}#component-header-search-content #component-header-search-v2>form>button::before{display:none}#component-header-search-content #component-header-search-v2>form>button:hover path,#component-header-search-content #component-header-search-v2>form>button:hover svg{fill:var(--primary)}#component-header-search-content #component-header-search-v2 .auto-complete-content{position:absolute;width:100%;top:90%;max-height:30vh;overflow-y:auto;opacity:0;pointer-events:none;transition:all .3s;padding:20px;background-color:var(--muted);border-radius:0 0 var(--radius) var(--radius);display:flex;flex-direction:column;gap:20px;z-index:2021;box-shadow:0 4px 20px 0 rgba(0,0,0,.25)}#component-header-search-content #component-header-search-v2 .auto-complete-content .auto-complete-product{display:flex;align-items:center;gap:20px;transition:all .3s}#component-header-search-content #component-header-search-v2 .auto-complete-content .auto-complete-product span{font-size:16px;font-style:normal;font-weight:400;text-decoration:none}#component-header-search-content #component-header-search-v2 .auto-complete-content .auto-complete-product:hover{opacity:.6}#component-header-search-content #component-header-search-v2 .auto-complete-content .auto-complete-close{cursor:pointer;top:8px;right:8px;position:absolute}#component-header-search-content #component-header-search-v2 .auto-complete-content.active{opacity:1;pointer-events:all}#component-header-logo-content{width:100%;max-width:240px}#component-header-logo-content #component-header-logo-v2{display:flex;justify-content:center}#component-header-logo-content #component-header-logo-v2>h1{display:none}#component-header-logo-content #component-header-logo-v2 img{max-width:100%;max-height:60px}#component-header-actions-content #component-header-actions-v2{display:flex;align-items:center;justify-content:center;gap:36px;margin-left:36px;color:var(--header-actions-text-color)}#component-header-actions-content #component-header-actions-v2 path,#component-header-actions-content #component-header-actions-v2 svg{flex-shrink:0;fill:var(--header-icons-background-color)}#component-header-actions-content #component-header-actions-v2 a{font-size:14px;font-weight:500;color:var(--header-actions-text-color)}#component-header-actions-content #component-header-actions-v2 span{font-size:14px;font-weight:500;color:var(--header-actions-text-color)}#component-header-actions-content #component-header-actions-v2>.account{display:flex;align-items:center;gap:14px;position:relative}#component-header-actions-content #component-header-actions-v2>.account>a{text-transform:uppercase;font-size:12px;font-weight:500;max-width:81px}#component-header-actions-content #component-header-actions-v2>.account a{transition:all .3s}#component-header-actions-content #component-header-actions-v2>.account a:hover{opacity:.7}#component-header-actions-content #component-header-actions-v2>.account .icon-user{display:none}#component-header-actions-content #component-header-actions-v2>.carrinho{border:none}#component-header-actions-content #component-header-actions-v2>.carrinho>.cart{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}#component-header-actions-content #component-header-actions-v2>.carrinho>.cart:hover{opacity:.7}#component-header-actions-content #component-header-actions-v2>.carrinho>.cart>a{position:relative;display:flex;align-items:start;gap:14px}#component-header-actions-content #component-header-actions-v2>.carrinho>.cart>a>span{display:none}#component-header-actions-content #component-header-actions-v2>.carrinho>.cart .icon-shopping-cart{display:none}#component-header-actions-content #component-header-actions-v2>.carrinho>.cart .cart-qtd{position:absolute;width:24px;height:24px;border-radius:50%;top:-10px;left:14px;font-size:16px;font-weight:700;background-color:var(--primary);color:var(--primary-foreground);display:inline-flex;align-items:center;justify-content:center}#component-header-actions-content #component-header-actions-v2>.carrinho>.cart span :not(b){display:none}#component-header-actions-content #component-header-actions-v2>.call-center{cursor:pointer;position:relative}#component-header-actions-content #component-header-actions-v2>.call-center>div:last-of-type{display:flex;align-items:center;gap:14px;max-width:144px;text-decoration:none}#component-header-actions-content #component-header-actions-v2>.call-center>div:last-of-type span{text-transform:uppercase;font-size:12px;font-weight:500;max-width:67px;display:inline-block}#component-header-actions-content #component-header-actions-v2>.call-center>div:last-of-type>div{display:flex}#component-header-actions-content #component-header-actions-v2>.call-center>div:last-of-type>div svg{margin-top:auto}#component-header-actions-content #component-header-actions-v2>.call-center>div:last-of-type:hover{opacity:.7}#component-header-menu-content{background-color:var(--header-menu-background-color);height:50px;border-top:1px solid var(--border)}#component-header-menu-content .nivel-dois{position:absolute;left:0;background-color:var(--header-menu-second-level-background-color);top:98%;opacity:0;pointer-events:none;transition:all .2s;z-index:30;width:fit-content;box-shadow:rgba(17,12,46,.15) 0 48px 100px 0;border-radius:var(--radius);display:flex;flex-direction:column;gap:12px;overflow:auto;height:0;margin:0}#component-header-menu-content .nivel-dois a,#component-header-menu-content .nivel-dois p,#component-header-menu-content .nivel-dois span,#component-header-menu-content .nivel-dois strong{color:var(--header-menu-second-level-text-color)}#component-header-menu-content .nivel-dois i{display:none}#component-header-menu-content .nivel-dois li{font-size:14px}#component-header-menu-content .nivel-dois li>a{width:100%;text-decoration:none;transition:all .3s;display:flex;align-items:center;justify-content:space-between;gap:8px}#component-header-menu-content .nivel-dois li>a:hover{opacity:.4}#component-header-menu-content .nivel-dois li .nivel-tres{background-color:rgba(255,255,255,.2)}#component-header-menu-content .nivel-dois li ul{margin:0;padding:0;padding-left:4px}#component-header-menu-content .nivel-dois li ul a{margin:4px 0;display:block}#component-header-menu-content .nivel-dois.items-flex{display:flex;flex-direction:row-reverse;gap:12px;width:max-content}#component-header-menu-content .nivel-dois.items-flex .categories{flex:1;display:flex;flex-direction:column;gap:8px;flex:1;overflow-y:auto;color:var(--header-menu-second-level-text-color);overflow-y:auto;margin:20px;padding-right:20px}#component-header-menu-content .nivel-dois.items-flex .categories :is(strong,li,a){color:var(--header-menu-second-level-text-color)}#component-header-menu-content .nivel-dois.items-flex .categories svg path{fill:var(--header-menu-second-level-text-color)}#component-header-menu-content .nivel-dois.items-flex .categories>strong{font-size:16px}#component-header-menu-content .nivel-dois.items-flex .categories>li ul.nivel-tres{height:0;visibility:hidden;pointer-events:none;opacity:0}#component-header-menu-content .nivel-dois.items-flex .categories>li:hover ul.nivel-tres{height:auto;pointer-events:all;visibility:visible;opacity:1}#component-header-menu-content .nivel-dois.items-flex .category-products-slide-menu{width:275px;overflow:hidden;position:relative}#component-header-menu-content .nivel-dois.items-flex .category-products-slide-menu .swiper-button-next,#component-header-menu-content .nivel-dois.items-flex .category-products-slide-menu .swiper-button-prev{display:flex;align-items:center;justify-self:center;background-color:transparent;border-radius:50%;transition:all .3s}#component-header-menu-content .nivel-dois.items-flex .category-products-slide-menu .swiper-button-next::after,#component-header-menu-content .nivel-dois.items-flex .category-products-slide-menu .swiper-button-prev::after{font-size:42px;font-weight:700;color:var(--primary)}#component-header-menu-content .nivel-dois.items-flex .category-products-slide-menu .swiper-button-next:hover,#component-header-menu-content .nivel-dois.items-flex .category-products-slide-menu .swiper-button-prev:hover{transform:scale(1.2)}#component-header-menu-content .nivel-dois::after{display:none}#component-header-menu-content .listagem-item .acoes-produto{display:none!important}#component-header-menu-content #component-header-menu-v2{display:flex;align-items:center;justify-content:center}#component-header-menu-content #component-header-menu-v2>.container{position:relative}#component-header-menu-content #component-header-menu-v2>.container #component-header-blog-content{height:50px;padding-top:0;padding-bottom:0}#component-header-menu-content #component-header-menu-v2>.container>ul{margin:0;display:flex;align-items:center;justify-content:space-between;height:50px}#component-header-menu-content #component-header-menu-v2>.container>ul>li{height:50px;display:flex;align-items:center;justify-content:center;gap:12px;position:relative;border:none;font-size:14px;color:var(--header-menu-text-color)}#component-header-menu-content #component-header-menu-v2>.container>ul>li>a{text-decoration:none;transition:all .3s;display:flex;align-items:center;height:100%;width:100%;color:var(--header-menu-text-color)}#component-header-menu-content #component-header-menu-v2>.container>ul>li>a>svg{margin-left:8px}#component-header-menu-content #component-header-menu-v2>.container>ul>li>a strong{color:var(--header-menu-text-color)}#component-header-menu-content #component-header-menu-v2>.container>ul>li>a:hover{opacity:.4}#component-header-menu-content #component-header-menu-v2>.container>ul>li .icon-chevron-down{display:none}#component-header-menu-content #component-header-menu-v2>.container>ul>li:hover>ul.nivel-dois{opacity:1;pointer-events:auto;height:480px}#component-header-menu-content #component-header-menu-v2>.container>ul>li:last-of-type .nivel-dois{left:initial;right:0}#component-header-menu-content #component-header-menu-v2>.container>ul>div:last-of-type{display:flex;align-items:center;justify-content:center;gap:10px}#component-header-menu-content #component-header-menu-v2>.container>ul::after{display:none}#component-header-menu-content .menu-overlay{position:absolute;inset:0;top:100%;opacity:0;width:100vw;height:100vh;z-index:20;background-color:rgba(0,0,0,.6);transition:all .3s;pointer-events:none}#component-header-menu-content:hover .menu-overlay{opacity:1}#component-header-account-modal-content{position:absolute;inset:0;width:100%;height:100%}#component-header-account-modal-content #component-header-account-modal-v2{position:absolute;top:100%;right:0;z-index:20;box-shadow:rgba(17,12,46,.15) 0 48px 100px 0;width:400px;border-radius:var(--radius);background-color:var(--muted);text-align:center;display:flex;justify-content:center;pointer-events:none;opacity:0;transition:all .2s}#component-header-account-modal-content #component-header-account-modal-v2 *{color:var(--muted-foreground)!important}#component-header-account-modal-content #component-header-account-modal-v2>div:first-of-type{display:flex;flex-direction:column;width:50%;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);padding:20px;border-radius:var(--radius)}#component-header-account-modal-content #component-header-account-modal-v2>div:first-of-type>span:first-of-type{font-size:14px;font-style:normal;font-weight:500}#component-header-account-modal-content #component-header-account-modal-v2>div:first-of-type>span:nth-of-type(2){font-size:20px;font-style:normal;font-weight:500}#component-header-account-modal-content #component-header-account-modal-v2>div:first-of-type>span:last-of-type{font-size:12px;font-style:normal;font-weight:500;display:block;text-align:start}#component-header-account-modal-content #component-header-account-modal-v2>div:first-of-type>span:last-of-type a{display:block;color:#0063b0!important;font-size:12px;font-style:normal;font-weight:500;text-align:start}#component-header-account-modal-content #component-header-account-modal-v2>div:first-of-type>a:nth-of-type(1){display:block;padding:12px 0;margin:10px 0;width:100%;font-size:12px;font-style:normal;border-radius:var(--radius);background-color:var(--primary);text-decoration:none;color:var(--primary-foreground)!important;font-weight:500}#component-header-account-modal-content #component-header-account-modal-v2>div:last-of-type{display:flex;flex-direction:column;gap:10px;width:50%;padding:20px}#component-header-account-modal-content #component-header-account-modal-v2>div:last-of-type>a{display:flex;align-items:center;justify-content:start;gap:6px;text-decoration:none}#component-header-account-modal-content #component-header-account-modal-v2>div:last-of-type .track-order{display:flex;flex-direction:column;gap:10px;gap:4px}#component-header-account-modal-content #component-header-account-modal-v2>div:last-of-type .track-order>div{position:relative}#component-header-account-modal-content #component-header-account-modal-v2>div:last-of-type .track-order>div button{background-color:none;background:0 0;position:absolute;display:flex;align-items:center;justify-content:center;right:8px;top:50%;transform:translateY(-50%)}#component-header-account-modal-content #component-header-account-modal-v2>div:last-of-type .track-order>div button svg{width:18px;height:19px}#component-header-account-modal-content #component-header-account-modal-v2>div:last-of-type .track-order input{border:none;width:100%;max-width:100%;padding:12px;box-shadow:0 4px 10px 0 rgba(0,0,0,.1);background-color:var(--input);font-size:12px;color:var(--muted-foreground);border-radius:var(--radius)}#component-header-account-modal-content:hover #component-header-account-modal-v2{pointer-events:all;opacity:1}#component-header-account-modal-content:hover #component-header-account-modal-v2 a:hover{opacity:.7}#component-header-call-center-modal-content{position:absolute;inset:0;width:100%;height:100%}#component-header-call-center-modal-content #component-header-call-center-modal-v2{position:absolute;cursor:initial;top:100%;left:50%;z-index:20;transform:translateX(-50%);box-shadow:rgba(17,12,46,.15) 0 48px 100px 0;width:269px;padding:20px;border-radius:var(--radius);background-color:var(--muted);display:flex;flex-direction:column;gap:14px;pointer-events:none;opacity:0;transition:all .2s}#component-header-call-center-modal-content #component-header-call-center-modal-v2 *{color:var(--muted-foreground)!important}#component-header-call-center-modal-content #component-header-call-center-modal-v2 .head{display:flex;align-items:center;gap:8px}#component-header-call-center-modal-content #component-header-call-center-modal-v2 .head span{font-size:14px;font-weight:700}#component-header-call-center-modal-content #component-header-call-center-modal-v2 .text{font-size:14px}#component-header-call-center-modal-content:hover #component-header-call-center-modal-v2{pointer-events:all;opacity:1}#component-header-call-center-modal-content:hover #component-header-call-center-modal-v2 a:hover{opacity:.7}#component-header-blog-content{padding:16px 28px;cursor:pointer;border-radius:var(--radius);background-color:var(--header-blog-button-background-color);color:var(--header-blog-button-text-color);display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;transition:all .3s}#component-header-blog-content span{font-size:16px;font-weight:400}#component-header-blog-content svg{fill:var(--header-icons-background-color)}#component-header-blog-content svg path{fill:var(--header-icons-background-color)}#component-header-blog-content:hover{opacity:.6}#component-header-promotions-content{height:50px}#component-header-promotions-content #component-header-promotions-v2{height:50px;display:flex;align-items:center;justify-content:center}#component-header-promotions-content #component-header-promotions-v2>.btn-promotions{display:flex;align-items:center;justify-content:center;gap:5px;transition:all .3s;text-decoration:none}#component-header-promotions-content #component-header-promotions-v2>.btn-promotions span{color:var(--primary);font-size:14px;font-style:normal;font-weight:600;text-transform:uppercase}#component-header-promotions-content #component-header-promotions-v2>.btn-promotions path,#component-header-promotions-content #component-header-promotions-v2>.btn-promotions svg{fill:var(--primary)}#component-header-promotions-content #component-header-promotions-v2>.btn-promotions:hover{opacity:.6}#component-header-promotions-content #component-header-promotions-v2 .promotion-content{overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:var(--header-promotions-background-color);gap:20px;border-radius:var(--radius);width:100%;height:0;position:absolute;top:98%;right:0;opacity:0;z-index:2024;pointer-events:none;transition:all .2s;box-shadow:5px 10px 15px 0 rgba(0,0,0,.15)}#component-header-promotions-content #component-header-promotions-v2 .promotion-content .main-timer{height:100%;width:25%;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}#component-header-promotions-content #component-header-promotions-v2 .promotion-content .main-timer>strong{font-size:48px;font-style:normal;font-weight:700;text-transform:uppercase}#component-header-promotions-content #component-header-promotions-v2 .promotion-content .main-timer>svg path{fill:var(--primary)}#component-header-promotions-content #component-header-promotions-v2 .promotion-content .main-timer p{margin:10px 0 30px 0;font-size:16px;font-style:normal;font-weight:400;text-transform:uppercase}#component-header-promotions-content #component-header-promotions-v2 .promotion-content .main-timer .clock{margin-top:30px;display:block;font-size:24px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}#component-header-promotions-content #component-header-promotions-v2 .promotion-content .main-timer .timer{width:100%;display:flex;align-items:center;justify-content:center;gap:18px}#component-header-promotions-content #component-header-promotions-v2 .promotion-content .main-timer .timer>div{display:flex;align-items:center;flex-direction:column}#component-header-promotions-content #component-header-promotions-v2 .promotion-content .main-timer .timer>div span:first-of-type{font-size:48px;font-weight:700}#component-header-promotions-content #component-header-promotions-v2 .promotion-content .main-timer .timer>div span:last-of-type{font-size:16px;font-weight:500;text-transform:uppercase}#component-header-promotions-content #component-header-promotions-v2 .promotion-content .main-timer>.offer{height:80px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;width:100%;max-width:289px;border-radius:var(--radius);font-size:54px;font-style:normal;font-weight:700;color:var(--header-promotions-button-offer-text-color);background:var(--header-promotions-button-offer-background-color);transition:all .3s}#component-header-promotions-content #component-header-promotions-v2 .promotion-content .main-timer>.offer:hover{opacity:.6}#component-header-promotions-content #component-header-promotions-v2 .promotion-products{flex:1;width:100%;max-width:75%;overflow:hidden;position:relative;height:0;pointer-events:auto}#component-header-promotions-content #component-header-promotions-v2 .promotion-products .swiper-button-next,#component-header-promotions-content #component-header-promotions-v2 .promotion-products .swiper-button-prev{display:flex;align-items:center;justify-self:center;background-color:transparent;border-radius:50%;transition:all .3s}#component-header-promotions-content #component-header-promotions-v2 .promotion-products .swiper-button-next::after,#component-header-promotions-content #component-header-promotions-v2 .promotion-products .swiper-button-prev::after{font-size:42px;font-weight:700;color:var(--primary)}#component-header-promotions-content #component-header-promotions-v2 .promotion-products .swiper-button-next:hover,#component-header-promotions-content #component-header-promotions-v2 .promotion-products .swiper-button-prev:hover{transform:scale(1.2)}#component-header-promotions-content #component-header-promotions-v2 #component-product-card-content .produto-sobrepor,#component-header-promotions-content #component-header-promotions-v2 .listagem-item .produto-sobrepor{z-index:2025}#component-header-promotions-content #component-header-promotions-v2 #component-product-card-content #component-product-card-v2 .acoes-produto,#component-header-promotions-content #component-header-promotions-v2 .listagem-item .acoes-produto{z-index:2026}#component-header-promotions-content #component-header-promotions-v2:hover>.promotion-content{pointer-events:auto;opacity:1;padding:20px;height:auto}#component-header-promotions-content #component-header-promotions-v2:hover>.promotion-content .promotion-products{height:auto}#component-header-mobile-promotions-v2 .overlay{opacity:0;pointer-events:none;position:fixed;inset:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:2024}#component-header-mobile-promotions-v2 .promotion-content{position:fixed;z-index:2025;left:50%;overflow-y:auto;overflow-x:hidden;top:50%;transform:translate(-50%,-50%);opacity:0;display:flex;align-items:center;justify-content:center;flex-direction:column-reverse;background-color:var(--header-promotions-background-color);border-radius:var(--radius);width:90vw;transition:all .2s;box-shadow:5px 10px 15px 0 rgba(0,0,0,.15)}#component-header-mobile-promotions-v2 .promotion-content,#component-header-mobile-promotions-v2 .promotion-content *{pointer-events:none!important}#component-header-mobile-promotions-v2 .promotion-content .main-timer{height:100%;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}#component-header-mobile-promotions-v2 .promotion-content .main-timer>strong{font-size:32px;font-weight:700;color:var(--header-promotions-button-offer-background-color)}#component-header-mobile-promotions-v2 .promotion-content .main-timer>strong>span{font-size:42px;display:block}#component-header-mobile-promotions-v2 .promotion-content .main-timer p{margin:5px 0 15px 0;font-size:24px}#component-header-mobile-promotions-v2 .promotion-content .main-timer .timer{width:100%;margin:15px 0;border-top:1px solid rgba(112,112,112,.2);display:flex;align-items:center;justify-content:center;gap:10px}#component-header-mobile-promotions-v2 .promotion-content .main-timer .timer>div{display:flex;align-items:center;flex-direction:column}#component-header-mobile-promotions-v2 .promotion-content .main-timer .timer>div span:first-of-type{font-size:32px;font-weight:500}#component-header-mobile-promotions-v2 .promotion-content .main-timer .timer>div span:last-of-type{font-size:16px;font-weight:500}#component-header-mobile-promotions-v2 .promotion-content .main-timer>.offer{height:70px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;width:100%;max-width:224px;border-radius:var(--radius);font-size:30px;font-weight:700;color:var(--header-promotions-button-offer-text-color);background:var(--header-promotions-button-offer-background-color);transition:all .3s}#component-header-mobile-promotions-v2 .promotion-content .main-timer>.offer:hover{opacity:.6}#component-header-mobile-promotions-v2 .promotion-content .close{position:absolute;right:12px;top:12px}#component-header-mobile-promotions-v2 .promotion-products{flex:1;width:100%;overflow:hidden;position:relative;height:0;pointer-events:none}#component-header-mobile-promotions-v2 .promotion-products .swiper-button-next,#component-header-mobile-promotions-v2 .promotion-products .swiper-button-prev{display:flex;align-items:center;justify-self:center;background-color:transparent;border-radius:50%;transition:all .3s}#component-header-mobile-promotions-v2 .promotion-products .swiper-button-next::after,#component-header-mobile-promotions-v2 .promotion-products .swiper-button-prev::after{font-size:42px;font-weight:700;color:var(--primary)}#component-header-mobile-promotions-v2 .promotion-products .swiper-button-next:hover,#component-header-mobile-promotions-v2 .promotion-products .swiper-button-prev:hover{transform:scale(1.2)}#component-header-mobile-promotions-v2 #component-product-card-content .produto-sobrepor,#component-header-mobile-promotions-v2 .listagem-item .produto-sobrepor{z-index:2025}#component-header-mobile-promotions-v2.active .overlay{opacity:1;pointer-events:auto}#component-header-mobile-promotions-v2.active .promotion-content{opacity:1;padding:20px;height:auto}#component-header-mobile-promotions-v2.active .promotion-content,#component-header-mobile-promotions-v2.active .promotion-content *{pointer-events:auto!important}#component-header-mobile-promotions-v2.active .promotion-content .promotion-products{height:auto}@media (max-width:1024px){#component-header-mobile-promotions-v2 .promotion-content{max-height:100vh}#component-header-mobile-promotions-v2 .main-timer{height:auto}#component-header-mobile-promotions-v2 .promotion-products{overflow-y:auto}}#component-header-limit-category>span{display:flex;align-items:center;gap:8px;cursor:pointer;text-transform:uppercase;font-size:14px;font-style:normal;font-weight:600}#component-header-limit-category>span svg path{stroke:var(--primary)}#component-header-limit-category>span>div{display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:4px;border-radius:50%;background-color:var(--primary)}#component-header-limit-category>span>div svg{fill:var(--primary-foreground)}#component-header-limit-category li{border:none}#component-header-limit-category>.nivel-dois{min-width:275px;padding:20px;display:flex;flex-direction:row;gap:20px;width:max-content;max-width:70vw;flex-wrap:wrap}#component-header-limit-category>.nivel-dois>div{overflow-y:auto;overflow-x:hidden}#component-header-limit-category>.nivel-dois>div>a>strong{font-size:16px;text-transform:uppercase;font-weight:500}#component-header-limit-category>.nivel-dois>div .categories{margin-top:20px}#component-header-limit-category>.nivel-dois>div .categories>strong{display:none}#component-header-limit-category>.nivel-dois>div .categories li{margin-top:10px}#component-header-limit-category>.nivel-dois>div svg{display:none!important}#component-header-menu-content,#component-header-mobile-search-content,#component-header-tarja-top-content{transition:all .3s}header.scroll-down #component-header-menu-content,header.scroll-down #component-header-tarja-top-content{height:0;opacity:0;pointer-events:none}#block-header-mobile-v2{position:fixed;width:100%;z-index:2023;top:0;transition:all .3s;scroll-behavior:smooth;box-shadow:rgba(99,99,99,.2) 0 2px 8px 0;background-color:var(--header-background-color)}#block-header-mobile-v2 .container{display:flex;flex-direction:column;padding-bottom:20px;padding-top:20px;transition:all .3s}#block-header-mobile-v2 .container .header-inside{display:flex;width:100%;align-items:center;justify-content:space-between}@media (max-width:1024px){#structure,:is(.pagina-cadastro,.pagina-login) .conteiner-principal{padding-top:151.39px}#structure,:not(.carrinho-checkout) .conteiner-principal{padding-top:123.9px}.carrinho-checkout .conteiner-principal{padding-top:0}}@media (min-width:1024px){#block-header-mobile-v2{display:none}}#component-header-mobile-tarja-top-content{background-color:var(--header-tarja-top-background-color);transition:all .3s;color:var(--header-tarja-top-text-color)}#component-header-mobile-tarja-top-content #component-header-mobile-tarja-top-v2{height:32px;display:flex;align-items:center;justify-self:center}#component-header-mobile-tarja-top-content #component-header-mobile-tarja-top-v2>div.container>div{display:flex;align-items:center;justify-content:center;gap:12px}#component-header-mobile-tarja-top-content #component-header-mobile-tarja-top-v2>div.container>div span{font-size:14px;font-weight:700}#component-header-mobile-tarja-top-content #component-header-mobile-tarja-top-v2>div.container>div img{width:20px;height:20px}#component-header-mobile-actions-content{order:4}#component-header-mobile-actions-content #component-header-mobile-actions-v2{display:flex;align-items:center;justify-content:center;gap:20px}#component-header-mobile-actions-content #component-header-mobile-actions-v2 path,#component-header-mobile-actions-content #component-header-mobile-actions-v2 svg{flex-shrink:0;fill:var(--header-icons-background-color);stroke:var(--header-icons-background-color)}#component-header-mobile-actions-content #component-header-mobile-actions-v2 a{font-size:14px;font-weight:500}#component-header-mobile-actions-content #component-header-mobile-actions-v2 span{font-size:14px;font-weight:500;color:var(--header-actions-text-color)}#component-header-mobile-actions-content #component-header-mobile-actions-v2 .search-btn{display:flex;align-items:center;justify-content:center;cursor:pointer}#component-header-mobile-actions-content #component-header-mobile-actions-v2 .carrinho{border:none;width:auto;float:initial}#component-header-mobile-actions-content #component-header-mobile-actions-v2 .carrinho>.cart{position:relative;display:block}#component-header-mobile-actions-content #component-header-mobile-actions-v2 .carrinho>.cart:hover{opacity:.7}#component-header-mobile-actions-content #component-header-mobile-actions-v2 .carrinho>.cart>a{position:relative;display:flex;align-items:start;gap:14px}#component-header-mobile-actions-content #component-header-mobile-actions-v2 .carrinho>.cart>a>span{display:none!important}#component-header-mobile-actions-content #component-header-mobile-actions-v2 .carrinho>.cart .icon-shopping-cart{display:none}#component-header-mobile-actions-content #component-header-mobile-actions-v2 .carrinho>.cart .cart-qtd{position:absolute;width:20px;height:20px;border-radius:50%;top:-6px;left:19px;font-size:16px;font-weight:700;background-color:var(--primary);color:var(--primary-foreground);display:inline-flex!important;align-items:center;justify-content:center}#component-header-mobile-actions-content #component-header-mobile-actions-v2 .carrinho>.cart span :not(b){display:none}#component-header-mobile-actions-content #component-header-mobile-actions-v2>.call-center>a{display:flex;align-items:center;gap:14px;max-width:144px;text-decoration:none}#component-header-mobile-actions-content #component-header-mobile-actions-v2>.call-center>a>div{display:flex}#component-header-mobile-actions-content #component-header-mobile-actions-v2>.call-center>a>div svg{margin-top:auto}#component-header-mobile-actions-content #component-header-mobile-actions-v2>.call-center>a:hover{opacity:.7}#component-header-mobile-logo-content{width:100%;max-width:140px;max-height:60px;margin:5px 0;display:flex;align-items:center;justify-content:center;order:2}#component-header-mobile-logo-content #component-header-mobile-logo-v2>h1{display:none}#component-header-mobile-logo-content #component-header-mobile-logo-v2 img{max-width:100%;max-height:60px}#component-header-mobile-menu-content #component-header-mobile-menu-action-v2{display:flex;align-items:center;justify-content:center}#component-header-mobile-menu-content #component-header-mobile-menu-action-v2 .btn-open-menu-mobile svg{fill:var(--header-icons-background-color)}#component-header-mobile-menu-content #component-header-mobile-menu-action-v2 .btn-open-menu-mobile svg path{stroke:var(--header-icons-background-color)}#component-header-mobile-menu-content #component-header-mobile-menu-action-v2 .menu-mobile svg g{fill:var(--header-icons-background-color)}#component-header-mobile-search-content{width:100%;transition:all .3s;height:0;opacity:0;pointer-events:none}#component-header-mobile-search-content #component-header-mobile-search-v2{margin-top:20px;position:relative}#component-header-mobile-search-content #component-header-mobile-search-v2>form{width:100%;max-width:100%;height:62px;border-radius:var(--radius);overflow:hidden;position:relative;margin:0}#component-header-mobile-search-content #component-header-mobile-search-v2>form>input{max-width:100%;background:var(--header-search-input-background);border-radius:var(--radius);width:100%;height:100%;padding:0 16px;border:solid 1px transparent;font-size:14px;font-weight:400;outline:0;box-shadow:none;text-transform:initial;margin:0;transition:all .3s}#component-header-mobile-search-content #component-header-mobile-search-v2>form>input.active{box-shadow:0 0 10px 0 rgba(0,0,0,.1)}#component-header-mobile-search-content #component-header-mobile-search-v2>form>button{all:unset;cursor:pointer;position:absolute;right:20px;top:50%;transform:translateY(-50%)}#component-header-mobile-search-content #component-header-mobile-search-v2>form>button::before{display:none}#component-header-mobile-search-content #component-header-mobile-search-v2 .auto-complete-content{position:absolute;width:100%;top:90%;max-height:30vh;overflow-y:auto;opacity:0;pointer-events:none;transition:all .3s;padding:20px;background-color:var(--muted);border-radius:0 0 var(--radius) var(--radius);display:flex;flex-direction:column;gap:20px;z-index:2021;box-shadow:0 4px 20px 0 rgba(0,0,0,.25)}#component-header-mobile-search-content #component-header-mobile-search-v2 .auto-complete-content .auto-complete-product{display:flex;align-items:center;gap:20px;transition:all .3s}#component-header-mobile-search-content #component-header-mobile-search-v2 .auto-complete-content .auto-complete-product span{font-size:16px;font-style:normal;font-weight:400;text-decoration:none}#component-header-mobile-search-content #component-header-mobile-search-v2 .auto-complete-content .auto-complete-product:hover{opacity:.6}#component-header-mobile-search-content #component-header-mobile-search-v2 .auto-complete-content .auto-complete-close{cursor:pointer;top:8px;right:8px;position:absolute}#component-header-mobile-search-content #component-header-mobile-search-v2 .auto-complete-content.active{opacity:1;pointer-events:all}#component-header-mobile-search-content.active{height:auto;pointer-events:auto;opacity:1}#component-header-mobile-menu-content .menu-mobile :is(.account,.actions) svg path{fill:var(--header-icons-background-color)}#component-header-mobile-menu-content .menu-mobile .menu-mobile-overlay{position:fixed;inset:0;opacity:0;width:100vw;height:100vh;z-index:20;background-color:rgba(0,0,0,.6);transition:all .3s;pointer-events:none}#component-header-mobile-menu-content .menu-mobile .content-menu-mobile{border-radius:0 0 var(--radius) 0;overflow:hidden;background-color:var(--header-menu-background-color);overflow-y:auto;max-height:100vh;position:relative;width:100%;max-width:320px;position:fixed;z-index:2024;left:-1000px;top:0;pointer-events:none;opacity:0;transition:all .3s}#component-header-mobile-menu-content .menu-mobile .content-menu-mobile,#component-header-mobile-menu-content .menu-mobile .content-menu-mobile *{color:var(--header-menu-text-color)}#component-header-mobile-menu-content .menu-mobile .content-menu-mobile>.top{padding:20px;background-color:var(--primary)}#component-header-mobile-menu-content .menu-mobile .content-menu-mobile>.top *{color:var(--primary-foreground);text-transform:uppercase}#component-header-mobile-menu-content .menu-mobile .content-menu-mobile>.top svg path{fill:var(--primary-foreground)}#component-header-mobile-menu-content .menu-mobile .content-menu-mobile .menu-title{font-size:20px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:2px;text-transform:uppercase}#component-header-mobile-menu-content .menu-mobile .close-menu-mobile{position:absolute;top:20px;z-index:2024;right:20px}#component-header-mobile-menu-content .menu-mobile .account{margin-top:20px;display:flex;align-items:center;gap:8px;position:relative;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--primary-foreground)}#component-header-mobile-menu-content .menu-mobile .account .msg>span{font-size:16px;font-style:normal;font-weight:700;display:block}#component-header-mobile-menu-content .menu-mobile .account a{transition:all .3s;font-size:16px;font-style:normal;font-weight:500}#component-header-mobile-menu-content .menu-mobile .account a:hover{opacity:.7}#component-header-mobile-menu-content .menu-mobile .account .icon-user{display:none}#component-header-mobile-menu-content .menu-mobile .order-title{font-size:16px;display:block;margin-left:20px;margin-right:20px;padding-top:20px;border-top:1px solid var(--header-menu-text-color);font-style:normal;font-weight:600;line-height:normal;letter-spacing:1.6px;text-transform:uppercase}#component-header-mobile-menu-content .menu-mobile .order-div{padding:0 20px;margin:20px 0;width:100%;height:65px;display:flex;align-items:center;justify-content:space-between;border-radius:var(--radius);overflow:hidden;background-color:var(--input);color:var(--input-foreground)}#component-header-mobile-menu-content .menu-mobile .order-div button{padding:0;height:100%;width:65px;height:65px;margin:0;background-color:var(--primary);display:flex;align-items:center;justify-content:center}#component-header-mobile-menu-content .menu-mobile .order-div input{width:100%;border:1px solid var(--border);outline:0;background-color:transparent;padding-left:20px;font-size:16px;font-style:normal;font-weight:500;height:100%;color:var(--input-foreground)}#component-header-mobile-menu-content .menu-mobile .actions{display:flex;flex-direction:column}#component-header-mobile-menu-content .menu-mobile .actions>:is(div,a){display:flex;align-items:center;gap:8px}#component-header-mobile-menu-content .menu-mobile .actions>:is(div,a) a,#component-header-mobile-menu-content .menu-mobile .actions>:is(div,a) span{font-size:16px}#component-header-mobile-menu-content .menu-mobile .actions .my-requests{margin-top:20px;padding-top:20px;border-top:1px solid var(--primary-foreground)}#component-header-mobile-menu-content .menu-mobile .actions .search-menu{margin-top:20px;padding-top:20px;border-top:1px solid var(--primary-foreground)}#component-header-mobile-menu-content .menu-mobile .actions .search-menu>form{width:100%;max-width:100%;height:65px;overflow:hidden;position:relative;border-radius:0;background-color:var(--input);color:var(--input-foreground);margin:0;padding:0 10px}#component-header-mobile-menu-content .menu-mobile .actions .search-menu>form>input{max-width:100%;background:0 0;color:var(--input-foreground);border-radius:0;width:100%;height:100%;padding:0;border:solid 1px transparent;font-size:14px;font-weight:400;outline:0;box-shadow:none;text-transform:initial;position:relative;z-index:2022;margin:0;transition:all .3s}#component-header-mobile-menu-content .menu-mobile .actions .search-menu>form>input::placeholder{text-transform:uppercase}#component-header-mobile-menu-content .menu-mobile .actions .search-menu>form>input.active{box-shadow:0 0 10px 0 rgba(0,0,0,.1)}#component-header-mobile-menu-content .menu-mobile .actions .search-menu>form>button{all:unset;cursor:pointer;position:absolute;right:10px;z-index:2022;top:50%;transform:translateY(-50%)}#component-header-mobile-menu-content .menu-mobile .actions .search-menu>form>button path,#component-header-mobile-menu-content .menu-mobile .actions .search-menu>form>button svg{transition:all .3s}#component-header-mobile-menu-content .menu-mobile .actions .search-menu>form>button path{fill:var(--input-foreground)}#component-header-mobile-menu-content .menu-mobile .actions .search-menu>form>button::before{display:none}#component-header-mobile-menu-content .menu-mobile .actions .search-menu>form>button:hover path,#component-header-mobile-menu-content .menu-mobile .actions .search-menu>form>button:hover svg{fill:var(--input-foreground)}#component-header-mobile-menu-content .menu-mobile .actions .call-center svg circle{fill:transparent}#component-header-mobile-menu-content .menu-mobile .blog-button,#component-header-mobile-menu-content .menu-mobile .promotion-button{background-color:var(--primary);color:var(--primary-foreground);padding:12px;display:flex;align-items:center;gap:4px;justify-content:center;border-radius:var(--radius);width:100%;max-width:100%}#component-header-mobile-menu-content .menu-mobile .blog-button span,#component-header-mobile-menu-content .menu-mobile .promotion-button span{color:var(--primary-foreground)}#component-header-mobile-menu-content .menu-mobile .blog-button+.blog-button,#component-header-mobile-menu-content .menu-mobile .promotion-button+.blog-button{margin-top:12px}#component-header-mobile-menu-content .menu-mobile .menu{padding:20px}#component-header-mobile-menu-content .menu-mobile .menu>strong{font-size:16px;text-transform:uppercase}#component-header-mobile-menu-content .menu-mobile .menu ul.nivel-um{margin-top:20px}#component-header-mobile-menu-content .menu-mobile .menu ul.nivel-um>li{border:0;box-shadow:none;padding:5px 0}#component-header-mobile-menu-content .menu-mobile .menu ul.nivel-um>li>.category{display:flex;justify-content:space-between;padding:0;transition:.3s ease}#component-header-mobile-menu-content .menu-mobile .menu ul.nivel-um>li>.category svg g path{fill:transparent}#component-header-mobile-menu-content .menu-mobile .menu ul.nivel-um>li a strong{font-size:14px;font-weight:500}#component-header-mobile-menu-content .menu-mobile .menu ul.nivel-um>li a i{background:0 0;display:none}#component-header-mobile-menu-content .menu-mobile .menu ul.nivel-um>li a i::before{color:var(--header-menu-text-color)}#component-header-mobile-menu-content .menu-mobile .menu ul.nivel-um>li ul{box-shadow:none;transition:all .3s;opacity:0;pointer-events:none;height:0;background-color:transparent;padding:0;display:flex;flex-direction:column;display:block;gap:10px}#component-header-mobile-menu-content .menu-mobile .menu ul.nivel-um>li ul li{border:0;box-shadow:none;padding:5px 10px}#component-header-mobile-menu-content .menu-mobile .menu ul.nivel-um>li ul li a{font-size:14px;padding:0;font-weight:400;line-height:normal}#component-header-mobile-menu-content .menu-mobile .menu ul.nivel-um>li ul li a i{display:none}#component-header-mobile-menu-content .menu-mobile .menu ul.nivel-um>li ul li::after{display:none}#component-header-mobile-menu-content .menu-mobile .menu ul.nivel-um>li ul::after{display:none}#component-header-mobile-menu-content .menu-mobile .menu ul.nivel-um>li .nivel-dois{background-color:rgba(255,255,255,.2)}#component-header-mobile-menu-content .menu-mobile .menu ul.nivel-um>li .nivel-tres{position:initial;left:initial;top:initial}#component-header-mobile-menu-content .menu-mobile .menu ul.nivel-um>li.active ul{padding:10px 0;opacity:1;pointer-events:auto;height:auto}#component-header-mobile-menu-content .menu-mobile .menu .promotion-button{margin-top:20px;text-transform:uppercase}#component-header-mobile-menu-content .menu-mobile.active .content-menu-mobile{left:0;pointer-events:auto;opacity:1}#component-header-mobile-menu-content .menu-mobile.active .menu-mobile-overlay{opacity:1;pointer-events:auto}#component-header-cart-content #component-header-cart-v2{display:flex;flex-direction:column;position:fixed;right:-600px;opacity:0;top:0;width:100%;max-width:385px;background-color:var(--header-cart-background-color);box-shadow:5px 10px 15px 0 rgba(0,0,0,.15);z-index:2025;transition:all .3s;pointer-events:none;height:100vh;border-radius:var(--radius);border-top-right-radius:0;padding:30px}#component-header-cart-content #component-header-cart-v2 a,#component-header-cart-content #component-header-cart-v2 p,#component-header-cart-content #component-header-cart-v2 s,#component-header-cart-content #component-header-cart-v2 span,#component-header-cart-content #component-header-cart-v2 strong{color:var(--header-cart-text-color)}#component-header-cart-content #component-header-cart-v2>div.close-cart{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;cursor:pointer;gap:10px}#component-header-cart-content #component-header-cart-v2>div.close-cart span{font-size:20px;font-style:normal;font-weight:700}#component-header-cart-content #component-header-cart-v2>div.close-cart svg{fill:var(--header-cart-text-color)}#component-header-cart-content #component-header-cart-v2 .keep-shopping-cart{order:3;display:flex;justify-content:center;padding:10px;font-size:16px;border:1px solid var(--border);border-radius:var(--radius);margin-top:10px;cursor:pointer}#component-header-cart-content #component-header-cart-v2 .carrinho-rodape{margin-top:auto;display:flex;flex-direction:column;order:2}#component-header-cart-content #component-header-cart-v2 .carrinho-rodape .carrinho-info{display:flex;flex-direction:column;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid var(--border)}#component-header-cart-content #component-header-cart-v2 .carrinho-rodape .carrinho-info i{font-size:16px;font-style:normal;font-weight:500;text-align:center}#component-header-cart-content #component-header-cart-v2 .carrinho-rodape .carrinho-info .carrino-total{font-size:24px;font-style:normal;font-weight:700;text-align:center}#component-header-cart-content #component-header-cart-v2 .carrinho-rodape .botao{display:flex;padding:10px 0;gap:10px;width:100%;margin-top:none;align-items:center;justify-content:center;font-size:16px;font-style:normal;font-weight:600;background-color:var(--primary);color:var(--primary-foreground)}#component-header-cart-content #component-header-cart-v2 .carrinho-rodape .botao i{color:var(--primary-foreground)}#component-header-cart-content #component-header-cart-v2 ::after{display:none}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho{display:flex;max-height:100%;overflow-y:auto}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody{width:100%}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr{display:grid;grid-template-columns:25% 56% 18%;grid-template-rows:74px 30px;grid-template-areas:"imagem descricao descricao" "lixeira quantidade preco";align-items:center;padding:0;border-bottom:1px solid var(--border);height:128px;margin-top:10px}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr td{height:100%}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr td:last-child{width:100%;justify-items:end;padding-right:0}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr .conteiner-imagem{grid-area:imagem;display:flex;justify-content:center;margin:0 auto;width:100%;height:100%;object-fit:cover;padding:0}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr .conteiner-imagem .imagem{min-height:118px}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr .conteiner-imagem .imagem img{width:100%;height:100%;object-fit:scale-down;min-height:118px}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr .produto-info{grid-area:descricao;width:200px;height:100%;max-width:100%}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr .produto-info a{display:inline-block;width:190px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr .produto-info ul span{white-space:nowrap}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr .coluna-preco{grid-area:preco;max-width:90px;position:relative;left:-30px;padding:0;top:10px}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr .coluna-preco div{text-align:end}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr .coluna-preco div s.preco-venda{display:none}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr .coluna-preco div .preco-promocional{font-size:16px;font-weight:600;text-align:end}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr .clearfix{grid-area:quantidade;padding:4px 10px}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr .clearfix .quantidade{display:flex;flex-direction:row;align-items:center;max-width:60px;height:28px;border:1px solid var(--border);justify-content:center}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr .clearfix .quantidade .input-mini{pointer-events:none;background:unset;border:unset;box-shadow:unset;margin:0;padding:0;max-width:28px;font-size:14px}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr .clearfix .quantidade a{color:#707070!important;font-size:10px}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr .excluir{grid-area:lixeira;padding-top:4px;display:flex;justify-content:center}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr .excluir .icon-trash:before{display:none;content:""}#component-header-cart-content #component-header-cart-v2 .tabela-carrinho tbody tr .excluir svg{fill:none}#component-header-cart-content #component-header-cart-v2 .free-shipping{display:flex;flex-direction:column;align-items:center;background:var(--header-cart-background-color);padding:0;font-weight:600;text-transform:unset}#component-header-cart-content #component-header-cart-v2 .progress-bar{--progress:80;height:12px;width:100%;margin:16px 0 0 0;background-color:#e3e3e3;display:flex;position:relative;transition:width .3s ease}#component-header-cart-content #component-header-cart-v2 .progress-bar::before{content:"";width:calc(var(--progress) * 1%);background-color:var(--primary);transition:all .3s ease;border-radius:8px}#component-header-cart-content #component-header-cart-v2 .progress-bar .truck-icon{position:absolute;right:0;top:-8px;width:30px;height:30px;fill:none;transition:left .3s ease}#component-header-cart-content .cart-overlay{position:fixed;opacity:0;pointer-events:none;z-index:2024;background-color:rgba(0,0,0,.6);inset:0;width:100%;height:100%;transition:all .3s}#component-header-cart-content.active #component-header-cart-v2{opacity:1;right:0;pointer-events:all}#component-header-cart-content.active .cart-overlay{pointer-events:all;opacity:1}#fancybox-loading,.fancybox-overlay.fancybox-overlay-fixed{display:none!important}.fancybox-lock{overflow:unset}#component-breadcrumbs-content.breadcrumbs{margin:0;padding:0;border:0;background-color:transparent}#component-breadcrumbs-content #component-breadcrumbs-v1 ul{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:8px;margin:0}#component-breadcrumbs-content #component-breadcrumbs-v1 ul a,#component-breadcrumbs-content #component-breadcrumbs-v1 ul li,#component-breadcrumbs-content #component-breadcrumbs-v1 ul strong{display:block!important;font-size:12px;white-space:nowrap;transition:opacity .3s;border:none;color:var(--foreground)}#component-breadcrumbs-content #component-breadcrumbs-v1 ul a:hover,#component-breadcrumbs-content #component-breadcrumbs-v1 ul li:hover,#component-breadcrumbs-content #component-breadcrumbs-v1 ul strong:hover{opacity:.6}#component-breadcrumbs-content #component-breadcrumbs-v1 ul svg{width:8px;height:8px;fill:var(--foreground)}#component-breadcrumbs-content #component-breadcrumbs-v1 ul i{display:none}@media (max-width:1024px){#component-breadcrumbs-content{display:none}}#component-mini-banners-content #component-mini-banners-v1{overflow:hidden;position:relative;padding-bottom:46px}#component-mini-banners-content #component-mini-banners-v1 .banner{width:100%}#component-mini-banners-content #component-mini-banners-v1 .banner img{width:100%}#component-mini-banners-content #component-mini-banners-v1 .banner a img{width:100%}#component-mini-banners-content #component-mini-banners-v1 .banner a.enabled-link{transition:opacity .3s}#component-mini-banners-content #component-mini-banners-v1 .banner a.enabled-link:hover{opacity:.6}#component-mini-banners-content .swiper-pagination-bullet{width:12px;height:12px;background-color:var(--primary)}#component-mini-banners-content .swiper-pagination-bullet.swiper-pagination-bullet-active{width:24px;border-radius:9999px}#component-full-banner-content #component-full-banner-v1{overflow:hidden;position:relative}#component-full-banner-content #component-full-banner-v1 .mobile{display:none}#component-full-banner-content #component-full-banner-v1 .desktop{display:block}#component-full-banner-content #component-full-banner-v1 .swiper-slide img{width:100%}#component-full-banner-content #component-full-banner-v1 .swiper-slide .enabled-link{display:block;width:100%;height:100%}#component-full-banner-content #component-full-banner-v1 .swiper-slide .enabled-link img{transition:all .3s}#component-full-banner-content #component-full-banner-v1 .swiper-slide .enabled-link img:hover{opacity:.8}#component-full-banner-content #component-full-banner-v1 .swiper-button-next,#component-full-banner-content #component-full-banner-v1 .swiper-button-prev{display:flex;align-items:center;justify-self:center;width:52px;height:52px;background-color:var(--primary);border-radius:var(--radius);transition:all .3s;z-index:10}#component-full-banner-content #component-full-banner-v1 .swiper-button-next::after,#component-full-banner-content #component-full-banner-v1 .swiper-button-prev::after{font-size:28px;font-weight:700;color:var(--primary-foreground)}#component-full-banner-content #component-full-banner-v1:not(:hover) .swiper-button-next{right:-200px;opacity:0}#component-full-banner-content #component-full-banner-v1:not(:hover) .swiper-button-prev{left:-200px;opacity:0}#component-full-banner-content #component-full-banner-v1 .swiper-pagination-bullet{width:12px;height:12px;background-color:var(--primary)}#component-full-banner-content #component-full-banner-v1 .swiper-pagination-bullet.swiper-pagination-bullet-active{width:24px;border-radius:9999px}@media (max-width:1024px){#component-full-banner-content #component-full-banner-v1 .mobile{display:block}#component-full-banner-content #component-full-banner-v1 .mobile .swiper-button-next,#component-full-banner-content #component-full-banner-v1 .mobile .swiper-button-prev{display:none}#component-full-banner-content #component-full-banner-v1 .desktop{display:none}}#component-banners-flex-content #component-banners-flex-v1{display:flex;align-items:center;justify-content:center;gap:16px}#component-banners-flex-content #component-banners-flex-v1 .banner{width:100%}#component-banners-flex-content #component-banners-flex-v1 .banner img{width:100%}#component-banners-flex-content #component-banners-flex-v1 .banner a img{width:100%}#component-banners-flex-content #component-banners-flex-v1 .banner a.enabled-link{transition:opacity .3s}#component-banners-flex-content #component-banners-flex-v1 .banner a.enabled-link:hover{opacity:.6}@media (max-width:1024px){#component-banners-flex-content #component-banners-flex-v1{flex-direction:column}}#component-banner-content #component-banner-v1{display:flex;align-items:center;justify-content:center;gap:16px}#component-banner-content #component-banner-v1 a img{width:100%}#component-banner-content #component-banner-v1 a.enabled-link{transition:opacity .3s}#component-banner-content #component-banner-v1 a.enabled-link:hover{opacity:.6}.barra-inicial.fundo-secundario{display:none}#block-product-page-hero-v2{padding-top:24px}#block-product-page-hero-v2>div.container:nth-child(2){display:flex;margin-top:24px}#block-product-page-hero-v2 .acoes-flutuante{transition:opacity .3s;padding:0;display:none!important}#block-product-page-hero-v2 .acoes-flutuante.close-card{opacity:0;pointer-events:none}#block-product-page-hero-v2 .acoes-flutuante.open-card{opacity:1;pointer-events:all}#block-product-page-hero-v2 .acoes-flutuante .close_float{z-index:10}@media (max-width:1024px){#block-product-page-hero-v2>div.container:nth-child(2){flex-direction:column;margin-top:0}}#product-page-hero-images-content{width:100%;max-width:630px;position:relative}#product-page-hero-images-content #product-page-hero-images-v2{width:100%;display:grid;grid-template-columns:92px 1fr;gap:16px}#product-page-hero-images-content #product-page-hero-images-v2 .thumbs{position:relative;height:100%;overflow:hidden;overflow-y:auto}#product-page-hero-images-content #product-page-hero-images-v2 .thumbs>div{position:absolute;left:0;top:0;width:100%;height:100%;overflow-y:auto;overflow-x:hidden}#product-page-hero-images-content #product-page-hero-images-v2 .thumbs .swiper-wrapper .swiper-slide{height:92px;width:92px;cursor:pointer;border:2px solid transparent;border-radius:var(--radius);overflow:hidden}#product-page-hero-images-content #product-page-hero-images-v2 .thumbs .swiper-wrapper .swiper-slide img{object-fit:contain;width:100%;height:100%}#product-page-hero-images-content #product-page-hero-images-v2 .thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active{border-color:2px solid var(--border)}#product-page-hero-images-content #product-page-hero-images-v2 .images{position:relative;overflow:hidden}#product-page-hero-images-content #product-page-hero-images-v2 .images .swiper-slide img{width:auto;height:550px}#product-page-hero-images-content .produto-compartilhar{display:none}@media (max-width:1024px){#product-page-hero-images-content{max-width:100%}#product-page-hero-images-content #product-page-hero-images-v2{display:flex;flex-direction:column-reverse}#product-page-hero-images-content #product-page-hero-images-v2 .thumbs>div{position:inherit;inset:initial}#product-page-hero-images-content #product-page-hero-images-v2 .images .swiper-slide img{height:auto}}#product-page-hero-overview-content{flex:1;margin-left:16px;max-width:481px}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .parcelas-produto{height:0;pointer-events:none;transition:all .3s;opacity:0}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .parcelas-produto *{height:0!important;pointer-events:none!important;transition:all .3s!important}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .parcelas-produto .cep{display:none}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .parcelas-produto.active{margin-top:20px;height:auto;pointer-events:all;opacity:1}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .parcelas-produto.active *{height:auto!important;pointer-events:all!important}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .info-principal-produto .breadcrumbs{margin:0}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .info-principal-produto .nome-produto{font-size:24px;font-weight:600;margin:0}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .info-principal-produto .codigo-produto{gap:4px;display:flex;flex-direction:column}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .info-principal-produto .codigo-produto a,#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .info-principal-produto .codigo-produto b,#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .info-principal-produto .codigo-produto span{font-size:12px;font-weight:400;color:var(--secondary)}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .info-principal-produto .codigo-produto>span{padding:4px 8px;padding-left:0;border-radius:99999px;color:var(--secondary);background-color:var(--secondary-foreground)}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .info-principal-produto .codigo-produto>span a{font-weight:700;text-decoration:underline}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .comprar{display:flex;flex-wrap:wrap}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .protected-purchase{display:flex;align-items:center;gap:10px;margin-top:10px;transition:all .3s;opacity:.6}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .protected-purchase svg{fill:var(--foreground)}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .protected-purchase>div{display:flex;flex-direction:column}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .protected-purchase>div strong{font-size:16px;font-style:normal;font-weight:700}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .protected-purchase>div span{font-size:14px;font-style:normal;font-weight:400}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto{display:flex;flex-direction:column;margin-top:24px}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .preco-produto{margin-bottom:12px}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .preco-produto>div{display:flex;flex-direction:column}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .preco-produto>div s{font-size:20px;font-weight:400;margin:0;opacity:.6}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .preco-produto>div strong{font-size:36px;font-weight:700;color:var(--primary)}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .preco-produto>div .preco-parcela,#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .preco-produto>div .preco-parcela strong{font-size:16px}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .preco-produto .desconto-a-vista{font-size:16px;margin-top:5px;font-style:normal;font-weight:600;background-color:var(--product-page-hero-overview-input-quantity-background-color);padding:8px;border-radius:var(--radius);display:flex;align-items:center;gap:10px}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .preco-produto .avise-input>div{display:flex;flex-direction:column;justify-content:center;gap:10px}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .preco-produto .avise-input>div input,#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .preco-produto .avise-input>div label{width:100%;margin:0;max-width:100%}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .botao-comprar{all:unset;position:relative;cursor:pointer;width:60%;margin:0 10px;height:78px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:var(--radius);text-align:center;font-size:24px;font-style:normal;font-weight:700;background-color:var(--product-page-hero-overview-buy-button-background-color);color:var(--product-page-hero-overview-buy-button-text-color);transition:all .3s}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .botao-comprar.active-wpp{gap:0;width:14%}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .botao-comprar:hover{opacity:.6}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .product-selector{display:flex;align-items:center;gap:5px;width:16%}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .product-selector .botao-comprar{flex:1}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .product-selector .product-change-quantity{padding:4px;width:100%;display:flex;align-items:center;justify-content:center;max-width:100%;border-radius:var(--radius);height:78px;background-color:var(--primary-foreground);border:1px solid var(--primary);position:relative}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .product-selector .product-change-quantity input{width:36px;height:100%;font-size:30px;margin:0;padding:0;font-weight:700;border:none;box-shadow:none;background-color:transparent;text-align:center;color:var(--primary)}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .product-selector .product-change-quantity input::-webkit-inner-spin-button,#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .product-selector .product-change-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .product-selector .product-change-quantity .quantity-button{padding:4px;cursor:pointer;display:flex;position:absolute}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .product-selector .product-change-quantity .quantity-button svg{width:8px;height:8px;fill:var(--product-page-hero-overview-buy-button-background-color)}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .product-selector .product-change-quantity .quantity-button.quantity-down{bottom:20%;right:10px}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .product-selector .product-change-quantity .quantity-button.quantity-up{top:20%;right:10px}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .product-selector .product-change-quantity .quantity-button:hover{border-radius:50%;background-color:#ccc}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .disponibilidade-produto{margin-top:10px}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep{padding-bottom:0;margin-top:24px}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep #formCalcularCep{display:flex;width:100%;flex-direction:column}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep #formCalcularCep>label{margin:0;font-size:18px;font-weight:400}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep #formCalcularCep .form-inline .input-append{display:flex;max-width:100%;position:relative;border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;background-color:var(--input)}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep #formCalcularCep .form-inline .input-append button,#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep #formCalcularCep .form-inline .input-append input{height:48px}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep #formCalcularCep .form-inline .input-append input{flex:1;padding:20px;border:none;background-color:none}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep #formCalcularCep .form-inline .input-append button{background:0 0;border:none;border-radius:none}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep #formCalcularCep .produto-detalhes .cep ul{border:1px solid #eaeaea;box-shadow:0 1px 4px 0 rgba(177,177,177,.2784313725)}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep>ul{padding:12px;border:1px solid var(--border);box-shadow:0 1px 4px 0 rgba(177,177,177,.2784313725);margin:0;margin-top:12px;border-radius:var(--radius);background-color:var(--muted)}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep>ul a,#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep>ul i,#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep>ul p,#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep>ul span,#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep>ul strong{color:var(--muted-foreground)}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep>ul li{padding:6px 8px;font-size:12px;display:flex;align-items:center;justify-content:space-between;color:var(--muted-foreground)}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep>ul li .prazo{color:var(--muted-foreground);font-weight:700}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep>ul li:not(:last-child){border-bottom:1px solid var(--border)}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul{display:flex;margin:0;align-items:center;gap:4px;margin-top:12px}@media (max-width:768px){#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul{justify-content:center}}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul li{margin:0;position:relative}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul li a{border:2px solid var(--border);margin:0;display:block;box-shadow:none;padding:0;border-radius:var(--radius);transition:all .3s}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul li a span{min-width:38px;height:38px;transition:all .3s;font-weight:400;font-size:16px;line-height:38px;border-radius:var(--radius)}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul li a[data-grade-nome=Cor]{border-radius:50%}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul li a[data-grade-nome=Cor] span{border-width:19px;border-radius:50%}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul li.has-image a{display:flex;align-items:center;justify-content:center;border:none}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul li.has-image a span{display:none}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul li.has-image a img{width:100%;height:100%;object-fit:cover}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul li.has-image+.has-image{margin-left:12px}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul li .check{opacity:0;pointer-events:none;transition:all .3s;position:absolute;top:-10px;z-index:2021;right:-10px}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul li.active .check,#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul li:hover .check{opacity:1;pointer-events:all}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul li.active a,#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul li:hover a{border-color:var(--primary);box-shadow:0 4px 20px 0 rgba(0,0,0,.1)}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul.dropdown{display:none;flex-direction:column;max-width:100%}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul.dropdown li{min-width:max-content;width:calc(100% - 20px)}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos ul.dropdown li a{border-radius:0!important}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos .wrapper-dropdown.show ul{display:flex}@media (max-width:1024px){#product-page-hero-overview-content{margin-left:0;margin-top:16px;max-width:100%}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .cep #formCalcularCep .form-inline .input-append{max-width:100%}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .product-selector{width:20%}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .product-selector .product-change-quantity{height:58px}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .product-selector .product-change-quantity input{font-size:26px}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .product-selector .product-change-quantity .quantity-button.quantity-down,#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .product-selector .product-change-quantity .quantity-button.quantity-up{right:8px}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .botao-comprar{width:79%;margin-left:auto;margin-right:0;height:58px;font-size:24px;font-style:normal;font-weight:700}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .botao-comprar svg{display:none}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .atributos{display:flex;align-items:center;justify-content:center;margin-top:24px}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .info-principal-produto .nome-produto{text-align:center}#product-page-hero-overview-content #product-page-hero-overview-v2 .principal .acoes-produto .preco-produto{text-align:center;margin:0;display:flex;flex-direction:column;align-items:center;max-width:100%;width:100%;justify-content:center;padding-bottom:20px}#product-page-hero-overview-content .acoes-produto .preco-produto,#product-page-hero-overview-content .produto-compartilhar{border:none;margin:0}#product-page-hero-overview-content .atributos div>span{text-align:center;display:block}#product-page-hero-overview-content .info-principal-produto{display:flex;flex-direction:column;align-items:center;justify-content:center}#product-page-hero-overview-content .info-principal-produto .tag-produto{display:inline-block;margin:0 auto}#product-page-hero-overview-content .preco-produto .desconto-a-vista{justify-content:center}}#component-product-page-hero-fixed-product-content{position:fixed;right:0;left:0;width:100%;z-index:2021;background-color:var(--background);color:var(--foreground);box-shadow:-10px -5px 20px 0 rgba(0,0,0,.1);padding:12px 0;bottom:-200px;opacity:0;pointer-events:none;transition:all .3s}#component-product-page-hero-fixed-product-content #component-product-page-hero-fixed-product-v2{display:flex;align-items:center;justify-content:space-between}#component-product-page-hero-fixed-product-content #component-product-page-hero-fixed-product-v2 .info{display:flex;align-items:center;gap:20px}#component-product-page-hero-fixed-product-content #component-product-page-hero-fixed-product-v2 .info img{border-radius:var(--radius);object-fit:contain;width:92px;height:92px}#component-product-page-hero-fixed-product-content #component-product-page-hero-fixed-product-v2 .info span{font-size:20px;font-style:normal;font-weight:400}#component-product-page-hero-fixed-product-content #component-product-page-hero-fixed-product-v2 .price{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;max-width:522px}#component-product-page-hero-fixed-product-content #component-product-page-hero-fixed-product-v2 .price span{font-size:14px;font-style:normal;font-weight:400}#component-product-page-hero-fixed-product-content #component-product-page-hero-fixed-product-v2 .price .preco-promocional{font-size:24px;font-style:normal;display:block;font-weight:700}#component-product-page-hero-fixed-product-content #component-product-page-hero-fixed-product-v2 .price .desconto-a-vista{display:none}#component-product-page-hero-fixed-product-content #component-product-page-hero-fixed-product-v2 .price button{display:block;background-color:var(--primary);color:var(--primary-foreground);text-align:center;width:100%;border-radius:var(--radius);max-width:360px;height:73px;font-size:20px;font-style:normal;font-weight:700;line-height:normal;transition:all .3s}#component-product-page-hero-fixed-product-content #component-product-page-hero-fixed-product-v2 .price button:hover{opacity:.6}#component-product-page-hero-fixed-product-content.open-card{bottom:0;opacity:1;pointer-events:all}@media (max-width:1024px){#component-product-page-hero-fixed-product-content #component-product-page-hero-fixed-product-v2 .info{display:none}#component-product-page-hero-fixed-product-content #component-product-page-hero-fixed-product-v2 .price{width:100%;max-width:100%;justify-content:space-between}}@media (max-width:600px){#component-product-page-hero-fixed-product-content #component-product-page-hero-fixed-product-v2 .price{flex-direction:column;align-items:center;justify-content:center;text-align:center}}#component-product-page-hero-table-measurement-content{margin:20px 0}#component-product-page-hero-table-measurement-content.disabled{display:none}#component-product-page-hero-table-measurement-content #component-product-page-hero-table-measurement-v2>button{background-color:transparent;cursor:pointer;display:flex;align-items:center;gap:6px;color:var(--primary);transition:all .3s}#component-product-page-hero-table-measurement-content #component-product-page-hero-table-measurement-v2>button svg{fill:var(--primary)}#component-product-page-hero-table-measurement-content #component-product-page-hero-table-measurement-v2>button span{font-size:16px;font-weight:600}#component-product-page-hero-table-measurement-content #component-product-page-hero-table-measurement-v2>button:hover{opacity:.6}#component-product-page-hero-table-measurement-content #component-product-page-hero-table-measurement-v2 .table-measurement-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2024;transition:all .3s;opacity:0;pointer-events:none}#component-product-page-hero-table-measurement-content #component-product-page-hero-table-measurement-v2 .table-measurement-modal>div{position:relative;z-index:2024;width:auto;height:auto}#component-product-page-hero-table-measurement-content #component-product-page-hero-table-measurement-v2 .table-measurement-modal>div .close-modal{position:absolute;top:-10px;right:-10px;width:46px;height:46px;background-color:var(--primary-foreground);border-radius:50%;box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;transition:all .3s;display:flex;align-items:center;justify-content:center;cursor:pointer}#component-product-page-hero-table-measurement-content #component-product-page-hero-table-measurement-v2 .table-measurement-modal>div .close-modal svg{fill:var(--primary)}#component-product-page-hero-table-measurement-content #component-product-page-hero-table-measurement-v2 .table-measurement-modal>div .close-modal:hover{opacity:.6}#component-product-page-hero-table-measurement-content #component-product-page-hero-table-measurement-v2 .table-measurement-modal .close-shadow{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2023;transition:all .3s;opacity:0;width:100vw;height:100vh;pointer-events:none;background-color:rgba(0,0,0,.6)}#component-product-page-hero-table-measurement-content #component-product-page-hero-table-measurement-v2 .table-measurement-modal.active{pointer-events:all;opacity:1}#component-product-page-hero-table-measurement-content #component-product-page-hero-table-measurement-v2 .table-measurement-modal.active .close-shadow{pointer-events:all;opacity:1}@media (max-width:1024px){#component-product-page-hero-table-measurement-content{display:flex;align-items:center;justify-content:center}#component-product-page-hero-table-measurement-content #component-product-page-hero-table-measurement-v2 .table-measurement-modal{width:90vw}}#component-payment-methods-content{margin-top:24px}#component-payment-methods-content #component-payment-methods-v2 button{background:0 0;text-decoration:underline;color:#016bbc;font-size:16px;font-weight:700;display:flex;align-items:center;gap:4px;transition:all .3s}#component-payment-methods-content #component-payment-methods-v2 button svg{fill:none}#component-payment-methods-content #component-payment-methods-v2 button:hover{opacity:.6}@media (max-width:1024px){#component-payment-methods-content{display:flex;align-items:center;justify-content:center}}.pagina-produto .li-whatsapp a{bottom:192px;transition:all .3s}.pagina-produto .li-whatsapp a:hover{opacity:.6}#block-product-page-info-v1{background-color:var(--product-page-info-section-background-color);padding:54px 0}#product-page-info-tabs-content #product-page-info-tabs-v1 h2{font-size:24px;font-weight:600;display:block;text-align:center;margin:0;margin-bottom:20px}#product-page-info-tabs-content #product-page-info-tabs-v1 p{font-size:16px}#product-page-info-tabs-content #product-page-info-tabs-v1 *{color:var(--product-page-info-section-text-color)}#product-page-info-tabs-content #product-page-info-tabs-v1 textarea{resize:none}#product-page-info-tabs-content #product-page-info-tabs-v1 .compre-junto__comprar button{background-color:var(--product-page-hero-overview-buy-button-background-color);color:var(--product-page-hero-overview-buy-button-text-color);transition:all .3s}#product-page-info-tabs-content #product-page-info-tabs-v1 .compre-junto__comprar button:hover{opacity:.6}#product-page-info-tabs-content #product-page-info-tabs-v1 .compre-junto__produto--principal{border:1px solid var(--border)}#product-page-info-tabs-content #product-page-info-tabs-v1 .compre-junto{margin-bottom:54px}#product-page-info-tabs-content #product-page-info-tabs-v1 #comentarios{margin-top:54px}#block-catalog-page-hero-v1{padding-top:24px}#block-catalog-page-hero-v1>.container.main-content{margin-top:24px;display:flex;gap:16px}#component-catalog-page-filters-content .fixed-filter-overflow{opacity:0;pointer-events:none;position:fixed;inset:0;width:100%;height:100%;z-index:2024;background-color:rgba(0,0,0,.6);transition:all .3s}#component-catalog-page-filters-content .fixed-filter-btn{display:none;position:fixed;bottom:24px;font-size:16px;font-weight:700;left:24px;z-index:2022;gap:4px;border-radius:var(--radius);background-color:var(--catalog-page-filters-open-filter-btn-background-color);padding:8px 12px;box-shadow:rgba(100,100,111,.2) 0 7px 29px 0}#component-catalog-page-filters-content .fixed-filter-btn svg{width:18px;height:18px;fill:var(--header-menu-text-color)}#component-catalog-page-filters-content .fixed-filter-btn.hidden{display:none}#component-catalog-page-filters-content .close-dropdown{display:none;background-color:transparent;border:none;justify-content:flex-end;width:100%}#component-catalog-page-filters-content .close-dropdown svg{width:24px;height:24px;fill:var(--icon)}#component-catalog-page-filters-content #catalog-page-filters-v1{background-color:var(--catalog-page-filters-filter-background-color);padding:16px;border-radius:var(--radius);box-shadow:0 4px 20px 0 rgba(0,0,0,.1);max-width:280px}#component-catalog-page-filters-content #catalog-page-filters-v1 *{color:var(--catalog-page-filters-filter-text-color)}#component-catalog-page-filters-content #catalog-page-filters-v1.hidden{display:none}#component-catalog-page-filters-content #catalog-page-filters-v1 .componente{display:none}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu .nivel-dois,#component-catalog-page-filters-content #catalog-page-filters-v1 .menu .nivel-tres,#component-catalog-page-filters-content #catalog-page-filters-v1 .menu.lateral .com-filho.borda-principal,#component-catalog-page-filters-content #catalog-page-filters-v1 .menu.lateral .nivel-um>li>a{background-color:transparent;box-shadow:none;border:none!important}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu.lateral{background:0 0!important}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu li{padding:0}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu li .icon-chevron-right{display:none}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu .nivel-um{border:none!important;display:block!important;margin:0!important}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu .nivel-um>li>a{padding:0}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu .nivel-um>li>a strong{margin:0;font-weight:600}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu .nivel-um>li>a i{display:none}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu .nivel-um .nivel-dois{margin-top:16px;padding:0;display:flex;flex-direction:column;gap:8px}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu .nivel-um .nivel-dois li{font-size:14px;border:none}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu .nivel-um .nivel-dois li a{display:block;white-space:nowrap;padding:0}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu .nivel-um .nivel-dois>li.com-filho>a{display:flex;width:100%;align-items:center;justify-content:space-between;gap:4px}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu .nivel-um .nivel-dois>li.com-filho ul.nivel-tres{height:0;visibility:hidden;pointer-events:none;opacity:0}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu .nivel-um .nivel-dois>li.com-filho:hover ul.nivel-tres{height:auto;pointer-events:all;visibility:visible;opacity:1}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu .nivel-um .nivel-dois::after,#component-catalog-page-filters-content #catalog-page-filters-v1 .menu .nivel-um .nivel-dois::before{display:none}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu.outras{margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu.outras .nivel-um{display:flex;flex-direction:column;gap:8px}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu.outras .nivel-um li{transition:all .3s}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu.outras .nivel-um li a,#component-catalog-page-filters-content #catalog-page-filters-v1 .menu.outras .nivel-um li strong{font-weight:400}#component-catalog-page-filters-content #catalog-page-filters-v1 .menu.outras .nivel-um li:hover{opacity:.6}#component-catalog-page-filters-content #catalog-page-filters-v1 .lateral.outras{margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}#component-catalog-page-filters-content #catalog-page-filters-v1 .lateral.outras>div.filtro{padding:0;border:none;box-shadow:none;padding:0;border:none;box-shadow:none}#component-catalog-page-filters-content #catalog-page-filters-v1 .lateral.outras>div.filtro,#component-catalog-page-filters-content #catalog-page-filters-v1 .lateral.outras>div.filtro :not(span){border:none!important;outline:0!important}#component-catalog-page-filters-content #catalog-page-filters-v1 .lateral.outras>div.filtro h4{margin:0;padding:0;border:0}#component-catalog-page-filters-content #catalog-page-filters-v1 .lateral.outras>div.filtro.atributos ul{display:flex;margin:0;align-items:center;gap:4px;margin-top:20px;flex-wrap:wrap}@media (max-width:768px){#component-catalog-page-filters-content #catalog-page-filters-v1 .lateral.outras>div.filtro.atributos ul{justify-content:center}}#component-catalog-page-filters-content #catalog-page-filters-v1 .lateral.outras>div.filtro.atributos ul li{margin:0}#component-catalog-page-filters-content #catalog-page-filters-v1 .lateral.outras>div.filtro.atributos ul li a{border:2px solid var(--border)!important;margin:0;box-shadow:none;padding:0;border-radius:var(--radius);transition:all .3s;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center}#component-catalog-page-filters-content #catalog-page-filters-v1 .lateral.outras>div.filtro.atributos ul li a span{transition:all .3s;border-width:0 0 42px 42px;border-radius:50%}#component-catalog-page-filters-content #catalog-page-filters-v1 .lateral.outras>div.filtro.atributos ul li.active a,#component-catalog-page-filters-content #catalog-page-filters-v1 .lateral.outras>div.filtro.atributos ul li:hover a{border-color:var(--primary)!important;opacity:.4;box-shadow:0 4px 20px 0 rgba(0,0,0,.1)}#component-catalog-page-filters-content #catalog-page-filters-v1 .lateral.outras>div.filtro.atributos .atributo-comum ul li a{background-color:var(--muted)}#component-catalog-page-filters-content #catalog-page-filters-v1 .lateral.outras>div.filtro.atributos .atributo-comum ul li a span{display:flex;align-items:center;justify-self:center;min-height:initial;min-width:initial;font-size:14px;padding:0;color:var(--muted-foreground)}#component-catalog-page-filters-content #catalog-page-filters-v1 .lateral.outras>div.filtro .borda-alpha{border:none}#component-catalog-page-filters-content #catalog-page-filters-v1 .lateral.outras>div.filtro .borda-alpha ul{margin:0;border:none;margin-top:16px}#component-catalog-page-filters-content #catalog-page-filters-v1 .lateral.outras>div.filtro .borda-alpha ul li a label{padding:0}#component-catalog-page-filters-content #catalog-page-filters-v1 .nivel-quatro,#component-catalog-page-filters-content #catalog-page-filters-v1 .nivel-tres{position:initial;inset:initial;background-color:var(--muted)!important;display:flex;flex-direction:column}#component-catalog-page-filters-content #catalog-page-filters-v1 .nivel-quatro li,#component-catalog-page-filters-content #catalog-page-filters-v1 .nivel-tres li{line-height:normal}#component-catalog-page-filters-content #catalog-page-filters-v1 .nivel-quatro,#component-catalog-page-filters-content #catalog-page-filters-v1 .nivel-quatro ul,#component-catalog-page-filters-content #catalog-page-filters-v1 .nivel-tres,#component-catalog-page-filters-content #catalog-page-filters-v1 .nivel-tres ul{margin:0;padding:0;padding-left:4px}#component-catalog-page-filters-content #catalog-page-filters-v1 .nivel-quatro a,#component-catalog-page-filters-content #catalog-page-filters-v1 .nivel-quatro ul a,#component-catalog-page-filters-content #catalog-page-filters-v1 .nivel-tres a,#component-catalog-page-filters-content #catalog-page-filters-v1 .nivel-tres ul a{line-height:normal;margin:4px 0;display:block}@media (max-width:1024px){#component-catalog-page-filters-content .close-dropdown{display:flex}#component-catalog-page-filters-content #catalog-page-filters-v1{opacity:0;pointer-events:none;position:fixed;left:-500px;top:0;z-index:2025;transition:all .3s;height:100vh;overflow-y:auto}#component-catalog-page-filters-content.active #catalog-page-filters-v1{opacity:1;pointer-events:all;left:0}#component-catalog-page-filters-content.active .fixed-filter-overflow{opacity:1;pointer-events:all}#component-catalog-page-filters-content .fixed-filter-btn{display:flex}}#category-full-banner-v1{margin-bottom:20px}#category-full-banner-v1 a.enabled-link{width:100%;transition:all .3s}#category-full-banner-v1 a.enabled-link::hover{opacity:.6}#category-full-banner-v1 img{width:100%}#category-description-v1{border:1px solid var(--primary);padding:20px;border-radius:var(--radius);margin-top:56px}#category-description-v1 img{border-radius:var(--radius);margin-bottom:10px}#category-description-v1 span{color:var(--primary);font-size:40px;font-style:normal;font-weight:600;display:block;text-align:center}#category-description-v1 p{margin-top:10px;font-size:16px;font-style:normal;font-weight:400}@media (max-width:1024px){.sidebar{position:absolute}}#component-catalog-page-products-content{flex:1}#component-catalog-page-products-content #catalog-page-products-v1 .top-content{display:flex;align-items:center;justify-content:space-between}#component-catalog-page-products-content #catalog-page-products-v1 .top-content h1{font-size:30px;font-style:normal;font-weight:600;margin:0;padding:0}#component-catalog-page-products-content #catalog-page-products-v1 .top-content .ordenar-listagem{padding:0;border:0}#component-catalog-page-products-content #catalog-page-products-v1 .top-content .ordenar-listagem>.row-fluid{border-radius:var(--radius);border:1px solid var(--border);background:0 0}#component-catalog-page-products-content #catalog-page-products-v1 .top-content .ordenar-listagem>.row-fluid .input-append label{border:none;background-color:transparent;background:0 0}#component-catalog-page-products-content #catalog-page-products-v1 .top-content .ordenar-listagem>.row-fluid .btn-group button{background-color:transparent;border:none;background:0 0}#component-catalog-page-products-content #catalog-page-products-v1 .top-content .ordenar-listagem>.row-fluid .btn-group button i{color:var(--primary)}#component-catalog-page-products-content #catalog-page-products-v1 .top-content .ordenar-listagem .dropdown-menu{left:auto;right:0;z-index:2024;border:none}#component-catalog-page-products-content #catalog-page-products-v1 .top-content .ordenar-listagem .dropdown-menu li i{color:var(--primary)}#component-catalog-page-products-content #catalog-page-products-v1 .top-content .ordenar-listagem .dropdown-menu li a{color:var(--foreground)!important}#component-catalog-page-products-content #catalog-page-products-v1 .produtos{margin-top:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%;max-width:100%}#component-catalog-page-products-content .ordenar-listagem label{border-color:var(--border)}#component-catalog-page-products-content .ordenar-listagem label #botaoOrdenar{border-radius:var(--radius);background-color:var(--primary)}@media (max-width:1024px){#component-catalog-page-products-content #catalog-page-products-v1 .top-content{flex-direction:column;align-items:start;gap:8px}#component-catalog-page-products-content #catalog-page-products-v1 .produtos{grid-template-columns:repeat(2,1fr)}}@media (max-width:420px){#component-catalog-page-products-content #catalog-page-products-v1 .top-content{flex-direction:column;align-items:start;gap:8px}#component-catalog-page-products-content #catalog-page-products-v1 .produtos{grid-template-columns:repeat(1,1fr)}}.empty-search #component-catalog-page-products-content h1{font-size:30px}.empty-search #component-catalog-page-products-content .botao.secundario{height:58px;padding:0 20px;font-size:16px;font-style:normal;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.empty-search #component-catalog-page-products-content .span6 p{font-size:20px;font-style:normal;font-weight:400;line-height:120%}.empty-search #component-catalog-page-products-content .span6 ol li{font-size:20px;font-style:normal;font-weight:400;line-height:120%}.empty-search .sidebar{display:none!important}#component-showcase-title-content #component-showcase-title-v2{font-size:30px;font-weight:700;position:relative;text-align:center}#component-showcase-products-content{margin-top:20px;overflow:hidden}#component-showcase-products-content #component-showcase-products-v2.grid-structure{display:grid;grid-template-columns:repeat(4,1fr);column-gap:28px;row-gap:40px}@media (min-width:768px) and (max-width:1024px){#component-showcase-products-content #component-showcase-products-v2.grid-structure{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767px){#component-showcase-products-content #component-showcase-products-v2.grid-structure{grid-template-columns:repeat(1,1fr)}}#component-showcase-products-content #component-showcase-products-v2.slide{position:relative}#component-showcase-products-content #component-showcase-products-v2 .swiper-button-next,#component-showcase-products-content #component-showcase-products-v2 .swiper-button-prev{display:flex;align-items:center;justify-self:center;background-color:transparent;border-radius:50%;transition:all .3s}#component-showcase-products-content #component-showcase-products-v2 .swiper-button-next::after,#component-showcase-products-content #component-showcase-products-v2 .swiper-button-prev::after{font-size:42px;font-weight:700;color:var(--primary)}#component-showcase-products-content #component-showcase-products-v2 .swiper-button-next:hover,#component-showcase-products-content #component-showcase-products-v2 .swiper-button-prev:hover{transform:scale(1.2)}#component-showcase-products-content #component-showcase-products-v2 .swiper-pagination{display:none}#component-showcase-products-content #component-showcase-products-v2 .swiper-pagination .swiper-pagination-bullet{width:19px;height:19px}#component-showcase-products-content #component-showcase-products-v2 .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--primary)}@media (max-width:1024px){#component-showcase-products-content #component-showcase-products-v2{padding-bottom:56px}#component-showcase-products-content #component-showcase-products-v2 .swiper-pagination{display:initial}}#component-product-card-content #component-product-card-v2,.listagem-item{background-color:red;position:relative;background-color:var(--showcase-product-card-background-color);border:1px solid var(--showcase-product-card-border-color);padding:12px;overflow:hidden;border-radius:var(--radius)}#component-product-card-content #component-product-card-v2 a,#component-product-card-content #component-product-card-v2 p,#component-product-card-content #component-product-card-v2 s,#component-product-card-content #component-product-card-v2 span,#component-product-card-content #component-product-card-v2 strong,.listagem-item a,.listagem-item p,.listagem-item s,.listagem-item span,.listagem-item strong{color:var(--showcase-product-card-text-color)}#component-product-card-content #component-product-card-v2 .added-product-svg,.listagem-item .added-product-svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1}#component-product-card-content #component-product-card-v2 .added-product-svg path:first-of-type,.listagem-item .added-product-svg path:first-of-type{fill:var(--primary)}#component-product-card-content #component-product-card-v2 .produto-sobrepor,.listagem-item .produto-sobrepor{display:block;position:absolute;left:0;right:0;top:0;bottom:0;z-index:10;background-color:transparent}#component-product-card-content #component-product-card-v2 .bandeiras-produto,.listagem-item .bandeiras-produto{display:flex;flex-direction:column;gap:2px}#component-product-card-content #component-product-card-v2 .bandeiras-produto .bandeira-carrinho,#component-product-card-content #component-product-card-v2 .bandeiras-produto .bandeira-frete-gratis,#component-product-card-content #component-product-card-v2 .bandeiras-produto .bandeira-promocao,.listagem-item .bandeiras-produto .bandeira-carrinho,.listagem-item .bandeiras-produto .bandeira-frete-gratis,.listagem-item .bandeiras-produto .bandeira-promocao{border:none;margin:0;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);height:26px;background-color:var(--secondary);color:var(--secondary-foreground)!important;font-size:11px;font-style:normal;font-weight:700;text-align:center;padding:0 18px;opacity:1;transition:opacity .3s}#component-product-card-content #component-product-card-v2 .bandeiras-produto .bandeira-carrinho:hover,#component-product-card-content #component-product-card-v2 .bandeiras-produto .bandeira-frete-gratis:hover,#component-product-card-content #component-product-card-v2 .bandeiras-produto .bandeira-promocao:hover,.listagem-item .bandeiras-produto .bandeira-carrinho:hover,.listagem-item .bandeiras-produto .bandeira-frete-gratis:hover,.listagem-item .bandeiras-produto .bandeira-promocao:hover{opacity:.6}#component-product-card-content #component-product-card-v2 .bandeiras-produto .adicionado-carrinho,.listagem-item .bandeiras-produto .adicionado-carrinho{background-color:var(--showcase-products-added-product-flag-background-color)!important;color:var(--showcase-products-added-product-flag-text-color)!important}#component-product-card-content #component-product-card-v2 .bandeiras-produto .bandeira-frete-gratis,.listagem-item .bandeiras-produto .bandeira-frete-gratis{background-color:var(--showcase-products-free-shipping-flag-background-color)!important;color:var(--showcase-products-free-shipping-flag-text-color)!important}#component-product-card-content #component-product-card-v2 .imagem-produto,.listagem-item .imagem-produto{display:block;height:300px;position:relative}#component-product-card-content #component-product-card-v2 .imagem-produto img,.listagem-item .imagem-produto img{opacity:1;pointer-events:all;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;transition:all .3s}#component-product-card-content #component-product-card-v2 .imagem-produto:not(.no-image) img:not(:first-child),.listagem-item .imagem-produto:not(.no-image) img:not(:first-child){opacity:0;pointer-events:none}#component-product-card-content #component-product-card-v2 .info-produto,.listagem-item .info-produto{margin-top:20px}#component-product-card-content #component-product-card-v2 .info-produto .preco-produto,.listagem-item .info-produto .preco-produto{min-height:70px}#component-product-card-content #component-product-card-v2 .info-produto .preco-produto .preco-parcela,.listagem-item .info-produto .preco-produto .preco-parcela{color:var(--foreground)}#component-product-card-content #component-product-card-v2 .info-produto .preco-produto span,.listagem-item .info-produto .preco-produto span{color:var(--foreground)}#component-product-card-content #component-product-card-v2 .info-produto .avise-me-list-btn,.listagem-item .info-produto .avise-me-list-btn{background-color:#707070;border:none;color:#fff;height:48px;display:flex;align-items:center;justify-content:center}#component-product-card-content #component-product-card-v2 .info-produto .avise-me-list-descr,.listagem-item .info-produto .avise-me-list-descr{display:block;text-align:center;margin:6px 0}#component-product-card-content #component-product-card-v2 .info-produto>a,.listagem-item .info-produto>a{text-align:center;display:block;font-size:16px;font-style:normal;font-weight:500;line-height:normal;min-height:44px}#component-product-card-content #component-product-card-v2 .preco-produto,.listagem-item .preco-produto{text-align:center;margin:20px 0}#component-product-card-content #component-product-card-v2 .preco-produto .preco-venda,.listagem-item .preco-produto .preco-venda{font-size:14px;font-style:normal;font-weight:400;color:initial;line-height:normal;margin:0;margin-right:8px}#component-product-card-content #component-product-card-v2 .preco-produto .preco-promocional,.listagem-item .preco-produto .preco-promocional{font-size:24px;font-style:normal;font-weight:700;line-height:normal;color:var(--primary)}#component-product-card-content #component-product-card-v2 .acoes-produto,.listagem-item .acoes-produto{padding:20px;position:absolute;bottom:-60px;left:0;right:0;z-index:10;display:block!important;opacity:0;transition:all .3s}#component-product-card-content #component-product-card-v2 .acoes-produto .botao-comprar,.listagem-item .acoes-produto .botao-comprar{all:unset;cursor:pointer;width:100%;height:58px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);text-align:center;font-size:16px;font-style:normal;font-weight:700;background-color:var(--showcase-product-card-buy-button-background-color);color:var(--showcase-product-card-buy-button-text-color);transition:opacity .3s}#component-product-card-content #component-product-card-v2 .acoes-produto .botao-comprar:hover,.listagem-item .acoes-produto .botao-comprar:hover{opacity:.6}#component-product-card-content #component-product-card-v2 .acoes-produto .product-selector,.listagem-item .acoes-produto .product-selector{display:flex;align-items:center;gap:5px}#component-product-card-content #component-product-card-v2 .acoes-produto .product-selector .botao-comprar,.listagem-item .acoes-produto .product-selector .botao-comprar{flex:1;position:relative}#component-product-card-content #component-product-card-v2 .acoes-produto .product-selector .product-change-quantity,.listagem-item .acoes-produto .product-selector .product-change-quantity{padding:7px;display:flex;align-items:center;justify-content:center;gap:7px;width:58px;border-radius:var(--radius);height:58px;background-color:var(--showcase-product-card-input-quantity-background-color);border:1px solid var(--border);position:relative;overflow:hidden}#component-product-card-content #component-product-card-v2 .acoes-produto .product-selector .product-change-quantity input,.listagem-item .acoes-produto .product-selector .product-change-quantity input{font-size:20px;font-style:normal;font-weight:700;line-height:normal;margin:0;padding:0;border:none;box-shadow:none;background-color:transparent;text-align:center;height:100%;width:100%}#component-product-card-content #component-product-card-v2 .acoes-produto .product-selector .product-change-quantity input::-webkit-inner-spin-button,#component-product-card-content #component-product-card-v2 .acoes-produto .product-selector .product-change-quantity input::-webkit-outer-spin-button,.listagem-item .acoes-produto .product-selector .product-change-quantity input::-webkit-inner-spin-button,.listagem-item .acoes-produto .product-selector .product-change-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#component-product-card-content #component-product-card-v2 .acoes-produto .product-selector .product-change-quantity>div,.listagem-item .acoes-produto .product-selector .product-change-quantity>div{display:flex;flex-direction:column;gap:10px}#component-product-card-content #component-product-card-v2 .acoes-produto .product-selector .product-change-quantity>div .quantity-button,.listagem-item .acoes-produto .product-selector .product-change-quantity>div .quantity-button{cursor:pointer;display:flex;justify-content:center;align-items:center;width:10px;height:10px}#component-product-card-content #component-product-card-v2 .acoes-produto .product-selector .product-change-quantity>div .quantity-button svg,.listagem-item .acoes-produto .product-selector .product-change-quantity>div .quantity-button svg{fill:var(--showcase-product-card-buy-button-background-color)}#component-product-card-content #component-product-card-v2 .acoes-produto .product-selector .product-change-quantity>div .quantity-button svg path,.listagem-item .acoes-produto .product-selector .product-change-quantity>div .quantity-button svg path{fill:var(--showcase-product-card-buy-button-background-color)}#component-product-card-content #component-product-card-v2 .acoes-produto .product-selector .product-change-quantity>div .quantity-button:hover,.listagem-item .acoes-produto .product-selector .product-change-quantity>div .quantity-button:hover{border-radius:50%;background:#eaeaea}#component-product-card-content #component-product-card-v2 .acoes-produto-responsiva,.listagem-item .acoes-produto-responsiva{display:none!important}#component-product-card-content #component-product-card-v2:hover .acoes-produto,.listagem-item:hover .acoes-produto{opacity:1;bottom:0}#component-product-card-content #component-product-card-v2:hover .imagem-produto:not(.no-image) img:first-child,.listagem-item:hover .imagem-produto:not(.no-image) img:first-child{opacity:0;pointer-events:none}#component-product-card-content #component-product-card-v2:hover .imagem-produto:not(.no-image) img:last-child,.listagem-item:hover .imagem-produto:not(.no-image) img:last-child{opacity:1;pointer-events:all}@media (max-width:1024px){#component-product-card-content #component-product-card-v2 .acoes-produto,.listagem-item .acoes-produto{opacity:1;position:relative;inset:initial;padding:0}}@media (max-width:767px){#component-product-card-content #component-product-card-v2 .acoes-produto .product-selector .botao-comprar{font-size:14px;padding:0 4px}#component-product-card-content #component-product-card-v2 .imagem-produto,.listagem-item .imagem-produto{height:262px}.bandeira-carrinho,.bandeira-promocao{font-size:10px!important;width:100%!important;height:25px!important;padding:0 10px!important}}#block-footer-v2{background-color:var(--footer-background-color);margin-top:0;color:var(--footer-text-color)}#block-footer-v2 *{color:var(--footer-text-color);text-transform:uppercase}#block-footer-v2 svg{fill:var(--footer-icons-background-color)}#block-footer-v2 #block-footer-top-content{padding:40px 0}#block-footer-v2 #block-footer-top-content .container{display:flex;justify-content:space-between;gap:40px}#block-footer-v2 #block-footer-top-content .container::after,#block-footer-v2 #block-footer-top-content .container::before{display:none}@media (max-width:1024px){#block-footer-v2 #block-footer-top-content .container{align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:64px}}#component-footer-newsletter-content{padding:24px 0;background-color:var(--footer-newsletter-background-color);color:var(--footer-newsletter-text-color);border-bottom:1px solid var(--footer-text-color)}#component-footer-newsletter-content #component-footer-newsletter-v2 .container{display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;max-width:680px}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .footer-newsletter-text{display:flex;align-items:center;gap:20px}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .footer-newsletter-text>div{display:flex;flex-direction:column}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .footer-newsletter-text>div svg{fill:var(--footer-icons-background-color)}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .footer-newsletter-text>div strong{font-size:30px;font-style:normal;font-weight:700;line-height:normal;color:var(--footer-newsletter-text-color);display:block;text-align:center;text-transform:uppercase}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .footer-newsletter-text>div span{font-size:20px;font-style:normal;font-weight:400;line-height:normal;color:var(--footer-newsletter-text-color);display:block;text-align:center;text-transform:uppercase}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .newsletter-cadastro{width:100%;display:flex;justify-content:center;align-items:center;gap:16px;margin:0;margin-top:20px}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .newsletter-cadastro input{width:100%;max-width:450px;padding:0;margin:0;height:52px;background-color:var(--footer-newsletter-input-background-color);color:var(--footer-newsletter-input-text-color);font-size:14px;border-radius:var(--radius);border:none;width:100%;padding-left:20px}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .newsletter-cadastro button{all:unset;cursor:pointer;height:52px;display:flex;align-items:center;justify-content:center;width:100%;text-transform:uppercase;max-width:200px;background-color:var(--footer-newsletter-button-background-color);color:var(--footer-newsletter-button-text-color);border:none;border-radius:var(--radius);transition:all .3s;font-weight:600;font-size:14px}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .newsletter-cadastro button::before{display:none}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .newsletter-cadastro button:hover{opacity:.6}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .newsletter-cadastro.error input{border:1px solid red}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .newsletter-cadastro.hide input{border:none}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .newsletter-confirmacao{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);padding:6px 12px;border-radius:var(--radius);display:flex;align-items:center;gap:8px;background-color:var(--footer-newsletter-confirmation-card-background-color);color:var(--footer-newsletter-confirmation-card-text-color);opacity:1;pointer-events:all;transition:all 3s;z-index:10}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .newsletter-confirmacao.hide{opacity:0;pointer-events:none}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .erro-newsletter{position:absolute;right:0;left:50%;top:50%;transform:translateY(-50%);z-index:10}#component-footer-newsletter-content #component-footer-newsletter-v2 .container::after,#component-footer-newsletter-content #component-footer-newsletter-v2 .container::before{display:none}@media (max-width:1024px){#component-footer-newsletter-content{border-bottom:none;padding:40px 0}#component-footer-newsletter-content #component-footer-newsletter-v2 .container{flex-direction:column;gap:16px;text-align:center}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .newsletter-cadastro{flex-direction:column;width:100%;margin-top:0}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .newsletter-cadastro button,#component-footer-newsletter-content #component-footer-newsletter-v2 .container .newsletter-cadastro input{max-width:100%}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .newsletter-cadastro button{margin-left:auto;margin-right:auto;max-width:100%}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .footer-newsletter-text{display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center;gap:4px}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .footer-newsletter-text>div strong{font-size:27px}#component-footer-newsletter-content #component-footer-newsletter-v2 .container .footer-newsletter-text>div span{font-size:20px}}#component-footer-logo-content{width:100%;max-width:366px}#component-footer-logo-content #component-footer-logo-v2{display:flex;flex-direction:column;gap:16px}#component-footer-logo-content #component-footer-logo-v2 a img{max-width:200px}#component-footer-logo-content #component-footer-logo-v2 p{font-size:12px;text-transform:uppercase;font-weight:400;line-height:1.5em;padding:0}#component-footer-menu-content{display:block}#component-footer-menu-content #component-footer-menu-v2{display:flex;flex-direction:row;gap:40px}#component-footer-menu-content #component-footer-menu-v2 .component-footer-menu-item>span{font-size:16px;text-transform:uppercase;font-weight:700;color:var(--primary)}#component-footer-menu-content #component-footer-menu-v2 .component-footer-menu-item ul{margin:0;margin-top:24px;display:flex;flex-direction:column;gap:10px}#component-footer-menu-content #component-footer-menu-v2 .component-footer-menu-item ul li{font-size:14px}#component-footer-menu-content #component-footer-menu-v2 .component-footer-menu-item ul li.hidden{display:none}#component-footer-menu-content #component-footer-menu-v2 .component-footer-menu-item.call-center ul li a{display:flex;align-items:center;gap:10px}@media (max-width:1024px){#component-footer-menu-content #component-footer-menu-v2{align-items:center;justify-content:center;flex-direction:column;text-align:center}#component-footer-menu-content #component-footer-menu-v2 .call-center ul{align-items:center;justify-content:center;text-align:center}}#component-footer-social-content #component-footer-social-v2{display:flex;align-items:center;justify-content:center;gap:10px}#component-footer-social-content #component-footer-social-v2 span{font-size:16px;font-weight:700;text-transform:uppercase;color:var(--primary)}#component-footer-social-content #component-footer-social-v2>div{display:flex;gap:12px;flex-wrap:wrap}#component-footer-social-content #component-footer-social-v2>div a{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--primary);transition:all .3s}#component-footer-social-content #component-footer-social-v2>div a svg{max-width:26px;fill:var(--primary-foreground)}#component-footer-social-content #component-footer-social-v2>div a:hover{opacity:.6;scale:1.06}@media (max-width:1024px){#component-footer-social-content #component-footer-social-v2{margin:12px 0;justify-content:center}}#component-footer-seals-content #component-footer-seals-v2 .conteiner{margin-top:40px;padding-top:40px;padding-bottom:40px;border-top:1px solid var(--border)}#component-footer-seals-content #component-footer-seals-v2 .row-fluid{display:flex;margin:0;gap:24px}#component-footer-seals-content #component-footer-seals-v2 .row-fluid>div{margin:0;width:100%}#component-footer-seals-content #component-footer-seals-v2 .row-fluid .titulo{display:block;font-size:16px;font-weight:700;margin-bottom:24px;color:var(--primary)}#component-footer-seals-content #component-footer-seals-v2 .row-fluid::after,#component-footer-seals-content #component-footer-seals-v2 .row-fluid::before{display:none}#component-footer-seals-content #component-footer-seals-v2 .gateways-rodape{margin-top:10px;background:0 0;border:none;width:auto;display:flex;align-items:center}#component-footer-seals-content #component-footer-seals-v2 .gateways-rodape li{background-color:#fff;border-radius:var(--radius);border:none;padding:4px;width:fit-content}#component-footer-seals-content #component-footer-seals-v2 .gateways-rodape li+li{margin-left:10px}@media (max-width:1024px){#component-footer-seals-content #component-footer-seals-v2 .row-fluid{flex-direction:column;align-items:center;justify-content:center;text-align:center}#component-footer-seals-content #component-footer-seals-v2 .row-fluid .gateways-rodape{justify-content:center}#component-footer-seals-content #component-footer-seals-v2 .row-fluid .bandeiras-pagamento{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px}#component-footer-seals-content #component-footer-seals-v2 .row-fluid .bandeiras-pagamento::after{display:none}#component-footer-seals-content #component-footer-seals-v2 .row-fluid .selos ul{display:flex;justify-content:center}}#component-footer-shipping-methods-v2>div{display:flex;align-items:center;flex-wrap:wrap;gap:10px}@media (max-width:1024px){#component-footer-shipping-methods-v2>div{justify-content:center}}#component-footer-copy-content{background-color:var(--footer-copy-background-color);padding:10px 0}#component-footer-copy-content #component-footer-copy-v2 .container{display:flex;align-items:center;justify-content:space-between}#component-footer-copy-content #component-footer-copy-v2 .container p{font-size:11px}#component-footer-copy-content #component-footer-copy-v2 .container>div{display:flex;align-items:center;gap:16px}#component-footer-copy-content #component-footer-copy-v2 .container>div>div{display:flex;flex-direction:column;gap:8px}#component-footer-copy-content #component-footer-copy-v2 .container::after,#component-footer-copy-content #component-footer-copy-v2 .container::before{display:none}@media (max-width:1024px){#component-footer-copy-content #component-footer-copy-v2 .container{flex-direction:column}#component-footer-copy-content #component-footer-copy-v2 .container p{text-align:center}}.pagina-carrinho #block-footer-top-content,.pagina-carrinho #component-footer-newsletter-content{display:none}#modalNewsletter .componente{background:var(--muted)}.modal-modalNewsletter{left:50%!important;transform:translateX(-50%)}.modal-modalNewsletter .fancybox-skin{width:680px!important;height:auto!important;border-radius:var(--radius);left:50%;transform:translateX(-50%);background:var(--muted)}@media screen and (max-width:768px){.modal-modalNewsletter .fancybox-skin{width:90vw!important}}.modal-modalNewsletter .fancybox-outer{height:auto!important}.modal-modalNewsletter .fancybox-inner{width:100%!important;height:auto!important}.modal-modalNewsletter #modalNewsletter{display:flex!important;flex-direction:row-reverse!important;gap:20px}.modal-modalNewsletter #modalNewsletter .componente .interno{background:0 0;height:auto;padding:0}.modal-modalNewsletter #modalNewsletter .componente .interno .titulo{display:none}.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo{height:100%;position:relative}.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo>span{font-size:24px;font-style:normal;font-weight:400}.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo>span strong{font-size:32px;font-style:normal;font-weight:700;display:block}.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .texto-newsletter{margin:20px 0;padding:0;font-size:20px;font-style:normal;font-weight:400}.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner{margin:0;padding:0;position:initial;margin-top:20px}.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input{margin:0;background-color:var(--input);border:1px solid var(--border);border-radius:var(--radius);height:40px;padding:0 10px;display:block;width:100%}.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input placeholder{font-size:14px;font-weight:400}.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao{margin-top:10px;width:100%;border-radius:var(--radius);border:none;background:var(--primary);height:40px;opacity:100;padding:0 10px;color:var(--primary-foreground);box-sizing:border-box;transition:all .2s ease-out;position:relative;font-size:16px;font-style:normal;font-weight:700}.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao::before{display:none}.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao:hover{opacity:.6}.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .newsletter-confirmacao{position:absolute;bottom:0;width:100%;left:50%;transform:translateX(-50%);text-align:center;background:var(--muted);z-index:10}.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .newsletter-confirmacao .icon-ok{float:none;vertical-align:middle}.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .newsletter-confirmacao span{margin-left:0;padding:0;display:inline-block;font-weight:400}.modal-modalNewsletter #modalNewsletter>img{width:100%;max-width:50%}@media screen and (max-width:768px){.modal-modalNewsletter #modalNewsletter{flex-direction:column!important}.modal-modalNewsletter #modalNewsletter>img{width:100%;max-width:100%}}.modal-modalNewsletter .fancybox-close{background:0 0;top:20px;right:20px;width:16px;height:16px}.modal-modalNewsletter .fancybox-close svg{width:100%;height:100%}.modal-modalNewsletter .fancybox-close:hover{text-decoration:none}#function-brands-title-content #function-brands-title-v1 span{display:block;font-size:30px;font-weight:700;position:relative;text-align:center}#function-brands-items-content{margin-top:20px;background-color:var(--brands-section-background-color);padding:40px 0}#function-brands-items-content .container{position:relative;overflow:hidden;padding-left:80px;padding-right:80px}#function-brands-items-content .container .swiper-wrapper{margin:0}#function-brands-items-content .container .swiper-wrapper .swiper-slide{display:flex;align-items:center;justify-content:center}#function-brands-items-content .container .swiper-wrapper .swiper-slide a{display:flex;align-items:center;justify-content:center;width:100%;height:80px;transition:all .3s}#function-brands-items-content .container .swiper-wrapper .swiper-slide a img{width:auto;height:80px}#function-brands-items-content .container .swiper-wrapper .swiper-slide a:hover{opacity:.6}#function-brands-items-content .container .swiper-button-next,#function-brands-items-content .container .swiper-button-prev{display:flex;align-items:center;justify-self:center;background-color:transparent;border-radius:50%;transition:all .3s}#function-brands-items-content .container .swiper-button-next::after,#function-brands-items-content .container .swiper-button-prev::after{font-size:42px;font-weight:700;color:var(--primary)}#function-brands-items-content .container .swiper-button-next:hover,#function-brands-items-content .container .swiper-button-prev:hover{transform:scale(1.2)}@media (max-width:768px){#function-brands-items-content .container .swiper-button-next,#function-brands-items-content .container .swiper-button-prev{display:none}}#function-category #function-category-title span{display:block;font-size:30px;font-weight:700;position:relative;text-align:center}#function-category-items-content #function-categories-carousel{margin-top:20px;position:relative;overflow:hidden;padding-bottom:46px}#function-category-items-content #function-categories-carousel .swiper-slide{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;transition:opacity .3s}#function-category-items-content #function-categories-carousel .swiper-slide .slide-image{position:relative}#function-category-items-content #function-categories-carousel .swiper-slide .slide-image .slide-shadow{opacity:0;width:100%;height:100%;inset:0;position:absolute;pointer-events:none;transition:all .3s;background-color:rgba(0,0,0,.3)}#function-category-items-content #function-categories-carousel .swiper-slide:hover .slide-image .slide-shadow{opacity:1}#function-category-items-content #function-categories-carousel .swiper-slide p{font-size:20px;font-style:normal;font-weight:500;text-transform:initial}#function-category-items-content #function-categories-carousel .swiper-pagination .swiper-pagination-bullet{width:19px;height:19px}#function-category-items-content #function-categories-carousel .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--primary)}#function-category-items-content #function-categories-carousel .swiper-button-next,#function-category-items-content #function-categories-carousel .swiper-button-prev{display:flex;align-items:center;justify-self:center;width:35px;height:54px;background-color:var(--primary-foreground);border-radius:var(--radius);transition:all .3s;z-index:10}#function-category-items-content #function-categories-carousel .swiper-button-next::after,#function-category-items-content #function-categories-carousel .swiper-button-prev::after{font-size:28px;font-weight:700;color:var(--primary)}#function-category-items-content #function-categories-carousel .swiper-button-next:hover,#function-category-items-content #function-categories-carousel .swiper-button-prev:hover{opacity:.6}@media (max-width:1024px){#function-category-items-content #function-categories-carousel .swiper-button-next,#function-category-items-content #function-categories-carousel .swiper-button-prev{display:none}}.category-icons{margin-right:8px;display:inline-flex;align-items:center;justify-content:center}.category-icons img{max-width:36px}.free-shipping{display:block;width:100%;text-align:center;padding:10px;box-sizing:border-box;color:#fff;font-weight:400;font-size:13px;margin:0 0 20px;text-transform:uppercase}.free-shipping .icon{width:30px;height:30px;fill:#fff;vertical-align:middle;margin-right:10px}.free-shipping em{font-weight:600;font-style:normal}.free-shipping.warning{background:#f0ad4e}.free-shipping.success{color:var(--success-foreground);background:var(--success)}#information-stripe-v1{background-color:var(--information-stripe-section-background-color);box-shadow:0 4px 10px 0 rgba(0,0,0,.1);padding:14px 0;margin-top:0!important}#information-stripe-v1 .container{overflow:hidden;position:relative}#information-stripe-v1 .container ul{margin:0}#information-stripe-v1 .container ul li{display:flex;gap:20px;align-items:center}@media (max-width:767px){#information-stripe-v1 .container ul li{margin:0 auto;display:flex;justify-content:center}}#information-stripe-v1 .container ul li .text-stripe{display:flex;flex-direction:column}#information-stripe-v1 .container ul li .text-stripe strong{font-weight:700;font-size:16px;line-height:20px}#information-stripe-v1 .container ul li .text-stripe span{font-weight:500;font-size:16px;line-height:20px}#information-stripe-v1 .container ul li img{width:auto;height:auto}.sharethis-inline-share-buttons{display:inline-flex!important;align-items:center!important;float:left;gap:8px;margin-top:10px}.sharethis-inline-share-buttons:before{content:"Compartilhe-nos";color:var(--foreground);font-size:14px;font-style:normal;font-weight:400}@media (max-width:1024px){.sharethis-inline-share-buttons{display:flex!important;justify-content:center;float:initial}.sharethis-inline-share-buttons:before{display:none}}#st-1 .st-btn[data-network=facebook],#st-1 .st-btn[data-network=googleplus],#st-1 .st-btn[data-network=pinterest],#st-1 .st-btn[data-network=twitter]{border-radius:50%;padding:0;width:40px;height:40px;transition:all .3s;background-color:#bcbec0!important}#st-1 .st-btn[data-network=facebook]>svg,#st-1 .st-btn[data-network=googleplus]>svg,#st-1 .st-btn[data-network=pinterest]>svg,#st-1 .st-btn[data-network=twitter]>svg{fill:var(--primary)}#st-1 .st-btn[data-network=facebook]>img,#st-1 .st-btn[data-network=googleplus]>img,#st-1 .st-btn[data-network=pinterest]>img,#st-1 .st-btn[data-network=twitter]>img{filter:invert(0)}#st-1 .st-btn[data-network=facebook]:hover,#st-1 .st-btn[data-network=googleplus]:hover,#st-1 .st-btn[data-network=pinterest]:hover,#st-1 .st-btn[data-network=twitter]:hover{top:0;opacity:.4;filter:invert(0)}#st-1 .st-btn[data-network=facebook]:hover>svg,#st-1 .st-btn[data-network=googleplus]:hover>svg,#st-1 .st-btn[data-network=pinterest]:hover>svg,#st-1 .st-btn[data-network=twitter]:hover>svg{fill:var(--primary)}.fb-share-button.fb_iframe_widget{display:none}#function-add-to-favorites-v1.showcase{position:absolute;top:12px;cursor:pointer;right:12px;transition:all .2s;z-index:2021;width:36px;height:36px;display:flex;align-items:center;justify-content:center}#function-add-to-favorites-v1.showcase svg{width:100%;fill:var(--primary);border-radius:var(--radius);height:100%}#function-add-to-favorites-v1.showcase.added{opacity:.6}#function-add-to-favorites-v1.showcase:hover{scale:1.2}#function-add-to-favorites-v1.product-page{display:inline-flex;float:right;align-items:center;gap:10px;cursor:pointer;margin-top:10px;transition:all .3s}#function-add-to-favorites-v1.product-page span{font-size:14px;font-style:normal;font-weight:400}#function-add-to-favorites-v1.product-page svg{fill:var(--primary);border-radius:var(--radius)}#function-add-to-favorites-v1.product-page:hover{opacity:.6}@media (max-width:1024px){#function-add-to-favorites-v1.product-page{position:absolute;bottom:25%;right:10px;z-index:2021}#function-add-to-favorites-v1.product-page span{display:none}}#function-testimony-title-v1 h2{font-size:30px;font-weight:700;position:relative;text-align:center}#function-testimony-itens-content{margin-top:20px}#function-testimony-itens-content #function-testimony-itens-v1{overflow:hidden;position:relative;padding:6px;padding-bottom:46px}#function-testimony-itens-content #function-testimony-itens-v1 .swiper-slide{display:flex;align-items:center;gap:30px;background-color:var(--testimony-card-background-color);border-radius:var(--radius);padding:16px;box-shadow:0 3px 10px 0 rgba(0,0,0,.16)}#function-testimony-itens-content #function-testimony-itens-v1 .swiper-slide>img{width:80px;height:80px;border-radius:50%;object-fit:cover}#function-testimony-itens-content #function-testimony-itens-v1 .swiper-slide>div{display:flex;flex-direction:column;gap:8px}#function-testimony-itens-content #function-testimony-itens-v1 .swiper-slide>div span{font-size:18px;font-weight:500;line-height:22px;display:block;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}#function-testimony-itens-content #function-testimony-itens-v1 .swiper-slide>div img{max-width:138px;margin:0 auto}#function-testimony-itens-content #function-testimony-itens-v1 .swiper-slide>div p{margin:8px 0;font-size:14px}#function-testimony-itens-content #function-testimony-itens-v1 .swiper-pagination .swiper-pagination-bullet{width:19px;height:19px}#function-testimony-itens-content #function-testimony-itens-v1 .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--primary)}.function-whatsapp-product{width:14%;transition:all .3s}.function-whatsapp-product .whatsapp-product{text-decoration:none;border:2px solid var(--whatsapp-product-border-color);height:78px;background:var(--whatsapp-product-background-color);border-radius:var(--radius);color:var(--whatsapp-product-text-color);transition:opacity .3s;padding:8px;width:100%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500}.function-whatsapp-product .whatsapp-product svg{fill:var(--whatsapp-product-text-color);color:var(--whatsapp-product-text-color);height:34px;width:34px}.function-whatsapp-product .whatsapp-product span{opacity:0;pointer-events:none;width:0}.function-whatsapp-product .whatsapp-product:hover{opacity:.6}@media (min-width:1024px){.function-whatsapp-product:hover{width:58%}.function-whatsapp-product:hover .whatsapp-product{gap:10px}.function-whatsapp-product:hover .whatsapp-product span{opacity:1;pointer-events:all;width:auto}}@media (max-width:1024px){.function-whatsapp-product{width:100%;margin-top:10px}.function-whatsapp-product .whatsapp-product{gap:10px;height:58px}.function-whatsapp-product .whatsapp-product span{opacity:1;pointer-events:all;width:auto;font-size:20px;font-style:normal;font-weight:600}.function-whatsapp-product .whatsapp-product svg{width:26px;height:26px}}.function-whatsapp-showcase-v2{background-color:#2fb458;height:50px;border-radius:var(--radius);text-align:center;display:flex;align-items:center;justify-content:center;transition:all .3s;margin-top:6px;color:#fff!important;font-size:16px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.8px;text-transform:uppercase;text-decoration:none!important}.function-whatsapp-showcase-v2:hover{opacity:.6}#structure-youtube-v2{position:relative;background-color:var(--youtube-home-background-color)}#structure-youtube-v2 .container{position:relative;z-index:10}#structure-youtube-v2 .container h2{font-size:30px;font-weight:700;position:relative;text-align:center}#structure-youtube-v2 .container>div{margin-top:20px;display:flex;gap:60px}#structure-youtube-v2 .container>div iframe{width:100%;flex:1}#structure-youtube-v2 .container>div>.youtube-product{width:100%;max-width:308px;overflow:hidden;position:relative}#structure-youtube-v2 .container>div>.youtube-product .listagem-item .acoes-produto{display:none!important}#structure-youtube-v2 .container>div>.youtube-product .swiper-button-next,#structure-youtube-v2 .container>div>.youtube-product .swiper-button-prev{display:flex;align-items:center;justify-self:center;width:42px;height:42px;background-color:var(--primary);border-radius:50%;transition:all .3s}#structure-youtube-v2 .container>div>.youtube-product .swiper-button-next::after,#structure-youtube-v2 .container>div>.youtube-product .swiper-button-prev::after{font-size:18px;font-weight:700;color:var(--primary-foreground)}#structure-youtube-v2 .container>div>.youtube-product .swiper-button-next:hover,#structure-youtube-v2 .container>div>.youtube-product .swiper-button-prev:hover{transform:scale(1.2);box-shadow:rgba(100,100,111,.2) 0 7px 29px 0}@media (max-width:768px){#structure-youtube-v2 .container>div{display:flex;flex-direction:column;gap:20px}#structure-youtube-v2 .container>div iframe{flex:initial;height:420px}#structure-youtube-v2 .container>div .youtube-product{max-width:100%}}#function-instagram-v1{overflow:hidden;position:relative}#function-instagram-v1 h2{display:block;font-size:30px;font-weight:700;position:relative;text-align:center;margin-bottom:20px}#function-instagram-v1 .banner{width:100%;border-radius:var(--radius);overflow:hidden}#function-instagram-v1 .banner img{width:100%}#function-instagram-v1 .banner a{width:100%;height:100%;overflow:hidden;display:block}#function-instagram-v1 .banner a img{width:100%;transition:all .3s}#function-instagram-v1 .banner a.enabled-link{transition:opacity .3s}#function-instagram-v1 .banner a.enabled-link:hover{opacity:.6}#function-instagram-v1 .banner a.enabled-link:hover img{transform:scale(1.06)}#function-instagram-v1 .swiper-pagination .swiper-pagination-bullet{width:19px;height:19px}#function-instagram-v1 .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--primary)}@media (max-width:1024px){#function-instagram-v1{padding-bottom:46px}}html.hide-blog #component-header-blog-content{display:none}#function-blog-showcase-v1 h2{display:block;font-size:30px;font-weight:700;position:relative;text-align:center;margin-bottom:24px}#function-blog-showcase-v1 .slide-blog{overflow:hidden;position:relative;padding-bottom:46px}#function-blog-showcase-v1 .swiper-pagination .swiper-pagination-bullet{width:19px;height:19px}#function-blog-showcase-v1 .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--primary)}.blog-post{text-align:center}.blog-post img{border-radius:var(--radius);width:100%;height:300px;object-fit:cover}.blog-post strong{margin:10px 0;display:block;text-align:center;font-size:20px;font-style:normal;font-weight:700;min-height:50px}.blog-post p{font-size:16px;font-style:normal;text-align:center;font-weight:500;display:block;overflow:hidden;text-overflow:ellipsis;height:40px}.blog-post a{margin-top:20px;display:flex;align-items:center;text-align:center;justify-content:center;gap:10px;font-size:16px;font-style:normal;font-weight:600;color:var(--primary)}.blog-post a svg{fill:var(--primary)}.post #corpo .conteudo h1{font-size:30px;font-style:normal;font-weight:600;text-align:center;display:block;margin-bottom:20px}.post #corpo .caixa-sombreada{padding:0;box-shadow:none}.post #corpo p,.post #corpo span{text-align:center}.blog #corpo .caixa-sombreada{padding:0;box-shadow:none}.blog #corpo .caixa-sombreada h1.titulo{font-size:30px;font-style:normal;font-weight:600;text-align:center;display:block}.blog #corpo .caixa-sombreada p{margin:0;padding:0;font-size:20px;font-style:normal;font-weight:400;text-align:center}.blog #corpo .conteudo .featured-blog{margin-top:20px;display:flex;gap:20px;height:400px;overflow:hidden}.blog #corpo .conteudo .featured-blog .featured-post{position:relative;height:100%;overflow:hidden;display:block;border-radius:var(--radius)}.blog #corpo .conteudo .featured-blog .featured-post img{width:100%;height:100%;object-fit:cover}.blog #corpo .conteudo .featured-blog .featured-post>div{position:absolute;width:100%;z-index:10;left:0;bottom:0;display:flex;flex-direction:column;gap:20px}.blog #corpo .conteudo .featured-blog .featured-post>div strong{width:100%;max-width:90%;display:flex;align-items:center;justify-content:center;white-space:nowrap;text-overflow:ellipsis;padding:0 12px;overflow:hidden;height:60px;background:var(--primary);border-radius:var(--radius);color:var(--primary-foreground);font-size:20px;font-style:normal;font-weight:700}.blog #corpo .conteudo .featured-blog .featured-post>div p{font-size:12px;font-style:normal;font-weight:500;line-height:normal}.blog #corpo .conteudo .featured-blog>div:first-child{height:100%;width:100%}.blog #corpo .conteudo .featured-blog>div:last-child{width:100%;display:flex;flex-direction:column;gap:10px;height:100%}.blog #corpo .conteudo .showcase-blog{margin-top:20px;overflow:hidden}@media (max-width:1024px){.blog #corpo .conteudo .featured-blog{height:auto;flex-direction:column}.blog #corpo .conteudo .featured-blog .featured-post>div{flex-direction:column}}