{"product_id":"fishing-sling-hero","title":"Fishing Sling Hero","description":"\u003cstyle\u003e\n.fishing-hero {\n  background: radial-gradient(circle at top right, #10345c 0%, #07111f 45%, #02060d 100%);\n  border-radius: 24px;\n  overflow: hidden;\n  color: #ffffff;\n  padding: 50px;\n  position: relative;\n  box-shadow: 0 20px 60px rgba(0,0,0,.45);\n}\n\n.fishing-hero::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(circle at 85% 20%, rgba(0,140,255,.22), transparent 30%),\n    radial-gradient(circle at 15% 80%, rgba(0,140,255,.12), transparent 25%);\n  pointer-events: none;\n}\n\n.fishing-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 50px;\n  align-items: center;\n  position: relative;\n  z-index: 2;\n}\n\n.hero-copy {\n  position: relative;\n  z-index: 2;\n}\n\n.hero-badge {\n  display: inline-block;\n  padding: 8px 16px;\n  border: 1px solid rgba(0,140,255,.4);\n  border-radius: 999px;\n  background: rgba(0,140,255,.12);\n  color: #67c4ff;\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 1px;\n  margin-bottom: 20px;\n}\n\n.hero-title {\n  font-size: clamp(42px, 6vw, 72px);\n  line-height: .95;\n  margin: 0 0 20px;\n  font-weight: 900;\n  text-transform: uppercase;\n  color: #e7edf5;\n  text-shadow:\n    0 2px 0 rgba(255,255,255,.15),\n    0 0 20px rgba(0,140,255,.35);\n}\n\n.hero-subtitle {\n  font-size: 20px;\n  color: #b7c4d7;\n  margin-bottom: 30px;\n  max-width: 540px;\n  line-height: 1.5;\n}\n\n.feature-list {\n  display: grid;\n  gap: 18px;\n  margin-bottom: 35px;\n}\n\n.feature-item {\n  display: flex;\n  gap: 14px;\n  align-items: center;\n}\n\n.feature-icon {\n  width: 44px;\n  height: 44px;\n  border-radius: 12px;\n  background: rgba(0,140,255,.12);\n  border: 1px solid rgba(0,140,255,.3);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: #4eb8ff;\n  font-size: 20px;\n  flex-shrink: 0;\n}\n\n.feature-text strong {\n  display: block;\n  font-size: 16px;\n  margin-bottom: 2px;\n}\n\n.feature-text span {\n  color: #9ca9bb;\n  font-size: 14px;\n  line-height: 1.4;\n}\n\n.product-specs {\n  display: flex;\n  gap: 14px;\n  flex-wrap: wrap;\n  margin: 0 0 35px;\n}\n\n.spec-item {\n  min-width: 110px;\n  padding: 14px 18px;\n  border-radius: 14px;\n  background: rgba(255,255,255,.05);\n  border: 1px solid rgba(255,255,255,.08);\n  text-align: center;\n}\n\n.spec-item strong {\n  display: block;\n  color: #67c4ff;\n  font-size: 13px;\n  letter-spacing: 1px;\n  margin-bottom: 6px;\n}\n\n.spec-item span {\n  color: #ffffff;\n  font-size: 18px;\n  font-weight: 700;\n}\n\n.available-colors {\n  margin: 30px 0;\n}\n\n.colors-label {\n  color: #67c4ff;\n  font-size: 13px;\n  font-weight: 800;\n  letter-spacing: 1.5px;\n  margin-bottom: 16px;\n}\n\n.colors-display {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 14px;\n}\n\n.color-item {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  padding: 10px 16px;\n  border-radius: 14px;\n  background: rgba(255,255,255,.05);\n  border: 1px solid rgba(255,255,255,.08);\n}\n\n.color-item span {\n  color: #d9e4f2;\n  font-size: 15px;\n  font-weight: 600;\n}\n\n.swatch {\n  width: 22px;\n  height: 22px;\n  border-radius: 50%;\n  border: 2px solid rgba(255,255,255,.25);\n  flex-shrink: 0;\n}\n\n.swatch-black {\n  background: #111111;\n}\n\n.swatch-white {\n  background: #f2f4f7;\n}\n\n.swatch-camo {\n  background: linear-gradient(\n    135deg,\n    #171717 0%,\n    #30363b 35%,\n    #1f2529 65%,\n    #101010 100%\n  );\n}\n\n.hero-cta {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 16px;\n  align-items: center;\n}\n\n.hero-button {\n  display: inline-block;\n  background: linear-gradient(90deg, #0094ff, #33b7ff);\n  color: #ffffff;\n  padding: 18px 34px;\n  border-radius: 14px;\n  text-decoration: none;\n  font-weight: 800;\n  font-size: 17px;\n  box-shadow: 0 0 25px rgba(0,140,255,.35);\n  transition: transform .2s ease;\n}\n\n.hero-button:hover {\n  transform: translateY(-2px);\n}\n\n.hero-guarantee {\n  color: #9ca9bb;\n  font-size: 14px;\n}\n\n.hero-image {\n  text-align: center;\n  position: relative;\n}\n\n.hero-image::after {\n  content: \"\";\n  position: absolute;\n  width: 85%;\n  height: 85%;\n  background: radial-gradient(circle, rgba(0,140,255,.35) 0%, transparent 70%);\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n  filter: blur(30px);\n  z-index: -1;\n}\n\n.hero-image img {\n  max-width: 100%;\n  height: auto;\n  filter:\n    drop-shadow(0 0 25px rgba(0,140,255,.35))\n    drop-shadow(0 20px 35px rgba(0,0,0,.5));\n}\n\n.trust-bar {\n  display: flex;\n  gap: 24px;\n  flex-wrap: wrap;\n  margin-top: 40px;\n  padding-top: 24px;\n  border-top: 1px solid rgba(255,255,255,.08);\n}\n\n.trust-item {\n  color: #b7c4d7;\n  font-size: 14px;\n}\n\n@media (max-width: 990px) {\n  .fishing-hero {\n    padding: 30px 24px;\n  }\n\n  .fishing-grid {\n    grid-template-columns: 1fr;\n    gap: 30px;\n  }\n\n  .hero-image {\n    order: -1;\n  }\n\n  .hero-title {\n    font-size: 48px;\n  }\n\n  .hero-subtitle {\n    font-size: 18px;\n  }\n\n  .product-specs {\n    justify-content: center;\n  }\n\n  .trust-bar {\n    gap: 12px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"fishing-hero\"\u003e\n\n  \u003cdiv class=\"fishing-grid\"\u003e\n\n    \u003cdiv class=\"hero-copy\"\u003e\n\n      \u003cdiv class=\"hero-badge\"\u003e\n        PREMIUM FISHING GEAR\n      \u003c\/div\u003e\n\n      \u003ch1 class=\"hero-title\"\u003e\n        FISHING HERO\u003cbr\u003eSLING BAG\n      \u003c\/h1\u003e\n\n      \u003cp class=\"hero-subtitle\"\u003e\n        Keep your tackle, tools, and essentials organized, protected, and always within reach for every fishing adventure.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"feature-list\"\u003e\n\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cdiv class=\"feature-icon\"\u003e📏\u003c\/div\u003e\n          \u003cdiv class=\"feature-text\"\u003e\n            \u003cstrong\u003eCompact \u0026amp; Spacious Size\u003c\/strong\u003e\n            \u003cspan\u003e35 cm (H) × 13 cm (W) × 22 cm (L)\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n          \u003cdiv class=\"feature-text\"\u003e\n            \u003cstrong\u003eWater-Resistant Design\u003c\/strong\u003e\n            \u003cspan\u003eProtects your gear from splashes and changing weather.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cdiv class=\"feature-icon\"\u003e🎒\u003c\/div\u003e\n          \u003cdiv class=\"feature-text\"\u003e\n            \u003cstrong\u003eSmart Storage System\u003c\/strong\u003e\n            \u003cspan\u003eMultiple compartments for tackle boxes, tools, and accessories.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n          \u003cdiv class=\"feature-text\"\u003e\n            \u003cstrong\u003eQuick Access Layout\u003c\/strong\u003e\n            \u003cspan\u003eGrab your essentials quickly without slowing down.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"product-specs\"\u003e\n\n        \u003cdiv class=\"spec-item\"\u003e\n          \u003cstrong\u003eHEIGHT\u003c\/strong\u003e\n          \u003cspan\u003e35 cm\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"spec-item\"\u003e\n          \u003cstrong\u003eWIDTH\u003c\/strong\u003e\n          \u003cspan\u003e13 cm\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"spec-item\"\u003e\n          \u003cstrong\u003eLENGTH\u003c\/strong\u003e\n          \u003cspan\u003e22 cm\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"available-colors\"\u003e\n\n        \u003cdiv class=\"colors-label\"\u003e\n          AVAILABLE COLORS\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"colors-display\"\u003e\n\n          \u003cdiv class=\"color-item\"\u003e\n            \u003cdiv class=\"swatch swatch-black\"\u003e\u003c\/div\u003e\n            \u003cspan\u003eBlack\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"color-item\"\u003e\n            \u003cdiv class=\"swatch swatch-white\"\u003e\u003c\/div\u003e\n            \u003cspan\u003eWhite\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"color-item\"\u003e\n            \u003cdiv class=\"swatch swatch-camo\"\u003e\u003c\/div\u003e\n            \u003cspan\u003eCamo\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hero-cta\"\u003e\n        \u003ca href=\"#product-form\" class=\"hero-button\"\u003e\n          SHOP NOW\n        \u003c\/a\u003e\n\n        \u003cdiv class=\"hero-guarantee\"\u003e\n          ✓ Secure Checkout    ✓ Fast Shipping\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"trust-bar\"\u003e\n        \u003cdiv class=\"trust-item\"\u003e✓ Lightweight \u0026amp; Comfortable\u003c\/div\u003e\n        \u003cdiv class=\"trust-item\"\u003e✓ Adjustable Crossbody Strap\u003c\/div\u003e\n        \u003cdiv class=\"trust-item\"\u003e✓ Perfect Gift for Anglers\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hero-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0811\/6168\/3181\/files\/grootsakwit.png?v=1781733316\" alt=\"Fishing Hero Sling Bag\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Striketide","offers":[{"title":"Black Bag","offer_id":50119976583405,"sku":null,"price":799.0,"currency_code":"ZAR","in_stock":true},{"title":"Camo Bag","offer_id":50119976616173,"sku":null,"price":799.0,"currency_code":"ZAR","in_stock":true},{"title":"White bag","offer_id":50119976648941,"sku":null,"price":799.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0811\/6168\/3181\/files\/grootsakwit.png?v=1781733316","url":"https:\/\/striketide.co.za\/products\/fishing-sling-hero","provider":"Striketide","version":"1.0","type":"link"}