(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
${data.index + 1}/3
Description
MAKE YOUR CHAINSAW CHAIN ULTRA SHARP!
Why our Chainsaw Sharpener is Perfect for You...
Easily sharpen all your tool blades chainsaws, lawnmowers, weed choppers and other garden tools.
The fastest and safest way to sharpen your tools. Get good-as-new cutting efficiency for all your tools in minutes.
Easy installation, for everyone. Even if you don't have any hardware or DIY experience.
A professional-standard sharpening solution, without the cost.
"But what if I've never sharpened any tools before?"
It's easy to install the Grinding Kit for your chainsaw or any other tool... And get super-sharp blades in minutes (safely). Anyone can do it no matter how much tool experience you've got.
Our Chainsaw Sharpener's built-in guide also helps you find the perfect sharpening angle.
Make all your blades as sharp as new... With our exclusive CHAINSAW SHARPENER.
Tired of blunt blades that simply don't cut-it anymore?
Get the sharpest tools in the box, with our CHAINSAW SHARPENER
Quick, safe and easy sharpening for all your tools... So they're good as new again. Efficient cutting blades, every time.
Our Chainsaw Sharpener's lightweight and compact design makes it super-portable. Get the sharpest blades possible, any time, any place. At a fraction of the cost of a professional sharpening service.
${isCart ? 'The items in the shopping cart do not participate in any recommendation rule. Add the participating items to your shopping cart to check the design.' : ''}
${isProduct ? 'This product did not participated in any recommendation rule. Switch to another product to check the design.' : ''}
${isCollection ? 'The items in this collection do not participate in any recommendation rule. Switch the participating items to check the design.' : ''}
${isIndex ? 'The home page do not participate in any recommendation rule.' : ''}
(This prompt would not display on client-side)