{"product_id":"peppermint-oil-bug-repellent","title":"Peppermint Oil Bug Repellent","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：天然薄荷精油驱虫喷雾\n目标受众：寻求安全、天然家庭防虫解决方案的家庭用户\n视觉风格：清新、自然、洁净。配色以白色、薄荷绿、清透蓝为主。\n模块顺序：Hero (整体价值) -\u003e Feature 1 (配方优势) -\u003e Feature 2 (核心作用\/场景) -\u003e Feature 3 (使用便捷性) -\u003e Specs (参数事实) -\u003e FAQ (疑虑消除)\n详情图映射：Hero=image_0.png, Feature1(Formula)=image_4.png, Feature2(Barrier)=image_1.png, Feature3(Usage)=image_2.png\n规格图映射：Specs数据来源于标签截图\n对比模块：未单独设立，但Feature 2使用了带有Before\/After概念的图片来体现效果。\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Design System Variables *\/\n    --primary: #00A651; \/* Mint Green from label *\/\n    --primary-dark: #008c44;\n    --secondary: #007BFF; \/* Blue from label emphasizing freshness *\/\n    --accent: #FFC107; \/* Yellow accent from label *\/\n    --text-main: #212529;\n    --text-sub: #565E64;\n    --bg-body: #FFFFFF;\n    --bg-soft: #F8F9FA;\n    --bg-card: #FFFFFF;\n    --border-color: #E9ECEF;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n    --shadow-md: 0 8px 24px rgba(0,0,0,0.08);\n    --spacing-section: clamp(3rem, 8vw, 5rem);\n    --spacing-block: clamp(1.5rem, 4vw, 2.5rem);\n\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    line-height: 1.6;\n    box-sizing: border-box;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1,\n  .product-detail-container h2,\n  .product-detail-container h3 {\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h1 { font-size: clamp(32px, 5vw, 44px); }\n  .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); }\n  .product-detail-container h3 { font-size: 20px; }\n  .product-detail-container p { font-size: 18px; margin-bottom: 1.5rem; color: var(--text-sub); }\n  .product-detail-container li { font-size: 18px; margin-bottom: 0.5rem; }\n\n  \/* Utilities *\/\n  .text-primary { color: var(--primary); }\n  .flex-center { display: flex; align-items: center; justify-content: center; }\n  .img-fluid { display: block; width: 100%; height: auto; border-radius: var(--radius-md); object-fit: cover; }\n\n  \/* Layout Structure *\/\n  .pd-section {\n    margin-bottom: var(--spacing-section);\n  }\n\n  .two-col-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: var(--spacing-block);\n    align-items: center;\n  }\n\n  @media (min-width: 768px) {\n    .two-col-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(3rem, 6vw, 5rem);\n    }\n    .two-col-grid.reversed .col-media { order: 2; }\n    .two-col-grid.reversed .col-text { order: 1; }\n  }\n\n  \/* Components *\/\n  .trust-badge {\n    display: inline-flex;\n    align-items: center;\n    padding: 0.5rem 1rem;\n    background: var(--bg-soft);\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    color: var(--primary-dark);\n    margin-bottom: 1.5rem;\n  }\n  .trust-badge span { margin-right: 0.5rem; }\n\n  .feature-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-top: 1.5rem;\n  }\n  .feature-pill {\n    padding: 0.4rem 1rem;\n    background: var(--bg-soft);\n    border: 1px solid var(--border-color);\n    border-radius: 50px;\n    font-size: 16px;\n    color: var(--text-sub);\n    display: flex;\n    align-items: center;\n  }\n  .feature-pill i { margin-right: 0.5rem; color: var(--primary); }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n    border: 1px solid var(--border-color);\n  }\n  .spec-table th, .spec-table td {\n    padding: 1rem 1.5rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n  .spec-table th {\n    background: var(--bg-soft);\n    font-weight: 600;\n    width: 40%;\n    color: var(--text-main);\n  }\n  @media (max-width: 767px) {\n    .spec-table, .spec-table tbody, .spec-table tr, .spec-table td { display: block; width: 100%; box-sizing: border-box; }\n    .spec-table th { display: none; }\n    .spec-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); }\n    .spec-table td {\n      display: flex;\n      flex-direction: column;\n      align-items: flex-start;\n      border-bottom: 1px solid var(--border-color);\n      padding: 1rem;\n    }\n    .spec-table td:last-child { border-bottom: none; }\n    .spec-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 0.25rem;\n    }\n  }\n\n  \/* FAQ *\/\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1.5rem 0;\n  }\n  .faq-question {\n    font-size: 20px;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  .faq-question::-webkit-details-marker { display: none; }\n  .faq-question::after {\n    content: '+';\n    font-size: 24px;\n    color: var(--primary);\n  }\n  details[open] .faq-question::after { content: '−'; }\n  .faq-answer {\n    margin-top: 1rem;\n    padding-right: 2rem;\n  }\n\u003c\/style\u003e\n\u003c!-- Section A: Hero --\u003e\n\u003cdiv class=\"pd-section two-col-grid\"\u003e\n\u003cdiv class=\"col-text\"\u003e\n\u003cdiv class=\"trust-badge\"\u003e\n\u003cspan\u003e🌿\u003c\/span\u003e Plant-Based Protection\u003c\/div\u003e\n\n\u003ch1\u003eDefend Your Home Naturally with Peppermint Power\u003c\/h1\u003e\n\n\u003cp\u003eCreate a safe, effective barrier against household bugs without harsh chemicals. Enjoy peace of mind and a fresh, clean scent.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-pills\"\u003e\n\u003cdiv class=\"feature-pill\"\u003e✅ Family Safe*\u003c\/div\u003e\n\n\u003cdiv class=\"feature-pill\"\u003e✅ Fresh Scent\u003c\/div\u003e\n\n\u003cdiv class=\"feature-pill\"\u003e✅ Indoor \u0026amp; Outdoor\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"font-size: 14px; margin-top: 0.5rem; color: var(--text-sub);\"\u003e*When used as directed.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"col-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"Natural Peppermint Bug Spray\" cke-id=\"img61\" class=\"img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260722093727\/c366a2b60551e7cf2f79dbf0129ba814.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section B: Feature 1 - Formula Focus --\u003e\n\n\u003cdiv class=\"pd-section two-col-grid reversed\"\u003e\n\u003cdiv class=\"col-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"Plant-based formula\" cke-id=\"img62\" class=\"img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260722093727\/39c1ebec262bf34277b8d9f567b96fb2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"col-text\"\u003e\n\u003ch2\u003eFormulated by Nature, Trusted by Families\u003c\/h2\u003e\n\n\u003cp\u003eHarnessing the natural repelling properties of essential peppermint oil. Our formula effectively deters common pests while leaving behind a crisp, pleasant aroma instead of chemical fumes. It's the gentle yet tough solution for a cleaner living space.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-pills\"\u003e\n\u003cdiv class=\"feature-pill\"\u003e🌱 No Artificial Fragrances\u003c\/div\u003e\n\n\u003cdiv class=\"feature-pill\"\u003e💧 Water-Based Carrier\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section B: Feature 2 - Barrier\/Scenario Focus --\u003e\n\n\u003cdiv class=\"pd-section two-col-grid\"\u003e\n\u003cdiv class=\"col-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"Invisible shield against bugs\" cke-id=\"img63\" class=\"img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260722093727\/445513cc911e8be136b38263c7778e37.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"col-text\"\u003e\n\u003ch2\u003eYour Invisible Shield Against Invaders\u003c\/h2\u003e\n\n\u003cp\u003eDon't just kill bugs; keep them out. Spray around doors, windows, baseboards, and garage corners to establish a protective perimeter. This barrier discourages ants, spiders, and roaches from crossing into your home.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eTargets entry points effectively\u003c\/li\u003e\n\t\u003cli\u003eIdeal for kitchens, basements, and patios\u003c\/li\u003e\n\t\u003cli\u003eLong-lasting residual effect\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section B: Feature 3 - Ease of Use Focus --\u003e\n\n\u003cdiv class=\"pd-section two-col-grid reversed\"\u003e\n\u003cdiv class=\"col-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"Easy to use spray bottle\" cke-id=\"img64\" class=\"img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260722093727\/a4f2734374096d1ec332cf55a131063f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"col-text\"\u003e\n\u003ch2\u003eJust Shake, Spray, and Relax\u003c\/h2\u003e\n\n\u003cp\u003ePest control shouldn't be a chore. Our ready-to-use trigger spray bottle makes application effortless. Simply give it a quick shake and spray wherever you need protection. No mixing, no complicated prep—just immediate action.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section C: Specifications --\u003e\n\n\u003cdiv class=\"pd-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\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eNatural Insect Repellent Spray\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eActive Ingredient\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Active Ingredient\"\u003ePeppermint Oil (2.0%)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eOther Ingredients\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Other Ingredients\"\u003eSodium Lauryl Sulfate (1.0%), Water \u0026amp; Emulsifiers (97.0%)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eVolume\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Volume\"\u003e120ml (approx. 4 fl oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eApplication Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Application Type\"\u003eTrigger Sprayer\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eScent\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Scent\"\u003eFresh Peppermint\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Section D: FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eIs it safe to use around children and pets?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes, when used as directed on the label. Our formula relies on plant-based essential oils rather than harsh synthetic pesticides, making it a suitable choice for family homes. Always allow treated surfaces to dry before contact.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eWhat kind of bugs does it repel?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eIt is designed to repel common household crawling insects, including ants, spiders, cockroaches, and silverfish. It helps create a barrier to prevent them from entering treated areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eWill it leave a strong smell or residue?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe spray has a strong, fresh natural peppermint aroma upon application that dissipates pleasantly over time. It is formulated to dry clear on most surfaces without leaving sticky residue.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Starter Kit)","offer_id":45889705312447,"sku":"0722-14091195","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Indoor \u0026 Outdoor Shield - Save 10%)","offer_id":45889705345215,"sku":"0722-14095611","price":22.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Whole House Perimeter - Save 15%)","offer_id":45889705377983,"sku":"0722-14099429","price":32.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/c366a2b60551e7cf2f79dbf0129ba814.jpg?v=1784700696","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/peppermint-oil-bug-repellent","provider":"Bak","version":"1.0","type":"link"}