/* ==========================================================================
   AURA LUXIFY — Homepage: Best Selling & Latest Products button color
   Scoped precisely to those two sections via the anchor IDs already added
   for the header's "jump to section" links — nothing else on the homepage
   is touched.
   ========================================================================== */

#best-selling-products .button,
#best-selling-products .add_to_cart_button,
#latest-products .button,
#latest-products .add_to_cart_button{
  background-color:#2C3A32 !important;
  border-color:#2C3A32 !important;
  color:#fff !important;
}
#best-selling-products .button:hover,
#best-selling-products .add_to_cart_button:hover,
#latest-products .button:hover,
#latest-products .add_to_cart_button:hover{
  background-color:#3A4B41 !important;
  border-color:#3A4B41 !important;
  color:#fff !important;
}
