{"product_id":"thermal-faux-fur-knee-sleeves","title":"Thermal Faux Fur Knee Sleeves","description":"\u003cstyle type=\"text\/css\"\u003e\/* Design Variables *\/\n    .product-detail-container {\n      --primary: #4A4A4A;\n      --primary-hover: #2D2D2D;\n      --text-main: #2A2A2A;\n      --text-sub: #5A5A5A;\n      --bg-body: #FBFBF9;\n      --bg-card: #FFFFFF;\n      --bg-soft: #F5F3EE;\n      --border-color: #E6E2DA;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.06);\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      background-color: var(--bg-body);\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    \/* Core Typography *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container th {\n      box-sizing: border-box;\n      margin: 0;\n    }\n\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing \u0026 Layout Utility *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Trust Badges \u0026 Tags *\/\n    .detail-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 14px;\n      border-radius: var(--radius-md);\n      font-size: 18px;\n      font-weight: 600;\n      margin-bottom: 12px;\n      border: 1px solid var(--border-color);\n    }\n\n    .feature-tag-list {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 14px;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-size: 18px;\n      font-weight: 500;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Image Placeholders *\/\n    .image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 1px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 60px 20px;\n      box-sizing: border-box;\n      text-align: center;\n    }\n\n    .image-placeholder span {\n      font-size: 18px;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    .image-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* A. Hero Content Block *\/\n    .hero-section {\n      padding-top: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    .hero-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(1.5rem, 4vw, 3rem);\n      align-items: center;\n    }\n\n    .hero-content {\n      display: flex;\n      flex-direction: column;\n      align-items: flex-start;\n    }\n\n    .hero-title {\n      margin-top: 8px;\n      margin-bottom: 16px;\n    }\n\n    .hero-description {\n      margin-bottom: 24px;\n    }\n\n    \/* B. Feature Sections *\/\n    .features-section {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media,\n    .feature-copy {\n      flex: 1;\n      width: 100%;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-copy h3 {\n      margin-bottom: 12px;\n    }\n\n    \/* C. Specifications Section (Text Only) *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .specifications-section h2 {\n      margin-bottom: 24px;\n      text-align: left;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 20px;\n      vertical-align: middle;\n    }\n\n    .spec-property {\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    \/* D. FAQ Section *\/\n    .faq-section {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    .faq-section h2 {\n      margin-bottom: 24px;\n      text-align: center;\n    }\n\n    .faq-grid {\n      display: flex;\n      flex-direction: column;\n      gap: 18px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 20px;\n    }\n\n    .faq-question {\n      margin-bottom: 10px;\n      color: var(--text-main);\n    }\n\n    .faq-answer {\n      color: var(--text-sub);\n    }\n\n    \/* Responsive Adjustments *\/\n    @media (max-width: 767px) {\n      .hero-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .feature-item,\n      .feature-item:nth-child(even) {\n        flex-direction: column;\n        gap: 20px;\n      }\n\n      .feature-media {\n        order: 1; \/* Image First *\/\n      }\n\n      .feature-copy {\n        order: 2; \/* Text Second *\/\n      }\n\n      \/* Mobile Specifications Grid Layout to Prevent Overlap and Horizontal Scroll *\/\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(110px, 40%) 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 td.spec-property-cell {\n        display: none; \/* Hide standard structural property td if mapping to responsive setup *\/\n      }\n\n      \/* Standard dynamic transform for mobile *\/\n      .spec-table td {\n        grid-template-columns: 40% 60%;\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      }\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    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Knit Knee and Leg Warmer Sleeves\nTarget Audience: Individuals seeking joint warmth, commuters in cold seasons, and everyday users requiring soft cold-protection\nVisual Style: Warm, premium neutral, cozy winter aesthetic\nColor Strategy: Soft charcoals, warm creams, and delicate taupe accents to reflect wool-blend and plush faux-fur comfort\nModule Order: Hero Section -\u003e Feature 1 (Faux-Fur Lining) -\u003e Feature 2 (Wool-Blend Outer \u0026 Borders) -\u003e Feature 3 (Unrestricted Movement) -\u003e Feature 4 (High Elasticity Fit) -\u003e Specifications Table -\u003e FAQ Section\nDetail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_3, Feature3=detail_4, Feature4=detail_5\nSpecification Data Source: Extracted from provided specification materials (no specification image placeholders rendered)\nCompare Section: Not included (no verified comparative images or comparative datasets provided)\nInformation Boundary: Strictly relies on confirmed facts: wool-blend knit outer layer, thick faux-rabbit fur lining, 50cm length, 7mm thickness, dark grey\/black\/nude colors, regular\/fur-lined styles, and 2-pack packaging. No unverified performance specs or certifications are added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-grid\"\u003e\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img168\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910143743\/e6afa25bb89bbc89d98b861069b07637.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"detail-badge\"\u003eWool-Blend Knit Legwear\u003c\/span\u003e\n\n\u003ch1 class=\"hero-title\"\u003eUltra-Warm Knee \u0026amp; Leg Sleeves with Faux-Fur Shielding\u003c\/h1\u003e\n\n\u003cp class=\"hero-description\"\u003eDesigned specifically for cold weather comfort. Combining premium ribbed wool-blend knitting with targeted double-layer plush shielding on the knees to effectively lock in heat while maintaining complete physical flexibility.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tag-list\"\u003e\n\u003cspan class=\"feature-tag\"\u003e50 cm (19.7 in) Ultra-Long Style\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDouble-Layer Heat Retention\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eStretchy Ribbed Fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. FEATURE SECTIONS --\u003e\n\n\u003csection class=\"features-section\"\u003e\u003c!-- Feature 1: Plush Lining --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img176\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910143743\/4a6cd583b9a7f20d025e6b3255ec7954.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eUltra-Warm Faux-Rabbit Fur Lining\u003c\/h3\u003e\n\n\u003cp\u003eThe interior and the targeted knee area are covered with a thick, dense layer of faux-rabbit fur. This double-layer design locks in structural warmth and insulates vulnerable knee joints directly from freezing drafts.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tag-list\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePlush Faux-Fur\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e7 mm Thermal Padding\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Material \u0026 Construction Details --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img177\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910143743\/cd445f894690d5f311f359c164c70166.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSoft Wool-Blend Knit \u0026amp; Finished Borders\u003c\/h3\u003e\n\n\u003cp\u003eKnitted outer fabric is constructed with a soft wool-blend that offers a delicate, skin-friendly feel without itchiness. The upper and lower cuffs feature neatly stitched, seamless bound edges to provide durable structural integrity.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tag-list\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePremium Wool-Blend Outer\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSeamless Bound Cuffs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Unrestricted Joint Movement --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910145745\/1b5bd47f7070d49bedb48309fa8e5b84.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eBends Comfortably with Every Movement\u003c\/h3\u003e\n\n\u003cp\u003eThe flexible, seamless construction accommodates natural joint movement. Bending, sitting, and walking remain fully unrestricted, keeping your knees warm without bulky material bundling up behind the legs.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tag-list\"\u003e\n\u003cspan class=\"feature-tag\"\u003eErgonomic Natural Flexing\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNon-Bulky Wear\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: High Elasticity Stay-Put Fit --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img174\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910143743\/07448c89b924a9061ae3ea7384a0c0b1.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eHigh-Elastic Ribbing Prevents Slipping\u003c\/h3\u003e\n\n\u003cp\u003eSpecially structured with high-elastic ribbed knit patterns that gently hug the upper thighs and lower legs. It provides a secure, stay-put fit that resists sliding down throughout active daily movements without tight constriction.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tag-list\"\u003e\n\u003cspan class=\"feature-tag\"\u003eHigh-Elasticity Fit\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eGentle Stay-Put Ribbing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS SECTION --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\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 data-label=\"Length\"\u003e\u003cspan class=\"spec-value\"\u003e50 cm \/ 19.7 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Thickness\"\u003e\u003cspan class=\"spec-value\"\u003e7 mm \/ 0.3 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Outer Layer Material\"\u003e\u003cspan class=\"spec-value\"\u003eWool-blend ribbed knit fabric\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Inner Lining Material\"\u003e\u003cspan class=\"spec-value\"\u003eThick faux-rabbit fur (double-layer thermal insulation at knee area)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003e\u003cspan class=\"spec-value\"\u003eDark Grey, Black, Nude\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Styles\"\u003e\u003cspan class=\"spec-value\"\u003eRegular Knit (No Fur Inner), Thick Fur-Lined Style\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003e\u003cspan class=\"spec-value\"\u003eOne Size (High elasticity adapts comfortably to leg curves)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Includes\"\u003e\u003cspan class=\"spec-value\"\u003e2-Pack (1 Pair)\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!-- D. FAQ SECTION --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Do these knee sleeves slip down during daily walking?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. These sleeves are structured with high-elastic ribbed knit cuffs at both the upper and lower boundaries, allowing them to gently cling to your legs and remain in place without slipping or rolling during activity.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What is the main difference between style options?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eWe offer two distinct variations: the Regular Knit style which provides a lightweight single knit layer, and the Thick Fur-Lined style which features an integrated ultra-soft interior layer of faux-rabbit fur for maximum wind defense and thermal retention.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Are there any hard plastic stays or velcro straps on these sleeves?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. These sleeves are completely soft, pull-on knitted tubes with no zippers, velcro, plastic stabilizers, or metal buckles, ensuring a fully smooth profile under your everyday pants without causing pinch points or skin abrasion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Charcoal Grey \/ Plush Lined \/ 1 Pair (Daily Warmth)","offer_id":46183065419967,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ Plush Lined \/ 1 Pair (Daily Warmth)","offer_id":46183065452735,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Nude \/ Plush Lined \/ 1 Pair (Daily Warmth)","offer_id":46183065485503,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Charcoal Grey \/ Classic Knit \/ 1 Pair (Daily Warmth)","offer_id":46183065518271,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ Classic Knit \/ 1 Pair (Daily Warmth)","offer_id":46183065551039,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Nude \/ Classic Knit \/ 1 Pair (Daily Warmth)","offer_id":46183065583807,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Charcoal Grey \/ Plush Lined \/ 2 Pairs (Wear \u0026 Wash - 10% OFF)","offer_id":46183065616575,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Charcoal Grey \/ Classic Knit \/ 2 Pairs (Wear \u0026 Wash - 10% OFF)","offer_id":46183065649343,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ Plush Lined \/ 2 Pairs (Wear \u0026 Wash - 10% OFF)","offer_id":46183065682111,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ Classic Knit \/ 2 Pairs (Wear \u0026 Wash - 10% OFF)","offer_id":46183065714879,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Nude \/ Plush Lined \/ 2 Pairs (Wear \u0026 Wash - 10% OFF)","offer_id":46183065747647,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Nude \/ Classic Knit \/ 2 Pairs (Wear \u0026 Wash - 10% OFF)","offer_id":46183065780415,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Charcoal Grey \/ Plush Lined \/ 3 Pairs (Family Pack - 15% OFF)","offer_id":46183065813183,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Charcoal Grey \/ Classic Knit \/ 3 Pairs (Family Pack - 15% OFF)","offer_id":46183065845951,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ Plush Lined \/ 3 Pairs (Family Pack - 15% OFF)","offer_id":46183065878719,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ Classic Knit \/ 3 Pairs (Family Pack - 15% OFF)","offer_id":46183065911487,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Nude \/ Plush Lined \/ 3 Pairs (Family Pack - 15% OFF)","offer_id":46183065944255,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Nude \/ Classic Knit \/ 3 Pairs (Family Pack - 15% OFF)","offer_id":46183065977023,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/e6afa25bb89bbc89d98b861069b07637.jpg?v=1789023485","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/thermal-faux-fur-knee-sleeves","provider":"Bak","version":"1.0","type":"link"}