/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* CATEGORY PAGE */
#category .products .product-miniature{
    min-height:350px;
}
#category .products .product-miniature .product-container{
    min-height:300px;
}
#category .block-subcategory .subcategories-box{
    min-height:100px;
    display:flex;
    align-items:center;
}