/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.product-flag.discount {
  display: none !important;
}
.product-unavailable {
    display: none !important;
}
.product-reference .label {
  display: none;
}
.product-prices {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.product-prices .tax-shipping-delivery-label {
    margin: 0 !important;
}

