Youth-HS-College-Bass

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Montserrat:wght@400;500;600;700;800&display=swap" rel="stylesheet">

<style>
.bt-wrap *{box-sizing:border-box;}
.bt-wrap{font-family:'Montserrat',-apple-system,BlinkMacSystemFont,sans-serif;color:#1a1a1a;background:#fff;}
.bt-wrap h1,.bt-wrap h2,.bt-wrap h3{font-family:'Anton','Bebas Neue',Impact,sans-serif;letter-spacing:.5px;margin:0;text-transform:uppercase;}
.bt-wrap p{margin:0;}
.bt-wrap a{text-decoration:none;}
.bt-section{padding:64px 20px;}
.bt-inner{max-width:1100px;margin:0 auto;}

/* TOP BAR */
.bt-topbar{background:#0d0d0d;padding:14px 20px;}
.bt-topbar-in{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.bt-topbar-logo{display:flex;align-items:center;gap:10px;}
.bt-topbar-logo-plate{background:#fff;border-radius:6px;padding:5px 10px;display:flex;align-items:center;}
.bt-topbar-logo img{height:26px;width:auto;display:block;}
.bt-topbar-tag{color:#c9c9c9;font-size:11.5px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;display:none;}
.bt-topbar-cta,.bt-topbar-cta:visited,.bt-topbar-cta:link{background:#e8610f;border:1px solid #e8610f;color:#fff !important;font-size:12px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;padding:9px 18px;border-radius:6px;transition:background .15s ease,border-color .15s ease;white-space:nowrap;}
.bt-topbar-cta:hover,.bt-topbar-cta:active{background:#ff6d1a;border-color:#ff6d1a;color:#fff !important;}
@media (min-width:640px){.bt-topbar-tag{display:inline;}}

/* HERO */
.bt-hero{position:relative;background:linear-gradient(160deg,#0d2818 0%,#123a20 45%,#1a4d2b 100%);padding:80px 20px 72px;overflow:hidden;}
.bt-hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 15%,rgba(168,224,95,.10),transparent 55%);pointer-events:none;}
.bt-hero-grid{position:relative;max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:44px;align-items:center;}
.bt-hero-in{text-align:left;}
.bt-badge-row{display:flex;justify-content:flex-start;gap:10px;flex-wrap:wrap;margin-bottom:22px;}
.bt-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);color:#fff;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:7px 14px;border-radius:999px;}
.bt-hero h1{color:#fff;font-size:clamp(32px,4.8vw,54px);line-height:1.06;margin-bottom:18px;text-shadow:0 4px 18px rgba(0,0,0,.35);}
.bt-hero h1 span{color:#a8e05f;}
.bt-hero p.sub{color:#e3ecdf;font-size:16.5px;line-height:1.6;max-width:560px;margin:0 0 28px;font-weight:500;}
.bt-cta,.bt-cta:visited,.bt-cta:link{display:inline-block;background:#e8610f;color:#fff !important;font-weight:800;font-size:16px;letter-spacing:.5px;text-transform:uppercase;padding:18px 40px;border-radius:8px;box-shadow:0 14px 30px rgba(232,97,15,.4);transition:transform .15s ease,background .15s ease;border:none;cursor:pointer;}
.bt-cta:hover,.bt-cta:active{background:#ff6d1a;color:#fff !important;transform:translateY(-2px);}
.bt-hero-stars{margin-top:22px;display:flex;justify-content:flex-start;gap:8px;align-items:center;color:#d9e6d3;font-size:13px;font-weight:600;flex-wrap:wrap;}
.bt-hero-stars .stars{color:#f5c451;letter-spacing:2px;}
.bt-dot{opacity:.5;}

/* HERO BUY BOX */
.bt-buybox{background:#fff;border-radius:16px;padding:22px 22px 24px;box-shadow:0 24px 60px rgba(0,0,0,.4);text-align:left;}
.bt-buybox-img-wrap{background:#eef5ea;border-radius:10px;padding:14px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;min-height:170px;}
.bt-buybox-img-wrap img{width:100%;max-width:200px;display:block;filter:drop-shadow(0 10px 16px rgba(0,0,0,.2));}
.bt-buybox-name{font-size:11.5px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:#8a8f94;margin-bottom:4px;display:block;}
.bt-buybox-price{font-family:'Anton','Bebas Neue',sans-serif;font-size:32px;color:#123a20;margin-bottom:14px;display:block;}
.bt-buybox label{display:block;font-size:11px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:#5c6670;margin-bottom:5px;}
.bt-buybox select{width:100%;padding:11px 12px;border:1px solid #d8d8d8;border-radius:8px;font-family:'Montserrat',sans-serif;font-weight:700;font-size:13.5px;color:#123a20;margin-bottom:12px;background:#fff;}
.bt-buybox .bt-cta{width:100%;text-align:center;padding:14px 20px;font-size:14px;margin-top:2px;}
.bt-buybox-meta{margin-top:12px;font-size:11.5px;color:#6b7280;font-weight:600;text-align:center;}
.bt-buybox-pay{display:flex;justify-content:center;flex-wrap:wrap;gap:5px;margin-top:12px;}
.bt-buybox-pay span{background:#eef5ea;color:#5c6670;font-size:10px;font-weight:800;letter-spacing:.2px;padding:4px 8px;border-radius:5px;border:1px solid #dfe8d9;}
.bt-buybox-secondary,.bt-buybox-secondary:visited,.bt-buybox-secondary:link{display:block;text-align:center;margin-top:14px;font-size:12px;font-weight:700;color:#2f7d4f !important;text-decoration:underline;}
.bt-buybox-secondary:hover{color:#e8610f !important;}

/* VALUE ANCHOR BANNER */
.bt-value{background:#e8610f;padding:36px 20px;}
.bt-value-in{max-width:900px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:24px;text-align:center;}
.bt-value h3{color:#fff;font-family:'Anton','Bebas Neue',Impact,sans-serif;letter-spacing:.5px;text-transform:uppercase;font-size:clamp(19px,2.6vw,26px);line-height:1.2;}
.bt-value p{color:#fff0e4;font-size:13.5px;font-weight:600;margin-top:6px;}
.bt-value .bt-cta{background:#123a20;box-shadow:none;padding:15px 30px;font-size:14px;}
.bt-value .bt-cta:hover{background:#0d2818;}

/* TRUST BAR */
.bt-trust{background:#0d0d0d;padding:20px 16px;border-top:3px solid #5fa050;}
.bt-trust-in{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:28px;}
.bt-trust-item{display:flex;align-items:center;gap:8px;color:#f2f2f2;font-size:12.5px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;white-space:nowrap;}

/* PROBLEM / COST / FIX */
.bt-ps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.bt-ps-card{border-radius:14px;padding:30px 26px;}
.bt-ps-card.problem{background:#faf2f0;border:1px solid #f0d9d4;}
.bt-ps-card.cost{background:#101010;border:1px solid #2b2b2b;}
.bt-ps-card.solution{background:#eef7ea;border:1px solid #d3e9c8;}
.bt-ps-label{font-size:12px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:10px;display:block;}
.bt-ps-card.problem .bt-ps-label{color:#c23b2a;}
.bt-ps-card.cost .bt-ps-label{color:#ffb020;}
.bt-ps-card.solution .bt-ps-label{color:#2f7d4f;}
.bt-ps-card h3{font-size:22px;margin-bottom:14px;color:#123a20;}
.bt-ps-card.cost h3{color:#fff;}
.bt-ps-card ul{margin:0;padding:0;list-style:none;}
.bt-ps-card li{display:flex;gap:10px;font-size:14px;line-height:1.5;color:#3a3a3a;margin-bottom:12px;font-weight:500;}
.bt-ps-card.cost li{color:#d8d8d8;}
.bt-ps-card li:last-child{margin-bottom:0;}
.bt-ps-card.problem li::before{content:"✕";color:#c23b2a;font-weight:800;flex-shrink:0;}
.bt-ps-card.cost li::before{content:"⚠";color:#ffb020;font-weight:800;flex-shrink:0;}
.bt-ps-card.solution li::before{content:"✓";color:#2f7d4f;font-weight:800;flex-shrink:0;}

/* SECTION HEADS */
.bt-kicker{display:block;text-align:center;font-size:12.5px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#2f7d4f;margin-bottom:10px;}
.bt-h2{text-align:center;font-size:clamp(26px,4vw,38px);color:#123a20;margin-bottom:14px;}
.bt-lede{text-align:center;max-width:600px;margin:0 auto 44px;color:#5c6670;font-size:15px;line-height:1.6;font-weight:500;}

/* FEATURES */
.bt-feat-section{background:#123a20;}
.bt-feat-section .bt-kicker{color:#a8e05f;}
.bt-feat-section .bt-h2{color:#fff;}
.bt-feat-section .bt-lede{color:#bcd6b3;}
.bt-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.bt-feat{position:relative;background:#1a4d2b;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:26px 22px;text-align:left;overflow:hidden;}
.bt-feat-num{position:absolute;top:10px;right:16px;font-family:'Anton','Bebas Neue',sans-serif;font-size:38px;color:rgba(255,255,255,.10);line-height:1;}
.bt-feat-ic{font-size:26px;margin-bottom:14px;display:block;}
.bt-feat h4{font-family:'Montserrat',sans-serif;font-weight:800;font-size:15.5px;text-transform:uppercase;letter-spacing:.3px;color:#fff;margin-bottom:8px;position:relative;}
.bt-feat p{font-size:13.5px;color:#c3d9bb;line-height:1.55;font-weight:500;position:relative;}

/* SPLIT BUYBOX / VALUE PROPS */
.bt-split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center;}
.bt-split .bt-h2,.bt-split .bt-lede{text-align:left;margin-left:0;margin-right:0;}
.bt-check-list{list-style:none;padding:0;margin:0 0 6px;}
.bt-check-list li{font-size:14.5px;font-weight:600;color:#2a2a2a;padding:12px 0;border-bottom:1px solid #e5e2db;display:flex;gap:10px;}
.bt-check-list li:last-child{border-bottom:none;}
.bt-check-mark{color:#2f7d4f;font-weight:800;flex-shrink:0;}

/* ESSENTIALS / TEAM GEAR CARDS */
.bt-bundle-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;}
.bt-bundle-card{display:grid;grid-template-columns:130px 1fr;gap:18px;background:#fff;border:1px solid #ece9e2;border-radius:14px;padding:20px;align-items:center;}
.bt-bundle-img{background:#eef5ea;border-radius:10px;padding:10px;display:flex;align-items:center;justify-content:center;height:110px;}
.bt-bundle-img img{max-width:100%;max-height:90px;object-fit:contain;}
.bt-bundle-card h4{font-family:'Montserrat',sans-serif;font-weight:800;font-size:14px;color:#123a20;margin-bottom:5px;line-height:1.3;}
.bt-bundle-card p{font-size:12px;color:#6b7280;line-height:1.5;margin-bottom:10px;font-weight:500;}
.bt-bundle-price{font-weight:800;font-size:15px;color:#123a20;margin-bottom:10px;}

/* TEAM GEAR (HAT) */
.bt-teamgear{background:#eef5ea;border:1px solid #d3e9c8;border-radius:16px;padding:28px;display:grid;grid-template-columns:200px 1fr;gap:26px;align-items:center;max-width:760px;margin:0 auto;}
.bt-teamgear-img{background:#fff;border-radius:12px;padding:18px;display:flex;align-items:center;justify-content:center;height:180px;}
.bt-teamgear-img img{max-width:100%;max-height:150px;object-fit:contain;}
.bt-teamgear-name{font-family:'Montserrat',sans-serif;font-weight:800;font-size:15px;color:#123a20;margin-bottom:4px;}
.bt-teamgear-price{font-family:'Anton','Bebas Neue',sans-serif;font-size:26px;color:#123a20;margin-bottom:14px;display:block;}
.bt-teamgear label{display:block;font-size:11px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:#5c6670;margin-bottom:5px;}
.bt-teamgear select{width:100%;max-width:280px;padding:11px 12px;border:1px solid #d8d8d8;border-radius:8px;font-family:'Montserrat',sans-serif;font-weight:700;font-size:13.5px;color:#123a20;margin-bottom:14px;background:#fff;}
.bt-teamgear .bt-cta{padding:13px 28px;font-size:13.5px;}

/* FOUNDER STAT BADGES */
.bt-founder-stats{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin:26px 0 6px;}
.bt-founder-stat{background:#fff;border:1px solid #e5e2db;border-radius:12px;padding:14px 22px;text-align:center;min-width:120px;}
.bt-founder-stat strong{display:block;font-family:'Anton','Bebas Neue',sans-serif;font-size:24px;color:#e8610f;line-height:1;margin-bottom:4px;}
.bt-founder-stat span{display:block;font-size:10.5px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;color:#5c6670;}

/* FOUNDER */
.bt-founder{background:#f5f3ef;}
.bt-founder-card{max-width:760px;margin:0 auto;text-align:center;}
.bt-founder-card .bt-anchor{font-size:30px;display:block;margin-bottom:18px;}
.bt-founder-card p{font-size:16px;line-height:1.75;color:#3a3a3a;font-weight:500;margin-bottom:16px;}
.bt-founder-sig{font-family:'Anton','Bebas Neue',sans-serif;font-size:20px;color:#123a20;margin-top:18px;letter-spacing:.5px;}
.bt-founder-role{font-size:12px;color:#8a8f94;text-transform:uppercase;letter-spacing:1px;font-weight:700;margin-top:4px;}

/* PRODUCT SHOWCASE */
.bt-prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:44px;}
.bt-prod-card{border:1px solid #ece9e2;border-radius:14px;overflow:hidden;background:#fff;display:flex;flex-direction:column;}
.bt-prod-img-wrap{background:#eef5ea;padding:22px;display:flex;align-items:center;justify-content:center;height:200px;}
.bt-prod-img-wrap img{max-width:100%;max-height:160px;object-fit:contain;}
.bt-prod-body{padding:18px 20px 22px;display:flex;flex-direction:column;flex:1;}
.bt-prod-body h4{font-family:'Montserrat',sans-serif;font-weight:800;font-size:14.5px;color:#123a20;margin-bottom:6px;line-height:1.3;}
.bt-prod-body p{font-size:12.5px;color:#6b7280;line-height:1.5;margin-bottom:14px;flex:1;font-weight:500;}
.bt-prod-price{font-weight:800;font-size:16px;color:#123a20;margin-bottom:14px;}
.bt-prod-btn,.bt-prod-btn:visited,.bt-prod-btn:link{display:block;width:100%;text-align:center;background:#123a20;color:#fff !important;font-weight:800;font-size:12.5px;letter-spacing:.5px;text-transform:uppercase;padding:12px;border-radius:7px;border:none;cursor:pointer;font-family:'Montserrat',sans-serif;transition:background .15s ease;}
.bt-prod-btn:hover{background:#e8610f;color:#fff !important;}

/* FINAL CTA */
.bt-final{background:linear-gradient(135deg,#0d2818,#1a4d2b);text-align:center;padding:70px 20px;}
.bt-final h2{color:#fff;font-size:clamp(26px,4.5vw,40px);margin-bottom:14px;}
.bt-final p{color:#d9e6d3;font-size:15px;margin-bottom:28px;font-weight:500;}
.bt-final-meta{margin-top:22px;display:flex;justify-content:center;gap:22px;flex-wrap:wrap;color:#bcd6b3;font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;}

@media (max-width:820px){
  .bt-hero-grid{grid-template-columns:1fr;}
  .bt-hero-in{text-align:center;}
  .bt-badge-row,.bt-hero-stars{justify-content:center;}
  .bt-hero p.sub{margin-left:auto;margin-right:auto;}
  .bt-buybox{max-width:340px;margin:0 auto;}
  .bt-ps-grid{grid-template-columns:1fr;}
  .bt-feat-grid{grid-template-columns:repeat(2,1fr);}
  .bt-prod-grid{grid-template-columns:1fr;max-width:380px;margin-left:auto;margin-right:auto;margin-top:44px;}
  .bt-trust-in{gap:16px 22px;}
  .bt-section{padding:48px 18px;}
  .bt-value-in{text-align:center;justify-content:center;}
  .bt-split{grid-template-columns:1fr;gap:32px;}
  .bt-split .bt-h2,.bt-split .bt-lede{text-align:center;}
  .bt-split .bt-buybox{max-width:340px;margin:0 auto;}
  .bt-bundle-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto;}
  .bt-teamgear{grid-template-columns:1fr;text-align:center;max-width:340px;}
  .bt-teamgear select{margin-left:auto;margin-right:auto;}
}
@media (max-width:560px){
  .bt-feat-grid{grid-template-columns:1fr;}
  .bt-bundle-card{grid-template-columns:90px 1fr;gap:14px;padding:16px;}
  .bt-bundle-img{height:80px;}
  .bt-founder-stat{min-width:96px;padding:12px 16px;}
}

/* EMAIL CAPTURE BAR */
.bt-email-bar{position:fixed;left:16px;right:16px;bottom:16px;max-width:520px;margin:0 auto;background:#123a20;border-radius:14px;box-shadow:0 20px 50px rgba(0,0,0,.35);z-index:80;padding:18px 44px 18px 18px;transform:translateY(140%);opacity:0;transition:transform .35s ease,opacity .35s ease;}
.bt-email-bar.show{transform:translateY(0);opacity:1;}
.bt-email-close{position:absolute;top:10px;right:12px;background:none;border:none;color:#a9c6a0;font-size:16px;cursor:pointer;padding:4px;line-height:1;}
.bt-email-close:hover{color:#fff;}
.bt-email-text{margin-bottom:12px;}
.bt-email-text strong{display:block;color:#fff;font-family:'Anton','Bebas Neue',sans-serif;font-size:19px;letter-spacing:.3px;margin-bottom:4px;text-transform:uppercase;}
.bt-email-text span{display:block;color:#cfe0c8;font-size:12.5px;font-weight:500;line-height:1.4;}
.bt-email-form{display:flex;gap:8px;}
.bt-email-form input[type="email"]{flex:1;min-width:0;padding:11px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#fff;font-family:'Montserrat',sans-serif;font-size:13.5px;font-weight:600;}
.bt-email-form button{background:#e8610f;color:#fff;border:none;font-weight:800;font-size:12.5px;letter-spacing:.3px;text-transform:uppercase;padding:0 16px;border-radius:8px;cursor:pointer;white-space:nowrap;}
.bt-email-form button:hover{background:#ff6d1a;}
.bt-email-success{color:#fff;}
.bt-email-success strong{display:block;font-family:'Anton','Bebas Neue',sans-serif;font-size:19px;margin-bottom:6px;}
.bt-email-code{display:inline-block;background:#fff;color:#123a20;font-weight:800;letter-spacing:1px;padding:8px 16px;border-radius:8px;font-size:16px;margin-top:4px;}
.bt-email-note{color:#cfe0c8;font-size:11.5px;margin-top:8px;}
@media (max-width:480px){.bt-email-form{flex-direction:column;}.bt-email-form button{padding:11px;}}

/* STICKY MOBILE BUY BAR */
.bt-sticky-bar{display:none;position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #e5e2db;box-shadow:0 -8px 24px rgba(0,0,0,.12);padding:10px 14px;z-index:70;transform:translateY(100%);transition:transform .25s ease;align-items:center;gap:12px;}
.bt-sticky-bar.show{transform:translateY(0);}
.bt-sticky-img{width:42px;height:42px;border-radius:8px;background:#eef5ea;object-fit:contain;padding:4px;flex-shrink:0;}
.bt-sticky-mid{flex:1;min-width:0;}
.bt-sticky-name{display:block;font-size:10.5px;font-weight:800;text-transform:uppercase;color:#8a8f94;letter-spacing:.3px;}
.bt-sticky-price{display:block;font-family:'Anton','Bebas Neue',sans-serif;font-size:18px;color:#123a20;}
.bt-sticky-btn{background:#e8610f;color:#fff;font-weight:800;font-size:12.5px;letter-spacing:.3px;text-transform:uppercase;padding:12px 18px;border-radius:8px;border:none;cursor:pointer;white-space:nowrap;}
.bt-sticky-btn:hover{background:#ff6d1a;}
@media (max-width:820px){.bt-sticky-bar{display:flex;}}

/* FAQ */
.bt-faq{max-width:760px;margin:0 auto;}
.bt-faq details{border-bottom:1px solid #e5e2db;padding:18px 4px;}
.bt-faq details:first-child{border-top:1px solid #e5e2db;}
.bt-faq summary{cursor:pointer;font-weight:800;font-size:14.5px;color:#123a20;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px;}
.bt-faq summary::-webkit-details-marker{display:none;}
.bt-faq summary::after{content:"+";font-size:20px;color:#e8610f;font-weight:700;flex-shrink:0;transition:transform .2s ease;}
.bt-faq details[open] summary::after{transform:rotate(45deg);}
.bt-faq p{margin-top:10px;font-size:13.5px;color:#5c6670;line-height:1.6;font-weight:500;}
</style>

<div class="bt-wrap">

  <!-- TOP BAR -->
  <div class="bt-topbar">
    <div class="bt-topbar-in">
      <div class="bt-topbar-logo">
        <span class="bt-topbar-logo-plate"><img src="https://cdn.shopify.com/s/files/1/0707/2402/6612/files/MCHAN_EBBNFLOW-BLACK-ORANGE.png" alt="Ebb N Flow Outdoors"></span>
        <span class="bt-topbar-tag">🇺🇸 American Made</span>
      </div>
      <a href="https://ebbnflowoutdoors.com/collections/all-products" class="bt-topbar-cta">Shop Now →</a>
    </div>
  </div>

  <!-- HERO -->
  <section class="bt-hero">
    <div class="bt-hero-grid">
      <div class="bt-hero-in">
        <div class="bt-badge-row">
          <span class="bt-badge">🎣 Youth · High School · College</span>
          <span class="bt-badge">🇺🇸 American Made</span>
        </div>
        <h1>Tournament-Ready Bass Gear for <span>Every Level of Team Angler</span></h1>
        <p class="sub">From practice pond to travel-ball lake to the college trail — durable, affordable jig heads and baits built to survive a full season, not just one tournament.</p>
        <a href="https://ebbnflowoutdoors.com/collections/all-products" class="bt-cta">Shop All Bass Gear →</a>
        <div class="bt-hero-stars">
          <span class="stars">★★★★★</span>
          <span>4.8 Stars</span><span class="bt-dot">·</span>
          <span>56 Verified Reviews</span><span class="bt-dot">·</span>
          <span>Built for Practice &amp; Tournament Day</span>
        </div>
      </div>

      <!-- BUY BOX: The Upgrade – Multi-Purpose Jig Head. Plain /cart/add pattern — picking a
           color/weight swaps the hidden variant id, no navigation. -->
      <form class="bt-buybox" id="btUpgradeForm" action="https://ebbnflowoutdoors.com/cart/add" method="post" enctype="multipart/form-data">
        <div class="bt-buybox-img-wrap">
          <img src="https://cdn.shopify.com/s/files/1/0707/2402/6612/files/IMG_1851-Photoroom.png?v=1745504697" alt="The Upgrade Multi-Purpose Jig Head">
        </div>
        <span class="bt-buybox-name">The Upgrade™ Jig Head</span>
        <span class="bt-buybox-price" id="btUpgradePrice">$8.99</span>

        <label for="btUpgradeColor">Color</label>
        <select id="btUpgradeColor" onchange="btUpgradeUpdate()">
          <option value="Silver-Prism Eye">Silver-Prism Eye</option>
          <option value="Purple-Yellow Eye">Purple-Yellow Eye</option>
          <option value="White-Red Eye">White-Red Eye</option>
          <option value="Red-Prism Eye">Red-Prism Eye</option>
          <option value="Silver-Chart. Eye">Silver-Chartreuse Eye</option>
        </select>

        <label for="btUpgradeWeight">Weight</label>
        <select id="btUpgradeWeight" onchange="btUpgradeUpdate()">
          <option value="1/8 oz (3-Pack)">1/8 oz (3-Pack)</option>
          <option value="1/4 oz (3-Pack)">1/4 oz (3-Pack)</option>
          <option value="3/8 oz (3-Pack)">3/8 oz (3-Pack)</option>
          <option value="1/2 oz (3-Pack)">1/2 oz (3-Pack)</option>
          <option value="3/4 oz (2-Pack)">3/4 oz (2-Pack)</option>
          <option value="1 oz (2-Pack)">1 oz (2-Pack)</option>
        </select>

        <input type="hidden" name="id" id="btUpgradeVariantId" value="46813748494580">
        <input type="hidden" name="quantity" value="1">
        <button type="submit" class="bt-cta">Add to Cart →</button>
        <div class="bt-buybox-meta">✅ In Stock · Ships from Mt. Pleasant, SC</div>
        <div class="bt-buybox-pay">
          <span>Shop Pay</span><span>PayPal</span><span>Apple Pay</span><span>Visa</span><span>Mastercard</span><span>Amex</span>
        </div>
        <a href="https://ebbnflowoutdoors.com/collections/all-products" class="bt-buybox-secondary">Not sure what you need? Shop all bass gear →</a>
      </form>
    </div>
  </section>

  <!-- PRODUCT SHOWCASE (right under the hero) -->
  <section class="bt-section" style="background:#fff;padding-top:48px;">
    <div class="bt-inner">
      <span class="bt-kicker">Gear For the Team</span>
      <h2 class="bt-h2">Fill Your Box for the Whole Season</h2>
      <p class="bt-lede">The pieces we point youth, high school, and college anglers to most.</p>
      <div class="bt-prod-grid">
        <div class="bt-prod-card">
          <div class="bt-prod-img-wrap"><img src="https://cdn.shopify.com/s/files/1/0707/2402/6612/files/IMG_1856-Photoroom.png?v=1775834857" alt="The Upgrade Hover Hook, 3 pack"></div>
          <div class="bt-prod-body">
            <h4>The Upgrade Hover Hook (3-Pack)</h4>
            <p>Finesse jig head built for forward-facing sonar, Ned rigs, and umbrella rigs — runs horizontally in the strike zone.</p>
            <div class="bt-prod-price" id="btHoverPrice">$6.99</div>
            <form action="https://ebbnflowoutdoors.com/cart/add" method="post" enctype="multipart/form-data">
              <label for="btHoverWeight" style="display:block;text-align:left;font-size:11px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:#5c6670;margin-bottom:5px;">Weight</label>
              <select id="btHoverWeight" name="id" style="width:100%;padding:11px 12px;border:1px solid #d8d8d8;border-radius:8px;font-family:'Montserrat',sans-serif;font-weight:700;font-size:13.5px;color:#123a20;margin-bottom:12px;background:#fff;">
                <option value="47984702128372">1/16 oz</option>
                <option value="47984702161140">3/32 oz</option>
                <option value="49125768790260">1/8 oz</option>
              </select>
              <input type="hidden" name="quantity" value="1">
              <button type="submit" class="bt-prod-btn">Add to Cart Now →</button>
            </form>
          </div>
        </div>
        <div class="bt-prod-card">
          <div class="bt-prod-img-wrap"><img src="https://cdn.shopify.com/s/files/1/0707/2402/6612/files/Stop_Rigging._Start_Catching._2.png?v=1781707307" alt="The Upgrade A.T.V Weedless Hover jig head, 3 pack"></div>
          <div class="bt-prod-body">
            <h4>The Upgrade A.T.V Weedless Hover (3-Pack)</h4>
            <p>Weedless, slow-sink hover jig head for punching docks, grass, and laydowns without hanging up.</p>
            <div class="bt-prod-price">$6.99</div>
            <form action="https://ebbnflowoutdoors.com/cart/add" method="post" enctype="multipart/form-data">
              <label for="btAtvHook" style="display:block;text-align:left;font-size:11px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:#5c6670;margin-bottom:5px;">Hook Size</label>
              <select id="btAtvHook" name="id" style="width:100%;padding:11px 12px;border:1px solid #d8d8d8;border-radius:8px;font-family:'Montserrat',sans-serif;font-weight:700;font-size:13.5px;color:#123a20;margin-bottom:12px;background:#fff;">
                <option value="48691469353204">2/0 Hook</option>
                <option value="48691469385972">4/0 Hook</option>
              </select>
              <input type="hidden" name="quantity" value="1">
              <button type="submit" class="bt-prod-btn">Add to Cart Now →</button>
            </form>
          </div>
        </div>
        <div class="bt-prod-card">
          <div class="bt-prod-img-wrap"><img src="https://cdn.shopify.com/s/files/1/0707/2402/6612/files/NewMoney_2c6d60a3-baaf-4479-b57d-e3ce0b17f916.webp?v=1761230890" alt="Z-Man Finesse TRD Ned rig stickworm, New Money color, 8 pack"></div>
          <div class="bt-prod-body">
            <h4>Z-Man Finesse TRD™ (8-Pack)</h4>
            <p>The original Ned rig stickworm — tournament pros' go-to confidence bait, in floating 10X Tough ElaZtech.</p>
            <div class="bt-prod-price">$4.99</div>
            <form action="https://ebbnflowoutdoors.com/cart/add" method="post" enctype="multipart/form-data">
              <input type="hidden" name="id" value="47068060451060">
              <input type="hidden" name="quantity" value="1">
              <button type="submit" class="bt-prod-btn">Add to Cart Now →</button>
            </form>
          </div>
        </div>
      </div>
    </div>
  </section>

  <!-- VALUE ANCHOR BANNER -->
  <section class="bt-value">
    <div class="bt-value-in">
      <div>
        <h3>Starting at $4.99 — Built to Survive a Full Season</h3>
        <p>Buy it once, re-rig for practice ponds and tournament lakes — no second box of gear to buy.</p>
      </div>
      <a href="https://ebbnflowoutdoors.com/collections/all-products" class="bt-cta">Shop All Gear →</a>
    </div>
  </section>

  <script>
  (function(){
    var btVariants = {
      "Silver-Prism Eye|1/8 oz (3-Pack)":{id:46813748494580,price:"$8.99"},
      "Silver-Prism Eye|1/4 oz (3-Pack)":{id:45971089424628,price:"$8.99"},
      "Silver-Prism Eye|3/8 oz (3-Pack)":{id:45971089522932,price:"$8.99"},
      "Silver-Prism Eye|1/2 oz (3-Pack)":{id:45971089654004,price:"$8.99"},
      "Silver-Prism Eye|3/4 oz (2-Pack)":{id:46968963039476,price:"$9.99"},
      "Silver-Prism Eye|1 oz (2-Pack)":{id:45971089785076,price:"$9.99"},
      "Purple-Yellow Eye|1/8 oz (3-Pack)":{id:46813748527348,price:"$8.99"},
      "Purple-Yellow Eye|1/4 oz (3-Pack)":{id:46206186291444,price:"$8.99"},
      "Purple-Yellow Eye|3/8 oz (3-Pack)":{id:46206186324212,price:"$8.99"},
      "Purple-Yellow Eye|1/2 oz (3-Pack)":{id:46206186356980,price:"$8.99"},
      "Purple-Yellow Eye|3/4 oz (2-Pack)":{id:46968966840564,price:"$9.99"},
      "Purple-Yellow Eye|1 oz (2-Pack)":{id:46206186389748,price:"$9.99"},
      "White-Red Eye|1/8 oz (3-Pack)":{id:46813748560116,price:"$8.99"},
      "White-Red Eye|1/4 oz (3-Pack)":{id:45971090211060,price:"$8.99"},
      "White-Red Eye|3/8 oz (3-Pack)":{id:45971090309364,price:"$8.99"},
      "White-Red Eye|1/2 oz (3-Pack)":{id:45971090440436,price:"$8.99"},
      "White-Red Eye|3/4 oz (2-Pack)":{id:46968968708340,price:"$9.99"},
      "White-Red Eye|1 oz (2-Pack)":{id:45971090571508,price:"$9.99"},
      "Red-Prism Eye|1/8 oz (3-Pack)":{id:48036882055412,price:"$8.99"},
      "Red-Prism Eye|1/4 oz (3-Pack)":{id:48036882088180,price:"$8.99"},
      "Red-Prism Eye|3/8 oz (3-Pack)":{id:48036882120948,price:"$8.99"},
      "Red-Prism Eye|1/2 oz (3-Pack)":{id:48036882153716,price:"$8.99"},
      "Red-Prism Eye|3/4 oz (2-Pack)":{id:48036882186484,price:"$9.99"},
      "Red-Prism Eye|1 oz (2-Pack)":{id:48036882219252,price:"$9.99"},
      "Silver-Chart. Eye|1/8 oz (3-Pack)":{id:49139173916916,price:"$8.99"},
      "Silver-Chart. Eye|1/4 oz (3-Pack)":{id:49139173949684,price:"$8.99"},
      "Silver-Chart. Eye|3/8 oz (3-Pack)":{id:49139173982452,price:"$8.99"},
      "Silver-Chart. Eye|1/2 oz (3-Pack)":{id:49139174015220,price:"$8.99"},
      "Silver-Chart. Eye|3/4 oz (2-Pack)":{id:49139174047988,price:"$9.99"},
      "Silver-Chart. Eye|1 oz (2-Pack)":{id:49139174080756,price:"$9.99"}
    };
    window.btSyncBuyboxes = function(source){
      var color, weight;
      if(source === 2){
        color = document.getElementById('btUpgradeColor2').value;
        weight = document.getElementById('btUpgradeWeight2').value;
      } else {
        color = document.getElementById('btUpgradeColor').value;
        weight = document.getElementById('btUpgradeWeight').value;
      }
      var match = btVariants[color + "|" + weight];
      if(!match) return;

      var c1 = document.getElementById('btUpgradeColor');
      var w1 = document.getElementById('btUpgradeWeight');
      var c2 = document.getElementById('btUpgradeColor2');
      var w2 = document.getElementById('btUpgradeWeight2');
      if(c1){ c1.value = color; }
      if(w1){ w1.value = weight; }
      if(c2){ c2.value = color; }
      if(w2){ w2.value = weight; }

      var vid1 = document.getElementById('btUpgradeVariantId');
      var price1 = document.getElementById('btUpgradePrice');
      var vid2 = document.getElementById('btUpgradeVariantId2');
      var price2 = document.getElementById('btUpgradePrice2');
      if(vid1){ vid1.value = match.id; }
      if(price1){ price1.textContent = match.price; }
      if(vid2){ vid2.value = match.id; }
      if(price2){ price2.textContent = match.price; }

      var sticky = document.getElementById('btStickyPrice');
      if(sticky){ sticky.textContent = match.price; }
    };
    window.btUpgradeUpdate = function(){ btSyncBuyboxes(1); };
  })();
  </script>

  <!-- STICKY MOBILE BUY BAR -->
  <div class="bt-sticky-bar" id="btStickyBar">
    <img class="bt-sticky-img" src="https://cdn.shopify.com/s/files/1/0707/2402/6612/files/IMG_1851-Photoroom.png?v=1745504697" alt="">
    <div class="bt-sticky-mid">
      <span class="bt-sticky-name">The Upgrade™ Jig Head</span>
      <span class="bt-sticky-price" id="btStickyPrice">$8.99</span>
    </div>
    <button type="button" class="bt-sticky-btn" onclick="document.getElementById('btUpgradeForm').requestSubmit ? document.getElementById('btUpgradeForm').requestSubmit() : document.getElementById('btUpgradeForm').submit();">Add to Cart</button>
  </div>

  <script>
  (function(){
    var heroEl = document.querySelector('.bt-hero');
    var stickyBar = document.getElementById('btStickyBar');
    if(heroEl && stickyBar){
      window.addEventListener('scroll', function(){
        var heroBottom = heroEl.getBoundingClientRect().bottom;
        if(heroBottom < 0){ stickyBar.classList.add('show'); }
        else { stickyBar.classList.remove('show'); }
      }, {passive:true});
    }
  })();
  </script>

  <!-- TRUST BAR -->
  <div class="bt-trust">
    <div class="bt-trust-in">
      <div class="bt-trust-item">🎯 Forward-Facing Sonar Ready</div>
      <div class="bt-trust-item">🎣 True Fresh &amp; Salt Crossover</div>
      <div class="bt-trust-item">🇺🇸 American Made</div>
      <div class="bt-trust-item">🔒 Secure Checkout</div>
      <div class="bt-trust-item">🚚 Free Ship $50+</div>
      <div class="bt-trust-item">📦 Easy Returns</div>
    </div>
  </div>

  <!-- PROBLEM / COST / FIX -->
  <section class="bt-section">
    <div class="bt-inner">
      <span class="bt-kicker">The Reality of a Full Season</span>
      <h2 class="bt-h2">Cheap Gear Doesn't Make It Through Tournament Day</h2>
      <p class="bt-lede">A season of practice and travel tournaments wrecks weak hardware fast. Here's what that costs a team, and how Ebb N Flow gear is built to avoid it.</p>
      <div class="bt-ps-grid">
        <div class="bt-ps-card problem">
          <span class="bt-ps-label">The Problem</span>
          <h3>Gear That Can't Keep Up</h3>
          <ul>
            <li>Budget jig heads chip, roll, or lose their action after a handful of practice casts</li>
            <li>Borrowed or shared tackle nobody really knows how to rig</li>
            <li>Soft plastics that tear apart before the first tournament cast</li>
            <li>No consistent setup from the practice pond to the tournament lake</li>
          </ul>
        </div>
        <div class="bt-ps-card cost">
          <span class="bt-ps-label">What That Costs a Team</span>
          <h3>Money and Practice Time, Lost</h3>
          <ul>
            <li>Re-buying the same cheap jig heads every few weeks</li>
            <li>Practice time lost re-rigging instead of running patterns</li>
            <li>Parents and coaches covering replacement gear all season</li>
            <li>Walking into a weigh-in under-prepared</li>
          </ul>
        </div>
        <div class="bt-ps-card solution">
          <span class="bt-ps-label">The Ebb N Flow Fix</span>
          <h3>Gear Built to Last the Season</h3>
          <ul>
            <li>HexFusion-stabilized jig heads built to survive a full season</li>
            <li>True fresh &amp; salt crossover — one box for every lake on the schedule</li>
            <li>10X Tough ElaZtech&reg; baits that hold up cast after cast</li>
            <li>Team ordering made simple through your coach's discount code</li>
          </ul>
        </div>
      </div>
    </div>
  </section>

  <!-- FEATURE BREAKDOWN -->
  <section class="bt-section bt-feat-section">
    <div class="bt-inner">
      <span class="bt-kicker">What Makes It Different</span>
      <h2 class="bt-h2">Built for Tournament Anglers, From the Hooks Up</h2>
      <p class="bt-lede">Every piece in the lineup is designed around one idea: gear that keeps working after practice, travel, and tournament day have had their say.</p>
      <div class="bt-feat-grid">
        <div class="bt-feat">
          <span class="bt-feat-num">01</span>
          <span class="bt-feat-ic">🎯</span>
          <h4>Forward-Facing Sonar Ready</h4>
          <p>The Upgrade Hover runs horizontally in the strike zone — built for forward-facing sonar and umbrella rigs.</p>
        </div>
        <div class="bt-feat">
          <span class="bt-feat-num">02</span>
          <span class="bt-feat-ic">🌿</span>
          <h4>Weedless A.T.V Design</h4>
          <p>Punch docks, grass, and laydowns without hanging up — built to plow through cover other jig heads avoid.</p>
        </div>
        <div class="bt-feat">
          <span class="bt-feat-num">03</span>
          <span class="bt-feat-ic">🛠️</span>
          <h4>True Fresh &amp; Salt Crossover</h4>
          <p>The same jig heads that work the home lake also work an inshore trip — no separate box needed.</p>
        </div>
        <div class="bt-feat">
          <span class="bt-feat-num">04</span>
          <span class="bt-feat-ic">⬡</span>
          <h4>Patent-Pending HexFusion Tech</h4>
          <p>A stabilization keel and internal belly weight keep baits swimming true instead of rolling over.</p>
        </div>
        <div class="bt-feat">
          <span class="bt-feat-num">05</span>
          <span class="bt-feat-ic">🎣</span>
          <h4>Tournament-Proven Z-Man Baits</h4>
          <p>Finesse TRD, MinnowZ, and Scented Jerk ShadZ — 10X Tough ElaZtech&reg; baits proven on the tournament trail.</p>
        </div>
        <div class="bt-feat">
          <span class="bt-feat-num">06</span>
          <span class="bt-feat-ic">🚚</span>
          <h4>Fast, Free Shipping $50+</h4>
          <p>Get the team geared up before the next tournament, with free shipping on orders over $50.</p>
        </div>
      </div>
    </div>
  </section>

  <!-- REPEAT BUYBOX: The Upgrade Jig Head, mid-page -->
  <section class="bt-section" style="background:#f5f3ef;">
    <div class="bt-inner bt-split">
      <div>
        <span class="bt-kicker" style="text-align:left;">The Upgrade&trade; Multi-Purpose Jig Head</span>
        <h2 class="bt-h2">One Jig Head. Every Presentation.</h2>
        <p class="bt-lede" style="margin-bottom:22px;">Five colors, six weights, one head that swims true whether you're working a practice pond or a travel-ball lake.</p>
        <ul class="bt-check-list">
          <li><span class="bt-check-mark">✓</span> Patent-pending HexFusion stabilization keel</li>
          <li><span class="bt-check-mark">✓</span> 60-degree line tie for stronger hooksets</li>
          <li><span class="bt-check-mark">✓</span> Corrosion-resistant hardware, fresh &amp; salt rated</li>
          <li><span class="bt-check-mark">✓</span> 5 colors, 6 weights — one head for every lake on the schedule</li>
        </ul>
      </div>

      <form class="bt-buybox" id="btUpgradeForm2" action="https://ebbnflowoutdoors.com/cart/add" method="post" enctype="multipart/form-data">
        <div class="bt-buybox-img-wrap">
          <img src="https://cdn.shopify.com/s/files/1/0707/2402/6612/files/IMG_1851-Photoroom.png?v=1745504697" alt="The Upgrade Multi-Purpose Jig Head">
        </div>
        <span class="bt-buybox-name">The Upgrade™ Jig Head</span>
        <span class="bt-buybox-price" id="btUpgradePrice2">$8.99</span>

        <label for="btUpgradeColor2">Color</label>
        <select id="btUpgradeColor2" onchange="btSyncBuyboxes(2)">
          <option value="Silver-Prism Eye">Silver-Prism Eye</option>
          <option value="Purple-Yellow Eye">Purple-Yellow Eye</option>
          <option value="White-Red Eye">White-Red Eye</option>
          <option value="Red-Prism Eye">Red-Prism Eye</option>
          <option value="Silver-Chart. Eye">Silver-Chartreuse Eye</option>
        </select>

        <label for="btUpgradeWeight2">Weight</label>
        <select id="btUpgradeWeight2" onchange="btSyncBuyboxes(2)">
          <option value="1/8 oz (3-Pack)">1/8 oz (3-Pack)</option>
          <option value="1/4 oz (3-Pack)">1/4 oz (3-Pack)</option>
          <option value="3/8 oz (3-Pack)">3/8 oz (3-Pack)</option>
          <option value="1/2 oz (3-Pack)">1/2 oz (3-Pack)</option>
          <option value="3/4 oz (2-Pack)">3/4 oz (2-Pack)</option>
          <option value="1 oz (2-Pack)">1 oz (2-Pack)</option>
        </select>

        <input type="hidden" name="id" id="btUpgradeVariantId2" value="46813748494580">
        <input type="hidden" name="quantity" value="1">
        <button type="submit" class="bt-cta">Add to Cart →</button>
        <div class="bt-buybox-meta">✅ In Stock · Ships from Mt. Pleasant, SC</div>
        <div class="bt-buybox-pay">
          <span>Shop Pay</span><span>PayPal</span><span>Apple Pay</span><span>Visa</span><span>Mastercard</span><span>Amex</span>
        </div>
      </form>
    </div>
  </section>

  <!-- MORE ESSENTIALS -->
  <section class="bt-section" style="background:#fff;">
    <div class="bt-inner">
      <span class="bt-kicker">More for the Box</span>
      <h2 class="bt-h2">Soft Plastics Every Tackle Box Needs</h2>
      <p class="bt-lede">Pair these with The Upgrade for a setup that covers finesse to reaction bites.</p>
      <div class="bt-bundle-grid">
        <div class="bt-bundle-card">
          <div class="bt-bundle-img"><img src="https://cdn.shopify.com/s/files/1/0707/2402/6612/files/BadShad_4.webp?v=1761310510" alt="Z-Man Scented Jerk ShadZ, Bad Shad color, 4 inch 5 pack"></div>
          <div>
            <h4>Z-Man Scented Jerk ShadZ™ (5-Pack)</h4>
            <p>Pro-Cure&reg; Super Gel-infused, salt-impregnated 10X Tough ElaZtech forked-tail jerkbait for reaction bites.</p>
            <div class="bt-bundle-price">$5.49</div>
            <form action="https://ebbnflowoutdoors.com/cart/add" method="post" enctype="multipart/form-data">
              <input type="hidden" name="id" value="46692711268596">
              <input type="hidden" name="quantity" value="1">
              <button type="submit" class="bt-prod-btn">Add to Cart Now →</button>
            </form>
          </div>
        </div>
        <div class="bt-bundle-card">
          <div class="bt-bundle-img"><img src="https://cdn.shopify.com/s/files/1/0707/2402/6612/files/GMIN-259PK6_1024x_a72314ba-a4c5-4c23-85d6-fb0d93bc5e17.webp?v=1740143022" alt="Z-Man MinnowZ, Bad Shad color, 3 inch 6 pack"></div>
          <div>
            <h4>Z-Man MinnowZ™ (6-Pack)</h4>
            <p>Best-selling 3" paddletail swimbait — pairs with The Upgrade 1/8 or 1/4 oz for a deadly finesse presentation.</p>
            <div class="bt-bundle-price">$4.99</div>
            <form action="https://ebbnflowoutdoors.com/cart/add" method="post" enctype="multipart/form-data">
              <input type="hidden" name="id" value="46250722853108">
              <input type="hidden" name="quantity" value="1">
              <button type="submit" class="bt-prod-btn">Add to Cart Now →</button>
            </form>
          </div>
        </div>
      </div>
    </div>
  </section>

  <!-- TEAM GEAR (HAT) -->
  <section class="bt-section" style="background:#f5f3ef;">
    <div class="bt-inner">
      <span class="bt-kicker">Rep the Colors</span>
      <h2 class="bt-h2">Team Gear for On and Off the Water</h2>
      <p class="bt-lede">Richardson 112 trucker hat, adjustable snapback, six-panel construction with a breathable mesh back.</p>
      <form class="bt-teamgear" id="btHatForm" action="https://ebbnflowoutdoors.com/cart/add" method="post" enctype="multipart/form-data">
        <div class="bt-teamgear-img">
          <img id="btHatImg" src="https://cdn.shopify.com/s/files/1/0707/2402/6612/files/BlackFront.webp?v=1745503646" alt="Ebb N Flow Outdoors Richardson 112 Trucker Hat">
        </div>
        <div>
          <div class="bt-teamgear-name">Ebb N Flow Outdoors Trucker Hat</div>
          <span class="bt-teamgear-price">$30.00</span>
          <label for="btHatColor">Color</label>
          <select id="btHatColor" name="id" onchange="btHatUpdate()">
            <option value="45544957116660" data-img="https://cdn.shopify.com/s/files/1/0707/2402/6612/files/BlackFront.webp?v=1745503646">Black</option>
            <option value="45544885420276" data-img="https://cdn.shopify.com/s/files/1/0707/2402/6612/files/GreyFront.webp?v=1745503396">Gray</option>
            <option value="45544948924660" data-img="https://cdn.shopify.com/s/files/1/0707/2402/6612/files/CamoFront.webp?v=1745503277">Mossy Oak Camo</option>
          </select>
          <input type="hidden" name="quantity" value="1">
          <button type="submit" class="bt-cta">Add to Cart →</button>
        </div>
      </form>
    </div>
  </section>

  <script>
  (function(){
    window.btHatUpdate = function(){
      var sel = document.getElementById('btHatColor');
      var img = document.getElementById('btHatImg');
      var opt = sel.options[sel.selectedIndex];
      if(img && opt){ img.src = opt.getAttribute('data-img'); }
    };
  })();
  </script>

  <!-- FOUNDER STORY -->
  <section class="bt-section bt-founder">
    <div class="bt-founder-card">
      <span class="bt-anchor">🎣</span>
      <span class="bt-kicker">Why We Built This</span>
      <h2 class="bt-h2" style="margin-bottom:22px;">Built By Anglers, For Anglers</h2>
      <p>After 15 years working with major outdoor brands, founder Dave Erdly kept running into the same problem: cheap hooks, inconsistent balance, and jig heads with eyes that just didn't hold up. So in 2023, he engineered The Upgrade&trade; jig head from scratch — patent-pending HexFusion Technology, a 60-degree line tie, a stabilization keel, and an internal belly weight system.</p>
      <p>Ebb N Flow Outdoors is still a small team based in Mt. Pleasant, South Carolina — built to design fishing gear that actually works, and stand behind every piece we sell.</p>
      <div class="bt-founder-stats">
        <div class="bt-founder-stat"><strong>15+</strong><span>Years in the Industry</span></div>
        <div class="bt-founder-stat"><strong>2023</strong><span>Ebb N Flow Founded</span></div>
        <div class="bt-founder-stat"><strong>🇺🇸</strong><span>Mt. Pleasant, SC</span></div>
      </div>
      <div class="bt-founder-sig">Dave Erdly</div>
      <div class="bt-founder-role">Founder, Ebb N Flow Outdoors</div>
    </div>
  </section>

  <!-- FAQ -->
  <section class="bt-section" style="background:#fff;">
    <div class="bt-inner">
      <span class="bt-kicker">Questions Before You Buy</span>
      <h2 class="bt-h2">Answers, Not Guesswork</h2>
      <p class="bt-lede">The things youth, high school, and college anglers ask us most.</p>
      <div class="bt-faq">
        <details>
          <summary>Is this gear good for beginners, or just experienced tournament anglers?</summary>
          <p>Both. The Upgrade is a true all-in-one jig head, so newer anglers get a proven, no-guesswork setup while experienced anglers get the weight and color options to dial in a specific pattern.</p>
        </details>
        <details>
          <summary>Does the same jig head really work in both practice ponds and travel-ball lakes?</summary>
          <p>Yes. It's a true fresh &amp; salt crossover design, so the same head and baits that work your home lake also cover an out-of-state tournament stop — no separate gear needed.</p>
        </details>
        <details>
          <summary>My team has a discount code from our coach — where do I use it?</summary>
          <p>Enter it in the discount code box at checkout. Each team's code is distributed by the coach (often via a QR code) and applies to individual player and family orders. If your team doesn't have one yet, have your coach reach out to us to get set up.</p>
        </details>
        <details>
          <summary>How fast does it ship, and where from?</summary>
          <p>Orders ship from Mt. Pleasant, South Carolina. You'll get a tracking number as soon as it's on its way, and orders over $50 ship free.</p>
        </details>
        <details>
          <summary>What's your return policy?</summary>
          <p>Easy returns on unused gear. If something isn't right, contact us and we'll make it right — we stand behind every piece we sell.</p>
        </details>
        <details>
          <summary>Is this actually American made?</summary>
          <p>Yes — designed and built in the USA, tested on American waters, based out of Mt. Pleasant, South Carolina.</p>
        </details>
      </div>
    </div>
  </section>

  <!-- FINAL CTA -->
  <section class="bt-final">
    <h2>Ready to Gear Up Your Team?</h2>
    <p>Durable, affordable, crossover-ready gear — built to make it through a full season.</p>
    <a href="https://ebbnflowoutdoors.com/collections/all-products" class="bt-cta">Shop All Bass Gear →</a>
    <div class="bt-final-meta">
      <span>🇺🇸 American Made</span>
      <span>🚚 Free Ship $50+</span>
      <span>📦 Easy Returns</span>
    </div>
  </section>

  <!-- EMAIL CAPTURE -->
  <div class="bt-email-bar" id="btEmailBar">
    <button type="button" class="bt-email-close" onclick="btEmailClose()" aria-label="Close">✕</button>
    <div id="btEmailContent">
      <div class="bt-email-text">
        <strong>Get 10% Off Your First Order</strong>
        <span>Join the crew for new gear drops and fishing tips.</span>
      </div>
      <form class="bt-email-form" id="btEmailForm">
        <input type="email" id="btEmailInput" placeholder="Your email" required>
        <button type="submit">Get My Code</button>
      </form>
    </div>
  </div>

  <script>
  (function(){
    var bar = document.getElementById('btEmailBar');
    var form = document.getElementById('btEmailForm');
    if(!bar || !form) return;

    function dismissed(){ try { return sessionStorage.getItem('btEmailDismissed') === '1'; } catch(e){ return false; } }
    function setDismissed(){ try { sessionStorage.setItem('btEmailDismissed','1'); } catch(e){} }

    window.btEmailClose = function(){
      bar.classList.remove('show');
      setDismissed();
    };

    window.addEventListener('scroll', function(){
      if(dismissed()) return;
      var scrolled = (window.scrollY + window.innerHeight) / document.body.scrollHeight;
      if(scrolled > 0.4){ bar.classList.add('show'); }
    }, {passive:true});

    form.addEventListener('submit', function(e){
      e.preventDefault();
      var email = document.getElementById('btEmailInput').value;
      var btn = form.querySelector('button');
      btn.textContent = 'Sending...';
      btn.disabled = true;

      var body = new URLSearchParams();
      body.append('form_type','customer');
      body.append('utf8','✓');
      body.append('contact[email]', email);
      body.append('contact[tags]','newsletter,bass-team-landing');

      fetch('/contact', {
        method: 'POST',
        headers: {'Content-Type':'application/x-www-form-urlencoded'},
        body: body.toString()
      }).then(function(){
        showSuccess();
      }).catch(function(){
        showSuccess();
      });
    });

    function showSuccess(){
      document.getElementById('btEmailContent').innerHTML =
        '<div class="bt-email-success">' +
          '<strong>You\'re In!</strong>' +
          'Use this code at checkout:' +
          '<div class="bt-email-code">WELCOME10</div>' +
          '<div class="bt-email-note">10% off your first order — welcome to the crew.</div>' +
        '</div>';
      try { sessionStorage.setItem('btEmailDismissed','1'); } catch(e){}
    }
  })();
  </script>

</div>