Home
/
Store
/
Snowsports
/
Nordic Skiing
/
Wax
Start Natural Cork with Felt
C$12.99
Natural cork with felt One side features felt
In stock: 12 available
Quantity:
1
Add More
Add to Bag
Go to Checkout
Share this product with your friends
Share
Share
Pin it
Customer reviews
Reviews only from verified customers
No reviews yet. You can buy this product and be the first to leave a review.
Start Natural Cork with Felt
Product Details
UPC:
6418016050270
Brand:
Start
Skip to main content
Get 20% OFF ANY shoes SUMMER20OFF | Get 25% OFF apparel SUMMER25OFF
Menu
Give us a Call!
EN
FR
document.addEventListener('DOMContentLoaded', function() { const header = document.querySelector('header'); if (header) { const searchForm = document.createElement('form'); searchForm.action = '/search'; // Replace with actual Lightspeed search URL searchForm.method = 'GET'; searchForm.classList.add('search-form'); const searchInput = document.createElement('input'); searchInput.type = 'text'; searchInput.name = 'q'; searchInput.placeholder = 'Search products...'; searchInput.classList.add('search-input'); const searchButton = document.createElement('button'); searchButton.type = 'submit'; searchButton.innerHTML = '
'; // Icon; ensure FontAwesome or similar is loaded searchForm.appendChild(searchInput); searchForm.appendChild(searchButton); // Insert before cart or append to header const cartIcon = header.querySelector('.cart-icon'); // Adjust selector based on Lightspeed's HTML if (cartIcon) { header.insertBefore(searchForm, cartIcon); } else { header.appendChild(searchForm); } searchForm.addEventListener('submit', function(event) { const query = searchInput.value.trim(); if (!query) { event.preventDefault(); alert('Please enter a search term.'); } }); } });