/* Fix for invisible disabled Add to Cart button */
button[disabled],
.shopify-payment-button__button[disabled],
.product-form__submit[disabled] {
background-color: #f0f0f0 !important;
color: #999 !important;
border: 1px solid #ccc !important;
cursor: not-allowed;
}
/* Ensure Add to Cart button is always visible */
.product-form__submit,
button[name="add"] {
color: #333 !important; /* or #000 if you want black */
}
- Choosing a selection results in a full page refresh.
- Opens in a new window.