{"product_id":"natural-granular-insect-repellent","title":"Natural Granular Insect Repellent","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：有机颗粒驱虫剂（家庭\/户外\/农场用）\n  目标受众：房主、园丁、有宠物和儿童的家庭、农场主\n  视觉风格：自然、安全、可靠、环保。配色源自包装：深黑背景衬托鲜亮的生态绿和令人安心的蓝色。\n  模块顺序：\n    1. Hero (建立安全连接，强调对人和宠物的安全性) - 使用 image_0.png (女孩)\n    2. Feature 1 (核心场景：房屋周边屏障) - 使用 image_2.png (使用动作)\n    3. Feature 2 (扩展场景：农场\/花园\/多用途) - 使用 image_3.png (农场动物)\n    4. Feature 3 (产品细节：成分与包装) - 使用 image_1.png (产品特写)\n    5. Specifications (基于标签和规格图数据)\n    6. FAQ (基于补充文本的使用指导)\n  详情图映射：Hero=image_0.png, Feature1=image_2.png, Feature2=image_3.png, Feature3=image_1.png\n  规格图映射：Specs=image_1.png, image_4.png\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #7CBD42; \/* 生态绿，源自标签 *\/\n      --primary-hover: #6aa339;\n      --accent-blue: #00AEEF; \/* 安全蓝，源自标签 *\/\n      --text-main: #2C2C2C;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-soft: #F5F7F4; \/* 极淡的绿色背景 *\/\n      --bg-dark: #1A1A1A; \/* 包装主色调 *\/\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n      --section-spacing: clamp(3rem, 8vw, 5rem);\n      --font-size-body: 18px;\n    }\n\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      line-height: 1.6;\n      font-size: var(--font-size-body);\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 42px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      margin-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n\n    \/* Reusable Components *\/\n    .badge-trust {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.4rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n      border: 1px solid var(--primary);\n    }\n\n    .pd-image-placeholder {\n      background: var(--bg-soft);\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #666;\n      font-size: 14px;\n      width: 100%;\n      min-height: 300px;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Module: Hero *\/\n    .hero-section {\n      text-align: center;\n      margin-bottom: var(--section-spacing);\n      padding-top: 2rem;\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto 2rem;\n    }\n\n    .hero-media img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Module: Features (Z-Pattern) *\/\n    .feature-section {\n      display: flex;\n      flex-direction: column;\n      gap: var(--section-spacing);\n      margin-bottom: var(--section-spacing);\n    }\n\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n\n    .feature-media img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 0.3rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 500;\n      display: flex;\n      align-items: center;\n      gap: 0.4rem;\n    }\n\n    \/* Desktop Z-Pattern alternation *\/\n    @media (min-width: 768px) {\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Mobile layout overrides *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column;\n        text-align: center;\n      }\n      .feature-tags {\n        justify-content: center;\n      }\n      .hero-section {\n        text-align: left;\n      }\n    }\n\n    \/* Module: Specifications *\/\n    .specs-section {\n      margin-bottom: var(--section-spacing);\n      background-color: var(--bg-soft);\n      padding: clamp(2rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid #eee;\n    }\n\n    .specs-table th {\n      background-color: #fafafa;\n      font-weight: 600;\n      width: 35%;\n      color: var(--text-main);\n    }\n\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 { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border: 1px solid #eee; border-radius: var(--radius-md); }\n      .specs-table td {\n        padding: 0.75rem 1rem;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px solid #eee;\n      }\n      .specs-table td:last-child { border-bottom: none; }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-sub);\n        margin-right: 1rem;\n      }\n    }\n\n    \/* Module: FAQ *\/\n    .faq-section {\n      margin-bottom: var(--section-spacing);\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      margin-bottom: 1rem;\n    }\n\n    .faq-item summary {\n      font-weight: 600;\n      font-size: 20px;\n      padding: 1rem 0;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      color: var(--text-main);\n    }\n\n    .faq-item summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .faq-item summary::after {\n      content: '+';\n      font-size: 24px;\n      color: var(--primary);\n      font-weight: 400;\n    }\n\n    details[open] summary::after {\n      content: '-';\n    }\n\n    .faq-item div {\n      padding-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"badge-trust\"\u003ePlant-Based Protection\u003c\/span\u003e\n\u003ch1\u003eDefend Your Home, Safely and Naturally.\u003c\/h1\u003e\n\n\u003cp\u003eCreate a powerful organic barrier against ants, ticks, and mites without harsh chemicals. A worry-free solution that's safe for kids, pets, and the planet when used as directed.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624145537\/df4cf1ff4ce30f4742886fbe521298a2.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\/div\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624145537\/88d6dab2e00a4b6902a7af08e84cf454.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=\"feature-copy\"\u003e\n\u003ch2\u003eThe Invisible Shield for Your Home Foundation\u003c\/h2\u003e\n\n\u003cp\u003eStop pests before they enter. Simply pour these granules around your home's base, garage, or outer buildings once a month. It establishes a long-lasting perimeter that effectively repels crawling insects like ants and cockroaches.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🏡 Perimeter Defense\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🛡️ Targets Ants \u0026amp; Mites\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e📅 Monthly Application\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Farm \u0026 Garden Versatility --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img80\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624145537\/2d73bc0f58f86b1d0c24b194e9251eac.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=\"feature-copy\"\u003e\n\u003ch2\u003eTough on Pests, Gentle on Your Ecosystem\u003c\/h2\u003e\n\n\u003cp\u003eKeep your property thriving. This organic formula is bee-friendly and safe for use around organic gardening. Sprinkle it in chicken coops or barns to freshen bedding, reduce moisture, and eliminate odors while deterring pests.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🐝 Bee Friendly\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🐔 Coop Safe \u0026amp; Deodorizing\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🌿 Organic Gardening\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Ease of Use \u0026 Ingredients --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624145537\/7069523aa5b7a717081b17a920c2d92f.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=\"feature-copy\"\u003e\n\u003ch2\u003eHassle-Free, Natural Ingredients\u003c\/h2\u003e\n\n\u003cp\u003eForget complicated synthetic sprays. Our formula utilizes active Cedar Oil (0.1%) for effective repellency. The easy-pour, resealable bag ensures the granules stay fresh and effective for convenient monthly reapplications.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🌲 Active Cedar Ingredient\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e✨ Easy-Pour Granules\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🔒 Resealable Bag\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eOrganic Insect Repellent Granules\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Active Ingredient\"\u003eCedar Oil (0.1%)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Primary Use\"\u003eOutdoor perimeter, garden, lawn, barn\/coop\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Sizes\"\u003e5 lbs (80 oz) \/ 20 lbs (320 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Packaging\"\u003eResealable stand-up 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!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eHow do I apply this to my lawn for ticks?\u003c\/summary\u003e\n\n\u003cdiv\u003eFor lawn insect deterrence, use a yard spreader on the lowest setting. Spread approximately 1 lb of granules per 20 sq ft across your lawn for prevention of fleas and ticks.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eIs it safe to use inside chicken coops?\u003c\/summary\u003e\n\n\u003cdiv\u003eYes. It can be utilized to eliminate odors and reduce moisture in chicken coops. Sprinkle a thin layer (about 1\/8 inch) across bedding. It can be applied on top of or under mats.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eHow often should I reapply around my home?\u003c\/summary\u003e\n\n\u003cdiv\u003eFor best results as a home perimeter barrier, pour around the base of your home once every month. This maintains a safe and effective management barrier against pests.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Cartivra","offers":[{"title":"1 Bag (Small Home Perimeter)","offer_id":58093789610144,"sku":"0624-16338280","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 Bags (Front \u0026 Back Yard)","offer_id":58093789642912,"sku":"0624-16336621","price":20.95,"currency_code":"USD","in_stock":true},{"title":"4 Bags (Large Estate \/ Farm)","offer_id":58097448714400,"sku":"0624-16333088","price":40.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/df4cf1ff4ce30f4742886fbe521298a2.jpg?v=1782284224","url":"https:\/\/cartivra.com\/products\/natural-granular-insect-repellent","provider":"Cartivra","version":"1.0","type":"link"}