{"product_id":"mini-bionic-frog-lure","title":"Mini Bionic Frog Lure","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #1e293b;\n      --primary-hover: #0f172a;\n      --text-main: #0f172a;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #ffffff;\n      --bg-soft: #f8fafc;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);\n      --border-color: #e2e8f0;\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    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Spacing System *\/\n    .detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Typography System *\/\n    .hero-title {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 800;\n      color: var(--primary);\n      margin: 0 0 12px 0;\n    }\n\n    .section-title {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 16px 0;\n    }\n\n    .body-text {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0 0 16px 0;\n    }\n\n    \/* Trust Badge \/ Label System *\/\n    .trust-badge-container {\n      margin-bottom: 20px;\n    }\n\n    .trust-badge {\n      display: inline-block;\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--primary);\n      background-color: var(--bg-soft);\n      padding: 8px 16px;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n    }\n\n    .feature-tag {\n      display: inline-block;\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--primary);\n      background-color: var(--bg-soft);\n      padding: 6px 12px;\n      border-radius: var(--radius-md);\n      margin-right: 8px;\n      margin-bottom: 8px;\n    }\n\n    \/* Image System *\/\n    .image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 40px 20px;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      margin-bottom: 24px;\n    }\n\n    .image-placeholder-icon {\n      font-size: 28px;\n      margin-bottom: 12px;\n    }\n\n    .image-placeholder-text {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--text-sub);\n    }\n\n    \/* Hero Layout *\/\n    .hero-content {\n      text-align: center;\n      padding: 24px 0;\n    }\n\n    .hero-content .hero-title {\n      margin-bottom: 16px;\n    }\n\n    .hero-content .body-text {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    \/* Feature Item Layout (Default Mobile Stack) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      padding: 24px;\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n    }\n\n    \/* Specifications Section *\/\n    .specifications-section {\n      background-color: var(--bg-soft);\n      padding: 32px 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tbody tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tbody tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px;\n      font-size: 18px;\n      line-height: 1.5;\n      vertical-align: top;\n    }\n\n    .spec-label {\n      font-weight: 700;\n      color: var(--primary);\n      width: 35%;\n    }\n\n    .spec-value {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: 32px;\n    }\n\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-top: 20px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      padding: 20px;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 10px 0;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .faq-answer {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Desktop Layout Rules *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media {\n        flex: 1;\n        width: 50%;\n      }\n\n      .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    \/* Mobile Specifications Lock Rules *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .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      .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      }\n\n      .spec-table .spec-label-cell {\n        display: none;\n      }\n\n      .spec-table .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    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Mini Bionic Frog Lure\nTarget Audience: Lure fishing enthusiasts targeting small-to-medium predatory fish\nVisual Style: Professional, clean, outdoor-focused with high contrast elements\nColor Strategy: Dark slate primary accents to represent premium fishing gear (--primary: #1e293b, --primary-hover: #0f172a, --text-main: #0f172a, --text-sub: #475569, --bg-soft: #f8fafc)\nModule Order: Hero Content -\u003e Feature 1 (Bionic Eyes\/Body) -\u003e Feature 2 (Double Hooks) -\u003e Feature 3 (Detachable Spinner) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_5, Feature1=detail_3, Feature2=detail_4, Feature3=detail_2\nSpecification Data Source: Product analysis report and SKU details (3g, 3cm, 5 color SKUs)\nCompare Section: Not included (no competitive comparison data provided)\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\u003c!-- Hero Content Block --\u003e\n\u003csection class=\"detail-section hero-content\"\u003e\n\u003cdiv class=\"trust-badge-container\"\u003e\u003cspan class=\"trust-badge\"\u003eCompact 3cm Bionic Design\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eMini Frog Lure for Targeted Surface Strikes\u003c\/h1\u003e\n\n\u003cp class=\"body-text\"\u003eEngineered with a bionic profile, detailed 3D frog eyes, and a rotating reflective spinner to trigger aggressive bites from predatory fish in shallow or vegetated waters.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-icon\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-icon\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img141\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260907134939\/467f6913469adf3091b19bbb9efbd739.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Section 1: Bionic Eyes and Body --\u003e\n\n\u003csection class=\"detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-icon\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-icon\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img143\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260907134939\/7e7a2b7fded517558531348d60b95329.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"section-title\"\u003e3D Lifelike Frog Eyes \u0026amp; Textured Body\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eDesigned with realistic 3D frog eyes and a detailed, micro-textured skin surface that mimics live prey. This high-deception structure reduces fish wariness, creating an attractive and natural presentation on the water surface.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eRealistic 3D Eyes\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eBionic Textured Skin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Section 2: Sharp Hooks --\u003e\n\n\u003csection class=\"detail-section\"\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-icon\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-icon\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img144\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260907134939\/f30052a012b49802212dfed25bbe477c.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"section-title\"\u003eSharp Carbon Steel Double Hooks\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eFeatures rigid and sharp carbon steel double hooks that hug the rear of the soft bionic body closely. This design minimizes weed snagging while ensuring rapid hook penetration and a secure, tight hold when a strike occurs.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eCarbon Steel\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDouble Hook Hookset\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Section 3: Spinner Blade --\u003e\n\n\u003csection class=\"detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-icon\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-icon\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img145\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260907134940\/b96c0acf8b15757af28625f81df4039e.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"section-title\"\u003eDetachable Rotating Reflective Spinner\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eEquipped with a teardrop-shaped metal spinner blade connected via a rear swivel joint. The blade spins freely during retrieval to create high-frequency vibrations and underwater light reflections, drawing fish from deep cover.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eDetachable Blade\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eReflective Swivel Joint\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=\"detail-section specifications-section\"\u003e\n\u003ch2 class=\"section-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-label-cell\" style=\"font-weight: 700;\"\u003eLength\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e\u003cspan class=\"spec-value\"\u003e3 cm (approx. 1.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-label-cell\" style=\"font-weight: 700;\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e\u003cspan class=\"spec-value\"\u003e3 g (approx. 0.11 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\" style=\"font-weight: 700;\"\u003eBody Style\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Body Style\"\u003e\u003cspan class=\"spec-value\"\u003eMini soft bionic frog body (flat belly, micro-bump skin, legless design)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\" style=\"font-weight: 700;\"\u003eHook Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Hook Type\"\u003e\u003cspan class=\"spec-value\"\u003eCarbon steel double hooks (hugs back closely)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\" style=\"font-weight: 700;\"\u003eAttractor Hardware\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Attractor Hardware\"\u003e\u003cspan class=\"spec-value\"\u003eExposed circular front line-tie, detachable rear teardrop-shaped metal spinner with swivel\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\" style=\"font-weight: 700;\"\u003eColor Options\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Color Options\"\u003e\u003cspan class=\"spec-value\"\u003eBrown Back Yellow Body, Green Back Yellow Body, Gradient Green, Gradient Orange, Solid Green\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=\"detail-section faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🐟 Does this mini frog lure have hind legs?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, this lure is specifically designed without hind legs. The tail area features a single, detachable teardrop-shaped metal spinner blade connected by a swivel to generate vibrations and flash instead.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🐟 How do the double hooks help avoid weeds?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe two sharp carbon steel hooks are designed to hug the upper back of the soft frog body tightly. Because the hook points point upward and forward alongside the skin, it reduces catching on weeds and cover as it glides over water.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🐟 Can the metal spinner blade at the back be taken off?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the reflective metal spinner blade is detachable and links to the lure's rear body through a built-in metal swivel joint.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"2.5 cm \/ 3 g (0.98 in \/ 0.11 oz) \/ Mixed Colors (5-Pack)","offer_id":52800707952772,"sku":"20260911-163601-1626","price":12.95,"currency_code":"USD","in_stock":true},{"title":"3 cm \/ 4.3 g (1.18 in \/ 0.15 oz) \/ Mixed Colors (5-Pack)","offer_id":52800707985540,"sku":"20260911-163601-6743","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2.5 cm \/ 3 g (0.98 in \/ 0.11 oz) \/ Chartreuse Gradient (5-Pack)","offer_id":52800708018308,"sku":"20260911-163601-6394","price":12.95,"currency_code":"USD","in_stock":true},{"title":"3 cm \/ 4.3 g (1.18 in \/ 0.15 oz) \/ Chartreuse Gradient (5-Pack)","offer_id":52800708051076,"sku":"20260911-163601-2897","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2.5 cm \/ 3 g (0.98 in \/ 0.11 oz) \/ Earth Brown (5-Pack)","offer_id":52800708083844,"sku":"20260911-163601-1976","price":12.95,"currency_code":"USD","in_stock":true},{"title":"3 cm \/ 4.3 g (1.18 in \/ 0.15 oz) \/ Earth Brown (5-Pack)","offer_id":52800708116612,"sku":"20260911-163601-4460","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2.5 cm \/ 3 g (0.98 in \/ 0.11 oz) \/ Forest Green (5-Pack)","offer_id":52800708149380,"sku":"20260911-163601-2771","price":12.95,"currency_code":"USD","in_stock":true},{"title":"3 cm \/ 4.3 g (1.18 in \/ 0.15 oz) \/ Forest Green (5-Pack)","offer_id":52800708182148,"sku":"20260911-163601-9137","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2.5 cm \/ 3 g (0.98 in \/ 0.11 oz) \/ Sunset Amber (5-Pack)","offer_id":52800708214916,"sku":"20260911-163601-7226","price":12.95,"currency_code":"USD","in_stock":true},{"title":"3 cm \/ 4.3 g (1.18 in \/ 0.15 oz) \/ Sunset Amber (5-Pack)","offer_id":52800708247684,"sku":"20260911-163601-1937","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2.5 cm \/ 3 g (0.98 in \/ 0.11 oz) \/ Olive Green (5-Pack)","offer_id":52800708280452,"sku":"20260911-163601-9067","price":12.95,"currency_code":"USD","in_stock":true},{"title":"3 cm \/ 4.3 g (1.18 in \/ 0.15 oz) \/ Olive Green (5-Pack)","offer_id":52800708313220,"sku":"20260911-163601-2527","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0961\/3053\/1460\/files\/467f6913469adf3091b19bbb9efbd739_db29e860-30f4-43d2-b290-6f5c151181f4.jpg?v=1789115824","url":"https:\/\/everyneeding.com\/products\/mini-bionic-frog-lure","provider":"Everyneeding","version":"1.0","type":"link"}