/**
* Theme Name: Olight Child
* Description: This is a child theme of Olight, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: olight
* Version: 1.1.5
*/

/* Hide all Add to Cart, Wishlist, Compare, and Buy Now buttons */
.single_add_to_cart_button,
.add_to_cart_button,
.product_type_simple,
.product_type_variable,
.buy-now-button,
.woosw-btn,
.woosc-btn,
.woosq-btn,
button[name="add-to-cart"],
.cart,
form.cart,
.single-product .cart,
.added_to_cart,
.ajax_add_to_cart {
  display: none !important;
}

/* Hide wishlist and compare buttons */
.tinv-wraper,
.yith-wcwl-add-to-wishlist,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse,
.compare-button,
.woocommerce-product-gallery__trigger {
  display: none !important;
}

/* WhatsApp Order Button Styling - NEVER HIDE */
.whatsapp-order-button {
  background-color: #25d366 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 12px 30px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
  display: inline-block !important;
  text-decoration: none !important;
  margin-top: 10px !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.whatsapp-order-button:hover {
  background-color: #128c7e !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3) !important;
}

.whatsapp-order-button:before {
  content: "\f232";
  font-family: "Font Awesome 5 Brands";
  margin-right: 8px;
  font-size: 18px;
}
