{"title":"Single Recliner Chairs","description":"\u003c!--\n  ============================================================\n  A2Z FURNITURE — SINGLE RECLINER CHAIRS \u0026 ARMCHAIRS\n  SECTION 1: ABOVE THE PRODUCT GRID\n  Paste into Custom HTML block ABOVE the product grid.\n  Self-contained — no external dependencies except Google Fonts.\n  ============================================================\n--\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .a2z-sr-top {\n    \/* ── Colour tokens ───────────────────────────── *\/\n    --color-body:        #222222;\n    --color-heading:     #000000;\n    --color-muted:       #6B6B6B;\n    --color-accent:      #C2824D;\n    --color-accent-pale: #F7EDE3;\n    --color-border:      #F5F5F5;\n    --color-page:        #FFFFFF;\n    --color-secondary:   #2C241B;\n\n    \/* ── Typography ──────────────────────────────── *\/\n    --font-base:         'Open Sans', sans-serif;\n\n    \/* ── Spacing ─────────────────────────────────── *\/\n    --space-section:     12px 0;\n\n    font-family:         var(--font-base);\n    color:               var(--color-body);\n    background:          var(--color-page);\n    box-sizing:          border-box;\n\n    \/* Mobile default: no negative pull — theme renders H1 + \"X products\"\n       subtitle above us, and overlapping it hides the eyebrow. *\/\n    margin-top: 0;\n  }\n\n  \/* Desktop only: pull block up tight under the H1 to close the theme gap.\n     Tweak between -16px and -40px to taste. *\/\n  @media (min-width: 750px) {\n    .a2z-sr-top {\n      margin-top: -24px;\n    }\n  }\n\n  .a2z-sr-top *,\n  .a2z-sr-top *::before,\n  .a2z-sr-top *::after {\n    box-sizing: inherit;\n  }\n\n  \/* ── Hero intro block ────────────────────────── *\/\n  .a2z-sr-top .hero-block {\n    padding: 0 0 28px;\n    text-align: left;\n  }\n\n  .a2z-sr-top .eyebrow {\n    display: inline-block;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.6px;\n    text-transform: uppercase;\n    color: var(--color-accent);\n    margin-bottom: 14px;\n  }\n\n  .a2z-sr-top .hero-intro {\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--color-body);\n    margin: 0 0 24px;\n  }\n\n  \/* ── Hero image ──────────────────────────────── *\/\n  .a2z-sr-top .hero-img-wrap {\n    width: 100%;\n    max-width: 1100px;\n    margin: 0 auto 0;\n    overflow: hidden;\n    border-radius: 4px;\n  }\n\n  .a2z-sr-top .hero-img-wrap img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  \/* ── Trust strip ──────────────────────────────── *\/\n  .a2z-sr-top .trust-strip {\n    background: var(--color-border);\n    padding: 22px 20px;\n    margin: 0;\n  }\n\n  .a2z-sr-top .trust-strip-inner {\n    max-width: 960px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px 16px;\n  }\n\n  @media (min-width: 820px) {\n    .a2z-sr-top .trust-strip-inner {\n      grid-template-columns: repeat(4, auto);\n      justify-content: center;\n      gap: 20px 36px;\n    }\n  }\n\n  .a2z-sr-top .trust-item {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 6px;\n  }\n\n  @media (min-width: 820px) {\n    .a2z-sr-top .trust-item {\n      flex-direction: row;\n      align-items: center;\n      gap: 10px;\n    }\n  }\n\n  .a2z-sr-top .trust-icon {\n    width: 28px;\n    height: 28px;\n    flex-shrink: 0;\n    color: var(--color-accent);\n  }\n\n  .a2z-sr-top .trust-label {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--color-body);\n    line-height: 1.3;\n  }\n\n  .a2z-sr-top .trust-sub {\n    font-size: 11px;\n    color: var(--color-muted);\n    text-transform: uppercase;\n    letter-spacing: 0.6px;\n    display: block;\n    margin-top: 1px;\n  }\n\n  \/* ── Category nav pills ───────────────────────── *\/\n  .a2z-sr-top .cat-nav {\n    padding: 28px 20px 0;\n    max-width: 900px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .a2z-sr-top .cat-nav-label {\n    font-size: 11px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    color: var(--color-muted);\n    display: block;\n    margin-bottom: 14px;\n  }\n\n  .a2z-sr-top .cat-pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    list-style: none !important;\n    padding: 0 !important;\n    margin: 0 !important;\n  }\n\n  .a2z-sr-top .cat-pills li {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n    list-style-type: none !important;\n  }\n\n  .a2z-sr-top .cat-pills li::marker,\n  .a2z-sr-top .cat-pills li::before {\n    content: none !important;\n    display: none !important;\n  }\n\n  .a2z-sr-top .cat-pill {\n    display: inline-block;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--color-body) !important;\n    border: 1.5px solid #D8D8D8;\n    border-radius: 100px;\n    padding: 7px 18px;\n    text-decoration: none;\n    transition: border-color 0.2s, color 0.2s;\n    white-space: nowrap;\n  }\n\n  .a2z-sr-top .cat-pill:hover {\n    border-color: var(--color-accent);\n    color: var(--color-accent) !important;\n  }\n\n  \/* ── CTA buttons ──────────────────────────────── *\/\n  .a2z-sr-top .cta-row {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: flex-start;\n    gap: 12px;\n    padding: 28px 20px 36px;\n  }\n\n  .a2z-sr-top .btn-primary {\n    display: inline-block;\n    background: var(--color-accent);\n    color: #FFFFFF !important;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.4px;\n    padding: 13px 24px;\n    border-radius: 3px;\n    text-decoration: none;\n    transition: opacity 0.2s;\n  }\n\n  .a2z-sr-top .btn-primary:hover {\n    opacity: 0.88;\n  }\n\n  .a2z-sr-top .btn-secondary {\n    display: inline-block;\n    background: var(--color-secondary);\n    color: #FFFFFF !important;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.4px;\n    padding: 13px 24px;\n    border-radius: 3px;\n    text-decoration: none;\n    transition: opacity 0.2s;\n  }\n\n  .a2z-sr-top .btn-secondary:hover {\n    opacity: 0.88;\n  }\n\n  \/* ── Divider ──────────────────────────────────── *\/\n  .a2z-sr-top hr {\n    border: none;\n    border-top: 1px solid var(--color-border);\n    margin: 8px 0;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"a2z-sr-top\"\u003e\n\u003c!-- Hero intro --\u003e\n\u003cdiv class=\"hero-block\"\u003e\n\u003cspan class=\"eyebrow\"\u003eBrisbane · Ipswich · Bundall · Virginia · Beenleigh\u003c\/span\u003e\n\u003cp class=\"hero-intro\"\u003eSingle recliner chairs and armchair recliners across the full range — standard, swivel, rocking, and swivel-rocking variants in both electric and manual options. Available in leather and fabric — perfect for reading nooks, home offices, bedrooms, accent corners, or paired alongside a 2-seater or 3-seater lounge.\u003c\/p\u003e\n\u003cdiv class=\"cta-row\" style=\"padding-bottom: 0; padding-top: 0;\"\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/electric-recliners-brisbane-gold-coast\" class=\"btn-primary\"\u003eShop Electric Recliners\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/recliner-packages-brisbane-gold-coast\" class=\"btn-secondary\"\u003eShop Recliner Packages\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Hero image --\u003e\n\u003cdiv style=\"text-align: start;\" class=\"hero-img-wrap\"\u003e\n\u003c!-- Image: Boston Dual Motor Electric Recliner Chair — lifestyle hero shot --\u003e \u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/boston-dual-motor-electric-recliner-chair-the-a2z-furniture-1-13848_3d965ef2-e883-4ef7-8003-d1286a7ffba7.png?v=1776561053\" alt=\"Boston dual motor electric recliner chair in a styled Queensland living room\" width=\"1100\" height=\"420\" loading=\"eager\"\u003e\n\u003c\/div\u003e\n\u003c!-- Trust strip --\u003e\n\u003cdiv class=\"trust-strip\"\u003e\n\u003cdiv class=\"trust-strip-inner\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg class=\"trust-icon\" viewbox=\"0 0 28 28\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M14 2C8.477 2 4 6.477 4 12c0 5.523 4.477 10 10 10s10-4.477 10-10C24 6.477 19.523 2 14 2z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 12l3.5 3.5L20 8.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003cdiv\u003e\u003ca href=\"https:\/\/thea2zfurniture.com\/pages\/contact-us\" style=\"text-decoration: none;\"\u003e \u003cspan class=\"trust-label\"\u003e5 Showroom Locations\u003c\/span\u003e \u003cspan class=\"trust-sub\"\u003eBrisbane · Ipswich · Bundall · Virginia · Beenleigh\u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg class=\"trust-icon\" viewbox=\"0 0 28 28\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003crect x=\"3\" y=\"8\" width=\"22\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M3 12h22M8 8V5a2 2 0 014 0v3M16 8V5a2 2 0 014 0v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003cdiv\u003e\u003ca href=\"https:\/\/thea2zfurniture.com\/pages\/free-local-delivery\" style=\"text-decoration: none;\"\u003e \u003cspan class=\"trust-label\"\u003eFree Local Delivery\u003c\/span\u003e \u003cspan class=\"trust-sub\"\u003eTerms \u0026amp; conditions apply\u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg class=\"trust-icon\" viewbox=\"0 0 28 28\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003ccircle cx=\"14\" cy=\"14\" r=\"11\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M14 8v6l4 2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"trust-label\"\u003eShop 7 Days a Week\u003c\/span\u003e \u003cspan class=\"trust-sub\"\u003eIn-store \u0026amp; online\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg class=\"trust-icon\" viewbox=\"0 0 28 28\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M4 20c0-4 4-7 10-7s10 3 10 7\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"14\" cy=\"9\" r=\"4\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"trust-label\"\u003eFlexible Payment\u003c\/span\u003e \u003cspan class=\"trust-sub\"\u003eAfterpay · Zip · Humm · Latitude\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Category nav --\u003e\n\u003cdiv class=\"cat-nav\"\u003e\n\u003cspan class=\"cat-nav-label\"\u003eShop by category\u003c\/span\u003e\n\u003cul class=\"cat-pills\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/electric-recliners-brisbane-gold-coast\" class=\"cat-pill\"\u003eElectric Recliners\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/manual-recliner-sofas\" class=\"cat-pill\"\u003eManual Recliners\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/3-seater-recliner-lounge\" class=\"cat-pill\"\u003e3-Seater\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/2-seater-recliner\" class=\"cat-pill\"\u003e2-Seater\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/leather-recliners\" class=\"cat-pill\"\u003eLeather\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/recliner-packages-brisbane-gold-coast\" class=\"cat-pill\"\u003eRecliner Packages\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/recliner-chairs-brisbane-gold-coast\" class=\"cat-pill\"\u003eAll Recliners\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 28px 0 0;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- end .a2z-sr-top --\u003e","products":[{"product_id":"stanhill-leather-recliner-chair","title":"Stanhill Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.shrc-desc {\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.shrc-desc * { box-sizing: border-box; }\n.shrc-desc p { margin: 0 0 16px 0; }\n.shrc-desc strong { color: #222222; }\n\n.shrc-desc .shrc-section { margin-bottom: 28px; }\n\n.shrc-desc .shrc-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin-bottom: 14px;\n}\n\n.shrc-desc .shrc-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n\n@media (max-width: 768px) {\n  .shrc-desc .shrc-features { grid-template-columns: 1fr; }\n}\n\n.shrc-desc .shrc-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.shrc-desc .shrc-feature-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.shrc-desc .shrc-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.shrc-desc .shrc-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.shrc-desc .shrc-material-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin-bottom: 28px;\n}\n\n.shrc-desc .shrc-material-callout h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px 0;\n}\n\n.shrc-desc .shrc-material-callout p {\n  font-size: 15px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n.shrc-desc .shrc-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n@media (max-width: 768px) {\n  .shrc-desc .shrc-care-grid { grid-template-columns: 1fr; }\n}\n\n.shrc-desc .shrc-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.shrc-desc .shrc-care-card .shrc-care-emoji {\n  font-size: 22px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.shrc-desc .shrc-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.shrc-desc .shrc-care-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.shrc-desc .shrc-care-pills-section {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n\n.shrc-desc .shrc-care-pills-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin-bottom: 8px;\n}\n\n.shrc-desc .shrc-care-pills-text {\n  font-size: 14px;\n  color: #222222;\n  margin: 0 0 12px 0;\n  line-height: 1.6;\n}\n\n.shrc-desc .shrc-care-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.shrc-desc .shrc-care-pill {\n  display: inline-block;\n  padding: 8px 14px;\n  background: #C2824D;\n  color: #fff;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  text-decoration: none;\n  transition: background 0.3s ease;\n}\n\n.shrc-desc .shrc-care-pill:hover {\n  background: #A56B3D;\n  color: #fff;\n}\n\n.shrc-desc .shrc-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.shrc-desc .shrc-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.6;\n}\n\n.shrc-desc .shrc-tick {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.shrc-desc .shrc-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n.shrc-desc .shrc-range-strip {\n  background: #2C241B;\n  border-radius: 10px;\n  padding: 20px;\n  margin-bottom: 28px;\n}\n\n.shrc-desc .shrc-range-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.5);\n  margin-bottom: 14px;\n}\n\n.shrc-desc .shrc-range-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.shrc-desc .shrc-range-item {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.85);\n  text-decoration: none;\n  border: 1px solid rgba(255,255,255,0.15);\n  transition: all 0.3s ease;\n  background: transparent;\n}\n\n.shrc-desc .shrc-range-item:hover {\n  background: rgba(255,255,255,0.15);\n}\n\n.shrc-desc .shrc-range-current {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #fff;\n  border: 1px solid #C2824D;\n  background: transparent;\n}\n\n.shrc-desc .shrc-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.shrc-desc .shrc-seo h2 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px 0;\n}\n\n.shrc-desc .shrc-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 14px 0;\n}\n\n.shrc-desc .shrc-link {\n  color: #C2824D;\n  text-decoration: underline;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 2px;\n  font-weight: 600;\n  white-space: nowrap;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"shrc-desc\"\u003e\n\u003c!-- 1. Intro --\u003e\n\u003cdiv class=\"shrc-section\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eStanhill Recliner Chair\u003c\/strong\u003e is the single-seat companion to the matching Stanhill 3 Seater and 2 Seater Recliner Lounges — same black air leather, same contrast white stitching, and same pillow-style padded arms, in a single-seat format with manual pull-handle recline. Use it on its own as an accent recliner in a reading corner, bedroom, or sitting area, or pair it with the matching sofas to form a complete 3+2+1 recliner lounge suite.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Key Features Grid --\u003e\n\u003cdiv class=\"shrc-section\"\u003e\n\u003cdiv class=\"shrc-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"shrc-features\"\u003e\n\u003cdiv class=\"shrc-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"shrc-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M4 16 L20 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 16 Q4 10 8 10 Q8 6 12 6 Q16 6 16 10 Q20 10 20 16\"\u003e\u003c\/path\u003e\u003cline y2=\"20\" x2=\"9\" y1=\"20\" x1=\"6\"\u003e\u003c\/line\u003e\u003cline y2=\"20\" x2=\"18\" y1=\"20\" x1=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eManual Pull-Handle Recline\u003c\/h3\u003e\n\u003cp\u003eA simple manual pull-handle on the side of the chair lets you recline back and extend the footrest in one smooth motion — sit upright for reading, partially reclined for conversation, or fully extended for an afternoon nap. No motors, no power cords, no batteries — just reliable mechanical recline that won't wear out.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shrc-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"shrc-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath stroke-dasharray=\"3 1.5\" d=\"M3 8 L21 8\"\u003e\u003c\/path\u003e\u003cpath stroke-dasharray=\"3 1.5\" d=\"M3 16 L21 16\"\u003e\u003c\/path\u003e\u003crect rx=\"1\" height=\"14\" width=\"18\" y=\"5\" x=\"3\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eContrast White Stitching\u003c\/h3\u003e\n\u003cp\u003eThe signature Stanhill detail — high-contrast white top-stitching runs along the arms, around the back, along all major seam lines, and along the side panels. The visible stitching adds a properly tailored look against the black air leather and ties the chair visually to the matching Stanhill sofas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shrc-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"shrc-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M2 18 Q2 12 5 12 Q5 9 8 9 L16 9 Q19 9 19 12 Q22 12 22 18\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 18 L22 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eGenerously Padded Pillow Arms\u003c\/h3\u003e\n\u003cp\u003eWide pillow-style padded arms give you a soft, plush silhouette with proper arm support — comfortable for resting drinks, books, or your head when you tuck up sideways. The substantial proportions match the cinema-quality comfort of the seat cushion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shrc-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"shrc-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M5 4 L19 4 L19 14 L5 14 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 9 L19 9\"\u003e\u003c\/path\u003e\u003crect rx=\"0.5\" height=\"6\" width=\"12\" y=\"14\" x=\"6\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eHigh Padded Back \u0026amp; Cushioned Seat\u003c\/h3\u003e\n\u003cp\u003eA high padded back with channel-stitched detailing supports your shoulders and head when you recline, while a generously padded seat cushion gives you a comfortable spot for long reading sessions, films, or quiet morning coffees. High-density foam padding throughout holds its shape over years of daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Material Callout --\u003e\n\u003cdiv class=\"shrc-material-callout\"\u003e\n\u003ch3\u003eAbout the Materials\u003c\/h3\u003e\n\u003cp\u003eThe Stanhill Recliner Chair is upholstered in black air leather (a breathable PU leather variant) over an engineered-wood and metal frame, with high-density foam padding throughout the seat, back, and pillow arms. Air leather looks and feels similar to genuine leather but breathes better during long sitting sessions, is significantly more affordable, easier to clean, and doesn't require conditioning over time. The chair reclines manually using a simple pull-handle on the side — no motors, no power cords, no batteries. The chair is delivered flat-packed for easier transport through doorways and stairwells, with assembly required on arrival.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Recommended Care Products --\u003e\n\u003cdiv class=\"shrc-care-pills-section\"\u003e\n\u003cdiv class=\"shrc-care-pills-label\"\u003eRecommended Care Products\u003c\/div\u003e\n\u003cp class=\"shrc-care-pills-text\"\u003eAir leather is a breathable PU leather variant — the Guardsman ProGuard Care Kit is the recommended care product. It cleans, conditions, and protects PU leather and air leather without damaging the surface. (Note: do not use the Guardsman Leather Care Kit on air leather — that kit is formulated for real leather only.)\u003c\/p\u003e\n\u003cdiv class=\"shrc-care-pills\"\u003e\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-proguard-care-kit\" class=\"shrc-care-pill\"\u003eGuardsman ProGuard Care Kit\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Care Instructions --\u003e\n\u003cdiv class=\"shrc-section\"\u003e\n\u003cdiv class=\"shrc-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"shrc-care-grid\"\u003e\n\u003cdiv class=\"shrc-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"shrc-care-emoji\"\u003e🧹\u003c\/span\u003e\n\u003ch3\u003eWipe Down Weekly\u003c\/h3\u003e\n\u003cp\u003eWipe the air leather upholstery with a soft, dry or barely damp cloth weekly to remove dust and surface marks. For sticky spots, use a slightly damp cloth with mild soap, then dry the surface immediately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shrc-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"shrc-care-emoji\"\u003e⚙️\u003c\/span\u003e\n\u003ch3\u003eLook After the Recline Mechanism\u003c\/h3\u003e\n\u003cp\u003eDon't sit on the leg rest or use it as a step — the recline mechanism is designed for the seat back and footrest only. Operate the pull-handle gently rather than yanking it open or shut to extend the life of the moving parts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shrc-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"shrc-care-emoji\"\u003e💧\u003c\/span\u003e\n\u003ch3\u003eWipe Spills Promptly\u003c\/h3\u003e\n\u003cp\u003eBlot spills immediately with a clean, dry cloth — don't rub. Air leather is more forgiving than fabric or real leather when it comes to liquid spills, but quick action gives you the best result and protects the recline mechanism below.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shrc-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"shrc-care-emoji\"\u003e☀️\u003c\/span\u003e\n\u003ch3\u003eKeep Out of Direct Sun\u003c\/h3\u003e\n\u003cp\u003eDirect sunlight over time can fade and dry out air leather. If you can, position the chair away from windows that get strong direct sun, or close the curtains during the brightest part of the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. At a Glance --\u003e\n\u003cdiv class=\"shrc-section\"\u003e\n\u003cdiv class=\"shrc-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"shrc-list\"\u003e\n\u003cdiv class=\"shrc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"shrc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eManual pull-handle recline with extending footrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shrc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"shrc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eBlack air leather upholstery — easy to wipe clean.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shrc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"shrc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eContrast white top-stitching — the signature Stanhill detail.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shrc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"shrc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eGenerously padded pillow-style arms.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shrc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"shrc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eHigh padded back with channel-stitched detailing.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shrc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"shrc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eEngineered-wood and metal frame with high-density foam padding.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shrc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"shrc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eWorks as an accent recliner on its own or as part of a 3+2+1 lounge suite.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shrc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"shrc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePairs with the matching Stanhill 3 Seater and 2 Seater Recliner Lounges.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Range Strip --\u003e\n\u003cdiv class=\"shrc-range-strip\"\u003e\n\u003cdiv class=\"shrc-range-label\"\u003eComplete the Look — Stanhill Range\u003c\/div\u003e\n\u003cdiv class=\"shrc-range-items\"\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/stanhill-3-seater-recliner\" class=\"shrc-range-item\"\u003eStanhill 3 Seater Recliner\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/stanhill-2-seater-air-leather-recliner-lounge\" class=\"shrc-range-item\"\u003eStanhill 2 Seater Recliner\u003c\/a\u003e\n\u003cdiv aria-current=\"page\" class=\"shrc-range-current\"\u003eStanhill Recliner Chair\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. SEO Body Copy --\u003e\n\u003cdiv class=\"shrc-seo\"\u003e\n\u003ch2\u003eStanhill Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Stanhill Recliner Chair is a single-seat manual recliner upholstered in black air leather with distinctive contrast white top-stitching. The chair reclines using a simple pull-handle on the side — pull to recline the back and extend the footrest in one smooth motion, push back to return the chair to upright. The high padded back has channel-stitched detailing for proper head and shoulder support when you recline, and the generously padded pillow-style arms give you a soft, plush silhouette throughout. The frame is built from engineered wood and metal, with high-density foam padding throughout the seat, back, and arms.\u003c\/p\u003e\n\u003cp\u003eThe single-seat format makes the Stanhill Recliner Chair particularly useful as a personal lounging chair — perfect for a reading corner, a bedroom sitting area, a home office break spot, or a master suite (paired with a tall floor lamp, a side table, and a side bookshelf, like the styling shown in the image). Manual recline keeps the chair simple and reliable — no motors to wear out, no power point required, and no need to position it near a wall outlet, so it can sit comfortably in the middle of a room or in a corner without trailing cords. Air leather upholstery makes the chair suitable for homes with young children and pets, since spills, crumbs, and pet fur all wipe off easily with a damp cloth.\u003c\/p\u003e\n\u003cp\u003eThe Stanhill Recliner Chair is part of the wider Stanhill range, which also includes the matching \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/stanhill-3-seater-recliner\" class=\"shrc-link\"\u003eStanhill 3 Seater Recliner Lounge\u003c\/a\u003e and \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/stanhill-2-seater-air-leather-recliner-lounge\" class=\"shrc-link\"\u003eStanhill 2 Seater Recliner Lounge\u003c\/a\u003e — all in the same black air leather with contrast white stitching. Buy them together as a complete 3+2+1 lounge suite, or just the Recliner Chair on its own as an accent piece. To see the Stanhill Recliner Chair in person and try the manual recline action, visit one of our five A2Z Furniture showrooms in Rocklea, Sandgate, Bundall (Gold Coast), North Ipswich, and Beenleigh.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Default Title","offer_id":41546903945351,"sku":"SH-1-BL","price":399.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Stanhill-1-seater-black-leather-recliner.png?v=1778477974"},{"product_id":"sunshine-leather-rocker-swivel-recliner-chair","title":"Sunshine Rocker \u0026 Swivel Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.sunshine1-desc {\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.sunshine1-desc * { box-sizing: border-box; }\n.sunshine1-desc p { margin: 0 0 16px 0; }\n.sunshine1-desc strong { color: #222222; }\n\n.sunshine1-desc .sunshine1-section { margin-bottom: 28px; }\n\n.sunshine1-desc .sunshine1-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 14px;\n}\n\n.sunshine1-desc .sunshine1-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n\n@media (max-width: 768px) {\n  .sunshine1-desc .sunshine1-features { grid-template-columns: 1fr; }\n}\n\n.sunshine1-desc .sunshine1-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.sunshine1-desc .sunshine1-feature-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.sunshine1-desc .sunshine1-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.sunshine1-desc .sunshine1-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.sunshine1-desc .sunshine1-material-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin-bottom: 28px;\n}\n\n.sunshine1-desc .sunshine1-material-callout h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px 0;\n}\n\n.sunshine1-desc .sunshine1-material-callout p {\n  font-size: 15px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n.sunshine1-desc .sunshine1-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n@media (max-width: 768px) {\n  .sunshine1-desc .sunshine1-care-grid { grid-template-columns: 1fr; }\n}\n\n.sunshine1-desc .sunshine1-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.sunshine1-desc .sunshine1-care-card .sunshine1-care-emoji {\n  font-size: 22px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.sunshine1-desc .sunshine1-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.sunshine1-desc .sunshine1-care-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.sunshine1-desc .sunshine1-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 14px 16px;\n  margin-bottom: 28px;\n}\n\n.sunshine1-desc .sunshine1-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 20px;\n  padding: 6px 12px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  white-space: nowrap;\n  transition: background 0.2s ease;\n}\n\n.sunshine1-desc .sunshine1-pill:hover {\n  background: #F7EDE3;\n}\n\n.sunshine1-desc .sunshine1-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.sunshine1-desc .sunshine1-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.6;\n}\n\n.sunshine1-desc .sunshine1-tick {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.sunshine1-desc .sunshine1-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n.sunshine1-desc .sunshine1-range-strip {\n  background: #2C241B;\n  border-radius: 10px;\n  padding: 20px;\n  margin-bottom: 28px;\n}\n\n.sunshine1-desc .sunshine1-range-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.5);\n  margin-bottom: 14px;\n}\n\n.sunshine1-desc .sunshine1-range-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.sunshine1-desc .sunshine1-range-item {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.85);\n  text-decoration: none;\n  border: 1px solid rgba(255,255,255,0.15);\n  transition: all 0.3s ease;\n  background: transparent;\n}\n\n.sunshine1-desc .sunshine1-range-item:hover {\n  background: rgba(255,255,255,0.15);\n}\n\n.sunshine1-desc .sunshine1-range-current {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #fff;\n  border: 1px solid #C2824D;\n  background: transparent;\n}\n\n.sunshine1-desc .sunshine1-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.sunshine1-desc .sunshine1-seo h2 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px 0;\n}\n\n.sunshine1-desc .sunshine1-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 14px 0;\n}\n\n.sunshine1-desc .mr-link {\n  color: #C2824D;\n  text-decoration: underline;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 2px;\n  font-weight: 600;\n  white-space: nowrap;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"sunshine1-desc\"\u003e\n\n  \u003c!-- 1. Intro --\u003e\n  \u003cdiv class=\"sunshine1-section\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eSunshine Rocker \u0026amp; Swivel Recliner Chair\u003c\/strong\u003e is a single-seat lounging chair built around three mechanisms — a manual recliner, a smooth rocking motion, and a full 360° swivel base. That combination lets you face any part of the room, rock gently while reading or watching TV, and recline back when it's time to settle in. Upholstered in breathable Air Leather, available in Black with tonal stitching or Brown with contrast stitching. Ships flat-packed for tool-free home assembly.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. Key Features Grid --\u003e\n  \u003cdiv class=\"sunshine1-section\"\u003e\n    \u003cdiv class=\"sunshine1-label\"\u003eKey Features\u003c\/div\u003e\n    \u003cdiv class=\"sunshine1-features\"\u003e\n\n      \u003cdiv class=\"sunshine1-feature-card\"\u003e\n        \u003cspan class=\"sunshine1-feature-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cellipse cx=\"15\" cy=\"12\" rx=\"4\" ry=\"6\"\u003e\u003c\/ellipse\u003e\u003cline x1=\"3\" y1=\"12\" x2=\"11\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"6 8 3 12 6 16\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003ch3\u003eManual Recliner\u003c\/h3\u003e\n        \u003cp\u003eAdjust the backrest from upright to reclined for reading, watching TV, or unwinding after a long day.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1-feature-card\"\u003e\n        \u003cspan class=\"sunshine1-feature-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M3 18 Q 12 12 21 18\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 14 Q 12 8 21 14\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"6\" r=\"2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003ch3\u003eSmooth Rocking Motion\u003c\/h3\u003e\n        \u003cp\u003eGentle back-and-forth rocking adds a soothing, calming dimension to the chair — well-suited to reading, quiet evenings, or settling small children.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1-feature-card\"\u003e\n        \u003cspan class=\"sunshine1-feature-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M21 12a9 9 0 1 1-9-9\"\u003e\u003c\/path\u003e\u003cpolyline points=\"21 4 21 12 13 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003ch3\u003e360° Swivel Base\u003c\/h3\u003e\n        \u003cp\u003eTurn freely to face any part of the room — useful for open-plan living, conversation, or following the action across multiple screens.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1-feature-card\"\u003e\n        \u003cspan class=\"sunshine1-feature-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003ch3\u003eBreathable Air Leather\u003c\/h3\u003e\n        \u003cp\u003eTiny perforations allow airflow through the upholstery, keeping the seat cooler and more comfortable across longer sessions.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. Material Callout --\u003e\n  \u003cdiv class=\"sunshine1-material-callout\"\u003e\n    \u003ch3\u003eAbout Air Leather\u003c\/h3\u003e\n    \u003cp\u003eAir Leather is a synthetic upholstery designed to mimic the look and feel of genuine leather while offering practical benefits a man-made material can deliver. Tiny perforations across the surface allow airflow through the upholstery — which is where it gets its name — keeping the seat cooler in warm weather. It's soft to the touch, holds up well to everyday wear, and wipes clean easily with a damp cloth.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. Care Instructions --\u003e\n  \u003cdiv class=\"sunshine1-section\"\u003e\n    \u003cdiv class=\"sunshine1-label\"\u003eCare Instructions\u003c\/div\u003e\n    \u003cdiv class=\"sunshine1-care-grid\"\u003e\n\n      \u003cdiv class=\"sunshine1-care-card\"\u003e\n        \u003cspan class=\"sunshine1-care-emoji\" aria-hidden=\"true\"\u003e🧹\u003c\/span\u003e\n        \u003ch3\u003eDust Regularly\u003c\/h3\u003e\n        \u003cp\u003eWipe weekly with a soft, dry cloth to lift dust from the seat, back, and the swivel and rocking mechanisms beneath the chair.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1-care-card\"\u003e\n        \u003cspan class=\"sunshine1-care-emoji\" aria-hidden=\"true\"\u003e💧\u003c\/span\u003e\n        \u003ch3\u003eSpot Clean Spills\u003c\/h3\u003e\n        \u003cp\u003eWipe spills immediately with a clean, damp cloth. Use the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-proguard-care-kit\"\u003eGuardsman ProGuard Care Kit\u003c\/a\u003e for deeper marks.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1-care-card\"\u003e\n        \u003cspan class=\"sunshine1-care-emoji\" aria-hidden=\"true\"\u003e🚫\u003c\/span\u003e\n        \u003ch3\u003eAvoid Harsh Products\u003c\/h3\u003e\n        \u003cp\u003eSkip bleach, solvents, and abrasive cleaners — these can damage the surface coating of the Air Leather.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1-care-card\"\u003e\n        \u003cspan class=\"sunshine1-care-emoji\" aria-hidden=\"true\"\u003e☀️\u003c\/span\u003e\n        \u003ch3\u003eKeep Out of Direct Sun\u003c\/h3\u003e\n        \u003cp\u003ePosition away from prolonged direct sunlight to prevent fading and surface drying over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 5. Recommended Care Products --\u003e\n  \u003cdiv class=\"sunshine1-pills\"\u003e\n    \u003ca class=\"sunshine1-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-proguard-care-kit\"\u003e🧴 Guardsman ProGuard Care Kit →\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 6. At a Glance --\u003e\n  \u003cdiv class=\"sunshine1-section\"\u003e\n    \u003cdiv class=\"sunshine1-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"sunshine1-list\"\u003e\n\n      \u003cdiv class=\"sunshine1-list-item\"\u003e\n        \u003cdiv class=\"sunshine1-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan\u003eAir Leather upholstery in Black with tonal stitching or Brown with contrast stitching.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1-list-item\"\u003e\n        \u003cdiv class=\"sunshine1-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan\u003eThree mechanisms in one chair — manual recline, smooth rocking motion, and a full 360° swivel base.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1-list-item\"\u003e\n        \u003cdiv class=\"sunshine1-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan\u003ePerforated Air Leather allows airflow through the upholstery, keeping the seat cooler across longer sessions.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1-list-item\"\u003e\n        \u003cdiv class=\"sunshine1-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan\u003eCompact single-seat footprint suits a corner of the living room, study, nursery, or bedroom.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1-list-item\"\u003e\n        \u003cdiv class=\"sunshine1-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan\u003ePairs with the matching Sunshine 2 Seater and 3 Seater Recliner Lounges to build a coordinated set.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 7. Complete the Set --\u003e\n  \u003cdiv class=\"sunshine1-range-strip\"\u003e\n    \u003cdiv class=\"sunshine1-range-label\"\u003eComplete the Set — Sunshine Range\u003c\/div\u003e\n    \u003cdiv class=\"sunshine1-range-items\"\u003e\n      \u003cdiv class=\"sunshine1-range-current\" aria-current=\"page\"\u003eSunshine Rocker Swivel Recliner Chair\u003c\/div\u003e\n      \u003ca class=\"sunshine1-range-item\" href=\"https:\/\/thea2zfurniture.com\/products\/sunshine-2-seater-air-leather-manual-recliner-lounge\"\u003eSunshine 2 Seater Recliner Lounge\u003c\/a\u003e\n      \u003ca class=\"sunshine1-range-item\" href=\"https:\/\/thea2zfurniture.com\/products\/sunshine-3-seater-manual-recliner-air-leather\"\u003eSunshine 3 Seater Recliner Lounge\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 8. SEO Body Copy --\u003e\n  \u003cdiv class=\"sunshine1-seo\"\u003e\n    \u003ch2\u003eSunshine Rocker \u0026amp; Swivel Recliner Chair — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Sunshine Rocker \u0026amp; Swivel Recliner Chair is a single-seat lounging chair built around three mechanisms — a manual recliner that adjusts the backrest from upright to reclined, a smooth rocking motion for gentle back-and-forth movement, and a full 360° swivel base that lets you face any direction. The chair is upholstered in Air Leather — a synthetic leather with tiny perforations across the surface that allow airflow through the upholstery, keeping the seat cooler in warm weather.\u003c\/p\u003e\n    \u003cp\u003eThe Sunshine is offered in two colour options. Black Air Leather has tonal stitching for a clean, monochrome look that reads as confident and contemporary — anchoring rooms with strong contrast, chrome, white, navy, or cool grey accents. Brown Air Leather is finished with contrast stitching that picks up the warmth of the colour, sitting easily alongside timber tones, exposed brick, leather accents, and rooms styled with cream, oat, or earthy palettes.\u003c\/p\u003e\n    \u003cp\u003eThe Sunshine Rocker \u0026amp; Swivel works as a dedicated lounging spot in a living room, study, nursery, or bedroom corner — the rocking motion makes it well-suited to settling small children, while the swivel base earns its keep in open-plan rooms with multiple sight lines. It pairs with the matching \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/sunshine-2-seater-air-leather-manual-recliner-lounge\"\u003eSunshine 2 Seater Recliner Lounge\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/sunshine-3-seater-manual-recliner-air-leather\"\u003eSunshine 3 Seater Recliner Lounge\u003c\/a\u003e to build a coordinated suite across the same range. See it in person at our Rocklea, Virginia, Bundall (Gold Coast), North Ipswich, and Beenleigh showrooms.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Black \/ Manual","offer_id":41547096064135,"sku":"SS-1RR-BL","price":599.0,"currency_code":"AUD","in_stock":false},{"title":"Brown \/ Manual","offer_id":41547096129671,"sku":"SS-1RR-BR","price":599.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Gemini_Generated_Image_71la0v71la0v71la_800x800-Edited_d00ed6e8-0b02-458a-9c73-9a6a2e1644b4.png?v=1778477978"},{"product_id":"sunshine-leather-electric-recliner-chair","title":"Sunshine Electric Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.sunshine1e-desc {\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.sunshine1e-desc * { box-sizing: border-box; }\n.sunshine1e-desc p { margin: 0 0 16px 0; }\n.sunshine1e-desc strong { color: #222222; }\n\n.sunshine1e-desc .sunshine1e-section { margin-bottom: 28px; }\n\n.sunshine1e-desc .sunshine1e-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 14px;\n}\n\n.sunshine1e-desc .sunshine1e-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n\n@media (max-width: 768px) {\n  .sunshine1e-desc .sunshine1e-features { grid-template-columns: 1fr; }\n}\n\n.sunshine1e-desc .sunshine1e-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.sunshine1e-desc .sunshine1e-feature-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.sunshine1e-desc .sunshine1e-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.sunshine1e-desc .sunshine1e-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.sunshine1e-desc .sunshine1e-material-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin-bottom: 28px;\n}\n\n.sunshine1e-desc .sunshine1e-material-callout h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px 0;\n}\n\n.sunshine1e-desc .sunshine1e-material-callout p {\n  font-size: 15px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n.sunshine1e-desc .sunshine1e-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n@media (max-width: 768px) {\n  .sunshine1e-desc .sunshine1e-care-grid { grid-template-columns: 1fr; }\n}\n\n.sunshine1e-desc .sunshine1e-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.sunshine1e-desc .sunshine1e-care-card .sunshine1e-care-emoji {\n  font-size: 22px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.sunshine1e-desc .sunshine1e-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.sunshine1e-desc .sunshine1e-care-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.sunshine1e-desc .sunshine1e-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 14px 16px;\n  margin-bottom: 28px;\n}\n\n.sunshine1e-desc .sunshine1e-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 20px;\n  padding: 6px 12px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  white-space: nowrap;\n  transition: background 0.2s ease;\n}\n\n.sunshine1e-desc .sunshine1e-pill:hover {\n  background: #F7EDE3;\n}\n\n.sunshine1e-desc .sunshine1e-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.sunshine1e-desc .sunshine1e-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.6;\n}\n\n.sunshine1e-desc .sunshine1e-tick {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.sunshine1e-desc .sunshine1e-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n.sunshine1e-desc .sunshine1e-range-strip {\n  background: #2C241B;\n  border-radius: 10px;\n  padding: 20px;\n  margin-bottom: 28px;\n}\n\n.sunshine1e-desc .sunshine1e-range-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.5);\n  margin-bottom: 14px;\n}\n\n.sunshine1e-desc .sunshine1e-range-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.sunshine1e-desc .sunshine1e-range-item {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.85);\n  text-decoration: none;\n  border: 1px solid rgba(255,255,255,0.15);\n  transition: all 0.3s ease;\n  background: transparent;\n}\n\n.sunshine1e-desc .sunshine1e-range-item:hover {\n  background: rgba(255,255,255,0.15);\n}\n\n.sunshine1e-desc .sunshine1e-range-current {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #fff;\n  border: 1px solid #C2824D;\n  background: transparent;\n}\n\n.sunshine1e-desc .sunshine1e-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.sunshine1e-desc .sunshine1e-seo h2 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px 0;\n}\n\n.sunshine1e-desc .sunshine1e-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 14px 0;\n}\n\n.sunshine1e-desc .mr-link {\n  color: #C2824D;\n  text-decoration: underline;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 2px;\n  font-weight: 600;\n  white-space: nowrap;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"sunshine1e-desc\"\u003e\n\n  \u003c!-- 1. Intro --\u003e\n  \u003cdiv class=\"sunshine1e-section\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eSunshine Electric Recliner Chair\u003c\/strong\u003e is a single-seat lounging chair with a button-controlled electric recliner mechanism — adjust the backrest from upright to reclined at the press of a button, with smooth motion that holds position with ease. Upholstered in breathable Air Leather, available in Black with tonal stitching or Brown with contrast stitching. Ships flat-packed for tool-free home assembly.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. Key Features Grid --\u003e\n  \u003cdiv class=\"sunshine1e-section\"\u003e\n    \u003cdiv class=\"sunshine1e-label\"\u003eKey Features\u003c\/div\u003e\n    \u003cdiv class=\"sunshine1e-features\"\u003e\n\n      \u003cdiv class=\"sunshine1e-feature-card\"\u003e\n        \u003cspan class=\"sunshine1e-feature-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003ch3\u003eButton-Controlled Electric Recliner\u003c\/h3\u003e\n        \u003cp\u003eAdjust the backrest from upright to reclined at the press of a button — no handles, no manual lifting, just smooth motion that holds position with ease.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1e-feature-card\"\u003e\n        \u003cspan class=\"sunshine1e-feature-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 2 7 12 12 22 7 12 2\"\u003e\u003c\/polygon\u003e\u003cpolyline points=\"2 17 12 22 22 17\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"2 12 12 17 22 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003ch3\u003ePadded Armrests \u0026amp; Back\u003c\/h3\u003e\n        \u003cp\u003eGenerously cushioned armrests and a high padded back support the body during longer sessions in the chair.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1e-feature-card\"\u003e\n        \u003cspan class=\"sunshine1e-feature-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003ch3\u003eBreathable Air Leather\u003c\/h3\u003e\n        \u003cp\u003eTiny perforations allow airflow through the upholstery, keeping the seat cooler and more comfortable across longer sessions.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1e-feature-card\"\u003e\n        \u003cspan class=\"sunshine1e-feature-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"9\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"15\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003ch3\u003eTwo Colour Options\u003c\/h3\u003e\n        \u003cp\u003eChoose between Black Air Leather with tonal stitching or Brown Air Leather with contrast stitching — each finish keeps the seams looking clean and considered.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. Material Callout --\u003e\n  \u003cdiv class=\"sunshine1e-material-callout\"\u003e\n    \u003ch3\u003eAbout Air Leather\u003c\/h3\u003e\n    \u003cp\u003eAir Leather is a synthetic upholstery designed to mimic the look and feel of genuine leather while offering practical benefits a man-made material can deliver. Tiny perforations across the surface allow airflow through the upholstery — which is where it gets its name — keeping the seat cooler in warm weather. It's soft to the touch, holds up well to everyday wear, and wipes clean easily with a damp cloth.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. Care Instructions --\u003e\n  \u003cdiv class=\"sunshine1e-section\"\u003e\n    \u003cdiv class=\"sunshine1e-label\"\u003eCare Instructions\u003c\/div\u003e\n    \u003cdiv class=\"sunshine1e-care-grid\"\u003e\n\n      \u003cdiv class=\"sunshine1e-care-card\"\u003e\n        \u003cspan class=\"sunshine1e-care-emoji\" aria-hidden=\"true\"\u003e🧹\u003c\/span\u003e\n        \u003ch3\u003eDust Regularly\u003c\/h3\u003e\n        \u003cp\u003eWipe weekly with a soft, dry cloth to lift dust from the seat, back, and the recliner mechanism beneath the chair.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1e-care-card\"\u003e\n        \u003cspan class=\"sunshine1e-care-emoji\" aria-hidden=\"true\"\u003e💧\u003c\/span\u003e\n        \u003ch3\u003eSpot Clean Spills\u003c\/h3\u003e\n        \u003cp\u003eWipe spills immediately with a clean, damp cloth. Use the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-proguard-care-kit\"\u003eGuardsman ProGuard Care Kit\u003c\/a\u003e for deeper marks.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1e-care-card\"\u003e\n        \u003cspan class=\"sunshine1e-care-emoji\" aria-hidden=\"true\"\u003e🚫\u003c\/span\u003e\n        \u003ch3\u003eAvoid Harsh Products\u003c\/h3\u003e\n        \u003cp\u003eSkip bleach, solvents, and abrasive cleaners — these can damage the surface coating of the Air Leather.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1e-care-card\"\u003e\n        \u003cspan class=\"sunshine1e-care-emoji\" aria-hidden=\"true\"\u003e☀️\u003c\/span\u003e\n        \u003ch3\u003eKeep Out of Direct Sun\u003c\/h3\u003e\n        \u003cp\u003ePosition away from prolonged direct sunlight to prevent fading and surface drying over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 5. Recommended Care Products --\u003e\n  \u003cdiv class=\"sunshine1e-pills\"\u003e\n    \u003ca class=\"sunshine1e-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-proguard-care-kit\"\u003e🧴 Guardsman ProGuard Care Kit →\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 6. At a Glance --\u003e\n  \u003cdiv class=\"sunshine1e-section\"\u003e\n    \u003cdiv class=\"sunshine1e-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"sunshine1e-list\"\u003e\n\n      \u003cdiv class=\"sunshine1e-list-item\"\u003e\n        \u003cdiv class=\"sunshine1e-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan\u003eAir Leather upholstery in Black with tonal stitching or Brown with contrast stitching.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1e-list-item\"\u003e\n        \u003cdiv class=\"sunshine1e-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan\u003eButton-controlled electric recliner — adjust the backrest at the press of a button.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1e-list-item\"\u003e\n        \u003cdiv class=\"sunshine1e-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan\u003ePerforated Air Leather allows airflow through the upholstery, keeping the seat cooler across longer sessions.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1e-list-item\"\u003e\n        \u003cdiv class=\"sunshine1e-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan\u003eCompact single-seat footprint suits a corner of the living room, study, or bedroom.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sunshine1e-list-item\"\u003e\n        \u003cdiv class=\"sunshine1e-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan\u003ePairs with the matching Sunshine 2 Seater and 3 Seater Recliner Lounges to build a coordinated set.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 7. Complete the Set --\u003e\n  \u003cdiv class=\"sunshine1e-range-strip\"\u003e\n    \u003cdiv class=\"sunshine1e-range-label\"\u003eComplete the Set — Sunshine Range\u003c\/div\u003e\n    \u003cdiv class=\"sunshine1e-range-items\"\u003e\n      \u003ca class=\"sunshine1e-range-item\" href=\"https:\/\/thea2zfurniture.com\/products\/sunshine-leather-rocker-swivel-recliner-chair\"\u003eSunshine Rocker \u0026amp; Swivel Recliner Chair\u003c\/a\u003e\n      \u003cdiv class=\"sunshine1e-range-current\" aria-current=\"page\"\u003eSunshine Electric Recliner Chair\u003c\/div\u003e\n      \u003ca class=\"sunshine1e-range-item\" href=\"https:\/\/thea2zfurniture.com\/products\/sunshine-2-seater-air-leather-manual-recliner-lounge\"\u003eSunshine 2 Seater Recliner Lounge\u003c\/a\u003e\n      \u003ca class=\"sunshine1e-range-item\" href=\"https:\/\/thea2zfurniture.com\/products\/sunshine-3-seater-manual-recliner-air-leather\"\u003eSunshine 3 Seater Recliner Lounge\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 8. SEO Body Copy --\u003e\n  \u003cdiv class=\"sunshine1e-seo\"\u003e\n    \u003ch2\u003eSunshine Electric Recliner Chair — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Sunshine Electric Recliner Chair is a single-seat lounging chair built around a button-controlled electric recliner mechanism — no manual handles, no lifting, just smooth motion that adjusts the backrest from upright to reclined at the press of a button and holds the position with ease. The chair is upholstered in Air Leather — a synthetic leather with tiny perforations across the surface that allow airflow through the upholstery, keeping the seat cooler in warm weather.\u003c\/p\u003e\n    \u003cp\u003eThe Sunshine is offered in two colour options. Black Air Leather has tonal stitching for a clean, monochrome look that reads as confident and contemporary — anchoring rooms with strong contrast, chrome, white, navy, or cool grey accents. Brown Air Leather is finished with contrast stitching that picks up the warmth of the colour, sitting easily alongside timber tones, exposed brick, leather accents, and rooms styled with cream, oat, or earthy palettes.\u003c\/p\u003e\n    \u003cp\u003eThe Sunshine Electric Recliner Chair works as a dedicated lounging spot in a living room, study, or bedroom corner — well-suited to anyone who prefers powered recline over a manual handle, including for ease of use across longer sessions. It pairs with the matching \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/sunshine-2-seater-air-leather-manual-recliner-lounge\"\u003eSunshine 2 Seater Recliner Lounge\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/sunshine-3-seater-manual-recliner-air-leather\"\u003eSunshine 3 Seater Recliner Lounge\u003c\/a\u003e to build a coordinated suite across the same range. See it in person at our Rocklea, Virginia, Bundall (Gold Coast), North Ipswich, and Beenleigh showrooms.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Black \/ Electric","offer_id":41547114414215,"sku":"SS-1ER-BL","price":649.0,"currency_code":"AUD","in_stock":true},{"title":"Brown \/ Electric","offer_id":41547114446983,"sku":"SS-1ER-BR","price":649.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Gemini_Generated_Image_71la0v71la0v71la_5bae001f-e8db-4b86-9b25-866458e9e947-Edited.jpg?v=1778477981"},{"product_id":"bentley-recliner-chair","title":"Bentley Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.bentley1-desc {\n  padding-top: 6px;\n  overflow: visible;\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  max-width: 100%;\n}\n\n.bentley1-desc * { box-sizing: border-box; }\n.bentley1-desc p { margin: 0 0 14px; }\n.bentley1-desc strong { color: #222222; }\n\n.bentley1-desc .bentley1-section-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 28px 0 12px;\n}\n\n.bentley1-desc .bentley1-intro { margin-bottom: 22px; }\n\n.bentley1-desc .mr-link {\n  color: #C2824D;\n  text-decoration: underline;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 2px;\n  font-weight: 600;\n  white-space: nowrap;\n}\n\n.bentley1-desc .bentley1-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 8px;\n}\n\n.bentley1-desc .bentley1-feature-card {\n  background: #F5F5F5;\n  border-radius: 10px;\n  padding: 18px;\n}\n\n.bentley1-desc .bentley1-feature-icon {\n  color: #C2824D;\n  margin-bottom: 10px;\n  display: inline-flex;\n}\n\n.bentley1-desc .bentley1-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  margin: 0 0 6px;\n  color: #222222;\n}\n\n.bentley1-desc .bentley1-feature-card p {\n  font-size: 14px;\n  margin: 0;\n  line-height: 1.55;\n  color: #222222;\n}\n\n.bentley1-desc .bentley1-callout {\n  background: #F7EDE3;\n  border-left: 3px solid #C2824D;\n  padding: 16px 18px;\n  border-radius: 4px;\n  margin-bottom: 8px;\n}\n\n.bentley1-desc .bentley1-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.12em;\n  margin: 0 0 8px;\n  color: #222222;\n}\n\n.bentley1-desc .bentley1-callout p {\n  font-size: 14px;\n  margin: 0;\n  line-height: 1.6;\n  color: #222222;\n}\n\n.bentley1-desc .bentley1-care {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 8px;\n}\n\n.bentley1-desc .bentley1-care-card {\n  background: #F5F5F5;\n  border-radius: 10px;\n  padding: 14px 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n\n.bentley1-desc .bentley1-care-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n\n.bentley1-desc .bentley1-care-card h4 {\n  font-size: 13px;\n  font-weight: 700;\n  margin: 0 0 4px;\n  color: #222222;\n}\n\n.bentley1-desc .bentley1-care-card p {\n  font-size: 13.5px;\n  margin: 0;\n  line-height: 1.5;\n  color: #222222;\n}\n\n.bentley1-desc .bentley1-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 10px;\n  padding: 14px;\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 8px;\n}\n\n.bentley1-desc .bentley1-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #ffffff;\n  border: 1px solid #E8C9AA;\n  color: #222222;\n  padding: 7px 13px;\n  border-radius: 999px;\n  font-size: 13px;\n  font-weight: 600;\n  text-decoration: none;\n  transition: all 0.2s ease;\n}\n\n.bentley1-desc .bentley1-pill:hover {\n  background: #C2824D;\n  color: #ffffff;\n  border-color: #C2824D;\n}\n\n.bentley1-desc .bentley1-glance {\n  background: #F5F5F5;\n  border-radius: 10px;\n  padding: 18px 20px;\n  margin-bottom: 8px;\n}\n\n.bentley1-desc .bentley1-list-item {\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n  padding: 6px 0;\n}\n\n.bentley1-desc .bentley1-tick {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 20px;\n  height: 20px;\n  border-radius: 50%;\n  background: #C2824D;\n  flex-shrink: 0;\n  margin-top: 3px;\n}\n\n.bentley1-desc .bentley1-tick svg {\n  width: 12px;\n  height: 12px;\n  color: #ffffff;\n}\n\n.bentley1-desc .bentley1-list-item span:last-child {\n  font-size: 14px;\n  line-height: 1.55;\n  color: #222222;\n}\n\n.bentley1-desc .bentley1-range {\n  background: #2C241B;\n  border-radius: 10px;\n  padding: 16px;\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 8px;\n}\n\n.bentley1-desc .bentley1-range-item {\n  display: inline-flex;\n  align-items: center;\n  padding: 8px 14px;\n  border-radius: 999px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #ffffff;\n  text-decoration: none;\n  background: rgba(255,255,255,.06);\n  border: 1px solid rgba(255,255,255,.12);\n  transition: all 0.3s ease;\n}\n\n.bentley1-desc .bentley1-range-item:hover {\n  background: rgba(255,255,255,.15);\n}\n\n.bentley1-desc .bentley1-range-current {\n  background: rgba(194,130,77,.18);\n  border: 1px solid #C2824D;\n  color: #ffffff;\n  cursor: default;\n}\n\n.bentley1-desc .bentley1-seo {\n  border-top: 1px solid #E5E5E5;\n  margin-top: 28px;\n  padding-top: 22px;\n}\n\n.bentley1-desc .bentley1-seo h2 {\n  font-size: 18px;\n  font-weight: 700;\n  margin: 0 0 14px;\n  color: #222222;\n  line-height: 1.4;\n}\n\n.bentley1-desc .bentley1-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 12px;\n}\n\n@media (max-width: 768px) {\n  .bentley1-desc .bentley1-features,\n  .bentley1-desc .bentley1-care {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"bentley1-desc\"\u003e\n\u003cp class=\"bentley1-intro\"\u003e\u003cstrong\u003eThe Bentley Recliner Chair\u003c\/strong\u003e is a single-seat recliner upholstered in Rhino fabric with contrast stitching, with a manual pull-handle mechanism that adjusts the backrest from upright to reclined for reading, watching TV, or unwinding at the end of the day. Padded armrests and a cushioned back round out a compact lounging spot built for one. Available in Black and Charcoal, with a choice of manual or electric recliner mechanism specified at the time of purchase.\u003c\/p\u003e\n\u003cdiv class=\"bentley1-section-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"bentley1-features\"\u003e\n\u003cdiv class=\"bentley1-feature-card\"\u003e\n\u003cspan class=\"bentley1-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cellipse cx=\"15\" cy=\"12\" rx=\"4\" ry=\"6\"\u003e\u003c\/ellipse\u003e\u003cline x1=\"3\" y1=\"12\" x2=\"11\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"6 8 3 12 6 16\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eManual or Electric Recliner\u003c\/h3\u003e\n\u003cp\u003eChoose between a manual pull-handle recliner or a powered electric recliner at the time of purchase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bentley1-feature-card\"\u003e\n\u003cspan class=\"bentley1-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 2 7 12 12 22 7 12 2\"\u003e\u003c\/polygon\u003e\u003cpolyline points=\"2 17 12 22 22 17\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"2 12 12 17 22 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePadded Armrests \u0026amp; Back\u003c\/h3\u003e\n\u003cp\u003eGenerously cushioned armrests and a high padded back support the body during longer sessions in the chair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bentley1-feature-card\"\u003e\n\u003cspan class=\"bentley1-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"9\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"15\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eTwo Colour Options\u003c\/h3\u003e\n\u003cp\u003eChoose between Black or Charcoal Rhino fabric — both finished with contrast stitching for a clean modern look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bentley1-feature-card\"\u003e\n\u003cspan class=\"bentley1-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"16.5\" y1=\"9.4\" x2=\"7.5\" y2=\"4.21\"\u003e\u003c\/line\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\u003cline x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eEasy Flat-Pack Assembly\u003c\/h3\u003e\n\u003cp\u003eShips flat-packed and slots together at home with no tools required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bentley1-section-label\"\u003eAbout the Material\u003c\/div\u003e\n\u003cdiv class=\"bentley1-callout\"\u003e\n\u003ch3\u003eAbout Rhino Fabric\u003c\/h3\u003e\n\u003cp\u003eRhino fabric is a smooth, hard-wearing upholstery chosen for its soft hand feel and clean, modern appearance. It holds up well to daily living-room use when paired with routine vacuuming and the recommended fabric care below.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bentley1-section-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"bentley1-care\"\u003e\n\u003cdiv class=\"bentley1-care-card\"\u003e\n\u003cspan class=\"bentley1-care-emoji\" aria-hidden=\"true\"\u003e🧹\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003eVacuum Regularly\u003c\/h4\u003e\n\u003cp\u003eUse a soft brush attachment weekly to lift dust and crumbs from the seat, back, and recliner mechanism.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bentley1-care-card\"\u003e\n\u003cspan class=\"bentley1-care-emoji\" aria-hidden=\"true\"\u003e💧\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003eSpot Clean Spills\u003c\/h4\u003e\n\u003cp\u003eBlot immediately with a clean, damp cloth. Use the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-care-kit\"\u003eGuardsman Fabric Care Kit\u003c\/a\u003e for deeper marks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bentley1-care-card\"\u003e\n\u003cspan class=\"bentley1-care-emoji\" aria-hidden=\"true\"\u003e🚫\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003eAvoid Harsh Products\u003c\/h4\u003e\n\u003cp\u003eSkip bleach, solvents, and abrasive cleaners — they can lift the fibre and dull the colour.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bentley1-care-card\"\u003e\n\u003cspan class=\"bentley1-care-emoji\" aria-hidden=\"true\"\u003e🛡️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003eApply Fabric Protector\u003c\/h4\u003e\n\u003cp\u003eTreat with \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-protector-spray\"\u003eGuardsman Fabric Protector\u003c\/a\u003e after delivery to help repel everyday spills.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bentley1-section-label\"\u003eRecommended Care Products\u003c\/div\u003e\n\u003cdiv class=\"bentley1-pills\"\u003e\n\u003ca class=\"bentley1-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-protector-spray\"\u003e\u003cspan aria-hidden=\"true\"\u003e🛡️\u003c\/span\u003e Guardsman Fabric Protector \u003cspan aria-hidden=\"true\"\u003e→\u003c\/span\u003e\u003c\/a\u003e \u003ca class=\"bentley1-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-care-kit\"\u003e\u003cspan aria-hidden=\"true\"\u003e🧴\u003c\/span\u003e Guardsman Fabric Care Kit \u003cspan aria-hidden=\"true\"\u003e→\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bentley1-section-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"bentley1-glance\"\u003e\n\u003cdiv class=\"bentley1-list-item\"\u003e\n\u003cspan class=\"bentley1-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003eRhino fabric upholstery in your choice of Black or Charcoal — both finished with contrast stitching.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bentley1-list-item\"\u003e\n\u003cspan class=\"bentley1-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003eManual or electric recliner mechanism chosen at the time of purchase to suit how you settle in.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bentley1-list-item\"\u003e\n\u003cspan class=\"bentley1-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003eGenerously padded armrests and a cushioned back give the chair its lounging support.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bentley1-list-item\"\u003e\n\u003cspan class=\"bentley1-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003eCompact single-seat footprint suits a corner of the living room, study, or bedroom.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bentley1-list-item\"\u003e\n\u003cspan class=\"bentley1-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003ePairs with the matching Bentley 2 Seater Recliner Lounge and Bentley 3 Seater Recliner to build a coordinated set.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bentley1-section-label\"\u003eComplete the Set\u003c\/div\u003e\n\u003cdiv class=\"bentley1-range\"\u003e\n\u003cdiv class=\"bentley1-range-item bentley1-range-current\" aria-current=\"page\"\u003eBentley Recliner Chair\u003c\/div\u003e\n\u003ca class=\"bentley1-range-item\" href=\"https:\/\/thea2zfurniture.com\/products\/bentley-2-seater-recliner-lounge\"\u003eBentley 2 Seater Recliner Lounge\u003c\/a\u003e \u003ca class=\"bentley1-range-item\" href=\"https:\/\/thea2zfurniture.com\/products\/bentley-3-seater-recliner\"\u003eBentley 3 Seater Recliner\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bentley1-seo\"\u003e\n\u003ch2\u003eBentley Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Bentley Recliner Chair is a single-seat fabric recliner upholstered in Rhino fabric with contrast stitching — a clean, modern detail that lifts the silhouette without competing with surrounding décor. Choose between a manual pull-handle recliner mechanism or a powered electric recliner at the time of purchase. Padded armrests and a high cushioned back round out a compact chair built as a personal lounging spot in the living room, study, or bedroom.\u003c\/p\u003e\n\u003cp\u003eThe Bentley is offered in two colour options: Black and Charcoal. Black reads as confident and contemporary, anchoring rooms with strong contrast — chrome, white, navy, or warm timber accents. Charcoal is softer and more versatile, sitting easily alongside neutral palettes, modern apartments, or rooms styled with cream, oat, and brushed metal — handy when you don’t want the chair to dominate the room.\u003c\/p\u003e\n\u003cp\u003eThe Bentley Recliner Chair works as a dedicated lounging spot in a living room, study, or bedroom corner — or paired alongside a larger sofa for coordinated seating. It pairs with the matching \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/bentley-2-seater-recliner-lounge\"\u003eBentley 2 Seater Recliner Lounge\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/bentley-3-seater-recliner\"\u003eBentley 3 Seater Recliner\u003c\/a\u003e to build a coordinated suite across the same range. See it in person at our Rocklea, Virginia, Bundall (Gold Coast), North Ipswich, and Beenleigh showrooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Manual \/ 8307 Charcoal","offer_id":41555366248583,"sku":"BT-1RR-CH","price":599.0,"currency_code":"AUD","in_stock":true},{"title":"Manual \/ 8307 Black","offer_id":41555366215815,"sku":"BT-1RR-BL","price":599.0,"currency_code":"AUD","in_stock":true},{"title":"Electric \/ 8307 Charcoal","offer_id":41555366314119,"sku":"BT-1ER-CH","price":649.0,"currency_code":"AUD","in_stock":true},{"title":"Electric \/ 8307 Black","offer_id":41555366281351,"sku":"BT-1ER-BL","price":649.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/bentley-recliner-chair-the-a2z-furniture-1_31bf63a6-38bc-4fc6-af83-b2f344aaad9d.png?v=1778477985"},{"product_id":"bliss-single-recliner-chair","title":"Bliss Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.bliss1-desc {\n  padding-top: 6px;\n  overflow: visible;\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  max-width: 100%;\n}\n\n.bliss1-desc * { box-sizing: border-box; }\n.bliss1-desc p { margin: 0 0 14px; }\n.bliss1-desc strong { color: #222222; }\n\n.bliss1-desc .bliss1-section-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 28px 0 12px;\n}\n\n.bliss1-desc .bliss1-intro { margin-bottom: 22px; }\n\n.bliss1-desc .mr-link {\n  color: #C2824D;\n  text-decoration: underline;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 2px;\n  font-weight: 600;\n  white-space: nowrap;\n}\n\n.bliss1-desc .bliss1-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 8px;\n}\n\n.bliss1-desc .bliss1-feature-card {\n  background: #F5F5F5;\n  border-radius: 10px;\n  padding: 18px;\n}\n\n.bliss1-desc .bliss1-feature-icon {\n  color: #C2824D;\n  margin-bottom: 10px;\n  display: inline-flex;\n}\n\n.bliss1-desc .bliss1-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  margin: 0 0 6px;\n  color: #222222;\n}\n\n.bliss1-desc .bliss1-feature-card p {\n  font-size: 14px;\n  margin: 0;\n  line-height: 1.55;\n  color: #222222;\n}\n\n.bliss1-desc .bliss1-callout {\n  background: #F7EDE3;\n  border-left: 3px solid #C2824D;\n  padding: 16px 18px;\n  border-radius: 4px;\n  margin-bottom: 8px;\n}\n\n.bliss1-desc .bliss1-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.12em;\n  margin: 0 0 8px;\n  color: #222222;\n}\n\n.bliss1-desc .bliss1-callout p {\n  font-size: 14px;\n  margin: 0;\n  line-height: 1.6;\n  color: #222222;\n}\n\n.bliss1-desc .bliss1-care {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 8px;\n}\n\n.bliss1-desc .bliss1-care-card {\n  background: #F5F5F5;\n  border-radius: 10px;\n  padding: 14px 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n\n.bliss1-desc .bliss1-care-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n\n.bliss1-desc .bliss1-care-card h4 {\n  font-size: 13px;\n  font-weight: 700;\n  margin: 0 0 4px;\n  color: #222222;\n}\n\n.bliss1-desc .bliss1-care-card p {\n  font-size: 13.5px;\n  margin: 0;\n  line-height: 1.5;\n  color: #222222;\n}\n\n.bliss1-desc .bliss1-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 10px;\n  padding: 14px;\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 8px;\n}\n\n.bliss1-desc .bliss1-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #ffffff;\n  border: 1px solid #E8C9AA;\n  color: #222222;\n  padding: 7px 13px;\n  border-radius: 999px;\n  font-size: 13px;\n  font-weight: 600;\n  text-decoration: none;\n  transition: all 0.2s ease;\n}\n\n.bliss1-desc .bliss1-pill:hover {\n  background: #C2824D;\n  color: #ffffff;\n  border-color: #C2824D;\n}\n\n.bliss1-desc .bliss1-glance {\n  background: #F5F5F5;\n  border-radius: 10px;\n  padding: 18px 20px;\n  margin-bottom: 8px;\n}\n\n.bliss1-desc .bliss1-list-item {\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n  padding: 6px 0;\n}\n\n.bliss1-desc .bliss1-tick {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 20px;\n  height: 20px;\n  border-radius: 50%;\n  background: #C2824D;\n  flex-shrink: 0;\n  margin-top: 3px;\n}\n\n.bliss1-desc .bliss1-tick svg {\n  width: 12px;\n  height: 12px;\n  color: #ffffff;\n}\n\n.bliss1-desc .bliss1-list-item span:last-child {\n  font-size: 14px;\n  line-height: 1.55;\n  color: #222222;\n}\n\n.bliss1-desc .bliss1-range {\n  background: #2C241B;\n  border-radius: 10px;\n  padding: 16px;\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 8px;\n}\n\n.bliss1-desc .bliss1-range-item {\n  display: inline-flex;\n  align-items: center;\n  padding: 8px 14px;\n  border-radius: 999px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #ffffff;\n  text-decoration: none;\n  background: rgba(255,255,255,.06);\n  border: 1px solid rgba(255,255,255,.12);\n  transition: all 0.3s ease;\n}\n\n.bliss1-desc .bliss1-range-item:hover {\n  background: rgba(255,255,255,.15);\n}\n\n.bliss1-desc .bliss1-range-current {\n  background: rgba(194,130,77,.18);\n  border: 1px solid #C2824D;\n  color: #ffffff;\n  cursor: default;\n}\n\n.bliss1-desc .bliss1-seo {\n  border-top: 1px solid #E5E5E5;\n  margin-top: 28px;\n  padding-top: 22px;\n}\n\n.bliss1-desc .bliss1-seo h2 {\n  font-size: 18px;\n  font-weight: 700;\n  margin: 0 0 14px;\n  color: #222222;\n  line-height: 1.4;\n}\n\n.bliss1-desc .bliss1-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 12px;\n}\n\n@media (max-width: 768px) {\n  .bliss1-desc .bliss1-features,\n  .bliss1-desc .bliss1-care {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"bliss1-desc\"\u003e\n\n  \u003cp class=\"bliss1-intro\"\u003e\u003cstrong\u003eThe Bliss Recliner Chair\u003c\/strong\u003e is a single-seat recliner with a manual pull-handle mechanism that lets you adjust the backrest from upright to reclined for reading, watching TV, or unwinding at the end of the day. Padded armrests and a cushioned back round out a compact lounging spot built for one. Available in Charcoal (Rhino fabric) and Light Grey (microfibre), and ships flat-packed for tool-free home assembly.\u003c\/p\u003e\n\n  \u003cdiv class=\"bliss1-section-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"bliss1-features\"\u003e\n\n    \u003cdiv class=\"bliss1-feature-card\"\u003e\n      \u003cspan class=\"bliss1-feature-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cellipse cx=\"15\" cy=\"12\" rx=\"4\" ry=\"6\"\u003e\u003c\/ellipse\u003e\u003cline x1=\"3\" y1=\"12\" x2=\"11\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"6 8 3 12 6 16\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003ch3\u003eManual Pull-Handle Recliner\u003c\/h3\u003e\n      \u003cp\u003ePull the side handle to adjust the backrest from upright to reclined for reading, watching TV, or unwinding.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bliss1-feature-card\"\u003e\n      \u003cspan class=\"bliss1-feature-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 2 7 12 12 22 7 12 2\"\u003e\u003c\/polygon\u003e\u003cpolyline points=\"2 17 12 22 22 17\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"2 12 12 17 22 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003ch3\u003ePadded Armrests \u0026amp; Back\u003c\/h3\u003e\n      \u003cp\u003eGenerously cushioned armrests and a high padded back support the body during longer sessions in the chair.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bliss1-feature-card\"\u003e\n      \u003cspan class=\"bliss1-feature-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"9\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"15\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003ch3\u003eTwo Fabric Options\u003c\/h3\u003e\n      \u003cp\u003eChoose between Charcoal in Rhino fabric or Light Grey in a soft microfibre to suit cool- or warm-toned interiors.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bliss1-feature-card\"\u003e\n      \u003cspan class=\"bliss1-feature-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"16.5\" y1=\"9.4\" x2=\"7.5\" y2=\"4.21\"\u003e\u003c\/line\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\u003cline x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003ch3\u003eEasy Flat-Pack Assembly\u003c\/h3\u003e\n      \u003cp\u003eShips flat-packed and slots together at home with no tools required.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bliss1-section-label\"\u003eAbout the Material\u003c\/div\u003e\n  \u003cdiv class=\"bliss1-callout\"\u003e\n    \u003ch3\u003eAbout the Fabric Options\u003c\/h3\u003e\n    \u003cp\u003eThe Bliss is offered in two fabric options: Charcoal in Rhino fabric — a smooth, hard-wearing upholstery — and Light Grey in a soft microfibre with a slightly textured feel. Both hold up well to daily living-room use when paired with routine vacuuming and the recommended fabric care below.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bliss1-section-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"bliss1-care\"\u003e\n\n    \u003cdiv class=\"bliss1-care-card\"\u003e\n      \u003cspan class=\"bliss1-care-emoji\" aria-hidden=\"true\"\u003e🧹\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eVacuum Regularly\u003c\/h4\u003e\n        \u003cp\u003eUse a soft brush attachment weekly to lift dust and crumbs from the seat, back, and recliner mechanism.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bliss1-care-card\"\u003e\n      \u003cspan class=\"bliss1-care-emoji\" aria-hidden=\"true\"\u003e💧\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSpot Clean Spills\u003c\/h4\u003e\n        \u003cp\u003eBlot immediately with a clean, damp cloth. Use the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-care-kit\"\u003eGuardsman Fabric Care Kit\u003c\/a\u003e for deeper marks.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bliss1-care-card\"\u003e\n      \u003cspan class=\"bliss1-care-emoji\" aria-hidden=\"true\"\u003e🚫\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eAvoid Harsh Products\u003c\/h4\u003e\n        \u003cp\u003eSkip bleach, solvents, and abrasive cleaners — they can lift the fibre and dull the colour.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bliss1-care-card\"\u003e\n      \u003cspan class=\"bliss1-care-emoji\" aria-hidden=\"true\"\u003e🛡️\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eApply Fabric Protector\u003c\/h4\u003e\n        \u003cp\u003eTreat with \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-protector-spray\"\u003eGuardsman Fabric Protector\u003c\/a\u003e after delivery to help repel everyday spills.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bliss1-section-label\"\u003eRecommended Care Products\u003c\/div\u003e\n  \u003cdiv class=\"bliss1-pills\"\u003e\n    \u003ca class=\"bliss1-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-protector-spray\"\u003e\u003cspan aria-hidden=\"true\"\u003e🛡️\u003c\/span\u003e Guardsman Fabric Protector \u003cspan aria-hidden=\"true\"\u003e→\u003c\/span\u003e\u003c\/a\u003e\n    \u003ca class=\"bliss1-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-care-kit\"\u003e\u003cspan aria-hidden=\"true\"\u003e🧴\u003c\/span\u003e Guardsman Fabric Care Kit \u003cspan aria-hidden=\"true\"\u003e→\u003c\/span\u003e\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bliss1-section-label\"\u003eAt a Glance\u003c\/div\u003e\n  \u003cdiv class=\"bliss1-glance\"\u003e\n\n    \u003cdiv class=\"bliss1-list-item\"\u003e\n      \u003cspan class=\"bliss1-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003cspan\u003eAvailable in Charcoal (Rhino fabric) or Light Grey (microfibre) — both built for everyday living-room use.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bliss1-list-item\"\u003e\n      \u003cspan class=\"bliss1-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003cspan\u003eManual pull-handle recliner adjusts the backrest from upright to reclined for reading or unwinding.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bliss1-list-item\"\u003e\n      \u003cspan class=\"bliss1-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003cspan\u003eGenerously padded armrests and a cushioned back give the chair its lounging support.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bliss1-list-item\"\u003e\n      \u003cspan class=\"bliss1-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003cspan\u003eCompact single-seat footprint suits a corner of the living room, study, or bedroom.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bliss1-list-item\"\u003e\n      \u003cspan class=\"bliss1-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003cspan\u003ePairs with the matching Bliss 2 Seater Recliner Lounge and Bliss 3 Seater Recliner Lounge to build a coordinated set.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bliss1-section-label\"\u003eComplete the Set\u003c\/div\u003e\n  \u003cdiv class=\"bliss1-range\"\u003e\n    \u003cdiv class=\"bliss1-range-item bliss1-range-current\" aria-current=\"page\"\u003eBliss Recliner Chair\u003c\/div\u003e\n    \u003ca class=\"bliss1-range-item\" href=\"https:\/\/thea2zfurniture.com\/products\/bliss-2-seater-recliner-lounge\"\u003eBliss 2 Seater Recliner Lounge\u003c\/a\u003e\n    \u003ca class=\"bliss1-range-item\" href=\"https:\/\/thea2zfurniture.com\/products\/bliss-3-seater-recliner-lounge\"\u003eBliss 3 Seater Recliner Lounge\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bliss1-seo\"\u003e\n    \u003ch2\u003eBliss Recliner Chair — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Bliss Recliner Chair is a single-seat fabric recliner designed for everyday lounging. The manual pull-handle mechanism lets you adjust the backrest from upright to reclined — suited to reading, watching TV, or just unwinding at the end of the day. Padded armrests and a high cushioned back round out a compact chair built as a personal lounging spot in the living room, study, or bedroom.\u003c\/p\u003e\n    \u003cp\u003eThe Bliss is offered in two colour options: Charcoal in Rhino fabric and Light Grey in a soft microfibre. Charcoal is more grounded — a confident anchor for cooler palettes, navy and grey tones, or rooms styled with brushed metal and rich timber. Light Grey is soft and neutral — an easy match for modern, airy interiors, warm timber accents, and rooms styled with cream or oat textiles.\u003c\/p\u003e\n    \u003cp\u003eThe Bliss Recliner Chair works as a dedicated lounging spot in a living room, study, or bedroom corner — or paired alongside a larger sofa for coordinated seating. It pairs with the matching \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/bliss-2-seater-recliner-lounge\"\u003eBliss 2 Seater Recliner Lounge\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/bliss-3-seater-recliner-lounge\"\u003eBliss 3 Seater Recliner Lounge\u003c\/a\u003e to build a coordinated suite across the same range. See it in person at our Rocklea, Virginia, Bundall (Gold Coast), North Ipswich, and Beenleigh showrooms.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Charcoal \/ Manual","offer_id":41555437125767,"sku":"BS-1RR-CH","price":399.0,"currency_code":"AUD","in_stock":true},{"title":"Light Grey \/ Manual","offer_id":41555437158535,"sku":"BS-1RR-LG","price":399.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/bliss-recliner-chair-the-a2z-furniture-1_800x800-Edited.png?v=1778477989"},{"product_id":"boston-dual-motor-electric-recliner-chair","title":"Boston Dual Motor Electric Recliner Chair","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n  .b1-desc {\n    font-family: 'Open Sans', sans-serif;\n    color: #222222;\n    font-size: 15px;\n    line-height: 1.7;\n    max-width: 900px;\n    margin: 0 auto;\n    padding-top: 6px;\n    overflow: visible;\n  }\n\n  \/* ---------- Section labels ---------- *\/\n  .b1-desc .b1-label {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #C2824D;\n    margin: 0 0 12px 0;\n  }\n\n  \/* ---------- Intro ---------- *\/\n  .b1-desc .b1-intro {\n    font-size: 15px;\n    line-height: 1.7;\n    margin: 0 0 32px 0;\n  }\n  .b1-desc .b1-intro strong { color: #222222; }\n\n  \/* ---------- Inline link ---------- *\/\n  .b1-desc .mr-link {\n    color: #C2824D;\n    text-decoration: underline;\n    text-decoration-thickness: 1px;\n    text-underline-offset: 2px;\n    font-weight: 600;\n    white-space: nowrap;\n  }\n\n  \/* ---------- Feature grid ---------- *\/\n  .b1-desc .b1-features {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin: 0 0 32px 0;\n  }\n  .b1-desc .b1-card {\n    background: #F5F5F5;\n    border-radius: 8px;\n    padding: 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n  .b1-desc .b1-card-icon {\n    width: 28px;\n    height: 28px;\n    color: #C2824D;\n  }\n  .b1-desc .b1-card h3 {\n    font-size: 13px;\n    font-weight: 700;\n    margin: 0;\n    color: #222222;\n    text-transform: none;\n    letter-spacing: 0;\n  }\n  .b1-desc .b1-card p {\n    font-size: 14px;\n    line-height: 1.6;\n    margin: 0;\n    color: #222222;\n  }\n\n  \/* ---------- Material callout ---------- *\/\n  .b1-desc .b1-callout {\n    background: #F7EDE3;\n    border-left: 3px solid #C2824D;\n    padding: 18px 22px;\n    border-radius: 4px;\n    margin: 0 0 32px 0;\n  }\n  .b1-desc .b1-callout h3 {\n    font-size: 13px;\n    font-weight: 700;\n    margin: 0 0 8px 0;\n    color: #222222;\n  }\n  .b1-desc .b1-callout p {\n    font-size: 14px;\n    line-height: 1.65;\n    margin: 0;\n    color: #222222;\n  }\n\n  \/* ---------- Care instructions ---------- *\/\n  .b1-desc .b1-care-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin: 0 0 24px 0;\n  }\n  .b1-desc .b1-care-card {\n    background: #F5F5F5;\n    border-radius: 8px;\n    padding: 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n  .b1-desc .b1-care-emoji {\n    font-size: 22px;\n    line-height: 1;\n  }\n  .b1-desc .b1-care-card h3 {\n    font-size: 13px;\n    font-weight: 700;\n    margin: 0;\n    color: #222222;\n  }\n  .b1-desc .b1-care-card p {\n    font-size: 14px;\n    line-height: 1.6;\n    margin: 0;\n    color: #222222;\n  }\n\n  \/* ---------- Recommended care pill row ---------- *\/\n  .b1-desc .b1-pills {\n    background: #F7EDE3;\n    border: 1px solid #E8C9AA;\n    border-radius: 10px;\n    padding: 14px 16px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin: 0 0 32px 0;\n  }\n  .b1-desc .b1-pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: #ffffff;\n    border: 1px solid #E8C9AA;\n    border-radius: 999px;\n    padding: 8px 14px;\n    font-size: 13px;\n    font-weight: 600;\n    color: #222222;\n    text-decoration: none;\n    transition: all 0.3s ease;\n  }\n  .b1-desc .b1-pill:hover {\n    background: #ffffff;\n    border-color: #C2824D;\n    color: #C2824D;\n  }\n  .b1-desc .b1-pill-arrow {\n    color: #C2824D;\n    font-weight: 700;\n  }\n\n  \/* ---------- Complete the Set range strip ---------- *\/\n  .b1-desc .b1-range {\n    background: #2C241B;\n    border-radius: 10px;\n    padding: 18px 16px;\n    margin: 0 0 32px 0;\n  }\n  .b1-desc .b1-range-title {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #E8C9AA;\n    margin: 0 0 12px 4px;\n  }\n  .b1-desc .b1-range-items {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n  .b1-desc .b1-range-item,\n  .b1-desc .b1-range-current {\n    display: inline-flex;\n    align-items: center;\n    padding: 8px 14px;\n    border-radius: 6px;\n    font-size: 13px;\n    font-weight: 600;\n    line-height: 1.3;\n    transition: all 0.3s ease;\n  }\n  .b1-desc .b1-range-item {\n    background: rgba(255,255,255,.06);\n    color: #FFFFFF;\n    text-decoration: none;\n    border: 1px solid rgba(255,255,255,.12);\n  }\n  .b1-desc .b1-range-item:hover {\n    background: rgba(255,255,255,.15);\n    color: #FFFFFF;\n  }\n  .b1-desc .b1-range-current {\n    background: rgba(194,130,77,.18);\n    color: #FFFFFF;\n    border: 1px solid #C2824D;\n  }\n\n  \/* ---------- At a glance checklist ---------- *\/\n  .b1-desc .b1-glance {\n    margin: 0 0 32px 0;\n  }\n  .b1-desc .b1-list-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    margin-bottom: 12px;\n    font-size: 14px;\n    line-height: 1.6;\n  }\n  .b1-desc .b1-tick {\n    flex: 0 0 auto;\n    width: 20px;\n    height: 20px;\n    background: #C2824D;\n    border-radius: 50%;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 2px;\n  }\n  .b1-desc .b1-tick svg {\n    width: 12px;\n    height: 12px;\n    color: #ffffff;\n  }\n\n  \/* ---------- SEO body ---------- *\/\n  .b1-desc .b1-seo {\n    border-top: 1px solid #E5E5E5;\n    padding-top: 24px;\n    margin-top: 8px;\n  }\n  .b1-desc .b1-seo h2 {\n    font-size: 16px;\n    font-weight: 700;\n    margin: 0 0 14px 0;\n    color: #222222;\n    letter-spacing: 0;\n    text-transform: none;\n  }\n  .b1-desc .b1-seo p {\n    font-size: 13.5px;\n    color: #6B6B6B;\n    line-height: 1.7;\n    margin: 0 0 12px 0;\n  }\n\n  \/* ---------- Mobile ---------- *\/\n  @media (max-width: 768px) {\n    .b1-desc .b1-features,\n    .b1-desc .b1-care-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"b1-desc\"\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cp class=\"b1-intro\"\u003e\n    The \u003cstrong\u003eBoston Dual Motor Electric Recliner Chair\u003c\/strong\u003e is a home-theatre-style single recliner upholstered in Rhino fabric, with electric recline, an adjustable headrest, in-arm cup holders, USB charging, hidden arm storage and an LED light strip underneath. A compact one-seat option for movie nights, sport, reading or napping — and a natural pair to the wider Boston range.\n  \u003c\/p\u003e\n\n  \u003c!-- Key Features --\u003e\n  \u003cp class=\"b1-label\"\u003eKey Features\u003c\/p\u003e\n  \u003cdiv class=\"b1-features\"\u003e\n\n    \u003cdiv class=\"b1-card\"\u003e\n      \u003csvg class=\"b1-card-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n        \u003cpolyline points=\"8 12 12 16 16 12\"\u003e\u003c\/polyline\u003e\n        \u003cline x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n      \u003ch3\u003eDual Motor Electric Recline\u003c\/h3\u003e\n      \u003cp\u003eOne motor reclines the backrest and footrest together for a smooth, single-motion recline, while a separate motor lets you adjust the headrest angle independently.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"b1-card\"\u003e\n      \u003csvg class=\"b1-card-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n        \u003cellipse cx=\"12\" cy=\"6\" rx=\"6\" ry=\"2\"\u003e\u003c\/ellipse\u003e\n        \u003cpath d=\"M6 6v6c0 1.1 2.7 2 6 2s6-.9 6-2V6\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M6 12v6c0 1.1 2.7 2 6 2s6-.9 6-2v-6\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch3\u003eIn-Arm Cup Holders \u0026amp; USB\u003c\/h3\u003e\n      \u003cp\u003eTwo built-in cup holders — one in each armrest — plus a USB charging port to keep your phone or tablet powered while you relax.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"b1-card\"\u003e\n      \u003csvg class=\"b1-card-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n        \u003crect x=\"3\" y=\"8\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M11 8V4h2v4\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch3\u003eHidden Arm Storage\u003c\/h3\u003e\n      \u003cp\u003eA discreet storage compartment built into the armrest keeps remotes, glasses or snacks tucked out of sight but within easy reach.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"b1-card\"\u003e\n      \u003csvg class=\"b1-card-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n        \u003cpath d=\"M9 18h6\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 22h4\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 2a7 7 0 0 0-4 12.7c.7.6 1 1.5 1 2.3v1h6v-1c0-.8.3-1.7 1-2.3A7 7 0 0 0 12 2z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch3\u003eLED Ambient Lighting\u003c\/h3\u003e\n      \u003cp\u003eAn LED light strip runs along the base of the chair, casting a soft underglow that adds a home-cinema feel when the main lights are dimmed.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- Material callout --\u003e\n  \u003cdiv class=\"b1-callout\"\u003e\n    \u003ch3\u003eAbout the Rhino Fabric\u003c\/h3\u003e\n    \u003cp\u003eThe Boston is upholstered in Rhino fabric — a smooth, coated upholstery designed for everyday lounge use. The surface wipes down easily with a damp cloth and stands up well to regular wear from movie marathons and reading sessions, while the channel-tufted padding gives the seat a defined, supported feel.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Care instructions --\u003e\n  \u003cp class=\"b1-label\"\u003eCare Instructions\u003c\/p\u003e\n  \u003cdiv class=\"b1-care-grid\"\u003e\n\n    \u003cdiv class=\"b1-care-card\"\u003e\n      \u003cspan class=\"b1-care-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/span\u003e\n      \u003ch3\u003eWipe Down Regularly\u003c\/h3\u003e\n      \u003cp\u003eUse a soft, slightly damp cloth to wipe the upholstery and remove dust and surface marks before they build up.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"b1-care-card\"\u003e\n      \u003cspan class=\"b1-care-emoji\" aria-hidden=\"true\"\u003e🧴\u003c\/span\u003e\n      \u003ch3\u003eSpot Clean Spills\u003c\/h3\u003e\n      \u003cp\u003eFor stubborn marks, use a mild fabric cleaner such as the \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-care-kit\" class=\"mr-link\"\u003eGuardsman Fabric Care Kit\u003c\/a\u003e with a soft cloth.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"b1-care-card\"\u003e\n      \u003cspan class=\"b1-care-emoji\" aria-hidden=\"true\"\u003e🚫\u003c\/span\u003e\n      \u003ch3\u003eAvoid Harsh Cleaners\u003c\/h3\u003e\n      \u003cp\u003eSkip bleach, solvents and abrasive products — they can damage the upholstery's coated finish.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"b1-care-card\"\u003e\n      \u003cspan class=\"b1-care-emoji\" aria-hidden=\"true\"\u003e☀️\u003c\/span\u003e\n      \u003ch3\u003eKeep Out of Direct Sun\u003c\/h3\u003e\n      \u003cp\u003ePosition the chair away from sunny windows where possible, as prolonged direct sunlight can gradually fade the upholstery colour.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- Recommended care products pill row --\u003e\n  \u003cp class=\"b1-label\"\u003eRecommended Care Products\u003c\/p\u003e\n  \u003cdiv class=\"b1-pills\"\u003e\n    \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-care-kit\" class=\"b1-pill\"\u003e\n      \u003cspan aria-hidden=\"true\"\u003e🧴\u003c\/span\u003e\n      \u003cspan\u003eGuardsman Fabric Care Kit\u003c\/span\u003e\n      \u003cspan class=\"b1-pill-arrow\" aria-hidden=\"true\"\u003e→\u003c\/span\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-protector-spray\" class=\"b1-pill\"\u003e\n      \u003cspan aria-hidden=\"true\"\u003e💧\u003c\/span\u003e\n      \u003cspan\u003eGuardsman Fabric Protector Spray\u003c\/span\u003e\n      \u003cspan class=\"b1-pill-arrow\" aria-hidden=\"true\"\u003e→\u003c\/span\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Complete the Set range strip --\u003e\n  \u003cdiv class=\"b1-range\"\u003e\n    \u003cp class=\"b1-range-title\"\u003eComplete the Set — Boston Range\u003c\/p\u003e\n    \u003cdiv class=\"b1-range-items\"\u003e\n      \u003cdiv class=\"b1-range-current\" aria-current=\"page\"\u003eBoston Single Recliner Chair\u003c\/div\u003e\n      \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/boston-2-seater-dual-motor-recliner-lounge\" class=\"b1-range-item\"\u003eBoston 2 Seater Lounge\u003c\/a\u003e\n      \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/boston-3-seater-dual-motor-electric-recliner-lounge\" class=\"b1-range-item\"\u003eBoston 3 Seater Lounge\u003c\/a\u003e\n      \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/boston-3-2-seater-electric-dual-motor-black-recliner-package\" class=\"b1-range-item\"\u003eBoston 3+2 Package (Black)\u003c\/a\u003e\n      \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/boston-3-seater-2-single-electric-dual-motor-charcoal-recliner-package\" class=\"b1-range-item\"\u003eBoston 3+1+1 Package (Black)\u003c\/a\u003e\n      \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/boston-3-2-and-1-seater-electric-dual-motor-black-recliner-package\" class=\"b1-range-item\"\u003eBoston 3+2+1 Package (Black)\u003c\/a\u003e\n      \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/boston-3-2-seater-electric-dual-motor-charcoal-recliner-package\" class=\"b1-range-item\"\u003eBoston 3+2 Package (Charcoal)\u003c\/a\u003e\n      \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/boston-3-seater-2-single-electric-dual-motor-charcoal-recliner-package-1\" class=\"b1-range-item\"\u003eBoston 3+1+1 Package (Charcoal)\u003c\/a\u003e\n      \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/boston-3-2-and-1-seater-electric-dual-motor-charcoal-recliner-package\" class=\"b1-range-item\"\u003eBoston 3+2+1 Package (Charcoal)\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- At a Glance --\u003e\n  \u003cp class=\"b1-label\"\u003eAt a Glance\u003c\/p\u003e\n  \u003cdiv class=\"b1-glance\"\u003e\n\n    \u003cdiv class=\"b1-list-item\"\u003e\n      \u003cspan class=\"b1-tick\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan\u003eSingle-seat electric recliner with dual motors — one motor reclines the backrest and footrest together, the other adjusts the headrest independently.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"b1-list-item\"\u003e\n      \u003cspan class=\"b1-tick\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan\u003eCup holders in both armrests, plus a USB charging port and hidden arm storage compartment.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"b1-list-item\"\u003e\n      \u003cspan class=\"b1-tick\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan\u003eLED ambient light strip along the base of the chair for a home-cinema feel.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"b1-list-item\"\u003e\n      \u003cspan class=\"b1-tick\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan\u003eAvailable in Charcoal or Black Rhino fabric, both clean neutrals that suit modern lounges and media rooms.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"b1-list-item\"\u003e\n      \u003cspan class=\"b1-tick\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan\u003ePairs with the wider Boston range — 2-seater, 3-seater, and 3+2, 3+1+1 and 3+2+1 packages.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- SEO body --\u003e\n  \u003cdiv class=\"b1-seo\"\u003e\n    \u003ch2\u003eBoston Dual Motor Electric Recliner Chair — Full Product Details\u003c\/h2\u003e\n\n    \u003cp\u003eThe Boston Dual Motor Electric Recliner Chair is a home-theatre-style single recliner upholstered in Rhino fabric, with two motors driving the recline mechanism — one reclines the backrest and footrest together for a smooth, single-motion recline, while a separate motor lets you adjust the headrest angle independently. In-arm cup holders, a USB charging port, hidden arm storage and an LED ambient light strip beneath the chair round out a feature set built around longer evenings on the couch.\u003c\/p\u003e\n\n    \u003cp\u003eTwo Rhino fabric colourways are available — Charcoal and Black — both clean, neutral palettes that suit modern lounges, media rooms and home theatres. The Charcoal sits comfortably alongside lighter, scandi-style rooms with white walls and oak furniture, while the Black grounds darker, more traditional setups and pairs naturally with denser timber and moodier accents.\u003c\/p\u003e\n\n    \u003cp\u003eThe Boston Single Recliner is part of a wider range that includes a 2-seater lounge, a 3-seater lounge, and matching 3+2, 3+1+1 and 3+2+1 multi-seat packages, so you can build out a fully coordinated theatre or living-room setup. It pairs naturally with our wider \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/single-recliner-chairs\" class=\"mr-link\"\u003esingle recliners\u003c\/a\u003e and \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/home-theatre-recliners-brisbane-gold-coast\" class=\"mr-link\"\u003ehome theatre recliners\u003c\/a\u003e ranges. Visit any of our five A2Z Furniture stores to view it in person: Rocklea, Sandgate, Bundall (Gold Coast), North Ipswich and Beenleigh.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Black","offer_id":41555502071943,"sku":"BS-1ER-BL","price":799.0,"currency_code":"AUD","in_stock":true},{"title":"Charcoal","offer_id":41555502104711,"sku":"BS-1ER-CH","price":799.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_9rukw79rukw79ruk.png?v=1778477994"},{"product_id":"brooke-single-recliner-chair","title":"Brooke Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.brooke1-desc {\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.brooke1-desc * { box-sizing: border-box; }\n.brooke1-desc p { margin: 0 0 16px 0; }\n.brooke1-desc strong { color: #222222; }\n\n.brooke1-desc .brooke1-section { margin-bottom: 28px; }\n\n.brooke1-desc .brooke1-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin-bottom: 14px;\n}\n\n.brooke1-desc .brooke1-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n\n@media (max-width: 768px) {\n  .brooke1-desc .brooke1-features { grid-template-columns: 1fr; }\n}\n\n.brooke1-desc .brooke1-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.brooke1-desc .brooke1-feature-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.brooke1-desc .brooke1-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.brooke1-desc .brooke1-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.brooke1-desc .brooke1-material-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin-bottom: 28px;\n}\n\n.brooke1-desc .brooke1-material-callout h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px 0;\n}\n\n.brooke1-desc .brooke1-material-callout p {\n  font-size: 15px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n.brooke1-desc .brooke1-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n@media (max-width: 768px) {\n  .brooke1-desc .brooke1-care-grid { grid-template-columns: 1fr; }\n}\n\n.brooke1-desc .brooke1-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.brooke1-desc .brooke1-care-card .brooke1-care-emoji {\n  font-size: 22px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.brooke1-desc .brooke1-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.brooke1-desc .brooke1-care-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.brooke1-desc .brooke1-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 14px 16px;\n  margin-bottom: 28px;\n}\n\n.brooke1-desc .brooke1-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 20px;\n  padding: 6px 12px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  white-space: nowrap;\n  transition: background 0.2s ease;\n}\n\n.brooke1-desc .brooke1-pill:hover {\n  background: #F7EDE3;\n}\n\n.brooke1-desc .brooke1-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.brooke1-desc .brooke1-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.6;\n}\n\n.brooke1-desc .brooke1-tick {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.brooke1-desc .brooke1-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n.brooke1-desc .brooke1-range-strip {\n  background: #2C241B;\n  border-radius: 10px;\n  padding: 20px;\n  margin-bottom: 28px;\n}\n\n.brooke1-desc .brooke1-range-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.5);\n  margin-bottom: 14px;\n}\n\n.brooke1-desc .brooke1-range-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.brooke1-desc .brooke1-range-item {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.85);\n  text-decoration: none;\n  border: 1px solid rgba(255,255,255,0.15);\n  transition: all 0.3s ease;\n  background: transparent;\n}\n\n.brooke1-desc .brooke1-range-item:hover {\n  background: rgba(255,255,255,0.15);\n}\n\n.brooke1-desc .brooke1-range-current {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #fff;\n  border: 1px solid #C2824D;\n  background: transparent;\n}\n\n.brooke1-desc .brooke1-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.brooke1-desc .brooke1-seo h2 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px 0;\n}\n\n.brooke1-desc .brooke1-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 14px 0;\n}\n\n.brooke1-desc .mr-link {\n  color: #C2824D;\n  text-decoration: underline;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 2px;\n  font-weight: 600;\n  white-space: nowrap;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"brooke1-desc\"\u003e\n\u003c!-- 1. Intro --\u003e\n\u003cdiv class=\"brooke1-section\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eBrooke Recliner Chair\u003c\/strong\u003e is a single-seat reclining chair with a manual mechanism, generously padded armrests, and a high cushioned back. Upholstered in waterproof fabric — a practical choice for families, pet owners, and anyone who'd rather not stress about the occasional spill — and finished with contrast stitching that picks out the seams on both colourways. Available in Creme or Black. Ships flat-packed for tool-free home assembly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Key Features Grid --\u003e\n\u003cdiv class=\"brooke1-section\"\u003e\n\u003cdiv class=\"brooke1-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"brooke1-features\"\u003e\n\u003cdiv class=\"brooke1-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brooke1-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cellipse ry=\"6\" rx=\"4\" cy=\"12\" cx=\"15\"\u003e\u003c\/ellipse\u003e\u003cline y2=\"12\" x2=\"11\" y1=\"12\" x1=\"3\"\u003e\u003c\/line\u003e\u003cpolyline points=\"6 8 3 12 6 16\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eManual Recliner\u003c\/h3\u003e\n\u003cp\u003ePull the side handle to recline the backrest and lift the footrest — adjust from upright to reclined for reading, TV, or unwinding after a long day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brooke1-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brooke1-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M12 2 C12 2 6 9 6 14 a6 6 0 0 0 12 0 C18 9 12 2 12 2 z\"\u003e\u003c\/path\u003e\u003cpath opacity=\"0.4\" d=\"M9 14 a3 3 0 0 0 6 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eWaterproof Fabric\u003c\/h3\u003e\n\u003cp\u003eThe upholstery shrugs off everyday spills — water beads on the surface rather than soaking in, giving you a moment to wipe it away before it sets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brooke1-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brooke1-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"3\" height=\"9\" width=\"18\" y=\"9\" x=\"3\"\u003e\u003c\/rect\u003e\u003cpath d=\"M6 9 V7 a3 3 0 0 1 3-3 h6 a3 3 0 0 1 3 3 V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePadded Armrests \u0026amp; Back\u003c\/h3\u003e\n\u003cp\u003eGenerously cushioned pillow-top armrests and a high padded back support the body during longer sessions in the chair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brooke1-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brooke1-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003ccircle r=\"6\" cy=\"12\" cx=\"9\"\u003e\u003c\/circle\u003e\u003ccircle r=\"6\" cy=\"12\" cx=\"15\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eTwo Colour Options\u003c\/h3\u003e\n\u003cp\u003eChoose between warm Creme or sleek Black — both with contrast stitching that picks out the seams and adds a clean tailored line to the chair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Material Callout --\u003e\n\u003cdiv class=\"brooke1-material-callout\"\u003e\n\u003ch3\u003eAbout the Waterproof Fabric\u003c\/h3\u003e\n\u003cp\u003eThe Brooke is upholstered in a waterproof fabric — designed so that liquids bead on the surface rather than soaking through to the cushion below, giving you time to wipe up everyday spills before they set. It's a practical choice for households with kids, pets, or anyone who'd rather not panic over a spilled drink. Soft to the touch, easy to clean with a damp cloth, and built to handle real everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Care Instructions --\u003e\n\u003cdiv class=\"brooke1-section\"\u003e\n\u003cdiv class=\"brooke1-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"brooke1-care-grid\"\u003e\n\u003cdiv class=\"brooke1-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brooke1-care-emoji\"\u003e🧹\u003c\/span\u003e\n\u003ch3\u003eVacuum Regularly\u003c\/h3\u003e\n\u003cp\u003eVacuum weekly with a soft brush attachment to lift dust and crumbs from the seat, back, and seam channels.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brooke1-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brooke1-care-emoji\"\u003e💧\u003c\/span\u003e\n\u003ch3\u003eSpot Clean Spills\u003c\/h3\u003e\n\u003cp\u003eWipe spills immediately with a clean, damp cloth before they have time to set. Use the \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-care-kit\" class=\"mr-link\"\u003eGuardsman Fabric Care Kit\u003c\/a\u003e for deeper marks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brooke1-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brooke1-care-emoji\"\u003e🛡️\u003c\/span\u003e\n\u003ch3\u003eApply Fabric Protector\u003c\/h3\u003e\n\u003cp\u003eApply \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-protector-spray\" class=\"mr-link\"\u003eGuardsman Fabric Protector\u003c\/a\u003e on delivery and reapply periodically to add an extra layer of stain and spill protection over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brooke1-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brooke1-care-emoji\"\u003e☀️\u003c\/span\u003e\n\u003ch3\u003eKeep Out of Direct Sun\u003c\/h3\u003e\n\u003cp\u003ePosition away from prolonged direct sunlight to prevent fading and surface drying over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Recommended Care Products --\u003e\n\u003cdiv class=\"brooke1-pills\"\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-protector-spray\" class=\"brooke1-pill\"\u003e🛡️ Guardsman Fabric Protector →\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-care-kit\" class=\"brooke1-pill\"\u003e🧴 Guardsman Fabric Care Kit →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- 6. At a Glance --\u003e\n\u003cdiv class=\"brooke1-section\"\u003e\n\u003cdiv class=\"brooke1-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"brooke1-list\"\u003e\n\u003cdiv style=\"display: none;\" class=\"brooke1-tick\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"brooke1-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"brooke1-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eWaterproof fabric upholstery in Creme or Black, both finished with contrast stitching.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brooke1-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"brooke1-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eManual recliner with side pull handle — adjust the backrest and footrest from upright to reclined.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brooke1-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"brooke1-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eGenerously padded pillow-top armrests and high cushioned back for support during longer sessions.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brooke1-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"brooke1-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eCompact single-seat footprint suits smaller living rooms, apartments, studies, bedrooms, and reading nooks.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brooke1-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"brooke1-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePairs with the matching Brooke 2 Seater and 3 Seater Recliner Lounges to build a coordinated set.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Complete the Set --\u003e\n\u003cdiv class=\"brooke1-range-strip\"\u003e\n\u003cdiv class=\"brooke1-range-label\"\u003eComplete the Set — Brooke Range\u003c\/div\u003e\n\u003cdiv class=\"brooke1-range-items\"\u003e\n\u003cdiv aria-current=\"page\" class=\"brooke1-range-current\"\u003eBrooke Recliner Chair\u003c\/div\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/brooke-2-seater-recliner-lounge\" class=\"brooke1-range-item\"\u003eBrooke 2 Seater Recliner Lounge\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/brooke-3-seater-recliner-lounge\" class=\"brooke1-range-item\"\u003eBrooke 3 Seater Recliner Lounge\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. SEO Body Copy --\u003e\n\u003cdiv class=\"brooke1-seo\"\u003e\n\u003ch2\u003eBrooke Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Brooke Recliner Chair is a single-seat reclining chair built for everyday use — a manual mechanism on the side handle adjusts the backrest and footrest from upright to fully reclined, generously cushioned pillow-top armrests run the length of the chair, and the high padded back supports you across longer sessions reading, watching TV, or unwinding at the end of the day. The whole chair is upholstered in waterproof fabric — designed so that liquids bead on the surface rather than soaking in, which gives you time to wipe up everyday spills before they set. That makes for a practical choice in households with kids, pets, or anyone who'd rather not stress about a spilled drink.\u003c\/p\u003e\n\u003cp\u003eThe Brooke is offered in two colourways. Creme is a warm, neutral taupe that brings light into a room and pairs easily with timber tones, oat and cream textiles, and softer scandinavian palettes. Black is a sleek, contemporary finish that anchors moodier rooms with strong contrast — sitting comfortably alongside chrome, white, navy, or grey accents. Both colourways are finished with contrast stitching that traces the seams and adds a clean tailored line to the chair.\u003c\/p\u003e\n\u003cp\u003eThe single-seat footprint suits smaller living rooms, apartments, studies, bedrooms, or quiet reading nooks — somewhere you can carve out a dedicated lounging spot without committing to a full sofa. It pairs with the matching \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/brooke-2-seater-recliner-lounge\" class=\"mr-link\"\u003eBrooke 2 Seater Recliner Lounge\u003c\/a\u003e and \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/brooke-3-seater-recliner-lounge\" class=\"mr-link\"\u003eBrooke 3 Seater Recliner Lounge\u003c\/a\u003e to build a coordinated suite across the same range. See it in person at our Rocklea, Virginia, Bundall (Gold Coast), North Ipswich, and Beenleigh showrooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Brooke Creme","offer_id":41555608109191,"sku":"BR-1RR-CR","price":399.0,"currency_code":"AUD","in_stock":true},{"title":"Brooke Black","offer_id":41555608076423,"sku":"BR-1RR-BL","price":399.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/brooke-recliner-chair-the-a2z-furniture-1-97456.png?v=1776395931"},{"product_id":"ballarat-single-recliner-chair","title":"Ballarat Recliner Chair","description":"\u003ch1 data-sourcepos=\"1:1-1:50\"\u003e\u003cstrong\u003eBallarat Recliner Chair: Relax in Luxury\u003c\/strong\u003e\u003c\/h1\u003e\n\u003cp data-sourcepos=\"5:1-5:214\"\u003eThe A2Z Furniture is proud to offer the Ballarat Recliner Chair, perfect for unwinding after a long day. This luxurious recliner features plush black suede fabric upholstery for ultimate comfort and style.\u003c\/p\u003e\n\u003cp data-sourcepos=\"7:1-7:17\"\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul data-sourcepos=\"9:1-13:0\"\u003e\n\u003cli data-sourcepos=\"9:1-9:91\"\u003e\n\u003cstrong\u003eManual reclining mechanism:\u003c\/strong\u003e Effortlessly adjust your position for optimal relaxation.\u003c\/li\u003e\n\u003cli data-sourcepos=\"10:1-10:57\"\u003e\n\u003cstrong\u003eBlack suede fabric:\u003c\/strong\u003e Luxurious and easy to maintain.\u003c\/li\u003e\n\u003cli data-sourcepos=\"11:1-11:71\"\u003e\n\u003cstrong\u003eFlat-packed for easy assembly:\u003c\/strong\u003e Enjoy a hassle-free setup process.\u003c\/li\u003e\n\u003cli data-sourcepos=\"12:1-13:0\"\u003e\n\u003cstrong\u003eAvailable in multiple configurations:\u003c\/strong\u003e Choose from a recliner chair, \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/ballarat-2-seater-recliner-lounge\" title=\"Ballarat 2 Seater Recliner Lounge\"\u003e2 seater\u003c\/a\u003e, \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/ballarat-3-seater-recliner-lounge\" title=\"Ballarat 3 Seater Recliner Lounge\"\u003e3 seater\u003c\/a\u003e, or a \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/ballarat-recliner-lounge-black-suede\" title=\"Ballarat Recliner Lounge Suite\"\u003ecomplete lounge suite\u003c\/a\u003e to match your needs.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-sourcepos=\"14:1-14:47\"\u003e\u003cstrong\u003eBrisbane \u0026amp; Gold Coast's Comfort Experts\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-sourcepos=\"16:1-16:211\"\u003e\u003ca href=\"https:\/\/thea2zfurniture.com\/pages\/contact-us\" title=\"Store Locations\"\u003eVisit our A2Z Furniture stores in Brisbane or Gold Coast\u003c\/a\u003e to experience the Ballarat Recliner Chair firsthand. We also offer delivery to Sunshine Coast, Toowoomba, Ipswich, and Logan Regions for your convenience.\u003c\/p\u003e\n\u003cp data-sourcepos=\"18:1-18:69\"\u003e\u003cstrong\u003eUpgrade your living space with the Ballarat Recliner Chair today!\u003c\/strong\u003e\u003c\/p\u003e","brand":"The A2Z Furniture","offers":[{"title":"Default Title","offer_id":41788487204999,"sku":"BA-1RR-BL","price":449.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/ballarat-recliner-chair-the-a2z-furniture-1_2.png?v=1778478028"},{"product_id":"sutton-recliner-chair-black-air-leather","title":"Sutton Rocker Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.sut-desc {\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.sut-desc * { box-sizing: border-box; }\n.sut-desc p { margin: 0 0 16px 0; }\n.sut-desc strong { color: #222222; }\n\n.sut-desc .sut-section { margin-bottom: 28px; }\n\n.sut-desc .sut-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin-bottom: 14px;\n}\n\n.sut-desc .sut-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n\n@media (max-width: 768px) {\n  .sut-desc .sut-features { grid-template-columns: 1fr; }\n}\n\n.sut-desc .sut-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.sut-desc .sut-feature-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.sut-desc .sut-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.sut-desc .sut-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.sut-desc .sut-tech-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n}\n\n@media (max-width: 768px) {\n  .sut-desc .sut-tech-grid { grid-template-columns: 1fr 1fr; }\n}\n\n@media (max-width: 480px) {\n  .sut-desc .sut-tech-grid { grid-template-columns: 1fr; }\n}\n\n.sut-desc .sut-tech-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px;\n  text-align: center;\n}\n\n.sut-desc .sut-tech-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: flex;\n  justify-content: center;\n}\n\n.sut-desc .sut-tech-card h3 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n  letter-spacing: 0.03em;\n}\n\n.sut-desc .sut-tech-card p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.5;\n}\n\n.sut-desc .sut-material-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin-bottom: 28px;\n}\n\n.sut-desc .sut-material-callout h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px 0;\n}\n\n.sut-desc .sut-material-callout p {\n  font-size: 15px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n.sut-desc .sut-care-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 28px;\n}\n\n.sut-desc .sut-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 10px 14px;\n  border-radius: 999px;\n  font-size: 13.5px;\n  font-weight: 600;\n  text-decoration: none;\n  line-height: 1.3;\n}\n\n.sut-desc .sut-pill-ok {\n  background: #F7EDE3;\n  border: 1.5px solid #C2824D;\n  color: #2C241B;\n}\n\n.sut-desc .sut-pill-ok:hover {\n  background: #EFE0CF;\n}\n\n.sut-desc .sut-pill-warn {\n  background: #FBEDED;\n  border: 1.5px solid #C97373;\n  color: #6B2D2D;\n}\n\n.sut-desc .sut-pill-tick,\n.sut-desc .sut-pill-cross {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 18px;\n  height: 18px;\n  border-radius: 50%;\n  font-size: 12px;\n  font-weight: 700;\n  flex-shrink: 0;\n}\n\n.sut-desc .sut-pill-tick {\n  background: #C2824D;\n  color: #fff;\n}\n\n.sut-desc .sut-pill-cross {\n  background: #C97373;\n  color: #fff;\n}\n\n.sut-desc .sut-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n@media (max-width: 768px) {\n  .sut-desc .sut-care-grid { grid-template-columns: 1fr; }\n}\n\n.sut-desc .sut-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.sut-desc .sut-care-card .sut-care-emoji {\n  font-size: 22px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.sut-desc .sut-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.sut-desc .sut-care-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.sut-desc .sut-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.sut-desc .sut-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.6;\n}\n\n.sut-desc .sut-tick {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.sut-desc .sut-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n.sut-desc .sut-related-strip {\n  background: #2C241B;\n  border-radius: 10px;\n  padding: 20px;\n  margin-bottom: 28px;\n}\n\n.sut-desc .sut-related-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.5);\n  margin-bottom: 14px;\n}\n\n.sut-desc .sut-related-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.sut-desc .sut-related-item {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.85);\n  text-decoration: none;\n  border: 1px solid rgba(255,255,255,0.15);\n  transition: all 0.3s ease;\n  background: transparent;\n}\n\n.sut-desc .sut-related-item:hover {\n  background: rgba(255,255,255,0.15);\n}\n\n.sut-desc .sut-related-current {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #fff;\n  border: 1px solid #C2824D;\n  background: transparent;\n}\n\n.sut-desc .sut-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.sut-desc .sut-seo h2 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px 0;\n}\n\n.sut-desc .sut-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 14px 0;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"sut-desc\"\u003e\n\u003c!-- 1. Intro --\u003e\n\u003cdiv class=\"sut-section\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eSutton Rocker Recliner Chair\u003c\/strong\u003e is a single-seat manual recliner chair upholstered in soft, breathable \u003cstrong\u003eblack air leather\u003c\/strong\u003e — with a \u003cstrong\u003ebuilt-in rocker function\u003c\/strong\u003e that lets you gently rock back and forth in addition to reclining. Pull the side handle to extend the footrest and tilt the back, or simply settle in and rock — perfect for evening unwinding, baby-soothing duty, or quiet reading time. The chair features padded \u003cstrong\u003epillow-top armrests\u003c\/strong\u003e and a generously padded back for full lumbar and shoulder support. Pairs with the matching \u003cstrong\u003eSutton 2 Seater\u003c\/strong\u003e and \u003cstrong\u003e3 Seater Air Leather Recliner Lounges\u003c\/strong\u003e for a coordinated lounge suite. Delivered flat-packed for easy assembly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Tech Features Grid --\u003e\n\u003cdiv class=\"sut-section\"\u003e\n\u003cdiv class=\"sut-label\"\u003eFeatures at a Glance\u003c\/div\u003e\n\u003cdiv class=\"sut-tech-grid\"\u003e\n\u003cdiv class=\"sut-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sut-tech-icon\"\u003e \u003c!-- Air leather: square with airy\/dotted pattern --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 8 Q12 6 17 8\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 12 Q12 10 17 12\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 16 Q12 14 17 16\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eAir Leather Upholstery\u003c\/h3\u003e\n\u003cp\u003eSoft, breathable air leather in elegant black — the leather-look feel without the price tag, easy to wipe clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sut-tech-icon\"\u003e \u003c!-- Manual recliner: chair in reclined position with extended footrest --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M5 16 L5 6 L9 6\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 16 L20 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6 L9 12 L20 12 L20 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 12 L4 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eManual Recliner\u003c\/h3\u003e\n\u003cp\u003eSmooth manual recliner mechanism with extending footrest — pull the side handle, kick back, no power outlet required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sut-tech-icon\"\u003e \u003c!-- Rocker: chair with curved base + motion arrows --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M7 16 L7 7 Q7 5 9 5 L15 5 Q17 5 17 7 L17 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 18 Q12 22 21 18\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 14 L3 14 M3 14 L4 12.5\"\u003e\u003c\/path\u003e\u003cpath d=\"M19 14 L21 14 M21 14 L20 12.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eRocker Function\u003c\/h3\u003e\n\u003cp\u003eGentle rocking motion in addition to recline — perfect for evening unwinding, soothing the kids, or just settling into a slower pace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sut-tech-icon\"\u003e \u003c!-- Pillow-top armrest --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M4 16 Q4 9 8 9 L16 9 Q20 9 20 16 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 9 Q12 7 16 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePillow-Top Armrests\u003c\/h3\u003e\n\u003cp\u003eGenerously padded, rounded armrests provide plush support for forearms during long lounging sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sut-tech-icon\"\u003e \u003c!-- Padded back --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M4 20 L4 8 Q4 4 8 4 L16 4 Q20 4 20 8 L20 20 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 12 Q12 10 20 12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePadded Back\u003c\/h3\u003e\n\u003cp\u003eGenerously padded back cushion delivers full lumbar and shoulder support, with a moulded headrest at the top.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sut-tech-icon\"\u003e \u003c!-- Flat pack: box with arrow --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"1.5\" height=\"14\" width=\"16\" y=\"6\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M4 10 L20 10\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 14 L11 16 L15 12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eFlat-Pack Delivery\u003c\/h3\u003e\n\u003cp\u003eDelivered flat-packed in a compact box for easy transport and assembly — fits through narrow doorways and apartment stairwells.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Key Features Grid --\u003e\n\u003cdiv class=\"sut-section\"\u003e\n\u003cdiv class=\"sut-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"sut-features\"\u003e\n\u003cdiv class=\"sut-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sut-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 12 Q12 10 17 12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eBlack Air Leather Upholstery\u003c\/h3\u003e\n\u003cp\u003eThe Sutton Rocker is wrapped in soft, breathable air leather — a leather-look upholstery that delivers the premium aesthetic of leather without the genuine-leather price tag. Easy to wipe clean, breathable for warmer Queensland days, and ideal for households with kids, pets, or anyone who wants low-maintenance upholstery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sut-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M7 16 L7 7 Q7 5 9 5 L15 5 Q17 5 17 7 L17 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 18 Q12 22 21 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eManual Recliner with Built-In Rocker\u003c\/h3\u003e\n\u003cp\u003eThe Sutton Rocker combines two motions in one chair. Pull the side handle and the footrest extends with the back tilting back — full recliner mode. Or simply settle in and let the chair rock gently back and forth — perfect for evening unwinding, soothing little ones, or just settling into a slower pace. Push back to return upright. No cables, no remotes, no batteries.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sut-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M4 16 Q4 9 8 9 L16 9 Q20 9 20 16 Z\"\u003e\u003c\/path\u003e\u003cline y2=\"13\" x2=\"18\" y1=\"13\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePillow-Top Armrests \u0026amp; Padded Back\u003c\/h3\u003e\n\u003cp\u003ePadded pillow-top armrests give your forearms plush, rounded support — the kind of detail that makes a real difference over long sessions. The back cushion is generously padded with a moulded headrest at the top, delivering full lumbar and shoulder support consistent with the rest of the Sutton range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sut-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"1\" height=\"9\" width=\"6\" y=\"9\" x=\"3\"\u003e\u003c\/rect\u003e\u003crect rx=\"1\" height=\"12\" width=\"11\" y=\"6\" x=\"11\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePairs with the Sutton Range\u003c\/h3\u003e\n\u003cp\u003eUse the Sutton Rocker as a standalone accent piece, or pair it with the matching \u003cstrong\u003eSutton 2 Seater\u003c\/strong\u003e and \u003cstrong\u003e3 Seater Air Leather Recliner Lounges\u003c\/strong\u003e for a complete coordinated lounge suite. Same air leather, same pillow-top armrests across the range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Material Callout --\u003e\n\u003cdiv class=\"sut-material-callout\"\u003e\n\u003ch3\u003eAbout the Materials\u003c\/h3\u003e\n\u003cp\u003eThe Sutton Rocker is upholstered in soft, breathable black air leather over a \u003cstrong\u003ehardwood-and-plywood frame with metal reinforcement\u003c\/strong\u003e, supported by \u003cstrong\u003ewebbing and zig-zag springs over high-density foam\u003c\/strong\u003e, with a manual recliner mechanism, built-in rocker function, padded pillow-top armrests, and a generously padded back with moulded headrest. Air leather is a synthetic upholstery designed for the leather look at an accessible price point — it wipes clean easily, breathes well, and stands up to everyday family use, but requires different care from real leather (see the care section below).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Care Products Pill Row --\u003e\n\u003cdiv class=\"sut-section\"\u003e\n\u003cdiv class=\"sut-label\"\u003eRecommended Care Products\u003c\/div\u003e\n\u003cdiv class=\"sut-care-pills\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-proguard-care-kit\" class=\"sut-pill sut-pill-ok\" target=\"_blank\"\u003e \u003cspan aria-hidden=\"true\" class=\"sut-pill-tick\"\u003e✓\u003c\/span\u003e \u003cspan\u003eGuardsman ProGuard Care Kit — recommended for air leather\u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv aria-label=\"Not suitable for this product\" class=\"sut-pill sut-pill-warn\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sut-pill-cross\"\u003e✗\u003c\/span\u003e \u003cspan\u003eGuardsman Leather Care Kit — not for air leather\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Care Instructions --\u003e\n\u003cdiv class=\"sut-section\"\u003e\n\u003cdiv class=\"sut-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"sut-care-grid\"\u003e\n\u003cdiv class=\"sut-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sut-care-emoji\"\u003e🧽\u003c\/span\u003e\n\u003ch3\u003eWipe Clean Weekly\u003c\/h3\u003e\n\u003cp\u003eWipe the air leather down weekly with a soft, slightly damp microfibre cloth to lift dust and surface marks. Buff dry with a second clean cloth. Air leather doesn't need conditioning the way real leather does, but a gentle wipe-down keeps it looking sharp.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sut-care-emoji\"\u003e💧\u003c\/span\u003e\n\u003ch3\u003eSpot-Clean Spills Promptly\u003c\/h3\u003e\n\u003cp\u003eBlot spills immediately with a clean white microfibre cloth — never rub. Most spills wipe straight off air leather. Avoid harsh solvents, bleach, acetone, and ammonia-based cleaners, which can break down the surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sut-care-emoji\"\u003e☀️\u003c\/span\u003e\n\u003ch3\u003eAvoid Direct Sunlight\u003c\/h3\u003e\n\u003cp\u003eKeep the chair out of prolonged direct sunlight — UV exposure can fade air leather and cause the surface to crack or peel over time. Pull curtains during peak Brisbane sun hours and consider sheer window coverings if your room gets strong afternoon light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sut-care-emoji\"\u003e🧴\u003c\/span\u003e\n\u003ch3\u003eUse ProGuard, Not Leather Care\u003c\/h3\u003e\n\u003cp\u003eUse Guardsman \u003cstrong\u003eProGuard Care Kit\u003c\/strong\u003e for air leather — it's formulated for synthetic leather surfaces. \u003cstrong\u003eDo not use the Guardsman Leather Care Kit\u003c\/strong\u003e on this chair; it's designed for real leather and contains conditioners that can damage air leather.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. At a Glance --\u003e\n\u003cdiv class=\"sut-section\"\u003e\n\u003cdiv class=\"sut-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"sut-list\"\u003e\n\u003cdiv class=\"sut-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"sut-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSingle-seat rocker recliner chair upholstered in soft black air leather.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"sut-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSmooth manual recliner mechanism with side pull-handle and extending footrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"sut-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eBuilt-in rocker function — gentle rocking motion in addition to recline.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"sut-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePadded pillow-top armrests for plush forearm support.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"sut-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eGenerously padded back with moulded headrest for full lumbar and shoulder support.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"sut-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eHardwood-and-plywood frame with metal reinforcement; webbing and zig-zag springs over high-density foam.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"sut-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eCompact single-seat footprint — fits reading nooks and accent corners.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"sut-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePairs with the Sutton 2 Seater and 3 Seater Air Leather Recliner Lounges.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"sut-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eUse Guardsman ProGuard Care Kit for protection — not the Leather Care Kit.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sut-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"sut-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eDelivered flat-packed for easy transport and assembly.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. Range Strip --\u003e\n\u003cdiv class=\"sut-related-strip\"\u003e\n\u003cdiv class=\"sut-related-label\"\u003eSutton Air Leather Recliner Range\u003c\/div\u003e\n\u003cdiv class=\"sut-related-items\"\u003e\n\u003cdiv aria-current=\"page\" class=\"sut-related-current\"\u003eSutton Rocker Recliner Chair\u003c\/div\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/sutton-2-seater-air-leather-recliner-lounge\" class=\"sut-related-item\"\u003eSutton 2 Seater Lounge\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/sutton-3-seater-air-leather-manual-recliner-lounge\" class=\"sut-related-item\"\u003eSutton 3 Seater Lounge\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 9. SEO Body Copy --\u003e\n\u003cdiv class=\"sut-seo\"\u003e\n\u003ch2\u003eSutton Rocker Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Sutton Rocker Recliner Chair is a single-seat manual recliner upholstered in soft, breathable black air leather — with a built-in rocker function that sets it apart from a standard recliner. Pull the side handle and the footrest extends with the back tilting into full lounge mode. Or skip the recline and just settle in to rock gently back and forth — soothing motion that's perfect for evening unwinding, settling restless little ones, quiet reading time, or just slowing down the pace at the end of a long day. Push back to return upright. The chair features padded pillow-top armrests for plush forearm support and a generously padded back with a moulded headrest, delivering full lumbar and shoulder support consistent with the rest of the Sutton range.\u003c\/p\u003e\n\u003cp\u003eUse the Sutton Rocker as a standalone accent piece in a reading nook or living-room corner, or pair it with the matching \u003cstrong\u003eSutton 2 Seater\u003c\/strong\u003e and \u003cstrong\u003e3 Seater Air Leather Recliner Lounges\u003c\/strong\u003e for a complete coordinated lounge suite — same air leather, same pillow-top armrests across the range. The chair is delivered flat-packed in a compact box for easy transport up apartment stairs and through narrow doorways, with quick, tool-free assembly at home. Air leather is a synthetic upholstery — it wipes clean easily, breathes well, and handles everyday family use, but it needs different care from real leather: wipe down weekly with a slightly damp microfibre cloth, blot spills promptly, keep the chair out of prolonged direct sunlight (UV can fade and crack air leather over time), and use the \u003cstrong\u003eGuardsman ProGuard Care Kit\u003c\/strong\u003e for ongoing protection — not the Guardsman Leather Care Kit, which is formulated for real leather and can damage synthetic surfaces.\u003c\/p\u003e\n\u003cp\u003eSee the Sutton Rocker Recliner Chair in person across our five South-East Queensland showrooms — Rocklea, Virginia, North Ipswich, Beenleigh, and Bundall on the Gold Coast. Sit in it, try the rocker motion, pull the recliner handle, and try it alongside the matching 2 Seater and 3 Seater to picture the full Sutton lounge suite. Our team can talk you through bundle pricing, lead times, and delivery to your suburb. Visit any A2Z Furniture showroom or shop online for fast Brisbane and Gold Coast delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Default Title","offer_id":42257921605767,"sku":"SU-1RR-BL","price":449.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Sutton-1-seater-leather-recliner.png?v=1778478432"},{"product_id":"armdale-genuine-leather-electric-recliner","title":"Armdale Leather Electric Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.arm-desc {\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.arm-desc * { box-sizing: border-box; }\n.arm-desc p { margin: 0 0 16px 0; }\n.arm-desc strong { color: #222222; }\n\n.arm-desc .arm-section { margin-bottom: 28px; }\n\n.arm-desc .arm-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin-bottom: 14px;\n}\n\n.arm-desc .arm-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n\n@media (max-width: 768px) {\n  .arm-desc .arm-features { grid-template-columns: 1fr; }\n}\n\n.arm-desc .arm-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.arm-desc .arm-feature-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.arm-desc .arm-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.arm-desc .arm-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.arm-desc .arm-tech-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 10px;\n}\n\n@media (max-width: 480px) {\n  .arm-desc .arm-tech-grid { grid-template-columns: 1fr; }\n}\n\n.arm-desc .arm-tech-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px;\n  text-align: center;\n}\n\n.arm-desc .arm-tech-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: flex;\n  justify-content: center;\n}\n\n.arm-desc .arm-tech-card h3 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n  letter-spacing: 0.03em;\n}\n\n.arm-desc .arm-tech-card p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.5;\n}\n\n.arm-desc .arm-material-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin-bottom: 28px;\n}\n\n.arm-desc .arm-material-callout h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px 0;\n}\n\n.arm-desc .arm-material-callout p {\n  font-size: 15px;\n  color: #222222;\n  margin: 0 0 10px 0;\n  line-height: 1.7;\n}\n\n.arm-desc .arm-material-callout p:last-child { margin-bottom: 0; }\n\n.arm-desc .arm-colours {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 16px;\n  margin-bottom: 8px;\n}\n\n.arm-desc .arm-colour-item {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 6px;\n}\n\n.arm-desc .arm-swatch {\n  width: 48px;\n  height: 48px;\n  border-radius: 50%;\n  border: 1.5px solid rgba(0,0,0,0.08);\n  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4);\n}\n\n.arm-desc .arm-swatch-label {\n  font-size: 12px;\n  color: #222222;\n  font-weight: 600;\n}\n\n.arm-desc .arm-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n@media (max-width: 768px) {\n  .arm-desc .arm-care-grid { grid-template-columns: 1fr; }\n}\n\n.arm-desc .arm-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.arm-desc .arm-care-card .arm-care-emoji {\n  font-size: 22px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.arm-desc .arm-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.arm-desc .arm-care-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.arm-desc .arm-care-kit-row {\n  background: #F7EDE3;\n  border: 1.5px solid #C2824D;\n  border-radius: 8px;\n  padding: 14px 18px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 12px;\n  flex-wrap: wrap;\n  margin-top: 14px;\n}\n\n.arm-desc .arm-care-kit-text {\n  flex: 1;\n  min-width: 200px;\n}\n\n.arm-desc .arm-care-kit-text strong {\n  display: block;\n  font-size: 14px;\n  color: #2C241B;\n  margin-bottom: 2px;\n}\n\n.arm-desc .arm-care-kit-text span {\n  font-size: 13px;\n  color: #6B6B6B;\n}\n\n.arm-desc .arm-care-kit-btn {\n  background: #C2824D;\n  color: #FFF !important;\n  padding: 8px 18px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 700;\n  text-decoration: none;\n  letter-spacing: 0.03em;\n  white-space: nowrap;\n}\n\n.arm-desc .arm-care-kit-btn:hover {\n  background: #A66D3D;\n}\n\n.arm-desc .arm-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.arm-desc .arm-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.6;\n}\n\n.arm-desc .arm-tick {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.arm-desc .arm-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n.arm-desc .arm-range-strip {\n  background: #2C241B;\n  border-radius: 8px;\n  padding: 20px 24px;\n  margin-bottom: 28px;\n}\n\n.arm-desc .arm-range-strip h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 12px 0;\n}\n\n.arm-desc .arm-range-pills {\n  display: flex;\n  gap: 12px;\n  flex-wrap: wrap;\n}\n\n.arm-desc .arm-range-pill {\n  padding: 8px 16px;\n  border-radius: 999px;\n  font-size: 13px;\n  font-weight: 600;\n  border: 1.5px solid #C2824D;\n  transition: all 0.2s;\n  text-decoration: none;\n  display: inline-block;\n}\n\n.arm-desc .arm-range-pill.current {\n  background: #C2824D;\n  color: #FFF;\n}\n\n.arm-desc .arm-range-pill:not(.current) {\n  background: transparent;\n  color: #C2824D;\n}\n\n.arm-desc .arm-range-pill:not(.current):hover {\n  background: rgba(194, 130, 77, 0.1);\n}\n\n.arm-desc .arm-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.arm-desc .arm-seo h2 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px 0;\n}\n\n.arm-desc .arm-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 14px 0;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"arm-desc\"\u003e\n\u003c!-- 1. Intro --\u003e\n\u003cdiv class=\"arm-section\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eArmdale Genuine Leather Electric Recliner Chair\u003c\/strong\u003e brings hands-free comfort to your living room. Press the button on the side panel and the footrest glides out, the back tilts to your preferred angle, and the chair holds the position for as long as you need it. A built-in USB port lets you keep your phone charged within arm's reach, no need to leave the seat. Wrapped in genuine leather throughout and available in \u003cstrong\u003eBlack\u003c\/strong\u003e and \u003cstrong\u003eSilver\u003c\/strong\u003e, the Armdale pairs modern power features with the warmth of real leather.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Tech Features Grid --\u003e\n\u003cdiv class=\"arm-section\"\u003e\n\u003cdiv class=\"arm-label\"\u003eFeatures at a Glance\u003c\/div\u003e\n\u003cdiv class=\"arm-tech-grid\"\u003e\n\u003cdiv class=\"arm-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"arm-tech-icon\"\u003e \u003c!-- Power button \/ electric recline --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M12 4 L12 12\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 7 Q 4 10, 4 14 Q 4 19, 9 20.5 Q 15 22, 19 18 Q 22 14, 19 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eElectric Reclining\u003c\/h3\u003e\n\u003cp\u003eSmooth motorised recline at the push of a button — adjust the back and footrest to any position and hold it there.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arm-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"arm-tech-icon\"\u003e \u003c!-- USB charging port --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M12 18 L12 8\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 11 L12 8 L15 11\"\u003e\u003c\/path\u003e\u003ccircle fill=\"currentColor\" r=\"0.8\" cy=\"13\" cx=\"9\"\u003e\u003c\/circle\u003e\u003crect height=\"2\" width=\"2\" y=\"13\" x=\"11\"\u003e\u003c\/rect\u003e\u003crect rx=\"0.5\" height=\"3\" width=\"10\" y=\"18\" x=\"7\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eUSB Charging Port\u003c\/h3\u003e\n\u003cp\u003eBuilt-in USB port on the side panel keeps your phone or tablet powered while you relax — no reaching for a wall outlet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arm-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"arm-tech-icon\"\u003e \u003c!-- Genuine leather --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003ccircle r=\"8\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 11 L11 13 L15 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eGenuine Leather\u003c\/h3\u003e\n\u003cp\u003eReal leather upholstery throughout — softens with use, breathes naturally, and outlasts synthetic alternatives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arm-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"arm-tech-icon\"\u003e \u003c!-- Pillow headrest --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"3\" height=\"10\" width=\"18\" y=\"6\" x=\"3\"\u003e\u003c\/rect\u003e\u003cpath opacity=\"0.3\" d=\"M7 11 L17 11\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePillow-Top Headrest\u003c\/h3\u003e\n\u003cp\u003ePlump padded headrest cradles your head and neck whether the chair is upright or fully reclined.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Key Features Grid --\u003e\n\u003cdiv class=\"arm-section\"\u003e\n\u003cdiv class=\"arm-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"arm-features\"\u003e\n\u003cdiv class=\"arm-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"arm-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M12 4 L12 12\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 7 Q 4 10, 4 14 Q 4 19, 9 20.5 Q 15 22, 19 18 Q 22 14, 19 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eOne-Touch Electric Recline\u003c\/h3\u003e\n\u003cp\u003eThe Armdale's headline feature is the powered recline mechanism. Unlike manual lever recliners that lock into preset positions, the electric motor lets you stop at any angle in between — so you can fine-tune the back tilt and footrest extension exactly the way you want them. The motion is slow, quiet, and consistent every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arm-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"arm-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M12 18 L12 8\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 11 L12 8 L15 11\"\u003e\u003c\/path\u003e\u003crect rx=\"0.5\" height=\"3\" width=\"10\" y=\"18\" x=\"7\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eUSB Charging Built In\u003c\/h3\u003e\n\u003cp\u003eThe integrated USB port turns the Armdale into a no-compromise relaxation seat. Plug your phone in for a long film, charge a tablet for reading, or keep your wireless earbuds topped up — all without standing up to find a wall socket. The port sits on the side control panel, easy to reach without breaking your position.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arm-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"arm-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 11 L11 13 L15 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePremium Genuine Leather\u003c\/h3\u003e\n\u003cp\u003eReal leather has practical advantages over synthetic alternatives — it breathes through Queensland's heat, softens where you sit most often, and avoids the cracking and peeling that PU and bonded leathers eventually develop. Tonal stitching keeps the leather as the visual focus across the whole chair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arm-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"arm-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"1\" height=\"12\" width=\"6\" y=\"6\" x=\"4\"\u003e\u003c\/rect\u003e\u003crect rx=\"1\" height=\"12\" width=\"6\" y=\"6\" x=\"14\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eComplete the Set\u003c\/h3\u003e\n\u003cp\u003eThe Armdale Recliner Chair pairs naturally with the Armdale 3 Seater Electric Recliner Lounge — same leather, same power features, same design language. Add the matching three-seater and you've got a coordinated home theatre setup with electric reclining for the whole household.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Material Callout --\u003e\n\u003cdiv class=\"arm-material-callout\"\u003e\n\u003ch3\u003eGenuine Leather Upholstery\u003c\/h3\u003e\n\u003cp\u003eThe Armdale is upholstered in genuine leather throughout — including the back, sides, and footrest sections. Real leather has practical benefits that synthetic alternatives can't replicate: it breathes during hot summers, softens at the contact points where you sit most often, and avoids the cracking and peeling common to PU and bonded leathers. Tonal stitching is colour-matched to each variant for a tailored finish that lets the leather itself stay the focal point.\u003c\/p\u003e\n\u003cp\u003eGenuine leather rewards a little routine care. Keep it out of direct sunlight, dust regularly, and condition every six to twelve months — particularly important in Queensland, where humidity can pull moisture in and out of the hide.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Colour Options --\u003e\n\u003cdiv class=\"arm-section\"\u003e\n\u003cdiv class=\"arm-label\"\u003eColour Options\u003c\/div\u003e\n\u003cdiv class=\"arm-colours\"\u003e\n\u003cdiv class=\"arm-colour-item\"\u003e\n\u003cdiv aria-label=\"Black\" style=\"background: linear-gradient(135deg, #2A2A2A 0%, #0F0F0F 100%);\" class=\"arm-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"arm-swatch-label\"\u003eBlack\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arm-colour-item\"\u003e\n\u003cdiv aria-label=\"Silver\" style=\"background: linear-gradient(135deg, #DCDCDC 0%, #B0B0B0 100%);\" class=\"arm-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"arm-swatch-label\"\u003eSilver\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 12.5px; color: #6b6b6b; margin-top: 8px;\"\u003eSwatch colours are approximate — see the Armdale in person at any A2Z Furniture showroom for accurate leather colour matching.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Care Instructions --\u003e\n\u003cdiv class=\"arm-section\"\u003e\n\u003cdiv class=\"arm-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"arm-care-grid\"\u003e\n\u003cdiv class=\"arm-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"arm-care-emoji\"\u003e🧹\u003c\/span\u003e\n\u003ch3\u003eDust Regularly\u003c\/h3\u003e\n\u003cp\u003eWipe the leather weekly with a clean, dry microfibre cloth to lift dust before it settles into seams and stitching lines. Avoid feather dusters that can scratch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arm-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"arm-care-emoji\"\u003e💧\u003c\/span\u003e\n\u003ch3\u003eSpot-Clean Spills Promptly\u003c\/h3\u003e\n\u003cp\u003eBlot spills immediately with a clean white cloth — never rub. Avoid water, soap, baby wipes, or generic cleaners. Use only leather-safe products. Test on a hidden area first.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arm-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"arm-care-emoji\"\u003e☀️\u003c\/span\u003e\n\u003ch3\u003eAvoid Direct Sunlight\u003c\/h3\u003e\n\u003cp\u003ePosition the Armdale out of direct sunlight to prevent fading and drying. In Queensland, this matters even more — UV exposure can dry leather and dull the colour.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arm-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"arm-care-emoji\"\u003e🧴\u003c\/span\u003e\n\u003ch3\u003eCondition Regularly\u003c\/h3\u003e\n\u003cp\u003eApply a quality leather conditioner every six to twelve months to keep the hide supple. Conditioned leather resists cracking and maintains its tone for the long haul.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Leather Care Kit pill row --\u003e\n\u003cdiv class=\"arm-care-kit-row\"\u003e\n\u003cdiv class=\"arm-care-kit-text\"\u003e\n\u003cstrong\u003eRecommended: Guardsman Leather Care Kit\u003c\/strong\u003e \u003cspan\u003eCleaner + conditioner formulated for genuine leather upholstery.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"arm-care-kit-btn\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-leather-care-kit\"\u003eAdd Care Kit\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. At a Glance --\u003e\n\u003cdiv class=\"arm-section\"\u003e\n\u003cdiv class=\"arm-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"arm-list\"\u003e\n\u003cdiv class=\"arm-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"arm-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eElectric reclining mechanism with smooth, motorised motion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arm-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"arm-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eBuilt-in USB charging port on the side control panel.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arm-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"arm-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eGenuine leather upholstery throughout — not PU or bonded.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arm-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"arm-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eAvailable in Black or Silver leather.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arm-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"arm-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePillow-top padded headrest for head and neck support.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arm-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"arm-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePlush padded armrests on both sides.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arm-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"arm-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eTonal stitching for a clean, unified look.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arm-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"arm-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePart of the Armdale range — pairs with the 3 Seater Recliner Lounge.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arm-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"arm-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e1-Year Warranty.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. Range Strip --\u003e\n\u003cdiv class=\"arm-range-strip\"\u003e\n\u003ch3\u003eComplete the Armdale Range\u003c\/h3\u003e\n\u003cdiv class=\"arm-range-pills\"\u003e\n\u003cspan class=\"arm-range-pill current\"\u003eRecliner Chair\u003c\/span\u003e \u003ca class=\"arm-range-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/armdale-3-seater-leather-electric-recliner-lounge\"\u003e3 Seater Recliner Lounge\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 9. SEO Body Copy --\u003e\n\u003cdiv class=\"arm-seo\"\u003e\n\u003ch2\u003eArmdale Genuine Leather Electric Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Armdale Genuine Leather Electric Recliner Chair is built for hands-free comfort. The motorised mechanism lets you stop at any angle between fully upright and fully reclined — fine-tune the back tilt and footrest extension exactly the way you want them, and the chair holds the position until you change it. The motion is slow and quiet, easy to use one-handed via the button panel on the side. A built-in USB port on the same panel charges your phone or tablet while you relax, so you don't have to break position to find a wall outlet. The pillow-top padded headrest cradles your head whether the chair is upright or fully back, and the plush padded armrests support your forearms in either position.\u003c\/p\u003e\n\u003cp\u003eReal leather covers the entire chair — back, sides, and footrest — so the look stays consistent in every position. Genuine leather has practical advantages that synthetic alternatives can't match: it breathes through hot summers, softens at high-contact points like the seat and headrest, and avoids the cracking and peeling that show up in PU and bonded leathers after a few years of use. Available in Black for a sharp, contemporary look or Silver for a softer, lighter feel, the Armdale works in modern Brisbane apartments, family living rooms, home theatre setups, and reading corners. Tonal stitching keeps the leather itself as the visual hero across both colours.\u003c\/p\u003e\n\u003cp\u003eSee the Armdale Electric Recliner in person across our five South-East Queensland showrooms — Rocklea, Sandgate, North Ipswich, Beenleigh, and Bundall on the Gold Coast. Try the electric mechanism, find your ideal recline angle, and compare the Black and Silver leather finishes side by side. Our team can talk you through delivery to your suburb, lead times, electric recliner setup, leather care, and the 1-year warranty. Visit any A2Z Furniture showroom or shop online for fast Brisbane and Gold Coast delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Black","offer_id":42356140638343,"sku":"AR-1ER-BL","price":799.0,"currency_code":"AUD","in_stock":true},{"title":"Silver","offer_id":42356140671111,"sku":"AR-1ER-SL","price":799.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/armdale-leather-electric-recliner-chair-the-a2z-furniture-1-1.png?v=1778478459"},{"product_id":"swan-genuine-leather-manual-recliner-chair","title":"Swan Leather Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.swn-desc {\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.swn-desc * { box-sizing: border-box; }\n.swn-desc p { margin: 0 0 16px 0; }\n.swn-desc strong { color: #222222; }\n\n.swn-desc .swn-section { margin-bottom: 28px; }\n\n.swn-desc .swn-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin-bottom: 14px;\n}\n\n.swn-desc .swn-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n\n@media (max-width: 768px) {\n  .swn-desc .swn-features { grid-template-columns: 1fr; }\n}\n\n.swn-desc .swn-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.swn-desc .swn-feature-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.swn-desc .swn-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.swn-desc .swn-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.swn-desc .swn-tech-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n}\n\n@media (max-width: 768px) {\n  .swn-desc .swn-tech-grid { grid-template-columns: 1fr 1fr; }\n}\n\n@media (max-width: 480px) {\n  .swn-desc .swn-tech-grid { grid-template-columns: 1fr; }\n}\n\n.swn-desc .swn-tech-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px;\n  text-align: center;\n}\n\n.swn-desc .swn-tech-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: flex;\n  justify-content: center;\n}\n\n.swn-desc .swn-tech-card h3 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n  letter-spacing: 0.03em;\n}\n\n.swn-desc .swn-tech-card p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.5;\n}\n\n.swn-desc .swn-material-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin-bottom: 28px;\n}\n\n.swn-desc .swn-material-callout h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px 0;\n}\n\n.swn-desc .swn-material-callout p {\n  font-size: 15px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n.swn-desc .swn-care-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 28px;\n}\n\n.swn-desc .swn-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 10px 14px;\n  border-radius: 999px;\n  font-size: 13.5px;\n  font-weight: 600;\n  text-decoration: none;\n  line-height: 1.3;\n}\n\n.swn-desc .swn-pill-ok {\n  background: #F7EDE3;\n  border: 1.5px solid #C2824D;\n  color: #2C241B;\n}\n\n.swn-desc .swn-pill-ok:hover {\n  background: #EFE0CF;\n}\n\n.swn-desc .swn-pill-warn {\n  background: #FBEDED;\n  border: 1.5px solid #C97373;\n  color: #6B2D2D;\n}\n\n.swn-desc .swn-pill-tick,\n.swn-desc .swn-pill-cross {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 18px;\n  height: 18px;\n  border-radius: 50%;\n  font-size: 12px;\n  font-weight: 700;\n  flex-shrink: 0;\n}\n\n.swn-desc .swn-pill-tick {\n  background: #C2824D;\n  color: #fff;\n}\n\n.swn-desc .swn-pill-cross {\n  background: #C97373;\n  color: #fff;\n}\n\n.swn-desc .swn-colours {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 16px;\n  margin-bottom: 8px;\n}\n\n.swn-desc .swn-colour-item {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 6px;\n}\n\n.swn-desc .swn-swatch {\n  width: 48px;\n  height: 48px;\n  border-radius: 50%;\n  border: 1.5px solid rgba(0,0,0,0.08);\n  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4);\n}\n\n.swn-desc .swn-swatch-label {\n  font-size: 12px;\n  color: #222222;\n  font-weight: 600;\n}\n\n.swn-desc .swn-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n@media (max-width: 768px) {\n  .swn-desc .swn-care-grid { grid-template-columns: 1fr; }\n}\n\n.swn-desc .swn-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.swn-desc .swn-care-card .swn-care-emoji {\n  font-size: 22px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.swn-desc .swn-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.swn-desc .swn-care-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.swn-desc .swn-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.swn-desc .swn-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.6;\n}\n\n.swn-desc .swn-tick {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.swn-desc .swn-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n.swn-desc .swn-related-strip {\n  background: #2C241B;\n  border-radius: 10px;\n  padding: 20px;\n  margin-bottom: 28px;\n}\n\n.swn-desc .swn-related-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.5);\n  margin-bottom: 14px;\n}\n\n.swn-desc .swn-related-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.swn-desc .swn-related-item {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.85);\n  text-decoration: none;\n  border: 1px solid rgba(255,255,255,0.15);\n  transition: all 0.3s ease;\n  background: transparent;\n}\n\n.swn-desc .swn-related-item:hover {\n  background: rgba(255,255,255,0.15);\n}\n\n.swn-desc .swn-related-current {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #fff;\n  border: 1px solid #C2824D;\n  background: transparent;\n}\n\n.swn-desc .swn-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.swn-desc .swn-seo h2 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px 0;\n}\n\n.swn-desc .swn-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 14px 0;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"swn-desc\"\u003e\n\u003c!-- 1. Intro --\u003e\n\u003cdiv class=\"swn-section\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eSwan Leather Recliner Chair\u003c\/strong\u003e is a single-seat manual recliner upholstered in \u003cstrong\u003egenuine leather\u003c\/strong\u003e — built around comfort and clean modern lines. The chair features a \u003cstrong\u003etwo-section padded back\u003c\/strong\u003e with a separate headrest pillow at the top for proper neck support, generously padded \u003cstrong\u003epillow-top armrests\u003c\/strong\u003e, and a \u003cstrong\u003esmooth manual recliner mechanism\u003c\/strong\u003e with side pull-handle and extending footrest. Available in two leather colour options: \u003cstrong\u003eclassic Black\u003c\/strong\u003e for a moody, sophisticated look, or soft \u003cstrong\u003eSilver\u003c\/strong\u003e grey for a brighter, more contemporary feel. Pairs perfectly with the matching \u003cstrong\u003eSwan 3 Seater Leather Recliner Lounge\u003c\/strong\u003e for a coordinated leather lounge suite.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Tech Features Grid --\u003e\n\u003cdiv class=\"swn-section\"\u003e\n\u003cdiv class=\"swn-label\"\u003eFeatures at a Glance\u003c\/div\u003e\n\u003cdiv class=\"swn-tech-grid\"\u003e\n\u003cdiv class=\"swn-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"swn-tech-icon\"\u003e \u003c!-- Genuine leather: square with grain dots --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003ccircle fill=\"currentColor\" r=\"0.5\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"currentColor\" r=\"0.5\" cy=\"9\" cx=\"13\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"currentColor\" r=\"0.5\" cy=\"11\" cx=\"17\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"currentColor\" r=\"0.5\" cy=\"13\" cx=\"9\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"currentColor\" r=\"0.5\" cy=\"15\" cx=\"15\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"currentColor\" r=\"0.5\" cy=\"17\" cx=\"11\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"currentColor\" r=\"0.5\" cy=\"16\" cx=\"7\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eGenuine Leather\u003c\/h3\u003e\n\u003cp\u003eReal leather upholstery — softens with use, develops character over time, and offers a natural look and feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"swn-tech-icon\"\u003e \u003c!-- Manual recliner: chair in reclined position with extended footrest --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M5 16 L5 6 L9 6\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 16 L20 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6 L9 12 L20 12 L20 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 12 L4 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eManual Recliner\u003c\/h3\u003e\n\u003cp\u003eSmooth manual recliner mechanism with side pull-handle and extending footrest — kick back without needing a power outlet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"swn-tech-icon\"\u003e \u003c!-- Pillow-top armrest: rounded cushion shape --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M4 16 Q4 9 8 9 L16 9 Q20 9 20 16 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 9 Q12 7 16 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePillow-Top Armrests\u003c\/h3\u003e\n\u003cp\u003eGenerously padded, rounded armrests provide plush support for forearms during long lounging sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"swn-tech-icon\"\u003e \u003c!-- Two-section back with separate headrest --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"1.5\" height=\"6\" width=\"12\" y=\"3\" x=\"6\"\u003e\u003c\/rect\u003e\u003crect rx=\"1.5\" height=\"10\" width=\"16\" y=\"11\" x=\"4\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eTwo-Section Back\u003c\/h3\u003e\n\u003cp\u003eSeparate headrest pillow plus main back cushion gives proper neck support without an awkward fixed contour.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"swn-tech-icon\"\u003e \u003c!-- Compact single-seat --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M5 18 L5 8 Q5 6 7 6 L17 6 Q19 6 19 8 L19 18\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 18 L21 18\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 13 L19 13\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eCompact Footprint\u003c\/h3\u003e\n\u003cp\u003eSingle-seat design fits neatly into reading nooks, accent corners, or alongside a sofa as part of a full lounge suite.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"swn-tech-icon\"\u003e \u003c!-- Two colour options: two overlapping circles --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003ccircle r=\"5\" cy=\"12\" cx=\"9\"\u003e\u003c\/circle\u003e\u003ccircle r=\"5\" cy=\"12\" cx=\"15\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eTwo Leather Colours\u003c\/h3\u003e\n\u003cp\u003eChoose between classic \u003cstrong\u003eBlack\u003c\/strong\u003e for a moody, sophisticated look or soft \u003cstrong\u003eSilver\u003c\/strong\u003e grey for a brighter, contemporary feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Key Features Grid --\u003e\n\u003cdiv class=\"swn-section\"\u003e\n\u003cdiv class=\"swn-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"swn-features\"\u003e\n\u003cdiv class=\"swn-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"swn-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003ccircle fill=\"currentColor\" r=\"0.5\" cy=\"9\" cx=\"8\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"currentColor\" r=\"0.5\" cy=\"10\" cx=\"14\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"currentColor\" r=\"0.5\" cy=\"14\" cx=\"10\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"currentColor\" r=\"0.5\" cy=\"16\" cx=\"16\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eUpholstered in Genuine Leather\u003c\/h3\u003e\n\u003cp\u003eThe Swan is wrapped in real leather — a step up from the typical PU-leather recliner. Genuine leather softens with use, develops a subtle patina over time, and offers a natural look and feel that synthetic alternatives don't quite match. With proper care it lasts for years and ages beautifully.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"swn-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M5 16 L5 6 L9 6\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 16 L20 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6 L9 12 L20 12 L20 16\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eSmooth Manual Recliner Mechanism\u003c\/h3\u003e\n\u003cp\u003ePull the side pull-handle on the inside of the armrest, the footrest extends, the back tilts, and you're in full lounge mode. The manual recliner mechanism is smooth and reliable — no power cables, no batteries, no remote to lose down the side of the seat. Push back to return to upright.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"swn-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"1.5\" height=\"6\" width=\"12\" y=\"3\" x=\"6\"\u003e\u003c\/rect\u003e\u003crect rx=\"1.5\" height=\"10\" width=\"16\" y=\"11\" x=\"4\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eTwo-Section Back with Headrest Pillow \u0026amp; Pillow-Top Arms\u003c\/h3\u003e\n\u003cp\u003eThe Swan's backrest is built in two sections — a separate padded headrest pillow at the top for proper neck support, plus a generously padded main back cushion for lumbar support. The padded pillow-top armrests give your forearms plush, rounded support — the kind of detail that makes a real difference over long lounging sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"swn-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"1\" height=\"9\" width=\"6\" y=\"9\" x=\"3\"\u003e\u003c\/rect\u003e\u003crect rx=\"1\" height=\"12\" width=\"11\" y=\"6\" x=\"11\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePairs with the Swan 3 Seater Lounge\u003c\/h3\u003e\n\u003cp\u003eUse the Swan Recliner Chair as a standalone accent piece, or pair it with the matching \u003cstrong\u003eSwan 3 Seater Leather Recliner Lounge\u003c\/strong\u003e for a complete coordinated leather lounge suite. Same genuine leather, same back design, same colour options across the range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Material Callout --\u003e\n\u003cdiv class=\"swn-material-callout\"\u003e\n\u003ch3\u003eAbout the Materials\u003c\/h3\u003e\n\u003cp\u003eThe Swan Recliner Chair is upholstered in genuine leather over a sturdy frame, with a smooth manual recliner mechanism, padded pillow-top armrests, a two-section back with separate headrest pillow, and an extending footrest. Genuine leather is a natural material — it softens with use, develops a subtle patina, and lasts for years with proper care. It does, however, need different care from PU leather (see the care section below).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Care Products Pill Row --\u003e\n\u003cdiv class=\"swn-section\"\u003e\n\u003cdiv class=\"swn-label\"\u003eRecommended Care Products\u003c\/div\u003e\n\u003cdiv class=\"swn-care-pills\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-leather-care-kit\" class=\"swn-pill swn-pill-ok\" target=\"_blank\"\u003e \u003cspan aria-hidden=\"true\" class=\"swn-pill-tick\"\u003e✓\u003c\/span\u003e \u003cspan\u003eGuardsman Leather Care Kit — recommended for genuine leather\u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv aria-label=\"Not suitable for this product\" class=\"swn-pill swn-pill-warn\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"swn-pill-cross\"\u003e✗\u003c\/span\u003e \u003cspan\u003eGuardsman ProGuard Care Kit — not for genuine leather\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Colour Options --\u003e\n\u003cdiv class=\"swn-section\"\u003e\n\u003cdiv class=\"swn-label\"\u003eColour Options\u003c\/div\u003e\n\u003cdiv class=\"swn-colours\"\u003e\n\u003cdiv class=\"swn-colour-item\"\u003e\n\u003cdiv aria-label=\"Black\" style=\"background: linear-gradient(135deg, #1F1F1F 0%, #0F0F0F 100%);\" class=\"swn-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"swn-swatch-label\"\u003eBlack\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-colour-item\"\u003e\n\u003cdiv aria-label=\"Silver\" style=\"background: linear-gradient(135deg, #C8C4BD 0%, #ACA8A0 100%);\" class=\"swn-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"swn-swatch-label\"\u003eSilver\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 12.5px; color: #6b6b6b; margin-top: 8px;\"\u003eSwatch colours are approximate — see the Swan in person at any A2Z Furniture showroom for accurate colour matching.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Care Instructions --\u003e\n\u003cdiv class=\"swn-section\"\u003e\n\u003cdiv class=\"swn-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"swn-care-grid\"\u003e\n\u003cdiv class=\"swn-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"swn-care-emoji\"\u003e🧽\u003c\/span\u003e\n\u003ch3\u003eDust Regularly\u003c\/h3\u003e\n\u003cp\u003eWipe the leather with a soft, dry microfibre cloth weekly to keep dust off. Buff gently to maintain the natural sheen. Vacuum the seams and creases with the upholstery attachment to prevent dust buildup in the stitching.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"swn-care-emoji\"\u003e💧\u003c\/span\u003e\n\u003ch3\u003eSpot-Clean Spills Promptly\u003c\/h3\u003e\n\u003cp\u003eBlot spills immediately with a clean white microfibre cloth — never rub. Don't over-wet the leather. Avoid harsh solvents, alcohol, ammonia, and bleach, all of which can strip the natural oils from genuine leather.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"swn-care-emoji\"\u003e☀️\u003c\/span\u003e\n\u003ch3\u003eAvoid Sunlight \u0026amp; Heat Sources\u003c\/h3\u003e\n\u003cp\u003eKeep the chair out of direct sunlight and away from heat sources like fireplaces, heaters, and reverse-cycle vents. Both UV exposure and dry heat can dry out genuine leather over time and cause fading or cracking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"swn-care-emoji\"\u003e🧴\u003c\/span\u003e\n\u003ch3\u003eCondition with Leather Care Kit\u003c\/h3\u003e\n\u003cp\u003eUse the Guardsman \u003cstrong\u003eLeather Care Kit\u003c\/strong\u003e every 6–12 months to clean and condition the leather. Conditioning keeps real leather supple and prevents drying or cracking. \u003cstrong\u003eDo not use the Guardsman ProGuard Care Kit\u003c\/strong\u003e — that's formulated for PU leather only.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. At a Glance --\u003e\n\u003cdiv class=\"swn-section\"\u003e\n\u003cdiv class=\"swn-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"swn-list\"\u003e\n\u003cdiv class=\"swn-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"swn-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSingle-seat recliner chair upholstered in genuine leather.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"swn-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSmooth manual recliner mechanism with side pull-handle and extending footrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"swn-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eTwo colour options: Black or Silver.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"swn-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePadded pillow-top armrests for plush forearm support.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"swn-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eTwo-section back with separate headrest pillow for neck support.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"swn-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSturdy frame.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"swn-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eCompact single-seat footprint — fits reading nooks and accent corners.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"swn-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePairs with the Swan 3 Seater Leather Recliner Lounge.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swn-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"swn-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eUse Guardsman Leather Care Kit for cleaning and conditioning — not the ProGuard Kit.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 9. Range Strip --\u003e\n\u003cdiv class=\"swn-related-strip\"\u003e\n\u003cdiv class=\"swn-related-label\"\u003eSwan Leather Recliner Range\u003c\/div\u003e\n\u003cdiv class=\"swn-related-items\"\u003e\n\u003cdiv aria-current=\"page\" class=\"swn-related-current\"\u003eSwan Recliner Chair\u003c\/div\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/swan-3-seater-leather-recliner-lounge\" class=\"swn-related-item\"\u003eSwan 3 Seater Lounge\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 10. SEO Body Copy --\u003e\n\u003cdiv class=\"swn-seo\"\u003e\n\u003ch2\u003eSwan Leather Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Swan Leather Recliner Chair is a single-seat manual recliner upholstered in genuine leather — built around comfort and clean modern lines. The backrest is constructed in two sections — a separate padded headrest pillow at the top for proper neck support, plus a generously padded main back cushion for lumbar support — so you don't have to compromise between neck and lower-back comfort. The padded pillow-top armrests give your forearms plush rounded support, and the smooth manual recliner mechanism is operated via a side pull-handle on the inside of the armrest. Pull the handle, the footrest extends, the back tilts, and you're in full lounge mode. Push back to return to the upright position. No power cables, no remotes, no batteries.\u003c\/p\u003e\n\u003cp\u003eThe Swan is available in two leather colour options: classic Black for a moody, sophisticated look, or soft Silver grey for a brighter, more contemporary feel. Use the chair as a standalone accent piece in a reading nook or living-room corner, or pair it with the matching \u003cstrong\u003eSwan 3 Seater Leather Recliner Lounge\u003c\/strong\u003e for a complete coordinated leather lounge suite — same genuine leather, same back design, same colour options across the range. Genuine leather needs different care from PU leather: dust regularly with a soft microfibre cloth, blot spills immediately without rubbing, keep the chair out of direct sunlight and away from heat sources, and condition every 6–12 months with the \u003cstrong\u003eGuardsman Leather Care Kit\u003c\/strong\u003e — not the ProGuard Care Kit, which is formulated for PU leather and can damage real leather.\u003c\/p\u003e\n\u003cp\u003eSee the Swan Leather Recliner Chair in person across our five South-East Queensland showrooms — Rocklea, Virginia, North Ipswich, Beenleigh, and Bundall on the Gold Coast. Sit in it, feel the leather, try the recliner mechanism, and check both Black and Silver colour options side by side. Try it alongside the matching 3 Seater Lounge to see how the full Swan lounge suite looks together. Our team can talk you through bundle pricing, lead times, and delivery to your suburb. Visit any A2Z Furniture showroom or shop online for fast Brisbane and Gold Coast delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Black","offer_id":42356201554055,"sku":"SW-1RR-BL","price":649.0,"currency_code":"AUD","in_stock":true},{"title":"Silver","offer_id":42356201586823,"sku":"SW-1RR-SL","price":649.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_1epwr31epwr31epw-Edited.jpg?v=1778478467"},{"product_id":"mitcham-rhino-fabric-1-seater-recliner","title":"Mitcham Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.mch-desc {\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.mch-desc * { box-sizing: border-box; }\n.mch-desc p { margin: 0 0 16px 0; }\n.mch-desc strong { color: #222222; }\n.mch-desc a { color: #C2824D; text-decoration: underline; }\n.mch-desc a:hover { color: #A86F3F; }\n\n.mch-desc .mch-section { margin-bottom: 28px; }\n\n.mch-desc .mch-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin-bottom: 14px;\n}\n\n.mch-desc .mch-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n\n@media (max-width: 768px) {\n  .mch-desc .mch-features { grid-template-columns: 1fr; }\n}\n\n.mch-desc .mch-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.mch-desc .mch-feature-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.mch-desc .mch-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.mch-desc .mch-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.mch-desc .mch-tech-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n}\n\n@media (max-width: 768px) {\n  .mch-desc .mch-tech-grid { grid-template-columns: 1fr 1fr; }\n}\n\n@media (max-width: 480px) {\n  .mch-desc .mch-tech-grid { grid-template-columns: 1fr; }\n}\n\n.mch-desc .mch-tech-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px;\n  text-align: center;\n}\n\n.mch-desc .mch-tech-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: flex;\n  justify-content: center;\n}\n\n.mch-desc .mch-tech-card h3 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n  letter-spacing: 0.03em;\n}\n\n.mch-desc .mch-tech-card p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.5;\n}\n\n.mch-desc .mch-material-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin-bottom: 28px;\n}\n\n.mch-desc .mch-material-callout h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px 0;\n}\n\n.mch-desc .mch-material-callout p {\n  font-size: 15px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n.mch-desc .mch-swatches {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 18px;\n  margin-bottom: 8px;\n}\n\n.mch-desc .mch-swatch {\n  text-align: center;\n  font-size: 13px;\n  font-weight: 600;\n  color: #2C241B;\n}\n\n.mch-desc .mch-swatch-circle {\n  width: 48px;\n  height: 48px;\n  border-radius: 50%;\n  margin: 0 auto 6px;\n  border: 2px solid #fff;\n  box-shadow: 0 0 0 1.5px #C2824D;\n}\n\n.mch-desc .mch-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n@media (max-width: 768px) {\n  .mch-desc .mch-care-grid { grid-template-columns: 1fr; }\n}\n\n.mch-desc .mch-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.mch-desc .mch-care-card .mch-care-emoji {\n  font-size: 22px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.mch-desc .mch-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.mch-desc .mch-care-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.mch-desc .mch-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.mch-desc .mch-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.6;\n}\n\n.mch-desc .mch-tick {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.mch-desc .mch-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n.mch-desc .mch-related-strip {\n  background: #2C241B;\n  border-radius: 10px;\n  padding: 20px;\n  margin-bottom: 28px;\n}\n\n.mch-desc .mch-related-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.5);\n  margin-bottom: 14px;\n}\n\n.mch-desc .mch-related-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.mch-desc .mch-related-item {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.85);\n  text-decoration: none;\n  border: 1px solid rgba(255,255,255,0.15);\n  transition: all 0.3s ease;\n  background: transparent;\n}\n\n.mch-desc .mch-related-item:hover {\n  background: rgba(255,255,255,0.15);\n}\n\n.mch-desc .mch-related-current {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #fff;\n  border: 1px solid #C2824D;\n  background: transparent;\n}\n\n.mch-desc .mch-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.mch-desc .mch-seo h2 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px 0;\n}\n\n.mch-desc .mch-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 14px 0;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"mch-desc\"\u003e\n\u003c!-- 1. Intro --\u003e\n\u003cdiv class=\"mch-section\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eMitcham Recliner Chair\u003c\/strong\u003e is a single-seat manual recliner upholstered in heavyweight \u003cstrong\u003eRhino fabric\u003c\/strong\u003e, available in \u003cstrong\u003eBlack\u003c\/strong\u003e or \u003cstrong\u003eSilverstone\u003c\/strong\u003e. Pull the side handle on the outside of the armrest, the footrest extends, the back tilts, and you're in lounge mode. The chair features padded \u003cstrong\u003epillow-top armrests\u003c\/strong\u003e and a generously padded two-section back with a moulded headrest at the top for full lumbar and shoulder support. Pairs with the matching \u003cstrong\u003eMitcham 3 Seater Recliner Lounge\u003c\/strong\u003e for a coordinated lounge suite. Delivered flat-packed for easy assembly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Tech Features Grid --\u003e\n\u003cdiv class=\"mch-section\"\u003e\n\u003cdiv class=\"mch-label\"\u003eFeatures at a Glance\u003c\/div\u003e\n\u003cdiv class=\"mch-tech-grid\"\u003e\n\u003cdiv class=\"mch-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mch-tech-icon\"\u003e \u003c!-- Rhino fabric: heavy woven texture --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M4 9 L20 9\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 14 L20 14\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 4 L9 20\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 4 L14 20\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eHeavyweight Rhino Fabric\u003c\/h3\u003e\n\u003cp\u003eDensely-woven Rhino fabric upholstery — a smooth, even hand-feel that holds its shape over years of daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mch-tech-icon\"\u003e \u003c!-- Manual recliner: chair with extended footrest + lever --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M5 16 L5 6 L9 6\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 16 L20 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6 L9 12 L20 12 L20 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 12 L4 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eManual Recliner\u003c\/h3\u003e\n\u003cp\u003eSmooth manual recliner mechanism with side pull-handle and extending footrest — pull, kick back, no power outlet required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mch-tech-icon\"\u003e \u003c!-- Pillow-top armrest --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M4 16 Q4 9 8 9 L16 9 Q20 9 20 16 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 9 Q12 7 16 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePillow-Top Armrests\u003c\/h3\u003e\n\u003cp\u003eGenerously padded, rounded armrests provide plush support for forearms during long lounging sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mch-tech-icon\"\u003e \u003c!-- Two-section back: rectangle divided by horizontal line near top --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M5 21 L5 7 Q5 4 8 4 L16 4 Q19 4 19 7 L19 21\"\u003e\u003c\/path\u003e\u003cline y2=\"10\" x2=\"19\" y1=\"10\" x1=\"5\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eTwo-Section Padded Back\u003c\/h3\u003e\n\u003cp\u003eGenerously padded back with a moulded headrest section at the top — full lumbar and shoulder support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mch-tech-icon\"\u003e \u003c!-- Two colours: split swatch --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003ccircle r=\"8\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath stroke-width=\"1.8\" d=\"M12 4 L12 20\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eTwo Colour Options\u003c\/h3\u003e\n\u003cp\u003eChoose between classic Black or warm Silverstone — both Rhino fabric, both versatile across interior styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mch-tech-icon\"\u003e \u003c!-- Flat pack --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"1.5\" height=\"14\" width=\"16\" y=\"6\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M4 10 L20 10\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 14 L11 16 L15 12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eFlat-Pack Delivery\u003c\/h3\u003e\n\u003cp\u003eDelivered flat-packed in a compact box for easy transport and assembly — fits through narrow doorways and apartment stairwells.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Key Features Grid --\u003e\n\u003cdiv class=\"mch-section\"\u003e\n\u003cdiv class=\"mch-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"mch-features\"\u003e\n\u003cdiv class=\"mch-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mch-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M4 9 L20 9\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 14 L20 14\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eHeavyweight Rhino Fabric Upholstery\u003c\/h3\u003e\n\u003cp\u003eThe Mitcham is upholstered in heavyweight Rhino fabric — a densely-woven performance fabric with a smooth, even hand-feel that holds its shape over years of daily use and masks everyday marks better than thinner weaves. A solid pick for households with kids, pets, or anyone who wants a hard-wearing surface that still looks sharp. \u003ca rel=\"noopener\" href=\"https:\/\/thea2zfurniture.com\/blogs\/lounging-in-style-sofa-and-lounge-inspiration\/unveiling-the-marvel-of-rhino-fabric-a-comprehensive-guide-by-the-a2z-furniture\" target=\"_blank\"\u003eRead our complete Rhino fabric guide\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mch-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M5 16 L5 6 L9 6\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 16 L20 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6 L9 12 L20 12 L20 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 12 L4 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eManual Recliner with Side Pull-Handle\u003c\/h3\u003e\n\u003cp\u003ePull the handle on the outside of the armrest, the footrest extends, the back tilts smoothly, and you're in lounge mode. Push back to return upright. No power cables, no remotes, no batteries — just a reliable manual mechanism that handles years of daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mch-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M4 16 Q4 9 8 9 L16 9 Q20 9 20 16 Z\"\u003e\u003c\/path\u003e\u003cline y2=\"13\" x2=\"18\" y1=\"13\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePillow-Top Armrests \u0026amp; Two-Section Padded Back\u003c\/h3\u003e\n\u003cp\u003ePadded pillow-top armrests give your forearms plush, rounded support — the kind of detail that makes a real difference over long sessions. The back is a generously padded two-section design with a moulded headrest section at the top, delivering full lumbar and shoulder support consistent across the Mitcham range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mch-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003ccircle r=\"4\" cy=\"12\" cx=\"8\"\u003e\u003c\/circle\u003e\u003ccircle r=\"4\" cy=\"12\" cx=\"16\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eBlack or Silverstone — Pairs with Mitcham Range\u003c\/h3\u003e\n\u003cp\u003eChoose between classic \u003cstrong\u003eBlack\u003c\/strong\u003e for a sharp, contemporary look or warm \u003cstrong\u003eSilverstone\u003c\/strong\u003e for a softer, lighter palette. Use the Mitcham Recliner as a standalone accent piece, or pair it with the matching \u003cstrong\u003eMitcham 3 Seater Recliner Lounge\u003c\/strong\u003e for a coordinated lounge suite.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Material Callout --\u003e\n\u003cdiv class=\"mch-material-callout\"\u003e\n\u003ch3\u003eAbout the Materials\u003c\/h3\u003e\n\u003cp\u003eThe Mitcham is upholstered in heavyweight Rhino fabric — a densely-woven performance fabric engineered for everyday family use, with a smooth, even hand-feel that holds its shape and masks everyday marks better than thinner weaves. The chair sits on a sturdy frame, with a manual recliner mechanism, padded pillow-top armrests, and a generously padded two-section back with a moulded headrest. Available in Black or Silverstone. \u003ca rel=\"noopener\" href=\"https:\/\/thea2zfurniture.com\/blogs\/lounging-in-style-sofa-and-lounge-inspiration\/unveiling-the-marvel-of-rhino-fabric-a-comprehensive-guide-by-the-a2z-furniture\" target=\"_blank\"\u003eRead our complete Rhino fabric guide\u003c\/a\u003e for the full breakdown on weave, durability, and care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Colour Swatches --\u003e\n\u003cdiv class=\"mch-section\"\u003e\n\u003cdiv class=\"mch-label\"\u003eAvailable Colours\u003c\/div\u003e\n\u003cdiv class=\"mch-swatches\"\u003e\n\u003cdiv class=\"mch-swatch\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #2A2A2A, #161616);\" class=\"mch-swatch-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003eBlack\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-swatch\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #C8C5BF, #A8A5A0);\" class=\"mch-swatch-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003eSilverstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Care Instructions --\u003e\n\u003cdiv class=\"mch-section\"\u003e\n\u003cdiv class=\"mch-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"mch-care-grid\"\u003e\n\u003cdiv class=\"mch-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mch-care-emoji\"\u003e🧹\u003c\/span\u003e\n\u003ch3\u003eVacuum Weekly\u003c\/h3\u003e\n\u003cp\u003eVacuum the Rhino fabric weekly with a soft brush attachment to lift dust, crumbs, and pet hair from the weave. Pay attention to the seams and the fold where the back meets the seat — that's where lint and dust collect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mch-care-emoji\"\u003e💧\u003c\/span\u003e\n\u003ch3\u003eBlot Spills Promptly\u003c\/h3\u003e\n\u003cp\u003eBlot spills immediately with a clean white microfibre cloth — never rub, which can drive the spill deeper into the weave or spread the stain. Test any cleaner on a hidden area first. Avoid harsh solvents and bleach. Don't over-wet the fabric — Brisbane and Gold Coast humidity can slow drying and lead to watermarks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mch-care-emoji\"\u003e☀️\u003c\/span\u003e\n\u003ch3\u003eClimate Care\u003c\/h3\u003e\n\u003cp\u003eKeep the chair out of prolonged direct sunlight — UV can fade fabric over time, and the Silverstone variant shows fade more visibly than the Black. Pull curtains during peak Brisbane sun hours and consider sheer window coverings if the chair sits near strong afternoon light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mch-care-emoji\"\u003e🛡️\u003c\/span\u003e\n\u003ch3\u003eUse a Fabric Protector\u003c\/h3\u003e\n\u003cp\u003eFor households with kids or pets, applying a quality fabric protector on day one creates a stain-resisting barrier and makes future spills much easier to manage. Reapply per the protector's instructions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. At a Glance --\u003e\n\u003cdiv class=\"mch-section\"\u003e\n\u003cdiv class=\"mch-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"mch-list\"\u003e\n\u003cdiv class=\"mch-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mch-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSingle-seat manual recliner chair upholstered in heavyweight Rhino fabric.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mch-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eAvailable in Black or Silverstone.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mch-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSmooth manual recliner mechanism with side pull-handle and extending footrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mch-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePadded pillow-top armrests for plush forearm support.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mch-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eTwo-section padded back with moulded headrest for full lumbar and shoulder support.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mch-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSturdy frame.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mch-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eCompact single-seat footprint — fits reading nooks and accent corners.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mch-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePairs with the Mitcham 3 Seater Recliner Lounge.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mch-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eA fabric protector is recommended for households with kids or pets.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mch-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mch-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eDelivered flat-packed for easy transport and assembly.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. Range Strip --\u003e\n\u003cdiv class=\"mch-related-strip\"\u003e\n\u003cdiv class=\"mch-related-label\"\u003eMitcham Rhino Fabric Recliner Range\u003c\/div\u003e\n\u003cdiv class=\"mch-related-items\"\u003e\n\u003cdiv aria-current=\"page\" class=\"mch-related-current\"\u003eMitcham Recliner Chair\u003c\/div\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/mitcham-3-seater-rhino-recliner-sofa\" class=\"mch-related-item\"\u003eMitcham 3 Seater Recliner Lounge\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 9. SEO Body Copy --\u003e\n\u003cdiv class=\"mch-seo\"\u003e\n\u003ch2\u003eMitcham Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Mitcham Recliner Chair is a single-seat manual recliner upholstered in heavyweight Rhino fabric — a densely-woven performance fabric with a smooth, even hand-feel that holds its shape over years of daily use and masks everyday marks better than thinner weaves. Pull the side handle on the outside of the armrest, the footrest extends, the back tilts smoothly, and you're in lounge mode. Push back to return upright. No power cables, no remotes, no batteries — just a reliable manual mechanism. The chair features padded pillow-top armrests for plush forearm support and a generously padded two-section back with a moulded headrest section at the top, delivering full lumbar and shoulder support. Available in classic Black or warm Silverstone — both Rhino fabric, both versatile across interior styles.\u003c\/p\u003e\n\u003cp\u003eUse the Mitcham Recliner as a standalone accent piece in a reading nook or living-room corner, or pair it with the matching \u003cstrong\u003eMitcham 3 Seater Recliner Lounge\u003c\/strong\u003e for a complete coordinated lounge suite. The chair is delivered flat-packed in a compact box for easy transport up apartment stairs and through narrow doorways, with quick assembly at home. Rhino fabric is engineered for everyday family use: vacuum weekly with a soft brush attachment to lift dust and crumbs, blot spills promptly with a white microfibre cloth (never rub), test any cleaner on a hidden area first, avoid harsh solvents and bleach, and don't over-wet the fabric — Queensland humidity can slow drying. Keep the chair out of prolonged direct sunlight to protect the fabric from fading, especially the Silverstone variant. For households with kids or pets, applying a quality fabric protector on day one creates a stain-resisting barrier and makes future spills much easier to manage. \u003ca rel=\"noopener\" href=\"https:\/\/thea2zfurniture.com\/blogs\/lounging-in-style-sofa-and-lounge-inspiration\/unveiling-the-marvel-of-rhino-fabric-a-comprehensive-guide-by-the-a2z-furniture\" target=\"_blank\"\u003eRead our complete Rhino fabric guide\u003c\/a\u003e for more on weave, durability, and care.\u003c\/p\u003e\n\u003cp\u003eSee the Mitcham Recliner Chair in person across our five South-East Queensland showrooms — Rocklea, Sandgate, North Ipswich, Beenleigh, and Bundall on the Gold Coast. Compare the Black and Silverstone variants side-by-side, sit in the chair, pull the recliner handle, and try it alongside the matching 3 Seater to picture the full Mitcham lounge suite. Our team can talk you through bundle pricing, lead times, and delivery to your suburb. Visit any A2Z Furniture showroom or shop online for fast Brisbane and Gold Coast delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Black \/ Manual","offer_id":42609612488839,"sku":"MI-1RR-BL","price":399.0,"currency_code":"AUD","in_stock":false},{"title":"Silverstone \/ Manual","offer_id":42609612456071,"sku":"MI-1RR-SL","price":399.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/mitcham-recliner-chair-the-a2z-furniture-1_1.png?v=1778478598"},{"product_id":"breese-dual-motor-electric-recliner-chair","title":"Breeze Dual Motor Electric Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.brzc-desc {\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.brzc-desc * { box-sizing: border-box; }\n.brzc-desc p { margin: 0 0 16px 0; }\n.brzc-desc strong { color: #222222; }\n\n.brzc-desc .brzc-section { margin-bottom: 28px; }\n\n.brzc-desc .brzc-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin-bottom: 14px;\n}\n\n.brzc-desc .brzc-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n\n@media (max-width: 768px) {\n  .brzc-desc .brzc-features { grid-template-columns: 1fr; }\n}\n\n.brzc-desc .brzc-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.brzc-desc .brzc-feature-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.brzc-desc .brzc-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.brzc-desc .brzc-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.brzc-desc .brzc-tech-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n}\n\n@media (max-width: 768px) {\n  .brzc-desc .brzc-tech-grid { grid-template-columns: 1fr 1fr; }\n}\n\n@media (max-width: 480px) {\n  .brzc-desc .brzc-tech-grid { grid-template-columns: 1fr; }\n}\n\n.brzc-desc .brzc-tech-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px;\n  text-align: center;\n}\n\n.brzc-desc .brzc-tech-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: flex;\n  justify-content: center;\n}\n\n.brzc-desc .brzc-tech-card h3 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n  letter-spacing: 0.03em;\n}\n\n.brzc-desc .brzc-tech-card p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.5;\n}\n\n.brzc-desc .brzc-material-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin-bottom: 28px;\n}\n\n.brzc-desc .brzc-material-callout h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px 0;\n}\n\n.brzc-desc .brzc-material-callout p {\n  font-size: 15px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n.brzc-desc .brzc-material-callout a {\n  color: #C2824D;\n  text-decoration: underline;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 2px;\n  font-weight: 600;\n}\n\n.brzc-desc .brzc-colour-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 10px;\n  margin-bottom: 28px;\n}\n\n.brzc-desc .brzc-option-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px;\n  text-align: center;\n}\n\n.brzc-desc .brzc-swatch {\n  width: 48px;\n  height: 48px;\n  border-radius: 50%;\n  margin: 0 auto 8px auto;\n  border: 1px solid rgba(0,0,0,0.1);\n}\n\n.brzc-desc .brzc-option-card h3 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n}\n\n.brzc-desc .brzc-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n@media (max-width: 768px) {\n  .brzc-desc .brzc-care-grid { grid-template-columns: 1fr; }\n}\n\n.brzc-desc .brzc-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.brzc-desc .brzc-care-card .brzc-care-emoji {\n  font-size: 22px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.brzc-desc .brzc-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.brzc-desc .brzc-care-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.brzc-desc .brzc-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.brzc-desc .brzc-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.6;\n}\n\n.brzc-desc .brzc-tick {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.brzc-desc .brzc-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n.brzc-desc .brzc-related-strip {\n  background: #2C241B;\n  border-radius: 10px;\n  padding: 20px;\n  margin-bottom: 28px;\n}\n\n.brzc-desc .brzc-related-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.5);\n  margin-bottom: 14px;\n}\n\n.brzc-desc .brzc-related-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.brzc-desc .brzc-related-item {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.85);\n  text-decoration: none;\n  border: 1px solid rgba(255,255,255,0.15);\n  transition: all 0.3s ease;\n  background: transparent;\n}\n\n.brzc-desc .brzc-related-item:hover {\n  background: rgba(255,255,255,0.15);\n}\n\n.brzc-desc .brzc-related-current {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #fff;\n  border: 1px solid #C2824D;\n  background: transparent;\n}\n\n.brzc-desc .brzc-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.brzc-desc .brzc-seo h2 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px 0;\n}\n\n.brzc-desc .brzc-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 14px 0;\n}\n\n.brzc-desc .brzc-seo a {\n  color: #C2824D;\n  text-decoration: underline;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 2px;\n  font-weight: 600;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"brzc-desc\"\u003e\n\u003c!-- 1. Intro --\u003e\n\u003cdiv class=\"brzc-section\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eBreeze Dual Motor Electric Recliner Chair\u003c\/strong\u003e is the single-seat companion to the Breeze recliner range — a tech-forward home theatre chair with dual-motor electric recline, powered adjustable headrest, built-in cupholders, USB charging, and underseat ambient LED lighting. Available in \u003cstrong\u003eBlack\u003c\/strong\u003e and \u003cstrong\u003eCharcoal\u003c\/strong\u003e Rhino fabric. Use it standalone or pair with the matching 2 Seater and 3 Seater for a complete 3+2+1 lounge suite.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Integrated Tech Features Grid --\u003e\n\u003cdiv class=\"brzc-section\"\u003e\n\u003cdiv class=\"brzc-label\"\u003eIntegrated Tech Features\u003c\/div\u003e\n\u003cdiv class=\"brzc-tech-grid\"\u003e\n\u003cdiv class=\"brzc-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brzc-tech-icon\"\u003e \u003c!-- Reclining chair side profile with adjustable head section --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M6 14 L6 20 L18 20\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 14 L8 14 L8 5 Q8 3 10 3 L12 3 Q14 3 14 5 L14 14\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 14 L18 18\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 4 L18 4 M16 7 L19 7 M16 10 L18 10\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eAdjustable Headrest\u003c\/h3\u003e\n\u003cp\u003ePowered headrest adjustment — fine-tune for TV viewing, reading, or napping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brzc-tech-icon\"\u003e \u003c!-- Cup with handle and steam lines --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M5 9 L17 9 L17 18 Q17 20 15 20 L7 20 Q5 20 5 18 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M17 11 L20 11 Q21 11 21 13 Q21 15 20 15 L17 15\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 5 Q9 7 10 7 Q11 7 11 5\"\u003e\u003c\/path\u003e\u003cpath d=\"M13 4 Q13 6 14 6 Q15 6 15 4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003e2× Cupholders\u003c\/h3\u003e\n\u003cp\u003eStainless steel cupholders set into both armrests — drinks always within reach.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brzc-tech-icon\"\u003e \u003c!-- USB cable: classic USB trident logo --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003ccircle fill=\"currentColor\" r=\"1.5\" cy=\"20\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cline y2=\"6\" x2=\"12\" y1=\"18.5\" x1=\"12\"\u003e\u003c\/line\u003e\u003cpolygon fill=\"currentColor\" points=\"12,3 10,6 14,6\"\u003e\u003c\/polygon\u003e\u003cline y2=\"13\" x2=\"8\" y1=\"13\" x1=\"12\"\u003e\u003c\/line\u003e\u003ccircle fill=\"currentColor\" r=\"1.2\" cy=\"13\" cx=\"7\"\u003e\u003c\/circle\u003e\u003cline y2=\"11\" x2=\"16\" y1=\"11\" x1=\"12\"\u003e\u003c\/line\u003e\u003crect fill=\"currentColor\" height=\"3\" width=\"2.5\" y=\"9.5\" x=\"15\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eUSB Charging Port\u003c\/h3\u003e\n\u003cp\u003eBuilt into the side of the armrest — keep your phone charged while you relax.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brzc-tech-icon\"\u003e \u003c!-- Sofa silhouette with glowing line of dots underneath (LED strip) --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M3 14 L3 9 Q3 7 5 7 L19 7 Q21 7 21 9 L21 14\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 14 L3 17 L21 17 L21 14\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 17 L5 19 M19 17 L19 19\"\u003e\u003c\/path\u003e\u003ccircle fill=\"currentColor\" r=\"0.6\" cy=\"21\" cx=\"6\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"currentColor\" r=\"0.6\" cy=\"21\" cx=\"9\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"currentColor\" r=\"0.6\" cy=\"21\" cx=\"12\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"currentColor\" r=\"0.6\" cy=\"21\" cx=\"15\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"currentColor\" r=\"0.6\" cy=\"21\" cx=\"18\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eUnderseat LED Lighting\u003c\/h3\u003e\n\u003cp\u003eAmbient LED strip beneath the chair — sets the mood for movie nights.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brzc-tech-icon\"\u003e \u003c!-- Dual motor: two interconnected circles --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003ccircle r=\"3.5\" cy=\"12\" cx=\"7\"\u003e\u003c\/circle\u003e\u003ccircle r=\"3.5\" cy=\"12\" cx=\"17\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"currentColor\" r=\"1.2\" cy=\"12\" cx=\"7\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"currentColor\" r=\"1.2\" cy=\"12\" cx=\"17\"\u003e\u003c\/circle\u003e\u003cline y2=\"12\" x2=\"13.5\" y1=\"12\" x1=\"10.5\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eDual-Motor Recline\u003c\/h3\u003e\n\u003cp\u003eTwo independent motors — one for recline angle, one for headrest position.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brzc-tech-icon\"\u003e \u003c!-- Comfort: pillowy cushion with curves --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M4 9 Q4 6 7 6 L17 6 Q20 6 20 9 L20 16 Q20 18 18 18 L6 18 Q4 18 4 16 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 11 Q12 9 17 11\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 14 Q12 12 17 14\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePlush Padded Comfort\u003c\/h3\u003e\n\u003cp\u003eGenerous foam padding in the seat, back, and headrest for sink-in comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Key Features Grid --\u003e\n\u003cdiv class=\"brzc-section\"\u003e\n\u003cdiv class=\"brzc-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"brzc-features\"\u003e\n\u003cdiv class=\"brzc-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brzc-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003ccircle r=\"2\" cy=\"12\" cx=\"6\"\u003e\u003c\/circle\u003e\u003ccircle r=\"2\" cy=\"12\" cx=\"18\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 12 L16 12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eDual-Motor Electric Recline\u003c\/h3\u003e\n\u003cp\u003eIndependent motors control the recline angle and headrest position separately, so you can stretch the legs out flat while keeping the head upright for TV — or vice versa for a true napping position. Smooth, quiet, button-controlled positioning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brzc-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003ccircle stroke-dasharray=\"2 1.5\" r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003ccircle r=\"5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePremium Rhino Fabric\u003c\/h3\u003e\n\u003cp\u003eHeavyweight Rhino fabric upholstery — densely-woven for everyday use, with a smooth, even hand-feel that holds shape over years of daily reclining and masks marks better than thinner fabric weaves.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brzc-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003ccircle r=\"4\" cy=\"12\" cx=\"8\"\u003e\u003c\/circle\u003e\u003ccircle r=\"4\" cy=\"12\" cx=\"16\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eTwo Colour Options\u003c\/h3\u003e\n\u003cp\u003eAvailable in \u003cstrong\u003eBlack\u003c\/strong\u003e for a sleek high-tech home theatre look, or \u003cstrong\u003eCharcoal\u003c\/strong\u003e for a softer, warmer mid-grey that works in mixed-use living rooms. Matches the rest of the Breeze range exactly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brzc-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M3 9 Q3 6 6 6 L18 6 Q21 6 21 9 L21 18 L3 18 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 13 L21 13\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePlush Padded Seat \u0026amp; Headrest\u003c\/h3\u003e\n\u003cp\u003eGenerously padded seat cushion, side-bolster wings, and pillowy headrest deliver the deep, sink-in comfort that home theatre buyers expect. Built for long viewing sessions and weekend movie marathons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Material Callout --\u003e\n\u003cdiv class=\"brzc-material-callout\"\u003e\n\u003ch3\u003eAbout the Materials\u003c\/h3\u003e\n\u003cp\u003eThe Breeze Recliner Chair is upholstered in heavyweight Rhino fabric — a densely-woven, smooth-handed weave that's become a popular choice for everyday family use thanks to its durability and forgiving surface. Learn more in our \u003ca rel=\"noopener\" href=\"https:\/\/thea2zfurniture.com\/blogs\/lounging-in-style-sofa-and-lounge-inspiration\/unveiling-the-marvel-of-rhino-fabric-a-comprehensive-guide-by-the-a2z-furniture\" target=\"_blank\"\u003ecomplete guide to Rhino fabric\u003c\/a\u003e. The frame is built on a sturdy timber and metal mechanism with high-density foam in the seat and back. Powered components include the dual-motor electric recline, the powered headrest adjuster, the USB charging port, and the underseat ambient LED strip — powered by mains cables that plug into standard Australian wall outlets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Choose Your Colour --\u003e\n\u003cdiv class=\"brzc-section\"\u003e\n\u003cdiv class=\"brzc-label\"\u003eChoose Your Colour\u003c\/div\u003e\n\u003cdiv class=\"brzc-colour-grid\"\u003e\n\u003cdiv class=\"brzc-option-card\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #6B6F6E, #2E302D);\" class=\"brzc-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch3\u003eBlack\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-option-card\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #877F7C, #5A5957);\" class=\"brzc-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch3\u003eCharcoal\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Care Instructions --\u003e\n\u003cdiv class=\"brzc-section\"\u003e\n\u003cdiv class=\"brzc-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"brzc-care-grid\"\u003e\n\u003cdiv class=\"brzc-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brzc-care-emoji\"\u003e🧹\u003c\/span\u003e\n\u003ch3\u003eVacuum Weekly\u003c\/h3\u003e\n\u003cp\u003eVacuum the Rhino fabric weekly with the upholstery attachment to lift dust and crumbs. Pay extra attention around the cupholder rims and the recline mechanism gap at the back of the seat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brzc-care-emoji\"\u003e💧\u003c\/span\u003e\n\u003ch3\u003eSpot-Clean Spills Promptly\u003c\/h3\u003e\n\u003cp\u003eBlot spills immediately with a clean white microfibre cloth — don't rub. Test cleaners on a hidden area first. Avoid harsh solvents and bleach. Don't over-wet the fabric, especially in QLD humidity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brzc-care-emoji\"\u003e🔌\u003c\/span\u003e\n\u003ch3\u003ePlan Your Power Outlet\u003c\/h3\u003e\n\u003cp\u003eThe chair runs on a mains cable that plugs into a standard Australian wall outlet. Position near a power point, and don't run the cable under heavy foot traffic where it can be pinched or damaged.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"brzc-care-emoji\"\u003e⚙️\u003c\/span\u003e\n\u003ch3\u003eOperate Smoothly\u003c\/h3\u003e\n\u003cp\u003eLet the dual-motor recline cycle complete before pressing the button again — repeated rapid-fire commands can stress the motors over time. The recliner self-times at a smooth, quiet pace by design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. At a Glance --\u003e\n\u003cdiv class=\"brzc-section\"\u003e\n\u003cdiv class=\"brzc-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"brzc-list\"\u003e\n\u003cdiv class=\"brzc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"brzc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSingle-seat dual-motor electric recliner with powered adjustable headrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"brzc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eHeavyweight Rhino fabric upholstery in Black or Charcoal.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"brzc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eStainless steel cupholders in both armrests.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"brzc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eUSB charging port built into the side of the armrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"brzc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eUnderseat ambient LED strip lighting.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"brzc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eGenerously padded seat, back, and side-bolster headrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"brzc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSturdy timber and metal frame on a black plinth base.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brzc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"brzc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePowered by a mains cable — plan placement near a power outlet.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. Range Strip --\u003e\n\u003cdiv class=\"brzc-related-strip\"\u003e\n\u003cdiv class=\"brzc-related-label\"\u003eBreeze Range\u003c\/div\u003e\n\u003cdiv class=\"brzc-related-items\"\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/breeze-3-seater-dual-motor-electric-recliner-lounge\" class=\"brzc-related-item\"\u003eBreeze 3 Seater\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/breeze-2-seater-dual-motor-electric-recliner-lounge\" class=\"brzc-related-item\"\u003eBreeze 2 Seater\u003c\/a\u003e\n\u003cdiv aria-current=\"page\" class=\"brzc-related-current\"\u003eBreeze Recliner Chair\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 9. SEO Body Copy --\u003e\n\u003cdiv class=\"brzc-seo\"\u003e\n\u003ch2\u003eBreeze Dual Motor Electric Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Breeze Dual Motor Electric Recliner Chair is the single-seat companion to the Breeze recliner range — a tech-forward home theatre chair with two independent motors (one for recline, one for the powered headrest), built-in stainless steel cupholders in both armrests, a USB charging port set into the armrest side, and underseat ambient LED strip lighting. Upholstered in heavyweight \u003ca rel=\"noopener\" href=\"https:\/\/thea2zfurniture.com\/blogs\/lounging-in-style-sofa-and-lounge-inspiration\/unveiling-the-marvel-of-rhino-fabric-a-comprehensive-guide-by-the-a2z-furniture\" target=\"_blank\"\u003eRhino fabric\u003c\/a\u003e in \u003cstrong\u003eBlack\u003c\/strong\u003e or \u003cstrong\u003eCharcoal\u003c\/strong\u003e. The frame is built on a sturdy timber and metal mechanism with a black plinth base, and the chair is powered by a mains cable connecting to a standard Australian wall outlet.\u003c\/p\u003e\n\u003cp\u003eThe Breeze Recliner Chair is designed for buyers who want serious electric recliner comfort in a single-seat footprint — perfect for solo TV watchers, dedicated reading corners, home offices, parents who want their own quiet retreat, or as the third piece in a 3+2+1 lounge suite. The dual-motor design lets you stretch the legs out flat while keeping the head upright for TV — or recline both at once for a proper nap. The Rhino fabric handles everyday family use far better than thinner weaves, and the integrated USB port means you can keep your phone charged without trailing cables to a side table. The cupholders mean drinks never have to leave the chair to be set down somewhere precarious.\u003c\/p\u003e\n\u003cp\u003eFor a complete matching lounge suite, pair the Breeze Recliner Chair with the \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/breeze-2-seater-dual-motor-electric-recliner-lounge\"\u003eBreeze 2 Seater\u003c\/a\u003e and \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/breeze-3-seater-dual-motor-electric-recliner-lounge\"\u003eBreeze 3 Seater\u003c\/a\u003e — all three pieces share the same Rhino fabric, the same dual-motor recline mechanism, and the same modern home theatre styling. To see the Breeze in person, test the dual-motor recline, and try the chair for fit, visit one of our five A2Z Furniture showrooms in Rocklea, Virginia, Bundall (Gold Coast), North Ipswich, and Beenleigh.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Black","offer_id":42712722669703,"sku":"BZ-1ER-BL","price":899.0,"currency_code":"AUD","in_stock":true},{"title":"Charcoal","offer_id":42712722702471,"sku":"BZ-1ER-CH","price":899.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/breeze-dual-motor-electric-recliner-chair-the-a2z-furniture-1-Edited.jpg?v=1778478632"},{"product_id":"broom-recliner-chair","title":"Broom Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.brmc-desc {\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.brmc-desc * { box-sizing: border-box; }\n.brmc-desc p { margin: 0 0 16px 0; }\n.brmc-desc strong { color: #222222; }\n\n.brmc-desc .brmc-section { margin-bottom: 28px; }\n\n.brmc-desc .brmc-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin-bottom: 14px;\n}\n\n.brmc-desc .brmc-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n\n@media (max-width: 768px) {\n  .brmc-desc .brmc-features { grid-template-columns: 1fr; }\n}\n\n.brmc-desc .brmc-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.brmc-desc .brmc-feature-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.brmc-desc .brmc-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.brmc-desc .brmc-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.brmc-desc .brmc-tech-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n}\n\n@media (max-width: 768px) {\n  .brmc-desc .brmc-tech-grid { grid-template-columns: 1fr 1fr; }\n}\n\n@media (max-width: 480px) {\n  .brmc-desc .brmc-tech-grid { grid-template-columns: 1fr; }\n}\n\n.brmc-desc .brmc-tech-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px;\n  text-align: center;\n}\n\n.brmc-desc .brmc-tech-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: flex;\n  justify-content: center;\n}\n\n.brmc-desc .brmc-tech-card h3 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n  letter-spacing: 0.03em;\n}\n\n.brmc-desc .brmc-tech-card p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.5;\n}\n\n.brmc-desc .brmc-material-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin-bottom: 28px;\n}\n\n.brmc-desc .brmc-material-callout h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px 0;\n}\n\n.brmc-desc .brmc-material-callout p {\n  font-size: 15px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n.brmc-desc .brmc-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n@media (max-width: 768px) {\n  .brmc-desc .brmc-care-grid { grid-template-columns: 1fr; }\n}\n\n.brmc-desc .brmc-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.brmc-desc .brmc-care-card .brmc-care-emoji {\n  font-size: 22px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.brmc-desc .brmc-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.brmc-desc .brmc-care-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.brmc-desc .brmc-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.brmc-desc .brmc-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.6;\n}\n\n.brmc-desc .brmc-tick {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.brmc-desc .brmc-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n.brmc-desc .brmc-related-strip {\n  background: #2C241B;\n  border-radius: 10px;\n  padding: 20px;\n  margin-bottom: 28px;\n}\n\n.brmc-desc .brmc-related-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.5);\n  margin-bottom: 14px;\n}\n\n.brmc-desc .brmc-related-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.brmc-desc .brmc-related-item {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.85);\n  text-decoration: none;\n  border: 1px solid rgba(255,255,255,0.15);\n  transition: all 0.3s ease;\n  background: transparent;\n}\n\n.brmc-desc .brmc-related-item:hover {\n  background: rgba(255,255,255,0.15);\n}\n\n.brmc-desc .brmc-related-current {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #fff;\n  border: 1px solid #C2824D;\n  background: transparent;\n}\n\n.brmc-desc .brmc-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.brmc-desc .brmc-seo h2 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px 0;\n}\n\n.brmc-desc .brmc-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 14px 0;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"brmc-desc\"\u003e\n\u003c!-- 1. Intro --\u003e\n\u003cdiv class=\"brmc-section\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eBroom Recliner Chair\u003c\/strong\u003e is the single-seat companion to the Broom 2 Seater and 3 Seater lounges — a smart, modern electric recliner designed for personal viewing zones, reading nooks, and corner spots in a media room. The seat power-reclines at the touch of a button, and one armrest is a working surface: it houses a \u003cstrong\u003ecooling cupholder\u003c\/strong\u003e on top that keeps drinks chilled through the whole movie, plus a \u003cstrong\u003eflip-up storage compartment\u003c\/strong\u003e hidden underneath for remotes, headphones, and small accessories. The opposite armrest is solid for resting your arm on. An \u003cstrong\u003eunderseat blue LED\u003c\/strong\u003e strip adds cinema-style mood to dark rooms, and contrast white stitching across the back and seat sharpens the modern silhouette. Upholstered in \u003cstrong\u003epremium soft-touch fabric\u003c\/strong\u003e in \u003cstrong\u003eCharcoal\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Tech Features Grid --\u003e\n\u003cdiv class=\"brmc-section\"\u003e\n\u003cdiv class=\"brmc-label\"\u003eFeatures at a Glance\u003c\/div\u003e\n\u003cdiv class=\"brmc-tech-grid\"\u003e\n\u003cdiv class=\"brmc-tech-card\"\u003e\n\u003cspan class=\"brmc-tech-icon\" aria-hidden=\"true\"\u003e \u003c!-- Cup with snowflake --\u003e \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M5 11 L17 11 L17 19 Q17 21 15 21 L7 21 Q5 21 5 19 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M17 13 L20 13 Q21 13 21 14.5 Q21 16 20 16 L17 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M11 3 L11 9 M8 5 L14 7 M14 5 L8 7\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eCooling Cupholder\u003c\/h3\u003e\n\u003cp\u003eCooling cupholder built into the armrest — drinks stay chilled through the whole movie.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brmc-tech-card\"\u003e\n\u003cspan class=\"brmc-tech-icon\" aria-hidden=\"true\"\u003e \u003c!-- Reclining chair side profile --\u003e \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M6 14 L6 20 L18 20\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 14 L8 14 L8 5 Q8 3 10 3 L12 3 Q14 3 14 5 L14 14\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 14 L18 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eElectric Recline\u003c\/h3\u003e\n\u003cp\u003ePower-recline at the touch of a button — smooth, quiet motorised motion finds your perfect angle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brmc-tech-card\"\u003e\n\u003cspan class=\"brmc-tech-icon\" aria-hidden=\"true\"\u003e \u003c!-- Storage with hinged lid --\u003e \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M5 12 L5 19 Q5 20 6 20 L18 20 Q19 20 19 19 L19 12\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 8 L21 8 L21 12 L3 12 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 8 L7 4 L17 4 L21 8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eIn-Armrest Storage\u003c\/h3\u003e\n\u003cp\u003eThe armrest has a flip-up lid revealing internal storage — for remotes, headphones, snacks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brmc-tech-card\"\u003e\n\u003cspan class=\"brmc-tech-icon\" aria-hidden=\"true\"\u003e \u003c!-- Sofa silhouette with glowing line of dots underneath --\u003e \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M3 14 L3 9 Q3 7 5 7 L19 7 Q21 7 21 9 L21 14\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 14 L3 17 L21 17 L21 14\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 17 L5 19 M19 17 L19 19\"\u003e\u003c\/path\u003e\u003ccircle cx=\"6\" cy=\"21\" r=\"0.6\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"9\" cy=\"21\" r=\"0.6\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"21\" r=\"0.6\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"15\" cy=\"21\" r=\"0.6\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18\" cy=\"21\" r=\"0.6\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eUnderseat Blue LED\u003c\/h3\u003e\n\u003cp\u003eAmbient blue LED strip lighting beneath the underframe — cinema-style mood for movie nights.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brmc-tech-card\"\u003e\n\u003cspan class=\"brmc-tech-icon\" aria-hidden=\"true\"\u003e \u003c!-- Plush cushion --\u003e \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M4 9 Q4 6 7 6 L17 6 Q20 6 20 9 L20 16 Q20 18 18 18 L6 18 Q4 18 4 16 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 11 Q12 9 17 11\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 14 Q12 12 17 14\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePlush Padded Comfort\u003c\/h3\u003e\n\u003cp\u003eGenerous foam padding through the seat, back, and pillow-style headrest — sink-in cinema-grade comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brmc-tech-card\"\u003e\n\u003cspan class=\"brmc-tech-icon\" aria-hidden=\"true\"\u003e \u003c!-- Stitching\/contrast detail --\u003e \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"1.5\"\u003e\u003c\/rect\u003e\u003cline x1=\"12\" y1=\"4\" x2=\"12\" y2=\"20\" stroke-dasharray=\"2 1.5\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eContrast White Stitching\u003c\/h3\u003e\n\u003cp\u003eCrisp white stitching across the back and seat — sharp modern detailing against the charcoal upholstery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Key Features Grid --\u003e\n\u003cdiv class=\"brmc-section\"\u003e\n\u003cdiv class=\"brmc-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"brmc-features\"\u003e\n\u003cdiv class=\"brmc-feature-card\"\u003e\n\u003cspan class=\"brmc-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"2\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 14 L12 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eSingle-Seat Electric Recline\u003c\/h3\u003e\n\u003cp\u003ePower-recline the seat at the touch of a button — smooth, quiet motorised motion takes you from upright to fully reclined and back without any hand-pull mechanism. Powered by mains cables connecting to standard Australian wall outlets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brmc-feature-card\"\u003e\n\u003cspan class=\"brmc-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M5 11 L17 11 L17 19 Q17 21 15 21 L7 21 Q5 21 5 19 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M17 13 L20 13 Q21 13 21 14.5 Q21 16 20 16 L17 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M11 3 L11 9 M8 5 L14 7 M14 5 L8 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eCooling Cupholder \u0026amp; In-Arm Storage\u003c\/h3\u003e\n\u003cp\u003eOne armrest does double duty: a \u003cstrong\u003ecooling cupholder\u003c\/strong\u003e set into the top keeps drinks chilled through the whole movie, while a \u003cstrong\u003eflip-up storage compartment\u003c\/strong\u003e hidden underneath gives you space to stash remotes, headphones, magazines, and small accessories away from view.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brmc-feature-card\"\u003e\n\u003cspan class=\"brmc-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M3 14 L3 9 Q3 7 5 7 L19 7 Q21 7 21 9 L21 14\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 14 L3 17 L21 17 L21 14\"\u003e\u003c\/path\u003e\u003ccircle cx=\"6\" cy=\"21\" r=\"0.6\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"9\" cy=\"21\" r=\"0.6\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"21\" r=\"0.6\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"15\" cy=\"21\" r=\"0.6\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18\" cy=\"21\" r=\"0.6\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eAmbient Blue Underseat LED\u003c\/h3\u003e\n\u003cp\u003eSubtle blue LED strip lighting beneath the underframe creates a cinematic glow on the floor around the chair — perfect for late-night movie watching, gaming, or just adding atmosphere to a media room without distracting from the screen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brmc-feature-card\"\u003e\n\u003cspan class=\"brmc-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 8 L21 8 M3 13 L21 13 M3 18 L21 18\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 3 L8 21 M13 3 L13 21 M18 3 L18 21\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePremium Charcoal Upholstery\u003c\/h3\u003e\n\u003cp\u003eSoft-touch upholstery in Charcoal with contrast white stitching across the back and seat. The textured weave hides everyday marks well and gives the chair a sharp, modern look that suits both formal lounge rooms and dedicated media spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Material Callout --\u003e\n\u003cdiv class=\"brmc-material-callout\"\u003e\n\u003ch3\u003eAbout the Materials\u003c\/h3\u003e\n\u003cp\u003eThe Broom Recliner Chair is upholstered in premium soft-touch fabric in Charcoal with contrast white stitching — a textured weave that's comfortable to sit on and forgiving of everyday marks. The frame is built on sturdy timber with a steel recliner mechanism, plus a cooling cupholder unit and flip-up storage compartment in one armrest, and the underseat blue LED strip. Powered components are powered by mains cables connecting to standard Australian wall outlets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Care Instructions --\u003e\n\u003cdiv class=\"brmc-section\"\u003e\n\u003cdiv class=\"brmc-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"brmc-care-grid\"\u003e\n\u003cdiv class=\"brmc-care-card\"\u003e\n\u003cspan class=\"brmc-care-emoji\" aria-hidden=\"true\"\u003e🧹\u003c\/span\u003e\n\u003ch3\u003eVacuum Weekly\u003c\/h3\u003e\n\u003cp\u003eVacuum with the upholstery attachment to lift dust and surface debris before it works into the weave. Pay attention around the seat seams, the cupholder rims, and the storage compartment hinges.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brmc-care-card\"\u003e\n\u003cspan class=\"brmc-care-emoji\" aria-hidden=\"true\"\u003e💧\u003c\/span\u003e\n\u003ch3\u003eSpot-Clean Spills Promptly\u003c\/h3\u003e\n\u003cp\u003eBlot spills with a clean white microfibre cloth — never rub. Working from the outside in stops the mark spreading. Test cleaners on a hidden area first. Avoid harsh solvents and bleach.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brmc-care-card\"\u003e\n\u003cspan class=\"brmc-care-emoji\" aria-hidden=\"true\"\u003e☀️\u003c\/span\u003e\n\u003ch3\u003eClimate Care\u003c\/h3\u003e\n\u003cp\u003eIn Queensland's humid summers, keep cleaning gentle and quick-drying. Don't over-wet the fabric. A fabric protector is a smart option for kids-and-pets households.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brmc-care-card\"\u003e\n\u003cspan class=\"brmc-care-emoji\" aria-hidden=\"true\"\u003e⚙️\u003c\/span\u003e\n\u003ch3\u003eOperate Recliner Smoothly\u003c\/h3\u003e\n\u003cp\u003eLet the electric recline cycle complete before pressing the button again — repeated rapid-fire commands can stress the motor over time. The recliner self-times at a smooth, quiet pace by design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. At a Glance --\u003e\n\u003cdiv class=\"brmc-section\"\u003e\n\u003cdiv class=\"brmc-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"brmc-list\"\u003e\n\u003cdiv class=\"brmc-list-item\"\u003e\n\u003cdiv class=\"brmc-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSingle-seat electric recliner chair — power-recline at the touch of a button.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brmc-list-item\"\u003e\n\u003cdiv class=\"brmc-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eCooling cupholder built into the armrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brmc-list-item\"\u003e\n\u003cdiv class=\"brmc-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eFlip-up storage compartment inside the armrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brmc-list-item\"\u003e\n\u003cdiv class=\"brmc-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePremium soft-touch upholstery in Charcoal with contrast white stitching.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brmc-list-item\"\u003e\n\u003cdiv class=\"brmc-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eAmbient blue underseat LED strip lighting.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brmc-list-item\"\u003e\n\u003cdiv class=\"brmc-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePlush padded seat, back, and pillow-style headrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brmc-list-item\"\u003e\n\u003cdiv class=\"brmc-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSturdy timber frame with steel recliner mechanism.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brmc-list-item\"\u003e\n\u003cdiv class=\"brmc-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePowered by mains cable connecting to standard Australian wall outlet.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Range Strip --\u003e\n\u003cdiv class=\"brmc-related-strip\"\u003e\n\u003cdiv class=\"brmc-related-label\"\u003eBroom Range\u003c\/div\u003e\n\u003cdiv class=\"brmc-related-items\"\u003e\n\u003cdiv class=\"brmc-related-current\" aria-current=\"page\"\u003eBroom Recliner Chair\u003c\/div\u003e\n\u003ca class=\"brmc-related-item\" href=\"https:\/\/thea2zfurniture.com\/products\/broom-2-seater-recliner-lounge-cooling-cup-holders\"\u003eBroom 2 Seater Recliner Lounge\u003c\/a\u003e \u003ca class=\"brmc-related-item\" href=\"https:\/\/thea2zfurniture.com\/products\/broom-3-seater-electric-recliner-lounge\"\u003eBroom 3 Seater Recliner Lounge\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. SEO Body Copy --\u003e\n\u003cdiv class=\"brmc-seo\"\u003e\n\u003ch2\u003eBroom Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Broom Recliner Chair is the single-seat companion to the Broom 2 Seater and 3 Seater lounges — a smart, modern electric recliner designed for personal viewing zones, reading nooks, and corner spots in a media room. The seat power-reclines at the touch of a button using a smooth, quiet motorised mechanism — no awkward hand-pull lever, no awkward setup. One armrest pulls double duty: a \u003cstrong\u003ecooling cupholder\u003c\/strong\u003e set into the top keeps a can or glass chilled through the whole movie, plus a \u003cstrong\u003eflip-up storage compartment\u003c\/strong\u003e hidden underneath, perfect for stashing remotes, headphones, snacks, and small accessories. The opposite armrest is solid for resting your arm on. Underseat blue LED strip lighting runs along the underframe for cinema-style mood — subtle enough not to distract from the screen.\u003c\/p\u003e\n\u003cp\u003eUpholstered in premium soft-touch fabric in Charcoal with contrast white stitching, the Broom Recliner Chair is built for everyday family use; the textured weave is comfortable to sit on and forgiving of everyday marks. The chair is powered by a mains cable connecting to a standard Australian wall outlet — no battery packs to charge, no awkward setup. Sturdy timber frame, steel recliner mechanism, and plush padding through the seat, back, and pillow-style headrest deliver cinema-grade comfort in a single-seat footprint that fits where a full lounge wouldn't. Care for the upholstery weekly with gentle vacuuming, blot spills promptly with a microfibre cloth, and avoid harsh solvents.\u003c\/p\u003e\n\u003cp\u003eSee the Broom Recliner Chair in person across our five South-East Queensland showrooms — Rocklea, Sandgate, North Ipswich, Beenleigh, and Bundall on the Gold Coast. Sit in it, recline it, drop a drink in the cooling cupholder, lift the storage compartment lid, and check the LED glow before deciding. Pair it with the matching Broom 2 Seater or 3 Seater Recliner Lounge to build a coordinated 3+2+1 home theatre setup. Visit any A2Z Furniture showroom or shop online for fast Brisbane and Gold Coast delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Default Title","offer_id":42959991537799,"sku":"BM-1ER-GR","price":699.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/broom-recliner-chair-the-a2z-furniture-1-Edited.jpg?v=1778478779"},{"product_id":"beach-recliner-chair","title":"Beach Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.beach-desc {\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.beach-desc * { box-sizing: border-box; }\n.beach-desc p { margin: 0 0 16px 0; }\n.beach-desc strong { color: #222222; }\n\n.beach-desc .beach-section { margin-bottom: 28px; }\n\n.beach-desc .beach-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin-bottom: 14px;\n}\n\n.beach-desc .beach-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n\n@media (max-width: 768px) {\n  .beach-desc .beach-features { grid-template-columns: 1fr; }\n}\n\n.beach-desc .beach-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.beach-desc .beach-feature-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.beach-desc .beach-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.beach-desc .beach-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.beach-desc .beach-tech-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 10px;\n}\n\n@media (max-width: 480px) {\n  .beach-desc .beach-tech-grid { grid-template-columns: 1fr; }\n}\n\n.beach-desc .beach-tech-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px;\n  text-align: center;\n}\n\n.beach-desc .beach-tech-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: flex;\n  justify-content: center;\n}\n\n.beach-desc .beach-tech-card h3 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n  letter-spacing: 0.03em;\n}\n\n.beach-desc .beach-tech-card p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.5;\n}\n\n.beach-desc .beach-material-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin-bottom: 28px;\n}\n\n.beach-desc .beach-material-callout h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px 0;\n}\n\n.beach-desc .beach-material-callout p {\n  font-size: 15px;\n  color: #222222;\n  margin: 0 0 10px 0;\n  line-height: 1.7;\n}\n\n.beach-desc .beach-material-callout p:last-child { margin-bottom: 0; }\n\n.beach-desc .beach-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n@media (max-width: 768px) {\n  .beach-desc .beach-care-grid { grid-template-columns: 1fr; }\n}\n\n.beach-desc .beach-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.beach-desc .beach-care-card .beach-care-emoji {\n  font-size: 22px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.beach-desc .beach-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.beach-desc .beach-care-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.beach-desc .beach-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.beach-desc .beach-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.6;\n}\n\n.beach-desc .beach-tick {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.beach-desc .beach-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n.beach-desc .beach-range-strip {\n  background: #2C241B;\n  border-radius: 8px;\n  padding: 20px 24px;\n  margin-bottom: 28px;\n}\n\n.beach-desc .beach-range-strip h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 12px 0;\n}\n\n.beach-desc .beach-range-pills {\n  display: flex;\n  gap: 12px;\n  flex-wrap: wrap;\n}\n\n.beach-desc .beach-range-pill {\n  padding: 8px 16px;\n  border-radius: 999px;\n  font-size: 13px;\n  font-weight: 600;\n  border: 1.5px solid #C2824D;\n  transition: all 0.2s;\n  text-decoration: none;\n  display: inline-block;\n}\n\n.beach-desc .beach-range-pill.current {\n  background: #C2824D;\n  color: #FFF;\n}\n\n.beach-desc .beach-range-pill:not(.current) {\n  background: transparent;\n  color: #C2824D;\n}\n\n.beach-desc .beach-range-pill:not(.current):hover {\n  background: rgba(194, 130, 77, 0.1);\n}\n\n.beach-desc .beach-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.beach-desc .beach-seo h2 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px 0;\n}\n\n.beach-desc .beach-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 14px 0;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"beach-desc\"\u003e\n\u003c!-- 1. Intro --\u003e\n\u003cdiv class=\"beach-section\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eBeach Recliner Chair\u003c\/strong\u003e is a single-seat recliner with a smooth manual recline mechanism, an extending footrest, and a channel-stitched pillow-top backrest. Wrapped in a textured charcoal fabric with tonal stitching, it suits living rooms, home theatres, and reading nooks where one person wants their own dedicated lounging spot. Setup is unusually quick — the chair ships in a compact box and the backrest slides into place without tools or hardware. Use as a standalone piece, or pair with the Beach 2 Seater or 3 Seater Recliner Lounges for a coordinated set.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Tech Features Grid --\u003e\n\u003cdiv class=\"beach-section\"\u003e\n\u003cdiv class=\"beach-label\"\u003eFeatures at a Glance\u003c\/div\u003e\n\u003cdiv class=\"beach-tech-grid\"\u003e\n\u003cdiv class=\"beach-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"beach-tech-icon\"\u003e \u003c!-- Manual recline --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M5 18 L5 12 L10 8 L19 8 L19 14 L13 18 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M19 14 L21 14\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 18 L21 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eManual Recline + Footrest\u003c\/h3\u003e\n\u003cp\u003eSide-mounted lever releases the backrest into recline while the integrated footrest extends — smooth, simple, no electronics to fail.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beach-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"beach-tech-icon\"\u003e \u003c!-- Channel-stitched backrest --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"2\" height=\"18\" width=\"12\" y=\"3\" x=\"6\"\u003e\u003c\/rect\u003e\u003cline opacity=\"0.5\" y2=\"18\" x2=\"9\" y1=\"6\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline opacity=\"0.5\" y2=\"18\" x2=\"12\" y1=\"6\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline opacity=\"0.5\" y2=\"18\" x2=\"15\" y1=\"6\" x1=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eChannel-Stitched Backrest\u003c\/h3\u003e\n\u003cp\u003eVertical channel stitching down the centre of the pillow-top backrest adds visual texture and helps keep the cushioning structured under daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beach-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"beach-tech-icon\"\u003e \u003c!-- Slide-in assembly --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"1\" height=\"9\" width=\"16\" y=\"11\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath opacity=\"0.5\" d=\"M8 11 L8 4 L16 4 L16 11\"\u003e\u003c\/path\u003e\u003cpath stroke-dasharray=\"2,2\" d=\"M12 7 L12 11\"\u003e\u003c\/path\u003e\u003cpolyline opacity=\"0.6\" points=\"9,9 12,11 15,9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eSlide-In Backrest Assembly\u003c\/h3\u003e\n\u003cp\u003eThe backrest slides into place without tools, screws, or wrestled hardware. Up and ready in minutes — apartment-friendly delivery and setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beach-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"beach-tech-icon\"\u003e \u003c!-- Metal frame --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"1\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cline opacity=\"0.4\" y2=\"9\" x2=\"20\" y1=\"9\" x1=\"4\"\u003e\u003c\/line\u003e\u003cline opacity=\"0.4\" y2=\"15\" x2=\"20\" y1=\"15\" x1=\"4\"\u003e\u003c\/line\u003e\u003cline opacity=\"0.4\" y2=\"20\" x2=\"9\" y1=\"4\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline opacity=\"0.4\" y2=\"20\" x2=\"15\" y1=\"4\" x1=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eMetal Frame\u003c\/h3\u003e\n\u003cp\u003eInternal metal frame supports the recline mechanism and holds the chair's structure under daily sitting and reclining cycles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Key Features Grid --\u003e\n\u003cdiv class=\"beach-section\"\u003e\n\u003cdiv class=\"beach-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"beach-features\"\u003e\n\u003cdiv class=\"beach-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"beach-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M5 18 L5 12 L10 8 L19 8 L19 14 L13 18 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 18 L21 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePull-Lever Recline, No Power Required\u003c\/h3\u003e\n\u003cp\u003eA side-mounted manual lever handles the recline. Pull it, and the backrest reclines while the footrest extends in one motion. No power cord, no batteries, no remote to lose down the side of the seat — and nothing to break or replace down the line. For most people, manual is genuinely easier than wrestling with electric controls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beach-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"beach-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"2\" height=\"16\" width=\"14\" y=\"4\" x=\"5\"\u003e\u003c\/rect\u003e\u003cline opacity=\"0.5\" y2=\"17\" x2=\"9\" y1=\"7\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline opacity=\"0.5\" y2=\"17\" x2=\"15\" y1=\"7\" x1=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePillow-Top Comfort, Channel-Stitched Detail\u003c\/h3\u003e\n\u003cp\u003eThe backrest features a generous pillow-top construction with vertical channel stitching down the centre — the kind of detail that breaks up a plain panel and adds a subtle visual rhythm. Plush padded armrests carry the same softness across to where your forearms naturally rest. Built for people who want their recliner to actually feel like a recliner, not a hard chair that happens to tilt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beach-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"beach-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"1\" height=\"11\" width=\"18\" y=\"9\" x=\"3\"\u003e\u003c\/rect\u003e\u003cpath opacity=\"0.5\" d=\"M7 9 L7 4 L17 4 L17 9\"\u003e\u003c\/path\u003e\u003cpath opacity=\"0.7\" stroke-dasharray=\"2,2\" d=\"M12 4 L12 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eTool-Free Setup, Apartment-Friendly Delivery\u003c\/h3\u003e\n\u003cp\u003eThe Beach ships in a compact box that fits through standard doorways and lifts upstairs without trouble. Once it's in the room, the backrest slides into place — no tools, no hardware bag, no allen keys to lose. That makes it especially useful for upstairs apartments, share houses, and anyone who'd rather not spend an afternoon on the floor with assembly instructions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beach-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"beach-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"1\" height=\"12\" width=\"6\" y=\"6\" x=\"3\"\u003e\u003c\/rect\u003e\u003crect rx=\"1\" height=\"12\" width=\"6\" y=\"6\" x=\"11\"\u003e\u003c\/rect\u003e\u003crect rx=\"1\" height=\"12\" width=\"2\" y=\"6\" x=\"19\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eComplete the Set\u003c\/h3\u003e\n\u003cp\u003eThe Beach is part of a coordinated three-piece range: chair, 2 seater lounge, and 3 seater lounge. All pieces share the same charcoal fabric, channel-stitched backrest detail, and manual recline mechanism — useful if you want one for the corner reading spot and a matching lounge for the main TV setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Material Callout --\u003e\n\u003cdiv class=\"beach-material-callout\"\u003e\n\u003ch3\u003eCharcoal Fabric Upholstery\u003c\/h3\u003e\n\u003cp\u003eThe Beach is wrapped in a textured charcoal fabric with a slightly mottled, distressed-effect finish that gives the chair more visual depth than a flat solid-colour upholstery would. Tonal stitching is colour-matched to the fabric so seam lines stay subtle, letting the channel-stitched backrest and overall silhouette do the visual work.\u003c\/p\u003e\n\u003cp\u003eCharcoal is one of the most accommodating colours in furniture — it sits comfortably alongside warmer timber tones, cooler greys, navy, and most accent colours without competing for attention.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Care Instructions --\u003e\n\u003cdiv class=\"beach-section\"\u003e\n\u003cdiv class=\"beach-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"beach-care-grid\"\u003e\n\u003cdiv class=\"beach-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"beach-care-emoji\"\u003e🧹\u003c\/span\u003e\n\u003ch3\u003eVacuum Weekly\u003c\/h3\u003e\n\u003cp\u003eVacuum the fabric weekly with the upholstery attachment to lift dust and surface debris before it works into the weave. Pay attention to seat seams, channel-stitched grooves, and around the recline mechanism.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beach-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"beach-care-emoji\"\u003e💧\u003c\/span\u003e\n\u003ch3\u003eSpot-Clean Spills Promptly\u003c\/h3\u003e\n\u003cp\u003eBlot spills immediately with a clean white microfibre cloth — never rub. Always test cleaners on a hidden area first. Avoid harsh solvents, bleach, and excessive water that can leave rings on the fabric.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beach-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"beach-care-emoji\"\u003e☀️\u003c\/span\u003e\n\u003ch3\u003eClimate Care\u003c\/h3\u003e\n\u003cp\u003eKeep the Beach out of direct sunlight to prevent fabric fading, especially important under Queensland's strong UV. Position away from heaters and air-conditioner vents that can dry out the upholstery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beach-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"beach-care-emoji\"\u003e🛠️\u003c\/span\u003e\n\u003ch3\u003eOperate the Mechanism Regularly\u003c\/h3\u003e\n\u003cp\u003eUse the recline mechanism every so often — even if you're not actively reclining — to keep the moving parts working smoothly. Stiffness usually means the chair has been left in one position for too long.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. At a Glance --\u003e\n\u003cdiv class=\"beach-section\"\u003e\n\u003cdiv class=\"beach-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"beach-list\"\u003e\n\u003cdiv class=\"beach-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"beach-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSingle-seat manual recliner with extending footrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beach-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"beach-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSide-mounted manual recline lever — no power required.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beach-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"beach-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePillow-top backrest with vertical channel stitching.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beach-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"beach-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePlush padded armrests.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beach-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"beach-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eTool-free slide-in backrest assembly.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beach-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"beach-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eInternal metal frame supports the mechanism.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beach-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"beach-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eCharcoal fabric upholstery with tonal stitching.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beach-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"beach-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eCompact-box delivery — apartment-friendly.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beach-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"beach-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePart of the Beach range — pairs with 2 Seater and 3 Seater Lounges.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beach-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"beach-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e1-Year Warranty.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Range Strip --\u003e\n\u003cdiv class=\"beach-range-strip\"\u003e\n\u003ch3\u003eComplete the Beach Range\u003c\/h3\u003e\n\u003cdiv class=\"beach-range-pills\"\u003e\n\u003cspan class=\"beach-range-pill current\"\u003eRecliner Chair\u003c\/span\u003e \u003ca class=\"beach-range-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/beach-2-seater-recliner-lounge\"\u003e2 Seater Recliner Lounge\u003c\/a\u003e \u003ca class=\"beach-range-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/beach-3-seater-recliner-lounge\"\u003e3 Seater Recliner Lounge\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. SEO Body Copy --\u003e\n\u003cdiv class=\"beach-seo\"\u003e\n\u003ch2\u003eBeach Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Beach Recliner Chair is a single-seat manual recliner designed for everyday relaxation in living rooms, home theatres, and reading corners. The side-mounted lever releases the backrest into recline while extending the footrest in one fluid motion — no power cords, batteries, or remote controls to lose or replace. The pillow-top backrest features vertical channel stitching down the centre that adds visual texture and helps the cushioning hold its structure over daily use. Plush padded armrests carry the same softness through to where your forearms rest, making the Beach genuinely comfortable for long sessions, not just short ones.\u003c\/p\u003e\n\u003cp\u003eSetup is the Beach's quietly clever feature: the chair ships in a compact box and the backrest slides into place without tools, hardware bags, or assembly instructions to puzzle through. That makes the Beach especially practical for upstairs apartments, share houses, narrow staircases, and anyone who'd rather get on with using the chair than spending an afternoon assembling it. The textured charcoal fabric has a slightly mottled, distressed-effect finish that adds visual depth, and tonal stitching keeps seam lines subtle. As a single seat, the Beach works as a dedicated reading chair, gaming spot, TV chair, or extra seat that doesn't crowd the main lounge — and it pairs cleanly with the matching Beach 2 Seater and 3 Seater Recliner Lounges for a coordinated set.\u003c\/p\u003e\n\u003cp\u003eSee the Beach Recliner Chair in person across our five South-East Queensland showrooms — Rocklea, Virginia, North Ipswich, Beenleigh, and Bundall on the Gold Coast. Try the manual recline lever, run your hand across the channel-stitched backrest, and check the Beach alongside the matching 2 Seater and 3 Seater Lounges. Our team can talk you through delivery to your suburb, the slide-in assembly process, lead times, and the 1-year warranty. Visit any A2Z Furniture showroom or shop online for fast Brisbane and Gold Coast delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Default Title","offer_id":42963957645447,"sku":"BH-1RR-CH","price":449.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/beach-recliner-chair-the-a2z-furniture-1_1.png?v=1778478786"},{"product_id":"latrobe-leather-recliner-chair","title":"Latrobe Leather Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.lat-desc {\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.lat-desc * { box-sizing: border-box; }\n.lat-desc p { margin: 0 0 16px 0; }\n.lat-desc strong { color: #222222; }\n\n.lat-desc .lat-section { margin-bottom: 28px; }\n\n.lat-desc .lat-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin-bottom: 14px;\n}\n\n.lat-desc .lat-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n\n@media (max-width: 768px) {\n  .lat-desc .lat-features { grid-template-columns: 1fr; }\n}\n\n.lat-desc .lat-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.lat-desc .lat-feature-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.lat-desc .lat-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.lat-desc .lat-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.lat-desc .lat-tech-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n}\n\n@media (max-width: 768px) {\n  .lat-desc .lat-tech-grid { grid-template-columns: 1fr 1fr; }\n}\n\n@media (max-width: 480px) {\n  .lat-desc .lat-tech-grid { grid-template-columns: 1fr; }\n}\n\n.lat-desc .lat-tech-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px;\n  text-align: center;\n}\n\n.lat-desc .lat-tech-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: flex;\n  justify-content: center;\n}\n\n.lat-desc .lat-tech-card h3 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n  letter-spacing: 0.03em;\n}\n\n.lat-desc .lat-tech-card p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.5;\n}\n\n.lat-desc .lat-material-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin-bottom: 28px;\n}\n\n.lat-desc .lat-material-callout h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px 0;\n}\n\n.lat-desc .lat-material-callout p {\n  font-size: 15px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n.lat-desc .lat-care-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 28px;\n}\n\n.lat-desc .lat-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 10px 14px;\n  border-radius: 999px;\n  font-size: 13.5px;\n  font-weight: 600;\n  text-decoration: none;\n  line-height: 1.3;\n}\n\n.lat-desc .lat-pill-ok {\n  background: #F7EDE3;\n  border: 1.5px solid #C2824D;\n  color: #2C241B;\n}\n\n.lat-desc .lat-pill-ok:hover {\n  background: #EFE0CF;\n}\n\n.lat-desc .lat-pill-warn {\n  background: #FBEDED;\n  border: 1.5px solid #C97373;\n  color: #6B2D2D;\n}\n\n.lat-desc .lat-pill-tick,\n.lat-desc .lat-pill-cross {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 18px;\n  height: 18px;\n  border-radius: 50%;\n  font-size: 12px;\n  font-weight: 700;\n  flex-shrink: 0;\n}\n\n.lat-desc .lat-pill-tick {\n  background: #C2824D;\n  color: #fff;\n}\n\n.lat-desc .lat-pill-cross {\n  background: #C97373;\n  color: #fff;\n}\n\n.lat-desc .lat-swatch-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 18px;\n  margin-bottom: 8px;\n}\n\n.lat-desc .lat-swatch-item {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 8px;\n}\n\n.lat-desc .lat-swatch-circle {\n  width: 48px;\n  height: 48px;\n  border-radius: 50%;\n  border: 2px solid #fff;\n  box-shadow: 0 0 0 1.5px #C2824D;\n}\n\n.lat-desc .lat-swatch-name {\n  font-size: 12px;\n  font-weight: 600;\n  color: #222222;\n  letter-spacing: 0.03em;\n}\n\n.lat-desc .lat-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n@media (max-width: 768px) {\n  .lat-desc .lat-care-grid { grid-template-columns: 1fr; }\n}\n\n.lat-desc .lat-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.lat-desc .lat-care-card .lat-care-emoji {\n  font-size: 22px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.lat-desc .lat-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.lat-desc .lat-care-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.lat-desc .lat-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.lat-desc .lat-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.6;\n}\n\n.lat-desc .lat-tick {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.lat-desc .lat-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n.lat-desc .lat-related-strip {\n  background: #2C241B;\n  border-radius: 10px;\n  padding: 20px;\n  margin-bottom: 28px;\n}\n\n.lat-desc .lat-related-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.5);\n  margin-bottom: 14px;\n}\n\n.lat-desc .lat-related-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.lat-desc .lat-related-item {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.85);\n  text-decoration: none;\n  border: 1px solid rgba(255,255,255,0.15);\n  transition: all 0.3s ease;\n  background: transparent;\n}\n\n.lat-desc .lat-related-item:hover {\n  background: rgba(255,255,255,0.15);\n}\n\n.lat-desc .lat-related-current {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #fff;\n  border: 1px solid #C2824D;\n  background: transparent;\n}\n\n.lat-desc .lat-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.lat-desc .lat-seo h2 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px 0;\n}\n\n.lat-desc .lat-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 14px 0;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"lat-desc\"\u003e\n\u003c!-- 1. Intro --\u003e\n\u003cdiv class=\"lat-section\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eLatrobe Leather Recliner Chair\u003c\/strong\u003e is a single-seat manual recliner upholstered in \u003cstrong\u003egenuine leather\u003c\/strong\u003e, with a clean modern silhouette designed to fit both compact apartments and larger family living rooms. Pull the side handle to extend the footrest and tilt the back into full lounge mode. Padded \u003cstrong\u003epillow-top armrests\u003c\/strong\u003e and a generously padded back with a moulded headrest deliver full lumbar and shoulder support — the kind of chair you settle into with a book or after a long day. Available in two timeless colour options: \u003cstrong\u003eGrey\u003c\/strong\u003e for a softer, lighter aesthetic or \u003cstrong\u003eDark Grey\u003c\/strong\u003e for a richer, contemporary look. Pairs with the matching \u003cstrong\u003eLatrobe 2 Seater\u003c\/strong\u003e and \u003cstrong\u003e3 Seater Leather Recliner Lounges\u003c\/strong\u003e for a coordinated lounge suite.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Tech Features Grid --\u003e\n\u003cdiv class=\"lat-section\"\u003e\n\u003cdiv class=\"lat-label\"\u003eFeatures at a Glance\u003c\/div\u003e\n\u003cdiv class=\"lat-tech-grid\"\u003e\n\u003cdiv class=\"lat-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lat-tech-icon\"\u003e \u003c!-- Genuine leather: smooth surface with subtle grain --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath opacity=\"0.6\" stroke-width=\"1.2\" d=\"M7 9 Q12 7 17 9\"\u003e\u003c\/path\u003e\u003cpath opacity=\"0.6\" stroke-width=\"1.2\" d=\"M7 13 Q12 11 17 13\"\u003e\u003c\/path\u003e\u003cpath opacity=\"0.6\" stroke-width=\"1.2\" d=\"M7 17 Q12 15 17 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eGenuine Leather\u003c\/h3\u003e\n\u003cp\u003eReal leather upholstery — durable, naturally luxurious, and develops a beautiful patina over years of use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lat-tech-icon\"\u003e \u003c!-- Manual recliner: chair with extended footrest --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M5 16 L5 6 L9 6\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 16 L20 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6 L9 12 L20 12 L20 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 12 L4 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eManual Recliner\u003c\/h3\u003e\n\u003cp\u003eSmooth manual recliner mechanism with extending footrest — pull the side handle, kick back, no power outlet required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lat-tech-icon\"\u003e \u003c!-- Pillow-top armrest --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M4 16 Q4 9 8 9 L16 9 Q20 9 20 16 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 9 Q12 7 16 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePillow-Top Armrests\u003c\/h3\u003e\n\u003cp\u003eGenerously padded, rounded armrests provide plush forearm support during long lounging sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lat-tech-icon\"\u003e \u003c!-- Padded back with moulded headrest --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M4 20 L4 8 Q4 4 8 4 L16 4 Q20 4 20 8 L20 20 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 9 Q12 7 20 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePadded Back \u0026amp; Headrest\u003c\/h3\u003e\n\u003cp\u003eGenerously padded back with a moulded headrest section delivers full lumbar and shoulder support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lat-tech-icon\"\u003e \u003c!-- Compact footprint --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"1.5\" height=\"12\" width=\"12\" y=\"6\" x=\"6\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 12 L6 12\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 12 L21 12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eCompact Footprint\u003c\/h3\u003e\n\u003cp\u003eSingle-seat chair fits reading nooks, accent corners, and apartments — recliner comfort without taking over the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lat-tech-icon\"\u003e \u003c!-- Sturdy frame --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"1\" height=\"14\" width=\"18\" y=\"6\" x=\"3\"\u003e\u003c\/rect\u003e\u003cline y2=\"11\" x2=\"21\" y1=\"11\" x1=\"3\"\u003e\u003c\/line\u003e\u003cline y2=\"20\" x2=\"9\" y1=\"6\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline y2=\"20\" x2=\"15\" y1=\"6\" x1=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eSturdy Frame\u003c\/h3\u003e\n\u003cp\u003eBuilt on a solid frame engineered for everyday use — settles into the room and stays put for years.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Key Features Grid --\u003e\n\u003cdiv class=\"lat-section\"\u003e\n\u003cdiv class=\"lat-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"lat-features\"\u003e\n\u003cdiv class=\"lat-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lat-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 9 Q12 7 17 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eGenuine Leather in Grey or Dark Grey\u003c\/h3\u003e\n\u003cp\u003eThe Latrobe Chair is upholstered in genuine leather — real leather that's durable, naturally luxurious, and develops a beautiful patina over years of use. Available in two timeless colours: \u003cstrong\u003eGrey\u003c\/strong\u003e for a softer, lighter aesthetic that suits Scandinavian, coastal, and minimalist interiors, or \u003cstrong\u003eDark Grey\u003c\/strong\u003e for a richer, contemporary look that pairs well with bolder accent pieces and warmer timber tones. Genuine leather requires different care from synthetic alternatives — see the care section below.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lat-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M5 16 L5 6 L9 6\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 16 L20 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6 L9 12 L20 12 L20 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 12 L4 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eManual Recliner Mechanism\u003c\/h3\u003e\n\u003cp\u003eSmooth manual recliner with an extending footrest — pull the side handle, the footrest extends, the back tilts, and you're in lounge mode. Push back to return upright. No cables, no remotes, no batteries, and no power outlet required. The kind of mechanism that just works, every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lat-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M4 16 Q4 9 8 9 L16 9 Q20 9 20 16 Z\"\u003e\u003c\/path\u003e\u003cline y2=\"13\" x2=\"18\" y1=\"13\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePillow-Top Armrests \u0026amp; Padded Back\u003c\/h3\u003e\n\u003cp\u003ePadded pillow-top armrests give your forearms plush, rounded support — the kind of detail that makes a real difference over long sessions. The back cushion is generously padded with a moulded headrest at the top for full lumbar and shoulder support, with tonal stitching detail that adds a quiet touch of definition without competing with the leather.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lat-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"1\" height=\"9\" width=\"6\" y=\"9\" x=\"3\"\u003e\u003c\/rect\u003e\u003crect rx=\"1\" height=\"12\" width=\"11\" y=\"6\" x=\"11\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePairs with the Latrobe Range\u003c\/h3\u003e\n\u003cp\u003eUse the Latrobe Chair as a standalone accent piece in a reading nook or living-room corner, or pair it with the matching \u003cstrong\u003eLatrobe 2 Seater\u003c\/strong\u003e and \u003cstrong\u003e3 Seater Leather Recliner Lounges\u003c\/strong\u003e for a complete coordinated lounge suite. Same genuine leather, same pillow-top armrests, same modern silhouette across the range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Material Callout --\u003e\n\u003cdiv class=\"lat-material-callout\"\u003e\n\u003ch3\u003eAbout the Materials\u003c\/h3\u003e\n\u003cp\u003eThe Latrobe Chair is upholstered in genuine leather over a sturdy frame, with a smooth manual recliner mechanism, padded pillow-top armrests, and a generously padded back with a moulded headrest section. Genuine leather is a natural material — it's durable, ages beautifully, and develops a unique patina over time, but it requires different care from synthetic alternatives like PU or air leather (see the care section below).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Care Products Pill Row --\u003e\n\u003cdiv class=\"lat-section\"\u003e\n\u003cdiv class=\"lat-label\"\u003eRecommended Care Products\u003c\/div\u003e\n\u003cdiv class=\"lat-care-pills\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-leather-care-kit\" class=\"lat-pill lat-pill-ok\" target=\"_blank\"\u003e \u003cspan aria-hidden=\"true\" class=\"lat-pill-tick\"\u003e✓\u003c\/span\u003e \u003cspan\u003eGuardsman Leather Care Kit — recommended for genuine leather\u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv aria-label=\"Not suitable for this product\" class=\"lat-pill lat-pill-warn\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lat-pill-cross\"\u003e✗\u003c\/span\u003e \u003cspan\u003eGuardsman ProGuard Care Kit — not for genuine leather\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Colour Swatches --\u003e\n\u003cdiv class=\"lat-section\"\u003e\n\u003cdiv class=\"lat-label\"\u003eAvailable Colours\u003c\/div\u003e\n\u003cdiv class=\"lat-swatch-row\"\u003e\n\u003cdiv class=\"lat-swatch-item\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #B8BCC0, #989CA0);\" class=\"lat-swatch-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"lat-swatch-name\"\u003eGrey\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-swatch-item\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #4A4E52, #2D3135);\" class=\"lat-swatch-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"lat-swatch-name\"\u003eDark Grey\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Care Instructions --\u003e\n\u003cdiv class=\"lat-section\"\u003e\n\u003cdiv class=\"lat-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"lat-care-grid\"\u003e\n\u003cdiv class=\"lat-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lat-care-emoji\"\u003e🧽\u003c\/span\u003e\n\u003ch3\u003eDust Regularly\u003c\/h3\u003e\n\u003cp\u003eDust the leather regularly with a soft, dry microfibre cloth to lift surface dirt and keep the leather looking fresh. Avoid abrasive sponges or rough cloths, which can scratch the surface and dull the finish over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lat-care-emoji\"\u003e💧\u003c\/span\u003e\n\u003ch3\u003eSpot-Clean Spills Promptly\u003c\/h3\u003e\n\u003cp\u003eBlot spills immediately with a clean white microfibre cloth — never rub, which can drive the spill into the leather pores. Avoid harsh solvents, bleach, ammonia-based cleaners, and over-wetting. For stubborn marks, use the Guardsman Leather Care Kit cleaner per its instructions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lat-care-emoji\"\u003e☀️\u003c\/span\u003e\n\u003ch3\u003eAvoid Sunlight \u0026amp; Heat\u003c\/h3\u003e\n\u003cp\u003eKeep the chair out of prolonged direct sunlight and away from heat sources like radiators or floor heaters — both can dry out and crack genuine leather over time. Pull curtains during peak Brisbane sun hours, especially for the lighter Grey variant where fade shows more visibly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lat-care-emoji\"\u003e🧴\u003c\/span\u003e\n\u003ch3\u003eCondition Every 6–12 Months\u003c\/h3\u003e\n\u003cp\u003eUse the Guardsman \u003cstrong\u003eLeather Care Kit\u003c\/strong\u003e conditioner every 6–12 months to keep the leather supple and prevent cracking. Genuine leather is a natural material and needs occasional feeding to maintain its lustre and longevity. \u003cstrong\u003eDo not use the Guardsman ProGuard Care Kit\u003c\/strong\u003e — it's formulated for synthetic surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. At a Glance --\u003e\n\u003cdiv class=\"lat-section\"\u003e\n\u003cdiv class=\"lat-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"lat-list\"\u003e\n\u003cdiv class=\"lat-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lat-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSingle-seat manual recliner chair upholstered in genuine leather.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lat-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eAvailable in two colours: Grey and Dark Grey.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lat-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSmooth manual recliner mechanism with side pull-handle and extending footrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lat-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePadded pillow-top armrests for plush forearm support.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lat-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eGenerously padded back with moulded headrest section.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lat-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSturdy frame.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lat-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eCompact single-seat footprint — fits reading nooks and accent corners.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lat-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePairs with the Latrobe 2 Seater and 3 Seater Leather Recliner Lounges.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lat-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lat-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eUse Guardsman Leather Care Kit for conditioning — not the ProGuard Care Kit.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 9. Range Strip --\u003e\n\u003cdiv class=\"lat-related-strip\"\u003e\n\u003cdiv class=\"lat-related-label\"\u003eLatrobe Leather Recliner Range\u003c\/div\u003e\n\u003cdiv class=\"lat-related-items\"\u003e\n\u003cdiv aria-current=\"page\" class=\"lat-related-current\"\u003eLatrobe Recliner Chair\u003c\/div\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/latrobe-2-seater-leather-recliner-lounge\" class=\"lat-related-item\"\u003eLatrobe 2 Seater Lounge\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/latrobe-3-seater-leather-recliner-lounge\" class=\"lat-related-item\"\u003eLatrobe 3 Seater Lounge\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 10. SEO Body Copy --\u003e\n\u003cdiv class=\"lat-seo\"\u003e\n\u003ch2\u003eLatrobe Leather Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Latrobe Leather Recliner Chair is a single-seat manual recliner upholstered in genuine leather — a real, natural material that's durable, ages beautifully, and develops a unique patina over years of daily use. The chair features a clean modern silhouette designed to fit both compact apartments and larger family living rooms, with a smooth manual recliner mechanism: pull the side handle, the footrest extends, the back tilts, and you're in lounge mode. Push back to return upright. No cables, no remotes, no batteries, and no power outlet required. Padded pillow-top armrests give your forearms plush, rounded support, and the back is generously padded with a moulded headrest section for full lumbar and shoulder support — the kind of chair you settle into with a book, a coffee, or after a long day.\u003c\/p\u003e\n\u003cp\u003eThe Latrobe is available in two timeless colours: \u003cstrong\u003eGrey\u003c\/strong\u003e for a softer, lighter aesthetic that suits Scandinavian, coastal, and minimalist interiors, or \u003cstrong\u003eDark Grey\u003c\/strong\u003e for a richer, contemporary look that pairs well with bolder accent pieces and warmer timber tones. Use the chair as a standalone accent piece in a reading nook or living-room corner, or pair it with the matching \u003cstrong\u003eLatrobe 2 Seater\u003c\/strong\u003e and \u003cstrong\u003e3 Seater Leather Recliner Lounges\u003c\/strong\u003e for a complete coordinated lounge suite — same genuine leather, same pillow-top armrests, same modern silhouette across the range. Genuine leather requires different care from synthetic alternatives: dust regularly with a soft microfibre cloth, blot spills promptly (never rub), keep the chair away from prolonged direct sunlight and heat sources to prevent drying and cracking, and condition every 6–12 months with the \u003cstrong\u003eGuardsman Leather Care Kit\u003c\/strong\u003e to keep the leather supple. Do not use the Guardsman ProGuard Care Kit — that's formulated for synthetic leathers and can damage genuine leather.\u003c\/p\u003e\n\u003cp\u003eSee the Latrobe Leather Recliner Chair in person across our five South-East Queensland showrooms — Rocklea, Virginia, North Ipswich, Beenleigh, and Bundall on the Gold Coast. Sit in it, feel the genuine leather, try the manual recliner mechanism, compare the Grey and Dark Grey variants side by side, and try it alongside the matching 2 Seater and 3 Seater to picture the full Latrobe lounge suite. Our team can talk you through bundle pricing, lead times, and delivery to your suburb. Visit any A2Z Furniture showroom or shop online for fast Brisbane and Gold Coast delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Grey","offer_id":42983401160839,"sku":"LA-1RR-GR","price":699.0,"currency_code":"AUD","in_stock":true},{"title":"Dark Grey","offer_id":42983401193607,"sku":"LA-1RR-DGR","price":699.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/latrobe-leather-recliner-chair-the-a2z-furniture-1_1.png?v=1778478801"},{"product_id":"lemington-leather-recliner-chair","title":"Lemington Leather Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.lem-desc {\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.lem-desc * { box-sizing: border-box; }\n.lem-desc p { margin: 0 0 16px 0; }\n.lem-desc strong { color: #222222; }\n\n.lem-desc .lem-section { margin-bottom: 28px; }\n\n.lem-desc .lem-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin-bottom: 14px;\n}\n\n.lem-desc .lem-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n\n@media (max-width: 768px) {\n  .lem-desc .lem-features { grid-template-columns: 1fr; }\n}\n\n.lem-desc .lem-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.lem-desc .lem-feature-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.lem-desc .lem-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.lem-desc .lem-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.lem-desc .lem-tech-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n}\n\n@media (max-width: 768px) {\n  .lem-desc .lem-tech-grid { grid-template-columns: 1fr 1fr; }\n}\n\n@media (max-width: 480px) {\n  .lem-desc .lem-tech-grid { grid-template-columns: 1fr; }\n}\n\n.lem-desc .lem-tech-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px;\n  text-align: center;\n}\n\n.lem-desc .lem-tech-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: flex;\n  justify-content: center;\n}\n\n.lem-desc .lem-tech-card h3 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n  letter-spacing: 0.03em;\n}\n\n.lem-desc .lem-tech-card p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.5;\n}\n\n.lem-desc .lem-material-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin-bottom: 28px;\n}\n\n.lem-desc .lem-material-callout h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px 0;\n}\n\n.lem-desc .lem-material-callout p {\n  font-size: 15px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n.lem-desc .lem-care-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 28px;\n}\n\n.lem-desc .lem-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 10px 14px;\n  border-radius: 999px;\n  font-size: 13.5px;\n  font-weight: 600;\n  text-decoration: none;\n  line-height: 1.3;\n}\n\n.lem-desc .lem-pill-ok {\n  background: #F7EDE3;\n  border: 1.5px solid #C2824D;\n  color: #2C241B;\n}\n\n.lem-desc .lem-pill-ok:hover {\n  background: #EFE0CF;\n}\n\n.lem-desc .lem-pill-warn {\n  background: #FBEDED;\n  border: 1.5px solid #C97373;\n  color: #6B2D2D;\n}\n\n.lem-desc .lem-pill-tick,\n.lem-desc .lem-pill-cross {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 18px;\n  height: 18px;\n  border-radius: 50%;\n  font-size: 12px;\n  font-weight: 700;\n  flex-shrink: 0;\n}\n\n.lem-desc .lem-pill-tick {\n  background: #C2824D;\n  color: #fff;\n}\n\n.lem-desc .lem-pill-cross {\n  background: #C97373;\n  color: #fff;\n}\n\n.lem-desc .lem-colours {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 16px;\n  margin-bottom: 8px;\n}\n\n.lem-desc .lem-colour-item {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 6px;\n}\n\n.lem-desc .lem-swatch {\n  width: 48px;\n  height: 48px;\n  border-radius: 50%;\n  border: 1.5px solid rgba(0,0,0,0.08);\n  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4);\n}\n\n.lem-desc .lem-swatch-label {\n  font-size: 12px;\n  color: #222222;\n  font-weight: 600;\n}\n\n.lem-desc .lem-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n@media (max-width: 768px) {\n  .lem-desc .lem-care-grid { grid-template-columns: 1fr; }\n}\n\n.lem-desc .lem-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.lem-desc .lem-care-card .lem-care-emoji {\n  font-size: 22px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.lem-desc .lem-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.lem-desc .lem-care-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.lem-desc .lem-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.lem-desc .lem-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.6;\n}\n\n.lem-desc .lem-tick {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.lem-desc .lem-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n.lem-desc .lem-related-strip {\n  background: #2C241B;\n  border-radius: 10px;\n  padding: 20px;\n  margin-bottom: 28px;\n}\n\n.lem-desc .lem-related-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.5);\n  margin-bottom: 14px;\n}\n\n.lem-desc .lem-related-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.lem-desc .lem-related-item {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.85);\n  text-decoration: none;\n  border: 1px solid rgba(255,255,255,0.15);\n  transition: all 0.3s ease;\n  background: transparent;\n}\n\n.lem-desc .lem-related-item:hover {\n  background: rgba(255,255,255,0.15);\n}\n\n.lem-desc .lem-related-current {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #fff;\n  border: 1px solid #C2824D;\n  background: transparent;\n}\n\n.lem-desc .lem-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.lem-desc .lem-seo h2 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px 0;\n}\n\n.lem-desc .lem-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 14px 0;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"lem-desc\"\u003e\n\u003c!-- 1. Intro --\u003e\n\u003cdiv class=\"lem-section\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eLemington Leather Recliner Chair\u003c\/strong\u003e is a single-seat manual recliner upholstered in \u003cstrong\u003egenuine leather\u003c\/strong\u003e. The chair features a \u003cstrong\u003echannel-stitched backrest\u003c\/strong\u003e with a quilted centre panel, \u003cstrong\u003epadded pillow-top armrests\u003c\/strong\u003e for plush forearm support, and a \u003cstrong\u003esmooth manual recliner mechanism\u003c\/strong\u003e with extending footrest. Structure: \u003cstrong\u003eHardwood + Plywood with Metal Frame\u003c\/strong\u003e; support: \u003cstrong\u003eWebbing \u0026amp; Zig-Zag Spring with High-Density Foam\u003c\/strong\u003e. No cup holders or charging dock on this single-chair model. Ships flat-packed, no external tools required for assembly. Available in two leather colour options — \u003cstrong\u003eclassic Black\u003c\/strong\u003e or \u003cstrong\u003eversatile Beige\u003c\/strong\u003e — and pairs perfectly with the matching \u003cstrong\u003eLemington 2 Seater\u003c\/strong\u003e and \u003cstrong\u003e3 Seater\u003c\/strong\u003e Leather Recliner Lounges for a coordinated lounge suite. Compact enough for a reading nook or accent corner, comfortable enough to be the main spot you sink into after work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Tech Features Grid --\u003e\n\u003cdiv class=\"lem-section\"\u003e\n\u003cdiv class=\"lem-label\"\u003eFeatures at a Glance\u003c\/div\u003e\n\u003cdiv class=\"lem-tech-grid\"\u003e\n\u003cdiv class=\"lem-tech-card\"\u003e\n\u003cspan class=\"lem-tech-icon\" aria-hidden=\"true\"\u003e \u003c!-- Genuine leather: square with grain dots and texture --\u003e \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"0.5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"13\" cy=\"9\" r=\"0.5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"17\" cy=\"11\" r=\"0.5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"9\" cy=\"13\" r=\"0.5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"15\" cy=\"15\" r=\"0.5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"11\" cy=\"17\" r=\"0.5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"7\" cy=\"16\" r=\"0.5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eGenuine Leather\u003c\/h3\u003e\n\u003cp\u003eReal leather upholstery — softens with use, develops character over time, and offers a natural look and feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-tech-card\"\u003e\n\u003cspan class=\"lem-tech-icon\" aria-hidden=\"true\"\u003e \u003c!-- Manual recliner: chair in reclined position with extended footrest --\u003e \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M5 16 L5 6 L9 6\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 16 L20 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6 L9 12 L20 12 L20 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 12 L4 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eManual Recliner\u003c\/h3\u003e\n\u003cp\u003eSmooth manual recliner mechanism with extending footrest — kick back without needing a power outlet nearby.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-tech-card\"\u003e\n\u003cspan class=\"lem-tech-icon\" aria-hidden=\"true\"\u003e \u003c!-- Pillow-top armrest: rounded cushion shape --\u003e \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M4 16 Q4 9 8 9 L16 9 Q20 9 20 16 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 9 Q12 7 16 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePillow-Top Armrests\u003c\/h3\u003e\n\u003cp\u003eGenerously padded, rounded armrests provide plush support for forearms during long lounging sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-tech-card\"\u003e\n\u003cspan class=\"lem-tech-icon\" aria-hidden=\"true\"\u003e \u003c!-- Channel-stitched back: rectangle with horizontal lines --\u003e \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"1.5\"\u003e\u003c\/rect\u003e\u003cline x1=\"4\" y1=\"9\" x2=\"20\" y2=\"9\"\u003e\u003c\/line\u003e\u003cline x1=\"4\" y1=\"14\" x2=\"20\" y2=\"14\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eChannel-Stitched Backrest\u003c\/h3\u003e\n\u003cp\u003eHorizontal channel stitching divides the backrest into supportive panels — quiet design detail with structural support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-tech-card\"\u003e\n\u003cspan class=\"lem-tech-icon\" aria-hidden=\"true\"\u003e \u003c!-- Compact single-seat --\u003e \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M5 18 L5 8 Q5 6 7 6 L17 6 Q19 6 19 8 L19 18\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 18 L21 18\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 13 L19 13\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eCompact Footprint\u003c\/h3\u003e\n\u003cp\u003eSingle-seat design fits neatly into reading nooks, accent corners, or alongside a sofa as part of a full lounge suite.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-tech-card\"\u003e\n\u003cspan class=\"lem-tech-icon\" aria-hidden=\"true\"\u003e \u003c!-- Two colour options: two overlapping circles --\u003e \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"9\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"15\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eTwo Leather Colours\u003c\/h3\u003e\n\u003cp\u003eChoose between classic \u003cstrong\u003eBlack\u003c\/strong\u003e for a moody, sophisticated look or \u003cstrong\u003eBeige\u003c\/strong\u003e for a softer, more neutral feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Key Features Grid --\u003e\n\u003cdiv class=\"lem-section\"\u003e\n\u003cdiv class=\"lem-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"lem-features\"\u003e\n\u003cdiv class=\"lem-feature-card\"\u003e\n\u003cspan class=\"lem-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\u003ccircle cx=\"8\" cy=\"9\" r=\"0.5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"14\" cy=\"10\" r=\"0.5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"10\" cy=\"14\" r=\"0.5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"16\" cy=\"16\" r=\"0.5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eUpholstered in Genuine Leather\u003c\/h3\u003e\n\u003cp\u003eThe Lemington is wrapped in real leather — a step up from the typical PU-leather recliner. Genuine leather softens with use, develops a subtle patina over time, and offers a natural look and feel that synthetic alternatives don't quite match. With proper care it lasts for years and ages beautifully.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-feature-card\"\u003e\n\u003cspan class=\"lem-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M5 16 L5 6 L9 6\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 16 L20 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6 L9 12 L20 12 L20 16\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eSmooth Manual Recliner Mechanism\u003c\/h3\u003e\n\u003cp\u003ePull the side handle and the footrest extends, the back tilts, and you're in full lounge mode. The manual recliner mechanism is smooth and reliable — no power cables, no batteries, no remote to lose down the side of the seat. Push back to return to the upright position.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-feature-card\"\u003e\n\u003cspan class=\"lem-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M4 16 Q4 9 8 9 L16 9 Q20 9 20 16 Z\"\u003e\u003c\/path\u003e\u003cline x1=\"6\" y1=\"13\" x2=\"18\" y2=\"13\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePillow-Top Armrests \u0026amp; Channel-Stitched Back\u003c\/h3\u003e\n\u003cp\u003ePadded pillow-top armrests give your forearms plush, rounded support — the kind of detail that makes a real difference over long lounging sessions. The backrest is channel-stitched into supportive horizontal panels, with a quiet design detail that pairs well with both modern and transitional interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-feature-card\"\u003e\n\u003cspan class=\"lem-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"9\" width=\"6\" height=\"9\" rx=\"1\"\u003e\u003c\/rect\u003e\u003crect x=\"11\" y=\"6\" width=\"11\" height=\"12\" rx=\"1\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePairs with the Lemington Leather Range\u003c\/h3\u003e\n\u003cp\u003eUse the Lemington Recliner Chair as a standalone accent piece, or pair with the matching \u003cstrong\u003eLemington 2 Seater\u003c\/strong\u003e and \u003cstrong\u003e3 Seater\u003c\/strong\u003e Leather Recliner Lounges for a complete coordinated lounge suite. Same genuine leather, same channel-stitched detailing, same colour options across the range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Material Callout --\u003e\n\u003cdiv class=\"lem-material-callout\"\u003e\n\u003ch3\u003eAbout the Materials\u003c\/h3\u003e\n\u003cp\u003eThe Lemington Recliner Chair is upholstered in genuine leather over a \u003cstrong\u003ehardwood and plywood frame with a metal frame\u003c\/strong\u003e, with a \u003cstrong\u003ewebbing and zig-zag spring support system with high-density foam\u003c\/strong\u003e, a smooth manual recliner mechanism, padded pillow-top armrests, and a channel-stitched backrest. This single-chair model has no cup holders or charging dock. Genuine leather is a natural material — it softens with use, develops a subtle patina, and lasts for years with proper care. It does, however, need different care from PU leather (see the care section below).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Care Products Pill Row --\u003e\n\u003cdiv class=\"lem-section\"\u003e\n\u003cdiv class=\"lem-label\"\u003eRecommended Care Products\u003c\/div\u003e\n\u003cdiv class=\"lem-care-pills\"\u003e\n\u003ca class=\"lem-pill lem-pill-ok\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-leather-care-kit\" rel=\"noopener\" target=\"_blank\"\u003e \u003cspan class=\"lem-pill-tick\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e \u003cspan\u003eGuardsman Leather Care Kit — recommended for genuine leather\u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"lem-pill lem-pill-warn\" aria-label=\"Not suitable for this product\"\u003e\n\u003cspan class=\"lem-pill-cross\" aria-hidden=\"true\"\u003e✗\u003c\/span\u003e \u003cspan\u003eGuardsman ProGuard Care Kit — not for genuine leather\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Colour Options --\u003e\n\u003cdiv class=\"lem-section\"\u003e\n\u003cdiv class=\"lem-label\"\u003eColour Options\u003c\/div\u003e\n\u003cdiv class=\"lem-colours\"\u003e\n\u003cdiv class=\"lem-colour-item\"\u003e\n\u003cdiv class=\"lem-swatch\" style=\"background: linear-gradient(135deg, #1F1F1F 0%, #0F0F0F 100%);\" aria-label=\"Black\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"lem-swatch-label\"\u003eBlack\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-colour-item\"\u003e\n\u003cdiv class=\"lem-swatch\" style=\"background: linear-gradient(135deg, #D5C9B8 0%, #B8AA94 100%);\" aria-label=\"Beige\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"lem-swatch-label\"\u003eBeige\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 12.5px; color: #6b6b6b; margin-top: 8px;\"\u003eSwatch colours are approximate — see the Lemington in person at any A2Z Furniture showroom for accurate colour matching.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Care Instructions --\u003e\n\u003cdiv class=\"lem-section\"\u003e\n\u003cdiv class=\"lem-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"lem-care-grid\"\u003e\n\u003cdiv class=\"lem-care-card\"\u003e\n\u003cspan class=\"lem-care-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/span\u003e\n\u003ch3\u003eDust Regularly\u003c\/h3\u003e\n\u003cp\u003eWipe the leather with a soft, dry microfibre cloth weekly to keep dust off. Buff gently to maintain the natural sheen. Vacuum the seams and creases with the upholstery attachment to prevent dust buildup in the stitching.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-care-card\"\u003e\n\u003cspan class=\"lem-care-emoji\" aria-hidden=\"true\"\u003e💧\u003c\/span\u003e\n\u003ch3\u003eSpot-Clean Spills Promptly\u003c\/h3\u003e\n\u003cp\u003eBlot spills immediately with a clean white microfibre cloth — never rub. Don't over-wet the leather. Avoid harsh solvents, alcohol, ammonia, and bleach, all of which can strip the natural oils from genuine leather.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-care-card\"\u003e\n\u003cspan class=\"lem-care-emoji\" aria-hidden=\"true\"\u003e☀️\u003c\/span\u003e\n\u003ch3\u003eAvoid Sunlight \u0026amp; Heat Sources\u003c\/h3\u003e\n\u003cp\u003eKeep the chair out of direct sunlight and away from heat sources like fireplaces, heaters, and reverse-cycle vents. Both UV exposure and dry heat can dry out genuine leather over time and cause fading or cracking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-care-card\"\u003e\n\u003cspan class=\"lem-care-emoji\" aria-hidden=\"true\"\u003e🧴\u003c\/span\u003e\n\u003ch3\u003eCondition with Leather Care Kit\u003c\/h3\u003e\n\u003cp\u003eUse the Guardsman \u003cstrong\u003eLeather Care Kit\u003c\/strong\u003e every 6–12 months to clean and condition the leather. Conditioning keeps real leather supple and prevents drying or cracking. \u003cstrong\u003eDo not use the Guardsman ProGuard Care Kit\u003c\/strong\u003e — that's formulated for PU leather only.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. At a Glance --\u003e\n\u003cdiv class=\"lem-section\"\u003e\n\u003cdiv class=\"lem-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"lem-list\"\u003e\n\u003cdiv class=\"lem-list-item\"\u003e\n\u003cdiv class=\"lem-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSingle-seat recliner chair upholstered in genuine leather.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-list-item\"\u003e\n\u003cdiv class=\"lem-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSmooth manual recliner mechanism with extending footrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-list-item\"\u003e\n\u003cdiv class=\"lem-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eAvailable in two colour options: Black or Beige.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-list-item\"\u003e\n\u003cdiv class=\"lem-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePadded pillow-top armrests for plush forearm support.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-list-item\"\u003e\n\u003cdiv class=\"lem-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eChannel-stitched backrest with quilted centre panel.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-list-item\"\u003e\n\u003cdiv class=\"lem-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eHardwood + plywood frame with metal frame.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-list-item\"\u003e\n\u003cdiv class=\"lem-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eCompact single-seat footprint — fits reading nooks and accent corners.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-list-item\"\u003e\n\u003cdiv class=\"lem-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePairs with the Lemington 2 Seater and 3 Seater Leather Recliner Lounges.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lem-list-item\"\u003e\n\u003cdiv class=\"lem-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eUse Guardsman Leather Care Kit for cleaning and conditioning — not the ProGuard Kit.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 9. Range Strip --\u003e\n\u003cdiv class=\"lem-related-strip\"\u003e\n\u003cdiv class=\"lem-related-label\"\u003eLemington Leather Recliner Range\u003c\/div\u003e\n\u003cdiv class=\"lem-related-items\"\u003e\n\u003cdiv class=\"lem-related-current\" aria-current=\"page\"\u003eLemington Recliner Chair\u003c\/div\u003e\n\u003ca class=\"lem-related-item\" href=\"https:\/\/thea2zfurniture.com\/products\/lemington-2-seater-leather-recliner-lounge\"\u003eLemington 2 Seater Lounge\u003c\/a\u003e \u003ca class=\"lem-related-item\" href=\"https:\/\/thea2zfurniture.com\/products\/lemington-3-seater-leather-recliner-lounge\"\u003eLemington 3 Seater Lounge\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 10. SEO Body Copy --\u003e\n\u003cdiv class=\"lem-seo\"\u003e\n\u003ch2\u003eLemington Leather Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Lemington Leather Recliner Chair is a single-seat manual recliner upholstered in genuine leather — a step up from the PU-leather recliners that dominate the budget end of the recliner market. The chair features a channel-stitched backrest with a quilted centre panel for both supportive seating and quiet design detail, padded pillow-top armrests that give your forearms plush rounded support, and a smooth manual recliner mechanism with extending footrest. Pull the side handle, kick the footrest out, and you're in full lounge mode — no power cables, no remotes, no batteries to replace. Push back to return to the upright position. The frame is hardwood and plywood with a metal frame, and the support system is webbing and zig-zag spring with high-density foam. As a single-chair model, it has no cup holders or charging dock, and it ships flat-packed with no external tools required to assemble.\u003c\/p\u003e\n\u003cp\u003eThe Lemington is available in two leather colour options: classic Black for a moody, sophisticated look, or versatile Beige for a softer, more neutral feel. Use the chair as a standalone accent piece in a reading nook or living-room corner, or pair it with the matching Lemington 2 Seater and 3 Seater Leather Recliner Lounges for a fully coordinated lounge suite — same genuine leather, same channel-stitched detailing, same colour options across the range. Genuine leather needs different care from PU leather: dust regularly with a soft microfibre cloth, blot spills immediately without rubbing, keep the chair out of direct sunlight and away from heat sources, and condition every 6–12 months with the \u003cstrong\u003eGuardsman Leather Care Kit\u003c\/strong\u003e — not the ProGuard Care Kit, which is formulated for PU leather and can damage real leather.\u003c\/p\u003e\n\u003cp\u003eSee the Lemington Leather Recliner Chair in person across our five South-East Queensland showrooms — Rocklea, Virginia, North Ipswich, Beenleigh, and Bundall on the Gold Coast. Sit in it, feel the leather, try the recliner mechanism, and check both Black and Beige colour options side by side. Try it alongside the matching 2 Seater and 3 Seater to see how the full Lemington lounge suite looks together. Our team can talk you through bundle pricing, lead times, and delivery to your suburb. Visit any A2Z Furniture showroom or shop online for fast Brisbane and Gold Coast delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Beige","offer_id":42983514964103,"sku":"LM-1RR-BG","price":699.0,"currency_code":"AUD","in_stock":true},{"title":"Black","offer_id":42983514996871,"sku":"LM-1RR-B","price":699.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/lemington-leather-recliner-chair-the-a2z-furniture-1-Edited.jpg?v=1778478824"},{"product_id":"concord-leather-electric-recliner-chair","title":"Concord Leather Electric Recliner Chair","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .cnc-desc {\n            font-family: 'Open Sans', sans-serif;\n            color: #222222;\n            line-height: 1.6;\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 0 15px;\n        }\n\n        .cnc-desc p {\n            font-size: 15px;\n            line-height: 1.7;\n            margin-bottom: 16px;\n        }\n\n        .cnc-desc strong {\n            font-weight: 700;\n        }\n\n        \/* Intro *\/\n        .cnc-intro {\n            margin-bottom: 32px;\n        }\n\n        \/* Section Labels *\/\n        .cnc-label {\n            font-size: 12px;\n            font-weight: 700;\n            letter-spacing: 0.15em;\n            text-transform: uppercase;\n            color: #C2824D;\n            margin-bottom: 16px;\n            display: block;\n        }\n\n        \/* Tech Features Grid *\/\n        .cnc-tech-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 16px;\n            margin-bottom: 40px;\n        }\n\n        .cnc-tech-card {\n            background: #F5F5F5;\n            border-radius: 8px;\n            padding: 16px;\n            text-align: center;\n        }\n\n        .cnc-tech-card h3 {\n            font-size: 13px;\n            font-weight: 700;\n            color: #222222;\n            margin: 12px 0 8px 0;\n        }\n\n        .cnc-tech-card p {\n            font-size: 14px;\n            color: #6B6B6B;\n            margin: 0;\n            line-height: 1.5;\n        }\n\n        .cnc-tech-icon {\n            width: 32px;\n            height: 32px;\n            margin: 0 auto;\n        }\n\n        \/* Key Features Grid *\/\n        .cnc-features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            margin-bottom: 40px;\n        }\n\n        .cnc-feature-card {\n            background: #F5F5F5;\n            border-radius: 8px;\n            padding: 20px;\n        }\n\n        .cnc-feature-card h3 {\n            font-size: 13px;\n            font-weight: 700;\n            color: #222222;\n            margin: 0 0 8px 0;\n        }\n\n        .cnc-feature-card p {\n            font-size: 14px;\n            color: #6B6B6B;\n            margin: 0;\n            line-height: 1.6;\n        }\n\n        \/* Material Callout *\/\n        .cnc-material {\n            background: #F7EDE3;\n            border-left: 4px solid #C2824D;\n            padding: 20px;\n            margin-bottom: 40px;\n            border-radius: 4px;\n        }\n\n        .cnc-material h3 {\n            font-size: 13px;\n            font-weight: 700;\n            color: #222222;\n            margin: 0 0 12px 0;\n        }\n\n        .cnc-material p {\n            font-size: 14px;\n            color: #6B6B6B;\n            margin: 0;\n            line-height: 1.7;\n        }\n\n        \/* Care Products Pill Row *\/\n        .cnc-care-pills {\n            background: #F7EDE3;\n            border: 1px solid #E8C9AA;\n            border-radius: 8px;\n            padding: 16px;\n            margin-bottom: 40px;\n        }\n\n        .cnc-pills-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px;\n            align-items: center;\n        }\n\n        .cnc-pill {\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n            background: #FFFFFF;\n            border: 1px solid #E8C9AA;\n            border-radius: 20px;\n            padding: 8px 14px;\n            font-size: 13px;\n            font-weight: 600;\n            color: #222222;\n            text-decoration: none;\n            transition: all 0.2s ease;\n        }\n\n        .cnc-pill:hover {\n            background: #C2824D;\n            color: #FFFFFF;\n            border-color: #C2824D;\n        }\n\n        \/* Color Swatches *\/\n        .cnc-colors {\n            margin-bottom: 40px;\n        }\n\n        .cnc-swatches {\n            display: flex;\n            gap: 16px;\n            flex-wrap: wrap;\n        }\n\n        .cnc-swatch {\n            text-align: center;\n        }\n\n        .cnc-swatch-circle {\n            width: 48px;\n            height: 48px;\n            border-radius: 50%;\n            margin: 0 auto 8px;\n            border: 2px solid #E0E0E0;\n        }\n\n        .cnc-swatch-name {\n            font-size: 13px;\n            font-weight: 600;\n            color: #222222;\n        }\n\n        \/* Care Instructions Grid *\/\n        .cnc-care-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            margin-bottom: 40px;\n        }\n\n        .cnc-care-card {\n            background: #F5F5F5;\n            border-radius: 8px;\n            padding: 20px;\n        }\n\n        .cnc-care-card h3 {\n            font-size: 13px;\n            font-weight: 700;\n            color: #222222;\n            margin: 0 0 8px 0;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .cnc-care-card p {\n            font-size: 14px;\n            color: #6B6B6B;\n            margin: 0;\n            line-height: 1.6;\n        }\n\n        .cnc-care-card a {\n            color: #C2824D;\n            text-decoration: underline;\n            text-decoration-thickness: 1px;\n            text-underline-offset: 2px;\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        \/* At a Glance *\/\n        .cnc-glance {\n            margin-bottom: 40px;\n        }\n\n        .cnc-glance-list {\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n\n        .cnc-glance-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n        }\n\n        .cnc-tick {\n            width: 20px;\n            height: 20px;\n            background: #C2824D;\n            border-radius: 50%;\n            flex-shrink: 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-top: 2px;\n        }\n\n        .cnc-tick svg {\n            width: 12px;\n            height: 12px;\n        }\n\n        .cnc-glance-item span {\n            font-size: 14px;\n            color: #222222;\n            line-height: 1.6;\n        }\n\n        \/* Range Strip *\/\n        .cnc-range {\n            background: #2C241B;\n            border-radius: 10px;\n            padding: 24px 20px;\n            margin-bottom: 40px;\n        }\n\n        .cnc-range-label {\n            font-size: 12px;\n            font-weight: 700;\n            letter-spacing: 0.15em;\n            text-transform: uppercase;\n            color: #C2824D;\n            margin-bottom: 16px;\n            display: block;\n            text-align: center;\n        }\n\n        .cnc-range-items {\n            display: flex;\n            gap: 12px;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n\n        .cnc-range-item {\n            background: #C2824D;\n            color: #FFFFFF;\n            border: 1px solid #C2824D;\n            border-radius: 6px;\n            padding: 12px 20px;\n            font-size: 13px;\n            font-weight: 600;\n            display: inline-flex;\n            align-items: center;\n            text-decoration: none;\n            transition: all 0.3s ease;\n        }\n\n        .cnc-range-item-link {\n            background: transparent;\n            color: #FFFFFF;\n            border: 1px solid rgba(194, 130, 77, 0.5);\n        }\n\n        .cnc-range-item-link:hover {\n            background: rgba(255, 255, 255, 0.15);\n            border-color: #C2824D;\n        }\n\n        \/* SEO Section *\/\n        .cnc-seo {\n            border-top: 1px solid #E0E0E0;\n            padding-top: 32px;\n            margin-top: 40px;\n        }\n\n        .cnc-seo h2 {\n            font-size: 18px;\n            font-weight: 700;\n            color: #222222;\n            margin: 0 0 20px 0;\n        }\n\n        .cnc-seo p {\n            font-size: 13.5px;\n            color: #6B6B6B;\n            line-height: 1.8;\n            margin-bottom: 16px;\n        }\n\n        \/* Mobile Responsiveness *\/\n        @media (max-width: 768px) {\n            .cnc-tech-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .cnc-features-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .cnc-care-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .cnc-tech-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"cnc-desc\"\u003e\n\u003c!-- Intro --\u003e\n\u003cdiv class=\"cnc-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eConcord Leather Electric Recliner Chair\u003c\/strong\u003e is a single-seater built around push-button operation and real leather. Press the side-mounted control to glide back to your preferred reclining angle — no levers to wrestle, no ratcheting through positions to find the spot you want. Genuine leather upholstery covers the seat, back, and armrests, giving the Concord the kind of upright presence that anchors a reading nook, completes a media room layout, or stands in as the principal armchair in a smaller living space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Tech Features Grid --\u003e \u003cspan class=\"cnc-label\"\u003eTechnical Features\u003c\/span\u003e\n\u003cdiv class=\"cnc-tech-grid\"\u003e\n\u003cdiv class=\"cnc-tech-card\"\u003e\n\u003cdiv class=\"cnc-tech-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#C2824D\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eElectric Reclining\u003c\/h3\u003e\n\u003cp\u003eButton-controlled power recline, mains-powered via standard outlet\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnc-tech-card\"\u003e\n\u003cdiv class=\"cnc-tech-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#C2824D\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                        \u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003ccircle fill=\"#C2824D\" r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eSide-Mounted Control\u003c\/h3\u003e\n\u003cp\u003ePush-button control panel on the outer armrest operates recline and footrest\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnc-tech-card\"\u003e\n\u003cdiv class=\"cnc-tech-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#C2824D\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 7c4 4 14 4 18 0\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 12c4 4 14 4 18 0\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 17c4 4 14 4 18 0\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eGenuine Leather\u003c\/h3\u003e\n\u003cp\u003eReal leather across seat, back, and armrest contact surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnc-tech-card\"\u003e\n\u003cdiv class=\"cnc-tech-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#C2824D\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                        \u003crect rx=\"2\" height=\"16\" width=\"12\" y=\"4\" x=\"6\"\u003e\u003c\/rect\u003e\n                        \u003cline y2=\"10\" x2=\"18\" y1=\"10\" x1=\"6\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eCompact Footprint\u003c\/h3\u003e\n\u003cp\u003eSingle-seater dimensions suit smaller living rooms and reading nooks\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnc-tech-card\"\u003e\n\u003cdiv class=\"cnc-tech-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#C2824D\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eMetal Reclining Frame\u003c\/h3\u003e\n\u003cp\u003eSteel reclining mechanism engineered for long-term reliability\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnc-tech-card\"\u003e\n\u003cdiv class=\"cnc-tech-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#C2824D\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                        \u003ccircle r=\"6\" cy=\"12\" cx=\"8\"\u003e\u003c\/circle\u003e\n                        \u003ccircle r=\"6\" cy=\"12\" cx=\"16\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eTwo Leather Colours\u003c\/h3\u003e\n\u003cp\u003eChoose Black for stronger contrast or Grey for softer interiors\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Key Features Grid --\u003e \u003cspan class=\"cnc-label\"\u003eKey Features\u003c\/span\u003e\n\u003cdiv class=\"cnc-features-grid\"\u003e\n\u003cdiv class=\"cnc-feature-card\"\u003e\n\u003ch3\u003ePush-Button Power Recline\u003c\/h3\u003e\n\u003cp\u003eThe recliner runs on a side-mounted control panel on the outer armrest — press to tilt the backrest and extend the footrest, no separate manual lever, no ratcheting through positions. Hold the control down and the chair moves smoothly through its range; release where you want to stop. The motor handles the work so you don't have to.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnc-feature-card\"\u003e\n\u003ch3\u003eReal Leather, Real Aging\u003c\/h3\u003e\n\u003cp\u003eThe Concord is upholstered in genuine leather, not bonded leather, not PU, and not technology fabric. Real leather softens with use rather than wearing out — the seat and armrest contact zones develop a slightly different hand-feel to the back panel over years of regular use, which is the look that synthetic alternatives spend a lot of effort trying to imitate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnc-feature-card\"\u003e\n\u003ch3\u003eSingle-Seater That Earns Its Spot\u003c\/h3\u003e\n\u003cp\u003eThe compact footprint fits where a 2-seater wouldn't — beside a fireplace, next to a bookshelf, in the bay window of an apartment, or as the principal seat in a small media room. Pair two of them across from a sofa for a balanced four-piece layout, or use one alone as the reading chair in a corner.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnc-feature-card\"\u003e\n\u003ch3\u003eMains-Powered, Cable Tucked Away\u003c\/h3\u003e\n\u003cp\u003eThe recliner runs off a standard Australian wall outlet via a power cable that exits at the rear of the chair. Position the Concord against a wall with a power point and the cable disappears behind it. The motor is positioned to run quietly during operation — no whirring loud enough to drown out the TV.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Material Callout --\u003e\n\u003cdiv class=\"cnc-material\"\u003e\n\u003ch3\u003eAbout the Genuine Leather Upholstery\u003c\/h3\u003e\n\u003cp\u003eThe Concord uses real leather across the seat, back, and armrest contact surfaces — the parts you actually touch when sitting. Genuine leather behaves differently to synthetic alternatives: it warms to body temperature rather than feeling cold against skin, breathes through Brisbane's humid months without getting clammy, and softens slightly over time as the fibres relax under regular use. Each hide has subtle natural variations in grain and tone, so no two Concord chairs are visually identical at the close-up level — the variations are part of using a natural material rather than a printed surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Care Products Pill Row --\u003e\n\u003cdiv class=\"cnc-care-pills\"\u003e\n\u003cspan style=\"margin-bottom: 12px;\" class=\"cnc-label\"\u003eRecommended Care Products\u003c\/span\u003e\n\u003cdiv class=\"cnc-pills-container\"\u003e\u003ca class=\"cnc-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-leather-care-kit\"\u003e \u003cspan\u003e✓\u003c\/span\u003e \u003cspan\u003eGuardsman Leather Care Kit\u003c\/span\u003e \u003cspan\u003e→\u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Color Swatches --\u003e \u003cspan class=\"cnc-label\"\u003eAvailable Colours\u003c\/span\u003e\n\u003cdiv class=\"cnc-colors\"\u003e\n\u003cdiv class=\"cnc-swatches\"\u003e\n\u003cdiv class=\"cnc-swatch\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #1F1F1F 0%, #0D0D0D 100%);\" class=\"cnc-swatch-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"cnc-swatch-name\"\u003eBlack\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnc-swatch\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #B8B5AE 0%, #9F9C95 100%);\" class=\"cnc-swatch-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"cnc-swatch-name\"\u003eGrey\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Care Instructions Grid --\u003e \u003cspan class=\"cnc-label\"\u003eCare Instructions\u003c\/span\u003e\n\u003cdiv class=\"cnc-care-grid\"\u003e\n\u003cdiv class=\"cnc-care-card\"\u003e\n\u003ch3\u003e\n\u003cspan aria-hidden=\"true\"\u003e🧽\u003c\/span\u003e Dust Regularly\u003c\/h3\u003e\n\u003cp\u003eWipe down with a soft dry cloth weekly to remove dust before it works into the grain. Avoid damp cloths for routine cleaning — moisture sitting on the surface can cause uneven darkening over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnc-care-card\"\u003e\n\u003ch3\u003e\n\u003cspan aria-hidden=\"true\"\u003e💧\u003c\/span\u003e Spot-Clean Spills\u003c\/h3\u003e\n\u003cp\u003eBlot fresh spills immediately with a clean dry cloth — never rub. For stubborn marks, use products from the \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-leather-care-kit\"\u003eGuardsman Leather Care Kit\u003c\/a\u003e following the included instructions, testing on a hidden area first.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnc-care-card\"\u003e\n\u003ch3\u003e\n\u003cspan aria-hidden=\"true\"\u003e☀️\u003c\/span\u003e Avoid Sunlight \u0026amp; Heat\u003c\/h3\u003e\n\u003cp\u003eKeep the Concord out of direct sunlight and away from heaters or air-con vents. UV fades leather and dry heat causes the surface to crack — Queensland conditions can be especially harsh on leather positioned in the wrong spot.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnc-care-card\"\u003e\n\u003ch3\u003e\n\u003cspan aria-hidden=\"true\"\u003e🧴\u003c\/span\u003e Condition Every 6–12 Months\u003c\/h3\u003e\n\u003cp\u003eApply a leather conditioner from the \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-leather-care-kit\"\u003eLeather Care Kit\u003c\/a\u003e twice a year. Conditioning replenishes the natural oils that keep leather supple — skip this and the surface eventually stiffens and develops fine cracks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- At a Glance --\u003e \u003cspan class=\"cnc-label\"\u003eAt a Glance\u003c\/span\u003e\n\u003cdiv class=\"cnc-glance\"\u003e\n\u003cdiv class=\"cnc-glance-list\"\u003e\n\u003cdiv class=\"cnc-glance-item\"\u003e\n\u003cdiv class=\"cnc-tick\"\u003e\u003csvg stroke-width=\"3\" stroke=\"#FFFFFF\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eGenuine leather upholstery in Black or Grey across all contact surfaces — seat, back, and armrests use real leather rather than synthetic alternatives.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnc-glance-item\"\u003e\n\u003cdiv class=\"cnc-tick\"\u003e\u003csvg stroke-width=\"3\" stroke=\"#FFFFFF\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePush-button electric recline mounted on the outer armrest controls both the backrest tilt and footrest extension via the integrated motor.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnc-glance-item\"\u003e\n\u003cdiv class=\"cnc-tick\"\u003e\u003csvg stroke-width=\"3\" stroke=\"#FFFFFF\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eCompact single-seater dimensions suit small living rooms, reading nooks, bedroom corners, and as a paired armchair beside a larger lounge.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnc-glance-item\"\u003e\n\u003cdiv class=\"cnc-tick\"\u003e\u003csvg stroke-width=\"3\" stroke=\"#FFFFFF\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eMains-powered via cable connecting to a standard Australian wall outlet — position near a power point with the cable exiting at the rear.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnc-glance-item\"\u003e\n\u003cdiv class=\"cnc-tick\"\u003e\u003csvg stroke-width=\"3\" stroke=\"#FFFFFF\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePairs with the Concord 3 Seater Electric Recliner Lounge in matching leather for a coordinated room set.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Range Strip --\u003e\n\u003cdiv class=\"cnc-range\"\u003e\n\u003cspan class=\"cnc-range-label\"\u003eComplete the Concord Range\u003c\/span\u003e\n\u003cdiv class=\"cnc-range-items\"\u003e\n\u003cdiv aria-current=\"page\" class=\"cnc-range-item\"\u003eConcord Recliner Chair\u003c\/div\u003e\n\u003ca class=\"cnc-range-item cnc-range-item-link\" href=\"https:\/\/thea2zfurniture.com\/products\/concord-3-seater-leather-electric-recliner-lounge\"\u003eConcord 3 Seater Recliner Lounge\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SEO Section --\u003e\n\u003cdiv class=\"cnc-seo\"\u003e\n\u003ch2\u003eConcord Leather Electric Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Concord Leather Electric Recliner Chair is a single-seater armchair with a push-button power recline mechanism, upholstered in genuine leather across all contact surfaces. The recliner runs off a standard Australian wall outlet and uses a side-mounted control panel on the outer armrest to operate both the backrest tilt and footrest extension — no separate manual lever, no ratcheting, no fighting with the chair to find the right position. The compact footprint fits where larger lounges can't, making it suitable for apartments, small media rooms, and reading nooks where one substantial armchair works harder than a sofa would.\u003c\/p\u003e\n\u003cp\u003eAvailable in Black and Grey leather, the Concord adapts to different interior schemes. Black sits comfortably alongside other dark furniture, anchors lighter rooms with strong contrast, and works particularly well in masculine office or media room settings. Grey is the more flexible choice — it suits contemporary interiors with cooler palettes, complements warm timber furniture without competing with it, and reads as sophisticated without the visual heft of black. Both colours use the same genuine leather construction, so the difference is purely tonal rather than material.\u003c\/p\u003e\n\u003cp\u003eThe Concord works as a standalone armchair in apartment living rooms, as the principal seat in a media or reading room, or paired with the Concord 3 Seater Electric Recliner Lounge for a matching room set. Place it near a power point so the cable can exit at the rear of the chair without running visibly across the floor. Visit the Concord Leather Electric Recliner Chair in person at any of our five South-East Queensland showrooms: Rocklea, Virginia, North Ipswich, Beenleigh, and Bundall on the Gold Coast.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Black","offer_id":43204537647239,"sku":"CO-1ER-BL","price":749.0,"currency_code":"AUD","in_stock":true},{"title":"Grey","offer_id":43204559569031,"sku":"CO-1ER-GR","price":749.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/concord-leather-electric-recliner-chair-the-a2z-furniture-1_1.png?v=1778478992"},{"product_id":"legend-leather-recliner-chair","title":"Legend Leather Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.lgd-desc {\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.lgd-desc * { box-sizing: border-box; }\n.lgd-desc p { margin: 0 0 16px 0; }\n.lgd-desc strong { color: #222222; }\n\n.lgd-desc .lgd-section { margin-bottom: 28px; }\n\n.lgd-desc .lgd-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin-bottom: 14px;\n}\n\n.lgd-desc .lgd-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n\n@media (max-width: 768px) {\n  .lgd-desc .lgd-features { grid-template-columns: 1fr; }\n}\n\n.lgd-desc .lgd-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.lgd-desc .lgd-feature-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.lgd-desc .lgd-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.lgd-desc .lgd-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.lgd-desc .lgd-tech-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n}\n\n@media (max-width: 768px) {\n  .lgd-desc .lgd-tech-grid { grid-template-columns: 1fr 1fr; }\n}\n\n@media (max-width: 480px) {\n  .lgd-desc .lgd-tech-grid { grid-template-columns: 1fr; }\n}\n\n.lgd-desc .lgd-tech-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px;\n  text-align: center;\n}\n\n.lgd-desc .lgd-tech-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: flex;\n  justify-content: center;\n}\n\n.lgd-desc .lgd-tech-card h3 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n  letter-spacing: 0.03em;\n}\n\n.lgd-desc .lgd-tech-card p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.5;\n}\n\n.lgd-desc .lgd-material-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin-bottom: 28px;\n}\n\n.lgd-desc .lgd-material-callout h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px 0;\n}\n\n.lgd-desc .lgd-material-callout p {\n  font-size: 15px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n.lgd-desc .lgd-care-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 28px;\n}\n\n.lgd-desc .lgd-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 10px 14px;\n  border-radius: 999px;\n  font-size: 13.5px;\n  font-weight: 600;\n  text-decoration: none;\n  line-height: 1.3;\n}\n\n.lgd-desc .lgd-pill-ok {\n  background: #F7EDE3;\n  border: 1.5px solid #C2824D;\n  color: #2C241B;\n}\n\n.lgd-desc .lgd-pill-ok:hover {\n  background: #EFE0CF;\n}\n\n.lgd-desc .lgd-pill-warn {\n  background: #FBEDED;\n  border: 1.5px solid #C97373;\n  color: #6B2D2D;\n}\n\n.lgd-desc .lgd-pill-tick,\n.lgd-desc .lgd-pill-cross {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 18px;\n  height: 18px;\n  border-radius: 50%;\n  font-size: 12px;\n  font-weight: 700;\n  flex-shrink: 0;\n}\n\n.lgd-desc .lgd-pill-tick {\n  background: #C2824D;\n  color: #fff;\n}\n\n.lgd-desc .lgd-pill-cross {\n  background: #C97373;\n  color: #fff;\n}\n\n.lgd-desc .lgd-swatch-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 18px;\n  margin-bottom: 8px;\n}\n\n.lgd-desc .lgd-swatch-item {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 8px;\n}\n\n.lgd-desc .lgd-swatch-circle {\n  width: 48px;\n  height: 48px;\n  border-radius: 50%;\n  border: 2px solid #fff;\n  box-shadow: 0 0 0 1.5px #C2824D;\n}\n\n.lgd-desc .lgd-swatch-name {\n  font-size: 12px;\n  font-weight: 600;\n  color: #222222;\n  letter-spacing: 0.03em;\n}\n\n.lgd-desc .lgd-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n@media (max-width: 768px) {\n  .lgd-desc .lgd-care-grid { grid-template-columns: 1fr; }\n}\n\n.lgd-desc .lgd-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.lgd-desc .lgd-care-card .lgd-care-emoji {\n  font-size: 22px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.lgd-desc .lgd-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.lgd-desc .lgd-care-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.lgd-desc .lgd-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.lgd-desc .lgd-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.6;\n}\n\n.lgd-desc .lgd-tick {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.lgd-desc .lgd-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n.lgd-desc .lgd-related-strip {\n  background: #2C241B;\n  border-radius: 10px;\n  padding: 20px;\n  margin-bottom: 28px;\n}\n\n.lgd-desc .lgd-related-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.5);\n  margin-bottom: 14px;\n}\n\n.lgd-desc .lgd-related-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.lgd-desc .lgd-related-item {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.85);\n  text-decoration: none;\n  border: 1px solid rgba(255,255,255,0.15);\n  transition: all 0.3s ease;\n  background: transparent;\n}\n\n.lgd-desc .lgd-related-item:hover {\n  background: rgba(255,255,255,0.15);\n}\n\n.lgd-desc .lgd-related-current {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #fff;\n  border: 1px solid #C2824D;\n  background: transparent;\n}\n\n.lgd-desc .lgd-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.lgd-desc .lgd-seo h2 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px 0;\n}\n\n.lgd-desc .lgd-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 14px 0;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"lgd-desc\"\u003e\n\u003c!-- 1. Intro --\u003e\n\u003cdiv class=\"lgd-section\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eLegend Leather Recliner Chair\u003c\/strong\u003e is a single-seat \u003cstrong\u003eelectric recliner\u003c\/strong\u003e upholstered in \u003cstrong\u003egenuine leather\u003c\/strong\u003e, with the kind of integrated convenience older recliners didn't include. A discreet button panel on the front of the armrest controls the recline electrically — no levers, no muscle, no awkward initial push — and a \u003cstrong\u003echrome cupholder is built into the same armrest\u003c\/strong\u003e for keeping a drink within reach. The back is sculpted with a horizontal headrest split and a vertical centre channel, the armrests are wrapped in deep pillow-top padding, and tonal stitching defines the panels throughout. Available in \u003cstrong\u003eBlack\u003c\/strong\u003e for grounded, masculine composure, or \u003cstrong\u003eBeige\u003c\/strong\u003e for soft, light-room neutrality. Anchors a single-seat reading or TV corner, or pairs with the matching \u003cstrong\u003eLegend 2 Seater\u003c\/strong\u003e and \u003cstrong\u003e3 Seater Lounges\u003c\/strong\u003e as a coordinated suite.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Tech Features Grid --\u003e\n\u003cdiv class=\"lgd-section\"\u003e\n\u003cdiv class=\"lgd-label\"\u003eFeatures at a Glance\u003c\/div\u003e\n\u003cdiv class=\"lgd-tech-grid\"\u003e\n\u003cdiv class=\"lgd-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lgd-tech-icon\"\u003e \u003c!-- Genuine leather --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath opacity=\"0.6\" stroke-width=\"1.2\" d=\"M7 9 Q12 7 17 9\"\u003e\u003c\/path\u003e\u003cpath opacity=\"0.6\" stroke-width=\"1.2\" d=\"M7 13 Q12 11 17 13\"\u003e\u003c\/path\u003e\u003cpath opacity=\"0.6\" stroke-width=\"1.2\" d=\"M7 17 Q12 15 17 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eGenuine Leather\u003c\/h3\u003e\n\u003cp\u003eReal leather hide upholstery — the kind that picks up character over time rather than wearing out at the seams.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lgd-tech-icon\"\u003e \u003c!-- Power recline: button --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"3\" height=\"6\" width=\"18\" y=\"9\" x=\"3\"\u003e\u003c\/rect\u003e\u003ccircle fill=\"currentColor\" r=\"1.5\" cy=\"12\" cx=\"8\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"currentColor\" r=\"1.5\" cy=\"12\" cx=\"16\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePower Recline\u003c\/h3\u003e\n\u003cp\u003eButton-operated electric recliner — press once for back angle, again for footrest. No levers, no muscle required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lgd-tech-icon\"\u003e \u003c!-- Built-in cupholder --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M7 8 L17 8 L16 19 Q15.5 21 14 21 L10 21 Q8.5 21 8 19 Z\"\u003e\u003c\/path\u003e\u003cline opacity=\"0.5\" y2=\"11\" x2=\"15\" y1=\"11\" x1=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eBuilt-In Cupholder\u003c\/h3\u003e\n\u003cp\u003eChrome cupholder integrated into the armrest — drinks stay within reach and stable, no side table needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lgd-tech-icon\"\u003e \u003c!-- Pillow-top armrest --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M4 16 Q4 9 8 9 L16 9 Q20 9 20 16 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 9 Q12 7 16 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePillow-Top Armrests\u003c\/h3\u003e\n\u003cp\u003eOver-padded armrests with deep, rounded pillow-top profile — proper forearm rest during long sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lgd-tech-icon\"\u003e \u003c!-- Sculpted back --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"1.5\" height=\"16\" width=\"14\" y=\"4\" x=\"5\"\u003e\u003c\/rect\u003e\u003cline y2=\"11\" x2=\"19\" y1=\"11\" x1=\"5\"\u003e\u003c\/line\u003e\u003cline y2=\"20\" x2=\"12\" y1=\"4\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eSculpted Back Profile\u003c\/h3\u003e\n\u003cp\u003eHorizontal split between headrest pillow and main back panel, with a vertical centre channel for shape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lgd-tech-icon\"\u003e \u003c!-- AU power --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M12 3 L8 12 L11 12 L9 21 L17 10 L13 10 L15 3 Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eMains-Powered Recline\u003c\/h3\u003e\n\u003cp\u003eMains cable connects to a standard Australian wall outlet — extension cord works fine for further reaches.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Key Features Grid --\u003e\n\u003cdiv class=\"lgd-section\"\u003e\n\u003cdiv class=\"lgd-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"lgd-features\"\u003e\n\u003cdiv class=\"lgd-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lgd-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 9 Q12 7 17 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eReal Leather in Black or Beige\u003c\/h3\u003e\n\u003cp\u003eThe Legend is upholstered in real leather hide — the surface gains subtle character and depth with use rather than just wearing thin at the seams. Two colour options for two different rooms: \u003cstrong\u003eBlack\u003c\/strong\u003e reads grounded and masculine, suited to richer interiors with darker timbers, deeper rugs, and moody lighting. \u003cstrong\u003eBeige\u003c\/strong\u003e reads soft and luminous — at home in lighter rooms with white walls, pale oak floors, and bright natural light. Note that real leather has its own care routine, distinct from PU or air leather alternatives — see the section below.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lgd-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"3\" height=\"6\" width=\"18\" y=\"9\" x=\"3\"\u003e\u003c\/rect\u003e\u003ccircle fill=\"currentColor\" r=\"1.5\" cy=\"12\" cx=\"8\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"currentColor\" r=\"1.5\" cy=\"12\" cx=\"16\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePower Recline at the Touch of a Button\u003c\/h3\u003e\n\u003cp\u003eA discreet button panel sits on the front of the armrest — press the recline button and the back angles backwards electrically while the footrest rises into position. Press the opposite button to return upright. No lever to find, no muscle to engage, and no awkward initial push to start the mechanism. The mains cable connects to a standard Australian wall outlet; extension cord works fine if your nearest socket isn't quite within reach.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lgd-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M7 8 L17 8 L16 19 Q15.5 21 14 21 L10 21 Q8.5 21 8 19 Z\"\u003e\u003c\/path\u003e\u003cline opacity=\"0.5\" y2=\"11\" x2=\"15\" y1=\"11\" x1=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eBuilt-In Cupholder + Pillow-Top Armrests\u003c\/h3\u003e\n\u003cp\u003eA chrome cupholder is integrated into the armrest, sized for a typical mug, can, or glass — drinks stay within reach and stable while you're horizontal, no side table reach required. The armrests themselves are wrapped in deep pillow-top padding, generously sized for proper forearm support during long viewing sessions, with tonal stitching that defines the panels without competing against the leather's surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lgd-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"1\" height=\"9\" width=\"5\" y=\"9\" x=\"3\"\u003e\u003c\/rect\u003e\u003crect rx=\"1\" height=\"12\" width=\"5\" y=\"6\" x=\"9\"\u003e\u003c\/rect\u003e\u003crect rx=\"1\" height=\"12\" width=\"5\" y=\"6\" x=\"15\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eAnchor of the Legend Range\u003c\/h3\u003e\n\u003cp\u003eThe Legend Recliner Chair works as a standalone single-seat reading or TV chair, but it's also the smallest piece in a coordinated three-piece range. Add the matching \u003cstrong\u003eLegend 2 Seater Lounge\u003c\/strong\u003e for couple seating, or the \u003cstrong\u003eLegend 3 Seater Lounge\u003c\/strong\u003e for full family configuration. Same leather, same controls, same silhouette across all three pieces — build the suite over time without worrying about hunting for matching upholstery later.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Material Callout --\u003e\n\u003cdiv class=\"lgd-material-callout\"\u003e\n\u003ch3\u003eAbout the Materials\u003c\/h3\u003e\n\u003cp\u003eReal leather hide on the seating surfaces, sturdy frame underneath, integrated chrome cupholder set into the armrest, and an electric power recliner mechanism with a mains cable that plugs into any standard Australian wall outlet. Real leather is a different material from PU or air leather — it absorbs spills, dries out under heat, and earns character with use over time — which means it has its own care routine (see below).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Care Products Pill Row --\u003e\n\u003cdiv class=\"lgd-section\"\u003e\n\u003cdiv class=\"lgd-label\"\u003eRecommended Care Products\u003c\/div\u003e\n\u003cdiv class=\"lgd-care-pills\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-leather-care-kit\" class=\"lgd-pill lgd-pill-ok\" target=\"_blank\"\u003e \u003cspan aria-hidden=\"true\" class=\"lgd-pill-tick\"\u003e✓\u003c\/span\u003e \u003cspan\u003eGuardsman Leather Care Kit — recommended for genuine leather\u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv aria-label=\"Not suitable for this product\" class=\"lgd-pill lgd-pill-warn\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lgd-pill-cross\"\u003e✗\u003c\/span\u003e \u003cspan\u003eGuardsman ProGuard Care Kit — not for genuine leather\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Colour Swatches --\u003e\n\u003cdiv class=\"lgd-section\"\u003e\n\u003cdiv class=\"lgd-label\"\u003eAvailable Colours\u003c\/div\u003e\n\u003cdiv class=\"lgd-swatch-row\"\u003e\n\u003cdiv class=\"lgd-swatch-item\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #2A2A2A, #0F0F0F);\" class=\"lgd-swatch-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"lgd-swatch-name\"\u003eBlack\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-swatch-item\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #D8CFC0, #BDB1A0);\" class=\"lgd-swatch-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"lgd-swatch-name\"\u003eBeige\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Care Instructions --\u003e\n\u003cdiv class=\"lgd-section\"\u003e\n\u003cdiv class=\"lgd-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"lgd-care-grid\"\u003e\n\u003cdiv class=\"lgd-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lgd-care-emoji\"\u003e🧽\u003c\/span\u003e\n\u003ch3\u003eDust Regularly\u003c\/h3\u003e\n\u003cp\u003eWipe over with a soft, dry microfibre cloth every week or two — lifts surface dust before it works its way into the leather pores. Skip rough cloths, paper towels, and abrasive sponges; anything textured can mark the finish over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lgd-care-emoji\"\u003e💧\u003c\/span\u003e\n\u003ch3\u003eSpot-Clean Spills Promptly\u003c\/h3\u003e\n\u003cp\u003eCatch spills fast — blot, never rub, with a clean white microfibre cloth. Rubbing pushes liquid into the leather pores; blotting lifts it off the surface. Avoid harsh solvents, bleach, and ammonia-based cleaners. Use the Guardsman Leather Care Kit cleaner per its instructions for stubborn marks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lgd-care-emoji\"\u003e☀️\u003c\/span\u003e\n\u003ch3\u003eAvoid Sunlight \u0026amp; Heat\u003c\/h3\u003e\n\u003cp\u003ePosition the chair away from prolonged direct sun and heat sources — radiators, vents, floor heaters. Sun bleaches leather, heat dries it out, and both lead to surface cracking. Pull curtains during peak Brisbane sun hours, particularly important for the Beige variant where fade shows more clearly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lgd-care-emoji\"\u003e🧴\u003c\/span\u003e\n\u003ch3\u003eCondition Every 6–12 Months\u003c\/h3\u003e\n\u003cp\u003eEvery six to twelve months, work the Guardsman \u003cstrong\u003eLeather Care Kit\u003c\/strong\u003e conditioner over the seating surfaces — feeds the leather and keeps it supple. \u003cstrong\u003eDon't use the Guardsman ProGuard Care Kit\u003c\/strong\u003e — that's chemistry built for synthetic leathers and doesn't suit real hide.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. At a Glance --\u003e\n\u003cdiv class=\"lgd-section\"\u003e\n\u003cdiv class=\"lgd-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"lgd-list\"\u003e\n\u003cdiv class=\"lgd-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lgd-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSingle-seat electric recliner upholstered in real leather hide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lgd-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eAvailable in two colours: Black and Beige.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lgd-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePower recliner — button-operated panel set into the front of the armrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lgd-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eBuilt-in chrome cupholder integrated into the armrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lgd-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eWide pillow-top armrests with deep padding.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lgd-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSculpted back profile with horizontal headrest split + vertical centre channel.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lgd-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eMains cable connects to a standard Australian wall outlet.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lgd-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSmallest piece in the Legend range — pairs with the 2 Seater and 3 Seater Lounges.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgd-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lgd-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eUse Guardsman Leather Care Kit for conditioning — not the ProGuard Care Kit.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 9. Range Strip --\u003e\n\u003cdiv class=\"lgd-related-strip\"\u003e\n\u003cdiv class=\"lgd-related-label\"\u003eLegend Leather Recliner Range\u003c\/div\u003e\n\u003cdiv class=\"lgd-related-items\"\u003e\n\u003cdiv aria-current=\"page\" class=\"lgd-related-current\"\u003eLegend Recliner Chair\u003c\/div\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/legend-2-seater-leather-recliner-lounge\" class=\"lgd-related-item\"\u003eLegend 2 Seater Lounge\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/legend-3-seater-leather-recliner-lounge\" class=\"lgd-related-item\"\u003eLegend 3 Seater Lounge\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 10. SEO Body Copy --\u003e\n\u003cdiv class=\"lgd-seo\"\u003e\n\u003ch2\u003eLegend Leather Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Legend Leather Recliner Chair is a single-seat electric recliner with integrated convenience the older generation of recliner chairs simply didn't include. A discreet button panel sits on the front of the armrest: press the recline button and the back angles backwards electrically while the footrest rises in one continuous motion. Press the opposite button to return upright. No lever to hunt for, no muscle to engage, no awkward initial push to start the mechanism. A chrome cupholder is built into the armrest itself — drinks stay within reach during a movie or reading session without needing a side table. The back of the chair is sculpted with a horizontal split between the headrest pillow and the main lower panel, with a vertical centre channel running down the middle for shape, and the armrests are over-padded with a pillow-top profile sized for proper forearm support during longer sessions. The mains cable plugs into a standard Australian wall outlet.\u003c\/p\u003e\n\u003cp\u003eTwo colour options work in opposite directions. \u003cstrong\u003eBlack\u003c\/strong\u003e reads grounded and masculine — suited to richer interiors with darker timbers, deeper rug palettes, and moodier lighting; the kind of chair that anchors a TV corner or reading nook in a layered, contemporary space. \u003cstrong\u003eBeige\u003c\/strong\u003e reads soft and luminous — at home in lighter rooms with white walls, pale timber floors, and natural daylight; less assertive, more about quiet warmth. The Legend Recliner Chair is the smallest piece in a coordinated three-piece range alongside the matching \u003cstrong\u003eLegend 2 Seater Lounge\u003c\/strong\u003e and \u003cstrong\u003e3 Seater Lounge\u003c\/strong\u003e, so it can function as a standalone single-seat chair or be added to a full lounge suite without hunting for matching upholstery later. Real leather is animal hide that's been tanned and finished — softens with use, breathes in humidity, develops marks and character over time. It rewards care: a regular dust with a soft microfibre cloth, prompt blotting (never rubbing) of any spills, distance from heat sources and direct sun, and a Guardsman \u003cstrong\u003eLeather Care Kit\u003c\/strong\u003e conditioning pass every six to twelve months. Skip the Guardsman ProGuard — that's chemistry for synthetic surfaces.\u003c\/p\u003e\n\u003cp\u003eSee the Legend Leather Recliner Chair in person across our five South-East Queensland showrooms — Rocklea, Virginia, North Ipswich, Beenleigh, and Bundall on the Gold Coast. Sit on it, work the power recline buttons, check the cupholder positioning, compare both Black and Beige under showroom lighting, and try it next to the matching Legend 2 Seater and 3 Seater Lounges to see the full range together. Our team can talk you through bundle pricing, lead times, and delivery to your suburb. Visit any A2Z Furniture showroom or shop online for fast Brisbane and Gold Coast delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Beige","offer_id":43457632010375,"sku":"LG-1ER-BG","price":799.0,"currency_code":"AUD","in_stock":false},{"title":"Black","offer_id":43457632043143,"sku":"LG-1ER-B","price":799.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/legend-leather-recliner-chair-the-a2z-furniture-2_45eb70fd-0832-49c8-9b0e-6f22d031e726.png?v=1778479085"},{"product_id":"monaco-recliner-chair","title":"Monaco Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.mon-desc {\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.mon-desc * { box-sizing: border-box; }\n.mon-desc p { margin: 0 0 16px 0; }\n.mon-desc strong { color: #222222; }\n\n.mon-desc .mon-section { margin-bottom: 28px; }\n\n.mon-desc .mon-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin-bottom: 14px;\n}\n\n.mon-desc .mon-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n\n@media (max-width: 768px) {\n  .mon-desc .mon-features { grid-template-columns: 1fr; }\n}\n\n.mon-desc .mon-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.mon-desc .mon-feature-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.mon-desc .mon-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.mon-desc .mon-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.mon-desc .mon-tech-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n}\n\n@media (max-width: 768px) {\n  .mon-desc .mon-tech-grid { grid-template-columns: 1fr 1fr; }\n}\n\n@media (max-width: 480px) {\n  .mon-desc .mon-tech-grid { grid-template-columns: 1fr; }\n}\n\n.mon-desc .mon-tech-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px;\n  text-align: center;\n}\n\n.mon-desc .mon-tech-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: flex;\n  justify-content: center;\n}\n\n.mon-desc .mon-tech-card h3 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n  letter-spacing: 0.03em;\n}\n\n.mon-desc .mon-tech-card p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.5;\n}\n\n.mon-desc .mon-material-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin-bottom: 28px;\n}\n\n.mon-desc .mon-material-callout h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px 0;\n}\n\n.mon-desc .mon-material-callout p {\n  font-size: 15px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n.mon-desc .mon-swatch-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 18px;\n  margin-bottom: 8px;\n}\n\n.mon-desc .mon-swatch-item {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 8px;\n}\n\n.mon-desc .mon-swatch-circle {\n  width: 48px;\n  height: 48px;\n  border-radius: 50%;\n  border: 2px solid #fff;\n  box-shadow: 0 0 0 1.5px #C2824D;\n}\n\n.mon-desc .mon-swatch-name {\n  font-size: 12px;\n  font-weight: 600;\n  color: #222222;\n  letter-spacing: 0.03em;\n}\n\n.mon-desc .mon-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n@media (max-width: 768px) {\n  .mon-desc .mon-care-grid { grid-template-columns: 1fr; }\n}\n\n.mon-desc .mon-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.mon-desc .mon-care-card .mon-care-emoji {\n  font-size: 22px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.mon-desc .mon-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.mon-desc .mon-care-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.mon-desc .mon-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.mon-desc .mon-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.6;\n}\n\n.mon-desc .mon-tick {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.mon-desc .mon-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n.mon-desc .mon-related-strip {\n  background: #2C241B;\n  border-radius: 10px;\n  padding: 20px;\n  margin-bottom: 28px;\n}\n\n.mon-desc .mon-related-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.5);\n  margin-bottom: 14px;\n}\n\n.mon-desc .mon-related-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.mon-desc .mon-related-item {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.85);\n  text-decoration: none;\n  border: 1px solid rgba(255,255,255,0.15);\n  transition: all 0.3s ease;\n  background: transparent;\n}\n\n.mon-desc .mon-related-item:hover {\n  background: rgba(255,255,255,0.15);\n}\n\n.mon-desc .mon-related-current {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #fff;\n  border: 1px solid #C2824D;\n  background: transparent;\n}\n\n.mon-desc .mon-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.mon-desc .mon-seo h2 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px 0;\n}\n\n.mon-desc .mon-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 14px 0;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"mon-desc\"\u003e\n\u003c!-- 1. Intro --\u003e\n\u003cdiv class=\"mon-section\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eMonaco Recliner Chair\u003c\/strong\u003e is a single-seat manual recliner with a fabric-first approach to the recliner format — softer surfaces, lighter feel, less formal than a leather-clad equivalent. The signature is the back: a separate headrest pillow above a channel-stitched main panel, dividing the back into two distinct support zones for your neck and lumbar curve. Chunky pillow-top armrests on both sides, a side-handle recliner mechanism that needs no power, and a sturdy frame underneath. Available in \u003cstrong\u003eGrey\u003c\/strong\u003e or \u003cstrong\u003eBlack\u003c\/strong\u003e to suit different room palettes — anchors the Monaco range alongside the matching \u003cstrong\u003e2 Seater\u003c\/strong\u003e and \u003cstrong\u003e3 Seater Recliner Lounges\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Tech Features Grid --\u003e\n\u003cdiv class=\"mon-section\"\u003e\n\u003cdiv class=\"mon-label\"\u003eFeatures at a Glance\u003c\/div\u003e\n\u003cdiv class=\"mon-tech-grid\"\u003e\n\u003cdiv class=\"mon-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mon-tech-icon\"\u003e \u003c!-- Manual recliner: side handle + footrest --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M5 18 L5 8 L11 8 L11 18 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M11 14 L20 14 L20 18 L11 18\"\u003e\u003c\/path\u003e\u003ccircle fill=\"currentColor\" r=\"0.8\" cy=\"11\" cx=\"13\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eManual Side-Handle Recliner\u003c\/h3\u003e\n\u003cp\u003ePull the lever, the back releases, the footrest rises. Mechanical, reliable, no power needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mon-tech-icon\"\u003e \u003c!-- Two-section back: floating headrest pillow + channelled panel --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"2\" height=\"6\" width=\"10\" y=\"3\" x=\"7\"\u003e\u003c\/rect\u003e\u003crect rx=\"1.5\" height=\"11\" width=\"12\" y=\"11\" x=\"6\"\u003e\u003c\/rect\u003e\u003cline y2=\"20\" x2=\"9\" y1=\"13\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline y2=\"20\" x2=\"12\" y1=\"13\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"20\" x2=\"15\" y1=\"13\" x1=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eTwo-Section Back\u003c\/h3\u003e\n\u003cp\u003eFloating top headrest pillow above a channel-stitched main panel — two distinct support zones.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mon-tech-icon\"\u003e \u003c!-- Soft fabric upholstery --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath opacity=\"0.5\" stroke-width=\"1\" d=\"M4 8 L20 8\"\u003e\u003c\/path\u003e\u003cpath opacity=\"0.5\" stroke-width=\"1\" d=\"M4 12 L20 12\"\u003e\u003c\/path\u003e\u003cpath opacity=\"0.5\" stroke-width=\"1\" d=\"M4 16 L20 16\"\u003e\u003c\/path\u003e\u003cpath opacity=\"0.5\" stroke-width=\"1\" d=\"M8 4 L8 20\"\u003e\u003c\/path\u003e\u003cpath opacity=\"0.5\" stroke-width=\"1\" d=\"M12 4 L12 20\"\u003e\u003c\/path\u003e\u003cpath opacity=\"0.5\" stroke-width=\"1\" d=\"M16 4 L16 20\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eSoft Fabric Upholstery\u003c\/h3\u003e\n\u003cp\u003ePremium soft-touch fabric — closer-weave, finer-feeling, easier on bare skin than leather or vinyl.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mon-tech-icon\"\u003e \u003c!-- Pillow-top armrests --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M4 16 Q4 9 8 9 L16 9 Q20 9 20 16 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 9 Q12 7 16 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePillow-Top Armrests\u003c\/h3\u003e\n\u003cp\u003eChunky, rounded armrest pads on both sides — proper forearm rest, not a thin armrest cap.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mon-tech-icon\"\u003e \u003c!-- Sturdy frame --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"1\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cline y2=\"9\" x2=\"20\" y1=\"9\" x1=\"4\"\u003e\u003c\/line\u003e\u003cline y2=\"15\" x2=\"20\" y1=\"15\" x1=\"4\"\u003e\u003c\/line\u003e\u003cline y2=\"20\" x2=\"9\" y1=\"4\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline y2=\"20\" x2=\"15\" y1=\"4\" x1=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eSturdy Frame\u003c\/h3\u003e\n\u003cp\u003eSolid structural frame engineered for daily use — settles into the room and holds shape over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mon-tech-icon\"\u003e \u003c!-- Compact single-seat --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M6 20 L6 8 Q6 6 8 6 L16 6 Q18 6 18 8 L18 20 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 14 L6 14\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 14 L21 14\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eCompact Footprint\u003c\/h3\u003e\n\u003cp\u003eSingle-seat chair sized for accent corners, reading nooks, and apartments — recliner comfort that doesn't take over the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Key Features Grid --\u003e\n\u003cdiv class=\"mon-section\"\u003e\n\u003cdiv class=\"mon-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"mon-features\"\u003e\n\u003cdiv class=\"mon-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mon-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M5 18 L5 8 L11 8 L11 18 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M11 14 L20 14 L20 18 L11 18\"\u003e\u003c\/path\u003e\u003ccircle fill=\"currentColor\" r=\"0.8\" cy=\"11\" cx=\"13\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eManual Recliner with Side Handle\u003c\/h3\u003e\n\u003cp\u003eA finger-pull lever sits on the outside of the right armrest. A quick tug releases the back, which angles backward as the footrest unfolds beneath you in one smooth movement. Push the back to return upright when you're done. Entirely mechanical — no cables, no remotes, no batteries to find, and no power outlet required nearby. The mechanism is the kind you set up once and use for years without thinking about it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mon-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath opacity=\"0.6\" stroke-width=\"1\" d=\"M4 12 L20 12\"\u003e\u003c\/path\u003e\u003cpath opacity=\"0.6\" stroke-width=\"1\" d=\"M12 4 L12 20\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eSoft Fabric in Grey or Black\u003c\/h3\u003e\n\u003cp\u003eThe Monaco wears a premium soft-touch fabric — closer-weave and finer-feeling than the heavyweight upholsteries used on family-rough-and-tumble lounges. Two colours to choose from: \u003cstrong\u003eGrey\u003c\/strong\u003e reads warm-cool and works as an easy neutral that brightens in well-lit rooms; \u003cstrong\u003eBlack\u003c\/strong\u003e is sharper and more graphic, designed to function as a deliberate dark accent against lighter walls or warmer timber floors. Both shades are picked to wear evenly and read cleanly under everyday living-room lighting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mon-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"2\" height=\"6\" width=\"10\" y=\"3\" x=\"7\"\u003e\u003c\/rect\u003e\u003crect rx=\"1.5\" height=\"11\" width=\"12\" y=\"11\" x=\"6\"\u003e\u003c\/rect\u003e\u003cline y2=\"20\" x2=\"9\" y1=\"13\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline y2=\"20\" x2=\"12\" y1=\"13\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"20\" x2=\"15\" y1=\"13\" x1=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eTwo-Section Back with Channel Stitching\u003c\/h3\u003e\n\u003cp\u003eThe back is split into two distinct shapes rather than running as one flat panel. A separate floating headrest pillow sits at the top — soft, cushioned, sized to support the curve of your neck without pushing your head forward. Below it, the main back panel is divided into vertical channels by stitched ribs that give the surface texture, structure, and a layered visual rhythm. Together they create a back that supports your shoulders, neck, and lumbar curve in different zones rather than as one undifferentiated surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mon-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"1\" height=\"9\" width=\"5\" y=\"9\" x=\"3\"\u003e\u003c\/rect\u003e\u003crect rx=\"1\" height=\"12\" width=\"6\" y=\"6\" x=\"9\"\u003e\u003c\/rect\u003e\u003crect rx=\"1\" height=\"9\" width=\"5\" y=\"9\" x=\"16\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePairs with the Monaco Range\u003c\/h3\u003e\n\u003cp\u003eThe Monaco range runs to three pieces — Chair, 2 Seater Lounge, and 3 Seater Lounge — each carrying the same soft-touch fabric, the same two-section back design, and the same chunky armrest profile. Add the \u003cstrong\u003eMonaco 2 Seater Recliner Lounge\u003c\/strong\u003e for side-by-side seating, drop in the \u003cstrong\u003eMonaco 3 Seater Recliner Lounge\u003c\/strong\u003e for full family setup, or use the Chair as a standalone reading-corner accent. Build the suite over time or all at once.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Material Callout --\u003e\n\u003cdiv class=\"mon-material-callout\"\u003e\n\u003ch3\u003eAbout the Materials\u003c\/h3\u003e\n\u003cp\u003ePremium soft-touch fabric upholstery over a sturdy frame, with a manual recliner mechanism operated by a side-mounted pull handle. The two-section back combines a floating top headrest pillow with a channel-stitched main panel below, and the chunky pillow-top armrests carry the same fabric across both sides for a fully consistent surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Colour Swatches --\u003e\n\u003cdiv class=\"mon-section\"\u003e\n\u003cdiv class=\"mon-label\"\u003eAvailable Colours\u003c\/div\u003e\n\u003cdiv class=\"mon-swatch-row\"\u003e\n\u003cdiv class=\"mon-swatch-item\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #7A7E83, #5C6064);\" class=\"mon-swatch-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"mon-swatch-name\"\u003eGrey\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-swatch-item\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #1A1A1A, #0D0D0D);\" class=\"mon-swatch-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"mon-swatch-name\"\u003eBlack\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Care Instructions --\u003e\n\u003cdiv class=\"mon-section\"\u003e\n\u003cdiv class=\"mon-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"mon-care-grid\"\u003e\n\u003cdiv class=\"mon-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mon-care-emoji\"\u003e🧹\u003c\/span\u003e\n\u003ch3\u003eVacuum Weekly\u003c\/h3\u003e\n\u003cp\u003eRun the soft brush attachment over the seat, back, armrests, and into the channel stitching to lift dust and surface grit. Stops fine particles from working their way into the weave over time. The channel ribs hold a bit more dust than flat panels, so a slim brush attachment helps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mon-care-emoji\"\u003e💧\u003c\/span\u003e\n\u003ch3\u003eSpot-Clean Spills Promptly\u003c\/h3\u003e\n\u003cp\u003eCatch spills fast and blot — never rub — with a clean white microfibre cloth. Rubbing pushes liquid sideways into the fabric; blotting lifts it off. Skip harsh solvents, bleach, and strong cleaners. Test any cleaning product on a hidden patch first, and avoid over-wetting — Brisbane humidity slows fabric drying, which is when mildew sets in.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mon-care-emoji\"\u003e☀️\u003c\/span\u003e\n\u003ch3\u003eWatch the Sun\u003c\/h3\u003e\n\u003cp\u003eDirect sunlight fades fabric over months and years. The Grey variant shows fade more noticeably than Black. Pull curtains during peak Brisbane sun hours, or position the chair away from large windows that get hours of direct light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"mon-care-emoji\"\u003e🛋️\u003c\/span\u003e\n\u003ch3\u003eEven Out Wear\u003c\/h3\u003e\n\u003cp\u003eSingle-seat chairs naturally develop a favourite-side wear pattern. Shift sitting position occasionally, alternate which armrest you lean on, and the seating surface will wear more evenly over the long run rather than concentrating on one spot.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. At a Glance --\u003e\n\u003cdiv class=\"mon-section\"\u003e\n\u003cdiv class=\"mon-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"mon-list\"\u003e\n\u003cdiv class=\"mon-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mon-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSingle-seat manual recliner upholstered in premium soft-touch fabric.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mon-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eAvailable in two colours: Grey and Black.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mon-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSide-mounted pull-handle recliner mechanism — entirely mechanical, no power required.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mon-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eTwo-section back: floating headrest pillow above a channel-stitched main panel.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mon-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eChunky pillow-top armrests on both sides.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mon-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSturdy frame engineered for daily use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mon-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePairs with the matching Monaco 2 Seater and 3 Seater Recliner Lounges.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mon-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mon-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eCompact single-seat footprint suits accent corners, reading nooks, and apartments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. Range Strip --\u003e\n\u003cdiv class=\"mon-related-strip\"\u003e\n\u003cdiv class=\"mon-related-label\"\u003eMonaco Recliner Range\u003c\/div\u003e\n\u003cdiv class=\"mon-related-items\"\u003e\n\u003cdiv aria-current=\"page\" class=\"mon-related-current\"\u003eMonaco Recliner Chair\u003c\/div\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/monaco-2-seater-recliner-lounge\" class=\"mon-related-item\"\u003eMonaco 2 Seater Lounge\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/monaco-3-seater-recliner-lounge\" class=\"mon-related-item\"\u003eMonaco 3 Seater Lounge\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 9. SEO Body Copy --\u003e\n\u003cdiv class=\"mon-seo\"\u003e\n\u003ch2\u003eMonaco Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Monaco Recliner Chair is a single-seat manual recliner upholstered in premium soft-touch fabric — a softer, lighter-feeling alternative to leather or vinyl recliners, especially noticeable under bare skin during a Queensland summer. The recliner mechanism is purely mechanical and operated by a small pull handle on the outer right armrest: a quick tug releases the back into recline as the footrest rises in one continuous motion, and a push on the back returns the chair upright. No cables, no remotes, no batteries to swap, no power outlet required within reach. The signature visual is the back, which is split into two distinct sections rather than running as one flat surface — a separate floating headrest pillow sits above a channel-stitched main panel, giving the back a two-stage shape that supports your neck and lumbar curve as separate zones. Both armrests are chunky, rounded, and pillow-topped, sized for proper forearm rest during long sitting sessions.\u003c\/p\u003e\n\u003cp\u003eTwo colourways are offered. \u003cstrong\u003eGrey\u003c\/strong\u003e reads as a soft, approachable neutral that lifts in bright contemporary rooms and pairs easily with most existing palettes. \u003cstrong\u003eBlack\u003c\/strong\u003e is sharper and more graphic, designed to work as a deliberate dark accent against lighter walls, warmer timber floors, or as a tonal anchor in a moody dark-mode living room. Both shades wear evenly and read cleanly under typical living-room lighting. The Monaco Chair anchors the full Monaco range alongside the matching \u003cstrong\u003eMonaco 2 Seater Recliner Lounge\u003c\/strong\u003e and \u003cstrong\u003eMonaco 3 Seater Recliner Lounge\u003c\/strong\u003e — each piece carrying the same soft-touch fabric, the same two-section back design, and the same armrest profile. Use the Chair as a standalone accent in a reading corner or living-room nook, or pair it with the Lounges for full family seating. Care for the fabric is straightforward: vacuum weekly with the soft brush attachment to clear dust from the channel ribs, blot any spills promptly with a clean white microfibre cloth (never rub), keep the chair clear of direct sunlight to prevent fade, and shift sitting position occasionally to spread wear evenly across the seat.\u003c\/p\u003e\n\u003cp\u003eSee the Monaco Recliner Chair in person across our five South-East Queensland showrooms — Rocklea, Virginia, North Ipswich, Beenleigh, and Bundall on the Gold Coast. Sit in it, work the recline, feel the channel-stitched back against your shoulders, compare the Grey and Black side by side under the showroom lights, and try the matching 2 Seater and 3 Seater Lounges to see how the full Monaco range comes together. Our team can talk you through bundle pricing, lead times, and delivery options to your suburb. Visit any A2Z Furniture showroom or shop online for fast Brisbane and Gold Coast delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Grey","offer_id":43565373522055,"sku":"MO-1RR-GR","price":399.0,"currency_code":"AUD","in_stock":false},{"title":"Black","offer_id":43565373554823,"sku":"MO-1RR-BL","price":399.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/monaco-recliner-chair-the-a2z-furniture-1.png?v=1778479433"},{"product_id":"milano-recliner-chair","title":"Milano Rocker Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.mil-desc {\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.mil-desc * { box-sizing: border-box; }\n.mil-desc p { margin: 0 0 16px 0; }\n.mil-desc strong { color: #222222; }\n\n.mil-desc .mil-section { margin-bottom: 28px; }\n\n.mil-desc .mil-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin-bottom: 14px;\n}\n\n.mil-desc .mil-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n\n@media (max-width: 768px) {\n  .mil-desc .mil-features { grid-template-columns: 1fr; }\n}\n\n.mil-desc .mil-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.mil-desc .mil-feature-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.mil-desc .mil-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.mil-desc .mil-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.mil-desc .mil-tech-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n}\n\n@media (max-width: 768px) {\n  .mil-desc .mil-tech-grid { grid-template-columns: 1fr 1fr; }\n}\n\n@media (max-width: 480px) {\n  .mil-desc .mil-tech-grid { grid-template-columns: 1fr; }\n}\n\n.mil-desc .mil-tech-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px;\n  text-align: center;\n}\n\n.mil-desc .mil-tech-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: flex;\n  justify-content: center;\n}\n\n.mil-desc .mil-tech-card h3 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n  letter-spacing: 0.03em;\n}\n\n.mil-desc .mil-tech-card p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.5;\n}\n\n.mil-desc .mil-material-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin-bottom: 28px;\n}\n\n.mil-desc .mil-material-callout h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px 0;\n}\n\n.mil-desc .mil-material-callout p {\n  font-size: 15px;\n  color: #222222;\n  margin: 0 0 10px 0;\n  line-height: 1.7;\n}\n\n.mil-desc .mil-material-callout p:last-child { margin-bottom: 0; }\n\n.mil-desc .mil-colours {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 16px;\n  margin-bottom: 8px;\n}\n\n.mil-desc .mil-colour-item {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 6px;\n}\n\n.mil-desc .mil-swatch {\n  width: 48px;\n  height: 48px;\n  border-radius: 50%;\n  border: 1.5px solid rgba(0,0,0,0.08);\n  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4);\n}\n\n.mil-desc .mil-swatch-label {\n  font-size: 12px;\n  color: #222222;\n  font-weight: 600;\n}\n\n.mil-desc .mil-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n@media (max-width: 768px) {\n  .mil-desc .mil-care-grid { grid-template-columns: 1fr; }\n}\n\n.mil-desc .mil-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.mil-desc .mil-care-card .mil-care-emoji {\n  font-size: 22px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.mil-desc .mil-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.mil-desc .mil-care-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.mil-desc .mil-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.mil-desc .mil-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.6;\n}\n\n.mil-desc .mil-tick {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.mil-desc .mil-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n.mil-desc .mil-range-strip {\n  background: #2C241B;\n  border-radius: 8px;\n  padding: 20px 24px;\n  margin-bottom: 28px;\n}\n\n.mil-desc .mil-range-strip h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 12px 0;\n}\n\n.mil-desc .mil-range-pills {\n  display: flex;\n  gap: 12px;\n  flex-wrap: wrap;\n}\n\n.mil-desc .mil-range-pill {\n  padding: 8px 16px;\n  border-radius: 999px;\n  font-size: 13px;\n  font-weight: 600;\n  border: 1.5px solid #C2824D;\n  transition: all 0.2s;\n  text-decoration: none;\n  display: inline-block;\n}\n\n.mil-desc .mil-range-pill.current {\n  background: #C2824D;\n  color: #FFF;\n}\n\n.mil-desc .mil-range-pill:not(.current) {\n  background: transparent;\n  color: #C2824D;\n}\n\n.mil-desc .mil-range-pill:not(.current):hover {\n  background: rgba(194, 130, 77, 0.1);\n}\n\n.mil-desc .mil-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.mil-desc .mil-seo h2 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px 0;\n}\n\n.mil-desc .mil-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 14px 0;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"mil-desc\"\u003e\n\u003c!-- 1. Intro --\u003e\n\u003cdiv class=\"mil-section\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eMilano Rocker Recliner Chair\u003c\/strong\u003e delivers two comfort modes in one seat. Pull the manual lever to recline, or rock gently back and forth using the built-in rocker mechanism — ideal for unwinding after work, settling in with a book, or finding your preferred angle for a movie. Wrapped in Palomino fabric and available in \u003cstrong\u003eBrown\u003c\/strong\u003e and \u003cstrong\u003eBeige\u003c\/strong\u003e, the Milano combines a pillow-top padded headrest with rounded armrests for all-day support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Tech Features Grid --\u003e\n\u003cdiv class=\"mil-section\"\u003e\n\u003cdiv class=\"mil-label\"\u003eFeatures at a Glance\u003c\/div\u003e\n\u003cdiv class=\"mil-tech-grid\"\u003e\n\u003cdiv class=\"mil-tech-card\"\u003e\n\u003cspan class=\"mil-tech-icon\" aria-hidden=\"true\"\u003e \u003c!-- Manual lever: handle with arrow --\u003e \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M8 12 L16 12\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 8 L16 12 L12 16\"\u003e\u003c\/path\u003e\u003crect x=\"4\" y=\"10\" width=\"4\" height=\"4\" rx=\"0.5\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eManual Reclining\u003c\/h3\u003e\n\u003cp\u003ePull the lever on the right side to recline to your preferred angle — simple mechanical control, no power required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-tech-card\"\u003e\n\u003cspan class=\"mil-tech-icon\" aria-hidden=\"true\"\u003e \u003c!-- Rocker mechanism: mechanical rocking --\u003e \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"6\" y=\"10\" width=\"12\" height=\"8\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M8 18 L8 20\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 18 L16 20\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 17 L4 19\" opacity=\"0.5\"\u003e\u003c\/path\u003e\u003cpath d=\"M19 17 L20 19\" opacity=\"0.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eRocker Mechanism\u003c\/h3\u003e\n\u003cp\u003eBuilt-in rocker mechanism allows smooth back-and-forth motion — perfect for reading, relaxing, or easing into sleep mode.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-tech-card\"\u003e\n\u003cspan class=\"mil-tech-icon\" aria-hidden=\"true\"\u003e \u003c!-- Fabric texture: woven pattern --\u003e \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M4 9 L20 9\" opacity=\"0.4\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 14 L20 14\" opacity=\"0.4\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 4 L9 20\" opacity=\"0.4\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 4 L14 20\" opacity=\"0.4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePalomino Fabric\u003c\/h3\u003e\n\u003cp\u003eUpholstered in Palomino fabric — a durable, hard-wearing material designed for everyday family use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-tech-card\"\u003e\n\u003cspan class=\"mil-tech-icon\" aria-hidden=\"true\"\u003e \u003c!-- Pillow headrest: cushioned support --\u003e \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"8\" width=\"18\" height=\"10\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 13 L17 13\" opacity=\"0.3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePillow-Top Headrest\u003c\/h3\u003e\n\u003cp\u003ePadded pillow-top headrest cradles your head and neck, reducing strain during long sits.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-tech-card\"\u003e\n\u003cspan class=\"mil-tech-icon\" aria-hidden=\"true\"\u003e \u003c!-- Padded armrests: rounded support --\u003e \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M4 8 L4 16 Q 4 18, 6 18 L8 18\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 8 L20 16 Q 20 18, 18 18 L16 18\"\u003e\u003c\/path\u003e\u003crect x=\"8\" y=\"12\" width=\"8\" height=\"4\" rx=\"1\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eRounded Armrests\u003c\/h3\u003e\n\u003cp\u003ePadded, rounded armrests support your elbows and forearms without hard edges digging in.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-tech-card\"\u003e\n\u003cspan class=\"mil-tech-icon\" aria-hidden=\"true\"\u003e \u003c!-- Sturdy frame: layered structure --\u003e \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"5\" width=\"18\" height=\"3\" rx=\"0.5\"\u003e\u003c\/rect\u003e\u003crect x=\"3\" y=\"10.5\" width=\"18\" height=\"3\" rx=\"0.5\"\u003e\u003c\/rect\u003e\u003crect x=\"3\" y=\"16\" width=\"18\" height=\"3\" rx=\"0.5\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eSturdy Frame\u003c\/h3\u003e\n\u003cp\u003eBuilt on a solid frame designed to handle daily use and support the rocker mechanism over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Key Features Grid --\u003e\n\u003cdiv class=\"mil-section\"\u003e\n\u003cdiv class=\"mil-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"mil-features\"\u003e\n\u003cdiv class=\"mil-feature-card\"\u003e\n\u003cspan class=\"mil-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M8 12 L16 12\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 8 L16 12 L12 16\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 18 Q 12 15, 20 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eDual-Action Comfort\u003c\/h3\u003e\n\u003cp\u003eThe Milano's standout feature is the combination of manual reclining and a rocker mechanism. Pull the lever to recline backward when you want full leg support, or leave it upright and rock gently back and forth — each mode handles a different relaxation need, and you can switch between them anytime.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-feature-card\"\u003e\n\u003cspan class=\"mil-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M4 9 L20 9\" opacity=\"0.4\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 14 L20 14\" opacity=\"0.4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eEveryday Durability\u003c\/h3\u003e\n\u003cp\u003ePalomino fabric is chosen for its durability and resistance to everyday wear. It handles regular use without pilling or losing texture, making the Milano a practical choice for living rooms and family spaces where the chair sees daily action.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-feature-card\"\u003e\n\u003cspan class=\"mil-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"8\" width=\"18\" height=\"10\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 13 L17 13\" opacity=\"0.3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePillow-Top Support\u003c\/h3\u003e\n\u003cp\u003eThe pillow-top headrest isn't just padding — it's shaped to cradle your head and neck when you lean back, reducing strain on your cervical spine during long sessions. Pair it with the rounded armrests and you've got comfortable contact points all around.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-feature-card\"\u003e\n\u003cspan class=\"mil-feature-icon\" aria-hidden=\"true\"\u003e \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"4\" y=\"6\" width=\"6\" height=\"12\" rx=\"1\"\u003e\u003c\/rect\u003e\u003crect x=\"14\" y=\"6\" width=\"6\" height=\"12\" rx=\"1\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eComplete the Set\u003c\/h3\u003e\n\u003cp\u003eThe Milano Chair is part of a full range — add the Milano 2 Seater or 3 Seater Recliner Lounge to build a matched set. Same Palomino fabric, same rounded armrests, same pillow-top headrests across the range for a unified look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Material Callout --\u003e\n\u003cdiv class=\"mil-material-callout\"\u003e\n\u003ch3\u003ePalomino Fabric Upholstery\u003c\/h3\u003e\n\u003cp\u003eThe Milano is upholstered in Palomino fabric — a durable upholstery material designed to resist everyday wear. This fabric holds up to regular contact from pets, kids, and daily lounging without losing its texture or developing surface pilling. The tonal stitching blends into the fabric for a clean, unified appearance.\u003c\/p\u003e\n\u003cp\u003ePalomino fabric cleans with a quick vacuum and spot treatment. It doesn't shed lint, and its structure prevents crumbs and debris from working deep into the fibres. For Queensland's humid summers, keep cleaning gentle and quick-drying to avoid over-wetting the fabric.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Colour Options --\u003e\n\u003cdiv class=\"mil-section\"\u003e\n\u003cdiv class=\"mil-label\"\u003eColour Options\u003c\/div\u003e\n\u003cdiv class=\"mil-colours\"\u003e\n\u003cdiv class=\"mil-colour-item\"\u003e\n\u003cdiv class=\"mil-swatch\" style=\"background: linear-gradient(135deg, #C9A882 0%, #B89968 100%);\" aria-label=\"Brown\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"mil-swatch-label\"\u003eBrown\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-colour-item\"\u003e\n\u003cdiv class=\"mil-swatch\" style=\"background: linear-gradient(135deg, #E5D5BA 0%, #D4C4A8 100%);\" aria-label=\"Beige\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"mil-swatch-label\"\u003eBeige\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 12.5px; color: #6b6b6b; margin-top: 8px;\"\u003eSwatch colours are approximate — see the Milano in person at any A2Z Furniture showroom for accurate colour matching.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Care Instructions --\u003e\n\u003cdiv class=\"mil-section\"\u003e\n\u003cdiv class=\"mil-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"mil-care-grid\"\u003e\n\u003cdiv class=\"mil-care-card\"\u003e\n\u003cspan class=\"mil-care-emoji\" aria-hidden=\"true\"\u003e🧹\u003c\/span\u003e\n\u003ch3\u003eVacuum Weekly\u003c\/h3\u003e\n\u003cp\u003eVacuum the upholstery weekly with the upholstery attachment to lift dust and surface debris. Pay attention to the armrests, headrest seams, and where the cushions meet the frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-care-card\"\u003e\n\u003cspan class=\"mil-care-emoji\" aria-hidden=\"true\"\u003e💧\u003c\/span\u003e\n\u003ch3\u003eSpot-Clean Spills Promptly\u003c\/h3\u003e\n\u003cp\u003eBlot spills immediately with a clean white microfibre cloth — never rub. Test cleaners on a hidden area first. Avoid harsh solvents and bleach. Don't over-wet the fabric, especially in QLD humidity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-care-card\"\u003e\n\u003cspan class=\"mil-care-emoji\" aria-hidden=\"true\"\u003e☀️\u003c\/span\u003e\n\u003ch3\u003eClimate Care\u003c\/h3\u003e\n\u003cp\u003ePosition away from direct sunlight to prevent fading. In Queensland's humid summers, keep cleaning gentle and quick-drying. A fabric protector is a smart option for kids-and-pets households.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-care-card\"\u003e\n\u003cspan class=\"mil-care-emoji\" aria-hidden=\"true\"\u003e🛋️\u003c\/span\u003e\n\u003ch3\u003eEven Out Wear\u003c\/h3\u003e\n\u003cp\u003eRotate cushions if removable, and periodically sit in different positions to distribute wear evenly. This keeps the Palomino fabric looking uniform across all contact surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. At a Glance --\u003e\n\u003cdiv class=\"mil-section\"\u003e\n\u003cdiv class=\"mil-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"mil-list\"\u003e\n\u003cdiv class=\"mil-list-item\"\u003e\n\u003cdiv class=\"mil-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eManual reclining with lever control on the right side.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-list-item\"\u003e\n\u003cdiv class=\"mil-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eRocker mechanism for gentle back-and-forth motion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-list-item\"\u003e\n\u003cdiv class=\"mil-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePalomino fabric upholstery in Brown or Beige.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-list-item\"\u003e\n\u003cdiv class=\"mil-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePillow-top padded headrest for neck support.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-list-item\"\u003e\n\u003cdiv class=\"mil-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eRounded, padded armrests.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-list-item\"\u003e\n\u003cdiv class=\"mil-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eTonal stitching for a clean, unified look.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-list-item\"\u003e\n\u003cdiv class=\"mil-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePart of the Milano range — pairs with 2 Seater and 3 Seater.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mil-list-item\"\u003e\n\u003cdiv class=\"mil-tick\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e1-Year Warranty.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. Range Strip --\u003e\n\u003cdiv class=\"mil-range-strip\"\u003e\n\u003ch3\u003eComplete the Milano Range\u003c\/h3\u003e\n\u003cdiv class=\"mil-range-pills\"\u003e\n\u003cspan class=\"mil-range-pill current\"\u003eRecliner Chair\u003c\/span\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/milano-2-seater-recliner-lounge\" class=\"mil-range-pill\"\u003e2 Seater Recliner Lounge\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/milano-3-seater-recliner-lounge\" class=\"mil-range-pill\"\u003e3 Seater Recliner Lounge\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 9. SEO Body Copy --\u003e\n\u003cdiv class=\"mil-seo\"\u003e\n\u003ch2\u003eMilano Rocker Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Milano Rocker Recliner Chair is built for homes where one seat needs to handle multiple relaxation modes. Pull the manual lever on the right side to recline backward when you want full leg support, or leave it upright and rock gently using the built-in rocker mechanism — perfect for reading, unwinding after work, or easing into sleep mode. The pillow-top padded headrest cradles your head and neck when you lean back, while the rounded armrests support your elbows without hard edges digging in. Wrapped in Palomino fabric, the Milano resists everyday wear without pilling or losing texture.\u003c\/p\u003e\n\u003cp\u003ePalomino fabric is chosen for its durability and ease of care. It holds up to regular contact from pets, kids, and daily use, and cleans easily with a quick vacuum and spot treatment. The tonal stitching blends into the fabric for a clean, unified appearance. Available in Brown and Beige, both colours work well in Brisbane and Gold Coast living rooms — Brown adds warmth to neutral spaces, while Beige keeps things light and airy. The Milano Chair is part of a full range, so you can add the Milano 2 Seater or 3 Seater Recliner Lounge to build a matched set with the same fabric, armrests, and headrests across all pieces.\u003c\/p\u003e\n\u003cp\u003eSee the Milano Rocker Recliner Chair in person across our five South-East Queensland showrooms — Rocklea, Virginia, North Ipswich, Beenleigh, and Bundall on the Gold Coast. Test the manual lever, try the rocker motion, and check the Palomino fabric in both Brown and Beige side by side. Our team can talk you through delivery to your suburb, lead times, and the 1-year warranty. Visit any A2Z Furniture showroom or shop online for fast Brisbane and Gold Coast delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Brown","offer_id":43565467467911,"sku":"MI-1RR-BR","price":449.0,"currency_code":"AUD","in_stock":true},{"title":"Beige","offer_id":43565467500679,"sku":"MI-1RR-BG","price":449.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/milano-recliner-chair-the-a2z-furniture-1.png?v=1778479520"},{"product_id":"baker-recliner-chair","title":"Baker Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.bk1-desc {\n  padding-top: 6px;\n  overflow: visible;\n  font-family: 'Open Sans', sans-serif;\n  color: #222222;\n  font-size: 15px;\n  line-height: 1.7;\n  max-width: 100%;\n  box-sizing: border-box;\n}\n\n.bk1-desc *,\n.bk1-desc *::before,\n.bk1-desc *::after { box-sizing: border-box; }\n\n.bk1-desc .bk1-intro { margin: 0 0 28px; }\n.bk1-desc .bk1-intro p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.7;\n  color: #222222;\n}\n\n.bk1-desc .bk1-label {\n  display: block;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 14px;\n}\n\n.bk1-desc .bk1-section { margin: 28px 0; }\n\n\/* Key Features — 3 across *\/\n.bk1-desc .bk1-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr 1fr;\n  gap: 14px;\n}\n.bk1-desc .bk1-feature {\n  background: #F5F5F5;\n  border-radius: 10px;\n  padding: 18px 18px 16px;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.bk1-desc .bk1-feature svg {\n  width: 26px;\n  height: 26px;\n  stroke: #C2824D;\n  stroke-width: 1.6;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.bk1-desc .bk1-feature h3 {\n  margin: 0;\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  line-height: 1.3;\n}\n.bk1-desc .bk1-feature p {\n  margin: 0;\n  font-size: 14px;\n  line-height: 1.55;\n  color: #222222;\n}\n\n\/* Material — inline paragraph (no callout box) *\/\n.bk1-desc .bk1-material {\n  margin: 24px 0;\n}\n.bk1-desc .bk1-material p {\n  margin: 0;\n  font-size: 14.5px;\n  line-height: 1.7;\n  color: #222222;\n}\n\n\/* Care + Products combined — single inline block *\/\n.bk1-desc .bk1-care-combined {\n  background: #FBF6F0;\n  border-radius: 8px;\n  padding: 18px 20px;\n  margin: 24px 0;\n}\n.bk1-desc .bk1-care-combined .bk1-label { margin-bottom: 10px; }\n.bk1-desc .bk1-care-combined p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  line-height: 1.65;\n  color: #222222;\n}\n.bk1-desc .bk1-care-combined p:last-child { margin-bottom: 0; }\n.bk1-desc .bk1-care-note {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  font-style: italic;\n  margin-top: 10px !important;\n}\n\n\/* At a Glance *\/\n.bk1-desc .bk1-glance { display: block; margin: 0; }\n.bk1-desc .bk1-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n  padding: 8px 0;\n}\n.bk1-desc .bk1-tick {\n  flex-shrink: 0;\n  width: 22px;\n  height: 22px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n.bk1-desc .bk1-tick svg {\n  width: 12px;\n  height: 12px;\n  stroke: #FFFFFF;\n  stroke-width: 2.5;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.bk1-desc .bk1-glance-item span:last-child {\n  font-size: 15px;\n  line-height: 1.55;\n  color: #222222;\n}\n\n\/* Range strip — dark espresso (RETAINED for range identity) *\/\n.bk1-desc .bk1-range {\n  background: #2C241B;\n  border-radius: 10px;\n  padding: 22px 22px 20px;\n  margin: 28px 0;\n}\n.bk1-desc .bk1-range .bk1-label {\n  color: #E8C9AA;\n  margin-bottom: 16px;\n}\n.bk1-desc .bk1-range-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n}\n.bk1-desc .bk1-range-items a,\n.bk1-desc .bk1-range-items \u003e div {\n  display: inline-block;\n  padding: 10px 16px;\n  border-radius: 999px;\n  font-size: 13.5px;\n  font-weight: 600;\n  text-decoration: none !important;\n  transition: all 0.3s ease;\n  border: 1px solid rgba(255,255,255,0.18);\n}\n.bk1-desc .bk1-range-items a {\n  color: #FFFFFF !important;\n  background: transparent;\n}\n.bk1-desc .bk1-range-items a:hover {\n  background: rgba(255,255,255,0.15);\n  border-color: rgba(255,255,255,0.3);\n}\n.bk1-desc .bk1-range-items \u003e div[aria-current=\"page\"] {\n  color: #F7EDE3;\n  background: rgba(194,130,77,0.18);\n  border: 1px solid #C2824D;\n}\n\n\/* Inline links *\/\n.bk1-desc .mr-link {\n  color: #C2824D;\n  text-decoration: underline;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 2px;\n  font-weight: 600;\n  white-space: nowrap;\n}\n.bk1-desc .mr-link:hover { color: #A56934; }\n\n\/* FAQ *\/\n.bk1-desc .bk1-faq { margin: 0; }\n.bk1-desc .bk1-faq-item { border-bottom: 1px solid #E5E5E5; }\n.bk1-desc .bk1-faq-item:first-of-type { border-top: 1px solid #E5E5E5; }\n.bk1-desc .bk1-faq-item summary {\n  padding: 16px 28px 16px 0;\n  cursor: pointer;\n  font-size: 14.5px;\n  font-weight: 600;\n  color: #2C241B;\n  list-style: none;\n  position: relative;\n}\n.bk1-desc .bk1-faq-item summary::-webkit-details-marker { display: none; }\n.bk1-desc .bk1-faq-item summary::after {\n  content: '+';\n  position: absolute;\n  right: 4px;\n  top: 50%;\n  transform: translateY(-50%);\n  font-size: 22px;\n  font-weight: 400;\n  color: #C2824D;\n  line-height: 1;\n}\n.bk1-desc .bk1-faq-item[open] summary::after { content: '−'; }\n.bk1-desc .bk1-faq-answer {\n  padding: 0 0 18px;\n  font-size: 14px;\n  line-height: 1.65;\n  color: #222222;\n}\n.bk1-desc .bk1-faq-answer p { margin: 0 0 10px; }\n.bk1-desc .bk1-faq-answer p:last-child { margin-bottom: 0; }\n\n\/* SEO body — 2 paragraphs *\/\n.bk1-desc .bk1-seo {\n  border-top: 1px solid #E5E5E5;\n  margin-top: 32px;\n  padding-top: 24px;\n}\n.bk1-desc .bk1-seo h2 {\n  margin: 0 0 14px;\n  font-size: 18px;\n  font-weight: 700;\n  color: #2C241B;\n  line-height: 1.35;\n}\n.bk1-desc .bk1-seo p {\n  margin: 0 0 12px;\n  font-size: 13.5px;\n  line-height: 1.7;\n  color: #6B6B6B;\n}\n.bk1-desc .bk1-seo p:last-child { margin-bottom: 0; }\n\n\/* Mobile *\/\n@media (max-width: 768px) {\n  .bk1-desc .bk1-features {\n    grid-template-columns: 1fr;\n  }\n  .bk1-desc .bk1-seo h2 { font-size: 17px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"bk1-desc\"\u003e\n\u003c!-- Intro (2 sentences, no italic descriptor — Archetype C) --\u003e\n\u003cdiv class=\"bk1-intro\"\u003e\n\u003cp\u003eBuilt as the single-seat companion to the Baker 2-Seater and 3-Seater Recliner Lounges, the \u003cstrong\u003eBaker Recliner Chair\u003c\/strong\u003e brings the same manual side-lever recline, soft-touch chenille upholstery, and Dark Grey or Light Grey colour palette to a standalone reading chair or third seat in a 3+2+1 lounge setup. A simple lever pull engages the recline — no electrics, no battery, no power point required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Key Features — 3 across (Archetype C compact) --\u003e\n\u003cdiv class=\"bk1-section\"\u003e\n\u003cspan class=\"bk1-label\"\u003eKey Features\u003c\/span\u003e\n\u003cdiv class=\"bk1-features\"\u003e\n\u003cdiv class=\"bk1-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M6 5l-2 4 4 0\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 9v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 9h12\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3\u003eManual Side-Lever Recline\u003c\/h3\u003e\n\u003cp\u003eA single side-lever pull engages the recline. No electrics, no power cord, no motor — just a smooth mechanical glide back into position.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk1-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003crect rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 15h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 3v18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M15 3v18\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3\u003eSoft-Touch Chenille\u003c\/h3\u003e\n\u003cp\u003eChenille upholstery across the seat, back, and arms — in the same Dark Grey or Light Grey as the rest of the Baker range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk1-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003crect rx=\"1\" height=\"8\" width=\"6\" y=\"10\" x=\"2\"\u003e\u003c\/rect\u003e\n          \u003crect rx=\"1\" height=\"8\" width=\"6\" y=\"10\" x=\"9\"\u003e\u003c\/rect\u003e\n          \u003crect rx=\"1\" height=\"8\" width=\"6\" y=\"10\" x=\"16\"\u003e\u003c\/rect\u003e\n        \u003c\/svg\u003e\n\u003ch3\u003eCoordinates with the Baker Range\u003c\/h3\u003e\n\u003cp\u003ePairs with the Baker 2-Seater and 3-Seater Recliner Lounges in the same chenille fabric — useful as the third piece in a 3+2+1 setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Material — inline paragraph (no callout box, Archetype C) --\u003e\n\u003cdiv class=\"bk1-material\"\u003e\n\u003cp\u003eThe Baker Recliner Chair is built around a \u003cstrong\u003ewooden internal frame\u003c\/strong\u003e with high-density foam fill across the seat, back, and arm rolls. The manual recline mechanism uses a single side-lever pull — no electrics, no motor, no power cord. The chenille upholstery matches the fabric used on the Baker 2-Seater and 3-Seater Recliner Lounges, so all three pieces read as a coordinated set.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Care + Products combined (Archetype C inline) --\u003e\n\u003cdiv class=\"bk1-care-combined\"\u003e\n\u003cspan class=\"bk1-label\"\u003eCare \u0026amp; Recommended Products\u003c\/span\u003e\n\u003cp\u003eVacuum the chenille weekly with a soft-brush attachment, especially in the seat fold and along the arm rolls where dust collects. Blot any spills outward with a clean dry cloth — don’t rub, as chenille can mat or pill if treated roughly. Cycle the recline lever through its full range every month or so to keep the mechanism free-moving, and position the chair away from direct afternoon UV.\u003c\/p\u003e\n\u003cp\u003eFor routine fabric care, the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-protector-spray\"\u003eGuardsman Fabric Protector\u003c\/a\u003e adds a layer of spill protection, and the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-care-kit\"\u003eGuardsman Fabric Care Kit\u003c\/a\u003e handles cleaning and stain removal.\u003c\/p\u003e\n\u003cp class=\"bk1-care-note\"\u003eNote: the Guardsman Fabric Lounge Care 5-Year Warranty starts at 2 seats, so it doesn’t apply to the single Recliner Chair. The Protector and Care Kit above are the standard care recommendation for this piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- At a Glance (4 items) --\u003e\n\u003cdiv class=\"bk1-section\"\u003e\n\u003cspan class=\"bk1-label\"\u003eAt a Glance\u003c\/span\u003e\n\u003cdiv class=\"bk1-glance\"\u003e\n\u003cdiv class=\"bk1-glance-item\"\u003e\n\u003cspan class=\"bk1-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"5 12 10 17 19 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003eManual single-seat recliner with a side-lever pull mechanism — no electrics, no power point required.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk1-glance-item\"\u003e\n\u003cspan class=\"bk1-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"5 12 10 17 19 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003eSoft-touch chenille fabric upholstery — Dark Grey or Light Grey.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk1-glance-item\"\u003e\n\u003cspan class=\"bk1-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"5 12 10 17 19 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003eWooden internal frame with high-density foam fill across seat, back, and arms.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk1-glance-item\"\u003e\n\u003cspan class=\"bk1-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"5 12 10 17 19 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003eCoordinates with the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/baker-2-seater-recliner-lounge\"\u003eBaker 2-Seater\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/baker-3-seater-recliner-lounge\"\u003eBaker 3-Seater Recliner Lounges\u003c\/a\u003e in the same chenille fabric.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Complete the Baker Set — Chair is current --\u003e\n\u003cdiv class=\"bk1-range\"\u003e\n\u003cspan class=\"bk1-label\"\u003eComplete the Baker Set\u003c\/span\u003e\n\u003cdiv class=\"bk1-range-items\"\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/baker-3-seater-recliner-lounge\"\u003eBaker 3-Seater Recliner Lounge\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/baker-2-seater-recliner-lounge\"\u003eBaker 2-Seater Recliner Lounge\u003c\/a\u003e\n\u003cdiv aria-current=\"page\"\u003eBaker Recliner Chair\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQs (3 — Archetype C compact) --\u003e\n\u003cdiv class=\"bk1-section\"\u003e\n\u003cspan class=\"bk1-label\"\u003eFrequently Asked Questions\u003c\/span\u003e\n\u003cdiv class=\"bk1-faq\"\u003e\n\u003cdetails class=\"bk1-faq-item\"\u003e\n\u003csummary\u003eIs the Baker Recliner Chair manual or electric?\u003c\/summary\u003e\n\u003cdiv class=\"bk1-faq-answer\"\u003e\n\u003cp\u003eManual. The recline is engaged with a single side-lever pull on the side of the chair — no electrics, no battery, no power cord. Position the chair anywhere in the room without thinking about power points.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"bk1-faq-item\"\u003e\n\u003csummary\u003eHow does the Baker Recliner Chair fit with the rest of the Baker range?\u003c\/summary\u003e\n\u003cdiv class=\"bk1-faq-answer\"\u003e\n\u003cp\u003eThe Baker Recliner Chair shares the same chenille fabric and Dark Grey \/ Light Grey colour palette as the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/baker-2-seater-recliner-lounge\"\u003eBaker 2-Seater\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/baker-3-seater-recliner-lounge\"\u003eBaker 3-Seater Recliner Lounges\u003c\/a\u003e. The three pieces work together as a 3+2+1 lounge setup, or the chair can stand alone as a reading chair or accent seat. Each piece is sold individually, so you can mix colours across the range if it suits your room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"bk1-faq-item\"\u003e\n\u003csummary\u003eCan I see the Baker Recliner Chair in a showroom?\u003c\/summary\u003e\n\u003cdiv class=\"bk1-faq-answer\"\u003e\n\u003cp\u003eYes — the Baker range is on display across our five SE QLD showrooms: Rocklea (flagship), Sandgate, Bundall (Gold Coast), North Ipswich, and Beenleigh. Floor models and stock vary, so call ahead if you want to see a specific colour or test the recline.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQPage JSON-LD --\u003e \u003cscript type=\"application\/ld+json\"\u003e\n  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Is the Baker Recliner Chair manual or electric?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Manual. The recline is engaged with a single side-lever pull on the side of the chair — no electrics, no battery, no power cord.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"How does the Baker Recliner Chair fit with the rest of the Baker range?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"The Baker Recliner Chair shares the same chenille fabric and Dark Grey \/ Light Grey colour palette as the Baker 2-Seater and 3-Seater Recliner Lounges. The three pieces work together as a 3+2+1 lounge setup, or the chair can stand alone.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Can I see the Baker Recliner Chair in a showroom?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Yes — the Baker range is on display across our five SE QLD showrooms: Rocklea, Sandgate, Bundall (Gold Coast), North Ipswich, and Beenleigh.\"\n        }\n      }\n    ]\n  }\n  \u003c\/script\u003e \u003c!-- SEO body — 2 paragraphs (Archetype C compact, different opener pattern) --\u003e\n\u003cdiv class=\"bk1-seo\"\u003e\n\u003ch2\u003eBaker Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eSingle-seat recliner chairs are designed to do one thing well — give one person a comfortable reclining position to read, watch, or settle into at the end of the day. The Baker Recliner Chair fits that brief with a manual side-lever recline, soft-touch chenille upholstery, and the same Dark Grey or Light Grey colour palette as the rest of the Baker range. No fixed configuration to worry about, no power point to plan around, no motor maintenance to think about — just a lever pull, a tilt back, and you’re settled.\u003c\/p\u003e\n\u003cp\u003eThe Baker Recliner Chair is one of three coordinated pieces in the Baker range — the others being the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/baker-3-seater-recliner-lounge\"\u003eBaker 3-Seater Recliner Lounge\u003c\/a\u003e and the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/baker-2-seater-recliner-lounge\"\u003eBaker 2-Seater Recliner Lounge\u003c\/a\u003e. All three share the same chenille fabric and palette, so the chair works as the third seat in a 3+2+1 setup, as the lone seating in a reading corner, or as an accent piece in a wider living room arrangement. See the Baker range in person at any of our five SE QLD showrooms — Rocklea, Virginia, Bundall (Gold Coast), North Ipswich, and Beenleigh.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Dark Grey \/ Manual","offer_id":44724566655111,"sku":"BA-1RR-DG","price":399.0,"currency_code":"AUD","in_stock":true},{"title":"Light Grey \/ Manual","offer_id":44724566687879,"sku":"BA-1RR-LG","price":399.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/9460b49a-ee13-4e8a-b7a8-2a1c54040eb3.webp?v=1779798560"},{"product_id":"ballina-electric-recliner-chair","title":"Ballina Electric Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.bl1-desc {\n  padding-top: 6px;\n  overflow: visible;\n  font-family: 'Open Sans', sans-serif;\n  color: #222222;\n  font-size: 15px;\n  line-height: 1.7;\n  max-width: 100%;\n  box-sizing: border-box;\n}\n\n.bl1-desc *,\n.bl1-desc *::before,\n.bl1-desc *::after { box-sizing: border-box; }\n\n.bl1-desc .bl1-intro { margin: 0 0 18px; }\n.bl1-desc .bl1-intro p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.7;\n  color: #222222;\n}\n\n.bl1-desc .bl1-descriptor {\n  font-style: italic;\n  color: #6B6B6B;\n  font-size: 14.5px;\n  margin: 0 0 28px;\n  padding: 0 0 0 16px;\n  border-left: 2px solid #C2824D;\n}\n\n.bl1-desc .bl1-label {\n  display: block;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 14px;\n}\n\n.bl1-desc .bl1-section { margin: 28px 0; }\n\n\/* Key Features grid — 2x2 (no hero feature for Archetype D) *\/\n.bl1-desc .bl1-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n}\n.bl1-desc .bl1-feature {\n  background: #F5F5F5;\n  border-radius: 10px;\n  padding: 18px 18px 16px;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.bl1-desc .bl1-feature svg {\n  width: 26px;\n  height: 26px;\n  stroke: #C2824D;\n  stroke-width: 1.6;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.bl1-desc .bl1-feature h3 {\n  margin: 0;\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  line-height: 1.3;\n}\n.bl1-desc .bl1-feature p {\n  margin: 0;\n  font-size: 14px;\n  line-height: 1.55;\n  color: #222222;\n}\n\n\/* Spec Block *\/\n.bl1-desc .bl1-spec {\n  background: #FBF6F0;\n  border-radius: 8px;\n  padding: 18px 22px;\n  margin: 24px 0;\n}\n.bl1-desc .bl1-spec .bl1-label { margin-bottom: 10px; }\n.bl1-desc .bl1-spec-row {\n  display: grid;\n  grid-template-columns: 38% 62%;\n  gap: 10px;\n  padding: 9px 0;\n  border-bottom: 1px solid rgba(194,130,77,0.15);\n  font-size: 13.5px;\n  line-height: 1.5;\n}\n.bl1-desc .bl1-spec-row:last-child { border-bottom: none; }\n.bl1-desc .bl1-spec-row \u003e span:first-child {\n  font-weight: 700;\n  color: #2C241B;\n}\n.bl1-desc .bl1-spec-row \u003e span:last-child {\n  color: #222222;\n}\n\n\/* Care cards *\/\n.bl1-desc .bl1-care {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n.bl1-desc .bl1-care-card {\n  background: #F5F5F5;\n  border-radius: 10px;\n  padding: 16px 18px;\n}\n.bl1-desc .bl1-care-card h4 {\n  margin: 0 0 8px;\n  font-size: 13.5px;\n  font-weight: 700;\n  color: #2C241B;\n}\n.bl1-desc .bl1-care-card p {\n  margin: 0;\n  font-size: 13.5px;\n  line-height: 1.55;\n  color: #222222;\n}\n\n\/* At a Glance *\/\n.bl1-desc .bl1-glance { display: block; margin: 0; }\n.bl1-desc .bl1-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n  padding: 8px 0;\n}\n.bl1-desc .bl1-tick {\n  flex-shrink: 0;\n  width: 22px;\n  height: 22px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n.bl1-desc .bl1-tick svg {\n  width: 12px;\n  height: 12px;\n  stroke: #FFFFFF;\n  stroke-width: 2.5;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.bl1-desc .bl1-glance-item span:last-child {\n  font-size: 15px;\n  line-height: 1.55;\n  color: #222222;\n}\n\n\/* Range strip — dark espresso *\/\n.bl1-desc .bl1-range {\n  background: #2C241B;\n  border-radius: 10px;\n  padding: 22px 22px 20px;\n  margin: 28px 0;\n}\n.bl1-desc .bl1-range .bl1-label {\n  color: #E8C9AA;\n  margin-bottom: 16px;\n}\n.bl1-desc .bl1-range-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n}\n.bl1-desc .bl1-range-items a,\n.bl1-desc .bl1-range-items \u003e div {\n  display: inline-block;\n  padding: 10px 16px;\n  border-radius: 999px;\n  font-size: 13.5px;\n  font-weight: 600;\n  text-decoration: none !important;\n  transition: all 0.3s ease;\n  border: 1px solid rgba(255,255,255,0.18);\n}\n.bl1-desc .bl1-range-items a {\n  color: #FFFFFF !important;\n  background: transparent;\n}\n.bl1-desc .bl1-range-items a:hover {\n  background: rgba(255,255,255,0.15);\n  border-color: rgba(255,255,255,0.3);\n}\n.bl1-desc .bl1-range-items \u003e div[aria-current=\"page\"] {\n  color: #F7EDE3;\n  background: rgba(194,130,77,0.18);\n  border: 1px solid #C2824D;\n}\n\n\/* Inline links *\/\n.bl1-desc .mr-link {\n  color: #C2824D;\n  text-decoration: underline;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 2px;\n  font-weight: 600;\n  white-space: nowrap;\n}\n.bl1-desc .mr-link:hover { color: #A56934; }\n\n\/* FAQ *\/\n.bl1-desc .bl1-faq { margin: 0; }\n.bl1-desc .bl1-faq-item { border-bottom: 1px solid #E5E5E5; }\n.bl1-desc .bl1-faq-item:first-of-type { border-top: 1px solid #E5E5E5; }\n.bl1-desc .bl1-faq-item summary {\n  padding: 16px 28px 16px 0;\n  cursor: pointer;\n  font-size: 14.5px;\n  font-weight: 600;\n  color: #2C241B;\n  list-style: none;\n  position: relative;\n}\n.bl1-desc .bl1-faq-item summary::-webkit-details-marker { display: none; }\n.bl1-desc .bl1-faq-item summary::after {\n  content: '+';\n  position: absolute;\n  right: 4px;\n  top: 50%;\n  transform: translateY(-50%);\n  font-size: 22px;\n  font-weight: 400;\n  color: #C2824D;\n  line-height: 1;\n}\n.bl1-desc .bl1-faq-item[open] summary::after { content: '−'; }\n.bl1-desc .bl1-faq-answer {\n  padding: 0 0 18px;\n  font-size: 14px;\n  line-height: 1.65;\n  color: #222222;\n}\n.bl1-desc .bl1-faq-answer p { margin: 0 0 10px; }\n.bl1-desc .bl1-faq-answer p:last-child { margin-bottom: 0; }\n\n\/* SEO body — 3 paragraphs (leaner than lounges) *\/\n.bl1-desc .bl1-seo {\n  border-top: 1px solid #E5E5E5;\n  margin-top: 32px;\n  padding-top: 24px;\n}\n.bl1-desc .bl1-seo h2 {\n  margin: 0 0 14px;\n  font-size: 18px;\n  font-weight: 700;\n  color: #2C241B;\n  line-height: 1.35;\n}\n.bl1-desc .bl1-seo p {\n  margin: 0 0 12px;\n  font-size: 13.5px;\n  line-height: 1.7;\n  color: #6B6B6B;\n}\n.bl1-desc .bl1-seo p:last-child { margin-bottom: 0; }\n\n\/* Mobile *\/\n@media (max-width: 768px) {\n  .bl1-desc .bl1-features { grid-template-columns: 1fr; }\n  .bl1-desc .bl1-care { grid-template-columns: 1fr; }\n  .bl1-desc .bl1-spec-row { grid-template-columns: 1fr; gap: 4px; }\n  .bl1-desc .bl1-seo h2 { font-size: 17px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"bl1-desc\"\u003e\n\u003c!-- Intro (3 sentences, different opener pattern from the lounges) --\u003e\n\u003cdiv class=\"bl1-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eBallina Single Electric Recliner Lounge\u003c\/strong\u003e is the single-seat piece in the Ballina range — a dual-motor electric recliner with one motor for the recline angle and a second for the powered headrest, soft-touch nappa-look fabric in grey, an LED-illuminated cup holder set into the outer armrest, and a hidden arm storage compartment. Power runs off a single mains lead from the wall, with the recline and headrest controls integrated into the seat. Designed to work as a standalone reading or media chair, or as the +1 piece in a 3+2+1 Ballina setup alongside the 2-seater and 3-seater lounges.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Italic descriptor --\u003e\n\u003cdiv class=\"bl1-descriptor\"\u003eSingle-seat dual-motor electric recliner with powered headrest, LED armrest cup holder, and hidden arm storage — soft-touch nappa-look fabric in grey.\u003c\/div\u003e\n\u003c!-- Key Features — 4 in 2x2 (no hero feature for Archetype D) --\u003e\n\u003cdiv class=\"bl1-section\"\u003e\n\u003cspan class=\"bl1-label\"\u003eKey Features\u003c\/span\u003e\n\u003cdiv class=\"bl1-features\"\u003e\n\u003cdiv class=\"bl1-feature\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M13 2L4 14h7l-1 8 9-12h-7l1-8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3\u003eDual-Motor Electric Recline + Powered Headrest\u003c\/h3\u003e\n\u003cp\u003eTwo independent motors — one drives the recline angle, the other adjusts the headrest. Set the recline and head support separately with their own controls. Plugs into a standard mains wall point.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bl1-feature\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 5h12v3a6 6 0 0 1-6 6 6 6 0 0 1-6-6V5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 18h6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 14v4\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"9\" r=\"1\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n\u003ch3\u003eLED Cup Holder on the Outer Armrest\u003c\/h3\u003e\n\u003cp\u003eA recessed cup holder is built into the outside of the armrest, with low-level LED illumination — easy to find drinks in a dim room without lighting up the whole space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bl1-feature\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\n          \u003crect x=\"3\" y=\"8\" width=\"18\" height=\"12\" rx=\"1\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3\u003eHidden Arm Storage Compartment\u003c\/h3\u003e\n\u003cp\u003eThe outer armrest lifts open to reveal an internal storage compartment — ideal for the remote, a book, glasses, or anything you’d rather not have sitting out.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bl1-feature\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\n          \u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 15h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 3v18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M15 3v18\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3\u003eSoft-Touch Nappa-Look Fabric\u003c\/h3\u003e\n\u003cp\u003eGrey nappa-look upholstery across the seat, backrest, and arms — same fabric and colour as the rest of the Ballina range, so the single coordinates seamlessly with the larger pieces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Spec Block (Archetype D always includes — material info lives here instead of a separate callout) --\u003e\n\u003cdiv class=\"bl1-spec\"\u003e\n\u003cspan class=\"bl1-label\"\u003eSpecifications\u003c\/span\u003e\n\u003cdiv class=\"bl1-spec-row\"\u003e\n\u003cspan\u003eRecliner Type\u003c\/span\u003e \u003cspan\u003eElectric — dual-motor (recline + headrest)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bl1-spec-row\"\u003e\n\u003cspan\u003eReclining Seats\u003c\/span\u003e \u003cspan\u003e1\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bl1-spec-row\"\u003e\n\u003cspan\u003eAdjustable Headrest\u003c\/span\u003e \u003cspan\u003eYes — powered, separate motor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bl1-spec-row\"\u003e\n\u003cspan\u003eCup Holder\u003c\/span\u003e \u003cspan\u003eLED-illuminated — recessed into outer armrest\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bl1-spec-row\"\u003e\n\u003cspan\u003eArm Storage\u003c\/span\u003e \u003cspan\u003eHidden hinged compartment on outer armrest\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bl1-spec-row\"\u003e\n\u003cspan\u003eUpholstery\u003c\/span\u003e \u003cspan\u003eSoft-touch nappa-look fabric — grey\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bl1-spec-row\"\u003e\n\u003cspan\u003eFrame \u0026amp; Fill\u003c\/span\u003e \u003cspan\u003eHardwood\/engineered-wood internal frame, high-density foam\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bl1-spec-row\"\u003e\n\u003cspan\u003ePower\u003c\/span\u003e \u003cspan\u003eMains power lead required — no battery backup\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Care (4 cards — different wording from 3-seater and 2-seater) --\u003e\n\u003cdiv class=\"bl1-section\"\u003e\n\u003cspan class=\"bl1-label\"\u003eCare Instructions\u003c\/span\u003e\n\u003cdiv class=\"bl1-care\"\u003e\n\u003cdiv class=\"bl1-care-card\"\u003e\n\u003ch4\u003eWeekly Wipe-Down\u003c\/h4\u003e\n\u003cp\u003eUse a slightly damp microfibre cloth to wipe surfaces weekly. Skip harsh detergents, solvents, or abrasive cloths — they can damage the nappa-look finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bl1-care-card\"\u003e\n\u003ch4\u003eBlot, Don’t Rub\u003c\/h4\u003e\n\u003cp\u003eAddress spills immediately with a clean dry cloth — blot outward rather than rubbing. Liquids sitting on the surface can affect the finish over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bl1-care-card\"\u003e\n\u003ch4\u003ePosition Away from Direct Sun\u003c\/h4\u003e\n\u003cp\u003eSustained UV fades and dries the nappa-look upholstery. Place the recliner away from direct afternoon sun, especially in north-facing rooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bl1-care-card\"\u003e\n\u003ch4\u003eTest the Mechanism Monthly\u003c\/h4\u003e\n\u003cp\u003eRun the recline and powered headrest through their full range once a month to keep the motors and tracks working smoothly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- At a Glance (6 items) --\u003e\n\u003cdiv class=\"bl1-section\"\u003e\n\u003cspan class=\"bl1-label\"\u003eAt a Glance\u003c\/span\u003e\n\u003cdiv class=\"bl1-glance\"\u003e\n\u003cdiv class=\"bl1-glance-item\"\u003e\n\u003cspan class=\"bl1-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"5 12 10 17 19 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003eDual-motor electric mechanism — one motor for the recline, one for the powered headrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bl1-glance-item\"\u003e\n\u003cspan class=\"bl1-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"5 12 10 17 19 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003eLED-illuminated cup holder recessed into the outer armrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bl1-glance-item\"\u003e\n\u003cspan class=\"bl1-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"5 12 10 17 19 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003eHidden storage compartment inside the outer armrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bl1-glance-item\"\u003e\n\u003cspan class=\"bl1-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"5 12 10 17 19 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003eSoft-touch nappa-look fabric upholstery in grey across the seat, backrest, and arms.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bl1-glance-item\"\u003e\n\u003cspan class=\"bl1-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"5 12 10 17 19 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003eHardwood\/engineered-wood internal frame with high-density foam fill.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bl1-glance-item\"\u003e\n\u003cspan class=\"bl1-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"5 12 10 17 19 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003eCoordinates with the \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/ballina-3-seater-electric-recliner-lounge\" class=\"mr-link\"\u003eBallina 3 Seater\u003c\/a\u003e and \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/ballina-2-seater-electric-recliner-lounge\" class=\"mr-link\"\u003eBallina 2 Seater Electric Recliner Lounges\u003c\/a\u003e in the same fabric and palette.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Complete the Ballina Set — Single is current --\u003e\n\u003cdiv class=\"bl1-range\"\u003e\n\u003cspan class=\"bl1-label\"\u003eComplete the Ballina Set\u003c\/span\u003e\n\u003cdiv class=\"bl1-range-items\"\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/ballina-3-seater-electric-recliner-lounge\"\u003eBallina 3 Seater Electric Recliner Lounge\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/ballina-2-seater-electric-recliner-lounge\"\u003eBallina 2 Seater Electric Recliner Lounge\u003c\/a\u003e\n\u003cdiv aria-current=\"page\"\u003eBallina Single Electric Recliner Lounge\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQs (5 — leaner than lounges) --\u003e\n\u003cdiv class=\"bl1-section\"\u003e\n\u003cspan class=\"bl1-label\"\u003eFrequently Asked Questions\u003c\/span\u003e\n\u003cdiv class=\"bl1-faq\"\u003e\n\u003cdetails class=\"bl1-faq-item\"\u003e\n\u003csummary\u003eIs the Ballina Single electric or manual?\u003c\/summary\u003e\n\u003cdiv class=\"bl1-faq-answer\"\u003e\n\u003cp\u003eElectric — specifically dual-motor electric. The recliner has two independent motors: one drives the recline angle, the other adjusts the headrest. Operation is via the integrated control buttons; the recliner plugs into a standard mains wall point.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"bl1-faq-item\"\u003e\n\u003csummary\u003eHow does the dual-motor system work?\u003c\/summary\u003e\n\u003cdiv class=\"bl1-faq-answer\"\u003e\n\u003cp\u003eThe recliner has two motors running independently. The first motor controls the recline angle — from upright through to a fully reclined position. The second adjusts the headrest position, so you can set the head support exactly where you want it without changing the recline angle of the seat. The two are controlled separately, giving finer adjustment than a single-motor mechanism allows — useful for reading (head forward, body reclined) versus watching TV (both at matching angles).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"bl1-faq-item\"\u003e\n\u003csummary\u003eDoes the recliner work during a power outage?\u003c\/summary\u003e\n\u003cdiv class=\"bl1-faq-answer\"\u003e\n\u003cp\u003eNo — the Ballina Single runs on mains power only. There’s no battery backup, so if the power goes out while reclined, you’ll need to wait for power to return before returning the seat to upright. We recommend leaving the seat in the upright position when not in active use, especially overnight or during storms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"bl1-faq-item\"\u003e\n\u003csummary\u003eHow does the Single fit with the rest of the Ballina range?\u003c\/summary\u003e\n\u003cdiv class=\"bl1-faq-answer\"\u003e\n\u003cp\u003eThe Ballina Single shares the same dual-motor electric mechanism, soft-touch nappa-look fabric, and grey colour palette as the larger Ballina pieces — so it coordinates seamlessly with the 2-seater and 3-seater lounges. The console tech on the lounges (built-in fridge on the 2-seater, drop-down centre console with outlet and reading light on the 3-seater) is specific to those lounge configurations; the Single focuses on the core single-seat experience: dual-motor mechanism, LED-lit cup holder, arm storage. The result is a recliner that works equally well as a standalone reading chair or as the +1 in a coordinated 3+2+1 setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"bl1-faq-item\"\u003e\n\u003csummary\u003eCan I see the Ballina range in a showroom?\u003c\/summary\u003e\n\u003cdiv class=\"bl1-faq-answer\"\u003e\n\u003cp\u003eYes — the Ballina range is on display across our five SE QLD showrooms: Rocklea (flagship), Sandgate, Bundall (Gold Coast), North Ipswich, and Beenleigh. Floor models and live stock vary by store, so call ahead if you want to test the powered recline and headrest controls in person.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQPage JSON-LD --\u003e \u003cscript type=\"application\/ld+json\"\u003e\n  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Is the Ballina Single electric or manual?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Electric — dual-motor electric. The recliner has two independent motors: one drives the recline angle, the other adjusts the headrest. The recliner plugs into a standard mains wall point.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"How does the dual-motor system work?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"The recliner has two motors. The first controls the recline angle from upright through to fully reclined. The second adjusts the headrest position independently. The two are controlled separately for finer adjustment than a single-motor mechanism allows.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Does the recliner work during a power outage?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"No — the Ballina Single runs on mains power only with no battery backup. If the power goes out while reclined, you'll need to wait for power to return. Leave the seat in the upright position when not in active use.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"How does the Single fit with the rest of the Ballina range?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"The Ballina Single shares the same dual-motor electric mechanism, soft-touch nappa-look fabric, and grey colour palette as the larger Ballina pieces. The console tech on the lounges is specific to those configurations; the Single focuses on the core single-seat experience. The recliner works as a standalone reading chair or as the +1 in a coordinated 3+2+1 setup.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Can I see the Ballina range in a showroom?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Yes — the Ballina range is on display across our five SE QLD showrooms: Rocklea, Sandgate, Bundall (Gold Coast), North Ipswich, and Beenleigh.\"\n        }\n      }\n    ]\n  }\n  \u003c\/script\u003e \u003c!-- SEO body (3 paragraphs — leaner than lounges) --\u003e\n\u003cdiv class=\"bl1-seo\"\u003e\n\u003ch2\u003eBallina Single Electric Recliner Lounge — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eSingle-seat electric recliners do one thing: give one person an electrically-controlled reclining position to read, watch, or settle into at the end of a long day. The Ballina Single Electric Recliner Lounge does that with the same dual-motor mechanism used on the Ballina 2-seater and 3-seater lounges — one motor for the recline angle, one for the powered headrest, controlled independently. The result is finer adjustment than a single-motor mechanism allows: set the recline to where you want it, then move the headrest separately for reading, watching TV, or napping. Plug it into a standard wall point and the integrated controls handle the rest.\u003c\/p\u003e\n\u003cp\u003eThe Ballina range is finished in a soft-touch nappa-look upholstery in grey across the seat, backrest, and arms — smooth, sleek, and easy to wipe down with a damp microfibre cloth. Blot spills immediately rather than rubbing, keep out of direct afternoon sun, and avoid harsh detergents on the surface. The internal frame is hardwood and engineered wood with high-density foam fill. The LED-lit cup holder on the outer armrest is positioned where it’s easy to reach without disrupting the recline; the hidden arm storage compartment sits in the same armrest, lifting open to keep remotes, glasses, or a book out of view.\u003c\/p\u003e\n\u003cp\u003eThe Ballina Single is one of three pieces in the Ballina range — the others being the \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/ballina-3-seater-electric-recliner-lounge\" class=\"mr-link\"\u003eBallina 3 Seater Electric Recliner Lounge\u003c\/a\u003e (with a drop-down centre console featuring electric outlet, wireless charging, and LED reading light) and the \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/ballina-2-seater-electric-recliner-lounge\" class=\"mr-link\"\u003eBallina 2 Seater Electric Recliner Lounge\u003c\/a\u003e (with a built-in console fridge, wireless charging, and LED-illuminated storage). All three share the same nappa-look fabric and grey palette, so the Single works as the +1 in a coordinated 3+2+1 setup, or as a standalone reading chair or media seat. See the Ballina range in person at any of our five SE QLD showrooms — Rocklea, Virginia, Bundall (Gold Coast), North Ipswich, and Beenleigh.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Default Title","offer_id":44725513093255,"sku":"BL-1ER-GR","price":899.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/4289d270-5535-4767-a896-6af2b28bfa75.png?v=1779802096"},{"product_id":"lalor-electric-leather-recliner-chair","title":"Lalor Electric Leather Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.llrc-desc {\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.llrc-desc * { box-sizing: border-box; }\n.llrc-desc p { margin: 0 0 16px 0; }\n.llrc-desc strong { color: #222222; }\n\n.llrc-desc .llrc-section { margin-bottom: 28px; }\n\n.llrc-desc .llrc-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin-bottom: 14px;\n}\n\n.llrc-desc .llrc-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n\n@media (max-width: 768px) {\n  .llrc-desc .llrc-features { grid-template-columns: 1fr; }\n}\n\n.llrc-desc .llrc-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.llrc-desc .llrc-feature-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.llrc-desc .llrc-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.llrc-desc .llrc-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.llrc-desc .llrc-tech-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n}\n\n@media (max-width: 768px) {\n  .llrc-desc .llrc-tech-grid { grid-template-columns: 1fr 1fr; }\n}\n\n@media (max-width: 480px) {\n  .llrc-desc .llrc-tech-grid { grid-template-columns: 1fr; }\n}\n\n.llrc-desc .llrc-tech-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px;\n  text-align: center;\n}\n\n.llrc-desc .llrc-tech-icon {\n  color: #C2824D;\n  margin-bottom: 8px;\n  display: flex;\n  justify-content: center;\n}\n\n.llrc-desc .llrc-tech-card h3 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n  letter-spacing: 0.03em;\n}\n\n.llrc-desc .llrc-tech-card p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.5;\n}\n\n.llrc-desc .llrc-material-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin-bottom: 28px;\n}\n\n.llrc-desc .llrc-material-callout h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px 0;\n}\n\n.llrc-desc .llrc-material-callout p {\n  font-size: 15px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n.llrc-desc .llrc-care-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 28px;\n}\n\n.llrc-desc .llrc-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 10px 14px;\n  border-radius: 999px;\n  font-size: 13.5px;\n  font-weight: 600;\n  text-decoration: none;\n  line-height: 1.3;\n}\n\n.llrc-desc .llrc-pill-ok {\n  background: #F7EDE3;\n  border: 1.5px solid #C2824D;\n  color: #2C241B;\n}\n\n.llrc-desc .llrc-pill-ok:hover {\n  background: #EFE0CF;\n}\n\n.llrc-desc .llrc-pill-warn {\n  background: #FBEDED;\n  border: 1.5px solid #C97373;\n  color: #6B2D2D;\n}\n\n.llrc-desc .llrc-pill-tick,\n.llrc-desc .llrc-pill-cross {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 18px;\n  height: 18px;\n  border-radius: 50%;\n  font-size: 12px;\n  font-weight: 700;\n  flex-shrink: 0;\n}\n\n.llrc-desc .llrc-pill-tick {\n  background: #C2824D;\n  color: #fff;\n}\n\n.llrc-desc .llrc-pill-cross {\n  background: #C97373;\n  color: #fff;\n}\n\n.llrc-desc .llrc-swatch-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 18px;\n  margin-bottom: 8px;\n}\n\n.llrc-desc .llrc-swatch-item {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 8px;\n}\n\n.llrc-desc .llrc-swatch-circle {\n  width: 48px;\n  height: 48px;\n  border-radius: 50%;\n  border: 2px solid #fff;\n  box-shadow: 0 0 0 1.5px #C2824D;\n}\n\n.llrc-desc .llrc-swatch-name {\n  font-size: 12px;\n  font-weight: 600;\n  color: #222222;\n  letter-spacing: 0.03em;\n}\n\n.llrc-desc .llrc-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n@media (max-width: 768px) {\n  .llrc-desc .llrc-care-grid { grid-template-columns: 1fr; }\n}\n\n.llrc-desc .llrc-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.llrc-desc .llrc-care-card .llrc-care-emoji {\n  font-size: 22px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.llrc-desc .llrc-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.llrc-desc .llrc-care-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.llrc-desc .llrc-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.llrc-desc .llrc-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.6;\n}\n\n.llrc-desc .llrc-tick {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.llrc-desc .llrc-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n.llrc-desc .llrc-range-strip {\n  background: #2C241B;\n  border-radius: 10px;\n  padding: 20px;\n  margin-bottom: 28px;\n}\n\n.llrc-desc .llrc-range-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.5);\n  margin-bottom: 14px;\n}\n\n.llrc-desc .llrc-range-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.llrc-desc .llrc-range-item {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.85);\n  text-decoration: none;\n  border: 1px solid rgba(255,255,255,0.15);\n  transition: all 0.3s ease;\n  background: transparent;\n}\n\n.llrc-desc .llrc-range-item:hover {\n  background: rgba(255,255,255,0.15);\n}\n\n.llrc-desc .llrc-range-current {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #fff;\n  border: 1px solid #C2824D;\n  background: transparent;\n}\n\n.llrc-desc .llrc-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.llrc-desc .llrc-seo h2 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px 0;\n}\n\n.llrc-desc .llrc-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 14px 0;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"llrc-desc\"\u003e\n\u003c!-- 1. Intro --\u003e\n\u003cdiv class=\"llrc-section\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eLalor Electric Leather Recliner Chair\u003c\/strong\u003e is a single-seat \u003cstrong\u003eelectric recliner\u003c\/strong\u003e armchair upholstered in \u003cstrong\u003egenuine leather\u003c\/strong\u003e, with a button-operated power recline and a clever cupholder hidden in the front of each armrest. Press the panel on the armrest and the backrest eases back while the footrest rises into position; press again to return upright. When you want a drink close by, the front face of either armrest folds down to reveal a built-in cupholder — one on each side — so a mug or can sits steady within reach without any side table. Deep pillow-top armrests, a sculpted split back cushion, and tonal stitching throughout. Available in two contemporary tones — \u003cstrong\u003eDark Grey\u003c\/strong\u003e and \u003cstrong\u003eSilver\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Tech Features Grid --\u003e\n\u003cdiv class=\"llrc-section\"\u003e\n\u003cdiv class=\"llrc-label\"\u003eFeatures at a Glance\u003c\/div\u003e\n\u003cdiv class=\"llrc-tech-grid\"\u003e\n\u003cdiv class=\"llrc-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"llrc-tech-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath opacity=\"0.6\" stroke-width=\"1.2\" d=\"M7 9 Q12 7 17 9\"\u003e\u003c\/path\u003e\u003cpath opacity=\"0.6\" stroke-width=\"1.2\" d=\"M7 13 Q12 11 17 13\"\u003e\u003c\/path\u003e\u003cpath opacity=\"0.6\" stroke-width=\"1.2\" d=\"M7 17 Q12 15 17 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eGenuine Leather\u003c\/h3\u003e\n\u003cp\u003eReal leather hide upholstery — softens, breathes, and earns subtle character with daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"llrc-tech-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M4 17 L4 8 L10 8 L10 14 L20 14 L20 17 Z\"\u003e\u003c\/path\u003e\u003ccircle r=\"1.4\" cy=\"11\" cx=\"7\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eElectric Power Recline\u003c\/h3\u003e\n\u003cp\u003eButton panel on the armrest glides the backrest and footrest into position at a touch — infinite stops along the way.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"llrc-tech-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M6 6 L18 6 L17 13 Q12 15 7 13 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 8 Q21 8 21 10 Q21 12 17.5 12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eTwin Armrest Cupholders\u003c\/h3\u003e\n\u003cp\u003eThe front of each armrest folds down to reveal a built-in cupholder — one per side, tucked out of sight when not in use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"llrc-tech-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M4 16 Q4 9 8 9 L16 9 Q20 9 20 16 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 9 Q12 7 16 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePillow-Top Armrests\u003c\/h3\u003e\n\u003cp\u003eDeep, over-padded armrests on both sides — generously sized for proper forearm support during long sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"llrc-tech-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"1.5\" height=\"16\" width=\"14\" y=\"4\" x=\"5\"\u003e\u003c\/rect\u003e\u003cline y2=\"11\" x2=\"19\" y1=\"11\" x1=\"5\"\u003e\u003c\/line\u003e\u003cline y2=\"20\" x2=\"12\" y1=\"4\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eSculpted Back Profile\u003c\/h3\u003e\n\u003cp\u003eThe seat back is split horizontally between headrest and main panel, with a vertical centre channel for sculpted shape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"llrc-tech-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M12 3 L8 12 L11 12 L9 21 L17 10 L13 10 L15 3 Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eMains-Powered Recline\u003c\/h3\u003e\n\u003cp\u003eMains cable connects to a standard Australian wall outlet — no batteries, no charging, no remote to misplace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Key Features Grid --\u003e\n\u003cdiv class=\"llrc-section\"\u003e\n\u003cdiv class=\"llrc-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"llrc-features\"\u003e\n\u003cdiv class=\"llrc-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"llrc-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 9 Q12 7 17 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eReal Leather in Dark Grey or Silver\u003c\/h3\u003e\n\u003cp\u003eThe Lalor Recliner Chair is upholstered in real leather hide — animal hide that's been tanned and finished for upholstery use, with a low-sheen surface that gains subtle depth and character with use rather than wearing thin at the seams. Two colour options for two different rooms: \u003cstrong\u003eDark Grey\u003c\/strong\u003e reads deep and grounded, suited to contemporary interiors with charcoal tones, moodier lighting, and darker floors. \u003cstrong\u003eSilver\u003c\/strong\u003e reads soft and luminous — a pale, light-reflecting grey at home in bright rooms with white walls, pale timber, and plenty of natural light. Both versions ride on the same chassis.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"llrc-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M4 17 L4 8 L10 8 L10 14 L20 14 L20 17 Z\"\u003e\u003c\/path\u003e\u003ccircle r=\"1.4\" cy=\"11\" cx=\"7\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eOne-Touch Electric Recline\u003c\/h3\u003e\n\u003cp\u003eA discreet button panel on the armrest controls the recline electrically — press once and the backrest angles back while the footrest rises into position; press the opposite button to return upright. Unlike a manual lever, electric recline stops anywhere along the range, so you can dial in the exact angle for reading, watching, or dozing and hold it there. The mains cable runs to a standard Australian wall outlet — nothing to charge or replace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"llrc-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M6 6 L18 6 L17 13 Q12 15 7 13 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 8 Q21 8 21 10 Q21 12 17.5 12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eHidden Fold-Down Cupholders — One Per Armrest\u003c\/h3\u003e\n\u003cp\u003eEach armrest hides a cupholder in its front face. Fold the front panel down and a moulded cupholder appears — one on the left arm, one on the right — deep enough to hold a mug, can, or glass steady while you recline. Fold it back up and the armrest returns to a clean, seamless pillow-top with no cupholder in sight. It keeps a drink within reach on either side without needing a side table, and tucks completely away when you don't.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"llrc-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M4 7 L20 7\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 7 L12 17\"\u003e\u003c\/path\u003e\u003cpolyline points=\"8 13 12 17 16 13\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eCompact Single Recliner, Simple Setup\u003c\/h3\u003e\n\u003cp\u003eAs a single-seat recliner, the Lalor slots neatly into a reading nook, a spare corner, or beside a larger lounge as an extra seat. It arrives ready to use with minimal setup — the backrest slides onto the seat base and locks into place by hand, no tools required; just position the chair, allow clearance behind for the backrest to recline, and connect the mains cable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Material Callout --\u003e\n\u003cdiv class=\"llrc-material-callout\"\u003e\n\u003ch3\u003eAbout the Materials\u003c\/h3\u003e\n\u003cp\u003eReal leather hide on every seating surface, sturdy frame underneath, a power recliner mechanism operated from the armrest button panel, a fold-down cupholder built into the front of each armrest, and a mains cable that connects to a standard Australian wall outlet. Real leather is animal hide rather than synthetic — softens with use, breathes in humidity, and earns marks and character over the years — and it benefits from a specific care routine that's different from PU or air leather (see below).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Care Products Pill Row --\u003e\n\u003cdiv class=\"llrc-section\"\u003e\n\u003cdiv class=\"llrc-label\"\u003eRecommended Care Products\u003c\/div\u003e\n\u003cdiv class=\"llrc-care-pills\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-leather-care-kit\" class=\"llrc-pill llrc-pill-ok\" target=\"_blank\"\u003e \u003cspan aria-hidden=\"true\" class=\"llrc-pill-tick\"\u003e✓\u003c\/span\u003e \u003cspan\u003eGuardsman Leather Care Kit — recommended for genuine leather\u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv aria-label=\"Not suitable for this product\" class=\"llrc-pill llrc-pill-warn\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"llrc-pill-cross\"\u003e✗\u003c\/span\u003e \u003cspan\u003eGuardsman ProGuard Care Kit — not for genuine leather\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Colour Swatches --\u003e\n\u003cdiv class=\"llrc-section\"\u003e\n\u003cdiv class=\"llrc-label\"\u003eAvailable Colours\u003c\/div\u003e\n\u003cdiv class=\"llrc-swatch-row\"\u003e\n\u003cdiv class=\"llrc-swatch-item\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #52565A, #34383B);\" class=\"llrc-swatch-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"llrc-swatch-name\"\u003eDark Grey\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-swatch-item\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #D6DADE, #B4BAC0);\" class=\"llrc-swatch-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"llrc-swatch-name\"\u003eSilver\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Care Instructions --\u003e\n\u003cdiv class=\"llrc-section\"\u003e\n\u003cdiv class=\"llrc-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"llrc-care-grid\"\u003e\n\u003cdiv class=\"llrc-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"llrc-care-emoji\"\u003e🧽\u003c\/span\u003e\n\u003ch3\u003eDust Regularly\u003c\/h3\u003e\n\u003cp\u003eWipe over with a soft, dry microfibre cloth every week or two — lifts surface dust before it works its way into the leather pores. Skip rough cloths, paper towels, and abrasive sponges; anything textured can mark the finish over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"llrc-care-emoji\"\u003e💧\u003c\/span\u003e\n\u003ch3\u003eSpot-Clean Spills Promptly\u003c\/h3\u003e\n\u003cp\u003eCatch spills fast — blot, never rub, with a clean white microfibre cloth. Rubbing pushes liquid into the leather pores; blotting lifts it off the surface. Avoid harsh solvents, bleach, and ammonia-based cleaners. Use the Guardsman Leather Care Kit cleaner per its instructions for stubborn marks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"llrc-care-emoji\"\u003e☀️\u003c\/span\u003e\n\u003ch3\u003eAvoid Sunlight \u0026amp; Heat\u003c\/h3\u003e\n\u003cp\u003ePosition the chair away from prolonged direct sun and heat sources — radiators, vents, floor heaters. Sun bleaches leather, heat dries it out, and both lead to surface cracking. Pull curtains during peak Brisbane sun hours, particularly important for the Silver variant where fade shows more clearly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"llrc-care-emoji\"\u003e🧴\u003c\/span\u003e\n\u003ch3\u003eCondition Every 6–12 Months\u003c\/h3\u003e\n\u003cp\u003eEvery six to twelve months, work the Guardsman \u003cstrong\u003eLeather Care Kit\u003c\/strong\u003e conditioner over the seating surfaces — feeds the leather and keeps it supple. \u003cstrong\u003eDon't use the Guardsman ProGuard Care Kit\u003c\/strong\u003e — that's chemistry built for synthetic leathers and doesn't suit real hide.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. At a Glance --\u003e\n\u003cdiv class=\"llrc-section\"\u003e\n\u003cdiv class=\"llrc-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"llrc-list\"\u003e\n\u003cdiv class=\"llrc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"llrc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSingle-seat electric recliner armchair upholstered in real leather hide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"llrc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eAvailable in two colours: Dark Grey and Silver.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"llrc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eButton-operated electric recline — panel on the armrest, stops at any angle.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"llrc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eFold-down cupholder in the front of each armrest — one per side, hidden when not in use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"llrc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eDeep pillow-top armrests on both sides.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"llrc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSculpted split back profile.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"llrc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eMains cable connects to a standard Australian wall outlet.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"llrc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eCompact single recliner — the backrest slides onto the base, no tools required.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"llrc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePairs with the Lalor 2 Seater and 3 Seater Lounges for a matching suite.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"llrc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"llrc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eUse Guardsman Leather Care Kit for conditioning — not the ProGuard Care Kit.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 9. Range Strip --\u003e\n\u003cdiv class=\"llrc-range-strip\"\u003e\n\u003cdiv class=\"llrc-range-label\"\u003eLalor Electric Leather Recliner Range\u003c\/div\u003e\n\u003cdiv class=\"llrc-range-items\"\u003e\n\u003cdiv aria-current=\"page\" class=\"llrc-range-current\"\u003eLalor Recliner Chair\u003c\/div\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/lalor-2-seater-electric-leather-recliner-lounge\" class=\"llrc-range-item\"\u003eLalor 2 Seater Lounge\u003c\/a\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/lalor-3-seater-electric-leather-recliner-lounge\" class=\"llrc-range-item\"\u003eLalor 3 Seater Lounge\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 10. SEO Body Copy --\u003e\n\u003cdiv class=\"llrc-seo\"\u003e\n\u003ch2\u003eLalor Electric Leather Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Lalor Electric Leather Recliner Chair is a single-seat power recliner armchair upholstered in genuine leather, with a button-operated electric recline and a cupholder hidden in each armrest. Press the panel on the armrest and the backrest angles back electrically while the footrest rises into position; press the opposite button to return upright. Because it reclines electrically rather than by a manual lever, the chair stops anywhere along its range — dial in the exact angle for reading, watching TV, or dozing and hold it there. Fold down the front face of either armrest and a built-in cupholder appears — one on each side — keeping a mug, can, or glass steady and within reach without a side table, then folding away out of sight when you're done.\u003c\/p\u003e\n\u003cp\u003eTwo colour options carry the Lalor Recliner Chair in different directions. \u003cstrong\u003eDark Grey\u003c\/strong\u003e reads deep and grounded — suited to contemporary interiors with charcoal tones, darker timbers, and moodier lighting. \u003cstrong\u003eSilver\u003c\/strong\u003e reads soft and luminous — a pale, light-reflecting grey at home in brighter rooms with white walls, pale timber floors, and plenty of natural light. As a compact single seat, it works as a dedicated reading chair, a corner recliner, or an extra seat alongside a larger lounge — and pairs with the matching Lalor 2 Seater and 3 Seater Lounges for a full suite. Real leather is animal hide that's been tanned and finished for upholstery — it softens with use, develops marks and character over the years, and asks for a specific care routine. Regular dusting with a soft microfibre cloth, prompt blotting (never rubbing) of any spills, distance from heat sources and direct sun, and a Guardsman \u003cstrong\u003eLeather Care Kit\u003c\/strong\u003e conditioning pass every six to twelve months. Avoid the Guardsman ProGuard Care Kit — it's chemistry built for synthetic leathers and doesn't suit real hide.\u003c\/p\u003e\n\u003cp\u003eSee the Lalor Electric Leather Recliner Chair in person across our five South-East Queensland showrooms — Rocklea, Virginia, North Ipswich, Beenleigh, and Bundall on the Gold Coast. Sit on it, work the power recline button, fold down an armrest to see the hidden cupholder, and compare both Dark Grey and Silver under showroom lighting. Our team can talk you through pricing, lead times, and delivery to your suburb. Visit any A2Z Furniture showroom or shop online for fast Brisbane and Gold Coast delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Dark Grey","offer_id":45149145071751,"sku":"LL-1ER-DG","price":799.0,"currency_code":"AUD","in_stock":true},{"title":"Silver","offer_id":45149145104519,"sku":"LL-1ER-SL","price":799.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/lalor-single-recliner-chair-electric-dark-charcoal-grey-leather-lifestyle-square.png?v=1783407724"},{"product_id":"limestone-swivel-electric-leather-recliner-chair","title":"Limestone Swivel Electric Leather Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.lmc-desc {\n  font-family: 'Open Sans', sans-serif;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.lmc-desc * { box-sizing: border-box; }\n.lmc-desc p { margin: 0 0 16px 0; }\n.lmc-desc strong { color: #222222; }\n\n.lmc-desc .lmc-section { margin-bottom: 28px; }\n\n.lmc-desc .lmc-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #8A8178;\n  margin-bottom: 14px;\n}\n\n.lmc-desc .lmc-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n\n@media (max-width: 768px) {\n  .lmc-desc .lmc-features { grid-template-columns: 1fr; }\n}\n\n.lmc-desc .lmc-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.lmc-desc .lmc-feature-icon {\n  color: #8A8178;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.lmc-desc .lmc-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.lmc-desc .lmc-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.lmc-desc .lmc-tech-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n}\n\n@media (max-width: 768px) {\n  .lmc-desc .lmc-tech-grid { grid-template-columns: 1fr 1fr; }\n}\n\n@media (max-width: 480px) {\n  .lmc-desc .lmc-tech-grid { grid-template-columns: 1fr; }\n}\n\n.lmc-desc .lmc-tech-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px;\n  text-align: center;\n}\n\n.lmc-desc .lmc-tech-icon {\n  color: #8A8178;\n  margin-bottom: 8px;\n  display: flex;\n  justify-content: center;\n}\n\n.lmc-desc .lmc-tech-card h3 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n  letter-spacing: 0.03em;\n}\n\n.lmc-desc .lmc-tech-card p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.5;\n}\n\n.lmc-desc .lmc-material-callout {\n  border-left: 4px solid #8A8178;\n  background: #F1EEEA;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin-bottom: 28px;\n}\n\n.lmc-desc .lmc-material-callout h3 {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #8A8178;\n  margin: 0 0 8px 0;\n}\n\n.lmc-desc .lmc-material-callout p {\n  font-size: 15px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n.lmc-desc .lmc-care-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 28px;\n}\n\n.lmc-desc .lmc-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 10px 14px;\n  border-radius: 999px;\n  font-size: 13.5px;\n  font-weight: 600;\n  text-decoration: none;\n  line-height: 1.3;\n}\n\n.lmc-desc .lmc-pill-ok {\n  background: #F1EEEA;\n  border: 1.5px solid #8A8178;\n  color: #2C2823;\n}\n\n.lmc-desc .lmc-pill-ok:hover {\n  background: #E6E1DA;\n}\n\n.lmc-desc .lmc-pill-warn {\n  background: #FBEDED;\n  border: 1.5px solid #C97373;\n  color: #6B2D2D;\n}\n\n.lmc-desc .lmc-pill-tick,\n.lmc-desc .lmc-pill-cross {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 18px;\n  height: 18px;\n  border-radius: 50%;\n  font-size: 12px;\n  font-weight: 700;\n  flex-shrink: 0;\n}\n\n.lmc-desc .lmc-pill-tick {\n  background: #8A8178;\n  color: #fff;\n}\n\n.lmc-desc .lmc-pill-cross {\n  background: #C97373;\n  color: #fff;\n}\n\n.lmc-desc .lmc-swatch-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 18px;\n  margin-bottom: 8px;\n}\n\n.lmc-desc .lmc-swatch-item {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 8px;\n}\n\n.lmc-desc .lmc-swatch-circle {\n  width: 48px;\n  height: 48px;\n  border-radius: 50%;\n  border: 2px solid #fff;\n  box-shadow: 0 0 0 1.5px #8A8178;\n}\n\n.lmc-desc .lmc-swatch-name {\n  font-size: 12px;\n  font-weight: 600;\n  color: #222222;\n  letter-spacing: 0.03em;\n}\n\n.lmc-desc .lmc-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n@media (max-width: 768px) {\n  .lmc-desc .lmc-care-grid { grid-template-columns: 1fr; }\n}\n\n.lmc-desc .lmc-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.lmc-desc .lmc-care-card .lmc-care-emoji {\n  font-size: 22px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.lmc-desc .lmc-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px 0;\n}\n\n.lmc-desc .lmc-care-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.lmc-desc .lmc-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.lmc-desc .lmc-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n  line-height: 1.6;\n}\n\n.lmc-desc .lmc-tick {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: #8A8178;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.lmc-desc .lmc-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n.lmc-desc .lmc-range-strip {\n  background: #2C2823;\n  border-radius: 10px;\n  padding: 20px;\n  margin-bottom: 28px;\n}\n\n.lmc-desc .lmc-range-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.5);\n  margin-bottom: 14px;\n}\n\n.lmc-desc .lmc-range-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.lmc-desc .lmc-range-item {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.85);\n  text-decoration: none;\n  border: 1px solid rgba(255,255,255,0.15);\n  transition: all 0.3s ease;\n  background: transparent;\n}\n\n.lmc-desc .lmc-range-item:hover {\n  background: rgba(255,255,255,0.15);\n}\n\n.lmc-desc .lmc-range-current {\n  display: inline-block;\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #fff;\n  border: 1px solid #8A8178;\n  background: transparent;\n}\n\n.lmc-desc .lmc-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.lmc-desc .lmc-seo h2 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px 0;\n}\n\n.lmc-desc .lmc-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 14px 0;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"lmc-desc\"\u003e\n\u003c!-- 1. Intro --\u003e\n\u003cdiv class=\"lmc-section\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eLimestone Swivel Electric Leather Recliner Chair\u003c\/strong\u003e is a single-seat \u003cstrong\u003eswivel\u003c\/strong\u003e power recliner armchair upholstered in \u003cstrong\u003egenuine leather\u003c\/strong\u003e, with button-operated electric recline and a smooth 360° swivel base. Press the panel on the armrest and the backrest eases back while the footrest rises into position; press again to return upright. The seat turns freely on its base, so you can rotate to face the TV, the window, or the person you're talking to without shifting the chair. Deep pillow-top armrests, a sculpted split back cushion, and clean tonal stitching throughout. Available in two warm neutral tones — \u003cstrong\u003eBrown\u003c\/strong\u003e and \u003cstrong\u003eTan\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Tech Features Grid --\u003e\n\u003cdiv class=\"lmc-section\"\u003e\n\u003cdiv class=\"lmc-label\"\u003eFeatures at a Glance\u003c\/div\u003e\n\u003cdiv class=\"lmc-tech-grid\"\u003e\n\u003cdiv class=\"lmc-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lmc-tech-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath opacity=\"0.6\" stroke-width=\"1.2\" d=\"M7 9 Q12 7 17 9\"\u003e\u003c\/path\u003e\u003cpath opacity=\"0.6\" stroke-width=\"1.2\" d=\"M7 13 Q12 11 17 13\"\u003e\u003c\/path\u003e\u003cpath opacity=\"0.6\" stroke-width=\"1.2\" d=\"M7 17 Q12 15 17 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eGenuine Leather\u003c\/h3\u003e\n\u003cp\u003eReal leather hide upholstery — softens, breathes, and earns subtle character with daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lmc-tech-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M4 17 L4 8 L10 8 L10 14 L20 14 L20 17 Z\"\u003e\u003c\/path\u003e\u003ccircle r=\"1.4\" cy=\"11\" cx=\"7\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eElectric Power Recline\u003c\/h3\u003e\n\u003cp\u003eButton panel on the armrest glides the backrest and footrest into position at a touch — infinite stops along the way.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lmc-tech-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003ccircle r=\"7\" cy=\"10\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 3 A7 7 0 0 1 19 10\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 20 L15 20\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 17 L12 20\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003e360° Swivel Base\u003c\/h3\u003e\n\u003cp\u003eThe seat rotates smoothly on a hidden swivel base — turn to face the TV, the window, or conversation without moving the chair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lmc-tech-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M4 16 Q4 9 8 9 L16 9 Q20 9 20 16 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 9 Q12 7 16 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePillow-Top Armrests\u003c\/h3\u003e\n\u003cp\u003eDeep, over-padded armrests on both sides — generously sized for proper forearm support during long sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lmc-tech-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003crect rx=\"1.5\" height=\"16\" width=\"14\" y=\"4\" x=\"5\"\u003e\u003c\/rect\u003e\u003cline y2=\"11\" x2=\"19\" y1=\"11\" x1=\"5\"\u003e\u003c\/line\u003e\u003cline y2=\"20\" x2=\"12\" y1=\"4\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eSculpted Back Profile\u003c\/h3\u003e\n\u003cp\u003eThe seat back is split horizontally between headrest and main panel, with a vertical centre channel for sculpted shape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-tech-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lmc-tech-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M12 3 L8 12 L11 12 L9 21 L17 10 L13 10 L15 3 Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eMains-Powered Recline\u003c\/h3\u003e\n\u003cp\u003eMains cable connects to a standard Australian wall outlet — no batteries, no charging, no remote to misplace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Key Features Grid --\u003e\n\u003cdiv class=\"lmc-section\"\u003e\n\u003cdiv class=\"lmc-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"lmc-features\"\u003e\n\u003cdiv class=\"lmc-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lmc-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003crect rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 9 Q12 7 17 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eReal Leather in Brown or Tan\u003c\/h3\u003e\n\u003cp\u003eThe Limestone Swivel Recliner is upholstered in real leather hide — animal hide that's been tanned and finished for upholstery use, with a low-sheen surface that gains subtle depth and character with use rather than wearing thin at the seams. Two warm neutral options for two different rooms: \u003cstrong\u003eBrown\u003c\/strong\u003e reads deep and grounded — suited to contemporary interiors with darker timbers, moodier lighting, and richer floors. \u003cstrong\u003eTan\u003c\/strong\u003e is a lighter, softer neutral at home in bright rooms with white walls, pale timber, and plenty of natural light. Both versions ride on the same chassis.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lmc-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M4 17 L4 8 L10 8 L10 14 L20 14 L20 17 Z\"\u003e\u003c\/path\u003e\u003ccircle r=\"1.4\" cy=\"11\" cx=\"7\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eOne-Touch Electric Recline\u003c\/h3\u003e\n\u003cp\u003eA discreet button panel on the armrest controls the recline electrically — press once and the backrest angles back while the footrest rises into position; press the opposite button to return upright. Unlike a manual lever, electric recline stops anywhere along the range, so you can dial in the exact angle for reading, watching, or dozing and hold it there. The mains cable runs to a standard Australian wall outlet — nothing to charge or replace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lmc-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003ccircle r=\"7\" cy=\"10\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 3 A7 7 0 0 1 19 10\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 20 L15 20\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 17 L12 20\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eSmooth 360° Swivel Base\u003c\/h3\u003e\n\u003cp\u003eThe chair sits on a concealed swivel base that lets the whole seat rotate a full 360° with a light push of the feet. Turn towards the television for a film, round to the window for the afternoon light, or face someone across the room mid-conversation — all without dragging the chair or leaving your seat. The swivel is smooth and controlled, and the base stays hidden beneath the upholstery for a clean, grounded look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-feature-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lmc-feature-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M4 7 L20 7\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 7 L12 17\"\u003e\u003c\/path\u003e\u003cpolyline points=\"8 13 12 17 16 13\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eCompact Single Recliner, Simple Setup\u003c\/h3\u003e\n\u003cp\u003eAs a single-seat swivel recliner, the Limestone slots neatly into a reading nook, a spare corner, or beside a larger lounge as an extra seat. It arrives ready to use with minimal setup — the backrest slides onto the seat base and locks into place by hand, no tools required; just position the chair, allow clearance behind for the backrest to recline, and connect the mains cable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Material Callout --\u003e\n\u003cdiv class=\"lmc-material-callout\"\u003e\n\u003ch3\u003eAbout the Materials\u003c\/h3\u003e\n\u003cp\u003eReal leather hide on every seating surface, a sturdy frame underneath, a power recliner mechanism operated from the armrest button panel, a concealed 360° swivel base, and a mains cable that connects to a standard Australian wall outlet. Real leather is animal hide rather than synthetic — it softens with use, breathes in humidity, and earns marks and character over the years — and it benefits from a specific care routine that's different from PU or air leather (see below).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Care Products Pill Row --\u003e\n\u003cdiv class=\"lmc-section\"\u003e\n\u003cdiv class=\"lmc-label\"\u003eRecommended Care Products\u003c\/div\u003e\n\u003cdiv class=\"lmc-care-pills\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-leather-care-kit\" class=\"lmc-pill lmc-pill-ok\" target=\"_blank\"\u003e \u003cspan aria-hidden=\"true\" class=\"lmc-pill-tick\"\u003e✓\u003c\/span\u003e \u003cspan\u003eGuardsman Leather Care Kit — recommended for genuine leather\u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv aria-label=\"Not suitable for this product\" class=\"lmc-pill lmc-pill-warn\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lmc-pill-cross\"\u003e✗\u003c\/span\u003e \u003cspan\u003eGuardsman ProGuard Care Kit — not for genuine leather\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Colour Swatches --\u003e\n\u003cdiv class=\"lmc-section\"\u003e\n\u003cdiv class=\"lmc-label\"\u003eAvailable Colours\u003c\/div\u003e\n\u003cdiv class=\"lmc-swatch-row\"\u003e\n\u003cdiv class=\"lmc-swatch-item\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #7A6A58, #55483A);\" class=\"lmc-swatch-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"lmc-swatch-name\"\u003eBrown\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-swatch-item\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #BEAA88, #9C8A6C);\" class=\"lmc-swatch-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"lmc-swatch-name\"\u003eTan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Care Instructions --\u003e\n\u003cdiv class=\"lmc-section\"\u003e\n\u003cdiv class=\"lmc-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"lmc-care-grid\"\u003e\n\u003cdiv class=\"lmc-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lmc-care-emoji\"\u003e🧽\u003c\/span\u003e\n\u003ch3\u003eDust Regularly\u003c\/h3\u003e\n\u003cp\u003eWipe over with a soft, dry microfibre cloth every week or two — lifts surface dust before it works its way into the leather pores. Skip rough cloths, paper towels, and abrasive sponges; anything textured can mark the finish over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lmc-care-emoji\"\u003e💧\u003c\/span\u003e\n\u003ch3\u003eSpot-Clean Spills Promptly\u003c\/h3\u003e\n\u003cp\u003eCatch spills fast — blot, never rub, with a clean white microfibre cloth. Rubbing pushes liquid into the leather pores; blotting lifts it off the surface. Avoid harsh solvents, bleach, and ammonia-based cleaners. Use the Guardsman Leather Care Kit cleaner per its instructions for stubborn marks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lmc-care-emoji\"\u003e☀️\u003c\/span\u003e\n\u003ch3\u003eAvoid Sunlight \u0026amp; Heat\u003c\/h3\u003e\n\u003cp\u003ePosition the chair away from prolonged direct sun and heat sources — radiators, vents, floor heaters. Sun bleaches leather, heat dries it out, and both lead to surface cracking. Pull curtains during peak Brisbane sun hours, particularly important for the lighter Tan variant where fade shows more clearly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lmc-care-emoji\"\u003e🧴\u003c\/span\u003e\n\u003ch3\u003eCondition Every 6–12 Months\u003c\/h3\u003e\n\u003cp\u003eEvery six to twelve months, work the Guardsman \u003cstrong\u003eLeather Care Kit\u003c\/strong\u003e conditioner over the seating surfaces — feeds the leather and keeps it supple. \u003cstrong\u003eDon't use the Guardsman ProGuard Care Kit\u003c\/strong\u003e — that's chemistry built for synthetic leathers and doesn't suit real hide.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. At a Glance --\u003e\n\u003cdiv class=\"lmc-section\"\u003e\n\u003cdiv class=\"lmc-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"lmc-list\"\u003e\n\u003cdiv class=\"lmc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lmc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSingle-seat swivel electric recliner armchair upholstered in real leather hide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lmc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eAvailable in two warm neutral colours: Brown and Tan.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lmc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eButton-operated electric recline — panel on the armrest, stops at any angle.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lmc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eConcealed 360° swivel base — rotate to face the TV, window, or conversation.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lmc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eDeep pillow-top armrests on both sides.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lmc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSculpted split back profile with headrest and centre channel.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lmc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eMains cable connects to a standard Australian wall outlet.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lmc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eCompact single recliner — the backrest slides onto the base, no tools required.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lmc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePairs with the Limestone 2 Seater and 3 Seater Lounges for a matching suite.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lmc-list-item\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"lmc-tick\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eUse Guardsman Leather Care Kit for conditioning — not the ProGuard Care Kit.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 9. Range Strip --\u003e\n\u003cdiv class=\"lmc-range-strip\"\u003e\n\u003cdiv class=\"lmc-range-label\"\u003eLimestone Electric Leather Recliner Range\u003c\/div\u003e\n\u003cdiv class=\"lmc-range-items\"\u003e\n\u003cdiv aria-current=\"page\" class=\"lmc-range-current\"\u003eLimestone Swivel Recliner Chair\u003c\/div\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/limestone-2-seater-electric-leather-recliner-lounge\" class=\"lmc-range-item\"\u003eLimestone 2 Seater Lounge\u003c\/a\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/limestone-3-seater-electric-leather-recliner-lounge\" class=\"lmc-range-item\"\u003eLimestone 3 Seater Lounge\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 10. SEO Body Copy --\u003e\n\u003cdiv class=\"lmc-seo\"\u003e\n\u003ch2\u003eLimestone Swivel Electric Leather Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Limestone Swivel Electric Leather Recliner Chair is a single-seat swivel power recliner armchair upholstered in genuine leather, with button-operated electric recline and a smooth 360° swivel base. Press the panel on the armrest and the backrest angles back electrically while the footrest rises into position; press the opposite button to return upright. Because it reclines electrically rather than by a manual lever, the chair stops anywhere along its range — dial in the exact angle for reading, watching TV, or dozing and hold it there. The concealed swivel base lets the whole seat rotate a full 360° with a light push of the feet, so you can turn to face the television, the window, or someone across the room without shifting the chair.\u003c\/p\u003e\n\u003cp\u003eTwo warm neutral options carry the Limestone Swivel Recliner in different directions. \u003cstrong\u003eBrown\u003c\/strong\u003e reads deep and grounded — suited to contemporary interiors with darker timbers, moodier lighting, and richer floors. \u003cstrong\u003eTan\u003c\/strong\u003e reads lighter and softer — a warm, easy neutral at home in brighter rooms with white walls, pale timber floors, and plenty of natural light. As a compact single seat, it works as a dedicated reading chair, a corner recliner, or an extra seat alongside a larger lounge — and pairs with the matching Limestone 2 Seater and 3 Seater Lounges for a full suite. Real leather is animal hide that's been tanned and finished for upholstery — it softens with use, develops marks and character over the years, and asks for a specific care routine. Regular dusting with a soft microfibre cloth, prompt blotting (never rubbing) of any spills, distance from heat sources and direct sun, and a Guardsman \u003cstrong\u003eLeather Care Kit\u003c\/strong\u003e conditioning pass every six to twelve months. Avoid the Guardsman ProGuard Care Kit — it's chemistry built for synthetic leathers and doesn't suit real hide.\u003c\/p\u003e\n\u003cp\u003eSee the Limestone Swivel Electric Leather Recliner Chair in person across our five South-East Queensland showrooms — Rocklea, Virginia, North Ipswich, Beenleigh, and Bundall on the Gold Coast. Sit on it, work the power recline button, give the swivel a spin, and compare both Brown and Tan under showroom lighting. Our team can talk you through pricing, lead times, and delivery to your suburb. Visit any A2Z Furniture showroom or shop online for fast Brisbane and Gold Coast delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Brown","offer_id":45149344923783,"sku":"LI-1ER-BR","price":899.0,"currency_code":"AUD","in_stock":true},{"title":"Tan","offer_id":45149344956551,"sku":"LI-1ER-TA","price":899.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/limestone-single-recliner-chair-electric-dark-greige-leather-lifestyle-square.png?v=1783422624"},{"product_id":"hudson-electric-recliner-chair","title":"Hudson Electric Recliner Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.hud-desc {\n  font-family: 'Open Sans', sans-serif;\n  color: #222222;\n  font-size: 15px;\n  line-height: 1.7;\n  padding-top: 6px;\n  overflow: visible;\n}\n\n.hud-desc * {\n  box-sizing: border-box;\n}\n\n.hud-desc strong {\n  font-weight: 700;\n}\n\n.hud-desc p {\n  margin: 0 0 16px 0;\n}\n\n.hud-desc h2 {\n  font-size: 18px;\n  font-weight: 700;\n  margin: 24px 0 12px 0;\n  color: #222222;\n}\n\n.hud-desc h3 {\n  font-size: 13px;\n  font-weight: 700;\n  margin: 0 0 6px 0;\n  color: #222222;\n}\n\n.hud-desc .section-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 12px;\n  display: block;\n  margin-top: 32px;\n}\n\n.hud-desc .mr-link {\n  color: #C2824D;\n  text-decoration: underline;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 2px;\n  font-weight: 600;\n  white-space: nowrap;\n}\n\n.hud-desc .mr-link:hover {\n  color: #a36b3f;\n}\n\n\/* Feature Grid *\/\n.hud-desc .feature-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 16px;\n  margin-bottom: 32px;\n}\n\n.hud-desc .feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n}\n\n.hud-desc .feature-card svg {\n  width: 24px;\n  height: 24px;\n  color: #C2824D;\n  margin-bottom: 12px;\n}\n\n.hud-desc .feature-card p {\n  font-size: 14px;\n  margin: 0;\n  line-height: 1.5;\n}\n\n@media (max-width: 768px) {\n  .hud-desc .feature-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n\/* Material Callout *\/\n.hud-desc .material-callout {\n  background: #F7EDE3;\n  border-left: 4px solid #C2824D;\n  padding: 16px 20px;\n  border-radius: 0 8px 8px 0;\n  margin-bottom: 32px;\n}\n\n.hud-desc .material-callout p {\n  margin: 0;\n}\n\n\/* Custom Lists (No UL\/LI) *\/\n.hud-desc .custom-list {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  margin-bottom: 24px;\n}\n\n.hud-desc .list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n}\n\n.hud-desc .list-icon {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 16px; \/* For emojis *\/\n}\n\n.hud-desc .tick-icon {\n  background: #C2824D;\n  border-radius: 50%;\n  padding: 4px;\n  color: white;\n}\n\n.hud-desc .tick-icon svg {\n  width: 12px;\n  height: 12px;\n  stroke-width: 3;\n}\n\n\/* Care Pills *\/\n.hud-desc .care-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 32px;\n}\n\n.hud-desc .care-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  padding: 8px 16px;\n  border-radius: 20px;\n  color: #222222;\n  text-decoration: none;\n  font-size: 13.5px;\n  font-weight: 600;\n  transition: all 0.2s ease;\n}\n\n.hud-desc .care-pill:hover {\n  background: #f0e0ce;\n}\n\n.hud-desc .care-pill-arrow {\n  color: #C2824D;\n}\n\n\/* SEO Section *\/\n.hud-desc .seo-section {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 32px;\n}\n\n.hud-desc .seo-section p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"hud-desc\"\u003e\n\u003cp\u003e\u003cstrong\u003eHudson Electric Recliner Chair\u003c\/strong\u003e delivers seamless comfort at the touch of a button. Upholstered in an inviting, durable fabric, this chair features integrated power controls and generously padded cushions to support you while you unwind. Perfect for anyone seeking effortless, push-button relaxation in a stylish and easy-to-assemble package.\u003c\/p\u003e\n\u003cspan class=\"section-label\"\u003eKey Features\u003c\/span\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpath d=\"M13 10V3L4 14h7v7l9-11h-7z\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch3\u003eElectric Recliner\u003c\/h3\u003e\n\u003cp\u003eSmooth, push-button electric reclining mechanism for effortless relaxation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpath d=\"M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch3\u003eEasy Assembly\u003c\/h3\u003e\n\u003cp\u003eArrives conveniently flat-packed and requires simple, tool-free assembly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpath d=\"M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch3\u003eTextured Fabric\u003c\/h3\u003e\n\u003cp\u003eUpholstered in a soft-touch, durable woven fabric designed for daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpath d=\"M14.828 14.828a4 4 0 01-5.656 0M9 10h.01M15 10h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch3\u003eSupportive Comfort\u003c\/h3\u003e\n\u003cp\u003eFeatures plush padded armrests and a segmented backrest for optimal body support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"material-callout\"\u003e\n\u003ch3\u003eAbout the Upholstery\u003c\/h3\u003e\n\u003cp\u003eThe Hudson Recliner is finished in a high-quality fabric weave that balances softness with structure. Selected for its breathability and resilience, this upholstery holds up well with regular use, making it an excellent choice for busy living spaces and cozy home theatres alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cspan class=\"section-label\"\u003eCare Instructions\u003c\/span\u003e\n\u003cdiv class=\"custom-list\"\u003e\n\u003cdiv class=\"list-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"list-icon\"\u003e🧹\u003c\/span\u003e \u003cspan\u003eVacuum the fabric regularly using an upholstery attachment to remove dust and maintain the weave.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"list-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"list-icon\"\u003e🧽\u003c\/span\u003e \u003cspan\u003eTackle spills immediately by blotting gently; for stubborn spots, use the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-care-kit\"\u003eGuardsman Fabric Care Kit\u003c\/a\u003e.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"list-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"list-icon\"\u003e🛡️\u003c\/span\u003e \u003cspan\u003eApply \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-protector-spray\"\u003eGuardsman Fabric Protector\u003c\/a\u003e to help repel liquid spills and minimize the chance of stains.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"list-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"list-icon\"\u003e🚫\u003c\/span\u003e \u003cspan\u003eAvoid placing the chair in direct, harsh sunlight to prevent the fabric dye from fading over time.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"care-pills\"\u003e\n\u003ca class=\"care-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/fabric-furniture-care\"\u003e \u003cspan aria-hidden=\"true\"\u003e🛋️\u003c\/span\u003e Fabric Care Range \u003cspan aria-hidden=\"true\" class=\"care-pill-arrow\"\u003e→\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"care-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-protector-spray\"\u003e \u003cspan aria-hidden=\"true\"\u003e🛡️\u003c\/span\u003e Fabric Protector \u003cspan aria-hidden=\"true\" class=\"care-pill-arrow\"\u003e→\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"care-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-care-kit\"\u003e \u003cspan aria-hidden=\"true\"\u003e✨\u003c\/span\u003e Fabric Care Kit \u003cspan aria-hidden=\"true\" class=\"care-pill-arrow\"\u003e→\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cspan class=\"section-label\"\u003eAt a Glance\u003c\/span\u003e\n\u003cdiv class=\"custom-list\"\u003e\n\u003cdiv class=\"list-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"list-icon tick-icon\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\"\u003e\u003cpath d=\"M5 13l4 4L19 7\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eDurable and breathable woven fabric upholstery built for everyday wear.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"list-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"list-icon tick-icon\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\"\u003e\u003cpath d=\"M5 13l4 4L19 7\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eSmooth motorized reclining action via an easy-to-reach side control panel.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"list-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"list-icon tick-icon\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\"\u003e\u003cpath d=\"M5 13l4 4L19 7\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eFlat-packed delivery format allows for easy transport into your home.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"list-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"list-icon tick-icon\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\"\u003e\u003cpath d=\"M5 13l4 4L19 7\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eTool-free assembly means you can set up and relax in minutes.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"list-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"list-icon tick-icon\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\"\u003e\u003cpath d=\"M5 13l4 4L19 7\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003ePerfect addition to living rooms, reading nooks, or home theatre setups.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"seo-section\"\u003e\n\u003ch2\u003eHudson Electric Recliner Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Hudson Electric Recliner Chair is designed to elevate your lounging experience with the simple press of a button. Upholstered in a soft yet structured fabric, this single seater offers a highly supportive seating environment thanks to its generously padded armrests and strategically segmented backrest. The built-in electric motor handles the heavy lifting, allowing you to recline smoothly into your preferred resting position without any manual effort.\u003c\/p\u003e\n\u003cp\u003eAvailable in both versatile Mid Grey and bright Light Grey colour options, the Hudson seamlessly integrates into a wide variety of modern and transitional interiors. The textured woven fabric not only adds visual depth and warmth to your space but is also practical for daily use. Whether you want to anchor a bright, airy living room or complement a darker, cozy setting, these neutral tones provide the perfect aesthetic foundation.\u003c\/p\u003e\n\u003cp\u003ePerfect for anyone who values comfort and convenience, this chair is an excellent choice for a dedicated home theatre room, a quiet bedroom corner, or as a standalone piece in your main living area. Plus, its smart flat-packed design guarantees a hassle-free, tool-free assembly process once it arrives. View and test the Hudson Electric Recliner Chair in person at any of our five store locations: Rocklea, Sandgate, Bundall (Gold Coast), North Ipswich, and Beenleigh.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Grey","offer_id":45153074413703,"sku":"HU-1ER-GR","price":649.0,"currency_code":"AUD","in_stock":true},{"title":"Beige","offer_id":45153074446471,"sku":"HU-1ER-BG","price":649.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/hudson-3-1-1-single-recliner-chair-electric-mid-grey-fabric-lifestyle-square.png?v=1783499699"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/collections\/colection-title-the-a2z-furniture_e2ebebc8-c654-48bc-b020-c8732464ed10.png?v=1773029595","url":"https:\/\/thea2zfurniture.com\/collections\/single-recliner-chairs.oembed?page=2","provider":"The A2Z Furniture","version":"1.0","type":"link"}