{"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","url":"https:\/\/www.liftlux.co.za\/products\/liftlux-power-bundle","provider":"Liftlux","version":"1.0","type":"link"}