/*
Theme Name: Storefront Child
Theme URI: http://example.com/storefront-child
Description: Child theme for Storefront.
Author: Your Name
Author URI: http://example.com
Template: storefront
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, responsive-layout
Text Domain: storefront-child
*/

/* Custom styles go here */

.type-product {
    display: flex;
    align-items: flex-start;
}
