#product-auth-form {
    max-width: 500px;
    margin: 0 auto;
}
#product-auth-form label{
   color: #fff;
    padding: 10px;
}
#product-auth-form button{
    margin: 15px 0;
    max-width: 500px;
    width: 100%;
    background: #c36;
    color: #fff;
}
.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
    text-align: center;
    font-size: 22px;
    color: #000;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #000000;
}
.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title {
    margin-top: -30px;
}