{"product_id":"dual-action-reel-maintenance-kit","title":"Dual-Action Reel Maintenance Kit","description":"\u003cstyle type=\"text\/css\"\u003e\/* Design Variables *\/\n    .product-detail-container {\n      --primary: #0a2540;\n      --primary-hover: #002b5c;\n      --accent-blue: #0052cc;\n      --accent-red: #d9383a;\n      --text-main: #1a202c;\n      --text-sub: #4a5568;\n      --bg-body: #ffffff;\n      --bg-card: #ffffff;\n      --bg-soft: #f7fafc;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\n      --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.08);\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      background-color: var(--bg-body);\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    \/* Common Typography System - Strict Lock *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h2 {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 20px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container td,\n    .product-detail-container li {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container strong {\n      color: var(--text-main);\n    }\n\n    \/* Layout Spacing *\/\n    .product-detail-section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-section:last-of-type {\n      border-bottom: none;\n    }\n\n    \/* Badges \u0026 Pills *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 16px;\n    }\n\n    .badge {\n      display: inline-block;\n      padding: 6px 14px;\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      border-radius: 50px;\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--primary);\n    }\n\n    .badge-blue {\n      background-color: #ebf8ff;\n      border-color: #bee3f8;\n      color: var(--accent-blue);\n    }\n\n    .badge-red {\n      background-color: #fff5f5;\n      border-color: #fed7d7;\n      color: var(--accent-red);\n    }\n\n    \/* Image Placeholders Styles *\/\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      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 60px 20px;\n      text-align: center;\n      font-size: 18px;\n      color: var(--text-sub);\n      box-sizing: border-box;\n      margin-bottom: 24px;\n    }\n\n    .image-placeholder-inner {\n      max-width: 400px;\n    }\n\n    \/* Hero Block Layout *\/\n    .hero-container {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n    }\n\n    .hero-content {\n      padding-right: 20px;\n    }\n\n    .hero-subtitle {\n      font-size: 18px;\n      margin-bottom: 24px;\n    }\n\n    \/* Feature Block Layout *\/\n    .feature-item {\n      display: flex;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 40px;\n    }\n\n    .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .feature-item.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media {\n      flex: 1;\n      width: 100%;\n    }\n\n    .feature-copy {\n      flex: 1;\n    }\n\n    .feature-title {\n      font-size: 20px;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 12px 0;\n    }\n\n    .feature-description {\n      font-size: 18px;\n      margin-bottom: 20px;\n    }\n\n    \/* Specifications Table *\/\n    .spec-table-wrapper {\n      width: 100%;\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n\n    .spec-table th, \n    .spec-table td {\n      padding: 16px 24px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    .spec-table th {\n      background-color: var(--bg-soft);\n      font-weight: 700;\n      color: var(--primary);\n    }\n\n    \/* FAQ Section Accordion-style layout (static for pure Shopify compatibility) *\/\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 24px;\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 10px 0;\n    }\n\n    .faq-answer {\n      font-size: 18px;\n      margin: 0;\n    }\n\n    \/* Mobile Responsive Lock - Minimum Font Size Rule Protected *\/\n    @media (max-width: 767px) {\n      .hero-container {\n        grid-template-columns: 1fr;\n        gap: 30px;\n      }\n\n      .hero-content {\n        padding-right: 0;\n      }\n\n      .feature-item,\n      .feature-item.reverse {\n        flex-direction: column; \/* Image First -\u003e Text Second *\/\n        gap: 24px;\n      }\n\n      .feature-media {\n        order: 1; \/* Always image first on mobile *\/\n      }\n\n      .feature-copy {\n        order: 2; \/* Always text second on mobile *\/\n      }\n\n      \/* Specifications Mobile Layout *\/\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 thead {\n        display: none;\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: 16px;\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-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: Fishing Reel and Precision Gear Dual Maintenance Kit\nTarget Audience: Anglers, fishing enthusiasts, and DIY mechanical maintenance users\nVisual Style: Professional, clean, technical marine aesthetic with high contrast elements\nColor Strategy: Deep Ocean Blue (#0a2540) as main brand color, Red (#d9383a) and Blue (#0052cc) as key functional indicators, and soft background tones (#f4f6f9) for readability\nModule Order: Hero Header -\u003e Feature 1 (Solid Grease) -\u003e Feature 2 (Liquid Lubricant) -\u003e Feature 3 (Nozzle \u0026 Design) -\u003e Technical Specifications -\u003e Maintenance FAQ\nDetail Image Mapping: Hero=detail_2, Feature1=detail_1, Feature2=detail_5, Feature3=detail_3\nSpecification Data Source: Extracted from detail_2, detail_3, detail_6 (20ML volume per tube, Blue tube solid grease, Red tube liquid lubricant)\nCompare Section: Not included (no competitive data provided; focus remains solely on the complementary blue\/red dual formula uses)\nInformation Boundary: Strictly relies on facts from the report and images: 20ML size, dual blue\/red options, needle nozzle with cap\/clip, low-viscosity, noise reduction, and antioxidant properties. No assumptions about chemical materials or generic certifications have been added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Section A: Hero Block --\u003e\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eDual-Action Maintenance\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003ePrecision Maintenance Dual Pack for Reels and Gears\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eKeep your mechanical moving parts, fishing reels, and bearings operating at peak performance with our targeted liquid lubricant and solid grease system.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv class=\"image-placeholder-inner\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260903150221\/9b31616f47d977962dc50ded1ddb7523.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\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv class=\"image-placeholder-inner\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260903150221\/8973a35dc697ff18ea11b977c3e9b236.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\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge badge-blue\"\u003eBlue Solid Grease\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch2 class=\"feature-title\"\u003eReduced Noise and Vibrations\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eDesigned specifically for gear discs and shafts. The blue solid grease applies easily, providing a smooth buffer layer that lowers gear mechanical noise and dampens excess vibration.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eGear Protection\u003c\/span\u003e \u003cspan class=\"badge\"\u003eNoise Dampening\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Liquid Lubricant for Bearings --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv class=\"image-placeholder-inner\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260903150221\/9a3d7c4437092e1f02ddcb1fa409aa7a.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\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge badge-red\"\u003eRed Liquid Oil\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch2 class=\"feature-title\"\u003eFast Penetrating Antioxidant Oil\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eEngineered with a smooth, low-viscosity formula to seep rapidly into tight bearing tolerances, metal seams, and narrow friction joints to restore smooth motion and guard against rust.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eLow-Viscosity\u003c\/span\u003e \u003cspan class=\"badge\"\u003eAnti-Rust Coat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Long Needle Tip Design --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv class=\"image-placeholder-inner\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260903150221\/36acbd94b2209f03c3b31306a7c09518.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\"\u003ePrecision Extended Needle Nozzle\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThe fine, tapered funnel design allows for exact pinpoint application into mechanical dead zones without messy drips. Complete with protective end caps and sealing clips to keep the tubes securely stored.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003ePinpoint Control\u003c\/span\u003e \u003cspan class=\"badge\"\u003eSecure Caps Included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Section C: Technical Specifications (Text Only - No Images) --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Pack Includes\"\u003e\u003cspan class=\"spec-value\"\u003e1x Blue Solid Grease, 1x Red Liquid Lubricant\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Volume\"\u003e\u003cspan class=\"spec-value\"\u003e20ml (approx. 0.7 oz) per tube\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Blue Grease Use\"\u003e\u003cspan class=\"spec-value\"\u003eFor gears, drive shafts, and gear plates\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Red Oil Use\"\u003e\u003cspan class=\"spec-value\"\u003eFor bearings, micro-gaps, and sliding friction surfaces\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Nozzle Type\"\u003e\u003cspan class=\"spec-value\"\u003eFine needle tip with protective cap\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Container Design\"\u003e\u003cspan class=\"spec-value\"\u003eSemi-transparent plastic squeeze tube\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Section D: Maintenance FAQ --\u003e\n\n\u003csection class=\"product-detail-section\"\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💡 Which parts of the fishing reel should I use each lubricant on?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eUse the blue solid grease specifically on the gear discs and rotational shafts to dampen gear noise and reduce friction. Use the red liquid lubricant on the ball bearings and smaller metal-on-metal friction points where fast penetration is needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Does the pinpoint tip nozzle make maintenance messy?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. The extended, fine funnel nozzle is designed to provide clean, pinpoint accuracy. It allows you to direct exactly one drop or squeeze of lubricant straight into narrow seams without getting product on your hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Are the tubes portable and easy to store?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The 20ml squeeze tubes are compact, slim, and easy to fit inside a tackle bag or utility pouch. Each tube features a threaded protective screw-cap to prevent accidental leakage during travel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Kit (Oil + Grease)","offer_id":58894396194976,"sku":"20260910-154720-9951","price":12.95,"currency_code":"USD","in_stock":true},{"title":"⭐ 2 Kits (Save 20%)","offer_id":58894396227744,"sku":"20260910-154720-4662","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/9b31616f47d977962dc50ded1ddb7523.jpg?v=1789026491","url":"https:\/\/cartivra.com\/products\/dual-action-reel-maintenance-kit","provider":"Cartivra","version":"1.0","type":"link"}