{"product_id":"brittany-leatherette-dining-chair","title":"Brittany Faux Leather Dining Chairs | Italian Modern Accent Chairs","description":"\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cstyle\u003e\n    *, *::before, *::after {\n        box-sizing: border-box;\n    }\n\n    body {\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n        color: #332d29;\n        background-color: #faf8f5;\n        margin: 0;\n        padding: 20px;\n        line-height: 1.6;\n    }\n\n    .container {\n        max-width: 800px;\n        margin: 0 auto;\n        background-color: #ffffff;\n        border-radius: 12px;\n        overflow: hidden;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n    }\n\n    \/* Header Banner *\/\n    .header-banner {\n        background-color: #8c6d53;\n        color: #ffffff;\n        padding: 30px 25px;\n        border-bottom: 4px solid #6e543e;\n    }\n\n    .brand-name {\n        font-size: 14px;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        color: #e6d7c3;\n        margin-bottom: 6px;\n        font-weight: 600;\n    }\n\n    .product-title {\n        font-size: 28px;\n        font-weight: bold;\n        margin: 0 0 8px 0;\n        line-height: 1.2;\n    }\n\n    .product-subtitle {\n        font-size: 15px;\n        color: #f2e8dc;\n        margin: 0;\n    }\n\n    .content-padding {\n        padding: 25px;\n    }\n\n    \/* Intro Section *\/\n    .intro-box {\n        background-color: #faf8f5;\n        border-left: 4px solid #8c6d53;\n        padding: 16px 20px;\n        margin-bottom: 25px;\n        border-radius: 0 8px 8px 0;\n    }\n\n    .intro-text {\n        font-size: 15px;\n        color: #4a423d;\n        margin: 0;\n    }\n\n    \/* Section Headings *\/\n    h2 {\n        font-size: 18px;\n        color: #5c4533;\n        margin: 25px 0 15px 0;\n        padding-bottom: 8px;\n        border-bottom: 2px solid #e8dec8;\n        letter-spacing: 0.5px;\n    }\n\n    \/* Features Grid *\/\n    .features-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 15px;\n        margin-bottom: 20px;\n    }\n\n    @media (max-width: 600px) {\n        .features-grid {\n            grid-template-columns: 1fr;\n        }\n    }\n\n    .feature-card {\n        background-color: #ffffff;\n        border: 1px solid #ebdcd0;\n        border-radius: 8px;\n        padding: 16px;\n        box-shadow: 0 2px 4px rgba(0,0,0,0.02);\n    }\n\n    .feature-icon {\n        font-size: 18px;\n        margin-right: 6px;\n    }\n\n    .feature-title {\n        font-size: 15px;\n        font-weight: bold;\n        color: #8c6d53;\n        margin-bottom: 8px;\n    }\n\n    .feature-desc {\n        font-size: 13.5px;\n        color: #59514b;\n        margin: 0;\n        line-height: 1.5;\n    }\n\n    \/* Specs Table *\/\n    .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        background-color: #ffffff;\n        border-radius: 8px;\n        overflow: hidden;\n        border: 1px solid #ebdcd0;\n        margin-top: 10px;\n    }\n\n    .specs-table th {\n        background-color: #f3ece4;\n        color: #5c4533;\n        text-align: left;\n        padding: 12px 16px;\n        font-size: 14px;\n        width: 32%;\n        border-bottom: 1px solid #ebdcd0;\n    }\n\n    .specs-table td {\n        padding: 12px 16px;\n        font-size: 14px;\n        color: #4a423d;\n        border-bottom: 1px solid #ebdcd0;\n    }\n\n    .specs-table tr:last-child th,\n    .specs-table tr:last-child td {\n        border-bottom: none;\n    }\n\n    \/* Tag Badge *\/\n    .badge {\n        display: inline-block;\n        background-color: #f0e6da;\n        color: #73533a;\n        padding: 4px 10px;\n        border-radius: 4px;\n        font-size: 12px;\n        font-weight: 600;\n        margin-right: 6px;\n    }\n\n    \/* Trust \u0026 Authority Footer Section *\/\n    .trust-footer-box {\n        background-color: #faf8f5;\n        border: 1px solid #e0d2c3;\n        border-radius: 8px;\n        padding: 20px;\n        margin-top: 30px;\n        text-align: center;\n    }\n\n    .guarantee-subbox {\n        background-color: #ffffff;\n        border: 1px dashed #c2b2a3;\n        border-radius: 6px;\n        padding: 12px 16px;\n        margin-bottom: 18px;\n    }\n\n    .guarantee-title {\n        font-weight: bold;\n        color: #8c6d53;\n        font-size: 15px;\n        margin-bottom: 6px;\n    }\n\n    .guarantee-items {\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 20px;\n        font-size: 14px;\n        color: #5c4533;\n    }\n\n    .authority-title {\n        font-size: 16px;\n        font-weight: bold;\n        color: #6e543e;\n        margin-bottom: 8px;\n    }\n\n    .award-badge {\n        display: inline-block;\n        background-color: #8c6d53;\n        color: #ffffff;\n        padding: 4px 14px;\n        border-radius: 20px;\n        font-size: 13px;\n        font-weight: 600;\n        margin-bottom: 8px;\n    }\n\n    .authority-text {\n        font-size: 14px;\n        color: #59514b;\n        margin: 4px 0 0 0;\n    }\n\n    \/* Footer *\/\n    .footer {\n        margin-top: 35px;\n        text-align: center;\n        font-size: 13px;\n        color: #998e85;\n        border-top: 1px solid #e8dec8;\n        padding-top: 15px;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header-banner\"\u003e\n\u003cdiv class=\"brand-name\"\u003eHareody Mall\u003c\/div\u003e\n\u003cdiv class=\"product-title\"\u003eBrittany Faux Leather Dining Chair\u003c\/div\u003e\n\u003cdiv class=\"product-subtitle\"\u003eItalian Modern Ergonomic Accent Chair | Petal Backrest \u0026amp; Carbon Steel Legs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-padding\"\u003e\n\u003cdiv class=\"intro-box\"\u003e\n\u003cp class=\"intro-text\"\u003eElevate your dining space or home office with effortless Italian modern luxury. The \u003cstrong\u003eBrittany Faux Leather Dining Chair\u003c\/strong\u003e seamlessly blends elegant contours with ergonomic comfort. Featuring a gentle petal-inspired backrest with subtle armrests, this chair delivers unmatched support and sophisticated design for your home. ✨\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003e🌟 Key Features \u0026amp; Highlights\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e\u003cspan class=\"feature-icon\"\u003e🌸\u003c\/span\u003ePetal Backrest \u0026amp; Cut-Out Design\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eBreaking away from conventional boxy designs, the fluid petal curve extends into integrated armrests to cradle your body naturally. The lumbar cut-out enhances breathability while creating an airy visual appeal for compact dining spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e\u003cspan class=\"feature-icon\"\u003e✨\u003c\/span\u003ePremium Microfiber Leather\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eUpholstered in high-grade microfiber synthetic leather, offering a silky smooth touch, subtle luster, and skin-friendly breathability. Water-resistant and stain-resistant for effortless everyday maintenance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e\u003cspan class=\"feature-icon\"\u003e☁️\u003c\/span\u003eHigh-Density Sponge Padding\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eFilled with high-resilience molded sponge that offers supportive yet plush seating. Designed to retain its shape over time, ensuring long-lasting comfort during extended dinners or work sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e\u003cspan class=\"feature-icon\"\u003e🛡️\u003c\/span\u003eIndustrial Carbon Steel Legs\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eSupported by heavy-duty carbon steel legs with an anti-oxidation finish for superior strength and rust resistance. Tapered legs visually elongate the silhouette while delivering exceptional stability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003e📐 Product Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eBrittany Faux Leather Dining Chair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Includes\u003c\/th\u003e\n\u003ctd\u003e1 x Dining Chair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterials\u003c\/th\u003e\n\u003ctd\u003eIndustrial Carbon Steel Frame + Microfiber Leather + High-Density Foam\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDesign Style\u003c\/th\u003e\n\u003ctd\u003e\u003cspan class=\"badge\"\u003eItalian Modern\u003c\/span\u003e \u003cspan class=\"badge\"\u003eMinimalist\u003c\/span\u003e \u003cspan class=\"badge\"\u003eNordic Luxury\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVersatile Usage\u003c\/th\u003e\n\u003ctd\u003eDining Room Chair, Home Office Desk Chair, Vanity Chair, Living Room Accent Chair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- Integrated Guarantee \u0026 Brand Authority Footer --\u003e\n\u003cdiv class=\"trust-footer-box\"\u003e\n\u003cdiv class=\"guarantee-subbox\"\u003e\n\u003cdiv class=\"guarantee-title\"\u003e🛡️ Quality Assurance \u0026amp; Service Guarantee\u003c\/div\u003e\n\u003cdiv class=\"guarantee-items\"\u003e\u003cspan\u003e✔ \u003cstrong\u003e7-Day Free Replacement\u003c\/strong\u003e (For Quality Issues)\u003c\/span\u003e \u003cspan\u003e✔ \u003cstrong\u003e12-Month Structural Warranty\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"authority-title\"\u003e🇭🇰 Hong Kong Original Design Brand\u003c\/div\u003e\n\u003cdiv class=\"award-badge\"\u003e🏆 Winner of 2025 BDA Grand Award\u003c\/div\u003e\n\u003cp class=\"authority-text\"\u003e⭐ \u003cstrong\u003eTrusted by 50+ Premier Enterprises \u0026amp; Institutions\u003c\/strong\u003e, including VTC, MTR, and International Hotel Groups.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"footer\"\u003e© Hareody Mall ｜ One-Stop Premium Furniture \u0026amp; Home Decor Platform\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"HareodyMall","offers":[{"title":"Brown","offer_id":50601266512124,"sku":null,"price":698.0,"currency_code":"HKD","in_stock":true},{"title":"Black","offer_id":50601266479356,"sku":null,"price":698.0,"currency_code":"HKD","in_stock":true},{"title":"Wine Red","offer_id":50601266544892,"sku":null,"price":698.0,"currency_code":"HKD","in_stock":true},{"title":"White","offer_id":50601266577660,"sku":null,"price":698.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0640\/4282\/8028\/files\/1_17f1ce1a-e6bf-41e1-bc48-88ce11163ec5.png?v=1785143179","url":"https:\/\/hareodymall.com\/en\/products\/brittany-leatherette-dining-chair","provider":"HareodyMall","version":"1.0","type":"link"}