// Products Loop

.woocommerce{
    .woocommerce-ordering{ margin-bottom: 0; }
    ul.products{
        li.product{
            .woocommerce-loop-product__title{
                font-size: 1.2em;
            }
            .price{
                color: $text-color;
                font-weight: 500;
                font-size: 1em;
            }
            a{
                &:hover{
                    img{
                        transform: translateY(-3px);
                    }
                }
            }
        }
    }
    a.added_to_cart{
        margin-left: 12px;
        font-size: 14px;
        font-weight: 600;
    }
}


// .woocommerce ul.products li.product .price,
// .woocommerce div.product p.price, .woocommerce div.product span.price{
//     color: $text-color;
//     font-weight: 500;
//     font-size: 1em;
// }
// .woocommerce a.added_to_cart{
//     margin-left: 12px;
//     font-size: 14px;
//     font-weight: 600;
// }