{"title":"Nets \u0026 Buckets","description":null,"products":[{"product_id":"fishing-gloves-with-magnetic-hooks","title":"Fishing Glove with Magnetic Hook","description":"\u003cstyle\u003e\n  .lh-glove-page {\n    --navy: #082733;\n    --navy-soft: #113d4c;\n    --teal: #087f78;\n    --teal-light: #e8f5f2;\n    --gold: #c79a43;\n    --gold-light: #f6eddb;\n    --sand: #fbf8f1;\n    --white: #ffffff;\n    --text: #1b2730;\n    --muted: #5e6b73;\n    --line: #e7e1d6;\n    width: 100%;\n    max-width: 1080px;\n    margin: 0 auto;\n    padding: 0;\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.6;\n    box-sizing: border-box;\n  }\n\n  .lh-glove-page *,\n  .lh-glove-page *::before,\n  .lh-glove-page *::after {\n    box-sizing: border-box;\n  }\n\n  .lh-glove-page img,\n  .lh-glove-page video {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n    border: 0;\n  }\n\n  .lh-glove-page h2,\n  .lh-glove-page h3,\n  .lh-glove-page p {\n    margin-top: 0;\n  }\n\n  .lh-glove-eyebrow {\n    display: inline-block;\n    margin: 0 0 12px;\n    padding: 5px 13px;\n    color: var(--teal);\n    font-size: 12px;\n    line-height: 1.35;\n    font-weight: 700;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n    background: var(--teal-light);\n    border-radius: 999px;\n  }\n\n  .lh-glove-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    margin-top: 9px;\n    padding: 13px 28px;\n    color: var(--white) !important;\n    font-size: 15px;\n    line-height: 1.2;\n    font-weight: 700;\n    text-decoration: none !important;\n    background: var(--teal);\n    border-radius: 999px;\n    transition: opacity 0.2s ease;\n  }\n\n  .lh-glove-btn:hover {\n    opacity: 0.88;\n  }\n\n  \/* Hero *\/\n  .lh-glove-hero {\n    display: grid;\n    grid-template-columns: 0.92fr 1.08fr;\n    gap: 18px;\n    align-items: stretch;\n    margin: 0 0 18px;\n  }\n\n  .lh-glove-hero-text {\n    position: relative;\n    overflow: hidden;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 38px 32px;\n    color: var(--white);\n    background: linear-gradient(140deg, var(--navy) 0%, var(--navy-soft) 65%, #12615e 100%);\n    border-radius: 18px;\n  }\n\n  .lh-glove-hero-text::after {\n    position: absolute;\n    right: -72px;\n    bottom: -92px;\n    width: 210px;\n    height: 210px;\n    content: \"\";\n    background: rgba(199, 154, 67, 0.11);\n    border-radius: 50%;\n  }\n\n  .lh-glove-hero-text .lh-glove-eyebrow {\n    position: relative;\n    z-index: 1;\n    color: #f4dfad;\n    background: rgba(199, 154, 67, 0.16);\n  }\n\n  .lh-glove-hero-text h2 {\n    position: relative;\n    z-index: 1;\n    margin: 0 0 14px;\n    color: var(--white);\n    font-size: 34px;\n    line-height: 1.18;\n    font-weight: 700;\n    letter-spacing: -0.4px;\n  }\n\n  .lh-glove-hero-text p:not(.lh-glove-eyebrow) {\n    position: relative;\n    z-index: 1;\n    margin: 0 0 12px;\n    color: rgba(255, 255, 255, 0.84);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .lh-glove-hero-text .lh-glove-btn {\n    position: relative;\n    z-index: 1;\n    align-self: flex-start;\n    color: var(--navy) !important;\n    background: #f2d997;\n  }\n\n  .lh-glove-hero-media {\n    overflow: hidden;\n    background: #edf1f1;\n    border-radius: 18px;\n  }\n\n  .lh-glove-hero-media video {\n    width: 100%;\n    height: 100%;\n    min-height: 480px;\n    object-fit: cover;\n    background: #edf1f1;\n  }\n\n  \/* Benefit bar *\/\n  .lh-glove-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin: 0 0 32px;\n  }\n\n  .lh-glove-benefit {\n    padding: 17px 13px 16px;\n    text-align: center;\n    background: var(--sand);\n    border: 1px solid #eee5d5;\n    border-radius: 12px;\n  }\n\n  .lh-glove-benefit-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    margin: 0 auto 10px;\n    color: var(--white);\n    font-size: 17px;\n    font-weight: 700;\n    background: var(--teal);\n    border-radius: 50%;\n  }\n\n  .lh-glove-benefit strong {\n    display: block;\n    margin: 0 0 5px;\n    color: var(--navy);\n    font-size: 14px;\n    line-height: 1.35;\n    font-weight: 700;\n  }\n\n  .lh-glove-benefit span {\n    display: block;\n    color: var(--muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  \/* Intro *\/\n  .lh-glove-intro {\n    max-width: 780px;\n    margin: 0 auto 28px;\n    padding: 15px 18px 10px;\n    text-align: center;\n  }\n\n  .lh-glove-intro h2 {\n    margin: 0 0 12px;\n    color: var(--navy);\n    font-size: 30px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  .lh-glove-intro p:last-child {\n    margin: 0;\n    color: var(--muted);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Images *\/\n  .lh-glove-media-wide {\n    overflow: hidden;\n    margin: 0 0 28px;\n    border-radius: 17px;\n    background: #f6f7f7;\n  }\n\n  .lh-glove-media-medium {\n    overflow: hidden;\n    max-width: 620px;\n    margin: 28px auto;\n    border-radius: 17px;\n    background: #f6f7f7;\n  }\n\n  \/* Features *\/\n  .lh-glove-section-title {\n    margin: 0 0 19px;\n    text-align: center;\n  }\n\n  .lh-glove-section-title h2 {\n    margin: 0 0 8px;\n    color: var(--navy);\n    font-size: 29px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  .lh-glove-section-title p {\n    max-width: 650px;\n    margin: 0 auto;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  .lh-glove-features {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin: 0 0 30px;\n  }\n\n  .lh-glove-feature {\n    padding: 22px 18px 20px;\n    background: var(--white);\n    border: 1px solid var(--line);\n    border-radius: 14px;\n  }\n\n  .lh-glove-feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    margin: 0 0 13px;\n    color: var(--navy);\n    font-size: 13px;\n    font-weight: 700;\n    background: var(--gold-light);\n    border-radius: 50%;\n  }\n\n  .lh-glove-feature h3 {\n    margin: 0 0 8px;\n    color: var(--navy);\n    font-size: 18px;\n    line-height: 1.35;\n    font-weight: 700;\n  }\n\n  .lh-glove-feature p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 13.5px;\n    line-height: 1.65;\n  }\n\n  \/* Usage and care *\/\n  .lh-glove-usage {\n    display: grid;\n    grid-template-columns: 1.08fr 0.92fr;\n    gap: 13px;\n    margin: 30px 0;\n  }\n\n  .lh-glove-usage-card {\n    padding: 24px 21px;\n    border-radius: 15px;\n  }\n\n  .lh-glove-usage-card:first-child {\n    background: var(--navy);\n  }\n\n  .lh-glove-usage-card:last-child {\n    background: var(--teal-light);\n  }\n\n  .lh-glove-usage-card h3 {\n    margin: 0 0 10px;\n    font-size: 20px;\n    line-height: 1.35;\n    font-weight: 700;\n  }\n\n  .lh-glove-usage-card:first-child h3 {\n    color: var(--white);\n  }\n\n  .lh-glove-usage-card:last-child h3 {\n    color: var(--navy);\n  }\n\n  .lh-glove-usage-card p {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .lh-glove-usage-card:first-child p {\n    color: rgba(255, 255, 255, 0.82);\n  }\n\n  .lh-glove-usage-card:last-child p {\n    color: #36545a;\n  }\n\n  \/* CTA *\/\n  .lh-glove-cta {\n    position: relative;\n    overflow: hidden;\n    margin: 32px 0 28px;\n    padding: 38px 25px;\n    text-align: center;\n    color: var(--white);\n    background: linear-gradient(120deg, var(--teal) 0%, var(--navy-soft) 100%);\n    border-radius: 18px;\n  }\n\n  .lh-glove-cta::before {\n    position: absolute;\n    top: -75px;\n    left: -58px;\n    width: 170px;\n    height: 170px;\n    content: \"\";\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: 50%;\n  }\n\n  .lh-glove-cta h2 {\n    position: relative;\n    z-index: 1;\n    margin: 0 0 10px;\n    color: var(--white);\n    font-size: 30px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  .lh-glove-cta p {\n    position: relative;\n    z-index: 1;\n    max-width: 660px;\n    margin: 0 auto 16px;\n    color: rgba(255, 255, 255, 0.84);\n    font-size: 15px;\n  }\n\n  .lh-glove-cta .lh-glove-btn {\n    position: relative;\n    z-index: 1;\n    margin-top: 0;\n    color: var(--navy) !important;\n    background: var(--white);\n  }\n\n  \/* FAQ *\/\n  .lh-glove-faq {\n    margin: 38px 0 12px;\n  }\n\n  .lh-glove-faq h2 {\n    margin: 0 0 18px;\n    color: var(--navy);\n    font-size: 29px;\n    line-height: 1.3;\n    text-align: center;\n    font-weight: 700;\n  }\n\n  .lh-glove-faq details {\n    margin: 0 0 9px;\n    padding: 0 17px;\n    background: var(--sand);\n    border: 1px solid #eee5d5;\n    border-radius: 10px;\n  }\n\n  .lh-glove-faq summary {\n    position: relative;\n    padding: 16px 28px 16px 0;\n    color: var(--navy);\n    font-size: 15px;\n    line-height: 1.45;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .lh-glove-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .lh-glove-faq summary::after {\n    position: absolute;\n    top: 50%;\n    right: 0;\n    content: \"+\";\n    transform: translateY(-50%);\n    color: var(--teal);\n    font-size: 22px;\n    line-height: 1;\n    font-weight: 400;\n  }\n\n  .lh-glove-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .lh-glove-faq details p {\n    margin: 0;\n    padding: 0 0 16px;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .lh-glove-disclaimer {\n    margin: 22px 0 0;\n    padding: 13px 15px;\n    color: #59656b;\n    font-size: 12px;\n    line-height: 1.65;\n    background: #fbf8f1;\n    border-left: 3px solid var(--gold);\n    border-radius: 0 7px 7px 0;\n  }\n\n  @media screen and (max-width: 767px) {\n    .lh-glove-page {\n      width: 100%;\n      padding: 0;\n    }\n\n    .lh-glove-hero {\n      grid-template-columns: 1fr;\n      gap: 11px;\n      margin-bottom: 12px;\n    }\n\n    .lh-glove-hero-text {\n      padding: 27px 17px 25px;\n      border-radius: 12px;\n    }\n\n    .lh-glove-hero-text h2 {\n      margin-bottom: 11px;\n      font-size: 26px;\n      line-height: 1.24;\n    }\n\n    .lh-glove-hero-text p:not(.lh-glove-eyebrow) {\n      font-size: 14px;\n      line-height: 1.62;\n    }\n\n    .lh-glove-eyebrow {\n      margin-bottom: 10px;\n      padding: 4px 11px;\n      font-size: 11px;\n    }\n\n    .lh-glove-hero-media {\n      border-radius: 12px;\n    }\n\n    .lh-glove-hero-media video {\n      min-height: 0;\n      height: auto;\n      object-fit: initial;\n    }\n\n    .lh-glove-btn {\n      width: 100%;\n      margin-top: 8px;\n    }\n\n    .lh-glove-benefits {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 8px;\n      margin-bottom: 23px;\n    }\n\n    .lh-glove-benefit {\n      padding: 13px 7px 12px;\n      border-radius: 9px;\n    }\n\n    .lh-glove-benefit-icon {\n      width: 30px;\n      height: 30px;\n      margin-bottom: 8px;\n      font-size: 15px;\n    }\n\n    .lh-glove-benefit strong {\n      font-size: 13px;\n    }\n\n    .lh-glove-benefit span {\n      font-size: 11px;\n    }\n\n    .lh-glove-intro {\n      margin-bottom: 22px;\n      padding: 10px 10px 6px;\n    }\n\n    .lh-glove-intro h2,\n    .lh-glove-section-title h2,\n    .lh-glove-faq h2 {\n      font-size: 22px;\n    }\n\n    .lh-glove-intro p:last-child {\n      font-size: 14px;\n      line-height: 1.62;\n    }\n\n    .lh-glove-media-wide {\n      margin-bottom: 22px;\n      border-radius: 10px;\n    }\n\n    .lh-glove-media-medium {\n      margin: 21px auto;\n      border-radius: 10px;\n    }\n\n    .lh-glove-section-title {\n      margin-bottom: 14px;\n    }\n\n    .lh-glove-features {\n      grid-template-columns: 1fr;\n      gap: 8px;\n      margin-bottom: 22px;\n    }\n\n    .lh-glove-feature {\n      padding: 15px 13px;\n      border-radius: 10px;\n    }\n\n    .lh-glove-feature-number {\n      width: 27px;\n      height: 27px;\n      margin-bottom: 10px;\n      font-size: 12px;\n    }\n\n    .lh-glove-feature h3 {\n      font-size: 16px;\n      margin-bottom: 5px;\n    }\n\n    .lh-glove-feature p {\n      font-size: 13px;\n    }\n\n    .lh-glove-usage {\n      grid-template-columns: 1fr;\n      gap: 8px;\n      margin: 22px 0;\n    }\n\n    .lh-glove-usage-card {\n      padding: 18px 14px;\n      border-radius: 10px;\n    }\n\n    .lh-glove-usage-card h3 {\n      font-size: 17px;\n    }\n\n    .lh-glove-usage-card p {\n      font-size: 13px;\n    }\n\n    .lh-glove-cta {\n      margin: 24px 0 22px;\n      padding: 27px 15px;\n      border-radius: 12px;\n    }\n\n    .lh-glove-cta h2 {\n      font-size: 23px;\n    }\n\n    .lh-glove-cta p {\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    .lh-glove-faq {\n      margin-top: 28px;\n    }\n\n    .lh-glove-faq details {\n      padding: 0 13px;\n      border-radius: 8px;\n    }\n\n    .lh-glove-faq summary {\n      padding: 14px 26px 14px 0;\n      font-size: 14px;\n    }\n\n    .lh-glove-faq details p {\n      padding-bottom: 14px;\n      font-size: 13px;\n    }\n\n    .lh-glove-disclaimer {\n      margin-top: 17px;\n      padding: 11px 12px;\n      font-size: 11px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lh-glove-page\"\u003e\n\n  \u003csection class=\"lh-glove-hero\"\u003e\n    \u003cdiv class=\"lh-glove-hero-text\"\u003e\n      \u003cp class=\"lh-glove-eyebrow\"\u003eFishing Handling Glove\u003c\/p\u003e\n      \u003ch2\u003eMagnetic Fishing Glove with Better Grip\u003c\/h2\u003e\n      \u003cp\u003e\n        Designed for handling slippery catches, removing hooks and keeping your\n        glove close at hand. The magnetic carry hook makes it easy to attach to\n        your belt, bag or fishing setup.\n      \u003c\/p\u003e\n      \u003ca href=\"#shopify-section-pr_summary\" class=\"lh-glove-btn\"\u003eChoose Your Option\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lh-glove-hero-media\"\u003e\n      \u003cvideo controls playsinline muted preload=\"metadata\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/4603\/1896\/products\/6_a7a7deb7-158f-4fa8-956b-f962f2d8e56e.jpg?v=1680869338\"\u003e\n        \u003csource src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/4603\/1896\/t\/4\/assets\/videoplayback.mp4?v=1673513795\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"lh-glove-benefits\"\u003e\n    \u003cdiv class=\"lh-glove-benefit\"\u003e\n      \u003cdiv class=\"lh-glove-benefit-icon\"\u003e◎\u003c\/div\u003e\n      \u003cstrong\u003eMagnetic Hook\u003c\/strong\u003e\n      \u003cspan\u003eEasy to attach and access.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lh-glove-benefit\"\u003e\n      \u003cdiv class=\"lh-glove-benefit-icon\"\u003e✓\u003c\/div\u003e\n      \u003cstrong\u003eBetter Grip\u003c\/strong\u003e\n      \u003cspan\u003eHelps control wet fish.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lh-glove-benefit\"\u003e\n      \u003cdiv class=\"lh-glove-benefit-icon\"\u003e✦\u003c\/div\u003e\n      \u003cstrong\u003eReinforced Design\u003c\/strong\u003e\n      \u003cspan\u003eAdded coverage for handling.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lh-glove-benefit\"\u003e\n      \u003cdiv class=\"lh-glove-benefit-icon\"\u003e≈\u003c\/div\u003e\n      \u003cstrong\u003eEasy to Rinse\u003c\/strong\u003e\n      \u003cspan\u003eSimple post-trip cleaning.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"lh-glove-intro\"\u003e\n    \u003cp class=\"lh-glove-eyebrow\"\u003eMade For Anglers\u003c\/p\u003e\n    \u003ch2\u003eA Practical Glove for Everyday Fish Handling\u003c\/h2\u003e\n    \u003cp\u003e\n      Whether you are landing a catch, removing a hook or handling slippery fish,\n      this glove provides added hand coverage and a more secure grip while keeping\n      your fishing routine simple.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"lh-glove-media-wide\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/4603\/1896\/t\/7\/assets\/71cdvrryarl_ojsv-1673508746634.jpg?v=1673508747\" alt=\"Magnetic fishing glove for handling fish\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"lh-glove-section-title\"\u003e\n      \u003ch2\u003eDesigned for Control and Convenience\u003c\/h2\u003e\n      \u003cp\u003eSimple features that help make fish handling easier during your trip.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lh-glove-features\"\u003e\n      \u003cdiv class=\"lh-glove-feature\"\u003e\n        \u003cdiv class=\"lh-glove-feature-number\"\u003e01\u003c\/div\u003e\n        \u003ch3\u003eEasy One-Hand Entry\u003c\/h3\u003e\n        \u003cp\u003e\n          The open-entry design makes it easier to put the glove on or take it off\n          while your other hand is busy with a rod, line or catch.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lh-glove-feature\"\u003e\n        \u003cdiv class=\"lh-glove-feature-number\"\u003e02\u003c\/div\u003e\n        \u003ch3\u003eMagnetic Carry Hook\u003c\/h3\u003e\n        \u003cp\u003e\n          Clip it to your belt, fishing bag or tackle setup so the glove stays\n          close and ready when needed.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lh-glove-feature\"\u003e\n        \u003cdiv class=\"lh-glove-feature-number\"\u003e03\u003c\/div\u003e\n        \u003ch3\u003eReinforced Handling Design\u003c\/h3\u003e\n        \u003cp\u003e\n          Designed to provide added coverage when handling fish, rough fins and\n          hooks during routine fishing tasks.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lh-glove-feature\"\u003e\n        \u003cdiv class=\"lh-glove-feature-number\"\u003e04\u003c\/div\u003e\n        \u003ch3\u003eAnti-Skid Grip Surface\u003c\/h3\u003e\n        \u003cp\u003e\n          The textured surface helps improve your hold on wet and slippery fish\n          when landing or releasing your catch.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lh-glove-feature\"\u003e\n        \u003cdiv class=\"lh-glove-feature-number\"\u003e05\u003c\/div\u003e\n        \u003ch3\u003eFlexible Finger Movement\u003c\/h3\u003e\n        \u003cp\u003e\n          Maintains practical finger control for common handling tasks, including\n          holding fish and assisting with hook removal.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lh-glove-feature\"\u003e\n        \u003cdiv class=\"lh-glove-feature-number\"\u003e06\u003c\/div\u003e\n        \u003ch3\u003eSimple to Clean\u003c\/h3\u003e\n        \u003cp\u003e\n          Helps limit direct contact with slime and debris. Rinse after fishing\n          and allow the glove to air dry naturally.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"lh-glove-media-medium\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/4603\/1896\/t\/7\/assets\/4a_faix-1673508239559.webp?v=1673508243\" alt=\"Magnetic fishing glove product details\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"lh-glove-media-wide\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/4603\/1896\/t\/7\/assets\/b7cac0ff-a643-4712-aea4-5b0c2dd4946c_ue2n-1673509431842.jpg?v=1673509432\" alt=\"Fishing glove feature details\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"lh-glove-usage\"\u003e\n    \u003cdiv class=\"lh-glove-usage-card\"\u003e\n      \u003ch3\u003eUseful During Routine Fish Handling\u003c\/h3\u003e\n      \u003cp\u003e\n        Use the glove when landing fish, holding slippery catches or assisting\n        with hook removal. Always handle hooks, teeth, fins and sharp tools carefully.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lh-glove-usage-card\"\u003e\n      \u003ch3\u003eCare Instructions\u003c\/h3\u003e\n      \u003cp\u003e\n        Rinse with fresh water after each fishing trip. Hand wash only and leave\n        to air dry naturally before storing.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"lh-glove-media-wide\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/4603\/1896\/t\/7\/assets\/81k3ln1kqcl_zmmc-1673509637953.jpg?v=1673509638\" alt=\"Fishing glove in use during fish handling\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"lh-glove-cta\"\u003e\n    \u003ch2\u003eKeep It Close on Every Fishing Trip\u003c\/h2\u003e\n    \u003cp\u003e\n      Add convenient grip and hand coverage to your fishing setup with the\n      magnetic carry design.\n    \u003c\/p\u003e\n    \u003ca href=\"#shopify-section-pr_summary\" class=\"lh-glove-btn\"\u003eChoose Your Option\u003c\/a\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"lh-glove-media-wide\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/4603\/1896\/t\/7\/assets\/033c0bbbea0971a229432fc1571a72c9_su7q-1673510523820.jpg?v=1673510524\" alt=\"Magnetic fishing glove usage details\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"lh-glove-media-medium\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/4603\/1896\/products\/6_a7a7deb7-158f-4fa8-956b-f962f2d8e56e.jpg?v=1680869338\" alt=\"Magnetic fishing glove product image\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"lh-glove-faq\"\u003e\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is this glove designed for?\u003c\/summary\u003e\n      \u003cp\u003e\n        It is designed for routine fishing tasks such as holding slippery fish,\n        landing catches and assisting with hook removal.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes the glove include the magnetic hook?\u003c\/summary\u003e\n      \u003cp\u003e\n        Yes. The magnetic carry hook is included and helps keep the glove attached\n        to your fishing bag, belt or gear setup when not in use.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan it prevent all punctures or injuries?\u003c\/summary\u003e\n      \u003cp\u003e\n        No fishing glove can guarantee complete protection from hooks, teeth,\n        sharp fins or other hazards. Always handle fish and fishing tools carefully.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow should I clean the glove?\u003c\/summary\u003e\n      \u003cp\u003e\n        Rinse it with fresh water after use. Hand wash with cool or room-temperature\n        water when needed, then allow it to air dry naturally.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat materials is it made from?\u003c\/summary\u003e\n      \u003cp\u003e\n        The product information lists PE wire and latex as the primary materials.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow do I choose an option?\u003c\/summary\u003e\n      \u003cp\u003e\n        Review the available options shown near the Add to Cart area before ordering.\n        Select the option that best matches your intended use.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cp class=\"lh-glove-disclaimer\"\u003e\n      Important: This glove is intended to provide added hand coverage and grip during\n      fishing activities. It does not eliminate the risk of punctures, cuts or injury.\n      Use caution around hooks, teeth, fins and sharp tools.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"LURE HUB","offers":[{"title":"1 Pair \/ M \/ Gray","offer_id":44365761544472,"sku":"1pair-WZ2201416-gloves-medium-gray","price":35.96,"currency_code":"USD","in_stock":true},{"title":"1 Pair \/ M \/ Black","offer_id":44365761577240,"sku":"1pair-WZ2201416-gloves-medium-black","price":35.96,"currency_code":"USD","in_stock":true},{"title":"1 Pair \/ L \/ Gray","offer_id":44365761610008,"sku":"1pair-WZ2201416-gloves-large-gray","price":37.98,"currency_code":"USD","in_stock":true},{"title":"1 Pair \/ L \/ Black","offer_id":44365761642776,"sku":"1pair-WZ2201416-gloves-large-black","price":37.98,"currency_code":"USD","in_stock":true},{"title":"1 Pair \/ XL \/ Gray","offer_id":51507640762648,"sku":null,"price":38.96,"currency_code":"USD","in_stock":true},{"title":"1 Pair \/ XL \/ Black","offer_id":51507640795416,"sku":null,"price":38.96,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/4603\/1896\/products\/pair_277cfe49-df10-4971-8cb7-7f8a2652f11b.jpg?v=1680869338"},{"product_id":"square-floating-fish-landing-net","title":"Square Floating Fish Landing Net","description":"\u003cstyle\u003e\n  .sp-net-desc,\n  .sp-net-desc * {\n    box-sizing: border-box;\n  }\n\n  .sp-net-desc {\n    width: 100%;\n    max-width: 920px;\n    margin: 0 auto;\n    padding: 0 0 18px;\n    color: #24333b;\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n    background: #ffffff;\n    overflow: hidden;\n  }\n\n  .sp-net-desc img,\n  .sp-net-desc video,\n  .sp-net-desc iframe {\n    display: block;\n    width: 100%;\n    max-width: 100% !important;\n    height: auto !important;\n    border: 0;\n  }\n\n  .sp-net-desc h2,\n  .sp-net-desc h3,\n  .sp-net-desc p {\n    margin: 0;\n  }\n\n  .sp-net-desc .sp-intro {\n    padding: 32px 26px 24px;\n    text-align: center;\n  }\n\n  .sp-net-desc .sp-eyebrow {\n    display: inline-block;\n    margin-bottom: 10px;\n    padding: 5px 14px;\n    border-radius: 30px;\n    background: #eef7f8;\n    color: #087b87;\n    font-size: 13px;\n    line-height: 1.3;\n    font-weight: 700;\n    letter-spacing: 0.7px;\n    text-transform: uppercase;\n  }\n\n  .sp-net-desc .sp-intro h2 {\n    color: #15262d;\n    font-size: 32px;\n    line-height: 1.2;\n    font-weight: 700;\n  }\n\n  .sp-net-desc .sp-accent {\n    width: 46px;\n    height: 3px;\n    margin: 16px auto;\n    border-radius: 8px;\n    background: #ed6518;\n  }\n\n  .sp-net-desc .sp-intro p {\n    max-width: 670px;\n    margin: 0 auto;\n    color: #53646c;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .sp-net-desc .sp-gallery {\n    padding: 0 16px;\n  }\n\n  .sp-net-desc .sp-gallery-item {\n    margin-bottom: 14px;\n    overflow: hidden;\n    border-radius: 12px;\n    background: #f6f7f7;\n  }\n\n  .sp-net-desc .sp-section {\n    margin: 14px 16px 0;\n    padding: 28px 22px 22px;\n    border-radius: 14px;\n    background: #f5f8f8;\n  }\n\n  .sp-net-desc .sp-section.sp-white {\n    background: #ffffff;\n    border: 1px solid #e8eeee;\n  }\n\n  .sp-net-desc .sp-section-head {\n    margin-bottom: 15px;\n    text-align: center;\n  }\n\n  .sp-net-desc .sp-section-head span {\n    display: block;\n    width: 38px;\n    height: 3px;\n    margin: 0 auto 12px;\n    border-radius: 6px;\n    background: #ed6518;\n  }\n\n  .sp-net-desc .sp-section h3 {\n    color: #15262d;\n    font-size: 25px;\n    line-height: 1.25;\n    font-weight: 700;\n  }\n\n  .sp-net-desc .sp-section p {\n    color: #53646c;\n    font-size: 16px;\n    line-height: 1.7;\n    text-align: left;\n  }\n\n  .sp-net-desc .sp-media {\n    margin-top: 20px;\n    overflow: hidden;\n    border-radius: 10px;\n    background: #ffffff;\n  }\n\n  .sp-net-desc .sp-media + .sp-media {\n    margin-top: 12px;\n  }\n\n  .sp-net-desc .sp-use-list {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin-top: 17px;\n  }\n\n  .sp-net-desc .sp-use-list span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 34px;\n    padding: 7px 13px;\n    border: 1px solid #d7e8e8;\n    border-radius: 30px;\n    background: #ffffff;\n    color: #087b87;\n    font-size: 13px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  @media screen and (max-width: 749px) {\n    .sp-net-desc {\n      max-width: 100%;\n      padding-bottom: 8px;\n    }\n\n    .sp-net-desc .sp-intro {\n      padding: 23px 15px 18px;\n    }\n\n    .sp-net-desc .sp-eyebrow {\n      margin-bottom: 8px;\n      padding: 4px 11px;\n      font-size: 11px;\n    }\n\n    .sp-net-desc .sp-intro h2 {\n      font-size: 25px;\n      line-height: 1.24;\n    }\n\n    .sp-net-desc .sp-accent {\n      width: 39px;\n      margin: 13px auto;\n    }\n\n    .sp-net-desc .sp-intro p {\n      font-size: 14px;\n      line-height: 1.65;\n      text-align: left;\n    }\n\n    .sp-net-desc .sp-gallery {\n      padding: 0 7px;\n    }\n\n    .sp-net-desc .sp-gallery-item {\n      margin-bottom: 8px;\n      border-radius: 7px;\n    }\n\n    .sp-net-desc .sp-section {\n      margin: 9px 7px 0;\n      padding: 20px 13px 14px;\n      border-radius: 10px;\n    }\n\n    .sp-net-desc .sp-section-head {\n      margin-bottom: 11px;\n    }\n\n    .sp-net-desc .sp-section-head span {\n      width: 33px;\n      margin-bottom: 9px;\n    }\n\n    .sp-net-desc .sp-section h3 {\n      font-size: 20px;\n      line-height: 1.3;\n    }\n\n    .sp-net-desc .sp-section p {\n      font-size: 14px;\n      line-height: 1.62;\n    }\n\n    .sp-net-desc .sp-media {\n      margin-top: 14px;\n      border-radius: 7px;\n    }\n\n    .sp-net-desc .sp-media + .sp-media {\n      margin-top: 8px;\n    }\n\n    .sp-net-desc .sp-use-list {\n      gap: 6px;\n      margin-top: 13px;\n    }\n\n    .sp-net-desc .sp-use-list span {\n      min-height: 30px;\n      padding: 6px 11px;\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"sp-net-desc\"\u003e\n\u003c!-- Intro --\u003e\n\u003csection class=\"sp-intro\"\u003e\u003cspan class=\"sp-eyebrow\"\u003eSEA PRO Landing Net\u003c\/span\u003e\n\u003ch2\u003eFloating Fishing Net for Easy, Fish-Friendly Landing\u003c\/h2\u003e\n\u003cdiv class=\"sp-accent\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eBuilt for anglers who value convenience and fish protection, this landing net combines a buoyant floating hoop, rubber-coated mesh and a compact folding design for reliable use on kayaks, riverbanks and shorelines.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- Product Dimension \u0026 Feature Images --\u003e\n\u003cdiv class=\"sp-gallery\"\u003e\n\u003c!-- Replace this temporary ChatGPT URL with your Shopify Files URL before publishing --\u003e\n\u003cdiv class=\"sp-gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/4603\/1896\/files\/f889cdcd-1f63-4fd2-91a8-b61ea54f79d7.png?v=1779809403\" alt=\"SEA PRO 100 cm floating fishing landing net dimensions\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sp-gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/4603\/1896\/files\/8bd001dd-3618-4d61-9679-d3916e35ce16.png?v=1779809392\" alt=\"SEA PRO floating fishing landing net product overview\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Floating Design --\u003e\n\u003csection class=\"sp-section sp-white\"\u003e\n\u003cdiv class=\"sp-section-head\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003ch3\u003eFloating Hoop Design\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe foam-padded hoop provides buoyancy, helping the net stay on the surface if it is accidentally dropped or blown overboard. It is easier to spot, easier to retrieve and more dependable around the water.\u003c\/p\u003e\n\u003c!-- Upload your newly generated floating-comparison image to Shopify and replace this image when ready --\u003e\u003c\/section\u003e\n\u003c!-- Rubber Coated Mesh --\u003e\n\u003csection class=\"sp-section\"\u003e\n\u003cdiv class=\"sp-section-head\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003ch3\u003eRubber-Coated, Non-Snag Mesh\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe rubber-coated nylon mesh is gentle on the fish's protective slime layer, making it suitable for catch and release. Its non-absorbent surface also helps reduce waterlogging, unpleasant odors and tangles.\u003c\/p\u003e\n\u003cdiv class=\"sp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/4603\/1896\/files\/a2a7e347-67c0-432b-8bd5-6e2b24267134_34f8f441-d79a-4dcb-bea7-28184f64c196.png?v=1779812281\" alt=\"SEA PRO rubber coated nylon mesh feature details\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5108\/5795\/files\/7_1_480x480.gif?v=1644831307\" alt=\"Rubber coated fishing net mesh demonstration\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Foldable Design --\u003e\n\u003csection class=\"sp-section sp-white\"\u003e\n\u003cdiv class=\"sp-section-head\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003ch3\u003eLightweight \u0026amp; Foldable\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe durable lightweight handle offers comfortable control while landing fish. The folding hoop and compact structure help save storage space, making the net convenient to carry in a kayak, fishing bag or gear box.\u003c\/p\u003e\n\u003cdiv class=\"sp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5108\/5795\/files\/9_480x480.gif?v=1644831904\" alt=\"Fishing landing net folding mechanism demonstration\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5108\/5795\/files\/202202101654_3_480x480.gif?v=1644832290\" alt=\"Compact folding fishing net storage demonstration\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5108\/5795\/files\/7_bcfee675-d683-4735-a8d1-142161b4ff27_480x480.jpg?v=1648278390\" alt=\"Folded fishing landing net compact design\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Fishing Applications --\u003e\n\u003csection class=\"sp-section\"\u003e\n\u003cdiv class=\"sp-section-head\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003ch3\u003eMade for Kayak \u0026amp; Shore Fishing\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eA practical landing net for trout fishing, wading, kayak fishing and shore fishing. Its fish-friendly mesh makes it an excellent choice for anglers who practice careful catch and release.\u003c\/p\u003e\n\u003cdiv class=\"sp-use-list\"\u003e\n\u003cspan\u003eKayak Fishing\u003c\/span\u003e \u003cspan\u003eWading Fishing\u003c\/span\u003e \u003cspan\u003eTrout Fishing\u003c\/span\u003e \u003cspan\u003eCatch \u0026amp; Release\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5108\/5795\/files\/10_480x480.gif?v=1644832083\" alt=\"Fishing landing net suitable for kayak and shore fishing\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"LURE HUB","offers":[{"title":"1.0M\/Telescopic Pole","offer_id":44871749927192,"sku":"RT-LJFSNET01","price":28.99,"currency_code":"USD","in_stock":true},{"title":"0.8M\/Fixed Pole","offer_id":44871749959960,"sku":"RT-NET01","price":25.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/4603\/1896\/files\/a3585cc4-90e4-40fc-9700-c432898f6787_5b924196-0429-4a08-a798-7c39cc187161.png?v=1779813271"},{"product_id":"foldable-waterproof-fishing-bucket-live-fish-container","title":"Foldable Waterproof Fishing Bucket \/ Live Fish Container","description":"\u003cstyle\u003e\n  .lh-desc{\n    width:100%;\n    max-width:100%;\n    margin:0 auto;\n    font-family:Arial,Helvetica,sans-serif;\n    color:#18242c;\n    line-height:1.55;\n    box-sizing:border-box;\n    overflow:hidden;\n  }\n\n  .lh-desc *{\n    box-sizing:border-box;\n  }\n\n  .lh-desc img{\n    display:block;\n    width:100%;\n    max-width:100%!important;\n    height:auto!important;\n    margin:0 auto 12px auto;\n    border:0;\n    border-radius:14px;\n  }\n\n  .lh-hero{\n    background:linear-gradient(135deg,#071923,#123f4a 55%,#187c8c);\n    color:#fff;\n    border-radius:18px;\n    padding:20px;\n    margin-bottom:14px;\n    box-shadow:0 10px 26px rgba(7,25,35,.22);\n  }\n\n  .lh-hero h2{\n    margin:0 0 8px 0;\n    font-size:23px;\n    line-height:1.25;\n    color:#fff;\n    letter-spacing:.2px;\n  }\n\n  .lh-hero p{\n    margin:0;\n    font-size:14px;\n    line-height:1.55;\n    color:#e8fbff;\n  }\n\n  .lh-badges{\n    display:flex;\n    flex-wrap:wrap;\n    gap:7px;\n    margin-top:14px;\n  }\n\n  .lh-badge{\n    display:inline-block;\n    padding:6px 10px;\n    border-radius:999px;\n    background:rgba(255,210,112,.14);\n    border:1px solid rgba(255,210,112,.42);\n    color:#ffd982;\n    font-size:12px;\n    font-weight:700;\n    line-height:1.2;\n  }\n\n  .lh-grid{\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:10px;\n    margin:12px 0 16px 0;\n  }\n\n  .lh-card{\n    background:linear-gradient(180deg,#fffdf7,#f7f0e4);\n    border:1px solid #eadfc9;\n    border-radius:16px;\n    padding:14px;\n    box-shadow:0 5px 16px rgba(7,25,35,.06);\n  }\n\n  .lh-card h3{\n    margin:0 0 5px 0;\n    font-size:15px;\n    line-height:1.3;\n    color:#102f36;\n  }\n\n  .lh-card p{\n    margin:0;\n    font-size:13px;\n    line-height:1.5;\n    color:#3a474d;\n  }\n\n  .lh-spec{\n    background:#101d24;\n    color:#fff;\n    border-radius:16px;\n    padding:15px;\n    margin:12px 0 16px 0;\n    border:1px solid rgba(255,210,112,.28);\n  }\n\n  .lh-spec h3{\n    margin:0 0 10px 0;\n    font-size:16px;\n    color:#ffd982;\n  }\n\n  .lh-spec-row{\n    display:flex;\n    justify-content:space-between;\n    gap:12px;\n    padding:8px 0;\n    border-top:1px solid rgba(255,255,255,.12);\n    font-size:14px;\n  }\n\n  .lh-spec-row:first-of-type{\n    border-top:0;\n  }\n\n  .lh-spec-row strong{\n    color:#eef7fb;\n  }\n\n  .lh-spec-row span{\n    color:#d4e3e8;\n    text-align:right;\n  }\n\n  .lh-image-wrap{\n    margin-top:14px;\n  }\n\n  @media screen and (max-width:749px){\n    .lh-desc{\n      line-height:1.5;\n    }\n\n    .lh-hero{\n      padding:17px;\n      border-radius:16px;\n    }\n\n    .lh-hero h2{\n      font-size:20px!important;\n    }\n\n    .lh-hero p{\n      font-size:14px!important;\n      line-height:1.5!important;\n    }\n\n    .lh-grid{\n      grid-template-columns:1fr;\n      gap:9px;\n    }\n\n    .lh-card{\n      padding:13px;\n      border-radius:14px;\n    }\n\n    .lh-card h3{\n      font-size:15px!important;\n    }\n\n    .lh-card p{\n      font-size:13px!important;\n      line-height:1.5!important;\n    }\n\n    .lh-badge{\n      font-size:12px;\n      padding:5px 9px;\n    }\n\n    .lh-spec{\n      padding:14px;\n      border-radius:14px;\n    }\n\n    .lh-spec-row{\n      font-size:13px;\n      line-height:1.45;\n    }\n\n    .lh-desc img{\n      border-radius:12px;\n      margin-bottom:10px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lh-desc\"\u003e\n\u003csection class=\"lh-hero\"\u003e\n\u003ch2\u003eFoldable EVA Fishing Bucket\u003c\/h2\u003e\n\u003cp\u003eKeep fish, shrimp, and live bait fresh during fishing trips, camping, boating, and other outdoor activities.\u003c\/p\u003e\n\u003cdiv class=\"lh-badges\"\u003e\n\u003cspan class=\"lh-badge\"\u003eFoldable Design\u003c\/span\u003e \u003cspan class=\"lh-badge\"\u003eWaterproof EVA\u003c\/span\u003e \u003cspan class=\"lh-badge\"\u003eLive Bait Storage\u003c\/span\u003e \u003cspan class=\"lh-badge\"\u003eOutdoor Ready\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"lh-grid\"\u003e\n\u003csection class=\"lh-card\"\u003e\n\u003ch3\u003eKeep Bait Alive\u003c\/h3\u003e\n\u003cp\u003eFill with water and use it for fish, shrimp, live bait, or outdoor water storage.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"lh-card\"\u003e\n\u003ch3\u003eSpace-Saving Fold\u003c\/h3\u003e\n\u003cp\u003eFoldable bucket design makes storage and transportation easier.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"lh-card\"\u003e\n\u003ch3\u003eDurable EVA Material\u003c\/h3\u003e\n\u003cp\u003eWaterproof, lightweight, and built for fishing, camping, boating, and gardening.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"lh-card\"\u003e\n\u003ch3\u003eBreathable Top Cover\u003c\/h3\u003e\n\u003cp\u003eMesh cover helps air circulate, making it practical for live bait and fish holding.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003csection class=\"lh-spec\"\u003e\n\u003ch3\u003eOptions\u003c\/h3\u003e\n\u003cdiv class=\"lh-spec-row\"\u003e\n\u003cstrong\u003eSize\u003c\/strong\u003e \u003cspan\u003e16 × 9.5 × 9.5 in \/ 19 × 10 × 10 in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lh-spec-row\"\u003e\n\u003cstrong\u003eSet Options\u003c\/strong\u003e \u003cspan\u003eAvailable in 2 sets\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lh-spec-row\"\u003e\n\u003cstrong\u003ePump Option\u003c\/strong\u003e \u003cspan\u003eWith or without oxygen pump\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"lh-image-wrap\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"foldable EVA fishing bucket for live bait and fish storage\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0049\/0723\/7465\/files\/32a37e11b4340acdf6c5391b645f3201_large.gif?v=1564630847\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" alt=\"portable fishing bucket with water for outdoor use\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0417\/3194\/8701\/files\/Fishing_Bucket_0909-1_480x480.gif?v=1631155861\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" alt=\"folding waterproof fishing bucket demonstration\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0049\/0723\/7465\/files\/2_large.gif?v=1564631132\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" alt=\"foldable fishing bucket size and option details\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0417\/3194\/8701\/files\/ss_480x480.jpg?v=1631156062\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"LURE HUB","offers":[{"title":"M Size Black Fishing Bucket With Pump(16*9.5*9.5 inch)","offer_id":44871751074072,"sku":"Bag-M+Pump","price":36.98,"currency_code":"USD","in_stock":true},{"title":"L Size Black Fishing Bucket With Pump(19*11*10 inch)","offer_id":44871751106840,"sku":"Bag-L+Pump","price":39.98,"currency_code":"USD","in_stock":true},{"title":"Single Pump","offer_id":44871751139608,"sku":"Pump","price":19.98,"currency_code":"USD","in_stock":true},{"title":"M Size Black Fishing Bucket Without Pump(16*9.5*9.5 inch)","offer_id":44871751172376,"sku":"Bag-M","price":32.98,"currency_code":"USD","in_stock":true},{"title":"L Size Black Fishing Bucket Without Pump(19*11*10 inch)","offer_id":44871751205144,"sku":"Bag-L","price":35.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/4603\/1896\/products\/HTB1Hsglbbr1gK0jSZFDq6z9yVXat_4d6979fb-0a9d-4812-ad29-17e6d6205f20.jpg?v=1679690611"}],"url":"https:\/\/lurehub.store\/it-au\/collections\/nets-buckets.oembed","provider":"LURE HUB","version":"1.0","type":"link"}