{"product_id":"ankle-recovery-kit-copy","title":"Ankle Recovery Kit (Copy)","description":"\u003c!-- ============================================================\n  Product Overview Section — Ankle Recovery Kit\n  Fully responsive, self-contained (no external CSS needed).\n  Scoped with the \"arx-\" prefix so it won't clash with theme styles.\n  Paste into your Shopify product description (or Description tab).\n  Replace the src of .arx-hero-img with your product image URL.\n============================================================ --\u003e\n\u003cstyle\u003e\n  .arx-overview,\n  .arx-overview * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .arx-overview {\n    --arx-accent: #4325f5;\n    --arx-soft: #f1efff;\n    --arx-heading: #07133f;\n    --arx-text: #1f2c52;\n    --arx-muted: #607091;\n    --arx-border: #e3e8f1;\n    --arx-panel: #f5f2ff;\n\n    font-family: \"Assistant\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    color: var(--arx-text);\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 8px 0 4px;\n  }\n\n  \/* ---------- Top: text + image ---------- *\/\n\n  .arx-hero {\n    display: grid;\n    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);\n    gap: 44px;\n    align-items: center;\n  }\n\n  .arx-eyebrow {\n    display: block;\n    margin-bottom: 12px;\n    color: var(--arx-accent);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .arx-heading {\n    color: var(--arx-heading);\n    font-size: clamp(27px, 3.2vw, 40px);\n    font-weight: 760;\n    line-height: 1.14;\n    letter-spacing: -0.03em;\n  }\n\n  .arx-intro {\n    margin-top: 16px;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .arx-checklist {\n    margin-top: 22px;\n    list-style: none;\n  }\n\n  .arx-checklist li {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    padding: 6px 0;\n    color: var(--arx-heading);\n    font-size: 15.5px;\n    font-weight: 600;\n    line-height: 1.4;\n  }\n\n  .arx-check {\n    display: grid;\n    flex: 0 0 auto;\n    width: 26px;\n    height: 26px;\n    place-items: center;\n    color: var(--arx-accent);\n    background: var(--arx-soft);\n    border-radius: 50%;\n  }\n\n  .arx-check svg {\n    width: 14px;\n    height: 14px;\n  }\n\n  .arx-hero-media {\n    min-width: 0;\n  }\n\n  .arx-hero-img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n  }\n\n  \/* ---------- Bottom: feature strip ---------- *\/\n\n  .arx-features {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    margin-top: 40px;\n    padding: 26px 10px;\n    background: var(--arx-panel);\n    border: 1px solid #e6e0fb;\n    border-radius: 16px;\n  }\n\n  .arx-feature {\n    display: flex;\n    min-width: 0;\n    align-items: flex-start;\n    gap: 15px;\n    padding: 4px 22px;\n    border-right: 1px solid #ddd6f8;\n  }\n\n  .arx-feature:last-child {\n    border-right: 0;\n  }\n\n  .arx-feature-icon {\n    display: flex;\n    flex: 0 0 auto;\n    width: 46px;\n    height: 46px;\n    align-items: center;\n    justify-content: center;\n    color: var(--arx-accent);\n  }\n\n  .arx-feature-icon svg {\n    width: 100%;\n    height: 100%;\n  }\n\n  .arx-feature strong {\n    display: block;\n    color: var(--arx-heading);\n    font-size: 15.5px;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .arx-feature small {\n    display: block;\n    margin-top: 5px;\n    color: var(--arx-muted);\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n  \/* ---------- Tablet ---------- *\/\n\n  @media (max-width: 1024px) {\n    .arx-hero {\n      gap: 30px;\n    }\n\n    .arx-features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      row-gap: 22px;\n    }\n\n    .arx-feature:nth-child(2n) {\n      border-right: 0;\n    }\n  }\n\n  \/* ---------- Mobile ---------- *\/\n\n  @media (max-width: 749px) {\n    .arx-hero {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n      align-items: stretch;\n    }\n\n    .arx-hero-media {\n      order: 1;\n    }\n\n    .arx-hero-copy {\n      order: 0;\n    }\n\n    .arx-checklist {\n      order: 2;\n      margin-top: 0;\n    }\n\n    .arx-eyebrow {\n      margin-bottom: 9px;\n      font-size: 11px;\n    }\n\n    .arx-intro {\n      margin-top: 12px;\n      font-size: 15px;\n    }\n\n    .arx-checklist li {\n      font-size: 14.5px;\n      padding: 5px 0;\n    }\n\n    .arx-check {\n      width: 24px;\n      height: 24px;\n    }\n\n    .arx-features {\n      grid-template-columns: minmax(0, 1fr);\n      row-gap: 0;\n      margin-top: 26px;\n      padding: 8px 4px;\n    }\n\n    .arx-feature {\n      align-items: center;\n      padding: 15px 14px;\n      border-right: 0;\n      border-bottom: 1px solid #ddd6f8;\n    }\n\n    .arx-feature:last-child {\n      border-bottom: 0;\n    }\n\n    .arx-feature-icon {\n      width: 40px;\n      height: 40px;\n    }\n\n    .arx-feature strong {\n      font-size: 14.5px;\n    }\n\n    .arx-feature small {\n      margin-top: 3px;\n      font-size: 12.5px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"arx-overview\"\u003e\n\u003cdiv class=\"arx-hero\"\u003e\n\u003cdiv class=\"arx-hero-copy\"\u003e\n\u003cspan class=\"arx-eyebrow\"\u003eOverview\u003c\/span\u003e\n\u003ch2 class=\"arx-heading\"\u003eComplete Ankle Recovery.\u003cbr\u003eAnytime, Anywhere.\u003c\/h2\u003e\n\u003cp class=\"arx-intro\"\u003eThe Ankle Recovery Kit is a complete solution for improving ankle strength, flexibility, stability, and function. Designed by physical therapists, this kit includes everything you need to recover from pain, injury, or surgery and get back to doing what you love.\u003c\/p\u003e\n\u003cul class=\"arx-checklist\"\u003e\n\u003cli\u003e\n\u003cspan class=\"arx-check\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"m5 12.5 4.5 4.5L19 7.5\" stroke=\"currentColor\" stroke-width=\"2.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e Suitable for all ages \u0026amp; fitness levels\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"arx-check\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"m5 12.5 4.5 4.5L19 7.5\" stroke=\"currentColor\" stroke-width=\"2.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e Easy to follow program\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"arx-check\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"m5 12.5 4.5 4.5L19 7.5\" stroke=\"currentColor\" stroke-width=\"2.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e Trusted by clinics \u0026amp; therapists\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"arx-check\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"m5 12.5 4.5 4.5L19 7.5\" stroke=\"currentColor\" stroke-width=\"2.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e Durable, premium quality components\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"arx-check\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"m5 12.5 4.5 4.5L19 7.5\" stroke=\"currentColor\" stroke-width=\"2.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e Perfect for home or travel use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arx-hero-media\" style=\"text-align: start;\"\u003e\u003cimg class=\"arx-hero-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/1603\/2369\/files\/AnkeKit.png?v=1785665002\" alt=\"Ankle Recovery Kit — bag, ankle brace, massage ball, stretching strap, resistance bands, recovery guide and travel pouch\" loading=\"lazy\" width=\"1200\" height=\"900\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arx-features\"\u003e\n\u003cdiv class=\"arx-feature\"\u003e\n\u003cspan class=\"arx-feature-icon\"\u003e \u003csvg viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n          \u003ccircle cx=\"16\" cy=\"11\" r=\"5.2\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M6.5 27c1.3-5 5-7.6 9.5-7.6s8.2 2.6 9.5 7.6\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M13.4 15.4 16 19.4l2.6-4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eDesigned by Experts\u003c\/strong\u003e \u003csmall\u003eCreated by physical therapists\u003c\/small\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arx-feature\"\u003e\n\u003cspan class=\"arx-feature-icon\"\u003e \u003csvg viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n          \u003cpath d=\"M16 3.5 27 9v7.5c0 6.4-4.2 10.2-11 12-6.8-1.8-11-5.6-11-12V9z\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m11 16 3.2 3.2L21 12.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eSafe \u0026amp; Effective\u003c\/strong\u003e \u003csmall\u003eGentle, proven methods for real results\u003c\/small\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arx-feature\"\u003e\n\u003cspan class=\"arx-feature-icon\"\u003e \u003csvg viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n          \u003ccircle cx=\"16\" cy=\"12.5\" r=\"7.5\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"m11.5 18.5-2.5 9 7-3.6 7 3.6-2.5-9\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m13 12.5 2.2 2.2 4-4.4\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003ePremium Quality\u003c\/strong\u003e \u003csmall\u003eDurable, reliable \u0026amp; built to last\u003c\/small\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arx-feature\"\u003e\n\u003cspan class=\"arx-feature-icon\"\u003e \u003csvg viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n          \u003crect x=\"5.5\" y=\"10.5\" width=\"21\" height=\"15\" rx=\"2.5\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M12 10.5V7.8A2.3 2.3 0 0 1 14.3 5.5h3.4A2.3 2.3 0 0 1 20 7.8v2.7M11.5 14v8M20.5 14v8\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eTravel Friendly\u003c\/strong\u003e \u003csmall\u003eLightweight \u0026amp; compact for on-the-go recovery\u003c\/small\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":64319170838897,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/1603\/2369\/files\/AnkeKit.png?v=1785665002","url":"https:\/\/beyondradix.com\/products\/ankle-recovery-kit-copy","provider":"My Store","version":"1.0","type":"link"}