/*
Theme Name: Horeb African Store
Theme URI:
Author: Jamin
Author URI:
Description: A child theme of Groceria, customized for Horeb African Store.
Version: 1.0.0
Requires at least: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: horebstore
Template: groceria
Tags: e-commerce, woocommerce, child-theme
*/

/* ==============================================
   OUT OF STOCK — IMAGE OVERLAY
   Injected by JS in functions.php onto the
   product image of every out-of-stock card.
   ============================================== */

.horebstore-oos-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  color: #fe2222;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  pointer-events: none;
  z-index: 10;
}

/* Hide the button for out-of-stock products
   since the image overlay replaces it */
li.outofstock .wp-block-woocommerce-product-button,
li.outofstock .wc-block-components-product-button,
li.product.outofstock .button.disabled,
li.product.outofstock a.button.disabled {
  display: none !important;
}
.shop-banner {
    background-image: url('https://horebafricanstore.co.uk/wp-content/themes/horebstore/assets/images/banners/shop-banner.webp') !important;
}