/* Fondo general negro */
body {
  background-color: #000000 !important;
  color: #F8B807 !important; /* Naranja */
}

/* Títulos */
h1, h2, h3, h4, h5, h6 {
  color:#F8B807 !important;
}

/* Párrafos y textos */
p, span, li, a {
  color: #dcd2b8!important;
}
/* Descripción de productos */

.product-details-info,
.product-details-info *,
.product-description,
.product-description *,
.description,
.description *,
.product-card-description,
.product-card-description *{
    color:#000 !important;
}
/*Titulo productos en negro*/
.wrapper-details-product,
.wrapper-details-product * {
    color: #000000 !important;
    
}

/* =========================
   BOTÓN WHATSAPP ORIGINAL
========================= */

/* Fondo verde */
.background-ws{
    background:#25D366 !important;
}

/* Ícono blanco */
.background-ws i,
.background-ws svg,
.background-ws .fa-whatsapp,
.background-ws .fab{
    color:#FFFFFF !important;
    fill:#FFFFFF !important;
}

/* Texto blanco */
.background-ws a,
.background-ws span,
.background-ws p{
    color:#FFFFFF !important;
}

 /*color texto boton compra*/
.btn-primary {
     color: #fff !important;
}