{"product_id":"ankle-strap-resistance-set","title":"Ankle Strap Resistance Set","description":"\u003cstyle\u003e\n\/* =========================================================\n   GO FIGURE — ANKLE STRAP RESISTANCE SET\n   Premium Product Description\n   ========================================================= *\/\n\n.gf-ankle-set {\n  --gf-pink: #f8dddd;\n  --gf-pink-soft: #fdf3f2;\n  --gf-pink-deep: #c98291;\n  --gf-rose: #a95769;\n  --gf-dark: #171717;\n  --gf-text: #4d4244;\n  --gf-white: #ffffff;\n\n  width: 100%;\n  max-width: 1100px;\n  margin: 30px auto;\n  padding: 0;\n  box-sizing: border-box;\n  font-family: inherit;\n  color: var(--gf-dark);\n  overflow: hidden;\n}\n\n.gf-ankle-set * {\n  box-sizing: border-box;\n}\n\n\/* -------------------------\n   HERO\n   ------------------------- *\/\n\n.gf-hero {\n  position: relative;\n  text-align: center;\n  padding: 55px 25px 50px;\n  background: var(--gf-pink-soft);\n  border-radius: 24px;\n  overflow: hidden;\n  margin-bottom: 18px;\n}\n\n.gf-hero::before {\n  content: \"\";\n  position: absolute;\n  width: 220px;\n  height: 220px;\n  border-radius: 50%;\n  background: rgba(201, 130, 145, 0.08);\n  top: -110px;\n  right: -70px;\n}\n\n.gf-hero::after {\n  content: \"\";\n  position: absolute;\n  width: 180px;\n  height: 180px;\n  border-radius: 50%;\n  background: rgba(201, 130, 145, 0.06);\n  bottom: -100px;\n  left: -60px;\n}\n\n.gf-eyebrow {\n  position: relative;\n  z-index: 2;\n  margin: 0 0 14px;\n  color: var(--gf-rose);\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n}\n\n.gf-hero h2 {\n  position: relative;\n  z-index: 2;\n  margin: 0;\n  font-size: clamp(32px, 5vw, 52px);\n  line-height: 1.05;\n  font-weight: 700;\n  letter-spacing: -1.5px;\n}\n\n.gf-hero h2 span {\n  display: block;\n  color: var(--gf-rose);\n  font-style: italic;\n  font-weight: 500;\n  margin-top: 7px;\n}\n\n.gf-hero-subtitle {\n  position: relative;\n  z-index: 2;\n  max-width: 650px;\n  margin: 22px auto 0;\n  color: var(--gf-text);\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n\/* -------------------------\n   DIVIDER\n   ------------------------- *\/\n\n.gf-divider {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 13px;\n  margin: 25px auto 32px;\n  color: var(--gf-pink-deep);\n}\n\n.gf-divider::before,\n.gf-divider::after {\n  content: \"\";\n  width: 65px;\n  height: 1px;\n  background: #e4b9c1;\n}\n\n.gf-divider span {\n  font-size: 17px;\n}\n\n\/* -------------------------\n   INTRO STATEMENT\n   ------------------------- *\/\n\n.gf-intro {\n  text-align: center;\n  padding: 10px 20px 42px;\n}\n\n.gf-intro h3 {\n  margin: 0 0 12px;\n  font-size: 25px;\n  letter-spacing: -0.4px;\n}\n\n.gf-intro p {\n  max-width: 700px;\n  margin: 0 auto;\n  color: #75696b;\n  font-size: 15px;\n  line-height: 1.8;\n}\n\n\/* -------------------------\n   SECTION HEADINGS\n   ------------------------- *\/\n\n.gf-section-title {\n  text-align: center;\n  margin: 0 0 25px;\n}\n\n.gf-section-title small {\n  display: block;\n  color: var(--gf-rose);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  margin-bottom: 8px;\n}\n\n.gf-section-title h3 {\n  margin: 0;\n  font-size: 28px;\n  letter-spacing: -0.5px;\n}\n\n\/* -------------------------\n   INCLUDED CARDS\n   ------------------------- *\/\n\n.gf-included {\n  padding: 35px 25px 40px;\n  background: var(--gf-pink-soft);\n  border-radius: 24px;\n  margin-bottom: 18px;\n}\n\n.gf-included-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 15px;\n}\n\n.gf-card {\n  background: var(--gf-white);\n  border: 1px solid #efd9dc;\n  border-radius: 18px;\n  padding: 28px 24px;\n  transition: transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n.gf-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 15px 35px rgba(130, 73, 86, 0.09);\n}\n\n.gf-icon {\n  width: 48px;\n  height: 48px;\n  border-radius: 50%;\n  background: var(--gf-pink);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: var(--gf-rose);\n  font-size: 20px;\n  margin-bottom: 21px;\n}\n\n.gf-card h4 {\n  margin: 0 0 10px;\n  font-size: 17px;\n  font-weight: 700;\n}\n\n.gf-card p {\n  margin: 0;\n  color: #716567;\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n\/* -------------------------\n   BENEFITS\n   ------------------------- *\/\n\n.gf-benefits {\n  padding: 45px 25px;\n  background: #ffffff;\n  border-radius: 24px;\n  margin-bottom: 18px;\n  border: 1px solid #f0dddd;\n}\n\n.gf-benefit-list {\n  max-width: 850px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 13px;\n}\n\n.gf-benefit {\n  display: flex;\n  align-items: center;\n  gap: 15px;\n  padding: 18px 20px;\n  border-radius: 14px;\n  background: #fdf7f6;\n  border: 1px solid #f2e1e1;\n  transition: transform 0.3s ease, background 0.3s ease;\n}\n\n.gf-benefit:hover {\n  transform: translateX(4px);\n  background: #fbeeee;\n}\n\n.gf-check {\n  flex: 0 0 34px;\n  width: 34px;\n  height: 34px;\n  border-radius: 50%;\n  background: var(--gf-pink);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: var(--gf-rose);\n  font-size: 15px;\n  font-weight: 700;\n}\n\n.gf-benefit strong {\n  display: block;\n  font-size: 14px;\n  margin-bottom: 3px;\n}\n\n.gf-benefit span {\n  display: block;\n  color: #74696b;\n  font-size: 13px;\n  line-height: 1.5;\n}\n\n\/* -------------------------\n   MADE FOR HER\n   ------------------------- *\/\n\n.gf-made {\n  padding: 45px 30px;\n  background: var(--gf-pink);\n  border-radius: 24px;\n  text-align: center;\n  margin-bottom: 18px;\n}\n\n.gf-made h3 {\n  margin: 0 0 14px;\n  font-size: 28px;\n  letter-spacing: -0.5px;\n}\n\n.gf-made h3 span {\n  color: var(--gf-rose);\n  font-style: italic;\n}\n\n.gf-made p {\n  max-width: 680px;\n  margin: 0 auto;\n  color: #58494c;\n  font-size: 15px;\n  line-height: 1.8;\n}\n\n\/* -------------------------\n   FINAL CTA\n   ------------------------- *\/\n\n.gf-final {\n  position: relative;\n  padding: 45px 25px;\n  text-align: center;\n  background: #fffafa;\n  border: 1px solid #efd9dc;\n  border-radius: 24px;\n  overflow: hidden;\n}\n\n.gf-final::before {\n  content: \"✦\";\n  position: absolute;\n  top: 18px;\n  right: 30px;\n  color: #e4b0ba;\n  font-size: 24px;\n  opacity: 0.7;\n}\n\n.gf-final::after {\n  content: \"♡\";\n  position: absolute;\n  bottom: 15px;\n  left: 30px;\n  color: #e4b0ba;\n  font-size: 24px;\n  opacity: 0.7;\n}\n\n.gf-final h3 {\n  margin: 0 0 12px;\n  font-size: 27px;\n}\n\n.gf-final p {\n  margin: 0 auto 18px;\n  color: #75696b;\n  font-size: 15px;\n}\n\n.gf-tagline {\n  color: var(--gf-rose) !important;\n  font-weight: 700;\n  font-style: italic;\n  font-size: 16px !important;\n}\n\n\/* -------------------------\n   MOBILE\n   ------------------------- *\/\n\n@media screen and (max-width: 749px) {\n\n  .gf-ankle-set {\n    width: 100%;\n    margin: 20px auto;\n  }\n\n  .gf-hero {\n    padding: 40px 20px 38px;\n    border-radius: 18px;\n  }\n\n  .gf-eyebrow {\n    font-size: 10px;\n    letter-spacing: 2px;\n  }\n\n  .gf-hero h2 {\n    font-size: 32px;\n    letter-spacing: -1px;\n  }\n\n  .gf-hero-subtitle {\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .gf-intro {\n    padding: 5px 18px 32px;\n  }\n\n  .gf-intro h3 {\n    font-size: 22px;\n  }\n\n  .gf-intro p {\n    font-size: 14px;\n  }\n\n  .gf-included,\n  .gf-benefits {\n    padding: 32px 15px;\n    border-radius: 18px;\n  }\n\n  .gf-section-title h3 {\n    font-size: 24px;\n  }\n\n  .gf-included-grid {\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .gf-card {\n    padding: 24px 20px;\n  }\n\n  .gf-card:hover {\n    transform: none;\n    box-shadow: none;\n  }\n\n  .gf-benefit-list {\n    grid-template-columns: 1fr;\n    gap: 10px;\n  }\n\n  .gf-benefit {\n    padding: 16px;\n  }\n\n  .gf-made {\n    padding: 36px 20px;\n    border-radius: 18px;\n  }\n\n  .gf-made h3 {\n    font-size: 24px;\n  }\n\n  .gf-made p {\n    font-size: 14px;\n  }\n\n  .gf-final {\n    padding: 36px 20px;\n    border-radius: 18px;\n  }\n\n  .gf-final h3 {\n    font-size: 23px;\n  }\n\n  .gf-divider {\n    margin: 20px auto 27px;\n  }\n\n  .gf-divider::before,\n  .gf-divider::after {\n    width: 40px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"gf-ankle-set\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"gf-hero\"\u003e\n\n    \u003cp class=\"gf-eyebrow\"\u003e\n      GO FIGURE • SCULPT SERIES\n    \u003c\/p\u003e\n\n    \u003ch2\u003e\n      Versatile. Strong.\n      \u003cspan\u003eBuilt for Every Move.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"gf-hero-subtitle\"\u003e\n      Meet the Ankle Strap Resistance Set — your go-to training companion\n      for targeted resistance, controlled movement and stronger results.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"gf-divider\"\u003e\n      \u003cspan\u003e♡\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"gf-hero-subtitle\"\u003e\n      From home workouts to gym sessions, strap in and train with intention.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- INTRO --\u003e\n  \u003csection class=\"gf-intro\"\u003e\n\n    \u003ch3\u003e\n      Targeted resistance.\n      \u003cspan style=\"color:#a95769;font-style:italic;\"\u003e\n        Stronger movement.\n      \u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Designed to help you sculpt glutes, tone legs and strengthen your core,\n      the Ankle Strap Resistance Set gives you the freedom to train the way\n      you want — wherever you are.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- WHAT'S INCLUDED --\u003e\n  \u003csection class=\"gf-included\"\u003e\n\n    \u003cdiv class=\"gf-section-title\"\u003e\n\n      \u003csmall\u003eEverything you need\u003c\/small\u003e\n\n      \u003ch3\u003e\n        What's Included\n      \u003c\/h3\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gf-included-grid\"\u003e\n\n      \u003cdiv class=\"gf-card\"\u003e\n\n        \u003cdiv class=\"gf-icon\"\u003e♡\u003c\/div\u003e\n\n        \u003ch4\u003e2 Padded Ankle Straps\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Secure, comfortable straps designed to stay in place while\n          you move, kick and sculpt.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"gf-card\"\u003e\n\n        \u003cdiv class=\"gf-icon\"\u003e✦\u003c\/div\u003e\n\n        \u003ch4\u003eResistance Bands\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Multiple resistance levels help you progress your training\n          and challenge your muscles as you get stronger.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"gf-card\"\u003e\n\n        \u003cdiv class=\"gf-icon\"\u003e↗\u003c\/div\u003e\n\n        \u003ch4\u003eMesh Carry Bag\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Keep everything together with the lightweight mesh bag —\n          perfect for your gym bag or home setup.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003csection class=\"gf-benefits\"\u003e\n\n    \u003cdiv class=\"gf-section-title\"\u003e\n\n      \u003csmall\u003eTrain with intention\u003c\/small\u003e\n\n      \u003ch3\u003e\n        Why You'll Love It\n      \u003c\/h3\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gf-benefit-list\"\u003e\n\n      \u003cdiv class=\"gf-benefit\"\u003e\n\n        \u003cdiv class=\"gf-check\"\u003e✓\u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eTone \u0026amp; Strengthen\u003c\/strong\u003e\n          \u003cspan\u003e\n            Target your glutes, legs and core with controlled resistance.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"gf-benefit\"\u003e\n\n        \u003cdiv class=\"gf-check\"\u003e✓\u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eSecure \u0026amp; Comfortable\u003c\/strong\u003e\n          \u003cspan\u003e\n            Padded ankle straps with D-ring attachments for a secure fit.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"gf-benefit\"\u003e\n\n        \u003cdiv class=\"gf-check\"\u003e✓\u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eVersatile Training\u003c\/strong\u003e\n          \u003cspan\u003e\n            Perfect for kickbacks, leg raises, lateral walks and more.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"gf-benefit\"\u003e\n\n        \u003cdiv class=\"gf-check\"\u003e✓\u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHome or Gym Ready\u003c\/strong\u003e\n          \u003cspan\u003e\n            Pair with compatible cable machines or resistance setups.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- MADE FOR HER --\u003e\n  \u003csection class=\"gf-made\"\u003e\n\n    \u003ch3\u003e\n      Made for \u003cspan\u003eHer.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Whether you're building your first home gym or levelling up your\n      training routine, this set is designed to fit seamlessly into your\n      movement. Minimal fuss. Maximum versatility. Always Go Figure.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection class=\"gf-final\"\u003e\n\n    \u003ch3\u003e\n      Ready to \u003cspan style=\"color:#a95769;font-style:italic;\"\u003e\n      strap in?\n      \u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Your next workout starts with the right resistance.\n    \u003c\/p\u003e\n\n    \u003cp class=\"gf-tagline\"\u003e\n      Strap in. Show up. Sculpt your strongest self. ♡\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Go Figure SA","offers":[{"title":"Default Title","offer_id":56003130818852,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1017\/1639\/4276\/files\/ChatGPTImageAug10_2026_04_15_46PM.png?v=1786371467","url":"https:\/\/gofiguresa.co.za\/products\/ankle-strap-resistance-set","provider":"Go Figure SA","version":"1.0","type":"link"}