{"product_id":"ergonomic-car-neck-support","title":"Ergonomic Car Neck Support","description":"\u003c!--\n[AI Design Logic]\n产品类型：奢华人体工学车载真皮护颈枕\n目标受众：高端车主、长途驾驶者、商务出行人士、注重车内美学与舒适度的人群\n视觉风格：现代奢华、德系豪华轿车内饰感（极简、高质感、黑灰金\/红点缀）\n配色策略：主色为曜石黑（#111111）代表纳帕真皮的深邃，点缀色为极速红（#BD141C）代表跑车级的动感，背景采用科技浅灰（#F5F5F7）与纯白\n模块顺序：\n  1. Hero \/ Intro（高奢格调，建立第一视觉锚点）\n  2. Feature 1: 纳帕打孔真皮工艺（核心材质，解决闷热）\n  3. Feature 2: 3D马鞍形工学支撑（功能事实，缓解疲劳）\n  4. Feature 3: 加宽加厚无损调节带（稳定性，安装展示）\n  5. Specifications（规格参数明细）\n  6. FAQ（解答日常使用与皮革保养）\n详情图映射：\n  - Hero Area = detail_5 (原车配套高奢视觉，双座椅效果，极具视觉冲击力)\n  - Feature 1 (Material) = detail_3 (微距特写，突出数字打孔与纵向缝线质感)\n  - Feature 2 (Ergonomics) = detail_2 (人模实车场景，展示头部支撑接触状态与放松表情)\n  - Feature 3 (Installation) = detail_4 (座椅后部特写，展示加宽松紧带与双调节扣细节)\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- CSS Design System --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #111111;\n      --primary-hover: #2d2d2d;\n      --accent: #BD141C;\n      --text-main: #1d1d1f;\n      --text-sub: #6e6e73;\n      --bg-body: #ffffff;\n      --bg-card: #f5f5f7;\n      --bg-soft: #fafafa;\n      --border-color: #e5e5e7;\n      --radius-sm: 4px;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.04);\n      --shadow-lg: 0 10px 30px rgba(0,0,0,0.08);\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 24px;\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      -webkit-font-smoothing: antialiased;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Common Typography *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container p {\n      margin: 0;\n    }\n\n    \/* Universal Image Container Style A (Natural Fluid) *\/\n    .pd-img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Universal Image Container Style B (Fixed Aspect Ratio with Placeholder) *\/\n    .pd-image-placeholder {\n      width: 100%;\n      aspect-ratio: 16 \/ 10;\n      background-color: var(--bg-card);\n      border: 1px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 16px;\n      color: var(--text-sub);\n      font-weight: 500;\n      text-align: center;\n      padding: 20px;\n      box-sizing: border-box;\n    }\n\n    \/* Spacing system *\/\n    .pd-section-gap {\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n\n    \/* Non-clickable Visual Badges *\/\n    .pd-badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 6px 14px;\n      background-color: var(--bg-card);\n      border-radius: 50px;\n      font-size: 14px;\n      font-weight: 600;\n      color: var(--primary);\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      margin-bottom: 16px;\n      border: 1px solid var(--border-color);\n    }\n\n    .pd-badge-accent {\n      background-color: rgba(189, 20, 28, 0.08);\n      color: var(--accent);\n      border: 1px solid rgba(189, 20, 28, 0.2);\n    }\n\n    \/* --- HERO AREA --- *\/\n    .pd-hero {\n      text-align: center;\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .pd-hero-title {\n      font-size: clamp(32px, 5vw, 48px);\n      font-weight: 800;\n      line-height: 1.15;\n      letter-spacing: -0.03em;\n      color: var(--primary);\n      max-width: 850px;\n      margin: 0 auto 16px;\n    }\n\n    .pd-hero-sub {\n      font-size: clamp(18px, 2.5vw, 22px);\n      color: var(--text-sub);\n      max-width: 650px;\n      margin: 0 auto 32px;\n      line-height: 1.5;\n    }\n\n    .pd-hero-trust-tag {\n      font-size: 16px;\n      font-weight: 500;\n      color: var(--accent);\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      margin-bottom: 24px;\n    }\n\n    .pd-hero-media {\n      margin-top: 16px;\n    }\n\n    \/* --- FEATURE SECTIONS --- *\/\n    .pd-feature-row {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(24px, 5vw, 48px);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature-row {\n        flex-direction: row;\n      }\n      .pd-feature-row.pd-reverse {\n        flex-direction: row-reverse;\n      }\n      .pd-feature-col {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    .pd-feature-copy {\n      padding: 10px 0;\n    }\n\n    .pd-feature-title {\n      font-size: clamp(24px, 3.5vw, 32px);\n      font-weight: 700;\n      line-height: 1.25;\n      letter-spacing: -0.02em;\n      color: var(--primary);\n      margin-bottom: 16px;\n    }\n\n    .pd-feature-desc {\n      font-size: 18px;\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin-bottom: 24px;\n    }\n\n    \/* Key bullet elements in features *\/\n    .pd-bullet-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n\n    .pd-bullet-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n      margin-bottom: 16px;\n      font-size: 17px;\n      line-height: 1.5;\n      color: var(--text-main);\n    }\n\n    .pd-bullet-icon {\n      flex-shrink: 0;\n      width: 22px;\n      height: 22px;\n      border-radius: 50%;\n      background-color: var(--bg-card);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 12px;\n      color: var(--accent);\n      font-weight: bold;\n    }\n\n    \/* --- SPECIFICATIONS SECTION --- *\/\n    .pd-specs-section {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: clamp(32px, 6vw, 64px) clamp(20px, 4vw, 48px);\n      border: 1px solid var(--border-color);\n    }\n\n    .pd-specs-wrapper {\n      max-width: 900px;\n      margin: 0 auto;\n      width: 100%;\n    }\n\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n\n    .pd-specs-table th {\n      padding: 16px 0;\n      font-size: 20px;\n      font-weight: 700;\n      border-bottom: 2px solid var(--primary);\n      color: var(--primary);\n    }\n\n    .pd-specs-table td {\n      padding: 18px 12px 18px 0;\n      font-size: 17px;\n      border-bottom: 1px solid var(--border-color);\n      line-height: 1.4;\n    }\n\n    .pd-specs-table td:first-child {\n      font-weight: 600;\n      color: var(--primary);\n      width: 35%;\n    }\n\n    .pd-specs-table td:last-child {\n      color: var(--text-sub);\n    }\n\n    \/* Mobile Responsive Table Override *\/\n    @media (max-width: 767px) {\n      .pd-specs-table, \n      .pd-specs-table tbody, \n      .pd-specs-table tr, \n      .pd-specs-table td {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n      .pd-specs-table thead {\n        display: none;\n      }\n      .pd-specs-table tr {\n        padding: 12px 0;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .pd-specs-table td {\n        border-bottom: none;\n        padding: 4px 0;\n      }\n      .pd-specs-table td:first-child {\n        font-size: 15px;\n        color: var(--text-sub);\n        text-transform: uppercase;\n        letter-spacing: 0.03em;\n        width: 100%;\n      }\n      .pd-specs-table td:last-child {\n        font-size: 18px;\n        font-weight: 600;\n        color: var(--primary);\n        padding-bottom: 8px;\n      }\n    }\n\n    \/* --- FAQ SECTION --- *\/\n    .pd-faq-section {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .pd-faq-section-title {\n      font-size: clamp(24px, 4vw, 36px);\n      font-weight: 800;\n      text-align: center;\n      margin-bottom: 40px;\n      letter-spacing: -0.02em;\n    }\n\n    .pd-faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 24px 0;\n    }\n\n    .pd-faq-question {\n      font-size: 19px;\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 12px;\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n    }\n\n    .pd-faq-answer {\n      font-size: 17px;\n      line-height: 1.65;\n      color: var(--text-sub);\n      padding-left: 28px;\n    }\n\n    .pd-faq-icon-q {\n      color: var(--accent);\n      font-weight: 800;\n      font-size: 18px;\n    }\n\u003c\/style\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003cheader class=\"pd-hero pd-section-gap\"\u003e\n\u003cdiv class=\"pd-hero-trust-tag\"\u003e\n\u003cspan style=\"font-size: 18px;\"\u003e★\u003c\/span\u003e Professional Cabin Ergonomics\u003c\/div\u003e\n\n\u003ch1 class=\"pd-hero-title\"\u003eFirst-Class Luxury Comfort, Engineered For Every Drive\u003c\/h1\u003e\n\n\u003cp class=\"pd-hero-sub\"\u003eElevate your daily commute and long road trips with custom-contoured support designed to seamlessly integrate with premium automotive interiors.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img87\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260814150626\/83eafd52a3bc90a9e82a891bb02f5e6c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\n\u003csection class=\"pd-feature-row pd-section-gap\"\u003e\n\u003cdiv class=\"pd-feature-col\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img88\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260814150626\/41b9093681162e219f84be2592e9bd33.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-col pd-feature-copy\"\u003e\n\u003cspan class=\"pd-badge pd-badge-accent\"\u003ePremium Materials\u003c\/span\u003e\n\n\u003ch2 class=\"pd-feature-title\"\u003ePerforated Napa Leather Craftsmanship\u003c\/h2\u003e\n\n\u003cp class=\"pd-feature-desc\"\u003eMeticulously tailored to match luxury cabin designs, the premium outer shell offers a sophisticated tactile feel that looks like an original factory option.\u003c\/p\u003e\n\n\u003cul class=\"pd-bullet-list\"\u003e\n\t\u003cli class=\"pd-bullet-item\"\u003e\n\u003cspan class=\"pd-bullet-icon\"\u003e✓\u003c\/span\u003e\n\n\t\u003cdiv\u003e\n\u003cstrong\u003eDigital Perforation:\u003c\/strong\u003e Fine-hole micro-ventilation prevents heat buildup and maintains breathable comfort across all seasons.\u003c\/div\u003e\n\t\u003c\/li\u003e\n\t\u003cli class=\"pd-bullet-item\"\u003e\n\u003cspan class=\"pd-bullet-icon\"\u003e✓\u003c\/span\u003e\n\t\u003cdiv\u003e\n\u003cstrong\u003eVertical Sport Quilting:\u003c\/strong\u003e Classic precision stitching provides dimensional structural hold and a striking sport-luxe aesthetic.\u003c\/div\u003e\n\t\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. FEATURE SECTION 2: Ergonomic Support --\u003e\n\n\u003csection class=\"pd-feature-row pd-reverse pd-section-gap\"\u003e\n\u003cdiv class=\"pd-feature-col\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img89\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260814150626\/42dc8afd4bf0600b47dd24af3aa5b2a4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-col pd-feature-copy\"\u003e\n\u003cspan class=\"pd-badge\"\u003eErgonomics\u003c\/span\u003e\n\n\u003ch2 class=\"pd-feature-title\"\u003eContoured Support, Reduced Fatigue\u003c\/h2\u003e\n\n\u003cp class=\"pd-feature-desc\"\u003eDesigned with a 3D saddle-shaped dynamic curve to naturally cradle your neck and skull, effectively distributing stress away from the spine.\u003c\/p\u003e\n\n\u003cul class=\"pd-bullet-list\"\u003e\n\t\u003cli class=\"pd-bullet-item\"\u003e\n\u003cspan class=\"pd-bullet-icon\"\u003e✓\u003c\/span\u003e\n\n\t\u003cdiv\u003e\n\u003cstrong\u003eCervical Alignment:\u003c\/strong\u003e Gently fills the empty space between the seat back and your headrest to secure proper posture.\u003c\/div\u003e\n\t\u003c\/li\u003e\n\t\u003cli class=\"pd-bullet-item\"\u003e\n\u003cspan class=\"pd-bullet-icon\"\u003e✓\u003c\/span\u003e\n\t\u003cdiv\u003e\n\u003cstrong\u003eSlow-Rebound Memory Core:\u003c\/strong\u003e Responsive inner cushioning absorbs heavy G-force vibration and road bumps during motion.\u003c\/div\u003e\n\t\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. FEATURE SECTION 3: Installation \u0026 Secure Fit --\u003e\n\n\u003csection class=\"pd-feature-row pd-section-gap\"\u003e\n\u003cdiv class=\"pd-feature-col\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img91\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260814151045\/0e01e27e6779d5b5b1e40c2d065b0682.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-col pd-feature-copy\"\u003e\n\u003cspan class=\"pd-badge\"\u003eSecure Fit\u003c\/span\u003e\n\n\u003ch2 class=\"pd-feature-title\"\u003eSlip-Proof, Fully Adjustable Strap\u003c\/h2\u003e\n\n\u003cp class=\"pd-feature-desc\"\u003eEngineered to stay exactly where you position it. No sagging, no vertical sliding, and absolutely no shifting during dynamic maneuvers.\u003c\/p\u003e\n\n\u003cul class=\"pd-bullet-list\"\u003e\n\t\u003cli class=\"pd-bullet-item\"\u003e\n\u003cspan class=\"pd-bullet-icon\"\u003e✓\u003c\/span\u003e\n\n\t\u003cdiv\u003e\n\u003cstrong\u003eWidened Elastic Tensioner:\u003c\/strong\u003e Features a thick, flat horizontal weave that distributes band pressure evenly across the back of the seat.\u003c\/div\u003e\n\t\u003c\/li\u003e\n\t\u003cli class=\"pd-bullet-item\"\u003e\n\u003cspan class=\"pd-bullet-icon\"\u003e✓\u003c\/span\u003e\n\t\u003cdiv\u003e\n\u003cstrong\u003eDual Locking Adjusters:\u003c\/strong\u003e Easily adapt the band length to securely fit a wide range of standard and performance vehicle seats.\u003c\/div\u003e\n\t\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection class=\"pd-specs-section pd-section-gap\"\u003e\n\u003cdiv class=\"pd-specs-wrapper\"\u003e\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth colspan=\"2\"\u003eProduct Specifications\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\u003eOuter Material\u003c\/td\u003e\n\t\t\t\u003ctd\u003eNapa Leather (Perforated Panel \u0026amp; Smooth Accents)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eCore Material\u003c\/td\u003e\n\t\t\t\u003ctd\u003eHigh-Density Slow-Rebound Memory Foam\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMounting Style\u003c\/td\u003e\n\t\t\t\u003ctd\u003eHorizontal High-Elasticity Strap with Adjustable Safety Buckles\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eApplicability\u003c\/td\u003e\n\t\t\t\u003ctd\u003eUniversal fit for standard driver and passenger car seats\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eCare Method\u003c\/td\u003e\n\t\t\t\u003ctd\u003eWipe surface gently with a damp microfiber cloth or leather-specific cleaner\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pd-faq-section pd-section-gap\"\u003e\n\u003ch2 class=\"pd-faq-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003e\n\u003cspan class=\"pd-faq-icon-q\"\u003eQ\u003c\/span\u003e \u003cspan\u003eWill this support pillow fit my specific car model?\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eYes. The pillow features a highly elastic, widened strap equipped with dual adjustment buckles, making it compatible with over 99% of standard car seats that feature accessible headrest posts or standard backing.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003e\n\u003cspan class=\"pd-faq-icon-q\"\u003eQ\u003c\/span\u003e \u003cspan\u003eDoes the leather get hot or sweaty during summer drives?\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eWe utilize perforated Napa leather on the primary contact area. This digital perforation design allows air to flow naturally, minimizing sweat buildup and keeping your neck comfortable even during hot weather.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003e\n\u003cspan class=\"pd-faq-icon-q\"\u003eQ\u003c\/span\u003e \u003cspan\u003eHow do I clean and maintain the Napa leather surface?\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eNapa leather is highly resilient. For routine cleaning, simply wipe it down with a slightly damp microfiber towel. To preserve the soft texture and sheen, you can occasionally apply a standard automotive leather conditioner. Avoid machine washing or submersing the entire pillow in water.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Bordeaux Red \/ 1 PC (Driver Seat)","offer_id":50256333340912,"sku":"0814-18156774","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Ivory White \/ 1 PC (Driver Seat)","offer_id":50256333373680,"sku":"0814-18158929","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Onyx Black \/ 1 PC (Driver Seat)","offer_id":50256333406448,"sku":"0814-18154037","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Saddle Brown \/ 1 PC (Driver Seat)","offer_id":50256333439216,"sku":"0814-18153628","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Amber Orange \/ 1 PC (Driver Seat)","offer_id":50256333471984,"sku":"0814-18154264","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Bordeaux Red \/ 2 PCs (Front Seats Pair - Save 10%)","offer_id":50256333504752,"sku":"0814-18153379","price":35.91,"currency_code":"USD","in_stock":true},{"title":"Ivory White \/ 2 PCs (Front Seats Pair - Save 10%)","offer_id":50256333537520,"sku":"0814-18150370","price":35.91,"currency_code":"USD","in_stock":true},{"title":"Onyx Black \/ 2 PCs (Front Seats Pair - Save 10%)","offer_id":50256333570288,"sku":"0814-18157441","price":35.91,"currency_code":"USD","in_stock":true},{"title":"Saddle Brown \/ 2 PCs (Front Seats Pair - Save 10%)","offer_id":50256333603056,"sku":"0814-18157640","price":35.91,"currency_code":"USD","in_stock":true},{"title":"Amber Orange \/ 2 PCs (Front Seats Pair - Save 10%)","offer_id":50256333635824,"sku":"0814-18154690","price":35.91,"currency_code":"USD","in_stock":true},{"title":"Bordeaux Red \/ 4 PCs (Full Car Upgrade - Save 15%)","offer_id":50256333668592,"sku":"0814-18151950","price":67.83,"currency_code":"USD","in_stock":true},{"title":"Ivory White \/ 4 PCs (Full Car Upgrade - Save 15%)","offer_id":50256333701360,"sku":"0814-18155297","price":67.83,"currency_code":"USD","in_stock":true},{"title":"Onyx Black \/ 4 PCs (Full Car Upgrade - Save 15%)","offer_id":50256333734128,"sku":"0814-18155249","price":67.83,"currency_code":"USD","in_stock":true},{"title":"Saddle Brown \/ 4 PCs (Full Car Upgrade - Save 15%)","offer_id":50256333766896,"sku":"0814-18155743","price":67.83,"currency_code":"USD","in_stock":true},{"title":"Amber Orange \/ 4 PCs (Full Car Upgrade - Save 15%)","offer_id":50256333799664,"sku":"0814-18154997","price":67.83,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3177\/9056\/files\/83eafd52a3bc90a9e82a891bb02f5e6c.jpg?v=1786702597","url":"https:\/\/cozyllio.com\/products\/ergonomic-car-neck-support","provider":"Cozyllio","version":"1.0","type":"link"}