/*
 * Hummingbird cart-detailed-product-line renders the regular price natively inside
 * .product-line__item--prices when a specific price applies.
 * Hide our hook-injected discount block in that context to avoid duplication.
 * In the blockcart modal there is no .product-line__item--prices ancestor, so it remains visible.
 */
.product-line__item--prices:has(.product-line__item-regular-price) .sailonet-discount-display {
    display: none;
}


