
.badge-unidades-vendidas {
  padding: 10px 24px;
      background: linear-gradient(90deg, #0088a6, #00354d);
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  max-width: fit-content;
  margin: 12px 0 20px 0;
  box-shadow: 0 4px 10px rgb(0 130 159 / 33%);
}

.badge-unidades-vendidas span {
  font-weight: 400;
  font-size: 14px;
}



.pagina-produto .produto {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cores-personalizadas .menu-desktop {
    background: #00354d;
}


.pagina-pagina .caixa-sombreada {
    font-size: 16px;
}

.produto-detalhes .pagamento-ext {
    margin-bottom: 20px;
    width: 100%;
}


/*HOME------------------------------*/

/*Vídeo destaque*/
.vitrine-video .video-media {
    height: auto;
    display: flex;
    min-height: 640px;
    width: 100%;
    max-width: auto;
}

@media only screen and (max-width: 600px){
.vitrine-video .video-media {
    height: auto;
    display: flex;
    min-height: 222px;
    width: 100%;
    max-width: auto;
}
}


/*Banner FULL*/
@media only screen and (max-width: 1024px){
.banners-full .int-mobile img {
    max-width: 100% !important;
    width: auto !important;
}
}



@media only screen and (min-width: 1025px) {
    .slick-track .banner-full img {
        max-width: 100% !important;
        width: auto !important;
        height: 100% !important;
    }
}



/*PAGINA DE CHECKOUT-------------------------*/


/*QUEBRA DE LINHA*/
.tabela-carrinho .formas-envio span.nome {
    white-space: break-spaces;
    text-align: left;
    margin: 5px 0px
}



/*PAGINA DO PRODUTO----------------*/
.produto-descricao{
    font-size: 18px;
    line-height: 1.8;
}

.cores-personalizadas .produto-detalhes .avista-valor,
.cores-personalizadas .produto-detalhes .pp-avista .avista-desconto {
    margin-left: 5px;
}


/*PARA TODAS AS PÁGINAS--------------------------*/

/*botão do whatsapp nos produtos*/
.produto-detalhes .botao-whatsapp a span {
    font-size: 18px;
    line-height: 11px;
    font-weight: 600;
}

.botao-whatsapp a span {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}


