/*
 Theme Name: Astra Child
 Theme URI: https://wpastra.com/
 Description: Tema hijo de Astra
 Author: [Tu nombre o empresa]
 Author URI: https://tusitio.com/
 Template: astra
 Version: 1.0.0
*/

/* Importar estilos del tema padre */
@import url("../astra/style.css");

/* Aquí puedes agregar tus estilos personalizados */

/* ===== BOTÓN WHATSAPP PRODUCTO ===== */

/* ====== BOTÓN WHATSAPP PRODUCTOS ====== */
.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #25D366 !important;
  color: white;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color 0.3s ease;
  margin-left: 6px; /* separación del botón "Añadir al carrito" */
}

.whatsapp-button i {
  font-size: 22px;
}

.whatsapp-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.whatsapp-text .line1 {
  font-size: 13px;
}

.whatsapp-text .line2 {
  font-size: 15px;
  font-weight: bold;
}

.whatsapp-button:hover {
  background-color: #1ebd5b;
  color: #fff;
}


