/*
Theme Name: PressMart Child
Theme URI: https://pressmart.presslayouts.com/
Author: PressLayouts
Description: This is a child theme for PressMart
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: pressmart
Text Domain: pressmart-child
*/

body .products {
    row-gap: 20px;
}
body .products div.product {
    padding: 0 10px;
}
body .product-wrapper {
    border: 1px solid #eee;
}
.price ins bdi {
    color: #b01e39;
}
body .woocommerce-LoopProduct-link {
    display: block;
    text-align: center;
}
body .woocommerce-LoopProduct-link img {
    height: 300px;
    object-fit: cover;
    width: auto;
}