20 € OFFERED*

FREE DELIVERY IN WITHDRAWAL POINT FROM 39 € OF PURCHASES*

FREE RETRUNS

30 DAYS TO CHANGE YOUR MIND*

PAYMENT IN 3X OR 4X TIMES CB FREE OF CHARGE*

kcorral.com | ©2023 All Rights Reserved

// Wait for the DOM to be ready document.addEventListener('DOMContentLoaded', function() { // Get the element with the specified class var storeNotice = document.querySelector('.woocommerce-store-notice.demo_store'); // Check if the element exists before trying to hide it if (storeNotice) { // Hide the element storeNotice.style.display = 'none'; } });