{"title":"Specials","description":"\u003cbody\u003e\n\n\u003cstyle\u003e\n\n        \/* Estilos base para el Banner Profesional *\/\n\n        .hero-banner-container {\n\n            position: relative;\n\n            width: 1400px; \n\n            height: 600px;\n\n            max-width: 100%; \n\n            overflow: hidden;\n\n            display: flex;\n\n            align-items: center;\n\n            justify-content: center;\n\n            background: #000; \/* Fondo de seguridad *\/\n\n            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n\n        }\n\n\n\n        \/* Capa del Video *\/\n\n        .video-background-full {\n\n            position: absolute;\n\n            top: 50%;\n\n            left: 50%;\n\n            width: 100%;\n\n            height: 100%;\n\n            transform: translate(-50%, -50%);\n\n            z-index: 1;\n\n        }\n\n\n\n        \/* Ajuste para que el video cubra todo el banner sin bordes negros *\/\n\n        .video-background-full iframe {\n\n            width: 100vw;\n\n            height: 56.25vw; \/* Ratio 16:9 *\/\n\n            min-height: 100vh;\n\n            min-width: 177.77vh;\n\n            position: absolute;\n\n            top: 50%;\n\n            left: 50%;\n\n            transform: translate(-50%, -50%);\n\n            pointer-events: none;\n\n        }\n\n\n\n        \/* Degradado Profesional y Overlay *\/\n\n        .banner-overlay {\n\n            position: absolute;\n\n            top: 0;\n\n            left: 0;\n\n            width: 100%;\n\n            height: 100%;\n\n            \/* Degradado de negro a transparente a negro para enfoque central *\/\n\n            background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.8) 100%);\n\n            z-index: 2;\n\n        }\n\n\n\n        \/* Contenedor de Información (Efecto Glassmorphism) *\/\n\n        .hero-content-box {\n\n            position: relative;\n\n            z-index: 3;\n\n            text-align: center;\n\n            color: white;\n\n            padding: 40px;\n\n            max-width: 850px;\n\n            margin: 20px;\n\n            border-radius: 20px;\n\n            \/* Efecto cristalizado *\/\n\n            background: rgba(255, 255, 255, 0.05);\n\n            backdrop-filter: blur(10px);\n\n            -webkit-backdrop-filter: blur(10px);\n\n            border: 1px solid rgba(255, 255, 255, 0.1);\n\n            box-shadow: 0 25px 50px rgba(0,0,0,0.5);\n\n        }\n\n\n\n        .urgent-badge {\n\n            background: #e74c3c;\n\n            color: white;\n\n            padding: 10px 25px;\n\n            border-radius: 50px;\n\n            font-weight: 900;\n\n            font-size: 13px;\n\n            text-transform: uppercase;\n\n            letter-spacing: 2px;\n\n            display: inline-block;\n\n            margin-bottom: 20px;\n\n            box-shadow: 0 0 20px rgba(231, 76, 60, 0.4);\n\n            animation: pulse-red 2s infinite;\n\n        }\n\n\n\n        .hero-content-box h1 {\n\n            font-size: 52px;\n\n            font-weight: 800;\n\n            margin: 10px 0;\n\n            line-height: 1.1;\n\n            text-shadow: 2px 4px 10px rgba(0,0,0,0.3);\n\n        }\n\n\n\n        .hero-content-box p.subtitle {\n\n            font-size: 20px;\n\n            color: #e0e0e0;\n\n            margin-bottom: 30px;\n\n        }\n\n\n\n        \/* Banner de Martes (Dentro del Hero) *\/\n\n        .tuesday-promo-card {\n\n            background: linear-gradient(90deg, #ffc107 0%, #ff9800 100%);\n\n            color: #000;\n\n            padding: 20px;\n\n            border-radius: 15px;\n\n            margin-top: 25px;\n\n            display: inline-block;\n\n            width: 100%;\n\n            box-sizing: border-box;\n\n            transform: skewX(-2deg); \/* Toque de diseño moderno *\/\n\n        }\n\n\n\n        .tuesday-promo-card h2 {\n\n            margin: 0;\n\n            font-size: 28px;\n\n            font-weight: 900;\n\n            text-transform: uppercase;\n\n        }\n\n\n\n        .tuesday-promo-card p {\n\n            margin: 5px 0 0;\n\n            font-size: 16px;\n\n            font-weight: 600;\n\n        }\n\n\n\n        .location-tag {\n\n            display: inline-block;\n\n            margin-top: 10px;\n\n            background: #000;\n\n            color: #fff;\n\n            padding: 5px 15px;\n\n            font-size: 12px;\n\n            border-radius: 4px;\n\n            text-transform: uppercase;\n\n            font-weight: bold;\n\n        }\n\n\n\n        @keyframes pulse-red {\n\n            0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.7); }\n\n            70% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(231, 76, 60, 0); }\n\n            100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(231, 76, 60, 0); }\n\n        }\n\n\n\n        \/* Responsive *\/\n\n        @media (max-width: 768px) {\n\n            .hero-content-box h1 { font-size: 32px; }\n\n            .hero-content-box p.subtitle { font-size: 16px; }\n\n            .hero-banner-container { min-height: 500px; }\n\n            .tuesday-promo-card h2 { font-size: 20px; }\n\n        }\n\n    \u003c\/style\u003e\n\n\u003cdiv class=\"hero-banner-container\"\u003e\n\n\u003cdiv class=\"video-background-full\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/eyEtfz11sIM?autoplay=1\u0026amp;loop=1\u0026amp;mute=1\u0026amp;playlist=eyEtfz11sIM\u0026amp;controls=0\u0026amp;modestbranding=1\u0026amp;rel=0\u0026amp;iv_load_policy=3\u0026amp;enablejsapi=1\"\u003e\n\n        \u003c\/iframe\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"banner-overlay\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"hero-content-box\"\u003e\n\n\u003cdiv class=\"urgent-badge\"\u003e⏱ LIMITED TIME OFFER\u003c\/div\u003e\n\n\u003ch1\u003eExclusive Home Bundles\u003c\/h1\u003e\n\n\u003cp class=\"subtitle\"\u003eUpgrade your home today with our special curated combos.\u003c\/p\u003e\n\n\u003cdiv class=\"tuesday-promo-card\"\u003e\n\n\u003ch2\u003eTuesday Special: 20% OFF\u003c\/h2\u003e\n\n\u003cp\u003eGet an extra \u003cstrong\u003e20% discount\u003c\/strong\u003e every Tuesday during April!\u003c\/p\u003e\n\n\u003cdiv class=\"location-tag\"\u003e📍 IN-STORE ONLY\u003c\/div\u003e\n\n  \u003cstyle\u003e\n\n        .disclaimer-box {\n\n            background-color: #f8f9fa; \/* Gris muy claro *\/\n\n            border-top: 1px solid #dee2e6;\n\n            padding: 15px;\n\n            text-align: center;\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n        }\n\n\n\n        .disclaimer-text {\n\n            color: #6c757d; \/* Gris de lectura suave *\/\n\n            font-size: 12px; \/* Tamaño letra pequeña *\/\n\n            line-height: 1.5;\n\n            margin: 0;\n\n            font-style: italic;\n\n        }\n\n\n\n        \/* Opcional: resaltar la palabra \"Note\" *\/\n\n        .disclaimer-text b {\n\n            color: #495057;\n\n            text-transform: uppercase;\n\n            font-size: 11px;\n\n            letter-spacing: 0.5px;\n\n        }\n\n    \u003c\/style\u003e\n\n\n\n\n\n\n\n    \u003cdiv class=\"disclaimer-box\"\u003e\n\n        \u003cp class=\"disclaimer-text\"\u003e\n\n            \u003cb\u003ePlease note:\u003c\/b\u003e Offer cannot be combined with any other promotions, discounts, or previously marked-down items.\n\n        \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n           \n\n\u003cstyle\u003e\n\n    \/* --- ESTILOS GLOBALES --- *\/\n\n    body { \n\n        margin: 0; \n\n        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; \n\n        background-color: #f8fafc; \n\n        color: #333; \n\n        line-height: 1.5;\n\n        text-align: center;\n\n    }\n\n\n\n    .container { \n\n        width: 1400px; \n\n        max-width: 100%; \n\n        margin: 0 auto; \n\n        padding: 40px 4%; \n\n        box-sizing: border-box; \n\n    }\n\n\n\n    \n\n    \/* --- SECCIÓN 2: PRODUCTOS (AJUSTE DE IMÁGENES) --- *\/\n\n    .section-title { font-size: 32px; margin: 40px 0; text-transform: uppercase; font-weight: 800; }\n\n\n\n    .combo-grid { \n\n        display: grid; \n\n        grid-template-columns: repeat(3, 1fr); \n\n        gap: 25px; \n\n        margin-bottom: 60px; \n\n    }\n\n\n\n    .combo-card { \n\n        background: white; \n\n        border-radius: 15px; \n\n        border: 1px solid #eee; \n\n        transition: all 0.3s ease; \n\n        padding: 20px; \n\n        text-decoration: none; \n\n        color: inherit; \n\n        display: flex;\n\n        flex-direction: column;\n\n    }\n\n\n\n    .combo-card:hover { transform: translateY(-10px); box-shadow: 0 15px 35px rgba(0,0,0,0.1); }\n\n\n\n    \/* AJUSTE CLAVE: Tamaño uniforme para todas las imágenes *\/\n\n    .combo-img { \n\n        width: 100%; \n\n        aspect-ratio: 4 \/ 3; \/* Define una proporción fija (ej: 4:3 o 1:1) *\/\n\n        object-fit: cover;   \/* Corta la imagen para llenar el espacio sin deformarse *\/\n\n        border-radius: 12px; \n\n        margin-bottom: 15px; \n\n        background-color: #f0f0f0;\n\n    }\n\n\n\n    .price-details { font-size: 12px; color: #777; background: #f9f9f9; padding: 10px; border-radius: 8px; margin: 10px 0; min-height: 55px; display: flex; align-items: center; justify-content: center; }\n\n    .price-final { font-size: 30px; color: #27ae60; font-weight: 800; margin: 5px 0; }\n\n    .monthly-estimate { background: #e8f5e9; color: #2e7d32; padding: 8px; border-radius: 6px; font-weight: bold; font-size: 13px; border: 1px dashed #2e7d32; }\n\n    .view-btn { background: #3c3c3c; color: white; padding: 12px; border-radius: 6px; font-weight: bold; text-transform: uppercase; font-size: 12px; margin-top: auto; }\n\n\n\n    \/* --- FINANCIACIÓN --- *\/\n\n    .financing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }\n\n    .fin-card { border-radius: 20px; overflow: hidden; background: white; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid #eee; }\n\n    .aff-header { background: #ffd700; color: #000; padding: 15px; font-weight: 900; }\n\n    .sync-header { background: #3c3c3c; color: white; padding: 15px; font-weight: bold; }\n\n    .card-body { padding: 40px; }\n\n    .btn { display: inline-block; width: 100%; max-width: 280px; padding: 18px; text-decoration: none; border-radius: 10px; font-weight: bold; text-transform: uppercase; margin-top: 20px; }\n\n    .btn-green { background: #27ae60; color: white; }\n\n    .btn-gold { background: #ffb600; color: #3c3c3c; }\n\n\n\n    @media (max-width: 992px) { .combo-grid { grid-template-columns: repeat(2, 1fr); } }\n\n    @media (max-width: 650px) { .combo-grid, .financing-grid { grid-template-columns: 1fr; } }\n\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"container\"\u003e\n\n    \u003ch2 class=\"section-title\"\u003eSpecial Combo Deals\u003c\/h2\u003e\n\n\u003cbr\u003e\n\n\n\n  \n\n    \u003cdiv class=\"combo-grid\"\u003e\n\n        \u003ca class=\"combo-card\" href=\"https:\/\/dequorafurniture.com\/products\/sofa-loveseat-set-coffee-table-x3-free-rug\" target=\"_blank\"\u003e\n\n            \u003cimg class=\"combo-img\" src=\"https:\/\/dequorafurniture.com\/cdn\/shop\/files\/ComboMesasredondasconesteset_freerug_1499.png?v=1770098769\u0026amp;width=352\"\u003e\n\n            \u003ch3\u003eSofa \u0026amp; Loveseat + Table Set + Free Rug\u003c\/h3\u003e\n\n            \u003cdiv class=\"price-details\"\u003eSet: $1,099.99 | Tables: $399.99 | Rug: $99.99\u003c\/div\u003e\n\n            \u003cdiv style=\"text-decoration: line-through; color: #aaa; font-size: 14px;\"\u003eTotal: $1,599.97\u003c\/div\u003e\n\n            \u003cdiv class=\"price-final\"\u003e$1,499.00\u003c\/div\u003e\n\n            \u003cdiv class=\"monthly-estimate\"\u003eEst. $124.91\/mo*\u003c\/div\u003e\n\n            \u003cdiv class=\"view-btn\"\u003eView Deal\u003c\/div\u003e\n\n        \u003c\/a\u003e\n\n\n\n        \u003ca class=\"combo-card\" href=\"https:\/\/dequorafurniture.com\/products\/large-l-shaped-sectional-dining-set-7-piece-free-5x7-rug\" target=\"_blank\"\u003e\n\n            \u003cimg class=\"combo-img\" src=\"https:\/\/dequorafurniture.com\/cdn\/shop\/files\/combo_03.png?v=1770102748\u0026amp;width=352\"\u003e\n\n            \u003ch3\u003eSectional \u0026amp; Dining Set (7-Piece)\u003c\/h3\u003e\n\n            \u003cdiv class=\"price-details\"\u003eSectional: $1,299.99 | Dining: $899.99 | Rug: $99.99\u003c\/div\u003e\n\n            \u003cdiv style=\"text-decoration: line-through; color: #aaa; font-size: 14px;\"\u003eTotal: $2,299.97\u003c\/div\u003e\n\n            \u003cdiv class=\"price-final\"\u003e$1,999.99\u003c\/div\u003e\n\n            \u003cdiv class=\"monthly-estimate\"\u003eEst. $166.66\/mo*\u003c\/div\u003e\n\n            \u003cdiv class=\"view-btn\"\u003eView Deal\u003c\/div\u003e\n\n        \u003c\/a\u003e\n\n\n\n        \u003ca class=\"combo-card\" href=\"https:\/\/dequorafurniture.com\/products\/special-combo-bedroom\" target=\"_blank\"\u003e\n\n            \u003cimg class=\"combo-img\" src=\"https:\/\/dequorafurniture.com\/cdn\/shop\/files\/combo002.png?v=1770099364\u0026amp;width=352\"\u003e\n\n            \u003ch3\u003eBedroom Set (5-Pc) + Dining Set\u003c\/h3\u003e\n\n            \u003cdiv class=\"price-details\"\u003eBedroom: $1,699.99 | Dining: $699.99 | Lamps: $100\u003c\/div\u003e\n\n            \u003cdiv style=\"text-decoration: line-through; color: #aaa; font-size: 14px;\"\u003eTotal: $2,499.98\u003c\/div\u003e\n\n            \u003cdiv class=\"price-final\"\u003e$2,299.99\u003c\/div\u003e\n\n            \u003cdiv class=\"monthly-estimate\"\u003eEst. $191.66\/mo*\u003c\/div\u003e\n\n            \u003cdiv class=\"view-btn\"\u003eView Deal\u003c\/div\u003e\n\n        \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n\u003cdiv style=\"\n\n    max-width: 800px;\n\n    margin: -20px auto 40px;\n\n    padding: 15px;\n\n    background-color: #fff9e6;\n\n    border-left: 4px solid #ffb600;\n\n    border-radius: 8px;\n\n    text-align: center;\n\n    font-size: 14px;\n\n    color: #555;\n\n    box-sizing: border-box;\n\n\"\u003e\n\n    \u003cp style=\"margin: 0; font-weight: 600;\"\u003e\n\n        \u003cspan style=\"margin-right: 8px;\"\u003eℹ️\u003c\/span\u003e \n\n        Note: Special Combo prices are already heavily discounted and are not eligible for additional promotions or Tuesday discounts.\n\n    \u003c\/p\u003e\n\n    \n\n\u003c\/div\u003e\n\n\n\n\n    \u003ch2 class=\"section-title\"\u003eEasy Financing Options\u003c\/h2\u003e\n\n    \u003cdiv class=\"financing-grid\"\u003e\n\n        \u003cdiv class=\"fin-card card-aff\"\u003e\n\n            \u003cdiv class=\"aff-header\"\u003e★ NO CREDIT NEEDED ★\u003c\/div\u003e\n\n            \u003cdiv class=\"card-body\"\u003e\n\n                \u003cimg style=\"max-width: 180px; margin-bottom: 20px;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0572\/1106\/0431\/files\/logo_001_430x.png?v=1774365762\"\u003e\n\n                \u003cp\u003eGet approved without a credit score. Quick and easy.\u003c\/p\u003e\n\n                \u003ca class=\"btn btn-green\" href=\"https:\/\/americanfirstfinance.com\/app\/application\"\u003eApply with AFF\u003c\/a\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fin-card card-sync\"\u003e\n\n            \u003cdiv class=\"sync-header\"\u003ePREMIUM FINANCING\u003c\/div\u003e\n\n            \u003cdiv class=\"card-body\"\u003e\n\n                \u003cimg style=\"width: 120px; margin-bottom: 20px;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0572\/1106\/0431\/files\/2023_synchrony_basic_logo.svg?v=1769042941\"\u003e\n\n                \u003ch4 style=\"margin: 0; font-size: 24px;\"\u003eDequora Credit Card\u003c\/h4\u003e\n\n                \u003cp style=\"margin: 10px 0;\"\u003eSpecial financing for qualified buyers.*\u003c\/p\u003e\n\n                \u003ca class=\"btn btn-gold\" href=\"https:\/\/www.synchrony.com\/mmc\/GI214096800?sitecode=ac0lpi0e4\"\u003eApply with Synchrony\u003c\/a\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","products":[{"product_id":"special-combo-sofa-loveseat","title":"Special Combo  Sofa \u0026 Loveseat","description":"\u003cdiv style=\"text-align: center; font-family: 'Segoe UI', Arial, sans-serif; max-width: 450px; margin: 20px auto; border: 2px solid #f0f0f0; padding: 25px; border-radius: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\"\u003e\n\u003ch2 style=\"margin: 0; color: #222; font-size: 1.6em;\"\u003eLiving Room Complete Bundle\u003c\/h2\u003e\n\u003cp style=\"color: #666; margin: 5px 0 20px 0;\"\u003eSofa \u0026amp; Loveseat + 3-Piece Coffee Table Set + Free Rug\u003c\/p\u003e\n\u003cdiv style=\"background-color: #fff; border: 1px dashed #ccc; padding: 15px; border-radius: 8px; margin-bottom: 20px;\"\u003e\n\u003cspan style=\"font-size: 0.75em; color: #999; text-transform: uppercase; letter-spacing: 1.5px;\"\u003eIndividual Retail Value\u003c\/span\u003e\n\u003cul style=\"list-style: none; padding: 0; margin: 10px 0; line-height: 2;\"\u003e\n\u003cli style=\"display: flex; justify-content: space-between; padding: 0 20px;\"\u003e\n\u003cspan\u003eSofa \u0026amp; Loveseat Set:\u003c\/span\u003e \u003cstrong\u003e$1,099.99\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli style=\"display: flex; justify-content: space-between; padding: 0 20px;\"\u003e\n\u003cspan\u003e3-Piece Coffee Table Set:\u003c\/span\u003e \u003cstrong\u003e$399.99\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli style=\"display: flex; justify-content: space-between; padding: 0 20px;\"\u003e\n\u003cspan\u003ePremium Area Rug:\u003c\/span\u003e \u003cspan style=\"color: #52990a; font-weight: bold;\"\u003eFREE \u003csmall style=\"color: #999; text-decoration: line-through;\"\u003e($99.99)\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"border-top: 1px solid #eee; padding-top: 10px; font-size: 0.9em;\"\u003eTotal Value: \u003cspan style=\"text-decoration: line-through; color: #d32f2f;\"\u003e$1,599.97\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: linear-gradient(145deg, #ffffff, #f9f9f9); border: 2px solid #52990a; padding: 20px; border-radius: 12px; position: relative;\"\u003e\n\u003cspan style=\"position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #52990a; color: white; padding: 2px 15px; border-radius: 20px; font-size: 0.8em; font-weight: bold;\"\u003eBEST VALUE\u003c\/span\u003e\n\u003cp style=\"margin: 0; font-size: 1.1em; font-weight: bold; color: #444;\"\u003eCOMBO PRICE\u003c\/p\u003e\n\u003ch1 style=\"color: #52990a; margin: 10px 0; font-size: 3em; letter-spacing: -1px;\"\u003e$1,499.00\u003c\/h1\u003e\n\u003cp style=\"margin: 0; font-weight: bold; color: #d32f2f;\"\u003eYou Save $100.97!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 25px; padding-top: 15px; border-top: 1px solid #eee;\"\u003e\n\u003cdiv style=\"font-size: 1.2em;\"\u003eOnly \u003cspan style=\"color: #52950f; font-weight: 800;\"\u003e$124.91\/mo\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.8em; color: #888; margin: 5px 0;\"\u003e*Estimated for 12 months with approved credit\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\" class=\"monthly-estimate\"\u003e\u003cstrong\u003eTransform your home instantly with this curated living room set from \u003cb data-index-in-node=\"69\" data-path-to-node=\"4\"\u003eDequora Furniture\u003c\/b\u003e. Designed for those who value both style and convenience, this bundle offers a sophisticated, modern look at an unbeatable price.\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 data-path-to-node=\"5\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"5\"\u003e\u003cbr\u003eWhat’s Included:\u003c\/b\u003e\u003c\/h3\u003e\n\u003cul data-path-to-node=\"6\"\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"6,0,0\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"6,0,0\"\u003eSofa \u0026amp; Loveseat:\u003c\/b\u003e A matching duo featuring plush, dark charcoal upholstery and clean lines, perfect for anchoring your space with a contemporary feel.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"6,1,0\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"6,1,0\"\u003e3-Piece Glass Table Set:\u003c\/b\u003e Includes one central coffee table and two matching side tables. These pieces feature striking, sculptural chrome bases and tempered glass tops for an airy, high-end look.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"6,2,0\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"6,2,0\"\u003eBonus Rug:\u003c\/b\u003e Complete the cozy atmosphere with a \u003cb data-index-in-node=\"47\" data-path-to-node=\"6,2,0\"\u003eFREE\u003c\/b\u003e soft, neutral-toned area rug.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 data-path-to-node=\"7\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"7\"\u003eExclusive Perks:\u003c\/b\u003e\u003c\/h3\u003e\n\u003cul data-path-to-node=\"8\"\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"8,0,0\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"8,0,0\"\u003ePrice:\u003c\/b\u003e All of this for only \u003cb data-index-in-node=\"28\" data-path-to-node=\"8,0,0\"\u003e$1,499.99\u003c\/b\u003e.\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"8,1,0\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"8,1,0\"\u003eFree Local Delivery \u0026amp; Setup:\u003c\/b\u003e Forget the heavy lifting; we’ll bring it to you and get it all ready for use.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"8,2,0\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"8,2,0\"\u003eFinancing Available:\u003c\/b\u003e Flexible payment options to help you get your dream home today.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Dequora Furniture","offers":[{"title":"Default Title","offer_id":44824728305871,"sku":null,"price":1499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0572\/1106\/0431\/files\/ComboMesasredondasconesteset_freerug_1499.png?v=1770098769"},{"product_id":"special-combo-sectional","title":"Special Combo Sectional","description":"\u003cdiv style=\"text-align: center; font-family: 'Segoe UI', Arial, sans-serif; max-width: 450px; margin: 20px auto; border: 2px solid #f0f0f0; padding: 25px; border-radius: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\"\u003e\n\u003ch2 style=\"margin: 0; color: #222; font-size: 1.6em;\"\u003eExclusive Living \u0026amp; Dining Bundle\u003c\/h2\u003e\n\u003cp style=\"color: #666; margin: 5px 0 20px 0;\"\u003eSectional + 7-Piece Dining Set + Free Premium Rug\u003c\/p\u003e\n\u003cdiv style=\"background-color: #fff; border: 1px dashed #ccc; padding: 15px; border-radius: 8px; margin-bottom: 20px;\"\u003e\n\u003cspan style=\"font-size: 0.75em; color: #999; text-transform: uppercase; letter-spacing: 1.5px;\"\u003eIndividual Retail Value\u003c\/span\u003e\n\u003cul style=\"list-style: none; padding: 0; margin: 10px 0; line-height: 2;\"\u003e\n\u003cli style=\"display: flex; justify-content: space-between; padding: 0 20px;\"\u003e\n\u003cspan\u003eModern Sectional:\u003c\/span\u003e \u003cstrong\u003e$1,299.99\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli style=\"display: flex; justify-content: space-between; padding: 0 20px;\"\u003e\n\u003cspan\u003e7-Piece Dining Set:\u003c\/span\u003e \u003cstrong\u003e$899.99\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli style=\"display: flex; justify-content: space-between; padding: 0 20px;\"\u003e\n\u003cspan\u003ePremium Area Rug:\u003c\/span\u003e \u003cspan style=\"color: #52990a; font-weight: bold;\"\u003eFREE \u003csmall style=\"color: #999; text-decoration: line-through;\"\u003e($99.99)\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"border-top: 1px solid #eee; padding-top: 10px; font-size: 0.9em;\"\u003eTotal Value: \u003cspan style=\"text-decoration: line-through; color: #d32f2f;\"\u003e$2,299.97\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: linear-gradient(145deg, #ffffff, #f9f9f9); border: 2px solid #52990a; padding: 20px; border-radius: 12px; position: relative;\"\u003e\n\u003cspan style=\"position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #52990a; color: white; padding: 2px 15px; border-radius: 20px; font-size: 0.8em; font-weight: bold;\"\u003eBEST DEAL\u003c\/span\u003e\n\u003cp style=\"margin: 0; font-size: 1.1em; font-weight: bold; color: #444;\"\u003eCOMBO PRICE\u003c\/p\u003e\n\u003ch1 style=\"color: #52990a; margin: 10px 0; font-size: 3em; letter-spacing: -1px;\"\u003e$1,999.99\u003c\/h1\u003e\n\u003cp style=\"margin: 0; font-weight: bold; color: #d32f2f;\"\u003eYou Save $299.98!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 25px; padding-top: 15px; border-top: 1px solid #eee;\"\u003e\n\u003cdiv style=\"font-size: 1.2em;\"\u003eOnly \u003cspan style=\"color: #52950f; font-weight: 800;\"\u003e$166.66\/mo\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.8em; color: #888; margin: 5px 0;\"\u003e*Estimated for 12 months with approved credit\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"monthly-estimate\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp data-path-to-node=\"3\"\u003e\u003cbr\u003eGive your home a complete makeover with this stylish \"Combo Deal\" from \u003cb data-index-in-node=\"71\" data-path-to-node=\"3\"\u003eDequora Furniture\u003c\/b\u003e. This package combines cozy relaxation with elegant dining, making it the perfect choice for families or those who love to entertain.\u003c\/p\u003e\n\u003ch3 data-path-to-node=\"4\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"4\"\u003eWhat’s Included in This Bundle:\u003c\/b\u003e\u003c\/h3\u003e\n\u003cul data-path-to-node=\"5\"\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"5,0,0\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"5,0,0\"\u003eLarge L-Shaped Sectional:\u003c\/b\u003e A spacious, cream-colored sectional sofa designed for maximum comfort and a clean, modern aesthetic.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"5,1,0\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"5,1,0\"\u003e7-Piece Dining Set:\u003c\/b\u003e A sturdy, rustic grey wooden dining table paired with six matching X-back chairs featuring upholstered seating for extra comfort.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"5,2,0\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"5,2,0\"\u003eFREE 5x7 Rug:\u003c\/b\u003e Complete your living room setup with a complimentary \u003cb data-index-in-node=\"67\" data-path-to-node=\"5,2,0\"\u003e5x7 area rug\u003c\/b\u003e that adds texture and warmth to your floor.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 data-path-to-node=\"6\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"6\"\u003eExclusive Benefits:\u003c\/b\u003e\u003c\/h3\u003e\n\u003cul data-path-to-node=\"7\"\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"7,0,0\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"7,0,0\"\u003eTotal Price:\u003c\/b\u003e Only \u003cb data-index-in-node=\"18\" data-path-to-node=\"7,0,0\"\u003e$1,999.99\u003c\/b\u003e.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"7,1,0\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"7,1,0\"\u003eFREE Local Delivery \u0026amp; Set Up:\u003c\/b\u003e Professional service to ensure your new furniture is perfectly placed and ready to enjoy.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"7,2,0\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"7,2,0\"\u003eFlexible Financing:\u003c\/b\u003e We offer financing options with \u003cb data-index-in-node=\"52\" data-path-to-node=\"7,2,0\"\u003eno credit required\u003c\/b\u003e, making it easier than ever to upgrade your home.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Dequora Furniture","offers":[{"title":"Default Title","offer_id":44824738496719,"sku":null,"price":1999.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0572\/1106\/0431\/files\/combo_03.png?v=1770102748"},{"product_id":"special-combo-bedroom","title":"Special Combo  Bedroom","description":"\u003cdiv style=\"text-align: center; font-family: 'Segoe UI', Arial, sans-serif; max-width: 450px; margin: 20px auto; border: 2px solid #f0f0f0; padding: 25px; border-radius: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\"\u003e\n\u003ch2 style=\"margin: 0; color: #222; font-size: 1.6em;\"\u003eLiving Room Complete Bundle\u003c\/h2\u003e\n\u003cp style=\"color: #666; margin: 5px 0 20px 0;\"\u003eSofa \u0026amp; Loveseat + 3-Piece Coffee Table Set + Free Rug\u003c\/p\u003e\n\u003cdiv style=\"background-color: #fff; border: 1px dashed #ccc; padding: 15px; border-radius: 8px; margin-bottom: 20px;\"\u003e\n\u003cspan style=\"font-size: 0.75em; color: #999; text-transform: uppercase; letter-spacing: 1.5px;\"\u003eIndividual Retail Value\u003c\/span\u003e\n\u003cul style=\"list-style: none; padding: 0; margin: 10px 0; line-height: 2;\"\u003e\n\u003cli style=\"display: flex; justify-content: space-between; padding: 0 20px;\"\u003e\n\u003cspan\u003eSofa \u0026amp; Loveseat Set:\u003c\/span\u003e \u003cstrong\u003e$1,099.99\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli style=\"display: flex; justify-content: space-between; padding: 0 20px;\"\u003e\n\u003cspan\u003e3-Piece Coffee Table Set:\u003c\/span\u003e \u003cstrong\u003e$399.99\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli style=\"display: flex; justify-content: space-between; padding: 0 20px;\"\u003e\n\u003cspan\u003ePremium Area Rug:\u003c\/span\u003e \u003cspan style=\"color: #52990a; font-weight: bold;\"\u003eFREE \u003csmall style=\"color: #999; text-decoration: line-through;\"\u003e($99.99)\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"border-top: 1px solid #eee; padding-top: 10px; font-size: 0.9em;\"\u003eTotal Value: \u003cspan style=\"text-decoration: line-through; color: #d32f2f;\"\u003e$1,599.97\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: linear-gradient(145deg, #ffffff, #f9f9f9); border: 2px solid #52990a; padding: 20px; border-radius: 12px; position: relative;\"\u003e\n\u003cspan style=\"position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #52990a; color: white; padding: 2px 15px; border-radius: 20px; font-size: 0.8em; font-weight: bold;\"\u003eBEST VALUE\u003c\/span\u003e\n\u003cp style=\"margin: 0; font-size: 1.1em; font-weight: bold; color: #444;\"\u003eCOMBO PRICE\u003c\/p\u003e\n\u003ch1 style=\"color: #52990a; margin: 10px 0; font-size: 3em; letter-spacing: -1px;\"\u003e$1,499.00\u003c\/h1\u003e\n\u003cp style=\"margin: 0; font-weight: bold; color: #d32f2f;\"\u003eYou Save $100.97!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 25px; padding-top: 15px; border-top: 1px solid #eee;\"\u003e\n\u003cdiv style=\"font-size: 1.2em;\"\u003eOnly \u003cspan style=\"color: #52950f; font-weight: 800;\"\u003e$124.91\/mo\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.8em; color: #888; margin: 5px 0;\"\u003e*Estimated for 12 months with approved credit\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"monthly-estimate\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp data-path-to-node=\"3\"\u003e\u003cbr\u003e\u003cstrong\u003eUpgrade your lifestyle with our exclusive  bundle! This all-in-one package from Dequora Furniture provides everything you need to furnish both your bedroom and your dining area with modern, high-quality pieces.\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch3 data-path-to-node=\"4\"\u003e\u003cb data-path-to-node=\"4\" data-index-in-node=\"0\"\u003eWhat’s Included in This Deal:\u003c\/b\u003e\u003c\/h3\u003e\n\u003cul data-path-to-node=\"5\"\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"5,0,0\"\u003e\u003cb data-path-to-node=\"5,0,0\" data-index-in-node=\"0\"\u003e5-Piece Queen Bedroom Set:\u003c\/b\u003e A stylish, contemporary set featuring a platform-style queen bed with a built-in bookshelf headboard, a large dresser with mirror, and a matching nightstand.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"5,1,0\"\u003e\u003cb data-path-to-node=\"5,1,0\" data-index-in-node=\"0\"\u003e5-Piece Dining Set:\u003c\/b\u003e A versatile round dining table with built-in storage shelving underneath, accompanied by four elegant, cushioned chairs.\u003c\/p\u003e\n\u003cul data-path-to-node=\"5,1,1\"\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"5,1,1,0,0\"\u003e\u003ci data-path-to-node=\"5,1,1,0,0\" data-index-in-node=\"0\"\u003eNote: The dining set is also available in Grey, Brown, and Ebony finishes to match your decor.\u003c\/i\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"5,2,0\"\u003e\u003cb data-path-to-node=\"5,2,0\" data-index-in-node=\"0\"\u003eFREE Lamps:\u003c\/b\u003e Add the perfect lighting to your new space with two complimentary modern table lamps.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 data-path-to-node=\"6\"\u003e\u003cb data-path-to-node=\"6\" data-index-in-node=\"0\"\u003ePricing \u0026amp; Value:\u003c\/b\u003e\u003c\/h3\u003e\n\u003cul data-path-to-node=\"7\"\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"7,0,0\"\u003e\u003cb data-path-to-node=\"7,0,0\" data-index-in-node=\"0\"\u003eTotal Special Price:\u003c\/b\u003e \u003cb data-path-to-node=\"7,0,0\" data-index-in-node=\"21\"\u003e$2,299.99\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"7,1,0\"\u003e\u003cb data-path-to-node=\"7,1,0\" data-index-in-node=\"0\"\u003eFREE Local Delivery \u0026amp; Set Up:\u003c\/b\u003e We take care of the heavy lifting and professional assembly at no extra cost to you.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Dequora Furniture","offers":[{"title":"Default Title","offer_id":44934420070607,"sku":null,"price":2299.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0572\/1106\/0431\/files\/combo002.png?v=1775390464"}],"url":"https:\/\/dequorafurniture.com\/collections\/specials.oembed","provider":"Dequora Furniture","version":"1.0","type":"link"}