.gomst-product {
    span.onsale,
    .onsale {
        min-width: initial;
        min-height: initial;
        font-size: 0.9rem;
        line-height: 1.2rem;
        padding: 0.2rem 0.8rem;
        border-radius: 20rem;
        background-color: #000;
        margin: 0 !important;
    }
    .woocommerce-loop-product__title {
        font-size: 1rem;
        color: #000;
        padding: 0;
        margin-bottom: 1rem;
        line-height: 1.2rem;
    }
    .star-rating {
        color: #000;
    }
    .price {
        .woocommerce-Price-amount {
            font-size: 1rem;
            color: #000;
            padding: 0;
            margin-bottom: 1rem;
            line-height: 1.2rem;
            del {
                color: #808080;
            }
        }
    }
    a.button,
    .button {
        padding: 0.8rem 1rem;
        border-radius: 0.5rem;
        border: 2px solid #000;
        background: #000;
        color: #fff;
        font-size: 1rem;
        line-height: 1.2rem;
        font-weight: 500;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        &:hover {
            background: #fff;
            color: #000;
        }
    }
    .added_to_cart.wc-forward {
        color: #000;
        font-size: 1rem;
        line-height: 1.2rem;
        padding: 0;
        margin-top: 1rem;
        font-weight: 500;
    }
}