/*
Theme Name:   perfume-child
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/

/* Product card vertical layout - image on top */
ul.products li.product .product-inner {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
}
ul.products li.product .product-image-wrapper,
ul.products li.product .product-image-wrap,
ul.products li.product a.woocommerce-loop-product__link > img,
ul.products li.product .attachment-woocommerce_thumbnail {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    float: none !important;
}
ul.products li.product .caption,
ul.products li.product .product-info,
ul.products li.product .content-product {
    width: 100% !important;
    flex: 1 1 auto !important;
    padding-left: 0 !important;
}
/* Center product card text like reference */
ul.products li.product .caption {
    text-align: center !important;
}