{"product_id":"double-sided-sticky-bug-traps","title":"Double Sided Sticky Bug Traps","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System (CSS Variables) *\/\n    :root, .product-detail-container {\n      --primary: #FBBF24; \/* Yellow sticky trap color *\/\n      --primary-hover: #F59E0B;\n      --accent-green: #10B981; \/* Eco\/Plant friendly *\/\n      --text-main: #111827;\n      --text-sub: #4B5563;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9FAFB;\n      --border-color: #E5E7EB;\n      --radius-md: 12px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n      --spacing-base: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* 0) Typography \u0026 Spacing System *\/\n    .product-detail-container {\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      background-color: var(--bg-body);\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.6;\n    }\n\n    .product-detail-container *, \n    .product-detail-container *::before, \n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      color: var(--text-main);\n      margin-top: 0;\n      margin-bottom: 1rem;\n      font-weight: 700;\n      line-height: 1.2;\n    }\n\n    .product-detail-container h1 { font-size: clamp(32px, 4vw, 44px); }\n    .product-detail-container h2 { font-size: clamp(26px, 3vw, 32px); }\n    .product-detail-container h3 { font-size: clamp(22px, 2.5vw, 26px); }\n    .product-detail-container p { \n      font-size: clamp(18px, 2vw, 20px); \n      color: var(--text-sub); \n      margin-bottom: 1.5rem;\n    }\n\n    \/* Common Layout Utilities *\/\n    .pd-section {\n      margin-bottom: var(--spacing-base);\n      padding-top: clamp(1rem, 3vw, 2rem);\n    }\n\n    \/* Badges (Non-clickable) *\/\n    .pd-badge {\n      display: inline-flex;\n      align-items: center;\n      background-color: var(--accent-green);\n      color: #fff;\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n      user-select: none;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n    }\n    \n    .hero-image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      margin-top: 2rem;\n      background: var(--bg-card);\n      position: relative;\n    }\n    \n    \/* Image Default Protocol *\/\n    .pd-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .social-proof {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.5rem;\n      font-size: 18px;\n      color: var(--text-sub);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Features Section - Z Pattern \u0026 Mobile Lock *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile Lock: Image then Text *\/\n      gap: var(--spacing-base);\n      margin-bottom: var(--spacing-base);\n      align-items: center;\n    }\n\n    .feature-media {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      overflow: hidden;\n      position: relative;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .feature-media img,\n    .feature-media .placeholder {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      position: absolute;\n      top: 0;\n      left: 0;\n    }\n\n    .feature-copy {\n      width: 100%;\n    }\n\n    \/* Placeholder Styling *\/\n    .placeholder {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background-color: var(--bg-card);\n      border: 2px dashed #D1D5DB;\n      color: var(--text-sub);\n      font-size: 18px;\n      border-radius: inherit;\n    }\n\n    \/* Specs Table Section *\/\n    .specs-section {\n      background-color: var(--bg-card);\n      padding: var(--spacing-base);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 18px;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1.2rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .specs-table td {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n\n    .faq-item {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      padding: 1.5rem;\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.5rem;\n    }\n\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Desktop Enhancements *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n      .hero-section {\n        max-width: 800px;\n        margin: 0 auto;\n      }\n    }\n\n    \/* Mobile Specs Table Card Layout Lock *\/\n    @media (max-width: 767px) {\n      .specs-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      \n      .specs-table thead {\n        display: none;\n      }\n      \n      .specs-table tr {\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 0.5rem;\n        box-shadow: var(--shadow-sm);\n      }\n      \n      .specs-table td {\n        border-bottom: none;\n        display: flex;\n        flex-direction: column;\n        padding: 0.8rem 1rem;\n      }\n\n      .specs-table td:not(:last-child) {\n        border-bottom: 1px solid var(--border-color);\n      }\n      \n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-bottom: 0.3rem;\n        font-size: 16px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e🌱 Safe \u0026amp; Eco-Friendly Pest Control\u003c\/div\u003e\n\n\u003ch1\u003eProtect Your Plants Instantly with Double-Sided Sticky Traps\u003c\/h1\u003e\n\n\u003cp\u003eEliminate annoying gnats, fruit flies, and mosquitoes without harmful chemicals. Keep your indoor and outdoor spaces beautifully pest-free.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003e\n\u003cspan\u003e⭐⭐⭐⭐⭐\u003c\/span\u003e Trusted by 10,000+ Plant Lovers\u003c\/div\u003e\n\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"placeholder\" style=\"aspect-ratio: 16\/9;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408172037\/56e4e45995b3a17aa69d596dcb4d0304.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=\"pd-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408172037\/6c011e0ccda55ed3a55119f84f140174.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\u003eDual-Sided Maximum Stickiness\u003c\/h2\u003e\n\n\u003cp\u003eEngineered with a powerful, double-sided adhesive, these yellow traps attract and capture flying insects from every angle. \u003cstrong\u003eStop pests dead in their tracks\u003c\/strong\u003e and prevent them from escaping, ensuring your garden and houseplants thrive without interruption.\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=\"placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408172037\/1be41cc3497013c9e97d62dfc8b4934f.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\u003e100% Weatherproof \u0026amp; UV Resistant\u003c\/h2\u003e\n\n\u003cp\u003eRain or shine, your plant protection never stops. Made from high-quality plastic and premium paper, these traps won't degrade under strong sunlight or wash away during heavy watering. \u003cstrong\u003eZero maintenance required\u003c\/strong\u003e—simply place them and replace only when fully covered.\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=\"placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408172037\/c1a4474a46a5ad58efd2bc7decf6eef5.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\u003eFlexible Sizes \u0026amp; Value Packs\u003c\/h2\u003e\n\n\u003cp\u003eChoose the perfect fit for your space! We offer two specialized sizes to meet your gardening needs:\u003c\/p\u003e\n\n\u003cul style=\"margin-bottom: 1.5rem; padding-left: 1.5rem; color: var(--text-sub); font-size: clamp(18px, 2vw, 20px); line-height: 1.8;\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eStandard Size (10x15cm):\u003c\/strong\u003e Best for Indoor Plants\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eLarge Size (20x30cm):\u003c\/strong\u003e Best for Outdoor\/Greenhouse\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003eSelect from \u003cstrong\u003e1 Pack (50 Traps + 50 Ties)\u003c\/strong\u003e, \u003cstrong\u003e2 Packs (Save 15%)\u003c\/strong\u003e, or our \u003cstrong\u003e4 Packs (Best Value!)\u003c\/strong\u003e. Easily adapt to any environment by hanging them from branches or placing them into the soil.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Card-based on mobile) --\u003e\n\n\u003cdiv class=\"pd-section specs-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eProduct Specifications\u003c\/h2\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\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=\"Trap Dimensions\"\u003e\u003cstrong\u003eTrap Dimensions\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Trap Dimensions\"\u003e\n\u003cstrong\u003eStandard Size (10x15cm):\u003c\/strong\u003e Best for Indoor Plants\u003cbr\u003e\n\t\t\t\u003cstrong\u003eLarge Size (20x30cm):\u003c\/strong\u003e Best for Outdoor\/Greenhouse\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Options\"\u003e\u003cstrong\u003ePackage Options\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Package Options\"\u003e1 Pack (50 Traps + 50 Ties) \/ 2 Packs (100 Sets) \/ 4 Packs (200 Sets)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Twist Tie Dimensions\"\u003e\u003cstrong\u003eTwist Tie Dimensions\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Twist Tie Dimensions\"\u003e7.1 x 1.5 inches (18.0 x 3.8 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Target Pests\"\u003e\u003cstrong\u003eTarget Pests\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Target Pests\"\u003eWhiteflies, Leaf miners, Fungus gnats, Mosquitoes, Fruit flies, Aphids\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Safety \u0026amp; Material\"\u003e\u003cstrong\u003eSafety \u0026amp; Material\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Safety \u0026amp; Material\"\u003eNon-toxic plastic \u0026amp; paper, Odorless, Eco-friendly\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=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre these traps safe to use around my pets and children?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsolutely. Our sticky traps are 100% non-toxic, odorless, and pesticide-free. They rely strictly on color attraction and a strong physical adhesive, making them a safe choice for family homes.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow often do I need to replace the sticky traps?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eBecause they are highly UV resistant and completely waterproof, they will last for months. You only need to replace a trap once the surface is completely covered with bugs.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I cut the traps to fit smaller indoor pots?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes! Whether you choose the Standard (10x15cm) or Large (20x30cm) size, you can easily use scissors to cut them into smaller shapes or strips without affecting their stickiness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Standard Size (10x15cm) - Best for Indoor Plants \/ 1 Pack (50 Traps + 50 Ties)","offer_id":49128966521052,"sku":"0408-18095868","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Large Size (20x30cm) - Best for Outdoor\/Greenhouse \/ 1 Pack (50 Traps + 50 Ties)","offer_id":49128966553820,"sku":"0408-18092958","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Standard Size (10x15cm) - Best for Indoor Plants \/ 2 Packs (100 Traps + 100 Ties) - Save 15%","offer_id":49128966586588,"sku":"0408-18090390","price":21.95,"currency_code":"USD","in_stock":true},{"title":"Large Size (20x30cm) - Best for Outdoor\/Greenhouse \/ 2 Packs (100 Traps + 100 Ties) - Save 15%","offer_id":49128966619356,"sku":"0408-18096148","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Standard Size (10x15cm) - Best for Indoor Plants \/ 4 Packs (200 Traps + 200 Ties) - Best Value!","offer_id":49128966652124,"sku":"0408-18095925","price":41.95,"currency_code":"USD","in_stock":true},{"title":"Large Size (20x30cm) - Best for Outdoor\/Greenhouse \/ 4 Packs (200 Traps + 200 Ties) - Best Value!","offer_id":49128966684892,"sku":"0408-18092871","price":44.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/5482\/4924\/files\/56e4e45995b3a17aa69d596dcb4d0304.jpg?v=1775643452","url":"https:\/\/cheerstash.com\/products\/double-sided-sticky-bug-traps","provider":"Cheerstash","version":"1.0","type":"link"}