Chapeaux et casquettes

Filtre par taille

  • XS
  • S
  • M
  • L
  • XL
  • XXL
document.addEventListener('DOMContentLoaded', function () { const target = document.querySelector('.woocommerce'); if (!target) return;const observer = new MutationObserver(() => { window.scrollTo({ top: target.offsetTop, behavior: 'smooth' }); });observer.observe(target, { childList: true, subtree: true }); });