{"product_id":"precision-magnetic-braking-reel","title":"Precision Magnetic Braking Reel","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e\u003c\/title\u003e\n\u003cstyle type=\"text\/css\"\u003e:host {\n      display: block;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n    .product-detail-container {\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      \/* Design System Variables *\/\n      --primary: #39e639; \/* Vibrant green from product accents *\/\n      --primary-hover: #2db82d;\n      --text-main: #212529;\n      --text-sub: #6c757d;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #e9ecef;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);\n      --border-color: #dee2e6;\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n    }\n\n    \/* Typography *\/\n    h1, h2, h3 {\n      color: var(--text-main);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n    h1 { font-size: clamp(32px, 5vw, 44px); }\n    h2 { font-size: clamp(24px, 4vw, 32px); }\n    h3 { font-size: 20px; }\n    p {\n      font-size: 18px;\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n    li {\n      font-size: 18px;\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin-bottom: 0.5rem;\n    }\n    .tag {\n      display: inline-block;\n      padding: 6px 12px;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      border-radius: 20px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-right: 8px;\n      margin-bottom: 8px;\n    }\n\n    \/* Image Utilities *\/\n    img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 16\/9;\n      background: var(--bg-soft);\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      color: var(--text-sub);\n      font-family: monospace;\n      font-size: 14px;\n    }\n\n    \/* Sections *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    .hero-trust-tag {\n      display: inline-block;\n      color: var(--primary);\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 1rem;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n    .hero-image-wrapper {\n      margin-top: 2rem;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: var(--spacing-section);\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n    .feature-copy ul {\n        padding-left: 1.2rem;\n        margin-bottom: 1.5rem;\n    }\n\n    \/* Specifications *\/\n    .specs-container {\n      background: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n    .specs-table th, .specs-table td {\n      padding: 16px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n    .specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n    .specs-table td {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .faq-item details summary {\n      font-weight: 600;\n      font-size: 18px;\n      color: var(--text-main);\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n    .faq-item details summary::-webkit-details-marker {\n      display: none;\n    }\n    .faq-item details summary::after {\n      content: '+';\n      font-size: 24px;\n      color: var(--primary);\n    }\n    .faq-item details[open] summary::after {\n      content: '−';\n    }\n    .faq-item details p {\n      margin-top: 1rem;\n      margin-bottom: 0;\n      font-size: 16px;\n    }\n\n    \/* Mobile Media Queries *\/\n    @media (max-width: 767px) {\n      .feature-item, .feature-item:nth-child(even) {\n        flex-direction: column;\n        text-align: left;\n      }\n      .feature-media {\n        width: 100%;\n      }\n      \n      \/* Stacked specs table on mobile *\/\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-body);\n      }\n      .specs-table th {\n        display: none; \/* Hide headers on mobile *\/\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: none;\n        padding: 12px 16px;\n        font-size: 16px;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        margin-right: 1rem;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cspan class=\"hero-trust-tag\"\u003ePrecision Casting Performance\u003c\/span\u003e\n\u003ch1\u003eMaster Accurate Casting with a 7.2:1 Gear Ratio\u003c\/h1\u003e\n\n\u003cp\u003eFeaturing a highly versatile 7.2:1 gear ratio and an advanced magnetic braking system to minimize backlash and maximize control, delivered in a striking black and green design.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518181800\/3c4ac537a17473ccc1900fb1e4b8e5ba.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Magnetic Braking --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDial-In Your Perfect Cast\u003c\/h2\u003e\n\n\u003cp\u003eThe adjustable magnetic brake system provides smooth, fine-tuning control based on your lure weight and wind conditions. Say goodbye to frustrating \"bird's nests\" and experience consistent, accurate lure placement on every cast.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eMagnetic Brake System\u003c\/span\u003e \u003cspan class=\"tag\"\u003eReduced Backlash\u003c\/span\u003e \u003cspan class=\"tag\"\u003ePrecision Control\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 4\/3;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img56\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518181943\/bff3054b08db6e3b25b106eb326b0145.png\"\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!-- Feature 2: Ergonomic Comfort --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518181943\/88c92f8bc69e0c282b87f0a60b44b4ad.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eAll-Day Ergonomic Comfort\u003c\/h2\u003e\n\n\u003cp\u003eDesigned for endurance, the reel features oversized, high-density EVA handles. This non-slip material ensures a secure, comfortable grip even when wet, delivering effortless control for every fishing style throughout long days on the water.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eNon-Slip EVA Handles\u003c\/span\u003e \u003cspan class=\"tag\"\u003eErgonomic Grip\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAll-Weather Comfort\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Smooth \u0026 Powerful --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSmooth Operation, Rugged Durability\u003c\/h2\u003e\n\n\u003cp\u003eBuilt around a high-strength frame and a lightweight 20g aluminum alloy spool. The 4+1 bearing system ensures silky-smooth retrieval and fast gear response, providing reliable 5kg (11 lbs) drag power when fighting tough fish.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003e4+1 Bearing System\u003c\/span\u003e \u003cspan class=\"tag\"\u003e20g Aluminum Spool\u003c\/span\u003e \u003cspan class=\"tag\"\u003e5kg Max Drag\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 4\/3;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518181800\/214c29e0b715f3035f474c16208ddadf.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!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section specs-container\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Model\"\u003eModel\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eLP3000\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Gear Ratio\"\u003eGear Ratio\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e\n\u003cstrong\u003e7.2:1\u003c\/strong\u003e (Versatile \/ All-around)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Max Drag\"\u003eMax Drag\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e\u003cstrong\u003e5kg (approx. 11 lbs)\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Line Capacity\"\u003eLine Capacity\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e\u003cstrong\u003e0.235mm-185m \/ 0.285mm-155m \/ 0.300mm-115m\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Weight\"\u003eWeight\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e205g\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Bearings\"\u003eBearings\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e4+1 BB\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Brake System\"\u003eBrake System\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eMagnetic\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Spool Material\"\u003eSpool Material\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eAluminum Alloy (20g)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Handle Material\"\u003eHandle Material\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eHigh-Density EVA\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow do I adjust the magnetic brake?\u003c\/summary\u003e\n\n\u003cp\u003eUse the external dial located on the non-handle side plate of the reel. Turning the dial increases or decreases the magnetic force applied to the spool, allowing you to fine-tune casting distance and control based on lure weight.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eAre the EVA handles slippery when wet?\u003c\/summary\u003e\n\n\u003cp\u003eNo. The high-density EVA foam material is specifically chosen for its excellent non-slip properties, providing a secure grip even in wet or slimy conditions.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eIs this reel suitable for beginners?\u003c\/summary\u003e\n\n\u003cp\u003eYes. While baitcasting reels require some practice, the adjustable magnetic braking system on this model significantly helps in reducing backlash, making it a good option for anglers learning to use baitcasters.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Left Hand \/ Buy 1 Reel","offer_id":45646037778623,"sku":"0520-16147814","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Right Hand \/ Buy 1 Reel","offer_id":45646037811391,"sku":"0520-16142010","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Left Hand \/ 🔥 Buy 2 Reels (Most Popular!)","offer_id":45650279825599,"sku":"0520-16140283","price":52.95,"currency_code":"USD","in_stock":true},{"title":"Right Hand \/ 🔥 Buy 2 Reels (Most Popular!)","offer_id":45650279858367,"sku":"0520-16146217","price":52.95,"currency_code":"USD","in_stock":true},{"title":"Left Hand \/ 🏆 Buy 3 Reels","offer_id":45650279891135,"sku":"0520-16144238","price":78.95,"currency_code":"USD","in_stock":true},{"title":"Right Hand \/ 🏆 Buy 3 Reels","offer_id":45650279923903,"sku":"0520-16147899","price":78.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/3c4ac537a17473ccc1900fb1e4b8e5ba.jpg?v=1779099644","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/precision-magnetic-braking-reel","provider":"Bak","version":"1.0","type":"link"}