{"product_id":"soluble-crawling-pest-kit","title":"Soluble Crawling Pest Kit","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #1e4620;\n      --primary-hover: #143016;\n      --text-main: #1a241b;\n      --text-sub: #4a574b;\n      --bg-body: #ffffff;\n      --bg-card: #f8faf8;\n      --bg-soft: #f0f4f0;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.08);\n      --border-color: #e2ede2;\n\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      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px !important;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container h2 {\n      font-size: 20px !important;\n      line-height: 1.4;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px !important;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container td,\n    .product-detail-container li {\n      font-size: 18px !important;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      padding: 24px 0;\n    }\n\n    \/* Image Rules *\/\n    .image-placeholder {\n      width: 100%;\n      height: auto;\n      aspect-ratio: 16 \/ 9;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      padding: 20px;\n      box-sizing: border-box;\n      margin-bottom: 20px;\n      font-size: 18px !important;\n      font-weight: 500;\n      color: var(--text-sub);\n    }\n\n    \/* Intro \/ Hero Block *\/\n    .hero-section {\n      text-align: center;\n      padding: 32px 0;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      margin-top: 20px;\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n\n    .trust-badge {\n      display: inline-block;\n      background-color: var(--border-color);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      margin-bottom: 16px;\n    }\n\n    .hero-subtitle {\n      margin-bottom: 24px;\n    }\n\n    \/* Feature Sections Layout *\/\n    .features-container {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: 40px;\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media {\n      flex: 1;\n    }\n\n    .feature-copy {\n      flex: 1;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 14px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Specifications Table Layout *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-row {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-row:last-child {\n      border-bottom: none;\n    }\n\n    .spec-label {\n      padding: 16px;\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n      text-align: left;\n    }\n\n    .spec-data {\n      padding: 16px;\n      color: var(--text-sub);\n      width: 65%;\n      text-align: left;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      padding: clamp(2rem, 4vw, 3rem) 0;\n    }\n\n    .faq-container {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n      margin-top: 16px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 20px;\n    }\n\n    .faq-question {\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .faq-answer {\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Responsive Lock Rules *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column !important;\n        gap: 16px;\n      }\n\n      .feature-media {\n        width: 100%;\n        order: 1; \/* Image First *\/\n      }\n\n      .feature-copy {\n        width: 100%;\n        order: 2; \/* Text Second *\/\n      }\n\n      .spec-table, \n      .spec-table tbody {\n        display: block;\n        width: 100%;\n      }\n\n      .spec-row {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 12px 0;\n        align-items: start;\n      }\n\n      .spec-label, \n      .spec-data {\n        display: block;\n        padding: 0 !important;\n        width: 100% !important;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-row {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Soluble Insecticidal Powder Kit with Spray Bottle\nTarget Audience: Homeowners and gardeners dealing with indoor\/outdoor crawling pests\nVisual Style: Clean, natural, and protective\nColor Strategy: Deep botanical green (#1e4620), soft botanical accent (#e2ede2), dark charcoal text (#1a241b), soft gray-green background (#f8faf8)\nModule Order: Hero Block -\u003e Feature 1 (Mix \u0026 Spray) -\u003e Feature 2 (Broad Spectrum Target) -\u003e Feature 3 (Versatile Indoor\/Outdoor) -\u003e Specifications Table -\u003e FAQ Section\nDetail Image Mapping: Hero=detail_4, Feature1=detail_2, Feature2=detail_1, Feature3=detail_5\nSpecification Data Source: detail_2, detail_5, detail_6 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (no direct competitive comparison data provided)\nInformation Boundary: Strictly relies on the 40g weight, 20% Dinotefuran active ingredient, and empty bottle inclusion. No unverified certifications or claims are added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Intro \/ Hero Block --\u003e\n\u003csection class=\"product-detail-section hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"trust-badge\"\u003e🐜 Easy DIY Home Pest Rescue\u003c\/span\u003e\n\u003ch1\u003eBroad-Spectrum Crawling Pest Control Kit\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eA simple, scientifically formulated mix-and-spray kit designed to manage crawling insects in and around your home. Includes soluble powder, measuring spoon, and empty spray bottle.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img85\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910150306\/f2e9ab8304bd943abf80b8d35a414ce3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"features-container\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img86\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910150306\/71ce4479e7cca059d09f54dae279eecd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSimple Mix-and-Spray Formula\u003c\/h3\u003e\n\n\u003cp\u003eEasily prepare your pest solution at home. Simply measure the water-soluble granules using the included plastic spoon, mix with water inside the empty spray bottle, shake well, and apply.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eSoluble Granules\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEmpty Spray Bottle Included\u003c\/span\u003e\n\u003c\/div\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img87\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910150306\/6bb82e886819fc4372ccf0c28b2adb0c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eBroad-Spectrum Target Coverage\u003c\/h3\u003e\n\n\u003cp\u003eEffectively addresses common crawling insects in residential spaces. This formulation targets crawling pests like cockroaches, ants, and beetles in hard-to-reach spots.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eMulti-Insect Rescue\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eTargeted Application\u003c\/span\u003e\n\u003c\/div\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img88\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910150306\/ff0f5eb90bb4ae51bdc20a22ed679fa4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eVersatile Indoor \u0026amp; Outdoor Use\u003c\/h3\u003e\n\n\u003cp\u003eDesigned for precise delivery where pests hide. Safely apply to cracks, wall corners, window crevices, patios, yards, step gaps, and outdoor entryways.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eFor Homes \u0026amp; Yards\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003ePrecise Measuring Spoon\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table (Text Only) --\u003e\n\n\u003csection class=\"product-detail-section specifications-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr class=\"spec-row\"\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eActive Ingredient\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-data\"\u003e\u003cspan class=\"spec-value\"\u003eDinotefuran (20% content)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr class=\"spec-row\"\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eNet Weight of Agent\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-data\"\u003e\u003cspan class=\"spec-value\"\u003e40g (1.41 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr class=\"spec-row\"\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eFormulation\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-data\"\u003e\u003cspan class=\"spec-value\"\u003eWater-soluble granules \/ powder\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr class=\"spec-row\"\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eTarget Insects\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-data\"\u003e\u003cspan class=\"spec-value\"\u003eCockroaches, ants, beetles, and crawling insects\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr class=\"spec-row\"\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eKit Components\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-data\"\u003e\u003cspan class=\"spec-value\"\u003e1x Soluble Powder Bottle, 1x Empty Spray Bottle, 1x Plastic Measuring Spoon, 1x Instruction Manual\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr class=\"spec-row\"\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eApplication Areas\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-data\"\u003e\u003cspan class=\"spec-value\"\u003eIndoor corners, cracks, window crevices, outdoor yards, and patios\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"product-detail-section faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\u003cspan style=\"font-size:20px;\"\u003e❓ What does the kit include?\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eEach package comes complete with one 40g bottle of soluble crawling pest control powder, one empty spray bottle with a trigger spray attachment, one white plastic measuring spoon, and one user manual.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\u003cspan style=\"font-size:20px;\"\u003e❓ Is the spray bottle shipped pre-filled?\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, the spray bottle is shipped completely empty. You will receive the active powder separately in a dedicated container to be measured and mixed with water at home when you are ready to use it.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\u003cspan style=\"font-size:20px;\"\u003e❓ Where can I safely apply this formula?\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis solution is highly versatile and can be applied to indoor living room corners, narrow wall cracks, window frame joints, outdoor yard steps, patios, and crawlspaces where crawling insects tend to hide.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Kit (Powder + Spray Bottle)","offer_id":58894673281184,"sku":"20260910-192335-0293","price":12.95,"currency_code":"USD","in_stock":true},{"title":"⭐ 2 Kits (Keep \u0026 Share • Save 10%)","offer_id":58894673313952,"sku":"20260910-192335-5572","price":22.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/f2e9ab8304bd943abf80b8d35a414ce3.jpg?v=1789039459","url":"https:\/\/cartivra.com\/products\/soluble-crawling-pest-kit","provider":"Cartivra","version":"1.0","type":"link"}