/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* Override warehouse theme hiding "in stock" badge on product grid */
.products-grid .product-miniature-default .product-available {
    display: block;
}
