{"product_id":"floral-cozy-wearable-blanket-with-pockets","title":"Floral Cozy Wearable Blanket with Pockets","description":"\u003cstyle\u003e\n  .wearable-product-page {\n    --primary: #75556f;\n    --primary-dark: #533c4f;\n    --accent: #b7839f;\n    --soft-bg: #faf7f9;\n    --warm-bg: #f8f3ee;\n    --text: #2f2b2e;\n    --muted: #6e666c;\n    --border: #eadfe6;\n\n    max-width: 920px;\n    margin: 0 auto;\n    padding: 20px;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--text);\n    line-height: 1.7;\n    box-sizing: border-box;\n  }\n\n  .wearable-product-page * {\n    box-sizing: border-box;\n  }\n\n  .wearable-product-page h2,\n  .wearable-product-page h3,\n  .wearable-product-page p {\n    margin-top: 0;\n  }\n\n  \/* Hero Section *\/\n  .wearable-hero {\n    text-align: center;\n    padding: 38px 26px;\n    background: linear-gradient(135deg, #fbf7fa 0%, #f4ebf1 100%);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    margin-bottom: 32px;\n  }\n\n  .wearable-badge {\n    display: inline-block;\n    padding: 7px 15px;\n    margin-bottom: 16px;\n    background: #ffffff;\n    color: var(--primary);\n    border: 1px solid #e4d3de;\n    border-radius: 50px;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n  }\n\n  .wearable-hero h2 {\n    max-width: 720px;\n    margin: 0 auto 14px;\n    font-size: 34px;\n    line-height: 1.25;\n    color: var(--primary-dark);\n  }\n\n  .wearable-hero-subtitle {\n    max-width: 690px;\n    margin: 0 auto 22px;\n    font-size: 17px;\n    color: var(--muted);\n  }\n\n  .wearable-quick-benefits {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n\n  .wearable-quick-benefits span {\n    padding: 8px 13px;\n    background: #ffffff;\n    border-radius: 50px;\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--primary-dark);\n    box-shadow: 0 2px 8px rgba(83, 60, 79, 0.06);\n  }\n\n  \/* Section Titles *\/\n  .wearable-section {\n    margin: 42px 0;\n  }\n\n  .wearable-section-title {\n    margin-bottom: 10px;\n    text-align: center;\n    font-size: 26px;\n    line-height: 1.35;\n    color: var(--primary-dark);\n  }\n\n  .wearable-section-intro {\n    max-width: 700px;\n    margin: 0 auto 24px;\n    text-align: center;\n    color: var(--muted);\n  }\n\n  \/* Benefit Cards *\/\n  .wearable-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .wearable-benefit-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    box-shadow: 0 5px 18px rgba(67, 47, 61, 0.05);\n  }\n\n  .wearable-benefit-icon {\n    margin-bottom: 10px;\n    font-size: 28px;\n  }\n\n  .wearable-benefit-card h3 {\n    margin-bottom: 7px;\n    font-size: 18px;\n    color: var(--primary-dark);\n  }\n\n  .wearable-benefit-card p {\n    margin-bottom: 0;\n    font-size: 15px;\n    color: var(--muted);\n  }\n\n  \/* Feature Box *\/\n  .wearable-highlight-box {\n    padding: 28px;\n    background: var(--warm-bg);\n    border-radius: 16px;\n  }\n\n  .wearable-highlight-box h3 {\n    margin-bottom: 18px;\n    text-align: center;\n    font-size: 23px;\n    color: var(--primary-dark);\n  }\n\n  .wearable-check-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 13px 20px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .wearable-check-list li {\n    position: relative;\n    padding-left: 30px;\n    font-size: 15px;\n  }\n\n  .wearable-check-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 22px;\n    height: 22px;\n    color: #ffffff;\n    background: var(--primary);\n    border-radius: 50%;\n    text-align: center;\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 22px;\n  }\n\n  \/* Lifestyle Uses *\/\n  .wearable-moment-grid {\n    display: grid;\n    grid-template-columns: repeat(5, minmax(0, 1fr));\n    gap: 10px;\n  }\n\n  .wearable-moment {\n    padding: 18px 10px;\n    text-align: center;\n    background: var(--soft-bg);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n  }\n\n  .wearable-moment span {\n    display: block;\n    margin-bottom: 7px;\n    font-size: 25px;\n  }\n\n  .wearable-moment p {\n    margin: 0;\n    font-size: 13px;\n    font-weight: 600;\n    line-height: 1.45;\n    color: var(--primary-dark);\n  }\n\n  \/* Color Options *\/\n  .wearable-color-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .wearable-color-card {\n    padding: 18px 10px;\n    text-align: center;\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    background: #ffffff;\n  }\n\n  .wearable-color-dot {\n    display: block;\n    width: 36px;\n    height: 36px;\n    margin: 0 auto 10px;\n    border: 3px solid #ffffff;\n    border-radius: 50%;\n    box-shadow: 0 0 0 1px #ddd;\n  }\n\n  .wearable-color-card strong {\n    display: block;\n    font-size: 14px;\n    color: var(--primary-dark);\n  }\n\n  .color-beige {\n    background: #c7aa89;\n  }\n\n  .color-gray {\n    background: #aaa8a9;\n  }\n\n  .color-rose {\n    background: #d4a0aa;\n  }\n\n  .color-lavender {\n    background: #aa90b7;\n  }\n\n  \/* Gift Section *\/\n  .wearable-gift-box {\n    padding: 30px;\n    text-align: center;\n    background: linear-gradient(135deg, #f9f3f6 0%, #f5eee9 100%);\n    border-radius: 16px;\n  }\n\n  .wearable-gift-box h3 {\n    margin-bottom: 10px;\n    font-size: 24px;\n    color: var(--primary-dark);\n  }\n\n  .wearable-gift-box p {\n    max-width: 680px;\n    margin: 0 auto;\n    color: var(--muted);\n  }\n\n  \/* Product Details Table *\/\n  .wearable-table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    border-radius: 12px;\n    border: 1px solid var(--border);\n  }\n\n  .wearable-info-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n    background: #ffffff;\n  }\n\n  .wearable-info-table th,\n  .wearable-info-table td {\n    padding: 14px 16px;\n    border-bottom: 1px solid var(--border);\n    text-align: left;\n  }\n\n  .wearable-info-table th {\n    width: 35%;\n    background: var(--soft-bg);\n    color: var(--primary-dark);\n    font-weight: 700;\n  }\n\n  .wearable-info-table tr:last-child th,\n  .wearable-info-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Care Box *\/\n  .wearable-care-box {\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n  }\n\n  .wearable-care-icon {\n    flex: 0 0 auto;\n    font-size: 30px;\n  }\n\n  .wearable-care-box h3 {\n    margin-bottom: 4px;\n    font-size: 19px;\n    color: var(--primary-dark);\n  }\n\n  .wearable-care-box p {\n    margin-bottom: 0;\n    color: var(--muted);\n  }\n\n  \/* Final CTA *\/\n  .wearable-final-cta {\n    margin-top: 42px;\n    padding: 36px 24px;\n    text-align: center;\n    color: #ffffff;\n    background: var(--primary-dark);\n    border-radius: 18px;\n  }\n\n  .wearable-final-cta h3 {\n    margin-bottom: 10px;\n    font-size: 27px;\n    color: #ffffff;\n  }\n\n  .wearable-final-cta p {\n    max-width: 650px;\n    margin: 0 auto 18px;\n    color: #f3eaf0;\n  }\n\n  .wearable-cta-line {\n    display: inline-block;\n    padding: 11px 20px;\n    background: #ffffff;\n    color: var(--primary-dark);\n    border-radius: 50px;\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n  @media (max-width: 768px) {\n    .wearable-product-page {\n      padding: 12px;\n    }\n\n    .wearable-hero {\n      padding: 30px 18px;\n    }\n\n    .wearable-hero h2 {\n      font-size: 27px;\n    }\n\n    .wearable-hero-subtitle {\n      font-size: 15px;\n    }\n\n    .wearable-section {\n      margin: 34px 0;\n    }\n\n    .wearable-section-title {\n      font-size: 23px;\n    }\n\n    .wearable-benefit-grid,\n    .wearable-check-list {\n      grid-template-columns: 1fr;\n    }\n\n    .wearable-moment-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .wearable-color-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .wearable-final-cta h3 {\n      font-size: 23px;\n    }\n  }\n\n  @media (max-width: 420px) {\n    .wearable-moment-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .wearable-quick-benefits span {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"wearable-product-page\"\u003e\n\n  \u003c!-- Hero --\u003e\n  \u003csection class=\"wearable-hero\"\u003e\n    \u003cdiv class=\"wearable-badge\"\u003eCozy Comfort, Wherever You Go\u003c\/div\u003e\n\n    \u003ch2\u003eThe Wearable Blanket You’ll Never Want to Take Off\u003c\/h2\u003e\n\n    \u003cp class=\"wearable-hero-subtitle\"\u003e\n      Wrap yourself in soft, relaxing warmth without being stuck underneath a traditional blanket.\n      The oversized wearable design keeps you cozy while your hands stay completely free.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"wearable-quick-benefits\"\u003e\n      \u003cspan\u003e✓ Generous 58\" × 64\" Coverage\u003c\/span\u003e\n      \u003cspan\u003e✓ Two Handy Front Pockets\u003c\/span\u003e\n      \u003cspan\u003e✓ Beautiful Floral Prints\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- Benefits --\u003e\n  \u003csection class=\"wearable-section\"\u003e\n    \u003ch2 class=\"wearable-section-title\"\u003e\n      Comfort That Moves With You\n    \u003c\/h2\u003e\n\n    \u003cp class=\"wearable-section-intro\"\u003e\n      It feels like being wrapped in your favorite blanket—but with the freedom to walk,\n      read, work, relax, and enjoy your day.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"wearable-benefit-grid\"\u003e\n\n      \u003cdiv class=\"wearable-benefit-card\"\u003e\n        \u003cdiv class=\"wearable-benefit-icon\"\u003e🤗\u003c\/div\u003e\n        \u003ch3\u003eOversized Wearable Design\u003c\/h3\u003e\n        \u003cp\u003e\n          Enjoy generous, cozy coverage without constantly adjusting or carrying a loose blanket around the house.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wearable-benefit-card\"\u003e\n        \u003cdiv class=\"wearable-benefit-icon\"\u003e🙌\u003c\/div\u003e\n        \u003ch3\u003eFreedom to Move\u003c\/h3\u003e\n        \u003cp\u003e\n          Keep your hands free for holding your coffee, turning book pages, crafting,\n          using your phone, or working from home.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wearable-benefit-card\"\u003e\n        \u003cdiv class=\"wearable-benefit-icon\"\u003e📱\u003c\/div\u003e\n        \u003ch3\u003eTwo Spacious Pockets\u003c\/h3\u003e\n        \u003cp\u003e\n          Keep your phone, keys, remote control, glasses, or other small essentials comfortably within reach.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wearable-benefit-card\"\u003e\n        \u003cdiv class=\"wearable-benefit-icon\"\u003e🌸\u003c\/div\u003e\n        \u003ch3\u003eElegant Botanical Style\u003c\/h3\u003e\n        \u003cp\u003e\n          The feminine floral print brings a fresh, beautiful touch to quiet mornings,\n          cozy evenings, and relaxed weekends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- Why Love It --\u003e\n  \u003csection class=\"wearable-section\"\u003e\n    \u003cdiv class=\"wearable-highlight-box\"\u003e\n      \u003ch3\u003eWhy It Belongs in Your Cozy Routine\u003c\/h3\u003e\n\n      \u003cul class=\"wearable-check-list\"\u003e\n        \u003cli\u003eStay warm without being restricted by a traditional blanket\u003c\/li\u003e\n        \u003cli\u003eMove comfortably from the couch to the kitchen or patio\u003c\/li\u003e\n        \u003cli\u003eKeep everyday essentials close inside two front pockets\u003c\/li\u003e\n        \u003cli\u003eAdd a comfortable layer without a bulky, heavy feeling\u003c\/li\u003e\n        \u003cli\u003eEnjoy an oversized fit made for easy lounging\u003c\/li\u003e\n        \u003cli\u003eGive a practical and thoughtful gift she can enjoy regularly\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- Lifestyle Moments --\u003e\n  \u003csection class=\"wearable-section\"\u003e\n    \u003ch2 class=\"wearable-section-title\"\u003e\n      Made for Life’s Coziest Moments\n    \u003c\/h2\u003e\n\n    \u003cp class=\"wearable-section-intro\"\u003e\n      From slow mornings to relaxing evenings, it is an easy comfort layer you can reach for throughout the day.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"wearable-moment-grid\"\u003e\n\n      \u003cdiv class=\"wearable-moment\"\u003e\n        \u003cspan\u003e☕\u003c\/span\u003e\n        \u003cp\u003eMorning Coffee\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wearable-moment\"\u003e\n        \u003cspan\u003e🎬\u003c\/span\u003e\n        \u003cp\u003eMovie Nights\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wearable-moment\"\u003e\n        \u003cspan\u003e📖\u003c\/span\u003e\n        \u003cp\u003eReading \u0026amp; Relaxing\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wearable-moment\"\u003e\n        \u003cspan\u003e💻\u003c\/span\u003e\n        \u003cp\u003eWorking From Home\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wearable-moment\"\u003e\n        \u003cspan\u003e✈️\u003c\/span\u003e\n        \u003cp\u003eTravel \u0026amp; Getaways\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- Colors --\u003e\n  \u003csection class=\"wearable-section\"\u003e\n    \u003ch2 class=\"wearable-section-title\"\u003e\n      Choose Your Favorite Floral Style\n    \u003c\/h2\u003e\n\n    \u003cp class=\"wearable-section-intro\"\u003e\n      Available in four garden-inspired shades designed to bring softness and charm to your everyday comfort.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"wearable-color-grid\"\u003e\n\n      \u003cdiv class=\"wearable-color-card\"\u003e\n        \u003cspan class=\"wearable-color-dot color-beige\"\u003e\u003c\/span\u003e\n        \u003cstrong\u003eVintage Beige Floral\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wearable-color-card\"\u003e\n        \u003cspan class=\"wearable-color-dot color-gray\"\u003e\u003c\/span\u003e\n        \u003cstrong\u003eSoft Gray Botanical\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wearable-color-card\"\u003e\n        \u003cspan class=\"wearable-color-dot color-rose\"\u003e\u003c\/span\u003e\n        \u003cstrong\u003eBlush Rose Floral\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wearable-color-card\"\u003e\n        \u003cspan class=\"wearable-color-dot color-lavender\"\u003e\u003c\/span\u003e\n        \u003cstrong\u003eLavender Garden\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- Gift Section --\u003e\n  \u003csection class=\"wearable-section\"\u003e\n    \u003cdiv class=\"wearable-gift-box\"\u003e\n      \u003ch3\u003eA Gift That Feels Like a Warm Hug 🎁\u003c\/h3\u003e\n\n      \u003cp\u003e\n        A lovely choice for moms, wives, grandmothers, daughters, friends, or anyone\n        who appreciates relaxing at home in warmth and comfort. Ideal for birthdays,\n        holidays, housewarming gifts, or simply showing someone you care.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- Product Details --\u003e\n  \u003csection class=\"wearable-section\"\u003e\n    \u003ch2 class=\"wearable-section-title\"\u003e\n      Product Details\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"wearable-table-wrap\"\u003e\n      \u003ctable class=\"wearable-info-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eOverall Size\u003c\/th\u003e\n            \u003ctd\u003eApproximately 58\" × 64\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eDesign\u003c\/th\u003e\n            \u003ctd\u003eOversized Wearable Blanket Wrap\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003ePockets\u003c\/th\u003e\n            \u003ctd\u003eTwo Convenient Front Pockets\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003ePattern\u003c\/th\u003e\n            \u003ctd\u003eFloral Botanical Print\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eRecommended Use\u003c\/th\u003e\n            \u003ctd\u003eLounging, Reading, Travel, Movie Nights and Gifting\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eAvailable Styles\u003c\/th\u003e\n            \u003ctd\u003eVintage Beige, Soft Gray, Blush Rose and Lavender\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- Care --\u003e\n  \u003csection class=\"wearable-section\"\u003e\n    \u003cdiv class=\"wearable-care-box\"\u003e\n      \u003cdiv class=\"wearable-care-icon\"\u003e🧺\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003ch3\u003eSimple, Everyday Care\u003c\/h3\u003e\n        \u003cp\u003e\n          Machine wash cold on a gentle cycle. Tumble dry on low or air dry.\n          Avoid harsh bleach to help preserve the softness and floral pattern.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- Final CTA --\u003e\n  \u003csection class=\"wearable-final-cta\"\u003e\n    \u003ch3\u003eTurn Every Quiet Moment Into a Cozy One\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Beautiful, practical, and wonderfully comfortable—this wearable blanket\n      makes staying warm feel effortless.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"wearable-cta-line\"\u003e\n      Choose Your Favorite Floral Style Today\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"DD","offers":[{"title":"Lilac","offer_id":49120033603819,"sku":"MT-532-PP","price":36.0,"currency_code":"USD","in_stock":true},{"title":"Mocha","offer_id":49120033636587,"sku":"MT-532-MK","price":36.0,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":49120033669355,"sku":"MT-532-GN","price":36.0,"currency_code":"USD","in_stock":true},{"title":"Antique Rose","offer_id":49120033702123,"sku":"MT-532-RD","price":36.0,"currency_code":"USD","in_stock":true},{"title":"Gray","offer_id":49120033734891,"sku":"MT-532-GY","price":36.0,"currency_code":"USD","in_stock":true},{"title":"Indigo","offer_id":49120033767659,"sku":"MT-532-IG","price":36.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0819\/4850\/8395\/files\/2026-07-27_171812_975.png?v=1785229929","url":"https:\/\/sewnara.com\/products\/floral-cozy-wearable-blanket-with-pockets","provider":"Sewnara.com","version":"1.0","type":"link"}