/* https://github.com/HOFA-GmbH/shop-woocommerce/issues/1826 */
ul.products li.product:hover .woocommerce-LoopProduct-link {
    color: #ee7f00 !important;
}

ul.products li.product a.button {
    display: none;
}

ul.products li.product:not(.product-category) {
    padding-bottom: 0 !important;
}

.hofa-available-now {
    color: rgb(25, 157, 4);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0.5rem;
}
