Winter Gloves - Black Palm - Glacier Products
Winter Gloves - ICE BAY Sharkskin Neoprene - Glacier Products
Winter Gloves - Black Palm - Glacier Products
Winter Gloves - ICE BAY Sharkskin Neoprene - Glacier Products
Winter Glove Liners
Winter Gloves -- Unger
Winter Gloves - Black Palm - Glacier Products
Winter Gloves - ICE BAY Sharkskin Neoprene - Glacier Products
Winter Glove Liners
Description
Neoprene
This glove is made of a longer lasting Japanese Neoprene. 2mm thick blind stitched and is seam sealed for complete waterproof protection. Has a sharkskin textured all around for sure grip.
Available in M, L, XL
Features
- Warm
- Flexible
- Textured All Around
- NEW Wrist Strap
Order Gloves one Size Larger when Using 008 Liners
Measure around the palm. DO NOT include the thumb area.
Size Chart:
| Size | Fits Hands |
| M | Up to 8.5 in (21.5 cm) |
| L | 8.5-9.25 in (21.5-23.5 cm) |
| XL | 9.25-9.75 in (23.5-25 cm) |
Neoprene gloves (with care) should last one season. Use extra care around ladders and while using poles. Gloves will loose water resistance with regular wear and tear.
No Warranties, Exchanges, or Returns on Winter Gloves
Customer Reviews
Keep your hands dry
I have bought every pair of waterproof gloves, and these are my favorites. They are thin enough that you can still use your fingers, and they keep your hands dry. They aren't insulated, so they don't do much to keep them warm, but they keep them dry.
Add a Review
\r\n"; var cleanedName = window.cleanSchemaText(typeof rawName === 'string' ? rawName : (rawName != null ? String(rawName) : '')); var cleanedDescription = window.cleanSchemaText(typeof rawDescription === 'string' ? rawDescription : (rawDescription != null ? String(rawDescription) : '')); function getPriceValidUntilOneYearOut() { var date = new Date(); date.setFullYear(date.getFullYear() + 1); return date.toISOString().split('T')[0]; } schema.type = 'application/ld+json'; schema.text = JSON.stringify({ "@context": "https://schema.org/", "@type": "Product", "name": cleanedName, "image": ["https://cdn11.bigcommerce.com/s-3ff42/images/stencil/original/products/2711/22497/016BK__77304.1360358390.220.220_1761660267__93750.1764948000.jpg?c=2"], "description": cleanedDescription, "sku": "016BK", "brand": { "@type": "Brand", "name": "Glacier" }, "aggregateRating": { "@type": "AggregateRating", "ratingValue": "5", "reviewCount": "1" }, "review": { "author": { "@type": "Organization", "name": "abc Window Cleaning Supply" }, "name": "Winter Gloves -- Kenai - Glacier Products", "reviewRating": { "@type": "Rating", "ratingValue": "5" } }, "offers": { "@type": "Offer", "itemCondition": "https://schema.org/NewCondition", "availability": "https://schema.org/InStock", "sku": "016BK", "priceCurrency": "USD", "priceValidUntil": getPriceValidUntilOneYearOut(), "url": window.location.href, "seller": { "@type": "Organization", "name": "abc Window Cleaning Supply" }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 30, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "returnShippingFeesAmount": { "@type": "MonetaryAmount", "value": 1.00, "currency": "USD" }, "restockingFee": { "@type": "MonetaryAmount", "value": 20, "currency": "USD" }, "applicableCountry": "US" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "shippingRate": { "@type": "MonetaryAmount", "value": 1.00, "currency": "USD" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 3, "unitCode": "d" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 2, "maxValue": 7, "unitCode": "d" } } }, "price": 29.9, "valueAddedTaxIncluded": false } }); document.querySelector('body').appendChild(schema); var script = document.getElementById('schema-product'); script.parentElement.removeChild(script); \r\n
\r\n"; var productName = cleanSchemaText(typeof productTitle === 'string' ? productTitle : (productTitle != null ? String(productTitle) : '')); var productDesc = cleanSchemaText(typeof productDescription === 'string' ? productDescription : (productDescription != null ? String(productDescription) : '')); var reviews = [{"name":"David","rating":"5","title":"Keep your hands dry","text":"I have bought every pair of waterproof gloves, and these are my favorites. They are thin enough that you can still use your fingers, and they keep your hands dry. They aren't insulated, so they don't do much to keep them warm, but they keep them dry.","date":"7th Dec 2017"}]; if (!Array.isArray(reviews)) reviews = []; var storeName = "abc Window Cleaning Supply"; var productImage = "https://cdn11.bigcommerce.com/s-3ff42/images/stencil/original/products/2711/22497/016BK__77304.1360358390.220.220_1761660267__93750.1764948000.jpg?c=2"; var productSku = "016BK"; var brandName = "Glacier"; var numReviews = "1"; reviews.forEach(function (review) { var rating = review.rating != null ? review.rating : ''; var title = review.title != null ? String(review.title) : ''; var name = (review.name != null && String(review.name).trim() !== '') ? String(review.name) : 'Anonymous'; var text = review.text != null ? String(review.text) : ''; var schema = { "@context": "https://schema.org/", "@type": "Review", "itemReviewed": { "@type": "Product", "image": productImage, "name": productName, "description": productDesc, "sku": productSku, "brand": { "@type": "Thing", "name": brandName }, "aggregateRating": { "@type": "AggregateRating", "ratingValue": rating, "reviewCount": numReviews }, "review": { "author": { "@type": "Organization", "name": storeName }, "name": productName, "reviewRating": { "@type": "Rating", "ratingValue": rating } } }, "reviewRating": { "@type": "Rating", "ratingValue": rating }, "name": title, "author": { "@type": "Person", "name": name }, "reviewBody": text, "publisher": { "@type": "Organization", "name": storeName } }; var script = document.createElement('script'); script.type = 'application/ld+json'; script.text = JSON.stringify(schema); document.querySelector('body').appendChild(script); }); var container = document.getElementById('schema-product-reviews'); if (container) container.parentNode.removeChild(container); })();
Account
Log in
New Customer
Create an account with us and you'll be able to:
- Check out faster
- Save multiple shipping addresses
- Access your order history
- Track new orders
Forgot Password
Forgot Password
Fill in your email below to request a new password. An email will be sent to the address below containing a link to verify your email address.