/* Hide the (Optional) label for product options */
.form-label .is-optional {
  display: none; }

/* Hide the required asterisk if necessary (less common) */
.form-label .required-indicator {
  display: none; }

.btn.add-to-wishlist {
  font-size: 8px;
  /* Adjust size as needed */ }
