/* test: low stock badges on product cards */
body:not(.rev-active) .rev-badge__low_stock {
    display:none;
}