{"product_id":"instant-pop-up-fish-trap","title":"Instant Pop-Up Fish Trap","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Auto-Foldable Fishing Trap Net\nTarget Audience: Outdoor fishing and harvesting enthusiasts\nVisual Style: Premium outdoor utility style with forest green accents\nColor Strategy: Green-themed palette matching the product's natural underwater camouflage colors\nModule Order: Intro\/Hero, Feature 1 (Folding), Feature 2 (Funnel Entries), Feature 3 (Structure Detail), Feature 4 (Zipper Catch), Specifications, FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_3, Feature3=detail_4, Feature4=detail_5\nSpecification Data Source: detail_6 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (insufficient comparative data)\nInformation Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and the current conversation has been used. No unverified product facts have been added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design Variables *\/\n    .product-detail-container {\n      --primary: #2d6a4f;\n      --primary-hover: #1b4332;\n      --text-main: #1b262c;\n      --text-sub: #52616b;\n      --bg-body: #ffffff;\n      --bg-card: #f4f9f4;\n      --bg-soft: #e8f5e9;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.08);\n      --border-color: #d8e2dc;\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      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge-pill {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Non-clickable Badges \u0026 Pills *\/\n    .product-detail-container .badge-pill {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      font-weight: 600;\n      padding: 6px 16px;\n      border-radius: 50px;\n      margin-bottom: 16px;\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .feature-tags {\n      display: flex;\n      gap: 8px;\n      flex-wrap: wrap;\n      margin-top: 12px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Image Rules *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      aspect-ratio: 16 \/ 10;\n      background-color: #f7f7f7;\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      box-sizing: border-box;\n      margin: 16px 0;\n      padding: 20px;\n      text-align: center;\n      font-weight: 500;\n    }\n\n    \/* Intro \/ Hero Section *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      padding: clamp(1.5rem, 4vw, 3rem) 0;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      margin-top: 20px;\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .hero-content {\n      max-width: 800px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n\n    \/* Feature Sections (Desktop Layout) *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(1.5rem, 4vw, 3rem);\n      margin-bottom: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    .product-detail-container .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .product-detail-container .feature-media {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .product-detail-container .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    \/* Specifications Section *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px 12px;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-property {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 30%;\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    .product-detail-container .faq-item {\n      margin-bottom: 24px;\n      padding-bottom: 20px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .faq-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n\n    .product-detail-container .faq-question {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      margin-bottom: 8px;\n    }\n\n    \/* Mobile Safety Rules (Mobile First and Locked Sizes) *\/\n    @media (max-width: 767px) {\n      .product-detail-container .feature-item,\n      .product-detail-container .feature-item:nth-child(even) {\n        flex-direction: column !important;\n        gap: 16px;\n      }\n\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        width: 100%;\n      }\n\n      \/* Mobile Specifications Grid Implementation *\/\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-table td {\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: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .product-detail-container .spec-property {\n        display: none; \/* Hide the desktop first column to prevent duplication *\/\n      }\n\n      .product-detail-container .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    \/* Extra safety narrow viewport adjust *\/\n    @media (max-width: 420px) {\n      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Intro \/ Hero Content Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"badge-pill\"\u003eNo Installation Required\u003c\/span\u003e\n\u003ch1 class=\"hero-title\"\u003eSet in Seconds, Catch Everything\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eAn auto-foldable, octagonal fishing trap designed to harvest multiple big fish, crabs, shrimp, crawfish, and lobsters with ease.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908144634\/b49c2ecb87c64837003a22346365eae0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908144634\/787b839d4425c5059e9b1ee2a37b2037.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003ePop Up Setup \u0026amp; Folding Storage\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eSetup is effortless. Simply pull the rope at the top, and the fishing net automatically opens and expands. When you are done harvesting, the folding frame collapses down flat, keeping your outdoor gear light, organized, and portable.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003ePull Cord Open\u003c\/span\u003e \u003cspan class=\"tag\"\u003eFolds Flat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Multi-Faceted Deep Feed Funnels --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img72\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908144634\/27f490efce39b1b3b2bd3c021c3273d1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003e10-Sided Easy-In, No-Escape Entries\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThe octagonal layout houses 10 deep-feed funnel channels. These inward-pointing openings let fish, crabs, and shrimp swim in smoothly with water currents, but prevent them from escaping once inside.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003e10 Funnel Entrances\u003c\/span\u003e \u003cspan class=\"tag\"\u003eHigh Capture Yield\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Reinforced Frame Detail --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908144634\/ad1122047e8cce2f9df92e75e7c8b711.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eThick Frame \u0026amp; Hexagon Mesh\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eEngineered with resilient, plastic-coated steel frame wires and high-density hexagon nylon mesh. Toughened white plastic straps tightly bind the mesh onto the frame, offering stable structural shape retention under water currents.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eCoated Steel Support\u003c\/span\u003e \u003cspan class=\"tag\"\u003eReinforced Mesh Structure\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 4: Side Zipper Opening --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908144634\/d31d0089917f97d0de359f13cfb3dc32.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eQuick-Release Zipper Opening\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eFeatures a dedicated side-opening zipper design. This convenient access point allows you to insert bait quickly, zip it up, and effortlessly pour out your entire harvest once you pull the trap out of the water.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eSide Zipper\u003c\/span\u003e \u003cspan class=\"tag\"\u003eFast Emptying\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Diameter\"\u003eDiameter\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Diameter\"\u003e\u003cspan class=\"spec-value\"\u003e80 cm \/ 31.4 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Height\"\u003eHeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Height\"\u003e\u003cspan class=\"spec-value\"\u003e26 cm \/ 10.2 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Shape\"\u003eShape\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Shape\"\u003e\u003cspan class=\"spec-value\"\u003eOctagon (10-Sided)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Entries\"\u003eEntries\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Entries\"\u003e\u003cspan class=\"spec-value\"\u003e10 deep-feed funnel entrances\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Primary Color\"\u003ePrimary Color\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Primary Color\"\u003e\u003cspan class=\"spec-value\"\u003eDark Green (Mesh) \u0026amp; Bright Green (Frame)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Materials\"\u003eMaterials\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Materials\"\u003e\u003cspan class=\"spec-value\"\u003eNylon mesh, plastic-coated steel wire frames, plastic straps\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=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🐟 How do I deploy the trap and use bait?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eSimply unzip the side zipper opening and put your chosen bait (such as dead fish or bread crumbs) inside, then zip it closed. Pull the top string to automatically expand the octagonal net, secure it with a rope, and cast it into lakes, rivers, or streams.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🦀 What types of prey can this trap catch?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe versatile, multi-faceted 10-hole design is specifically shaped and spaced to easily capture a wide range of aquatic prey, including multiple fish species, crabs, shrimp, lobsters, crawfish, and small baitfish.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🕸️ How does the funnel design prevent escape?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe funnel openings are wide on the outside and point deeply inward, narrowing at the inner end. This allows fish and shrimp to follow the bait's scent and swim inward easily, but they cannot find the tiny exit once inside the wider body of the net.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"10-Hole Max","offer_id":46168401707199,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"8-Hole Pro","offer_id":46168401739967,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"6-Hole Standard","offer_id":46168401772735,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/b49c2ecb87c64837003a22346365eae0.jpg?v=1788850115","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/instant-pop-up-fish-trap","provider":"Bak","version":"1.0","type":"link"}