{"product_id":"adjustable-strap-knee-sleeve","title":"Adjustable Strap Knee Sleeve","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #5A6978;\n      --primary-hover: #414D59;\n      --text-main: #1A1A1A;\n      --text-sub: #5F6C7A;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8FAFC;\n      --bg-soft: #F1F5F9;\n      --border-color: #E2E8F0;\n      --radius-lg: 12px;\n      --radius-md: 8px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.02);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.05);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container span,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-section {\n      margin-top: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Styles *\/\n    .img-container {\n      width: 100%;\n      height: auto;\n      display: block;\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      border: 1px dashed var(--border-color);\n      box-sizing: border-box;\n      padding: 40px 20px;\n      text-align: center;\n      margin-bottom: 24px;\n      font-weight: 500;\n      color: var(--text-sub);\n    }\n\n    \/* Badges \u0026 Pills *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 16px;\n    }\n\n    .badge {\n      display: inline-block;\n      padding: 6px 12px;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border-radius: var(--radius-md);\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .tag {\n      display: inline-block;\n      padding: 4px 10px;\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      color: var(--text-sub);\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Hero Layout *\/\n    .hero-block {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto clamp(2rem, 5vw, 4rem) auto;\n    }\n\n    \/* Feature Sections (Flex Layout) *\/\n    .feature-item {\n      display: flex;\n      gap: clamp(2rem, 4vw, 3rem);\n      align-items: center;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    \/* How to Wear Section *\/\n    .how-to-wear-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 24px;\n      margin-top: 24px;\n    }\n\n    .step-card {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .step-num {\n      display: inline-block;\n      width: 32px;\n      height: 32px;\n      line-height: 32px;\n      background-color: var(--primary);\n      color: #FFFFFF;\n      border-radius: 50%;\n      text-align: center;\n      font-weight: 700;\n      margin-bottom: 12px;\n    }\n\n    \/* Warning\/Important Box *\/\n    .tip-box {\n      background-color: #FFF5F5;\n      border-left: 4px solid #E53E3E;\n      padding: 16px;\n      border-radius: var(--radius-md);\n      margin-top: 16px;\n    }\n\n    .tip-box p {\n      color: #C53030;\n      margin: 0;\n      font-weight: 500;\n    }\n\n    \/* Specifications Table *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table td {\n      padding: 16px;\n      vertical-align: top;\n    }\n\n    .spec-label {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .spec-value {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Accordion List *\/\n    .faq-list {\n      margin-top: 24px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 20px;\n      margin-bottom: 16px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n    }\n\n    .faq-answer {\n      margin: 0;\n    }\n\n    \/* Responsive Mobile Layout (≤ 767px) *\/\n    @media (max-width: 767px) {\n      .feature-item,\n      .feature-item:nth-child(even) {\n        flex-direction: column !important;\n      }\n\n      .feature-media {\n        width: 100%;\n        order: 1; \/* Image First *\/\n      }\n\n      .feature-copy {\n        width: 100%;\n        order: 2; \/* Text Second *\/\n        margin-top: 16px;\n      }\n\n      \/* Specifications Responsive Formats *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(120px, 35%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table tr {\n        padding: 8px 0;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .spec-table .spec-label {\n        display: none; \/* Hide desktop label cell *\/\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    \/* Small Screen Safe Grid Override *\/\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Knit Knee Compression Sleeve with Adjustable Strap\nTarget Audience: Sports enthusiasts and individuals needing daily knee joint protection\nVisual Style: Modern, clean, athletic, minimalist\nColor Strategy: Slate grey (#5A6978), light ash grey (#F4F6F8), and white highlights to reflect the product's colorways\nModule Order: Hero Block, Feature 1 (Compression), Feature 2 (Elasticity), How to Wear (Usage Guide), Feature 3 (Secure Fit), Specifications, FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_3, Feature2=detail_2, HowToWear=detail_4, Feature3=detail_5\nSpecification Data Source: Derived from detail_6 options (Strap Anti-slip Style [Grey], Regular Thickened Style [Grey], Weight Capacity: 88-198 lbs \/ 40-90 kg)\nCompare Section: Not included (no comparative data available)\nInformation Boundary: Strictly grounded on provided images, report, and supplement notes. No unverified details, certifications, or materials have been added.\n--\u003e\u003c!-- 1. Intro \/ Hero Content Block --\u003e\n\u003csection class=\"product-detail-section hero-block\"\u003e\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\u003cspan class=\"badge\"\u003eStay-Put Compression Support\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eErgonomic Knit Knee Sleeve\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eCustomize your compression level and enjoy comfortable movement with an ergonomic knit knee sleeve designed for active, secure everyday wear.\u003c\/p\u003e\n\n\u003cdiv class=\"img-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img98\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916131059\/169157f738e8dca60531bfb3d4bd814f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img99\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916131059\/bde3fe743648a5b92e2f2a32f494cb48.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eAdjustable Compression \u0026amp; Support\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eThe integrated wraparound strap lets you customize the compression level, providing a personalized, secure, and supportive fit. Simply tighten or loosen the strap to find your perfect level of pressure and joint stability.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eCustomizable Compression Level\u003c\/span\u003e \u003cspan class=\"tag\"\u003eTargeted Compression\u003c\/span\u003e \u003cspan class=\"tag\"\u003eJoint Stability\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"tip-box\"\u003e\n\u003cp\u003eImportant: Fasten the hook-and-loop tab directly to the strap fabric itself—not to the knit sleeve body—to prevent fabric snagging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 3. Feature Section: Stretch \u0026 Comfort --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img100\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916131059\/b0bf2b1dc42100836c17207049088000.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eFlexible, Comfortable Movement\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eThe soft, stretchable knit fabric is engineered to follow the natural contours of your knee, allowing you to bend, walk, and exercise without feeling restricted. Crafted with high elasticity, the material maintains its shape and resists pilling over extended use.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eErgonomic Fit\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAnti-Pilling Knit\u003c\/span\u003e \u003cspan class=\"tag\"\u003eHigh Elasticity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 4. Wearing Guide (Optional Module supported by Image 4) --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center; margin-bottom: 24px;\"\u003eSimple 4-Step Wear Guide\u003c\/h2\u003e\n\n\u003cdiv class=\"img-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img101\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916131100\/df38e5150745cf360711379038c4a039.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"how-to-wear-grid\"\u003e\n\u003cdiv class=\"step-card\"\u003e\n\u003cspan class=\"step-num\"\u003e1\u003c\/span\u003e\n\n\u003ch3 style=\"margin-top: 0; margin-bottom: 8px;\"\u003ePosition\u003c\/h3\u003e\n\n\u003cp style=\"margin: 0;\"\u003ePull the compression sleeve up over your leg, aligning it comfortably with your knee joint.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cspan class=\"step-num\"\u003e2\u003c\/span\u003e\n\n\u003ch3 style=\"margin-top: 0; margin-bottom: 8px;\"\u003ePrepare\u003c\/h3\u003e\n\n\u003cp style=\"margin: 0;\"\u003eHold the integrated adjustable tension strap and prepare to wrap it around the upper cuff.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cspan class=\"step-num\"\u003e3\u003c\/span\u003e\n\n\u003ch3 style=\"margin-top: 0; margin-bottom: 8px;\"\u003eWrap\u003c\/h3\u003e\n\n\u003cp style=\"margin: 0;\"\u003eGently pull and wrap the elastic strap around the top portion of the sleeve to your desired compression level.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cspan class=\"step-num\"\u003e4\u003c\/span\u003e\n\n\u003ch3 style=\"margin-top: 0; margin-bottom: 8px;\"\u003eFasten\u003c\/h3\u003e\n\n\u003cp style=\"margin: 0;\"\u003ePress the hook-and-loop tab firmly onto the strap surface to lock the compression in place.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 5. Feature Section: Secure Fit --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img102\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916131100\/77ed90c41e7881a751262470a24868c0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSecure Anti-Slip Fit\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eWith its reinforced wraparound strap, the sleeve stays firmly positioned to prevent slipping, bunching, or the need for constant readjustment while you move. This ensures steady support throughout your daily strolls, gym sessions, or outdoor runs.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eSlip-Resistant\u003c\/span\u003e \u003cspan class=\"tag\"\u003eActive Protection\u003c\/span\u003e \u003cspan class=\"tag\"\u003eDaily Comfort\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 6. Specifications (No Images allowed) --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eStyle Options\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Style Options\"\u003e\u003cspan class=\"spec-value\"\u003eStrap Anti-slip Style \/ Regular Thickened Style\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Color\"\u003e\u003cspan class=\"spec-value\"\u003eGrey with white design accents\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eApplicable Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Applicable Weight\"\u003e\u003cspan class=\"spec-value\"\u003e88 - 198 lbs (40 - 90 kg)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eFabric Properties\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Fabric Properties\"\u003e\u003cspan class=\"spec-value\"\u003eHigh elastic knit fabric with anti-pilling resistance\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eKey Features\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Key Features\"\u003e\u003cspan class=\"spec-value\"\u003eErgonomic shape, customizable tension strap, hook-and-loop closure\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- 7. FAQ Block --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow do I adjust the compression level?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYou can easily customize the compression by pulling the elastic strap to your desired tightness and securing the hook-and-loop tab around the upper sleeve cuff.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWill the sleeve slide down during exercise?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. The combination of the form-fitting ergonomic knit fabric and the adjustable tension strap secures the sleeve tightly above the knee, preventing slipping and bunching during movement.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow do I prevent the fastener from snagging the knit fabric?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eTo protect the smooth knit surface, always attach the hook-and-loop fastener directly onto the fabric surface of the strap itself. Avoid pressing it against the main body of the knit sleeve.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Strap Support (Grey) \/ One Size (Fits 88-198 lbs) \/ 1-Pack (Single Knee)","offer_id":46210079981759,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Classic Cushioned (Grey) \/ One Size (Fits 88-198 lbs) \/ 1-Pack (Single Knee)","offer_id":46210080014527,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Strap Support (Grey) \/ One Size (Fits 88-198 lbs) \/ 2-Pack (Full Pair - 10%)","offer_id":46210080047295,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Classic Cushioned (Grey) \/ One Size (Fits 88-198 lbs) \/ 2-Pack (Full Pair - 10%)","offer_id":46210080080063,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Strap Support (Grey) \/ One Size (Fits 88-198 lbs) \/ 3-Pack (Wash \u0026 Wear - 15%)","offer_id":46210080112831,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Classic Cushioned (Grey) \/ One Size (Fits 88-198 lbs) \/ 3-Pack (Wash \u0026 Wear - 15%)","offer_id":46210080145599,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/169157f738e8dca60531bfb3d4bd814f_ce572275-6d94-43ac-a561-4a87d457e282.jpg?v=1789536173","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/adjustable-strap-knee-sleeve","provider":"Bak","version":"1.0","type":"link"}