{"product_id":"untitled-sep15_13-20-21","title":"The Fitness Kit™\nRunners Starter Bag","description":"\u003cstyle\u003e\n:root{\n  --purple:#7B2FF7;\n  --black:#111111;\n  --light:#f8f8f8;\n  --border:#ececec;\n}\n\n.tf-section{\n  max-width:1200px;\n  margin:auto;\n  padding:45px 22px;\n  background:#fff;\n  font-family:Arial,sans-serif;\n}\n\n.tf-title{\n  font-size:34px;\n  font-weight:800;\n  color:var(--black);\n  line-height:1.1;\n  margin-bottom:15px;\n  text-align:center;\n}\n\n.tf-title span{\n  color:var(--purple);\n}\n\n.tf-text{\n  font-size:17px;\n  color:#555;\n  line-height:1.7;\n  text-align:center;\n  max-width:720px;\n  margin:auto;\n}\n\n.tf-features{\n  margin-top:35px;\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:14px;\n}\n\n.tf-feature{\n  background:#fafafa;\n  border:1px solid var(--border);\n  border-radius:18px;\n  padding:18px;\n  display:flex;\n  align-items:center;\n  gap:14px;\n  transition:.3s ease;\n}\n\n.tf-feature:hover{\n  border-color:var(--purple);\n  transform:translateY(-3px);\n  box-shadow:0 10px 25px rgba(0,0,0,.05);\n}\n\n.tf-icon{\n  width:46px;\n  height:46px;\n  border-radius:50%;\n  background:rgba(123,47,247,.08);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:22px;\n  flex-shrink:0;\n}\n\n.tf-feature h4{\n  margin:0;\n  font-size:15px;\n  font-weight:700;\n  color:#111;\n}\n\n.tf-feature p{\n  margin:5px 0 0;\n  font-size:13px;\n  color:#666;\n  line-height:1.6;\n}\n\n@media(max-width:700px){\n  .tf-section{\n    padding:40px 18px;\n  }\n\n  .tf-title{\n    font-size:28px;\n  }\n\n  .tf-text{\n    font-size:15px;\n  }\n\n  .tf-features{\n    grid-template-columns:1fr;\n  }\n}\n\u003c\/style\u003e\n\n\u003csection class=\"tf-section\"\u003e\n\n  \u003ch2 class=\"tf-title\"\u003e\n    Everything You Need To Start Your \u003cspan\u003eRunning Journey\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp class=\"tf-text\"\u003e\n    The Runners Starter Bag brings together the essential gear you need for your runs in one organised, premium kit. Whether you're training for your first 5KM, getting back into running or simply want to make every run more comfortable, you're ready to go.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"tf-features\"\u003e\n\n    \u003cdiv class=\"tf-feature\"\u003e\n      \u003cdiv class=\"tf-icon\"\u003e🏃\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eComplete Running Kit\u003c\/h4\u003e\n        \u003cp\u003eEssential running accessories carefully selected to support your training and everyday runs.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf-feature\"\u003e\n      \u003cdiv class=\"tf-icon\"\u003e🎒\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003ePremium Runners Bag\u003c\/h4\u003e\n        \u003cp\u003eKeep your running essentials together and organised wherever your training takes you.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf-feature\"\u003e\n      \u003cdiv class=\"tf-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eBuilt For Your Runs\u003c\/h4\u003e\n        \u003cp\u003eFrom hydration and energy to comfort and visibility, your key essentials are packed together.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf-feature\"\u003e\n      \u003cdiv class=\"tf-icon\"\u003e💜\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eOne Bag. Everything Ready.\u003c\/h4\u003e\n        \u003cp\u003eSpend less time preparing and more time focusing on your next run.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003cstyle\u003e\n.tf2-section{\n  max-width:1200px;\n  margin:auto;\n  padding:20px 22px 50px;\n  font-family:Arial,sans-serif;\n  background:#fff;\n}\n\n.tf2-heading{\n  text-align:center;\n  font-size:30px;\n  font-weight:800;\n  color:#111;\n  margin-bottom:10px;\n}\n\n.tf2-heading span{\n  color:#7B2FF7;\n}\n\n.tf2-sub{\n  text-align:center;\n  font-size:16px;\n  color:#666;\n  max-width:650px;\n  margin:0 auto 30px;\n  line-height:1.6;\n}\n\n.tf2-accordion{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n}\n\n.tf2-item{\n  border:1px solid #ececec;\n  border-radius:18px;\n  overflow:hidden;\n  background:#fff;\n  transition:.3s;\n}\n\n.tf2-item:hover{\n  border-color:#7B2FF7;\n}\n\n.tf2-item input{\n  display:none;\n}\n\n.tf2-label{\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  padding:18px;\n  cursor:pointer;\n  font-size:16px;\n  font-weight:700;\n  color:#111;\n}\n\n.tf2-label span:last-child{\n  font-size:24px;\n  color:#7B2FF7;\n  transition:.3s;\n}\n\n.tf2-content{\n  max-height:0;\n  overflow:hidden;\n  transition:max-height .4s ease;\n  padding:0 18px;\n}\n\n.tf2-content p{\n  margin:0;\n  padding-bottom:18px;\n  font-size:15px;\n  line-height:1.7;\n  color:#666;\n}\n\n.tf2-item input:checked ~ .tf2-content{\n  max-height:180px;\n}\n\n.tf2-item input:checked ~ .tf2-label span:last-child{\n  transform:rotate(45deg);\n}\n\n@media(max-width:700px){\n  .tf2-heading{\n    font-size:26px;\n  }\n\n  .tf2-sub{\n    font-size:15px;\n  }\n\n  .tf2-label{\n    padding:16px;\n    font-size:15px;\n  }\n}\n\u003c\/style\u003e\n\n\u003csection class=\"tf2-section\"\u003e\n\n  \u003ch2 class=\"tf2-heading\"\u003e\n    What's \u003cspan\u003eIncluded\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp class=\"tf2-sub\"\u003e\n    Everything you need to make your runs more comfortable, organised and enjoyable, packed into one premium starter bag.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"tf2-accordion\"\u003e\n\n    \u003cdiv class=\"tf2-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"runner1\"\u003e\n      \u003clabel class=\"tf2-label\" for=\"runner1\"\u003e\n        \u003cspan\u003e🎒 Premium Runners Bag\u003c\/span\u003e\n        \u003cspan\u003e+\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"tf2-content\"\u003e\n        \u003cp\u003eA spacious premium bag designed to keep your running essentials organised and easy to carry wherever you train.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf2-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"runner2\"\u003e\n      \u003clabel class=\"tf2-label\" for=\"runner2\"\u003e\n        \u003cspan\u003e💧 Water Bottle\u003c\/span\u003e\n        \u003cspan\u003e+\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"tf2-content\"\u003e\n        \u003cp\u003eStay hydrated throughout your run with a dedicated water bottle that's ready to go whenever you are.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf2-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"runner3\"\u003e\n      \u003clabel class=\"tf2-label\" for=\"runner3\"\u003e\n        \u003cspan\u003e🩹 Anti-Chafe Stick\u003c\/span\u003e\n        \u003cspan\u003e+\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"tf2-content\"\u003e\n        \u003cp\u003eHelps reduce friction in areas prone to chafing, making longer and more active runs more comfortable.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf2-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"runner4\"\u003e\n      \u003clabel class=\"tf2-label\" for=\"runner4\"\u003e\n        \u003cspan\u003e⚡ 2 Energy Gels\u003c\/span\u003e\n        \u003cspan\u003e+\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"tf2-content\"\u003e\n        \u003cp\u003eTwo energy gels are included to provide a convenient source of carbohydrates during your training sessions.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf2-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"runner5\"\u003e\n      \u003clabel class=\"tf2-label\" for=\"runner5\"\u003e\n        \u003cspan\u003e👃 Nasal Strips\u003c\/span\u003e\n        \u003cspan\u003e+\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"tf2-content\"\u003e\n        \u003cp\u003eDesigned to help open the nasal passages and support easier nasal breathing while running.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf2-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"runner6\"\u003e\n      \u003clabel class=\"tf2-label\" for=\"runner6\"\u003e\n        \u003cspan\u003e🏃 Running Belt\u003c\/span\u003e\n        \u003cspan\u003e+\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"tf2-content\"\u003e\n        \u003cp\u003eA compact running belt that gives you a convenient way to carry small essentials while you're on the move.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf2-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"runner7\"\u003e\n      \u003clabel class=\"tf2-label\" for=\"runner7\"\u003e\n        \u003cspan\u003e🕶️ Running Sunglasses\u003c\/span\u003e\n        \u003cspan\u003e+\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"tf2-content\"\u003e\n        \u003cp\u003eSport-style running sunglasses designed to help protect your eyes and complete your running setup.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003cstyle\u003e\n.tf3-section{\n  max-width:1200px;\n  margin:auto;\n  padding:20px 22px 55px;\n  font-family:Arial,sans-serif;\n  background:#fff;\n}\n\n.tf3-heading{\n  text-align:center;\n  font-size:30px;\n  font-weight:800;\n  color:#111;\n  margin-bottom:12px;\n}\n\n.tf3-heading span{\n  color:#7B2FF7;\n}\n\n.tf3-sub{\n  text-align:center;\n  max-width:680px;\n  margin:0 auto 35px;\n  font-size:16px;\n  color:#666;\n  line-height:1.7;\n}\n\n.tf3-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:18px;\n}\n\n.tf3-card{\n  background:#fff;\n  border:1px solid #ececec;\n  border-radius:20px;\n  padding:24px;\n  transition:.3s ease;\n}\n\n.tf3-card:hover{\n  border-color:#7B2FF7;\n  transform:translateY(-4px);\n  box-shadow:0 12px 30px rgba(0,0,0,.06);\n}\n\n.tf3-icon{\n  width:54px;\n  height:54px;\n  border-radius:50%;\n  background:rgba(123,47,247,.08);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:24px;\n  margin-bottom:16px;\n}\n\n.tf3-card h3{\n  margin:0 0 10px;\n  font-size:18px;\n  font-weight:700;\n  color:#111;\n}\n\n.tf3-card p{\n  margin:0;\n  font-size:15px;\n  line-height:1.7;\n  color:#666;\n}\n\n.tf3-highlight{\n  margin-top:40px;\n  background:#111;\n  border-radius:24px;\n  padding:30px;\n  text-align:center;\n  color:#fff;\n}\n\n.tf3-highlight h3{\n  margin:0 0 12px;\n  font-size:26px;\n  font-weight:800;\n}\n\n.tf3-highlight h3 span{\n  color:#B56CFF;\n}\n\n.tf3-highlight p{\n  margin:0 auto;\n  max-width:700px;\n  font-size:16px;\n  line-height:1.8;\n  color:#e4e4e4;\n}\n\n@media(max-width:700px){\n  .tf3-heading{\n    font-size:26px;\n  }\n\n  .tf3-sub{\n    font-size:15px;\n  }\n\n  .tf3-grid{\n    grid-template-columns:1fr;\n    gap:15px;\n  }\n\n  .tf3-card{\n    padding:20px;\n  }\n\n  .tf3-highlight{\n    padding:24px 20px;\n  }\n\n  .tf3-highlight h3{\n    font-size:22px;\n  }\n\n  .tf3-highlight p{\n    font-size:15px;\n  }\n}\n\u003c\/style\u003e\n\n\u003csection class=\"tf3-section\"\u003e\n\n  \u003ch2 class=\"tf3-heading\"\u003e\n    Why You'll \u003cspan\u003eLove It\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp class=\"tf3-sub\"\u003e\n    Designed to make your running routine simpler, more comfortable and more organised from your first kilometre to your next personal best.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"tf3-grid\"\u003e\n\n    \u003cdiv class=\"tf3-card\"\u003e\n      \u003cdiv class=\"tf3-icon\"\u003e💧\u003c\/div\u003e\n      \u003ch3\u003eStay Hydrated\u003c\/h3\u003e\n      \u003cp\u003e\n        Keep hydration close with the included water bottle, making it easier to stay prepared before, during and after your run.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf3-card\"\u003e\n      \u003cdiv class=\"tf3-icon\"\u003e⚡\u003c\/div\u003e\n      \u003ch3\u003eFuel Your Run\u003c\/h3\u003e\n      \u003cp\u003e\n        Two energy gels give you convenient running fuel to take with you during your training sessions.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf3-card\"\u003e\n      \u003cdiv class=\"tf3-icon\"\u003e🏃\u003c\/div\u003e\n      \u003ch3\u003eRun More Comfortably\u003c\/h3\u003e\n      \u003cp\u003e\n        The anti-chafe stick and running accessories are designed to help make your running experience more comfortable.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf3-card\"\u003e\n      \u003cdiv class=\"tf3-icon\"\u003e🎒\u003c\/div\u003e\n      \u003ch3\u003eEverything In One Bag\u003c\/h3\u003e\n      \u003cp\u003e\n        Your key running essentials are packed together so you can grab your bag and get ready to run.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tf3-highlight\"\u003e\n\n    \u003ch3\u003e\n      Run Further. \u003cspan\u003eGo Further.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Whether you're preparing for your first 5KM, training regularly or simply getting more active, the Runners Starter Bag gives you a convenient collection of running essentials in one premium kit.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n  \u003cstyle\u003e\n.tf4-section{\n  max-width:1200px;\n  margin:auto;\n  padding:20px 22px 60px;\n  background:#fff;\n  font-family:Arial,sans-serif;\n}\n\n.tf4-heading{\n  text-align:center;\n  font-size:30px;\n  font-weight:800;\n  color:#111;\n  margin-bottom:12px;\n}\n\n.tf4-heading span{\n  color:#7B2FF7;\n}\n\n.tf4-sub{\n  max-width:700px;\n  margin:0 auto 35px;\n  text-align:center;\n  font-size:16px;\n  line-height:1.7;\n  color:#666;\n}\n\n.tf4-table{\n  border:1px solid #ececec;\n  border-radius:20px;\n  overflow:hidden;\n  background:#fff;\n}\n\n.tf4-row{\n  display:grid;\n  grid-template-columns:2fr 1fr 1fr;\n  align-items:center;\n  padding:18px;\n  border-bottom:1px solid #ececec;\n}\n\n.tf4-row:last-child{\n  border-bottom:none;\n}\n\n.tf4-head{\n  background:#111;\n  color:#fff;\n  font-weight:700;\n}\n\n.tf4-feature{\n  font-weight:600;\n  color:#111;\n}\n\n.tf4-yes{\n  text-align:center;\n  font-size:20px;\n  font-weight:700;\n  color:#7B2FF7;\n}\n\n.tf4-no{\n  text-align:center;\n  font-size:20px;\n  font-weight:700;\n  color:#b5b5b5;\n}\n\n.tf4-badges{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:16px;\n  margin-top:35px;\n}\n\n.tf4-badge{\n  background:#fafafa;\n  border:1px solid #ececec;\n  border-radius:18px;\n  padding:20px;\n  text-align:center;\n  transition:.3s;\n}\n\n.tf4-badge:hover{\n  border-color:#7B2FF7;\n  transform:translateY(-4px);\n  box-shadow:0 10px 25px rgba(0,0,0,.05);\n}\n\n.tf4-icon{\n  font-size:30px;\n  margin-bottom:12px;\n}\n\n.tf4-badge h4{\n  margin:0 0 8px;\n  font-size:16px;\n  color:#111;\n}\n\n.tf4-badge p{\n  margin:0;\n  font-size:14px;\n  line-height:1.6;\n  color:#666;\n}\n\n@media(max-width:700px){\n  .tf4-heading{\n    font-size:26px;\n  }\n\n  .tf4-sub{\n    font-size:15px;\n  }\n\n  .tf4-row{\n    grid-template-columns:1.8fr .8fr .8fr;\n    padding:15px;\n    font-size:14px;\n  }\n\n  .tf4-badges{\n    grid-template-columns:1fr 1fr;\n    gap:12px;\n  }\n\n  .tf4-badge{\n    padding:18px;\n  }\n}\n\u003c\/style\u003e\n\n\u003csection class=\"tf4-section\"\u003e\n\n  \u003ch2 class=\"tf4-heading\"\u003e\n    Why Choose \u003cspan\u003eThe Fitness Kit?\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp class=\"tf4-sub\"\u003e\n    Get your essential running accessories together in one convenient starter bag instead of searching for each item individually.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"tf4-table\"\u003e\n\n    \u003cdiv class=\"tf4-row tf4-head\"\u003e\n      \u003cdiv\u003e\u003c\/div\u003e\n      \u003cdiv style=\"text-align:center;\"\u003eOur Kit\u003c\/div\u003e\n      \u003cdiv style=\"text-align:center;\"\u003eBuy Separately\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf4-row\"\u003e\n      \u003cdiv class=\"tf4-feature\"\u003eRunning Essentials Together\u003c\/div\u003e\n      \u003cdiv class=\"tf4-yes\"\u003e✔\u003c\/div\u003e\n      \u003cdiv class=\"tf4-no\"\u003e✖\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf4-row\"\u003e\n      \u003cdiv class=\"tf4-feature\"\u003ePremium Runners Bag\u003c\/div\u003e\n      \u003cdiv class=\"tf4-yes\"\u003e✔\u003c\/div\u003e\n      \u003cdiv class=\"tf4-no\"\u003e✖\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf4-row\"\u003e\n      \u003cdiv class=\"tf4-feature\"\u003eHydration \u0026amp; Running Fuel\u003c\/div\u003e\n      \u003cdiv class=\"tf4-yes\"\u003e✔\u003c\/div\u003e\n      \u003cdiv class=\"tf4-no\"\u003e✖\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf4-row\"\u003e\n      \u003cdiv class=\"tf4-feature\"\u003eReady-To-Run Setup\u003c\/div\u003e\n      \u003cdiv class=\"tf4-yes\"\u003e✔\u003c\/div\u003e\n      \u003cdiv class=\"tf4-no\"\u003e✖\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tf4-badges\"\u003e\n\n    \u003cdiv class=\"tf4-badge\"\u003e\n      \u003cdiv class=\"tf4-icon\"\u003e🚚\u003c\/div\u003e\n      \u003ch4\u003eFast Shipping\u003c\/h4\u003e\n      \u003cp\u003eFast and reliable delivery anywhere in South Africa.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf4-badge\"\u003e\n      \u003cdiv class=\"tf4-icon\"\u003e🏃\u003c\/div\u003e\n      \u003ch4\u003eMade For Runners\u003c\/h4\u003e\n      \u003cp\u003eEssential accessories selected with your running routine in mind.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf4-badge\"\u003e\n      \u003cdiv class=\"tf4-icon\"\u003e💜\u003c\/div\u003e\n      \u003ch4\u003ePremium Quality\u003c\/h4\u003e\n      \u003cp\u003eA convenient collection of running essentials packed into one kit.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf4-badge\"\u003e\n      \u003cdiv class=\"tf4-icon\"\u003e⭐\u003c\/div\u003e\n      \u003ch4\u003ePerfect For Beginners\u003c\/h4\u003e\n      \u003cp\u003eA simple way to get started with the essentials for your next run.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n  \u003cstyle\u003e\n.tf5-section{\n  max-width:1200px;\n  margin:auto;\n  padding:20px 22px 70px;\n  background:#fff;\n  font-family:Arial,sans-serif;\n}\n\n.tf5-card{\n  position:relative;\n  overflow:hidden;\n  background:linear-gradient(135deg,#111111,#1d1d1d);\n  border-radius:26px;\n  padding:40px;\n  color:#fff;\n}\n\n.tf5-card::before{\n  content:\"\";\n  position:absolute;\n  top:-140px;\n  right:-120px;\n  width:300px;\n  height:300px;\n  background:rgba(123,47,247,.15);\n  border-radius:50%;\n}\n\n.tf5-card::after{\n  content:\"\";\n  position:absolute;\n  bottom:-120px;\n  left:-100px;\n  width:240px;\n  height:240px;\n  background:rgba(123,47,247,.08);\n  border-radius:50%;\n}\n\n.tf5-title{\n  position:relative;\n  z-index:2;\n  font-size:34px;\n  font-weight:800;\n  line-height:1.2;\n  margin-bottom:16px;\n}\n\n.tf5-title span{\n  color:#B56CFF;\n}\n\n.tf5-text{\n  position:relative;\n  z-index:2;\n  max-width:720px;\n  font-size:16px;\n  line-height:1.8;\n  color:#dddddd;\n  margin-bottom:35px;\n}\n\n.tf5-grid{\n  position:relative;\n  z-index:2;\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n}\n\n.tf5-box{\n  background:rgba(255,255,255,.05);\n  border:1px solid rgba(255,255,255,.08);\n  border-radius:18px;\n  padding:22px;\n  backdrop-filter:blur(8px);\n  transition:.3s;\n}\n\n.tf5-box:hover{\n  transform:translateY(-4px);\n  border-color:rgba(181,108,255,.45);\n}\n\n.tf5-icon{\n  font-size:30px;\n  margin-bottom:12px;\n}\n\n.tf5-box h4{\n  margin:0 0 8px;\n  font-size:17px;\n  font-weight:700;\n}\n\n.tf5-box p{\n  margin:0;\n  font-size:14px;\n  line-height:1.7;\n  color:#d9d9d9;\n}\n\n.tf5-divider{\n  position:relative;\n  z-index:2;\n  height:1px;\n  background:rgba(255,255,255,.12);\n  margin:35px 0;\n}\n\n.tf5-final{\n  position:relative;\n  z-index:2;\n  text-align:center;\n}\n\n.tf5-final h3{\n  font-size:28px;\n  font-weight:800;\n  margin-bottom:14px;\n}\n\n.tf5-final p{\n  max-width:650px;\n  margin:auto;\n  font-size:16px;\n  line-height:1.8;\n  color:#dddddd;\n}\n\n.tf5-note{\n  margin-top:18px;\n  display:inline-block;\n  padding:10px 18px;\n  border-radius:50px;\n  background:rgba(123,47,247,.18);\n  color:#fff;\n  font-size:14px;\n  font-weight:600;\n}\n\n@media(max-width:700px){\n  .tf5-card{\n    padding:30px 22px;\n  }\n\n  .tf5-title{\n    font-size:27px;\n  }\n\n  .tf5-text{\n    font-size:15px;\n  }\n\n  .tf5-grid{\n    grid-template-columns:1fr;\n    gap:14px;\n  }\n\n  .tf5-final h3{\n    font-size:23px;\n  }\n\n  .tf5-final p{\n    font-size:15px;\n  }\n}\n\u003c\/style\u003e\n\n\u003csection class=\"tf5-section\"\u003e\n\n  \u003cdiv class=\"tf5-card\"\u003e\n\n    \u003ch2 class=\"tf5-title\"\u003e\n      Ready To Start Your \u003cspan\u003eRunning Journey?\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tf5-text\"\u003e\n      Everything you need to get ready for your next run is packed into one premium Runners Starter Bag. Spend less time searching for running essentials and more time doing what you love.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"tf5-grid\"\u003e\n\n      \u003cdiv class=\"tf5-box\"\u003e\n        \u003cdiv class=\"tf5-icon\"\u003e🚚\u003c\/div\u003e\n        \u003ch4\u003eFast Shipping\u003c\/h4\u003e\n        \u003cp\u003e\n          Fast and reliable delivery anywhere in South Africa, so you can get ready for your next run.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tf5-box\"\u003e\n        \u003cdiv class=\"tf5-icon\"\u003e🏃\u003c\/div\u003e\n        \u003ch4\u003eReady For Your Run\u003c\/h4\u003e\n        \u003cp\u003e\n          Your key running accessories are packed together in one convenient starter bag.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tf5-box\"\u003e\n        \u003cdiv class=\"tf5-icon\"\u003e🇿🇦\u003c\/div\u003e\n        \u003ch4\u003eProudly South African\u003c\/h4\u003e\n        \u003cp\u003e\n          Created for South African fitness enthusiasts who want a convenient way to start running.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf5-divider\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"tf5-final\"\u003e\n\n      \u003ch3\u003e\n        Your Next Run Starts Today.\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Whether you're preparing for your first 5KM or simply making running part of your routine, the Runners Starter Bag gives you a collection of essential gear in one stylish bundle. Simply tap \u003cstrong\u003eAdd to Cart\u003c\/strong\u003e above and get ready to run.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"tf5-note\"\u003e\n        💜 Premium Quality • Fast Delivery • Built For Runners\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"The Fitness Kit","offers":[{"title":"Default Title","offer_id":48358139199724,"sku":null,"price":999.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0841\/3826\/2764\/files\/F78143E8-9C24-4BA3-AA33-B755C1FED032.png?v=1789590128","url":"https:\/\/thefitnesskit.co.za\/products\/untitled-sep15_13-20-21","provider":"The Fitness Kit","version":"1.0","type":"link"}