/* Default (Desktop) */
.site-main {
    padding: 50px;
}
.product-loop-content {
    padding: 0px !important;
}
.product-loop-content {
     min-height: 0px !important; 
}
/* Tablet (width up to 1024px) */
@media (max-width: 1024px) {
    .site-main {
        padding: 35px;
    }
}

/* Mobile (width up to 767px) */
@media (max-width: 767px) {
    .site-main {
        padding: 15px;
    }
    .loop-add-to-cart-btn{
        font-size: small !important;
    }
    .product-loop-content {
        padding: 5px 0px !important;
    }
    .has-equal-image-height {
        height: 100px !important;
    }
}

.woocommerce-Price-amount.amount{
    color: green;
}
.product .woocommerce-loop-product__title {
    font-size: 20px !important;
}
.animated-meta{
    display: flex !important;
    justify-content: center !important;
}
h2{
    font-size: 20px !important;
    line-height: 20px !important;
}
.has-equal-image-height img {
    height: auto !important;
}
.no-transform .animated-meta{
    align-items: normal !important;
}
/*li.product{*/
/*    box-shadow: 0px 0px 17px 3px var(--wp--preset--color--woostify-primary);*/
/*}*/