{"product_id":"ergonomic-back-saving-trimmer-grip-rjc","title":"Ergonomische rugbesparende trimmergreep","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Hardware \/ Gardening Tool (Ergonomic Trimmer Grip)\nTarget Audience: Landscapers, Homeowners, Seniors, People with back strain\nVisual Style: Rugged, Professional, Ergonomic, Reliable\nColor Strategy: Forest Green (Reliability\/Nature) with High-Contrast Dark Text and Light Gray Cards\nShape Strategy: Radius 8px-12px (Industrial yet friendly, avoiding sharp aggressive edges)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 32-44px, Body 18-20px)\nMobile Table Strategy: Card-based Flex layout (No horizontal scroll, full visibility)\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n    \/* Design System Colors *\/\n    --primary: #2e6b3c;\n    --primary-light: #e6f0e9;\n    --text-main: #111827;\n    --text-sub: #4b5563;\n    --bg-body: #ffffff;\n    --bg-card: #f9fafb;\n    --border-color: #e5e7eb;\n    \n    \/* Radii \u0026 Shadows *\/\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n  }\n\n  \/* Global Reset \u0026 Box Sizing within container *\/\n  .product-detail-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    overflow-wrap: break-word;\n    word-break: break-word;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n  }\n\n  \/* Typography System *\/\n  .product-detail-container h1, \n  .product-detail-container h2, \n  .product-detail-container h3 {\n    margin-top: 0;\n    font-weight: 800;\n    color: var(--text-main);\n    line-height: 1.2;\n  }\n\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    margin-bottom: clamp(1rem, 3vw, 1.5rem);\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    margin-bottom: clamp(1rem, 2.5vw, 1.25rem);\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 3vw, 24px);\n    margin-bottom: 0.75rem;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2.5vw, 20px);\n    line-height: 1.7;\n    color: var(--text-sub);\n    margin-top: 0;\n    margin-bottom: 1.5rem;\n  }\n\n  \/* Structural Spacing *\/\n  .pd-section {\n    padding-top: clamp(2rem, 5vw, 4rem);\n    padding-bottom: clamp(2rem, 5vw, 4rem);\n    border-bottom: 1px solid var(--border-color);\n  }\n  \n  .pd-section:last-child {\n    border-bottom: none;\n  }\n\n  \/* Non-clickable Badges *\/\n  .social-proof-badge {\n    display: inline-flex;\n    align-items: center;\n    background-color: var(--primary-light);\n    color: var(--primary);\n    padding: 0.5rem 1rem;\n    border-radius: 50px;\n    font-weight: 700;\n    font-size: clamp(16px, 2vw, 18px);\n    margin-bottom: 1.5rem;\n  }\n\n  .tech-badge {\n    display: inline-block;\n    background: var(--bg-card);\n    border: 1px solid var(--border-color);\n    color: var(--text-sub);\n    padding: 0.5rem 1rem;\n    border-radius: var(--radius-md);\n    font-size: 16px;\n    font-weight: 600;\n    margin-right: 0.5rem;\n    margin-bottom: 1rem;\n  }\n\n  \/* Image \u0026 Media Protocol *\/\n  .pd-img-fluid {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .img-placeholder {\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    background-color: var(--bg-card);\n    border: 2px dashed #9ca3af;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: var(--radius-lg);\n    color: var(--text-sub);\n    font-weight: 600;\n    font-size: 18px;\n    text-align: center;\n    padding: 1rem;\n  }\n\n  \/* Mobile Ordering Lock (Z-Pattern for Desktop, Stacked for Mobile) *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* MOBILE FIRST: Force Stack *\/\n    gap: clamp(1.5rem, 4vw, 3rem);\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n  }\n\n  .feature-item:last-child {\n    margin-bottom: 0;\n  }\n\n  .feature-media, .feature-copy {\n    width: 100%;\n  }\n\n  \/* Desktop Enhancement *\/\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row; \/* Z-Pattern active *\/\n      align-items: center;\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n  }\n\n  \/* Specifications Table - Mobile Card Strategy *\/\n  .specs-container {\n    width: 100%;\n    margin-top: 2rem;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    text-align: left;\n  }\n\n  .specs-table th, .specs-table td {\n    padding: 1.25rem;\n    font-size: clamp(16px, 2.5vw, 18px);\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .specs-table th {\n    background-color: var(--bg-card);\n    font-weight: 700;\n    color: var(--text-main);\n  }\n\n  .specs-table td {\n    color: var(--text-sub);\n  }\n\n  @media (max-width: 767px) {\n    \/* Force Card Layout on Mobile *\/\n    .specs-table, \n    .specs-table thead, \n    .specs-table tbody, \n    .specs-table tr, \n    .specs-table th, \n    .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    \n    .specs-table thead {\n      display: none; \/* Hide standard headers *\/\n    }\n\n    .specs-table tr {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      padding: 0.5rem 1rem;\n    }\n\n    .specs-table td {\n      display: flex;\n      flex-direction: column; \/* Stack label and value for safety *\/\n      padding: 0.75rem 0;\n      border-bottom: 1px solid var(--border-color);\n      text-align: right; \/* Value on the right if flex-row, but let's use flex-row for better look *\/\n      flex-direction: row;\n      justify-content: space-between;\n      align-items: center;\n      gap: 1rem;\n    }\n\n    .specs-table td:last-child {\n      border-bottom: none;\n    }\n\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      text-align: left;\n      flex-shrink: 0;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .faq-item {\n    background-color: var(--bg-card);\n    border-radius: var(--radius-md);\n    padding: clamp(1.5rem, 3vw, 2rem);\n    margin-bottom: 1.5rem;\n    border: 1px solid var(--border-color);\n  }\n  \n  .faq-item h3 {\n    display: flex;\n    align-items: flex-start;\n    gap: 1rem;\n  }\n\n  .faq-icon {\n    color: var(--primary);\n    font-weight: 900;\n    flex-shrink: 0;\n  }\n  \n  .faq-item p:last-child {\n    margin-bottom: 0;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"social-proof-badge\"\u003e★ Vertrouwd door meer dan 10.000 tuiniers \u0026 huiseigenaren\u003c\/div\u003e\n\n\u003ch1\u003eBespaar je rug met het ultieme ergonomische trimmerhandvat\u003c\/h1\u003e\n\n\u003cp\u003eVerander je bosmaaier in een pijnvrije, zeer wendbare tuingereedschap. Zeg vaarwel tegen onderrugpijn en hallo tegen moeiteloos tuinonderhoud.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\" style=\"margin-top: 2rem;\"\u003e\n\u003c!-- Natural Flow Image \/ Placeholder --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260330142901\/73be58b964f3c4ad07ff965b2bc3661e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES SECTION (Mobile Ordered Stack \/ Desktop Z-Pattern) --\u003e\n\n\u003cdiv class=\"pd-section features-section\"\u003e\n\u003ch2\u003eOntworpen voor comfort \u0026 controle\u003c\/h2\u003e\n\n\u003cp\u003eOntdek hoe een eenvoudige upgrade de manier waarop je je terrein onderhoudt volledig kan veranderen.\u003c\/p\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260330142901\/646d3c91392147b71043e896c6d446e7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"tech-badge\"\u003eErgonomisch ontwerp\u003c\/div\u003e\n\n\u003ch3\u003eSta rechtop, werk langer door\u003c\/h3\u003e\n\n\u003cp\u003eJe voelt het verschil zeker. Ons gespecialiseerde verlenghandvat wordt direct aan de as van de trimmer bevestigd, waardoor je aanzienlijk meer hefboomwerking krijgt. Door je rug recht te houden in plaats van licht gebogen, verlicht het effectief de belasting van je onderrug tijdens lange maaisessies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260330142901\/c373c294d23f2a77d12df47ff3ea532c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"tech-badge\"\u003eAluminiumlegering\u003c\/div\u003e\n\n\u003ch3\u003eLichtgewicht maar onverwoestbaar\u003c\/h3\u003e\n\n\u003cp\u003eGemaakt van hoogwaardige, lichtgewicht aluminiumlegering, voegt dit handvat geen merkbaar gewicht toe aan je bosmaaier. Het is robuust genoeg voor zwaar commercieel gebruik, maar perfect in balans voor weekendtuinieren.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260330142901\/94fac311cd1c70196bf1293f26c06e81.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"tech-badge\"\u003eUniversele pasvorm\u003c\/div\u003e\n\n\u003ch3\u003eBinnen enkele seconden te installeren\u003c\/h3\u003e\n\n\u003cp\u003eEenvoudig te bevestigen met onze veilige beugelklemming. Past naadloos op de meeste trimmers op de markt. Voor assen met een diameter van 26 mm voeg je gewoon de meegeleverde rubberen ring toe. Voor 28 mm assen bevestig je de klem direct. Je bent binnen enkele minuten klaar om je tuin af te werken.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS SECTION --\u003e\n\n\u003cdiv class=\"pd-section specs-section\"\u003e\n\u003ch2\u003eTechnische specificaties\u003c\/h2\u003e\n\n\u003cp\u003eAlles wat je moet weten om een perfecte pasvorm voor je bosmaaier te garanderen.\u003c\/p\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKenmerk\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecificatiedetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eMateriaal\u003c\/td\u003e\n\t\t\t\u003ctd\u003eLichtgewicht aluminiumlegering \u0026 industriële rubber\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Application\"\u003eBeste voor\u003c\/td\u003e\n\t\t\t\u003ctd\u003eGras maaien, tuinen, boerderijen en commerciële terreinen\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatibility 1\"\u003eType pasvorm 1\u003c\/td\u003e\n\t\t\t\u003ctd\u003e2,6 cm (1,0 inch) as — Installeren met meegeleverde rubberen ring\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatibility 2\"\u003eType pasvorm 2\u003c\/td\u003e\n\t\t\t\u003ctd\u003e2,8 cm (1,1 inch) as — Direct installeren, geen ring nodig\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Installation\"\u003eInstallatie\u003c\/td\u003e\n\t\t\t\u003ctd\u003eBeugelklemming (montagemateriaal inbegrepen)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"pd-section faq-section\"\u003e\n\u003ch2\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003e\n\u003cspan class=\"faq-icon\"\u003eV.\u003c\/span\u003e Past dit op mijn specifieke merk bosmaaier?\u003c\/h3\u003e\n\n\u003cp\u003eJa, het is ontworpen met een universele beugelklemming. Zolang je trimmer een rechte of licht gebogen as heeft met een diameter van 26 mm (1,0 inch) of 28 mm (1,1 inch), past hij perfect. Het werkt uitzonderlijk goed voor zowel commerciële als particuliere modellen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003e\n\u003cspan class=\"faq-icon\"\u003eV.\u003c\/span\u003e Wordt mijn bosmaaier hierdoor te zwaar om te dragen?\u003c\/h3\u003e\n\n\u003cp\u003eHelemaal niet! Het handvat is gemaakt van lichtgewicht aluminiumlegering. Het biedt enorme structurele sterkte zonder onnodig gewicht toe te voegen, waardoor het gemakkelijk te manoeuvreren en te tillen is tijdens het afwerken van je tuin.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003e\n\u003cspan class=\"faq-icon\"\u003eV.\u003c\/span\u003e Hoe voorkomt het precies rugpijn?\u003c\/h3\u003e\n\n\u003cp\u003eStandaard trimmers dwingen je om voorover te bukken om het snijhoofd parallel aan de grond te houden. Ons ergonomische handvat verplaatst het gripvlak hoger en naar buiten, waardoor je volledig rechtop kunt staan. Deze verbeterde houding ontlast je onderrug volledig.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"📦 1-Stuk (Standaard)","offer_id":47992018469076,"sku":"0330-15451301","price":24.95,"currency_code":"USD","in_stock":true},{"title":"👯 2-Pack (Bespaar 15%)","offer_id":47992018501844,"sku":"0330-15458005","price":44.95,"currency_code":"USD","in_stock":true},{"title":"🏢 Commerciële 3-Pack (Beste Waarde)","offer_id":47992018534612,"sku":"0330-15453019","price":69.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/73be58b964f3c4ad07ff965b2bc3661e.jpg?v=1779883668","url":"https:\/\/omurio.com\/nl\/products\/ergonomic-back-saving-trimmer-grip-rjc","provider":"Omurio","version":"1.0","type":"link"}