/* Shanvio Sticky ATC */
(function() {
if (!document.querySelector('.product-form__submit, [name="add"]')) return;
var origBtn = document.querySelector('.product-form__submit') || document.querySelector('[name="add"]');
var priceEl = document.querySelector('.price__regular .price-item, .price-item--regular');
var bar = document.createElement('div');
bar.className = 'shanvio-sticky-atc';
bar.innerHTML = '' + (priceEl ? priceEl.textContent.trim() : '') + '';
document.body.appendChild(bar);
bar.querySelector('button').addEventListener('click', function() { origBtn.click(); });
var obs = new IntersectionObserver(function(entries) {
bar.classList.toggle('is-visible', !entries[0].isIntersecting);
}, { threshold: 0 });
obs.observe(origBtn);
})();
Contact Us
Hi,
Thank you so much for dropping by my store.
My name is Nishant, and I have put together a fantastic selection of products that I am really passionate about. I really hope you enjoy browsing my store.
Should you have any questions, please don’t hesitate to contact me on the form below.