{"product_id":"fast-acting-pain-patch","title":"Fast Acting Pain Patch","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Healthcare \/ Pain Relief Patches\nTarget Audience: Individuals suffering from muscle aches, joint pain, or everyday soreness seeking non-invasive relief.\nVisual Style: Clean, trustworthy, and soothing. Medical-grade professionalism blended with consumer-friendly comfort.\nColor Strategy: \n  - Primary: #0284c7 (Soothing Medical Blue) to establish trust and cleanliness.\n  - Accent: #ea580c (Warm Therapeutic Orange) to represent the effective heat therapy.\n  - Background: #ffffff and #f8fafc (Soft Slate) for maximum readability.\nShape Strategy: Radius 16px. Extremely soft and rounded corners to psychologically convey skin-friendly, safe, and comfortable properties.\nTypography Strategy: Large Type \/ Mobile-first readable. High line-heights for easy scanning by all age groups.\nMobile Table Strategy: Card-based. Absolute zero horizontal scrolling. Uses data-labels for clear key-value pairing.\nImage Mapping: Hero=image_1, Targeted Relief=image_2, Heat Therapy=image_3, Flexibility=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 0) Typography \u0026 Spacing System *\/\n    .product-detail-container {\n      \/* CSS Variables *\/\n      --primary: #0284c7;\n      --primary-hover: #0369a1;\n      --accent-heat: #ea580c;\n      --text-main: #0f172a;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --radius-md: 12px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -4px rgba(0, 0, 0, 0.05);\n      --border-color: #e2e8f0;\n\n      \/* Structural safety *\/\n      box-sizing: border-box;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      \n      \/* Anti-overflow text rules *\/\n      overflow-wrap: break-word;\n      word-break: break-word;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    .product-detail-container * {\n      box-sizing: inherit;\n    }\n\n    \/* Typography Sizes *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1.5rem 0;\n      color: var(--text-main);\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    .product-detail-container ul {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n      padding-left: 1.5rem;\n    }\n\n    .product-detail-container li {\n      margin-bottom: 0.75rem;\n    }\n\n    \/* Real Image Rules - Natural Flowing *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Placeholder Styling for AI rendering *\/\n    .media-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      background-color: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: 1.2rem;\n      font-weight: 600;\n      text-align: center;\n      padding: 1rem;\n    }\n\n    \/* Spacing \u0026 Layout Utilities *\/\n    .section-spacing {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n\n    \/* Non-interactive Badge *\/\n    .static-badge {\n      display: inline-block;\n      padding: 0.75rem 1.25rem;\n      background-color: var(--bg-card);\n      color: var(--primary);\n      font-size: 16px;\n      font-weight: 700;\n      border-radius: 50px;\n      border: 1px solid var(--border-color);\n    }\n\n    .static-badge.highlight {\n      background-color: #fff7ed;\n      color: var(--accent-heat);\n      border-color: #fed7aa;\n    }\n\n    \/* --- Hero Section --- *\/\n    .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      padding-top: clamp(1rem, 4vw, 3rem);\n    }\n\n    \/* --- Features Layout (Mobile Ordering Lock) --- *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* MOBILE FIRST: Media top, Copy bottom *\/\n      gap: 2rem;\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n      background-color: var(--bg-body);\n      border-radius: var(--radius-lg);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-copy h2 {\n      color: var(--primary);\n    }\n\n    \/* Desktop Z-Pattern Enhancement *\/\n    @media (min-width: 768px) {\n      .hero-section {\n        flex-direction: row;\n        align-items: center;\n      }\n      .hero-content, .hero-media {\n        flex: 1;\n      }\n      .feature-item {\n        flex-direction: row; \/* Z-Pattern active *\/\n        align-items: center;\n        gap: 4rem;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n    }\n\n    \/* --- Specifications Table (Card-based on Mobile) --- *\/\n    .specs-section {\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-section h2 {\n      text-align: center;\n      margin-bottom: 2rem;\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    \/* Desktop Table Styles *\/\n    @media (min-width: 768px) {\n      .specs-table th, .specs-table td {\n        padding: 1.25rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 18px;\n      }\n      .specs-table th {\n        font-weight: 700;\n        color: var(--text-main);\n        width: 35%;\n      }\n      .specs-table td {\n        color: var(--text-sub);\n      }\n      .specs-table tbody tr:last-child td,\n      .specs-table tbody tr:last-child th {\n        border-bottom: none;\n      }\n    }\n\n    \/* Mobile Card-based Table (Anti-scroll) *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      \n      .specs-table thead {\n        display: none; \/* Hide native header *\/\n      }\n      \n      .specs-table tr {\n        background-color: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1rem;\n        box-shadow: var(--shadow-sm);\n      }\n      \n      .specs-table td {\n        display: flex;\n        flex-direction: column;\n        padding: 0.5rem 0;\n        font-size: 18px;\n        color: var(--text-sub);\n        border-bottom: 1px solid #f1f5f9;\n      }\n\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      \n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-bottom: 0.25rem;\n        font-size: 16px;\n      }\n    }\n\n    \/* --- FAQ Section --- *\/\n    .faq-section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n    }\n\n    .faq-section h2 {\n      text-align: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    .faq-item {\n      margin-bottom: 2rem;\n      padding-bottom: 2rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n\n    .faq-question {\n      font-size: clamp(20px, 2.5vw, 22px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.75rem;\n      position: relative;\n      padding-left: 2rem;\n    }\n\n    .faq-question::before {\n      content: \"Q.\";\n      position: absolute;\n      left: 0;\n      color: var(--primary);\n    }\n\n    .faq-answer {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      padding-left: 2rem;\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\n\u003cdiv class=\"static-badge\"\u003eDermatologist Tested\u003c\/div\u003e\n\n\u003cdiv class=\"static-badge highlight\"\u003eUp to 8 Hours Relief\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eFast, Targeted Pain Relief Where You Need It Most\u003c\/h1\u003e\n\n\u003cp\u003eAdvanced heat therapy patches designed to soothe back, neck, shoulder, and joint discomfort instantly. Experience clean, flexible, and long-lasting comfort throughout your busy day.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003c!-- Image Placeholder --\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314154606\/dae3960937544c555ef1059fcad17bd6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-wrapper section-spacing\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314154606\/5bd69432a5d6653a1c9d07097d1314d5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePinpoint Accuracy for Sore Muscles\u003c\/h2\u003e\n\n\u003ch3\u003eDesigned for your anatomy\u003c\/h3\u003e\n\n\u003cp\u003eDon't let daily soreness hold you back. Our patches are specifically shaped to contour flawlessly to your back, neck, shoulders, knees, wrists, and ankles.\u003c\/p\u003e\n\n\u003cp\u003eBy applying the patch directly over the source of your discomfort, you receive temporary, highly effective relief exactly where it hurts—allowing you to move freely and confidently.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314154606\/ea7c21dd20da3c6cea4ed1026673839e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDeep-Penetrating Heat Therapy\u003c\/h2\u003e\n\n\u003ch3\u003eFast-acting natural ingredients\u003c\/h3\u003e\n\n\u003cp\u003eFormulated with a powerful, scientifically-backed blend of camphor, menthol, and methyl salicylate. The heat patch begins working almost immediately upon application.\u003c\/p\u003e\n\n\u003cp\u003eIt delivers a comforting, deep-penetrating warmth that effectively increases localized blood flow, melting away muscle tension and easing joint stiffness without the need for pills.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314154606\/4da8ab2daf26d8d2c68b5cbc5c4d98d4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eFlexible, Clean \u0026amp; Long-Lasting\u003c\/h2\u003e\n\n\u003ch3\u003eMoves seamlessly with your body\u003c\/h3\u003e\n\n\u003cp\u003eCrafted from an ultra-thin, highly breathable fabric, the patch stays securely in place whether you are sitting at a desk or engaged in a heavy workout.\u003c\/p\u003e\n\n\u003cp\u003eEnjoy up to 8 hours of consistent comfort. The non-sticky formula leaves absolutely no residue on your skin, and the light, refreshing scent naturally fades away, making it perfect for discreet everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"specs-section section-spacing\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePatch Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e10 cm x 14 cm (3.9 in x 5.5 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eWeight Per Patch\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e5.0 g (0.2 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eActive Ingredients\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eCamphor, Menthol, Methyl Salicylate\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDuration of Relief\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eUp to 8 continuous hours\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eTarget Areas\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eBack, Neck, Shoulders, Knees, Wrists, Ankles\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eStorage Recommendation\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eStore below 25°C (77°F) away from direct sunlight\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow quickly does the heat therapy start working?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYou will typically begin to feel a soothing, warming sensation within 5 to 10 minutes of application. This therapeutic heat gradually increases to provide deep muscle and joint relief.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I wear this patch while exercising or working out?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsolutely. The patch is constructed from a highly flexible, breathable fabric that adheres securely to your skin. It moves seamlessly with your body, making it ideal for active lifestyles.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the scent overpowering or noticeable to others?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNot at all. While the patch initially has a mild, refreshing scent derived from its active ingredients (like menthol), this scent naturally and quickly fades after application, ensuring discreet use anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Martivex","offers":[{"title":"⚪ 1 Box (7 Count)","offer_id":51174095028519,"sku":"0320-17424883","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔴 3 Boxes (21 Count) - Buy 2 Get 1 Free","offer_id":51174095061287,"sku":"0320-17423805","price":24.95,"currency_code":"USD","in_stock":true},{"title":"💎 5 Boxes (35 Count) - Buy 3 Get 2 Free","offer_id":51174095094055,"sku":"0320-17426302","price":36.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/0865\/4631\/files\/dae3960937544c555ef1059fcad17bd6.jpg?v=1773999822","url":"https:\/\/martivex.com\/products\/fast-acting-pain-patch","provider":"Martivex","version":"1.0","type":"link"}