{"product_id":"topwater-rotating-propeller-lures","title":"Topwater Rotating Propeller Lures","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #0f4c81;\n      --primary-hover: #1d74b3;\n      --text-main: #2d3748;\n      --text-sub: #4a5568;\n      --bg-body: #ffffff;\n      --bg-card: #f7fafc;\n      --bg-soft: #edf2f7;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n      --shadow-lg: 0 10px 15px -3px 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      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question,\n    .product-detail-container .spec-title {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .badge,\n    .product-detail-container .tag,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      padding-bottom: clamp(2rem, 5vw, 4rem);\n      border-bottom: 1px solid var(--border-color);\n    }\n    .product-detail-container section:last-of-type {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      text-align: center;\n      padding-top: clamp(1.5rem, 4vw, 3rem);\n    }\n    .badge-container {\n      margin-bottom: 16px;\n    }\n    .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    }\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 32px auto;\n    }\n\n    \/* Image Placeholders *\/\n    .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed #cbd5e0;\n      border-radius: var(--radius-md);\n      min-height: 250px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      padding: 24px;\n      box-sizing: border-box;\n      font-weight: 600;\n      color: var(--text-sub);\n    }\n    .image-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n    .feature-item:last-child {\n      margin-bottom: 0;\n    }\n    .feature-media {\n      width: 100%;\n    }\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n    .tag-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n    .tag {\n      background-color: var(--bg-soft);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Configuration Block *\/\n    .config-section {\n      background-color: var(--bg-card);\n      padding: 32px;\n      border-radius: var(--radius-lg);\n    }\n    .config-grid {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n    }\n\n    \/* Specifications Table Style *\/\n    .specifications-section {\n      background-color: var(--bg-body);\n    }\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n    .spec-table td {\n      padding: 16px 0;\n    }\n\n    \/* FAQ Section *\/\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n    }\n    .faq-item {\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-md);\n    }\n    .faq-question {\n      margin-bottom: 8px !important;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    \/* Desktop View adjustments *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: 48px;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        width: 50%;\n      }\n      .config-grid {\n        flex-direction: row;\n        align-items: center;\n        gap: 48px;\n      }\n      .config-media, .config-copy {\n        width: 50%;\n      }\n      .spec-table td {\n        display: table-cell;\n        padding: 20px;\n      }\n      .spec-table tr {\n        display: table-row;\n      }\n      .spec-table td:first-child {\n        font-weight: 600;\n        width: 30%;\n        border-right: 1px solid var(--border-color);\n      }\n      .spec-table td:last-child {\n        padding-left: 32px;\n      }\n    }\n\n    \/* Mobile Specifications Responsive 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      .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      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px !important;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\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: Rotating Propeller Tail Hard Bait Fishing Lure\nTarget Audience: Anglers \u0026 Lure Fishing Enthusiasts\nVisual Style: Technical, Action-Oriented, Professional Outdoor Sport\nColor Strategy: Deep Ocean Blue (#0f4c81) with Clean Soft Grey Accents (#edf2f7)\nModule Order: Hero Block -\u003e Feature 1 (Propeller) -\u003e Feature 2 (Weight\/Casting) -\u003e Feature 3 (3D Eyes\/Finish) -\u003e Feature 4 (Sharp Hooks) -\u003e Pack Configuration -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_6, Feature1=detail_4, Feature2=detail_3, Feature3=detail_5, Feature4=detail_1, PackConfig=detail_2\nSpecification Data Source: spec_1 (SKU options extracted from detail_7 showing 5pcs\/10pcs selection; no specification image placeholder is rendered)\nCompare Section: Not included (No clear ordinary vs ours raw visual data provided)\nInformation Boundary: Standard weight\/length values omitted as they were not explicitly confirmed in the source report. Only explicit attributes like the built-in lead weight, single-blade propeller tail, sharp black nickel treble hooks, 3D red-accented eyes, and 5\/10 piece box packs are featured.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Content Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eEquipped with Sharp Double Treble Hooks\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eStreamlined Hard Bait Lure with Splashing Rear Propeller\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eEngineered for predatory game fish. Features a rotating single-blade tail propeller that produces continuous splashes and vibration, combined with an internal lead weight designed for maximum casting distance.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img66\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909145457\/d8b911bb2b4db4c228d34d6eabbdb17f.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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img67\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909145457\/82268e97ef83f67cf60e9275543b2c53.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 class=\"feature-title\"\u003eSplashing Rear Propeller Action\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eThe transparent, curved single-blade tail propeller is designed to spin continuously during retrieve. This movement generates continuous water splashes, visible bubbles, and a distinct sound effect to trigger defensive attacks from predatory fish.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-group\"\u003e\n\u003cspan class=\"tag\"\u003eSingle-Blade Propeller\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSplash \u0026amp; Acoustic Vibration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909145457\/3878c614b7fe74c3ab3b4152d2d8e553.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 class=\"feature-title\"\u003eHigh-Stability Long Distance Casting\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eFeatures a streamlined body configuration paired with a rectangular, built-in lead weight located in the front segment. This balanced internal structure reduces wind resistance, helping you achieve longer and more accurate casts.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-group\"\u003e\n\u003cspan class=\"tag\"\u003eInternal Lead Weight\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAerodynamic Streamlining\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909145457\/f70fcabae773714110a5dff8ff27e400.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 class=\"feature-title\"\u003eVivid 3D Eyes \u0026amp; Reflective Finishes\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eDesigned with prominent red-accented realistic 3D fish eyes and a reflective iridescent laser finish. This combination replicates the visual appearance of real baitfish, reflecting light underwater to maximize visibility.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-group\"\u003e\n\u003cspan class=\"tag\"\u003e3D Realistic Fish Eyes\u003c\/span\u003e \u003cspan class=\"tag\"\u003eIridescent Laser Coating\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909145457\/c38452d9fbc2d888fcc283d32ad243e8.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 class=\"feature-title\"\u003eSharp High-Strength Treble Hooks\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eEquipped with two premium black nickel treble hooks—one positioned on the belly and one at the tail. The sharp hook points ensure rapid penetration upon strike, securing your catch and preventing escapes.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-group\"\u003e\n\u003cspan class=\"tag\"\u003eTwo Treble Hooks\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSharp Point Penetration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Pack Configuration Section --\u003e\u003c!-- Specifications Block (Text-Only, No Images) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eProduct 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 data-label=\"Lure Type\"\u003e\u003cspan class=\"spec-value\"\u003eHard Body Propeller Bait\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Tail Assembly\"\u003e\u003cspan class=\"spec-value\"\u003eTransparent, Curved Single-Blade Propeller\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Internal Weight\"\u003e\u003cspan class=\"spec-value\"\u003eBuilt-In Rectangular Lead Weight Block\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Hook Setup\"\u003e\u003cspan class=\"spec-value\"\u003eTwo Sharp Treble Hooks (Black Nickel)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Reflective Finish\"\u003e\u003cspan class=\"spec-value\"\u003eIridescent Laser Reflective Coating\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Target Details\"\u003e\u003cspan class=\"spec-value\"\u003e3D Realistic Fish Eyes (Red Accents)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Pack Options\"\u003e\u003cspan class=\"spec-value\"\u003e5-Piece Box Pack \/ 10-Piece Box Pack\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\u003e\n\u003ch2\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🐟 How does the rear propeller tail function?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe single-blade propeller at the tail of the lure is built to rotate as you retrieve it. The curved, transparent design continuously splashes the surface, generating vibrations and sound waves that mimic injured prey on the surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🎯 How does the internal lead weight improve casting?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe lure features an internal rectangular lead weight integrated within its front compartment. Coupled with the streamlined, aerodynamic shape of the body, this weight configuration increases flying stability to achieve longer casting distances.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e⚓ What kind of hooks are installed on these lures?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eEach lure is equipped with two sharp black nickel treble hooks (one belly hook and one tail hook) featuring pointed tips to ensure fast penetration and help prevent fish from escaping once hooked.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"5-Piece Set","offer_id":46175515148479,"sku":"1731091308360929621","price":27.83,"currency_code":"USD","in_stock":true},{"title":"10-Piece Set","offer_id":46175515181247,"sku":"1731091308361060693","price":47.44,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/d8b911bb2b4db4c228d34d6eabbdb17f.jpg?v=1788936987","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/topwater-rotating-propeller-lures","provider":"Bak","version":"1.0","type":"link"}