/* Custom styling for In Stock status text */
.productView-info-item[data-inventory] .productView-info-value {
  font-family: Anuphan;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #00A63E;
}
