{"product_id":"natural-essential-oil-bug-patches","title":"Natural Essential Oil Bug Patches","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Mosquito Repellent Patches for Kids\/Family Outdoors\nTarget Audience: Parents, families, outdoor enthusiasts prioritizing safety and convenience\nVisual Style: Friendly, natural, protective, and reassuring\nColor Strategy: \n  - Primary: #4CAF50 (Nature\/Citronella Green)\n  - Accent: #FFA726 (Sunny Outdoor Yellow\/Orange)\n  - Background: #F9FBF9 (Clean, safe off-white)\nShape Strategy: Radius 24px for a soft, child-friendly, non-aggressive aesthetic\nTypography Strategy: Large Type \/ Mobile-first readable (H1 32px-44px, Body 18px-20px)\nMobile Table Strategy: Card-based layout with data-labels (No horizontal scroll)\nImage Mapping: \n  - Hero = image_1\n  - Feature 1 (Ingredients) = image_2\n  - Feature 2 (Longevity) = image_3\n  - Feature 3 (Versatility) = image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n            \/* Design System Variables *\/\n            --primary: #4CAF50;\n            --primary-bg: #E8F5E9;\n            --accent: #FFA726;\n            --text-main: #2C3E2D; \n            --text-sub: #546E58;\n            --bg-body: #FFFFFF;\n            --bg-card: #F9FBF9;\n            --border-color: #E0EBE2;\n            --radius-md: 16px;\n            --radius-lg: 24px;\n            --shadow-sm: 0 4px 12px rgba(76, 175, 80, 0.06);\n            --shadow-lg: 0 12px 32px rgba(76, 175, 80, 0.12);\n\n            \/* Container constraints *\/\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            color: var(--text-main);\n            box-sizing: border-box;\n            \n            \/* Anti-overflow \u0026 word break rules *\/\n            overflow-wrap: break-word;\n            word-break: break-word;\n            overflow: hidden; \n        }\n\n        .product-detail-container * {\n            box-sizing: border-box;\n        }\n\n        \/* Typography System *\/\n        .product-detail-container h1 { \n            font-size: clamp(32px, 5vw, 44px); \n            line-height: 1.2; \n            font-weight: 800; \n            margin: 0 0 1rem 0; \n            color: var(--text-main);\n        }\n        .product-detail-container h2 { \n            font-size: clamp(24px, 4vw, 32px); \n            line-height: 1.3; \n            font-weight: 700; \n            margin: 0 0 1rem 0; \n            color: var(--text-main);\n        }\n        .product-detail-container h3 { \n            font-size: clamp(20px, 3vw, 24px); \n            line-height: 1.4; \n            font-weight: 600; \n            margin: 0 0 1rem 0;\n            color: var(--text-main);\n        }\n        .product-detail-container p { \n            font-size: clamp(18px, 2vw, 20px); \n            line-height: 1.6; \n            color: var(--text-sub); \n            margin: 0 0 1.5rem 0; \n        }\n\n        \/* Spacing System *\/\n        .section-gap { \n            margin-top: clamp(3rem, 6vw, 5rem); \n            margin-bottom: clamp(3rem, 6vw, 5rem); \n        }\n\n        \/* Image \u0026 Placeholder Protocol *\/\n        .product-detail-container img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: var(--radius-lg);\n        }\n        .img-placeholder {\n            width: 100%;\n            aspect-ratio: 1 \/ 1;\n            background: var(--bg-card);\n            border: 2px dashed #A5D6A7;\n            border-radius: var(--radius-lg);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 18px;\n            color: var(--primary);\n            font-weight: 600;\n        }\n\n        \/* Visual Non-Clickable Badges *\/\n        .visual-badge {\n            display: inline-flex;\n            align-items: center;\n            background: var(--primary-bg);\n            color: var(--primary);\n            padding: 8px 16px;\n            border-radius: 50px;\n            font-size: 16px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-bottom: 1.5rem;\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            display: flex;\n            flex-direction: column;\n            gap: 2rem;\n            margin-top: clamp(2rem, 4vw, 4rem);\n        }\n        .hero-copy {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n        .social-proof {\n            display: inline-block;\n            background: #FFF3E0;\n            color: #E65100;\n            padding: 6px 14px;\n            border-radius: 8px;\n            font-weight: 700;\n            font-size: 16px;\n            margin-bottom: 1rem;\n            width: fit-content;\n        }\n\n        \/* Features Strategy (Mobile Column -\u003e Desktop Z-Pattern) *\/\n        .feature-item {\n            display: flex;\n            flex-direction: column;\n            gap: 2rem;\n            margin-bottom: clamp(4rem, 8vw, 6rem);\n        }\n        .feature-media {\n            width: 100%;\n        }\n        .feature-copy {\n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        \/* Specs Table Strategy *\/\n        .specs-section {\n            background: var(--bg-card);\n            padding: clamp(2rem, 5vw, 4rem);\n            border-radius: var(--radius-lg);\n        }\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 1.5rem;\n        }\n        .specs-table th, .specs-table td {\n            padding: 18px 20px;\n            text-align: left;\n            font-size: 18px;\n            line-height: 1.5;\n        }\n        .specs-table th {\n            background: var(--primary-bg);\n            color: var(--primary);\n            font-weight: 700;\n            border-bottom: 2px solid var(--border-color);\n        }\n        .specs-table td {\n            border-bottom: 1px solid var(--border-color);\n            color: var(--text-main);\n            font-weight: 500;\n        }\n\n        \/* FAQ Strategy *\/\n        .faq-section {\n            margin-bottom: clamp(3rem, 6vw, 5rem);\n        }\n        .faq-item {\n            background: var(--bg-body);\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        .faq-q {\n            font-size: clamp(20px, 3vw, 22px);\n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 12px;\n        }\n        .faq-a {\n            font-size: clamp(16px, 2vw, 18px);\n            color: var(--text-sub);\n            margin: 0;\n        }\n\n        \/* Desktop Enhancements *\/\n        @media (min-width: 768px) {\n            .hero-section {\n                flex-direction: row;\n                gap: 4rem;\n            }\n            .hero-media, .hero-copy {\n                flex: 1;\n                width: 50%;\n            }\n            .feature-item {\n                flex-direction: row;\n                gap: 5rem;\n            }\n            .feature-item:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n            .feature-media, .feature-copy {\n                width: 50%;\n                flex: 1;\n            }\n        }\n\n        \/* Mobile Card-based Table Constraints *\/\n        @media (max-width: 767px) {\n            .specs-table table, \n            .specs-table thead, \n            .specs-table tbody, \n            .specs-table tr, \n            .specs-table th, \n            .specs-table td {\n                display: block;\n                width: 100%;\n            }\n            .specs-table thead {\n                display: none;\n            }\n            .specs-table tr {\n                margin-bottom: 1rem;\n                background: var(--bg-body);\n                border: 1px solid var(--border-color);\n                border-radius: var(--radius-md);\n                padding: 16px;\n                box-shadow: var(--shadow-sm);\n            }\n            .specs-table td {\n                border-bottom: none;\n                display: flex;\n                flex-direction: column;\n                padding: 8px 0;\n            }\n            .specs-table td:not(:last-child) {\n                border-bottom: 1px dashed var(--border-color);\n            }\n            .specs-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--primary);\n                font-size: 14px;\n                text-transform: uppercase;\n                letter-spacing: 0.5px;\n                margin-bottom: 4px;\n            }\n        }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-gap\"\u003e\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331151456\/402c68c958cf3a41901c156a4af8c51d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"social-proof\"\u003eTrusted by 50,000+ Happy Families\u003c\/div\u003e\n\n\u003ch1\u003eGentle Protection for Your Little Ones\u003c\/h1\u003e\n\n\u003cp\u003eKeep the bugs away and let the fun continue. Our 180-count cute cartoon essential oil patches deliver ultimate peace of mind for parents and endless joy for kids during any outdoor adventure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003cdiv class=\"feature-item section-gap\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331151458\/5cadbe292ca43f101b5220007d504536.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e100% Plant-Based Formula\u003c\/div\u003e\n\n\u003ch2\u003eHarness the Pure Power of Nature\u003c\/h2\u003e\n\n\u003cp\u003eCrafted with a premium blend of natural citronella, lemongrass, and geraniol essential oils. Our patches provide a gentle yet highly effective barrier without harsh chemicals, making them completely safe for babies, kids, and adults alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item section-gap\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331151457\/69a363849d00675814b679b78744b0b4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e24-Hour Lasting Shield\u003c\/div\u003e\n\n\u003ch2\u003eAll-Day Defense, Sealed for Freshness\u003c\/h2\u003e\n\n\u003cp\u003eEach individual sticker is formulated to release its natural aroma slowly, ensuring up to 24 hours of continuous protection. Plus, the included high-quality resealable bag locks in the essential oils, preserving maximum effectiveness when not in use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item section-gap\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331151458\/a340eb73d7b266df0f673d377cf21ae8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eStick Anywhere Application\u003c\/div\u003e\n\n\u003ch2\u003eYour Ultimate Outdoor Companion\u003c\/h2\u003e\n\n\u003cp\u003eWhether you're hosting a backyard BBQ, heading out on a camping trip, or taking an evening stroll. Easily attach these fun patches directly to clothing, pants, shirts, strollers, chairs, or tables. They stick securely and peel off effortlessly without leaving residue.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"specs-section section-gap\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cp\u003eEverything you need to know about our natural protection.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetail\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=\"Feature\"\u003ePackage Contains\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e180 Patches (Assorted Cute Cartoon Patterns)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eActive Ingredients\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eNatural Citronella, Lemongrass, \u0026amp; Geraniol Oils\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eProtection Duration\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eUp to 24 Hours per patch\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePatch Diameter\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e3.0 cm (1.2 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePackage Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e50 g (1.8 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eStorage Method\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eResealable airtight zipper bag included\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 section-gap\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eAre these safe to apply directly on bare skin?\u003c\/div\u003e\n\n\u003cp class=\"faq-a\"\u003eFor optimal comfort and prolonged effectiveness, we recommend sticking the patches onto clothing, hats, strollers, or nearby furniture rather than directly onto bare skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eHow should I store the unused patches to keep them fresh?\u003c\/div\u003e\n\n\u003cp class=\"faq-a\"\u003eAlways keep your unused patches in the original premium sealed bag provided. Make sure the zip-lock is completely closed after each use to prevent the natural essential oils from evaporating.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eCan these patches be used indoors as well?\u003c\/div\u003e\n\n\u003cp class=\"faq-a\"\u003eAbsolutely! While they are perfect for outdoor adventures like camping and BBQs, you can easily stick them underneath tables or behind chairs indoors to maintain a peaceful, bug-free environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🏕️ Starter Pack (180-Count)","offer_id":48784221602035,"sku":"0401-16191222","price":12.95,"currency_code":"USD","in_stock":true},{"title":"👨‍👩‍👧‍👦 Pro Family Pack (360-Count)  Save 15%","offer_id":48784221634803,"sku":"0401-16196532","price":16.95,"currency_code":"USD","in_stock":true},{"title":"🛡️ Ultimate Max Pack (540-Count)  Best Value 🔥","offer_id":48784221667571,"sku":"0401-16192497","price":20.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/1937\/2019\/files\/402c68c958cf3a41901c156a4af8c51d.jpg?v=1775031670","url":"https:\/\/ifurryhaven.com\/products\/natural-essential-oil-bug-patches","provider":"IFurryhaven","version":"1.0","type":"link"}