PRAXO Cordless Grass Shear Mini Shrubbery Trimmer, 7.2V Handheld Hedge Clippers Electric Hedge Trimmer 2000mAh, 2 in-1 Grass Clippers Trimmer Grass Cutter, Rechargeable Battery and Charger for Garden
PRAXO Cordless Grass Shear Mini Shrubbery Trimmer, 7.2V Handheld Hedge Clippers Electric Hedge Trimmer 2000mAh, 2 in-1 Grass Clippers Trimmer Grass Cutter, Rechargeable Battery and Charger for Garden
PRAXO Cordless Grass Shear Mini Shrubbery Trimmer, 7.2V Handheld Hedge Clippers Electric Hedge Trimmer 2000mAh, 2 in-1 Grass Clippers Trimmer Grass Cutter, Rechargeable Battery and Charger for Garden
PRAXO Cordless Grass Shear Mini Shrubbery Trimmer, 7.2V Handheld Hedge Clippers Electric Hedge Trimmer 2000mAh, 2 in-1 Grass Clippers Trimmer Grass Cutter, Rechargeable Battery and Charger for Garden
PRAXO Cordless Grass Shear Mini Shrubbery Trimmer, 7.2V Handheld Hedge Clippers Electric Hedge Trimmer 2000mAh, 2 in-1 Grass Clippers Trimmer Grass Cutter, Rechargeable Battery and Charger for Garden

PRAXO Cordless Grass Shear Mini Shrubbery Trimmer, 7.2V Handheld Hedge Clippers Electric Hedge Trimmer 2000mAh, 2 in-1 Grass Clippers Trimmer Grass Cutter, Rechargeable Battery and Charger for Garden

$31.99
$0.00
-$-31.99
Quantity
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Vendor by: PRAXO
SKU: DE31FC

☘【Lighweight and Practical】cordless grass shears handheld are excellent for light-duty trimming of hedges and thin branches and work excellent for keeping topiaries neat too, which is suitable for where things grow very quickly, the need for trimming is frequent. at just 2.2 pounds, electric hedge clippers battery powered is lightweight, cordless hedge trimmer is the perfect solution balancing wanting to care for the yard and physical limitations like arthritis hands.

☘ 【2 IN 1 Function】The cordless grass cutter is equipped with sharp blades (5.91'' long shrub shear and 3.35'' wide grass shear), providing perfect trimming effects for lawn, hedge, or garden edges,dead perennial plants, cleaning small shrubs and twigs in the yard. The hedge trim blades - are best suitable for less than 7.95mm thickness branches. Electric hedge clippers 2-in-1 Design makes it easy to change from hedger to grass trimmer. worked great for foliage around our flower bed and trimming branches. the compact body ensures that battery operated hedge trimmer can fit into a variety of small spaces.

☘ 【Powerful Motor】Electric grass cutter Design With an Upgraded High- Speed Motor, delivering up to 1100 strokes per minute, it has built-in anti-vibration technology making shrub trimmer heaps more comfortable to handle and use for a prolonged amount of time. electric bush trimmer cordless greatly improves your cutting efficiency, and does a great job on small hedges, bougainvilleas, or the like.

☘ 【USB Rechargable】Hedge clippers battery powered is equipped with a 2000mAh Li-ion battery, the battery hedge trimmer lasts approx a good 45-60 minutes on a full charge, type-C charging cable can be charged from a mobile phone charger, laptop/PC, car, or power bank USB port, making charging more convenient anywhere. The electric grass shears cordless design gets rid of troublesome cords and allows you to carry outdoors without any restrictions. hassle-free, cordless operation.

☘ 【Safety design】Cordless grass clippers handheld put users' safety as the highest priority, both the switch and the top handle need to be engaged for the motor to run which ensures that you and your loved ones are always away from danger. and bush trimmer battery powered comes with a blade cover for easy storage. if you do not want to pay bills for gardeners, this cordless shrub trimmers cordless with battery tool can help exercise doing garden trimming even if you are a beginner.

  • Specification:

    Battery capacity: 2000mAh
    Battery voltage: 7.2V
    Running time: Up to 60min
    Charging time: 2h
    Shrub blade length: 5.91 inch
    Gress blade width: 3.35 inches
    Tooth opening: 8mm
  • How to Use:

    Put the tail of the cutter head into the card slot.
    Simultaneously press the buttons on both sides above the cutter head.
    Press the button to push the cutter head upward, insert the card slot and release the button.
    Press the two buttons indicated by the arrows above at the same time to use.
  • Package List:

    1 x Handle
    2 x Replacement Blade
    1 x Connecting Cable
    1 x Instructio
Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.