{"product_id":"fruit-picker-rod-adjustable-50-cm-width","title":"Adjustable Fruit Picker Rod | 50 CM Width","description":"\u003cstyle\u003e\n  .fh-product {\n    --fh-green: #2f6b3c;\n    --fh-green-dark: #204c2b;\n    --fh-green-soft: #eef7f0;\n    --fh-orange: #e88424;\n    --fh-cream: #fffaf1;\n    --fh-heading: #1d2d21;\n    --fh-text: #48534a;\n    --fh-border: #dbe8dd;\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--fh-text);\n    font-family: inherit;\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .fh-product * {\n    box-sizing: border-box;\n  }\n\n  .fh-product h1,\n  .fh-product h2,\n  .fh-product h3,\n  .fh-product p {\n    margin-top: 0;\n  }\n\n  .fh-product img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n    margin: 0 auto;\n    border-radius: 14px;\n  }\n\n  \/* HERO *\/\n  .fh-hero {\n    padding: 27px 20px 20px;\n    margin-bottom: 18px;\n    text-align: center;\n    background: var(--fh-cream);\n    border: 1px solid #eee0c8;\n    border-radius: 20px;\n    overflow: hidden;\n  }\n\n  .fh-badge {\n    display: inline-block;\n    padding: 6px 14px;\n    margin-bottom: 12px;\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.3;\n    letter-spacing: 0.7px;\n    text-transform: uppercase;\n    background: var(--fh-orange);\n    border-radius: 30px;\n  }\n\n  .fh-hero h1 {\n    max-width: 680px;\n    margin: 0 auto 11px;\n    color: var(--fh-heading);\n    font-size: 27px;\n    line-height: 1.25;\n  }\n\n  .fh-hero p {\n    max-width: 660px;\n    margin: 0 auto 18px;\n  }\n\n  \/* QUICK BENEFITS *\/\n  .fh-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 9px;\n    margin-bottom: 20px;\n  }\n\n  .fh-benefit {\n    padding: 13px 9px;\n    color: var(--fh-heading);\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n    background: #ffffff;\n    border: 1px solid var(--fh-border);\n    border-radius: 11px;\n    box-shadow: 0 4px 14px rgba(32, 76, 43, 0.05);\n  }\n\n  \/* CONTENT CARDS *\/\n  .fh-content-card {\n    padding: 18px;\n    margin-bottom: 17px;\n    background: #ffffff;\n    border: 1px solid var(--fh-border);\n    border-radius: 17px;\n    box-shadow: 0 6px 20px rgba(32, 76, 43, 0.06);\n  }\n\n  .fh-content-card h2 {\n    margin-bottom: 7px;\n    color: var(--fh-heading);\n    font-size: 20px;\n    line-height: 1.35;\n  }\n\n  .fh-content-card p {\n    margin-bottom: 15px;\n  }\n\n  .fh-content-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .fh-label {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 7px;\n    color: var(--fh-green);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.6px;\n    text-transform: uppercase;\n  }\n\n  .fh-label::before {\n    width: 20px;\n    height: 2px;\n    content: \"\";\n    background: var(--fh-orange);\n    border-radius: 5px;\n  }\n\n  \/* SECTION TITLE *\/\n  .fh-section-title {\n    margin: 27px 0 15px;\n    color: var(--fh-heading);\n    font-size: 22px;\n    line-height: 1.3;\n    text-align: center;\n  }\n\n  \/* USES *\/\n  .fh-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 9px;\n    margin-bottom: 20px;\n  }\n\n  .fh-use {\n    padding: 13px 8px;\n    color: var(--fh-heading);\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n    background: var(--fh-green-soft);\n    border: 1px solid var(--fh-border);\n    border-radius: 11px;\n  }\n\n  .fh-use span {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 22px;\n  }\n\n  \/* SPECIFICATIONS *\/\n  .fh-specification {\n    padding: 20px 18px;\n    margin: 20px 0;\n    background: var(--fh-green-soft);\n    border: 1px solid var(--fh-border);\n    border-radius: 17px;\n  }\n\n  .fh-specification h2 {\n    margin-bottom: 14px;\n    color: var(--fh-heading);\n    font-size: 21px;\n    line-height: 1.3;\n    text-align: center;\n  }\n\n  .fh-table {\n    width: 100%;\n    overflow: hidden;\n    border-collapse: separate;\n    border-spacing: 0;\n    background: #ffffff;\n    border: 1px solid var(--fh-border);\n    border-radius: 12px;\n  }\n\n  .fh-table th,\n  .fh-table td {\n    padding: 12px 13px;\n    text-align: left;\n    vertical-align: middle;\n    border-bottom: 1px solid var(--fh-border);\n  }\n\n  .fh-table th {\n    width: 44%;\n    color: var(--fh-heading);\n    font-weight: 700;\n    background: #f9fcf9;\n  }\n\n  .fh-table td {\n    color: var(--fh-text);\n  }\n\n  .fh-table tr:last-child th,\n  .fh-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  \/* WHY CHOOSE *\/\n  .fh-why {\n    padding: 22px 18px;\n    margin-top: 20px;\n    color: #ffffff;\n    background: var(--fh-green-dark);\n    border-radius: 18px;\n  }\n\n  .fh-why h2 {\n    margin-bottom: 14px;\n    color: #ffffff;\n    font-size: 21px;\n    line-height: 1.3;\n    text-align: center;\n  }\n\n  .fh-why-list {\n    display: grid;\n    gap: 9px;\n  }\n\n  .fh-why-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    padding: 12px;\n    color: #f5f8f5;\n    background: rgba(255, 255, 255, 0.09);\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: 10px;\n  }\n\n  .fh-check {\n    flex: 0 0 auto;\n    color: #ffbf58;\n    font-weight: 900;\n  }\n\n  .fh-final {\n    padding: 17px;\n    margin-top: 16px;\n    color: #684211;\n    text-align: center;\n    background: #fff5e6;\n    border: 1px solid #efd2a4;\n    border-radius: 13px;\n  }\n\n  .fh-final strong {\n    display: block;\n    margin-bottom: 3px;\n    color: #51320c;\n    font-size: 17px;\n  }\n\n  @media (max-width: 600px) {\n    .fh-product {\n      font-size: 14px;\n    }\n\n    .fh-hero {\n      padding: 22px 14px 15px;\n      border-radius: 15px;\n    }\n\n    .fh-hero h1 {\n      font-size: 22px;\n    }\n\n    .fh-section-title {\n      font-size: 20px;\n    }\n\n    .fh-content-card {\n      padding: 14px;\n      border-radius: 14px;\n    }\n\n    .fh-content-card h2,\n    .fh-specification h2,\n    .fh-why h2 {\n      font-size: 18px;\n    }\n\n    .fh-use-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .fh-benefit {\n      padding: 11px 6px;\n      font-size: 12px;\n    }\n\n    .fh-table th,\n    .fh-table td {\n      padding: 10px 9px;\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fh-product\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"fh-hero\"\u003e\n    \u003cspan class=\"fh-badge\"\u003eEasy and Efficient Fruit Picking\u003c\/span\u003e\n\n    \u003ch1\u003e🍎 Harvest Fresh Fruit Without Climbing Trees\u003c\/h1\u003e\n\n    \u003cp\u003e\n      The \u003cstrong\u003eAdjustable Fruit Harvester with Cloth Collection Bag\u003c\/strong\u003e\n      helps you pick fruits from high branches more conveniently while reducing\n      the need for ladders and unnecessary climbing.\n    \u003c\/p\u003e\n\n    \u003cimg src=\"https:\/\/www.myagrovet.co.ke\/images\/products\/8013\/f00c6edbff5cd42924c84d4a7bc941cc.jpg\" alt=\"Adjustable fruit harvester with cloth collection bag\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- QUICK BENEFITS --\u003e\n  \u003cdiv class=\"fh-benefits\"\u003e\n    \u003cdiv class=\"fh-benefit\"\u003e✓ Adjustable Long Reach\u003c\/div\u003e\n    \u003cdiv class=\"fh-benefit\"\u003e✓ Strong Metal Picking Head\u003c\/div\u003e\n    \u003cdiv class=\"fh-benefit\"\u003e✓ Soft Cloth Collection Bag\u003c\/div\u003e\n    \u003cdiv class=\"fh-benefit\"\u003e✓ Lightweight Manual Design\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PARAGRAPH + IMAGE 1 --\u003e\n  \u003csection class=\"fh-content-card\"\u003e\n    \u003cspan class=\"fh-label\"\u003eSafer Harvesting\u003c\/span\u003e\n\n    \u003ch2\u003eReach High Branches More Easily\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Picking fruit from tall trees can be difficult and risky when it requires\n      climbing or repeatedly repositioning a ladder. The adjustable design\n      provides extended reach from ground level, making harvesting easier for\n      home gardens, farms and orchards.\n    \u003c\/p\u003e\n\n    \u003cimg loading=\"lazy\" src=\"https:\/\/www.myagrovet.co.ke\/images\/products\/8013\/308261b2b5d49e99522569d2a33b6488.jpg\" alt=\"Fruit harvester reaching fruit on a high tree branch\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PARAGRAPH + IMAGE 2 --\u003e\n  \u003csection class=\"fh-content-card\"\u003e\n    \u003cspan class=\"fh-label\"\u003eGentle Picking Action\u003c\/span\u003e\n\n    \u003ch2\u003eCurved Prongs Help Detach Fruit Carefully\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The strong metal picking head features smooth, curved prongs that fit\n      around stems and help detach ripe fruit from branches. The practical\n      design helps reduce unnecessary pulling, bruising and damage during\n      collection.\n    \u003c\/p\u003e\n\n    \u003cimg loading=\"lazy\" src=\"https:\/\/www.myagrovet.co.ke\/images\/products\/8013\/b10087f8e51ac40bf2b76ec715fd49e1.jpg\" alt=\"Curved metal prongs on the fruit harvesting tool\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PARAGRAPH + IMAGE 3 --\u003e\n  \u003csection class=\"fh-content-card\"\u003e\n    \u003cspan class=\"fh-label\"\u003eConvenient Collection\u003c\/span\u003e\n\n    \u003ch2\u003eFruit Falls Directly Into the Attached Cloth Bag\u003c\/h2\u003e\n\n    \u003cp\u003e\n      A spacious collection bag is securely positioned beneath the picking\n      head. Once detached, the fruit drops directly into the bag instead of\n      falling to the ground, helping protect it from impact, dirt and\n      unnecessary damage.\n    \u003c\/p\u003e\n\n    \u003cimg loading=\"lazy\" src=\"https:\/\/www.myagrovet.co.ke\/images\/products\/8013\/7f97063981c15218004fc0d00e695edc.jpg\" alt=\"Cloth collection bag attached to the fruit picker\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PARAGRAPH + IMAGE 4 --\u003e\n  \u003csection class=\"fh-content-card\"\u003e\n    \u003cspan class=\"fh-label\"\u003eStrong and Lightweight\u003c\/span\u003e\n\n    \u003ch2\u003eBuilt for Comfortable, Repeated Use\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Made with an aluminium-alloy body and steel handle components, this\n      manual fruit harvester combines strength with manageable weight. It is\n      comfortable to position and carry while harvesting multiple trees.\n    \u003c\/p\u003e\n\n    \u003cimg loading=\"lazy\" src=\"https:\/\/www.myagrovet.co.ke\/images\/products\/8013\/134b199b6fcef111b3363007b1d37d5e.jpg\" alt=\"Strong lightweight adjustable fruit harvesting tool\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SUITABLE FRUITS --\u003e\n  \u003ch2 class=\"fh-section-title\"\u003eSuitable for Different Tree-Grown Fruits\u003c\/h2\u003e\n\n  \u003cdiv class=\"fh-use-grid\"\u003e\n    \u003cdiv class=\"fh-use\"\u003e\n      \u003cspan\u003e🍎\u003c\/span\u003e\n      Apples\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fh-use\"\u003e\n      \u003cspan\u003e🥭\u003c\/span\u003e\n      Mangoes\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fh-use\"\u003e\n      \u003cspan\u003e🍐\u003c\/span\u003e\n      Pears\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fh-use\"\u003e\n      \u003cspan\u003e🍊\u003c\/span\u003e\n      Oranges\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fh-use\"\u003e\n      \u003cspan\u003e🍑\u003c\/span\u003e\n      Peaches\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fh-use\"\u003e\n      \u003cspan\u003e🌿\u003c\/span\u003e\n      Guavas\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"fh-specification\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n    \u003ctable class=\"fh-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth\u003eProduct Name\u003c\/th\u003e\n          \u003ctd\u003eFruit Harvester\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eMain Material\u003c\/th\u003e\n          \u003ctd\u003eAluminium Alloy\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eHandle Material\u003c\/th\u003e\n          \u003ctd\u003eSteel\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003ePower Source\u003c\/th\u003e\n          \u003ctd\u003eManual\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eAdjustable Length\u003c\/th\u003e\n          \u003ctd\u003eApproximately 1.6 m–4 m\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eCollection Type\u003c\/th\u003e\n          \u003ctd\u003eAttached Cloth Bag\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY CHOOSE --\u003e\n  \u003csection class=\"fh-why\"\u003e\n    \u003ch2\u003eWhy Choose This Fruit Harvester?\u003c\/h2\u003e\n\n    \u003cdiv class=\"fh-why-list\"\u003e\n      \u003cdiv class=\"fh-why-item\"\u003e\n        \u003cspan class=\"fh-check\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eHelps pick fruit from tall branches while standing on the ground.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fh-why-item\"\u003e\n        \u003cspan class=\"fh-check\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eReduces the need for frequent ladder climbing and repositioning.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fh-why-item\"\u003e\n        \u003cspan class=\"fh-check\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eCollects detached fruit before it falls onto the ground.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fh-why-item\"\u003e\n        \u003cspan class=\"fh-check\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eSuitable for home gardens, farms and commercial orchards.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fh-why-item\"\u003e\n        \u003cspan class=\"fh-check\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eManual operation means no electricity, fuel or charging is needed.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL MESSAGE --\u003e\n  \u003cdiv class=\"fh-final\"\u003e\n    \u003cstrong\u003ePick More Fruit With Less Effort\u003c\/strong\u003e\n    Make seasonal harvesting easier, safer and more efficient with this\n    practical adjustable fruit-picking tool.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Grovity","offers":[{"title":"Default Title","offer_id":48087010410654,"sku":null,"price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/3104\/5534\/files\/1.jpg?v=1785913318","url":"https:\/\/grovity.store\/products\/fruit-picker-rod-adjustable-50-cm-width","provider":"Grovity","version":"1.0","type":"link"}