{"product_id":"natural-plant-based-rodent-repellent-rjc","title":"Natural Plant-Based Rodent Repellent","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: clamp(2rem, 5vw, 4rem) 5%;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    line-height: 1.6;\n    \n    \/* Design System Variables *\/\n    --primary: #5c9e38; \/* Green accent from packaging *\/\n    --primary-hover: #4a822b;\n    --text-main: #1a1a1a;\n    --text-sub: #555555;\n    --bg-body: #ffffff;\n    --bg-card: #f7f9f7;\n    --bg-soft: #f0f4ef;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);\n    --border-color: #e0e0e0;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1 { font-size: clamp(32px, 5vw, 44px); font-weight: 700; line-height: 1.2; margin-bottom: 1rem; }\n  .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 600; line-height: 1.3; margin-bottom: 1rem; }\n  .product-detail-container h3 { font-size: clamp(20px, 3vw, 24px); font-weight: 600; margin-bottom: 0.75rem; }\n  .product-detail-container p { font-size: clamp(16px, 2vw, 18px); color: var(--text-sub); margin-bottom: 1.5rem; }\n  .product-detail-container .subtitle { font-size: clamp(18px, 2.5vw, 22px); color: var(--text-sub); margin-bottom: 1.5rem; }\n  \n  \/* Reusable Classes *\/\n  .text-primary { color: var(--primary); }\n  .badge { display: inline-block; padding: 0.25rem 0.75rem; background: var(--bg-soft); color: var(--primary); border-radius: 2rem; font-weight: 600; font-size: 14px; margin-bottom: 1rem; }\n  .flex-center { display: flex; align-items: center; justify-content: center; }\n  .grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(2rem, 4vw, 4rem); align-items: center; }\n\n  \/* Image Placeholders *\/\n  .img-placeholder {\n    width: 100%;\n    height: auto;\n    aspect-ratio: 16\/9;\n    background-color: #f0f0f0;\n    border: 2px dashed #ccc;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #666;\n    font-weight: bold;\n    border-radius: var(--radius-md);\n  }\n  \n  \/* Standard Image Style (Scheme A) *\/\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n  }\n\n  \/* --- Sections --- *\/\n\n  \/* Hero Section *\/\n  .hero-section { text-align: center; margin-bottom: clamp(3rem, 6vw, 6rem); }\n  .hero-content { max-width: 800px; margin: 0 auto 2rem; }\n  \n  \/* Feature Sections *\/\n  .feature-section { margin-bottom: clamp(3rem, 6vw, 6rem); }\n  .feature-copy h2 { margin-bottom: 1rem; }\n  .feature-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.5rem; }\n  .feature-tag { background: var(--bg-soft); padding: 0.25rem 0.75rem; border-radius: var(--radius-md); font-size: 14px; color: var(--text-sub); display: flex; align-items: center; gap: 0.25rem; }\n\n  @media (min-width: 768px) {\n    .feature-section.reverse .feature-media { order: 2; }\n    .feature-section.reverse .feature-copy { order: 1; }\n  }\n\n  \/* Comparison Section *\/\n  .compare-section { margin-bottom: clamp(3rem, 6vw, 6rem); background: var(--bg-card); padding: clamp(2rem, 4vw, 3rem); border-radius: var(--radius-lg); }\n  .compare-header { text-align: center; margin-bottom: 2rem; }\n  .compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }\n  .compare-col h3 { text-align: center; margin-bottom: 1.5rem; }\n  .compare-list { list-style: none; padding: 0; }\n  .compare-list li { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; font-size: 16px; }\n  .icon-check { color: var(--primary); flex-shrink: 0; }\n  .icon-cross { color: #d9534f; flex-shrink: 0; }\n\n  \/* Scenario Section *\/\n  .scenario-section { margin-bottom: clamp(3rem, 6vw, 6rem); text-align: center; }\n  .scenario-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1.5rem; margin-top: 2rem; }\n  .scenario-item { background: var(--bg-card); padding: 1rem; border-radius: var(--radius-md); text-align: center; }\n  .scenario-icon { font-size: 2rem; margin-bottom: 0.5rem; }\n\n  \/* Specifications *\/\n  .spec-section { margin-bottom: clamp(3rem, 6vw, 6rem); background: var(--bg-card); padding: clamp(2rem, 4vw, 3rem); border-radius: var(--radius-lg); }\n  .spec-table { width: 100%; border-collapse: collapse; }\n  .spec-table th, .spec-table td { text-align: left; padding: 1rem; border-bottom: 1px solid var(--border-color); }\n  .spec-table th { width: 35%; color: var(--text-sub); font-weight: 600; }\n\n  \/* FAQ *\/\n  .faq-section { margin-bottom: clamp(3rem, 6vw, 6rem); max-width: 800px; margin-left: auto; margin-right: auto; }\n  .faq-item { border-bottom: 1px solid var(--border-color); padding: 1.5rem 0; }\n  .faq-question { font-weight: 600; font-size: 18px; margin-bottom: 0.5rem; cursor: default; }\n  .faq-answer { color: var(--text-sub); margin: 0; }\n\n  \/* Mobile Responsive *\/\n  @media (max-width: 767px) {\n    .compare-grid { grid-template-columns: 1fr; gap: 3rem; }\n    .compare-col:first-child { border-bottom: 2px solid var(--border-color); padding-bottom: 2rem; }\n    \n    .spec-table, .spec-table thead, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td { display: block; width: 100%; }\n    .spec-table thead { display: none; }\n    .spec-table tr { margin-bottom: 1rem; border-bottom: 2px solid var(--border-color); }\n    .spec-table td { padding: 0.75rem 0; border-bottom: 1px solid var(--bg-soft); display: flex; justify-content: space-between; }\n    .spec-table td::before { content: attr(data-label); font-weight: 600; color: var(--text-sub); padding-right: 1rem; }\n  }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：天然精油驱鼠包套装（12入）\n目标受众：希望以安全、无毒、不杀生方式驱赶家庭\/车辆啮齿动物的用户。\n视觉风格：基于产品包装的黑色、白色和自然绿色，强调清洁、安全和专业感。\n配色策略：使用包装绿色作为强调色，配合中性背景色，营造安心感。\n模块顺序：Hero (安全承诺) -\u003e Feature 1 (天然成分\/母婴安全) -\u003e Feature 2 (非致死\/长效) -\u003e Feature 3 (使用场景\/覆盖范围) -\u003e Compare (对比竞品) -\u003e Specifications -\u003e FAQ。\n详情图映射：Hero=image_3.png, Feature1=image_5.png, Feature2=image_2.png, Feature3=image_0.png, Compare=image_7.png\n规格图映射：Specs=基于包装信息提取\n对比模块：已加入，基于image_7.png的明确对比内容。\n--\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"badge\"\u003ePlant-Based Formula\u003c\/span\u003e\n\u003ch1\u003eNaturally Repel Rodents. Safe for Your Home.\u003c\/h1\u003e\n\n\u003cp class=\"subtitle\"\u003eEssential oil pouches keep mice, rats, and squirrels away without harmful chemicals, messy traps, or poisons.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003c!-- [ 📷 需替换：image_3.png ] --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260801183632\/883b8e56617b313e223b355ccb002d4e.jpeg\"\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!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Natural \u0026 Safe Ingredients --\u003e\n\n\u003cdiv class=\"feature-section grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 需替换：image_5.png ] --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260801182746\/f40a45b42fd07f9602ac7f6ed25f2bc8.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\u003ePowerful Protection, Plant-Based Ingredients\u003c\/h2\u003e\n\n\u003cp\u003eFormulated with a concentrated blend of peppermint, cinnamon, and cedarwood essential oils. These natural scents create a barrier that rodents find unbearable, effectively deterring them from nesting in your spaces while remaining safe to use around kids and pets when used as directed.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🌿 100% Natural Essential Oils\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🛡️ Kid \u0026amp; Pet Friendly\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🏠 Fresh Scent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Non-Lethal \u0026 Long-Lasting (Z-pattern reverse) --\u003e\n\n\u003cdiv class=\"feature-section grid-2 reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 需替换：image_2.png ] --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260801182746\/475cbfaf3414355400d7b91b01ed54ad.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\u003eAn Effective Deterrent, No Messy Cleanup\u003c\/h2\u003e\n\n\u003cp\u003eForget snap traps and poisons. Our pouches are designed to drive rodents away humanely, eliminating the need to handle dead pests. Each advanced slow-release pouch provides continuous protection for up to 30-90 days, depending on airflow.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🚫 No Poisons or Traps\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e⏳ Up to 90 Days Protection\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🐁 Repels Mice, Rats, Squirrels\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Coverage \u0026 Usage --\u003e\n\n\u003cdiv class=\"feature-section grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 需替换：image_0.png ] --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260803095205\/c377c1ee342750571fba1cd22e9bf453.jpeg\"\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\u003eWhole Home Coverage Made Simple\u003c\/h2\u003e\n\n\u003cp\u003eThe 12-pack set ensures you have enough coverage for key entry points, garages, basements, attics, and even vehicle storage. Just drop the ready-to-use pouches in corners, pantries, or under seats where pests are likely to nest—no complicated setup required.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e📦 12 Pouches Included\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🚗 Great for RVs \u0026amp; Boats\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e✅ Just Place \u0026amp; Forget\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Optional: Compare Section (Based on Image 7) --\u003e\n\n\u003cdiv class=\"compare-section\"\u003e\n\u003ch2 class=\"compare-header\"\u003eWhy Choose SOFYRE?\u003c\/h2\u003e\n\n\u003cdiv class=\"compare-grid\"\u003e\n\u003cdiv class=\"compare-col\"\u003e\n\u003ch3\u003e✅ Our Natural Repellent\u003c\/h3\u003e\n\n\u003cul class=\"compare-list\"\u003e\n\t\u003cli\u003e\n\u003cspan class=\"icon-check\"\u003e✔\u003c\/span\u003e Natural Ingredients (Peppermint\/Cinnamon)\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cspan class=\"icon-check\"\u003e✔\u003c\/span\u003e Kids and Pet Friendly\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cspan class=\"icon-check\"\u003e✔\u003c\/span\u003e Repels Without Killing (Humane)\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cspan class=\"icon-check\"\u003e✔\u003c\/span\u003e Simple Application (Place anywhere)\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cspan class=\"icon-check\"\u003e✔\u003c\/span\u003e Long Lasting (Up to 90 days)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"compare-col\" style=\"opacity: 0.7;\"\u003e\n\u003ch3\u003e❌ Other Brands\u003c\/h3\u003e\n\n\u003cul class=\"compare-list\"\u003e\n\t\u003cli\u003e\n\u003cspan class=\"icon-cross\"\u003e✘\u003c\/span\u003e Chemical-based formula\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cspan class=\"icon-cross\"\u003e✘\u003c\/span\u003e Toxic around home and pets\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cspan class=\"icon-cross\"\u003e✘\u003c\/span\u003e Might kill or deceive mice (Messy)\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cspan class=\"icon-cross\"\u003e✘\u003c\/span\u003e Complicated usage (Traps\/Baits)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"spec-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eNatural Rodent Repellent Pouches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eQuantity\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e12 Pouches per Pack\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eTotal Net Weight\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e3.5 oz (100g)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eActive Ingredients\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003ePeppermint Oil, Cinnamon Oil, Castor Oil, Cedar Wood Oil\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003ePouch Material\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eBreathable Non-woven Fabric\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eDuration\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eEffective for 30-90 days per pouch\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhere is the best place to put the pouches?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003ePlace them in enclosed areas where rodents tend to nest or enter, such as pantry corners, under sinks, in garages, attics, basements, sheds, or inside stored vehicles like RVs and boats.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre these safe to use around my pets?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, our pouches are made with plant-based essential oils and are safe to use around dogs, cats, and children when used as directed. Do not allow pets to ingest the pouches.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow often do I need to replace them?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eEach pouch is effective for approximately 30 to 90 days. We recommend replacing them every 2-3 months, or sooner in areas with high airflow or damp conditions to maintain maximum effectiveness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"1 Pack (12 Pouches)","offer_id":47135908102317,"sku":"0804-10448883","price":11.95,"currency_code":"EUR","in_stock":true},{"title":"3 Packs (Stock Up \u0026 Save)","offer_id":47135908135085,"sku":"0804-10448892","price":26.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/7f66fc53901fb3b14ad5f4c22c015c62.jpg?v=1785721968","url":"https:\/\/0ixug9-pv.myshopify.com\/products\/natural-plant-based-rodent-repellent-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}