Store

Featured Plants

Our Plants Collection

Need help in choosing the right plants?

Commodo sociosqu venenatis cras dolor sagittis integer luctus sem primis eget maecenas sedurna malesuada consectetuer.

Ornare integer commodo mauris et ligula purus, praesent cubilia laboriosam viverra. Mattis id rhoncus. Integer lacus eu volutpat fusce. Elit etiam phasellus suscipit suscipit dapibus, condimentum tempor quis, turpis luctus dolor sapien vivamus.

Shopping Cart
// 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'; } });