{"title":"All Products","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":"power-at-peak-apexpush-pro","title":"Power at Peak – ApexPush Pro","description":"\u003csection class=\"apexpush-premium\"\u003e\n  \u003cdiv class=\"apexpush-bg\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"apexpush-container\"\u003e\n\n    \u003cdiv class=\"apexpush-badge\"\u003e💪 Power at Peak\u003c\/div\u003e\n\n    \u003ch1 class=\"apexpush-title\"\u003e\n      ApexPush Pro\n    \u003c\/h1\u003e\n\n    \u003cp class=\"apexpush-subtitle\"\u003e\n      Transform Your Upper Body with the \u003cstrong\u003eApexPush Pro\u003c\/strong\u003e — your complete upper body training system for home and gym use.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"apexpush-hero-card fade-up\"\u003e\n      \u003cdiv class=\"glow-line\"\u003e\u003c\/div\u003e\n      \u003ch2\u003eBuilt for athletes who refuse average.\u003c\/h2\u003e\n      \u003cp\u003e\n        This is not just a push-up board. The \u003cstrong\u003eApexPush Pro\u003c\/strong\u003e is designed to help you train smarter,\n        hit more muscle groups, and unlock serious upper body performance with a premium foldable design.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"apexpush-grid\"\u003e\n      \u003cdiv class=\"feature-card fade-up delay-1\"\u003e\n        \u003cspan class=\"icon\"\u003e🎯\u003c\/span\u003e\n        \u003ch3\u003eTarget Every Muscle Group\u003c\/h3\u003e\n        \u003cp\u003e\n          Color-coded positions help you train \u003cstrong\u003echest, shoulders, back, and triceps\u003c\/strong\u003e with precision.\n          No guesswork. Just results.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card fade-up delay-2\"\u003e\n        \u003cspan class=\"icon\"\u003e🏋️\u003c\/span\u003e\n        \u003ch3\u003eProfessional-Grade Construction\u003c\/h3\u003e\n        \u003cp\u003e\n          Built with \u003cstrong\u003epremium non-slip materials\u003c\/strong\u003e and ergonomic handles to reduce wrist strain while\n          maximizing muscle engagement.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card fade-up delay-3\"\u003e\n        \u003cspan class=\"icon\"\u003e📈\u003c\/span\u003e\n        \u003ch3\u003eProgressive Training System\u003c\/h3\u003e\n        \u003cp\u003e\n          Whether you are a beginner or advanced athlete, the multi-position layout adapts to your level and helps\n          you push further every session.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"apexpush-package fade-up\"\u003e\n      \u003ch2\u003e🎁 Complete Training Package Includes\u003c\/h2\u003e\n      \u003cdiv class=\"package-list\"\u003e\n        \u003cdiv class=\"package-item\"\u003e✅ Premium ApexPush Pro board with color-coded positioning\u003c\/div\u003e\n        \u003cdiv class=\"package-item\"\u003e✅ Ergonomic push-up handles for maximum comfort\u003c\/div\u003e\n        \u003cdiv class=\"package-item\"\u003e✅ 2 resistance bands for added intensity\u003c\/div\u003e\n        \u003cdiv class=\"package-item\"\u003e✅ Training guide with expert workout routines\u003c\/div\u003e\n        \u003cdiv class=\"package-item\"\u003e✅ Compact, foldable design for easy storage and travel\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"promise-card fade-up\"\u003e\n      \u003ch2\u003e💯 The Power at Peak Promise\u003c\/h2\u003e\n      \u003cp\u003e\n        Imagine feeling the burn in muscles you did not know existed. Picture yourself getting stronger,\n        more defined, and more confident with every workout.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        That is not just motivation — that is what the \u003cstrong\u003eApexPush Pro\u003c\/strong\u003e is built to deliver.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta-box fade-up\"\u003e\n      \u003cp class=\"cta-text\"\u003e\n        🚀 Join athletes across South Africa who are already pushing toward peak performance.\n      \u003c\/p\u003e\n      \u003ca href=\"\/cart\/add?id={{%20product.selected_or_first_available_variant.id%20}}\" class=\"cta-button\"\u003e\n        Add to Cart Now\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e\n  .apexpush-premium {\n    position: relative;\n    overflow: hidden;\n    padding: 70px 20px;\n    background: linear-gradient(135deg, #0f172a 0%, #111827 45%, #1e293b 100%);\n    color: #ffffff;\n    font-family: Arial, sans-serif;\n  }\n\n  .apexpush-bg {\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(circle at top left, rgba(59,130,246,0.18), transparent 30%),\n      radial-gradient(circle at bottom right, rgba(168,85,247,0.16), transparent 30%);\n    z-index: 0;\n  }\n\n  .apexpush-container {\n    position: relative;\n    z-index: 2;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .apexpush-badge {\n    display: inline-block;\n    padding: 10px 18px;\n    border-radius: 999px;\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.14);\n    color: #dbeafe;\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 0.5px;\n    margin-bottom: 18px;\n    backdrop-filter: blur(10px);\n    animation: floatBadge 3s ease-in-out infinite;\n  }\n\n  .apexpush-title {\n    font-size: clamp(2.2rem, 5vw, 4.6rem);\n    line-height: 1.05;\n    font-weight: 800;\n    margin: 0 0 14px;\n    letter-spacing: -1px;\n    background: linear-gradient(90deg, #ffffff, #c7d2fe, #93c5fd);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    animation: fadeSlide 1s ease forwards;\n  }\n\n  .apexpush-subtitle {\n    max-width: 780px;\n    font-size: clamp(1rem, 2vw, 1.2rem);\n    line-height: 1.8;\n    color: #e5e7eb;\n    margin-bottom: 32px;\n    animation: fadeSlide 1.2s ease forwards;\n  }\n\n  .apexpush-hero-card,\n  .feature-card,\n  .apexpush-package,\n  .promise-card,\n  .cta-box {\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.12);\n    border-radius: 24px;\n    padding: 28px;\n    box-shadow: 0 20px 50px rgba(0,0,0,0.25);\n    backdrop-filter: blur(12px);\n  }\n\n  .apexpush-hero-card {\n    position: relative;\n    margin-bottom: 30px;\n  }\n\n  .apexpush-hero-card h2,\n  .apexpush-package h2,\n  .promise-card h2 {\n    margin-top: 0;\n    margin-bottom: 14px;\n    font-size: clamp(1.4rem, 3vw, 2rem);\n    color: #ffffff;\n  }\n\n  .apexpush-hero-card p,\n  .feature-card p,\n  .apexpush-package,\n  .promise-card p {\n    color: #e5e7eb;\n    line-height: 1.8;\n    font-size: 1rem;\n  }\n\n  .glow-line {\n    width: 90px;\n    height: 4px;\n    border-radius: 999px;\n    background: linear-gradient(90deg, #60a5fa, #a78bfa);\n    margin-bottom: 18px;\n    animation: pulseGlow 2.5s infinite ease-in-out;\n  }\n\n  .apexpush-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 22px;\n    margin-bottom: 30px;\n  }\n\n  .feature-card {\n    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;\n  }\n\n  .feature-card:hover {\n    transform: translateY(-8px);\n    border-color: rgba(147,197,253,0.45);\n    box-shadow: 0 25px 55px rgba(0,0,0,0.3);\n  }\n\n  .feature-card .icon {\n    font-size: 2rem;\n    display: inline-block;\n    margin-bottom: 12px;\n  }\n\n  .feature-card h3 {\n    margin-top: 0;\n    margin-bottom: 12px;\n    font-size: 1.25rem;\n    color: #ffffff;\n  }\n\n  .apexpush-package {\n    margin-bottom: 30px;\n  }\n\n  .package-list {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-top: 18px;\n  }\n\n  .package-item {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 16px;\n    padding: 15px 16px;\n    color: #f3f4f6;\n    line-height: 1.6;\n  }\n\n  .promise-card {\n    margin-bottom: 30px;\n  }\n\n  .cta-box {\n    text-align: center;\n    padding: 34px 24px;\n  }\n\n  .cta-text {\n    font-size: 1.15rem;\n    line-height: 1.7;\n    color: #f9fafb;\n    margin-bottom: 20px;\n  }\n\n  .cta-button {\n    display: inline-block;\n    padding: 16px 34px;\n    border-radius: 999px;\n    text-decoration: none;\n    font-weight: 800;\n    font-size: 1rem;\n    background: linear-gradient(90deg, #3b82f6, #8b5cf6);\n    color: #ffffff;\n    box-shadow: 0 15px 35px rgba(59,130,246,0.35);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n\n  .cta-button:hover {\n    transform: translateY(-3px) scale(1.02);\n    box-shadow: 0 22px 40px rgba(139,92,246,0.35);\n  }\n\n  .fade-up {\n    opacity: 0;\n    transform: translateY(30px);\n    animation: fadeUp 0.9s ease forwards;\n  }\n\n  .delay-1 { animation-delay: 0.15s; }\n  .delay-2 { animation-delay: 0.3s; }\n  .delay-3 { animation-delay: 0.45s; }\n\n  @keyframes fadeUp {\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes fadeSlide {\n    from {\n      opacity: 0;\n      transform: translateY(25px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes pulseGlow {\n    0%, 100% { opacity: 0.7; transform: scaleX(1); }\n    50% { opacity: 1; transform: scaleX(1.15); }\n  }\n\n  @keyframes floatBadge {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-4px); }\n  }\n\n  @media (max-width: 900px) {\n    .apexpush-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .package-list {\n      grid-template-columns: 1fr;\n    }\n\n    .apexpush-premium {\n      padding: 50px 16px;\n    }\n\n    .apexpush-hero-card,\n    .feature-card,\n    .apexpush-package,\n    .promise-card,\n    .cta-box {\n      padding: 22px;\n      border-radius: 20px;\n    }\n\n    .cta-button {\n      width: 100%;\n      max-width: 320px;\n    }\n  }\n\u003c\/style\u003e","brand":"Power at Peak","offers":[{"title":"Default Title","offer_id":42332437807186,"sku":null,"price":799.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0593\/6241\/0578\/files\/84d2eeaa-43dd-4b36-b1bb-e21988b68fc1.png?v=1773585087"},{"product_id":"mightypin-pro","title":"MightyPin Pro","description":"\u003cstyle\u003e\n  .pap-dropset-wrap {\n    --bg: linear-gradient(135deg, #eef6ff 0%, #f5f7ff 35%, #ffffff 70%, #f1fff6 100%);\n    --card: rgba(255, 255, 255, 0.92);\n    --text: #111827;\n    --muted: #4b5563;\n    --line: rgba(17, 24, 39, 0.08);\n    --accent: #2563eb;\n    --accent-2: #22c55e;\n    --shadow: 0 20px 50px rgba(0,0,0,0.08);\n    --radius: 24px;\n    --max: 1120px;\n\n    font-family: \"Helvetica Neue\", Arial, sans-serif;\n    color: var(--text);\n    background: var(--bg);\n    padding: 40px 16px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .pap-dropset-wrap::before {\n    content: \"\";\n    position: absolute;\n    width: 400px;\n    height: 400px;\n    background: radial-gradient(circle, rgba(37,99,235,0.15) 0%, rgba(37,99,235,0) 70%);\n    top: -150px;\n    left: -150px;\n    border-radius: 50%;\n  }\n\n  .pap-dropset-wrap::after {\n    content: \"\";\n    position: absolute;\n    width: 400px;\n    height: 400px;\n    background: radial-gradient(circle, rgba(34,197,94,0.15) 0%, rgba(34,197,94,0) 70%);\n    bottom: -150px;\n    right: -150px;\n    border-radius: 50%;\n  }\n\n  .pap-dropset-container {\n    max-width: var(--max);\n    margin: 0 auto;\n    position: relative;\n    z-index: 2;\n  }\n\n  .pap-dropset-hero {\n    background: var(--card);\n    border: 1px solid var(--line);\n    border-radius: var(--radius);\n    box-shadow: var(--shadow);\n    padding: 38px 26px;\n  }\n\n  .pap-dropset-badge {\n    display: inline-block;\n    background: linear-gradient(135deg,#2563eb,#22c55e);\n    color: white;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n    padding: 8px 14px;\n    border-radius: 999px;\n    margin-bottom: 16px;\n  }\n\n  .pap-dropset-title {\n    font-size: 40px;\n    line-height: 1.1;\n    margin-bottom: 14px;\n    font-weight: 800;\n  }\n\n  .pap-dropset-subtitle {\n    font-size: 18px;\n    line-height: 1.7;\n    color: var(--muted);\n  }\n\n  .pap-dropset-highlight {\n    margin-top: 24px;\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 16px;\n  }\n\n  .pap-dropset-highlight-box {\n    background: white;\n    border-radius: 16px;\n    padding: 18px;\n    border: 1px solid var(--line);\n    text-align: center;\n  }\n\n  .pap-dropset-highlight-box strong {\n    display:block;\n    font-size:16px;\n    margin-bottom:6px;\n  }\n\n  .pap-dropset-grid {\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:22px;\n    margin-top:26px;\n  }\n\n  .pap-dropset-card {\n    background: var(--card);\n    border-radius: var(--radius);\n    padding:28px;\n    border:1px solid var(--line);\n    box-shadow: var(--shadow);\n  }\n\n  .pap-dropset-card h2 {\n    font-size:26px;\n    margin-bottom:16px;\n  }\n\n  .pap-dropset-feature {\n    display:flex;\n    gap:14px;\n    margin-bottom:14px;\n  }\n\n  .pap-dropset-icon {\n    width:40px;\n    height:40px;\n    background: linear-gradient(135deg,#2563eb,#22c55e);\n    border-radius:12px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    color:white;\n    font-size:18px;\n  }\n\n  .pap-dropset-feature h3 {\n    margin:0;\n    font-size:16px;\n  }\n\n  .pap-dropset-feature p {\n    margin:4px 0 0;\n    color:var(--muted);\n    font-size:14px;\n  }\n\n  .pap-dropset-cta {\n    margin-top:28px;\n    text-align:center;\n    background:linear-gradient(135deg,#2563eb,#22c55e);\n    color:white;\n    border-radius:22px;\n    padding:34px;\n  }\n\n  .pap-dropset-cta h2 {\n    font-size:28px;\n    margin-bottom:10px;\n  }\n\n  .pap-dropset-btn {\n    margin-top:18px;\n    display:inline-block;\n    background:white;\n    color:#111827 !important;\n    padding:14px 26px;\n    border-radius:999px;\n    font-weight:700;\n    text-decoration:none;\n  }\n\n  @media(max-width:768px){\n    .pap-dropset-title{font-size:30px;}\n    .pap-dropset-grid{grid-template-columns:1fr;}\n    .pap-dropset-highlight{grid-template-columns:1fr;}\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pap-dropset-wrap\"\u003e\n\u003cdiv class=\"pap-dropset-container\"\u003e\n\n\u003csection class=\"pap-dropset-hero\"\u003e\n\n\u003cdiv class=\"pap-dropset-badge\"\u003ePremium Gym Accessory\u003c\/div\u003e\n\n\u003ch1 class=\"pap-dropset-title\"\u003e\n💪 Power at Peak – MightyPin Pro Gym Pin\n\u003c\/h1\u003e\n\n\u003cp class=\"pap-dropset-subtitle\"\u003e\n\u003cstrong\u003eTrain Smarter. Drop Faster. Lift Harder.\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\n\nTake your workouts to the next level with the \n\u003cstrong\u003ePower at Peak MightyPin Pro Gym Pin\u003c\/strong\u003e — the ultimate tool for serious lifters who want \n\u003cstrong\u003efaster drop sets, maximum muscle stimulation, and zero wasted time between sets.\u003c\/strong\u003e\n\nBuilt for efficiency and performance, this premium gym pin allows you to \n\u003cstrong\u003einstantly adjust weights on cable machines\u003c\/strong\u003e without stopping your workout.\n\nNo more standing up, walking to the stack, or breaking your focus.  \nWith the \u003cstrong\u003eMightyPin Pro\u003c\/strong\u003e, every rep counts. 🔥\n\u003c\/p\u003e\n\n\u003cdiv class=\"pap-dropset-highlight\"\u003e\n\n\u003cdiv class=\"pap-dropset-highlight-box\"\u003e\n\u003cstrong\u003e⚡ Faster Workouts\u003c\/strong\u003e\n\u003cspan\u003eChange weights instantly and keep your training intensity high.\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pap-dropset-highlight-box\"\u003e\n\u003cstrong\u003e💪 Better Muscle Activation\u003c\/strong\u003e\n\u003cspan\u003eMaintain tension and push muscles harder for better results.\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pap-dropset-highlight-box\"\u003e\n\u003cstrong\u003e🔒 Premium Durability\u003c\/strong\u003e\n\u003cspan\u003eBuilt with strong materials for reliable performance.\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pap-dropset-grid\"\u003e\n\n\u003csection class=\"pap-dropset-card\"\u003e\n\n\u003ch2\u003e⚡ Why Athletes Love the MightyPin Pro\u003c\/h2\u003e\n\n\u003cdiv class=\"pap-dropset-feature\"\u003e\n\u003cdiv class=\"pap-dropset-icon\"\u003e🏋️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eInstant Drop Sets\u003c\/h3\u003e\n\u003cp\u003ePerform powerful drop sets in seconds without interrupting your workout flow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pap-dropset-feature\"\u003e\n\u003cdiv class=\"pap-dropset-icon\"\u003e⏱\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSave Time Between Sets\u003c\/h3\u003e\n\u003cp\u003eNo more walking to the weight stack — adjust instantly and keep training.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pap-dropset-feature\"\u003e\n\u003cdiv class=\"pap-dropset-icon\"\u003e💪\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMaximum Muscle Growth\u003c\/h3\u003e\n\u003cp\u003ePerfect for hypertrophy training and pushing muscles beyond failure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pap-dropset-feature\"\u003e\n\u003cdiv class=\"pap-dropset-icon\"\u003e🎯\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eUniversal Gym Compatibility\u003c\/h3\u003e\n\u003cp\u003eWorks with most commercial cable machines and stack weight systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection class=\"pap-dropset-card\"\u003e\n\n\u003ch2\u003e🎨 Available Premium Colors\u003c\/h2\u003e\n\n\u003cp\u003e⚫ Black\u003cbr\u003e\n⚪ White\u003cbr\u003e\n⚙️ Grey\u003cbr\u003e\n🔴 Red\u003cbr\u003e\n🟢 Green\u003cbr\u003e\n🔵 Blue\u003c\/p\u003e\n\n\u003ch2\u003e📦 Perfect For\u003c\/h2\u003e\n\n\u003cp\u003e\n✔ Cable Machines\u003cbr\u003e\n✔ Lat Pulldowns\u003cbr\u003e\n✔ Tricep Pushdowns\u003cbr\u003e\n✔ Seated Rows\u003cbr\u003e\n✔ Functional Trainers\u003cbr\u003e\n✔ Stack Weight Machines\n\u003c\/p\u003e\n\n\u003ch2\u003e🚀 Who Is This For?\u003c\/h2\u003e\n\n\u003cp\u003e\n🔥 Lifters who want faster workouts\u003cbr\u003e\n🔥 Athletes focused on muscle growth\u003cbr\u003e\n🔥 People using drop sets and advanced techniques\u003cbr\u003e\n🔥 Anyone serious about maximizing gym performance\n\u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003csection class=\"pap-dropset-cta\"\u003e\n\n\u003ch2\u003e💥 Power at Peak Mission\u003c\/h2\u003e\n\n\u003cp\u003e\nAt \u003cstrong\u003ePower at Peak\u003c\/strong\u003e, we build equipment for people who refuse average.  \nEvery product is designed to help you train \u003cstrong\u003eharder, smarter, and stronger.\u003c\/strong\u003e\n\u003c\/p\u003e\n\n\u003ca href=\"#\" class=\"pap-dropset-btn\"\u003e🔥 Upgrade Your Workout Today\u003c\/a\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Power at Peak","offers":[{"title":"Default Title","offer_id":42332587917394,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0593\/6241\/0578\/files\/0c90333a-39ba-4717-9fdd-590a2eec4fe0_721409f2-e2d8-4324-9f70-cbc807da2df4.png?v=1773599876"},{"product_id":"grip-x-premium-steel-plate-lifting-hooks","title":"GRIP X - Premium Steel Plate Lifting Hooks","description":"\u003cdiv style=\"font-family: Helvetica, Arial, sans-serif; max-width: 900px; margin: 0 auto; padding: 25px; background: linear-gradient(180deg, #0a0a0a, #111); color: #f5f5f5; line-height: 1.8; border-radius: 10px;\"\u003e\n\n  \u003c!-- TITLE --\u003e\n  \u003ch1 style=\"font-size: 34px; font-weight: 800; margin-bottom: 10px; color: #d4af37; text-align: center;\"\u003e\n    💪 GRIP X\n  \u003c\/h1\u003e\n\n  \u003cp style=\"text-align: center; font-size: 18px; margin-bottom: 25px; color: #ccc;\"\u003e\n    Engineered for Peak Performance\n  \u003c\/p\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cp style=\"font-size: 17px; text-align: center; margin-bottom: 30px;\"\u003e\n    Built for athletes who refuse average. \u003cstrong style=\"color:#d4af37;\"\u003eGRIP X\u003c\/strong\u003e eliminates grip fatigue,\n    so you can lift heavier, train longer, and dominate every session.\n  \u003c\/p\u003e\n\n  \u003c!-- STRENGTH BOX --\u003e\n  \u003cdiv style=\"background: #141414; padding: 20px; border-radius: 10px; margin-bottom: 25px; border: 1px solid #222;\"\u003e\n    \u003ch2 style=\"color: #d4af37; font-size: 24px; margin-bottom: 10px;\"\u003e🏆 Unleash Strength\u003c\/h2\u003e\n    \u003cp style=\"margin: 0;\"\u003e\n      Engineered with a \u003cstrong\u003e265kg load capacity\u003c\/strong\u003e, GRIP X delivers elite-level performance\n      for serious lifters who demand reliability under pressure.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003ch2 style=\"color: #d4af37; font-size: 24px; margin-bottom: 15px;\"\u003e⚡ Elite Features\u003c\/h2\u003e\n\n  \u003cdiv style=\"display: grid; gap: 15px; margin-bottom: 30px;\"\u003e\n\n    \u003cdiv style=\"background:#141414; padding:15px; border-radius:8px;\"\u003e\n      🔥 \u003cstrong\u003e265kg Strength Rating\u003c\/strong\u003e\u003cbr\u003e\n      Built for heavy lifting and maximum performance.\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background:#141414; padding:15px; border-radius:8px;\"\u003e\n      🛡️ \u003cstrong\u003ePremium Steel Construction\u003c\/strong\u003e\u003cbr\u003e\n      Durable, industrial-grade materials that last.\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background:#141414; padding:15px; border-radius:8px;\"\u003e\n      ✨ \u003cstrong\u003eErgonomic Grip Design\u003c\/strong\u003e\u003cbr\u003e\n      Maximum control with comfort.\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background:#141414; padding:15px; border-radius:8px;\"\u003e\n      🎯 \u003cstrong\u003eNeoprene Wrist Support\u003c\/strong\u003e\u003cbr\u003e\n      Protects your wrists during heavy lifts.\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background:#141414; padding:15px; border-radius:8px;\"\u003e\n      ⚙️ \u003cstrong\u003eQuick-Release Velcro\u003c\/strong\u003e\u003cbr\u003e\n      Fast, secure, and easy to adjust.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- TRANSFORMATION --\u003e\n  \u003cdiv style=\"background: #141414; padding: 20px; border-radius: 10px; margin-bottom: 25px;\"\u003e\n    \u003ch2 style=\"color: #d4af37; font-size: 24px; margin-bottom: 10px;\"\u003e🚀 Train Harder\u003c\/h2\u003e\n    \u003cp style=\"margin: 0;\"\u003e\n      Perfect for \u003cstrong\u003edeadlifts, rows, shrugs, and pull-ups\u003c\/strong\u003e.\n      GRIP X removes grip limits so your muscles can do the real work.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PREMIUM --\u003e\n  \u003cdiv style=\"background: #141414; padding: 20px; border-radius: 10px; margin-bottom: 25px;\"\u003e\n    \u003ch2 style=\"color: #d4af37; font-size: 24px; margin-bottom: 10px;\"\u003e💎 Premium Quality\u003c\/h2\u003e\n    \u003cp style=\"margin: 0;\"\u003e\n      Every detail is engineered for performance, durability, and comfort —\n      giving you the edge in every workout.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INCLUDED --\u003e\n  \u003cdiv style=\"background: #141414; padding: 20px; border-radius: 10px; margin-bottom: 25px;\"\u003e\n    \u003ch2 style=\"color: #d4af37; font-size: 24px; margin-bottom: 10px;\"\u003e🎁 Included\u003c\/h2\u003e\n    \u003cp style=\"margin: 0;\"\u003e\n      Premium GRIP X hooks with branded packaging — perfect for personal use or gifting.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv style=\"background: linear-gradient(90deg, #d4af37, #f1d77a); color: #000; padding: 20px; border-radius: 10px; text-align: center; margin-top: 30px;\"\u003e\n    \u003cp style=\"font-size: 18px; font-weight: 700; margin: 0;\"\u003e\n      ⚠️ Built for Champions\n    \u003c\/p\u003e\n    \u003cp style=\"margin: 5px 0 0;\"\u003e\n      Join athletes who train at their peak. Your strength upgrade starts now.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Power at Peak","offers":[{"title":"Default Title","offer_id":42335031820370,"sku":null,"price":599.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0593\/6241\/0578\/files\/bc23ac54-5411-427c-bdbd-2080ade20fa3_21d1bd62-9fd1-43a1-92d5-8b44023c16be.png?v=1773758521"},{"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":"bodymetric-pro","title":"BodyMetric Pro","description":"\u003cdiv class=\"pap-skinfold-wrap\"\u003e\n  \u003cstyle\u003e\n    .pap-skinfold-wrap{\n      --bg1:#0f1116;\n      --bg2:#1b2230;\n      --bg3:#2b1f14;\n      --gold:#ffca3a;\n      --gold2:#ffb300;\n      --text:#f7f8fb;\n      --muted:#d9dde7;\n      --card:rgba(255,255,255,0.08);\n      --border:rgba(255,255,255,0.14);\n      --shadow:0 18px 45px rgba(0,0,0,0.28);\n      max-width: 980px;\n      margin: 24px auto;\n      font-family: Arial, Helvetica, sans-serif;\n      color: var(--text);\n      background:\n        radial-gradient(circle at top left, rgba(255,202,58,0.18), transparent 28%),\n        radial-gradient(circle at bottom right, rgba(255,179,0,0.14), transparent 30%),\n        linear-gradient(135deg, var(--bg1) 0%, var(--bg2) 48%, var(--bg3) 100%);\n      border: 1px solid rgba(255,255,255,0.10);\n      border-radius: 26px;\n      overflow: hidden;\n      box-shadow: var(--shadow);\n      position: relative;\n    }\n\n    .pap-skinfold-wrap::before{\n      content:\"\";\n      position:absolute;\n      inset:0;\n      background:\n        linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.06) 45%, transparent 65%);\n      transform: translateX(-120%);\n      animation: papShine 7s linear infinite;\n      pointer-events:none;\n    }\n\n    @keyframes papShine{\n      0%{transform:translateX(-120%);}\n      100%{transform:translateX(140%);}\n    }\n\n    .pap-hero{\n      padding: 44px 28px 28px;\n      text-align: center;\n      border-bottom: 1px solid rgba(255,255,255,0.10);\n      background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));\n    }\n\n    .pap-badge{\n      display:inline-block;\n      padding:10px 18px;\n      border-radius:999px;\n      font-size:14px;\n      font-weight:700;\n      color:#151515;\n      background: linear-gradient(135deg, #ffd866, #ffb300);\n      box-shadow: 0 8px 22px rgba(255, 196, 0, 0.28);\n      animation: papPulse 2.6s ease-in-out infinite;\n    }\n\n    @keyframes papPulse{\n      0%,100%{transform:scale(1);}\n      50%{transform:scale(1.04);}\n    }\n\n    .pap-title{\n      margin:18px 0 10px;\n      font-size:42px;\n      font-weight:800;\n      color:#ffffff;\n    }\n\n    .pap-title span{\n      color: var(--gold);\n    }\n\n    .pap-subtitle{\n      max-width:760px;\n      margin:0 auto;\n      font-size:19px;\n      line-height:1.7;\n      color: var(--muted);\n    }\n\n    .pap-grid{\n      display:grid;\n      grid-template-columns: 1fr 1fr;\n      gap:22px;\n      padding: 26px;\n    }\n\n    .pap-card{\n      background: var(--card);\n      border:1px solid var(--border);\n      border-radius:22px;\n      padding:24px;\n    }\n\n    .pap-card h3{\n      margin:0 0 16px;\n      font-size:25px;\n    }\n\n    .pap-list{\n      list-style:none;\n      padding:0;\n    }\n\n    .pap-list li{\n      padding-left:30px;\n      margin-bottom:12px;\n      position:relative;\n    }\n\n    .pap-list li::before{\n      content:\"✔\";\n      position:absolute;\n      left:0;\n      color: var(--gold);\n    }\n\n    .pap-footer{\n      padding: 20px;\n      text-align:center;\n      font-size:18px;\n      color:#fff;\n    }\n\n    @media (max-width: 768px){\n      .pap-grid{\n        grid-template-columns:1fr;\n      }\n      .pap-title{\n        font-size:30px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"pap-hero\"\u003e\n    \u003cdiv class=\"pap-badge\"\u003e📏 Precision Tracking\u003c\/div\u003e\n    \u003ch1 class=\"pap-title\"\u003ePower at Peak – \u003cspan\u003eBodyMetric Pro\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"pap-subtitle\"\u003e\n      Track your transformation with confidence using accurate body fat measurements.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pap-grid\"\u003e\n    \u003cdiv class=\"pap-card\"\u003e\n      \u003ch3\u003e🔥 Why You Need It\u003c\/h3\u003e\n      \u003cul class=\"pap-list\"\u003e\n        \u003cli\u003eTrack real body fat progress\u003c\/li\u003e\n        \u003cli\u003eMeasure waist, arms, hips \u0026amp; legs\u003c\/li\u003e\n        \u003cli\u003eProfessional-level accuracy\u003c\/li\u003e\n        \u003cli\u003ePerfect for serious fitness tracking\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pap-card\"\u003e\n      \u003ch3\u003e💪 How It Works\u003c\/h3\u003e\n      \u003cul class=\"pap-list\"\u003e\n        \u003cli\u003eMeasure body fat with caliper\u003c\/li\u003e\n        \u003cli\u003eTrack size with tape measure\u003c\/li\u003e\n        \u003cli\u003eLog weekly progress\u003c\/li\u003e\n        \u003cli\u003eAdjust training with real data\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pap-card\"\u003e\n      \u003ch3\u003e🎯 What’s Included\u003c\/h3\u003e\n      \u003cul class=\"pap-list\"\u003e\n        \u003cli\u003ePremium skinfold caliper\u003c\/li\u003e\n        \u003cli\u003eRetractable body tape\u003c\/li\u003e\n        \u003cli\u003eStorage case\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pap-card\"\u003e\n      \u003ch3\u003e📊 Built for Results\u003c\/h3\u003e\n      \u003cp\u003e\n        Stop guessing and start measuring. BodyMetric Pro helps you stay consistent,\n        motivated, and focused on real results.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pap-footer\"\u003e\n    💪 \u003cstrong\u003eMeasure smarter. Train harder. Become your peak.\u003c\/strong\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Power at Peak","offers":[{"title":"Default Title","offer_id":42336823935058,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0593\/6241\/0578\/files\/da607d80-188e-4616-a450-50288eacd685.png?v=1773772833"},{"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\/all-products.oembed","provider":"Power at Peak","version":"1.0","type":"link"}