Change add to cart text colour - PRESTIGE theme

@lkdrumhirk

Please add the following code at the bottom of your assets/theme.css file.

.ProductForm__AddToCart {
    color: #DDBB8B;
}

Thanks!