{"product_id":"cozy-flannel-holiday-blanket","title":"Cozy Flannel Holiday Blanket","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Cozy Flannel Holiday Blanket\nTarget Audience: Holiday shoppers, home decor enthusiasts, seasonal gift buyers\nVisual Style: Warm, festive, premium cozy home vibes\nColor Strategy: Rich Festive Red (#c21807) as primary, Warm Soft Cream (#fdfbf7) for card background, and Deep Charcoal (#1a1a1a) for readable text\nModule Order: Hero Section -\u003e Core Features -\u003e Use Scenarios -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_9, Feature1=detail_4, Feature2=detail_1, Feature3=detail_2\nSpecification Data Source: detail_6 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (no comparative data provided in source materials)\nInformation Boundary: Strictly relies on provided details. Flannel material, machine washable, lightweight\/breathable characteristics, and specific sizes from raw data are used. No speculative durability or non-provided material features are claimed.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #c21807;\n      --primary-hover: #a01005;\n      --text-main: #1a1a1a;\n      --text-sub: #4a4a4a;\n      --bg-body: #ffffff;\n      --bg-card: #fdfbf7;\n      --bg-soft: #f4f4f4;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.05);\n      --border-color: #e5e5e5;\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, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Typography System (Strictly Fixed Sizes) *\/\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      margin: 0 0 16px 0;\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-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      margin: 0 0 16px 0;\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    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* Helper Styles *\/\n    .text-center {\n      text-align: center;\n    }\n\n    \/* Non-clickable Badges \u0026 Tags *\/\n    .badge-container {\n      margin-bottom: 16px;\n    }\n\n    .badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: #ffffff !important;\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600 !important;\n    }\n\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 12px;\n    }\n\n    .tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main) !important;\n      padding: 4px 12px;\n      border-radius: 4px;\n      font-weight: 500 !important;\n    }\n\n    \/* Image Placeholders *\/\n    .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      padding: clamp(2rem, 8vw, 4rem) 1rem;\n      text-align: center;\n      font-weight: 500;\n      color: var(--text-sub);\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      gap: 8px;\n      margin-bottom: 20px;\n    }\n\n    \/* Hero Block *\/\n    .hero-block {\n      background-color: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    \/* Feature Sections *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      padding: clamp(1rem, 3vw, 2rem);\n    }\n\n    \/* Desktop Features (Alternating Layout) *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        display: flex;\n        align-items: center;\n        gap: 40px;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    \/* Mobile Features (Image First Lock) *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        display: flex;\n        flex-direction: column;\n        gap: 20px;\n      }\n      .feature-media, .feature-copy {\n        width: 100%;\n      }\n    }\n\n    \/* Specifications *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n\n    .spec-table td {\n      padding: 16px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-prop {\n      font-weight: 600 !important;\n      color: var(--text-main);\n      width: 30%;\n    }\n\n    .warning-text {\n      color: var(--primary) !important;\n      font-weight: 600 !important;\n      display: block;\n      margin-top: 4px;\n    }\n\n    \/* Specifications Mobile Layout *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n      }\n      .spec-table tr {\n        border-bottom: 1px solid var(--border-color);\n        padding: 12px 0;\n      }\n      .spec-table td {\n        display: block;\n        width: 100%;\n        padding: 4px 0;\n        border: none;\n      }\n      .spec-prop {\n        font-weight: 700 !important;\n        margin-bottom: 4px;\n        width: 100%;\n      }\n      .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      background-color: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-container {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-top: 20px;\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 16px;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n    }\n\n    .faq-answer {\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-block text-center\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eCozy \u0026amp; Warm Everyday Comfort\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eWarm Up Your Holidays with Premium Festive Softness\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eWrap yourself in double-sided flannel designed for holiday comfort, seasonal home decoration, and winter lounging.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825163606\/f07bd14a7f507ab581c17c7fdbca0372.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825161759\/09c0b82212de19aae38282af4e61e24f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eFluffy, Soft, and Gentle on Skin\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eCrafted with high-density flannel fabric that offers a smooth, gentle touch. Designed with neat stitching to resist shedding and pilling, giving you lasting comfort for repeated daily use.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eGentle \u0026amp; Smooth\u003c\/span\u003e \u003cspan class=\"tag\"\u003eNo Pilling\u003c\/span\u003e \u003cspan class=\"tag\"\u003eNo Shedding\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Machine Washing --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img66\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825161759\/938dc376e87e8dccc5cc058db57a2e99.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eDurable Fabric Made for Simple Care\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eKeep your blanket clean and fresh with effortless maintenance. Designed to support convenient machine washing while maintaining its lightweight, breathable warmth and vibrant festive holiday colors.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eMachine Wash Safe\u003c\/span\u003e \u003cspan class=\"tag\"\u003eLightweight\u003c\/span\u003e \u003cspan class=\"tag\"\u003eBreathable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Everyday Companionship --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img67\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825161759\/db7af60d56aac550dc7d830d1842723e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eComfort That Follows You Everywhere\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eA versatile companion for cold days. Easily fold and carry it wherever you relax—ideal for lounging on the sofa, keeping warm during travels, taking quick office naps, or laying on your bed.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eSofa Cozying\u003c\/span\u003e \u003cspan class=\"tag\"\u003eNap Blanket\u003c\/span\u003e \u003cspan class=\"tag\"\u003eTravel Companion\u003c\/span\u003e \u003cspan class=\"tag\"\u003eBed Blanket\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eSpecifications\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-prop\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eDouble-sided Flannel Fabric\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-prop\"\u003eAvailable Sizes\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\n\u003cspan class=\"spec-value\"\u003e100 x 150 cm (approx. 39.4 x 59.1 in)\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e130 x 150 cm (approx. 51.2 x 59.1 in)\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e150 x 200 cm (approx. 59.1 x 78.7 in)\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e180 x 200 cm (approx. 70.9 x 78.7 in)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-prop\"\u003eTheme Options\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e Christmas Quote Patchwork ,\u003cspan class=\"spec-value\"\u003eChristmas Vacation ,The Santa Clause.\u003c\/span\u003e\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-prop\"\u003eCare Instructions\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eMachine washable, air dry or tumble dry low. Do not bleach.\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!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow should I wash and care for this flannel blanket?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe blanket is fully machine washable. Its high-density durable fabric is specifically designed to resist shedding and pilling, keeping it gentle and smooth even after repeated washing.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWhat size blanket is best suited for my needs?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eWe offer four distinct sizes. We highly recommend selecting our larger dimensions starting from 130x150cm to ensure full, comfortable coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eIs the blanket heavy or lightweight?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis blanket features a lightweight and breathable flannel design. It provides excellent warmth retention without feeling heavy or bulky, making it easy to carry, fold, and travel with.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Christmas Quote Patchwork \/ 40\" x 60\" (100x150cm)","offer_id":52335292317916,"sku":"0826-15261293","price":24.95,"currency_code":"USD","in_stock":true},{"title":"The Santa Clause \/ 40\" x 60\" (100x150cm)","offer_id":52335292350684,"sku":"0826-15265365","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Christmas Vacation \/ 40\" x 60\" (100x150cm)","offer_id":52335292383452,"sku":"0826-15268683","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Christmas Quote Patchwork \/ 50\" x 60\" (130x150cm)","offer_id":52335292416220,"sku":"0826-15266011","price":29.95,"currency_code":"USD","in_stock":true},{"title":"The Santa Clause \/ 50\" x 60\" (130x150cm)","offer_id":52335292448988,"sku":"0826-15264922","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Christmas Vacation \/ 50\" x 60\" (130x150cm)","offer_id":52335292481756,"sku":"0826-15262881","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Christmas Quote Patchwork \/ 60\" x 80\" (150x200cm)","offer_id":52335292514524,"sku":"0826-15263203","price":39.95,"currency_code":"USD","in_stock":true},{"title":"The Santa Clause \/ 60\" x 80\" (150x200cm)","offer_id":52335292547292,"sku":"0826-15267018","price":39.95,"currency_code":"USD","in_stock":true},{"title":"Christmas Vacation \/ 60\" x 80\" (150x200cm)","offer_id":52335292580060,"sku":"0826-15265784","price":39.95,"currency_code":"USD","in_stock":true},{"title":"Christmas Quote Patchwork \/ 71\" x 78\"(180 x 200 cm)","offer_id":52335292612828,"sku":"0826-15263864","price":49.95,"currency_code":"USD","in_stock":true},{"title":"The Santa Clause \/ 71\" x 78\"(180 x 200 cm)","offer_id":52335292645596,"sku":"0826-15262108","price":49.95,"currency_code":"USD","in_stock":true},{"title":"Christmas Vacation \/ 71\" x 78\"(180 x 200 cm)","offer_id":52335292678364,"sku":"0826-15262221","price":49.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/5482\/4924\/files\/f07bd14a7f507ab581c17c7fdbca0372.jpg?v=1787729301","url":"https:\/\/cheerstash.com\/products\/cozy-flannel-holiday-blanket","provider":"Cheerstash","version":"1.0","type":"link"}