Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
.product-form__cart-submit {
background-color: red;
border: 2px solid green;
color: white;
}
/* Hover */
.product-form__cart-submit:hover {
background-color: blue !important;
border: 2px solid orange !important;
color: green !important;
}