{"title":"Female","description":"","products":[{"product_id":"power-at-peak-racklock-pro-magnetic-gym-pack","title":"Power at Peak – RackLock Pro (Magnetic Gym Pack)","description":"\u003cstyle\u003e\n.pap-racklock-wrap{\n  --text:#0f172a;\n  --muted:#475569;\n  --blue:#3b82f6;\n  --blue-dark:#2563eb;\n  --card:#ffffff;\n  --border:rgba(15,23,42,0.08);\n\n  font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;\n  color:var(--text);\n\n  background:\n    radial-gradient(circle at 15% 20%, rgba(59,130,246,0.25), transparent 40%),\n    radial-gradient(circle at 85% 10%, rgba(37,99,235,0.20), transparent 40%),\n    radial-gradient(circle at 50% 100%, rgba(59,130,246,0.14), transparent 52%),\n    linear-gradient(135deg,#f7faff 0%, #eef4ff 45%, #ffffff 100%);\n\n  padding:34px 20px;\n  border-radius:24px;\n  box-shadow:0 15px 40px rgba(0,0,0,0.07);\n  position:relative;\n  overflow:hidden;\n}\n\n.pap-racklock-wrap *{\n  box-sizing:border-box;\n}\n\n.pap-racklock-wrap::before{\n  content:\"\";\n  position:absolute;\n  inset:-30%;\n  background:\n    conic-gradient(\n      from 180deg,\n      transparent,\n      rgba(255,255,255,0.28),\n      transparent,\n      rgba(59,130,246,0.10),\n      transparent\n    );\n  animation:papRotate 18s linear infinite;\n  pointer-events:none;\n  opacity:.65;\n}\n\n.pap-racklock-inner{\n  position:relative;\n  z-index:2;\n  max-width:1100px;\n  margin:auto;\n}\n\n.pap-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  padding:9px 14px;\n  border-radius:999px;\n  font-size:12px;\n  font-weight:800;\n  letter-spacing:1px;\n  text-transform:uppercase;\n  background:rgba(255,255,255,0.72);\n  color:var(--blue-dark);\n  border:1px solid rgba(59,130,246,0.25);\n  box-shadow:0 8px 22px rgba(59,130,246,0.10);\n  margin-bottom:16px;\n  animation:papFadeUp .8s ease forwards;\n}\n\n.pap-title{\n  font-size:clamp(30px,5vw,54px);\n  font-weight:900;\n  line-height:1.05;\n  letter-spacing:-1.2px;\n  margin:0 0 14px;\n  color:var(--text);\n}\n\n.pap-title span{\n  color:var(--blue-dark);\n}\n\n.pap-sub{\n  font-size:17px;\n  color:var(--muted);\n  line-height:1.75;\n  margin:0 0 22px;\n  max-width:760px;\n}\n\n.pap-feature-bar{\n  display:flex;\n  flex-wrap:wrap;\n  gap:10px;\n  margin-top:18px;\n}\n\n.pap-chip{\n  padding:11px 14px;\n  border-radius:14px;\n  font-size:14px;\n  font-weight:800;\n  color:#0f172a;\n  background:rgba(255,255,255,0.85);\n  border:1px solid rgba(59,130,246,0.18);\n  box-shadow:0 8px 20px rgba(59,130,246,0.08);\n}\n\n.pap-hero{\n  display:grid;\n  grid-template-columns:1.1fr .9fr;\n  gap:24px;\n  align-items:center;\n}\n\n.pap-side-card{\n  background:rgba(255,255,255,0.95);\n  padding:24px;\n  border-radius:20px;\n  border:1px solid var(--border);\n  box-shadow:0 12px 28px rgba(0,0,0,0.06);\n}\n\n.pap-side-top{\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  margin-bottom:12px;\n}\n\n.pap-mini{\n  font-size:12px;\n  color:#64748b;\n  text-transform:uppercase;\n  letter-spacing:1px;\n  font-weight:800;\n}\n\n.pap-dot{\n  width:10px;\n  height:10px;\n  border-radius:50%;\n  background:#22c55e;\n  box-shadow:0 0 14px rgba(34,197,94,.5);\n}\n\n.pap-side-title{\n  font-size:28px;\n  font-weight:900;\n  margin:0 0 10px;\n}\n\n.pap-side-text{\n  color:var(--muted);\n  line-height:1.7;\n  font-size:15px;\n}\n\n.pap-benefits{\n  margin-top:30px;\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:16px;\n}\n\n.pap-benefit{\n  background:#ffffff;\n  padding:20px;\n  border-radius:18px;\n  border:1px solid var(--border);\n  transition:all .25s ease;\n  box-shadow:0 8px 20px rgba(0,0,0,0.04);\n}\n\n.pap-benefit:hover{\n  transform:translateY(-4px);\n  box-shadow:0 14px 30px rgba(59,130,246,0.15);\n  border-color:rgba(59,130,246,0.35);\n}\n\n.pap-benefit h3{\n  font-size:18px;\n  margin-bottom:8px;\n}\n\n.pap-benefit p{\n  font-size:14px;\n  color:var(--muted);\n  line-height:1.6;\n}\n\n.pap-bottom{\n  margin-top:30px;\n  padding:22px;\n  border-radius:20px;\n  background:linear-gradient(90deg, rgba(59,130,246,0.10), rgba(255,255,255,0.60));\n  border:1px solid rgba(15,23,42,0.06);\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  flex-wrap:wrap;\n  gap:16px;\n}\n\n.pap-bottom-title{\n  font-size:22px;\n  font-weight:900;\n}\n\n.pap-bottom-sub{\n  font-size:15px;\n  color:var(--muted);\n}\n\n.pap-cta{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  padding:14px 22px;\n  border-radius:14px;\n  background:linear-gradient(90deg,var(--blue),var(--blue-dark));\n  color:#fff;\n  font-weight:900;\n  font-size:14px;\n  text-decoration:none;\n  box-shadow:0 10px 26px rgba(59,130,246,0.32);\n  transition:all .25s ease;\n}\n\n.pap-cta:hover{\n  transform:translateY(-2px);\n  box-shadow:0 16px 34px rgba(59,130,246,0.42);\n}\n\n@media (max-width:900px){\n\n.pap-hero{\ngrid-template-columns:1fr;\n}\n\n.pap-benefits{\ngrid-template-columns:1fr;\n}\n\n.pap-cta{\nwidth:100%;\n}\n\n}\n\n@keyframes papRotate{\nfrom{transform:rotate(0deg);}\nto{transform:rotate(360deg);}\n}\n\n@keyframes papFadeUp{\nfrom{opacity:0; transform:translateY(20px);}\nto{opacity:1; transform:translateY(0);}\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"pap-racklock-wrap\"\u003e\n\u003cdiv class=\"pap-racklock-inner\"\u003e\n\n\u003cdiv class=\"pap-badge\"\u003e💪 Power at Peak • Magnetic Gym Pack\u003c\/div\u003e\n\n\u003ch2 class=\"pap-title\"\u003e\nMeet the \u003cspan\u003eRackLock Pro\u003c\/span\u003e\u003cbr\u003e\nThe Premium Magnetic Gym Pack\n\u003c\/h2\u003e\n\n\u003cp class=\"pap-sub\"\u003e\nTake control of your workout space with the \u003cstrong\u003ePower at Peak RackLock Pro\u003c\/strong\u003e. Strong integrated magnets attach directly to squat racks and gym equipment keeping your essentials off the floor and within arm’s reach.\n\u003c\/p\u003e\n\n\u003cdiv class=\"pap-feature-bar\"\u003e\n\u003cdiv class=\"pap-chip\"\u003e🧲 Strong Magnetic Hold\u003c\/div\u003e\n\u003cdiv class=\"pap-chip\"\u003e🎒 Large Storage Capacity\u003c\/div\u003e\n\u003cdiv class=\"pap-chip\"\u003e📱 Easy Access\u003c\/div\u003e\n\u003cdiv class=\"pap-chip\"\u003e💪 Built for Lifters\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pap-hero\" style=\"margin-top:24px;\"\u003e\n\n\u003cdiv\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"pap-side-card\"\u003e\n\u003cdiv class=\"pap-side-top\"\u003e\n\u003cdiv class=\"pap-mini\"\u003ePremium Performance Gear\u003c\/div\u003e\n\u003cdiv class=\"pap-dot\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch3 class=\"pap-side-title\"\u003eTrain Smarter. Stay Organized.\u003c\/h3\u003e\n\u003cp class=\"pap-side-text\"\u003e\nNo more digging through your gym bag between sets. Keep your phone, keys, chalk, straps and accessories organized and within reach.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"pap-benefits\"\u003e\n\n\u003cdiv class=\"pap-benefit\"\u003e\n\u003ch3\u003e✔ Magnetic Mount System\u003c\/h3\u003e\n\u003cp\u003eStrong magnets attach securely to squat racks and gym equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pap-benefit\"\u003e\n\u003ch3\u003e✔ Stay Organized\u003c\/h3\u003e\n\u003cp\u003eStore straps, wraps, phone, wallet, chalk and accessories.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pap-benefit\"\u003e\n\u003ch3\u003e✔ More Training, Less Searching\u003c\/h3\u003e\n\u003cp\u003eEverything within reach so you focus on lifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pap-benefit\"\u003e\n\u003ch3\u003e✔ Large Storage Capacity\u003c\/h3\u003e\n\u003cp\u003eHolds all your gym essentials without unnecessary bulk.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pap-benefit\"\u003e\n\u003ch3\u003e✔ Keeps Gear Off Dirty Floors\u003c\/h3\u003e\n\u003cp\u003eProtect items from sweaty gym floors.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pap-benefit\"\u003e\n\u003ch3\u003e✔ Built for Serious Training\u003c\/h3\u003e\n\u003cp\u003eDesigned for lifters who value efficiency and performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"pap-bottom\"\u003e\n\n\u003cdiv\u003e\n\u003ch3 class=\"pap-bottom-title\"\u003e🚀 Upgrade Your Gym Setup\u003c\/h3\u003e\n\u003cp class=\"pap-bottom-sub\"\u003e\nKeep your gear secure, organized and always within reach.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003ca href=\"#product-form\" class=\"pap-cta\"\u003eSHOP RACKLOCK PRO\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Power at Peak","offers":[{"title":"Gray","offer_id":42332376236114,"sku":null,"price":599.0,"currency_code":"ZAR","in_stock":true},{"title":"Black","offer_id":42332376268882,"sku":null,"price":599.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0593\/6241\/0578\/files\/dced0201-4b5a-41d0-b733-cf2094800538_f98b0768-a79a-4534-84fc-560b4f6facbd.png?v=1773487927"},{"product_id":"titanthrust-pro","title":"Titanthrust Pro","description":"\u003cdiv class=\"ttp-wrap\"\u003e\n  \u003cstyle\u003e\n    .ttp-wrap{\n      font-family: Arial, Helvetica, sans-serif;\n      max-width: 900px;\n      margin: 0 auto;\n      background:\n        radial-gradient(circle at top left, rgba(255, 182, 193, 0.35) 0%, transparent 40%),\n        radial-gradient(circle at bottom right, rgba(255, 105, 180, 0.25) 0%, transparent 45%),\n        linear-gradient(180deg, #fff5f8 0%, #ffeef3 50%, #fff9fb 100%);\n      color: #111111;\n      border: 1px solid #ffd6e0;\n      border-radius: 20px;\n      overflow: hidden;\n      box-shadow: 0 12px 35px rgba(255, 105, 180, 0.12);\n    }\n\n    .ttp-hero{\n      background: linear-gradient(135deg, #ff5f8f 0%, #ff2f6d 100%);\n      color: #ffffff;\n      padding: 34px 24px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .ttp-hero::after{\n      content:\"\";\n      position:absolute;\n      top:-50%;\n      left:-30%;\n      width:160%;\n      height:200%;\n      background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 60%);\n      animation: glowMove 6s ease-in-out infinite;\n    }\n\n    .ttp-hero h1{\n      margin: 0;\n      font-size: 34px;\n      font-weight: 800;\n      letter-spacing: 0.5px;\n    }\n\n    .ttp-subtitle{\n      margin-top:10px;\n      font-size:18px;\n      font-weight:700;\n      opacity:0.95;\n    }\n\n    .ttp-intro{\n      margin-top:12px;\n      font-size:16px;\n      opacity:0.9;\n    }\n\n    .ttp-body{\n      padding: 30px 24px;\n    }\n\n    .ttp-alert{\n      background: linear-gradient(135deg, #fff0f5 0%, #ffe4ec 100%);\n      border: 1px solid #ffc1d6;\n      color: #cc2e5d;\n      border-radius: 14px;\n      padding: 16px;\n      text-align:center;\n      font-weight:600;\n      margin-bottom:22px;\n    }\n\n    .ttp-title{\n      font-size:24px;\n      margin-bottom:12px;\n      color:#111;\n    }\n\n    .ttp-text{\n      font-size:16px;\n      line-height:1.8;\n      color:#444;\n      margin-bottom:16px;\n    }\n\n    .ttp-grid{\n      display:grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px,1fr));\n      gap:16px;\n      margin:26px 0;\n    }\n\n    .ttp-card{\n      background: linear-gradient(180deg, #ffffff 0%, #fff0f5 100%);\n      border:1px solid #ffd6e0;\n      border-radius:16px;\n      padding:18px;\n      transition: all 0.3s ease;\n    }\n\n    .ttp-card:hover{\n      transform: translateY(-5px);\n      box-shadow: 0 10px 25px rgba(255,105,180,0.15);\n    }\n\n    .ttp-icon{\n      font-size:26px;\n      margin-bottom:8px;\n    }\n\n    .ttp-card h3{\n      margin:0 0 6px;\n      font-size:17px;\n    }\n\n    .ttp-card p{\n      font-size:14px;\n      color:#555;\n      margin:0;\n    }\n\n    .ttp-list{\n      padding-left:20px;\n      margin-bottom:20px;\n      color:#444;\n      line-height:1.9;\n    }\n\n    .ttp-list li{\n      margin-bottom:6px;\n    }\n\n    .ttp-details{\n      background:#fff0f5;\n      border:1px solid #ffd6e0;\n      border-radius:14px;\n      padding:16px;\n    }\n\n    .ttp-included{\n      background: linear-gradient(135deg, #ff5f8f 0%, #ff2f6d 100%);\n      color:#fff;\n      border-radius:14px;\n      padding:16px;\n      margin-top:16px;\n    }\n\n    .ttp-cta{\n      margin-top:26px;\n      text-align:center;\n      background: linear-gradient(135deg, #ff2f6d 0%, #ff5f8f 100%);\n      color:#fff;\n      border-radius:16px;\n      padding:24px;\n      box-shadow: 0 10px 30px rgba(255, 47, 109, 0.25);\n      animation: pulseCTA 2.5s infinite;\n    }\n\n    .ttp-cta h2{\n      margin:0 0 10px;\n      font-size:24px;\n    }\n\n    .ttp-cta p{\n      margin:0;\n      font-size:15px;\n    }\n\n    @keyframes pulseCTA{\n      0%,100%{transform:scale(1);}\n      50%{transform:scale(1.02);}\n    }\n\n    @keyframes glowMove{\n      0%,100%{transform:translateX(0);}\n      50%{transform:translateX(20px);}\n    }\n\n    @media(max-width:768px){\n      .ttp-hero h1{font-size:26px;}\n      .ttp-title{font-size:20px;}\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"ttp-hero\"\u003e\n    \u003ch1\u003e💪 TitanThrust Pro™\u003c\/h1\u003e\n    \u003cdiv class=\"ttp-subtitle\"\u003ePremium Glute Training Belt\u003c\/div\u003e\n    \u003cdiv class=\"ttp-intro\"\u003eTurn your dumbbells into a powerful glute machine 🍑🔥\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ttp-body\"\u003e\n\n    \u003cdiv class=\"ttp-alert\"\u003e\n      🚨 Dumbbells Not Included — Use Your Own Weights\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"ttp-title\"\u003e✨ Designed For Results\u003c\/h2\u003e\n    \u003cp class=\"ttp-text\"\u003e\n      The \u003cstrong\u003eTitanThrust Pro™\u003c\/strong\u003e transforms your workouts by turning simple dumbbells into a powerful glute-training system. Perfect for home or gym, it delivers stability, comfort, and serious performance.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ttp-grid\"\u003e\n      \u003cdiv class=\"ttp-card\"\u003e\n        \u003cdiv class=\"ttp-icon\"\u003e🔒\u003c\/div\u003e\n        \u003ch3\u003eSecure Fit\u003c\/h3\u003e\n        \u003cp\u003eNo slipping, no distractions — just focus.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ttp-card\"\u003e\n        \u003cdiv class=\"ttp-icon\"\u003e⚙️\u003c\/div\u003e\n        \u003ch3\u003eAdjustable\u003c\/h3\u003e\n        \u003cp\u003eFits different dumbbells and body types.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ttp-card\"\u003e\n        \u003cdiv class=\"ttp-icon\"\u003e🛡️\u003c\/div\u003e\n        \u003ch3\u003eDurable\u003c\/h3\u003e\n        \u003cp\u003eBuilt for intense workouts and long-term use.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ttp-card\"\u003e\n        \u003cdiv class=\"ttp-icon\"\u003e🍑\u003c\/div\u003e\n        \u003ch3\u003eGlute Focus\u003c\/h3\u003e\n        \u003cp\u003eMaximize activation and results.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"ttp-title\"\u003e🔥 Why You'll Love It\u003c\/h2\u003e\n    \u003cul class=\"ttp-list\"\u003e\n      \u003cli\u003e💪 Build stronger glutes faster\u003c\/li\u003e\n      \u003cli\u003e🏠 Train anywhere\u003c\/li\u003e\n      \u003cli\u003e⚡ Quick setup\u003c\/li\u003e\n      \u003cli\u003e🎯 Better comfort \u0026amp; control\u003c\/li\u003e\n      \u003cli\u003e🎒 Portable design\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"ttp-details\"\u003e\n      \u003cstrong\u003eProduct:\u003c\/strong\u003e TitanThrust Pro™\u003cbr\u003e\n      \u003cstrong\u003eType:\u003c\/strong\u003e Adjustable Hip Thrust Belt\u003cbr\u003e\n      \u003cstrong\u003eUse:\u003c\/strong\u003e Glutes, Legs, Lower Body\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ttp-included\"\u003e\n      ✅ 1 x TitanThrust Pro™ Belt\u003cbr\u003e\n      ❌ Dumbbells not included\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ttp-cta\"\u003e\n      \u003ch2\u003e🚀 Upgrade Your Workouts\u003c\/h2\u003e\n      \u003cp\u003eTrain smarter. Feel stronger. Look better.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Power at Peak","offers":[{"title":"Default Title","offer_id":42335480348754,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0593\/6241\/0578\/files\/95e830ab-354f-4f1f-8773-4742134d59ff.png?v=1773772769"},{"product_id":"strikeforce-x","title":"STRIKEFORCE X","description":"\u003cdiv style=\"font-family: Arial, Helvetica, sans-serif; max-width: 950px; margin: 0 auto; background: linear-gradient(180deg, #111111 0%, #1a1a1a 45%, #221507 100%); color: #ffffff; border-radius: 22px; overflow: hidden; box-shadow: 0 12px 35px rgba(0,0,0,0.35); border: 1px solid rgba(255,140,0,0.22);\"\u003e\n\n  \u003cstyle\u003e\n    @keyframes glowPulse {\n      0% { box-shadow: 0 0 0 rgba(255,140,0,0.0), 0 0 0 rgba(255,180,80,0.0); }\n      50% { box-shadow: 0 0 18px rgba(255,140,0,0.18), 0 0 32px rgba(255,180,80,0.10); }\n      100% { box-shadow: 0 0 0 rgba(255,140,0,0.0), 0 0 0 rgba(255,180,80,0.0); }\n    }\n\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(18px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes shine {\n      0% { transform: translateX(-140%); }\n      100% { transform: translateX(140%); }\n    }\n\n    .pap-wrap * {\n      box-sizing: border-box;\n    }\n\n    .pap-fade {\n      animation: fadeUp 0.8s ease-out both;\n    }\n\n    .pap-card {\n      background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,140,0,0.07) 100%);\n      border: 1px solid rgba(255,153,51,0.18);\n      border-radius: 16px;\n      padding: 18px;\n      animation: glowPulse 3.2s infinite ease-in-out;\n    }\n\n    .pap-highlight {\n      position: relative;\n      overflow: hidden;\n    }\n\n    .pap-highlight::after {\n      content: \"\";\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 45%;\n      height: 100%;\n      background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,220,160,0.16) 50%, rgba(255,255,255,0) 100%);\n      animation: shine 3.5s infinite linear;\n    }\n\n    .pap-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    .pap-grid-4 {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 14px;\n    }\n\n    @media (max-width: 768px) {\n      .pap-grid,\n      .pap-grid-4 {\n        grid-template-columns: 1fr;\n      }\n\n      .pap-title {\n        font-size: 30px !important;\n      }\n\n      .pap-subtitle {\n        font-size: 17px !important;\n      }\n\n      .pap-section-title {\n        font-size: 22px !important;\n      }\n\n      .pap-text {\n        font-size: 15px !important;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"pap-wrap\"\u003e\n\n    \u003c!-- HERO --\u003e\n    \u003cdiv class=\"pap-fade pap-highlight\" style=\"padding: 34px 24px; text-align: center; background: linear-gradient(135deg, #1a1a1a 0%, #241404 55%, #ff7b00 180%); border-bottom: 1px solid rgba(255,170,80,0.20);\"\u003e\n      \u003cdiv style=\"display: inline-block; background: rgba(255,140,0,0.12); color: #ffb347; padding: 8px 16px; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: 1px; margin-bottom: 14px;\"\u003e\n        💥 POWER AT PEAK PERFORMANCE\n      \u003c\/div\u003e\n\n      \u003ch1 class=\"pap-title\" style=\"margin: 0; font-size: 42px; line-height: 1.15; font-weight: 900; color: #ffffff; letter-spacing: 0.5px;\"\u003e\n        🔥 STRIKEFORCE X\n      \u003c\/h1\u003e\n\n      \u003cp class=\"pap-subtitle\" style=\"margin: 14px auto 0; max-width: 720px; font-size: 20px; line-height: 1.6; color: #ffd7b0; font-weight: 600;\"\u003e\n        Train Hard. Anywhere. Anytime.\n      \u003c\/p\u003e\n\n      \u003cp class=\"pap-text\" style=\"margin: 18px auto 0; max-width: 760px; font-size: 16px; line-height: 1.8; color: #f4f4f4;\"\u003e\n        Experience the next level of portable fitness with the \u003cstrong style=\"color:#ffb347;\"\u003ePower at Peak STRIKEFORCE X\u003c\/strong\u003e — the premium \u003cstrong style=\"color:#ffb347;\"\u003e2-in-1 cordless training system\u003c\/strong\u003e designed to deliver explosive resistance, full-body conditioning, and elite performance wherever life takes you. 💪\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- INTRO --\u003e\n    \u003cdiv class=\"pap-fade\" style=\"padding: 28px 22px 10px;\"\u003e\n      \u003cdiv class=\"pap-card\"\u003e\n        \u003ch2 class=\"pap-section-title\" style=\"margin: 0 0 12px; font-size: 26px; color: #ffb347; font-weight: 800;\"\u003e\n          ⚡ Built for Serious Training\n        \u003c\/h2\u003e\n        \u003cp class=\"pap-text\" style=\"margin: 0; font-size: 16px; line-height: 1.9; color: #f2f2f2;\"\u003e\n          Whether you're training at \u003cstrong style=\"color:#ffb347;\"\u003ehome\u003c\/strong\u003e, in the \u003cstrong style=\"color:#ffb347;\"\u003egym\u003c\/strong\u003e, or outdoors, STRIKEFORCE X gives you a powerful, high-performance workout without the noise and bulk of traditional equipment. Its premium cordless design helps you push harder, move faster, and stay consistent no matter where you are. 🚀\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- BENEFITS --\u003e\n    \u003cdiv class=\"pap-fade\" style=\"padding: 18px 22px;\"\u003e\n      \u003ch2 class=\"pap-section-title\" style=\"margin: 0 0 16px; font-size: 26px; color: #ffb347; font-weight: 800; text-align: center;\"\u003e\n        🏆 Why STRIKEFORCE X Stands Out\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"pap-grid\"\u003e\n        \u003cdiv class=\"pap-card\"\u003e\n          \u003cdiv style=\"font-size: 28px; margin-bottom: 10px;\"\u003e🔇\u003c\/div\u003e\n          \u003ch3 style=\"margin: 0 0 8px; font-size: 20px; color: #ffffff;\"\u003eZero Noise Training\u003c\/h3\u003e\n          \u003cp class=\"pap-text\" style=\"margin: 0; font-size: 15px; line-height: 1.8; color: #e9e9e9;\"\u003e\n            Enjoy smooth, quiet workouts without loud impact or disruption. Perfect for home sessions and shared spaces.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pap-card\"\u003e\n          \u003cdiv style=\"font-size: 28px; margin-bottom: 10px;\"\u003e🔥\u003c\/div\u003e\n          \u003ch3 style=\"margin: 0 0 8px; font-size: 20px; color: #ffffff;\"\u003eMaximum Power Output\u003c\/h3\u003e\n          \u003cp class=\"pap-text\" style=\"margin: 0; font-size: 15px; line-height: 1.8; color: #e9e9e9;\"\u003e\n            Designed to create high-intensity resistance and explosive movement for serious full-body training.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pap-card\"\u003e\n          \u003cdiv style=\"font-size: 28px; margin-bottom: 10px;\"\u003e🎒\u003c\/div\u003e\n          \u003ch3 style=\"margin: 0 0 8px; font-size: 20px; color: #ffffff;\"\u003ePortable \u0026amp; Lightweight\u003c\/h3\u003e\n          \u003cp class=\"pap-text\" style=\"margin: 0; font-size: 15px; line-height: 1.8; color: #e9e9e9;\"\u003e\n            Take your workout anywhere with a travel-ready design that fits easily into your routine and your lifestyle.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pap-card\"\u003e\n          \u003cdiv style=\"font-size: 28px; margin-bottom: 10px;\"\u003e🛡️\u003c\/div\u003e\n          \u003ch3 style=\"margin: 0 0 8px; font-size: 20px; color: #ffffff;\"\u003ePremium Build Quality\u003c\/h3\u003e\n          \u003cp class=\"pap-text\" style=\"margin: 0; font-size: 15px; line-height: 1.8; color: #e9e9e9;\"\u003e\n            Crafted for durability, comfort, and repeated performance so you can train with confidence every session.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FEATURE STRIP --\u003e\n    \u003cdiv class=\"pap-fade\" style=\"padding: 6px 22px 22px;\"\u003e\n      \u003cdiv class=\"pap-grid-4\"\u003e\n        \u003cdiv class=\"pap-card\" style=\"text-align:center;\"\u003e\n          \u003cdiv style=\"font-size: 26px; margin-bottom: 8px;\"\u003e💪\u003c\/div\u003e\n          \u003cdiv style=\"font-weight: 800; color: #ffb347; font-size: 15px;\"\u003eFULL BODY\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 14px; color: #f2f2f2; margin-top: 4px;\"\u003eWorkout System\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pap-card\" style=\"text-align:center;\"\u003e\n          \u003cdiv style=\"font-size: 26px; margin-bottom: 8px;\"\u003e🚫\u003c\/div\u003e\n          \u003cdiv style=\"font-weight: 800; color: #ffb347; font-size: 15px;\"\u003eCORDLESS\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 14px; color: #f2f2f2; margin-top: 4px;\"\u003eDesign Freedom\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pap-card\" style=\"text-align:center;\"\u003e\n          \u003cdiv style=\"font-size: 26px; margin-bottom: 8px;\"\u003e🧱\u003c\/div\u003e\n          \u003cdiv style=\"font-weight: 800; color: #ffb347; font-size: 15px;\"\u003eHEAVY DUTY\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 14px; color: #f2f2f2; margin-top: 4px;\"\u003eBuilt Tough\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pap-card\" style=\"text-align:center;\"\u003e\n          \u003cdiv style=\"font-size: 26px; margin-bottom: 8px;\"\u003e✈️\u003c\/div\u003e\n          \u003cdiv style=\"font-weight: 800; color: #ffb347; font-size: 15px;\"\u003eTRAVEL READY\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 14px; color: #f2f2f2; margin-top: 4px;\"\u003eAnytime Training\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PERFECT FOR --\u003e\n    \u003cdiv class=\"pap-fade\" style=\"padding: 0 22px 22px;\"\u003e\n      \u003cdiv class=\"pap-card\"\u003e\n        \u003ch2 class=\"pap-section-title\" style=\"margin: 0 0 14px; font-size: 24px; color: #ffb347; font-weight: 800;\"\u003e\n          🌍 Perfect for Every Environment\n        \u003c\/h2\u003e\n        \u003cp class=\"pap-text\" style=\"margin: 0 0 10px; font-size: 16px; line-height: 1.9; color: #f2f2f2;\"\u003e\n          STRIKEFORCE X is made for people who want a powerful workout without being tied down to one location.\n        \u003c\/p\u003e\n        \u003cp class=\"pap-text\" style=\"margin: 0; font-size: 16px; line-height: 1.9; color: #f2f2f2;\"\u003e\n          ✅ \u003cstrong style=\"color:#ffb347;\"\u003eHome Workouts\u003c\/strong\u003e – Train efficiently from your own space\u003cbr\u003e\n          ✅ \u003cstrong style=\"color:#ffb347;\"\u003eGym Sessions\u003c\/strong\u003e – Add explosive resistance to your routine\u003cbr\u003e\n          ✅ \u003cstrong style=\"color:#ffb347;\"\u003eOutdoor Training\u003c\/strong\u003e – Take your performance outside\u003cbr\u003e\n          ✅ \u003cstrong style=\"color:#ffb347;\"\u003eTravel Fitness\u003c\/strong\u003e – Stay locked in wherever you go\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CLOSING --\u003e\n    \u003cdiv class=\"pap-fade\" style=\"padding: 0 22px 28px;\"\u003e\n      \u003cdiv style=\"background: linear-gradient(135deg, #ff8400 0%, #ffb347 100%); color: #111111; border-radius: 18px; padding: 24px; text-align: center; box-shadow: 0 10px 25px rgba(255,140,0,0.24);\"\u003e\n        \u003ch2 style=\"margin: 0 0 12px; font-size: 28px; font-weight: 900;\"\u003e\n          🚀 Upgrade Your Training with STRIKEFORCE X\n        \u003c\/h2\u003e\n        \u003cp style=\"margin: 0 auto; max-width: 760px; font-size: 16px; line-height: 1.9; font-weight: 600;\"\u003e\n          Power, portability, and premium performance — all in one elite training tool.\n          The \u003cstrong\u003ePower at Peak STRIKEFORCE X\u003c\/strong\u003e is built for those who refuse to miss a workout and refuse to settle for average.\n        \u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 16px; font-size: 18px; font-weight: 900;\"\u003e\n          🔥 Train Hard. Anywhere. Anytime.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Power at Peak","offers":[{"title":"Default Title","offer_id":42336616644690,"sku":null,"price":899.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0593\/6241\/0578\/files\/2bf634d9-2d98-4ea9-bf8d-61145e5f9729.png?v=1773778071"},{"product_id":"sculptra-x","title":"Sculptra X","description":"\u003cdiv style=\"font-family: Arial, Helvetica, sans-serif; max-width: 920px; margin: 0 auto; background: linear-gradient(180deg, #fff7fb 0%, #ffe8f4 45%, #fff0f7 100%); color: #1f1f1f; border: 1px solid #f7bfd8; border-radius: 24px; overflow: hidden; box-shadow: 0 16px 40px rgba(255, 105, 180, 0.18);\"\u003e\n\n  \u003cstyle\u003e\n    @keyframes fadeUp {\n      0% { opacity: 0; transform: translateY(18px); }\n      100% { opacity: 1; transform: translateY(0); }\n    }\n    @keyframes softGlow {\n      0%, 100% { box-shadow: 0 0 0 rgba(255,105,180,0.0); }\n      50% { box-shadow: 0 0 24px rgba(255,105,180,0.18); }\n    }\n    @keyframes floatSoft {\n      0%, 100% { transform: translateY(0px); }\n      50% { transform: translateY(-4px); }\n    }\n    .pap-fade-1 { animation: fadeUp 0.7s ease-out; }\n    .pap-fade-2 { animation: fadeUp 1s ease-out; }\n    .pap-fade-3 { animation: fadeUp 1.3s ease-out; }\n    .pap-float { animation: floatSoft 3s ease-in-out infinite; }\n    .pap-glow { animation: softGlow 2.8s ease-in-out infinite; }\n    .pap-pill:hover { transform: translateY(-2px); transition: 0.25s ease; }\n    .pap-card:hover { transform: translateY(-3px); transition: 0.25s ease; }\n    @media only screen and (max-width: 768px) {\n      .pap-wrap { padding: 22px !important; }\n      .pap-title { font-size: 32px !important; }\n      .pap-subtitle { font-size: 16px !important; }\n      .pap-grid { grid-template-columns: 1fr !important; }\n      .pap-benefits { grid-template-columns: 1fr !important; }\n      .pap-section-title { font-size: 24px !important; }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- Header --\u003e\n  \u003cdiv class=\"pap-wrap pap-fade-1\" style=\"background: linear-gradient(135deg, #ff4fa0 0%, #ff7ab8 55%, #ffc2dd 100%); color: #ffffff; padding: 36px 28px; text-align: center;\"\u003e\n    \u003cdiv class=\"pap-float pap-glow\" style=\"display: inline-block; padding: 10px 18px; border-radius: 999px; background: rgba(255,255,255,0.18); font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;\"\u003e\n      ✨ Power at Peak Premium Collection\n    \u003c\/div\u003e\n    \u003ch1 class=\"pap-title\" style=\"margin: 18px 0 10px; font-size: 44px; line-height: 1.1; font-weight: 900; letter-spacing: 0.3px;\"\u003e\n      💖 Sculptra X\n    \u003c\/h1\u003e\n    \u003cp class=\"pap-subtitle\" style=\"max-width: 740px; margin: 0 auto; font-size: 18px; line-height: 1.7; color: #fffafc;\"\u003e\n      Sculpt, tone, and strengthen your body from home with the elegant all-in-one Pilates resistance bar designed to help you train smarter and look amazing doing it. 🌸\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cdiv class=\"pap-wrap pap-fade-2\" style=\"padding: 30px 28px 18px;\"\u003e\n    \u003cdiv style=\"background: #ffffff; border: 1px solid #ffd0e3; border-radius: 20px; padding: 24px; box-shadow: 0 10px 26px rgba(255, 105, 180, 0.10);\"\u003e\n      \u003ch2 class=\"pap-section-title\" style=\"margin: 0 0 14px; font-size: 28px; color: #d81b78; font-weight: 800;\"\u003e\n        🌟 Transform Your Home Workouts with Style\n      \u003c\/h2\u003e\n      \u003cp style=\"margin: 0; font-size: 17px; line-height: 1.85; color: #333333;\"\u003e\n        Meet the \u003cstrong\u003eSculptra X\u003c\/strong\u003e — the premium Pilates bar created for women who want a sleek, effective, and easy-to-use workout tool that fits beautifully into their lifestyle. Whether your goal is to tone your arms, shape your core, lift your glutes, or slim your legs, this versatile resistance training system helps you target your whole body with smooth, controlled movement. 💪✨\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Benefits --\u003e\n  \u003cdiv class=\"pap-wrap pap-fade-2\" style=\"padding: 12px 28px 18px;\"\u003e\n    \u003ch2 class=\"pap-section-title\" style=\"margin: 0 0 18px; font-size: 28px; color: #c2186a; font-weight: 800; text-align: center;\"\u003e\n      💎 Why You'll Love Sculptra X\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"pap-benefits\" style=\"display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;\"\u003e\n      \u003cdiv class=\"pap-card\" style=\"background: #fff; border: 1px solid #ffd7e7; border-radius: 18px; padding: 18px;\"\u003e\n        \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e🍑\u003c\/div\u003e\n        \u003ch3 style=\"margin: 0 0 8px; font-size: 20px; color: #111; font-weight: 800;\"\u003eFull-Body Sculpting\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; font-size: 15px; line-height: 1.75; color: #444;\"\u003e\n          Activate your arms, abs, back, hips, glutes, and legs with one powerful piece of equipment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pap-card\" style=\"background: #fff; border: 1px solid #ffd7e7; border-radius: 18px; padding: 18px;\"\u003e\n        \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e🧘‍♀️\u003c\/div\u003e\n        \u003ch3 style=\"margin: 0 0 8px; font-size: 20px; color: #111; font-weight: 800;\"\u003eSmooth Pilates Movement\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; font-size: 15px; line-height: 1.75; color: #444;\"\u003e\n          Ideal for controlled resistance training that helps improve posture, flexibility, and graceful strength.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pap-card\" style=\"background: #fff; border: 1px solid #ffd7e7; border-radius: 18px; padding: 18px;\"\u003e\n        \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e🏠\u003c\/div\u003e\n        \u003ch3 style=\"margin: 0 0 8px; font-size: 20px; color: #111; font-weight: 800;\"\u003eTrain Anywhere\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; font-size: 15px; line-height: 1.75; color: #444;\"\u003e\n          Perfect for home workouts, studio sessions, travel, or quick daily toning routines.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pap-card\" style=\"background: #fff; border: 1px solid #ffd7e7; border-radius: 18px; padding: 18px;\"\u003e\n        \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e✨\u003c\/div\u003e\n        \u003ch3 style=\"margin: 0 0 8px; font-size: 20px; color: #111; font-weight: 800;\"\u003eElegant Premium Design\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; font-size: 15px; line-height: 1.75; color: #444;\"\u003e\n          A beautiful pink finish with a sleek modern feel that makes every workout look and feel more premium.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Features --\u003e\n  \u003cdiv class=\"pap-wrap pap-fade-3\" style=\"padding: 12px 28px 18px;\"\u003e\n    \u003cdiv style=\"background: linear-gradient(180deg, #ffffff 0%, #fff7fb 100%); border: 1px solid #ffd2e4; border-radius: 20px; padding: 24px;\"\u003e\n      \u003ch2 class=\"pap-section-title\" style=\"margin: 0 0 16px; font-size: 28px; color: #c2186a; font-weight: 800;\"\u003e\n        🔥 Premium Features\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"pap-grid\" style=\"display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;\"\u003e\n        \u003cdiv class=\"pap-pill\" style=\"background: #ffe7f2; border-radius: 14px; padding: 14px 16px; font-size: 15px; line-height: 1.7; color: #333;\"\u003e\n          \u003cstrong\u003e💗 Comfortable Foam Grip\u003c\/strong\u003e\u003cbr\u003e\n          Soft, supportive handles for a secure and comfortable hold.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pap-pill\" style=\"background: #ffe7f2; border-radius: 14px; padding: 14px 16px; font-size: 15px; line-height: 1.7; color: #333;\"\u003e\n          \u003cstrong\u003e🖤 Resistance Cords\u003c\/strong\u003e\u003cbr\u003e\n          Durable elastic bands create smooth tension for toning and strengthening.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pap-pill\" style=\"background: #ffe7f2; border-radius: 14px; padding: 14px 16px; font-size: 15px; line-height: 1.7; color: #333;\"\u003e\n          \u003cstrong\u003e👣 Secure Foot Straps\u003c\/strong\u003e\u003cbr\u003e\n          Designed for stable lower-body exercises and controlled resistance work.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pap-pill\" style=\"background: #ffe7f2; border-radius: 14px; padding: 14px 16px; font-size: 15px; line-height: 1.7; color: #333;\"\u003e\n          \u003cstrong\u003e🎒 Portable \u0026amp; Easy to Store\u003c\/strong\u003e\u003cbr\u003e\n          Lightweight and practical for convenient everyday workouts.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Results Section --\u003e\n  \u003cdiv class=\"pap-wrap pap-fade-3\" style=\"padding: 12px 28px 18px;\"\u003e\n    \u003ch2 class=\"pap-section-title\" style=\"margin: 0 0 18px; font-size: 28px; color: #c2186a; font-weight: 800; text-align: center;\"\u003e\n      🎯 What Sculptra X Helps You Target\n    \u003c\/h2\u003e\n\n    \u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;\"\u003e\n      \u003cdiv style=\"background: #ffffff; color: #c2186a; border: 1px solid #ffc7dc; padding: 12px 16px; border-radius: 999px; font-size: 15px; font-weight: 700;\"\u003e💪 Toned Arms\u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; color: #c2186a; border: 1px solid #ffc7dc; padding: 12px 16px; border-radius: 999px; font-size: 15px; font-weight: 700;\"\u003e✨ Strong Back\u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; color: #c2186a; border: 1px solid #ffc7dc; padding: 12px 16px; border-radius: 999px; font-size: 15px; font-weight: 700;\"\u003e🔥 Firm Core\u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; color: #c2186a; border: 1px solid #ffc7dc; padding: 12px 16px; border-radius: 999px; font-size: 15px; font-weight: 700;\"\u003e🍑 Sculpted Glutes\u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; color: #c2186a; border: 1px solid #ffc7dc; padding: 12px 16px; border-radius: 999px; font-size: 15px; font-weight: 700;\"\u003e🦵 Lean Legs\u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; color: #c2186a; border: 1px solid #ffc7dc; padding: 12px 16px; border-radius: 999px; font-size: 15px; font-weight: 700;\"\u003e🧘 Better Posture\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"pap-wrap\" style=\"padding: 20px 28px 34px;\"\u003e\n    \u003cdiv style=\"background: linear-gradient(135deg, #ff4fa0 0%, #ff86bf 100%); border-radius: 22px; padding: 28px; text-align: center; color: #ffffff; box-shadow: 0 14px 34px rgba(255, 105, 180, 0.20);\"\u003e\n      \u003ch2 style=\"margin: 0 0 12px; font-size: 28px; font-weight: 900;\"\u003e\n        💖 Sculpt. Strengthen. Shine.\n      \u003c\/h2\u003e\n      \u003cp style=\"max-width: 720px; margin: 0 auto 18px; font-size: 17px; line-height: 1.8; color: #fff9fc;\"\u003e\n        The \u003cstrong\u003eSculptra X\u003c\/strong\u003e is more than a Pilates bar — it’s your elegant at-home body sculpting solution for feeling stronger, more confident, and beautifully in control of your fitness journey.\n      \u003c\/p\u003e\n      \u003cdiv style=\"display: inline-block; background: #ffffff; color: #d81b78; padding: 14px 22px; border-radius: 999px; font-size: 16px; font-weight: 800; box-shadow: 0 8px 18px rgba(0,0,0,0.10);\"\u003e\n        ✨ Elevate Your Workout with Power at Peak\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Power at Peak","offers":[{"title":"Default Title","offer_id":42336899727442,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0593\/6241\/0578\/files\/c0a3cb1b-9ff0-4784-aea6-095257c826c5.png?v=1773851404"}],"url":"https:\/\/poweratpeak.co.za\/collections\/female.oembed","provider":"Power at Peak","version":"1.0","type":"link"}