{"product_id":"orange-ginkgo-leaf-cotton-reversible-quilt","title":"LoomVita Orange Ginkgo Leaf Cotton Reversible Quilt","description":"\n\u003cstyle\u003e\n  .lv-orange-ginkgo-quilt {\n    --lv-text: #393a36;\n    --lv-muted: #70736c;\n    --lv-green: #738d73;\n    --lv-green-dark: #405b49;\n    --lv-orange: #e56534;\n    --lv-orange-dark: #b94c25;\n    --lv-red: #9f2638;\n    --lv-black: #242424;\n    --lv-cream: #fbf8f1;\n    --lv-green-soft: #eef4ec;\n    --lv-orange-soft: #fff1e9;\n    --lv-red-soft: #f8ecee;\n    --lv-border: #dfe5dc;\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-orange-ginkgo-quilt *,\n  .lv-orange-ginkgo-quilt *::before,\n  .lv-orange-ginkgo-quilt *::after {\n    box-sizing: border-box;\n  }\n\n  .lv-orange-ginkgo-quilt h1,\n  .lv-orange-ginkgo-quilt h2,\n  .lv-orange-ginkgo-quilt h3,\n  .lv-orange-ginkgo-quilt p {\n    margin-top: 0;\n  }\n\n  .lv-orange-ginkgo-quilt h2 {\n    margin-bottom: 16px;\n    color: var(--lv-green-dark);\n    font-size: clamp(24px, 3vw, 34px);\n    line-height: 1.25;\n    letter-spacing: -0.02em;\n  }\n\n  .lv-orange-ginkgo-quilt h3 {\n    margin-bottom: 9px;\n    color: var(--lv-green-dark);\n    font-size: 19px;\n    line-height: 1.35;\n  }\n\n  .lv-orange-ginkgo-quilt p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* Product heading *\/\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: 970px;\n    margin: 0 auto 12px;\n    color: var(--lv-green-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: 830px;\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(229, 101, 52, 0.18),\n        transparent 36%\n      ),\n      radial-gradient(\n        circle at bottom left,\n        rgba(115, 141, 115, 0.16),\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: 810px;\n    margin-bottom: 22px;\n    color: #565d57;\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 #d5ded3;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.86);\n    color: var(--lv-green-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(64, 91, 73, 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-green-soft);\n    color: var(--lv-green-dark);\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-dark);\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(3, 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: 66px;\n    height: 9px;\n    margin-bottom: 18px;\n    border-radius: 999px;\n  }\n\n  .lv-color-green-orange::before {\n    background: linear-gradient(\n      90deg,\n      var(--lv-green) 0 55%,\n      var(--lv-orange) 55% 100%\n    );\n  }\n\n  .lv-color-black-red::before {\n    background: linear-gradient(\n      90deg,\n      var(--lv-black) 0 58%,\n      var(--lv-red) 58% 100%\n    );\n  }\n\n  .lv-color-red-black::before {\n    background: linear-gradient(\n      90deg,\n      var(--lv-red) 0 58%,\n      var(--lv-black) 58% 100%\n    );\n  }\n\n  .lv-color-card p {\n    margin-bottom: 0;\n    color: var(--lv-muted);\n  }\n\n  \/* Material and construction *\/\n  .lv-construction-box {\n    display: grid;\n    grid-template-columns: 0.8fr 1.2fr;\n    overflow: hidden;\n    border: 1px solid var(--lv-border);\n    border-radius: 18px;\n  }\n\n  .lv-construction-stat {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: clamp(28px, 4vw, 44px);\n    background: var(--lv-green-dark);\n    color: var(--lv-white);\n  }\n\n  .lv-construction-stat strong {\n    display: block;\n    margin-bottom: 7px;\n    font-size: clamp(27px, 3vw, 38px);\n    line-height: 1.15;\n  }\n\n  .lv-construction-stat span {\n    color: rgba(255, 255, 255, 0.82);\n    font-size: 14px;\n  }\n\n  .lv-construction-copy {\n    padding: clamp(28px, 4vw, 44px);\n    background: var(--lv-green-soft);\n  }\n\n  .lv-construction-copy p {\n    color: #59635c;\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-green-soft);\n    color: var(--lv-green-dark);\n    font-size: 14px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  \/* Style options *\/\n  .lv-style-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .lv-style-card {\n    padding: 25px;\n    border: 1px solid var(--lv-border);\n    border-radius: 16px;\n    background: var(--lv-white);\n  }\n\n  .lv-style-card:first-child {\n    border-top: 4px solid var(--lv-green);\n  }\n\n  .lv-style-card:last-child {\n    border-top: 4px solid var(--lv-orange);\n  }\n\n  .lv-style-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    padding: 5px 10px;\n    border-radius: 999px;\n    background: var(--lv-orange-soft);\n    color: var(--lv-orange-dark);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  .lv-style-card p {\n    color: var(--lv-muted);\n  }\n\n  .lv-style-note {\n    margin: 14px 0 0;\n    padding: 14px 16px;\n    border: 1px solid #f0d3c3;\n    border-radius: 12px;\n    background: var(--lv-orange-soft);\n    color: #704937;\n    font-size: 14px;\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: 830px;\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-green-soft);\n    color: var(--lv-green-dark);\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .lv-size-table td {\n    color: #535a54;\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.15fr 0.85fr;\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-orange-dark);\n    color: var(--lv-white);\n  }\n\n  .lv-package-content h3 {\n    color: var(--lv-white);\n  }\n\n  .lv-care-list,\n  .lv-package-list {\n    margin: 14px 0 0;\n    padding-left: 20px;\n  }\n\n  .lv-care-list li,\n  .lv-package-list li {\n    margin-bottom: 7px;\n  }\n\n  .lv-care-list li:last-child,\n  .lv-package-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.4);\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .lv-package-content p,\n  .lv-package-content li {\n    color: rgba(255, 255, 255, 0.9);\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-green-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: 870px;\n    padding: 0 35px 18px 0;\n    color: var(--lv-muted);\n  }\n\n  @media screen and (max-width: 900px) {\n    .lv-color-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media screen and (max-width: 749px) {\n    .lv-orange-ginkgo-quilt {\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-style-grid,\n    .lv-construction-box,\n    .lv-care-box {\n      grid-template-columns: 1fr;\n    }\n\n    .lv-feature-card,\n    .lv-color-card,\n    .lv-style-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-section {\n      margin-top: 25px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lv-orange-ginkgo-quilt\"\u003e\n\n  \u003cheader class=\"lv-product-header\"\u003e\n    \u003ch1\u003eLoomVita Orange Ginkgo Leaf Cotton Reversible Quilt\u003c\/h1\u003e\n\n    \u003cp\u003e\n      A reversible three-layer cotton quilt featuring expressive ginkgo leaf\n      artwork, contrasting color combinations and versatile coverage for\n      bedrooms, sofas and air-conditioned spaces.\n    \u003c\/p\u003e\n  \u003c\/header\u003e\n\n  \u003csection class=\"lv-intro\"\u003e\n    \u003cspan class=\"lv-eyebrow\"\u003eBotanical Form, Bold Reversible Color\u003c\/span\u003e\n\n    \u003ch2\u003eBring Modern Ginkgo Leaf Art into Your Everyday Bedding\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Transform your bedroom with the sculptural beauty of ginkgo leaves and\n      an expressive two-sided color palette. This reversible cotton quilt\n      combines flowing botanical branches with a finely quilted texture,\n      giving your bed a polished decorative finish while remaining practical\n      for relaxed everyday use.\n    \u003c\/p\u003e\n\n    \u003cul class=\"lv-badges\"\u003e\n      \u003cli\u003e100% Cotton\u003c\/li\u003e\n      \u003cli\u003eThree-Layer Construction\u003c\/li\u003e\n      \u003cli\u003eReversible Design\u003c\/li\u003e\n      \u003cli\u003eGinkgo Leaf Pattern\u003c\/li\u003e\n      \u003cli\u003eGentle Machine Wash\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 Colorful, Comfortable Living\u003c\/h2\u003e\n\n      \u003cp\u003e\n        A decorative cotton layer that combines botanical artwork,\n        double-sided styling and flexible everyday use.\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\u003eFully Reversible Color Design\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Both sides are designed to be displayed. Turn the quilt over to\n          alternate between two contrasting color arrangements and refresh\n          the look of your bedroom without replacing your bedding.\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\u003eThree-Layer Cotton Construction\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The layered cotton construction creates a soft, breathable and\n          lightly structured surface suitable for summer bedding, sofa\n          lounging and use in air-conditioned rooms.\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 Ginkgo Leaf Artwork\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Fan-shaped ginkgo leaves flow across branching stems to create an\n          elegant botanical pattern with a distinctive modern and\n          nature-inspired character.\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 Quilted Finish\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Fine diamond-pattern quilting adds subtle depth and helps the quilt\n          maintain a neat decorative appearance when spread across the bed or\n          folded at the foot.\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 Reversible Colorway\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Each option pairs two contrasting colors and allows either side to\n        become the main feature of your bedroom.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lv-color-grid\"\u003e\n      \u003carticle class=\"lv-color-card lv-color-green-orange\"\u003e\n        \u003ch3\u003eGreen \u0026amp; Orange\u003c\/h3\u003e\n\n        \u003cp\u003e\n          A muted sage-green side with vibrant orange ginkgo leaves reverses\n          to an energetic orange side with coordinating green botanical\n          details.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"lv-color-card lv-color-black-red\"\u003e\n        \u003ch3\u003eBlack \u0026amp; Red\u003c\/h3\u003e\n\n        \u003cp\u003e\n          A dramatic black-dominant side with deep red ginkgo leaves creates a\n          bold, sophisticated look with strong visual contrast.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"lv-color-card lv-color-red-black\"\u003e\n        \u003ch3\u003eRed \u0026amp; Black\u003c\/h3\u003e\n\n        \u003cp\u003e\n          A rich red-dominant presentation with dark botanical accents offers\n          a warmer statement while retaining the same dramatic reversible\n          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-construction-box\"\u003e\n      \u003cdiv class=\"lv-construction-stat\"\u003e\n        \u003cstrong\u003e100% Cotton\u003c\/strong\u003e\n        \u003cspan\u003eThree-layer reversible quilted construction\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lv-construction-copy\"\u003e\n        \u003ch3\u003eDecorative Detail with Everyday Versatility\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Reactive printing and jacquard-inspired woven details give the\n          ginkgo leaves greater visual depth, while the cotton construction\n          makes the quilt suitable as a lightweight bed layer, summer blanket,\n          sofa blanket or air-conditioning cover.\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\u003eOne Quilt, Multiple Everyday Uses\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"lv-uses\"\u003e\n      \u003cli\u003eSummer Quilt\u003c\/li\u003e\n      \u003cli\u003eBed Cover\u003c\/li\u003e\n      \u003cli\u003eSofa Blanket\u003c\/li\u003e\n      \u003cli\u003eTravel Blanket\u003c\/li\u003e\n      \u003cli\u003eAir-Conditioning Layer\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\u003eSelect the Correct Style\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The quilt and pillowcases are sold as separate style options. Review\n        the selected style before adding the product to your cart.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lv-style-grid\"\u003e\n      \u003carticle class=\"lv-style-card\"\u003e\n        \u003cspan class=\"lv-style-label\"\u003eStyle 1\u003c\/span\u003e\n\n        \u003ch3\u003eQuilt\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Includes one reversible ginkgo leaf quilt in the selected color and\n          quilt size. Pillowcases are not included with this option.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"lv-style-card\"\u003e\n        \u003cspan class=\"lv-style-label\"\u003eStyle 2\u003c\/span\u003e\n\n        \u003ch3\u003e2PCS Pillowcases\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Includes two coordinating pillowcases measuring approximately\n          19\"W × 29\"L each. The quilt is not included with this option.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"lv-style-note\"\u003e\n      Important: Selecting “2PCS Pillowcases” does not include a quilt.\n      Selecting “Quilt” does not automatically include pillowcases.\n    \u003c\/p\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        Compare the dimensions with your mattress and include your preferred\n        amount of side and foot overhang before choosing a size.\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\"\u003eStyle \/ Size\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eDimensions\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eMetric Size\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eApprox. Weight\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eSuggested Use\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eFull Quilt\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e59\"W × 94\"L\u003c\/td\u003e\n            \u003ctd\u003e150 × 240 cm\u003c\/td\u003e\n            \u003ctd\u003e1600 g\u003c\/td\u003e\n            \u003ctd\u003e\n              Full-size bed, twin bed with generous length or oversized\n              personal coverage.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eQueen Quilt\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e79\"W × 94\"L\u003c\/td\u003e\n            \u003ctd\u003e200 × 240 cm\u003c\/td\u003e\n            \u003ctd\u003e1900 g\u003c\/td\u003e\n            \u003ctd\u003e\n              Queen-size bed layering, standard sofa or extra-wide personal\n              coverage.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eCal King Quilt\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e86\"W × 94\"L\u003c\/td\u003e\n            \u003ctd\u003e220 × 240 cm\u003c\/td\u003e\n            \u003ctd\u003e2100 g\u003c\/td\u003e\n            \u003ctd\u003e\n              California king layering or beds requiring additional width.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eKing Quilt\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e94\"W × 98\"L\u003c\/td\u003e\n            \u003ctd\u003e240 × 250 cm\u003c\/td\u003e\n            \u003ctd\u003e2300 g\u003c\/td\u003e\n            \u003ctd\u003e\n              King-size bed layering and generously draped decorative\n              coverage.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003e2PCS Pillowcases\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e19\"W × 29\"L each\u003c\/td\u003e\n            \u003ctd\u003e48 × 74 cm each\u003c\/td\u003e\n            \u003ctd\u003e450 g per set\u003c\/td\u003e\n            \u003ctd\u003e\n              Two coordinating pillow covers. Quilt not included.\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      Lifestyle images show the quilt draped over the sides of the bed for\n      styling purposes. Actual coverage depends on mattress width, depth, bed\n      height and preferred overhang.\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 separately or with similar colors.\u003c\/li\u003e\n          \u003cli\u003eDo not use bleach or bleaching detergent.\u003c\/li\u003e\n          \u003cli\u003eAvoid prolonged soaking, rough washing or twisting.\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        \u003cul class=\"lv-package-list\"\u003e\n          \u003cli\u003eQuilt style: 1 × Reversible Cotton Quilt\u003c\/li\u003e\n          \u003cli\u003ePillowcase style: 2 × Coordinating Pillowcases\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cp\u003e\n          Sheets, decorative cushions, mattress, furniture and other\n          accessories shown 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\u003eAre pillowcases included with the quilt?\u003c\/summary\u003e\n\n        \u003cdiv class=\"lv-faq-answer\"\u003e\n          No. The quilt and the two-piece pillowcase set are separate style\n          options. Select “Quilt” to receive one quilt or “2PCS Pillowcases” to\n          receive two pillowcases.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the quilt be used on both sides?\u003c\/summary\u003e\n\n        \u003cdiv class=\"lv-faq-answer\"\u003e\n          Yes. It has a reversible design with coordinating contrasting colors\n          on both sides. Either side may be displayed as the main surface.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a duvet cover?\u003c\/summary\u003e\n\n        \u003cdiv class=\"lv-faq-answer\"\u003e\n          No. It is a standalone quilted bed layer and does not require a duvet\n          insert. It does not have an opening for inserting a comforter.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the quilt made from cotton?\u003c\/summary\u003e\n\n        \u003cdiv class=\"lv-faq-answer\"\u003e\n          Yes. The listed material is 100% cotton with a three-layer quilted\n          construction.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs it suitable for summer use?\u003c\/summary\u003e\n\n        \u003cdiv class=\"lv-faq-answer\"\u003e\n          It is designed as a breathable, lightweight-to-medium cotton layer\n          suitable for summer bedding, air-conditioned rooms and transitional\n          seasons. Comfort may vary according to room temperature and personal\n          preference.\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          Compare the listed quilt dimensions with your mattress width and\n          length. Include the mattress depth and your desired side overhang\n          when selecting a size.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow should the quilt be washed?\u003c\/summary\u003e\n\n        \u003cdiv class=\"lv-faq-answer\"\u003e\n          Machine wash in cold water using a gentle cycle. Do not use bleach,\n          avoid rough twisting and follow the sewn-in care label for complete\n          washing and drying instructions.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is included in my order?\u003c\/summary\u003e\n\n        \u003cdiv class=\"lv-faq-answer\"\u003e\n          The contents depend on the selected style. The Quilt option includes\n          one reversible quilt. The 2PCS Pillowcases option includes two\n          pillowcases and does not include a quilt.\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 \u0026 Orange \/ Quilt \/ Full","offer_id":54247062602003,"sku":"lvbgf01150","price":125.0,"currency_code":"USD","in_stock":true},{"title":"Green \u0026 Orange \/ Quilt \/ Queen","offer_id":54247062634771,"sku":"lvbgq01200","price":150.0,"currency_code":"USD","in_stock":true},{"title":"Green \u0026 Orange \/ Quilt \/ Cal King","offer_id":54247062667539,"sku":"lvbgck01220","price":158.0,"currency_code":"USD","in_stock":true},{"title":"Green \u0026 Orange \/ Quilt \/ King","offer_id":54247062700307,"sku":"lvbgk01250","price":168.0,"currency_code":"USD","in_stock":true},{"title":"Green \u0026 Orange \/ 2PCS Pillowcases \/ 19\" x 29\"","offer_id":54247062733075,"sku":"lvbgp012set","price":50.0,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Red \/ Quilt \/ Full","offer_id":54247062896915,"sku":"lvbbrf01150","price":125.0,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Red \/ Quilt \/ Queen","offer_id":54247062929683,"sku":"lvbbrq01200","price":150.0,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Red \/ Quilt \/ Cal King","offer_id":54247062962451,"sku":"lvbbrck01220","price":158.0,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Red \/ Quilt \/ King","offer_id":54247062995219,"sku":"lvbbrk01250","price":168.0,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Red \/ 2PCS Pillowcases \/ 19\" x 29\"","offer_id":54247063027987,"sku":"lvbbrp012set","price":50.0,"currency_code":"USD","in_stock":true},{"title":"Red \u0026 Black \/ Quilt \/ Full","offer_id":54247063191827,"sku":"lvbrbf01150","price":125.0,"currency_code":"USD","in_stock":true},{"title":"Red \u0026 Black \/ Quilt \/ Queen","offer_id":54247063224595,"sku":"lvbrbq01200","price":150.0,"currency_code":"USD","in_stock":true},{"title":"Red \u0026 Black \/ Quilt \/ Cal King","offer_id":54247063257363,"sku":"lvbrbk01220","price":158.0,"currency_code":"USD","in_stock":true},{"title":"Red \u0026 Black \/ Quilt \/ King","offer_id":54247063290131,"sku":"lvbrbck01250","price":168.0,"currency_code":"USD","in_stock":true},{"title":"Red \u0026 Black \/ 2PCS Pillowcases \/ 19\" x 29\"","offer_id":54247063322899,"sku":"lvbrbp012set","price":50.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0941\/7506\/8435\/files\/1713497804_ea1782c5-4e3d-4031-a4cb-de959ed33934.jpg?v=1780765597","url":"https:\/\/loomvita.com\/fr\/products\/orange-ginkgo-leaf-cotton-reversible-quilt","provider":"LoomVita","version":"1.0","type":"link"}