{"product_id":"don-t-suck™-towel-tee-bundle","title":"Don’t Suck™ Towel \u0026 Tee Bundle","description":"\u003cstyle\u003e\n\/* =========================\n   AF LUXURY PAGE STYLES (Scoped \u0026 Premium)\n   ========================= *\/\n.af-luxury-page {\n  background: #050509;\n  color: #f3f4f6;\n  padding: 60px 20px;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  line-height: 1.6;\n}\n.af-luxury-page * { box-sizing: border-box; }\n\n.af-container { max-width: 1000px; margin: 0 auto; }\n\n\/* TYPOGRAPHY *\/\n.af-hero h1 {\n  margin: 0 0 16px;\n  font-weight: 800;\n  line-height: 1.1;\n  font-size: clamp(2rem, 5vw, 3.2rem);\n  letter-spacing: -0.02em;\n  color: #fff;\n  text-align: center;\n}\n.af-lead {\n  font-size: 1.25rem;\n  color: #fff;\n  font-weight: 700;\n  text-align: center;\n  margin-bottom: 12px;\n}\n.af-lede {\n  margin: 0 auto 22px;\n  max-width: 760px;\n  color: #9ca3af;\n  font-size: 1.1rem;\n  text-align: center;\n  line-height: 1.6;\n}\n\n\/* CARDS *\/\n.af-card {\n  background: #111827;\n  border: 1px solid rgba(255,255,255,0.12);\n  border-radius: 24px;\n  padding: 40px;\n  margin-bottom: 24px;\n  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.5);\n  position: relative;\n  overflow: hidden;\n}\n.af-h2 {\n  margin: 0 0 20px;\n  font-size: 1.75rem;\n  line-height: 1.2;\n  font-weight: 700;\n  color: #fff;\n}\n.af-muted {\n  color: #d1d5db;\n  font-size: 1.05rem;\n  margin-bottom: 1.2rem;\n}\n\n\/* EXECUTIVE SUMMARY *\/\n.af-exec-summary {\n  background: rgba(52, 211, 153, 0.1);\n  border: 1px solid rgba(52, 211, 153, 0.25);\n  border-radius: 16px;\n  padding: 24px;\n  margin-bottom: 22px;\n  text-align: left;\n}\n.af-exec-summary__hdr{\n  display:flex;\n  align-items:center;\n  gap:12px;\n  flex-wrap:wrap;\n  margin-bottom:10px;\n}\n.af-exec-summary__label{\n  display:inline-flex;\n  font-size: 0.75rem;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  color: #34d399;\n  font-weight: 800;\n  background: rgba(52, 211, 153, 0.1);\n  padding: 4px 8px;\n  border-radius: 6px;\n}\n.af-exec-summary__note{\n  font-size: 0.95rem;\n  color: #fff;\n  font-weight: 600;\n}\n.af-exec-summary p {\n  margin: 0;\n  color: #d1d5db;\n  font-size: 1rem;\n  line-height: 1.6;\n}\n\n\/* LISTS \u0026 STEPS *\/\n.af-list, .af-steps, ul {\n  margin: 0;\n  padding-left: 1.2rem;\n  color: #d1d5db;\n}\n.af-list li, .af-steps li, ul li { margin: 0.8rem 0; }\n.af-list li strong, ul li strong { color: #fff; }\n\n\/* CALLOUTS *\/\n.af-callout {\n  background: rgba(255,255,255,0.05);\n  border-left: 3px solid #34d399;\n  border-radius: 12px;\n  padding: 16px 20px;\n  margin-top: 18px;\n  color: #d1d5db;\n  font-size: 0.95rem;\n}\n.af-callout strong { color: #fff; }\n\n\/* FAQ *\/\n.af-faq {\n  border-top: 1px solid rgba(255,255,255,0.1);\n  padding: 16px 0;\n}\n.af-faq summary {\n  cursor: pointer;\n  font-weight: 700;\n  color: #fff;\n  font-size: 1.1rem;\n  list-style: none;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 12px;\n}\n.af-faq summary::-webkit-details-marker { display: none; }\n.af-faq summary::after {\n  content: \"+\";\n  font-weight: 400;\n  color: #9ca3af;\n  font-size: 1.5rem;\n}\ndetails[open] summary::after { content: \"−\"; }\n.af-faq div {\n  margin-top: 12px;\n  color: #d1d5db;\n  line-height: 1.6;\n}\n\n\/* BUTTONS (Locked System) *\/\n.af-btn-wrap {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n  margin-top: 18px;\n  justify-content: center;\n}\n.af-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  padding: 12px 24px;\n  border-radius: 999px;\n  font-weight: 700;\n  text-decoration: none !important;\n  font-size: 0.95rem;\n  transition: all 0.2s ease;\n  cursor: pointer;\n  border: none;\n  font-family: inherit;\n  user-select: none;\n}\n.af-btn:hover { transform: translateY(-2px); }\n\n.af-btn-primary {\n  background: #34d399;\n  color: #064e3b !important;\n  box-shadow: 0 4px 12px rgba(52, 211, 153, 0.3);\n}\n.af-btn-primary:hover {\n  background: #10b981;\n  box-shadow: 0 8px 20px rgba(52, 211, 153, 0.4);\n}\n\n.af-btn-secondary {\n  background: rgba(255,255,255,0.1);\n  color: #fff !important;\n  border: 1px solid rgba(255,255,255,0.1);\n}\n.af-btn-secondary:hover { background: rgba(255,255,255,0.2); }\n\n\/* GRIDS *\/\n.af-grid-2 {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 20px;\n}\n@media (min-width: 768px) {\n  .af-grid-2 { grid-template-columns: 1fr 1fr; }\n}\n.af-center{ text-align:center; }\n\u003c\/style\u003e\n\u003cdiv class=\"af-luxury-page\" data-af-ds-bundle=\"\"\u003e\n\u003cdiv class=\"af-container\"\u003e\n\u003cheader class=\"af-hero\"\u003e\n\u003ch1\u003eDon’t Suck™ Towel \u0026amp; Tee Bundle\u003c\/h1\u003e\n\u003cdiv class=\"af-exec-summary\"\u003e\n\u003cdiv class=\"af-exec-summary__hdr\"\u003e\n\u003cspan class=\"af-exec-summary__label\"\u003eTest Verdict\u003c\/span\u003e \u003cspan class=\"af-exec-summary__note\"\u003eClean contact + repeatable setup. Two boring wins that pay all round.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eThis bundle pairs the Don’t Suck™ \u003cstrong\u003eMagna-Anchor™\u003c\/strong\u003e magnetic golf towel (16×24) with DON’T SUCK™ tees to reduce two repeatable round killers: \u003cem\u003edirty contact\u003c\/em\u003e and \u003cem\u003einconsistent tee setup\u003c\/em\u003e. The towel supports a Scrub → Wash → Dry loop, and the tees make your start-of-hole routine more consistent.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eVerdict:\u003c\/strong\u003e Choose it if you want a cleaner, more intentional routine. Skip it if you don’t care about consistency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"af-lead\"\u003eA cleaner strike starts with a cleaner routine.\u003c\/p\u003e\n\u003cp class=\"af-lede\"\u003eThe fastest way to sabotage a round isn’t a bad swing. It’s repeating the same two mistakes all day: hitting with a dirty face and changing tee setup every hole like it’s a new experiment. This is the “show up prepared” kit: fast access + repeatable starts.\u003c\/p\u003e\n\u003cdiv class=\"af-btn-wrap\"\u003e\n\u003cbutton type=\"button\" class=\"af-btn af-btn-primary\" data-af-atc=\"\"\u003eAdd to Cart\u003c\/button\u003e \u003ca class=\"af-btn af-btn-secondary\" href=\"#choose\"\u003eChoose Your Setup\u003c\/a\u003e \u003ca class=\"af-btn af-btn-secondary\" href=\"\/pages\/our-golf-gear-testing-design-standards\"\u003eTesting Standards\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"af-btn-wrap\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/header\u003e\n\u003csection class=\"af-card\"\u003e\n\u003ch2 class=\"af-h2\"\u003eHook: most “bundles” are lazy. This one is a routine.\u003c\/h2\u003e\n\u003cp class=\"af-muted\"\u003eA lot of bundles are just two SKUs holding hands. Cute. Useless. This bundle has one job: keep your contact and your setup consistent enough that your swing can do its job.\u003c\/p\u003e\n\u003cp class=\"af-muted\"\u003e\u003cstrong\u003eProblem #1:\u003c\/strong\u003e debris + moisture in grooves changes launch and spin. \u003cbr\u003e\u003cstrong\u003eProblem #2:\u003c\/strong\u003e inconsistent tee height and seating changes strike.\u003c\/p\u003e\n\u003cdiv class=\"af-callout\"\u003e\n\u003cstrong\u003eThe Fix:\u003c\/strong\u003e one repeatable flow: \u003cstrong\u003etee → clean → swing\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"af-card\"\u003e\n\u003ch2 class=\"af-h2\"\u003eMechanism: why the towel stays useful longer\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eScrub:\u003c\/strong\u003e break up compacted grit with the scrub pad.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWash:\u003c\/strong\u003e use the wash pocket to isolate moisture and grime (so you’re not smearing).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDry:\u003c\/strong\u003e finish on the dry zone to keep grooves usable shot after shot.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFast access:\u003c\/strong\u003e Magna-Anchor™ retention keeps the towel reachable, not buried.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"af-callout\"\u003e\n\u003cstrong\u003eTranslation:\u003c\/strong\u003e you clean more often because it’s easier, not because you “found discipline.”\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"af-card\"\u003e\n\u003ch2 class=\"af-h2\"\u003eMechanism: why tee setup becomes repeatable\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eStable seating:\u003c\/strong\u003e the tee head is designed to reduce ball wobble at address.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMore consistent starts:\u003c\/strong\u003e when height and seating are predictable, strike becomes easier to repeat.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e fewer broken-tee resets means fewer routine interruptions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"af-callout\"\u003e\n\u003cstrong\u003eTranslation:\u003c\/strong\u003e fewer “what the hell was that?” tee shots caused by bad inputs.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"af-grid-2\"\u003e\n\u003cdiv class=\"af-card\"\u003e\n\u003ch2 class=\"af-h2\"\u003eWho it’s for\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eRoutine builders:\u003c\/strong\u003e you want the same setup more often.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGolfers who care about contact:\u003c\/strong\u003e you actually clean grooves mid-round.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCart riders:\u003c\/strong\u003e fast towel access without digging.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"af-card\"\u003e\n\u003ch2 class=\"af-h2\"\u003eWho it’s not for\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNovelty shoppers:\u003c\/strong\u003e this is equipment, not a gag gift.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e“I never clean clubs” golfers:\u003c\/strong\u003e you won’t use it, so don’t pretend.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"choose\" class=\"af-card\"\u003e\n\u003ch2 class=\"af-h2\"\u003eChoose your setup\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eChoose the bundle\u003c\/strong\u003e if you want the minimum viable system for clean contact + consistent tee starts.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eChoose the towel alone\u003c\/strong\u003e if your biggest issue is dirty grooves and inconsistent spin\/launch.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eChoose tees alone\u003c\/strong\u003e if you already have a legit towel routine and only need repeatable starts.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUpgrade path:\u003c\/strong\u003e add a Landing Pad if you want a consistent docking surface inside your bag between dividers.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"af-btn-wrap\"\u003e\n\u003ca class=\"af-btn af-btn-secondary\" href=\"\/collections\/magnetic-towels\"\u003eShop Towels\u003c\/a\u003e \u003ca class=\"af-btn af-btn-secondary\" href=\"\/collections\/golf-tees\"\u003eShop Tees\u003c\/a\u003e \u003ca class=\"af-btn af-btn-secondary\" href=\"\/collections\/magnetic-landing-pads\"\u003eShop Landing Pads\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"af-card\"\u003e\n\u003ch2 class=\"af-h2\"\u003eUse it like this (real round flow)\u003c\/h2\u003e\n\u003col class=\"af-steps\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eFirst tee:\u003c\/strong\u003e keep the towel reachable (not buried behind 14 headcovers).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTee box:\u003c\/strong\u003e set the ball, then clean the face using \u003cstrong\u003eScrub → Wash → Dry\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eApproach shots:\u003c\/strong\u003e quick wipe before scoring shots where contact matters most.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGreenside:\u003c\/strong\u003e clean grooves so chips aren’t a coin flip.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePost round:\u003c\/strong\u003e rinse the wash pocket and reset the system for next time.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/section\u003e\n\u003csection class=\"af-card\"\u003e\n\u003ch2 class=\"af-h2\"\u003eProof and trust\u003c\/h2\u003e\n\u003cp class=\"af-muted\"\u003eWe design around failure modes, not fantasies. Dirty faces and sloppy setup show up in nearly every round. This bundle exists to remove those two variables without adding new ones.\u003c\/p\u003e\n\u003cdiv class=\"af-btn-wrap\"\u003e\n\u003ca class=\"af-btn af-btn-secondary\" href=\"\/pages\/our-golf-gear-testing-design-standards\"\u003eTesting Standards\u003c\/a\u003e \u003ca class=\"af-btn af-btn-secondary\" href=\"\/pages\/golf-gear-system-hub\"\u003eSee System Hub\u003c\/a\u003e \u003ca class=\"af-btn af-btn-secondary\" href=\"\/collections\/on-course-systems\"\u003eShop On-Course Systems\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"af-card\" id=\"af-faq\"\u003e\n\u003ch2 class=\"af-h2\"\u003eFAQ\u003c\/h2\u003e\n\u003cdetails class=\"af-faq\"\u003e\n\u003csummary\u003eIs the towel in this bundle the Stubby 16×24 size?\u003c\/summary\u003e\n\u003cdiv\u003eYes. This bundle uses the 16×24 “Stubby” format for compact speed and minimal bulk.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"af-faq\"\u003e\n\u003csummary\u003eWhat makes the towel a “system”?\u003c\/summary\u003e\n\u003cdiv\u003eIt’s built around the 3-stage clean loop (Scrub → Wash → Dry) plus Magna-Anchor™ access so you actually use it mid-round.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"af-faq\"\u003e\n\u003csummary\u003eDoes the wash pocket help the towel stay usable longer?\u003c\/summary\u003e\n\u003cdiv\u003eThat’s the point. The wash pocket isolates moisture and grime so the rest of the towel doesn’t turn into a soaked rag early in the round.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"af-faq\"\u003e\n\u003csummary\u003eAre the tees novelty tees?\u003c\/summary\u003e\n\u003cdiv\u003eNo. They’re designed for repeatable seating and more consistent starts. If you want novelty, this isn’t trying to entertain you.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"af-faq\"\u003e\n\u003csummary\u003eWhat pairs best with this bundle?\u003c\/summary\u003e\n\u003cdiv\u003eA Magnetic Landing Pad is the clean add-on for consistency because it creates a stable docking surface inside your bag between club dividers.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"af-faq\"\u003e\n\u003csummary\u003eIs there a bigger towel option?\u003c\/summary\u003e\n\u003cdiv\u003eYes. Choose The 40 (16×40) if you ride or use a push cart and want more surface area for wet\/dry zoning through 18 holes.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"af-faq\"\u003e\n\u003csummary\u003eIs this a good gift?\u003c\/summary\u003e\n\u003cdiv\u003eYes for someone who actually plays. It’s useful first, attitude second, and it won’t end up as drawer clutter.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"af-card af-center\"\u003e\n\u003ch2 class=\"af-h2\"\u003eReady to run the routine?\u003c\/h2\u003e\n\u003cp class=\"af-muted\"\u003eIf you want fewer sloppy starts and fewer dirty-face surprises, this is the clean entry point. Build the habit once, benefit every round.\u003c\/p\u003e\n\u003cdiv class=\"af-btn-wrap\"\u003e\n\u003cbutton type=\"button\" class=\"af-btn af-btn-primary\" data-af-atc=\"\"\u003eAdd to Cart\u003c\/button\u003e \u003ca class=\"af-btn af-btn-secondary\" href=\"\/collections\/dont-suck\"\u003eShop Don’t Suck Collection\u003c\/a\u003e \u003ca class=\"af-btn af-btn-secondary\" href=\"\/pages\/our-golf-gear-testing-design-standards\"\u003eTesting Standards\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQPage JSON-LD (matches on-page FAQ) --\u003e\n\u003cp\u003e\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the towel in this bundle the Stubby 16×24 size?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. This bundle uses the 16×24 “Stubby” format for compact speed and minimal bulk.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What makes the towel a “system”?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"It’s built around the 3-stage clean loop (Scrub → Wash → Dry) plus Magna-Anchor™ access so you actually use it mid-round.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the wash pocket help the towel stay usable longer?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"That’s the point. The wash pocket isolates moisture and grime so the rest of the towel doesn’t turn into a soaked rag early in the round.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are the tees novelty tees?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No. They’re designed for repeatable seating and more consistent starts. If you want novelty, this isn’t trying to entertain you.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What pairs best with this bundle?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"A Magnetic Landing Pad is the clean add-on for consistency because it creates a stable docking surface inside your bag between club dividers.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is there a bigger towel option?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. Choose The 40 (16×40) if you ride or use a push cart and want more surface area for wet\/dry zoning through 18 holes.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is this a good gift?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes for someone who actually plays. It’s useful first, attitude second, and it won’t end up as drawer clutter.\" }\n    }\n  ]\n}\n\u003c\/script\u003e \u003cscript\u003e\n\/* =========================================================\n   AF PDP ATC (Theme-Independent | No-Variant Safe)\n   - For products without variants: submit the REAL Shopify \/cart\/add form\n   - Uses requestSubmit() with MutationObserver fallback\n   - Does NOT rely on theme buttons\n   ========================================================= *\/\n(function(){\n  const root = document.querySelector('[data-af-ds-bundle]');\n  if(!root) return;\n\n  const atcBtns = Array.from(root.querySelectorAll('[data-af-atc]'));\n\n  function findProductForm(){\n    const forms = Array.from(document.querySelectorAll('form[action^=\"\/cart\/add\"]'));\n    if(!forms.length) return null;\n    const preferred = forms.find(f =\u003e f.querySelector('input[name=\"id\"], select[name=\"id\"]'));\n    return preferred || forms[0];\n  }\n\n  function submitRealCartForm(){\n    const form = findProductForm();\n    if(!form) return false;\n    try{\n      if(typeof form.requestSubmit === \"function\") form.requestSubmit();\n      else form.submit();\n      return true;\n    }catch(e){\n      try{ form.submit(); return true; }catch(_){ return false; }\n    }\n  }\n\n  function submitWithObserverFallback(){\n    if(submitRealCartForm()) return;\n    const obs = new MutationObserver(() =\u003e {\n      if(findProductForm()){\n        obs.disconnect();\n        submitRealCartForm();\n      }\n    });\n    obs.observe(document.documentElement, { childList:true, subtree:true });\n    setTimeout(() =\u003e { try{ obs.disconnect(); }catch(e){} }, 8000);\n  }\n\n  atcBtns.forEach(btn =\u003e {\n    btn.addEventListener('click', (e) =\u003e {\n      e.preventDefault();\n      submitWithObserverFallback();\n    });\n  });\n})();\n\u003c\/script\u003e\u003c\/p\u003e","brand":"Aiming Fluid Golf","offers":[{"title":"Default Title","offer_id":51392263192872,"sku":"AFGT-50MT2","price":44.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0854\/2152\/3240\/files\/Updateoptimizedmainimage.jpg?v=1778891226","url":"https:\/\/www.golfleaguellc.com\/products\/don-t-suck%e2%84%a2-towel-tee-bundle","provider":"GOLF LEAGUE","version":"1.0","type":"link"}