.produto-descricao p, .produto-descricao li {
    font-size: 18px;
}

h4 {
    font-size: 22px;
}


.produto-descricao div .titulo-categoria {
    display:none !important;
}

.vitrine-produtos .slick-slider .slick-track {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.produto-descricao-video {
    max-width: 1260px;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.produto-descricao-video iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width:768px) {
    .produto-descricao-video {
      height: 500px;
    }
}


.titulo-video {
   margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    background: none !important;
    display: flex !important;
    justify-content: center;
    position: relative;
    font-size: initial !important;

}

.titulo-video strong {
    font-size: 28px;
    font-weight: 700;
    z-index: 1;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
.titulo-video strong {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}}

.produto-detalhes .tag-frete-gratis {
    background-color: #468847;
    padding: 5px;
    width: 200px;
    color: #fff;
}

.produto-detalhes .tag-frete-gratis svg {
    fill: #fff;
}

.produto-detalhes .tag-frete-gratis strong{
    color: #fff;
}

@media only screen and (max-width: 1024px)
.produto-detalhes .tag-frete-gratis {
    margin: auto;
}

.preco-produto {
  
    font-weight: 700;
}

.preco-produto:not(.banner-preco) s {
    color: #666 !important;
    font-weight: 700;
}


.preco-venda titulo {
    color: #666 !important;
    font-weight: 700;
}

.menu-desktop .menu > ul > li > a {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 16px;
    padding: 0 10px;
}