{"product_id":"retro-cotton-blanket-sofa-cover-reversible-blanket-towel","title":"LoomVita Retro Sofa Cover Cotton Reversible Blanket","description":"\u003cstyle\u003e\n  .lv-retro-throw {\n    --lv-text: #363936;\n    --lv-muted: #6d716c;\n    --lv-primary: #536b5c;\n    --lv-primary-dark: #354b3e;\n    --lv-accent: #a85f50;\n    --lv-sage: #eef3ee;\n    --lv-cream: #faf7f0;\n    --lv-warm: #f7eee9;\n    --lv-border: #dfe6df;\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-retro-throw *,\n  .lv-retro-throw *::before,\n  .lv-retro-throw *::after {\n    box-sizing: border-box;\n  }\n\n  .lv-retro-throw h1,\n  .lv-retro-throw h2,\n  .lv-retro-throw h3,\n  .lv-retro-throw p {\n    margin-top: 0;\n  }\n\n  .lv-retro-throw h2 {\n    margin-bottom: 16px;\n    color: var(--lv-primary-dark);\n    font-size: clamp(24px, 3vw, 34px);\n    line-height: 1.25;\n    letter-spacing: -0.02em;\n  }\n\n  .lv-retro-throw h3 {\n    margin-bottom: 9px;\n    color: var(--lv-primary-dark);\n    font-size: 19px;\n    line-height: 1.35;\n  }\n\n  .lv-retro-throw p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* Product detail 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-primary-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: 790px;\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(168, 95, 80, 0.12),\n        transparent 34%\n      ),\n      radial-gradient(\n        circle at bottom left,\n        rgba(83, 107, 92, 0.12),\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-accent);\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: 780px;\n    margin-bottom: 22px;\n    color: #535953;\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 #d2dcd3;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--lv-primary-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-accent);\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(53, 75, 62, 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-sage);\n    color: var(--lv-primary);\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-warm);\n    color: var(--lv-accent);\n  }\n\n  .lv-feature-card p {\n    margin-bottom: 0;\n    color: var(--lv-muted);\n  }\n\n  \/* Color options *\/\n  .lv-color-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .lv-color-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-color-card::before {\n    content: \"\";\n    display: block;\n    width: 52px;\n    height: 8px;\n    margin-bottom: 18px;\n    border-radius: 999px;\n  }\n\n  .lv-color-card-green::before {\n    background: #688779;\n  }\n\n  .lv-color-card-red::before {\n    background: #b85f5a;\n  }\n\n  .lv-color-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-sage);\n    color: var(--lv-primary-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-sage);\n    color: var(--lv-primary-dark);\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .lv-size-table td {\n    color: #515852;\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-primary);\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-primary-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-accent);\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-retro-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-color-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .lv-feature-card,\n    .lv-color-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-retro-throw\"\u003e\n\n  \u003cheader class=\"lv-product-header\"\u003e\n    \u003ch1\u003eReversible Vintage Boho Cotton Floral Throw Blanket\u003c\/h1\u003e\n\n    \u003cp\u003e\n      A soft and breathable 100% cotton woven throw with reversible vintage\n      artwork, botanical medallion motifs and decorative fringe for sofas,\n      chairs and beds.\n    \u003c\/p\u003e\n  \u003c\/header\u003e\n\n  \u003csection class=\"lv-intro\"\u003e\n    \u003cspan class=\"lv-eyebrow\"\u003eVintage Character, Two-Sided Style\u003c\/span\u003e\n\n    \u003ch2\u003eA Decorative Layer That Makes the Whole Room Feel Collected\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Bring warmth, texture and old-world character into your living space\n      with this reversible cotton throw blanket. Its woven floral vines and\n      ornamental medallions create a relaxed vintage look, while the\n      contrasting reverse gives you an easy way to refresh your sofa, chair\n      or bed.\n    \u003c\/p\u003e\n\n    \u003cul class=\"lv-badges\"\u003e\n      \u003cli\u003e100% Cotton\u003c\/li\u003e\n      \u003cli\u003eReversible Woven Design\u003c\/li\u003e\n      \u003cli\u003eVintage Floral Medallions\u003c\/li\u003e\n      \u003cli\u003eDecorative Fringe 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\u003eComfortable Enough to Use, Beautiful Enough to Display\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Designed as an adaptable textile layer for everyday comfort and\n        effortless interior styling.\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 Vintage Artwork\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Each side presents a coordinating version of the floral and\n          ornamental pattern. Turn it over whenever you want a lighter,\n          brighter look or a deeper, more colorful statement.\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\u003eSoft and Breathable 100% Cotton\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Woven from natural cotton for a soft, comfortable feel with\n          breathable coverage. It works beautifully as a relaxed sofa layer,\n          decorative bed throw or lightweight everyday blanket.\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\u003eBotanical Medallion Pattern\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Flowing vines, small floral details and vintage-inspired medallions\n          create a richly textured design suited to bohemian, cottage,\n          eclectic and traditional interiors.\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\u003eTextured Fringe-Finished Edges\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Decorative fringe frames the woven pattern and adds a relaxed,\n          handcrafted appearance when the blanket is draped across a sofa,\n          chair or the foot of a bed.\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\u003eChoose Your Color Story\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Two vintage-inspired palettes make it easy to coordinate the blanket\n        with your existing furniture and décor.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lv-color-grid\"\u003e\n      \u003carticle class=\"lv-color-card lv-color-card-green\"\u003e\n        \u003ch3\u003eVintage Green\u003c\/h3\u003e\n\n        \u003cp\u003e\n          A muted green and cream palette with aqua, beige and dark botanical\n          accents for calm, nature-inspired interiors.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"lv-color-card lv-color-card-red\"\u003e\n        \u003ch3\u003eVintage Red\u003c\/h3\u003e\n\n        \u003cp\u003e\n          A warm red, taupe and cream palette that adds depth and nostalgic\n          character to neutral sofas, chairs and bedding.\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 Style 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 your furniture before ordering and consider how much side\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 in cold water.\u003c\/li\u003e\n          \u003cli\u003eSelect a gentle wash cycle.\u003c\/li\u003e\n          \u003cli\u003eWash with similar colors.\u003c\/li\u003e\n          \u003cli\u003eDo not use bleach or bleaching detergent.\u003c\/li\u003e\n          \u003cli\u003eFollow the sewn-in care label for drying instructions.\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, bedding, furniture and decorative accessories shown in\n          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. The woven blanket has a reversible design with coordinating\n          colors and patterns on both sides, allowing you to change the look\n          without purchasing a second throw.\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, multi-purpose throw blanket that can be draped\n          over sofas, loveseats, recliners and chairs. It does not have elastic,\n          ties or a fitted slipcover construction.\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 the larger size\n          when you prefer fuller sofa or bed coverage.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the blanket suitable for year-round use?\u003c\/summary\u003e\n\n        \u003cdiv class=\"lv-faq-answer\"\u003e\n          The breathable cotton construction makes it a versatile decorative\n          layer for sofas and beds throughout the year. Comfort may vary\n          depending on room temperature and personal preference.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the throw machine washable?\u003c\/summary\u003e\n\n        \u003cdiv class=\"lv-faq-answer\"\u003e\n          Yes. Machine wash it in cold water using a gentle cycle. Do not use\n          bleach, and always follow the sewn-in care 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 color and size. Other items shown in the product images are\n          not 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":"Green \/ 59\" x 79\"","offer_id":54247058473235,"sku":"lvbjzgf01150","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ 79\" x 90\"","offer_id":54247058506003,"sku":"lvbjzg01200","price":128.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ 90\" x 98\"","offer_id":54247058538771,"sku":"lvbjzg01230","price":148.0,"currency_code":"USD","in_stock":true},{"title":"Red \/ 59\" x 79\"","offer_id":54247058571539,"sku":"lvbjzff01150","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Red \/ 79\" x 90\"","offer_id":54247058604307,"sku":"lvbjzfq01200","price":128.0,"currency_code":"USD","in_stock":true},{"title":"Red \/ 90\" x 98\"","offer_id":54247058637075,"sku":"lvbjzfk01230","price":148.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0941\/7506\/8435\/files\/fe0314f4e69c25c1bbec30acb085969a_ff91f73a-98d7-4531-bf27-cac0c3d995a9.jpg?v=1780764745","url":"https:\/\/loomvita.com\/fr\/products\/retro-cotton-blanket-sofa-cover-reversible-blanket-towel","provider":"LoomVita","version":"1.0","type":"link"}