/**!
 * CUSTOM CSS
 */

/* Ensure banner appears over the product image if out of stock*/
.out-of-stock-banner {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  z-index: 10;
  border-radius: 5px;
}

.product img {
  position: relative;
}

/* Highlight T&C box if it isn't ticked on product pages where it is required*/

.highlight-terms {
  border: 2px solid red;
  padding: 5px;
  display: inline-block;
}

.woocommerce_rrp .woocommerce-Price-amount.amount {
  text-decoration: line-through;
}

.h-fit {
  height: fit-content;
}
