

/*
Theme Name: Bw Zagg
Theme URI: https://zagg.bzotech.com/intro/
Author: BZOTech
Author URI: https://bzotech.com/
Description: With Zagg WordPress template for WooCommerce, you'll elevate your online store by showcasing cutting-edge electronics and phone accessories with style.
Version: 1.4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 6.6
Requires PHP: 7.4
Copyright: © 2024 BZOTech Theme. All rights reserved.
Tags: custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, post-formats, sticky-post, threaded-comments, block-styles, blog, news
Text Domain: bw-zagg
*/


/* High-specificity rules to override theme styles and sit directly under Add to Cart */
.woocommerce div.product form.cart .whatsapp-order-btn.button,
.single-product .whatsapp-order-btn.button {
  display: block !important;         /* makes it appear on its own line below the Add to Cart button */
  width: 100% !important;            /* same width as Add to Cart */
  margin: 8px 0 8px 0 !important;      /* small gap above */
  background: #25D366 !important;
  color: #fff !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  padding: 12px 16px !important;
  text-align: center !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.12) !important;
  line-height: 1 !important;
}

.woocommerce div.product form.cart .whatsapp-order-btn.button:hover {
  background: #1ebe5d !important;
  color: #fff !important;
}

/* small icon spacing */
.woocommerce div.product form.cart .whatsapp-order-btn .wa-icon {
  margin-right: 8px;
  vertical-align: middle;
}
