{"product_id":"realistic-bamboo-wasp-decoy","title":"Realistic Bamboo Wasp Decoy","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Outdoor Pest Control \/ Home \u0026 Garden (Fake Wasp Nest Decoy)\nTarget Audience: Homeowners, families enjoying outdoor spaces, environmentally conscious consumers\nVisual Style: Natural, reassuring, eco-friendly, highly functional\nColor Strategy: Earthy tones (Forest Green, Warm Beige, Off-White) to reflect outdoor\/bamboo nature while maintaining high contrast.\nShape Strategy: Radius 16px (Friendly, organic shapes fitting natural outdoor environment)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 36px+, Body 18px+)\nMobile Table Strategy: Card-based (No horizontal scroll, full conversion for inches\/cm)\nImage Mapping: Hero=image_1, Features=image_2\/image_3\/image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* 1) Design System (CSS Variables) *\/\n    --primary: #4A5D23;          \/* Earthy Forest Green *\/\n    --primary-light: #F0F4E8;    \/* Tinted Green Background *\/\n    --text-main: #2C3525;        \/* Charcoal Green for high contrast text *\/\n    --text-sub: #5A6650;         \/* Muted Green for secondary text *\/\n    --bg-body: #FAFAF7;          \/* Natural off-white *\/\n    --bg-card: #FFFFFF;          \/* Clean white for cards *\/\n    --border-color: #E2E8D8;     \/* Soft border *\/\n    --radius-md: 12px;\n    --radius-lg: 20px;\n    --shadow-sm: 0 8px 24px rgba(44, 53, 37, 0.06);\n    --shadow-lg: 0 12px 32px rgba(44, 53, 37, 0.1);\n    \n    \/* Global Container Settings *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    background-color: var(--bg-body);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.7;\n  }\n\n  .product-detail-container *, \n  .product-detail-container *::before, \n  .product-detail-container *::after {\n    box-sizing: inherit;\n  }\n\n  \/* 0) 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 1.5rem 0;\n    color: var(--text-main);\n  }\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 1.5rem 0;\n    color: var(--text-main);\n  }\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\n  .product-detail-container p {\n    font-size: clamp(16px, 2vw, 18px);\n    line-height: 1.7;\n    margin: 0 0 1.5rem 0;\n    color: var(--text-sub);\n  }\n\n  \/* Spacing System *\/\n  .pd-section {\n    padding: clamp(3rem, 6vw, 5rem) 0;\n  }\n\n  \/* Image Placeholders *\/\n  .pd-img-placeholder {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    background-color: #F1F3EE;\n    border: 2px dashed #A6B49A;\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    font-weight: bold;\n    color: var(--text-sub);\n    text-align: center;\n  }\n\n  \/* Badges (Non-interactive) *\/\n  .pd-badge {\n    display: inline-block;\n    background: var(--primary-light);\n    color: var(--primary);\n    padding: 6px 16px;\n    border-radius: 100px;\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 1.5rem;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n  }\n\n  \/* --- Hero Section --- *\/\n  .pd-hero {\n    display: flex;\n    flex-direction: column;\n    gap: 3rem;\n    align-items: center;\n    text-align: center;\n  }\n\n  .pd-hero-text {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .pd-hero-media {\n    width: 100%;\n    max-width: 800px;\n  }\n\n  \/* --- Features Section (Mobile Ordering Lock) --- *\/\n  .pd-features {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(4rem, 8vw, 6rem);\n  }\n\n  \/* Mobile First: Stacked column *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: 2rem;\n  }\n\n  .feature-media, .feature-copy {\n    width: 100%;\n  }\n\n  \/* Desktop Z-Pattern *\/\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n      align-items: center;\n      gap: 6%;\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      width: 47%;\n    }\n  }\n\n  \/* --- Specs Table Section --- *\/\n  .pd-specs-container {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: clamp(2rem, 5vw, 4rem);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .pd-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\n  }\n\n  .pd-table th, .pd-table td {\n    padding: 1.2rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n\n  .pd-table th {\n    font-weight: 700;\n    color: var(--text-main);\n    background: var(--primary-light);\n  }\n\n  \/* Specs Table Mobile Card Override *\/\n  @media (max-width: 767px) {\n    .pd-table, .pd-table tbody, .pd-table tr, .pd-table td {\n      display: block;\n      width: 100%;\n    }\n    .pd-table thead {\n      display: none; \/* Hide headers on mobile *\/\n    }\n    .pd-table tr {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1.5rem;\n      padding: 1rem;\n    }\n    .pd-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 0.8rem 0;\n      border-bottom: 1px solid var(--border-color);\n      text-align: right;\n      gap: 1rem;\n    }\n    .pd-table td:last-child {\n      border-bottom: none;\n    }\n    .pd-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-sub);\n      text-align: left;\n      flex-shrink: 0;\n    }\n  }\n\n  \/* --- FAQ Section --- *\/\n  .pd-faq-list {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .pd-faq-item {\n    background: var(--bg-card);\n    border: 1px solid var(--border-color);\n    border-radius: var(--radius-md);\n    padding: clamp(1.5rem, 3vw, 2rem);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .pd-faq-question {\n    font-size: clamp(18px, 2.5vw, 22px);\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 1rem;\n  }\n\n  .pd-faq-answer {\n    font-size: clamp(16px, 2vw, 18px);\n    color: var(--text-sub);\n    margin: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-hero pd-section\"\u003e\n\u003cdiv class=\"pd-hero-text\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eChemical-Free Defense\u003c\/div\u003e\n\n\u003ch1\u003eReclaim Your Outdoor Peace\u003c\/h1\u003e\n\n\u003ch2\u003eNaturally Deter Wasps with Highly Realistic Bamboo Decoys\u003c\/h2\u003e\n\n\u003cp\u003eEnjoy your terrace, garden, and balconies without the constant threat of stings. Our dark-colored decoy nests mimic enemy wasp territory, keeping your outdoor activities safe and harmonious for family and friends.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318161339\/3d223143081469c094a09c997166a482.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-features pd-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318161339\/94ef5c408c5620cfc191c1fb7afec9f8.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\u003eHighly Realistic Territorial Deterrent\u003c\/h3\u003e\n\n\u003cp\u003eWasps are fiercely territorial insects that instinctively avoid building nests near competing colonies. Our realistic dark-colored design simulates a live paper wasp nest, naturally signaling incoming wasps to relocate without the use of harmful sprays.\u003c\/p\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=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318161339\/866c7757b1a56dfa7fc7fe08bdda063e.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\u003eComplete 4-Pack Coverage\u003c\/h3\u003e\n\n\u003cp\u003eEstablish a comprehensive no-fly zone around your entire property. Every package includes 4 premium decoys, 4 wire expanders for perfect shaping, and 4 hanging ropes. Easily deploy them under eaves, orchards, decks, or any corner of your patio.\u003c\/p\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=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318161339\/43994646551897911849c6c2e2a1377e.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\u003eNatural Cotton \u0026amp; Bamboo Fibers\u003c\/h3\u003e\n\n\u003cp\u003eCrafted from authentic cotton and bamboo fibers to recreate the exact texture of a genuine nest. \u003cstrong\u003eUsage Tip:\u003c\/strong\u003e For maximum durability, please hang the decoys in non-humid, sheltered areas. In windy conditions, easily tie an anchor line to the bottom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003cdiv class=\"pd-specs pd-section\"\u003e\n\u003cdiv class=\"pd-specs-container\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\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=\"Material\"\u003ePremium Cotton \u0026amp; Bamboo Fibers\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eNon-toxic, highly realistic texture\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Opened Size\"\u003e8.66 × 11.0 in (22.0 × 27.9 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eLifelike dimensions for maximum visual impact\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Folded Size\"\u003e8.66 × 8.66 in (22.0 × 22.0 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eCompact and easy to store off-season\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Includes\"\u003e4-Pack Security Kit\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e4 Decoys, 4 Wire Expanders, 4 Hanging Ropes\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Best Placement\"\u003eUnder eaves, trees, covered balconies\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMust be kept in non-humid\/sheltered environments\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-faq pd-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 3rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow does a fake nest keep wasps away?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eWasps are extremely territorial and will rarely build a nest within 200 feet of an existing one. By hanging our realistic decoys, you create an optical illusion of enemy territory, prompting scouting wasps to leave the area.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eCan I leave these out in the rain?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eTo maintain their realistic appearance, these decoys are made from natural cotton and bamboo fibers. They are not waterproof. We highly recommend hanging them in non-humid, sheltered places like under eaves, porches, or thick tree canopies.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow do I assemble and secure them?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eAssembly takes seconds! Simply gently expand the decoy, insert the included wire expander to hold its shape, and use the provided rope to hang it. If you live in a particularly windy area, we suggest tying a small anchor line to the bottom loop for stability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"PawNexa","offers":[{"title":"🏕️ 2-Pack (Balcony \u0026 Patio)","offer_id":44939876597896,"sku":"0328-16444774","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🏡 4-Pack (Standard Home)","offer_id":44939876630664,"sku":"0328-16442170","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🌳 8-Pack (Large Yard \u0026 Orchard) - Save 30%","offer_id":44939876663432,"sku":"0328-16448238","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/6282\/6888\/files\/3d223143081469c094a09c997166a482.jpg?v=1774687501","url":"https:\/\/pawnexa.com\/products\/realistic-bamboo-wasp-decoy","provider":"PawNexa","version":"1.0","type":"link"}