.agcore-stock-badge {
  margin-top: 20px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 6px 14px;
  font-family: "Ubuntu-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: #65a19b;
  white-space: nowrap;
}

.agcore-stock-badge--low-stock {
  background: #a38f87;
}

.agcore-stock-badge--sold-out {
  background: #333333;
}

.item-product-category-image .agcore-stock-badge--category {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
}

.product-details .agcore-stock-badge--single {
  margin: 0 0 22px;
}

@media (max-width: 767.98px) {
  .agcore-stock-badge {
    padding: 5px 12px;
    font-size: 12px;
  }

  .item-product-category-image .agcore-stock-badge--category {
    top: 10px;
    left: 10px;
  }
}
