{"product_id":"pre-tied-off-bottom-fishing-rig-2","title":"🎣 Pre-Tied Off Bottom Fishing Rig | Anti-Snag Floating Bottom Hook Leaders","description":"\u003cstyle\u003e\n\/* =========================================================\n   5-PACK PRE-TIED OFF-BOTTOM FISHING RIGS\n   MOBILE-FIRST SHOPIFY CRO\n========================================================= *\/\n\n.float-rig-page,\n.float-rig-page *{\n  box-sizing:border-box;\n}\n\n.float-rig-page{\n  --green:#173f33;\n  --green2:#245a49;\n  --lake:#28747d;\n  --orange:#ed7b2c;\n  --sand:#f7f1e6;\n  --mist:#edf6f3;\n  --cream:#fffaf3;\n  --ink:#23352f;\n  --text:#4e625b;\n  --muted:#708078;\n  --line:#dce8e3;\n\n  width:100%;\n  max-width:760px;\n  margin:0 auto;\n  overflow:hidden;\n\n  background:#fff;\n  color:var(--text);\n\n  font-family:-apple-system,BlinkMacSystemFont,\n  \"Segoe UI\",Arial,Helvetica,sans-serif;\n\n  font-size:17px;\n  line-height:1.55;\n}\n\n.float-rig-page img{\n  display:block;\n  width:100%;\n  height:auto;\n  margin:0;\n}\n\n.float-rig-page h1,\n.float-rig-page h2,\n.float-rig-page h3,\n.float-rig-page p{\n  margin-top:0;\n}\n\n.fr-section{\n  padding:21px 14px;\n}\n\n.fr-center{\n  text-align:center;\n}\n\n.fr-cream{\n  background:var(--cream);\n}\n\n.fr-mist{\n  background:var(--mist);\n}\n\n.fr-sand{\n  background:var(--sand);\n}\n\n.fr-soft{\n  background:#f7faf8;\n}\n\n.fr-dark{\n  background:\n    radial-gradient(\n      circle at 88% 0%,\n      rgba(237,123,44,.15),\n      transparent 34%\n    ),\n    linear-gradient(\n      145deg,\n      #205044,\n      #12352c\n    );\n}\n\n\/* =========================================================\n   TYPOGRAPHY\n========================================================= *\/\n\n.fr-kicker{\n  display:inline-block;\n  margin-bottom:7px;\n\n  color:var(--orange);\n\n  font-size:11px;\n  line-height:1.3;\n  font-weight:900;\n  letter-spacing:1.2px;\n  text-transform:uppercase;\n}\n\n.fr-title{\n  max-width:650px;\n  margin:0 auto 10px;\n\n  color:var(--green);\n\n  font-size:31px;\n  line-height:1.08;\n  font-weight:900;\n  letter-spacing:-.6px;\n}\n\n.fr-title span{\n  color:var(--lake);\n}\n\n.fr-h2{\n  max-width:620px;\n  margin:0 auto 9px;\n\n  color:var(--green);\n\n  font-size:25px;\n  line-height:1.12;\n  font-weight:900;\n  letter-spacing:-.35px;\n}\n\n.fr-h2 span{\n  color:var(--lake);\n}\n\n.fr-copy{\n  max-width:620px;\n  margin:0 auto;\n\n  color:var(--text);\n\n  font-size:16px;\n  line-height:1.55;\n}\n\n.fr-copy strong{\n  color:var(--green);\n}\n\n.fr-dark .fr-kicker{\n  color:#ffad71;\n}\n\n.fr-dark .fr-h2{\n  color:#fff;\n}\n\n.fr-dark .fr-h2 span{\n  color:#9ad6d9;\n}\n\n.fr-dark .fr-copy{\n  color:#d8e9e3;\n}\n\n.fr-dark .fr-copy strong{\n  color:#fff;\n}\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.fr-hero{\n  padding:23px 14px 20px;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 85% 0%,\n      rgba(237,123,44,.14),\n      transparent 34%\n    ),\n    linear-gradient(\n      180deg,\n      #fbfdfb,\n      #eaf5f1\n    );\n}\n\n.fr-hero-line{\n  width:58px;\n  height:3px;\n\n  margin:12px auto;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      90deg,\n      var(--orange),\n      var(--lake)\n    );\n}\n\n.fr-hero-grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  gap:7px;\n\n  margin-top:15px;\n}\n\n.fr-hero-item{\n  padding:10px 7px;\n\n  border:1px solid var(--line);\n  border-radius:10px;\n\n  background:rgba(255,255,255,.87);\n\n  color:var(--green);\n\n  font-size:12px;\n  line-height:1.35;\n  font-weight:800;\n}\n\n\/* =========================================================\n   MEDIA\n========================================================= *\/\n\n.fr-media{\n  width:100%;\n  overflow:hidden;\n  background:#eaf2ef;\n}\n\n.fr-media img{\n  width:100%;\n}\n\n.fr-gif{\n  background:#071510;\n}\n\n.fr-gif img{\n  width:100%;\n  max-height:680px;\n  object-fit:contain;\n}\n\n\/* =========================================================\n   QUICK BENEFITS\n========================================================= *\/\n\n.fr-benefits{\n  display:grid;\n  grid-template-columns:repeat(4,minmax(0,1fr));\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n\n  background:#fff;\n}\n\n.fr-benefit{\n  padding:14px 4px;\n  text-align:center;\n}\n\n.fr-benefit + .fr-benefit{\n  border-left:1px solid var(--line);\n}\n\n.fr-benefit span{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-size:20px;\n}\n\n.fr-benefit strong{\n  display:block;\n\n  color:var(--green);\n\n  font-size:9.5px;\n  line-height:1.3;\n}\n\n\/* =========================================================\n   FEATURE GRID\n========================================================= *\/\n\n.fr-grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:15px;\n}\n\n.fr-card{\n  padding:12px 10px;\n\n  border:1px solid var(--line);\n  border-radius:10px;\n\n  background:#fff;\n}\n\n.fr-card span{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:20px;\n}\n\n.fr-card strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--green);\n\n  font-size:13px;\n  line-height:1.3;\n}\n\n.fr-card small{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:11px;\n  line-height:1.4;\n}\n\n\/* =========================================================\n   LIST\n========================================================= *\/\n\n.fr-list{\n  max-width:620px;\n\n  margin:15px auto 0;\n  padding:0;\n\n  list-style:none;\n}\n\n.fr-list li{\n  position:relative;\n\n  margin:8px 0;\n  padding-left:27px;\n\n  color:var(--text);\n\n  font-size:15px;\n  line-height:1.48;\n}\n\n.fr-list li:before{\n  content:\"✓\";\n\n  position:absolute;\n  left:0;\n  top:1px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:19px;\n  height:19px;\n\n  border-radius:50%;\n\n  background:var(--orange);\n  color:#fff;\n\n  font-size:10px;\n  font-weight:900;\n}\n\n.fr-list strong{\n  color:var(--green);\n}\n\n\/* =========================================================\n   HOOK OPTIONS\n========================================================= *\/\n\n.fr-options{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:15px;\n}\n\n.fr-option{\n  padding:13px 10px;\n\n  border:1px solid var(--line);\n  border-radius:10px;\n\n  background:#fff;\n\n  text-align:center;\n}\n\n.fr-option span{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:21px;\n}\n\n.fr-option strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--green);\n\n  font-size:13px;\n}\n\n.fr-option small{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:11px;\n  line-height:1.4;\n}\n\n\/* =========================================================\n   NOTE\n========================================================= *\/\n\n.fr-note{\n  max-width:620px;\n\n  margin:14px auto 0;\n  padding:11px 12px;\n\n  border-left:4px solid var(--orange);\n  border-radius:8px;\n\n  background:#fff8ef;\n\n  color:#6b5544;\n\n  font-size:12px;\n  line-height:1.5;\n}\n\n.fr-note strong{\n  color:#493a2f;\n}\n\n\/* =========================================================\n   USE GRID\n========================================================= *\/\n\n.fr-uses{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  gap:7px;\n\n  margin-top:15px;\n}\n\n.fr-use{\n  padding:11px 7px;\n\n  border:1px solid var(--line);\n  border-radius:9px;\n\n  background:#fff;\n\n  color:var(--green);\n\n  text-align:center;\n\n  font-size:13px;\n  line-height:1.35;\n  font-weight:800;\n}\n\n\/* =========================================================\n   HOW TO USE\n========================================================= *\/\n\n.fr-steps{\n  display:grid;\n  grid-template-columns:1fr;\n\n  gap:7px;\n\n  margin-top:15px;\n}\n\n.fr-step{\n  display:flex;\n  align-items:flex-start;\n\n  gap:10px;\n\n  padding:11px;\n\n  border:1px solid rgba(255,255,255,.14);\n  border-radius:10px;\n\n  background:rgba(255,255,255,.06);\n}\n\n.fr-step-num{\n  flex:0 0 29px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:29px;\n  height:29px;\n\n  border-radius:50%;\n\n  background:var(--orange);\n  color:#fff;\n\n  font-size:11px;\n  font-weight:900;\n}\n\n.fr-step strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#fff;\n\n  font-size:14px;\n  line-height:1.3;\n}\n\n.fr-step span{\n  display:block;\n\n  color:#d9e8e3;\n\n  font-size:12px;\n  line-height:1.4;\n}\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.fr-specs{\n  max-width:620px;\n\n  margin:15px auto 0;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:10px;\n\n  background:#fff;\n}\n\n.fr-spec{\n  display:flex;\n\n  gap:8px;\n\n  padding:10px 11px;\n\n  border-bottom:1px solid #e7ece9;\n}\n\n.fr-spec:last-child{\n  border-bottom:0;\n}\n\n.fr-spec:nth-child(even){\n  background:#fafcfb;\n}\n\n.fr-spec-name{\n  flex:0 0 36%;\n\n  color:var(--lake);\n\n  font-size:12px;\n  line-height:1.4;\n  font-weight:800;\n}\n\n.fr-spec-value{\n  flex:1;\n\n  color:#53635d;\n\n  font-size:12px;\n  line-height:1.4;\n}\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.fr-faq details{\n  max-width:630px;\n\n  margin:7px auto;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:10px;\n\n  background:#fff;\n}\n\n.fr-faq summary{\n  position:relative;\n\n  padding:13px 40px 13px 13px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:var(--green);\n\n  font-size:14px;\n  line-height:1.4;\n  font-weight:800;\n}\n\n.fr-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.fr-faq summary:after{\n  content:\"+\";\n\n  position:absolute;\n  right:14px;\n  top:50%;\n\n  transform:translateY(-50%);\n\n  color:var(--orange);\n\n  font-size:22px;\n}\n\n.fr-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.fr-answer{\n  padding:0 13px 13px;\n\n  color:var(--muted);\n\n  font-size:13px;\n  line-height:1.55;\n}\n\n\/* =========================================================\n   FINAL\n========================================================= *\/\n\n.fr-final{\n  padding:26px 15px;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 85% 0%,\n      rgba(239,124,44,.16),\n      transparent 34%\n    ),\n    linear-gradient(\n      145deg,\n      var(--lake),\n      var(--green)\n    );\n}\n\n.fr-final .fr-kicker{\n  color:#ffc393;\n}\n\n.fr-final h2{\n  max-width:610px;\n\n  margin:0 auto 9px;\n\n  color:#fff;\n\n  font-size:27px;\n  line-height:1.1;\n  font-weight:900;\n}\n\n.fr-final h2 span{\n  color:#acdfe1;\n}\n\n.fr-final p{\n  max-width:570px;\n\n  margin:0 auto;\n\n  color:#e2f0ec;\n\n  font-size:15px;\n  line-height:1.5;\n}\n\n.fr-btn{\n  display:inline-block;\n\n  margin-top:15px;\n  padding:13px 23px;\n\n  border-radius:999px;\n\n  background:var(--orange);\n\n  color:#fff!important;\n\n  text-decoration:none!important;\n\n  font-size:13px;\n  line-height:1.3;\n  font-weight:900;\n}\n\n\/* =========================================================\n   BOTTOM BAR\n========================================================= *\/\n\n.fr-bottom{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  background:#fffaf3;\n\n  border-top:1px solid var(--line);\n}\n\n.fr-bottom-item{\n  padding:13px 5px;\n  text-align:center;\n}\n\n.fr-bottom-item + .fr-bottom-item{\n  border-left:1px solid var(--line);\n}\n\n.fr-bottom-item span{\n  display:block;\n\n  margin-bottom:3px;\n\n  font-size:18px;\n}\n\n.fr-bottom-item strong{\n  display:block;\n\n  color:var(--green);\n\n  font-size:9.5px;\n  line-height:1.3;\n}\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:480px){\n\n  .float-rig-page{\n    font-size:17px;\n  }\n\n  .fr-section{\n    padding:19px 13px;\n  }\n\n  .fr-hero{\n    padding:21px 13px 18px;\n  }\n\n  .fr-title{\n    font-size:29px;\n  }\n\n  .fr-h2{\n    font-size:23px;\n  }\n\n  .fr-copy{\n    font-size:16px;\n    line-height:1.52;\n  }\n\n  .fr-final{\n    padding:24px 14px;\n  }\n\n  .fr-final h2{\n    font-size:25px;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"float-rig-page\"\u003e\n\n\n\u003c!-- =====================================================\n     01 HERO\n====================================================== --\u003e\n\n\u003csection class=\"fr-hero\"\u003e\n\n  \u003cdiv class=\"fr-kicker\"\u003e\n    PRE-TIED • OFF-BOTTOM • READY TO FISH\n  \u003c\/div\u003e\n\n  \u003ch1 class=\"fr-title\"\u003e\n    Keep Your Bait Above\n    \u003cspan\u003eMud, Weeds \u0026amp; Bottom Debris.\u003c\/span\u003e\n  \u003c\/h1\u003e\n\n  \u003cdiv class=\"fr-hero-line\"\u003e\u003c\/div\u003e\n\n  \u003cp class=\"fr-copy\"\u003e\n    A pre-tied floating rig designed to\n    \u003cstrong\u003eraise your bait off the bottom.\u003c\/strong\u003e\n    Spend less time building rigs and more time fishing.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"fr-hero-grid\"\u003e\n\n    \u003cdiv class=\"fr-hero-item\"\u003e\n      🌿 Off-Bottom Presentation\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fr-hero-item\"\u003e\n      🪝 Pre-Tied Setup\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fr-hero-item\"\u003e\n      🎣 2 Hook Options\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fr-hero-item\"\u003e\n      📦 5 Rigs per Pack\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     02 GIF\n====================================================== --\u003e\n\n\u003cdiv class=\"fr-media fr-gif\"\u003e\n\n  \u003cimg src=\"https:\/\/www.dailygote.com\/cdn\/shop\/files\/image\/70d6528917be00e0a1ee21464e07d8c3bc4504b7.gif\" alt=\"Off-bottom floating fishing rig working underwater\" loading=\"eager\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =====================================================\n     QUICK BENEFITS\n====================================================== --\u003e\n\n\u003cdiv class=\"fr-benefits\"\u003e\n\n  \u003cdiv class=\"fr-benefit\"\u003e\n    \u003cspan\u003e🌱\u003c\/span\u003e\n    \u003cstrong\u003eRaised Bait\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fr-benefit\"\u003e\n    \u003cspan\u003e⏱️\u003c\/span\u003e\n    \u003cstrong\u003eLess Rigging\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fr-benefit\"\u003e\n    \u003cspan\u003e🪝\u003c\/span\u003e\n    \u003cstrong\u003ePre-Tied\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fr-benefit\"\u003e\n    \u003cspan\u003e🎒\u003c\/span\u003e\n    \u003cstrong\u003eTackle-Box Ready\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =====================================================\n     03 OFF-BOTTOM BENEFIT\n====================================================== --\u003e\n\n\u003csection class=\"fr-section fr-mist fr-center\"\u003e\n\n  \u003cdiv class=\"fr-kicker\"\u003e\n    WHEN THE BOTTOM GETS MESSY\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"fr-h2\"\u003e\n    Help Keep Your Bait\n    \u003cspan\u003eWhere Fish Can Find It.\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp class=\"fr-copy\"\u003e\n    Soft mud, weeds and bottom debris can hide your presentation.\n    The buoyant body helps lift the hook and bait above some obstacles.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"fr-grid\"\u003e\n\n    \u003cdiv class=\"fr-card\"\u003e\n\n      \u003cspan\u003e🌿\u003c\/span\u003e\n\n      \u003cstrong\u003e\n        Above Some Weeds\n      \u003c\/strong\u003e\n\n      \u003csmall\u003e\n        Helps keep the bait away from low bottom vegetation.\n      \u003c\/small\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fr-card\"\u003e\n\n      \u003cspan\u003e🟤\u003c\/span\u003e\n\n      \u003cstrong\u003e\n        Above Soft Mud\n      \u003c\/strong\u003e\n\n      \u003csmall\u003e\n        Reduces the chance of your bait disappearing into soft silt.\n      \u003c\/small\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fr-card\"\u003e\n\n      \u003cspan\u003e👀\u003c\/span\u003e\n\n      \u003cstrong\u003e\n        More Visible Position\n      \u003c\/strong\u003e\n\n      \u003csmall\u003e\n        Places bait higher than a standard bottom presentation.\n      \u003c\/small\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fr-card\"\u003e\n\n      \u003cspan\u003e🎯\u003c\/span\u003e\n\n      \u003cstrong\u003e\n        Focused Presentation\n      \u003c\/strong\u003e\n\n      \u003csmall\u003e\n        Useful when an elevated bait position suits the conditions.\n      \u003c\/small\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- DESIGN IMAGE --\u003e\n\n\u003cdiv class=\"fr-media\"\u003e\n\n  \u003cimg src=\"https:\/\/www.dailygote.com\/cdn\/shop\/files\/image\/45091b939f462e65e23f7283666c3b9ce7dc335c.webp\" alt=\"Off-bottom anti-snag floating fishing rig design\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =====================================================\n     04 PRE-TIED\n====================================================== --\u003e\n\n\u003csection class=\"fr-section fr-cream fr-center\"\u003e\n\n  \u003cdiv class=\"fr-kicker\"\u003e\n    LESS TYING AT THE WATER\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"fr-h2\"\u003e\n    Take It From the Tackle Box\n    \u003cspan\u003eand Get Set Up Faster.\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp class=\"fr-copy\"\u003e\n    Each rig arrives pre-tied,\n    helping reduce repetitive setup when you want\n    a quick replacement or spare rig.\n  \u003c\/p\u003e\n\n\n  \u003cul class=\"fr-list\"\u003e\n\n    \u003cli\u003e\n      \u003cstrong\u003ePre-assembled rig\u003c\/strong\u003e\n      saves repeated tying during a trip.\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cstrong\u003eCompact size\u003c\/strong\u003e\n      makes it easy to keep several in your tackle box.\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cstrong\u003eUseful as a spare\u003c\/strong\u003e\n      when you need to change tackle quickly.\n    \u003c\/li\u003e\n\n  \u003c\/ul\u003e\n\n\u003c\/section\u003e\n\n\n\u003cdiv class=\"fr-media\"\u003e\n\n  \u003cimg src=\"https:\/\/www.dailygote.com\/cdn\/shop\/files\/image\/b843e9c5676dd671b35a67bb600af17737520066.webp\" alt=\"Pre-tied floating fishing rig ready for use\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =====================================================\n     05 HOOK OPTIONS\n====================================================== --\u003e\n\n\u003csection class=\"fr-section fr-soft fr-center\"\u003e\n\n  \u003cdiv class=\"fr-kicker\"\u003e\n    TWO HOOK OPTIONS\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"fr-h2\"\u003e\n    Choose the Hook That\n    \u003cspan\u003eFits Your Setup.\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp class=\"fr-copy\"\u003e\n    Two barbed hook versions are available.\n    Choose based on your bait, target fish,\n    line and local conditions.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"fr-options\"\u003e\n\n    \u003cdiv class=\"fr-option\"\u003e\n\n      \u003cspan\u003e🟡\u003c\/span\u003e\n\n      \u003cstrong\u003e\n        Golden Hook\n      \u003c\/strong\u003e\n\n      \u003csmall\u003e\n        Supplier reference:\n        approx. 0.9–3.3 lb fish\n        (0.4–1.5 kg)\n      \u003c\/small\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fr-option\"\u003e\n\n      \u003cspan\u003e⚫\u003c\/span\u003e\n\n      \u003cstrong\u003e\n        Black Hook\n      \u003c\/strong\u003e\n\n      \u003csmall\u003e\n        Supplier reference:\n        approx. 3.3–7.7 lb fish\n        (1.5–3.5 kg)\n      \u003c\/small\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"fr-note\"\u003e\n    \u003cstrong\u003eSelection guide only:\u003c\/strong\u003e\n    these ranges are supplier references,\n    not a holding-strength or catch guarantee.\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003cdiv class=\"fr-media\"\u003e\n\n  \u003cimg src=\"https:\/\/www.dailygote.com\/cdn\/shop\/files\/image\/66b914c439b2d19aa97b67aed7e8ed55e261fff1.webp\" alt=\"Golden and black fishing hook options\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =====================================================\n     06 BAIT OPTIONS\n====================================================== --\u003e\n\n\u003csection class=\"fr-section fr-sand fr-center\"\u003e\n\n  \u003cdiv class=\"fr-kicker\"\u003e\n    USE THE BAIT YOU ALREADY TRUST\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"fr-h2\"\u003e\n    Match Your Bait to\n    \u003cspan\u003eYour Target Fish.\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp class=\"fr-copy\"\u003e\n    The rig can be used with\n    several common freshwater bait styles\n    when properly attached.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"fr-uses\"\u003e\n\n    \u003cdiv class=\"fr-use\"\u003e\n      🌽 Corn\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fr-use\"\u003e\n      🪱 Worms\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fr-use\"\u003e\n      🥣 Dough Bait\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fr-use\"\u003e\n      🎣 Other Suitable Baits\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003cdiv class=\"fr-media\"\u003e\n\n  \u003cimg src=\"https:\/\/www.dailygote.com\/cdn\/shop\/files\/image\/30d671393726d45cdf7dc680b1f5e2705883254b.webp\" alt=\"Freshwater bait options for floating fishing rig\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =====================================================\n     07 FRESHWATER USE\n====================================================== --\u003e\n\n\u003csection class=\"fr-section fr-mist fr-center\"\u003e\n\n  \u003cdiv class=\"fr-kicker\"\u003e\n    FRESHWATER VERSATILITY\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"fr-h2\"\u003e\n    Ready for Lakes,\n    \u003cspan\u003eRivers \u0026amp; Ponds.\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp class=\"fr-copy\"\u003e\n    Built around freshwater fishing situations\n    where lifting bait away from the bottom\n    may improve presentation.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"fr-uses\"\u003e\n\n    \u003cdiv class=\"fr-use\"\u003e\n      🏞️ Lakes\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fr-use\"\u003e\n      🌊 Rivers\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fr-use\"\u003e\n      🎣 Ponds\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fr-use\"\u003e\n      🌿 Weedy Margins\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003cdiv class=\"fr-media\"\u003e\n\n  \u003cimg src=\"https:\/\/www.dailygote.com\/cdn\/shop\/files\/image\/5373e59613e7bfae8364980a599f16abaa58073d.webp\" alt=\"Off-bottom fishing rig for freshwater lakes rivers and ponds\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =====================================================\n     08 HOW IT WORKS\n====================================================== --\u003e\n\n\u003csection class=\"fr-section fr-dark\"\u003e\n\n  \u003cdiv class=\"fr-center\"\u003e\n\n    \u003cdiv class=\"fr-kicker\"\u003e\n      FROM TACKLE BOX TO WATER\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"fr-h2\"\u003e\n      Three Simple Steps.\n      \u003cspan\u003eThen Cast.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"fr-steps\"\u003e\n\n    \u003cdiv class=\"fr-step\"\u003e\n\n      \u003cdiv class=\"fr-step-num\"\u003e\n        1\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eConnect the rig.\u003c\/strong\u003e\n        \u003cspan\u003eAttach it securely to a suitable main line or terminal setup.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fr-step\"\u003e\n\n      \u003cdiv class=\"fr-step-num\"\u003e\n        2\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eAdd your bait.\u003c\/strong\u003e\n        \u003cspan\u003eBait the hook and inspect every knot and connection.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fr-step\"\u003e\n\n      \u003cdiv class=\"fr-step-num\"\u003e\n        3\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eCast and adjust.\u003c\/strong\u003e\n        \u003cspan\u003eFish suitable water and adapt your presentation to conditions.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     09 5 PACK IMAGE\n====================================================== --\u003e\n\n\u003cdiv class=\"fr-media\"\u003e\n\n  \u003cimg src=\"https:\/\/www.dailygote.com\/cdn\/shop\/files\/image\/359e01d5bbd95ecea391871cd4808f8024c902c4.png\" alt=\"Five pre-tied off-bottom fishing rigs\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003csection class=\"fr-section fr-cream fr-center\"\u003e\n\n  \u003cdiv class=\"fr-kicker\"\u003e\n    FIVE RIGS IN EVERY PACK\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"fr-h2\"\u003e\n    Keep Spares\n    \u003cspan\u003eReady in Your Tackle Box.\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp class=\"fr-copy\"\u003e\n    Each pack includes five complete pre-tied rigs,\n    giving you convenient replacements\n    when conditions change or tackle is lost.\n  \u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     10 DIMENSIONS\n====================================================== --\u003e\n\n\u003cdiv class=\"fr-media\"\u003e\n\n  \u003cimg src=\"https:\/\/www.dailygote.com\/cdn\/shop\/files\/image\/4b0ac39d2f2dc4aad6180616568f864d2b6a53e0.png\" alt=\"Off-bottom fishing rig dimensions and components\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003csection class=\"fr-section fr-soft\"\u003e\n\n  \u003cdiv class=\"fr-center\"\u003e\n\n    \u003cdiv class=\"fr-kicker\"\u003e\n      PRODUCT DETAILS\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"fr-h2\"\u003e\n      Compact Enough for\n      \u003cspan\u003eAny Tackle Box.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"fr-specs\"\u003e\n\n    \u003cdiv class=\"fr-spec\"\u003e\n\n      \u003cdiv class=\"fr-spec-name\"\u003e\n        Product\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fr-spec-value\"\u003e\n        Pre-Tied Off-Bottom Floating Fishing Rig\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fr-spec\"\u003e\n\n      \u003cdiv class=\"fr-spec-name\"\u003e\n        Quantity\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fr-spec-value\"\u003e\n        5 Complete Rigs per Pack\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fr-spec\"\u003e\n\n      \u003cdiv class=\"fr-spec-name\"\u003e\n        Rig Length\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fr-spec-value\"\u003e\n        Approx. 5.9 in \/ 15 cm Each\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fr-spec\"\u003e\n\n      \u003cdiv class=\"fr-spec-name\"\u003e\n        Hook Options\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fr-spec-value\"\u003e\n        Golden Hook \/ Black Hook\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fr-spec\"\u003e\n\n      \u003cdiv class=\"fr-spec-name\"\u003e\n        Suggested Baits\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fr-spec-value\"\u003e\n        Corn, Worms, Dough Bait \u0026amp; Other Suitable Freshwater Baits\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fr-spec\"\u003e\n\n      \u003cdiv class=\"fr-spec-name\"\u003e\n        Suggested Water\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fr-spec-value\"\u003e\n        Lakes, Rivers \u0026amp; Ponds\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     11 UNDERWATER VISUAL\n====================================================== --\u003e\n\n\u003cdiv class=\"fr-media\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/1861\/9817\/files\/9f96951f9d711942e3a046da5f494b6527f6272e_430x_d52a9022-c0b9-41fe-9294-0e6260d64c20.webp?v=1788772281\" alt=\"Floating fishing rig raised bait presentation underwater\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003csection class=\"fr-section fr-mist fr-center\"\u003e\n\n  \u003cdiv class=\"fr-kicker\"\u003e\n    THE IDEA IS SIMPLE\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"fr-h2\"\u003e\n    Keep the Bait\n    \u003cspan\u003eOff the Bottom.\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp class=\"fr-copy\"\u003e\n    When mud, low weeds or bottom debris\n    make a standard presentation difficult,\n    an elevated rig gives you another option.\n  \u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     12 FAQ\n====================================================== --\u003e\n\n\u003csection class=\"fr-section fr-cream fr-faq\"\u003e\n\n  \u003cdiv class=\"fr-center\"\u003e\n\n    \u003cdiv class=\"fr-kicker\"\u003e\n      BEFORE YOU CAST\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"fr-h2\"\u003e\n      Frequently Asked Questions\n    \u003c\/h2\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdetails\u003e\n\n    \u003csummary\u003e\n      Does this completely prevent snags?\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"fr-answer\"\u003e\n      No. The raised design can help keep bait away from some bottom debris,\n      but weeds, rocks, branches and other obstacles can still cause snags.\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n\n  \u003cdetails\u003e\n\n    \u003csummary\u003e\n      Does the rig arrive pre-tied?\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"fr-answer\"\u003e\n      Yes. Each rig arrives assembled.\n      Inspect the knots, hook and connections before every cast.\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n\n  \u003cdetails\u003e\n\n    \u003csummary\u003e\n      Which hook should I choose?\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"fr-answer\"\u003e\n      Consider your target species, bait,\n      line strength, fishing conditions and local regulations.\n      Supplier weight references should only be used as a starting guide.\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n\n  \u003cdetails\u003e\n\n    \u003csummary\u003e\n      Which bait can I use?\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"fr-answer\"\u003e\n      Corn, worms and dough bait are among the suggested options.\n      Always use bait that is suitable and legal for the water you are fishing.\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n\n  \u003cdetails\u003e\n\n    \u003csummary\u003e\n      Does it guarantee more bites?\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"fr-answer\"\u003e\n      No. Fishing results depend on location,\n      fish activity, bait, weather, technique and water conditions.\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     13 FINAL CTA\n====================================================== --\u003e\n\n\u003csection class=\"fr-final\"\u003e\n\n  \u003cdiv class=\"fr-kicker\"\u003e\n    LESS TIME TYING • MORE TIME FISHING\n  \u003c\/div\u003e\n\n  \u003ch2\u003e\n    Keep Five Pre-Tied Rigs\n    \u003cspan\u003eReady for Your Next Cast.\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    A compact off-bottom setup for freshwater spots\n    where mud, weeds or debris\n    can make bait presentation harder.\n  \u003c\/p\u003e\n\n  \u003ca href=\"#\" class=\"fr-btn\"\u003e\n    🎣 CHOOSE YOUR HOOK OPTION\n  \u003c\/a\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     BOTTOM BENEFITS\n====================================================== --\u003e\n\n\u003cdiv class=\"fr-bottom\"\u003e\n\n  \u003cdiv class=\"fr-bottom-item\"\u003e\n    \u003cspan\u003e🪝\u003c\/span\u003e\n    \u003cstrong\u003ePre-Tied Setup\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fr-bottom-item\"\u003e\n    \u003cspan\u003e📦\u003c\/span\u003e\n    \u003cstrong\u003e5 Rigs per Pack\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fr-bottom-item\"\u003e\n    \u003cspan\u003e🌿\u003c\/span\u003e\n    \u003cstrong\u003eOff-Bottom Presentation\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"tyx286","offers":[{"title":"Style1 - Fishing for Small Fish","offer_id":60526896873553,"sku":"NC01812609093915-【金袖有刺】1包5付-7号","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Style2 - Catch Big Fish","offer_id":60526896906321,"sku":"NC01812609093915-【伊势尼有刺】1包5付-8号","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Style1 + Style2 (10 pcs)","offer_id":60526896939089,"sku":"NC01812609093915-【伊势尼有刺】1包5付-8号+NC01812609093915-【金袖有刺】1包5付-7号","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1056\/2319\/1633\/files\/66b914c439b2d19aa97b67aed7e8ed55e261fff1.webp?v=1789118828","url":"https:\/\/viqzet.com\/products\/pre-tied-off-bottom-fishing-rig-2","provider":"viqzet","version":"1.0","type":"link"}