{"product_id":"hybrid-fly-spoon-lure","title":"Hybrid Fly Spoon Lure","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #1b4d3e;\n      --primary-hover: #14352b;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9;\n      --bg-soft: #f2f5f3;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.08);\n      --border-color: #e5e8e6;\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      background-color: var(--bg-body);\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container td,\n    .product-detail-container .feature-desc,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container .section-spacer {\n      margin-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Hero Block Styles *\/\n    .product-detail-container .hero-block {\n      text-align: center;\n      padding: clamp(1.5rem, 4vw, 3rem) 0;\n    }\n\n    .product-detail-container .badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      margin-bottom: 16px;\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n    \n    .product-detail-container .hero-description-box {\n      max-width: 800px;\n      margin: 0 auto 32px auto;\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      text-align: left;\n    }\n\n    \/* Image Styling \u0026 Placeholders *\/\n    .product-detail-container img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n      margin: 0 auto;\n      border-radius: var(--radius-md);\n      object-fit: contain;\n    }\n\n    .product-detail-container .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: clamp(1rem, 3vw, 2rem); \/* Optimized padding for mobile *\/\n      text-align: center;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 250px;\n      color: var(--text-sub);\n      font-size: 18px !important;\n      font-weight: 500;\n      box-shadow: var(--shadow-sm);\n      overflow: hidden;\n    }\n\n    \/* Features Grid Styles *\/\n    .product-detail-container .features-wrapper {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n    }\n\n    .product-detail-container .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\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-size: 18px !important;\n      color: var(--text-main);\n    }\n\n    \/* Responsive Grid for Desktop Features *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .product-detail-container .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    \/* Mobile First Order Guarantee *\/\n    @media (max-width: 767px) {\n      .product-detail-container .feature-item {\n        flex-direction: column !important;\n      }\n      .product-detail-container .feature-media {\n        order: 1;\n      }\n      .product-detail-container .feature-copy {\n        order: 2;\n      }\n    }\n\n    \/* Specifications Block *\/\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 td {\n      padding: 16px;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-prop {\n      font-weight: 600;\n      width: 35%;\n      color: var(--text-main);\n      background-color: var(--bg-card);\n    }\n\n    @media (max-width: 767px) {\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr,\n      .product-detail-container .spec-table td {\n        display: block;\n        width: 100% !important;\n      }\n\n      .product-detail-container .spec-table tr {\n        padding: 12px 0;\n      }\n\n      .product-detail-container .spec-table td {\n        padding: 6px 0;\n        border: none;\n      }\n\n      .product-detail-container .spec-prop {\n        font-weight: bold;\n        background-color: transparent;\n      }\n    }\n\n    \/* FAQ Styles *\/\n    .product-detail-container .faq-wrapper {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n      margin-top: 24px;\n    }\n\n    .product-detail-container .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 20px;\n    }\n\n    .product-detail-container .faq-question {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      margin-bottom: 8px;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Content Block --\u003e\n\u003csection class=\"hero-block\"\u003e\u003cspan class=\"badge\"\u003eStream, River \u0026amp; Lake Fishing Lure\u003c\/span\u003e\n\u003ch1 class=\"hero-title\"\u003e3-in-1 Fly Spoon Lure with Spin, Flash \u0026amp; Scent Attraction\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eCombining a teardrop metal spoon, a dual-blade rotating propeller, and a highly realistic scented fly bait to stimulate visual, acoustic, and olfactory senses in freshwater environments.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-description-box\"\u003e\n\u003ch2 class=\"feature-title\"\u003eAll-in-One Set with Tackle Box\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eWhy choose one color when you can have them all? Our hybrid fly spoon lures now come in a convenient 6-piece mixed set (2 Gold, 2 Silver, and 2 Chroma Rainbow), packed in a durable, pocket-sized tackle box. You'll always have the perfect option ready to go. The included storage box keeps your lures organized, protected, and easy to carry on any fishing trip.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img137\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260922150125\/0f493867e849bdf2f3f8524a52590173.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-wrapper section-spacer\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img138\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260828144249\/27ef9e37c9c02f72161678a0220f0cfb.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 class=\"feature-title\"\u003eHigh-Flash Spinning \u0026amp; Vibration Action\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eThe high-sheen electroplated metal spoon creates multiple angles of reflection under water. Directly coupled with a dual-blade propeller via smooth-spinning connectors, it creates active water currents and micro-vibrations to attract target species from long distances.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eDual-Blade Propeller\u003c\/span\u003e \u003cspan class=\"tag\"\u003eMulti-Angle Reflection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Casting \u0026 Body --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img139\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260828144249\/7d1f2aebb1fdfcadb4e37c6f67cf1cb4.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 class=\"feature-title\"\u003eRear-Weighted Design for Long-Distance Casting\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eFeaturing an overall electroplated metallic body structured to sit with rearward weight distribution. This streamlined profile minimizes wind resistance, facilitating long, accurate casts even in challenging stream conditions, while resisting corrosion over extended usage.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eRear-Weighted Core\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSmooth Airflow Profile\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Fly Soft Bait --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img140\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260828144249\/73236f1439583b4493c1698c94cabb32.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 class=\"feature-title\"\u003eScented Lifelike Soft Insect Bait\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eModeled directly with transparent insect wings and glitter-infused bodies, the soft fly bait releases integrated attractant slowly once submerged in water. Outfitted with an upward-facing single hook to securely target fish while lowering snag risks.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eSingle Hook Design\u003c\/span\u003e \u003cspan class=\"tag\"\u003eScent Release Tech\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Block (Text-only) --\u003e\n\n\u003csection class=\"section-spacer\"\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\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-prop\"\u003eLure Structure\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e3-in-1 Design (Teardrop Spoon Plate, High-Speed Propeller Swivel, Scented Fly Soft Bait)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-prop\"\u003eCore Materials\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eElectroplated Metal Body, Stainless Steel Split Rings, Soft Silicone\/Rubber Fly Bait\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-prop\"\u003eAvailable Weights\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e3.5g, 5.0g, 7.0g\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-prop\"\u003eIncluded Colors\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eMixed Set (2 Gold, 2 Silver, 2 Chroma Rainbow Metallic)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-prop\"\u003ePackaging\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eIncludes a durable, portable plastic tackle storage box.\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-prop\"\u003eQuantity per Box\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e6 pcs complete lures (2 Gold, 2 Silver, 2 Chroma) + 1 storage box per set.\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-prop\"\u003eSize Specifications\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eHook: 12.2mm L × 5.5mm W | Fly Body: 12mm \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 Block --\u003e\n\n\u003csection class=\"section-spacer\" style=\"margin-bottom: clamp(2rem, 5vw, 4rem);\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-wrapper\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🐟 What kind of hook is pre-installed on this lure?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe lure is equipped with an upward-pointing single barbed hook directly integrated from the lower abdomen and extending out of the back of the soft insect tail. No treble hooks are used, which reduces bottom snags.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💧 What environments are best suited for this lure?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt is highly effective in freshwater settings such as streams, rivers, and lakes, and works exceptionally well for small to medium-sized game fish triggered by high-speed vibrations, metal flashes, and slow-dispersing scents.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e✨ Does the fly soft bait have glitter and fragrance?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the soft fly bait features transparent wing patterns with internal sparkling glitter particles. It is infused with a specialized fish attractant that slowly disperses under water to trigger bite reactions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"3.5g (1\/8 oz) - Mixed Colors Box","offer_id":52872509456516,"sku":"20260922-145318-6331","price":12.95,"currency_code":"USD","in_stock":true},{"title":"5.0g (3\/16 oz) - Mixed Colors Box","offer_id":52872509489284,"sku":"20260922-145318-9826","price":12.95,"currency_code":"USD","in_stock":true},{"title":"7.0g (1\/4 oz) - Mixed Colors Box","offer_id":52872509522052,"sku":"20260922-145318-5397","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0961\/3053\/1460\/files\/0f493867e849bdf2f3f8524a52590173.png?v=1790061204","url":"https:\/\/everyneeding.com\/products\/hybrid-fly-spoon-lure","provider":"Everyneeding","version":"1.0","type":"link"}