{"product_id":"untitled-sep17_14-36-17","title":"The Fitness Kit™ At Home Starter Kit","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 For Your \u003cspan\u003eAt-Home Fitness Journey\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp class=\"tf-text\"\u003e\n    The Fitness Kit At-Home Starter Kit brings your essential workout equipment together in one premium, organised bag. Whether you're starting your fitness journey, training at home or adding more movement to your routine, you've got the essentials 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 At-Home Gym Kit\u003c\/h4\u003e\n        \u003cp\u003eEssential workout accessories selected to help you create a more complete home training setup.\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 Gym Bag\u003c\/h4\u003e\n        \u003cp\u003eKeep your equipment together and organised in one convenient fitness bag.\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\u003eTrain Your Way\u003c\/h4\u003e\n        \u003cp\u003ePerfect for strength, mobility, conditioning, warm-ups and everyday home workouts.\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 Kit. Multiple Workouts.\u003c\/h4\u003e\n        \u003cp\u003eA versatile collection of equipment designed to give your home workouts more variety.\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:680px;\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    Your essential at-home workout equipment, packed together into one convenient Fitness Kit.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"tf2-accordion\"\u003e\n\n    \u003cdiv class=\"tf2-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"home1\"\u003e\n      \u003clabel class=\"tf2-label\" for=\"home1\"\u003e\n        \u003cspan\u003e🎒 Premium Gym Bag\u003c\/span\u003e\n        \u003cspan\u003e+\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"tf2-content\"\u003e\n        \u003cp\u003e\n          A spacious fitness bag designed to keep your workout equipment organised and easy to carry.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf2-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"home2\"\u003e\n      \u003clabel class=\"tf2-label\" for=\"home2\"\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\u003e\n          Keep hydration close during your workouts with the included reusable water bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf2-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"home3\"\u003e\n      \u003clabel class=\"tf2-label\" for=\"home3\"\u003e\n        \u003cspan\u003e💪 Resistance Bands\u003c\/span\u003e\n        \u003cspan\u003e+\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"tf2-content\"\u003e\n        \u003cp\u003e\n          A selection of resistance bands to add resistance to exercises, warm-ups, mobility work and home workouts.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf2-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"home4\"\u003e\n      \u003clabel class=\"tf2-label\" for=\"home4\"\u003e\n        \u003cspan\u003e🟣 Balance Discs\u003c\/span\u003e\n        \u003cspan\u003e+\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"tf2-content\"\u003e\n        \u003cp\u003e\n          Use the balance discs to introduce stability and balance-focused movements into your workouts.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf2-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"home5\"\u003e\n      \u003clabel class=\"tf2-label\" for=\"home5\"\u003e\n        \u003cspan\u003e🪢 Skipping Rope\u003c\/span\u003e\n        \u003cspan\u003e+\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"tf2-content\"\u003e\n        \u003cp\u003e\n          A skipping rope for cardio, warm-ups and conditioning sessions from the comfort of home.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tf2-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"home6\"\u003e\n      \u003clabel class=\"tf2-label\" for=\"home6\"\u003e\n        \u003cspan\u003e🧘 Exercise Mat\u003c\/span\u003e\n        \u003cspan\u003e+\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"tf2-content\"\u003e\n        \u003cp\u003e\n          A dedicated workout surface for floor exercises, stretching, mobility and home training.\n        \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:700px;\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:720px;\n  font-size:16px;\n  line-height:1.8;\n  color:#e4e4e4;\n}\n\n@media(max-width:700px){\n\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    A versatile home workout setup designed to help you move, sweat and stay consistent without needing a full gym.\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\u003eTrain From Home\u003c\/h3\u003e\n      \u003cp\u003e\n        Build a convenient workout routine at home without needing to travel to the gym for every session.\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\u003eAdd More Variety\u003c\/h3\u003e\n      \u003cp\u003e\n        Resistance bands, balance equipment and a skipping rope give you more ways to train and keep your workouts varied.\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\u003eStrength \u0026amp; Conditioning\u003c\/h3\u003e\n      \u003cp\u003e\n        Combine resistance exercises, cardio and bodyweight movements for a versatile home training session.\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 Kit\u003c\/h3\u003e\n      \u003cp\u003e\n        Your essential equipment is packed together in one premium bag, making your home workout setup simple and organised.\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      Your Home. \u003cspan\u003eYour Workout.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Whether you're just getting started, staying active between gym sessions or building a consistent home routine, the At-Home Starter Kit gives you versatile equipment to keep moving.\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:720px;\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\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 multiple workout essentials together in one convenient kit instead of building your home gym piece by piece.\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\"\u003eComplete Home Workout Essentials\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 Fitness 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\"\u003eStrength \u0026amp; Cardio Equipment\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-Train 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 Home\u003c\/h4\u003e\n      \u003cp\u003eConvenient equipment for building your at-home workout routine.\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 versatile collection of fitness essentials in 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\u003eBeginner Friendly\u003c\/h4\u003e\n      \u003cp\u003eA simple way to get started with home fitness.\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:680px;\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\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\u003eAt-Home Fitness Journey?\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tf5-text\"\u003e\n      Everything you need to make your home workouts more convenient is packed into one premium Fitness Kit. Build your routine, stay consistent and train on your own terms.\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 started with your home workouts.\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 To Train\u003c\/h4\u003e\n        \u003cp\u003e\n          Your essential home workout equipment is brought together in one convenient kit.\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          A Fitness Kit made for South Africans who want a simple and convenient way to stay active.\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 Home Gym Starts Today.\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Whether you're completely new to fitness or simply want more equipment for your home workouts, the At-Home Starter Kit gives you the essentials to get moving. Simply tap \u003cstrong\u003eAdd to Cart\u003c\/strong\u003e above and start your fitness journey.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"tf5-note\"\u003e\n        💜 Premium Quality • Fast Delivery • Train From Home\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":48375774183660,"sku":null,"price":1199.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0841\/3826\/2764\/files\/FullSizeRender_665eb8e8-c539-47d7-872f-bfdab6f5914e.jpg?v=1789663564","url":"https:\/\/thefitnesskit.co.za\/products\/untitled-sep17_14-36-17","provider":"The Fitness Kit","version":"1.0","type":"link"}