/* Recent product, brand product fix */
.jq-variants .variants:not(:first-child) {
  display: none;
}
.price-sale .price { color: #e3342f; font-weight: 700; }
.savings-text { color: #e3342f; font-size: 0.85rem; }

.product-image-wrapper { position: relative; }

.sale-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e3342f;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 4px;
  z-index: 1000;
}
#add-to-cart-holder .button-cta, .addtocart-sticky .button-cta, .button-cta, .cart-proceed .button:first-of-type {
	background-color: #0E894A !important;
  transition: background-color .4s ease;
}
#add-to-cart-holder .button-cta:hover, .button-cta:hover, .cart-proceed .button:first-of-type:hover {
  background-color: #0c713d !important;
}
/* Stock */
.stock-urgency {
  font-size: 0.9rem;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.stock-urgency strong { 
  font-weight: 700;
  margin-inline: 2px;
}
.stock-urgency i {
  width: 16px;
  height: 16px;
  background-color: #16a34a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 9px;
}
/* USP List */
.usp-list-highlight { list-style: none; padding-left: 0; }
.usp-list-highlight li { display: flex; align-items: center; margin-bottom: 8px; font-size: 0.95rem; }
.usp-list-highlight li i { color: #0E894A; }
.usp-list-highlight strong { font-weight: 700; }