/*
Theme Name:   Astra Child
Theme URI:    https://wordpress.org/themes/astra/
Description:  Astra child theme
Author:       WordPress.org
Author URI:   https://wordpress.org/
Template:     astra
Version:      1.0.0
Text Domain:  astrachild
*/

/* WhatsApp Button */
.whatsapp-button::before {
  content: "💬 ";
}

.single-product .whatsapp-button {
  background-color: #25D366 !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 14px 20px !important;
  width: 100% !important;
}

.single-product .whatsapp-button:hover {
  background-color: #1ebe5d !important;
}
