/**
* Theme Name: Zota Child
* Description: This is a child theme for Zota
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0
* Template: zota
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
/* Botón personalizado para “Comprar Ahora” */
.boton-blas {
  display: inline-block;
  background-color: #FFD700;
  color: #000;
  padding: 14px 30px;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.boton-blas:hover {
  background-color: #000;
  color: #FFD700;
}
