{"product_id":"batterifri-jordfugtighedsmaler","title":"Batterifri jordfugtighedsmåler","description":"\u003cstyle type=\"text\/css\"\u003e\/* Design System (CSS Variables) - Garden \u0026 Plant Theme *\/\n    .product-set-container {\n      --primary: #0F172A; \/* Slate 900 *\/\n      --primary-hover: #1E293B; \/* Slate 800 *\/\n      --accent: #16A34A; \/* Green 600 - Perfect for plants *\/\n      --accent-light: #DCFCE7; \/* Green 50 *\/\n      --text-main: #334155; \/* Slate 700 *\/\n      --text-sub: #475569; \/* Slate 600 *\/\n      --bg-body: #F8FAFC; \/* Slate 50 *\/\n      --bg-card: #FFFFFF;\n      --border-color: #E2E8F0; \/* Slate 200 *\/\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 6px -1px rgba(15, 23, 42, 0.08), 0 2px 4px -1px rgba(15, 23, 42, 0.04);\n      --shadow-lg: 0 10px 15px -3px rgba(15, 23, 42, 0.08), 0 4px 6px -2px rgba(15, 23, 42, 0.04);\n\n      \/* Typography \u0026 Spacing System *\/\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      --spacing-module: clamp(2rem, 5vw, 4rem);\n      \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      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.6;\n    }\n\n    .product-set-container *,\n    .product-set-container *::before,\n    .product-set-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography Scale *\/\n    .product-set-container h1 {\n      font-size: clamp(32px, 4vw, 48px);\n      line-height: 1.2;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n      font-weight: 900;\n      letter-spacing: -0.02em;\n    }\n\n    .product-set-container .subtitle {\n      font-size: clamp(18px, 2.5vw, 24px);\n      color: var(--accent);\n      font-weight: 700;\n      margin: 0 0 1.5rem 0;\n    }\n\n    .product-set-container h2 {\n      font-size: clamp(26px, 3vw, 36px);\n      line-height: 1.3;\n      color: var(--primary);\n      margin: 0 0 1.5rem 0;\n      font-weight: 800;\n      border-bottom: 3px solid var(--accent);\n      display: inline-block;\n      padding-bottom: 0.5rem;\n    }\n\n    .product-set-container h3 {\n      font-size: clamp(20px, 2.5vw, 26px);\n      line-height: 1.4;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n      font-weight: 700;\n    }\n\n    .product-set-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Badges *\/\n    .detail-badge-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-bottom: 2rem;\n    }\n    .detail-badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 8px 16px;\n      background: var(--primary);\n      border-radius: 30px;\n      font-size: 14px;\n      font-weight: 700;\n      color: #FFFFFF;\n      letter-spacing: 0.03em;\n      box-shadow: var(--shadow-sm);\n    }\n    .detail-badge.accent {\n      background: var(--accent);\n    }\n\n    \/* Image Protocol \u0026 Placeholders *\/\n    .img-placeholder {\n      width: 100%;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n    }\n    \n    .img-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      transition: transform 0.4s ease;\n    }\n    \n    .img-placeholder:hover img {\n      transform: scale(1.03);\n    }\n\n    \/* Modules *\/\n    .hero-section {\n      text-align: center;\n      margin-top: 3rem;\n      margin-bottom: var(--spacing-section);\n      background: var(--bg-card);\n      padding: 4rem 2rem;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      box-shadow: var(--shadow-lg);\n    }\n    .hero-section .detail-badge-group {\n      justify-content: center;\n    }\n\n    \/* Z-Pattern Features *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-section);\n      margin-bottom: var(--spacing-section);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n    }\n\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n    \n    \/* Specs Table *\/\n    .specs-section {\n      margin-bottom: var(--spacing-section);\n    }\n    .specs-table-wrapper {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 3vw, 3rem);\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 2rem;\n      border: 1px solid var(--border-color);\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n    \n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-section);\n    }\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem 2rem;\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n      border-left: 4px solid var(--accent);\n      transition: all 0.2s ease;\n    }\n    .faq-item:hover {\n      box-shadow: var(--shadow-sm);\n      transform: translateX(4px);\n    }\n    .faq-question {\n      font-size: clamp(18px, 2.5vw, 20px);\n      font-weight: 800;\n      color: var(--primary);\n      margin-bottom: 0.75rem;\n    }\n    .faq-answer {\n      font-size: clamp(16px, 2vw, 17px);\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Desktop Enhancements *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: var(--spacing-module);\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n      .feature-copy {\n        padding: 0 2rem;\n      }\n      \n      .specs-table th, .specs-table td {\n        padding: 1.25rem 1.5rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 17px;\n      }\n      .specs-table th {\n        font-weight: 800;\n        color: var(--primary);\n        width: 35%;\n        background-color: var(--bg-body);\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n      }\n      .specs-table tr:last-child td, .specs-table tr:last-child th {\n        border-bottom: none;\n      }\n    }\n\n    \/* Mobile Specs Table Lock *\/\n    @media (max-width: 767px) {\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      .specs-table thead {\n        display: none;\n      }\n      .specs-table tr {\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1.25rem;\n      }\n      .specs-table td {\n        display: flex;\n        flex-direction: column;\n        padding: 0.75rem 0;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 15px;\n        text-align: left;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n        padding-bottom: 0;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 800;\n        color: var(--primary);\n        text-transform: uppercase;\n        margin-bottom: 0.25rem;\n        font-size: 13px;\n        letter-spacing: 0.05em;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-set-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003ch1\u003eJordfugtighedsmåler\u003c\/h1\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eMål nemt jordens fugtighed i stue- og haveplanter\u003c\/p\u003e\n\u003cp\u003e🌱 Ingen gætterier\u003c\/p\u003e\n\u003cp\u003e⚡ Direkte aflæsning\u003c\/p\u003e\n\u003cp\u003e🔋 Intet batteri\u003c\/p\u003e\n\u003cp\u003e📏 Lang målesonde\u003c\/p\u003e\n\u003cp\u003e🌼 Alle planter\u003c\/p\u003e\n\u003cp\u003eEr du i tvivl om, hvornår dine planter skal vandes? Stik måleren ned i jorden, og aflæs fugtigheden med det samme. Så er det nemt at vande på det rette tidspunkt og give både stue- og haveplanter de bedste vækstbetingelser.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260309110731\/62ec7a35b5d32d672bc3b41d2e5d52ba.jpg\" alt=\"No More Guesswork\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eIkke mere gætteri\u003c\/h3\u003e\n\u003cp\u003eDet kan være svært at vide, hvornår planterne trænger til vand. Med denne jordfugtighedsmåler får du hurtigt et overblik over jordens fugtighed, så du kan vande på det rette tidspunkt uden at gætte eller mærke efter med fingeren.\u003c\/p\u003e\n\u003ch3\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0640\/0789\/7190\/files\/2_dd024a13-8c70-4495-b81b-5645a72dcf1a.jpg?v=1782129529\" alt=\"\"\u003e\u003c\/h3\u003e\n\u003ch2\u003eØjeblikkelig og præcis måling\u003c\/h2\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eSæt målesonden ned i jorden ved rødderne, og aflæs fugtigheden med det samme. Den tydelige skala viser hurtigt, om jorden er tør, fugtig eller våd, så du nemt kan vande på det rette tidspunkt.\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0640\/0789\/7190\/files\/5_6cba57d4-eeb7-4378-95ce-9b2c0608e35d.jpg?v=1782129529\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003cstrong\u003eIngen batterier nødvendige\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eDenne jordfugtighedsmåler kræver ikke batterier og er derfor altid klar til brug. Stik blot målesonden ned i jorden, og aflæs fugtigheden med det samme.\u003c\/p\u003e\n\u003cbr\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0640\/0789\/7190\/files\/3_ba66359e-856f-4b63-9805-d0a5b557ea73.jpg?v=1782539389\" alt=\"\"\u003e\n\u003cp\u003e\u003cb\u003eLang målesonde\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eDen 17 cm lange målesonde når nemt ned til planternes rødder, så du kan måle fugtigheden længere nede i jorden. Det giver et bedre billede af jordens fugtighed, samtidig med at du slipper for at stikke fingrene i jorden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260309110731\/d93c90cb6848526a1894a4a8010367ab.jpg\" alt=\"Perfect for All Plants\"\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cdiv class=\"qMYqUG_convSearchResultHighlightRoot\"\u003e\n\u003cdiv class=\"\" data-turn-id-container=\"request-WEB:6d1c0c42-8b74-4bf9-8cec-197c7bd1449c-25\" data-is-intersecting=\"true\"\u003e\n\u003csection class=\"text-token-text-primary w-full focus:outline-none has-data-writing-block:pointer-events-none [\u0026amp;:has([data-writing-block])\u0026gt;*]:pointer-events-auto R6Vx5W_threadScrollVars scroll-mb-[calc(var(--scroll-root-safe-area-inset-bottom,0px)+var(--thread-response-height))] scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]\" dir=\"auto\" data-turn-id=\"request-WEB:6d1c0c42-8b74-4bf9-8cec-197c7bd1449c-25\" data-turn-id-container=\"request-WEB:6d1c0c42-8b74-4bf9-8cec-197c7bd1449c-25\" data-testid=\"conversation-turn-52\" data-turn=\"assistant\"\u003e\n\u003cdiv class=\"text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm\/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg\/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)\"\u003e\n\u003cdiv data-conversation-screenshot-content=\"\" class=\"[--thread-content-max-width:40rem] @w-lg\/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group\/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn\"\u003e\n\u003cdiv class=\"flex max-w-full flex-col gap-4 grow\"\u003e\n\u003cdiv data-message-author-role=\"assistant\" data-message-id=\"79bedad5-dc58-4cb7-b296-3707a32f88e2\" dir=\"auto\" data-message-model-slug=\"gpt-5-5\" class=\"min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+\u0026amp;]:mt-1\" data-turn-start-message=\"true\" tabindex=\"0\"\u003e\n\u003cdiv class=\"flex w-full flex-col gap-1 empty:hidden\"\u003e\n\u003cdiv class=\"markdown prose dark:prose-invert wrap-break-word w-full light markdown-new-styling\"\u003e\n\u003cp data-start=\"374\" data-end=\"585\" data-is-last-node=\"\" data-is-only-node=\"\" class=\"PDq2pG_selectionAnchorContainer\"\u003eBrug den til stueplanter, blomster, grøntsager, frugtplanter, græsplæner og haveplanter. Den gør det nemt at kontrollere jordens fugtighed, især i potteplanter og andre planter, der kræver den rette mængde vand.\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-3 w-full empty:hidden\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\u003c!-- Feature 3 --\u003e\u003c!-- Feature 4 --\u003e\u003c!-- Feature 5 --\u003e\n\u003c\/div\u003e\n\u003c!-- Specs Section --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ch2\u003eProduktspecifikationer\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eSpecifikationer\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eProdukttype \u003c\/b\u003eJordfugtighedsmåler\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eFunktion \u003c\/b\u003eMåling af jordfugtighed\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eSondelængde \u003c\/b\u003e17 cm\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eStrømforsyning \u003c\/b\u003eKræver ingen batterier\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eDisplay \u003c\/b\u003eAnalog fugtighedsmåler med urskive\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eEgnet til \u003c\/b\u003eStueplanter, haveplanter, grøntsager, blomster\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eOfte stillede spørgsmål\u003c\/h2\u003e\n\u003cbr\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e1. Kræver denne jordfugtighedsmåler batterier?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNej. Måleren fungerer uden batterier og viser straks måleresultaterne.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e2. Hvordan bruger jeg jordfugtighedsmåleren?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eStik målesonden ned i jorden tæt på plantens rødder, og se, hvad måleren viser.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e3. Er den egnet til stueplanter?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eJa. Den er særdeles velegnet til stueplanter og potteplanter.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e4. Kan den bruges udendørs?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eJa. Den er egnet til haveplanter, blomster, grøntsager og græsplæner.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e5. Hvor dybt skal sonden stikkes ned?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eStik målesonden ca. 5 til 10 cm ned i jorden for at måle fugtindholdet i rodzonen nøjagtigt.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Klikhuset.dk","offers":[{"title":"Sort","offer_id":45836720504934,"sku":"0318-13077163","price":100.0,"currency_code":"DKK","in_stock":true},{"title":"Grøn","offer_id":45836720537702,"sku":"0318-13071803","price":100.0,"currency_code":"DKK","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0640\/0789\/7190\/files\/62ec7a35b5d32d672bc3b41d2e5d52ba.jpg?v=1782115363","url":"https:\/\/klikhuset.dk\/products\/batterifri-jordfugtighedsmaler","provider":"Klikhuset.dk","version":"1.0","type":"link"}