/*
Theme Name: Devilopers
Theme URI: https://grupodevilopers.com
Description: Tema hijo personalizado de Hello Elementor creado por Devilopers.
Author: Devilopers
Author URI: https://grupodevilopers.com
Template: hello-elementor
Version: 1.0.0
Text Domain: devilopers
*/

body {
  font-family: "Poppins", sans-serif;
}

/*
 Theme Name: Devilopers Child
 Template: hello-elementor
*/

.woocommerce ul.products li.product a.buy-via-whatsapp {
  background-color: #25d366; /* Verde WhatsApp */
  color: #fff;
  border-radius: 8px;
  padding: 10px 15px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}

.woocommerce ul.products li.product a.buy-via-whatsapp:hover {
  background-color: #1ebe57;
  transform: scale(1.05);
}

