.woocommerce ul.products li.product {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    text-align: center;
    padding: 12px;
    transition: box-shadow 0.2s;
}
.woocommerce ul.products li.product:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.woocommerce ul.products li.product .price {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.onsale {
    background: #FF4500 !important;
    color: #fff !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}
