{"product_id":"formafit™-sculpting-resistance-bands","title":"FORMAFIT™ Sculpting Resistance Bands","description":"\u003cstyle\u003e\n  .wlb-container {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    color: #1a1a1a;\n    background: #f9f9f9;\n  }\n\n  .wlb-hero {\n    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);\n    color: white;\n    padding: 60px 40px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .wlb-hero::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -10%;\n    width: 400px;\n    height: 400px;\n    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);\n    animation: float 6s ease-in-out infinite;\n  }\n\n  @keyframes float {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-20px); }\n  }\n\n  .wlb-hero h1 {\n    font-size: 48px;\n    font-weight: 700;\n    margin: 0 0 16px;\n    position: relative;\n    z-index: 1;\n    animation: slideDown 0.8s ease-out;\n  }\n\n  @keyframes slideDown {\n    from {\n      opacity: 0;\n      transform: translateY(-30px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  .wlb-tagline {\n    font-size: 18px;\n    opacity: 0.9;\n    position: relative;\n    z-index: 1;\n    animation: fadeIn 1s ease-out 0.3s both;\n  }\n\n  @keyframes fadeIn {\n    from { opacity: 0; }\n    to { opacity: 1; }\n  }\n\n  .wlb-benefits {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 30px;\n    padding: 60px 40px;\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  .wlb-benefit-card {\n    background: white;\n    padding: 30px;\n    border-radius: 12px;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.07);\n    transition: all 0.3s ease;\n    animation: slideUp 0.6s ease-out backwards;\n  }\n\n  .wlb-benefit-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 12px 24px rgba(0,0,0,0.12);\n  }\n\n  @keyframes slideUp {\n    from {\n      opacity: 0;\n      transform: translateY(30px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  .wlb-benefit-icon {\n    font-size: 36px;\n    margin-bottom: 16px;\n    display: inline-block;\n    animation: pulse 2s ease-in-out infinite;\n  }\n\n  @keyframes pulse {\n    0%, 100% { transform: scale(1); }\n    50% { transform: scale(1.1); }\n  }\n\n  .wlb-benefit-card h3 {\n    font-size: 20px;\n    margin: 0 0 12px;\n  }\n\n  .wlb-benefit-card p {\n    font-size: 14px;\n    color: #666;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  .wlb-features-list {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 60px 40px;\n    background: white;\n  }\n\n  .wlb-feature-item {\n    display: flex;\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .wlb-feature-check {\n    font-size: 20px;\n    font-weight: 700;\n    flex-shrink: 0;\n  }\n\n  .wlb-feature-text {\n    color: #333;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  .wlb-cta-section {\n    background: #1a1a1a;\n    color: white;\n    padding: 50px 40px;\n    text-align: center;\n  }\n\n  .wlb-cta-button {\n    display: inline-block;\n    background: white;\n    color: #1a1a1a;\n    padding: 16px 48px;\n    border-radius: 6px;\n    font-weight: 600;\n    font-size: 16px;\n    text-decoration: none;\n    border: none;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n\n  .wlb-cta-button:hover {\n    background: #f0f0f0;\n    transform: scale(1.05);\n  }\n\n  .wlb-trust-badges {\n    background: #fff;\n    text-align: center;\n    padding: 20px;\n    font-size: 14px;\n    font-weight: 600;\n    color: #555;\n    border-top: 1px solid #eee;\n  }\n\n  @media (max-width: 768px) {\n    .wlb-hero {\n      padding: 40px 20px;\n    }\n\n    .wlb-hero h1 {\n      font-size: 32px;\n    }\n\n    .wlb-benefits,\n    .wlb-features-list {\n      padding: 40px 20px;\n    }\n\n    .wlb-benefits {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"wlb-container\"\u003e\n\n  \u003cdiv class=\"wlb-hero\"\u003e\n    \u003ch1\u003ePremium Resistance Bands Set\u003c\/h1\u003e\n    \u003cp class=\"wlb-tagline\"\u003eTrain Anywhere. Build Strength Everywhere.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wlb-benefits\"\u003e\n\n    \u003cdiv class=\"wlb-benefit-card\"\u003e\n      \u003cdiv class=\"wlb-benefit-icon\"\u003e🏋️\u003c\/div\u003e\n      \u003ch3\u003eStrength Training\u003c\/h3\u003e\n      \u003cp\u003eBuild muscle, increase strength, and improve performance with versatile resistance levels for every fitness goal.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wlb-benefit-card\"\u003e\n      \u003cdiv class=\"wlb-benefit-icon\"\u003e🔥\u003c\/div\u003e\n      \u003ch3\u003eBurn More Calories\u003c\/h3\u003e\n      \u003cp\u003eAdd resistance to every movement and maximize calorie burn while improving endurance and conditioning.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wlb-benefit-card\"\u003e\n      \u003cdiv class=\"wlb-benefit-icon\"\u003e🎯\u003c\/div\u003e\n      \u003ch3\u003eTarget Every Muscle\u003c\/h3\u003e\n      \u003cp\u003eTrain your arms, chest, back, glutes, legs, and core with one compact and versatile fitness tool.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wlb-benefit-card\"\u003e\n      \u003cdiv class=\"wlb-benefit-icon\"\u003e✈️\u003c\/div\u003e\n      \u003ch3\u003eTravel Friendly\u003c\/h3\u003e\n      \u003cp\u003eLightweight and portable design lets you stay consistent with your workouts wherever life takes you.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wlb-features-list\"\u003e\n    \u003ch2 style=\"text-align:center; margin-bottom:40px; font-size:28px;\"\u003e\n      Why Choose Our Resistance Bands\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"wlb-feature-item\"\u003e\n      \u003cdiv class=\"wlb-feature-check\"\u003e✓\u003c\/div\u003e\n      \u003cdiv class=\"wlb-feature-text\"\u003e\n        \u003cstrong\u003ePremium Latex Material\u003c\/strong\u003e — Engineered for exceptional durability, elasticity, and long-lasting performance.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wlb-feature-item\"\u003e\n      \u003cdiv class=\"wlb-feature-check\"\u003e✓\u003c\/div\u003e\n      \u003cdiv class=\"wlb-feature-text\"\u003e\n        \u003cstrong\u003eMultiple Resistance Levels\u003c\/strong\u003e — Perfect for beginners, advanced athletes, rehabilitation, and strength training.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wlb-feature-item\"\u003e\n      \u003cdiv class=\"wlb-feature-check\"\u003e✓\u003c\/div\u003e\n      \u003cdiv class=\"wlb-feature-text\"\u003e\n        \u003cstrong\u003eFull Body Workouts\u003c\/strong\u003e — Ideal for strength training, stretching, yoga, mobility work, and home fitness routines.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wlb-trust-badges\"\u003e\n    ✓ Premium Quality   |  \n    ✓ Fast Shipping   |  \n    ✓ 30-Day Guarantee\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wlb-cta-section\"\u003e\n    \u003ch2 style=\"margin-bottom:24px; font-size:28px;\"\u003e\n      Ready to Transform Your Workouts?\n    \u003c\/h2\u003e\n    \u003cbutton class=\"wlb-cta-button\"\u003e\n      Shop Resistance Bands\n    \u003c\/button\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"FORMAFIT™","offers":[{"title":"Black","offer_id":45192293941345,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":45192293974113,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/4861\/9873\/files\/5FC47A8B-7A9D-4AE5-AFF5-D1F408245A64.png?v=1781203639","url":"https:\/\/formafit.co.za\/products\/formafit%e2%84%a2-sculpting-resistance-bands","provider":"FORMAFIT™ ","version":"1.0","type":"link"}