{"title":"All Products","description":"","products":[{"product_id":"liftlux™-push-up-board-skip-the-gym-not-the-gains","title":"LiftLux™ Push Up Board — Skip the Gym. Not the Gains.","description":"\u003cstyle\u003e\n  .pb-wrap {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    background: linear-gradient(155deg, #070a08 0%, #0d1510 50%, #080c09 100%);\n    border: 1px solid #1a3020;\n    border-radius: 14px;\n    padding: 48px 40px;\n    color: #dde8e2;\n    max-width: 720px;\n    margin: 0 auto;\n    position: relative;\n    overflow: hidden;\n  }\n\n  \/* Animated grid pattern overlay *\/\n  .pb-wrap::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image:\n      linear-gradient(rgba(0,180,160,0.03) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(0,180,160,0.03) 1px, transparent 1px);\n    background-size: 40px 40px;\n    animation: pb-gridfade 6s ease-in-out infinite;\n    pointer-events: none;\n  }\n  @keyframes pb-gridfade {\n    0%, 100% { opacity: 0.4; }\n    50% { opacity: 1; }\n  }\n\n  \/* Top-right gold glow orb *\/\n  .pb-wrap::after {\n    content: '';\n    position: absolute;\n    top: -80px; right: -80px;\n    width: 300px; height: 300px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(201,168,76,0.1) 0%, transparent 70%);\n    animation: pb-orb 7s ease-in-out infinite;\n    pointer-events: none;\n  }\n  @keyframes pb-orb {\n    0%, 100% { transform: scale(1); opacity: 0.6; }\n    50% { transform: scale(1.15); opacity: 1; }\n  }\n\n  \/* Sweeping shimmer *\/\n  .pb-shimmer {\n    position: absolute;\n    top: 0; left: -100%;\n    width: 300%; height: 2px;\n    background: linear-gradient(90deg, transparent, #00b4a0 40%, #c9a84c 60%, transparent);\n    animation: pb-sweep 3.5s ease-in-out infinite;\n  }\n  @keyframes pb-sweep {\n    0% { left: -100%; }\n    100% { left: 100%; }\n  }\n\n  .pb-eyebrow {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #00b4a0;\n    margin-bottom: 14px;\n    position: relative;\n    animation: pb-fadein 0.8s ease both;\n  }\n  .pb-headline {\n    font-size: clamp(22px, 4.5vw, 32px);\n    font-weight: 900;\n    line-height: 1.2;\n    color: #ffffff;\n    margin: 0 0 12px;\n    position: relative;\n    animation: pb-fadein 0.9s ease 0.1s both;\n  }\n  .pb-headline span {\n    background: linear-gradient(90deg, #00b4a0 0%, #c9a84c 50%, #00b4a0 100%);\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    animation: pb-shine 4s linear infinite;\n  }\n  @keyframes pb-shine {\n    0% { background-position: 0% center; }\n    100% { background-position: 200% center; }\n  }\n  .pb-intro {\n    font-size: 15px;\n    line-height: 1.8;\n    color: #7a9e90;\n    margin: 0 0 34px;\n    position: relative;\n    animation: pb-fadein 0.9s ease 0.25s both;\n  }\n  .pb-divider {\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #00b4a0 30%, #c9a84c 70%, transparent);\n    margin: 0 0 34px;\n    position: relative;\n    animation: pb-fadein 0.9s ease 0.35s both;\n  }\n\n  \/* Colour-coded muscle target cards *\/\n  .pb-section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #4a7a6a;\n    margin-bottom: 14px;\n    position: relative;\n    animation: pb-fadein 0.9s ease 0.4s both;\n  }\n  .pb-targets {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 34px;\n    position: relative;\n  }\n  @media (max-width: 500px) {\n    .pb-targets { grid-template-columns: 1fr; }\n  }\n  .pb-target {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    border-radius: 8px;\n    padding: 16px 18px;\n    opacity: 0;\n    transform: translateY(16px);\n    animation: pb-rise 0.55s ease forwards;\n    position: relative;\n    overflow: hidden;\n  }\n  .pb-target::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    opacity: 0.06;\n    border-radius: 8px;\n  }\n  .pb-target.red   { border: 1px solid rgba(220,60,60,0.25);   animation-delay: 0.5s; }\n  .pb-target.red::before   { background: #dc3c3c; }\n  .pb-target.yellow { border: 1px solid rgba(220,180,40,0.25); animation-delay: 0.65s; }\n  .pb-target.yellow::before { background: #dcb428; }\n  .pb-target.blue  { border: 1px solid rgba(50,120,220,0.25);  animation-delay: 0.8s; }\n  .pb-target.blue::before  { background: #3278dc; }\n  .pb-target.green { border: 1px solid rgba(40,180,80,0.25);   animation-delay: 0.95s; }\n  .pb-target.green::before { background: #28b450; }\n  @keyframes pb-rise {\n    to { opacity: 1; transform: translateY(0); }\n  }\n  .pb-dot {\n    width: 14px; height: 14px;\n    border-radius: 50%;\n    flex-shrink: 0;\n    box-shadow: 0 0 8px currentColor;\n    animation: pb-dotpulse 2s ease-in-out infinite;\n  }\n  .pb-target.red    .pb-dot { background: #e05050; color: #e05050; }\n  .pb-target.yellow .pb-dot { background: #e0c040; color: #e0c040; animation-delay: 0.3s; }\n  .pb-target.blue   .pb-dot { background: #4090e0; color: #4090e0; animation-delay: 0.6s; }\n  .pb-target.green  .pb-dot { background: #40c060; color: #40c060; animation-delay: 0.9s; }\n  @keyframes pb-dotpulse {\n    0%, 100% { box-shadow: 0 0 4px currentColor; }\n    50% { box-shadow: 0 0 12px currentColor; }\n  }\n  .pb-target-body {}\n  .pb-target-muscle {\n    font-size: 13px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n    color: #c8dcd6;\n    margin-bottom: 3px;\n  }\n  .pb-target-name {\n    font-size: 12px;\n    color: #5a8070;\n  }\n\n  \/* Specs grid *\/\n  .pb-specs-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #4a7a6a;\n    margin-bottom: 14px;\n    position: relative;\n    animation: pb-fadein 1s ease 1.05s both;\n  }\n  .pb-specs {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin-bottom: 34px;\n    position: relative;\n    animation: pb-fadein 1s ease 1.1s both;\n  }\n  @media (max-width: 500px) {\n    .pb-specs { grid-template-columns: 1fr 1fr; }\n  }\n  .pb-spec {\n    background: rgba(255,255,255,0.02);\n    border: 1px solid rgba(0,180,160,0.12);\n    border-radius: 8px;\n    padding: 16px 12px;\n    text-align: center;\n  }\n  .pb-spec-val {\n    display: block;\n    font-size: 20px;\n    font-weight: 800;\n    color: #00b4a0;\n    margin-bottom: 5px;\n    line-height: 1;\n  }\n  .pb-spec-label {\n    font-size: 10px;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n    color: #4a6a5a;\n  }\n\n  \/* Tags *\/\n  .pb-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 34px;\n    position: relative;\n    animation: pb-fadein 1s ease 1.2s both;\n  }\n  .pb-tag {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    border: 1px solid rgba(201,168,76,0.25);\n    border-radius: 20px;\n    padding: 5px 13px;\n    background: rgba(201,168,76,0.05);\n  }\n\n  .pb-tagline {\n    text-align: center;\n    font-size: 14px;\n    font-style: italic;\n    color: #4a6a5a;\n    border-top: 1px solid rgba(255,255,255,0.05);\n    padding-top: 26px;\n    position: relative;\n    animation: pb-fadein 1s ease 1.4s both;\n  }\n  .pb-tagline strong {\n    color: #c9a84c;\n    font-style: normal;\n  }\n\n  @keyframes pb-fadein {\n    from { opacity: 0; transform: translateY(10px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pb-wrap\"\u003e\n  \u003cdiv class=\"pb-shimmer\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"pb-eyebrow\"\u003eLiftlux™ Home Training Series\u003c\/div\u003e\n  \u003ch2 class=\"pb-headline\"\u003eSkip the Gym.\u003cbr\u003e\u003cspan\u003eNot the Gains.\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp class=\"pb-intro\"\u003eThe LiftLux™ Push Up Board brings a full upper-body training system to your floor — stronger chest, sculpted arms, wider back, defined shoulders. No membership. No excuses. Just results.\u003c\/p\u003e\n  \u003cdiv class=\"pb-divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"pb-section-label\"\u003eTarget Your Muscles — By Colour\u003c\/div\u003e\n  \u003cdiv class=\"pb-targets\"\u003e\n    \u003cdiv class=\"pb-target red\"\u003e\n      \u003cdiv class=\"pb-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"pb-target-body\"\u003e\n        \u003cdiv class=\"pb-target-muscle\"\u003eBack\u003c\/div\u003e\n        \u003cdiv class=\"pb-target-name\"\u003eLatissimus Dorsi\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pb-target yellow\"\u003e\n      \u003cdiv class=\"pb-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"pb-target-body\"\u003e\n        \u003cdiv class=\"pb-target-muscle\"\u003eShoulders\u003c\/div\u003e\n        \u003cdiv class=\"pb-target-name\"\u003eDeltoids\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pb-target blue\"\u003e\n      \u003cdiv class=\"pb-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"pb-target-body\"\u003e\n        \u003cdiv class=\"pb-target-muscle\"\u003eTriceps\u003c\/div\u003e\n        \u003cdiv class=\"pb-target-name\"\u003eTriceps Brachii\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pb-target green\"\u003e\n      \u003cdiv class=\"pb-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"pb-target-body\"\u003e\n        \u003cdiv class=\"pb-target-muscle\"\u003eChest\u003c\/div\u003e\n        \u003cdiv class=\"pb-target-name\"\u003ePectorals\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pb-specs-label\"\u003eKey Specs\u003c\/div\u003e\n  \u003cdiv class=\"pb-specs\"\u003e\n    \u003cdiv class=\"pb-spec\"\u003e\n      \u003cspan class=\"pb-spec-val\"\u003e14\u003c\/span\u003e\n      \u003cspan class=\"pb-spec-label\"\u003eHand Positions\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pb-spec\"\u003e\n      \u003cspan class=\"pb-spec-val\"\u003e20\u003c\/span\u003e\n      \u003cspan class=\"pb-spec-label\"\u003eSuction Pads\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pb-spec\"\u003e\n      \u003cspan class=\"pb-spec-val\"\u003e4\u003c\/span\u003e\n      \u003cspan class=\"pb-spec-label\"\u003eMuscle Groups\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pb-spec\"\u003e\n      \u003cspan class=\"pb-spec-val\"\u003ePP\u003c\/span\u003e\n      \u003cspan class=\"pb-spec-label\"\u003eDurable Material\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pb-spec\"\u003e\n      \u003cspan class=\"pb-spec-val\"\u003e📦\u003c\/span\u003e\n      \u003cspan class=\"pb-spec-label\"\u003eFoldable\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pb-spec\"\u003e\n      \u003cspan class=\"pb-spec-val\"\u003eAll\u003c\/span\u003e\n      \u003cspan class=\"pb-spec-label\"\u003eFitness Levels\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pb-tags\"\u003e\n    \u003cspan class=\"pb-tag\"\u003eHome Workouts\u003c\/span\u003e\n    \u003cspan class=\"pb-tag\"\u003eNo Equipment Needed\u003c\/span\u003e\n    \u003cspan class=\"pb-tag\"\u003eUpper Body\u003c\/span\u003e\n    \u003cspan class=\"pb-tag\"\u003eBeginner to Advanced\u003c\/span\u003e\n    \u003cspan class=\"pb-tag\"\u003eTravel Friendly\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"pb-tagline\"\u003eYour floor is your gym now.\u003cbr\u003e\u003cstrong\u003eTrain smarter. Build harder. Liftlux™.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Liftlux","offers":[{"title":"Default Title","offer_id":51875305423133,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/3730\/5373\/files\/liftlux-product-photo-enhanced_772889ad-2f88-40f8-94af-91fbb7642799.png?v=1781293420"},{"product_id":"liftlux™-elite-support-lever-weightlifting-belt","title":"Liftlux™ Elite Support Lever Weightlifting Belt","description":"\u003cstyle\u003e\n  .eb-wrap {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    background: linear-gradient(160deg, #060a08 0%, #0c1510 50%, #080d0a 100%);\n    border: 1px solid #1e3028;\n    border-radius: 14px;\n    padding: 48px 40px;\n    color: #dde8e2;\n    max-width: 720px;\n    margin: 0 auto;\n    position: relative;\n    overflow: hidden;\n  }\n  .eb-wrap::before {\n    content: '';\n    position: absolute;\n    top: -80px; right: -80px;\n    width: 320px; height: 320px;\n    border-radius: 50%;\n    background: conic-gradient(from 0deg, transparent 60%, rgba(201,168,76,0.12) 75%, rgba(0,180,160,0.1) 85%, transparent 100%);\n    animation: eb-spin 8s linear infinite;\n    pointer-events: none;\n  }\n  @keyframes eb-spin {\n    from { transform: rotate(0deg); }\n    to { transform: rotate(360deg); }\n  }\n  .eb-wrap::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: -60px;\n    width: 280px; height: 280px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(0,180,160,0.08) 0%, transparent 70%);\n    animation: eb-pulse 5s ease-in-out infinite;\n    pointer-events: none;\n  }\n  @keyframes eb-pulse {\n    0%, 100% { transform: scale(1); opacity: 0.6; }\n    50% { transform: scale(1.2); opacity: 1; }\n  }\n  .eb-shimmer {\n    position: absolute;\n    top: 0; left: -100%;\n    width: 300%; height: 2px;\n    background: linear-gradient(90deg, transparent, #c9a84c 40%, #00b4a0 60%, transparent);\n    animation: eb-sweep 4s ease-in-out infinite;\n  }\n  @keyframes eb-sweep {\n    0% { left: -100%; }\n    100% { left: 100%; }\n  }\n  .eb-eyebrow {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    margin-bottom: 14px;\n    position: relative;\n    animation: eb-fadein 0.8s ease both;\n  }\n  .eb-headline {\n    font-size: clamp(24px, 4.5vw, 34px);\n    font-weight: 900;\n    line-height: 1.2;\n    color: #ffffff;\n    margin: 0 0 12px;\n    position: relative;\n    animation: eb-fadein 0.9s ease 0.1s both;\n    text-shadow: 0 0 40px rgba(201,168,76,0.15);\n  }\n  .eb-headline span {\n    background: linear-gradient(90deg, #c9a84c 0%, #f0d080 50%, #c9a84c 100%);\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    animation: eb-goldshine 3s linear infinite;\n  }\n  @keyframes eb-goldshine {\n    0% { background-position: 0% center; }\n    100% { background-position: 200% center; }\n  }\n  .eb-intro {\n    font-size: 15px;\n    line-height: 1.8;\n    color: #7a9e90;\n    margin: 0 0 34px;\n    position: relative;\n    animation: eb-fadein 0.9s ease 0.25s both;\n  }\n  .eb-divider {\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #c9a84c 20%, #00b4a0 80%, transparent);\n    margin: 0 0 34px;\n    position: relative;\n    animation: eb-fadein 0.9s ease 0.35s both;\n  }\n  .eb-features {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    margin-bottom: 34px;\n    position: relative;\n  }\n  .eb-feature {\n    display: flex;\n    align-items: flex-start;\n    gap: 18px;\n    background: rgba(255,255,255,0.02);\n    border: 1px solid rgba(201,168,76,0.1);\n    border-left: 3px solid #c9a84c;\n    border-radius: 8px;\n    padding: 20px 22px;\n    opacity: 0;\n    transform: translateX(-20px);\n    animation: eb-slide 0.65s ease forwards;\n  }\n  .eb-feature:nth-child(1) { animation-delay: 0.45s; }\n  .eb-feature:nth-child(2) { border-left-color: #00b4a0; border-color: rgba(0,180,160,0.1); animation-delay: 0.6s; }\n  .eb-feature:nth-child(3) { animation-delay: 0.75s; }\n  .eb-feature:nth-child(4) { border-left-color: #00b4a0; border-color: rgba(0,180,160,0.1); animation-delay: 0.9s; }\n  @keyframes eb-slide {\n    to { opacity: 1; transform: translateX(0); }\n  }\n  .eb-feat-icon {\n    font-size: 26px;\n    flex-shrink: 0;\n    margin-top: 2px;\n    animation: eb-float 3s ease-in-out infinite;\n  }\n  .eb-feature:nth-child(2) .eb-feat-icon { animation-delay: 0.4s; }\n  .eb-feature:nth-child(3) .eb-feat-icon { animation-delay: 0.8s; }\n  .eb-feature:nth-child(4) .eb-feat-icon { animation-delay: 1.2s; }\n  @keyframes eb-float {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-5px); }\n  }\n  .eb-feat-title {\n    font-size: 12.5px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: #c9a84c;\n    margin-bottom: 6px;\n  }\n  .eb-feature:nth-child(2) .eb-feat-title,\n  .eb-feature:nth-child(4) .eb-feat-title { color: #00b4a0; }\n  .eb-feat-desc {\n    font-size: 13.5px;\n    color: #6a8e80;\n    line-height: 1.65;\n  }\n  .eb-specs {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border: 1px solid rgba(201,168,76,0.2);\n    border-radius: 8px;\n    overflow: hidden;\n    margin-bottom: 32px;\n    position: relative;\n    animation: eb-fadein 1s ease 1.1s both;\n  }\n  .eb-spec {\n    text-align: center;\n    padding: 18px 4px;\n    border-right: 1px solid rgba(201,168,76,0.15);\n    min-width: 0;\n  }\n  .eb-spec:last-child { border-right: none; }\n  .eb-spec-val {\n    display: block;\n    font-size: 16px;\n    font-weight: 800;\n    color: #c9a84c;\n    margin-bottom: 5px;\n    line-height: 1;\n  }\n  .eb-spec-label {\n    font-size: 9px;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: #4a6a5a;\n    word-break: break-word;\n    line-height: 1.3;\n  }\n  .eb-badge {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    background: rgba(201,168,76,0.06);\n    border: 1px solid rgba(201,168,76,0.2);\n    border-radius: 8px;\n    padding: 14px 20px;\n    margin-bottom: 32px;\n    position: relative;\n    animation: eb-fadein 1s ease 1.25s both;\n  }\n  .eb-badge-flag { font-size: 22px; }\n  .eb-badge-text {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    text-align: center;\n  }\n  .eb-tagline {\n    text-align: center;\n    font-size: 14px;\n    font-style: italic;\n    color: #4a6a5a;\n    border-top: 1px solid rgba(255,255,255,0.05);\n    padding-top: 26px;\n    position: relative;\n    animation: eb-fadein 1s ease 1.4s both;\n  }\n  .eb-tagline strong {\n    color: #c9a84c;\n    font-style: normal;\n  }\n  @keyframes eb-fadein {\n    from { opacity: 0; transform: translateY(12px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"eb-wrap\"\u003e\n  \u003cdiv class=\"eb-shimmer\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"eb-eyebrow\"\u003eLiftlux™ Elite Strength Series\u003c\/div\u003e\n  \u003ch2 class=\"eb-headline\"\u003eTrain Harder. Lift Heavier.\u003cbr\u003e\u003cspan\u003eStay Protected.\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp class=\"eb-intro\"\u003eThe Liftlux™ Elite Lever Belt is built for lifters who refuse to compromise — delivering maximum core compression and lumbar support on every single rep, from warm-up to max effort.\u003c\/p\u003e\n  \u003cdiv class=\"eb-divider\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"eb-features\"\u003e\n    \u003cdiv class=\"eb-feature\"\u003e\n      \u003cdiv class=\"eb-feat-icon\"\u003e💪\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"eb-feat-title\"\u003eMaximum Core Support\u003c\/div\u003e\n        \u003cdiv class=\"eb-feat-desc\"\u003e4-inch width distributes intra-abdominal pressure evenly, keeping your torso rigid and braced under heavy loads.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"eb-feature\"\u003e\n      \u003cdiv class=\"eb-feat-icon\"\u003e🔐\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"eb-feat-title\"\u003eOne-Click Secure Fit\u003c\/div\u003e\n        \u003cdiv class=\"eb-feat-desc\"\u003eLever buckle locks in competition-tight in seconds — no fumbling, no re-adjusting between sets.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"eb-feature\"\u003e\n      \u003cdiv class=\"eb-feat-icon\"\u003e🧶\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"eb-feat-title\"\u003ePremium Genuine Leather\u003c\/div\u003e\n        \u003cdiv class=\"eb-feat-desc\"\u003e10mm thick. Stiff where it counts, moulds to your body over time for a custom fit that only gets better.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"eb-feature\"\u003e\n      \u003cdiv class=\"eb-feat-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"eb-feat-title\"\u003eLift More. Risk Less.\u003c\/div\u003e\n        \u003cdiv class=\"eb-feat-desc\"\u003eMore power transfer, less injury risk — train harder, recover faster, and push past your limits safely.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"eb-specs\"\u003e\n    \u003cdiv class=\"eb-spec\"\u003e\n      \u003cspan class=\"eb-spec-val\"\u003e10mm\u003c\/span\u003e\n      \u003cspan class=\"eb-spec-label\"\u003eThickness\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"eb-spec\"\u003e\n      \u003cspan class=\"eb-spec-val\"\u003e4\"\u003c\/span\u003e\n      \u003cspan class=\"eb-spec-label\"\u003eWidth\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"eb-spec\"\u003e\n      \u003cspan class=\"eb-spec-val\"\u003eLever\u003c\/span\u003e\n      \u003cspan class=\"eb-spec-label\"\u003eBuckle Type\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"eb-spec\"\u003e\n      \u003cspan class=\"eb-spec-val\"\u003eMulti\u003c\/span\u003e\n      \u003cspan class=\"eb-spec-label\"\u003eSizes\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"eb-badge\"\u003e\n    \u003cspan class=\"eb-badge-flag\"\u003e🇿🇦\u003c\/span\u003e\n    \u003cspan class=\"eb-badge-text\"\u003eBuilt in South Africa — Built for Champions\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cp class=\"eb-tagline\"\u003eNo compromises. No excuses. No limits.\u003cbr\u003e\u003cstrong\u003eLiftlux™ Elite — Forged for the Serious Lifter.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Liftlux","offers":[{"title":"M","offer_id":51920966680861,"sku":null,"price":2699.0,"currency_code":"ZAR","in_stock":true},{"title":"L","offer_id":51920966713629,"sku":null,"price":2699.0,"currency_code":"ZAR","in_stock":true},{"title":"XL","offer_id":51920966746397,"sku":null,"price":2699.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/3730\/5373\/files\/ChatGPTImageJun15_2026_09_15_16PM.png?v=1781563165"},{"product_id":"liftlux™-procush-straps","title":"Liftlux™ ProCush Straps","description":"\u003cstyle\u003e\n  .pc-wrap {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    background: linear-gradient(150deg, #080c0c 0%, #0d1a18 100%);\n    border: 1px solid #1e3830;\n    border-radius: 14px;\n    padding: 44px 38px;\n    color: #dde8e6;\n    max-width: 720px;\n    margin: 0 auto;\n    position: relative;\n    overflow: hidden;\n  }\n\n  \/* Animated shimmer bar across the top *\/\n  .pc-wrap::before {\n    content: '';\n    position: absolute;\n    top: 0; left: -100%;\n    width: 300%;\n    height: 3px;\n    background: linear-gradient(90deg, transparent 0%, #00b4a0 40%, #c9a84c 60%, transparent 100%);\n    animation: pc-shimmer 3.5s ease-in-out infinite;\n  }\n  @keyframes pc-shimmer {\n    0% { left: -100%; }\n    100% { left: 100%; }\n  }\n\n  \/* Background radial glow *\/\n  .pc-wrap::after {\n    content: '';\n    position: absolute;\n    top: 30%; left: 50%;\n    transform: translate(-50%, -50%);\n    width: 120%;\n    height: 120%;\n    background: radial-gradient(ellipse at center, rgba(0,180,160,0.06) 0%, transparent 65%);\n    animation: pc-breathe 5s ease-in-out infinite;\n    pointer-events: none;\n  }\n  @keyframes pc-breathe {\n    0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }\n    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }\n  }\n\n  .pc-eyebrow {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 3.5px;\n    text-transform: uppercase;\n    color: #00b4a0;\n    margin-bottom: 14px;\n    position: relative;\n    animation: pc-fadein 0.8s ease both;\n  }\n  .pc-headline {\n    font-size: clamp(22px, 4vw, 30px);\n    font-weight: 800;\n    line-height: 1.25;\n    color: #ffffff;\n    margin: 0 0 10px;\n    position: relative;\n    animation: pc-fadein 0.9s ease 0.1s both;\n  }\n  .pc-headline span {\n    background: linear-gradient(90deg, #c9a84c 10%, #00b4a0 90%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n  .pc-intro {\n    font-size: 15px;\n    line-height: 1.75;\n    color: #7a9e98;\n    margin: 0 0 32px;\n    position: relative;\n    animation: pc-fadein 0.9s ease 0.25s both;\n  }\n  .pc-divider {\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #c9a84c 30%, #00b4a0 70%, transparent);\n    margin: 0 0 32px;\n    position: relative;\n    animation: pc-fadein 0.9s ease 0.35s both;\n  }\n\n  \/* Feature grid — 2 columns *\/\n  .pc-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 32px;\n    position: relative;\n  }\n  @media (max-width: 520px) {\n    .pc-grid { grid-template-columns: 1fr; }\n  }\n  .pc-card {\n    background: rgba(255,255,255,0.025);\n    border: 1px solid rgba(201,168,76,0.12);\n    border-top: 2px solid #c9a84c;\n    border-radius: 8px;\n    padding: 20px 18px;\n    opacity: 0;\n    transform: translateY(20px);\n    animation: pc-rise 0.6s ease forwards;\n    transition: border-color 0.3s ease, background 0.3s ease;\n  }\n  .pc-card:nth-child(1) { animation-delay: 0.5s; }\n  .pc-card:nth-child(2) { animation-delay: 0.65s; border-top-color: #00b4a0; border-color: rgba(0,180,160,0.12); }\n  .pc-card:nth-child(3) { animation-delay: 0.8s; border-top-color: #00b4a0; border-color: rgba(0,180,160,0.12); }\n  .pc-card:nth-child(4) { animation-delay: 0.95s; }\n  @keyframes pc-rise {\n    to { opacity: 1; transform: translateY(0); }\n  }\n  .pc-card-icon {\n    font-size: 26px;\n    margin-bottom: 10px;\n    display: block;\n    animation: pc-bounce 2s ease-in-out infinite;\n  }\n  .pc-card:nth-child(2) .pc-card-icon { animation-delay: 0.3s; }\n  .pc-card:nth-child(3) .pc-card-icon { animation-delay: 0.6s; }\n  .pc-card:nth-child(4) .pc-card-icon { animation-delay: 0.9s; }\n  @keyframes pc-bounce {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-4px); }\n  }\n  .pc-card-title {\n    font-size: 12px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: #c9a84c;\n    margin-bottom: 6px;\n  }\n  .pc-card:nth-child(2) .pc-card-title,\n  .pc-card:nth-child(3) .pc-card-title { color: #00b4a0; }\n  .pc-card-desc {\n    font-size: 13px;\n    color: #6a8e8a;\n    line-height: 1.6;\n  }\n\n  \/* Specs bar *\/\n  .pc-specs {\n    display: flex;\n    gap: 0;\n    border: 1px solid rgba(201,168,76,0.2);\n    border-radius: 8px;\n    overflow: hidden;\n    margin-bottom: 32px;\n    position: relative;\n    animation: pc-fadein 1s ease 1.1s both;\n  }\n  .pc-spec {\n    flex: 1;\n    text-align: center;\n    padding: 16px 10px;\n    border-right: 1px solid rgba(201,168,76,0.15);\n  }\n  .pc-spec:last-child { border-right: none; }\n  .pc-spec-val {\n    display: block;\n    font-size: 20px;\n    font-weight: 800;\n    color: #c9a84c;\n    margin-bottom: 4px;\n    line-height: 1;\n  }\n  .pc-spec-label {\n    font-size: 10px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #4a6a66;\n  }\n\n  \/* Use-case tags *\/\n  .pc-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 32px;\n    animation: pc-fadein 1s ease 1.2s both;\n    position: relative;\n  }\n  .pc-tag {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: #00b4a0;\n    border: 1px solid rgba(0,180,160,0.25);\n    border-radius: 20px;\n    padding: 5px 13px;\n    background: rgba(0,180,160,0.05);\n  }\n\n  .pc-tagline {\n    text-align: center;\n    font-size: 13.5px;\n    font-style: italic;\n    color: #4a6a66;\n    border-top: 1px solid rgba(255,255,255,0.05);\n    padding-top: 24px;\n    position: relative;\n    animation: pc-fadein 1s ease 1.4s both;\n  }\n  .pc-tagline strong {\n    color: #c9a84c;\n    font-style: normal;\n  }\n\n  @keyframes pc-fadein {\n    from { opacity: 0; transform: translateY(10px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pc-wrap\"\u003e\n  \u003cdiv class=\"pc-eyebrow\"\u003eLiftlux™ Strength Series\u003c\/div\u003e\n  \u003ch2 class=\"pc-headline\"\u003eNever Lose Your Grip\u003cbr\u003e\u003cspan\u003eWhen It Matters Most.\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp class=\"pc-intro\"\u003eThe Liftlux™ ProCush Straps give you an iron-lock grip on every pull, row, and deadlift — so your hands are never the weak link between you and your next PR.\u003c\/p\u003e\n  \u003cdiv class=\"pc-divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"pc-grid\"\u003e\n    \u003cdiv class=\"pc-card\"\u003e\n      \u003cspan class=\"pc-card-icon\"\u003e🤜\u003c\/span\u003e\n      \u003cdiv class=\"pc-card-title\"\u003eEnhanced Grip Control\u003c\/div\u003e\n      \u003cdiv class=\"pc-card-desc\"\u003eRubber pad wraps the bar with a vice-like hold — zero slip, total focus on the lift.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pc-card\"\u003e\n      \u003cspan class=\"pc-card-icon\"\u003e🛡️\u003c\/span\u003e\n      \u003cdiv class=\"pc-card-title\"\u003eDouble-Layer Protection\u003c\/div\u003e\n      \u003cdiv class=\"pc-card-desc\"\u003eReinforced material shields your wrists and palms from friction, calluses, and fatigue.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pc-card\"\u003e\n      \u003cspan class=\"pc-card-icon\"\u003e🔩\u003c\/span\u003e\n      \u003cdiv class=\"pc-card-title\"\u003eBuilt for Heavy Lifts\u003c\/div\u003e\n      \u003cdiv class=\"pc-card-desc\"\u003eWon’t stretch, snap, or give out when you need them most. Engineered for max load.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pc-card\"\u003e\n      \u003cspan class=\"pc-card-icon\"\u003e⏱️\u003c\/span\u003e\n      \u003cdiv class=\"pc-card-title\"\u003eComfortable \u0026amp; Durable\u003c\/div\u003e\n      \u003cdiv class=\"pc-card-desc\"\u003eSoft enough for long sessions. Tough enough for thousands of reps.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pc-specs\"\u003e\n    \u003cdiv class=\"pc-spec\"\u003e\n      \u003cspan class=\"pc-spec-val\"\u003e21cm\u003c\/span\u003e\n      \u003cspan class=\"pc-spec-label\"\u003eRubber Pad\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pc-spec\"\u003e\n      \u003cspan class=\"pc-spec-val\"\u003e40cm\u003c\/span\u003e\n      \u003cspan class=\"pc-spec-label\"\u003eStrap Length\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pc-spec\"\u003e\n      \u003cspan class=\"pc-spec-val\"\u003e2x\u003c\/span\u003e\n      \u003cspan class=\"pc-spec-label\"\u003eLayer Protection\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pc-tags\"\u003e\n    \u003cspan class=\"pc-tag\"\u003eDeadlifts\u003c\/span\u003e\n    \u003cspan class=\"pc-tag\"\u003eRows\u003c\/span\u003e\n    \u003cspan class=\"pc-tag\"\u003ePull-Ups\u003c\/span\u003e\n    \u003cspan class=\"pc-tag\"\u003eShrugs\u003c\/span\u003e\n    \u003cspan class=\"pc-tag\"\u003eRack Pulls\u003c\/span\u003e\n    \u003cspan class=\"pc-tag\"\u003eLat Pulldowns\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"pc-tagline\"\u003eYour hands were never meant to be the limit.\u003cbr\u003e\u003cstrong\u003eGrip more. Lift more. Liftlux™.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Liftlux","offers":[{"title":"Default Title","offer_id":51881042608413,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/3730\/5373\/files\/ChatGPTImageJun15_2026_09_48_48PM.png?v=1781564765"},{"product_id":"liftlux™-cardiorush-jump-rope","title":"Liftlux™ CardioRush Jump Rope","description":"\u003cstyle\u003e\n  .cr-wrap {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    background: linear-gradient(135deg, #0a0a0a 0%, #111c1c 100%);\n    border: 1px solid #1a3a3a;\n    border-radius: 12px;\n    padding: 40px 36px;\n    color: #e8e8e8;\n    max-width: 720px;\n    margin: 0 auto;\n    position: relative;\n    overflow: hidden;\n  }\n  .cr-wrap::before {\n    content: '';\n    position: absolute;\n    top: -60%;\n    left: -30%;\n    width: 160%;\n    height: 160%;\n    background: radial-gradient(ellipse at center, rgba(0,180,160,0.07) 0%, transparent 65%);\n    animation: cr-pulse 6s ease-in-out infinite;\n    pointer-events: none;\n  }\n  @keyframes cr-pulse {\n    0%, 100% { opacity: 0.6; transform: scale(1); }\n    50% { opacity: 1; transform: scale(1.08); }\n  }\n  .cr-eyebrow {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #00b4a0;\n    margin-bottom: 14px;\n    animation: cr-fadein 0.8s ease both;\n  }\n  .cr-headline {\n    font-size: clamp(22px, 4vw, 32px);\n    font-weight: 800;\n    line-height: 1.2;\n    color: #ffffff;\n    margin: 0 0 8px;\n    animation: cr-fadein 1s ease 0.15s both;\n  }\n  .cr-headline span {\n    background: linear-gradient(90deg, #00b4a0, #c9a84c);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n  .cr-sub {\n    font-size: 15px;\n    line-height: 1.7;\n    color: #a0b0ae;\n    margin: 0 0 32px;\n    animation: cr-fadein 1s ease 0.3s both;\n  }\n  .cr-divider {\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #00b4a0 40%, #c9a84c 60%, transparent);\n    margin: 0 0 32px;\n    animation: cr-fadein 1s ease 0.4s both;\n  }\n  .cr-features {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin-bottom: 32px;\n  }\n  @media (max-width: 520px) {\n    .cr-features { grid-template-columns: 1fr; }\n  }\n  .cr-feature {\n    background: rgba(255,255,255,0.03);\n    border: 1px solid rgba(0,180,160,0.15);\n    border-radius: 8px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    opacity: 0;\n    transform: translateY(16px);\n    animation: cr-rise 0.6s ease forwards;\n  }\n  .cr-feature:nth-child(1) { animation-delay: 0.5s; }\n  .cr-feature:nth-child(2) { animation-delay: 0.65s; }\n  .cr-feature:nth-child(3) { animation-delay: 0.8s; }\n  .cr-feature:nth-child(4) { animation-delay: 0.95s; }\n  @keyframes cr-rise {\n    to { opacity: 1; transform: translateY(0); }\n  }\n  .cr-icon {\n    font-size: 22px;\n    line-height: 1;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n  .cr-feature-title {\n    font-size: 13px;\n    font-weight: 700;\n    color: #c9a84c;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n    text-transform: uppercase;\n  }\n  .cr-feature-desc {\n    font-size: 13px;\n    color: #8a9e9c;\n    line-height: 1.5;\n  }\n  .cr-stat-row {\n    display: flex;\n    gap: 0;\n    border: 1px solid rgba(0,180,160,0.2);\n    border-radius: 8px;\n    overflow: hidden;\n    margin-bottom: 32px;\n    animation: cr-fadein 1s ease 1.1s both;\n  }\n  .cr-stat {\n    flex: 1;\n    text-align: center;\n    padding: 18px 10px;\n    border-right: 1px solid rgba(0,180,160,0.15);\n  }\n  .cr-stat:last-child { border-right: none; }\n  .cr-stat-num {\n    font-size: 24px;\n    font-weight: 800;\n    color: #00b4a0;\n    display: block;\n    line-height: 1;\n    margin-bottom: 4px;\n  }\n  .cr-stat-label {\n    font-size: 10px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #5a7070;\n  }\n  .cr-tagline {\n    text-align: center;\n    font-size: 13px;\n    font-style: italic;\n    color: #5a7070;\n    letter-spacing: 0.5px;\n    animation: cr-fadein 1s ease 1.3s both;\n  }\n  .cr-tagline strong {\n    color: #c9a84c;\n    font-style: normal;\n  }\n  @keyframes cr-fadein {\n    from { opacity: 0; transform: translateY(10px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cr-wrap\"\u003e\n  \u003cdiv class=\"cr-eyebrow\"\u003eLiftlux™ Performance Series\u003c\/div\u003e\n  \u003ch2 class=\"cr-headline\"\u003eSkip Faster. Burn Harder.\u003cbr\u003e\u003cspan\u003eGo Further.\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp class=\"cr-sub\"\u003eThe CardioRush Jump Rope is engineered for serious conditioning — burning up to 1,000 calories per hour while sharpening coordination, agility, and endurance. No gym. No excuses.\u003c\/p\u003e\n  \u003cdiv class=\"cr-divider\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"cr-features\"\u003e\n    \u003cdiv class=\"cr-feature\"\u003e\n      \u003cdiv class=\"cr-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"cr-feature-title\"\u003ePVC-Coated Steel Wire\u003c\/div\u003e\n        \u003cdiv class=\"cr-feature-desc\"\u003eFast, durable, and consistent rotations every session.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cr-feature\"\u003e\n      \u003cdiv class=\"cr-icon\"\u003e🔄\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"cr-feature-title\"\u003eBall-Bearing Spin\u003c\/div\u003e\n        \u003cdiv class=\"cr-feature-desc\"\u003eTangle-free, rhythm-ready — built for flow.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cr-feature\"\u003e\n      \u003cdiv class=\"cr-icon\"\u003e📏\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"cr-feature-title\"\u003eAdjustable Length\u003c\/div\u003e\n        \u003cdiv class=\"cr-feature-desc\"\u003eDialled in for your height. One rope, any athlete.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cr-feature\"\u003e\n      \u003cdiv class=\"cr-icon\"\u003e🤜\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"cr-feature-title\"\u003eErgonomic Handles\u003c\/div\u003e\n        \u003cdiv class=\"cr-feature-desc\"\u003eNon-slip grip that lasts the full session.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"cr-stat-row\"\u003e\n    \u003cdiv class=\"cr-stat\"\u003e\n      \u003cspan class=\"cr-stat-num\"\u003e1,000\u003c\/span\u003e\n      \u003cspan class=\"cr-stat-label\"\u003eCal \/ Hour\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cr-stat\"\u003e\n      \u003cspan class=\"cr-stat-num\"\u003e360°\u003c\/span\u003e\n      \u003cspan class=\"cr-stat-label\"\u003eSmooth Spin\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cr-stat\"\u003e\n      \u003cspan class=\"cr-stat-num\"\u003eAll\u003c\/span\u003e\n      \u003cspan class=\"cr-stat-label\"\u003eFitness Levels\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cp class=\"cr-tagline\"\u003eSmall kit. Serious results. \u003cstrong\u003eRush your cardio — Liftlux™.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Liftlux","offers":[{"title":"Default Title","offer_id":51881128821021,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/3730\/5373\/files\/ChatGPTImageJun15_2026_10_38_31PM.png?v=1781567326"},{"product_id":"liftlux-power-bundle","title":"Liftlux Power Bundle-Belt \u0026 Straps","description":"\u003cstyle\u003e\n  .pb-wrap {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    background: linear-gradient(160deg, #060a08 0%, #0c1510 50%, #080d0a 100%);\n    border: 1px solid #1e3028;\n    border-radius: 14px;\n    padding: 48px 40px;\n    color: #dde8e2;\n    max-width: 720px;\n    margin: 0 auto;\n    position: relative;\n    overflow: hidden;\n  }\n  .pb-wrap::before {\n    content: '';\n    position: absolute;\n    top: 0; left: -100%;\n    width: 300%; height: 3px;\n    background: linear-gradient(90deg, transparent 0%, #c9a84c 40%, #00b4a0 60%, transparent 100%);\n    animation: pb-shimmer 4s ease-in-out infinite;\n  }\n  @keyframes pb-shimmer {\n    0% { left: -100%; }\n    100% { left: 100%; }\n  }\n  .pb-wrap::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; right: -60px;\n    width: 280px; height: 280px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(201,168,76,0.07) 0%, transparent 70%);\n    animation: pb-pulse 5s ease-in-out infinite;\n    pointer-events: none;\n  }\n  @keyframes pb-pulse {\n    0%, 100% { transform: scale(1); opacity: 0.6; }\n    50% { transform: scale(1.2); opacity: 1; }\n  }\n  .pb-eyebrow {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    margin-bottom: 14px;\n    position: relative;\n    animation: pb-fadein 0.8s ease both;\n  }\n  .pb-headline {\n    font-size: clamp(24px, 4.5vw, 34px);\n    font-weight: 900;\n    line-height: 1.2;\n    color: #ffffff;\n    margin: 0 0 12px;\n    position: relative;\n    animation: pb-fadein 0.9s ease 0.1s both;\n  }\n  .pb-headline span {\n    background: linear-gradient(90deg, #c9a84c 0%, #f0d080 50%, #00b4a0 100%);\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    animation: pb-goldshine 3s linear infinite;\n  }\n  @keyframes pb-goldshine {\n    0% { background-position: 0% center; }\n    100% { background-position: 200% center; }\n  }\n  .pb-intro {\n    font-size: 15px;\n    line-height: 1.8;\n    color: #7a9e90;\n    margin: 0 0 34px;\n    position: relative;\n    animation: pb-fadein 0.9s ease 0.25s both;\n  }\n  .pb-divider {\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #c9a84c 20%, #00b4a0 80%, transparent);\n    margin: 0 0 34px;\n    position: relative;\n    animation: pb-fadein 0.9s ease 0.35s both;\n  }\n  .pb-bundle-items {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin-bottom: 34px;\n    position: relative;\n  }\n  @media (max-width: 520px) {\n    .pb-bundle-items { grid-template-columns: 1fr; }\n  }\n  .pb-item {\n    background: rgba(255,255,255,0.025);\n    border: 1px solid rgba(201,168,76,0.12);\n    border-top: 3px solid #c9a84c;\n    border-radius: 10px;\n    padding: 24px 20px;\n    opacity: 0;\n    transform: translateY(20px);\n    animation: pb-rise 0.65s ease forwards;\n  }\n  .pb-item:nth-child(2) {\n    border-top-color: #00b4a0;\n    border-color: rgba(0,180,160,0.12);\n    animation-delay: 0.5s;\n  }\n  .pb-item:nth-child(1) { animation-delay: 0.35s; }\n  @keyframes pb-rise {\n    to { opacity: 1; transform: translateY(0); }\n  }\n  .pb-item-icon {\n    font-size: 30px;\n    margin-bottom: 12px;\n    display: block;\n    animation: pb-float 3s ease-in-out infinite;\n  }\n  .pb-item:nth-child(2) .pb-item-icon { animation-delay: 0.5s; }\n  @keyframes pb-float {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-5px); }\n  }\n  .pb-item-name {\n    font-size: 13px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: #c9a84c;\n    margin-bottom: 8px;\n  }\n  .pb-item:nth-child(2) .pb-item-name { color: #00b4a0; }\n  .pb-item-desc {\n    font-size: 13px;\n    color: #6a8e80;\n    line-height: 1.65;\n  }\n  .pb-features {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    margin-bottom: 34px;\n    position: relative;\n  }\n  .pb-feature {\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n    background: rgba(255,255,255,0.02);\n    border: 1px solid rgba(201,168,76,0.08);\n    border-left: 3px solid #c9a84c;\n    border-radius: 8px;\n    padding: 16px 18px;\n    opacity: 0;\n    transform: translateX(-20px);\n    animation: pb-slide 0.65s ease forwards;\n  }\n  .pb-feature:nth-child(1) { animation-delay: 0.7s; }\n  .pb-feature:nth-child(2) { border-left-color: #00b4a0; border-color: rgba(0,180,160,0.08); animation-delay: 0.85s; }\n  .pb-feature:nth-child(3) { animation-delay: 1s; }\n  @keyframes pb-slide {\n    to { opacity: 1; transform: translateX(0); }\n  }\n  .pb-feat-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }\n  .pb-feat-title {\n    font-size: 12px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: #c9a84c;\n    margin-bottom: 5px;\n  }\n  .pb-feature:nth-child(2) .pb-feat-title { color: #00b4a0; }\n  .pb-feat-desc { font-size: 13px; color: #6a8e80; line-height: 1.6; }\n  .pb-savings {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    background: rgba(201,168,76,0.06);\n    border: 1px solid rgba(201,168,76,0.25);\n    border-radius: 8px;\n    padding: 16px 20px;\n    margin-bottom: 32px;\n    position: relative;\n    animation: pb-fadein 1s ease 1.15s both;\n  }\n  .pb-savings-icon { font-size: 24px; }\n  .pb-savings-text {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    text-align: center;\n  }\n  .pb-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 32px;\n    animation: pb-fadein 1s ease 1.25s both;\n    position: relative;\n  }\n  .pb-tag {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: #00b4a0;\n    border: 1px solid rgba(0,180,160,0.25);\n    border-radius: 20px;\n    padding: 5px 13px;\n    background: rgba(0,180,160,0.05);\n  }\n  .pb-tagline {\n    text-align: center;\n    font-size: 14px;\n    font-style: italic;\n    color: #4a6a5a;\n    border-top: 1px solid rgba(255,255,255,0.05);\n    padding-top: 26px;\n    position: relative;\n    animation: pb-fadein 1s ease 1.4s both;\n  }\n  .pb-tagline strong { color: #c9a84c; font-style: normal; }\n  @keyframes pb-fadein {\n    from { opacity: 0; transform: translateY(12px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pb-wrap\"\u003e\n  \u003cdiv class=\"pb-eyebrow\"\u003eLiftlux™ Power Bundle\u003c\/div\u003e\n  \u003ch2 class=\"pb-headline\"\u003eTwo Tools. One Goal.\u003cbr\u003e\u003cspan\u003eLift Without Limits.\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp class=\"pb-intro\"\u003eThe Liftlux Power Bundle combines our two most essential strength accessories into one premium package — engineered for lifters who demand maximum performance on every rep.\u003c\/p\u003e\n  \u003cdiv class=\"pb-divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"pb-bundle-items\"\u003e\n    \u003cdiv class=\"pb-item\"\u003e\n      \u003cspan class=\"pb-item-icon\"\u003e🏋️\u003c\/span\u003e\n      \u003cdiv class=\"pb-item-name\"\u003eElite Lever Weightlifting Belt\u003c\/div\u003e\n      \u003cdiv class=\"pb-item-desc\"\u003e10mm genuine leather. 4-inch width. One-click lever buckle. Maximum lumbar support and core compression for your heaviest lifts.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pb-item\"\u003e\n      \u003cspan class=\"pb-item-icon\"\u003e💪\u003c\/span\u003e\n      \u003cdiv class=\"pb-item-name\"\u003eProCush Lifting Straps\u003c\/div\u003e\n      \u003cdiv class=\"pb-item-desc\"\u003eDouble-layer reinforced straps with rubber grip pad. Iron-lock hold on every pull, row, and deadlift — zero slip, total focus.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pb-features\"\u003e\n    \u003cdiv class=\"pb-feature\"\u003e\n      \u003cdiv class=\"pb-feat-icon\"\u003e🔐\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pb-feat-title\"\u003eTotal Body Protection\u003c\/div\u003e\n        \u003cdiv class=\"pb-feat-desc\"\u003eBelt locks your core. Straps lock your grip. Together, they eliminate your two biggest weak points under heavy load.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pb-feature\"\u003e\n      \u003cdiv class=\"pb-feat-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pb-feat-title\"\u003eBuilt for Serious Lifters\u003c\/div\u003e\n        \u003cdiv class=\"pb-feat-desc\"\u003eWhether you're deadlifting, squatting, or rowing — this bundle is engineered to help you push past your limits safely.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pb-feature\"\u003e\n      \u003cdiv class=\"pb-feat-icon\"\u003e💰\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pb-feat-title\"\u003eBetter Value, Zero Compromise\u003c\/div\u003e\n        \u003cdiv class=\"pb-feat-desc\"\u003eGet both premium accessories together and save versus buying separately — without sacrificing an ounce of quality.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pb-savings\"\u003e\n    \u003cspan class=\"pb-savings-icon\"\u003e🇿🇦\u003c\/span\u003e\n    \u003cspan class=\"pb-savings-text\"\u003eBuilt in South Africa — Built for Champions\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pb-tags\"\u003e\n    \u003cspan class=\"pb-tag\"\u003eDeadlifts\u003c\/span\u003e\n    \u003cspan class=\"pb-tag\"\u003eSquats\u003c\/span\u003e\n    \u003cspan class=\"pb-tag\"\u003eRows\u003c\/span\u003e\n    \u003cspan class=\"pb-tag\"\u003ePull-Ups\u003c\/span\u003e\n    \u003cspan class=\"pb-tag\"\u003eRack Pulls\u003c\/span\u003e\n    \u003cspan class=\"pb-tag\"\u003eShrugs\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"pb-tagline\"\u003eNo weak links. No excuses. No limits.\u003cbr\u003e\u003cstrong\u003eLiftlux™ Power Bundle — Forged for the Serious Lifter.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Liftlux","offers":[{"title":"M","offer_id":51918747468061,"sku":null,"price":2999.0,"currency_code":"ZAR","in_stock":true},{"title":"L","offer_id":51928634949917,"sku":null,"price":2999.0,"currency_code":"ZAR","in_stock":true},{"title":"XL","offer_id":51928634982685,"sku":null,"price":2999.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/3730\/5373\/files\/ChatGPTImageJun23_2026_04_55_36PM.png?v=1782226590"},{"product_id":"liftlux-home-workout-bundle","title":"Liftlux Home Workout-Board \u0026 Rope","description":"\u003cstyle\u003e\n  .hwb-wrap {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    background: linear-gradient(160deg, #060a08 0%, #0c1510 50%, #080d0a 100%);\n    border: 1px solid #1e3028;\n    border-radius: 14px;\n    padding: 48px 40px;\n    color: #dde8e2;\n    max-width: 720px;\n    margin: 0 auto;\n    position: relative;\n    overflow: hidden;\n  }\n  .hwb-wrap::before {\n    content: '';\n    position: absolute;\n    top: 0; left: -100%;\n    width: 300%; height: 3px;\n    background: linear-gradient(90deg, transparent 0%, #00b4a0 40%, #c9a84c 60%, transparent 100%);\n    animation: hwb-shimmer 4s ease-in-out infinite;\n  }\n  @keyframes hwb-shimmer {\n    0% { left: -100%; }\n    100% { left: 100%; }\n  }\n  .hwb-wrap::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: -60px;\n    width: 280px; height: 280px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(0,180,160,0.07) 0%, transparent 70%);\n    animation: hwb-pulse 5s ease-in-out infinite;\n    pointer-events: none;\n  }\n  @keyframes hwb-pulse {\n    0%, 100% { transform: scale(1); opacity: 0.6; }\n    50% { transform: scale(1.2); opacity: 1; }\n  }\n  .hwb-eyebrow {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #00b4a0;\n    margin-bottom: 14px;\n    position: relative;\n    animation: hwb-fadein 0.8s ease both;\n  }\n  .hwb-headline {\n    font-size: clamp(24px, 4.5vw, 34px);\n    font-weight: 900;\n    line-height: 1.2;\n    color: #ffffff;\n    margin: 0 0 12px;\n    position: relative;\n    animation: hwb-fadein 0.9s ease 0.1s both;\n  }\n  .hwb-headline span {\n    background: linear-gradient(90deg, #00b4a0 0%, #c9a84c 50%, #00b4a0 100%);\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    animation: hwb-shine 3s linear infinite;\n  }\n  @keyframes hwb-shine {\n    0% { background-position: 0% center; }\n    100% { background-position: 200% center; }\n  }\n  .hwb-intro {\n    font-size: 15px;\n    line-height: 1.8;\n    color: #7a9e90;\n    margin: 0 0 34px;\n    position: relative;\n    animation: hwb-fadein 0.9s ease 0.25s both;\n  }\n  .hwb-divider {\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #00b4a0 20%, #c9a84c 80%, transparent);\n    margin: 0 0 34px;\n    position: relative;\n    animation: hwb-fadein 0.9s ease 0.35s both;\n  }\n  .hwb-bundle-items {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin-bottom: 34px;\n    position: relative;\n  }\n  @media (max-width: 520px) {\n    .hwb-bundle-items { grid-template-columns: 1fr; }\n  }\n  .hwb-item {\n    background: rgba(255,255,255,0.025);\n    border: 1px solid rgba(0,180,160,0.12);\n    border-top: 3px solid #00b4a0;\n    border-radius: 10px;\n    padding: 24px 20px;\n    opacity: 0;\n    transform: translateY(20px);\n    animation: hwb-rise 0.65s ease forwards;\n  }\n  .hwb-item:nth-child(2) {\n    border-top-color: #c9a84c;\n    border-color: rgba(201,168,76,0.12);\n    animation-delay: 0.5s;\n  }\n  .hwb-item:nth-child(1) { animation-delay: 0.35s; }\n  @keyframes hwb-rise {\n    to { opacity: 1; transform: translateY(0); }\n  }\n  .hwb-item-icon {\n    font-size: 30px;\n    margin-bottom: 12px;\n    display: block;\n    animation: hwb-float 3s ease-in-out infinite;\n  }\n  .hwb-item:nth-child(2) .hwb-item-icon { animation-delay: 0.5s; }\n  @keyframes hwb-float {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-5px); }\n  }\n  .hwb-item-name {\n    font-size: 13px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: #00b4a0;\n    margin-bottom: 8px;\n  }\n  .hwb-item:nth-child(2) .hwb-item-name { color: #c9a84c; }\n  .hwb-item-desc {\n    font-size: 13px;\n    color: #6a8e80;\n    line-height: 1.65;\n  }\n  .hwb-features {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    margin-bottom: 34px;\n    position: relative;\n  }\n  .hwb-feature {\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n    background: rgba(255,255,255,0.02);\n    border: 1px solid rgba(0,180,160,0.08);\n    border-left: 3px solid #00b4a0;\n    border-radius: 8px;\n    padding: 16px 18px;\n    opacity: 0;\n    transform: translateX(-20px);\n    animation: hwb-slide 0.65s ease forwards;\n  }\n  .hwb-feature:nth-child(1) { animation-delay: 0.7s; }\n  .hwb-feature:nth-child(2) { border-left-color: #c9a84c; border-color: rgba(201,168,76,0.08); animation-delay: 0.85s; }\n  .hwb-feature:nth-child(3) { animation-delay: 1s; }\n  @keyframes hwb-slide {\n    to { opacity: 1; transform: translateX(0); }\n  }\n  .hwb-feat-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }\n  .hwb-feat-title {\n    font-size: 12px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: #00b4a0;\n    margin-bottom: 5px;\n  }\n  .hwb-feature:nth-child(2) .hwb-feat-title { color: #c9a84c; }\n  .hwb-feat-desc { font-size: 13px; color: #6a8e80; line-height: 1.6; }\n  .hwb-badge {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    background: rgba(0,180,160,0.06);\n    border: 1px solid rgba(0,180,160,0.25);\n    border-radius: 8px;\n    padding: 16px 20px;\n    margin-bottom: 32px;\n    position: relative;\n    animation: hwb-fadein 1s ease 1.15s both;\n  }\n  .hwb-badge-icon { font-size: 24px; }\n  .hwb-badge-text {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #00b4a0;\n    text-align: center;\n  }\n  .hwb-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 32px;\n    animation: hwb-fadein 1s ease 1.25s both;\n    position: relative;\n  }\n  .hwb-tag {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    border: 1px solid rgba(201,168,76,0.25);\n    border-radius: 20px;\n    padding: 5px 13px;\n    background: rgba(201,168,76,0.05);\n  }\n  .hwb-tagline {\n    text-align: center;\n    font-size: 14px;\n    font-style: italic;\n    color: #4a6a5a;\n    border-top: 1px solid rgba(255,255,255,0.05);\n    padding-top: 26px;\n    position: relative;\n    animation: hwb-fadein 1s ease 1.4s both;\n  }\n  .hwb-tagline strong { color: #00b4a0; font-style: normal; }\n  @keyframes hwb-fadein {\n    from { opacity: 0; transform: translateY(12px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hwb-wrap\"\u003e\n  \u003cdiv class=\"hwb-eyebrow\"\u003eLiftlux™ Home Workout Bundle\u003c\/div\u003e\n  \u003ch2 class=\"hwb-headline\"\u003eSkip the Gym.\u003cbr\u003e\u003cspan\u003eNot the Gains.\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp class=\"hwb-intro\"\u003eThe Liftlux Home Workout Bundle gives you everything you need to build strength and burn calories from home — no gym membership, no excuses, just results.\u003c\/p\u003e\n  \u003cdiv class=\"hwb-divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"hwb-bundle-items\"\u003e\n    \u003cdiv class=\"hwb-item\"\u003e\n      \u003cspan class=\"hwb-item-icon\"\u003e💪\u003c\/span\u003e\n      \u003cdiv class=\"hwb-item-name\"\u003ePush Up Board\u003c\/div\u003e\n      \u003cdiv class=\"hwb-item-desc\"\u003eMulti-position push-up system that targets chest, shoulders, triceps, and back — one board, full upper body coverage.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hwb-item\"\u003e\n      \u003cspan class=\"hwb-item-icon\"\u003e💨\u003c\/span\u003e\n      \u003cdiv class=\"hwb-item-name\"\u003eCardioRush Jump Rope\u003c\/div\u003e\n      \u003cdiv class=\"hwb-item-desc\"\u003eHigh-speed skipping rope built for endurance and fat burn — lightweight, adjustable, and ready for any intensity level.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hwb-features\"\u003e\n    \u003cdiv class=\"hwb-feature\"\u003e\n      \u003cdiv class=\"hwb-feat-icon\"\u003e🏠\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"hwb-feat-title\"\u003eTrain Anywhere\u003c\/div\u003e\n        \u003cdiv class=\"hwb-feat-desc\"\u003eCompact, portable, and built for home use — no gym, no equipment room, no problem.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hwb-feature\"\u003e\n      \u003cdiv class=\"hwb-feat-icon\"\u003e🔥\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"hwb-feat-title\"\u003eStrength + Cardio in One\u003c\/div\u003e\n        \u003cdiv class=\"hwb-feat-desc\"\u003eBuild muscle with the push-up board, then torch calories with the jump rope — a complete full-body session every time.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hwb-feature\"\u003e\n      \u003cdiv class=\"hwb-feat-icon\"\u003e💰\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"hwb-feat-title\"\u003ePremium Value\u003c\/div\u003e\n        \u003cdiv class=\"hwb-feat-desc\"\u003eTwo premium Liftlux tools at one unbeatable price — save versus buying separately without compromising on quality.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hwb-badge\"\u003e\n    \u003cspan class=\"hwb-badge-icon\"\u003e🇿🇦\u003c\/span\u003e\n    \u003cspan class=\"hwb-badge-text\"\u003eBuilt in South Africa — Built for Champions\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hwb-tags\"\u003e\n    \u003cspan class=\"hwb-tag\"\u003eHome Workout\u003c\/span\u003e\n    \u003cspan class=\"hwb-tag\"\u003ePush-Ups\u003c\/span\u003e\n    \u003cspan class=\"hwb-tag\"\u003eJump Rope\u003c\/span\u003e\n    \u003cspan class=\"hwb-tag\"\u003eCardio\u003c\/span\u003e\n    \u003cspan class=\"hwb-tag\"\u003eFull Body\u003c\/span\u003e\n    \u003cspan class=\"hwb-tag\"\u003eFat Burn\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"hwb-tagline\"\u003eNo gym. No limits. No excuses.\u003cbr\u003e\u003cstrong\u003eLiftlux™ Home Workout Bundle — Your Gym, Your Rules.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Liftlux","offers":[{"title":"Default Title","offer_id":51918775320861,"sku":null,"price":899.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/3730\/5373\/files\/ChatGPT_Image_Jun_23_2026_05_07_33_AM.png?v=1782184217"}],"url":"https:\/\/www.liftlux.co.za\/collections\/all-products.oembed","provider":"Liftlux","version":"1.0","type":"link"}