/* 1. Remove "Add to Cart" button from product cards */
.ct-woo-card-actions .add_to_cart_button {
    display: none !important;
}

/* 2. Set "per unit" font size */
.woocommerce ul.products li.product .price .price-uom {
    font-size: 14px !important;
    font-weight: 400;
    margin-left: 2px !important;
}

/* On sale price display */
ul.products li.product .price .sale-price del .woocommerce-Price-amount {
    color: var(--theme-palette-color-3);
    font-size: 16px;
}