/* Product listing stock-state colors. Delayed availability intentionally stays orange. */
:is(.category-products, .brand-products, .collection-products)
    .products-grid .review-custom-tatva > .noavailable.azb-stock-state--unavailable::before {
    background: #c62828 !important;
}
