
:root {
    --cor_primaria: #FF4500;
    --cor_secundaria: #FF4500;
    --cor_botao: #FF4500;
    --cor_botao_hover: #1a1b1e;
    --cor_texto_botao: #fff;
    --cor_texto_botao_hover: #fff;
    --cor_botao_comprar: #5bbf5f;
    --pre_cabecalho: #FF4500;
    --cor_texto_pre_cabecalho: #ffffff;
    --cor_cabecalho: #fff;
    --cor_icones: #FF4500;
    --cor_icones_hover: #FF4500;
    --cor_texto_icones: #1a1b1e;
    --cor_menu: #fff;
    --cor_texto_menu: #1a1b1e;
    --cor_newsletter: #FF4500;
    --cor_texto_newsletter: #fff;
    --cor_footer: #fff;
    --cor_texto_footer: #1a1b1e;
    --texto_global: #1d2027;
    --cor_clara:#fff;
    --cor_escura: #1a1b1e;
    --texto_background:#fff;
    --texto_bg_escuro:#222;
    --texto_bg_claro:#222;
}



.product-card__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.product-card__image img {
    width: 1600px !important;
    height: 1600px !important;
    object-fit: contain !important;
}/* Centralizar o logotipo */ .logo { display: flex; justify-content: center; } /* Ajustar o tamanho do logotipo */ .logo img { max-height: 200px; /* Ajuste este valor conforme necessário */ }


/* Ajuste do tamanho do logotipo para dispositivos móveis */ @media (max-width: 768px) { .logo img { max-height: 150px; /* Ajuste este valor conforme necessário */ } }
/* Criando um layout flexível */
.video-produtos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Espaço entre os elementos */
    max-width: 1200px;
    margin: auto;
    padding: 20px;

}
.carrinho>a span.titulo {
    display: none !important;
}


/* [PLUGOO] CSS ABA DE VITRINE PROD WHATSAPP */
.prod-options a.botao.btn-pay-wp{
    left: -6px !important;
}

a.botao.btn-pay-wp i{
    font-size: 22px !important;
}

@media (max-width: 768px) {
  .prod-options a.botao.btn-pay-wp{
   height: 24px !important;
}
.listagem-item a.botao.btn-pay-wp i {
    top: 1px !important;
    left: 0 !important;
    }
}