{"product_id":"nordic-throw-blanket-cotton-reversible-sofa-towel","title":"LoomVita Nordic Throw Blanket Reversible Sofa Towel","description":"\u003cstyle\u003e\n  .lv-nordic-throw {\n    --lv-text: #34373a;\n    --lv-muted: #697078;\n    --lv-navy: #24536c;\n    --lv-navy-dark: #183c50;\n    --lv-orange: #df6d2f;\n    --lv-mustard: #d7a02d;\n    --lv-blue-soft: #edf4f6;\n    --lv-orange-soft: #fff3ea;\n    --lv-cream: #fbf8f1;\n    --lv-border: #dde5e7;\n    --lv-white: #ffffff;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 10px 0 40px;\n    box-sizing: border-box;\n    color: var(--lv-text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .lv-nordic-throw *,\n  .lv-nordic-throw *::before,\n  .lv-nordic-throw *::after {\n    box-sizing: border-box;\n  }\n\n  .lv-nordic-throw h1,\n  .lv-nordic-throw h2,\n  .lv-nordic-throw h3,\n  .lv-nordic-throw p {\n    margin-top: 0;\n  }\n\n  .lv-nordic-throw h2 {\n    margin-bottom: 16px;\n    color: var(--lv-navy-dark);\n    font-size: clamp(24px, 3vw, 34px);\n    line-height: 1.25;\n    letter-spacing: -0.02em;\n  }\n\n  .lv-nordic-throw h3 {\n    margin-bottom: 9px;\n    color: var(--lv-navy-dark);\n    font-size: 19px;\n    line-height: 1.35;\n  }\n\n  .lv-nordic-throw p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* Product title *\/\n  .lv-product-header {\n    margin-bottom: 28px;\n    padding: 10px 20px 0;\n    text-align: center;\n  }\n\n  .lv-product-header h1 {\n    max-width: 940px;\n    margin: 0 auto 12px;\n    color: var(--lv-navy-dark);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    line-height: 1.16;\n    letter-spacing: -0.03em;\n  }\n\n  .lv-product-header p {\n    max-width: 800px;\n    margin: 0 auto;\n    color: var(--lv-muted);\n    font-size: 17px;\n    line-height: 1.65;\n  }\n\n  \/* Intro *\/\n  .lv-intro {\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 30px;\n    padding: clamp(28px, 5vw, 58px);\n    border: 1px solid var(--lv-border);\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(223, 109, 47, 0.15),\n        transparent 34%\n      ),\n      radial-gradient(\n        circle at bottom left,\n        rgba(36, 83, 108, 0.13),\n        transparent 38%\n      ),\n      var(--lv-cream);\n  }\n\n  .lv-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: var(--lv-orange);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .lv-intro p {\n    max-width: 790px;\n    margin-bottom: 22px;\n    color: #525b60;\n    font-size: 17px;\n  }\n\n  .lv-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lv-badges li {\n    padding: 8px 13px;\n    border: 1px solid #d4dfe2;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.84);\n    color: var(--lv-navy-dark);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  \/* Sections *\/\n  .lv-section {\n    margin-top: 30px;\n  }\n\n  .lv-section-heading {\n    margin-bottom: 19px;\n    padding-left: 14px;\n    border-left: 4px solid var(--lv-orange);\n  }\n\n  .lv-section-heading p {\n    margin-bottom: 0;\n    color: var(--lv-muted);\n  }\n\n  \/* Feature cards *\/\n  .lv-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .lv-feature-card {\n    padding: 24px;\n    border: 1px solid var(--lv-border);\n    border-radius: 16px;\n    background: var(--lv-white);\n    box-shadow: 0 8px 24px rgba(24, 60, 80, 0.055);\n  }\n\n  .lv-feature-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    margin-bottom: 16px;\n    border-radius: 50%;\n    background: var(--lv-blue-soft);\n    color: var(--lv-navy);\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .lv-feature-card:nth-child(2) .lv-feature-number,\n  .lv-feature-card:nth-child(4) .lv-feature-number {\n    background: var(--lv-orange-soft);\n    color: var(--lv-orange);\n  }\n\n  .lv-feature-card p {\n    margin-bottom: 0;\n    color: var(--lv-muted);\n  }\n\n  \/* Design details *\/\n  .lv-design-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .lv-design-card {\n    position: relative;\n    overflow: hidden;\n    padding: 24px;\n    border: 1px solid var(--lv-border);\n    border-radius: 16px;\n    background: var(--lv-white);\n  }\n\n  .lv-design-card::before {\n    content: \"\";\n    display: block;\n    width: 54px;\n    height: 8px;\n    margin-bottom: 18px;\n    border-radius: 999px;\n  }\n\n  .lv-design-card:nth-child(1)::before {\n    background: var(--lv-orange);\n  }\n\n  .lv-design-card:nth-child(2)::before {\n    background: var(--lv-navy);\n  }\n\n  .lv-design-card:nth-child(3)::before {\n    background: var(--lv-mustard);\n  }\n\n  .lv-design-card p {\n    margin-bottom: 0;\n    color: var(--lv-muted);\n  }\n\n  \/* Uses *\/\n  .lv-uses {\n    display: grid;\n    grid-template-columns: repeat(5, minmax(0, 1fr));\n    gap: 12px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lv-uses li {\n    padding: 17px 12px;\n    border: 1px solid var(--lv-border);\n    border-radius: 13px;\n    background: var(--lv-blue-soft);\n    color: var(--lv-navy-dark);\n    font-size: 14px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  \/* Size table *\/\n  .lv-size-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--lv-border);\n    border-radius: 16px;\n    background: var(--lv-white);\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .lv-size-table {\n    width: 100%;\n    min-width: 690px;\n    border-collapse: collapse;\n  }\n\n  .lv-size-table th,\n  .lv-size-table td {\n    padding: 16px 18px;\n    border-bottom: 1px solid var(--lv-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .lv-size-table th {\n    background: var(--lv-blue-soft);\n    color: var(--lv-navy-dark);\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .lv-size-table td {\n    color: #50585d;\n  }\n\n  .lv-size-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .lv-size-note {\n    margin: 13px 0 0;\n    color: var(--lv-muted);\n    font-size: 13px;\n  }\n\n  \/* Care and package *\/\n  .lv-care-box {\n    display: grid;\n    grid-template-columns: 1.2fr 0.8fr;\n    overflow: hidden;\n    border: 1px solid var(--lv-border);\n    border-radius: 18px;\n  }\n\n  .lv-care-content,\n  .lv-package-content {\n    padding: clamp(24px, 4vw, 38px);\n  }\n\n  .lv-care-content {\n    background: var(--lv-cream);\n  }\n\n  .lv-package-content {\n    background: var(--lv-navy);\n    color: var(--lv-white);\n  }\n\n  .lv-package-content h3 {\n    color: var(--lv-white);\n  }\n\n  .lv-care-list {\n    margin: 14px 0 0;\n    padding-left: 20px;\n  }\n\n  .lv-care-list li {\n    margin-bottom: 7px;\n  }\n\n  .lv-care-list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .lv-package-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    padding: 5px 10px;\n    border: 1px solid rgba(255, 255, 255, 0.38);\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  \/* FAQ *\/\n  .lv-faq {\n    border-top: 1px solid var(--lv-border);\n  }\n\n  .lv-faq details {\n    border-bottom: 1px solid var(--lv-border);\n  }\n\n  .lv-faq summary {\n    position: relative;\n    padding: 18px 42px 18px 0;\n    color: var(--lv-navy-dark);\n    font-weight: 750;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .lv-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .lv-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 16px;\n    right: 8px;\n    color: var(--lv-orange);\n    font-size: 22px;\n    font-weight: 500;\n  }\n\n  .lv-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .lv-faq-answer {\n    max-width: 860px;\n    padding: 0 35px 18px 0;\n    color: var(--lv-muted);\n  }\n\n  @media screen and (max-width: 749px) {\n    .lv-nordic-throw {\n      padding-bottom: 28px;\n      font-size: 15px;\n    }\n\n    .lv-product-header {\n      margin-bottom: 22px;\n      padding: 6px 12px 0;\n      text-align: left;\n    }\n\n    .lv-product-header h1 {\n      margin-bottom: 10px;\n      font-size: clamp(28px, 9vw, 36px);\n      line-height: 1.18;\n    }\n\n    .lv-product-header p {\n      font-size: 15px;\n    }\n\n    .lv-intro {\n      margin-bottom: 24px;\n      padding: 25px 20px;\n      border-radius: 15px;\n    }\n\n    .lv-intro p {\n      font-size: 15px;\n    }\n\n    .lv-feature-grid,\n    .lv-design-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .lv-feature-card,\n    .lv-design-card {\n      padding: 20px;\n    }\n\n    .lv-uses {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .lv-uses li:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .lv-care-box {\n      grid-template-columns: 1fr;\n    }\n\n    .lv-section {\n      margin-top: 25px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lv-nordic-throw\"\u003e\n\n  \u003cheader class=\"lv-product-header\"\u003e\n    \u003ch1\u003eReversible Nordic Geometric Cotton Throw Blanket\u003c\/h1\u003e\n\n    \u003cp\u003e\n      A colorful reversible cotton throw featuring expressive sunbursts,\n      spirals and geometric artwork for sofas, chairs, beds and creative\n      interior styling.\n    \u003c\/p\u003e\n  \u003c\/header\u003e\n\n  \u003csection class=\"lv-intro\"\u003e\n    \u003cspan class=\"lv-eyebrow\"\u003eColor, Pattern and Two-Sided Style\u003c\/span\u003e\n\n    \u003ch2\u003eTurn Everyday Furniture into an Artistic Focal Point\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Bring energy and personality into your space with this reversible Nordic\n      cotton throw blanket. Its expressive mix of circular motifs, bold\n      geometry and warm contrasting colors makes it an eye-catching decorative\n      layer for sofas, chairs and beds.\n    \u003c\/p\u003e\n\n    \u003cul class=\"lv-badges\"\u003e\n      \u003cli\u003eCotton Material\u003c\/li\u003e\n      \u003cli\u003eReversible Design\u003c\/li\u003e\n      \u003cli\u003eAbstract Geometric Pattern\u003c\/li\u003e\n      \u003cli\u003eContrast Bound Edges\u003c\/li\u003e\n      \u003cli\u003eMachine Washable\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"lv-section\"\u003e\n    \u003cdiv class=\"lv-section-heading\"\u003e\n      \u003ch2\u003eDesigned for Expressive, Flexible Living\u003c\/h2\u003e\n\n      \u003cp\u003e\n        A practical decorative textile that adds color, texture and adaptable\n        coverage wherever you place it.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lv-feature-grid\"\u003e\n      \u003carticle class=\"lv-feature-card\"\u003e\n        \u003cdiv class=\"lv-feature-number\"\u003e01\u003c\/div\u003e\n\n        \u003ch3\u003eReversible Double-Sided Design\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The blanket can be displayed on either side, giving you two\n          coordinating looks and an easy way to refresh your sofa or bed\n          without changing the rest of your décor.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"lv-feature-card\"\u003e\n        \u003cdiv class=\"lv-feature-number\"\u003e02\u003c\/div\u003e\n\n        \u003ch3\u003eColorful Nordic-Inspired Artwork\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Spirals, sunburst forms and free-flowing geometric shapes combine\n          orange, blue, burgundy, pink, mustard and neutral tones in one\n          expressive design.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"lv-feature-card\"\u003e\n        \u003cdiv class=\"lv-feature-number\"\u003e03\u003c\/div\u003e\n\n        \u003ch3\u003eComfortable Woven Cotton\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The cotton construction provides a comfortable woven feel for\n          relaxing on the sofa, adding an extra decorative layer to a bed or\n          creating a more inviting reading corner.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"lv-feature-card\"\u003e\n        \u003cdiv class=\"lv-feature-number\"\u003e04\u003c\/div\u003e\n\n        \u003ch3\u003eNeatly Finished Contrast Edges\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The warm orange border gives the blanket a polished finish while\n          visually framing the colorful artwork when it is spread across\n          furniture or folded for display.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"lv-section\"\u003e\n    \u003cdiv class=\"lv-section-heading\"\u003e\n      \u003ch2\u003eArtful Details from Edge to Edge\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Every part of the design contributes to its bold, collected and\n        contemporary character.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lv-design-grid\"\u003e\n      \u003carticle class=\"lv-design-card\"\u003e\n        \u003ch3\u003eWarm Orange Border\u003c\/h3\u003e\n\n        \u003cp\u003e\n          A solid orange edge creates a clean frame around the patterned body\n          and brings together the warmer tones throughout the design.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"lv-design-card\"\u003e\n        \u003ch3\u003eSpirals and Sunbursts\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Large circular motifs create movement and visual rhythm, helping the\n          throw stand out as a decorative feature rather than a basic cover.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"lv-design-card\"\u003e\n        \u003ch3\u003eRich Multicolor Palette\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Deep blue, terracotta, mustard, burgundy, pink and cream make the\n          blanket easy to coordinate with both neutral and colorful interiors.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"lv-section\"\u003e\n    \u003cdiv class=\"lv-section-heading\"\u003e\n      \u003ch2\u003eOne Throw, Many Ways to Use It\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"lv-uses\"\u003e\n      \u003cli\u003eSofa Throw\u003c\/li\u003e\n      \u003cli\u003eFurniture Cover\u003c\/li\u003e\n      \u003cli\u003eBed Layer\u003c\/li\u003e\n      \u003cli\u003eWall Tapestry\u003c\/li\u003e\n      \u003cli\u003eTable Covering\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"lv-section\"\u003e\n    \u003cdiv class=\"lv-section-heading\"\u003e\n      \u003ch2\u003eSize Guide\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Measure the area you would like to cover and consider how much\n        overhang or relaxed drape you prefer.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lv-size-wrap\"\u003e\n      \u003ctable class=\"lv-size-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSize\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eMetric Size\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eSuggested Styling Use\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003e59\"W × 79\"L\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e150 × 200 cm\u003c\/td\u003e\n            \u003ctd\u003e\n              Armchair, recliner, single sofa, sofa accent or smaller bed\n              layering.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003e79\"W × 90\"L\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e200 × 230 cm\u003c\/td\u003e\n            \u003ctd\u003e\n              Loveseat, standard sofa or fuller decorative bed coverage.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003e90\"W × 98\"L\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e230 × 250 cm\u003c\/td\u003e\n            \u003ctd\u003e\n              Large sofa, sectional accent or generously draped bed coverage.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"lv-size-note\"\u003e\n      Styling suggestions are approximate. This product is a loose decorative\n      throw and is not a fitted sofa slipcover.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"lv-section\"\u003e\n    \u003cdiv class=\"lv-care-box\"\u003e\n      \u003cdiv class=\"lv-care-content\"\u003e\n        \u003ch3\u003eCare Instructions\u003c\/h3\u003e\n\n        \u003cul class=\"lv-care-list\"\u003e\n          \u003cli\u003eMachine wash at a moderate water temperature.\u003c\/li\u003e\n          \u003cli\u003eSelect a gentle wash cycle.\u003c\/li\u003e\n          \u003cli\u003eWash separately or with similar colors.\u003c\/li\u003e\n          \u003cli\u003eAvoid rough washing or twisting the blanket.\u003c\/li\u003e\n          \u003cli\u003eFollow the sewn-in care label before washing and drying.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lv-package-content\"\u003e\n        \u003cspan class=\"lv-package-label\"\u003ePackage Contents\u003c\/span\u003e\n\n        \u003ch3\u003eWhat You Will Receive\u003c\/h3\u003e\n\n        \u003cp\u003e1 × Reversible Cotton Throw Blanket\u003c\/p\u003e\n\n        \u003cp\u003e\n          Pillows, furniture, bedding and other decorative accessories shown\n          in lifestyle images are not included.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"lv-section\"\u003e\n    \u003cdiv class=\"lv-section-heading\"\u003e\n      \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lv-faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the blanket be used on both sides?\u003c\/summary\u003e\n\n        \u003cdiv class=\"lv-faq-answer\"\u003e\n          Yes. It has a reversible double-sided construction, allowing you to\n          alternate between two coordinating versions of the woven pattern.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a fitted sofa cover?\u003c\/summary\u003e\n\n        \u003cdiv class=\"lv-faq-answer\"\u003e\n          No. It is a loose decorative throw that can be draped across sofas,\n          chairs, recliners and beds. It does not include elastic, straps or a\n          fitted slipcover structure.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow should I choose the right size?\u003c\/summary\u003e\n\n        \u003cdiv class=\"lv-faq-answer\"\u003e\n          Measure the width and length of the area you want to cover, then add\n          the amount of side overhang you would like. Select a larger size for\n          fuller sofa or bed coverage.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan it be used outdoors?\u003c\/summary\u003e\n\n        \u003cdiv class=\"lv-faq-answer\"\u003e\n          It may be used as a temporary decorative or comfort layer for\n          outdoor relaxation. Bring it indoors after use and avoid leaving it\n          exposed to rain, moisture or harsh weather.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow should the blanket be washed?\u003c\/summary\u003e\n\n        \u003cdiv class=\"lv-faq-answer\"\u003e\n          Machine wash at a moderate water temperature using a gentle cycle.\n          Avoid rough washing or twisting, and always follow the sewn-in care\n          label.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is included in the package?\u003c\/summary\u003e\n\n        \u003cdiv class=\"lv-faq-answer\"\u003e\n          The package includes one reversible cotton throw blanket in your\n          selected size. Other items shown in the product images are not\n          included.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n","brand":"LoomVita","offers":[{"title":"As Picture \/ 59\" x 79\"","offer_id":54247058702611,"sku":"lvbff01150","price":98.0,"currency_code":"USD","in_stock":true},{"title":"As Picture \/ 79\" x 90\"","offer_id":54247058735379,"sku":"lvbfq01200","price":135.0,"currency_code":"USD","in_stock":true},{"title":"As Picture \/ 90\" x 98\"","offer_id":54247058768147,"sku":"lvbfk01230","price":175.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0941\/7506\/8435\/files\/33977c5d7eb566a0803ec6094dd1b4b3_f6685ed4-a9eb-4cbc-b687-ed73291b21f6.jpg?v=1780764747","url":"https:\/\/loomvita.com\/fr\/products\/nordic-throw-blanket-cotton-reversible-sofa-towel","provider":"LoomVita","version":"1.0","type":"link"}