{"product_id":"lifelike-vibrating-fish-lure","title":"Lifelike Vibrating Fish Lure","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Bladed Jig \/ Chatterbait (Freshwater Lure)\nTarget Audience: Freshwater lure fishing enthusiasts\nVisual Style: Technical, sporty, clear and information-driven\nColor Strategy: Deep aquatic blue accents, clean neutral grays, high-contrast text for high readability\nModule Order: Hero -\u003e Compare -\u003e Feature 1 -\u003e Feature 2 -\u003e What's in the Box -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_3, Compare=detail_4\nSpecification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Included. Clear structural differences between hand-tied silicone silk and standard glued skirts shown in detail_4.\nInformation Boundary: Strictly relies on provided report, detail images, and explicit supplemental data. No unverified material grades or non-documented performance parameters added.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.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  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  color: var(--text-main);\n  background-color: var(--bg-body);\n  line-height: 1.6;\n\n  --primary: #1e3a8a;\n  --primary-hover: #1d4ed8;\n  --text-main: #1f2937;\n  --text-sub: #4b5563;\n  --bg-body: #ffffff;\n  --bg-card: #f9fafb;\n  --bg-soft: #f3f4f6;\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);\n  --border-color: #e5e7eb;\n}\n\n\/* Typography System *\/\n.product-detail-container h1 {\n  font-size: 22px;\n  line-height: 1.3;\n  font-weight: 700;\n  margin: 0 0 16px 0;\n  color: var(--text-main);\n}\n\n.product-detail-container h2,\n.product-detail-container h3,\n.product-detail-container .section-title,\n.product-detail-container .faq-question {\n  font-size: 20px;\n  line-height: 1.4;\n  font-weight: 600;\n  margin: 0 0 16px 0;\n  color: var(--text-main);\n}\n\n.product-detail-container p,\n.product-detail-container li,\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;\n  line-height: 1.6;\n  color: var(--text-sub);\n}\n\n\/* Layout Spacing *\/\n.product-detail-container section {\n  margin-bottom: clamp(2rem, 5vw, 4rem);\n}\n\n\/* Image Placeholders *\/\n.image-placeholder {\n  width: 100%;\n  height: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  background-color: var(--bg-soft);\n  border: 2px dashed var(--border-color);\n  border-radius: var(--radius-md);\n  box-sizing: border-box;\n  padding: 40px 20px;\n  color: var(--text-sub);\n  font-weight: 500;\n  font-size: 18px;\n  text-align: center;\n  margin-bottom: 20px;\n}\n\n.image-placeholder img {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n\n\/* Badge\/Pill Style *\/\n.badge {\n  display: inline-block;\n  padding: 6px 16px;\n  background-color: var(--bg-soft);\n  color: var(--primary);\n  border-radius: 50px;\n  font-weight: 600;\n  margin-bottom: 16px;\n}\n\n.tag-container {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 12px;\n}\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\/* Hero Content Block *\/\n.hero-section {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 24px;\n  padding: 24px 0;\n}\n\n\/* Feature Layout - Z Pattern on Desktop, Column on Mobile *\/\n.feature-item {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 24px;\n  align-items: center;\n  margin-bottom: clamp(2rem, 5vw, 3rem);\n  padding: 24px;\n  background-color: var(--bg-card);\n  border-radius: var(--radius-lg);\n  border: 1px solid var(--border-color);\n}\n\n.feature-media {\n  order: 1;\n}\n\n.feature-copy {\n  order: 2;\n}\n\n\/* Compare Section *\/\n.compare-section {\n  background-color: var(--bg-card);\n  border: 1px solid var(--border-color);\n  border-radius: var(--radius-lg);\n  padding: 24px;\n}\n\n.compare-container {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 20px;\n}\n\n\/* What's in the Box Section *\/\n.whats-in-box-section {\n  padding: 24px 0;\n}\n\n.box-options-container {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 24px;\n}\n\n.box-option {\n  background-color: var(--bg-card);\n  border: 1px solid var(--border-color);\n  border-radius: var(--radius-lg);\n  padding: 24px;\n}\n\n.box-option h3 {\n  color: var(--primary);\n  margin-bottom: 16px;\n  border-bottom: 2px solid var(--bg-soft);\n  padding-bottom: 12px;\n}\n\n.box-option ul {\n  padding-left: 20px;\n  margin: 0;\n}\n\n.box-option li {\n  margin-bottom: 12px;\n}\n\n.box-option li:last-child {\n  margin-bottom: 0;\n}\n\n.box-option ul ul {\n  margin-top: 8px;\n  margin-bottom: 8px;\n  list-style-type: circle;\n}\n\n\/* Specifications Table *\/\n.specifications-section {\n  padding: 24px 0;\n}\n\n.spec-table {\n  width: 100%;\n  border-collapse: collapse;\n}\n\n.spec-table tr {\n  border-bottom: 1px solid var(--border-color);\n}\n\n.spec-table td {\n  padding: 16px;\n  vertical-align: top;\n}\n\n\/* FAQ Layout *\/\n.faq-section {\n  padding: 24px 0;\n}\n\n.faq-item {\n  border-bottom: 1px solid var(--border-color);\n  padding: 20px 0;\n}\n\n.faq-question {\n  margin-bottom: 8px;\n}\n\n\/* Desktop Responsiveness *\/\n@media (min-width: 768px) {\n  .hero-section {\n    grid-template-columns: 1fr 1fr;\n    align-items: center;\n  }\n\n  .feature-item {\n    grid-template-columns: 1fr 1fr;\n    gap: 40px;\n    padding: 40px;\n  }\n\n  .feature-item:nth-child(even) .feature-media {\n    order: 2;\n  }\n\n  .feature-item:nth-child(even) .feature-copy {\n    order: 1;\n  }\n\n  .compare-container {\n    grid-template-columns: 1fr 1.2fr;\n    align-items: center;\n    gap: 40px;\n  }\n  \n  .box-options-container {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .spec-table tr {\n    display: table-row;\n  }\n\n  .spec-table td {\n    display: table-cell;\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\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: 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-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\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cspan class=\"badge\"\u003eFreshwater Bladed Jig\u003c\/span\u003e\n\u003ch1\u003eVibrating Blade \u0026amp; Hand-Tied Skirt for Aggressive Bites\u003c\/h1\u003e\n\n\u003cp\u003eEngineered with a high-action metal blade and realistic fish presentation to trigger predator instincts underwater. Perfect for freshwater lure fishing.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260826172433\/802b96c4226741ace558ce52426b15bc.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\/section\u003e\n\n\u003csection class=\"compare-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eDesign Craftsmanship Comparison\u003c\/h2\u003e\n\n\u003cdiv class=\"compare-container\"\u003e\n\u003cdiv class=\"compare-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260826171232\/6d3a30d67242ee5c81acdd101f3181fe.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=\"compare-copy\"\u003e\n\u003ch3 class=\"section-title\"\u003eHand-Tied Silicone Silk vs Glue-Bonded Skirts\u003c\/h3\u003e\n\n\u003cp\u003eUnlike standard skirts put together with cheap adhesive rings that fall apart quickly, our bladed jig features hand-tied silicone silk securely wrapped behind the jig head. This ensures maximum durability, a naturally blooming umbrella-like motion, and organic underwater movement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. Feature Sections --\u003e\n\n\u003csection class=\"features-list-section\"\u003e\u003c!-- Feature 1 --\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=\"img-2-65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260826171232\/9f29f182ecd6985f1467ffb1a47e2bb4.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\u003eSpecially Crafted Vibrating Blade for Extra Action\u003c\/h2\u003e\n\n\u003cp\u003eThe hex-shaped metal blade creates intense water vibration and sharp mirror-like flashes as you retrieve. It creates strong vibrations underwater, getting the attention of fish in deep or murky waters.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eHigh-Frequency Vibration\u003c\/span\u003e \u003cspan class=\"tag\"\u003eFlash Attraction\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\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=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260826171232\/24311e61dbe08756da49ca5ac8de47fd.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\u003eRealistic Presentation \u0026amp; Mustad Hook Setup\u003c\/h2\u003e\n\n\u003cp\u003eDesigned with a detailed fish-shaped jig head and realistic 3D simulation eyes to mimic wounded prey. The structure holds a high-strength, sharp single Mustad hook pointed upward, hidden securely within the dense silicone skirt fibers to optimize hook-up rates while minimizing snags.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003e3D Simulation Eyes\u003c\/span\u003e \u003cspan class=\"tag\"\u003eMustad Hook\u003c\/span\u003e \u003cspan class=\"tag\"\u003eWeedless Skirt Cover\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- NEW: What's in the Box Section --\u003e\n\n\u003csection class=\"whats-in-box-section\"\u003e\n\u003ch2 class=\"section-title\"\u003e📦 What's in the Box\u003c\/h2\u003e\n\n\u003cdiv class=\"box-options-container\"\u003e\n\u003c!-- 3-Pack --\u003e\n\u003cdiv class=\"box-option\"\u003e\n\u003ch3\u003eFor 3-Pack Options:\u003c\/h3\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eIncludes 3 lures of your selected color.\u003c\/li\u003e\n\t\u003cli\u003eIf you choose \"Mixed Weights\", you will receive exactly 1 of each size: 1x 1\/4oz (7g), 1x 1\/2oz (14g), and 1x 3\/4oz (21g).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 5-Pack --\u003e\n\n\u003cdiv class=\"box-option\"\u003e\n\u003ch3\u003eFor 🔥 5-Color Pro Kit (Best Value):\u003c\/h3\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eIncludes 5 lures, one of each color (Tiger Craw Gold, Lime Green, Silver Shad, Bubblegum Pink, Chartreuse Shad).\u003c\/li\u003e\n\t\u003cli\u003eIf you choose \"Mixed Weights\", the weight distribution is specially curated for optimal fishing:\n\t\u003cul\u003e\n\t\t\u003cli\u003e2 x 1\/4 oz (7g)\u003c\/li\u003e\n\t\t\u003cli\u003e2 x 1\/2 oz (14g)\u003c\/li\u003e\n\t\t\u003cli\u003e1 x 3\/4 oz (21g)\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. Specifications (Text Only, No Image Placeholders) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\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 data-label=\"Available Weights\"\u003e\u003cspan class=\"spec-value\"\u003e1\/4 oz (7g), 1\/2 oz (14g), 3\/4 oz (21g)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Bait Structure\"\u003e\u003cspan class=\"spec-value\"\u003eHex Shield Metal Blade, Fish-shaped Lead Jig Head, Hand-Tied Silicone Skirt\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Color Styles\"\u003e\u003cspan class=\"spec-value\"\u003e5 Color Patterns\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\"\u003eSingle upward curved Mustad hook\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 Water\"\u003e\u003cspan class=\"spec-value\"\u003eFreshwater Environments\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Quantity\"\u003e\u003cspan class=\"spec-value\"\u003eAvailable in 3-Packs or 5-Piece Kit\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!-- E. FAQ (Product Related Only, No Shipping\/Returns\/Warranty) --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e❓ What is the purpose of the metal blade on this lure?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe hexagonal metal blade is connected via a dual-ring setup to the fish head. When retrieved through water, it generates high-frequency vibrations and reflections, mimicking a distressed baitfish to attract predatory species.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e❓ How is the silicone skirt constructed compared to standard lures?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe silicone skirt is hand-tied tightly to the jig head using manual threading. This provides a more robust bind than glue-bonded silicone rings, which can dry out and snap over time, while keeping the skirt fibers naturally spread like an umbrella.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e❓ How does this bladed jig prevent getting snagged on weeds?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe single Mustad sharp hook is pointing upward and is positioned inside the dense silicone skirt fibers. As the lure runs, the flexible skirt fibers deflect weeds and obstacles away from the hook tip, lowering the risk of snagging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"3-Pack: Tiger Craw Gold \/ 3\/4 oz (21g)","offer_id":44527559868519,"sku":"0829-17224061","price":14.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Lime Green \/ 3\/4 oz (21g)","offer_id":44527559901287,"sku":"0829-17222723","price":14.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Silver Shad \/ 3\/4 oz (21g)","offer_id":44527559934055,"sku":"0829-17228099","price":14.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Bubblegum Pink \/ 3\/4 oz (21g)","offer_id":44527559966823,"sku":"0829-17223272","price":14.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Chartreuse Shad \/ 3\/4 oz (21g)","offer_id":44527559999591,"sku":"0829-17226488","price":14.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Tiger Craw Gold \/ 1\/2 oz (14g)","offer_id":44527560032359,"sku":"0829-17220653","price":14.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Lime Green \/ 1\/2 oz (14g)","offer_id":44527560065127,"sku":"0829-17223740","price":14.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Silver Shad \/ 1\/2 oz (14g)","offer_id":44527560097895,"sku":"0829-17226491","price":14.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Bubblegum Pink \/ 1\/2 oz (14g)","offer_id":44527560130663,"sku":"0829-17223695","price":14.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Chartreuse Shad \/ 1\/2 oz (14g)","offer_id":44527560163431,"sku":"0829-17222395","price":14.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Tiger Craw Gold \/ 1\/4 oz (7g)","offer_id":44527560196199,"sku":"0829-17224069","price":14.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Lime Green \/ 1\/4 oz (7g)","offer_id":44527560228967,"sku":"0829-17223519","price":14.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Silver Shad \/ 1\/4 oz (7g)","offer_id":44527560261735,"sku":"0829-17226701","price":14.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Bubblegum Pink \/ 1\/4 oz (7g)","offer_id":44527560294503,"sku":"0829-17228593","price":14.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Chartreuse Shad \/ 1\/4 oz (7g)","offer_id":44527560327271,"sku":"0829-17228348","price":14.95,"currency_code":"USD","in_stock":true},{"title":"🔥 5-Color Pro Kit (Best Value) \/ 3\/4 oz (21g)","offer_id":44527560360039,"sku":"0829-17220747","price":22.95,"currency_code":"USD","in_stock":true},{"title":"🔥 5-Color Pro Kit (Best Value) \/ 1\/2 oz (14g)","offer_id":44527560392807,"sku":"0829-17222615","price":22.95,"currency_code":"USD","in_stock":true},{"title":"🔥 5-Color Pro Kit (Best Value) \/ 1\/4 oz (7g)","offer_id":44527560425575,"sku":"0829-17222034","price":22.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Tiger Craw Gold \/ Mixed Weights (1 of each size)","offer_id":44527560458343,"sku":"0829-17220618","price":14.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Lime Green \/ Mixed Weights (1 of each size)","offer_id":44527560491111,"sku":"0829-17220140","price":14.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Silver Shad \/ Mixed Weights (1 of each size)","offer_id":44527560523879,"sku":"0829-17228543","price":14.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Bubblegum Pink \/ Mixed Weights (1 of each size)","offer_id":44527560556647,"sku":"0829-17222717","price":14.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Chartreuse Shad \/ Mixed Weights (1 of each size)","offer_id":44527560589415,"sku":"0829-17221497","price":14.95,"currency_code":"USD","in_stock":true},{"title":"🔥 5-Color Pro Kit (Best Value) \/ Mixed Weights (1 of each size)","offer_id":44527560622183,"sku":"0829-17220802","price":22.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0620\/7222\/5895\/files\/802b96c4226741ace558ce52426b15bc.jpg?v=1787995756","url":"https:\/\/oveliana.com\/products\/lifelike-vibrating-fish-lure","provider":"Oveliana","version":"1.0","type":"link"}