{"product_id":"vintage-throw-blanket-flower-sofa-cover","title":"LoomVita Vintage Throw Blanket Flower Sofa Cover","description":"\u003cstyle\u003e\n  .lv-vintage-floral-throw {\n    --lv-text: #393833;\n    --lv-muted: #706e66;\n    --lv-teal: #285d5c;\n    --lv-teal-dark: #1d4545;\n    --lv-orange: #df6f26;\n    --lv-gold: #d79a28;\n    --lv-cream: #fbf7ee;\n    --lv-teal-soft: #edf5f3;\n    --lv-orange-soft: #fff2e7;\n    --lv-gold-soft: #fff7e3;\n    --lv-border: #e2e5dd;\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-vintage-floral-throw *,\n  .lv-vintage-floral-throw *::before,\n  .lv-vintage-floral-throw *::after {\n    box-sizing: border-box;\n  }\n\n  .lv-vintage-floral-throw h1,\n  .lv-vintage-floral-throw h2,\n  .lv-vintage-floral-throw h3,\n  .lv-vintage-floral-throw p {\n    margin-top: 0;\n  }\n\n  .lv-vintage-floral-throw h2 {\n    margin-bottom: 16px;\n    color: var(--lv-teal-dark);\n    font-size: clamp(24px, 3vw, 34px);\n    line-height: 1.25;\n    letter-spacing: -0.02em;\n  }\n\n  .lv-vintage-floral-throw h3 {\n    margin-bottom: 9px;\n    color: var(--lv-teal-dark);\n    font-size: 19px;\n    line-height: 1.35;\n  }\n\n  .lv-vintage-floral-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-teal-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: 810px;\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, 111, 38, 0.16),\n        transparent 35%\n      ),\n      radial-gradient(\n        circle at bottom left,\n        rgba(40, 93, 92, 0.13),\n        transparent 40%\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: #575851;\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 #d9dfd7;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.84);\n    color: var(--lv-teal-dark);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  \/* General 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(29, 69, 69, 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-teal-soft);\n    color: var(--lv-teal);\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  \/* 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: 58px;\n    height: 8px;\n    margin-bottom: 18px;\n    border-radius: 999px;\n  }\n\n  .lv-color-orange::before {\n    background: linear-gradient(\n      90deg,\n      var(--lv-orange) 0 56%,\n      var(--lv-teal) 56% 100%\n    );\n  }\n\n  .lv-color-yellow::before {\n    background: linear-gradient(\n      90deg,\n      var(--lv-gold) 0 56%,\n      var(--lv-teal) 56% 100%\n    );\n  }\n\n  .lv-color-card p {\n    margin-bottom: 0;\n    color: var(--lv-muted);\n  }\n\n  \/* Pattern details *\/\n  .lv-pattern-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .lv-pattern-card {\n    padding: 24px;\n    border: 1px solid var(--lv-border);\n    border-radius: 16px;\n    background: var(--lv-white);\n  }\n\n  .lv-pattern-mark {\n    width: 48px;\n    height: 7px;\n    margin-bottom: 17px;\n    border-radius: 999px;\n  }\n\n  .lv-pattern-card:nth-child(1) .lv-pattern-mark {\n    background: var(--lv-orange);\n  }\n\n  .lv-pattern-card:nth-child(2) .lv-pattern-mark {\n    background: var(--lv-teal);\n  }\n\n  .lv-pattern-card:nth-child(3) .lv-pattern-mark {\n    background: var(--lv-gold);\n  }\n\n  .lv-pattern-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-teal-soft);\n    color: var(--lv-teal-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: 700px;\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-teal-soft);\n    color: var(--lv-teal-dark);\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .lv-size-table td {\n    color: #535852;\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-teal);\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-teal-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-vintage-floral-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    .lv-pattern-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .lv-feature-card,\n    .lv-color-card,\n    .lv-pattern-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-vintage-floral-throw\"\u003e\n\n  \u003cheader class=\"lv-product-header\"\u003e\n    \u003ch1\u003eReversible Vintage Floral Cotton Throw Blanket\u003c\/h1\u003e\n\n    \u003cp\u003e\n      A richly patterned 100% cotton throw with reversible floral artwork,\n      contrasting colors and decorative tassel fringe for sofas, chairs,\n      beds and layered home décor.\n    \u003c\/p\u003e\n  \u003c\/header\u003e\n\n  \u003csection class=\"lv-intro\"\u003e\n    \u003cspan class=\"lv-eyebrow\"\u003eBold Color, Vintage Soul\u003c\/span\u003e\n\n    \u003ch2\u003eGive Your Favorite Space an Instant Decorative Refresh\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Transform a neutral sofa, reading chair or bed with the expressive color\n      and intricate botanical details of this reversible vintage throw.\n      Flowing vines, stylized flowers and ornamental medallions create an\n      artful focal point, while the contrasting reverse offers a second look\n      whenever you feel like changing the mood.\n    \u003c\/p\u003e\n\n    \u003cul class=\"lv-badges\"\u003e\n      \u003cli\u003e100% Cotton\u003c\/li\u003e\n      \u003cli\u003eReversible Design\u003c\/li\u003e\n      \u003cli\u003eVintage Floral Pattern\u003c\/li\u003e\n      \u003cli\u003eDecorative Tassel Fringe\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\u003eMade to Add Comfort, Color and Character\u003c\/h2\u003e\n\n      \u003cp\u003e\n        A flexible decorative textile designed for relaxed everyday living\n        and expressive 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 Two-Color Design\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Display the vivid floral side for a warm statement or turn the\n          blanket over to reveal a coordinating deep teal design. Both sides\n          are decorative, giving you two distinct looks in one versatile\n          throw.\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\u003e100% Woven Cotton\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The natural cotton construction provides a comfortable woven feel\n          for sofa lounging, decorative bed layering and adding an inviting\n          textile accent to your favorite corner.\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\u003eExpressive Vintage Florals\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Stylized flowers, leafy vines, ornamental flourishes and circular\n          botanical medallions create a richly detailed pattern inspired by\n          collected vintage textiles.\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 Tassel-Finished Edges\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Multicolored fringe frames the design and creates a relaxed,\n          handcrafted finish when the throw is draped over a sofa arm,\n          recliner 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\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Both options pair a warm floral face with a coordinating deep teal\n        reverse for easy two-sided styling.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lv-color-grid\"\u003e\n      \u003carticle class=\"lv-color-card lv-color-orange\"\u003e\n        \u003ch3\u003eVibrant Orange\u003c\/h3\u003e\n\n        \u003cp\u003e\n          A saturated orange background with teal, cream, gold and neutral\n          floral details. Ideal for adding warmth and energetic contrast to\n          neutral furniture.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"lv-color-card lv-color-yellow\"\u003e\n        \u003ch3\u003eGolden Yellow\u003c\/h3\u003e\n\n        \u003cp\u003e\n          A warm golden-yellow background with teal, ivory and softly muted\n          botanical accents for a bright yet naturally grounded look.\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\u003eDecorative Details from Every Angle\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Carefully coordinated colors and motifs help the blanket feel\n        decorative whether it is fully spread, casually draped or neatly\n        folded.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lv-pattern-grid\"\u003e\n      \u003carticle class=\"lv-pattern-card\"\u003e\n        \u003cdiv class=\"lv-pattern-mark\"\u003e\u003c\/div\u003e\n\n        \u003ch3\u003eBotanical Florals\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Layered flowers and foliage create visual depth while adding a\n          nature-inspired element to the room.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"lv-pattern-card\"\u003e\n        \u003cdiv class=\"lv-pattern-mark\"\u003e\u003c\/div\u003e\n\n        \u003ch3\u003eContrasting Teal Reverse\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The darker reverse balances the brighter front and works well with\n          neutral, green, blue and natural wood interiors.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"lv-pattern-card\"\u003e\n        \u003cdiv class=\"lv-pattern-mark\"\u003e\u003c\/div\u003e\n\n        \u003ch3\u003eOrnamental Medallions\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Decorative circular motifs and scrolling accents give the woven\n          design its distinctive vintage-inspired character.\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\u003ePicnic Blanket\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 surface you would like to cover and include the amount of\n        side 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\"\u003eDimensions\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\u003eFull\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e59\"W × 79\"L\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\u003eQueen\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e79\"W × 90\"L\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\u003eKing\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e90\"W × 98\"L\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. Measure your furniture before\n      ordering.\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 using medium-temperature water.\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 twisting, tangling or rough washing.\u003c\/li\u003e\n          \u003cli\u003eTake extra care with the decorative tassel fringe.\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. The blanket has a reversible woven design with a bright floral\n          face and a coordinating deep teal reverse, allowing you to change\n          the look by simply turning it over.\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 over sofas,\n          loveseats, recliners, chairs and beds. It does not include elastic,\n          straps or a fitted slipcover structure.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow should I choose the correct 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          your preferred amount of side overhang. Choose 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 as an everyday blanket?\u003c\/summary\u003e\n\n        \u003cdiv class=\"lv-faq-answer\"\u003e\n          Yes. The cotton construction makes it suitable as a decorative sofa\n          blanket, an additional bed layer or a comfortable throw for relaxed\n          everyday use.\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 temporarily as a picnic or relaxation blanket. Bring\n          it indoors after use and avoid leaving it exposed to rain, damp\n          ground or harsh weather.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow should I wash the tassel edges?\u003c\/summary\u003e\n\n        \u003cdiv class=\"lv-faq-answer\"\u003e\n          Use a gentle machine-wash cycle with medium-temperature water. Avoid\n          rough washing or twisting to reduce tangling around the decorative\n          tassels, 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":"Orange \/ 59\" x 79\"","offer_id":54247058800915,"sku":"lvbof01150","price":105.0,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 79\" x 90\"","offer_id":54247058833683,"sku":"lvboq01200","price":138.0,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 90\" x 98\"","offer_id":54247058866451,"sku":"lvbok01230","price":168.0,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 59\" x 79\"","offer_id":54247058899219,"sku":"lvbyf01150","price":105.0,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 79\" x 90\"","offer_id":54247058931987,"sku":"lvbyq01200","price":138.0,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 90\" x 98\"","offer_id":54247058964755,"sku":"lvbyk01230","price":168.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0941\/7506\/8435\/files\/8434a8abf7341901d1d8e22c1711faae.webp?v=1780764749","url":"https:\/\/loomvita.com\/es\/products\/vintage-throw-blanket-flower-sofa-cover","provider":"LoomVita","version":"1.0","type":"link"}