/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/
.archive-product-short-desc{
    font-size:12px;
    color:#000;
}
.archive-product-short-desc p{
margin-block-end:0;

}
.archive .product-details{
	text-align: center;
}
.archive-product-sku{
     font-size:12px;
}
.woocommerce ul.products li.product .wpex-loop-product-images {
    background: #fff !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
}

.woocommerce ul.products li.product img.woo-entry-image-main,
.woocommerce ul.products li.product img.wp-post-image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #fff !important;
    aspect-ratio: auto !important;
}

.woocommerce ul.products li.product .product-inner,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .woo-entry-image,
.woocommerce ul.products li.product .wpex-image-hover {
    background: #fff !important;
}