Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
window.onscroll = function() {
var button = document.querySelector('.product-form__submit');
if (button) {
button.classList.add('sticky-add-to-cart');
}
};
};