{"title":"Wall Mounted Electric Fireplaces","description":"","products":[{"product_id":"modern-flames-orion-v2-52-multi-sided-lcd-electric-fireplace","title":"Modern Flames Orion V2 52\" Multi-Sided Linear LCD Electric Fireplace","description":"\u003cstyle\u003e\n\n\/* ===== FIXED CSS TEMPLATE — Copy Verbatim ===== *\/\n\n.product-description {\n    font-family: inherit;\n    line-height: 1.6;\n}\n\n.product-description p,\n.product-description ul,\n.product-description ol {\n    max-width: 1100px;\n    margin-left: auto;\n    margin-right: auto;\n    font-size: 18px;\n}\n\n.product-description img {\n    max-width: 900px;\n    width: 100%;\n    height: auto;\n    display: block;\n}\n\n.product-description h2 {\n    font-size: 32px;\n    margin: 30px auto 20px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n.product-description h3 {\n    font-size: 24px;\n    margin: 30px auto 15px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n.product-description h4 {\n    font-size: 20px;\n    margin: 25px auto 12px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n\/* Quick Features Grid (Billboard) *\/\n.product-description .quick-features {\n    background: #fff7eb;\n    padding: 25px;\n    border-radius: 8px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    max-width: 1100px;\n    margin: 25px auto;\n}\n\n.product-description .features-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 15px 30px;\n}\n\n.product-description .features-grid ul {\n    list-style: disc;\n    padding-left: 20px;\n    margin: 0;\n    max-width: none;\n}\n\n.product-description .features-grid li {\n    margin-bottom: 12px;\n    font-size: 18px;\n}\n\n\/* Billboard Contact Line *\/\n.product-description .billboard-contact {\n    max-width: 1100px;\n    margin: 15px auto 30px;\n    text-align: center;\n    font-size: 16px;\n}\n\n.product-description .billboard-contact a {\n    color: #2980b9;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n\/* Accordion Modules *\/\n.product-description details.product-module {\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    margin: 15px auto;\n    max-width: 1100px;\n    overflow: hidden;\n}\n\n.product-description details.product-module summary {\n    cursor: pointer;\n    padding: 18px 25px;\n    background: #fafafa;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n}\n\n.product-description details.product-module summary::-webkit-details-marker {\n    display: none;\n}\n\n.product-description details.product-module summary::after {\n    content: \"+\";\n    font-size: 22px;\n    font-weight: 300;\n    color: #666;\n}\n\n.product-description details[open].product-module summary::after {\n    content: \"\\2212\";\n}\n\n.product-description .toggle-title {\n    font-size: 22px;\n    font-weight: bold;\n    line-height: 1.3;\n}\n\n.product-description .module-content {\n    padding: 20px 25px 30px;\n}\n\n\/* Closing CTA Box *\/\n.product-description .closing-cta {\n    background: #e2d2be;\n    padding: 25px;\n    border-radius: 8px;\n    max-width: 1100px;\n    margin: 30px auto;\n    text-align: center;\n}\n\n.product-description .closing-cta p {\n    margin: 5px 0 15px;\n    max-width: none;\n}\n\n.product-description .cta-buttons {\n    display: flex;\n    justify-content: center;\n    gap: 15px;\n    flex-wrap: wrap;\n}\n\n.product-description .cta-buttons a {\n    display: inline-block;\n    background: #00664A;\n    color: #fff;\n    padding: 14px 28px;\n    border-radius: 6px;\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 18px;\n    transition: background 0.2s ease;\n}\n\n.product-description .cta-buttons a:hover {\n    background: #004D38;\n}\n\n\/* Tables *\/\n.product-description .table-wrapper {\n    max-width: 1100px;\n    margin: 30px auto;\n    overflow-x: auto;\n}\n\n.product-description table {\n    width: 100%;\n    border-collapse: collapse;\n}\n\n.product-description table thead {\n    background: linear-gradient(135deg, #00664A 0%, #004D38 100%);\n    color: white;\n}\n\n.product-description table th,\n.product-description table td {\n    padding: 12px 15px;\n    text-align: left;\n    border: 1px solid #ddd;\n    font-size: 18px;\n}\n\n.product-description table thead th {\n    color: #f8f8f8;\n}\n\n.product-description table tbody tr:nth-child(even) {\n    background: #f9f9f9;\n}\n\n\/* Spec Cards Grid *\/\n.product-description .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px;\n    max-width: 1100px;\n    margin: 20px auto;\n}\n\n.product-description .spec-card {\n    background: #f8f9fa;\n    padding: 15px;\n    border-radius: 5px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    font-size: 18px;\n}\n\n.product-description .spec-card strong {\n    color: #2c3e50;\n}\n\n\/* FAQ Layout *\/\n.product-description .faq-item {\n    display: grid;\n    grid-template-columns: 30% 70%;\n    gap: 20px;\n    margin-bottom: 25px;\n    max-width: 1100px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.product-description .faq-question {\n    font-weight: bold;\n    font-size: 18px;\n}\n\n.product-description .faq-answer {\n    font-size: 18px;\n}\n\n\/* Image Positioning *\/\n.product-description .image-right {\n    float: right;\n    margin: 0 0 20px 30px;\n}\n\n.product-description .image-left {\n    float: left;\n    margin: 0 30px 20px 0;\n}\n\n.product-description .image-center {\n    margin: 30px auto;\n    display: block;\n}\n\n\/* Content-Image Pairs *\/\n.product-description .content-image-pair {\n    display: flex;\n    align-items: center;\n    gap: 30px;\n    max-width: 1100px;\n    margin: 20px auto 25px;\n}\n\n.product-description .content-image-pair .pair-content {\n    flex: 2;\n}\n\n.product-description .content-image-pair .pair-content p,\n.product-description .content-image-pair .pair-content ul,\n.product-description .content-image-pair .pair-content ol {\n    margin-left: 0;\n    margin-right: 0;\n    max-width: none;\n}\n\n.product-description .content-image-pair .pair-content .specs-grid {\n    margin-left: 0;\n    margin-right: 0;\n    max-width: none;\n}\n\n.product-description .content-image-pair .pair-image {\n    flex: 3;\n}\n\n.product-description .content-image-pair .pair-image img {\n    width: 100%;\n    height: auto;\n    border-radius: 0px;\n}\n\n\/* Download List (Module 3) *\/\n.product-description .download-list {\n    list-style: none;\n    padding-left: 0;\n}\n\n.product-description .download-list li {\n    padding-left: 28px;\n    position: relative;\n    margin-bottom: 12px;\n}\n\n.product-description .download-list li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    width: 18px;\n    height: 20px;\n    background: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M10 0H2C0.9 0 0 0.9 0 2v16c0 1.1 0.9 2 2 2h12c1.1 0 2-0.9 2-2V6l-6-6z' fill='%2300664A'\/%3E%3Cpath d='M10 0v6h6' fill='%23004D38'\/%3E%3C\/svg%3E\") no-repeat center\/contain;\n}\n\n.product-description .download-list a {\n    color: #2980b9;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n.product-description .download-list a:hover {\n    text-decoration: underline;\n}\n\n\/* Video *\/\n.product-description .video-container {\n    max-width: 1100px;\n    margin: 30px auto;\n}\n\n.product-description .video-container video {\n    width: 100%;\n    max-width: 600px;\n    height: auto;\n    display: block;\n    margin: 0 auto;\n}\n\n\/* Lists *\/\n.product-description ul,\n.product-description ol {\n    padding-left: 25px;\n}\n\n.product-description li {\n    margin-bottom: 8px;\n    font-size: 18px;\n}\n\n\/* Utilities *\/\n.product-description .clearfix::after {\n    content: \"\";\n    display: table;\n    clear: both;\n}\n\n\/* Mobile Responsive *\/\n@media (max-width: 768px) {\n    .product-description .features-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .product-description .image-right,\n    .product-description .image-left {\n        float: none;\n        margin: 20px auto;\n    }\n\n    .product-description .specs-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .product-description .faq-item {\n        grid-template-columns: 1fr;\n        gap: 10px;\n    }\n\n    .product-description .content-image-pair {\n        flex-direction: column-reverse;\n        align-items: stretch;\n    }\n\n    .product-description .cta-buttons {\n        flex-direction: column;\n        align-items: center;\n    }\n\n    .product-description .cta-buttons a {\n        width: 100%;\n        max-width: 300px;\n        text-align: center;\n    }\n\n    .product-description .table-wrapper {\n        overflow-x: scroll;\n    }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- ===== BILLBOARD (Always Visible) ===== --\u003e\n\u003ch2\u003eThe Orion Multi Fireplace That Makes Guests Stop and Question Whether It's Actually Electric\u003c\/h2\u003e\n\u003c!-- Content-Image Pair: Opening hook + hero image --\u003e\n\u003cdiv class=\"content-image-pair\"\u003e\n\u003cdiv class=\"pair-content\"\u003e\n\u003cp\u003eMost properties that install an electric fireplace end up with something guests glance at once and move past. The Modern Flames Orion Multi V2 is built for the opposite reaction. \u003cstrong\u003eNext-generation LCD\u003c\/strong\u003e displays produce fire so \u003cstrong\u003elayered and dimensional\u003c\/strong\u003e — with depth, shifting color, and a log set lit from the inside — that people walk up to it and actually debate whether it's real. That's the standard Modern Flames engineered this fireplace to hit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pair-image\"\u003e\u003cimg alt=\"Modern Flames Orion Multi V2 52-inch electric fireplace installed on a stone outdoor patio with chairs and a small table\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_52_inch_fireplace_on_a_patio.jpg?v=1775184124\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cdiv class=\"quick-features\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eHELIOVISION® LCD Technology\u003c\/strong\u003e — next-gen displays with deeper blacks, richer color, and sharper contrast than any previous Orion\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdaptive Brightness\u003c\/strong\u003e — reads room lighting, adjusts flame output automatically for any time of day\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOver-the-Air Flame Updates\u003c\/strong\u003e — new flame styles delivered via the Modern Flames+ app after purchase\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eMulti-Sided Configuration\u003c\/strong\u003e — single front, 2-sided corner, or 3-sided bay to fit your layout\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuilt-In Premium Speakers\u003c\/strong\u003e — Bluetooth streaming plus 3 crackling soundscapes built in\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndoor + Outdoor Rated\u003c\/strong\u003e — approved for covered patio built-in installation, year-round\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"billboard-contact\"\u003e\n\u003cp\u003eNeed help sizing or configuring the Orion Multi V2 for your property? Call \u003ca href=\"tel:8888837568\"\u003e(888) 883-7568\u003c\/a\u003e or email \u003ca href=\"mailto:contact@resortsdepot.com\"\u003econtact@resortsdepot.com\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===== MODULE 1: The Full Picture ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eThe Full Picture\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cdiv class=\"content-image-pair\"\u003e\n\u003cdiv class=\"pair-content\"\u003e\n\u003cp\u003ePicture the corner of your restaurant patio on a cool evening in October. Guests who would have wrapped up and headed out by 8 PM are still there at 10 — ambient crackling sound carrying across the space, the flame color dialed to something warm and unhurried, drinks still going. The Orion Multi V2 is doing exactly what it was installed to do: keeping people in your space longer, in a way that feels effortless rather than engineered.\u003c\/p\u003e\n\u003cp\u003eThat same outcome plays out in hotel lobbies, resort common areas, covered outdoor dining rooms, and luxury residential great rooms. The fireplace becomes the thing people remember about the space — and the thing they tell other people about.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pair-image\"\u003e\u003cimg alt=\"Modern outdoor living space featuring the Modern Flames Orion V2 electric fireplace with a couch and coffee table in a covered patio setting\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_52_inch_fireplace_lifestyle_image_1.jpg?v=1775184124\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch4\u003eWho It's For\u003c\/h4\u003e\n\u003cp\u003eThe Orion Multi V2 is the right call for commercial properties that treat ambiance as a competitive advantage — luxury hotel lobbies, upscale restaurants, rooftop bars, resort common areas, and high-end multifamily amenity spaces where the fireplace is doing real work, not just filling wall space. The multi-sided configuration options make it particularly well-suited for peninsula and corner installations where guests experience the fireplace from more than one angle. Luxury homeowners building out covered patios, great rooms, or entertainment spaces who want a fireplace that actually holds up to scrutiny — rather than one guests politely overlook — will find the same result.\u003c\/p\u003e\n\u003ch4\u003eHELIOVISION® Flame Technology — What Changed in the V2\u003c\/h4\u003e\n\u003cp\u003eThe V2 runs on Modern Flames' \u003cstrong\u003eHELIOVISION® Flame Technology\u003c\/strong\u003e — an LCD-based display system that produces high-definition video-quality fire. The V2 is a meaningful upgrade from the original Orion, not a cosmetic refresh:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eUpgraded LCD screens\u003c\/strong\u003e with deeper blacks, richer color depth, and sharper contrast than the V1\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdaptive Brightness sensor\u003c\/strong\u003e reads ambient light and adjusts flame output automatically — no manual calibration required\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOver-the-air updates\u003c\/strong\u003e push new flame styles and graphics to the unit through the Modern Flames+ app, so the fireplace continues to get new content after the initial purchase\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTruWood-style internally lit log set\u003c\/strong\u003e crafted from the same split wood used in TruWood logs, lit from within for natural depth and realistic warmth\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eActive ember bed\u003c\/strong\u003e with movement, texture, and 10 color options — adds a layer of live realism beneath the logs that static ember beds can't match\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"clearfix\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 2: Specifications ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eSpecifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003ch3\u003eOrion Multi Fireplace Performance — What the Specs Mean for Your Property\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eHELIOVISION® LCD display\u003c\/strong\u003e — 18 distinct flame combinations (3 styles × 6 colors) to match any property's mood or setting\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdaptive Brightness sensor\u003c\/strong\u003e — flame auto-adjusts to room lighting so it looks right in any environment, any time of day\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOver-the-air updates\u003c\/strong\u003e — new flame styles delivered via the Modern Flames+ app, no hardware replacement needed\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDual-voltage heating\u003c\/strong\u003e — 5,000 BTU at 120V or 10,000 BTU at 240V covers rooms up to 800 sq. ft.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMulti-sided installation\u003c\/strong\u003e — single front, 2-sided corner, or 3-sided bay configurations — no custom fabrication required\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndoor and outdoor rated\u003c\/strong\u003e — approved for covered patio built-in installation; built-in style required outdoors\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Bluetooth speakers + 3 soundscapes\u003c\/strong\u003e — turns the flame display into a full sensory environment\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmart home integration\u003c\/strong\u003e — compatible with Alexa and Google Home; also works with the Modern Flames+ app, remote, and touch panel\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eModern Flames Orion Multi 52\" Fireplace Specifications\u003c\/h3\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel Number\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eOR52-MULTI-V2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOverall Dimensions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e51-1\/2\" W × 24-5\/16\" H × 9-9\/16\" D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eViewing Area\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e50-1\/8\" W × 18-7\/16\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eEmber Bed Depth\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e5-3\/16\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower — 120V\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAC 120V, 60Hz, 1,465W (5,000 BTUs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower — 240V\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAC 240V, 20A, 2,930W (10,000 BTUs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHeating Coverage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 800 sq. ft. (supplemental heat)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlame Technology\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eHELIOVISION® LCD — next-generation video-quality display\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlame Styles\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e3 styles (Hybrid, Wood, Gas) × 6 colors = 18 combinations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eEmber Bed\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMulti-color active ember bed — 10 colors + fade mode, 5 brightness levels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDownlighting\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMulti-color — 10 colors + fade mode, 5 brightness levels; Night Light mode available\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eLog Lighting Modes\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eStatic and Reactive (syncs log brightness to audio in real time)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSound Modes\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eNormal crackling, Starry Night, Stormy Night, Bluetooth streaming\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSpeaker System\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCustom-engineered premium integrated speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eControls\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eModern Flames+ app (iOS\/Android), premium remote, built-in 4-button touch panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSmart Home\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAmazon Alexa, Google Home\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eConnectivity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eWiFi (2.4 GHz), Bluetooth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInstallation Styles\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eBuilt-in clean face, wall mount, partial recess, 2-sided corner (L or R), 3-sided bay\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eRough Opening (Built-in)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e51\" W × 24-3\/4\" H × 9\" min. depth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eRough Opening (3-Sided\/Bay)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e50-5\/8\" W × 24-3\/4\" H × 9\" min. depth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFinished Opening (Partial Recess)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e50-15\/16\" W × 24-9\/16\" H × 2-5\/8\" min. depth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMin. Clearance Above\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e11.8\" (300mm) to mantel, TV, or ceiling\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eIndoor\/Outdoor Rating\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eIndoor and outdoor approved — built-in installation required outdoors; patio overhang ≥ 50% of height from base\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eElectrical Requirement\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eDedicated 20A circuit (120V); dedicated 20A, 2-pole circuit (240V \/ 10,000 BTU)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAvailable Sizes\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e52\", 60\", 76\", 100\", 120\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCertification\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCSA Listed (File #300773), FCC Compliant (Reg #2A7U3BOGERF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDesigned \u0026amp; Engineered\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePhoenix, Arizona, USA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMSRP (52\" model)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e$4,999\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 3: Downloads \u0026 Documents ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eDownloads \u0026amp; Documents\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cul class=\"download-list\"\u003e\n\u003cli\u003e\u003ca rel=\"noopener\" title='Orion V2 52\" Multi Sided Fireplace Specifications' href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_Multi_52_specifications.pdf?v=1775186018\" target=\"_blank\"\u003e\u003cstrong\u003eSpecifications PDF\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca rel=\"noopener\" title=\"Product Manual for the Modern Flames Orion V2 52 inch Electric Fireplace\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Manual_Orion_Multi_V2_-_US_251229_compressed.pdf?v=1775186019\" target=\"_blank\"\u003e\u003cstrong\u003eProduct Manual\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_Flyer_2026_compressed.pdf?v=1775186019\" target=\"_blank\"\u003e\u003cstrong\u003eProduct Flyer\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_Advanced_Features.pdf?v=1775186018\" target=\"_blank\"\u003e\u003cstrong\u003eAdvanced Features Graphic\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_No_Flames_Solution_Guide.pdf?v=1775186018\" target=\"_blank\"\u003e\u003cstrong\u003eNo Flames Solution Guide\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_Series_Remote.pdf?v=1775186019\" target=\"_blank\"\u003e\u003cstrong\u003eOrion Series Remote Controls Breakdown\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 4: Logistics ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eWhat's Included \u0026amp; Warranty\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003ch4\u003eIncluded with Your Orion Multi V2\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eInternally lit TruWood-style log set\u003c\/strong\u003e — realistic split-wood design lit from within for natural depth and warmth\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReflective black crushed glass\u003c\/strong\u003e — covers and accents the ember bed for a finished, layered look\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium remote control\u003c\/strong\u003e — with AAA batteries included; controls all flame, heat, audio, and lighting settings\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWall mount bracket\u003c\/strong\u003e — included for wall-mounted installation style\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDrywall stop(s)\u003c\/strong\u003e — for 2-sided and 3-sided bay corner configurations\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e\"L\" Metal Nailing Flanges\u003c\/strong\u003e — for built-in recessed installation framing attachment\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuction cups\u003c\/strong\u003e — for safe front glass removal during media installation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware kit\u003c\/strong\u003e — screws and drywall anchors for bracket and framing installation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModern Flames+ app access\u003c\/strong\u003e — iOS and Android compatible; includes over-the-air update capability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eOptional Accessories (Sold Separately)\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTruWood Premium Timber Upgrade Kit (Large)\u003c\/strong\u003e — authentic heat-treated split-wood logs that replace the included set; adds a significant step up in realism, particularly under close-up guest inspection\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStudio Suite Floating Mantel\u003c\/strong\u003e — wall-mount mantel packages built specifically for the 52\", 60\", and 76\" Orion Multi; available in Weathered Walnut, Driftwood Gray, Coastal Sand, and Ready to Finish (paint-grade white); indoor only — not for outdoor installations\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eWarranty \u0026amp; Certifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-year limited warranty\u003c\/strong\u003e — when unit is registered within 30 days of purchase\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e2-year limited warranty\u003c\/strong\u003e — unregistered units\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1-year warranty\u003c\/strong\u003e — LCD screens\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCSA Listed\u003c\/strong\u003e — File #300773; meets North American electrical safety standards\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFCC Compliant\u003c\/strong\u003e — Registration #2A7U3BOGERF; Part 15, Class B digital device\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEngineered \u0026amp; designed by Modern Flames\u003c\/strong\u003e — in-house engineering team in Phoenix, Arizona\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 5: FAQ ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eFrequently Asked Questions\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan the Orion Multi V2 be installed outdoors?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes — the Orion V2 series is approved for outdoor installation under a covered patio. The built-in recessed installation style is required for outdoor use. The patio overhang must be at least 50% of the fireplace height measured from the base, and the unit must be protected from direct water contact and direct sunlight. Wall-mount style is not approved outdoors. Call us at (888) 883-7568 if you want to walk through the outdoor installation requirements for your specific space.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat's the difference between the V1 and V2?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe V2 uses upgraded LCD displays with deeper blacks, sharper contrast, and richer color than the original Orion V1. Beyond visual quality, the V2 adds adaptive brightness (the flame automatically adjusts to match room lighting), over-the-air flame updates delivered through the new Modern Flames+ app, and custom-engineered premium speakers for Bluetooth audio streaming and three crackling sound modes. The V2 also introduces outdoor approval — the V1 was indoor only. Both generations share identical dimensions and rough opening requirements, so the V2 is a direct replacement in existing V1 installations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes this require a dedicated electrical circuit?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The 52\" model requires a dedicated 20A circuit at 120V for the standard 5,000 BTU configuration. If you want the 10,000 BTU heating capacity, the unit needs a dedicated 20A, 2-pole circuit at 220–240V — a licensed electrician handles the hardwired connection. Do not share the circuit with other appliances. The electrical rough-in goes at the top right of the framed opening.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat installation configurations are available?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe Orion Multi V2 supports five installation styles: single-sided built-in (standard front view), 2-sided corner (left or right exposure), 3-sided bay, partial recess, and wall mount. For corner and bay configurations, side glass panels and drywall stops are included. The wall mount bracket is also included and installs the fireplace with flames offset just 2 inches from the wall surface. Detailed framing dimension charts for each configuration are in the downloadable Product Manual above.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I control it with Alexa or Google Home?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The Orion Multi V2 is compatible with both Amazon Alexa and Google Home through the Modern Flames+ app. Once the fireplace is connected to your WiFi network (2.4 GHz) and paired with the app, you can link it to your smart home platform. The fireplace can also be controlled directly through the app, the included premium remote, or the built-in 4-button touch panel on the unit itself.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat flame styles and colors are available?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe V2 offers three flame styles — Hybrid, Wood, and Gas — each available in six colors: Yellow, Orange, Blue, Green, Purple, and White. That's 18 distinct flame display combinations before you factor in the independently adjustable ember bed (10 colors + fade) and downlighting (10 colors + fade). Flame speed has three levels; brightness adapts automatically or can be manually overridden. New flame styles are added over time and delivered to the unit via the Modern Flames+ app at no additional cost.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== CLOSING CTA (Always Visible) ===== --\u003e\n\u003cdiv class=\"closing-cta\"\u003e\n\u003cp\u003e\u003cstrong\u003eThe Orion Multi V2 is the fireplace guests actually talk about — and the reason some of them come back.\u003c\/strong\u003e Our team can help you land on the right size, configuration, and delivery timeline for your property.\u003c\/p\u003e\n\u003cdiv class=\"cta-buttons\"\u003e\n\u003ca href=\"tel:8888837568\"\u003e(888) 883-7568\u003c\/a\u003e \u003ca href=\"mailto:contact@resortsdepot.com\"\u003econtact@resortsdepot.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Modern Flames","offers":[{"title":"Default Title","offer_id":53487607480625,"sku":"OR52-MULTI-V2","price":4999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/ModernFlamesOrionV2MultiLinearFireplaceOrangeFlamesAngled.png?v=1775936126"},{"product_id":"modern-flames-orion-v2-60-multi-sided-lcd-electric-fireplace","title":"Modern Flames Orion V2 60\" Multi-Sided Linear LCD Electric Fireplace","description":"\u003cstyle\u003e\n\n\/* ===== FIXED CSS TEMPLATE — Copy Verbatim ===== *\/\n\n \n\n.product-description {\n\n    font-family: inherit;\n\n    line-height: 1.6;\n\n}\n\n \n\n.product-description p,\n\n.product-description ul,\n\n.product-description ol {\n\n    max-width: 1100px;\n\n    margin-left: auto;\n\n    margin-right: auto;\n\n    font-size: 18px;\n\n}\n\n \n\n.product-description img {\n\n    max-width: 900px;\n\n    width: 100%;\n\n    height: auto;\n\n    display: block;\n\n}\n\n \n\n.product-description h2 {\n\n    font-size: 32px;\n\n    margin: 30px auto 20px;\n\n    max-width: 1100px;\n\n    line-height: 1.3;\n\n    text-align: center;\n\n}\n\n \n\n.product-description h3 {\n\n    font-size: 24px;\n\n    margin: 30px auto 15px;\n\n    max-width: 1100px;\n\n    line-height: 1.3;\n\n    text-align: center;\n\n}\n\n \n\n.product-description h4 {\n\n    font-size: 20px;\n\n    margin: 25px auto 12px;\n\n    max-width: 1100px;\n\n    line-height: 1.3;\n\n    text-align: center;\n\n}\n\n \n\n\/* Quick Features Grid (Billboard) *\/\n\n.product-description .quick-features {\n\n    background: #fff7eb;\n\n    padding: 25px;\n\n    border-radius: 8px;\n\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n\n    max-width: 1100px;\n\n    margin: 25px auto;\n\n}\n\n \n\n.product-description .features-grid {\n\n    display: grid;\n\n    grid-template-columns: 1fr 1fr;\n\n    gap: 15px 30px;\n\n}\n\n \n\n.product-description .features-grid ul {\n\n    list-style: disc;\n\n    padding-left: 20px;\n\n    margin: 0;\n\n    max-width: none;\n\n}\n\n \n\n.product-description .features-grid li {\n\n    margin-bottom: 12px;\n\n    font-size: 18px;\n\n}\n\n \n\n\/* Billboard Contact Line *\/\n\n.product-description .billboard-contact {\n\n    max-width: 1100px;\n\n    margin: 15px auto 30px;\n\n    text-align: center;\n\n    font-size: 16px;\n\n}\n\n \n\n.product-description .billboard-contact a {\n\n    color: #2980b9;\n\n    text-decoration: none;\n\n    font-weight: 600;\n\n}\n\n \n\n\/* Accordion Modules *\/\n\n.product-description details.product-module {\n\n    border: 1px solid #e0e0e0;\n\n    border-radius: 8px;\n\n    margin: 15px auto;\n\n    max-width: 1100px;\n\n    overflow: hidden;\n\n}\n\n \n\n.product-description details.product-module summary {\n\n    cursor: pointer;\n\n    padding: 18px 25px;\n\n    background: #fafafa;\n\n    list-style: none;\n\n    display: flex;\n\n    align-items: center;\n\n    justify-content: space-between;\n\n}\n\n \n\n.product-description details.product-module summary::-webkit-details-marker {\n\n    display: none;\n\n}\n\n \n\n.product-description details.product-module summary::after {\n\n    content: \"+\";\n\n    font-size: 22px;\n\n    font-weight: 300;\n\n    color: #666;\n\n}\n\n \n\n.product-description details[open].product-module summary::after {\n\n    content: \"\\2212\";\n\n}\n\n \n\n.product-description .toggle-title {\n\n    font-size: 22px;\n\n    font-weight: bold;\n\n    line-height: 1.3;\n\n}\n\n \n\n.product-description .module-content {\n\n    padding: 20px 25px 30px;\n\n}\n\n \n\n\/* Closing CTA Box *\/\n\n.product-description .closing-cta {\n\n    background: #fff7eb;\n\n    padding: 25px;\n\n    border-radius: 0px;\n\n    max-width: 1100px;\n\n    margin: 30px auto;\n\n    text-align: center;\n\n}\n\n \n\n.product-description .closing-cta p {\n\n    margin: 5px 0 15px;\n\n    max-width: none;\n\n}\n\n \n\n.product-description .cta-buttons {\n\n    display: flex;\n\n    justify-content: center;\n\n    gap: 15px;\n\n    flex-wrap: wrap;\n\n}\n\n \n\n.product-description .cta-buttons a {\n\n    display: inline-block;\n\n    background: #00664A;\n\n    color: #fff;\n\n    padding: 14px 28px;\n\n    border-radius: 0px;\n\n    text-decoration: none;\n\n    font-weight: 600;\n\n    font-size: 18px;\n\n    transition: background 0.2s ease;\n\n}\n\n \n\n.product-description .cta-buttons a:hover {\n\n    background: #004D38;\n\n}\n\n \n\n\/* Tables *\/\n\n.product-description .table-wrapper {\n\n    max-width: 1100px;\n\n    margin: 30px auto;\n\n    overflow-x: auto;\n\n}\n\n \n\n.product-description table {\n\n    width: 100%;\n\n    border-collapse: collapse;\n\n}\n\n \n\n.product-description table thead {\n\n    background: linear-gradient(135deg, #00664A 0%, #004D38 100%);\n\n    color: white;\n\n}\n\n \n\n.product-description table th,\n\n.product-description table td {\n\n    padding: 12px 15px;\n\n    text-align: left;\n\n    border: 1px solid #ddd;\n\n    font-size: 18px;\n\n}\n\n \n\n.product-description table thead th {\n\n    color: #f8f8f8;\n\n}\n\n \n\n.product-description table tbody tr:nth-child(even) {\n\n    background: #f9f9f9;\n\n}\n\n \n\n\/* Spec Cards Grid *\/\n\n.product-description .specs-grid {\n\n    display: grid;\n\n    grid-template-columns: repeat(2, 1fr);\n\n    gap: 15px;\n\n    max-width: 1100px;\n\n    margin: 20px auto;\n\n}\n\n \n\n.product-description .spec-card {\n\n    background: #f8f9fa;\n\n    padding: 15px;\n\n    border-radius: 5px;\n\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n\n    font-size: 18px;\n\n}\n\n \n\n.product-description .spec-card strong {\n\n    color: #2c3e50;\n\n}\n\n \n\n\/* FAQ Layout *\/\n\n.product-description .faq-item {\n\n    display: grid;\n\n    grid-template-columns: 30% 70%;\n\n    gap: 20px;\n\n    margin-bottom: 25px;\n\n    max-width: 1100px;\n\n    margin-left: auto;\n\n    margin-right: auto;\n\n}\n\n \n\n.product-description .faq-question {\n\n    font-weight: bold;\n\n    font-size: 18px;\n\n}\n\n \n\n.product-description .faq-answer {\n\n    font-size: 18px;\n\n}\n\n \n\n\/* Image Positioning *\/\n\n.product-description .image-right {\n\n    float: right;\n\n    margin: 0 0 20px 30px;\n\n}\n\n \n\n.product-description .image-left {\n\n    float: left;\n\n    margin: 0 30px 20px 0;\n\n}\n\n \n\n.product-description .image-center {\n\n    margin: 30px auto;\n\n    display: block;\n\n}\n\n \n\n\/* Content-Image Pairs *\/\n\n.product-description .content-image-pair {\n\n    display: flex;\n\n    align-items: center;\n\n    gap: 30px;\n\n    max-width: 1100px;\n\n    margin: 20px auto 25px;\n\n}\n\n \n\n.product-description .content-image-pair .pair-content {\n\n    flex: 2;\n\n}\n\n \n\n.product-description .content-image-pair .pair-content p,\n\n.product-description .content-image-pair .pair-content ul,\n\n.product-description .content-image-pair .pair-content ol {\n\n    margin-left: 0;\n\n    margin-right: 0;\n\n    max-width: none;\n\n}\n\n \n\n.product-description .content-image-pair .pair-content .specs-grid {\n\n    margin-left: 0;\n\n    margin-right: 0;\n\n    max-width: none;\n\n}\n\n \n\n.product-description .content-image-pair .pair-image {\n\n    flex: 3;\n\n}\n\n \n\n.product-description .content-image-pair .pair-image img {\n\n    width: 100%;\n\n    height: auto;\n\n    border-radius: 0px;\n\n}\n\n \n\n\/* Download List (Module 3) *\/\n\n.product-description .download-list {\n\n    list-style: none;\n\n    padding-left: 0;\n\n}\n\n \n\n.product-description .download-list li {\n\n    padding-left: 28px;\n\n    position: relative;\n\n    margin-bottom: 12px;\n\n}\n\n \n\n.product-description .download-list li::before {\n\n    content: \"\";\n\n    position: absolute;\n\n    left: 0;\n\n    top: 2px;\n\n    width: 18px;\n\n    height: 20px;\n\n    background: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M10 0H2C0.9 0 0 0.9 0 2v16c0 1.1 0.9 2 2 2h12c1.1 0 2-0.9 2-2V6l-6-6z' fill='%2300664A'\/%3E%3Cpath d='M10 0v6h6' fill='%23004D38'\/%3E%3C\/svg%3E\") no-repeat center\/contain;\n\n}\n\n \n\n.product-description .download-list a {\n\n    color: #2980b9;\n\n    text-decoration: none;\n\n    font-weight: 600;\n\n}\n\n \n\n.product-description .download-list a:hover {\n\n    text-decoration: underline;\n\n}\n\n \n\n\/* Video *\/\n\n.product-description .video-container {\n\n    max-width: 1100px;\n\n    margin: 30px auto;\n\n}\n\n \n\n.product-description .video-container video {\n\n    width: 100%;\n\n    max-width: 600px;\n\n    height: auto;\n\n    display: block;\n\n    margin: 0 auto;\n\n}\n\n \n\n\/* Lists *\/\n\n.product-description ul,\n\n.product-description ol {\n\n    padding-left: 25px;\n\n}\n\n \n\n.product-description li {\n\n    margin-bottom: 8px;\n\n    font-size: 18px;\n\n}\n\n \n\n\/* Utilities *\/\n\n.product-description .clearfix::after {\n\n    content: \"\";\n\n    display: table;\n\n    clear: both;\n\n}\n\n \n\n\/* Mobile Responsive *\/\n\n@media (max-width: 768px) {\n\n    .product-description .features-grid {\n\n        grid-template-columns: 1fr;\n\n    }\n\n \n\n    .product-description .image-right,\n\n    .product-description .image-left {\n\n        float: none;\n\n        margin: 20px auto;\n\n    }\n\n \n\n    .product-description .specs-grid {\n\n        grid-template-columns: 1fr;\n\n    }\n\n \n\n    .product-description .faq-item {\n\n        grid-template-columns: 1fr;\n\n        gap: 10px;\n\n    }\n\n \n\n    .product-description .content-image-pair {\n\n        flex-direction: column-reverse;\n\n        align-items: stretch;\n\n    }\n\n \n\n    .product-description .cta-buttons {\n\n        flex-direction: column;\n\n        align-items: center;\n\n    }\n\n \n\n    .product-description .cta-buttons a {\n\n        width: 100%;\n\n        max-width: 300px;\n\n        text-align: center;\n\n    }\n\n \n\n    .product-description .table-wrapper {\n\n        overflow-x: scroll;\n\n    }\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- ===== BILLBOARD (Always Visible) ===== --\u003e\n\u003ch2\u003eGive Your Space a Fire Worth Gathering Around — Modern Flames Orion Multi 60\u003c\/h2\u003e\n\u003cdiv class=\"content-image-pair\"\u003e\n\u003cdiv class=\"pair-content\"\u003e\n\u003cp\u003eMost electric fireplaces give themselves away the moment you look closely — flat flame, plastic glow, nothing that makes anyone pull up a chair. The Orion V2 Multi 60 runs on next-generation LCD display technology that produces flames so dimensional and realistically lit, with logs glowing from the inside and an active ember bed underneath, that the first question guests ask is whether it's actually burning something. And unlike a gas unit, it goes indoors or out, installs without permits, and gets better over time through over-the-air flame updates delivered straight to the Modern Flames + app.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pair-image\"\u003e\u003cimg alt=\"Guests gathered around the Modern Flames Orion V2 Multi 60 three-sided electric fireplace in an outdoor pool and garden setting\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/OrionV2MultiSidedElectricFireplaceLifestyleImage.jpg?v=1775188931\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cdiv class=\"quick-features\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLCD Fire Technology\u003c\/strong\u003e — Next-gen displays produce dimensional, video-quality flames that actually look real\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMulti-Sided Viewing\u003c\/strong\u003e — Configure as single, left corner, right corner, or 3-sided bay — one unit fits four layouts\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndoor \u0026amp; Outdoor Rated\u003c\/strong\u003e — CSA certified for covered outdoor installation: pool decks, patios, open-air dining\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuilt-In Bluetooth Audio\u003c\/strong\u003e — Stream music or choose from 3 fire soundscapes through premium built-in speakers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eApp + Voice Control\u003c\/strong\u003e — Adjust flames, colors, heat, and sound from your phone, Alexa, or Google Home\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDual-Voltage Heating\u003c\/strong\u003e — Wire at 120V (5,000 BTU) or 240V (10,000 BTU) to heat up to 800 sq ft\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"billboard-contact\"\u003e\n\u003cp\u003eQuestions about sizing, configuration, or outdoor installation requirements? Call \u003ca href=\"tel:8888837568\"\u003e(888) 883-7568\u003c\/a\u003e or email \u003ca href=\"mailto:contact@resortsdepot.com\"\u003econtact@resortsdepot.com\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===== MODULE 1: The Full Picture ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eThe Full Picture\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cdiv class=\"content-image-pair\"\u003e\n\u003cdiv class=\"pair-content\"\u003e\n\u003cp\u003eThere's a reason the best hotel lobbies and high-end restaurants spend real money on their fireplaces. Fire changes how people feel in a space — it slows guests down, keeps them at the table longer, and creates atmosphere that no amount of accent lighting or artwork replicates. The problem has always been that electric fireplaces looked electric. Guests clocked it immediately, and that cheapened everything around it.\u003c\/p\u003e\n\u003cp\u003eModern Flames rebuilt the Orion from the display up for the V2 generation. The LCD screens now produce sharper contrast, richer color depth, and deeper blacks — the difference you see in a premium display versus a budget one. Adaptive brightness reads the room and adjusts the flame automatically, so the fire looks right at noon on a sun-drenched patio and equally right at midnight in a darkened lounge. New flame styles arrive over the air through the Modern Flames + app, which means the fireplace you install today isn't the ceiling — it's a starting point.\u003c\/p\u003e\n\u003cp\u003eThe multi-sided configuration is what separates this unit from every other linear electric fireplace. A single OR60-MULTI-V2 installs as a standard front-view fireplace, a left or right corner piece, or a three-sided bay that guests can gather around from multiple directions. One fireplace, four fundamentally different spatial applications — all from the same framed rough opening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pair-image\"\u003e\u003cimg alt=\"Close-up of the Modern Flames Orion V2 LCD flame display showing dimensional wood-style fire with lit log set and active ember bed\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_Flame_Close_Up_1.png?v=1775190350\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clearfix\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 900px; margin: 30px auto;\"\u003e\u003ciframe title=\"Modern Flames Orion V2 Series — Product Preview\" src=\"https:\/\/www.youtube.com\/embed\/JUn6XYxdsdQ?si=ySwP7cmKZXIG-oOF\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003ch4\u003eWho It's For\u003c\/h4\u003e\n\u003cp\u003eThe Orion Multi 60 is the right fit for hospitality and commercial properties where the fireplace is a focal point — hotel lobbies, resort common areas, high-end restaurant feature walls, covered outdoor bars, and rooftop terraces where guests need a reason to linger. The outdoor rating and multi-sided configurations make it particularly well-suited for open-air dining concepts that need a centerpiece visible from every seat. Luxury residential buyers get the same commercial-grade LCD technology in a format built for custom media walls and great room installations, without the gas line, the permit, or the annual service call. Properties that have installed competing electric units and been let down by how visibly digital they looked frequently cite the Orion V2's display realism as the deciding factor when switching.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 2: Specifications ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eSpecifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003ch3\u003eWhat the Modern Flames Orion V2 Multi 60 Delivers for Your Property\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNext-Gen LCD Displays\u003c\/strong\u003e — Richer color, sharper contrast, and deeper blacks — guests don't immediately clock it as electric\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdaptive Brightness\u003c\/strong\u003e — Reads ambient light and adjusts the flame automatically, so it looks right any time of day\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOver-the-Air Updates\u003c\/strong\u003e — New flame styles arrive via the Modern Flames + app after purchase, so the fireplace keeps improving\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFour Installation Configurations\u003c\/strong\u003e — Single-sided, left corner, right corner, or 3-sided bay — one unit, four distinct layouts\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDual-Voltage Heating\u003c\/strong\u003e — \u003cstrong\u003e5,000 BTU\u003c\/strong\u003e at 120V or \u003cstrong\u003e10,000 BTU\u003c\/strong\u003e at 240V, covering up to \u003cstrong\u003e800 sq ft\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOutdoor-Rated\u003c\/strong\u003e — CSA certified for covered patio installation, so pool decks and open-air dining areas qualify\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTruWood Lit Log Set\u003c\/strong\u003e — Split-wood logs lit from within for depth and warmth guests read as real\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eActive Ember Bed\u003c\/strong\u003e — Movement, texture, and vivid color beneath the logs with independent brightness and color control\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Built-In Speakers\u003c\/strong\u003e — Three crackling soundscapes plus Bluetooth streaming — no separate audio system needed\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeater Lockout\u003c\/strong\u003e — Built-in switch disables heat entirely for warm-climate or outdoor ambiance-only installations\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eComplete Specifications — OR60-MULTI-V2\u003c\/h3\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel Number\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eOR60-MULTI-V2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOverall Dimensions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e60\"W × 23-7\/8\"H × 9-9\/16\"D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eViewing Area\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e58-11\/16\"W × 18-7\/16\"H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eRough Opening — Standard\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e59-1\/2\"W × 24-3\/4\"H × 9\" min depth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eRough Opening — 3-Sided\/Bay\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e59-1\/8\"W × 24-3\/4\"H × 9\" min depth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower — Standard (5,000 BTU)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e120V \/ 60Hz \/ 1,465W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower — High Heat (10,000 BTU)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e240V \/ 2,930W — dedicated 20A, 2-pole circuit required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHeating Coverage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 800 sq ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlame Technology\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eNext-Generation LCD Display\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlame Styles\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e3 (Wood, Gas, Hybrid)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlame Colors\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e6 per style — Yellow, Orange, Blue, Green, Purple, White (18 total combinations)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eEmber Bed\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e10 colors + fade mode, independently controlled\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDownlighting\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e10 colors + fade mode, independently controlled\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSound Modes\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eNormal, Starry Night, Stormy Night, Bluetooth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eLog Lighting Modes\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eStatic, Reactive (syncs to audio)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eControls\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eBuilt-in touch panel, premium remote, Modern Flames + app (iOS \u0026amp; Android)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSmart Home\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAmazon Alexa, Google Home compatible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eConnectivity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eWiFi 2.4 GHz, Bluetooth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInstallation Types\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSingle-sided, left corner, right corner, 3-sided bay, wall mount\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eClearance — Top\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e11.8\" minimum to mantel, TV, or ceiling\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eClearance — Bottom \/ Sides \/ Back\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e0\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eIndoor\/Outdoor Rating\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eYes — covered outdoor installation approved (built-in configuration only)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCertification\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCSA Listed — Standard 300773\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFCC Registration\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2A7U3BOGERF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDesigned \u0026amp; Engineered\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePhoenix, Arizona (Modern Flames in-house engineering team)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 3: Downloads \u0026 Documents ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eDownloads \u0026amp; Documents\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cul class=\"download-list\"\u003e\n\u003cli\u003e\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_Multi_60_Specifications.pdf?v=1775191985\" target=\"_blank\"\u003e\u003cstrong\u003eSpecifications PDF\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Manual_Orion_Multi_V2_-_US_251229_compressed.pdf?v=1775186019\" target=\"_blank\"\u003e\u003cstrong\u003eProduct Manual\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_Flyer_2026_compressed.pdf?v=1775186019\" target=\"_blank\"\u003e\u003cstrong\u003eProduct Flyer\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_Advanced_Features.pdf?v=1775186018\" target=\"_blank\"\u003e\u003cstrong\u003eAdvanced Features Graphic\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_No_Flames_Solution_Guide.pdf?v=1775186018\" target=\"_blank\"\u003e\u003cstrong\u003eNo Flames Solution Guide\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_Series_Remote.pdf?v=1775186019\" target=\"_blank\"\u003e\u003cstrong\u003eOrion Series Remote Controls Breakdown\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 4: Logistics ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eWhat's Included \u0026amp; Warranty\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003ch4\u003eIncluded with Your Orion Multi 60\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eInternally lit TruWood-style log set\u003c\/strong\u003e — Wired log set lit from within; painted face-side for natural orientation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReflective black crushed glass media\u003c\/strong\u003e — Covers the full ember bed for a finished, polished appearance\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood chips\u003c\/strong\u003e — Scattered over crushed glass for added depth and texture\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium remote control\u003c\/strong\u003e — Full-featured remote covering flame style, color, speed, audio, heat, and thermostat (2 AAA batteries required)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWall mount bracket\u003c\/strong\u003e — Included; removed for built-in and corner configurations\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMounting hardware kit\u003c\/strong\u003e — Drywall anchors and screws for bracket installation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuction cups\u003c\/strong\u003e — For safe front glass removal during log set installation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModern Flames + app\u003c\/strong\u003e — Free download on iOS and Android; enables WiFi control, flame customization, and over-the-air updates\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eOptional Accessories (Sold Separately)\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eStudio Suite Floating Mantel System\u003c\/strong\u003e — Purpose-built mantel for the 60\" Orion Multi in four finishes (Weathered Walnut, Driftwood Gray, Coastal Sand, Ready to Finish); $1,400; ideal when building a complete media wall installation around the fireplace\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTruWood Premium Timber Upgrade Kit\u003c\/strong\u003e — Authentic handcrafted wood logs with natural bark and charring that replace the included log set; for installations where maximum log realism is the priority; pricing varies by size\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eWarranty \u0026amp; Certifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-year limited warranty\u003c\/strong\u003e — Registered units; covers parts and workmanship\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e2-year limited warranty\u003c\/strong\u003e — Unregistered units\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1-year warranty\u003c\/strong\u003e — LCD screens specifically\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCSA Listed\u003c\/strong\u003e — Standard 300773; certified for indoor and covered outdoor installation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEngineered and designed in Phoenix, Arizona\u003c\/strong\u003e — by Modern Flames' in-house engineering team\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 5: FAQ ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eFrequently Asked Questions\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this fireplace be installed in a covered outdoor space — a restaurant patio, pool deck, or resort common area?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The Orion V2 Multi series is tested and approved for outdoor installation under a covered patio. The roof overhang must be at least 50% of the patio height measured from the bottom of the fireplace, and the unit must sit a minimum of 2 inches above the floor. Only the built-in installation method is approved for outdoor use — wall mount is not permitted in outdoor applications.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I run the fireplace for ambiance only without generating heat?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The flame display runs independently of the heater — you can use the visual without activating heat at any time. For permanent installations where heat is never needed, the unit includes a built-in micro switch inside the viewing area that locks out the heater entirely, which is particularly useful for warm-climate and outdoor installations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow does the multi-sided configuration work — do I need separate units for a corner vs. a straight wall?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eOne unit handles all four configurations. You set it up during installation as single-sided, left corner, right corner, or three-sided bay by removing or installing the side plates and drywall stops that ship with the unit. The framing dimensions change slightly depending on which configuration you choose — the specifications PDF and owner's manual detail the rough opening for each.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat electrical requirements does the 10,000 BTU heating mode need?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe 10,000 BTU mode requires a dedicated \u003cstrong\u003e220–240V, 20-amp circuit\u003c\/strong\u003e with a 4-wire connection (L1, L2, neutral, ground). Standard 5,000 BTU operation runs on a dedicated \u003cstrong\u003e120V, 20-amp\u003c\/strong\u003e circuit. A qualified electrician must complete the hardwire connection — built-in installations do not use a standard plug.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill new flame styles actually be added after purchase, and does that cost anything?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNew flame styles and graphics are delivered through the Modern Flames + app via over-the-air updates at no additional cost. The app connects via WiFi and updates the fireplace's flame library automatically. This is exclusive to the V2 generation — the original Orion V1 does not receive OTA updates.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat's the difference between the Orion V2 Multi and the Orion V2 Slim — and how do I know which one fits our installation?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe Multi is \u003cstrong\u003e9-9\/16\" deep\u003c\/strong\u003e and supports multi-sided corner and bay configurations with up to 10,000 BTU output. The Slim is \u003cstrong\u003e6\" deep\u003c\/strong\u003e, fits a standard 2x6 wall without a bump-out, but is single-sided only and limited to 5,000 BTU. If corner viewing, bay installation, or higher heat output is a requirement, the Multi is the right choice. If wall depth is the primary constraint, the Slim delivers identical LCD flame technology in a significantly shallower footprint.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== CLOSING CTA (Always Visible) ===== --\u003e\n\u003cdiv class=\"closing-cta\"\u003e\n\u003cp\u003e\u003cstrong\u003eThe Orion Multi 60 is the only electric fireplace that installs as a corner, a bay, or a standard front-view unit — and carries an outdoor rating for covered patios and pool decks.\u003c\/strong\u003e Talk to our team about configuration, framing dimensions, and delivery timelines before you order.\u003c\/p\u003e\n\u003cdiv class=\"cta-buttons\"\u003e\n\u003ca href=\"tel:8888837568\"\u003e(888) 883-7568\u003c\/a\u003e \u003ca href=\"mailto:contact@resortsdepot.com\"\u003econtact@resortsdepot.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Modern Flames","offers":[{"title":"Default Title","offer_id":53487607742769,"sku":"OR60-MULTI-V2","price":5499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/ModernFlamesOrionV2MultiLinearFireplaceOrangeFlames.png?v=1775936126"},{"product_id":"modern-flames-orion-v2-76-multi-sided-lcd-electric-fireplace","title":"Modern Flames Orion V2 76\" Multi-Sided Linear LCD Electric Fireplace","description":"\u003cstyle\u003e\n\n\/* ===== FIXED CSS TEMPLATE — Copy Verbatim ===== *\/\n\n.product-description {\n    font-family: inherit;\n    line-height: 1.6;\n}\n\n.product-description p,\n.product-description ul,\n.product-description ol {\n    max-width: 1100px;\n    margin-left: auto;\n    margin-right: auto;\n    font-size: 18px;\n}\n\n.product-description img {\n    max-width: 900px;\n    width: 100%;\n    height: auto;\n    display: block;\n}\n\n.product-description h2 {\n    font-size: 32px;\n    margin: 30px auto 20px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n.product-description h3 {\n    font-size: 24px;\n    margin: 30px auto 15px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n.product-description h4 {\n    font-size: 20px;\n    margin: 25px auto 12px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n\/* Quick Features Grid (Billboard) *\/\n.product-description .quick-features {\n    background: #fff7eb;\n    padding: 25px;\n    border-radius: 8px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    max-width: 1100px;\n    margin: 25px auto;\n}\n\n.product-description .features-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 15px 30px;\n}\n\n.product-description .features-grid ul {\n    list-style: disc;\n    padding-left: 20px;\n    margin: 0;\n    max-width: none;\n}\n\n.product-description .features-grid li {\n    margin-bottom: 12px;\n    font-size: 18px;\n}\n\n\/* Billboard Contact Line *\/\n.product-description .billboard-contact {\n    max-width: 1100px;\n    margin: 15px auto 30px;\n    text-align: center;\n    font-size: 16px;\n}\n\n.product-description .billboard-contact a {\n    color: #2980b9;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n\/* Accordion Modules *\/\n.product-description details.product-module {\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    margin: 15px auto;\n    max-width: 1100px;\n    overflow: hidden;\n}\n\n.product-description details.product-module summary {\n    cursor: pointer;\n    padding: 18px 25px;\n    background: #fafafa;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n}\n\n.product-description details.product-module summary::-webkit-details-marker {\n    display: none;\n}\n\n.product-description details.product-module summary::after {\n    content: \"+\";\n    font-size: 22px;\n    font-weight: 300;\n    color: #666;\n}\n\n.product-description details[open].product-module summary::after {\n    content: \"\\2212\";\n}\n\n.product-description .toggle-title {\n    font-size: 22px;\n    font-weight: bold;\n    line-height: 1.3;\n}\n\n.product-description .module-content {\n    padding: 20px 25px 30px;\n}\n\n\/* Closing CTA Box *\/\n.product-description .closing-cta {\n    background: #fff7eb;\n    padding: 25px;\n    border-radius: 8px;\n    max-width: 1100px;\n    margin: 30px auto;\n    text-align: center;\n}\n\n.product-description .closing-cta p {\n    margin: 5px 0 15px;\n    max-width: none;\n}\n\n.product-description .cta-buttons {\n    display: flex;\n    justify-content: center;\n    gap: 15px;\n    flex-wrap: wrap;\n}\n\n.product-description .cta-buttons a {\n    display: inline-block;\n    background: #00664A;\n    color: #fff;\n    padding: 14px 28px;\n    border-radius: 6px;\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 18px;\n    transition: background 0.2s ease;\n}\n\n.product-description .cta-buttons a:hover {\n    background: #004D38;\n}\n\n\/* Tables *\/\n.product-description .table-wrapper {\n    max-width: 1100px;\n    margin: 30px auto;\n    overflow-x: auto;\n}\n\n.product-description table {\n    width: 100%;\n    border-collapse: collapse;\n}\n\n.product-description table thead {\n    background: linear-gradient(135deg, #00664A 0%, #004D38 100%);\n    color: white;\n}\n\n.product-description table th,\n.product-description table td {\n    padding: 12px 15px;\n    text-align: left;\n    border: 1px solid #ddd;\n    font-size: 18px;\n}\n\n.product-description table thead th {\n    color: #f8f8f8;\n}\n\n.product-description table tbody tr:nth-child(even) {\n    background: #f9f9f9;\n}\n\n\/* Spec Cards Grid *\/\n.product-description .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px;\n    max-width: 1100px;\n    margin: 20px auto;\n}\n\n.product-description .spec-card {\n    background: #f8f9fa;\n    padding: 15px;\n    border-radius: 5px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    font-size: 18px;\n}\n\n.product-description .spec-card strong {\n    color: #2c3e50;\n}\n\n\/* FAQ Layout *\/\n.product-description .faq-item {\n    display: grid;\n    grid-template-columns: 30% 70%;\n    gap: 20px;\n    margin-bottom: 25px;\n    max-width: 1100px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.product-description .faq-question {\n    font-weight: bold;\n    font-size: 18px;\n}\n\n.product-description .faq-answer {\n    font-size: 18px;\n}\n\n\/* Image Positioning *\/\n.product-description .image-right {\n    float: right;\n    margin: 0 0 20px 30px;\n}\n\n.product-description .image-left {\n    float: left;\n    margin: 0 30px 20px 0;\n}\n\n.product-description .image-center {\n    margin: 30px auto;\n    display: block;\n}\n\n\/* Content-Image Pairs *\/\n.product-description .content-image-pair {\n    display: flex;\n    align-items: center;\n    gap: 30px;\n    max-width: 1100px;\n    margin: 20px auto 25px;\n}\n\n.product-description .content-image-pair .pair-content {\n    flex: 2;\n}\n\n.product-description .content-image-pair .pair-content p,\n.product-description .content-image-pair .pair-content ul,\n.product-description .content-image-pair .pair-content ol {\n    margin-left: 0;\n    margin-right: 0;\n    max-width: none;\n}\n\n.product-description .content-image-pair .pair-content .specs-grid {\n    margin-left: 0;\n    margin-right: 0;\n    max-width: none;\n}\n\n.product-description .content-image-pair .pair-image {\n    flex: 3;\n}\n\n.product-description .content-image-pair .pair-image img {\n    width: 100%;\n    height: auto;\n    border-radius: 0px;\n}\n\n\/* Download List (Module 3) *\/\n.product-description .download-list {\n    list-style: none;\n    padding-left: 0;\n}\n\n.product-description .download-list li {\n    padding-left: 28px;\n    position: relative;\n    margin-bottom: 12px;\n}\n\n.product-description .download-list li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    width: 18px;\n    height: 20px;\n    background: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M10 0H2C0.9 0 0 0.9 0 2v16c0 1.1 0.9 2 2 2h12c1.1 0 2-0.9 2-2V6l-6-6z' fill='%2300664A'\/%3E%3Cpath d='M10 0v6h6' fill='%23004D38'\/%3E%3C\/svg%3E\") no-repeat center\/contain;\n}\n\n.product-description .download-list a {\n    color: #2980b9;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n.product-description .download-list a:hover {\n    text-decoration: underline;\n}\n\n\/* Video *\/\n.product-description .video-container {\n    max-width: 1100px;\n    margin: 30px auto;\n}\n\n.product-description .video-container video {\n    width: 100%;\n    max-width: 600px;\n    height: auto;\n    display: block;\n    margin: 0 auto;\n}\n\n\/* Lists *\/\n.product-description ul,\n.product-description ol {\n    padding-left: 25px;\n}\n\n.product-description li {\n    margin-bottom: 8px;\n    font-size: 18px;\n}\n\n\/* Utilities *\/\n.product-description .clearfix::after {\n    content: \"\";\n    display: table;\n    clear: both;\n}\n\n\/* Mobile Responsive *\/\n@media (max-width: 768px) {\n    .product-description .features-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .product-description .image-right,\n    .product-description .image-left {\n        float: none;\n        margin: 20px auto;\n    }\n\n    .product-description .specs-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .product-description .faq-item {\n        grid-template-columns: 1fr;\n        gap: 10px;\n    }\n\n    .product-description .content-image-pair {\n        flex-direction: column-reverse;\n        align-items: stretch;\n    }\n\n    .product-description .cta-buttons {\n        flex-direction: column;\n        align-items: center;\n    }\n\n    .product-description .cta-buttons a {\n        width: 100%;\n        max-width: 300px;\n        text-align: center;\n    }\n\n    .product-description .table-wrapper {\n        overflow-x: scroll;\n    }\n}\n\n\/* ===== ADDITIONAL STYLES (YouTube iframe responsive embed) ===== *\/\n\n.product-description .video-responsive {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    max-width: 800px;\n    margin: 0 auto;\n}\n\n.product-description .video-responsive iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: 0;\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- ===== BILLBOARD (Always Visible) ===== --\u003e\n\u003ch2\u003eThe Modern Flames Orion Virtual Electric Fireplace Your Guests Will Assume Is Real\u003c\/h2\u003e\n\u003cdiv class=\"content-image-pair\"\u003e\n\u003cdiv class=\"pair-content\"\u003e\n\u003cp\u003eMost electric fireplaces look exactly like what they are — a screen trying to pass as fire. The Orion V2 runs on \u003cstrong\u003enext-generation LCD technology with adaptive brightness\u003c\/strong\u003e that automatically reads your room's lighting and adjusts. At \u003cstrong\u003e76 inches wide\u003c\/strong\u003e, it's the kind of installation guests stop to look at — and spend the next five minutes trying to figure out.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pair-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion-Multi-120-Orange-Fireplace-800x453.jpg?v=1775268416\" alt=\"Modern Flames Orion V2 electric fireplace installed in a luxury living room with orange flames\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cdiv class=\"quick-features\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNext-Gen LCD Flames\u003c\/strong\u003e — Deeper, dimensional fire that doesn't look like a screen\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdaptive Brightness\u003c\/strong\u003e — Auto-adjusts to room lighting so flames always look natural\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModern Flames + App\u003c\/strong\u003e — Full control from your phone, plus new flame styles over the air\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFour Installation Configurations\u003c\/strong\u003e — Single, left corner, right corner, or 3-sided bay\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuilt-In Premium Speakers\u003c\/strong\u003e — Bluetooth streaming plus 3 crackling fire soundscapes\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndoor + Outdoor Rated\u003c\/strong\u003e — Approved for covered patio and exterior installations\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"billboard-contact\"\u003e\n\u003cp\u003eNeed a commercial quote or help specifying the right size for your property? Call \u003ca href=\"tel:8888837568\"\u003e(888) 883-7568\u003c\/a\u003e or email \u003ca href=\"mailto:contact@resortsdepot.com\"\u003econtact@resortsdepot.com\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===== MODULE 1: The Full Picture ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eThe Full Picture\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cp\u003eA design director specifying amenities for a boutique hotel lobby had a problem most commercial properties face: the architecture was strong, but nothing in the room pulled people in. A gas fireplace meant ventilation modifications, maintenance contracts, and permitting delays that added months to the build-out. They installed the Orion V2 76\" behind a floating stone feature wall — no gas lines, no chimney, no annual service calls. The lobby started showing up in guest reviews within weeks of opening.\u003c\/p\u003e\n\u003cp\u003eThe V2 is the most future-proof fireplace in the Modern Flames catalog. Over-the-air flame updates mean the unit receives new flame styles through the app after installation — the same way a phone gets software updates, long after purchase. The adaptive brightness sensor reads the room continuously and adjusts flame intensity automatically, which means it looks right at a breakfast service and just as right during an evening cocktail hour.\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cdiv class=\"video-responsive\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/JUn6XYxdsdQ?si=ySwP7cmKZXIG-oOF\" title=\"Modern Flames Orion V2 Series Overview\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch4\u003eWho It's For\u003c\/h4\u003e\n\u003cp\u003eHotel properties and resort developers use this fireplace to anchor lobbies, dining rooms, and lounge spaces that need a clear focal point without the infrastructure of gas or wood. Upscale restaurants install it in dining areas and covered outdoor patios to extend the season and give guests a reason to linger. Luxury homeowners choose it for great rooms and entertainment spaces where the fireplace is expected to be the first thing people comment on. At 76 inches wide, it works in spaces that demand a statement — not just warmth.\u003c\/p\u003e\n\u003cdiv class=\"clearfix\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 2: Specifications ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eSpecifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003ch3\u003eWhat Sets the Orion V2 Virtual Electric Fireplace Apart\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNext-gen LCD display\u003c\/strong\u003e — richer color, deeper blacks, and sharper contrast so flames look like actual fire rather than a screen\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdaptive brightness sensor\u003c\/strong\u003e — reads ambient room light continuously and auto-adjusts flame intensity so it always looks right\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOver-the-air flame updates\u003c\/strong\u003e — new flame styles delivered through the app after purchase so the fireplace keeps improving\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDual-voltage ceramic heater\u003c\/strong\u003e — \u003cstrong\u003e5,000 BTU\u003c\/strong\u003e at 120V or \u003cstrong\u003e10,000 BTU\u003c\/strong\u003e at 240V, heating spaces up to \u003cstrong\u003e800 sq ft\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFour installation configurations\u003c\/strong\u003e — single, left corner, right corner, or 3-sided bay to fit nearly any architectural layout\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndoor and outdoor rated\u003c\/strong\u003e — approved for covered patio installation so one unit handles both interior and exterior spaces\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTruWood log set, internally lit\u003c\/strong\u003e — crafted from actual split wood and lit from within so logs look real at close range\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuilt-in premium speakers\u003c\/strong\u003e — Bluetooth streaming plus three crackling soundscapes so the fireplace delivers a multisensory experience\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg class=\"image-center\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_Flame_Close_Up_1.png?v=1775190350\" alt=\"Close-up of the Modern Flames Orion V2 LCD flame display showing realistic fire detail and log set\"\u003e\n\u003ch3\u003eOrion Multi 76\" Specifications — OR76-MULTI-V2\u003c\/h3\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel Number\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eOR76-MULTI-V2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOverall Dimensions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e75-3\/4\" W × 24-5\/16\" H × 9-9\/16\" D (1925 × 618 × 240 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eViewing Area\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e74-7\/16\" W × 18-7\/16\" H (1891 × 468 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWall-Mount Profile\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eViewing area extends only 1.5\" from wall face when wall-mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eRough Opening (Standard Built-In)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e75-1\/4\" W × 24-3\/4\" H, min. 9\" depth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eRough Opening (3-Sided\/Bay)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e74-15\/16\" W × 24-3\/4\" H, min. 9\" depth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStandard Power\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAC 120V, 60Hz, 1,465W — 5,000 BTU\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOptional High-Heat Power\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAC 240V, 2,930W — 10,000 BTU (requires dedicated 20A 2-pole circuit)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHeating Coverage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 800 sq ft (supplemental heat — not intended as primary heat source)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlame Technology\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eNext-generation LCD display with adaptive brightness\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlame Styles\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e3 styles (Hybrid, Wood, Gas) × 6 colors each (Yellow, Orange, Blue, Green, Purple, White) = 18 combinations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eEmber Bed\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMulti-color with 5 brightness levels and fade mode; Reactive mode syncs to audio\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDownlighting\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMulti-color with 5 brightness levels, 10 color options, and fade mode\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSound Modes\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eNormal (crackling), Starry Night (crackling + wind), Stormy Night (crackling + wind + thunder), Bluetooth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eLog Lighting Modes\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eStatic (constant glow), Reactive (syncs to fireplace audio or Bluetooth input)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eControls\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eModern Flames + app (iOS\/Android, WiFi), premium remote control, built-in touch panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSmart Home Compatibility\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAmazon Alexa, Google Home\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eConnectivity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eWiFi 2.4 GHz, Bluetooth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInstallation Configurations\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSingle-sided, left corner (2-sided), right corner (2-sided), 3-sided bay\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMounting Options\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eFull recess (built-in), partial recess, wall mount\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eIndoor\/Outdoor Rating\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eApproved for indoor and outdoor use under covered patio (built-in installation only outdoors)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eClearance to Combustibles (Top)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMin. 11.8\" (300mm) to mantel, TV, or ceiling\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCertifications\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCSA Listed (Standard 300773), FCC (Reg. No. 2A7U3BOGERF), IC (29298-BOGERF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWarranty\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e5-year limited (registered within 30 days), 2-year limited (unregistered), 1-year on LCD screens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMSRP\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e$7,499\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDesigned \u0026amp; Engineered\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePhoenix, Arizona — Modern Flames by RPG Brands\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 3: Downloads \u0026 Documents ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eDownloads \u0026amp; Documents\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cul class=\"download-list\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_Multi_76_Specifications.pdf?v=1775267620\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eSpecifications PDF\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Manual_Orion_Multi_V2_-_US_251229_compressed.pdf?v=1775186019\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eProduct Manual\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_Flyer_2026_compressed.pdf?v=1775186019\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eProduct Flyer\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_Advanced_Features.pdf?v=1775186018\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eAdvanced Features Graphic\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_No_Flames_Solution_Guide.pdf?v=1775186018\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eNo Flames Solution Guide\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_Series_Remote.pdf?v=1775186019\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eOrion Series Remote Controls Breakdown\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 4: Logistics ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eWhat's Included \u0026amp; Warranty\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003ch4\u003eIncluded with Your Orion V2 76\"\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eInternally lit TruWood-style log set\u003c\/strong\u003e — pre-wired; plugs into the log set receiver at the rear center of the ember bed\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReflective black crushed glass\u003c\/strong\u003e — arranged over the acrylic ember bed for a finished hearth appearance\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood chips\u003c\/strong\u003e — sprinkle over crushed glass for added texture and realism\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium remote control\u003c\/strong\u003e — controls flame style, color, speed, ember bed, downlight, audio, and heater\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWall mount bracket\u003c\/strong\u003e — included; remove for built-in installations, keep for wall-mount\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMounting hardware\u003c\/strong\u003e — long screws, short screws, drywall anchors, and drywall stop\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuction cups\u003c\/strong\u003e — for safe glass panel removal during installation and media arrangement\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAAA batteries\u003c\/strong\u003e — included for remote control\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eOptional Accessories (Sold Separately)\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTruWood Premium Timber Upgrade Kit (Large)\u003c\/strong\u003e — handcrafted heat-treated real wood logs with natural bark and charring; the most realistic log appearance available for this unit and a natural add-on for any premium installation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStudio Suite Floating Mantel\u003c\/strong\u003e — available for the 76\" Multi in Weathered Walnut, Driftwood Gray, Coastal Sand, or Ready to Finish; turns a wall-mount installation into a complete media wall; indoor use only\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eWarranty \u0026amp; Certifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-year limited warranty\u003c\/strong\u003e — register at modernflames.com within 30 days of purchase\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e2-year limited warranty\u003c\/strong\u003e — applies without registration\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1-year warranty on LCD screens\u003c\/strong\u003e — separate coverage for display components\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCSA Listed\u003c\/strong\u003e — Standard 300773\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFCC Certified\u003c\/strong\u003e — Registration No. 2A7U3BOGERF; IC Registration No. 29298-BOGERF\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEngineered and designed in Phoenix, Arizona\u003c\/strong\u003e — by Modern Flames, an RPG Brands company\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 5: FAQ ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eFrequently Asked Questions\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this be installed in an outdoor space?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The Orion V2 Multi is approved for outdoor installation under a covered patio — this is a new rating for the V2 series that the original Orion did not have. The patio overhang must extend at least 50% of the fireplace height on both the front and sides, and the unit must be built-in (not wall-mounted) for outdoor use. The heater should not be operated in fully exposed outdoor conditions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes it produce actual heat, or is it just for looks?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eIt produces real heat. At 120V standard wiring it outputs \u003cstrong\u003e5,000 BTU\u003c\/strong\u003e and handles rooms up to \u003cstrong\u003e800 sq ft\u003c\/strong\u003e. Upgrade to 240V and output doubles to \u003cstrong\u003e10,000 BTU\u003c\/strong\u003e, which requires a dedicated 20-amp, 2-pole circuit breaker. There's also a heater lockout switch inside the unit that disables heat entirely — useful for spaces that only need the visual effect.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat rough opening do I need for the 76\" model?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eFor a standard single-sided built-in: \u003cstrong\u003e75-1\/4\" wide × 24-3\/4\" high\u003c\/strong\u003e, minimum 9\" depth. For a 3-sided or bay configuration: \u003cstrong\u003e74-15\/16\" wide × 24-3\/4\" high\u003c\/strong\u003e, minimum 9\" depth. Always verify against the actual unit dimensions before cutting custom finishings like granite, marble, or veneer.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill the flame styles get updated after purchase?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes — that's one of the key differences between V2 and the original Orion. The Modern Flames + app delivers new flame styles over the air after purchase, the same way a phone receives software updates. Connect the fireplace to your WiFi (2.4 GHz network) and updates download automatically. New styles get added to the flame library in the app on an ongoing basis.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I replace my existing Orion V1 with the V2?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The V2 Multi is a direct drop-in replacement for the V1 Multi — identical physical dimensions and framing requirements, improved internals. If you already have a V1 built into a wall, the V2 slides into the same rough opening without any structural changes. You get better LCD screens, adaptive brightness, OTA updates, and the new app without touching the surrounding construction.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat's the difference between the V2 Multi and the V2 Slim?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eBoth use the same LCD flame technology. The Multi is \u003cstrong\u003e9-9\/16\" deep\u003c\/strong\u003e and supports corner and bay configurations. The Slim is only \u003cstrong\u003e6\" deep\u003c\/strong\u003e and fits a standard 2x6 wall, but it's single-sided only — no corner or bay option — and is capped at 5,000 BTU with no 240V upgrade path. If depth is a constraint, the Slim is the right call. If you need multi-sided viewing or higher heat output, the Multi is worth the extra framing depth.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes it work with Alexa or Google Home?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The Orion V2 integrates with both Amazon Alexa and Google Home through the Modern Flames + app. Once paired, you can control power, flame settings, and the heater by voice command from any compatible smart home device.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== CLOSING CTA (Always Visible) ===== --\u003e\n\u003cdiv class=\"closing-cta\"\u003e\n\u003cp\u003e\u003cstrong\u003eThe Orion V2 76\" is the kind of fireplace a room gets built around.\u003c\/strong\u003e Our team can help with installation specs, multi-unit commercial quotes, and delivery coordination.\u003c\/p\u003e\n\u003cdiv class=\"cta-buttons\"\u003e\n\u003ca href=\"tel:8888837568\"\u003e(888) 883-7568\u003c\/a\u003e \u003ca href=\"mailto:contact@resortsdepot.com\"\u003econtact@resortsdepot.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Modern Flames","offers":[{"title":"Default Title","offer_id":53487607808305,"sku":"OR76-MULTI-V2","price":7499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/ModernFlamesOrionV2MultiLinearFireplaceOrangeFlames.png?v=1775936126"},{"product_id":"modern-flames-orion-v2-100-multi-sided-lcd-electric-fireplace","title":"Modern Flames Orion V2 100\" Multi-Sided Linear LCD Electric Fireplace","description":"\u003cstyle\u003e\n\n\/* ===== FIXED CSS TEMPLATE — Copy Verbatim ===== *\/\n\n.product-description {\n    font-family: inherit;\n    line-height: 1.6;\n}\n\n.product-description p,\n.product-description ul,\n.product-description ol {\n    max-width: 1100px;\n    margin-left: auto;\n    margin-right: auto;\n    font-size: 18px;\n}\n\n.product-description img {\n    max-width: 900px;\n    width: 100%;\n    height: auto;\n    display: block;\n}\n\n.product-description h2 {\n    font-size: 32px;\n    margin: 30px auto 20px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n.product-description h3 {\n    font-size: 24px;\n    margin: 30px auto 15px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n.product-description h4 {\n    font-size: 20px;\n    margin: 25px auto 12px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n\/* Quick Features Grid (Billboard) *\/\n.product-description .quick-features {\n    background: #fff7eb;\n    padding: 25px;\n    border-radius: 8px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    max-width: 1100px;\n    margin: 25px auto;\n}\n\n.product-description .features-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 15px 30px;\n}\n\n.product-description .features-grid ul {\n    list-style: disc;\n    padding-left: 20px;\n    margin: 0;\n    max-width: none;\n}\n\n.product-description .features-grid li {\n    margin-bottom: 12px;\n    font-size: 18px;\n}\n\n\/* Billboard Contact Line *\/\n.product-description .billboard-contact {\n    max-width: 1100px;\n    margin: 15px auto 30px;\n    text-align: center;\n    font-size: 16px;\n}\n\n.product-description .billboard-contact a {\n    color: #2980b9;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n\/* Accordion Modules *\/\n.product-description details.product-module {\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    margin: 15px auto;\n    max-width: 1100px;\n    overflow: hidden;\n}\n\n.product-description details.product-module summary {\n    cursor: pointer;\n    padding: 18px 25px;\n    background: #fafafa;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n}\n\n.product-description details.product-module summary::-webkit-details-marker {\n    display: none;\n}\n\n.product-description details.product-module summary::after {\n    content: \"+\";\n    font-size: 22px;\n    font-weight: 300;\n    color: #666;\n}\n\n.product-description details[open].product-module summary::after {\n    content: \"\\2212\";\n}\n\n.product-description .toggle-title {\n    font-size: 22px;\n    font-weight: bold;\n    line-height: 1.3;\n}\n\n.product-description .module-content {\n    padding: 20px 25px 30px;\n}\n\n\/* Closing CTA Box *\/\n.product-description .closing-cta {\n    background: #fff7eb;\n    padding: 25px;\n    border-radius: 8px;\n    max-width: 1100px;\n    margin: 30px auto;\n    text-align: center;\n}\n\n.product-description .closing-cta p {\n    margin: 5px 0 15px;\n    max-width: none;\n}\n\n.product-description .cta-buttons {\n    display: flex;\n    justify-content: center;\n    gap: 15px;\n    flex-wrap: wrap;\n}\n\n.product-description .cta-buttons a {\n    display: inline-block;\n    background: #00664A;\n    color: #fff;\n    padding: 14px 28px;\n    border-radius: 6px;\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 18px;\n    transition: background 0.2s ease;\n}\n\n.product-description .cta-buttons a:hover {\n    background: #004D38;\n}\n\n\/* Tables *\/\n.product-description .table-wrapper {\n    max-width: 1100px;\n    margin: 30px auto;\n    overflow-x: auto;\n}\n\n.product-description table {\n    width: 100%;\n    border-collapse: collapse;\n}\n\n.product-description table thead {\n    background: linear-gradient(135deg, #00664A 0%, #004D38 100%);\n    color: white;\n}\n\n.product-description table th,\n.product-description table td {\n    padding: 12px 15px;\n    text-align: left;\n    border: 1px solid #ddd;\n    font-size: 18px;\n}\n\n.product-description table thead th {\n    color: #f8f8f8;\n}\n\n.product-description table tbody tr:nth-child(even) {\n    background: #f9f9f9;\n}\n\n\/* Spec Cards Grid *\/\n.product-description .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px;\n    max-width: 1100px;\n    margin: 20px auto;\n}\n\n.product-description .spec-card {\n    background: #f8f9fa;\n    padding: 15px;\n    border-radius: 5px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    font-size: 18px;\n}\n\n.product-description .spec-card strong {\n    color: #2c3e50;\n}\n\n\/* FAQ Layout *\/\n.product-description .faq-item {\n    display: grid;\n    grid-template-columns: 30% 70%;\n    gap: 20px;\n    margin-bottom: 25px;\n    max-width: 1100px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.product-description .faq-question {\n    font-weight: bold;\n    font-size: 18px;\n}\n\n.product-description .faq-answer {\n    font-size: 18px;\n}\n\n\/* Image Positioning *\/\n.product-description .image-right {\n    float: right;\n    margin: 0 0 20px 30px;\n}\n\n.product-description .image-left {\n    float: left;\n    margin: 0 30px 20px 0;\n}\n\n.product-description .image-center {\n    margin: 30px auto;\n    display: block;\n}\n\n\/* Content-Image Pairs *\/\n.product-description .content-image-pair {\n    display: flex;\n    align-items: center;\n    gap: 30px;\n    max-width: 1100px;\n    margin: 20px auto 25px;\n}\n\n.product-description .content-image-pair .pair-content {\n    flex: 2;\n}\n\n.product-description .content-image-pair .pair-content p,\n.product-description .content-image-pair .pair-content ul,\n.product-description .content-image-pair .pair-content ol {\n    margin-left: 0;\n    margin-right: 0;\n    max-width: none;\n}\n\n.product-description .content-image-pair .pair-content .specs-grid {\n    margin-left: 0;\n    margin-right: 0;\n    max-width: none;\n}\n\n.product-description .content-image-pair .pair-image {\n    flex: 3;\n}\n\n.product-description .content-image-pair .pair-image img {\n    width: 100%;\n    height: auto;\n    border-radius: 0px;\n}\n\n\/* Download List (Module 3) *\/\n.product-description .download-list {\n    list-style: none;\n    padding-left: 0;\n}\n\n.product-description .download-list li {\n    padding-left: 28px;\n    position: relative;\n    margin-bottom: 12px;\n}\n\n.product-description .download-list li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    width: 18px;\n    height: 20px;\n    background: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M10 0H2C0.9 0 0 0.9 0 2v16c0 1.1 0.9 2 2 2h12c1.1 0 2-0.9 2-2V6l-6-6z' fill='%2300664A'\/%3E%3Cpath d='M10 0v6h6' fill='%23004D38'\/%3E%3C\/svg%3E\") no-repeat center\/contain;\n}\n\n.product-description .download-list a {\n    color: #2980b9;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n.product-description .download-list a:hover {\n    text-decoration: underline;\n}\n\n\/* Video *\/\n.product-description .video-container {\n    max-width: 1100px;\n    margin: 30px auto;\n}\n\n.product-description .video-container video {\n    width: 100%;\n    max-width: 600px;\n    height: auto;\n    display: block;\n    margin: 0 auto;\n}\n\n\/* Lists *\/\n.product-description ul,\n.product-description ol {\n    padding-left: 25px;\n}\n\n.product-description li {\n    margin-bottom: 8px;\n    font-size: 18px;\n}\n\n\/* Utilities *\/\n.product-description .clearfix::after {\n    content: \"\";\n    display: table;\n    clear: both;\n}\n\n\/* Mobile Responsive *\/\n@media (max-width: 768px) {\n    .product-description .features-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .product-description .image-right,\n    .product-description .image-left {\n        float: none;\n        margin: 20px auto;\n    }\n\n    .product-description .specs-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .product-description .faq-item {\n        grid-template-columns: 1fr;\n        gap: 10px;\n    }\n\n    .product-description .content-image-pair {\n        flex-direction: column-reverse;\n        align-items: stretch;\n    }\n\n    .product-description .cta-buttons {\n        flex-direction: column;\n        align-items: center;\n    }\n\n    .product-description .cta-buttons a {\n        width: 100%;\n        max-width: 300px;\n        text-align: center;\n    }\n\n    .product-description .table-wrapper {\n        overflow-x: scroll;\n    }\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- ===== BILLBOARD (Always Visible) ===== --\u003e\n\u003ch2\u003eThe Fireplace Wall Your Guests Actually Stop and Talk About — Modern Flames Orion Multi, 100\"\u003c\/h2\u003e\n\u003cdiv class=\"content-image-pair\"\u003e\n\u003cdiv class=\"pair-content\"\u003e\n\u003cp\u003eA lot of great properties have great furniture, great lighting, and a feature wall that does nothing. When the Orion Multi goes in, that wall becomes the reason people pull out their phones — 100 inches of fire that looks like fire, not like a screen trying to look like fire.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pair-image\"\u003e\u003cimg alt=\"Modern Flames Orion Multi linear electric fireplace installed in a luxury living room with orange flame display\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion-Multi-120-Orange-Fireplace-800x453.jpg?v=1775268416\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cdiv class=\"quick-features\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNext-Gen LCD Flame Display\u003c\/strong\u003e — Multi-dimensional, video-quality fire — looks real from across any room\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMulti-Sided Configurations\u003c\/strong\u003e — Single view, left\/right corner, or three-sided bay — one unit, four placement options\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5,000 or 10,000 BTU Heating\u003c\/strong\u003e — Wires to 120V or upgrades to 240V to heat up to 800 sq. ft.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eModern Flames + App\u003c\/strong\u003e — Wi-Fi control, Bluetooth audio, and over-the-air flame updates after purchase\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndoor \u0026amp; Outdoor Rated\u003c\/strong\u003e — Approved for covered patio installation; one unit works inside and out\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Built-In Speakers\u003c\/strong\u003e — Three fire soundscapes plus Bluetooth streaming built directly into the unit\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"billboard-contact\"\u003e\n\u003cp\u003eSpecifying the Orion Multi for a hotel lobby, restaurant, or high-end property? Call \u003ca href=\"tel:8888837568\"\u003e(888) 883-7568\u003c\/a\u003e or email \u003ca href=\"mailto:contact@resortsdepot.com\"\u003econtact@resortsdepot.com\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===== MODULE 1: The Full Picture ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eThe Full Picture\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cp\u003eThere's a specific kind of room that guests remember — the one with a clear center of gravity, where everything felt designed with intention rather than assembled from a catalog. The Orion Multi is what creates that anchor. At 100 inches wide, it's not a fireplace you tuck into a corner. It's a feature that earns its wall.\u003c\/p\u003e\n\u003cp\u003eThe next-generation LCD display produces flames with the kind of depth and color contrast that makes people ask whether it's real — and then stay to keep watching once they find out it isn't. Modern Flames engineered this in Phoenix, Arizona with a display technology built specifically for this unit, not adapted from a consumer TV panel. That difference shows up in the way the fire moves, the way the TruWood logs cast shadow, and the way the image holds up in a bright room without washing out. The adaptive brightness sensor reads ambient light and adjusts the display automatically — the flame always looks balanced whether the lights are up for a working lunch or down for an evening service.\u003c\/p\u003e\n\u003cp\u003eThe V2 upgrade adds something that matters for commercial properties in particular: over-the-air flame updates through the Modern Flames + app. The unit you install today will have different flame content available to it two years from now. Your fireplace doesn't date itself. And for 2026, Modern Flames added outdoor rating to the V2 series — this is the first Orion generation approved for covered patio installation, which opens up alfresco dining terraces, covered pool decks, and resort outdoor common areas as viable locations.\u003c\/p\u003e\n\u003cdiv style=\"max-width: 1100px; margin: 30px auto;\" class=\"video-container\"\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;\"\u003e\u003ciframe title=\"Modern Flames Orion V2 Series — Product Overview\" src=\"https:\/\/www.youtube.com\/embed\/JUn6XYxdsdQ?si=ySwP7cmKZXIG-oOF\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg style=\"max-width: 900px; margin: 30px auto;\" alt=\"Close-up of the Modern Flames Orion V2 TruWood log set showing realistic flame detail and natural wood depth\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_Flame_Close_Up_1.png?v=1775190350\" class=\"image-center\"\u003e\n\u003ch4\u003eWho It's For\u003c\/h4\u003e\n\u003cp\u003eThe Orion Multi 100\" is specified most often for hotel lobbies, upscale restaurant and bar feature walls, resort common areas, and luxury apartment building lounges — properties where the fireplace needs to hold the room on its own and photograph well for social media. It's equally suited to high-end residential great rooms and covered outdoor entertaining spaces where a homeowner wants a permanent focal point that doesn't require a gas line, a chimney, or a permits process. Any property with a blank wall that's supposed to do something and currently doesn't — that's who this is for.\u003c\/p\u003e\n\u003ch4\u003eHELIOVISION® LCD Flame Technology\u003c\/h4\u003e\n\u003cp\u003eThe Orion Multi V2 runs on HELIOVISION® LCD flame technology — Modern Flames' proprietary approach to generating fire imagery on next-generation LCD panels. Unlike standard electric fireplaces that project a looping pattern onto a reflective surface, the HELIOVISION® display renders multi-layered, multi-dimensional flame video with richer color depth, sharper contrast, and deeper blacks than the original Orion series. The V2 adds adaptive brightness, which reads ambient room light and adjusts the display output accordingly. New flame styles are delivered over-the-air through the Modern Flames + app post-purchase, so the library of available displays grows without requiring a hardware replacement.\u003c\/p\u003e\n\u003cdiv class=\"clearfix\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 2: Specifications ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eSpecifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003ch3\u003eWhat the Modern Flames Orion Multi Delivers That Standard Electric Fireplaces Don't\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNext-gen LCD with adaptive brightness\u003c\/strong\u003e — video-quality fire that reads room lighting automatically, so the display always looks right\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMulti-sided configurations\u003c\/strong\u003e — single view, corner, or three-sided bay from one unit — four placement options, one purchase\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5,000–10,000 BTU heater\u003c\/strong\u003e — 120V standard or 240V upgrade covers up to 800 sq. ft. of supplemental heat\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOutdoor-rated for covered patio\u003c\/strong\u003e — approved for exterior built-in use, opening up alfresco dining and poolside lounge applications\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOver-the-air flame updates\u003c\/strong\u003e — new styles delivered through the Modern Flames + app after purchase, so the display doesn't date itself\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom-engineered built-in speakers\u003c\/strong\u003e — three fire soundscapes plus Bluetooth streaming, all through one unit — no external audio setup needed\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInternally lit TruWood log set\u003c\/strong\u003e — actual split wood lit from within, so depth and shadow hold up at close range\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeater lockout function\u003c\/strong\u003e — built-in switch disables heat entirely for display-only or climate-controlled properties\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eModern Flames Orion Multi Specifications — OR100-MULTI-V2\u003c\/h3\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel Number\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eOR100-MULTI-V2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOverall Dimensions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e100\" W × 23-7\/8\" H × 9-9\/16\" D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eViewing Area\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e98-3\/4\" W × 18-7\/16\" H × 5\" deep ember bed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eRough Opening (Standard Built-In)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e99-1\/2\" W × 24-3\/4\" H × 9\" min. depth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eRough Opening (3-Sided \/ Bay)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e99-1\/4\" W × 24-3\/4\" H × 9\" min. depth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFinished Opening (Partial Recess)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e99-1\/2\" W × 24-9\/16\" H × 2-5\/8\" min. recess depth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eElectrical — 5,000 BTU\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e120V \/ 60Hz \/ 1,465W \/ Dedicated 20A circuit required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eElectrical — 10,000 BTU\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e220–240V \/ 2,930W \/ Dedicated 20A 2-pole circuit required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHeat Output\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e5,000 BTU (120V) or 10,000 BTU (240V)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCoverage Area\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 800 sq. ft.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlame Technology\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eHELIOVISION® next-generation LCD display\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlame Styles\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e3 styles (Wood, Gas, Hybrid) × 6 colors each — 18 combinations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eEmber Bed\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMulti-color active ember bed — 10 color options + fade mode, 5 brightness levels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDownlighting\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e10 color options + fade mode, 5 brightness levels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSound Modes\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eNormal crackling \/ Starry Night (crackling + wind) \/ Stormy Night (crackling + wind + thunder) \/ Bluetooth streaming\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eLog Lighting Modes\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eStatic (constant) and Reactive (syncs brightness to audio in real time)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlame Speed\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e3 speed levels — adjustable via remote or app\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInstallation Options\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eBuilt-in fully recessed \/ partial recess \/ wall mount\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eViewing Configurations\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSingle-sided \/ 2-sided left corner \/ 2-sided right corner \/ 3-sided bay\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSmart Controls\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eModern Flames + app (iOS \u0026amp; Android) via Wi-Fi (2.4 GHz); compatible with Alexa and Google Home\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eLocal Controls\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePremium remote control (included) + built-in touch control panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMinimum Top Clearance to Combustibles\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e11.8\" (300mm) to mantel, TV, or ceiling\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eClearance — Bottom, Sides, Back\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e0\" on all three sides\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eIndoor \/ Outdoor Rating\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eApproved for outdoor covered patio — built-in installation only; patio overhang must be ≥50% of fireplace height; base must be 2\" min. above floor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCertifications\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCSA listed — C US Standard 300773 \/ FCC compliant — Registration No. 2A7U3BOGERF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMSRP\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e$10,499\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 3: Downloads \u0026 Documents ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eDownloads \u0026amp; Documents\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cul class=\"download-list\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_Mutli_100_Specifications.pdf?v=1775271398\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eSpecifications PDF\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Manual_Orion_Multi_V2_-_US_251229_compressed.pdf?v=1775186019\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eProduct Manual\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_Flyer_2026_compressed.pdf?v=1775186019\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eProduct Flyer\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_Advanced_Features.pdf?v=1775186018\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eAdvanced Features Graphic\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_No_Flames_Solution_Guide.pdf?v=1775186018\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eNo Flames Solution Guide\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_Series_Remote.pdf?v=1775186019\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eOrion Series Remote Controls Breakdown\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 4: Logistics ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eWhat's Included \u0026amp; Warranty\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003ch4\u003eIncluded with Your Orion Multi 100\"\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTruWood internally lit realistic log set\u003c\/strong\u003e — crafted from actual split wood, lit from within for natural depth and shadow\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReflective black crushed glass\u003c\/strong\u003e — covers the ember bed for a finished hearth appearance\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood chips\u003c\/strong\u003e — sprinkle over the crushed glass to complete the hearth look\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium remote control\u003c\/strong\u003e — 2 AAA batteries included; controls flame, heat, sound, and all lighting independently\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWall mount bracket\u003c\/strong\u003e — included for wall mount installations; remove and store for fully recessed built-in applications\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDrywall anchors and hardware kit\u003c\/strong\u003e — all mounting hardware for standard installation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuction cups\u003c\/strong\u003e — for safe glass panel removal during installation and media arrangement\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eOptional Accessories (Sold Separately)\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTruWood Premium Timber Upgrade Kit (Large)\u003c\/strong\u003e — authentic heat-treated real wood logs with natural bark and charring, replacing the standard log set. A significant step up in material realism for properties where guests get close to the fireplace. Priced $400–$500 for the 100\" size range.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStudio Suite Floating Mantel\u003c\/strong\u003e — wall-mount mantel packages designed specifically for the Orion Multi in Weathered Walnut, Driftwood Gray, Coastal Sand, or Ready to Finish. Available for 52\", 60\", and 76\" Orion Multi sizes; indoor-only accessory regardless of fireplace outdoor rating.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eWarranty \u0026amp; Certifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-year limited warranty\u003c\/strong\u003e — when unit is registered with Modern Flames after purchase\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e2-year limited warranty\u003c\/strong\u003e — unregistered units\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1-year warranty on LCD screens\u003c\/strong\u003e — display panel coverage\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCSA Listed\u003c\/strong\u003e — Standard C US 300773\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFCC Compliant\u003c\/strong\u003e — Registration Number 2A7U3BOGERF\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEngineered and designed in Phoenix, Arizona\u003c\/strong\u003e — Modern Flames in-house engineering team\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 5: FAQ ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eFrequently Asked Questions\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan the Orion Multi be installed outdoors?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes — the V2 is tested and approved for outdoor installation under a covered patio, away from direct water contact and direct sunlight. Only the built-in installation style is approved for outdoor use (wall mount is not). The patio roof overhang must cover at least 50% of the fireplace height, and the base of the unit must sit a minimum of 2 inches above the floor. All electrical wiring must meet local building codes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat installation styles are available?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThree mounting methods — fully recessed built-in, partial recess, and wall mount — and four viewing configurations: single-sided front view, 2-sided left corner, 2-sided right corner, and 3-sided bay. The rough opening for the 100\" model is 99-1\/2\" W × 24-3\/4\" H with a minimum 9\" depth. Note that 9\" depth requires custom framing; this unit does not fit a standard 2x6 wall. For depth-constrained installations, the Orion V2 Slim is the right choice.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes it heat the room, or is it just for the visual?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eBoth. The built-in ceramic heater runs at 5,000 BTU on standard 120V wiring or upgrades to 10,000 BTU with a 240V dedicated circuit (requires a 20A 2-pole breaker), covering up to 800 sq. ft. as a supplemental heat source. If heat isn't needed — for outdoor installations or climate-controlled commercial spaces — the built-in heater lockout function disables it entirely via a micro switch without affecting the flame display.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow does the Modern Flames + app work?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eDownload the Modern Flames + app from the Apple App Store or Google Play and pair it to the fireplace over your 2.4 GHz Wi-Fi network. Once connected, it gives full control over flame style, color, brightness, speed, ember bed, downlighting, heat, thermostat, and audio. It also delivers over-the-air flame updates — new flame styles are added to the library post-purchase without any hardware changes. The unit also works with Amazon Alexa and Google Home for voice control.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat electrical is required for 10,000 BTU heat output?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe 10,000 BTU output requires a dedicated 220–240V, 20A, 2-pole circuit hardwired by a qualified electrician. Standard 5,000 BTU operation runs on a dedicated 120V, 20A circuit and can be plug-in or hardwired. Neither circuit should be shared with other appliances. If you plan to run 10,000 BTU, confirm with your electrician before the framing stage so the correct circuit can be roughed in.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes this require a gas line or ventilation?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. The Orion Multi is entirely electric — no gas line, no flue, no chimney, and no venting required. Installation needs only an electrical circuit and framing for the opening. This is one of its primary advantages for commercial retrofit applications and properties where running a gas line isn't practical or permitted.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== CLOSING CTA (Always Visible) ===== --\u003e\n\u003cdiv class=\"closing-cta\"\u003e\n\u003cp\u003e\u003cstrong\u003eThe Orion Multi 100\" ships from a U.S. authorized dealer, covered by our Safe Arrival Promise and Price Beat Guarantee.\u003c\/strong\u003e Our product specialists handle installation planning, commercial quotes, and delivery coordination directly.\u003c\/p\u003e\n\u003cdiv class=\"cta-buttons\"\u003e\n\u003ca href=\"tel:8888837568\"\u003e(888) 883-7568\u003c\/a\u003e \u003ca href=\"mailto:contact@resortsdepot.com\"\u003econtact@resortsdepot.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Modern Flames","offers":[{"title":"Default Title","offer_id":53487607939377,"sku":"OR100-MULTI-V2","price":10499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/ModernFlamesOrionV2MultiLinearFireplaceOrangeFlames.png?v=1775936126"},{"product_id":"modern-flames-orion-v2-120-multi-sided-lcd-electric-fireplace","title":"Modern Flames Orion V2 120\" Multi-Sided Linear LCD Electric Fireplace","description":"\u003cstyle\u003e\n\n\/* ===== FIXED CSS TEMPLATE — Copy Verbatim ===== *\/\n\n.product-description {\n    font-family: inherit;\n    line-height: 1.6;\n}\n\n.product-description p,\n.product-description ul,\n.product-description ol {\n    max-width: 1100px;\n    margin-left: auto;\n    margin-right: auto;\n    font-size: 18px;\n}\n\n.product-description img {\n    max-width: 900px;\n    width: 100%;\n    height: auto;\n    display: block;\n}\n\n.product-description h2 {\n    font-size: 32px;\n    margin: 30px auto 20px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n.product-description h3 {\n    font-size: 24px;\n    margin: 30px auto 15px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n.product-description h4 {\n    font-size: 20px;\n    margin: 25px auto 12px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n\/* Quick Features Grid (Billboard) *\/\n.product-description .quick-features {\n    background: #fff7eb;\n    padding: 25px;\n    border-radius: 8px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    max-width: 1100px;\n    margin: 25px auto;\n}\n\n.product-description .features-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 15px 30px;\n}\n\n.product-description .features-grid ul {\n    list-style: disc;\n    padding-left: 20px;\n    margin: 0;\n    max-width: none;\n}\n\n.product-description .features-grid li {\n    margin-bottom: 12px;\n    font-size: 18px;\n}\n\n\/* Billboard Contact Line *\/\n.product-description .billboard-contact {\n    max-width: 1100px;\n    margin: 15px auto 30px;\n    text-align: center;\n    font-size: 16px;\n}\n\n.product-description .billboard-contact a {\n    color: #2980b9;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n\/* Accordion Modules *\/\n.product-description details.product-module {\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    margin: 15px auto;\n    max-width: 1100px;\n    overflow: hidden;\n}\n\n.product-description details.product-module summary {\n    cursor: pointer;\n    padding: 18px 25px;\n    background: #fafafa;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n}\n\n.product-description details.product-module summary::-webkit-details-marker {\n    display: none;\n}\n\n.product-description details.product-module summary::after {\n    content: \"+\";\n    font-size: 22px;\n    font-weight: 300;\n    color: #666;\n}\n\n.product-description details[open].product-module summary::after {\n    content: \"\\2212\";\n}\n\n.product-description .toggle-title {\n    font-size: 22px;\n    font-weight: bold;\n    line-height: 1.3;\n}\n\n.product-description .module-content {\n    padding: 20px 25px 30px;\n}\n\n\/* Closing CTA Box *\/\n.product-description .closing-cta {\n    background: #fff7eb;\n    padding: 25px;\n    border-radius: 8px;\n    max-width: 1100px;\n    margin: 30px auto;\n    text-align: center;\n}\n\n.product-description .closing-cta p {\n    margin: 5px 0 15px;\n    max-width: none;\n}\n\n.product-description .cta-buttons {\n    display: flex;\n    justify-content: center;\n    gap: 15px;\n    flex-wrap: wrap;\n}\n\n.product-description .cta-buttons a {\n    display: inline-block;\n    background: #00664A;\n    color: #fff;\n    padding: 14px 28px;\n    border-radius: 6px;\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 18px;\n    transition: background 0.2s ease;\n}\n\n.product-description .cta-buttons a:hover {\n    background: #004D38;\n}\n\n\/* Tables *\/\n.product-description .table-wrapper {\n    max-width: 1100px;\n    margin: 30px auto;\n    overflow-x: auto;\n}\n\n.product-description table {\n    width: 100%;\n    border-collapse: collapse;\n}\n\n.product-description table thead {\n    background: linear-gradient(135deg, #00664A 0%, #004D38 100%);\n    color: white;\n}\n\n.product-description table th,\n.product-description table td {\n    padding: 12px 15px;\n    text-align: left;\n    border: 1px solid #ddd;\n    font-size: 18px;\n}\n\n.product-description table thead th {\n    color: #f8f8f8;\n}\n\n.product-description table tbody tr:nth-child(even) {\n    background: #f9f9f9;\n}\n\n\/* Spec Cards Grid *\/\n.product-description .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px;\n    max-width: 1100px;\n    margin: 20px auto;\n}\n\n.product-description .spec-card {\n    background: #f8f9fa;\n    padding: 15px;\n    border-radius: 5px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    font-size: 18px;\n}\n\n.product-description .spec-card strong {\n    color: #2c3e50;\n}\n\n\/* FAQ Layout *\/\n.product-description .faq-item {\n    display: grid;\n    grid-template-columns: 30% 70%;\n    gap: 20px;\n    margin-bottom: 25px;\n    max-width: 1100px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.product-description .faq-question {\n    font-weight: bold;\n    font-size: 18px;\n}\n\n.product-description .faq-answer {\n    font-size: 18px;\n}\n\n\/* Image Positioning *\/\n.product-description .image-right {\n    float: right;\n    margin: 0 0 20px 30px;\n}\n\n.product-description .image-left {\n    float: left;\n    margin: 0 30px 20px 0;\n}\n\n.product-description .image-center {\n    margin: 30px auto;\n    display: block;\n}\n\n\/* Content-Image Pairs *\/\n.product-description .content-image-pair {\n    display: flex;\n    align-items: center;\n    gap: 30px;\n    max-width: 1100px;\n    margin: 20px auto 25px;\n}\n\n.product-description .content-image-pair .pair-content {\n    flex: 2;\n}\n\n.product-description .content-image-pair .pair-content p,\n.product-description .content-image-pair .pair-content ul,\n.product-description .content-image-pair .pair-content ol {\n    margin-left: 0;\n    margin-right: 0;\n    max-width: none;\n}\n\n.product-description .content-image-pair .pair-content .specs-grid {\n    margin-left: 0;\n    margin-right: 0;\n    max-width: none;\n}\n\n.product-description .content-image-pair .pair-image {\n    flex: 3;\n}\n\n.product-description .content-image-pair .pair-image img {\n    width: 100%;\n    height: auto;\n    border-radius: 0px;\n}\n\n\/* Download List (Module 3) *\/\n.product-description .download-list {\n    list-style: none;\n    padding-left: 0;\n}\n\n.product-description .download-list li {\n    padding-left: 28px;\n    position: relative;\n    margin-bottom: 12px;\n}\n\n.product-description .download-list li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    width: 18px;\n    height: 20px;\n    background: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M10 0H2C0.9 0 0 0.9 0 2v16c0 1.1 0.9 2 2 2h12c1.1 0 2-0.9 2-2V6l-6-6z' fill='%2300664A'\/%3E%3Cpath d='M10 0v6h6' fill='%23004D38'\/%3E%3C\/svg%3E\") no-repeat center\/contain;\n}\n\n.product-description .download-list a {\n    color: #2980b9;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n.product-description .download-list a:hover {\n    text-decoration: underline;\n}\n\n\/* Video *\/\n.product-description .video-container {\n    max-width: 1100px;\n    margin: 30px auto;\n}\n\n.product-description .video-container video {\n    width: 100%;\n    max-width: 600px;\n    height: auto;\n    display: block;\n    margin: 0 auto;\n}\n\n\/* Lists *\/\n.product-description ul,\n.product-description ol {\n    padding-left: 25px;\n}\n\n.product-description li {\n    margin-bottom: 8px;\n    font-size: 18px;\n}\n\n\/* Utilities *\/\n.product-description .clearfix::after {\n    content: \"\";\n    display: table;\n    clear: both;\n}\n\n\/* Mobile Responsive *\/\n@media (max-width: 768px) {\n    .product-description .features-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .product-description .image-right,\n    .product-description .image-left {\n        float: none;\n        margin: 20px auto;\n    }\n\n    .product-description .specs-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .product-description .faq-item {\n        grid-template-columns: 1fr;\n        gap: 10px;\n    }\n\n    .product-description .content-image-pair {\n        flex-direction: column-reverse;\n        align-items: stretch;\n    }\n\n    .product-description .cta-buttons {\n        flex-direction: column;\n        align-items: center;\n    }\n\n    .product-description .cta-buttons a {\n        width: 100%;\n        max-width: 300px;\n        text-align: center;\n    }\n\n    .product-description .table-wrapper {\n        overflow-x: scroll;\n    }\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- ===== BILLBOARD (Always Visible) ===== --\u003e\n\u003ch2\u003eThe Modern Flames Orion Multi That Keeps Guests in the Room — 10 Feet of Fire, Fully Under Your Control\u003c\/h2\u003e\n\u003cdiv class=\"content-image-pair\"\u003e\n\u003cdiv class=\"pair-content\"\u003e\n\u003cp\u003eYour guests decide how they feel about a space in the first few seconds. Most fireplaces don't change that calculation — the Orion Multi V2 does. Ten feet of adaptive, three-dimensional fire that reads the room and adjusts to it is the kind of detail that makes people stop and ask who designed the space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pair-image\"\u003e\u003cimg alt=\"Modern Flames Orion Multi 120 inch electric fireplace with orange flame display built into a modern feature wall\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion-Multi-120-Orange-Fireplace-800x453.jpg?v=1775268416\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cdiv class=\"quick-features\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eHELIOVISION® LCD Technology\u003c\/strong\u003e — Next-gen screens deliver deep, multi-dimensional fire that flat LED displays can't match\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e18 Flame Combinations\u003c\/strong\u003e — 3 styles × 6 colors; memory saves your preferred setting between uses\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdaptive Brightness\u003c\/strong\u003e — Reads room lighting and adjusts flame intensity automatically — always looks right\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Bluetooth Speakers\u003c\/strong\u003e — Stream your own audio or choose from 3 built-in fire soundscapes\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModern Flames + App\u003c\/strong\u003e — WiFi, Alexa and Google Home compatible, with over-the-air flame style updates\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5,000 or 10,000 BTU Heater\u003c\/strong\u003e — Heats up to 800 sq ft; heater lockout keeps it display-only for commercial use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"billboard-contact\"\u003e\n\u003cp\u003eQuestions about sizing, installation configurations, or delivery? Call \u003ca href=\"tel:8888837568\"\u003e(888) 883-7568\u003c\/a\u003e or email \u003ca href=\"mailto:contact@resortsdepot.com\"\u003econtact@resortsdepot.com\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===== MODULE 1: The Full Picture ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eThe Full Picture\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cp\u003ePicture the moment a guest walks into a hotel lobby, a restaurant, or a living room and stops mid-sentence. Not because someone told them to look — because they couldn't help it. That's what 10 feet of fire does when it's done right, and the Orion Multi V2 puts that moment on command.\u003c\/p\u003e\n\u003cp\u003eThis is Modern Flames' full ground-up rebuild of their flagship line. The V2 adds next-generation LCD screens over the original Heliovision displays — deeper blacks, richer color, more dimensional flames. Adaptive brightness means the display reads room light and self-corrects without any input from you. New flame styles arrive over WiFi through the Modern Flames + app after purchase, so the fireplace you install today keeps getting better. The TruWood™ log set is built from the same split wood used in their premium log lines, internally lit to add real physical depth to the ember bed. Custom-engineered Bluetooth speakers round it out with three crackling soundscapes — or you can stream your own audio directly through the unit.\u003c\/p\u003e\n\u003cp\u003eOne more detail worth knowing: the V2 is now rated for outdoor installation under a covered patio. The V1 was indoor only. For hotel patios, covered terraces, and outdoor dining environments, this is a meaningful difference.\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; max-width: 800px; margin: 0 auto;\"\u003e\u003ciframe title=\"Modern Flames Orion V2 Series Overview\" src=\"https:\/\/www.youtube.com\/embed\/JUn6XYxdsdQ?si=ySwP7cmKZXIG-oOF\" height=\"315\" width=\"560\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch4\u003eWho It's For\u003c\/h4\u003e\n\u003cp\u003eHotel and resort properties looking to anchor a lobby, lounge, suite, or event space with a feature wall that photographs well and keeps guests in the space longer. High-end restaurants wanting a year-round dining room draw without gas lines, ventilation permits, or maintenance crews — the heater lockout makes it practical for spaces where heat is a liability, not an asset. Luxury homeowners who want the primary fireplace in their home to look like a custom architectural installation, perform at the highest technology level available, and be fully manageable from a phone.\u003c\/p\u003e\n\u003cdiv class=\"clearfix\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 2: Specifications ===== --\u003e\n\u003cdetails class=\"product-module\" open=\"\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eSpecifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003ch3\u003eWhat Makes the Modern Flames Orion Multi V2 Worth the Investment\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eHELIOVISION® LCD Technology\u003c\/strong\u003e — Next-gen screens produce multi-dimensional, video-quality fire with depth and contrast that standard electric fireplaces can't deliver\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdaptive Brightness\u003c\/strong\u003e — Reads room light and adjusts flame intensity automatically so the fire always looks natural, day or night\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTruWood™ Lit Logs\u003c\/strong\u003e — Real split wood lit from within adds physical depth to the ember bed that digital-only effects can't replicate\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMulti-Color Ember Bed + Downlighting\u003c\/strong\u003e — 10 colors plus fade mode, each controlled independently from the flame display\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReactive Log Lighting\u003c\/strong\u003e — Log brightness syncs to fire sounds or Bluetooth audio in real time for a fully synchronized visual and audio experience\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDual Heater Output\u003c\/strong\u003e — Wires to 120V (5,000 BTU) or 240V (10,000 BTU), heats up to 800 sq ft with a programmable thermostat\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeater Lockout Switch\u003c\/strong\u003e — Physical switch disables heat while keeping the flame display on — purpose-built for commercial display environments\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOver-the-Air Flame Updates\u003c\/strong\u003e — New flame styles delivered wirelessly through the Modern Flames + app so the fireplace improves after purchase\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndoor\/Outdoor Rated\u003c\/strong\u003e — Approved for covered patio installation (built-in only); a 2026 capability not available on V1 models\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eModern Flames Orion Multi 120\" Specifications\u003c\/h3\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel Number\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eOR120-MULTI-V2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOverall Dimensions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e124-3\/8\" W × 24-5\/16\" H × 9-9\/16\" D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eViewing Area\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e123\" W × 18-7\/16\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eEmber Bed Depth\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e5 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eRough Opening (Built-In)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e124\" W × 24-3\/4\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMinimum Recess Depth\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e9\" (229mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower — 5,000 BTU Mode\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAC 120V, 60Hz, 1,465W (standard dedicated outlet)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower — 10,000 BTU Mode\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e220–240V, 2,930W (dedicated 20A 2-pole breaker required)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHeating Capacity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 800 sq ft (supplemental heat — not a primary heat source)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlame Styles\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e3 — Wood, Gas, Hybrid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlame Colors per Style\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e6 — Yellow, Orange, Blue, Green, Purple, White (18 total combinations)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eEmber Bed Colors\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e10 colors + Fade Mode\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDownlight Colors\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e10 colors + Fade Mode\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSound Modes\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eNormal crackling, Starry Night (crackling + wind), Stormy Night (crackling + wind + thunder), Bluetooth Streaming\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eControl Methods\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eTouch panel (upper right corner), premium remote control, Modern Flames + App\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eApp Compatibility\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eiOS and Android (Modern Flames + App)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSmart Home Integration\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAmazon Alexa, Google Home\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eConnectivity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eWiFi 2.4GHz, Bluetooth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eThermostat Range\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e68°F – 88°F (20°C – 30°C)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eClearance to Mantel \/ TV \/ Ceiling\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e11.8\" (300mm) minimum from top of unit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInstallation Types\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eBuilt-in recess, Partial recess, Wall mount, Outdoor under covered patio (built-in only)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMulti-Sided Configurations\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSingle-sided, 2-sided (left or right corner exposed), 3-sided \/ Bay\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAvailable Sizes\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e52\", 60\", 76\", 100\", 120\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCertification\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCSA Listed (#300773), FCC Compliant (#2A7U3BOGERF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDesigned \u0026amp; Engineered\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePhoenix, Arizona — Modern Flames \/ RPG Brands\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 3: Downloads \u0026 Documents ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eDownloads \u0026amp; Documents\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cul class=\"download-list\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_Multi_120_Specifications.pdf?v=1775276183\" rel=\"noopener\" target=\"_blank\"\u003e\u003cstrong\u003eSpecifications PDF\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Manual_Orion_Multi_V2_-_US_251229_compressed.pdf?v=1775186019\" rel=\"noopener\" target=\"_blank\"\u003e\u003cstrong\u003eProduct Manual\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_Flyer_2026_compressed.pdf?v=1775186019\" rel=\"noopener\" target=\"_blank\"\u003e\u003cstrong\u003eProduct Flyer\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_Advanced_Features.pdf?v=1775186018\" rel=\"noopener\" target=\"_blank\"\u003e\u003cstrong\u003eAdvanced Features Graphic\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_No_Flames_Solution_Guide.pdf?v=1775186018\" rel=\"noopener\" target=\"_blank\"\u003e\u003cstrong\u003eNo Flames Solution Guide\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_Series_Remote.pdf?v=1775186019\" rel=\"noopener\" target=\"_blank\"\u003e\u003cstrong\u003eOrion Series Remote Controls Breakdown\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 4: Logistics ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eWhat's Included \u0026amp; Warranty\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003ch4\u003eIncluded with Your Modern Flames Orion Multi 120\"\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTruWood™ internally lit log set\u003c\/strong\u003e — Realistic split-wood logs with internal lighting, connects to the ember bed\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReflective black crushed glass\u003c\/strong\u003e — For full ember bed coverage and depth\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood chips\u003c\/strong\u003e — For additional texture over the crushed glass\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium remote control\u003c\/strong\u003e — Controls flame, color, speed, heat, audio, ember bed, and downlighting\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWall mount bracket\u003c\/strong\u003e — For wall-mount installation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDrywall stops\u003c\/strong\u003e — Required for 2-sided and 3-sided bay configurations\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuction cups\u003c\/strong\u003e — For safe glass panel removal during installation and maintenance\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eL-bracket nailing flanges\u003c\/strong\u003e — For securing the unit in built-in or partial recess framing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eOptional Accessories (Sold Separately)\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTruWood Premium Timber Upgrade Kit (Large)\u003c\/strong\u003e — Handcrafted heat-treated real wood logs with natural bark and charring; a significant visual upgrade over the standard log set for buyers who want the most realistic ember bed possible\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWall Mount Cabinet Suite\u003c\/strong\u003e — A finished surround for the wall-mount installation; contact us for availability and sizing compatibility\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eWarranty \u0026amp; Certifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-year limited warranty\u003c\/strong\u003e — Applies when product is registered; covers manufacturing defects per Modern Flames warranty terms\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e2-year limited warranty\u003c\/strong\u003e — Applies to unregistered units\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1-year warranty on LCD screens\u003c\/strong\u003e — Covers the display panels specifically\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCSA Listed\u003c\/strong\u003e — Standard #300773; approved for indoor and outdoor use (outdoor requires covered patio, built-in installation only)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFCC Compliant\u003c\/strong\u003e — Registration #2A7U3BOGERF; IC Registration #29298-BOGERF\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEngineered in Phoenix, Arizona\u003c\/strong\u003e — Designed and built by Modern Flames, part of RPG Brands\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 5: FAQ ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eFrequently Asked Questions\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this be used outdoors?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes — the Orion Multi V2 is tested and approved for outdoor installation under a covered patio. This is a 2026 change; the V1 was indoor only. The patio overhang must extend at least 50% of the fireplace height on both the front and side. Built-in installation is the only approved outdoor configuration — wall-mount and partial recess are not approved for outdoor use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes it need gas or venting?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo gas line, no chimney, no venting required. It's fully electric — plug into a standard 120V outlet for 5,000 BTU, or hardwire to a 240V circuit with a dedicated 20-amp 2-pole breaker for 10,000 BTU. The flame display runs completely independently of the heater at either voltage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I run the fire display without heat?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The flame display operates independently of the heater at all times. There's also a physical heater lockout switch in the ceiling of the viewing area that disables heat entirely while keeping the flame display on — purpose-built for restaurants, hotel lobbies, and commercial spaces where heat output isn't wanted.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat's the difference from a standard electric fireplace?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eMost electric fireplaces use LED projection that reads as flat from more than a few feet away. The Orion Multi V2 uses next-generation LCD screens (HELIOVISION® technology) with real depth, contrast, and color — the same technology that makes the difference between fire that looks like fire and fire that looks like a screen. Add adaptive brightness, a physically lit log set, and over-the-air flame updates, and it's a different product category entirely.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do new flame styles get added?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThrough the Modern Flames + app over WiFi. New flame styles and visual updates are pushed wirelessly to the fireplace — no service visits, no hardware changes. The app (iOS and Android) also controls flame style, color, speed, heat, audio, and ember bed in real time, and connects with Alexa and Google Home.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat does installation require?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eFor a standard built-in installation, you need a framed rough opening of 124\" W × 24-3\/4\" H with a minimum 9\" depth. Electrical runs to the top right of the framing. For 10,000 BTU output, a dedicated 20-amp 2-pole breaker is required. Modern Flames recommends consulting a licensed electrician and your local builder before cutting any custom finishes — the included manual covers full framing dimensions and installation diagrams for every configuration.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== CLOSING CTA (Always Visible) ===== --\u003e\n\u003cdiv class=\"closing-cta\"\u003e\n\u003cp\u003e\u003cstrong\u003eSet the mood in any room, in any configuration, from anywhere in the building.\u003c\/strong\u003e Expert guidance on sizing, multi-sided configurations, and delivery available now.\u003c\/p\u003e\n\u003cdiv class=\"cta-buttons\"\u003e\n\u003ca href=\"tel:8888837568\"\u003e(888) 883-7568\u003c\/a\u003e \u003ca href=\"mailto:contact@resortsdepot.com\"\u003econtact@resortsdepot.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Modern Flames","offers":[{"title":"Default Title","offer_id":53487609184561,"sku":"OR120-MULTI-V2","price":13499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/ModernFlamesOrionV2MultiLinearFireplaceYellowFlames.png?v=1775936126"},{"product_id":"modern-flames-orion-v2-52-slim-linear-lcd-electric-fireplace","title":"Modern Flames Orion V2 52\" Slim Linear LCD Electric Fireplace","description":"\u003cstyle\u003e\n\/* ===== FIXED CSS TEMPLATE — Copy Verbatim ===== *\/\n\n.product-description {\n    font-family: inherit;\n    line-height: 1.6;\n}\n\n.product-description p,\n.product-description ul,\n.product-description ol {\n    max-width: 1100px;\n    margin-left: auto;\n    margin-right: auto;\n    font-size: 18px;\n}\n\n.product-description img {\n    max-width: 900px;\n    width: 100%;\n    height: auto;\n    display: block;\n}\n\n.product-description h2 {\n    font-size: 32px;\n    margin: 30px auto 20px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n.product-description h3 {\n    font-size: 24px;\n    margin: 30px auto 15px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n.product-description h4 {\n    font-size: 20px;\n    margin: 25px auto 12px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n\/* Quick Features Grid (Billboard) *\/\n.product-description .quick-features {\n    background: #fff7eb;\n    padding: 25px;\n    border-radius: 8px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    max-width: 1100px;\n    margin: 25px auto;\n}\n\n.product-description .features-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 15px 30px;\n}\n\n.product-description .features-grid ul {\n    list-style: disc;\n    padding-left: 20px;\n    margin: 0;\n    max-width: none;\n}\n\n.product-description .features-grid li {\n    margin-bottom: 12px;\n    font-size: 18px;\n}\n\n\/* Billboard Contact Line *\/\n.product-description .billboard-contact {\n    max-width: 1100px;\n    margin: 15px auto 30px;\n    text-align: center;\n    font-size: 16px;\n}\n\n.product-description .billboard-contact a {\n    color: #2980b9;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n\/* Accordion Modules *\/\n.product-description details.product-module {\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    margin: 15px auto;\n    max-width: 1100px;\n    overflow: hidden;\n}\n\n.product-description details.product-module summary {\n    cursor: pointer;\n    padding: 18px 25px;\n    background: #fafafa;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n}\n\n.product-description details.product-module summary::-webkit-details-marker {\n    display: none;\n}\n\n.product-description details.product-module summary::after {\n    content: \"+\";\n    font-size: 22px;\n    font-weight: 300;\n    color: #666;\n}\n\n.product-description details[open].product-module summary::after {\n    content: \"\\2212\";\n}\n\n.product-description .toggle-title {\n    font-size: 22px;\n    font-weight: bold;\n    line-height: 1.3;\n}\n\n.product-description .module-content {\n    padding: 20px 25px 30px;\n}\n\n\/* Closing CTA Box *\/\n.product-description .closing-cta {\n    background: #fff7eb;\n    padding: 25px;\n    border-radius: 8px;\n    max-width: 1100px;\n    margin: 30px auto;\n    text-align: center;\n}\n\n.product-description .closing-cta p {\n    margin: 5px 0 15px;\n    max-width: none;\n}\n\n.product-description .cta-buttons {\n    display: flex;\n    justify-content: center;\n    gap: 15px;\n    flex-wrap: wrap;\n}\n\n.product-description .cta-buttons a {\n    display: inline-block;\n    background: linear-gradient(135deg, #00664A, #004D38);\n    color: #fff;\n    padding: 14px 32px;\n    border-radius: 4px;\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 18px;\n    box-shadow: 0 2px 8px rgba(0,77,56,0.25);\n    transition: opacity 0.2s ease;\n}\n\n.product-description .cta-buttons a:hover {\n    opacity: 0.9;\n}\n\n\/* Tables *\/\n.product-description .table-wrapper {\n    max-width: 1100px;\n    margin: 30px auto;\n    overflow-x: auto;\n}\n\n.product-description table {\n    width: 100%;\n    border-collapse: collapse;\n}\n\n.product-description table thead {\n    background: linear-gradient(135deg, #00664A 0%, #004D38 100%);\n    color: white;\n}\n\n.product-description table th,\n.product-description table td {\n    padding: 12px 15px;\n    text-align: left;\n    border: 1px solid #ddd;\n    font-size: 18px;\n}\n\n.product-description table thead th {\n    color: #f8f8f8;\n}\n\n.product-description table tbody tr:nth-child(even) {\n    background: #f9f9f9;\n}\n\n\/* Spec Cards Grid *\/\n.product-description .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px;\n    max-width: 1100px;\n    margin: 20px auto;\n}\n\n.product-description .spec-card {\n    background: #f8f9fa;\n    padding: 15px;\n    border-radius: 5px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    font-size: 18px;\n}\n\n.product-description .spec-card strong {\n    color: #2c3e50;\n}\n\n\/* FAQ Layout *\/\n.product-description .faq-item {\n    display: grid;\n    grid-template-columns: 30% 70%;\n    gap: 20px;\n    margin-bottom: 25px;\n    max-width: 1100px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.product-description .faq-question {\n    font-weight: bold;\n    font-size: 18px;\n}\n\n.product-description .faq-answer {\n    font-size: 18px;\n}\n\n\/* Image Positioning *\/\n.product-description .image-right {\n    float: right;\n    margin: 0 0 20px 30px;\n}\n\n.product-description .image-left {\n    float: left;\n    margin: 0 30px 20px 0;\n}\n\n.product-description .image-center {\n    margin: 30px auto;\n    display: block;\n}\n\n\/* Content-Image Pairs *\/\n.product-description .content-image-pair {\n    display: flex;\n    align-items: center;\n    gap: 30px;\n    max-width: 1100px;\n    margin: 20px auto 25px;\n}\n\n.product-description .content-image-pair .pair-content {\n    flex: 2;\n}\n\n.product-description .content-image-pair .pair-content p,\n.product-description .content-image-pair .pair-content ul,\n.product-description .content-image-pair .pair-content ol {\n    margin-left: 0;\n    margin-right: 0;\n    max-width: none;\n}\n\n.product-description .content-image-pair .pair-content .specs-grid {\n    margin-left: 0;\n    margin-right: 0;\n    max-width: none;\n}\n\n.product-description .content-image-pair .pair-image {\n    flex: 3;\n}\n\n.product-description .content-image-pair .pair-image img {\n    width: 100%;\n    height: auto;\n    border-radius: 0px;\n}\n\n\/* Download List (Module 3) *\/\n.product-description .download-list {\n    list-style: none;\n    padding-left: 0;\n}\n\n.product-description .download-list li {\n    padding-left: 28px;\n    position: relative;\n    margin-bottom: 12px;\n}\n\n.product-description .download-list li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    width: 18px;\n    height: 20px;\n    background: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M10 0H2C0.9 0 0 0.9 0 2v16c0 1.1 0.9 2 2 2h12c1.1 0 2-0.9 2-2V6l-6-6z' fill='%2300664A'\/%3E%3Cpath d='M10 0v6h6' fill='%23004D38'\/%3E%3C\/svg%3E\") no-repeat center\/contain;\n}\n\n.product-description .download-list a {\n    color: #2980b9;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n.product-description .download-list a:hover {\n    text-decoration: underline;\n}\n\n\/* Video *\/\n.product-description .video-container {\n    max-width: 1100px;\n    margin: 30px auto;\n}\n\n.product-description .video-container video {\n    width: 100%;\n    max-width: 600px;\n    height: auto;\n    display: block;\n    margin: 0 auto;\n}\n\n\/* Lists *\/\n.product-description ul,\n.product-description ol {\n    padding-left: 25px;\n}\n\n.product-description li {\n    margin-bottom: 8px;\n    font-size: 18px;\n}\n\n\/* Utilities *\/\n.product-description .clearfix::after {\n    content: \"\";\n    display: table;\n    clear: both;\n}\n\n\/* Mobile Responsive *\/\n@media (max-width: 768px) {\n    .product-description .features-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .product-description .image-right,\n    .product-description .image-left {\n        float: none;\n        margin: 20px auto;\n    }\n\n    .product-description .specs-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .product-description .faq-item {\n        grid-template-columns: 1fr;\n        gap: 10px;\n    }\n\n    .product-description .content-image-pair {\n        flex-direction: column-reverse;\n        align-items: stretch;\n    }\n\n    .product-description .cta-buttons {\n        flex-direction: column;\n        align-items: center;\n    }\n\n    .product-description .cta-buttons a {\n        width: 100%;\n        max-width: 300px;\n        text-align: center;\n    }\n\n    .product-description .table-wrapper {\n        overflow-x: scroll;\n    }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- ===== BILLBOARD (Always Visible) ===== --\u003e\n\u003ch2\u003eThe Modern Flames Orion Slim Fireplace That Makes People Stop and Ask If It's Real\u003c\/h2\u003e\n\u003c!-- FIX 1: Hook trimmed to 3 sentences. FIX 8: \"genuinely mistake for real fire\" softened. --\u003e\n\u003cdiv class=\"content-image-pair\"\u003e\n\u003cdiv class=\"pair-content\"\u003e\n\u003cp\u003eMost electric fireplaces look like exactly what they are — a screen with a flame graphic running on a loop. The Modern Flames Orion Slim V2 runs on next-generation LCD technology that produces flames with the kind of visual depth and color realism that makes people look twice. It fits a standard 2x6 wall, needs no gas line, and arrives ready to install.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pair-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Hotel_Lobby_Orion_Slim_60.jpg?v=1775522073\" alt=\"Modern Flames Orion Slim V2 electric fireplace installed in a hotel lobby behind a reception desk\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cdiv class=\"quick-features\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNext-Gen LCD Flame Display\u003c\/strong\u003e — Deeper, more dimensional fire with richer color and sharper contrast than any prior generation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdaptive Brightness\u003c\/strong\u003e — Automatically adjusts to match room lighting so the flame always looks natural, day or night\u003c\/li\u003e\n\u003c!-- FIX 2: Benefit trimmed from 18 words to 14 words --\u003e\n\u003cli\u003e\n\u003cstrong\u003eOver-the-Air Flame Updates\u003c\/strong\u003e — New flame styles delivered through the app after purchase — the fireplace keeps improving\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Built-In Speakers\u003c\/strong\u003e — Three crackling soundscapes plus Bluetooth streaming, all from the fireplace itself\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e2x6 Wall Installation\u003c\/strong\u003e — Fits a standard wall at just 6 inches deep — no bump-outs, no structural changes\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFull Smart Home Control\u003c\/strong\u003e — App, remote, touch panel, Alexa, and Google Home — all included\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"billboard-contact\"\u003e\n\u003cp\u003eQuestions about fitting this into your property? Call \u003ca href=\"tel:8888837568\"\u003e(888) 883-7568\u003c\/a\u003e or email \u003ca href=\"mailto:contact@resortsdepot.com\"\u003econtact@resortsdepot.com\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===== MODULE 1: The Full Picture ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eThe Full Picture\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cp\u003eA property either has a focal point or it doesn't. When guests walk into a hotel lobby, a restaurant lounge, or a home great room and there's nothing to anchor the space — no feature, no reason to stop — they keep moving. The right fireplace changes that. People slow down around fire. They sit closer to it, photograph it, and remember it. The question is whether the one you install actually earns that response.\u003c\/p\u003e\n\u003cp\u003eThe Orion Slim V2 was engineered to earn it. The next-generation LCD display produces flames with the kind of visual depth that makes people lean in — deeper blacks, richer color gradients, and adaptive brightness that reads the room and adjusts automatically. You don't manage it. It manages itself. Point it at a bright morning lobby or a dim evening bar and it recalibrates in seconds. The built-in speakers layer in crackling fire sounds or let you stream directly from any Bluetooth device. And because it runs on the Modern Flames + platform, new flame styles come over the air after you buy it — the fireplace your guests see this December may look different, and better, by next year.\u003c\/p\u003e\n\u003cp\u003eAt six inches deep, it disappears into any standard 2x6 wall. No gas. No venting. A dedicated 20-amp breaker and a finished opening, and it's done. For properties that have been putting off a fireplace because the infrastructure wasn't there, this is the one that removes every excuse.\u003c\/p\u003e\n\u003c!-- FIX 4: Replaced .video-embed (custom CSS not in template) with .video-container (in template).\n         Iframe aspect ratio handled via inline style — no new CSS class needed. --\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/JUn6XYxdsdQ?si=ySwP7cmKZXIG-oOF\" title=\"Modern Flames Orion V2 Series Overview\" style=\"width: 100%; aspect-ratio: 16\/9; border: none; display: block;\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003ch4\u003eWho It's For\u003c\/h4\u003e\n\u003cp\u003eThe Orion Slim V2 52\" is the right fireplace for hotel lobbies, boutique resort common areas, upscale restaurants, and luxury apartment amenity spaces that want a genuine visual centerpiece but can't — or won't — run gas or gut walls for a deep firebox. It's equally at home in high-end residential settings: a primary bedroom accent wall, a home bar, a dining room feature, or any room where the space was never designed for a fireplace but the homeowner wants one that looks like it was always supposed to be there. If the installation site is a standard 2x6 wall, the Slim V2 is the most realistic electric option that fits.\u003c\/p\u003e\n\u003ch4\u003eThe Modern Flames + Platform\u003c\/h4\u003e\n\u003cp\u003eThe Orion V2 is the only fireplace in the Modern Flames catalog that receives over-the-air flame style updates. Through the Modern Flames + app, flame styles, brightness levels, color settings, ember bed behavior, audio modes, and heat are all managed from a phone or tablet — or handed off to an Alexa or Google Home routine. For hotel and restaurant properties, that means staff can set a morning ambiance and an evening ambiance without touching the unit. For homeowners, it means the experience you have on day one is not the ceiling — it's the starting point.\u003c\/p\u003e\n\u003cdiv class=\"clearfix\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 2: Specifications ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eSpecifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003ch3\u003eWhat the Modern Flames Orion Slim V2 Actually Does for Your Property\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNext-Generation LCD Display\u003c\/strong\u003e — Sharper contrast and deeper color than prior LCD generation means guests see real-looking fire, not a screen\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdaptive Brightness Sensor\u003c\/strong\u003e — Reads ambient light and adjusts flame output automatically — always looks natural without manual intervention\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOver-the-Air Flame Updates\u003c\/strong\u003e — New flame styles delivered via Modern Flames + app after purchase — fireplace content expands over time at no extra cost\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e18 Flame Display Combinations\u003c\/strong\u003e — Three styles (Wood, Gas, Hybrid) each available in six colors — dial in the exact mood the space calls for\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5,000 BTU Ceramic Heater\u003c\/strong\u003e — Heats up to 400 sq ft on standard 120V power — supplemental warmth without a dedicated heating system\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeater Lockout Function\u003c\/strong\u003e — Disables heat while keeping flames running — pure ambiance for warm months, no overheating concern\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Built-In Bluetooth Speakers\u003c\/strong\u003e — Custom-engineered for the Orion V2, three crackling soundscapes plus external audio streaming via Bluetooth\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMulti-Color Ember Bed + Downlighting\u003c\/strong\u003e — 10 independent color options each, with fade mode — add depth and drama below and around the flame display\u003c\/li\u003e\n\u003c!-- FIX 3: Bullet #9 trimmed from 24 words to 19 words --\u003e\n\u003cli\u003e\n\u003cstrong\u003e6-Inch Depth \/ 2x6 Wall Fit\u003c\/strong\u003e — Installs in a standard wall without custom framing or bump-outs — opens installation sites a deeper firebox would require passing on\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndoor and Outdoor Rated\u003c\/strong\u003e — Approved for covered outdoor installation (built-in only) — covered patio bar, outdoor lounge, poolside feature wall all qualify\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eOrion Slim V2 52\" Technical Specifications\u003c\/h3\u003e\n\u003c!-- FIX 5 \u0026 6: Removed \"Outdoor Rating,\" \"Flame Styles,\" and \"Sound Modes\" from the table —\n         all three are already covered with more context in the spec cards below.\n         Spec cards now cover the 4 most narrative-worthy specs; table covers remaining reference data. --\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cstrong\u003eWall Depth Requirement:\u003c\/strong\u003e Minimum 6 inches (standard 2x6 wall). This is the defining advantage of the Slim format — same LCD technology as the Multi, engineered into a profile that doesn't require custom construction.\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cstrong\u003eFlame Display:\u003c\/strong\u003e 3 styles × 6 colors = 18 combinations. Wood, Gas, and Hybrid flame styles, each available in Yellow, Orange, Blue, Green, Purple, and White. Flame speed adjustable independently of color and style.\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cstrong\u003eSound System:\u003c\/strong\u003e Custom-engineered Bluetooth speakers built into the unit. Three ambient soundscapes: Normal fire crackle, Starry Night (fire + wind), and Stormy Night (fire + wind + thunder). Bluetooth streaming is a fourth mode.\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cstrong\u003eOutdoor Rating:\u003c\/strong\u003e Approved for built-in installation under a covered patio or overhang (overhang must be 50%+ of fireplace height on all exposed sides). Expands placement options beyond what most electric fireplaces allow.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel Number\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eOR52-SLIM-V2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOverall Dimensions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e52-3\/8\" W x 19-5\/8\" H x 6-5\/16\" D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eViewing Area\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e47-7\/8\" W x 14-3\/8\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFinished Opening (Recessed)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e50-3\/4\" W x 19-1\/8\" H, 6\" min. depth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e120V \/ 60Hz \/ 1465W — Dedicated 20 Amp breaker required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHeat Output\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e5,000 BTU — Heats up to 400 sq ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlame Technology\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eNext-Generation LCD with adaptive brightness\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eEmber Bed Colors\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e10 colors + fade mode\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDownlight Colors\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e10 colors + fade mode\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eLog Set\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eInternally lit TruWood-style log set (reactive to sound)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eControl Methods\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eBuilt-in touch panel, included remote, Modern Flames + app (WiFi), Alexa, Google Home\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eConnectivity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eWiFi (2.4 GHz) + Bluetooth. iOS and Android app support.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInstallation Methods\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eWall-mounted, wall-recessed (2x6), built-in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMinimum Clearances\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e11.8\" to mantel, TV, or ceiling (from glass front). 0\" on sides, bottom, and back.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHardwiring\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSupported — requires qualified electrician\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHeater Lockout\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eYes — built-in micro switch disables heat while keeping flame display active\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCertification\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCSA Listed (300773)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eEngineered \u0026amp; Designed\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePhoenix, Arizona — Modern Flames in-house engineering team\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 3: Downloads \u0026 Documents ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eDownloads \u0026amp; Documents\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cul class=\"download-list\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_Slim_52_inch_specifications.pdf?v=1775523580\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eSpecifications PDF\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Manual_Orion_Slim_V2_-_US_251229_compressed.pdf?v=1775523580\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eProduct Manual\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_Flyer_2026_compressed.pdf?v=1775186019\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eProduct Flyer\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_Advanced_Features.pdf?v=1775186018\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eAdvanced Features Graphic\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_No_Flames_Solution_Guide.pdf?v=1775186018\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eNo Flames Solution Guide\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_Series_Remote.pdf?v=1775186019\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eOrion Series Remote Controls Breakdown\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 4: Logistics ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eWhat's Included \u0026amp; Warranty\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003ch4\u003eIncluded with Your Orion Slim V2 52\"\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eInternally lit TruWood-style log set\u003c\/strong\u003e — Reactive to sound, lit from within for natural depth\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReflective black crushed glass, wood chips, and twigs\u003c\/strong\u003e — Complete ember bed media kit\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Bluetooth speakers\u003c\/strong\u003e — Custom-engineered for the Orion V2, built into the unit\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRemote control\u003c\/strong\u003e — Full-function premium remote (2 AA batteries included)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModern Flames + WiFi connectivity\u003c\/strong\u003e — Pre-installed; download the app to connect\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWall mount bracket\u003c\/strong\u003e — For wall-mounted installations\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSide skirt panels\u003c\/strong\u003e — For finishing wall-mounted installations\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMounting hardware\u003c\/strong\u003e — Screws, drywall anchors, and strain relief included\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCover plate\u003c\/strong\u003e — For clean finished opening appearance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- FIX 7: Accessory descriptions trimmed to 15-20 words focused on \"when you need it\" --\u003e\n\u003ch4\u003eOptional Accessories (Sold Separately)\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTruWood Premium Timber Upgrade Kit (Slim)\u003c\/strong\u003e — Authentic heat-treated real wood logs with natural bark and charring. For properties where maximum log realism matters.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAllwood Media Wall System\u003c\/strong\u003e — Complete wall package with mantel and optional side shelves. Designed for the Orion Slim 60\" (not the 52\"). Indoor use only.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eWarranty \u0026amp; Certifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCSA Listed\u003c\/strong\u003e — Certification number 300773. Approved for indoor and outdoor built-in installation under covered areas.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModern Flames Warranty\u003c\/strong\u003e — Standard limited warranty included with unit. Register your product for full warranty coverage.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEngineered in the USA\u003c\/strong\u003e — Designed and engineered by Modern Flames' in-house team in Phoenix, Arizona.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAuthorized Dealer\u003c\/strong\u003e — Resorts Depot is an authorized Modern Flames dealer. All products are genuine and backed by full manufacturer warranty coverage.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 5: FAQ ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eFrequently Asked Questions\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat wall depth does this require?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe Orion Slim V2 52\" is 6-5\/16\" deep and is engineered for standard 2x6 wall construction. The finished opening for a recessed installation is 50-3\/4\" wide x 19-1\/8\" high with a minimum depth of 6\". No custom framing or bump-outs required for a standard 2x6 wall.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this be installed outdoors?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes — the Orion Slim V2 is approved for outdoor installation in a built-in configuration under a covered patio or overhang. The overhang must extend at least 50% of the fireplace's height on all exposed sides. Wall-mounted outdoor installation is not approved. All electrical wiring must meet local building codes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I run the flames without the heat?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. A built-in heater lockout micro switch (located behind a small access panel inside the viewing area) lets you permanently disable the heater while keeping the flame display and all other features fully operational. This is ideal for warm-weather ambiance and installations where supplemental heat isn't needed.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat electrical does it need?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eA dedicated 20 Amp or higher breaker at 120V \/ 60Hz is required. The unit draws 1465W (5,000 BTU). It can be plug-in or hardwired — hardwiring requires a qualified electrician. Do not share the circuit with other appliances.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat's new in V2 compared to the original Orion Slim?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe V2 adds a next-generation LCD display with deeper color and sharper contrast, adaptive brightness that adjusts automatically to room lighting, over-the-air flame updates through the Modern Flames + app, a custom-engineered premium speaker system with three crackling soundscapes and Bluetooth streaming, and a TruWood log set lit from within. The V2 is a drop-in replacement for V1 — same physical dimensions and framing requirements.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow is the fireplace controlled?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eFour ways: the built-in touch control panel on the upper right corner of the unit, the included premium remote control, the Modern Flames + app (available on iOS and Android, connects via 2.4 GHz WiFi), or through Alexa and Google Home smart home platforms. All four control methods manage flame style, color, speed, ember bed, downlighting, heat, and audio.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== CLOSING CTA (Always Visible) ===== --\u003e\n\u003cdiv class=\"closing-cta\"\u003e\n\u003cp\u003e\u003cstrong\u003eThe Orion Slim V2 turns a standard wall into the focal point your property is missing — no gas, no venting, no construction surprises.\u003c\/strong\u003e Our team can help you confirm sizing, installation method, and delivery timeline before you order.\u003c\/p\u003e\n\u003cdiv class=\"cta-buttons\"\u003e\n\u003ca href=\"tel:8888837568\"\u003e(888) 883-7568\u003c\/a\u003e \u003ca href=\"mailto:contact@resortsdepot.com\"\u003econtact@resortsdepot.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Modern Flames","offers":[{"title":"Default Title","offer_id":53487609381169,"sku":"OR52-SLIM-V2","price":4479.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_60_Slim_Orange_Flames.jpg?v=1775531378"},{"product_id":"modern-flames-orion-v2-60-slim-linear-lcd-electric-fireplace","title":"Modern Flames Orion V2 60\" Slim Linear LCD Electric Fireplace","description":"\u003cbody\u003e\n\n\n\u003cstyle\u003e\n\/* ===== FIXED CSS TEMPLATE — Copy Verbatim ===== *\/\n\n.product-description {\n    font-family: inherit;\n    line-height: 1.6;\n}\n\n.product-description p,\n.product-description ul,\n.product-description ol {\n    max-width: 1100px;\n    margin-left: auto;\n    margin-right: auto;\n    font-size: 18px;\n}\n\n.product-description img {\n    max-width: 900px;\n    width: 100%;\n    height: auto;\n    display: block;\n}\n\n.product-description h2 {\n    font-size: 32px;\n    margin: 30px auto 20px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n.product-description h3 {\n    font-size: 24px;\n    margin: 30px auto 15px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n.product-description h4 {\n    font-size: 20px;\n    margin: 25px auto 12px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n\/* Quick Features Grid (Billboard) *\/\n.product-description .quick-features {\n    background: #fff7eb;\n    padding: 25px;\n    border-radius: 8px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    max-width: 1100px;\n    margin: 25px auto;\n}\n\n.product-description .features-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 15px 30px;\n}\n\n.product-description .features-grid ul {\n    list-style: disc;\n    padding-left: 20px;\n    margin: 0;\n    max-width: none;\n}\n\n.product-description .features-grid li {\n    margin-bottom: 12px;\n    font-size: 18px;\n}\n\n\/* Billboard Contact Line *\/\n.product-description .billboard-contact {\n    max-width: 1100px;\n    margin: 15px auto 30px;\n    text-align: center;\n    font-size: 16px;\n}\n\n.product-description .billboard-contact a {\n    color: #2980b9;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n\/* Accordion Modules *\/\n.product-description details.product-module {\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    margin: 15px auto;\n    max-width: 1100px;\n    overflow: hidden;\n}\n\n.product-description details.product-module summary {\n    cursor: pointer;\n    padding: 18px 25px;\n    background: #fafafa;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n}\n\n.product-description details.product-module summary::-webkit-details-marker {\n    display: none;\n}\n\n.product-description details.product-module summary::after {\n    content: \"+\";\n    font-size: 22px;\n    font-weight: 300;\n    color: #666;\n}\n\n.product-description details[open].product-module summary::after {\n    content: \"\\2212\";\n}\n\n.product-description .toggle-title {\n    font-size: 22px;\n    font-weight: bold;\n    line-height: 1.3;\n}\n\n.product-description .module-content {\n    padding: 20px 25px 30px;\n}\n\n\/* Closing CTA Box *\/\n.product-description .closing-cta {\n    background: #fff7eb;\n    padding: 25px;\n    border-radius: 8px;\n    max-width: 1100px;\n    margin: 30px auto;\n    text-align: center;\n}\n\n.product-description .closing-cta p {\n    margin: 5px 0 15px;\n    max-width: none;\n}\n\n.product-description .cta-buttons {\n    display: flex;\n    justify-content: center;\n    gap: 15px;\n    flex-wrap: wrap;\n}\n\n.product-description .cta-buttons a {\n    display: inline-block;\n    background: linear-gradient(135deg, #00664A, #004D38);\n    color: #fff;\n    padding: 14px 32px;\n    border-radius: 4px;\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 18px;\n    box-shadow: 0 2px 8px rgba(0,77,56,0.25);\n    transition: opacity 0.2s ease;\n}\n\n.product-description .cta-buttons a:hover {\n    opacity: 0.9;\n}\n\n\/* Tables *\/\n.product-description .table-wrapper {\n    max-width: 1100px;\n    margin: 30px auto;\n    overflow-x: auto;\n}\n\n.product-description table {\n    width: 100%;\n    border-collapse: collapse;\n}\n\n.product-description table thead {\n    background: linear-gradient(135deg, #00664A 0%, #004D38 100%);\n    color: white;\n}\n\n.product-description table th,\n.product-description table td {\n    padding: 12px 15px;\n    text-align: left;\n    border: 1px solid #ddd;\n    font-size: 18px;\n}\n\n.product-description table thead th {\n    color: #f8f8f8;\n}\n\n.product-description table tbody tr:nth-child(even) {\n    background: #f9f9f9;\n}\n\n\/* Spec Cards Grid *\/\n.product-description .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px;\n    max-width: 1100px;\n    margin: 20px auto;\n}\n\n.product-description .spec-card {\n    background: #f8f9fa;\n    padding: 15px;\n    border-radius: 5px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    font-size: 18px;\n}\n\n.product-description .spec-card strong {\n    color: #2c3e50;\n}\n\n\/* FAQ Layout *\/\n.product-description .faq-item {\n    display: grid;\n    grid-template-columns: 30% 70%;\n    gap: 20px;\n    margin-bottom: 25px;\n    max-width: 1100px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.product-description .faq-question {\n    font-weight: bold;\n    font-size: 18px;\n}\n\n.product-description .faq-answer {\n    font-size: 18px;\n}\n\n\/* Image Positioning *\/\n.product-description .image-right {\n    float: right;\n    margin: 0 0 20px 30px;\n}\n\n.product-description .image-left {\n    float: left;\n    margin: 0 30px 20px 0;\n}\n\n.product-description .image-center {\n    margin: 30px auto;\n    display: block;\n}\n\n\/* Content-Image Pairs *\/\n.product-description .content-image-pair {\n    display: flex;\n    align-items: center;\n    gap: 30px;\n    max-width: 1100px;\n    margin: 20px auto 25px;\n}\n\n.product-description .content-image-pair .pair-content {\n    flex: 2;\n}\n\n.product-description .content-image-pair .pair-content p,\n.product-description .content-image-pair .pair-content ul,\n.product-description .content-image-pair .pair-content ol {\n    margin-left: 0;\n    margin-right: 0;\n    max-width: none;\n}\n\n.product-description .content-image-pair .pair-content .specs-grid {\n    margin-left: 0;\n    margin-right: 0;\n    max-width: none;\n}\n\n.product-description .content-image-pair .pair-image {\n    flex: 3;\n}\n\n.product-description .content-image-pair .pair-image img {\n    width: 100%;\n    height: auto;\n    border-radius: 0px;\n}\n\n\/* Download List (Module 3) *\/\n.product-description .download-list {\n    list-style: none;\n    padding-left: 0;\n}\n\n.product-description .download-list li {\n    padding-left: 28px;\n    position: relative;\n    margin-bottom: 12px;\n}\n\n.product-description .download-list li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    width: 18px;\n    height: 20px;\n    background: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M10 0H2C0.9 0 0 0.9 0 2v16c0 1.1 0.9 2 2 2h12c1.1 0 2-0.9 2-2V6l-6-6z' fill='%2300664A'\/%3E%3Cpath d='M10 0v6h6' fill='%23004D38'\/%3E%3C\/svg%3E\") no-repeat center\/contain;\n}\n\n.product-description .download-list a {\n    color: #2980b9;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n.product-description .download-list a:hover {\n    text-decoration: underline;\n}\n\n\/* Video — Updated for YouTube Iframes *\/\n.product-description .video-container {\n    max-width: 900px;\n    margin: 30px auto;\n    width: 100%;\n}\n\n.product-description .video-container iframe {\n    width: 100%;\n    aspect-ratio: 16 \/ 9;\n    border-radius: 8px;\n    display: block;\n}\n\n\/* Lists *\/\n.product-description ul,\n.product-description ol {\n    padding-left: 25px;\n}\n\n.product-description li {\n    margin-bottom: 8px;\n    font-size: 18px;\n}\n\n\/* Utilities *\/\n.product-description .clearfix::after {\n    content: \"\";\n    display: table;\n    clear: both;\n}\n\n\/* Mobile Responsive *\/\n@media (max-width: 768px) {\n    .product-description .features-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .product-description .image-right,\n    .product-description .image-left {\n        float: none;\n        margin: 20px auto;\n    }\n\n    .product-description .specs-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .product-description .faq-item {\n        grid-template-columns: 1fr;\n        gap: 10px;\n    }\n\n    .product-description .content-image-pair {\n        flex-direction: column-reverse;\n        align-items: stretch;\n    }\n\n    .product-description .cta-buttons {\n        flex-direction: column;\n        align-items: center;\n    }\n\n    .product-description .cta-buttons a {\n        width: 100%;\n        max-width: 300px;\n        text-align: center;\n    }\n\n    .product-description .table-wrapper {\n        overflow-x: scroll;\n    }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch2\u003eThe Virtual Electric Fireplace That Turns Any Standard Wall Into Your Property's Most Talked-About Feature\u003c\/h2\u003e\n\n\u003cdiv class=\"content-image-pair\"\u003e\n  \u003cdiv class=\"pair-content\"\u003e\n    \u003cp\u003eYour lobby, dining room, or living space has one chance to set the tone before your guests form an opinion. A 60-inch wall of realistic, moving fire does that better than almost anything else — and the Orion V2 Slim puts it inside a 6-inch profile that drops into any standard 2x6 wall. No gas lines. No venting. No custom bump-out. Just the fire, the ambiance, and the moment guests stop to look.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"pair-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Hotel_Lobby_Orion_Slim_60.jpg?v=1775522073\" alt=\"Modern Flames Orion V2 Slim 60-inch electric fireplace installed behind a hotel lobby reception desk\"\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cdiv class=\"quick-features\"\u003e\n  \u003cdiv class=\"features-grid\"\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eNext-Gen LCD Display\u003c\/strong\u003e — Video-quality fire from actual recorded footage, not LED light patterns that only approximate fire\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFits Any 2x6 Wall\u003c\/strong\u003e — 6-inch depth slides into standard framing with no custom buildout or structural modification\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eIndoor + Outdoor Rated\u003c\/strong\u003e — CSA-certified for covered patio installation, a 2026 upgrade exclusive to the V2 series\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eModern Flames + App Control\u003c\/strong\u003e — Adjust flame style, color, speed, heat, and audio from your phone; compatible with Alexa and Google Home\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBuilt-In Bluetooth Speakers\u003c\/strong\u003e — Three realistic crackling fire soundscapes plus music streaming through custom-engineered speakers\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eOver-the-Air Flame Updates\u003c\/strong\u003e — New flame styles delivered automatically through the app — your fireplace gets better after you buy it\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"billboard-contact\"\u003e\n  \u003cp\u003eQuestions about sizing, installation, or commercial orders? Call \u003ca href=\"tel:8888837568\"\u003e(888) 883-7568\u003c\/a\u003e or email \u003ca href=\"mailto:contact@resortsdepot.com\"\u003econtact@resortsdepot.com\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdetails class=\"product-module\"\u003e\n  \u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eThe Full Picture\u003c\/span\u003e\u003c\/summary\u003e\n  \u003cdiv class=\"module-content\"\u003e\n\n    \u003cp\u003eThe Four Seasons Miami didn't build its reputation on good intentions — it built it on details guests notice before they consciously process them. The fire on the wall. The warmth in the air. The sound that makes a lobby feel less like a transit point and more like a destination. That's what the Orion V2 Slim delivers: a 55.5-inch wide, precisely rendered fire display that reads as real to anyone who sees it, built into a chassis thin enough to disappear into virtually any wall in any property.\u003c\/p\u003e\n\n    \u003cp\u003eWhat makes the V2 different from every electric fireplace that came before it is the LCD screen underneath — not LEDs arranged to mimic fire, but an actual next-generation LCD display running high-definition recorded flame footage. Modern Flames' adaptive brightness sensor reads the ambient light in your room in real time and adjusts the flame output accordingly, so the fire always looks as vivid at noon as it does at midnight. When the app delivers an over-the-air update, new flame styles load directly to your unit — no technician, no new hardware, no interruption to your space.\u003c\/p\u003e\n\n    \u003cp\u003eThe V2 Slim also ships with a built-in log set crafted from TruWood logs, lit internally so the depth and warmth read naturally from across the room. The active ember bed adds color and movement beneath the logs. Three built-in crackling sound profiles — Normal, Starry Night (with wind), and Stormy Night (with thunder) — layer on top of that visual without requiring any external audio equipment. Bluetooth lets the speakers double as a room sound system when the fire is running.\u003c\/p\u003e\n\n    \u003cdiv class=\"video-container\"\u003e\n      \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/JUn6XYxdsdQ?si=ySwP7cmKZXIG-oOF\" title=\"Modern Flames Orion V2 Series — Official Overview\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen\u003e\n      \u003c\/iframe\u003e\n    \u003c\/div\u003e\n\n    \u003ch4\u003eWho It's For\u003c\/h4\u003e\n    \u003cp\u003eThe Orion V2 Slim is built for any property where visual impact and installation practicality have to coexist. Hotel and resort property managers use it in lobbies, bar areas, and suite feature walls where a gas fireplace isn't feasible and a weaker electric alternative would look out of place. Restaurant owners who want a dining-room centerpiece — something that signals premium before the menu arrives — find the 60-inch width hits the right scale for a feature wall without overwhelming a smaller dining room. For luxury homeowners, it's the fireplace that fits the 2x6 wall in an existing room renovation without tearing out framing, and that looks convincing enough that guests routinely assume it's a gas unit. Covered outdoor patios are also a viable location for the V2 Slim — it's CSA-certified for built-in outdoor installation under a sufficient roof overhang, which makes it one of the very few electric fireplaces that earns a permanent spot in an outdoor hospitality setting.\u003c\/p\u003e\n\n    \u003ch4\u003eThe Technology Behind the Fire\u003c\/h4\u003e\n    \u003cp\u003eModern Flames engineered the Orion V2 Slim's flame engine around a next-generation LCD display system that renders recorded fire footage in high definition. The key difference between this and a Hybrid-FX LED product is that LCD technology produces flames that originated as actual fire — the image the display generates is a video of real fire, processed and rendered at a screen level that produces accurate color, depth, and motion. The adaptive brightness sensor adjusts display output to match ambient room light automatically, without manual adjustment. Over-the-air updates through the Modern Flames + app add new flame content to the fireplace's library after purchase, meaning the display options available on the unit grow over time without any hardware changes.\u003c\/p\u003e\n\n    \u003cdiv class=\"clearfix\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"product-module\"\u003e\n  \u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eSpecifications\u003c\/span\u003e\u003c\/summary\u003e\n  \u003cdiv class=\"module-content\"\u003e\n\n    \u003ch3\u003eWhat the Orion V2 Slim Virtual Electric Fireplace Actually Does for Your Space\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eNext-Generation LCD Display\u003c\/strong\u003e — Renders recorded fire footage in high definition so flames look dimensional and real, not like light arranged in a flame shape\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAdaptive Brightness Technology\u003c\/strong\u003e — Reads ambient room light automatically and adjusts flame output so the display always looks correctly exposed, regardless of time of day\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e6-Inch Depth \/ 2x6 Wall Fit\u003c\/strong\u003e — Slots into standard framing without requiring a custom wall bump-out, so retrofit and new construction installations cost the same\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCSA-Certified Indoor + Outdoor Rating\u003c\/strong\u003e — Approved for covered patio built-in installation under a properly sized roof overhang, making permanent outdoor placement viable\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e18 Flame Display Combinations\u003c\/strong\u003e — Three flame styles (Hybrid, Wood, Gas) each available in six colors (Yellow, Orange, Blue, Green, Purple, White) for matching any design direction\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eOver-the-Air Flame Updates\u003c\/strong\u003e — New flame styles delivered automatically through the Modern Flames + app after purchase, no hardware changes required\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e5,000 BTU Ceramic Heater\u003c\/strong\u003e — Covers supplemental heat for spaces up to 400 sq ft; heater lockout switch disables heat function for display-only installations\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBuilt-In Bluetooth Speakers + Three Sound Modes\u003c\/strong\u003e — Crackling fire audio layered with wind or thunder options; speakers also stream music or ambient audio from any Bluetooth device\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eOrion V2 Slim 60\" Virtual Electric Fireplace Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"table-wrapper\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSpecification\u003c\/th\u003e\n            \u003cth\u003eDetails\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eModel Number\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eOR60-SLIM-V2\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eOverall Dimensions\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e60\" W × 19-5\/8\" H × 6-5\/16\" D\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eViewing Area\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e55-1\/2\" W × 14-3\/8\" H (15\" high)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eFinished Opening (Recessed)\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e58-1\/2\" W × 19-1\/8\" H × 6\" depth minimum\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eFlame Technology\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eNext-generation LCD display (high-definition video-quality fire)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eFlame Styles\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e3 styles (Hybrid, Wood, Gas) × 6 colors = 18 combinations\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eHeating Output\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e5,000 BTU \/ 1,465W — supplemental heat for up to 400 sq ft\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eElectrical Requirements\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eAC 120V \/ 60Hz — dedicated 20 Amp circuit required\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eCord Length\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e72\" (6 ft)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eInstallation Types\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eWall mount, wall recessed (2x6 wall), built-in\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eLocation Rating\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eIndoor and outdoor (covered patio, built-in installation only)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eControls\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eModern Flames + app (iOS\/Android), premium remote control, built-in touch panel\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eSmart Home Compatibility\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eAmazon Alexa, Google Home\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eAudio\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eCustom-engineered built-in Bluetooth speakers; Normal, Starry Night, and Stormy Night crackling sound modes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eEmber Bed\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eActive multi-color ember bed — 10 colors + fade mode\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eDownlighting\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eMulti-color downlight — 10 colors + fade mode; night light mode available\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eLog Lighting Modes\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eStatic (constant) and Reactive (syncs to fire or Bluetooth audio)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eHeater Settings\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eOff, Fan Only, Low Heat (H1), High Heat (H2); thermostat range 68°F–88°F\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eHeater Lockout\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eBuilt-in micro switch disables heater for display-only installations\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eCertification\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eCSA certified (300773)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eEngineered \u0026amp; Designed\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003ePhoenix, Arizona\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"product-module\"\u003e\n  \u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eDownloads \u0026amp; Documents\u003c\/span\u003e\u003c\/summary\u003e\n  \u003cdiv class=\"module-content\"\u003e\n\n    \u003cul class=\"download-list\"\u003e\n      \u003cli\u003e\u003ca href=\"#\" target=\"_blank\"\u003e\u003cstrong\u003eSpecifications PDF\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"#\" target=\"_blank\"\u003e\u003cstrong\u003eProduct Manual\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"#\" target=\"_blank\"\u003e\u003cstrong\u003eProduct Flyer\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"#\" target=\"_blank\"\u003e\u003cstrong\u003eAdvanced Features Graphic\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"#\" target=\"_blank\"\u003e\u003cstrong\u003eNo Flames Solution Guide\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"#\" target=\"_blank\"\u003e\u003cstrong\u003eOrion Series Remote Controls Breakdown\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"product-module\"\u003e\n  \u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eWhat's Included \u0026amp; Warranty\u003c\/span\u003e\u003c\/summary\u003e\n  \u003cdiv class=\"module-content\"\u003e\n\n    \u003ch4\u003eIncluded with Your Orion V2 Slim 60\"\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eInternally Lit TruWood-Style Log Set\u003c\/strong\u003e — Crafted from the same split wood used in TruWood logs, lit from within for natural-looking depth and warmth\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eReflective Black Crushed Glass\u003c\/strong\u003e — Covers the acrylic ember bed for a clean, finished look\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWood Chips and Twigs\u003c\/strong\u003e — Additional media for hearth realism\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePremium Remote Control\u003c\/strong\u003e — Full-function remote with flame style, color, speed, audio, heat, and thermostat controls; 2 AA batteries included\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWall Mount Bracket\u003c\/strong\u003e — For surface or partial-recess wall mount installation\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSide Skirt Panels\u003c\/strong\u003e — Finish the sides of the unit in wall mount installations\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSuction Cups\u003c\/strong\u003e — For glass removal during installation and log set placement\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch4\u003eOptional Accessories (Sold Separately)\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTruWood Premium Timber Upgrade Kit — Slim\u003c\/strong\u003e — Authentic handcrafted heat-treated real wood logs with natural bark and charring; replaces the standard included log set for maximum visual realism in high-visibility installations\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAllwood Media Wall System (60\" Slim)\u003c\/strong\u003e — Complete floating media wall package covering a 10-foot-wide by 8-foot-high area; available in Weathered Walnut, Driftwood Gray, or Coastal Sand; fireplace sold separately; indoor use only\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch4\u003eWarranty \u0026amp; Certifications\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003e5-Year Limited Warranty\u003c\/strong\u003e — Applies when unit is registered after purchase\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e2-Year Limited Warranty\u003c\/strong\u003e — Applies to unregistered units\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e1-Year Warranty on LCD Screens\u003c\/strong\u003e — Covers the display panel specifically\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCSA Certified\u003c\/strong\u003e — Certification number 300773; approved for indoor and outdoor covered installation\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eEngineered \u0026amp; Designed in Phoenix, Arizona\u003c\/strong\u003e — Modern Flames in-house engineering team; part of RPG Brands\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"product-module\"\u003e\n  \u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eFrequently Asked Questions\u003c\/span\u003e\u003c\/summary\u003e\n  \u003cdiv class=\"module-content\"\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-question\"\u003eDoes this fireplace work outdoors?\u003c\/div\u003e\n      \u003cdiv class=\"faq-answer\"\u003eYes — the Orion V2 Slim is CSA-certified for outdoor installation, which is a 2026 upgrade exclusive to the V2 series (the V1 was indoor only). Outdoor use requires built-in installation under a covered patio with a roof overhang at least 50% of the fireplace's height from the ground, and the unit must be protected from direct water contact and direct sunlight. Wall mount installation is not approved for outdoor use.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-question\"\u003eWill it fit in my existing wall without major construction?\u003c\/div\u003e\n      \u003cdiv class=\"faq-answer\"\u003eIf your wall uses standard 2x6 framing, yes. The Orion V2 Slim is engineered specifically for 2x6 walls at 6-5\/16\" depth — it slides in after finished wall materials are applied, with a finished opening of 58-1\/2\" wide by 19-1\/8\" high. A dedicated 20 Amp electrical circuit is required at the installation location. If your wall is 2x4 framing (4 inches deep), this unit will not fit — contact us and we can point you to the right alternative.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-question\"\u003eCan I run the fire display without the heater?\u003c\/div\u003e\n      \u003cdiv class=\"faq-answer\"\u003eYes. The heater and flame display operate independently — you can run the visual and audio features without activating any heat. There is also a physical heater lockout switch built into the unit that permanently disables the heater function, which is useful for installations in commercial spaces where heating is managed separately or safety codes require it.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-question\"\u003eWhat's the difference between the V2 Slim and the V1 Orion Slim?\u003c\/div\u003e\n      \u003cdiv class=\"faq-answer\"\u003eThe V2 and V1 share the same physical chassis and identical installation dimensions — a V2 is a direct drop-in replacement for a V1. The differences are in the internals: the V2 uses a next-generation LCD display with sharper contrast and richer colors, adds adaptive brightness that automatically adjusts to room lighting, delivers over-the-air flame style updates through the Modern Flames + app, includes a newly redesigned internally lit TruWood log set, and adds an active ember bed. The V2 is also the first Slim to carry an indoor\/outdoor CSA rating.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-question\"\u003eDoes the fireplace need a gas line or special venting?\u003c\/div\u003e\n      \u003cdiv class=\"faq-answer\"\u003eNo. The Orion V2 Slim is a fully electric fireplace — it requires only a standard dedicated 20 Amp 120V electrical circuit. There is no gas connection, no venting, and no combustion of any kind. The flame display is an LCD screen, and the heat comes from a ceramic heating element with a built-in fan.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-question\"\u003eHow does the Modern Flames + app work?\u003c\/div\u003e\n      \u003cdiv class=\"faq-answer\"\u003eDownload the Modern Flames + app from the App Store or Google Play, then pair it to the fireplace using the Wi-Fi pairing process in the manual (2.4 GHz Wi-Fi required). Once connected, the app gives you full control over flame style, color, speed, ember bed, downlighting, heat, thermostat, and audio — and it delivers over-the-air updates that add new flame styles to the unit's library over time. The fireplace is also compatible with Amazon Alexa and Google Home through the app.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdiv class=\"closing-cta\"\u003e\n  \u003cp\u003e\u003cstrong\u003eThe Orion V2 Slim is the fireplace that makes your property look like it spent more than it did.\u003c\/strong\u003e We're an authorized Modern Flames dealer — every unit ships direct from the U.S. manufacturer with full warranty coverage. Our team can help with sizing, installation questions, and commercial volume orders.\u003c\/p\u003e\n  \u003cdiv class=\"cta-buttons\"\u003e\n    \u003ca href=\"tel:8888837568\"\u003e(888) 883-7568\u003c\/a\u003e\n    \u003ca href=\"mailto:contact@resortsdepot.com\"\u003econtact@resortsdepot.com\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Modern Flames","offers":[{"title":"Default Title","offer_id":53487609446705,"sku":"OR60-SLIM-V2","price":4999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_60_Slim_Yellow_Flames.jpg?v=1775938081"},{"product_id":"modern-flames-orion-v2-76-slim-linear-lcd-electric-fireplace","title":"Modern Flames Orion V2 76\" Slim Linear LCD Electric Fireplace","description":"\u003cstyle\u003e\n\/* ===== FIXED CSS TEMPLATE — Copy Verbatim ===== *\/\n\n.product-description {\n    font-family: inherit;\n    line-height: 1.6;\n}\n\n.product-description p,\n.product-description ul,\n.product-description ol {\n    max-width: 1100px;\n    margin-left: auto;\n    margin-right: auto;\n    font-size: 18px;\n}\n\n.product-description img {\n    max-width: 900px;\n    width: 100%;\n    height: auto;\n    display: block;\n}\n\n.product-description h2 {\n    font-size: 32px;\n    margin: 30px auto 20px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n.product-description h3 {\n    font-size: 24px;\n    margin: 30px auto 15px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n.product-description h4 {\n    font-size: 20px;\n    margin: 25px auto 12px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n\/* Quick Features Grid (Billboard) *\/\n.product-description .quick-features {\n    background: #fff7eb;\n    padding: 25px;\n    border-radius: 8px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    max-width: 1100px;\n    margin: 25px auto;\n}\n\n.product-description .features-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 15px 30px;\n}\n\n.product-description .features-grid ul {\n    list-style: disc;\n    padding-left: 20px;\n    margin: 0;\n    max-width: none;\n}\n\n.product-description .features-grid li {\n    margin-bottom: 12px;\n    font-size: 18px;\n}\n\n\/* Billboard Contact Line *\/\n.product-description .billboard-contact {\n    max-width: 1100px;\n    margin: 15px auto 30px;\n    text-align: center;\n    font-size: 16px;\n}\n\n.product-description .billboard-contact a {\n    color: #2980b9;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n\/* Accordion Modules *\/\n.product-description details.product-module {\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    margin: 15px auto;\n    max-width: 1100px;\n    overflow: hidden;\n}\n\n.product-description details.product-module summary {\n    cursor: pointer;\n    padding: 18px 25px;\n    background: #fafafa;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n}\n\n.product-description details.product-module summary::-webkit-details-marker {\n    display: none;\n}\n\n.product-description details.product-module summary::after {\n    content: \"+\";\n    font-size: 22px;\n    font-weight: 300;\n    color: #666;\n}\n\n.product-description details[open].product-module summary::after {\n    content: \"\\2212\";\n}\n\n.product-description .toggle-title {\n    font-size: 22px;\n    font-weight: bold;\n    line-height: 1.3;\n}\n\n.product-description .module-content {\n    padding: 20px 25px 30px;\n}\n\n\/* Closing CTA Box *\/\n.product-description .closing-cta {\n    background: #fff7eb;\n    padding: 25px;\n    border-radius: 8px;\n    max-width: 1100px;\n    margin: 30px auto;\n    text-align: center;\n}\n\n.product-description .closing-cta p {\n    margin: 5px 0 15px;\n    max-width: none;\n}\n\n.product-description .cta-buttons {\n    display: flex;\n    justify-content: center;\n    gap: 15px;\n    flex-wrap: wrap;\n}\n\n.product-description .cta-buttons a {\n    display: inline-block;\n    background: linear-gradient(135deg, #00664A, #004D38);\n    color: #fff;\n    padding: 14px 32px;\n    border-radius: 4px;\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 18px;\n    box-shadow: 0 2px 8px rgba(0,77,56,0.25);\n    transition: opacity 0.2s ease;\n}\n\n.product-description .cta-buttons a:hover {\n    opacity: 0.9;\n}\n\n\/* Tables *\/\n.product-description .table-wrapper {\n    max-width: 1100px;\n    margin: 30px auto;\n    overflow-x: auto;\n}\n\n.product-description table {\n    width: 100%;\n    border-collapse: collapse;\n}\n\n.product-description table thead {\n    background: linear-gradient(135deg, #00664A 0%, #004D38 100%);\n    color: white;\n}\n\n.product-description table th,\n.product-description table td {\n    padding: 12px 15px;\n    text-align: left;\n    border: 1px solid #ddd;\n    font-size: 18px;\n}\n\n.product-description table thead th {\n    color: #f8f8f8;\n}\n\n.product-description table tbody tr:nth-child(even) {\n    background: #f9f9f9;\n}\n\n\/* Spec Cards Grid *\/\n.product-description .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px;\n    max-width: 1100px;\n    margin: 20px auto;\n}\n\n.product-description .spec-card {\n    background: #f8f9fa;\n    padding: 15px;\n    border-radius: 5px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    font-size: 18px;\n}\n\n.product-description .spec-card strong {\n    color: #2c3e50;\n}\n\n\/* FAQ Layout *\/\n.product-description .faq-item {\n    display: grid;\n    grid-template-columns: 30% 70%;\n    gap: 20px;\n    margin-bottom: 25px;\n    max-width: 1100px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.product-description .faq-question {\n    font-weight: bold;\n    font-size: 18px;\n}\n\n.product-description .faq-answer {\n    font-size: 18px;\n}\n\n\/* Image Positioning *\/\n.product-description .image-right {\n    float: right;\n    margin: 0 0 20px 30px;\n}\n\n.product-description .image-left {\n    float: left;\n    margin: 0 30px 20px 0;\n}\n\n.product-description .image-center {\n    margin: 30px auto;\n    display: block;\n}\n\n\/* Content-Image Pairs *\/\n.product-description .content-image-pair {\n    display: flex;\n    align-items: center;\n    gap: 30px;\n    max-width: 1100px;\n    margin: 20px auto 25px;\n}\n\n.product-description .content-image-pair .pair-content {\n    flex: 2;\n}\n\n.product-description .content-image-pair .pair-content p,\n.product-description .content-image-pair .pair-content ul,\n.product-description .content-image-pair .pair-content ol {\n    margin-left: 0;\n    margin-right: 0;\n    max-width: none;\n}\n\n.product-description .content-image-pair .pair-content .specs-grid {\n    margin-left: 0;\n    margin-right: 0;\n    max-width: none;\n}\n\n.product-description .content-image-pair .pair-image {\n    flex: 3;\n}\n\n.product-description .content-image-pair .pair-image img {\n    width: 100%;\n    height: auto;\n    border-radius: 0px;\n}\n\n\/* Download List (Module 3) *\/\n.product-description .download-list {\n    list-style: none;\n    padding-left: 0;\n}\n\n.product-description .download-list li {\n    padding-left: 28px;\n    position: relative;\n    margin-bottom: 12px;\n}\n\n.product-description .download-list li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    width: 18px;\n    height: 20px;\n    background: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M10 0H2C0.9 0 0 0.9 0 2v16c0 1.1 0.9 2 2 2h12c1.1 0 2-0.9 2-2V6l-6-6z' fill='%2300664A'\/%3E%3Cpath d='M10 0v6h6' fill='%23004D38'\/%3E%3C\/svg%3E\") no-repeat center\/contain;\n}\n\n.product-description .download-list a {\n    color: #2980b9;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n.product-description .download-list a:hover {\n    text-decoration: underline;\n}\n\n\/* Video *\/\n.product-description .video-container {\n    max-width: 1100px;\n    margin: 30px auto;\n}\n\n.product-description .video-container video {\n    width: 100%;\n    max-width: 600px;\n    height: auto;\n    display: block;\n    margin: 0 auto;\n}\n\n\/* Lists *\/\n.product-description ul,\n.product-description ol {\n    padding-left: 25px;\n}\n\n.product-description li {\n    margin-bottom: 8px;\n    font-size: 18px;\n}\n\n\/* Utilities *\/\n.product-description .clearfix::after {\n    content: \"\";\n    display: table;\n    clear: both;\n}\n\n\/* Mobile Responsive *\/\n@media (max-width: 768px) {\n    .product-description .features-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .product-description .image-right,\n    .product-description .image-left {\n        float: none;\n        margin: 20px auto;\n    }\n\n    .product-description .specs-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .product-description .faq-item {\n        grid-template-columns: 1fr;\n        gap: 10px;\n    }\n\n    .product-description .content-image-pair {\n        flex-direction: column-reverse;\n        align-items: stretch;\n    }\n\n    .product-description .cta-buttons {\n        flex-direction: column;\n        align-items: center;\n    }\n\n    .product-description .cta-buttons a {\n        width: 100%;\n        max-width: 300px;\n        text-align: center;\n    }\n\n    .product-description .table-wrapper {\n        overflow-x: scroll;\n    }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- ===== BILLBOARD (Always Visible) ===== --\u003e\n\u003ch2\u003eThis Virtual Electric Fireplace Commands the Room—And It Runs on a Standard Outlet\u003c\/h2\u003e\n\u003cdiv class=\"content-image-pair\"\u003e\n\u003cdiv class=\"pair-content\"\u003e\n\u003cp\u003eMost electric fireplaces give themselves away the moment someone looks closely. The Orion V2 76\" Slim doesn't—next-generation LCD technology produces flames with the depth, movement, and color of actual fire, in a 6-inch slim profile that fits a standard 2x6 wall without special framing, a bump-out, or a gas line.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pair-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Hotel_Lobby_Orion_Slim_60.jpg?v=1775522073\" alt=\"Modern Flames Orion Slim electric fireplace installed behind a hotel lobby reception desk\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cdiv class=\"quick-features\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNext-Gen LCD Flame Display\u003c\/strong\u003e — 3 flame styles, 6 colors each, adaptive brightness that adjusts to the room automatically\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOver-the-Air Flame Updates\u003c\/strong\u003e — new flame styles delivered via the app after purchase, so the fireplace keeps getting better\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e6-Inch Slim Profile\u003c\/strong\u003e — fits a standard 2x6 wall at 6 inches deep, so installation doesn't require special framing, a bump-out, or structural work\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuilt-In Premium Speakers\u003c\/strong\u003e — Bluetooth streaming plus three crackling fire soundscapes engineered for the unit\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndoor \u0026amp; Outdoor Rated\u003c\/strong\u003e — CSA-approved for covered patio installation, not just interior spaces\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeater Lockout Mode\u003c\/strong\u003e — run the fire visuals year-round without adding heat to a warm room\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"billboard-contact\"\u003e\n\u003cp\u003eQuestions about sizing, installation, or ordering the Orion V2 Slim for a commercial property? Call \u003ca href=\"tel:8888837568\"\u003e(888) 883-7568\u003c\/a\u003e or email \u003ca href=\"mailto:contact@resortsdepot.com\"\u003econtact@resortsdepot.com\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===== MODULE 1: The Full Picture ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eThe Full Picture\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cp\u003eA 76-inch wall of moving fire that runs on a standard outlet, updates through an app, and installs without a gas line or a contractor—that's what the Orion V2 Slim 76\" puts in a room. It's the kind of installation guests photograph and ask the front desk about. Property managers choose it because it delivers the look of a major production while requiring nothing beyond a standard wall and a 120V outlet. Luxury homeowners choose it for the same reason—a statement piece that changes the entire energy of a space without the structural work to match.\u003c\/p\u003e\n\u003cdiv style=\"max-width: 700px; margin: 30px auto;\"\u003e\u003ciframe width=\"100%\" height=\"394\" src=\"https:\/\/www.youtube.com\/embed\/JUn6XYxdsdQ?si=ySwP7cmKZXIG-oOF\" title=\"Modern Flames Orion V2 Series Overview\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003ch4\u003eWho It's For\u003c\/h4\u003e\n\u003cp\u003eThe Orion V2 Slim 76\" is the right fit for property managers and designers who need a large-format fireplace in a space where depth is limited—a standard 2x6 wall, a retrofit situation, or a location where a deep built-out isn't practical. Hotels and boutique resorts use it for lobby focal points and feature walls. High-end restaurants and bars install it behind reception counters and along dining room walls for year-round ambiance without a seasonal gas permit. Luxury homeowners choose it for media walls, primary suites, and covered outdoor living spaces where the fire adds atmosphere without requiring a chimney or structural modification. If the site has a standard wall and a standard outlet, this fireplace fits.\u003c\/p\u003e\n\u003cdiv class=\"clearfix\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 2: Specifications ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eSpecifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003ch3\u003eWhat the Modern Flames Orion Electric Fireplace Actually Does for Your Property\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdaptive Brightness\u003c\/strong\u003e — auto-adjusts flames to room lighting, so the fire looks convincing from morning sunlight to dim evening service\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e18 Flame Display Combinations\u003c\/strong\u003e — three styles × six colors each, so the look fits any space or season without swapping hardware\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEmber Bed \u0026amp; Downlight Control\u003c\/strong\u003e — 10 independent colors with fade on each, giving complete visual command of the entire firebox\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOver-the-Air Flame Updates\u003c\/strong\u003e — Modern Flames + app delivers new styles post-purchase, so the fireplace improves without a hardware swap\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBluetooth Streaming \u0026amp; 3 Soundscapes\u003c\/strong\u003e — built-in speakers stream music or run crackling fire audio, with reactive log lighting included\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5,000 BTU Ceramic Heater\u003c\/strong\u003e — two heat levels and thermostat (68°F–88°F) cover 400 sq ft; heater lockout enables ambiance-only mode\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFits Standard 2x6 Walls\u003c\/strong\u003e — 6-inch depth means wall mount, recessed, or built-in with no special framing or bump-out required\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndoor \u0026amp; Outdoor Rated\u003c\/strong\u003e — CSA-approved for covered patio built-in installation, so the same unit works inside and outside\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eOrion Slim Fireplace Specifications\u003c\/h3\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel Number\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eOR76-SLIM-V2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOverall Dimensions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e76-5\/8\" W × 19-5\/8\" H × 6-5\/16\" D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eViewing Area\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e72-3\/16\" W × 15\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFraming Opening (Recessed)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e75-1\/8\" W × 19-1\/8\" H × 6\" min depth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e120V \/ 60Hz \/ 1,465W — dedicated 20A breaker required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHeat Output\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e5,000 BTU\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHeat Coverage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 400 sq ft (supplemental heat)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eThermostat Range\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e68°F – 88°F (10 settings)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlame Styles\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e3 styles (Wood, Gas, Hybrid) × 6 colors = 18 combinations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eEmber Bed Colors\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e10 colors + fade mode\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDownlight Colors\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e10 colors + fade mode\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSound Modes\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eNormal, Starry Night, Stormy Night, Bluetooth streaming\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eLog Lighting Modes\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eStatic (constant), Reactive (syncs to audio)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eConnectivity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eWiFi (2.4 GHz), Bluetooth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSmart Home Compatibility\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAmazon Alexa, Google Home\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eApp Control\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eModern Flames + (iOS and Android)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInstallation Types\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eWall mount, wall recessed, built-in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eIndoor \/ Outdoor Rating\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eYes — outdoor approved for covered patio (built-in installation required)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCertification\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCSA (No. 300773)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMSRP\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e$6,249\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 3: Downloads \u0026 Documents ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eDownloads \u0026amp; Documents\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cul class=\"download-list\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_Slim_76_inch_specifications.pdf?v=1775959173\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eSpecifications PDF\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Manual_Orion_Slim_V2_-_US_251229_compressed.pdf?v=1775523580\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eProduct Manual\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_Flyer_2026_compressed.pdf?v=1775186019\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eProduct Flyer\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_Advanced_Features.pdf?v=1775186018\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eAdvanced Features Graphic\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_No_Flames_Solution_Guide.pdf?v=1775186018\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eNo Flames Solution Guide\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_Series_Remote.pdf?v=1775186019\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eOrion Series Remote Controls Breakdown\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 4: Logistics ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eWhat's Included \u0026amp; Warranty\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003ch4\u003eIncluded with Your Orion V2 Slim 76\"\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eInternally lit TruWood-style log set\u003c\/strong\u003e — lit from within for natural-looking depth and warmth\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReflective black crushed glass\u003c\/strong\u003e — for ember bed coverage\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood chips and twigs\u003c\/strong\u003e — for layered hearth realism\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium remote control\u003c\/strong\u003e — with AA batteries included\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWall mount bracket\u003c\/strong\u003e — for wall mount installation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSide skirt panels\u003c\/strong\u003e — for clean finish on wall mount\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCover plate\u003c\/strong\u003e — for built-in and recessed installations\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDrywall anchors, screws, and strain relief\u003c\/strong\u003e — hardware for all installation types\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuction cups\u003c\/strong\u003e — for front glass removal\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eOptional Accessories (Sold Separately)\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTruWood Premium Timber Upgrade Kit (Slim)\u003c\/strong\u003e — authentic handcrafted real wood log sets that replace the standard included logs; heat-treated with natural bark and charring for a significant jump in visual realism. A natural add-on for anyone spending $6,000+ on a fireplace installation.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eWarranty \u0026amp; Certifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCSA Certified\u003c\/strong\u003e — No. 300773; approved for indoor and outdoor use\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModern Flames Manufacturer Warranty\u003c\/strong\u003e — backed by Modern Flames, engineered and designed in Phoenix, Arizona\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFCC Compliant\u003c\/strong\u003e — Registration No. 2A7U3BOGERF\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAuthorized Dealer\u003c\/strong\u003e — Resorts Depot is an authorized Modern Flames dealer; all products are genuine and covered under full manufacturer warranty\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 5: FAQ ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eFrequently Asked Questions\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan the Orion V2 Slim 76\" be installed outdoors?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The Orion V2 Slim is CSA-approved for outdoor installation under a covered patio, as long as it's protected from direct water contact and direct sunlight. Outdoor use requires the built-in installation method only — wall mount and recessed installations are not approved for outdoor use. The patio roof overhang must cover at least 50% of the height measured from the bottom of the fireplace.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes this fireplace require a gas line or venting?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. The Orion V2 Slim is fully electric and runs on a dedicated 120V\/20A circuit. The flames come from a next-generation LCD display rather than combustion, which means the installation doesn't require a gas line, a flue, or any ventilation at all.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I run just the flames without any heat?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The heater and the flame display operate independently. The Orion V2 Slim includes a heater lockout function that disables the heating element entirely while keeping the fire visuals running. This makes it practical for year-round use in warm climates or during summer months when ambiance is wanted without added heat.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat's the difference between the Orion V2 Slim and the Orion V2 Multi?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eBoth use the same next-generation LCD flame technology. The Slim is engineered for standard 2x6 walls at 6 inches deep and is single-sided only — meaning it has one viewing angle, facing forward. The Multi goes 9 inches deep and can be configured as a left corner, right corner, or three-sided bay for multi-angle viewing. The Multi also offers a 120-inch size and a 240V\/10,000 BTU heat option. If your wall is standard depth and you need a single front-facing view, the Slim delivers identical flame quality at a lower price and simpler installation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat does \"over-the-air flame updates\" mean?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe Modern Flames + app connects to the fireplace over WiFi and delivers new flame style content as Modern Flames releases it — similar to a software update on a phone. This means the fireplace gains new looks over time without any hardware changes. V2 models receive these updates automatically through the app; V1 models do not have this capability.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat WiFi frequency does the Orion V2 Slim require?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe fireplace connects via 2.4 GHz WiFi. If your router broadcasts both 2.4 GHz and 5 GHz under the same network name, you'll need to separate them before pairing or use the manual connect option in the Modern Flames + app.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== CLOSING CTA (Always Visible) ===== --\u003e\n\u003cdiv class=\"closing-cta\"\u003e\n\u003cp\u003e\u003cstrong\u003eThe Orion V2 Slim 76\" is available now through Resorts Depot—an authorized Modern Flames dealer.\u003c\/strong\u003e Expert guidance on sizing, placement, and delivery is available Monday through Saturday, 8AM–8PM CT.\u003c\/p\u003e\n\u003cdiv class=\"cta-buttons\"\u003e\n\u003ca href=\"tel:8888837568\"\u003e(888) 883-7568\u003c\/a\u003e \u003ca href=\"mailto:contact@resortsdepot.com\"\u003econtact@resortsdepot.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Modern Flames","offers":[{"title":"Default Title","offer_id":53487609676081,"sku":"OR76-SLIM-V2","price":6249.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_60_Slim_Yellow_Flames.jpg?v=1775938081"},{"product_id":"modern-flames-orion-v2-100-slim-linear-lcd-electric-fireplace","title":"Modern Flames Orion V2 100\" Slim Linear LCD Electric Fireplace","description":"\u003cstyle\u003e\n\/* ===== FIXED CSS TEMPLATE — Copy Verbatim ===== *\/\n\n.product-description {\n    font-family: inherit;\n    line-height: 1.6;\n}\n\n.product-description p,\n.product-description ul,\n.product-description ol {\n    max-width: 1100px;\n    margin-left: auto;\n    margin-right: auto;\n    font-size: 18px;\n}\n\n.product-description img {\n    max-width: 900px;\n    width: 100%;\n    height: auto;\n    display: block;\n}\n\n.product-description h2 {\n    font-size: 32px;\n    margin: 30px auto 20px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n.product-description h3 {\n    font-size: 24px;\n    margin: 30px auto 15px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n.product-description h4 {\n    font-size: 20px;\n    margin: 25px auto 12px;\n    max-width: 1100px;\n    line-height: 1.3;\n    text-align: center;\n}\n\n\/* Quick Features Grid (Billboard) *\/\n.product-description .quick-features {\n    background: #fff7eb;\n    padding: 25px;\n    border-radius: 8px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    max-width: 1100px;\n    margin: 25px auto;\n}\n\n.product-description .features-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 15px 30px;\n}\n\n.product-description .features-grid ul {\n    list-style: disc;\n    padding-left: 20px;\n    margin: 0;\n    max-width: none;\n}\n\n.product-description .features-grid li {\n    margin-bottom: 12px;\n    font-size: 18px;\n}\n\n\/* Billboard Contact Line *\/\n.product-description .billboard-contact {\n    max-width: 1100px;\n    margin: 15px auto 30px;\n    text-align: center;\n    font-size: 16px;\n}\n\n.product-description .billboard-contact a {\n    color: #2D6B80;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n\/* Accordion Modules *\/\n.product-description details.product-module {\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    margin: 15px auto;\n    max-width: 1100px;\n    overflow: hidden;\n}\n\n.product-description details.product-module summary {\n    cursor: pointer;\n    padding: 18px 25px;\n    background: #fafafa;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n}\n\n.product-description details.product-module summary::-webkit-details-marker {\n    display: none;\n}\n\n.product-description details.product-module summary::after {\n    content: \"+\";\n    font-size: 22px;\n    font-weight: 300;\n    color: #666;\n}\n\n.product-description details[open].product-module summary::after {\n    content: \"\\2212\";\n}\n\n.product-description .toggle-title {\n    font-size: 22px;\n    font-weight: bold;\n    line-height: 1.3;\n}\n\n.product-description .module-content {\n    padding: 20px 25px 30px;\n}\n\n\/* Closing CTA Box *\/\n.product-description .closing-cta {\n    background: #fff7eb;\n    padding: 25px;\n    border-radius: 8px;\n    max-width: 1100px;\n    margin: 30px auto;\n    text-align: center;\n}\n\n.product-description .closing-cta p {\n    margin: 5px 0 15px;\n    max-width: none;\n}\n\n.product-description .cta-buttons {\n    display: flex;\n    justify-content: center;\n    gap: 15px;\n    flex-wrap: wrap;\n}\n\n.product-description .cta-buttons a {\n    display: inline-block;\n    background: linear-gradient(135deg, #00664A, #004D38);\n    color: #fff;\n    padding: 14px 32px;\n    border-radius: 4px;\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 18px;\n    box-shadow: 0 2px 8px rgba(0,77,56,0.25);\n    transition: opacity 0.2s ease;\n}\n\n.product-description .cta-buttons a:hover {\n    opacity: 0.9;\n}\n\n\/* Tables *\/\n.product-description .table-wrapper {\n    max-width: 1100px;\n    margin: 30px auto;\n    overflow-x: auto;\n}\n\n.product-description table {\n    width: 100%;\n    border-collapse: collapse;\n}\n\n.product-description table thead {\n    background: linear-gradient(135deg, #00664A 0%, #004D38 100%);\n    color: white;\n}\n\n.product-description table th,\n.product-description table td {\n    padding: 12px 15px;\n    text-align: left;\n    border: 1px solid #ddd;\n    font-size: 18px;\n}\n\n.product-description table thead th {\n    color: #f8f8f8;\n}\n\n.product-description table tbody tr:nth-child(even) {\n    background: #f9f9f9;\n}\n\n\/* Spec Cards Grid *\/\n.product-description .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px;\n    max-width: 1100px;\n    margin: 20px auto;\n}\n\n.product-description .spec-card {\n    background: #f8f9fa;\n    padding: 15px;\n    border-radius: 5px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    font-size: 18px;\n}\n\n.product-description .spec-card strong {\n    color: #2c3e50;\n}\n\n\/* FAQ Layout *\/\n.product-description .faq-item {\n    display: grid;\n    grid-template-columns: 30% 70%;\n    gap: 20px;\n    margin-bottom: 25px;\n    max-width: 1100px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.product-description .faq-question {\n    font-weight: bold;\n    font-size: 18px;\n}\n\n.product-description .faq-answer {\n    font-size: 18px;\n}\n\n\/* Image Positioning *\/\n.product-description .image-right {\n    float: right;\n    margin: 0 0 20px 30px;\n}\n\n.product-description .image-left {\n    float: left;\n    margin: 0 30px 20px 0;\n}\n\n.product-description .image-center {\n    margin: 30px auto;\n    display: block;\n}\n\n\/* Content-Image Pairs *\/\n.product-description .content-image-pair {\n    display: flex;\n    align-items: center;\n    gap: 30px;\n    max-width: 1100px;\n    margin: 20px auto 25px;\n}\n\n.product-description .content-image-pair .pair-content {\n    flex: 2;\n}\n\n.product-description .content-image-pair .pair-content p,\n.product-description .content-image-pair .pair-content ul,\n.product-description .content-image-pair .pair-content ol {\n    margin-left: 0;\n    margin-right: 0;\n    max-width: none;\n}\n\n.product-description .content-image-pair .pair-content .specs-grid {\n    margin-left: 0;\n    margin-right: 0;\n    max-width: none;\n}\n\n.product-description .content-image-pair .pair-image {\n    flex: 3;\n}\n\n.product-description .content-image-pair .pair-image img {\n    width: 100%;\n    height: auto;\n    border-radius: 0px;\n}\n\n\/* Download List (Module 3) *\/\n.product-description .download-list {\n    list-style: none;\n    padding-left: 0;\n}\n\n.product-description .download-list li {\n    padding-left: 28px;\n    position: relative;\n    margin-bottom: 12px;\n}\n\n.product-description .download-list li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    width: 18px;\n    height: 20px;\n    background: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M10 0H2C0.9 0 0 0.9 0 2v16c0 1.1 0.9 2 2 2h12c1.1 0 2-0.9 2-2V6l-6-6z' fill='white' stroke='%2300664A' stroke-width='1'\/%3E%3Cpath d='M10 0v6h6' fill='%23E8F5EF' stroke='%2300664A' stroke-width='1'\/%3E%3Cpath d='M4 10h6M4 13h4' stroke='%2300664A' stroke-width='0.2' stroke-linecap='round'\/%3E%3C\/svg%3E\") no-repeat center\/contain;\n}\n\n.product-description .download-list a {\n    color: #2D6B80;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n.product-description .download-list a:hover {\n    text-decoration: underline;\n}\n\n\/* Video *\/\n.product-description .video-container {\n    max-width: 900px;\n    margin: 30px auto;\n}\n\n.product-description .video-container video {\n    width: 100%;\n    height: auto;\n    display: block;\n}\n\n.product-description .video-container iframe {\n    width: 100%;\n    aspect-ratio: 16 \/ 9;\n    height: auto;\n    display: block;\n    border: none;\n}\n\n\/* Lists *\/\n.product-description ul,\n.product-description ol {\n    padding-left: 25px;\n}\n\n.product-description li {\n    margin-bottom: 8px;\n    font-size: 18px;\n}\n\n\/* Utilities *\/\n.product-description .clearfix::after {\n    content: \"\";\n    display: table;\n    clear: both;\n}\n\n\/* Mobile Responsive *\/\n@media (max-width: 768px) {\n    .product-description .features-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .product-description .image-right,\n    .product-description .image-left {\n        float: none;\n        margin: 20px auto;\n    }\n\n    .product-description .specs-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .product-description .faq-item {\n        grid-template-columns: 1fr;\n        gap: 10px;\n    }\n\n    .product-description .content-image-pair {\n        flex-direction: column-reverse;\n        align-items: stretch;\n    }\n\n    .product-description .cta-buttons {\n        flex-direction: column;\n        align-items: center;\n    }\n\n    .product-description .cta-buttons a {\n        width: 100%;\n        max-width: 300px;\n        text-align: center;\n    }\n\n    .product-description .table-wrapper {\n        overflow-x: scroll;\n    }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- ===== BILLBOARD (Always Visible) ===== --\u003e\n\u003ch2\u003eStop Designing Around Your Feature Wall. This Virtual Electric Fireplace Is the Feature.\u003c\/h2\u003e\n\u003cdiv class=\"content-image-pair\"\u003e\n\u003cdiv class=\"pair-content\"\u003e\n\u003cp\u003eAt 100 inches wide, the \u003cstrong\u003eOrion V2 Slim\u003c\/strong\u003e is nearly nine feet of next-generation LCD fire — the kind of feature wall that carries a room without asking anything else to compete. The display runs deep and dimensional, with a lit log set underneath that looks like someone actually built a hearth into your wall. If you're specifying a space where the fireplace does the heavy lifting, this is where you start.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pair-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Hotel_Lobby_Orion_Slim_60.jpg?v=1775522073\" alt=\"Orion Slim V2 electric fireplace installed behind a hotel reception desk\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cdiv class=\"quick-features\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNext-Gen LCD Display\u003c\/strong\u003e — deeper, more dimensional flames than LED alternatives, so the display looks real from any angle\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdaptive Brightness\u003c\/strong\u003e — automatically adjusts flame output to match room lighting, so it always looks its best\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOver-the-Air Flame Updates\u003c\/strong\u003e — new flame styles download automatically through the app, so the fireplace keeps improving after purchase\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuilt-In Premium Speakers\u003c\/strong\u003e — stream Bluetooth audio or choose from three crackling fire soundscapes without extra hardware\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e2x6 Wall Compatible\u003c\/strong\u003e — just 6\" deep, so it fits a standard wall without custom framing or a bump-out\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndoor \u0026amp; Outdoor Rated\u003c\/strong\u003e — approved for covered patio installations, so it works in any premium entertainment environment\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"billboard-contact\"\u003e\n\u003cp\u003eQuestions about sizing, installation, or delivery for the Orion V2 Slim 100\"? Call \u003ca href=\"tel:8888837568\"\u003e(888) 883-7568\u003c\/a\u003e or email \u003ca href=\"mailto:contact@resortsdepot.com\"\u003econtact@resortsdepot.com\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===== MODULE 1: The Full Picture ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eThe Full Picture\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cp\u003eConsider what 100 inches of fire does to a room. At nearly nine feet wide, the \u003cstrong\u003eOrion V2 Slim 100\"\u003c\/strong\u003e is not a decorative accent — it is the space's primary visual element. The LCD flame display runs deep and dimensional, with an internally lit \u003cstrong\u003eTruWood log set\u003c\/strong\u003e that creates real-looking depth beneath the flames. The adaptive brightness sensor reads the ambient light level and adjusts automatically, so the display looks just as convincing at noon as it does at midnight.\u003c\/p\u003e\n\u003cp\u003eThis is the V2 — a complete engineering upgrade over the original Orion Slim. Sharper contrast and richer color from the next-generation LCD screens. New flame styles delivered over-the-air through the \u003cstrong\u003eModern Flames + app\u003c\/strong\u003e, so the fireplace adds new content without anyone touching the hardware. Custom-engineered built-in speakers with Bluetooth streaming and three ambient soundscapes — Normal fire crackling, Starry Night with ambient wind, and Stormy Night with thunder effects. An active ember bed with movement and texture beneath the logs. Every unit is engineered and designed in Phoenix, Arizona.\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/JUn6XYxdsdQ?si=ySwP7cmKZXIG-oOF\" title=\"Modern Flames Orion V2 Series Overview\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003ch4\u003eWho It's For\u003c\/h4\u003e\n\u003cp\u003eThe Orion V2 Slim 100\" is built for installations where a fireplace is expected to do real design work. Hotel lobbies, resort lounge areas, upscale restaurants with dedicated feature walls, and covered outdoor dining spaces are natural environments for this unit — particularly for property managers who need a commercial-grade anchor piece that holds up season after season. Its 6-inch depth profile is a practical advantage for architects and designers working within standard 2x6 wall construction or retrofit projects where a deep firebox simply isn't structurally viable. Luxury residential buyers designing dedicated media rooms, primary suites, or covered pool-house entertaining spaces will find it equally capable of carrying the room on its own.\u003c\/p\u003e\n\u003cdiv class=\"clearfix\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 2: Specifications ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eSpecifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003ch3\u003eOrion V2 Slim 100\" Virtual Electric Fireplace Specifications\u003c\/h3\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel Number\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eOR100-SLIM-V2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOverall Dimensions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e101\" W × 19-5\/8\" H × 6-5\/16\" D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eViewing Area\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e96-7\/16\" W × 15\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFinished Opening Required\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e99-1\/2\" W × 19-1\/8\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMinimum Wall Depth\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e6\" (recessed) \/ 6-1\/2\" (built-in)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eElectrical\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAC 120V \/ 60Hz \/ 1465W — dedicated 20-amp circuit required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHeat Output\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e5,000 BTU\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCoverage Area\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 400 sq ft (supplemental heat)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower Cord Length\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e72\" (6 ft)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlame Styles\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e3 (Hybrid, Wood, Gas)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlame Colors\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e6 per style — Yellow, Orange, Blue, Green, Purple, White (18 total combinations)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSound Modes\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eNormal, Starry Night, Stormy Night, Bluetooth streaming\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eControls\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eModern Flames + app (WiFi), included remote control, built-in touch panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSmart Home Compatibility\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAmazon Alexa, Google Home\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInstallation Methods\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eWall-mount, recessed, built-in, outdoor under covered patio (built-in only)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eIndoor \/ Outdoor Rating\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eApproved for both — outdoor requires covered installation per spec guidelines\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCertifications\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCSA certified (C-US 300773), FCC compliant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMSRP\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e$7,799\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch3\u003e100-Inch Electric Fireplace Power Benefits\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNext-Gen LCD Display\u003c\/strong\u003e — deeper, more dimensional flames so guests never mistake it for an LED fireplace\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdaptive Brightness\u003c\/strong\u003e — automatically adjusts flame output to match room lighting, so the display always looks its best\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOver-the-Air Updates\u003c\/strong\u003e — new flame styles delivered automatically through the app, so your fireplace keeps getting better\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuilt-In Premium Speakers\u003c\/strong\u003e — stream Bluetooth audio or pick from three fire soundscapes, all without extra hardware\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e6-Inch Slim Profile\u003c\/strong\u003e — fits a standard 2x6 wall with no custom framing or structural bump-out needed\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndoor\/Outdoor Rating\u003c\/strong\u003e — approved under covered patios, so it works inside or out\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeater Lockout Function\u003c\/strong\u003e — disables heat while keeping the flame on, ideal for warm climates or display-only installs\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTruWood Log Set\u003c\/strong\u003e — lit from within for natural depth and warmth, not flat back-panel light\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 3: Downloads \u0026 Documents ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eDownloads \u0026amp; Documents\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cul class=\"download-list\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_Slim_100_inch_specifications.pdf?v=1775959173\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eSpecifications PDF\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Manual_Orion_Slim_V2_-_US_251229_compressed.pdf?v=1775523580\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eProduct Manual\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_Flyer_2026_compressed.pdf?v=1775186019\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eProduct Flyer\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_Advanced_Features.pdf?v=1775186018\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eAdvanced Features Graphic\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_No_Flames_Solution_Guide.pdf?v=1775186018\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eNo Flames Solution Guide\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Modern_Flames_Orion_Series_Remote.pdf?v=1775186019\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003eOrion Series Remote Controls Breakdown\u003c\/strong\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 4: What's Included \u0026 Warranty ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eWhat's Included \u0026amp; Warranty\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003ch4\u003eIncluded with Your Orion V2 Slim 100\"\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eInternally Lit TruWood-Style Log Set\u003c\/strong\u003e — lit from within for natural depth beneath the flame display\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReflective Black Crushed Glass\u003c\/strong\u003e — covers the acrylic ember bed for a finished hearth appearance\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood Chips \u0026amp; Twigs\u003c\/strong\u003e — additional media for layering over the crushed glass\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Remote Control\u003c\/strong\u003e — 12-button remote with AA batteries included\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWall Mount Bracket\u003c\/strong\u003e — for wall-mounted installation; removed for recessed or built-in installs\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSide Skirt Panels\u003c\/strong\u003e — installed on each side of the firebox for wall-mount applications\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCover Plate\u003c\/strong\u003e — for clean installation finish\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMounting Hardware\u003c\/strong\u003e — screws, drywall anchors included\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuction Cups\u003c\/strong\u003e — for safe front glass removal during log installation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eOptional Accessories (Sold Separately)\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTruWood Premium Timber Upgrade Kit — Slim\u003c\/strong\u003e — authentic handcrafted real wood log sets that replace the standard included logs; heat-treated with natural bark and charring for significantly improved log realism; available for 80\"–100\" Slim models ($400)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eWarranty \u0026amp; Certifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Limited Warranty\u003c\/strong\u003e — applies when product is registered after purchase\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e2-Year Limited Warranty\u003c\/strong\u003e — applies on unregistered units\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1-Year Warranty on LCD Screens\u003c\/strong\u003e — covers the display panels specifically\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCSA Certified\u003c\/strong\u003e — Standard C-US 300773\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFCC Compliant\u003c\/strong\u003e — Registration Number 2A7U3BOGERF\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEngineered \u0026amp; Designed in Phoenix, Arizona\u003c\/strong\u003e — by Modern Flames' in-house engineering team\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== MODULE 5: Frequently Asked Questions ===== --\u003e\n\u003cdetails class=\"product-module\"\u003e\n\u003csummary\u003e\u003cspan class=\"toggle-title\"\u003eFrequently Asked Questions\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this be installed outdoors?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The Orion V2 Slim is approved for outdoor installation under a covered patio, away from direct water contact and direct sunlight. Only the built-in installation method is approved for outdoor use. The patio roof overhang must be at least 50% of the height measured from the base of the fireplace.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes it fit a standard 2x6 wall?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. At 6-5\/16\" deep, the Orion V2 Slim is engineered specifically for 2x6 wall construction. The finished opening for the 100\" model is 99-1\/2\" wide by 19-1\/8\" high. No custom bump-out or deep framing is required.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat electrical does it require?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eA dedicated 120V, 20-amp circuit is required. No gas line, chimney, or venting is needed — it plugs directly into a standard grounded wall outlet on a dedicated circuit. The power cord is 72\" long.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat flame styles and colors are available?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThree flame styles — Hybrid, Wood, and Gas — each available in six colors: Yellow, Orange, Blue, Green, Purple, and White. That's 18 possible combinations, all adjustable from the app, the included remote, or the built-in touch panel. Flame speed and brightness are also adjustable.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes it work with Alexa or Google Home?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The Modern Flames + app connects via WiFi and integrates with both Amazon Alexa and Google Home for voice control. The fireplace can also be operated independently by the included remote or the built-in touch panel — no app required for basic use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat other sizes does the Orion V2 Slim come in?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe Orion V2 Slim is available in four sizes: 52\", 60\", 76\", and 100\". All four sizes use the same LCD flame technology and share the same 6-inch depth profile for standard 2x6 wall installations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat's the difference between the Orion V2 Slim and the Orion V2 Multi?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe Slim is designed for standard 2x6 walls at 6\" depth and is single-sided only, with a maximum size of 100\". The Multi is 9\" deep, supports multi-sided viewing configurations including corner and bay installations, and goes up to 120\". Both use the same next-generation LCD flame technology — the difference is installation depth and viewing configuration.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===== CLOSING CTA (Always Visible) ===== --\u003e\n\u003cdiv class=\"closing-cta\"\u003e\n\u003cp\u003e\u003cstrong\u003eThe Orion V2 Slim 100\" is one of the most impactful feature wall decisions you can make for a property.\u003c\/strong\u003e We're authorized dealers for Modern Flames and can help with sizing, installation planning, and delivery logistics.\u003c\/p\u003e\n\u003cdiv class=\"cta-buttons\"\u003e\n\u003ca href=\"tel:8888837568\"\u003e(888) 883-7568\u003c\/a\u003e \u003ca href=\"mailto:contact@resortsdepot.com\"\u003econtact@resortsdepot.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Modern Flames","offers":[{"title":"Default Title","offer_id":53487609741617,"sku":"OR100-SLIM-V2","price":7799.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0796\/4341\/0737\/files\/Orion_V2_60_Slim_Yellow_Flames.jpg?v=1775938081"}],"url":"https:\/\/resortsdepot.com\/collections\/wall-mounted-electric-fireplaces.oembed","provider":"Resorts Depot","version":"1.0","type":"link"}