#pitchbar[data-v-01af971c] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--dark);
  padding: 5px 0;
  color: var(--white);
  overflow: hidden;
}
.pitchbar-container[data-v-01af971c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 465px;
  padding: 0 10px;
  margin: 0 auto;
}
.pitchbar-itensContainer-item-wrapper[data-v-01af971c]{
  display: flex ;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.pitchbar-itensContainer-item-wrapper img[data-v-01af971c] {
  margin-right: 15px;
}
.pitchbar-itensContainer-item-wrapper span[data-v-01af971c] {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.pitchbar-text[data-v-01af971c] {
  width: 100%;
}
@media screen and (max-width: 1023px) {
.pitchbar-itensContainer-item a[data-v-01af971c]{
    text-decoration: underline;
}
.pitchbar-text[data-v-01af971c] {
    max-width: 100%;
    font-size: 12px;
    font-weight: normal;
}
.pitchbar-container[data-v-01af971c] {
    padding: 0;
    min-height: 26px;
    height: 100%;
}
}


.carrinhoLateral-cardProduto-skeletonCard[data-v-3fa54bcb] {
  animation: loading-3fa54bcb 1s ease infinite alternate-reverse;
}
@keyframes loading-3fa54bcb {
from {
    opacity: 0.3;
}
to {
    opacity: 0.9;
}
}


.carrinhoLateral[data-v-11979f84] {
  display: flex;
  flex-direction: column;
}
.carrinhoLateral-topo[data-v-11979f84] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: gray;
  padding: 19px 20px;
}
.carrinhoLateral-topo-meuCarrinho[data-v-11979f84] {
  display: flex;
  align-items: center;
  gap: 11px;
}
.carrinhoLateral-topo-btnClose img[data-v-11979f84] {
  margin-left: 13.8px;
}
.carrinhoLateral-produtos[data-v-11979f84] {
  overflow-y: auto;
  height: 100%;
  padding: 15px 15px 0;
}
.carrinhoLateral-produtos-produto[data-v-11979f84]:not(:last-child),
.carrinhoLateral-produtos-firstLoading[data-v-11979f84]:not(:last-child) {
  margin-bottom: 10px;
}
.carrinhoLateral-mensagens[data-v-11979f84] {
  padding: 15px 15px 0;
}
.carrinhoLateral-mensagens-p[data-v-11979f84] {
  padding: 8px;
  border-radius: 5px;
  border: 1px solid;
}
.tipoMensagem-atencao[data-v-11979f84] {
  background-color: rgba(252, 203, 41, 0.5);
  border-color: rgba(252, 203, 41, 0.5);
}
.carrinhoLateral-resumoPedido[data-v-11979f84] {
  padding: 15px;
}
.carrinhoLateral-produtos-firstLoading[data-v-11979f84],
.skeletonResumoPedido[data-v-11979f84] {
  animation: loading-11979f84 1s ease infinite alternate-reverse;
}
@keyframes loading-11979f84 {
from {
    opacity: 0.3;
}
to {
    opacity: 0.9;
}
}
.carrinhoProgressoFrete[data-v-11979f84] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 20px;
  border-top: 1px solid #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
}
.carrinhoProgressoFrete-barra[data-v-11979f84] {
  height: 11px;
  width: 100%;
  background-color: #F6F6F6;
  border-radius: 2px;
  margin-bottom: 7px;
}
.carrinhoProgressoFrete-barra > div[data-v-11979f84] {
  position: relative;
  z-index: 0;
  height: 100%;
  width: 0%;
  background-color: #FFCC29;
  border-radius: 2px;
  transition: 300ms;
}
.carrinhoProgressoFrete-barra > div[data-v-11979f84]::after {
  position: absolute;
  top: 50%;
  right: -23px;
  z-index: 1;
  transform: translateY(calc(-50% + 5px));
  display: block;
  content: url(/_nuxt/img/truck-icon.e5dcd84.svg);
  width: 28px;
}
.carrinhoProgressoFrete-valor[data-v-11979f84] {
  font-size: 13px;
  color: #232323;
}
.carrinhoProgressoFrete-valor[data-v-11979f84] b {
  font-weight: 700;
}
.carrinhoProgressoFrete-obs[data-v-11979f84] {
  font-size: 13px;
  font-weight: 500;
  color: #232323;
}

.carrinhoLateral-carrinho-resumo[data-v-11979f84] {
  padding-top: 40px;
}
.carrinhoLateral-carrinho-resumo-total[data-v-11979f84] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  border-top: 1px solid #F6F6F6;
}
.carrinhoLateral-carrinho-resumo-total-p[data-v-11979f84] {
  font-size: 14px;
  color: #373435;
  font-weight: 400;
}
.carrinhoLateral-carrinho-resumo-total-price[data-v-11979f84] {
  font-size: 18px;
  font-weight: 700;
  color: #373435;
}
.carrinho-lateral__buttons[data-v-11979f84] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px 20px;
}
.carrinhoLateral-carrinho-resumo-btnCompra[data-v-11979f84],
.carrinhoLateral-carrinho-resumo-btnContinuar[data-v-11979f84] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.carrinhoLateral-carrinho-resumo-btnCompra[data-v-11979f84] {
  background-color: #4FA50B;
  color: #FFF;
}
.carrinhoLateral-carrinho-resumo-btnContinuar[data-v-11979f84] {
  background-color: #F6F6F6;
  color: #373435;
}
.skeletonCardCarrinho[data-v-82858cc2] {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #e4e4e4;
}
.skeletonCardCarrinho[data-v-82858cc2],
.skeletonCardCarrinho-img[data-v-82858cc2],
.skeletonCardCarrinho-textos-flex-title[data-v-82858cc2],
.skeletonCardCarrinho-textos-flex-lixeira[data-v-82858cc2],
.skeletonCardCarrinho-textos-flex-quantidade-btn[data-v-82858cc2],
.skeletonCardCarrinho-textos-flex-subtotal-p[data-v-82858cc2],
.skeletonCardCarrinho-textos-flex-subtotal-price[data-v-82858cc2] {
  border-radius: 5px;
}
.skeletonCardCarrinho-img[data-v-82858cc2],
.skeletonCardCarrinho-textos-flex-title[data-v-82858cc2],
.skeletonCardCarrinho-textos-flex-lixeira[data-v-82858cc2],
.skeletonCardCarrinho-textos-flex-quantidade-btn[data-v-82858cc2],
.skeletonCardCarrinho-textos-flex-subtotal-p[data-v-82858cc2],
.skeletonCardCarrinho-textos-flex-subtotal-price[data-v-82858cc2] {
  background-color: #e4e4e4;
}
.skeletonCardCarrinho-img[data-v-82858cc2] {
  width: 80px;
  height: 80px;
}
.skeletonCardCarrinho-textos[data-v-82858cc2] {
  max-width: 210px;
  width: 100%;
}
.skeletonCardCarrinho-textos-flex[data-v-82858cc2] {
  display: flex;
  justify-content: space-between;
}
.skeletonCardCarrinho-textos-flex[data-v-82858cc2]:first-child {
  margin-bottom: 14.95px;
}
.skeletonCardCarrinho-textos-flex[data-v-82858cc2]:last-child {
  gap: 13px;
}
.skeletonCardCarrinho-textos-flex-title[data-v-82858cc2] {
  width: 100%;
  margin-right: 15px;
  height: 29.63px;
}
.skeletonCardCarrinho-textos-flex-lixeira[data-v-82858cc2] {
  width: 14.66px;
  height: 16.91px;
  flex-shrink: 0;
}
.skeletonCardCarrinho-textos-flex-quantidade[data-v-82858cc2] {
  flex-shrink: 0;
  display: flex;
  gap: 6px;
}
.skeletonCardCarrinho-textos-flex-quantidade-btn[data-v-82858cc2] {
  width: 30px;
  height: 30px;
}
.skeletonCardCarrinho-textos-flex-subtotal[data-v-82858cc2] {
  width: 100%;
}
.skeletonCardCarrinho-textos-flex-subtotal-p[data-v-82858cc2] {
  margin-bottom: 1px;
  max-width: 70px;
  width: 100%;
  height: 13.67px;
}
.skeletonCardCarrinho-textos-flex-subtotal-price[data-v-82858cc2] {
  width: 100%;
  height: 18.23px;
}
.skeletonResumoPedido[data-v-4c8ec35e] {
  padding: 15px 15px 23px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
.skeletonResumoPedido-title[data-v-4c8ec35e],
.skeletonResumoPedido-flex-labelSubtotal[data-v-4c8ec35e],
.skeletonResumoPedido-flex-priceSubtotal[data-v-4c8ec35e],
.skeletonResumoPedido-flex-labelTotal[data-v-4c8ec35e],
.skeletonResumoPedido-flex-priceTotal[data-v-4c8ec35e],
.skeletonResumoPedido-btnComprar[data-v-4c8ec35e],
.skeletonResumoPedido-btnContinuar[data-v-4c8ec35e] {
  border-radius: 5px;
}
.skeletonResumoPedido-title[data-v-4c8ec35e],
.skeletonResumoPedido-flex-labelSubtotal[data-v-4c8ec35e],
.skeletonResumoPedido-flex-priceSubtotal[data-v-4c8ec35e],
.skeletonResumoPedido-flex-labelTotal[data-v-4c8ec35e],
.skeletonResumoPedido-flex-priceTotal[data-v-4c8ec35e],
.skeletonResumoPedido-btnComprar[data-v-4c8ec35e],
.skeletonResumoPedido-btnContinuar[data-v-4c8ec35e] {
  background-color: #e4e4e4;
}
.skeletonResumoPedido-title[data-v-4c8ec35e] {
  margin-bottom: 13.3px;
  width: 100%;
  height: 22.8px;
  max-width: 155px;
}
.skeletonResumoPedido-flex[data-v-4c8ec35e] {
  display: flex;
  justify-content: space-between;
}
.skeletonResumoPedido-flexFirst[data-v-4c8ec35e] {
  margin-bottom: 7px;
}
.skeletonResumoPedido-flexLast[data-v-4c8ec35e] {
  margin-bottom: 16.8px;
}
.skeletonResumoPedido-flex-labelSubtotal[data-v-4c8ec35e],
.skeletonResumoPedido-flex-priceSubtotal[data-v-4c8ec35e] {
  width: 100%;
  max-width: 55px;
  height: 13.67px;
}
.skeletonResumoPedido-flex-labelTotal[data-v-4c8ec35e],
.skeletonResumoPedido-flex-priceTotal[data-v-4c8ec35e] {
  width: 100%;
  max-width: 65px;
  height: 20.52px;
}
.skeletonResumoPedido-btnComprar[data-v-4c8ec35e],
.skeletonResumoPedido-btnContinuar[data-v-4c8ec35e] {
  width: 100%;
  height: 40px;
}
.skeletonResumoPedido-btnComprar[data-v-4c8ec35e] {
  margin-bottom: 7px;
}


/************************/
div.carrinhoLateral .carrinhoLateral-resumoPedido {
  padding: 40px 0;
}
div.carrinhoLateral .carrinhoLateral-topo {
  position: relative;
  z-index: var(--z0);
  background-color: #F6F6F6;
  padding: 12.45px 16px;
}
div.carrinhoLateral .carrinhoLateral-topo-meuCarrinho {
  gap: 16px;
}
div.carrinhoLateral .carrinhoLateral-topo-meuCarrinho-p {
  font-size: 24px;
  font-weight: 500;
  color: #373435;
}
div.carrinhoLateral .carrinhoLateral-topo-btnClose {
  position: absolute;
  z-index: var(--z0);
  left: -48px;
  top: 0;
  width: 48px;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #F6F6F6;
}
div.carrinhoLateral .tipoMensagem-atencao {
  color: #535353;
}

.carrinho-lateral__buttons[data-v-23284889] {
  padding: 0 20px;
}
.quantidadeProduto[data-v-23284889] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.carrinhoLateral[data-v-23284889] .quantidadeProduto input,
.carrinhoLateral[data-v-23284889] .quantidadeProduto button {
height: 30px;
width: 30px;
text-align: center;
border: 1px solid #EFEFEF;
border-radius: 4px;
}
.carrinhoLateral[data-v-23284889] .quantidadeProduto-btnDiminuir,
.carrinhoLateral[data-v-23284889] .quantidadeProduto-btnSomar {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carrinhoLateral[data-v-23284889] .quantidadeProduto-btnDiminuir {
border: 1px solid var(--gray1);
background-color: var(--gray1);
font-size: 20px;
font-weight: 600;
color: var(--dark);
}
.carrinhoLateral[data-v-23284889] .quantidadeProduto-btnSomar {
border: 1px solid var(--greenl);
background-color: var(--greenl);
font-size: 20px;
color: var(--white);
}
.carrinhoLateral[data-v-23284889] {
position: fixed;
top: 0;
right: 0;
z-index: 999;
width: 100%;
height: 100vh;
cursor: pointer;
background-color: rgba(0, 0, 0, 0.5);
}
.carrinhoLateral[data-v-23284889] .carrinhoLateral__product-upsell {
  flex: 1 0;
  overflow-y: auto;
}
.carrinhoLateral-carrinho[data-v-23284889] {
position: absolute;
top: 0;
right: 0;
width: calc(100% - 48px);
max-width: 400px;
height: 100vh;
background-color: #fff;
}
.carrinhoLateral-carrinho-produto[data-v-23284889] {
display: flex;
justify-content: space-between;
padding: 10px;
border: 1px solid #EFEFEF;
border-radius: 10px;
gap: 10px;
}
.carrinhoLateral-carrinho-produto-containerImg[data-v-23284889],
.carrinhoLateral-carrinho-produto-dadosProduto[data-v-23284889] {
flex: 1 0;
}
.carrinhoLateral-carrinho-produto-containerImg[data-v-23284889] {
max-width: 80px;
}
.carrinhoLateral-carrinho-produto-dadosProduto[data-v-23284889] {
width: 100%;
}
.carrinhoLateral-carrinho-produto-dadosProduto-containerTitle[data-v-23284889] {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 11px;
}
.carrinhoLateral-carrinho-produto-dadosProduto-containerTitle-title[data-v-23284889] {
margin-right: 15px;
font-weight: 500;
font-size: 13px;
line-height: 18px;
color: rgba(0, 0, 0, 0.87);
}
.carrinhoLateral-carrinho-produto-dadosProduto-containerTitle-subtitle[data-v-23284889] {
font-size: 12px;
line-height: 16px;
color: rgba(0, 0, 0, 0.54);
}
.sidecart__quantity[data-v-23284889] {
  color: #373435;
  font-size: 14px;
}
.sidecart__price-from[data-v-23284889] {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #373435;
}
.sidecart__price-to[data-v-23284889] {
  font-size: 18px;
  font-weight: 700;
  color: #373435;
}
.carrinhoLateral-carrinho-produto-dadosProduto-quantidadeSubtotal[data-v-23284889] {
display: flex;
align-items: flex-end;
gap: 13px;
justify-content: space-between;
}
.carrinhoLateral-carrinho-resumo[data-v-23284889] {
padding: 15px 15px 23px;
border: 1px solid #e4e4e4;
border-radius: 5px;
}
.carrinhoLateral-carrinho-resumo-title[data-v-23284889] {
margin-bottom: 13.3px;
font-size: 20px;
font-weight: 600;
color: #535353;
}
.subtotal__hr[data-v-23284889] {
margin: 10px 0;
border: 0;
border-top: 1px solid #efefef;
}
.carrinhoLateral-carrinho-resumo-total-container[data-v-23284889] {
  padding: 40px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #F6F6F6;
  border-top: 1px solid #F6F6F6;
}
.carrinhoLateral-carrinho-resumo-total[data-v-23284889] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.carrinhoLateral-carrinho-resumo-total-p[data-v-23284889] {
  color: #373435;
  font-size: 14px;
}
.carrinhoLateral-carrinho-resumo-total-price[data-v-23284889] {
  font-size: 18px;
  font-weight: 700;
  color: #373435;
}
.carrinhoLateral-carrinho-resumo-btnCompra[data-v-23284889] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 12px;
  background: #373435;
  border-radius: 4px;
  text-transform: uppercase;
}
.carrinhoLateral-carrinho-resumo-btnContinuar[data-v-23284889] {
display: block;
width: 100%;
height: 44px;
font-weight: 700;
font-size: 16px;
background: #F6F6F6;
color: #373435;
border-radius: 2px;
text-transform: uppercase;
}
.carrinhoLateral-carrinho-produto-dadosProduto-containerTitle img[data-v-23284889] {
cursor: pointer;
width: 24px;
height: 24px;
}
/** ANIMATIONS **/
.wrapperCarrinho-enter-active[data-v-23284889],
.wrapperCarrinho-leave-active[data-v-23284889] {
  transition: opacity 0.3s ease-in-out;
}
.wrapperCarrinho-enter[data-v-23284889],
.wrapperCarrinho-leave-to[data-v-23284889] {
  opacity: 0;
}
.wrapperCarrinho-enter-to[data-v-23284889],
.wrapperCarrinho-leave[data-v-23284889] {
  opacity: 1;
}
.carrinho-enter-active[data-v-23284889],
.carrinho-leave-active[data-v-23284889] {
  transition: transform 0.3s ease-in-out;
}
.carrinho-enter[data-v-23284889],
.carrinho-leave-to[data-v-23284889] {
  transform: translate3d(400px, 0, 0);
}
.carrinho-enter-to[data-v-23284889],
.carrinho-leave[data-v-23284889] {
  transform: translate3d(0, 0, 0);
}
/****************/

#wapPopDefault[data-v-e5ba2ce6] {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.wapPopDefault-container[data-v-e5ba2ce6] {
  background-color: #fff;
  padding: 20px;
  position: relative;
  cursor: default;
  max-width: 90%;
}
.wapPopDefault-btnFechar[data-v-e5ba2ce6] {
  position: absolute;
  top: 10px;
  right: 10px;
}
.wapPopDefault-form[data-v-e5ba2ce6] {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.wapPopDefault-form input[data-v-e5ba2ce6]{
  height: 40px;
  width: 100%;
  border: 1px solid;
  margin-bottom: 10px;
  padding: 10px;
}
.wapPopDefault-form input.invalid[data-v-e5ba2ce6]{
  border-color: red;
}
.wapPopDefault-form button[data-v-e5ba2ce6]{
  height: 40px;
  width: 100%;
  background-color: #000;
  color: #fff;
}
@media (min-width: 1024px) {
.wapPopDefault-container[data-v-e5ba2ce6] {
    max-width: 600px;
}
.wapPopDefault-form button[data-v-e5ba2ce6],
  .wapPopDefault-form input[data-v-e5ba2ce6]{
    min-width: 300px;
}
.wapPopDefault-container[data-v-e5ba2ce6] {
    padding: 40px;
}
}


:root {
  --searchHeight: 40px;
}


.header-containerBusca[data-v-0af8b042] {
  position: relative;
  z-index: 8;
}
.header-containerBusca-sugestoes[data-v-0af8b042] {
  position: absolute;
  top: 100%;
  background-color: #fff;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
.header-containerBusca-sugestoes-topContainer[data-v-0af8b042] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-containerBusca-sugestoes-t1[data-v-0af8b042] {
  padding: 8px 12px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.header-containerBusca-sugestoes-box[data-v-0af8b042] {
  max-height: 516px;
  overflow: auto;
}
.header-containerBusca-sugestoes-box-item[data-v-0af8b042] {
  width: 100%;
}
.header-containerBusca-sugestoes-box-item > a[data-v-0af8b042] {
  display: flex;
  align-items: center;
  padding: 10px 12px;
}
.header-containerBusca-sugestoes-box-imgBox[data-v-0af8b042] {
  padding: 5px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  margin-right: 15px;
  background-color: #fff;
  width: 63px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-containerBusca-sugestoes-box-imgBox img[data-v-0af8b042] {
  max-width: 51px;
}
.header-containerBusca-sugestoes-box-infoBox-nome[data-v-0af8b042] {
  font-size: 12px;
  margin-bottom: 2px;
}
.header-containerBusca-sugestoes-box-infoBox-descricao[data-v-0af8b042] {
  overflow: hidden;
  max-height: 45px;
  font-size: 10px;
  color: #8B8B8B;
  margin-bottom: 13px;
}
.header-containerBusca-sugestoes-box-infoBox-preco[data-v-0af8b042] {
  font-size: 12px;
  font-weight: 800;
  color: #096eb6;
}
@media (min-width: 1024px) {
.header-containerBusca-sugestoes-t1[data-v-0af8b042] {
    font-size: 14px;
    padding: 20px 28px 8px;
}
.header-containerBusca-sugestoes-box-item[data-v-0af8b042]:hover {
    background-color: #f5f5f5;
}
.header-containerBusca-sugestoes-box-item > a[data-v-0af8b042] {
    padding: 10px 28px;
}
.header-containerBusca-sugestoes-box-infoBox-nome[data-v-0af8b042] {
    font-size: 13px;
}
.header-containerBusca-sugestoes-box-infoBox-preco[data-v-0af8b042] {
    font-size: 14px;
}
}
form[data-v-0af8b042] {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #f8f7f6;
  margin-top: 10px;
  height: var(--searchHeight);
}
input[data-v-0af8b042] {
  width: calc(100% - 32px);
  height: var(--searchHeight);
  border: none;
  background-color: unset;
  font-size: 12px;
  color: #868684;
  padding: 10px;
}
input[data-v-0af8b042]::placeholder {
  opacity: 1;
}
button[data-v-0af8b042] {
  height: var(--searchHeight);
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Animação da busca */
.slideBusca-leave-to[data-v-0af8b042],
.slideBusca-enter[data-v-0af8b042] {
  max-height: 0;
}
.slideBusca-leave-active[data-v-0af8b042],
.slideBusca-enter-active[data-v-0af8b042] {
  transition: 300ms;
  overflow: hidden;
}
.slideBusca-leave[data-v-0af8b042],
.slideBusca-enter-to[data-v-0af8b042] {
  max-height: var(--searchHeight);
}
#buscaSugestoesVerTudo[data-v-0af8b042] {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  text-decoration: underline;
}
.header-containerBusca-sugestoes-box-infoBox-containerPrecos[data-v-0af8b042] {
  display: flex;
  align-items: center;
}
.header-containerBusca-sugestoes-box-infoBox-precoDe[data-v-0af8b042] {
  margin-right: 5px;
  font-size: 0.8em;
  line-height: 1;
  text-decoration: line-through;
}

.menuDuo[data-v-72ee80ae] {
  max-width: 200px;
  width: 100%;
}
.menuDuo-list[data-v-72ee80ae] {
  display: flex;
  justify-content: space-between;
}
.menuDuo-item span[data-v-72ee80ae],
.menuDuo-item a[data-v-72ee80ae] {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: var(--white);
  transition: 300ms all;
}
.menuDuo-item a[data-v-72ee80ae]:hover {
  color: #373435;
}
.newHeader .menuDuo-item a[data-v-72ee80ae],
body[data-scrolling="true"] .menuDuo-item a[data-v-72ee80ae] {
  color: #373435;
}
.newHeader .menuDuo-item a[data-v-72ee80ae]:hover,
body[data-scrolling="true"] .menuDuo-item a[data-v-72ee80ae]:hover {
  color: #8F8F8F;
}
@media screen and (max-width: 1023px) {
.menuDuo[data-v-72ee80ae] {
    margin: 0 auto;
}
.menuDuo-item a[data-v-72ee80ae] {
    color: #373435;
}
body[data-scrolling="true"] .menuDuo-item a[data-v-72ee80ae] {
    color: var(--white);
}
}

.material-icons-round svg[data-v-42c7cd87]{
  fill: var(--white);
}
.newHeader .material-icons-round svg[data-v-42c7cd87],
body[data-scrolling="true"] .material-icons-round svg[data-v-42c7cd87] {
  fill: #373435;
}

#logo[data-v-7588e280] {
  margin: 0;
}
#logo svg .icon-header[data-v-7588e280] {
  fill: var(--white);
  transition: 300ms all;
}
.newHeader #logo svg .icon-header[data-v-7588e280],
body[data-scrolling="true"]  svg .icon-header[data-v-7588e280],
body[data-scrolling="true"] #logo svg .icon-header[data-v-7588e280]{
  fill: #373435;
}

/* @media (max-width: 1024px) { */
#logo a[data-v-7588e280],
  #logo svg[data-v-7588e280] {
    display: block;
}
#logo a[data-v-7588e280] {
    max-width: 180px;
}
#logo svg[data-v-7588e280] {
    width: 100%;
}
/* } */

.mobile__search[data-v-61547f9b] {
  width: 30px;
  height: 30px;
}
#header-btCarrinho[data-v-68a72113] {
  display: flex;
  align-items: center;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
#header-btCarrinho span[data-v-68a72113] {
  margin-left: 8px;
}
#header-btCarrinho:hover .valor[data-v-68a72113] {
  text-decoration: underline;
}
#header-btCarrinho .quantidade[data-v-68a72113] {
  position: absolute;
  top: -5px;
  left: 12px;
  background-color: var(--white);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #8F8F8F;
}
#header-btCarrinho .txt[data-v-68a72113] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.6);
}
#header-btCarrinho .preco[data-v-68a72113] {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.6);
}
body[data-scrolling="true"] #header-btCarrinho  svg path[data-v-68a72113]{
  fill: #373435;
}


#header-favoritos-bt[data-v-c4e11700]:hover{
  text-decoration: underline;
}
.favorites-txt[data-v-c4e11700]{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 12px;
}
.favorites-txt a[data-v-c4e11700] {
  font-weight: 600;
  color: var(--m666);
}
@media screen and (max-width: 1024px) {
.favorites-txt a[data-v-c4e11700] {
    text-decoration: underline;
}
}
@media (min-width: 1024px) {
.header-favoritos[data-v-c4e11700]{
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    width: 100%;
}
}
@media (max-width: 1023px) {
#header-favoritos-bt[data-v-c4e11700] {
    display: flex;
    align-items: center;
    justify-content: center;
}
#header-favoritos-bt span[data-v-c4e11700]{
    font-size: 18px;
    color: #373435;
    margin-left: 12px;
}
.header-favoritos[data-v-c4e11700] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0px 32px;
    margin: 0 20px;
    border-bottom: 1px solid #8F8F8F;
    margin-bottom: 32px;
}
.mobile-navigation__side #header-favoritos-bt svg path[data-v-c4e11700] {
    fill: #8F8F8F;
}
}


:root {
  --corBg: #fff;
}

.login-txt[data-v-0599c4fa]{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 12px;
}
.login-txt a[data-v-0599c4fa] {
  font-weight: 600;
  color: var(--m666);
}
#areaUsuarioLogin[data-v-0599c4fa] {
  position: relative;
  display: flex;
  gap: 5px;
  justify-content: center;
}
.areaUsuarioLogin-box[data-v-0599c4fa] {
  position: absolute;
  top: 100%;
  left: 49px;
  padding-top: 15px;
  z-index: 10;
}
.areaUsuarioLogin-box form[data-v-0599c4fa] {
  padding: 20px;
  background-color: var(--corBg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  min-width: 250px;
  margin-left: -15px;
}
.areaUsuarioLogin-box form[data-v-0599c4fa]::before {
  box-shadow: -6px -6px 10px rgba(0, 0, 0, 0.2);
  content: '';
  position: absolute;
  top: 6px;
  left: 4.5px;
  width: 20px;
  height: 20px;
  background-color: var(--corBg);
  transform: rotate(45deg);
}
.areaUsuarioLogin-box-erro[data-v-0599c4fa] {
  margin-bottom: 5px;
  color: var(--textErrorColor);
  display: block;
}
.areaUsuarioLogin-box form label[data-v-0599c4fa] {
  margin-bottom: 3px;
  display: block;
  font-size: 12px;
}
.areaUsuarioLogin-box form input[data-v-0599c4fa] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border: var(--bordaPadrao);
  border-radius: 10px;
}
.areaUsuarioLogin-box form button[data-v-0599c4fa] {
  width: 100%;
  height: 40px;
  background-color: var(--green);
  border-radius: 10px;
  color: var(--white);
}
.areaUsuarioLogin-box form button[data-v-0599c4fa]:hover {
  background-color: var(--corPadraoBotaoHover);
}
.header-areaUsuario a[data-v-0599c4fa]:hover{
  text-decoration: underline;
}
.header-areaUsuario[data-v-0599c4fa] {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
.login-txt a[data-v-0599c4fa] {
    text-decoration: underline;
}
}
@media (max-width: 1023px) {
#header-areaUsuario-entre span[data-v-0599c4fa] {
    font-size: 18px;
    color: #373435;
    margin-left: 32px;
}
#header-areaUsuario-entre[data-v-0599c4fa] {
    display: flex;
    align-items: center;
}
.mobile-navigation__side-header #areaUsuarioLogin[data-v-0599c4fa] {
    justify-content: flex-start;
}
.mobile-navigation__side-header #areaUsuarioLogin svg path[data-v-0599c4fa]{
    fill: #373435;
}
}


/* .disabled-links {
  pointer-events: none;
} */

/* item destaque */
.navigation__item1.emphasis .navigation-item__label[data-v-dc7aa836]::before{
  content: "";
  position: absolute;
  bottom: 6px;
  left: calc(50%);
  transform: translateX(-50%);
  width: calc(100% - 28px);
  height: 2px;
  background-color: #D90000;
}
.navigation__item1 > .navigation-item__label[data-v-dc7aa836] {
  position: relative;
  display: block;
  padding: 16px 14px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.navigation__item1 > .navigation-item__label[data-v-dc7aa836]:hover {
  color: #8F8F8F;
}
.navigation-item__subs-container2[data-v-dc7aa836] {
  position: absolute;
  left: -26px;
  top: 100%;
  display: none;
  padding: 0px 0 0 40px;
  max-height: 430px;
  background-color: #FFF;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;

  width: calc(100% + 40px);
  max-width: 100vw;
}
.navigation__item1:not(.browsing):hover > .navigation-item__subs-container2[data-v-dc7aa836] {
  display: flex;
  justify-content: center;
}
.navigation-item__subs-wrapper2[data-v-dc7aa836] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 812px;
  min-height: 320px;
}
.navigation-item__subs2[data-v-dc7aa836] {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 10px;
}
.navigation-item__subs2[data-v-dc7aa836]:not(.noBodyChildren) {
  gap: 20px 72px;
}
.navigation-item__subs2.noBodyChildren[data-v-dc7aa836] {
  max-height: 300px;
  gap: 2px;
  width: 100%;
}
.navigation__item__sub2:not(.nochildren) > .navigation-item__label[data-v-dc7aa836] {
  display: inline-block;
  margin-bottom: 13px;
  color: #B29750;
  font-size: 16px;
  font-weight: 600;
  max-width: 184px;
}
.navigation__item__sub2.nochildren > .navigation-item__label[data-v-dc7aa836] {
  color: #373435;
  font-size: 12px;
  text-transform: uppercase;
}
.navigation__item__sub2[data-v-dc7aa836]:not(.nochildren):nth-child(odd) {
  /* max-width: 184px; */
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.navigation-item__subs2:not(.noBodyChildren) .navigation__item__sub2[data-v-dc7aa836]:not(.nochildren):nth-child(odd)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 70.1px;
  height: 1px;
  background-color: #EBEBEB;
}
.navigation__item__sub3[data-v-dc7aa836]:not(:last-child) {
  margin-bottom: 14px;
}
.navigation__item__sub3:hover > .navigation-item__label[data-v-dc7aa836] {
  text-decoration: underline;
}
.navigation-item__see-all[data-v-dc7aa836] {
  font-size: 12px;
  font-weight: 400;
  text-decoration-line: underline;
  text-transform: uppercase;
  position: absolute;
  bottom: 15px;
  color: #373435;
}
.navigation-item__subs-banner a[data-v-dc7aa836],
.navigation-item__subs-banner img[data-v-dc7aa836] {
  display: block;
}
.navigation-item__subs-banner[data-v-dc7aa836] {
  width: 100%;
  max-width: 600px;
  flex: 0 0 auto;
}
.navigation-item__subs-banner img[data-v-dc7aa836] {
  width: 100%;
}
.navigation__item__sub2.nochildren > .navigation-item__label[data-v-dc7aa836]:hover {
  color: #8F8F8F;
}
.menuNumber[data-v-dc7aa836] {
  gap: 0px !important;
  flex-direction: row;
  margin: 0 auto;
  padding-top: 20px;
  align-items: flex-start;
}

.navigation-item__label div[data-v-b581b196]{
  font-size: 18px;
  color: #373435;
  margin-bottom: 40px;
}
.list__numbers[data-v-b581b196] {
  width: 100%;
  max-width: 230px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.number__link[data-v-b581b196] {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: #FFFFFF;
  border: 1px solid #8F8F8F;
  font-size: 12px;
  color: #373435;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
.navigation-itemNumber[data-v-b581b196]:first-child {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #DFDFDF;
}
}
@media (max-width: 1023px) {
.navigation-item__label div[data-v-b581b196] {
    font-size: 14px;
    margin-bottom: 12px;
}
.navigation-itemNumber[data-v-b581b196]:first-child {
    margin-bottom: 40px;
}
.list__numbers[data-v-b581b196] {
    width: 100%;
    max-width: 240px;
    gap: 12px;
}
}

.navigation-item__label div span {
  color: #8F8F8F;
}

/* DESKTOP */
.header-navigation__navigation[data-v-13c1fe02] {
  position: static;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
}
.header-navigation__links[data-v-13c1fe02] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 783px;
}
.navigation-item__subs-container2[data-v-13c1fe02] {
}
.header-navigation__background[data-v-13c1fe02] {
  display: none;
}
.header-navigation__background[data-v-13c1fe02] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--z-1);
  display: block;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

.headerMainContainer[data-v-09a6ed0e] {
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1472px;
  margin: 0 auto;
  padding: 1rem;
}
.newHeader .headerMainContainer[data-v-09a6ed0e] {
  border-bottom: 1px solid #D9D9D9;
}
.centerGap[data-v-09a6ed0e] {
gap: 10px;
align-self: center;
justify-self: center;
}
header[data-v-09a6ed0e] {
z-index: 10;
position: fixed;
top: 35px;
background: transparent;
width: 100%;
transition: 300ms all;
}
header.newHeader[data-v-09a6ed0e] {
  background: var(--white);
  position: unset;
}
body[data-scrolling="true"] header[data-v-09a6ed0e]:not(.newHeader) .header-favoritos svg,
body[data-scrolling="true"] header[data-v-09a6ed0e]:not(.newHeader) .slideBusca-containerBtns svg,
body[data-scrolling="true"] header[data-v-09a6ed0e]:not(.newHeader) .header-right-mobile button:first-child svg,
body[data-scrolling="true"] header[data-v-09a6ed0e]:not(.newHeader) .header-areaUsuario svg {
  filter: invert(1);
}
body[data-scrolling="true"] header[data-v-09a6ed0e] {
background: var(--white);
top: 0;
box-shadow: 0 4px 4px rgba(0,0,0,0.12);
}
body[data-scrolling="true"] header.newHeader[data-v-09a6ed0e]  {
background: var(--white);
top: 0;
box-shadow: 0 4px 4px rgba(0,0,0,0.12);
position: sticky;
}
.header-left[data-v-09a6ed0e] {
max-width: 300px;
width: 100%;
}
.header-right[data-v-09a6ed0e] {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 450px;
width: 100%;
}
@media (min-width: 1024px) {
  /* Estilos da busca */
.header-containerBusca[data-v-09a6ed0e] {
    grid-row: 1;
    grid-column: 3 / 9;
    max-width: 200px;
}
.header__left-and-logo[data-v-09a6ed0e] {
    flex: 1 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(50% + 110px);
}
}
@media (max-width: 1023px) {
.headerMainContainer[data-v-09a6ed0e] {
    flex-wrap: wrap;
    padding: 0 1rem 0.625rem;
    max-width: unset;
}
.header-left[data-v-09a6ed0e] {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 0.625rem 1rem;
    background: var(--white);
    box-shadow: 1rem 0 0 var(--white), -1rem 0 0 var(--white);
    transition: 300ms all;
}
body[data-scrolling="true"] .header-left[data-v-09a6ed0e] {
    background: #000;
    box-shadow: 1rem 0 0 #000, -1rem 0 0 #000;
}
.buscaSuspensa[data-v-09a6ed0e] {
    position: fixed;
    width: 100%;
    top: 75px;
    background-color: rgba(255,255,255,.95);
    padding: 17px 10px 18px 10px;
    z-index: 100;
}
.buscaSuspensa.show-menu[data-v-09a6ed0e] {
    top: 75px;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
body[data-scrolling="true"] .buscaSuspensa[data-v-09a6ed0e] {
    top: 105px;
}
.buscaSuspensa.buscaSuspensa__close[data-v-09a6ed0e] {
    opacity: 0;
    pointer-events: none;
}
.buscaSuspensa.buscaSuspensa__open[data-v-09a6ed0e] {
    opacity: 1;
    pointer-events: unset;
}
#menuResponsivo[data-v-09a6ed0e] .itemDestacado span {
    color: #3A7A7C !important;
    font-weight: 600;
}
#menuResponsivo[data-v-09a6ed0e] nav#menuPrincipal {
    width: 100%;
    max-width: 342px;
    transform: translate(-120%);
}
#menuResponsivo[data-v-09a6ed0e] nav.menuOpen {
    transform: translate(0%) !important;
}
#menuResponsivo[data-v-09a6ed0e] .menuPrincipal-headerMobile-logo img {
      width: 150px;
      margin-top: 5px;
}
#menuResponsivo[data-v-09a6ed0e] .menuPrincipal-headerMobile-logo {
      text-align: left;
      margin-bottom: 10px;
}
#menuResponsivo[data-v-09a6ed0e] .menuHeader {
      display: flex;
      justify-content: space-between;
      margin-bottom: 40px;
}
#menuResponsivo[data-v-09a6ed0e] .menuHeader > div {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 6px 20px;
}
#menuResponsivo[data-v-09a6ed0e] .menuPrincipal-subMenu {
    background-color: transparent;
}
#menuResponsivo[data-v-09a6ed0e] .menuPrincipal-itens {
    gap: 10px;
}
#menuResponsivo[data-v-09a6ed0e] .menuPrincipal-subNvDois .arrow,
  #menuResponsivo[data-v-09a6ed0e] .menuPrincipal-subNvTres .arrow {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNS41SDlNNSAxVjEwIiBzdHJva2U9IiMxMTRBNEQiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
#menuResponsivo[data-v-09a6ed0e] .menuPrincipal-itens,
  #menuResponsivo[data-v-09a6ed0e] .menuPrincipal-subNvDois,
  #menuResponsivo[data-v-09a6ed0e] .menuPrincipal-subNvTres {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}
#menuResponsivo[data-v-09a6ed0e] .menuPrincipal-subNvDois {
    padding: 0;
}
#menuResponsivo[data-v-09a6ed0e] .menuPrincipal-subNvDois .menuPrincipal-item{
    border: unset;
}
#menuResponsivo[data-v-09a6ed0e] .menuPrincipal-item span,
  #menuResponsivo[data-v-09a6ed0e] .menuPrincipal-item {
    color: rgba(0, 0, 0, 0.87);
}
#menuResponsivo[data-v-09a6ed0e] .arrow{
    width: 20px;
    height: 20px;
    transform: rotate(270deg);
}
#menuResponsivo[data-v-09a6ed0e] .opened > .menuPrincipal-link .arrow{
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
}
#menuResponsivo[data-v-09a6ed0e] .menuPrincipal-itens > .menuPrincipal-item {
    margin: 0px 20px 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #F6F6F6;
    border-top: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
#menuResponsivo[data-v-09a6ed0e] .menuPrincipal-item .menuPrincipal-link{
    font-size: 14px;
    text-transform: uppercase;
    color: #373435;
    padding: 10px 0;
    height: unset;
}
#menuResponsivo[data-v-09a6ed0e] .menuPrincipal-scroller > .menuPrincipal-itens > .menuPrincipal-item:hover{
    background-color: unset;
}
#menuResponsivo[data-v-09a6ed0e] .menuPrincipal-subNvTres .menuPrincipal-item {
    border: none;
    border-radius: 0;
    background-color: transparent;
    margin: 0px 0px 10px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#menuResponsivo[data-v-09a6ed0e] .menuPrincipal-scroller {
    height: calc(100vh - 333px);
}
#menuResponsivo[data-v-09a6ed0e] .menuFooter {
    background-color: #F6F6F6;
    height: 100%;
}
.busca__botoes__fechar[data-v-09a6ed0e] {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 10px;
      position: absolute;
      z-index: 11;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
}
.busca__botoes__botao__icone__fechar[data-v-09a6ed0e] {
    width: 24px;
    height: 24px;
}
.busca__botoes__fechar[data-v-09a6ed0e] {
    display: flex;
}
.footer-box-socials[data-v-09a6ed0e]{
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.footer-box-socials p[data-v-09a6ed0e]{
    font-size: 18px;
    color: #373435;
    margin-right: 20px;
    font-weight: 500;
}
.footer-box-socials a[data-v-09a6ed0e] {
    margin-right: 20px;
}
}

header svg {
  transition: 300ms all;
}
svg .icon-header {
  fill: var(--white);
  transition: 300ms all;
}
svg:hover .icon-header {
  fill: #8F8F8F;
}
.newHeader svg .icon-header,
.newHeader svg .icon-header{
  fill: #373435;
}
.newHeader svg:hover  .icon-header,
body[data-scrolling="true"] svg:hover  .icon-header{
  fill: #8F8F8F;
}
.clickable {
  cursor: pointer;
}
.busca__close form {
  border-radius: 10px 10px 0 0 !important;
}
.busca__open form {
  border-radius: 10px !important;
}
.header-containerBusca form {
  position: relative;
  padding: 5px 10px 5px 0;
  background-color: transparent !important;
  max-width: 493px;
  height: 47px;
  margin: 0 auto !important;
  border-bottom: 1px solid var(--white);
  border-radius: 0 !important;
}
.newHeader .header-containerBusca form,
body[data-scrolling="true"] .header-containerBusca form {
  border-color: #D9D9D9;
}
.header-containerBusca form input {
  padding-left: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: var(--white);
  line-height: normal;
}
.newHeader .header-containerBusca form input,
body[data-scrolling="true"] .header-containerBusca form input{
  color: #373435;
}
.header-containerBusca form input::-webkit-input-placeholder {
  color: #FFF;
}
.newHeader .header-containerBusca form input::-webkit-input-placeholder,
body[data-scrolling="true"] .header-containerBusca form input::-webkit-input-placeholder {
  color: #8F8F8F;
}
.header-containerBusca-sugestoes-box li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  border-bottom: 1px solid var(--dark33);
}
.header-containerBusca-sugestoes-infoBox {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.header-containerBusca-sugestoes {
  box-sizing: content-box;
  position: absolute;
  left: -1px;
  top: 100%;
  width: 100%;
  background-color: var(--white);
  border: 1px solid var(--dark33);
  border-radius: 0 0 10px 10px;
  z-index: 1;
}
.header-containerBusca-sugestoes-box-item > a {
  padding: 10px !important;
}
.header-containerBusca-sugestoes-box-infoBox-nome {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: var(--dark) !important;
}
.header-containerBusca-sugestoes-box-infoBox-preco {
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  color: var(--dark) !important;
}
.header-containerBusca button {
  width: fit-content !important;
  font-weight: 600;
  gap: 5px;
  font-size: 12px;
  padding: 0 0 0 15px;
  color: var(--m666);
}
.header-containerBusca img {
  width: 30px;
  height: 30px;
}

/* Estilos do menu */
#menuPrincipal {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  color: var(--dark);
  align-items: center;
}
.menuPrincipal-scroller > ul > li > a {
  padding: 12px 30px;
  gap: 10px;
}
.menuPrincipal-item .nuxt-link-active span {
  font-weight: 700 !important;
  color: var(--greenl) !important;
}

/** set hover to parent of menuPrincipal-subMenuContainer */
.menuPrincipal-scroller > .menuPrincipal-itens > .menuPrincipal-item:hover {
  background-color: #64aaac1a;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
div#menuResponsivo {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
}
.menuPrincipal-item a:hover {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.menuPrincipal-item span {
  color: rgba(0, 0, 0, 0.87);
}
.nuxt-link-active span {
  color: unset !important;
}
.menuPrincipal-subNvDois .contemSub span {
  font-weight: 600;
  color: var(--greenl);
}
.menuPrincipal-subNvTres .menuPrincipal-item span {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}
.menuPrincipal-subNvTres .menuPrincipal-item span:hover {
  font-weight: 600;
}
.menuPrincipal-subNvTres li:last-child span {
  text-decoration-line: underline;
  color: var(--red) !important;
}
@media (max-width: 1023px) {
.header-right-mobile {
    align-items: center !important;
}
.header-containerBusca button {
    background: #8F8F8F;
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 16px 12px;
}
.header-containerBusca form {
    border: none;
}
.newHeader .header-containerBusca form,
  body[data-scrolling="true"] .header-containerBusca form {
    border: none;
}
.header-containerBusca form input {
    border-bottom: 1px solid #8F8F8F;
    color: #8F8F8F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header-containerBusca form input::placeholder {
    color: #8F8F8F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
}
@media (min-width: 1024px) {
  /* Estilos da busca */
.header-containerBusca {
    grid-row: 1;
    grid-column: 3 / 9;
}
.menuPrincipal-subMenuContainer {
    width: fit-content !important;
    border-radius: 0 0 10px 10px;
}
.menuPrincipal-subNvDois > li {
    min-width: 160px;
    margin: 0 15px;
}
.menuPrincipal-itens > .menuPrincipal-item {
    position: relative;
}
.menuPrincipal-subNvTres > .menuPrincipal-item {
    margin: 12px 0 !important;
}
}
@media (max-width: 1023px) {
#menuPrincipal .menuPrincipal-headerMobile {
    padding: 0px;
}
#menuPrincipal .menuHeader {
    padding: 12px 16px;
    background-color: #F6F6F6;
}
#menuResponsivo .menuPrincipal-headerMobile-logo {
    margin-bottom: 0px !important;
}
#menuResponsivo #menuPrincipal .menuHeader > div {
    padding: 0px;
    background-color: #F6F6F6;
}
#menuHeader #header-areaUsuario-entre span {
    font-size: 18px;
    color: #373435;
    margin-left: 32px;
}
#menuResponsivo .menuPrincipal-close {
    position: absolute;
    right: -48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F6F6F6;
    top: 0px;
}
#header .header-containerBusca.busca__open {
    display: block !important;
}
}

.mobile-navigationitem--btn[data-v-1df65610],
.mobile-navigationitem--link[data-v-1df65610] {
  padding: 20px 0px;
  color: #373435;
  font-size: 14px;
  text-transform: uppercase;
}
.mobile-navigationitem[data-v-1df65610] {
  border-bottom: 1px solid #F6F6F6;
}
.mobile-navigationitem--btn[data-v-1df65610] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-navigationitem--link[data-v-1df65610] {
  display: block;
}

.mobile-navigationitem__level-two-childrens[data-v-1df65610] {
  flex-direction: column;
  width: 100%;
  max-width: 330px;
  height: 100%;
}
.mobile-navigationitem__level-two-childrens-top[data-v-1df65610] {
  position: relative;
  padding: 20px 16px;
  border-radius: 0px 0px 16px 16px;
  background: #FFF;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
}
.mobile-navigationitem__level-two-childrens-top p[data-v-1df65610] {
  display: flex;
  align-items: center;
  gap: 7px;

  color: rgba(0, 0, 0, 0.60);
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 400;
}
.mobile-navigationitem__level-two-childrens-top p b[data-v-1df65610] {
  font-weight: 600;
}
.mobile-navigationitem__level-two-childrens-top button[data-v-1df65610] {
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  padding: 0;
  margin: 0;
  width: 33px;
}
.mobile-navigationitem__level-two-childrens-top button img[data-v-1df65610] {
  display: block;
  width: 100%;
}
.mobile-navigationitem__level-two-childrens-body[data-v-1df65610] {
  flex: 1 0;
  padding: 20px 16px 20px;
  overflow-y: auto;
}

/* BANNER DE MENU */
.mobile-navigationitem__level-two-childrens-banner[data-v-1df65610] {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.mobile-navigationitem__level-two-childrens-banner-skeleton[data-v-1df65610] {
  /* background-color: var(--skeleton-color); */
  border-radius: 10px;
}
.mobile-navigationitem__level-two-childrens-banner-skeleton canvas[data-v-1df65610] {
  display: block;
  width: 100%;
}
.mobile-navigationitem__level-two-childrens-image[data-v-1df65610] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
/******************/
.mobile-navigationitem__level-two-childrens-parent[data-v-1df65610] {
  display: block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.mobile-navigationitem__level-two-children[data-v-1df65610]:not(:last-child) {
  margin-bottom: 4px;
}
.mobile-navigationitem__level-two-children-label[data-v-1df65610],
.mobile-navigationitem__level-two-children-link[data-v-1df65610] {
  padding: 11px 12px;
  color: #8F8F8F;
  font-size: 16px;
}
.mobile-navigationitem__level-two-children-label[data-v-1df65610] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-navigationitem__level-two-children.open .mobile-navigationitem__level-two-children-label[data-v-1df65610] {
  font-weight: 700;
  color: #B29750;
}
.mobile-navigationitem__level-two-children-link[data-v-1df65610] {
  display: block;
}
.mobile-navigationitem__level-two-children:not(.open) .less-icon[data-v-1df65610],
.mobile-navigationitem__level-two-children:not(.open) .mobile-navigationitem__level-three-childrens[data-v-1df65610] {
  display: none;
}
.mobile-navigationitem__level-two-children.open .more-icon[data-v-1df65610] {
  display: none;
}
.mobile-navigationitem__level-three-link[data-v-1df65610] {
  display: block;
  padding: 12px 32px;
  color: rgba(0, 0, 0, 0.60);
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 500;
}
.mobile-navigationitem__level-three-link[data-v-1df65610]:not(:last-child) {
  margin-bottom: 4px;
}

.mobile-navigation__socials[data-v-42a85690] {
  display: flex;
  align-items: center;
}
.socials__text[data-v-42a85690] {
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  padding-left: 20px;
}
.mobile-navigation__socials a[data-v-42a85690]{
  margin-right: 20px;
}
.mobile-navigation__socials a:hover path[data-v-42a85690]{
  fill: #373435;
}
@media (max-width: 1023px) {
.footer-box-socials .socials__text[data-v-42a85690] {
    padding: 0px;
}
}

/* TOPO */
.mobile-navigation__background[data-v-e559c008] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.3);
}
.mobile-navigation__side[data-v-e559c008] {
  display: flex;
  flex-direction: column;
  width: calc(100% - 48px);
  max-width: 342px;
  height: 100%;
  background-color: #FFF;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 20px;
}
.mobile-navigation__side[data-v-e559c008]::-webkit-scrollbar {
  width: 4px;
}
.mobile-navigation__side[data-v-e559c008]::-webkit-scrollbar-track {
  background-color: #EAEAEA;
  border-radius: 6px;
}
.mobile-navigation__side[data-v-e559c008]::-webkit-scrollbar-thumb {
  background-color: #00010C;
  border-radius: 6px;
}
.mobile-navigation__side-header[data-v-e559c008] {
  position: relative;
  padding: 14px 16px;
  background: #F6F6F6;
}
.mobile-navigation--close-btn[data-v-e559c008] {
  position: absolute;
  top: 0px;
  right: -48px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 48px;
  height: 48px;
  background-color: #F6F6F6;
}
.mobile-navigation__logo[data-v-e559c008] {
  display: block;
  margin-bottom: 27px;
  width: 100%;
  max-width: 149.61px;
}
.mobile-navigation__salutation[data-v-e559c008] {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.60);
  font-size: 14px;
  font-weight: 400;
}
.mobile-navigation__salutation b[data-v-e559c008] {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
.mobile-navigation__btns[data-v-e559c008] {
  display: flex;
  gap: 14px;
}
.mobile-navigation--my-account[data-v-e559c008],
.mobile-navigation--my-wishlist[data-v-e559c008] {
  flex: 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 10px 8px 11px;
  border-radius: 20px;
  border: 1px solid #E8E8E8;
  background: #F9F9F9;

  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  font-weight: 600;
}
/**********/

/* LINKS PLACE */
.mobile-navigation__container-links[data-v-e559c008] {
  flex: 1 0;
  padding: 20px 20px;
}
.mobile-navigation__link[data-v-e559c008]:not(:last-child) {
  margin-bottom: 10px;
}
/***************/

/* BOTTOM */
.mobile-navigation__our-stores[data-v-e559c008] {
  display: block;
  padding-bottom: 20.5px;
  color: rgba(0, 0, 0, 0.87);
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #EAEAEA;
}
.mobile-navigation--language-btn[data-v-e559c008] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20.5px 0 22px;
  border-bottom: 1px solid #E8E8E8;
}
.mobile-navigation--language-btn > span[data-v-e559c008] {
  color: rgba(0, 0, 0, 0.87);
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 500;
}
.mobile-navigation__current-language[data-v-e559c008] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-navigation__current-language span[data-v-e559c008] {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(0, 0, 0, 0.87);
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.mobile-navigation__need-help[data-v-e559c008] {
  padding-top: 19px;
}
.mobile-navigation__need-help-text[data-v-e559c008] {
  color: rgba(0, 0, 0, 0.87);
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
.mobile-navigation--need-help-link[data-v-e559c008] {
  color: rgba(0, 0, 0, 0.87);
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
/**********/

.payments[data-v-7c44b542] {
  display: flex;
  align-items: center;
}
.payments__title[data-v-7c44b542] {
  font-size: 16px;
  font-weight: 500;
  color: #373435;
  margin-right: 20px;
}
.payments__list[data-v-7c44b542] {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.payments__item[data-v-7c44b542] {
  height: 27px;
}
@media (max-width: 1023px) {
.payments__list[data-v-7c44b542] {
    flex-wrap: wrap;
    gap: 8px 8px;
}
}

.logo-rede[data-v-085d4790] {
  text-align: left;
  display: flex;
}
.rede[data-v-085d4790] {
  margin: 30px 0;
}
footer[data-v-085d4790] {
  margin-top: 60px;
  background-color: #F6F6F6;
}
footer .footer-container[data-v-085d4790] {
    max-width: 1470px;
    padding: 15px;
    justify-content: space-between;
    margin: 0 auto;
    display: flex;
}
.rodape-icons .limitador[data-v-085d4790] {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#footer-end[data-v-085d4790] {
  background-color: #373435;
}
#footer-end .footer-end__wrapper[data-v-085d4790]{
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  padding: 16px 0;
}
#footer-end p[data-v-085d4790] {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--white);
  max-width: 1133px;
}
.footer-partners[data-v-085d4790] {
  max-width: 160px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-partners img[data-v-085d4790] {
  display: block;
}
/* Logo da Wapstore */
#logoUappi[data-v-085d4790]{
  width: 80px;
  margin-top: 5px;
}
.rodape-icons[data-v-085d4790] {
  width: 100%;
  margin: 80px auto 0 auto;
  padding: 20px 0px;
  background: var(--white);
  border: solid var(--dark0d);
  border-width: 1px 0 1px 0;
}
.rodape-icons[data-v-085d4790] .rodape-icons-container {
  display: flex;
  justify-content: flex-start !important;
}
.rodape-icons .rodapeT1[data-v-085d4790]{
  margin-bottom: 10px;
}
#newsletter[data-v-085d4790] {
  max-width: 345px;
  width: 100%;
}
#newsletter[data-v-085d4790] .weContainer {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  padding-right: 10px;
}
#newsletter[data-v-085d4790] .newsletter-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
#newsletter[data-v-085d4790] .newsletter-txt {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  font-style: normal;
  line-height: normal;
  color: #373435;
  margin-bottom: 20px;
}
#newsletter[data-v-085d4790] .newsletter-txt h3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#newsletter[data-v-085d4790] .newsletter-txt p {
  font-size: 14px;
  font-weight: 400;
}
#newsletter[data-v-085d4790] .newsletter-form {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  gap: 12px;
  width: 100%;
}
#newsletter[data-v-085d4790] .newsletter-form input {
  height: 42px;
  width: 100%;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #373435;
  max-width: 345px;
  border: none;
  border-radius: 2px;
}
#newsletter[data-v-085d4790] .newsletter-form button {
  border-radius: 4px;
  max-width: 100%;
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #8F8F8F;
  transition: 300ms all;
  text-transform: uppercase;
}
#newsletter[data-v-085d4790] .newsletter-form button:hover {
  background-color: #4FA50B;
}
.footer-box[data-v-085d4790] {
  max-width: 230px;
  width: 100%;
}
.footer-title[data-v-085d4790] {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #373435;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-item[data-v-085d4790] {
  margin-bottom: 16px;
}
.footer-item[data-v-085d4790]:last-child {
  margin-bottom: 0;
}
.footer-link[data-v-085d4790] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
a.footer-link[data-v-085d4790] {
  color: #373435;
  transition: 300ms all;
}
a.footer-link[data-v-085d4790]:hover {
  color: #8F8F8F;
}
span.footer-link[data-v-085d4790] {
  color: #8F8F8F;
}
.footer-box-contact .footer-item[data-v-085d4790] {
  display: flex;
  align-items: center;
}
.footer-box-contact .footer-item img[data-v-085d4790] {
  margin-right: 8px;
}
.footer-box-socials[data-v-085d4790],
.footer-box-payment[data-v-085d4790] {
  max-width: 100%;
  width: auto;
}
.footer-bottom[data-v-085d4790] {
  border-top: 1px solid #DFDFDF;
}
.footer-bottom .footer-container[data-v-085d4790] {
  align-items: center;
}
footer .footer-container.footer-top[data-v-085d4790] {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1023px) {
footer[data-v-085d4790] {
    margin-top: 20px;
}
footer .footer-container.footer-top[data-v-085d4790] {
    flex-direction: column;
}
#newsletter[data-v-085d4790] {
    max-width: 100%;
    margin-bottom: 60px;
}
#newsletter .weContainer[data-v-085d4790] {
    padding-right: 0;
}
#newsletter[data-v-085d4790] .newsletter-form input {
    max-width: 100%;
}
.footer-top .footer-box[data-v-085d4790] {
    max-width: 100%;
}
.footer-top .footer-title[data-v-085d4790] {
    display: flex;
    justify-content: space-between;
}
.footer-top .footer-title[data-v-085d4790]:after{
    content: '+';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    transition: 300ms all;
}
.footer-title.open[data-v-085d4790]:after {
    content: '-';
}
.footer-info[data-v-085d4790] {
    height: 0;
    transition: 300ms all;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.footer-info.open[data-v-085d4790] {
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: 300ms all;
    display: block;
    margin-bottom: 20px;
}
.footer-bottom .footer-container[data-v-085d4790] {
    flex-direction: column;
    align-items: flex-start;
}
.footer-bottom .footer-box.footer-box-socials[data-v-085d4790] {
    margin-bottom: 20px;
}
#footer-end .footer-end__wrapper[data-v-085d4790] {
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}
#footer-end p[data-v-085d4790] {
    max-width: 100%;
    text-align: center;
    line-height: 1;
}
}

.footer-box-socials .footer-wrapper,
.footer-box-payment .footer-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-box-socials .footer-info,
.footer-box-payment .footer-info{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-box-socials .footer-item{
  margin-right: 20px;
}
.footer-box-payment .footer-item {
  margin-right: 16px;
}
.footer-box-payment .footer-item:last-child,
.footer-box-socials .footer-item:last-child {
  margin-right: 0;
}
.footer-box-socials .footer-title,
.footer-box-payment .footer-title{
  margin-bottom: 0;
  padding-right: 20px;
}
@media screen and (max-width: 1023px) {
.footer-box-payment .footer-info{
    flex-wrap: wrap;
}
.footer-box-payment .footer-item {
    margin-right: 8px;
    margin-bottom: 8px;
    display: flex;
}
.footer-top .footer-title {
    flex-direction: row;
    justify-content: space-between;
}
.footer-top .footer-box-security {
    margin-bottom: -16px;
}
.footer-top .footer-box-security .footer-title:after{
    content: '+';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    transition: 300ms all;
}
.footer-top .footer-box-security.open .footer-title:after {
    content: '-';
}
.footer-top .footer-box-security .footer-info {
    height: 0;
    transition: 300ms all;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.footer-top .footer-box-security.open .footer-info {
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: 300ms all;
    display: block;
    margin-bottom: 20px;
}
}
