{"product_id":"natural-peppermint-mouse-repellent-rjc","title":"Luonnollinen piparmintturottien karkote","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Household Pest Control \/ Natural Essential Oil Repellent\nTarget Audience: Homeowners, families with pets, car owners seeking humane \u0026 eco-friendly solutions\nVisual Style: Clean, Natural, Safe, Trustworthy\nColor Strategy: Mint Green (Primary - conveys natural peppermint), Soft White\/Grey (Background - clean environment), Deep Slate (Text - readability)\nShape Strategy: Radius 16px (Organic, safe, non-toxic, approachable)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 40px, Body: 18px+)\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive)\nImage Mapping: Hero=image_1, HumaneFeature=image_2, LastingFeature=image_3, VersatileFeature=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Design System \/ CSS Variables *\/\n    --primary: #2e7d32;\n    --primary-hover: #1b5e20;\n    --text-main: #2d3748;\n    --text-sub: #4a5568;\n    --bg-body: #ffffff;\n    --bg-card: #f8fbf9;\n    --bg-badge: #e6f4ea;\n    --radius-md: 12px;\n    --radius-lg: 20px;\n    --shadow-sm: 0 4px 12px rgba(46, 125, 50, 0.08);\n    --shadow-lg: 0 12px 24px rgba(46, 125, 50, 0.12);\n    --border-color: #e2e8f0;\n\n    \/* Base Layout Rules *\/\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  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n  }\n\n  \/* Typography System (Large Type) *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    line-height: 1.2;\n    font-weight: 800;\n    margin: 0 0 1rem 0;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    line-height: 1.3;\n    font-weight: 700;\n    margin: 0 0 1rem 0;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    line-height: 1.4;\n    font-weight: 600;\n    margin: 0 0 1rem 0;\n    color: var(--text-main);\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    line-height: 1.7;\n    margin: 0 0 1.5rem 0;\n    color: var(--text-sub);\n  }\n\n  \/* Anti-Deformation Image Protocol *\/\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n  }\n\n  \/* Image Placeholders *\/\n  .img-placeholder {\n    width: 100%;\n    aspect-ratio: 4\/3;\n    background-color: #f1f5f9;\n    border: 2px dashed #cbd5e1;\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    color: #64748b;\n    font-weight: 600;\n  }\n\n  \/* Non-interactive Visual Badge *\/\n  .trust-badge {\n    display: inline-flex;\n    align-items: center;\n    background-color: var(--bg-badge);\n    color: var(--primary);\n    padding: 10px 20px;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 700;\n    margin-bottom: 24px;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Section Spacing *\/\n  .pd-section {\n    padding-top: clamp(3rem, 6vw, 5rem);\n    padding-bottom: clamp(3rem, 6vw, 5rem);\n  }\n\n  \/* Hero Layout *\/\n  .hero-section {\n    text-align: center;\n    padding-top: clamp(2rem, 4vw, 4rem);\n  }\n  \n  .hero-content {\n    max-width: 800px;\n    margin: 0 auto clamp(2rem, 4vw, 4rem);\n  }\n\n  \/* Z-Pattern Feature Layout (Mobile Ordering Lock) *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile first: Image top, Text bottom naturally via DOM order *\/\n    gap: clamp(2rem, 5vw, 4rem);\n    margin-bottom: clamp(3rem, 6vw, 6rem);\n  }\n\n  .feature-media, .feature-copy {\n    width: 100%;\n  }\n\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\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  .feature-copy ul {\n    list-style-type: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .feature-copy li {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    position: relative;\n    padding-left: 32px;\n    margin-bottom: 1rem;\n    line-height: 1.6;\n  }\n\n  .feature-copy li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--primary);\n    font-weight: 800;\n  }\n\n  \/* Specifications Table Layout *\/\n  .specs-section {\n    background-color: var(--bg-card);\n    padding: clamp(2rem, 5vw, 4rem);\n    border-radius: var(--radius-lg);\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\n  }\n\n  .specs-table th, .specs-table td {\n    padding: 18px 24px;\n    text-align: left;\n    font-size: 18px;\n  }\n\n  .specs-table th {\n    background-color: var(--primary);\n    color: white;\n    font-weight: 600;\n  }\n\n  .specs-table tr {\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .specs-table tbody tr:nth-child(even) {\n    background-color: #ffffff;\n  }\n\n  \/* CRITICAL: Mobile Card-Based Table *\/\n  @media (max-width: 767px) {\n    .specs-table, .specs-table tbody, .specs-table tr, .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .specs-table thead {\n      display: none; \/* Hide native headers *\/\n    }\n    .specs-table tr {\n      background-color: #ffffff;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      padding: 10px;\n      box-shadow: var(--shadow-sm);\n    }\n    .specs-table td {\n      display: flex;\n      flex-direction: column;\n      padding: 12px;\n      border-bottom: 1px solid #f1f5f9;\n      font-size: 16px;\n    }\n    .specs-table td:last-child {\n      border-bottom: none;\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 4px;\n      font-size: 14px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .faq-item {\n    background-color: #ffffff;\n    border: 1px solid var(--border-color);\n    border-radius: var(--radius-md);\n    padding: clamp(1.5rem, 3vw, 2rem);\n    margin-bottom: 1.5rem;\n    box-shadow: var(--shadow-sm);\n  }\n\n  .faq-question {\n    font-size: clamp(20px, 2.5vw, 22px);\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 1rem;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n\n  .faq-question::before {\n    content: \"Q.\";\n    color: var(--primary);\n    font-weight: 900;\n  }\n\n  .faq-answer {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    line-height: 1.7;\n    padding-left: 36px;\n    margin: 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=\"hero-content\"\u003e\n\u003cdiv class=\"trust-badge\"\u003e🌿 100 % kasvipohjainen ja lemmikkiystävällinen\u003c\/div\u003e\n\n\u003ch1\u003eEettinen ja luonnollinen jyrsijäsuoja mielenrauhasi vuoksi\u003c\/h1\u003e\n\n\u003cp\u003ePidä hiiret ja tuholaiset tehokkaasti loitolla ilman ansoja, sotkuja tai haitallisia kemikaaleja. Hyödynnä tiivistetyn piparminttuöljyn voimaa suojellaksesi perhettäsi ja kotiasi.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\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\/20260314131059\/5966f89108f6351fb69ebf66fedb3d39.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\n\u003cdiv class=\"pd-section\"\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\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314131059\/f47ba2ca2d95cab803c76a2e35793158.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEettinen ja eläinystävällinen karkotus\u003c\/h2\u003e\n\n\u003cp\u003ePiparminttuöljypallomme noudattavat tiukasti eettisiä periaatteita. Ne toimivat vapauttamalla jatkuvasti vahvaa, erittäin tiivistettyä mintun tuoksua, joka voimakkaasti stimuloi jyrsijöiden hermokeskuksia. Tämä tekee ympäristöstä heille sietämättömän epämiellyttävän, pakottaen tuholaiset pakenemaan kodistasi luonnollisesti.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eEi napsautusansoja tai tahmeita sotkuja\u003c\/li\u003e\n\t\u003cli\u003eEi vahingoita jyrsijöitä, vain karkottaa ne\u003c\/li\u003e\n\t\u003cli\u003eTäydellinen moderni vaihtoehto perinteisille rotanloukkuille\u003c\/li\u003e\n\u003c\/ul\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314131059\/a99dcbcde853da5ff6bdd387eaf774a0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eTehokas 60 päivän puolustus\u003c\/h2\u003e\n\n\u003cp\u003eTäytetty supervahvoilla eteerisillä öljyillä, yksi karkotepallo tarjoaa pitkäkestoisen suojan 30–60 päiväksi. Tehokas peittoalue on jopa 120 neliöjalkaa per yksikkö, mikä luo näkymättömän esteen ei-toivotuille vieraille.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003ePeittää jopa 120 sq.ft (11,1 m²) per pallo\u003c\/li\u003e\n\t\u003cli\u003eKarkottaa hiiret, rotat, oravat ja hämähäkit\u003c\/li\u003e\n\t\u003cli\u003eMyös erittäin tehokas torakoita ja muurahaisia vastaan\u003c\/li\u003e\n\u003c\/ul\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314131059\/7a4433aa2c4f285f235ac590b463575e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUskomattoman monipuolinen ja helppokäyttöinen\u003c\/h2\u003e\n\n\u003cp\u003eJyrsijättömän alueen perustaminen on vaivatonta. Avaa vain tiiviisti suljettu pakkaus, laita karkotepallo mukana tulevaan verkkopussiin ja ripusta tai aseta se suljettuihin tiloihin, joissa tuholaiset liikkuvat.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eTäydellinen keittiöihin, vaatekaappeihin ja kellareihin\u003c\/li\u003e\n\t\u003cli\u003eIhanteellinen auton moottoritilojen ja veneiden suojaamiseen\u003c\/li\u003e\n\t\u003cli\u003eErinomainen navetoihin, varastoihin ja varastohuoneisiin\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 1rem;\"\u003eTuotteen tekniset tiedot\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center; margin-bottom: 2rem;\"\u003eKaikki mitä sinun tarvitsee tietää luonnollisesta karkotteestamme.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eTekniset tiedot\u003c\/th\u003e\n\t\t\t\u003cth\u003eYksityiskohdat\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=\"Specification\"\u003ePääainesosa\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePuhdas piparminttu-eteerinen öljy (100 % kasvipohjainen)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003ePeittoalue (per pallo)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e11,1 m² (120 sq.ft)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eTehokas kesto\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e30 - 60 päivää (riippuen ilmanvaihdosta)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003ePaino (per pallo)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e15 g (0,5 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eTurvallisuusprofiili\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eTurvallinen ihmisille ja lemmikeille (käytettäessä ohjeiden mukaan)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eKohde-eliöt\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eHiiret, Rotat, Oravat, Hämähäkit, Muut, Torakat\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section faq-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 3rem;\"\u003eUsein kysytyt kysymykset\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eOvatko nämä karkotepallot todella turvallisia koirilleni ja kissoilleni?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eKyllä, karkotteemme on erittäin ympäristöystävällinen ja turvallinen. Kaikki ainesosat ovat peräisin luonnon kasveista. Se on luonnostaan vaaraton ja hyvin ystävällinen ihmisille, perheille ja lemmikeille, kun sitä käytetään sisätiloissa ohjeiden mukaan.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eMissä on tehokkain paikka laittaa ne?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNe toimivat parhaiten suljetuissa tiloissa, joissa mintun tuoksu voi keskittyä. Erinomaisia paikkoja ovat keittiön altaiden alla, vaatekaapeissa, kellareissa, auton moottoritiloissa ja varastohuoneissa.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eMiten säilytän käyttämättömät karkotepallot?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eJos et tarvitse käyttää niitä heti, älä revi auki tiiviisti suljettua muovipakkausta. Pidä ne suljettuina, jotta vahvat eteeriset öljyt säilyvät ja varmistat maksimaalisen karkotusteho, kun olet valmis käyttämään niitä.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🟢 12 kpl (aloituspakkaus)","offer_id":46033976819885,"sku":"0323-16432571","price":17.95,"currency_code":"EUR","in_stock":true},{"title":"🔥 24 kpl (vakiosuoja) Suosituin!","offer_id":46033976852653,"sku":"0323-16437324","price":32.95,"currency_code":"EUR","in_stock":true},{"title":"💎 48 kpl (koko koti)","offer_id":46033976885421,"sku":"0323-16438619","price":53.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/5966f89108f6351fb69ebf66fedb3d39.jpg?v=1779355803","url":"https:\/\/0ixug9-pv.myshopify.com\/fi\/products\/natural-peppermint-mouse-repellent-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}