{"product_id":"high-stretch-shoulder-kinesiology-tape","title":"High-Stretch Shoulder Kinesiology Tape","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FF6B00;\n      --primary-hover: #E05E00;\n      --text-main: #1E293B;\n      --text-sub: #475569;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8FAFC;\n      --bg-soft: #F1F5F9;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n      --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);\n      --border-color: #E2E8F0;\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      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n    }\n\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container p,\n    .product-detail-container ul,\n    .product-detail-container li,\n    .product-detail-container table,\n    .product-detail-container td,\n    .product-detail-container th {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      color: var(--text-main);\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-q {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .hero-sub,\n    .product-detail-container .badge,\n    .product-detail-container .tag,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-a {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      text-align: center;\n      padding: 40px 0;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      margin-top: 20px;\n    }\n\n    .hero-badge-container {\n      margin-bottom: 15px;\n    }\n\n    .hero-badge {\n      display: inline-block;\n      background: var(--primary);\n      color: #FFFFFF !important;\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n    }\n\n    .hero-title {\n      margin-bottom: 15px;\n    }\n\n    .hero-sub {\n      max-width: 800px;\n      margin: 0 auto 30px auto;\n      padding: 0 20px;\n    }\n\n    .hero-media {\n      max-width: 800px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n\n    \/* Natural Image Styling *\/\n    .image-placeholder {\n      width: 100%;\n      height: auto;\n      min-height: 250px;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-weight: 500;\n      box-sizing: border-box;\n      padding: 20px;\n      text-align: center;\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      gap: 30px;\n      align-items: center;\n      margin-bottom: 40px;\n      background: var(--bg-card);\n      padding: 30px;\n      border-radius: var(--radius-lg);\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media {\n      flex: 1;\n      min-width: 280px;\n    }\n\n    .feature-copy {\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n      gap: 15px;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .feature-tag {\n      background: var(--bg-soft);\n      color: var(--text-main) !important;\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Specifications Table *\/\n    .specifications-section {\n      background: var(--bg-card);\n      padding: 40px 30px;\n      border-radius: var(--radius-lg);\n    }\n\n    .spec-title {\n      margin-bottom: 25px;\n      text-align: center;\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    }\n\n    .spec-label-cell {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      background: var(--bg-card);\n      padding: 40px 30px;\n      border-radius: var(--radius-lg);\n    }\n\n    .faq-title {\n      margin-bottom: 25px;\n      text-align: center;\n    }\n\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 20px;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .faq-q {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    \/* Mobile Responsive Rules *\/\n    @media (max-width: 767px) {\n      .hero-section {\n        padding: 30px 15px;\n      }\n\n      .feature-item {\n        flex-direction: column !important; \/* Force Image First, Text Second *\/\n        padding: 20px;\n        gap: 20px;\n      }\n\n      .feature-media {\n        width: 100%;\n      }\n\n      .feature-copy {\n        width: 100%;\n      }\n\n      \/* Responsive Table Implementation *\/\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 thead {\n        display: none;\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 10px;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .spec-table tr:last-child td {\n        border-bottom: none;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px !important;\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-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px !important;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-label-cell {\n        display: none; \/* Hide standard desktop labels in mobile block mode *\/\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\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badge-container\"\u003e\u003cspan class=\"hero-badge\"\u003eTargeted Shoulder Support\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eTargeted Shoulder Support That Stays On\u003c\/h1\u003e\n\n\u003cp class=\"hero-sub\"\u003eStabilize your shoulder joint, reduce muscle pain, and prevent reinjury during intense workouts and daily movements with our anatomically pre-cut patch.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img133\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909101605\/6b5d210bd166c59fd7f880bf25b5f3f5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-container\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909095840\/ddea13333fcabd7d07d6a6f3992df3b2.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\"\u003eSweatproof \u0026amp; Waterproof Wear\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEngineered to stay securely in place through intense athletic training, swimming, and daily showers. Built with reliable adhesion that lasts for 3 to 7 days without peeling edges.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003eWaterproof\u003c\/span\u003e\u003c\/span\u003e\u003cspan style=\"font-size:16px;\"\u003e \u003c\/span\u003e\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003eSweatproof\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003e3-7 Days Daily Wear\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: High Elasticity \u0026 Freedom of Motion --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909095840\/2dde786f68db29c395b7fddb72814b48.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\"\u003eHigh Elasticity \u0026amp; Unlimited Motion\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eFeatures a stretchable design that follows your body's natural range of motion. It assists muscle extension and contraction without restriction, ensuring there are no fraying edges during active performance.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003eHigh Stretch\u003c\/span\u003e\u003c\/span\u003e\u003cspan style=\"font-size:16px;\"\u003e \u003c\/span\u003e\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003eNo Fraying Edges\u003c\/span\u003e\u003c\/span\u003e\u003cspan style=\"font-size:16px;\"\u003e \u003c\/span\u003e\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003eMuscle Assistance\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Targeted Shoulder Protection --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909095840\/1876ba548d256096e64392a092fc82fe.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\"\u003eJoint Stability \u0026amp; Pain Relief\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eProvides anatomical support specifically contoured to the shoulder joint. Helps to stabilize the targeted area, reduce muscle discomfort, and minimize the risk of reinjury during workouts.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003eJoint Stability\u003c\/span\u003e\u003c\/span\u003e\u003cspan style=\"font-size:16px;\"\u003e \u003c\/span\u003e\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003eDiscomfort Relief\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"specifications-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-cell\"\u003eThickness\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Thickness\"\u003e\u003cspan class=\"spec-value\"\u003e0.05 cm (0.02 in)\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-cell\"\u003eDimensions (Total Height)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimensions (Total Height)\"\u003e\u003cspan class=\"spec-value\"\u003e21 cm (8.3 in)\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-cell\"\u003eDimensions (Top Width)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimensions (Top Width)\"\u003e\u003cspan class=\"spec-value\"\u003e21 cm (8.3 in)\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-cell\"\u003eDimensions (Bottom Width)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimensions (Bottom Width)\"\u003e\u003cspan class=\"spec-value\"\u003e22 cm (8.7 in)\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-cell\"\u003eBottom Band Height\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bottom Band Height\"\u003e\u003cspan class=\"spec-value\"\u003e5 cm (2.0 in)\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-cell\"\u003eAvailable Colors\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003e\u003cspan class=\"spec-value\"\u003eStealth Black, Natural Beige\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-cell\"\u003ePack Sizes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Pack Sizes\"\u003e\u003cspan class=\"spec-value\"\u003e6 Patches ,12 Patches, 24 Patches\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-cell\"\u003eAdhesive Backing\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Adhesive Backing\"\u003e\u003cspan class=\"spec-value\"\u003eHenkel Adhesive\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-cell\"\u003eStructural Design\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Structural Design\"\u003e\u003cspan class=\"spec-value\"\u003ePre-cut \"木\"-shape structure with top nub, middle three-way split, and bottom wide wrapping band\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 --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-q\"\u003e🏃‍♂️ How long does this shoulder patch stay on?\u003c\/h3\u003e\n\n\u003cp class=\"faq-a\"\u003eThe patch is designed to provide comfortable wear and stay securely adhered to the skin for 3 to 7 days, even with sweating and intense exercise.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-q\"\u003e💧 Can I wear this shoulder tape while swimming?\u003c\/h3\u003e\n\n\u003cp class=\"faq-a\"\u003eYes, the patch features waterproof and sweatproof properties, ensuring it stays fully in place even through rough water activities and daily showers.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-q\"\u003e💪 Does this patch restrict arm or shoulder movement?\u003c\/h3\u003e\n\n\u003cp class=\"faq-a\"\u003eNo. It is made from high-elastic fabric that stretches and contracts naturally alongside your muscles, giving you unlimited movement and athletic flexibility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Stealth Black \/ 6 Patches (Starter Pack)","offer_id":64622741193075,"sku":"0909-17075281","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Natural Beige \/ 6 Patches (Starter Pack)","offer_id":64622741225843,"sku":"0909-17079099","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Stealth Black \/ 🔥 12 Patches (Save 20%)","offer_id":64622741258611,"sku":"0909-17076642","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Natural Beige \/ 🔥 12 Patches (Save 20%)","offer_id":64622741291379,"sku":"0909-17070870","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Stealth Black \/ ⭐ 24 Patches (Stock Up • Save 40%) – Best Value","offer_id":64622741324147,"sku":"0909-17070903","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Natural Beige \/ ⭐ 24 Patches (Stock Up • Save 40%) – Best Value","offer_id":64622741356915,"sku":"0909-17075855","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/6b5d210bd166c59fd7f880bf25b5f3f5.jpg?v=1788945099","url":"https:\/\/woyuosn.com\/products\/high-stretch-shoulder-kinesiology-tape","provider":"Woyuosn","version":"1.0","type":"link"}