.listagem .listagem-item .info-produto .nome-produto {
    font-size: 16px !important;
    line-height: 20px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
    font-weight: 200 !important;
}

.preco-produto > :nth-child(1) strong {
    font-size: 18px !important;
    line-height: 23px;
    font-weight: 500;
}
strong {
    font-weight: 200 !important;
}

.carrossel-departamentos li img {
    border-radius: 100px !important;
    border: 0px solid #cbcbcb00 !important;
    display: flex;
    box-shadow: 0px 0px 0px 0px rgb(98 98 98 / 0%) !important;
}
.carrossel-departamentos .departamento-titulo {
    margin-top: 10px;
    display: flex;
    font-size: 16px;
    font-weight: 400 !important;
    justify-content: center;
    margin-bottom: 0;
    text-align: center;
}

element.style {
    width: 200px !important;
}

strong {
    font-weight: 500 !important;
}

.li-whatsapp a {
    position: fixed;
    right: 16px;
    bottom: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background-image: linear-gradient(to right, #56d263, #56d263);
    text-decoration: none;
    z-index: 99;
}

.banners-extras {
    display: flex !important;
    flex-wrap: wrap !important;
    position: relative !important;
    flex-direction: column-reverse !important;
}
.banner-extra.banner-vitrine-lancamento {
    width: 50% !important;
    box-sizing: border-box !important;
    margin-bottom: 10px !important;
}
.banner-extra.banner-vitrine-lancamento:nth-child(1) {
    width: 47% !important;
    position: relative !important;
}
.banner-extra.banner-vitrine-lancamento:nth-child(2) {
    width: 50% !important;
    align-self: flex-start !important;
    position: absolute !important;
    order: 2 !important;
    margin-left: 50% !important;
}
.banner-extra.banner-vitrine-lancamento:nth-child(3) {
    position: absolute !important;
    align-self: flex-end !important;
    order: 3 !important;
    margin-left: 50% !important;
}
@media (max-width: 768px) {
  .banners-extras {
    flex-direction: column !important;
  }
  .banner-extra.banner-vitrine-lancamento,
  .banner-extra.banner-vitrine-lancamento:nth-child(1),
  .banner-extra.banner-vitrine-lancamento:nth-child(2),
  .banner-extra.banner-vitrine-lancamento:nth-child(3) {
    width: 100% !important;
    position: static !important;
    margin-left: 0 !important;
    order: initial !important;
  }
}

.banners-vantagens .slick-arrow {
    margin: 0 auto !important;
    padding: 10px 4px;
    background: #ffffff !important;
    border: 0;
    box-shadow: none !important;
    display: flex !important;
    align-items: center;
}

.menu-mobile .painel-mobile svg {
    width: 26px;
    height: 26px;
    fill: #efd5ce !important;
    margin-right: 15px;
}
.menu-desktop .todas-categorias .tc-item-level2 {
    margin-bottom: 20px;
    margin-right: 29px;
    width: 200px !important;
}
.menu-desktop .submenu .level2 .item-level2 {
    margin-bottom: 20px;
    margin-right: 30px;
    width: 250px !important;
}
#cabecalho > .conteiner {
    padding: 15px 15px !important;
    height: 100%;
}
.logo a img {
       max-height: 100% !important;
}

.li-whatsapp a {
    position: fixed;
    right: 16px !important;
    bottom: 80px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px !important;
    height: 60px !important;
    border-radius: 100%;
    background-image: linear-gradient(to right, #209142, #56d263);
    text-decoration: none;
    z-index: 99;
}
.li-whatsapp i {
    font-size: 40px !important;
    color: #fff;
}
.menu-desktop .todas-categorias .tc-item-level2 > a {
    font-weight: 500 !important;
}