{"title":"Outdoor Furniture","description":"\u003c!--\n  ============================================================\n  A2Z FURNITURE — OUTDOOR LOUNGES COLLECTION\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  NOTE: Shopify theme renders the collection H1 — no H1 here.\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-ol-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    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 + \"37 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-ol-top {\n      margin-top: -24px;\n    }\n  }\n\n  .a2z-ol-top *,\n  .a2z-ol-top *::before,\n  .a2z-ol-top *::after { box-sizing: inherit; }\n\n  \/* ── Hero block ──────────────────────────────── *\/\n  .a2z-ol-top .hero-block {\n    padding: 0 0 24px;\n    text-align: left;\n  }\n\n  .a2z-ol-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-ol-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  \/* ── CTA buttons ──────────────────────────────── *\/\n  .a2z-ol-top .cta-row {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: flex-start;\n    gap: 12px;\n  }\n\n  .a2z-ol-top .btn-primary {\n    display: inline-block;\n    background: var(--color-accent);\n    color: #FFFFFF !important;\n    font-family: var(--font-base);\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  .a2z-ol-top .btn-primary:hover { opacity: 0.88; }\n\n  .a2z-ol-top .btn-secondary {\n    display: inline-block;\n    background: var(--color-secondary);\n    color: #FFFFFF !important;\n    font-family: var(--font-base);\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  .a2z-ol-top .btn-secondary:hover { opacity: 0.88; }\n\n  \/* ── Hero image — width: 100%; height: auto — never cropped *\/\n  .a2z-ol-top .hero-img-wrap {\n    width: 100%;\n    max-width: 1100px;\n    margin: 28px auto 0;\n    border-radius: 4px;\n    overflow: hidden;\n  }\n  .a2z-ol-top .hero-img-wrap img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  \/* ── Trust strip — CSS Grid, predictable 2×2 mobile, 4-col desktop *\/\n  .a2z-ol-top .trust-strip {\n    background: var(--color-border);\n    padding: 24px 20px;\n    margin: 0;\n  }\n\n  .a2z-ol-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  @media (min-width: 820px) {\n    .a2z-ol-top .trust-strip-inner {\n      grid-template-columns: repeat(4, auto);\n      justify-content: center;\n      gap: 20px 36px;\n    }\n  }\n\n  .a2z-ol-top .trust-item {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 6px;\n  }\n  @media (min-width: 820px) {\n    .a2z-ol-top .trust-item {\n      flex-direction: row;\n      align-items: center;\n      gap: 10px;\n    }\n  }\n\n  .a2z-ol-top .trust-item a { text-decoration: none; }\n\n  .a2z-ol-top .trust-icon {\n    width: 28px;\n    height: 28px;\n    flex-shrink: 0;\n    color: var(--color-accent);\n  }\n\n  .a2z-ol-top .trust-label {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--color-body);\n    line-height: 1.3;\n    display: block;\n  }\n\n  .a2z-ol-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 — full !important stack *\/\n  .a2z-ol-top .cat-nav {\n    padding: 28px 20px 0;\n    max-width: 900px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .a2z-ol-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-ol-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-ol-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-ol-top .cat-pills li::marker,\n  .a2z-ol-top .cat-pills li::before {\n    content: none !important;\n    display: none !important;\n  }\n\n  .a2z-ol-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  .a2z-ol-top .cat-pill:hover {\n    border-color: var(--color-accent);\n    color: var(--color-accent) !important;\n  }\n\n  .a2z-ol-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-ol-top\"\u003e\n\u003c!-- Hero intro --\u003e\n\u003cdiv class=\"hero-block\"\u003e\n\u003cspan class=\"eyebrow\"\u003eBrisbane · Ipswich · Bundall · Sandgate · Beenleigh\u003c\/span\u003e\n\u003cp class=\"hero-intro\"\u003eOutdoor lounges are where Queensland summers actually happen — long Sunday lunches, evening drinks under the pergola, weekends that stretch into Monday morning. Browse modular corner sets, 2 and 3-seater outdoor sofas, and complete lounge settings built for our subtropical climate. In stock at our Rocklea warehouse and on display across our 5 South East QLD showrooms.\u003c\/p\u003e\n\u003cdiv class=\"cta-row\"\u003e\n\u003ca class=\"btn-primary\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture\"\u003eShop All Outdoor Furniture\u003c\/a\u003e \u003ca class=\"btn-secondary\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-dining-tables\"\u003eShop Outdoor Dining\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Hero image — width: 100%; height: auto — no cropping --\u003e\n\u003cdiv class=\"hero-img-wrap\" style=\"text-align: start;\"\u003e\n\u003c!-- Image: a styled outdoor modular lounge setting on a Brisbane alfresco patio with cushions, coffee table and tropical plants under a pergola --\u003e \u003cimg height=\"480\" width=\"1100\" loading=\"eager\" alt=\"Modular outdoor lounge setting on a Brisbane alfresco patio with coffee table and tropical plants\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/panama-4-piece-outdoor-sofa-set-the-a2z-furniture-1_65b1c6e6-fcc9-4f48-b92b-b7398cab7752.png?v=1776663683\" style=\"margin-bottom: 16px; float: none;\"\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 aria-hidden=\"true\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 28 28\" class=\"trust-icon\"\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 \u003ca href=\"https:\/\/thea2zfurniture.com\/pages\/contact-us\"\u003e \u003cspan class=\"trust-label\"\u003e5 Showroom Locations\u003c\/span\u003e \u003cspan class=\"trust-sub\"\u003eAcross South East QLD\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg aria-hidden=\"true\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 28 28\" class=\"trust-icon\"\u003e\n          \u003cpath d=\"M5 8h18l-2 10H7L5 8zM5 8l-1-4H2\"\u003e\u003c\/path\u003e\n          \u003ccircle r=\"1.5\" cy=\"22\" cx=\"10\"\u003e\u003c\/circle\u003e\n          \u003ccircle r=\"1.5\" cy=\"22\" cx=\"19\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/pages\/free-local-delivery\"\u003e \u003cspan class=\"trust-label\"\u003eFree Local Delivery\u003c\/span\u003e \u003cspan class=\"trust-sub\"\u003eT\u0026amp;C apply\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg aria-hidden=\"true\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 28 28\" class=\"trust-icon\"\u003e\n          \u003crect rx=\"2\" height=\"16\" width=\"20\" y=\"6\" x=\"4\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M9 6V5a2 2 0 014 0v1M15 6V5a2 2 0 014 0v1\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 11h20\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"trust-label\"\u003eTry Before You Buy\u003c\/span\u003e \u003cspan class=\"trust-sub\"\u003eOpen 7 days in-store\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg aria-hidden=\"true\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 28 28\" class=\"trust-icon\"\u003e\n          \u003crect rx=\"2\" height=\"16\" width=\"22\" y=\"6\" x=\"3\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M3 11h22\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 16h4M16 16h4\"\u003e\u003c\/path\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\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\"\u003eBuild your complete outdoor space\u003c\/span\u003e\n\u003cul class=\"cat-pills\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture\" class=\"cat-pill\"\u003eAll Outdoor Furniture\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-swing-chairs\" class=\"cat-pill\"\u003eOutdoor Swing Chairs\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-dining-tables\" class=\"cat-pill\"\u003eOutdoor Dining Tables\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-ol-top --\u003e","products":[{"product_id":"panama-4-piece-outdoor-sofa-set-dark-grey","title":"Panama 4 Piece Outdoor Sofa Set","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.pan-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}\n\n\/* ── Intro ── *\/\n.pan-desc .pan-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.pan-desc .pan-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\/* ── What's Included Banner ── *\/\n.pan-desc .pan-included {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .pan-desc .pan-included { grid-template-columns: 1fr 1fr; }\n}\n.pan-desc .pan-piece {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px 14px;\n  text-align: center;\n}\n.pan-desc .pan-piece h4 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 3px;\n  line-height: 1.3;\n}\n.pan-desc .pan-piece p {\n  font-size: 12px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* ── Feature Grid ── *\/\n.pan-desc .pan-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .pan-desc .pan-features { grid-template-columns: 1fr; }\n}\n.pan-desc .pan-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.pan-desc .pan-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.pan-desc .pan-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.pan-desc .pan-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.pan-desc .pan-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.pan-desc .pan-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.pan-desc .pan-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.pan-desc .pan-callout p {\n  margin: 0;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n\n\/* ── Care Steps ── *\/\n.pan-desc .pan-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .pan-desc .pan-steps { grid-template-columns: 1fr; }\n}\n.pan-desc .pan-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.pan-desc .pan-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.pan-desc .pan-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.pan-desc .pan-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.pan-desc .pan-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.pan-desc .pan-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.pan-desc .pan-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.pan-desc .pan-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.pan-desc .pan-glance {\n  margin-bottom: 28px;\n}\n.pan-desc .pan-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.pan-desc .pan-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.pan-desc .pan-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.pan-desc .pan-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.pan-desc .pan-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.pan-desc .pan-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.pan-desc .pan-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.pan-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=\"pan-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"pan-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003ePanama 4 Piece Outdoor Sofa Set\u003c\/strong\u003e is a complete outdoor seating arrangement comprising a 3-seater sofa, two single armchairs, and a coffee table — all finished in a matching dark charcoal aluminium frame with light grey polyester cushions. Built for the Australian climate with a rust-resistant frame and fire-retardant cushions, it suits patios, garden decks, balconies, and alfresco entertaining areas.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── What's Included ── --\u003e\n  \u003cdiv class=\"pan-label\"\u003eWhat's Included\u003c\/div\u003e\n  \u003cdiv class=\"pan-included\"\u003e\n    \u003cdiv class=\"pan-piece\"\u003e\n      \u003ch4\u003e3-Seater Sofa\u003c\/h4\u003e\n      \u003cp\u003e× 1\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pan-piece\"\u003e\n      \u003ch4\u003eSingle Armchair\u003c\/h4\u003e\n      \u003cp\u003e× 2\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pan-piece\"\u003e\n      \u003ch4\u003eCoffee Table\u003c\/h4\u003e\n      \u003cp\u003e× 1\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pan-piece\"\u003e\n      \u003ch4\u003eFull Set\u003c\/h4\u003e\n      \u003cp\u003e4 pieces total\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Key Features Grid ── *\/\n  \u003cdiv class=\"pan-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"pan-features\"\u003e\n\n    \u003cdiv class=\"pan-card\"\u003e\n      \u003cdiv class=\"pan-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewBox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eRust-Resistant Aluminium Frame\u003c\/h3\u003e\n        \u003cp\u003eLightweight powder-coated aluminium frame across all four pieces — rust-resistant and suited to year-round outdoor exposure.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pan-card\"\u003e\n      \u003cdiv class=\"pan-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewBox=\"0 0 24 24\"\u003e\u003cpath d=\"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z\"\/\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eFire-Retardant Polyester Cushions\u003c\/h3\u003e\n        \u003cp\u003eAll seat and back cushions are made from fire-retardant polyester fabric — a practical safety feature for an outdoor setting.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pan-card\"\u003e\n      \u003cdiv class=\"pan-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewBox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/\u003e\u003cpath d=\"M3 9h18\"\/\u003e\u003cpath d=\"M9 21V9\"\/\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eAluminium Slatted Coffee Table\u003c\/h3\u003e\n        \u003cp\u003eMatching aluminium-framed coffee table with a slatted top surface — a practical centrepiece for the set that requires no additional purchase.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pan-card\"\u003e\n      \u003cdiv class=\"pan-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewBox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\/\u003e\u003cline x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\/\u003e\u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\/\u003e\u003cline x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"\/\u003e\u003cline x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"\/\u003e\u003cline x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"\/\u003e\u003cline x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"\/\u003e\u003cline x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"\/\u003e\u003cline x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"\/\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eDark Charcoal Finish\u003c\/h3\u003e\n        \u003cp\u003eConsistent dark charcoal frame and light grey cushions across all four pieces — a neutral palette that works across a wide range of outdoor settings.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Cushion Material Callout ── --\u003e\n  \u003cdiv class=\"pan-callout\"\u003e\n    \u003ch3\u003eAbout the Fire-Retardant Cushions\u003c\/h3\u003e\n    \u003cp\u003eThe polyester cushions across the Panama set meet fire-retardant standards, which is a meaningful feature for outdoor furniture used in enclosed or semi-enclosed alfresco spaces such as covered patios, pergolas, and balconies. Fire-retardant fabric slows the spread of flame in the event of ignition — from a candle, a spark from a fire pit, or similar. The light grey polyester fabric is also easy to spot clean and maintains its colour with regular, straightforward upkeep.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"pan-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"pan-steps\"\u003e\n\n    \u003cdiv class=\"pan-step\"\u003e\n      \u003cdiv class=\"pan-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eCushion Cleaning\u003c\/h4\u003e\n        \u003cp\u003eSpot clean polyester cushions with a mild soap and water solution using a soft cloth. Rinse thoroughly and allow to air dry fully before use.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pan-step\"\u003e\n      \u003cdiv class=\"pan-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eAluminium Frame \u0026amp; Table\u003c\/h4\u003e\n        \u003cp\u003eWipe down the powder-coated aluminium frame and coffee table surface with a damp cloth. Avoid abrasive cleaners that may scratch or dull the coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pan-step\"\u003e\n      \u003cdiv class=\"pan-step-emoji\" aria-hidden=\"true\"\u003e🌧\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eRain \u0026amp; Moisture\u003c\/h4\u003e\n        \u003cp\u003eThe aluminium frame is rust-resistant and can remain outdoors in wet conditions. Allow cushions to dry fully after rain before storing or covering.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pan-step\"\u003e\n      \u003cdiv class=\"pan-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtended Storage\u003c\/h4\u003e\n        \u003cp\u003eFor extended periods of non-use, store cushions indoors or under a breathable furniture cover to maintain their condition.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"pan-pills\"\u003e\n    \u003cdiv class=\"pan-label\" style=\"margin-bottom:4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n    \u003cdiv class=\"pan-pills-row\"\u003e\n      \u003ca class=\"pan-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n      \u003ca class=\"pan-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e\n      \u003ca class=\"pan-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"pan-glance\"\u003e\n    \u003cdiv class=\"pan-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"pan-glance-list\"\u003e\n\n      \u003cdiv class=\"pan-glance-item\"\u003e\n        \u003cdiv class=\"pan-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e4-piece set — 1× 3-seater sofa, 2× single armchairs, and 1× coffee table — all with a matching dark charcoal aluminium frame.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pan-glance-item\"\u003e\n        \u003cdiv class=\"pan-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eRust-resistant powder-coated aluminium frame — lightweight and suited to year-round outdoor conditions.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pan-glance-item\"\u003e\n        \u003cdiv class=\"pan-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eFire-retardant light grey polyester cushions on all seating pieces — a practical safety consideration for covered alfresco areas.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pan-glance-item\"\u003e\n        \u003cdiv class=\"pan-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eIncludes a matching slatted aluminium coffee table — no additional centrepiece purchase required.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pan-glance-item\"\u003e\n        \u003cdiv class=\"pan-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSuited to patios, balconies, garden decks, and alfresco entertaining areas. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e for additional pieces.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"pan-seo\"\u003e\n    \u003ch2\u003ePanama 4 Piece Outdoor Sofa Set — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Panama 4 Piece Outdoor Sofa Set includes a 3-seater outdoor sofa, two single armchairs, and an aluminium coffee table. All pieces share a dark charcoal powder-coated aluminium frame and light grey polyester cushions, creating a consistent look across the set. The aluminium frame is rust-resistant and lightweight, making it well suited to permanent outdoor placement in the Australian climate. The polyester cushions across all seating pieces are fire retardant — a useful safety characteristic for use in covered alfresco areas, pergolas, or balconies.\u003c\/p\u003e\n    \u003cp\u003eThe included coffee table features a slatted aluminium top and matches the frame finish of the seating pieces. Because the table is part of the set, no separate side or coffee table purchase is required to complete the arrangement. The neutral charcoal and grey colour palette suits a wide range of outdoor settings — from contemporary concrete patios to garden decks and poolside areas.\u003c\/p\u003e\n    \u003cp\u003eThe Panama 4 Piece Outdoor Sofa Set is part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e, available online and in store at our Queensland showrooms — 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":"Default Title","offer_id":42824311439495,"sku":"PA-4PC-DGR","price":1099.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/panama-4-piece-outdoor-sofa-set-the-a2z-furniture-1_65b1c6e6-fcc9-4f48-b92b-b7398cab7752.png?v=1778478653"},{"product_id":"bryde-outdoor-corner-lounge-white-aluminium","title":"Bryde Outdoor Corner Lounge","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.bry-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}\n\n\/* ── Intro ── *\/\n.bry-desc .bry-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.bry-desc .bry-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\/* ── Specs Row ── *\/\n.bry-desc .bry-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .bry-desc .bry-specs { grid-template-columns: 1fr 1fr; }\n}\n.bry-desc .bry-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.bry-desc .bry-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.bry-desc .bry-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.bry-desc .bry-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .bry-desc .bry-features { grid-template-columns: 1fr; }\n}\n.bry-desc .bry-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.bry-desc .bry-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.bry-desc .bry-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.bry-desc .bry-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.bry-desc .bry-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.bry-desc .bry-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.bry-desc .bry-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.bry-desc .bry-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.bry-desc .bry-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.bry-desc .bry-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .bry-desc .bry-steps { grid-template-columns: 1fr; }\n}\n.bry-desc .bry-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.bry-desc .bry-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.bry-desc .bry-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.bry-desc .bry-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.bry-desc .bry-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.bry-desc .bry-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.bry-desc .bry-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.bry-desc .bry-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.bry-desc .bry-glance {\n  margin-bottom: 28px;\n}\n.bry-desc .bry-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.bry-desc .bry-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.bry-desc .bry-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.bry-desc .bry-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.bry-desc .bry-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.bry-desc .bry-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.bry-desc .bry-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.bry-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=\"bry-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"bry-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eBryde Outdoor Corner Lounge\u003c\/strong\u003e is an L-shaped outdoor sofa with a white powder-coated aluminium frame and polyester fabric cushions. The corner configuration provides generous seating capacity in a compact footprint — practical for patios, courtyards, balconies, and alfresco areas where space is limited but seating for several people is needed. Rust-resistant, fade-resistant, and designed for outdoor conditions year-round. Available in White.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Specs ── --\u003e\n  \u003cdiv class=\"bry-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003cdiv class=\"bry-specs\"\u003e\n    \u003cdiv class=\"bry-spec\"\u003e\n      \u003cdiv class=\"bry-spec-key\"\u003eFrame\u003c\/div\u003e\n      \u003cdiv class=\"bry-spec-val\"\u003ePowder-Coated Aluminium — White\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bry-spec\"\u003e\n      \u003cdiv class=\"bry-spec-key\"\u003eCushions\u003c\/div\u003e\n      \u003cdiv class=\"bry-spec-val\"\u003ePolyester Fabric\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bry-spec\"\u003e\n      \u003cdiv class=\"bry-spec-key\"\u003eConfiguration\u003c\/div\u003e\n      \u003cdiv class=\"bry-spec-val\"\u003eL-Shape Corner Lounge\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Key Features Grid ── --\u003e\n  \u003cdiv class=\"bry-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"bry-features\"\u003e\n\n    \u003cdiv class=\"bry-card\"\u003e\n      \u003cdiv class=\"bry-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eWhite Powder-Coated Aluminium Frame\u003c\/h3\u003e\n        \u003cp\u003eLightweight rust-resistant frame — built for outdoor conditions without requiring sealing, treatment, or seasonal storage.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bry-card\"\u003e\n      \u003cdiv class=\"bry-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 9V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 11v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1H6v-1a2 2 0 0 0-4 0z\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 18v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 18v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eFade-Resistant Polyester Cushions\u003c\/h3\u003e\n        \u003cp\u003eSeat and back cushions in outdoor polyester fabric — fade-resistant, easy to spot clean, and designed to hold up in Queensland's weather conditions.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bry-card\"\u003e\n      \u003cdiv class=\"bry-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"15 3 21 3 21 9\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"9 21 3 21 3 15\"\u003e\u003c\/polyline\u003e\u003cline x1=\"21\" y1=\"3\" x2=\"14\" y2=\"10\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eL-Shape Corner Configuration\u003c\/h3\u003e\n        \u003cp\u003eThe corner layout maximises seating across two directions — practical for spaces where a straight sofa would leave an unused corner, and for settings where a conversational seating arrangement is preferred.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bry-card\"\u003e\n      \u003cdiv class=\"bry-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"\u003e\u003c\/line\u003e\u003cline x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eUV \u0026amp; Weather Resistant\u003c\/h3\u003e\n        \u003cp\u003eThe aluminium frame and polyester fabric are both selected for outdoor exposure — resistant to UV fading and the humidity and temperature variation of the Australian climate.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Outdoor Polyester Callout ── --\u003e\n  \u003cdiv class=\"bry-callout\"\u003e\n    \u003ch3\u003eAbout Outdoor Polyester Fabric\u003c\/h3\u003e\n    \u003cp\u003eNot all polyester fabric is the same. Standard indoor polyester is not formulated for UV exposure and will fade, weaken, and degrade quickly when used outdoors. The polyester fabric used on the Bryde lounge is an outdoor-grade specification — UV-stabilised to resist colour fading under direct sun, and treated to be water-repellent and resistant to mildew. This makes it appropriate for cushions that remain outdoors rather than being brought in after each use.\u003c\/p\u003e\n    \u003cp\u003eOutdoor polyester cushions still benefit from basic care: spot cleaning when soiled, allowing them to dry fully after rain before stacking or covering, and bringing them indoors or using a cover during extended non-use periods. With routine care, outdoor-grade polyester holds its appearance well under Queensland's sun and rain conditions.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"bry-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"bry-steps\"\u003e\n\n    \u003cdiv class=\"bry-step\"\u003e\n      \u003cdiv class=\"bry-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003ePolyester Cushions\u003c\/h4\u003e\n        \u003cp\u003eSpot clean with a mild soap solution and a soft cloth. Rinse thoroughly and allow to air dry fully before restacking or storing. Do not machine wash.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bry-step\"\u003e\n      \u003cdiv class=\"bry-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eAluminium Frame\u003c\/h4\u003e\n        \u003cp\u003eWipe down with a damp cloth as needed. Avoid abrasive cleaners that may scratch the white powder-coat finish and dull its appearance over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bry-step\"\u003e\n      \u003cdiv class=\"bry-step-emoji\" aria-hidden=\"true\"\u003e🌧\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eRain \u0026amp; Moisture\u003c\/h4\u003e\n        \u003cp\u003eThe aluminium frame can remain outdoors in wet conditions. Allow cushions to dry fully after rain before covering or stacking to prevent moisture build-up.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bry-step\"\u003e\n      \u003cdiv class=\"bry-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtended Storage\u003c\/h4\u003e\n        \u003cp\u003eStore cushions indoors or under a breathable furniture cover during extended periods of non-use to maintain their condition and slow UV exposure on the fabric.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"bry-pills\"\u003e\n    \u003cdiv class=\"bry-label\" style=\"margin-bottom:4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n    \u003cdiv class=\"bry-pills-row\"\u003e\n      \u003ca class=\"bry-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n      \u003ca class=\"bry-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e\n      \u003ca class=\"bry-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"bry-glance\"\u003e\n    \u003cdiv class=\"bry-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"bry-glance-list\"\u003e\n\n      \u003cdiv class=\"bry-glance-item\"\u003e\n        \u003cdiv class=\"bry-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eL-shaped outdoor corner lounge with a white powder-coated aluminium frame and outdoor-grade polyester fabric cushions.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bry-glance-item\"\u003e\n        \u003cdiv class=\"bry-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eCorner configuration provides generous seating across two directions — practical for patios, balconies, and courtyards where a straight sofa would leave unused corner space.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bry-glance-item\"\u003e\n        \u003cdiv class=\"bry-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eRust-resistant aluminium frame — lightweight and suited to year-round outdoor placement without treatment.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bry-glance-item\"\u003e\n        \u003cdiv class=\"bry-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eOutdoor-grade UV-stabilised polyester cushions — fade-resistant and easy to spot clean with routine care.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bry-glance-item\"\u003e\n        \u003cdiv class=\"bry-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSuited to patios, balconies, courtyards, and alfresco areas. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"bry-seo\"\u003e\n    \u003ch2\u003eBryde Outdoor Corner Lounge — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Bryde Outdoor Corner Lounge is an L-shaped outdoor sofa with a white powder-coated aluminium frame and outdoor-grade polyester fabric cushions. The aluminium frame is rust-resistant and lightweight, and the polyester cushion fabric is UV-stabilised and fade-resistant — suitable for outdoor use year-round without requiring specialist treatment or seasonal storage of the frame. The corner configuration seats multiple people across two directions, making it a practical option for spaces where a linear sofa arrangement would leave an unused corner.\u003c\/p\u003e\n    \u003cp\u003eThe outdoor polyester fabric used on the Bryde is distinct from standard indoor polyester — it is UV-stabilised to resist colour fading under direct sun, and treated to be water-repellent and resistant to mildew. Cushions should be spot cleaned when needed, allowed to dry fully after rain, and stored or covered during extended periods of non-use to maintain their condition and appearance. With routine care, outdoor-grade polyester performs well in Queensland's sun and rain conditions.\u003c\/p\u003e\n    \u003cp\u003eThe Bryde Outdoor Corner Lounge is available online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":"Default Title","offer_id":42825221210247,"sku":"BR-CS-W","price":899.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_o9eob9o9eob9o9eo_a6ea481b-5b9f-4108-9e1e-f19f7e8af745.png?v=1778478657"},{"product_id":"tagula-4-piece-outdoor-sofa-set","title":"Tagula 4 Piece Outdoor Sofa Set","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.tag-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}\n\n\/* ── Intro ── *\/\n.tag-desc .tag-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.tag-desc .tag-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\/* ── What's Included ── *\/\n.tag-desc .tag-included {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .tag-desc .tag-included { grid-template-columns: 1fr 1fr; }\n}\n.tag-desc .tag-piece {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 12px;\n  text-align: center;\n}\n.tag-desc .tag-piece h4 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 3px;\n  line-height: 1.3;\n}\n.tag-desc .tag-piece p {\n  font-size: 12px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* ── Specs Row ── *\/\n.tag-desc .tag-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .tag-desc .tag-specs { grid-template-columns: 1fr 1fr; }\n}\n.tag-desc .tag-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.tag-desc .tag-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.tag-desc .tag-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.tag-desc .tag-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .tag-desc .tag-features { grid-template-columns: 1fr; }\n}\n.tag-desc .tag-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.tag-desc .tag-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.tag-desc .tag-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.tag-desc .tag-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.tag-desc .tag-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.tag-desc .tag-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.tag-desc .tag-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.tag-desc .tag-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.tag-desc .tag-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.tag-desc .tag-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .tag-desc .tag-steps { grid-template-columns: 1fr; }\n}\n.tag-desc .tag-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.tag-desc .tag-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.tag-desc .tag-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.tag-desc .tag-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.tag-desc .tag-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.tag-desc .tag-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.tag-desc .tag-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.tag-desc .tag-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.tag-desc .tag-glance {\n  margin-bottom: 28px;\n}\n.tag-desc .tag-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.tag-desc .tag-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.tag-desc .tag-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.tag-desc .tag-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.tag-desc .tag-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.tag-desc .tag-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.tag-desc .tag-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.tag-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=\"tag-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"tag-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eTagula 4 Piece Outdoor Sofa Set\u003c\/strong\u003e is a complete outdoor lounge arrangement consisting of a two-seater sofa, two armchairs, and a eucalyptus-topped coffee table — all with a black powder-coated aluminium frame. The polyester fabric cushions are fire-retardant, and the eucalyptus wood tabletop is naturally moisture and decay-resistant. The set suits patios, alfresco areas, garden decks, and covered poolside spaces.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── What's Included ── --\u003e\n  \u003cdiv class=\"tag-label\"\u003eWhat's Included (4 Pieces)\u003c\/div\u003e\n  \u003cdiv class=\"tag-included\"\u003e\n    \u003cdiv class=\"tag-piece\"\u003e\n      \u003ch4\u003e2-Seater Sofa\u003c\/h4\u003e\n      \u003cp\u003e× 1\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tag-piece\"\u003e\n      \u003ch4\u003eArmchair\u003c\/h4\u003e\n      \u003cp\u003e× 2\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tag-piece\"\u003e\n      \u003ch4\u003eCoffee Table\u003c\/h4\u003e\n      \u003cp\u003e× 1\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tag-piece\"\u003e\n      \u003ch4\u003eFull Set\u003c\/h4\u003e\n      \u003cp\u003e4 pieces total\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Specs ── --\u003e\n  \u003cdiv class=\"tag-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003cdiv class=\"tag-specs\"\u003e\n    \u003cdiv class=\"tag-spec\"\u003e\n      \u003cdiv class=\"tag-spec-key\"\u003eFrame\u003c\/div\u003e\n      \u003cdiv class=\"tag-spec-val\"\u003ePowder-Coated Aluminium — Black\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tag-spec\"\u003e\n      \u003cdiv class=\"tag-spec-key\"\u003eCushions\u003c\/div\u003e\n      \u003cdiv class=\"tag-spec-val\"\u003eFire-Retardant Polyester\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tag-spec\"\u003e\n      \u003cdiv class=\"tag-spec-key\"\u003eTable Top\u003c\/div\u003e\n      \u003cdiv class=\"tag-spec-val\"\u003eEucalyptus Wood\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Key Features Grid ── --\u003e\n  \u003cdiv class=\"tag-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"tag-features\"\u003e\n\n    \u003cdiv class=\"tag-card\"\u003e\n      \u003cdiv class=\"tag-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eBlack Powder-Coated Aluminium Frame\u003c\/h3\u003e\n        \u003cp\u003eRust-resistant aluminium frame across all four pieces — lightweight, weather-resistant, and consistent in finish across the full set.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tag-card\"\u003e\n      \u003cdiv class=\"tag-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eFire-Retardant Polyester Cushions\u003c\/h3\u003e\n        \u003cp\u003eThick seat and back cushions in fire-retardant polyester fabric — a practical safety feature for covered alfresco areas, pergolas, and entertained spaces.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tag-card\"\u003e\n      \u003cdiv class=\"tag-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eEucalyptus Wood Coffee Table Top\u003c\/h3\u003e\n        \u003cp\u003eSlatted eucalyptus hardwood tabletop — naturally moisture and decay-resistant, with a warm tone that contrasts the black frame.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tag-card\"\u003e\n      \u003cdiv class=\"tag-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"\u003e\u003c\/line\u003e\u003cline x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eWeather-Resistant Construction\u003c\/h3\u003e\n        \u003cp\u003eAluminium frame does not rust, eucalyptus resists moisture, and the polyester cushions are weather-resistant — the full set is built for permanent outdoor placement.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Dual Material Callout ── --\u003e\n  \u003cdiv class=\"tag-callout\"\u003e\n    \u003ch3\u003eFire-Retardant Cushions \u0026amp; Eucalyptus Wood\u003c\/h3\u003e\n    \u003cp\u003eThe polyester cushions across the Tagula set meet fire-retardant standards — a meaningful feature for outdoor furniture used in enclosed or semi-enclosed spaces such as covered patios, pergolas, and balconies where ignition sources such as candles, outdoor heaters, or fire pits may be present. Fire-retardant fabric slows the spread of flame in the event of ignition rather than eliminating risk entirely, but it is a genuine safety consideration worth noting for family use.\u003c\/p\u003e\n    \u003cp\u003eThe coffee table top uses eucalyptus hardwood — a dense plantation timber with natural moisture resistance, widely used as a more sustainable alternative to teak. Like teak, eucalyptus will gradually weather from its warm honey tone to a silver-grey if left untreated. This is a normal characteristic of the wood and does not indicate deterioration. To maintain the original colour, the surface can be treated periodically with an outdoor hardwood oil.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"tag-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"tag-steps\"\u003e\n\n    \u003cdiv class=\"tag-step\"\u003e\n      \u003cdiv class=\"tag-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003ePolyester Cushions\u003c\/h4\u003e\n        \u003cp\u003eSpot clean with a mild soap solution and a soft cloth. Rinse thoroughly and allow to air dry fully before use or storage. Do not machine wash.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tag-step\"\u003e\n      \u003cdiv class=\"tag-step-emoji\" aria-hidden=\"true\"\u003e🪵\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eEucalyptus Tabletop\u003c\/h4\u003e\n        \u003cp\u003eWipe down with a damp cloth to remove debris. Apply an outdoor hardwood oil every 6–12 months to retain the warm timber tone if desired.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tag-step\"\u003e\n      \u003cdiv class=\"tag-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eAluminium Frame\u003c\/h4\u003e\n        \u003cp\u003eWipe down with a damp cloth as needed. Avoid abrasive cleaners that may scratch the powder-coat finish across the frame and armrests.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tag-step\"\u003e\n      \u003cdiv class=\"tag-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtended Storage\u003c\/h4\u003e\n        \u003cp\u003eStore cushions indoors or under a breathable furniture cover during extended periods of non-use to maintain their condition and colour.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"tag-pills\"\u003e\n    \u003cdiv class=\"tag-label\" style=\"margin-bottom:4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n    \u003cdiv class=\"tag-pills-row\"\u003e\n      \u003ca class=\"tag-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n      \u003ca class=\"tag-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e\n      \u003ca class=\"tag-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"tag-glance\"\u003e\n    \u003cdiv class=\"tag-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"tag-glance-list\"\u003e\n\n      \u003cdiv class=\"tag-glance-item\"\u003e\n        \u003cdiv class=\"tag-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e4-piece set — 1× 2-seater sofa, 2× armchairs, 1× coffee table — all with a black powder-coated aluminium frame.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tag-glance-item\"\u003e\n        \u003cdiv class=\"tag-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eFire-retardant polyester cushions on all seating pieces — relevant for use under pergolas, in covered alfresco areas, or near outdoor heaters.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tag-glance-item\"\u003e\n        \u003cdiv class=\"tag-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eEucalyptus hardwood coffee table top — moisture-resistant, and naturally weathering to silver-grey over time if left untreated.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tag-glance-item\"\u003e\n        \u003cdiv class=\"tag-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eRust-resistant aluminium frame across all four pieces — lightweight and suited to permanent outdoor placement year-round.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tag-glance-item\"\u003e\n        \u003cdiv class=\"tag-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSuited to patios, balconies, covered alfresco areas, garden decks, and poolside settings. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"tag-seo\"\u003e\n    \u003ch2\u003eTagula 4 Piece Outdoor Sofa Set — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Tagula 4 Piece Outdoor Sofa Set is a complete outdoor lounge arrangement with a black powder-coated aluminium frame, fire-retardant polyester fabric cushions, and a eucalyptus hardwood coffee table top. The set includes a two-seater sofa, two armchairs, and one coffee table. All four pieces share the same black aluminium frame finish, with the warm eucalyptus tabletop providing a natural timber contrast.\u003c\/p\u003e\n    \u003cp\u003eThe fire-retardant cushion fabric is a practical feature for outdoor settings where ignition sources such as candles, outdoor heaters, or nearby fire pits may be present — particularly in covered pergola or alfresco environments. The eucalyptus coffee table top is naturally moisture-resistant and will weather gradually to silver-grey if left untreated outdoors; periodic application of an outdoor hardwood oil will maintain its original warm tone. The aluminium frame is rust-resistant and requires no sealing or oiling.\u003c\/p\u003e\n    \u003cp\u003eThe Tagula 4 Piece Outdoor Sofa Set is available online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":"Default Title","offer_id":42825233301639,"sku":"TA-4PC-B","price":799.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_9h8dpb9h8dpb9h8d_e7f42103-4f81-4f04-a524-107a17b755ed.png?v=1778478657"},{"product_id":"riviera-4-piece-outdoor-sofa-set","title":"Riviera 4 Piece Outdoor Sofa Set","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.riv-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}\n\n\/* ── Intro ── *\/\n.riv-desc .riv-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.riv-desc .riv-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\/* ── What's Included ── *\/\n.riv-desc .riv-included {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .riv-desc .riv-included { grid-template-columns: 1fr 1fr; }\n}\n.riv-desc .riv-piece {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 12px;\n  text-align: center;\n}\n.riv-desc .riv-piece h4 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 3px;\n  line-height: 1.3;\n}\n.riv-desc .riv-piece p {\n  font-size: 12px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* ── Specs Row ── *\/\n.riv-desc .riv-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .riv-desc .riv-specs { grid-template-columns: 1fr 1fr; }\n}\n.riv-desc .riv-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.riv-desc .riv-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.riv-desc .riv-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.riv-desc .riv-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .riv-desc .riv-features { grid-template-columns: 1fr; }\n}\n.riv-desc .riv-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.riv-desc .riv-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.riv-desc .riv-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.riv-desc .riv-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.riv-desc .riv-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.riv-desc .riv-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.riv-desc .riv-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.riv-desc .riv-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.riv-desc .riv-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.riv-desc .riv-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .riv-desc .riv-steps { grid-template-columns: 1fr; }\n}\n.riv-desc .riv-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.riv-desc .riv-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.riv-desc .riv-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.riv-desc .riv-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.riv-desc .riv-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.riv-desc .riv-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.riv-desc .riv-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.riv-desc .riv-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.riv-desc .riv-glance {\n  margin-bottom: 28px;\n}\n.riv-desc .riv-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.riv-desc .riv-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.riv-desc .riv-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.riv-desc .riv-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.riv-desc .riv-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.riv-desc .riv-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.riv-desc .riv-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.riv-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=\"riv-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"riv-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eRiviera 4 Piece Outdoor Sofa Set\u003c\/strong\u003e is a white PE wicker lounge setting consisting of a three-seater sofa, two armchairs, and a glass-top coffee table. The aluminium frame is wrapped in a white open-weave synthetic wicker — a more open lattice pattern than the close-weave wicker used on many other sets — giving it a distinct coastal-style profile. Grey outdoor fabric cushions are included across all seating pieces, and the coffee table uses a tempered glass top on a matching white wicker base. Suited to patios, poolside areas, balconies, and alfresco entertaining spaces. Available in White.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── What's Included ── --\u003e\n  \u003cdiv class=\"riv-label\"\u003eWhat's Included (4 Pieces)\u003c\/div\u003e\n  \u003cdiv class=\"riv-included\"\u003e\n    \u003cdiv class=\"riv-piece\"\u003e\n      \u003ch4\u003e3-Seater Sofa\u003c\/h4\u003e\n      \u003cp\u003e× 1\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"riv-piece\"\u003e\n      \u003ch4\u003eSingle Armchair\u003c\/h4\u003e\n      \u003cp\u003e× 2\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"riv-piece\"\u003e\n      \u003ch4\u003eCoffee Table\u003c\/h4\u003e\n      \u003cp\u003eGlass Top × 1\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"riv-piece\"\u003e\n      \u003ch4\u003eFull Set\u003c\/h4\u003e\n      \u003cp\u003e4 pieces total\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Specs ── --\u003e\n  \u003cdiv class=\"riv-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003cdiv class=\"riv-specs\"\u003e\n    \u003cdiv class=\"riv-spec\"\u003e\n      \u003cdiv class=\"riv-spec-key\"\u003eFrame\u003c\/div\u003e\n      \u003cdiv class=\"riv-spec-val\"\u003eAluminium with White PE Wicker\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"riv-spec\"\u003e\n      \u003cdiv class=\"riv-spec-key\"\u003eTable Top\u003c\/div\u003e\n      \u003cdiv class=\"riv-spec-val\"\u003eTempered Glass\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"riv-spec\"\u003e\n      \u003cdiv class=\"riv-spec-key\"\u003eCushions\u003c\/div\u003e\n      \u003cdiv class=\"riv-spec-val\"\u003eGrey Outdoor Fabric — Included\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Key Features Grid ── --\u003e\n  \u003cdiv class=\"riv-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"riv-features\"\u003e\n\n    \u003cdiv class=\"riv-card\"\u003e\n      \u003cdiv class=\"riv-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eOpen-Weave White PE Wicker\u003c\/h3\u003e\n        \u003cp\u003eAluminium frame wrapped in a white open-lattice PE wicker — UV-stable, moisture-resistant, and consistent in finish across all four pieces including the coffee table base.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"riv-card\"\u003e\n      \u003cdiv class=\"riv-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eRust-Resistant Aluminium Core\u003c\/h3\u003e\n        \u003cp\u003eInternal aluminium frame across all seating and the coffee table base — rust-resistant and lightweight, suited to year-round outdoor placement without treatment.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"riv-card\"\u003e\n      \u003cdiv class=\"riv-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 9V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 11v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1H6v-1a2 2 0 0 0-4 0z\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 18v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 18v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eGrey Outdoor Cushions Included\u003c\/h3\u003e\n        \u003cp\u003eWeather-resistant grey cushions on the three-seater sofa and both armchairs — included with the set. The neutral grey provides a clean contrast against the white wicker.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"riv-card\"\u003e\n      \u003cdiv class=\"riv-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eTempered Glass Coffee Table Top\u003c\/h3\u003e\n        \u003cp\u003eGlass top on a white wicker-wrapped base — easy to wipe clean and consistent with the set's aesthetic. Handle the glass with care during assembly and repositioning.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── PE Wicker + Glass Callout ── --\u003e\n  \u003cdiv class=\"riv-callout\"\u003e\n    \u003ch3\u003eOpen-Weave PE Wicker \u0026amp; Tempered Glass\u003c\/h3\u003e\n    \u003cp\u003eThe Riviera set uses a more open-lattice wicker weave pattern compared to the tighter close-weave wicker used on sets like the Capri or Summerline. This open diamond pattern is a characteristic of a traditional coastal wicker aesthetic — it allows more light through the weave and creates a lighter visual presence, though it provides the same UV-stability and moisture-resistance as denser PE wicker. The PE (polyethylene) material holds its white colour through UV exposure without fading, and can be cleaned with a damp cloth. It does not require any periodic treatment or seasonal maintenance.\u003c\/p\u003e\n    \u003cp\u003eThe tempered glass coffee table top should be handled with care during assembly and when the table is being moved — protect the edges from direct sharp impacts. Clean the glass surface with a glass cleaner or lint-free damp cloth. Avoid abrasive cloths or pads that may scratch the surface.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"riv-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"riv-steps\"\u003e\n\n    \u003cdiv class=\"riv-step\"\u003e\n      \u003cdiv class=\"riv-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003ePE Wicker (All Pieces)\u003c\/h4\u003e\n        \u003cp\u003eWipe down with a damp cloth and mild soap. Use a soft brush to clear debris from the open weave if needed. Rinse and allow to air dry. No treatment required.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"riv-step\"\u003e\n      \u003cdiv class=\"riv-step-emoji\" aria-hidden=\"true\"\u003e🪟\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eTempered Glass Top\u003c\/h4\u003e\n        \u003cp\u003eClean with a glass cleaner or lint-free damp cloth. Avoid abrasive pads. Handle with care when moving — protect edges from sharp impacts.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"riv-step\"\u003e\n      \u003cdiv class=\"riv-step-emoji\" aria-hidden=\"true\"\u003e💺\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eGrey Cushions\u003c\/h4\u003e\n        \u003cp\u003eSpot clean with a mild soap solution and soft cloth. Allow to air dry fully before restoring to position. Store indoors or cover during extended non-use periods.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"riv-step\"\u003e\n      \u003cdiv class=\"riv-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtended Storage\u003c\/h4\u003e\n        \u003cp\u003eThe PE wicker and aluminium can remain outdoors year-round. A breathable cover will protect cushions and the glass top during extended non-use, reducing cleaning requirements.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"riv-pills\"\u003e\n    \u003cdiv class=\"riv-label\" style=\"margin-bottom:4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n    \u003cdiv class=\"riv-pills-row\"\u003e\n      \u003ca class=\"riv-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n      \u003ca class=\"riv-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e\n      \u003ca class=\"riv-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"riv-glance\"\u003e\n    \u003cdiv class=\"riv-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"riv-glance-list\"\u003e\n\n      \u003cdiv class=\"riv-glance-item\"\u003e\n        \u003cdiv class=\"riv-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e4-piece white PE wicker lounge set — 3-seater sofa, 2 armchairs, and a glass-top coffee table — with grey outdoor cushions included.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"riv-glance-item\"\u003e\n        \u003cdiv class=\"riv-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eOpen-lattice white PE wicker wrap across all four pieces — UV-stable, moisture-resistant, and consistent in finish throughout the set.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"riv-glance-item\"\u003e\n        \u003cdiv class=\"riv-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eGrey outdoor fabric cushions included on all seating pieces — weather-resistant and easy to spot clean.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"riv-glance-item\"\u003e\n        \u003cdiv class=\"riv-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eTempered glass coffee table top — easy to clean, handle edges with care during assembly and repositioning.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"riv-glance-item\"\u003e\n        \u003cdiv class=\"riv-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSuited to patios, poolside areas, balconies, and alfresco entertaining spaces. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"riv-seo\"\u003e\n    \u003ch2\u003eRiviera 4 Piece Outdoor Sofa Set — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Riviera 4 Piece Outdoor Sofa Set is a white PE wicker outdoor lounge setting consisting of a three-seater sofa, two armchairs, and a glass-top coffee table. All four pieces use a white open-lattice PE wicker wrapped over an aluminium core — UV-stable, moisture-resistant, and consistent in white finish throughout. Grey outdoor fabric cushions are included across all seating pieces. The coffee table uses the same white wicker-wrapped base with a tempered glass top.\u003c\/p\u003e\n    \u003cp\u003eThe open-weave lattice pattern of the Riviera wicker gives it a lighter, more traditional wicker aesthetic compared to close-weave PE wicker sets — providing the same outdoor durability while creating a more visually open profile. The aluminium core is rust-resistant and requires no maintenance. Cushions should be spot cleaned and stored or covered during extended non-use. The glass top should be handled with care at the edges and cleaned with a glass cleaner or lint-free cloth.\u003c\/p\u003e\n    \u003cp\u003eThe Riviera 4 Piece Outdoor Sofa Set is available online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":"Default Title","offer_id":42837224063111,"sku":"RI-4PC-W","price":1999.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_wjlu0ewjlu0ewjlu_e5dfa675-5631-493f-80f5-4fca93cae3c4.png?v=1778478662"},{"product_id":"jimmy-outdoor-egg-pod-chair","title":"Jimmy Outdoor Egg Pod Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.jim-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}\n\n\/* ── Intro ── *\/\n.jim-desc .jim-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.jim-desc .jim-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\/* ── Feature Grid ── *\/\n.jim-desc .jim-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .jim-desc .jim-features { grid-template-columns: 1fr; }\n}\n.jim-desc .jim-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.jim-desc .jim-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.jim-desc .jim-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.jim-desc .jim-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.jim-desc .jim-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Colour Options ── *\/\n.jim-desc .jim-colours {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 480px) {\n  .jim-desc .jim-colours { grid-template-columns: 1fr; }\n}\n.jim-desc .jim-colour-card {\n  border: 1.5px solid #E5E5E5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 14px;\n  align-items: center;\n}\n.jim-desc .jim-swatch-wrap {\n  display: flex;\n  gap: 5px;\n  flex-shrink: 0;\n}\n.jim-desc .jim-swatch {\n  width: 22px;\n  height: 22px;\n  border-radius: 50%;\n  border: 1.5px solid rgba(0,0,0,0.12);\n  flex-shrink: 0;\n}\n.jim-desc .jim-colour-card h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 3px;\n}\n.jim-desc .jim-colour-card p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* ── Weight Rating Banner ── *\/\n.jim-desc .jim-rating {\n  background: #2C241B;\n  border-radius: 8px;\n  padding: 16px 20px;\n  display: flex;\n  align-items: center;\n  gap: 16px;\n  margin-bottom: 28px;\n}\n.jim-desc .jim-rating-badge {\n  flex-shrink: 0;\n  width: 52px;\n  height: 52px;\n  background: #C2824D;\n  border-radius: 8px;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  line-height: 1;\n}\n.jim-desc .jim-rating-badge span:first-child {\n  font-size: 16px;\n  font-weight: 700;\n  color: #fff;\n}\n.jim-desc .jim-rating-badge span:last-child {\n  font-size: 10px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.75);\n  text-transform: uppercase;\n  letter-spacing: 0.05em;\n}\n.jim-desc .jim-rating-text h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #fff;\n  margin: 0 0 4px;\n}\n.jim-desc .jim-rating-text p {\n  font-size: 13px;\n  color: rgba(255,255,255,0.65);\n  margin: 0;\n  line-height: 1.5;\n}\n\n\/* ── Callout Box ── *\/\n.jim-desc .jim-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.jim-desc .jim-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.jim-desc .jim-callout p {\n  margin: 0;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n\n\/* ── Care Steps ── *\/\n.jim-desc .jim-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .jim-desc .jim-steps { grid-template-columns: 1fr; }\n}\n.jim-desc .jim-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.jim-desc .jim-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.jim-desc .jim-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.jim-desc .jim-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.jim-desc .jim-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.jim-desc .jim-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.jim-desc .jim-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.jim-desc .jim-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.jim-desc .jim-glance {\n  margin-bottom: 28px;\n}\n.jim-desc .jim-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.jim-desc .jim-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.jim-desc .jim-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.jim-desc .jim-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.jim-desc .jim-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.jim-desc .jim-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.jim-desc .jim-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.jim-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=\"jim-desc\"\u003e\n\u003c!-- ── Intro ── --\u003e\n\u003cdiv class=\"jim-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eJimmy Outdoor Egg Pod Chair\u003c\/strong\u003e is a freestanding hanging egg chair built on a 1.2mm powder-coated steel frame wrapped in PE wicker, with an Olefin fabric seat cushion included. Rated to 120kg, it is available in White with a Light Grey cushion — suited to balconies, patios, garden decks, and covered outdoor areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Key Features Grid ── --\u003e\n\u003cdiv class=\"jim-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"jim-features\"\u003e\n\u003cdiv class=\"jim-card\"\u003e\n\u003cdiv class=\"jim-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e1.2mm Powder-Coated Steel Frame\u003c\/h3\u003e\n\u003cp\u003eHeavy-gauge steel stand and hanging frame with a powder-coat finish — rust-resistant and built to support the chair under regular outdoor use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jim-card\"\u003e\n\u003cdiv class=\"jim-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePE Wicker Shell\u003c\/h3\u003e\n\u003cp\u003eHigh-quality polyethylene wicker woven over the steel frame — weather-resistant, UV-stable, and more durable outdoors than natural rattan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jim-card\"\u003e\n\u003cdiv class=\"jim-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 22V12\"\u003e\u003c\/path\u003e\u003cpath d=\"m4.93 4.93 14.14 14.14\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eOlefin Fabric Seat Cushion\u003c\/h3\u003e\n\u003cp\u003eSeat cushion upholstered in Olefin fabric — UV-resistant, water-repellent, and fade-resistant for outdoor conditions year-round.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jim-card\"\u003e\n\u003cdiv class=\"jim-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpath d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\u003e\u003c\/path\u003e\u003ccircle r=\"3\" cy=\"10\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eFreestanding with Stand Included\u003c\/h3\u003e\n\u003cp\u003eThe hanging stand is included — no ceiling fixings or structural anchor points required. Position it anywhere with a level surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Colour Options ── --\u003e\n\u003cdiv class=\"jim-label\"\u003eColour Options\u003c\/div\u003e\n\u003cdiv style=\"grid-template-columns: 1fr;\" class=\"jim-colours\"\u003e\n\u003cdiv class=\"jim-colour-card\"\u003e\n\u003cdiv class=\"jim-swatch-wrap\"\u003e\n\u003cdiv style=\"background: #F0EEE9;\" class=\"jim-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"background: #C8C6C0;\" class=\"jim-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eWhite \/ Light Grey\u003c\/h4\u003e\n\u003cp\u003eWhite powder-coated frame with Light Grey Olefin cushion\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Weight Rating Banner ── --\u003e\n\u003cdiv class=\"jim-rating\"\u003e\n\u003cdiv class=\"jim-rating-badge\"\u003e\n\u003cspan\u003e120\u003c\/span\u003e \u003cspan\u003ekg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jim-rating-text\"\u003e\n\u003ch4\u003e120kg Weight Rating\u003c\/h4\u003e\n\u003cp\u003eThe Jimmy Egg Pod Chair is rated to support up to 120kg. Do not exceed this limit. Always assemble fully and check fittings before use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Material Callout ── --\u003e\n\u003cdiv class=\"jim-callout\"\u003e\n\u003ch3\u003eAbout PE Wicker\u003c\/h3\u003e\n\u003cp\u003ePE (polyethylene) wicker is a synthetic weaving material manufactured to replicate the appearance of natural rattan while offering significantly better resistance to outdoor conditions. Natural rattan degrades quickly when exposed to UV, rain, and humidity — becoming brittle, fading, and eventually breaking down. PE wicker is UV-stabilised and moisture-resistant, meaning it holds its shape and colour through extended outdoor exposure. It can be cleaned easily with a damp cloth, does not require seasonal sealing or oiling, and is not affected by mould or mildew in the way natural fibres can be.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Care Instructions ── --\u003e\n\u003cdiv class=\"jim-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"jim-steps\"\u003e\n\u003cdiv class=\"jim-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"jim-step-emoji\"\u003e🧽\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eWicker Shell\u003c\/h4\u003e\n\u003cp\u003eWipe down the PE wicker with a damp cloth and mild soap solution. Rinse and allow to air dry — do not use abrasive brushes or harsh chemical cleaners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jim-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"jim-step-emoji\"\u003e💺\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eSeat Cushion\u003c\/h4\u003e\n\u003cp\u003eSpot clean the Olefin cushion with mild soap and water. Rinse thoroughly and allow to dry fully before use or storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jim-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"jim-step-emoji\"\u003e🔩\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eFrame \u0026amp; Fittings\u003c\/h4\u003e\n\u003cp\u003ePeriodically check all bolts, joints, and the hanging chain or spring for tightness. Tighten any loose fittings before use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jim-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"jim-step-emoji\"\u003e☂️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eExtended Storage\u003c\/h4\u003e\n\u003cp\u003eFor extended periods of non-use, store the cushion indoors. The PE wicker shell and steel frame can remain outdoors but benefit from a breathable cover in heavy weather.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Related Products ── --\u003e\n\u003cdiv class=\"jim-pills\"\u003e\n\u003cdiv style=\"margin-bottom: 4px;\" class=\"jim-label\"\u003eShop the Outdoor Range\u003c\/div\u003e\n\u003cdiv class=\"jim-pills-row\"\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\" class=\"jim-pill\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\" class=\"jim-pill\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\" class=\"jim-pill\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jim-seo\"\u003e\n\u003ch2\u003eJimmy Outdoor Egg Pod Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Jimmy Outdoor Egg Pod Chair is a freestanding hanging egg chair with a 1.2mm powder-coated steel frame, PE wicker shell, and an Olefin fabric seat cushion. The freestanding stand is included, meaning no ceiling fixings or structural mounting is required — the chair can be positioned on any level outdoor surface. The 120kg weight rating should not be exceeded, and all frame fittings and hanging connections should be checked for tightness before use.\u003c\/p\u003e\n\u003cp\u003eThe PE wicker shell is UV-stabilised and moisture-resistant, making it more suitable for long-term outdoor exposure than natural rattan alternatives. The Olefin seat cushion is UV-resistant, water-repellent, and fade-resistant. Both materials are straightforward to clean with a damp cloth and mild soap. The chair is available in White frame with Light Grey cushion.\u003c\/p\u003e\n\u003cp\u003eThe Jimmy Egg Pod Chair is part of the A2Z Furniture \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\" class=\"mr-link\"\u003eoutdoor furniture range\u003c\/a\u003e, available online and in store at our Queensland showrooms — 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":"White","offer_id":42837866512519,"sku":"V-JIMPOD-WHT","price":499.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/jimmy-outdoor-egg-pod-chair-the-a2z-furniture-1_2dc40812-7582-42a9-9bd9-9a4ac3b57891.png?v=1778478663"},{"product_id":"artemis-outdoor-7-piece-dining-set","title":"Artemis Outdoor 7 Piece Dining Set","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.art-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: 900px;\n}\n\n.art-desc * {\n  box-sizing: border-box;\n}\n\n.art-desc .at-intro {\n  margin-bottom: 28px;\n}\n\n.art-desc .at-intro p {\n  margin: 0;\n}\n\n.art-desc .at-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\/* Feature grid *\/\n.art-desc .at-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n\n@media (max-width: 768px) {\n  .art-desc .at-features {\n    grid-template-columns: 1fr;\n  }\n}\n\n.art-desc .at-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n}\n\n.art-desc .at-feature-card svg {\n  width: 22px;\n  height: 22px;\n  flex-shrink: 0;\n}\n\n.art-desc .at-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0;\n}\n\n.art-desc .at-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* Material callout *\/\n.art-desc .at-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n\n.art-desc .at-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;\n}\n\n.art-desc .at-callout p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n\/* Care grid *\/\n.art-desc .at-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n\n@media (max-width: 768px) {\n  .art-desc .at-care-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.art-desc .at-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px;\n}\n\n.art-desc .at-care-card .at-care-emoji {\n  font-size: 22px;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.art-desc .at-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  margin: 0 0 6px;\n  color: #222222;\n}\n\n.art-desc .at-care-card p {\n  font-size: 14px;\n  margin: 0;\n  line-height: 1.6;\n  color: #222222;\n}\n\n\/* At a glance *\/\n.art-desc .at-checklist {\n  margin-bottom: 28px;\n}\n\n.art-desc .at-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.art-desc .at-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.art-desc .at-tick {\n  width: 20px;\n  height: 20px;\n  min-width: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 3px;\n}\n\n.art-desc .at-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n\/* SEO *\/\n.art-desc .at-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.art-desc .at-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n\n.art-desc .at-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 12px;\n}\n\n.art-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=\"art-desc\"\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cdiv class=\"at-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eArtemis Outdoor 7 Piece Dining Set\u003c\/strong\u003e pairs a large 2.2m aluminium dining table with six matching aluminium-framed chairs — each with armrests and 100% polyester Textilene mesh upholstery, a breathable, quick-drying fabric that's UV-resistant and water-resistant. Available in Charcoal or White, both with matching slatted table tops and coordinated chair frames, this is a complete outdoor dining setup that holds up well with regular use across Australian outdoor conditions.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Key Features --\u003e\n  \u003cdiv class=\"at-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"at-features\"\u003e\n\n    \u003cdiv class=\"at-feature-card\"\u003e\n      \u003csvg aria-hidden=\"true\" fill=\"none\" stroke=\"#C2824D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M12 2L2 7l10 5 10-5-10-5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 17l10 5 10-5\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch3\u003eRust-Resistant Aluminium Frame\u003c\/h3\u003e\n      \u003cp\u003eThe table and chair frames are aluminium — lightweight, rust-resistant, and suited to Australian outdoor use across a range of climate conditions.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"at-feature-card\"\u003e\n      \u003csvg aria-hidden=\"true\" fill=\"none\" stroke=\"#C2824D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewbox=\"0 0 24 24\"\u003e\n        \u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18M3 15h18M9 3v18M15 3v18\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch3\u003e2.2m Dining Table\u003c\/h3\u003e\n      \u003cp\u003eThe large 2.2-metre table comfortably seats six and provides generous surface space for outdoor meals, entertaining, and table settings.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"at-feature-card\"\u003e\n      \u003csvg aria-hidden=\"true\" fill=\"none\" stroke=\"#C2824D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch3\u003eArmchair Dining Chairs\u003c\/h3\u003e\n      \u003cp\u003eAll six chairs feature aluminium armrests and 100% polyester Textilene mesh — UV-resistant, quick-drying, and breathable without needing cushions.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"at-feature-card\"\u003e\n      \u003csvg aria-hidden=\"true\" fill=\"none\" stroke=\"#C2824D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewbox=\"0 0 24 24\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 12l2 2 4-4\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch3\u003eCharcoal or White Finish\u003c\/h3\u003e\n      \u003cp\u003eAvailable in two colour options — Charcoal or White — both with a matching slatted table top and coordinated chair frames.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- Material Callout --\u003e\n  \u003cdiv class=\"at-callout\"\u003e\n    \u003ch3\u003eAbout Aluminium \u0026amp; Textilene\u003c\/h3\u003e\n    \u003cp\u003eAluminium is a practical choice for outdoor dining furniture because it is rust-resistant, lightweight, and tolerates the heat and UV exposure common in Australian outdoor environments. Textilene is a 100% polyester mesh fabric specifically engineered for outdoor use — it resists UV degradation, dries quickly after rain, and doesn't absorb moisture the way traditional upholstered cushions can. Together, these materials make the Artemis set low-maintenance and well suited to year-round outdoor dining.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Care Instructions --\u003e\n  \u003cdiv class=\"at-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"at-care-grid\"\u003e\n\n    \u003cdiv class=\"at-care-card\"\u003e\n      \u003cspan class=\"at-care-emoji\" aria-hidden=\"true\"\u003e🚿\u003c\/span\u003e\n      \u003ch3\u003eRinse the Chair Fabric\u003c\/h3\u003e\n      \u003cp\u003eThe Textilene mesh can be rinsed with a garden hose to remove dust, pollen, and surface grime — allow to air dry fully before use.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"at-care-card\"\u003e\n      \u003cspan class=\"at-care-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/span\u003e\n      \u003ch3\u003eWipe Down the Table\u003c\/h3\u003e\n      \u003cp\u003eClean the table top with a damp cloth and mild soap; rinse and dry thoroughly to prevent water pooling between the slats.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"at-care-card\"\u003e\n      \u003cspan class=\"at-care-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/span\u003e\n      \u003ch3\u003eCover When Not in Use\u003c\/h3\u003e\n      \u003cp\u003eDuring extended periods of non-use or severe weather, outdoor furniture covers help maintain the finish and appearance of the set.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"at-care-card\"\u003e\n      \u003cspan class=\"at-care-emoji\" aria-hidden=\"true\"\u003e🚫\u003c\/span\u003e\n      \u003ch3\u003eAvoid Harsh Chemicals\u003c\/h3\u003e\n      \u003cp\u003eDo not use abrasive cleaners, bleach, or solvents on the frames or Textilene fabric, as these can damage the finish or weaken the mesh over time.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- At a Glance --\u003e\n  \u003cdiv class=\"at-checklist\"\u003e\n    \u003cdiv class=\"at-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"at-list\"\u003e\n\n      \u003cdiv class=\"at-list-item\"\u003e\n        \u003cspan class=\"at-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003eThe aluminium table and chair frames are rust-resistant and suited to outdoor use across a range of Australian climate conditions.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"at-list-item\"\u003e\n        \u003cspan class=\"at-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003eThe 2.2m table comfortably seats six, providing ample surface space for meals and entertaining outdoors.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"at-list-item\"\u003e\n        \u003cspan class=\"at-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003eAll six chairs feature aluminium armrests and 100% polyester Textilene mesh — UV-resistant, water-resistant, and quick-drying without needing cushions.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"at-list-item\"\u003e\n        \u003cspan class=\"at-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003eAvailable in Charcoal or White, both with a coordinated slatted table top and matching chair frames.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"at-list-item\"\u003e\n        \u003cspan class=\"at-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003eThe complete seven-piece set requires no additional purchases — table and six chairs are all included.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SEO Body Copy --\u003e\n  \u003cdiv class=\"at-seo\"\u003e\n    \u003ch2\u003eArtemis Outdoor 7 Piece Dining Set — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Artemis Outdoor 7 Piece Dining Set consists of a 2.2m aluminium dining table with a slatted top and six matching aluminium-framed armchairs upholstered in 100% polyester Textilene mesh. Each chair includes aluminium armrests and Textilene fabric that is UV-resistant, water-resistant, and quick-drying, making the chairs practical for outdoor use without requiring additional cushions or upholstery care. The set holds up well with regular outdoor use across Australian conditions.\u003c\/p\u003e\n    \u003cp\u003eAvailable in Charcoal or White, both finishes feature a coordinating slatted table top and matching chair frames for a clean, consistent look. The Charcoal finish suits modern or industrial outdoor spaces, while the White finish works well in coastal, Hamptons-style, or light-toned outdoor settings. Both colourways use the same Textilene mesh in a complementary grey tone on the chairs.\u003c\/p\u003e\n    \u003cp\u003eThis set suits homeowners looking for a spacious outdoor dining arrangement for six that is low-maintenance and weather-ready year-round. You can see the Artemis Outdoor 7 Piece Dining Set in person at any of our five A2Z Furniture stores: 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":"White","offer_id":42837876441223,"sku":null,"price":1399.0,"currency_code":"AUD","in_stock":false},{"title":"Charcoal","offer_id":42837876473991,"sku":null,"price":1399.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_qp2daxqp2daxqp2d.png?v=1778478666"},{"product_id":"rapa-outdoor-11-piece-extendable-dining-set","title":"Rapa Outdoor 11 Piece Extendable Dining Set","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.rap-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}\n\n\/* ── Intro ── *\/\n.rap-desc .rap-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.rap-desc .rap-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\/* ── What's Included ── *\/\n.rap-desc .rap-included {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 28px;\n}\n.rap-desc .rap-piece {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  align-items: center;\n  gap: 14px;\n}\n.rap-desc .rap-piece-qty {\n  flex-shrink: 0;\n  width: 40px;\n  height: 40px;\n  background: #C2824D;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 13px;\n  font-weight: 700;\n  color: #fff;\n}\n.rap-desc .rap-piece h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 3px;\n}\n.rap-desc .rap-piece p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* ── Specs Row ── *\/\n.rap-desc .rap-specs {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .rap-desc .rap-specs { grid-template-columns: 1fr 1fr; }\n}\n.rap-desc .rap-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.rap-desc .rap-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.rap-desc .rap-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.rap-desc .rap-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .rap-desc .rap-features { grid-template-columns: 1fr; }\n}\n.rap-desc .rap-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.rap-desc .rap-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.rap-desc .rap-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.rap-desc .rap-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.rap-desc .rap-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Colour Options ── *\/\n.rap-desc .rap-colours {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 480px) {\n  .rap-desc .rap-colours { grid-template-columns: 1fr; }\n}\n.rap-desc .rap-colour-card {\n  border: 1.5px solid #E5E5E5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 14px;\n  align-items: center;\n}\n.rap-desc .rap-swatch-wrap {\n  display: flex;\n  gap: 5px;\n  flex-shrink: 0;\n}\n.rap-desc .rap-swatch {\n  width: 22px;\n  height: 22px;\n  border-radius: 50%;\n  border: 1.5px solid rgba(0,0,0,0.12);\n  flex-shrink: 0;\n}\n.rap-desc .rap-colour-card h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 3px;\n}\n.rap-desc .rap-colour-card p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* ── Callout Box ── *\/\n.rap-desc .rap-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.rap-desc .rap-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.rap-desc .rap-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.rap-desc .rap-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.rap-desc .rap-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .rap-desc .rap-steps { grid-template-columns: 1fr; }\n}\n.rap-desc .rap-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.rap-desc .rap-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.rap-desc .rap-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.rap-desc .rap-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.rap-desc .rap-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.rap-desc .rap-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.rap-desc .rap-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.rap-desc .rap-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.rap-desc .rap-glance {\n  margin-bottom: 28px;\n}\n.rap-desc .rap-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.rap-desc .rap-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.rap-desc .rap-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.rap-desc .rap-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.rap-desc .rap-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.rap-desc .rap-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.rap-desc .rap-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.rap-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=\"rap-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"rap-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eRapa Outdoor 11 Piece Extendable Dining Set\u003c\/strong\u003e is a complete outdoor dining arrangement for up to 10 guests, comprising an extendable aluminium dining table and 10 stackable padded dining chairs. The table extends from 2 metres to 3 metres, making it practical for both everyday use and larger gatherings without needing a second table. All pieces feature a rust-resistant aluminium frame, and the chairs use textilene fabric with quick-dry foam padding. Available in White and Dark Grey.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── What's Included ── --\u003e\n  \u003cdiv class=\"rap-label\"\u003eWhat's Included (11 Pieces)\u003c\/div\u003e\n  \u003cdiv class=\"rap-included\"\u003e\n    \u003cdiv class=\"rap-piece\"\u003e\n      \u003cdiv class=\"rap-piece-qty\"\u003e×1\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtendable Aluminium Dining Table\u003c\/h4\u003e\n        \u003cp\u003eExtends from 2m to 3m — seats up to 10\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"rap-piece\"\u003e\n      \u003cdiv class=\"rap-piece-qty\"\u003e×10\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eStackable Padded Dining Chairs\u003c\/h4\u003e\n        \u003cp\u003eTextilene fabric with quick-dry foam padding\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Specs ── --\u003e\n  \u003cdiv class=\"rap-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003cdiv class=\"rap-specs\"\u003e\n    \u003cdiv class=\"rap-spec\"\u003e\n      \u003cdiv class=\"rap-spec-key\"\u003eFrame\u003c\/div\u003e\n      \u003cdiv class=\"rap-spec-val\"\u003ePowder-Coated Aluminium\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"rap-spec\"\u003e\n      \u003cdiv class=\"rap-spec-key\"\u003eChair Seat\u003c\/div\u003e\n      \u003cdiv class=\"rap-spec-val\"\u003eTextilene + Quick-Dry Foam\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"rap-spec\"\u003e\n      \u003cdiv class=\"rap-spec-key\"\u003eTable Size\u003c\/div\u003e\n      \u003cdiv class=\"rap-spec-val\"\u003e2m – 3m (extendable)\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"rap-spec\"\u003e\n      \u003cdiv class=\"rap-spec-key\"\u003eColours\u003c\/div\u003e\n      \u003cdiv class=\"rap-spec-val\"\u003eWhite \/ Dark Grey\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Key Features Grid ── --\u003e\n  \u003cdiv class=\"rap-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"rap-features\"\u003e\n\n    \u003cdiv class=\"rap-card\"\u003e\n      \u003cdiv class=\"rap-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"15 3 21 3 21 9\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"9 21 3 21 3 15\"\u003e\u003c\/polyline\u003e\u003cline x1=\"21\" y1=\"3\" x2=\"14\" y2=\"10\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003e2m to 3m Extension\u003c\/h3\u003e\n        \u003cp\u003eThe table extends from a standard 2-metre dining length to 3 metres via a built-in extension mechanism — adding seat capacity for up to 10 guests when needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rap-card\"\u003e\n      \u003cdiv class=\"rap-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eRust-Resistant Aluminium Frame\u003c\/h3\u003e\n        \u003cp\u003ePowder-coated aluminium across the table and all 10 chairs — lightweight, rust-resistant, and suited to year-round outdoor placement.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rap-card\"\u003e\n      \u003cdiv class=\"rap-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eTextilene Fabric with Quick-Dry Foam\u003c\/h3\u003e\n        \u003cp\u003eChair seats and backs use textilene fabric over quick-dry foam padding — UV-resistant, water-repellent, and dries quickly after rain without retaining moisture.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rap-card\"\u003e\n      \u003cdiv class=\"rap-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"9 11 12 14 22 4\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eStackable Chairs\u003c\/h3\u003e\n        \u003cp\u003eAll 10 dining chairs are stackable — allowing the full set to be stored compactly when not in use, or a portion of chairs to be cleared away for smaller gatherings.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Colour Options ── --\u003e\n  \u003cdiv class=\"rap-label\"\u003eColour Options\u003c\/div\u003e\n  \u003cdiv class=\"rap-colours\"\u003e\n\n    \u003cdiv class=\"rap-colour-card\"\u003e\n      \u003cdiv class=\"rap-swatch-wrap\"\u003e\n        \u003cdiv class=\"rap-swatch\" style=\"background:#F0EEE9;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"rap-swatch\" style=\"background:#9A9EA3;\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eWhite\u003c\/h4\u003e\n        \u003cp\u003eWhite powder-coated aluminium frame with grey textilene padded chairs\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rap-colour-card\"\u003e\n      \u003cdiv class=\"rap-swatch-wrap\"\u003e\n        \u003cdiv class=\"rap-swatch\" style=\"background:#3A3A3A;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"rap-swatch\" style=\"background:#5A5C60;\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eDark Grey\u003c\/h4\u003e\n        \u003cp\u003eDark grey powder-coated aluminium frame with dark grey textilene padded chairs\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Extension + Textilene Callout ── --\u003e\n  \u003cdiv class=\"rap-callout\"\u003e\n    \u003ch3\u003eExtendable Table \u0026amp; Textilene Chair Seating\u003c\/h3\u003e\n    \u003cp\u003eThe Rapa's extension table uses a sliding leaf mechanism built into the table frame — the tabletop separates at the centre and the leaf slides out to extend the surface from 2 metres to 3 metres. This makes the table functional at a standard length for everyday use (8 seated comfortably) while having the capacity for up to 10 when fully extended. The mechanism should be operated on a level surface and checked periodically to ensure the locking points engage cleanly.\u003c\/p\u003e\n    \u003cp\u003eThe dining chairs use textilene fabric (a PVC-coated polyester mesh) over quick-dry foam padding. Textilene differs from standard outdoor cushion fabric in that it does not absorb water — it is a mesh material that allows moisture to drain through and dry rapidly after rain. The quick-dry foam backing adds seat padding while retaining this fast-drying characteristic, making the chairs more practical than standard foam-and-fabric cushioned chairs for an outdoor setting that remains in place year-round.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"rap-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"rap-steps\"\u003e\n\n    \u003cdiv class=\"rap-step\"\u003e\n      \u003cdiv class=\"rap-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eChair Seats \u0026amp; Backs\u003c\/h4\u003e\n        \u003cp\u003eWipe textilene fabric down with a damp cloth and mild soap. The mesh dries quickly — rinse and allow to air dry. Avoid abrasive brushes that may snag the weave.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rap-step\"\u003e\n      \u003cdiv class=\"rap-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eAluminium Frame \u0026amp; Table\u003c\/h4\u003e\n        \u003cp\u003eWipe down all aluminium components with a damp cloth as needed. Avoid abrasive cleaners that may scratch the powder-coat finish on the frame or tabletop surface.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rap-step\"\u003e\n      \u003cdiv class=\"rap-step-emoji\" aria-hidden=\"true\"\u003e🔩\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtension Mechanism\u003c\/h4\u003e\n        \u003cp\u003ePeriodically check that the table extension slides and locks smoothly. Clean any debris from the extension track. Operate on a level surface to avoid uneven stress on the mechanism.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rap-step\"\u003e\n      \u003cdiv class=\"rap-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtended Storage\u003c\/h4\u003e\n        \u003cp\u003eStack chairs in a sheltered spot or use a breathable furniture cover over the full set during extended non-use periods to reduce UV exposure and surface dust build-up.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"rap-pills\"\u003e\n    \u003cdiv class=\"rap-label\" style=\"margin-bottom:4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n    \u003cdiv class=\"rap-pills-row\"\u003e\n      \u003ca class=\"rap-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n      \u003ca class=\"rap-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n      \u003ca class=\"rap-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"rap-glance\"\u003e\n    \u003cdiv class=\"rap-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"rap-glance-list\"\u003e\n\n      \u003cdiv class=\"rap-glance-item\"\u003e\n        \u003cdiv class=\"rap-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e11-piece set — 1× extendable dining table and 10× stackable textilene padded dining chairs, all with a rust-resistant aluminium frame.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rap-glance-item\"\u003e\n        \u003cdiv class=\"rap-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eTable extends from 2m to 3m via a built-in sliding leaf mechanism — seats up to 10 at full extension.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rap-glance-item\"\u003e\n        \u003cdiv class=\"rap-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eTextilene fabric with quick-dry foam on all chairs — water drains through the mesh rather than soaking in, drying rapidly after rain.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rap-glance-item\"\u003e\n        \u003cdiv class=\"rap-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eAll 10 chairs are stackable — store compactly when not in use or clear a portion for smaller gatherings.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rap-glance-item\"\u003e\n        \u003cdiv class=\"rap-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eAvailable in White and Dark Grey. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e for additional pieces.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"rap-seo\"\u003e\n    \u003ch2\u003eRapa Outdoor 11 Piece Extendable Dining Set — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Rapa Outdoor 11 Piece Extendable Dining Set includes one extendable aluminium dining table and ten stackable padded dining chairs. The table extends from 2 metres to 3 metres via a sliding leaf mechanism, providing seating for up to 10 guests at full extension while functioning as a standard 2-metre dining table for everyday use. All components — table and chairs — use a rust-resistant powder-coated aluminium frame and are designed for permanent outdoor placement.\u003c\/p\u003e\n    \u003cp\u003eThe dining chairs use textilene fabric (a PVC-coated polyester mesh) over quick-dry foam padding. Unlike standard fabric cushions, textilene does not absorb moisture — water drains through the mesh and the seating dries quickly after rain, reducing the need to bring chairs inside during wet weather. All 10 chairs are stackable, allowing the set to be stored compactly when not in use. The set is available in White and Dark Grey, with consistent frame and chair colours within each variant.\u003c\/p\u003e\n    \u003cp\u003eThe Rapa Outdoor 11 Piece Extendable Dining Set is available online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":"White","offer_id":42838010691719,"sku":null,"price":2199.0,"currency_code":"AUD","in_stock":true},{"title":"Charcoal","offer_id":42838010724487,"sku":null,"price":2199.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_316ga2316ga2316g_1_f0dc7d68-c73a-4662-a263-ae6341ee9eb3.png?v=1778478673"},{"product_id":"slim-outdoor-4-piece-sofa-set","title":"Slim Outdoor 4 Piece Sofa Set","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.slm-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}\n\n\/* ── Intro ── *\/\n.slm-desc .slm-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.slm-desc .slm-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\/* ── What's Included ── *\/\n.slm-desc .slm-included {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .slm-desc .slm-included { grid-template-columns: 1fr 1fr; }\n}\n.slm-desc .slm-piece {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 12px;\n  text-align: center;\n}\n.slm-desc .slm-piece h4 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 3px;\n  line-height: 1.3;\n}\n.slm-desc .slm-piece p {\n  font-size: 12px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* ── Specs Row ── *\/\n.slm-desc .slm-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .slm-desc .slm-specs { grid-template-columns: 1fr 1fr; }\n}\n.slm-desc .slm-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.slm-desc .slm-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.slm-desc .slm-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.slm-desc .slm-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .slm-desc .slm-features { grid-template-columns: 1fr; }\n}\n.slm-desc .slm-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.slm-desc .slm-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.slm-desc .slm-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.slm-desc .slm-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.slm-desc .slm-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.slm-desc .slm-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.slm-desc .slm-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.slm-desc .slm-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.slm-desc .slm-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.slm-desc .slm-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .slm-desc .slm-steps { grid-template-columns: 1fr; }\n}\n.slm-desc .slm-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.slm-desc .slm-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.slm-desc .slm-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.slm-desc .slm-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.slm-desc .slm-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.slm-desc .slm-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.slm-desc .slm-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.slm-desc .slm-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.slm-desc .slm-glance {\n  margin-bottom: 28px;\n}\n.slm-desc .slm-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.slm-desc .slm-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.slm-desc .slm-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.slm-desc .slm-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.slm-desc .slm-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.slm-desc .slm-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.slm-desc .slm-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.slm-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=\"slm-desc\"\u003e\n\u003c!-- ── Intro ── --\u003e\n\u003cdiv class=\"slm-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eSlim Outdoor 4 Piece Sofa Set\u003c\/strong\u003e is a cushion-free outdoor lounge set in white, consisting of a two-seater sofa, two armchairs, and a coffee table — all made from glassfiber-reinforced polypropylene (PP). This is a different construction to most outdoor lounge sets in the A2Z range: rather than an aluminium frame with separate wicker wrap and cushions, the Slim set is a single-material moulded piece throughout — the seat, back, armrests, and legs of each piece are all integrated PP. No cushions, no separate frame, no wicker to maintain. Lightweight, UV-protected, and cleaned with a damp cloth. Available in White.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── What's Included ── --\u003e\n\u003cdiv class=\"slm-label\"\u003eWhat's Included (4 Pieces)\u003c\/div\u003e\n\u003cdiv class=\"slm-included\"\u003e\n\u003cdiv class=\"slm-piece\"\u003e\n\u003ch4\u003e2-Seater Sofa\u003c\/h4\u003e\n\u003cp\u003e× 1\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slm-piece\"\u003e\n\u003ch4\u003eArmchair\u003c\/h4\u003e\n\u003cp\u003e× 2\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slm-piece\"\u003e\n\u003ch4\u003eCoffee Table\u003c\/h4\u003e\n\u003cp\u003e× 1\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slm-piece\"\u003e\n\u003ch4\u003eFull Set\u003c\/h4\u003e\n\u003cp\u003e4 pieces total\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Specs ── --\u003e\n\u003cdiv class=\"slm-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"slm-specs\"\u003e\n\u003cdiv class=\"slm-spec\"\u003e\n\u003cdiv class=\"slm-spec-key\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"slm-spec-val\"\u003eGlassfiber-Reinforced Polypropylene (PP)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slm-spec\"\u003e\n\u003cdiv class=\"slm-spec-key\"\u003eColour\u003c\/div\u003e\n\u003cdiv class=\"slm-spec-val\"\u003eWhite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slm-spec\"\u003e\n\u003cdiv class=\"slm-spec-key\"\u003eCushions\u003c\/div\u003e\n\u003cdiv class=\"slm-spec-val\"\u003eNone — Integrated Slatted Seat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Key Features Grid ── --\u003e\n\u003cdiv class=\"slm-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"slm-features\"\u003e\n\u003cdiv class=\"slm-card\"\u003e\n\u003cdiv class=\"slm-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eGlassfiber-Reinforced PP Construction\u003c\/h3\u003e\n\u003cp\u003ePolypropylene reinforced with glassfiber gives each piece structural rigidity and impact resistance that standard plastic outdoor furniture lacks — without the weight of aluminium.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slm-card\"\u003e\n\u003cdiv class=\"slm-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003ccircle r=\"5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cline y2=\"3\" x2=\"12\" y1=\"1\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"23\" x2=\"12\" y1=\"21\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"5.64\" x2=\"5.64\" y1=\"4.22\" x1=\"4.22\"\u003e\u003c\/line\u003e\u003cline y2=\"19.78\" x2=\"19.78\" y1=\"18.36\" x1=\"18.36\"\u003e\u003c\/line\u003e\u003cline y2=\"12\" x2=\"3\" y1=\"12\" x1=\"1\"\u003e\u003c\/line\u003e\u003cline y2=\"12\" x2=\"23\" y1=\"12\" x1=\"21\"\u003e\u003c\/line\u003e\u003cline y2=\"18.36\" x2=\"5.64\" y1=\"19.78\" x1=\"4.22\"\u003e\u003c\/line\u003e\u003cline y2=\"4.22\" x2=\"19.78\" y1=\"5.64\" x1=\"18.36\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eUV-Protected Material\u003c\/h3\u003e\n\u003cp\u003eUV protection is built into the PP material — the white finish resists colour fading and surface degradation under direct sun exposure without any treatment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slm-card\"\u003e\n\u003cdiv class=\"slm-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"9 11 12 14 22 4\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eCushion-Free Slatted Seating\u003c\/h3\u003e\n\u003cp\u003eThe slatted seat and back design is integral to the PP frame — no cushions to store, dry, or replace. The set is completely self-contained and ready to use without any additional purchases.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slm-card\"\u003e\n\u003cdiv class=\"slm-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpath d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\u003e\u003c\/path\u003e\u003ccircle r=\"3\" cy=\"10\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eLightweight \u0026amp; Easy to Reposition\u003c\/h3\u003e\n\u003cp\u003eThe PP construction keeps the full set significantly lighter than aluminium-framed equivalents — each piece can be lifted and moved by a single person without difficulty.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── PP + Glassfiber Callout ── --\u003e\n\u003cdiv class=\"slm-callout\"\u003e\n\u003ch3\u003eAbout Glassfiber-Reinforced Polypropylene\u003c\/h3\u003e\n\u003cp\u003ePolypropylene (PP) is the same plastic used in many heavy-duty outdoor and industrial applications. On its own, standard PP can be brittle under repeated stress or cold temperatures — adding glassfiber reinforcement addresses this by increasing tensile strength and rigidity throughout the material. The result is a piece that is significantly more durable than basic injection-moulded plastic furniture, while remaining lightweight and weather-resistant. Glassfiber-reinforced PP does not rust, corrode, or absorb moisture, and the UV-stabilised white pigment is consistent throughout the material rather than being a surface coating, meaning scratches do not reveal a different colour underneath.\u003c\/p\u003e\n\u003cp\u003eThis construction also means the Slim set is among the most genuinely low-maintenance options in the A2Z outdoor range. There are no cushions to manage, no timber to oil, no aluminium powder-coat to protect, and no wicker treatment required. The full set is cleaned by wiping each piece with a damp cloth and mild soap.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Care Instructions ── --\u003e\n\u003cdiv class=\"slm-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"slm-steps\"\u003e\n\u003cdiv class=\"slm-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"slm-step-emoji\"\u003e🧽\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eAll Pieces\u003c\/h4\u003e\n\u003cp\u003eWipe down with a damp cloth and mild soap solution. The slatted surfaces on the sofa, chairs, and coffee table are straightforward to clean — rinse and allow to air dry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slm-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"slm-step-emoji\"\u003e🌧\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eRain \u0026amp; Moisture\u003c\/h4\u003e\n\u003cp\u003eThe PP material does not absorb water and is unaffected by rain or humidity. Pieces can remain outdoors in wet conditions without deteriorating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slm-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"slm-step-emoji\"\u003e☀️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eExtended Sun Exposure\u003c\/h4\u003e\n\u003cp\u003eUV protection is built into the material. No treatment is required to maintain the white finish under direct sun. The colour consistency is throughout the PP, not a surface coating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slm-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"slm-step-emoji\"\u003e☂️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eExtended Storage\u003c\/h4\u003e\n\u003cp\u003eThe full set can remain outdoors year-round without seasonal storage. A breathable cover during extended non-use will reduce surface dust accumulation and keep pieces clean between uses.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Related Products ── --\u003e\n\u003cdiv class=\"slm-pills\"\u003e\n\u003cdiv style=\"margin-bottom: 4px;\" class=\"slm-label\"\u003eShop the Outdoor Range\u003c\/div\u003e\n\u003cdiv class=\"slm-pills-row\"\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\" class=\"slm-pill\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\" class=\"slm-pill\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\" class=\"slm-pill\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slm-seo\"\u003e\n\u003ch2\u003eSlim Outdoor 4 Piece Sofa Set — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Slim Outdoor 4 Piece Sofa Set is a white glassfiber-reinforced polypropylene (PP) outdoor lounge set consisting of a two-seater sofa, two armchairs, and a coffee table. Unlike most outdoor lounge sets in the A2Z range — which use an aluminium frame with a separate wicker wrap and removable cushions — the Slim set is a single-material moulded construction. The seat, back, armrests, and legs of each piece are integrated PP with a slatted design. There are no cushions, no separate frame material, and no wicker to maintain.\u003c\/p\u003e\n\u003cp\u003eGlassfiber reinforcement adds structural strength and rigidity to the PP beyond what standard moulded plastic provides, making the set more durable under repeated load and impact. UV protection is built into the PP material — the white colour is consistent throughout the material rather than being a surface coating, meaning surface scratches do not reveal a different colour underneath, and no periodic treatment is needed to maintain the finish. The full set is cleaned with a damp cloth and mild soap, can remain outdoors year-round, and does not require seasonal storage or cushion management of any kind.\u003c\/p\u003e\n\u003cp\u003eThe Slim Outdoor 4 Piece Sofa Set is available online and in store as part of the A2Z Furniture \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\" class=\"mr-link\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":42838079963271,"sku":null,"price":549.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_li29k2li29k2li29.png?v=1778478677"},{"product_id":"mansard-outdoor-5-piece-mid-height-dining-set","title":"Mansard Outdoor 5 Piece Mid Height Dining Set","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.mans-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: 900px;\n}\n\n.mans-desc * {\n  box-sizing: border-box;\n}\n\n.mans-desc .mn-intro {\n  margin-bottom: 28px;\n}\n\n.mans-desc .mn-intro p {\n  margin: 0;\n}\n\n.mans-desc .mn-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\/* Feature grid *\/\n.mans-desc .mn-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n\n@media (max-width: 768px) {\n  .mans-desc .mn-features {\n    grid-template-columns: 1fr;\n  }\n}\n\n.mans-desc .mn-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n}\n\n.mans-desc .mn-feature-card svg {\n  width: 22px;\n  height: 22px;\n  flex-shrink: 0;\n}\n\n.mans-desc .mn-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0;\n}\n\n.mans-desc .mn-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* Material callout *\/\n.mans-desc .mn-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n\n.mans-desc .mn-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;\n}\n\n.mans-desc .mn-callout p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n\/* Care grid *\/\n.mans-desc .mn-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 20px;\n}\n\n@media (max-width: 768px) {\n  .mans-desc .mn-care-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.mans-desc .mn-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px;\n}\n\n.mans-desc .mn-care-card .mn-care-emoji {\n  font-size: 22px;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.mans-desc .mn-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  margin: 0 0 6px;\n  color: #222222;\n}\n\n.mans-desc .mn-care-card p {\n  font-size: 14px;\n  margin: 0;\n  line-height: 1.6;\n  color: #222222;\n}\n\n\/* Care product pills *\/\n.mans-desc .mn-care-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px;\n  margin-bottom: 28px;\n}\n\n.mans-desc .mn-care-pills a {\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 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  white-space: nowrap;\n  transition: all 0.2s ease;\n}\n\n.mans-desc .mn-care-pills a:hover {\n  background: #C2824D;\n  color: #fff;\n  border-color: #C2824D;\n}\n\n\/* At a glance *\/\n.mans-desc .mn-checklist {\n  margin-bottom: 28px;\n}\n\n.mans-desc .mn-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.mans-desc .mn-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.mans-desc .mn-tick {\n  width: 20px;\n  height: 20px;\n  min-width: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 3px;\n}\n\n.mans-desc .mn-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n\/* SEO *\/\n.mans-desc .mn-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.mans-desc .mn-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n\n.mans-desc .mn-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 12px;\n}\n\n.mans-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=\"mans-desc\"\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cdiv class=\"mn-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eMansard Outdoor 5 Piece Mid-Height Dining Set\u003c\/strong\u003e brings together a 3-seater sofa, two armchairs, a mid-height dining table with a tempered glass top, and a bench seat — all finished in UV-resistant grey flat PE wicker over a powder-coated aluminium frame. With fade-resistant Olefin fabric cushions and a design that works for both lounging and casual dining, this set is suited to anyone who wants one outdoor setting that covers it all.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Key Features --\u003e\n  \u003cdiv class=\"mn-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"mn-features\"\u003e\n\n    \u003cdiv class=\"mn-feature-card\"\u003e\n      \u003csvg aria-hidden=\"true\" fill=\"none\" stroke=\"#C2824D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M12 2L2 7l10 5 10-5-10-5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 17l10 5 10-5\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch3\u003ePowder-Coated Aluminium Frame\u003c\/h3\u003e\n      \u003cp\u003eThe 1.2mm thick powder-coated aluminium frame provides structural strength and rust resistance, holding up well with regular outdoor use.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mn-feature-card\"\u003e\n      \u003csvg aria-hidden=\"true\" fill=\"none\" stroke=\"#C2824D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewbox=\"0 0 24 24\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v4\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 16h.01\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch3\u003eUV-Resistant PE Wicker\u003c\/h3\u003e\n      \u003cp\u003eThe grey flat PE wicker is UV-resistant, designed to withstand Australian sun and changing weather without cracking or fading prematurely.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mn-feature-card\"\u003e\n      \u003csvg aria-hidden=\"true\" fill=\"none\" stroke=\"#C2824D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewbox=\"0 0 24 24\"\u003e\n        \u003crect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M16 7V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch3\u003eTempered Glass Table Top\u003c\/h3\u003e\n      \u003cp\u003eThe mid-height dining table features a printed grey 6mm tempered glass top — robust enough for outdoor use and easy to wipe clean.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mn-feature-card\"\u003e\n      \u003csvg aria-hidden=\"true\" fill=\"none\" stroke=\"#C2824D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewbox=\"0 0 24 24\"\u003e\n        \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\n      \u003c\/svg\u003e\n      \u003ch3\u003eFade-Resistant Olefin Cushions\u003c\/h3\u003e\n      \u003cp\u003ePremium grey Olefin fabric cushions are fade-resistant, maintaining their colour and comfort through extended outdoor use across all seasons.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- Material Callout --\u003e\n  \u003cdiv class=\"mn-callout\"\u003e\n    \u003ch3\u003eAbout PE Wicker \u0026amp; Olefin Fabric\u003c\/h3\u003e\n    \u003cp\u003eFlat PE (polyethylene) wicker is a synthetic material engineered specifically for outdoor use — it resists UV degradation, moisture, and the temperature swings that are common across Australian climates, making it more weather-durable than natural rattan. Olefin (also known as polypropylene) fabric is similarly built for outdoor conditions: it's inherently resistant to fading, staining, and moisture, which means the cushions on this set hold their colour and feel well with regular outdoor use.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Care Instructions --\u003e\n  \u003cdiv class=\"mn-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"mn-care-grid\"\u003e\n\n    \u003cdiv class=\"mn-care-card\"\u003e\n      \u003cspan class=\"mn-care-emoji\" aria-hidden=\"true\"\u003e🧹\u003c\/span\u003e\n      \u003ch3\u003eBrush the Wicker Regularly\u003c\/h3\u003e\n      \u003cp\u003eUse a soft brush to remove loose dust and debris from the wicker weave to prevent build-up between the strands.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mn-care-card\"\u003e\n      \u003cspan class=\"mn-care-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/span\u003e\n      \u003ch3\u003eSpot Clean Cushions\u003c\/h3\u003e\n      \u003cp\u003eFor spills on the Olefin cushions, blot immediately with a clean cloth and treat with a \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-care-kit\"\u003efabric care product\u003c\/a\u003e as needed.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mn-care-card\"\u003e\n      \u003cspan class=\"mn-care-emoji\" aria-hidden=\"true\"\u003e🪟\u003c\/span\u003e\n      \u003ch3\u003eWipe Down the Glass Top\u003c\/h3\u003e\n      \u003cp\u003eClean the tempered glass table top with a damp cloth and a small amount of mild detergent; dry thoroughly to prevent water marks.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mn-care-card\"\u003e\n      \u003cspan class=\"mn-care-emoji\" aria-hidden=\"true\"\u003e🚫\u003c\/span\u003e\n      \u003ch3\u003eAvoid Harsh Chemicals\u003c\/h3\u003e\n      \u003cp\u003eDo not use abrasive cleaners, bleach, or solvents on the wicker, cushions, or glass top, as these can damage surfaces and affect colour.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- Care Product Pills --\u003e\n  \u003cdiv class=\"mn-care-pills\"\u003e\n    \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-protector-spray\"\u003e🛡️ Guardsman Fabric Protector →\u003c\/a\u003e\n    \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-care-kit\"\u003e🧴 Guardsman Fabric Care Kit →\u003c\/a\u003e\n    \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/guardsman-fabric-lounge-care-with-5-year-warranty-2-4-seats\"\u003e✅ 5 Year Fabric Warranty (2–4 seats) →\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- At a Glance --\u003e\n  \u003cdiv class=\"mn-checklist\"\u003e\n    \u003cdiv class=\"mn-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"mn-list\"\u003e\n\n      \u003cdiv class=\"mn-list-item\"\u003e\n        \u003cspan class=\"mn-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003eThe 1.2mm powder-coated aluminium frame and UV-resistant PE wicker are built for outdoor use in Australian conditions.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mn-list-item\"\u003e\n        \u003cspan class=\"mn-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003eThe complete five-piece set includes a 3-seater sofa, two armchairs, a mid-height dining table, and a bench seat.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mn-list-item\"\u003e\n        \u003cspan class=\"mn-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003eFade-resistant grey Olefin cushions maintain their colour through extended outdoor use across all seasons.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mn-list-item\"\u003e\n        \u003cspan class=\"mn-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003eThe mid-height table with a 6mm tempered glass top works equally well for casual dining and drinks entertaining.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mn-list-item\"\u003e\n        \u003cspan class=\"mn-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003eThe neutral grey tones across the wicker and cushions suit a wide range of outdoor spaces and décor styles.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SEO Body Copy --\u003e\n  \u003cdiv class=\"mn-seo\"\u003e\n    \u003ch2\u003eMansard Outdoor 5 Piece Mid-Height Dining Set — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Mansard Outdoor 5 Piece Mid-Height Dining Set combines a 3-seater sofa, two armchairs, a mid-height dining table with a 6mm tempered glass top, and a bench seat — all built on a 1.2mm powder-coated aluminium frame with UV-resistant grey flat PE wicker. The fade-resistant Olefin fabric cushions add comfort and hold their colour well with regular outdoor use, making the set a practical choice for medium to large entertaining areas.\u003c\/p\u003e\n    \u003cp\u003eAvailable in a coordinated grey finish across both the wicker and cushions, the Mansard set works well against a range of outdoor backdrops — from contemporary tiled terraces to natural stone and timber decking. The neutral tones make it easy to style with existing outdoor accessories without needing to match a specific colour palette.\u003c\/p\u003e\n    \u003cp\u003eThis set is well suited to homeowners looking for an outdoor arrangement that covers both relaxed lounging and casual dining in a single, matched setting. You can see the Mansard Outdoor 5 Piece Set in person at any of our five A2Z Furniture stores: 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":"Default Title","offer_id":42846898815111,"sku":"VOUT-MANS-06","price":1799.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_c4vmeic4vmeic4vm_a808afcf-36be-42b4-824f-7853acfa7c7c.png?v=1778478692"},{"product_id":"tahiti-7-piece-outdoor-wicker-dining-set","title":"Tahiti 7 Piece Outdoor Wicker Dining Set","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.tah-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}\n\n\/* ── Intro ── *\/\n.tah-desc .tah-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.tah-desc .tah-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\/* ── What's Included ── *\/\n.tah-desc .tah-included {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .tah-desc .tah-included { grid-template-columns: 1fr 1fr; }\n}\n.tah-desc .tah-piece {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 12px;\n  text-align: center;\n}\n.tah-desc .tah-piece h4 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 3px;\n  line-height: 1.3;\n}\n.tah-desc .tah-piece p {\n  font-size: 12px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* ── Specs Row ── *\/\n.tah-desc .tah-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .tah-desc .tah-specs { grid-template-columns: 1fr 1fr; }\n}\n.tah-desc .tah-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.tah-desc .tah-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.tah-desc .tah-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.tah-desc .tah-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .tah-desc .tah-features { grid-template-columns: 1fr; }\n}\n.tah-desc .tah-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.tah-desc .tah-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.tah-desc .tah-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.tah-desc .tah-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.tah-desc .tah-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.tah-desc .tah-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.tah-desc .tah-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.tah-desc .tah-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.tah-desc .tah-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.tah-desc .tah-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .tah-desc .tah-steps { grid-template-columns: 1fr; }\n}\n.tah-desc .tah-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.tah-desc .tah-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.tah-desc .tah-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.tah-desc .tah-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.tah-desc .tah-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.tah-desc .tah-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.tah-desc .tah-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.tah-desc .tah-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.tah-desc .tah-glance {\n  margin-bottom: 28px;\n}\n.tah-desc .tah-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.tah-desc .tah-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.tah-desc .tah-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.tah-desc .tah-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.tah-desc .tah-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.tah-desc .tah-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.tah-desc .tah-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.tah-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=\"tah-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"tah-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eTahiti 7 Piece Outdoor Wicker Dining Set\u003c\/strong\u003e is a complete outdoor dining arrangement for up to eight people, comprising an oval glass-top table, four chairs, and two benches — all with a PE wicker-wrapped aluminium frame in light grey. The oval table format and bench seating makes this set suitable for larger gatherings where a rectangular table with only chairs can feel restrictive. The tempered glass tabletop is easy to clean and does not require any periodic treatment, while the PE wicker wrapping is UV-stable and moisture-resistant. Chair seat cushions are included.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── What's Included ── --\u003e\n  \u003cdiv class=\"tah-label\"\u003eWhat's Included (7 Pieces)\u003c\/div\u003e\n  \u003cdiv class=\"tah-included\"\u003e\n    \u003cdiv class=\"tah-piece\"\u003e\n      \u003ch4\u003eOval Dining Table\u003c\/h4\u003e\n      \u003cp\u003eTempered Glass Top × 1\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tah-piece\"\u003e\n      \u003ch4\u003eDining Chair\u003c\/h4\u003e\n      \u003cp\u003eWith cushion × 4\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tah-piece\"\u003e\n      \u003ch4\u003eDining Bench\u003c\/h4\u003e\n      \u003cp\u003e× 2\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tah-piece\"\u003e\n      \u003ch4\u003eFull Set\u003c\/h4\u003e\n      \u003cp\u003e7 pieces total\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Specs ── --\u003e\n  \u003cdiv class=\"tah-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003cdiv class=\"tah-specs\"\u003e\n    \u003cdiv class=\"tah-spec\"\u003e\n      \u003cdiv class=\"tah-spec-key\"\u003eFrame\u003c\/div\u003e\n      \u003cdiv class=\"tah-spec-val\"\u003eAluminium with PE Wicker — Light Grey\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tah-spec\"\u003e\n      \u003cdiv class=\"tah-spec-key\"\u003eTable Top\u003c\/div\u003e\n      \u003cdiv class=\"tah-spec-val\"\u003eTempered Glass — Oval\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tah-spec\"\u003e\n      \u003cdiv class=\"tah-spec-key\"\u003eSeating\u003c\/div\u003e\n      \u003cdiv class=\"tah-spec-val\"\u003e4 Chairs + 2 Benches\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Key Features Grid ── --\u003e\n  \u003cdiv class=\"tah-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"tah-features\"\u003e\n\n    \u003cdiv class=\"tah-card\"\u003e\n      \u003cdiv class=\"tah-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003ePE Wicker over Aluminium Frame\u003c\/h3\u003e\n        \u003cp\u003eWicker-wrapped aluminium across the table base, chairs, and benches — UV-stable, moisture-resistant, and consistent in light grey finish throughout the set.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tah-card\"\u003e\n      \u003cdiv class=\"tah-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cellipse cx=\"12\" cy=\"12\" rx=\"10\" ry=\"7\"\u003e\u003c\/ellipse\u003e\u003cline x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"\u003e\u003c\/line\u003e\u003cline x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eOval Tempered Glass Tabletop\u003c\/h3\u003e\n        \u003cp\u003eThe oval glass top accommodates seating around the full perimeter and is easy to wipe clean. Handle with care when positioning — tempered glass is impact-resistant but not indestructible.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tah-card\"\u003e\n      \u003cdiv class=\"tah-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eMixed Bench \u0026amp; Chair Seating\u003c\/h3\u003e\n        \u003cp\u003eTwo benches and four chairs allow flexible seating — benches can accommodate additional guests at larger gatherings, or be used as a practical alternative to individual chairs on two sides of the table.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tah-card\"\u003e\n      \u003cdiv class=\"tah-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eRust-Resistant Aluminium Core\u003c\/h3\u003e\n        \u003cp\u003eInternal aluminium frame across all seven pieces — rust-resistant and lightweight. The PE wicker wrap provides the aesthetic while the aluminium provides the structural base.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── PE Wicker + Glass Callout ── --\u003e\n  \u003cdiv class=\"tah-callout\"\u003e\n    \u003ch3\u003ePE Wicker \u0026amp; Tempered Glass\u003c\/h3\u003e\n    \u003cp\u003eThe Tahiti set uses PE (polyethylene) wicker throughout — on the table base, chair bodies, and benches — giving the full set a consistent, unified appearance. PE wicker is UV-stabilised and moisture-resistant, holding its colour and structure through year-round outdoor exposure without any treatment or seasonal care. It is cleaned easily with a damp cloth and mild soap, and is not affected by mould or mildew in the way natural rattan or other fibres can be.\u003c\/p\u003e\n    \u003cp\u003eThe oval tempered glass tabletop should be handled with care during assembly and when the table is being moved. Tempered glass is significantly more impact-resistant than standard glass, but direct sharp impacts — particularly on the edge — can still cause breakage. Wipe the glass surface clean with a glass cleaner or lint-free damp cloth. Avoid abrasive pads that may scratch the surface.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"tah-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"tah-steps\"\u003e\n\n    \u003cdiv class=\"tah-step\"\u003e\n      \u003cdiv class=\"tah-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003ePE Wicker (Table, Chairs \u0026amp; Benches)\u003c\/h4\u003e\n        \u003cp\u003eWipe down with a damp cloth and mild soap. Use a soft brush to clear debris from the weave if needed. Rinse and allow to air dry. No treatment required.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tah-step\"\u003e\n      \u003cdiv class=\"tah-step-emoji\" aria-hidden=\"true\"\u003e🪟\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eTempered Glass Tabletop\u003c\/h4\u003e\n        \u003cp\u003eClean with a glass cleaner or lint-free damp cloth. Avoid abrasive pads. Handle with care when repositioning — protect edges from sharp impacts.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tah-step\"\u003e\n      \u003cdiv class=\"tah-step-emoji\" aria-hidden=\"true\"\u003e💺\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eChair Cushions\u003c\/h4\u003e\n        \u003cp\u003eSpot clean with a mild soap solution and soft cloth. Allow to air dry fully before restoring to position. Store cushions indoors or under a cover during extended non-use periods.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tah-step\"\u003e\n      \u003cdiv class=\"tah-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtended Storage\u003c\/h4\u003e\n        \u003cp\u003eThe PE wicker and aluminium can remain outdoors year-round. A breathable cover protects the glass top and cushions during extended non-use and reduces cleaning frequency.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"tah-pills\"\u003e\n    \u003cdiv class=\"tah-label\" style=\"margin-bottom:4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n    \u003cdiv class=\"tah-pills-row\"\u003e\n      \u003ca class=\"tah-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n      \u003ca class=\"tah-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n      \u003ca class=\"tah-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"tah-glance\"\u003e\n    \u003cdiv class=\"tah-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"tah-glance-list\"\u003e\n\n      \u003cdiv class=\"tah-glance-item\"\u003e\n        \u003cdiv class=\"tah-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e7-piece wicker outdoor dining set — oval glass-top table, 4 cushioned chairs, and 2 benches — all with PE wicker-wrapped aluminium frames in light grey. Seats up to 8.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tah-glance-item\"\u003e\n        \u003cdiv class=\"tah-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eOval format allows seating around the full perimeter — the bench seating on two sides provides flexibility for varying group sizes.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tah-glance-item\"\u003e\n        \u003cdiv class=\"tah-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003ePE wicker is UV-stable and moisture-resistant — no treatment required. Cleaned with a damp cloth across all seven pieces.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tah-glance-item\"\u003e\n        \u003cdiv class=\"tah-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eTempered glass tabletop — handle edges with care during assembly and repositioning. Clean with a glass cleaner or lint-free cloth.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tah-glance-item\"\u003e\n        \u003cdiv class=\"tah-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSuited to patios, garden decks, courtyards, and alfresco dining areas. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"tah-seo\"\u003e\n    \u003ch2\u003eTahiti 7 Piece Outdoor Wicker Dining Set — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Tahiti 7 Piece Outdoor Wicker Dining Set is a complete outdoor dining arrangement for up to eight people, consisting of one oval glass-top dining table, four cushioned chairs, and two benches — all with PE wicker-wrapped aluminium frames in light grey. The oval table format allows seating around the full perimeter, and the combination of chairs and benches provides flexible capacity for different group sizes. Chair seat cushions are included across all four chairs.\u003c\/p\u003e\n    \u003cp\u003eThe PE wicker wrapping on the table base, chairs, and benches is UV-stabilised and moisture-resistant, requiring no treatment or specialist cleaning — a damp cloth and mild soap is sufficient. The oval tempered glass tabletop is easy to clean and does not require any periodic maintenance, but should be handled with care during assembly and repositioning — particularly protecting the edges from sharp impacts. The aluminium core across all seven pieces is rust-resistant and lightweight.\u003c\/p\u003e\n    \u003cp\u003eThe Tahiti 7 Piece Outdoor Wicker Dining Set is available online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":"Default Title","offer_id":42859588124807,"sku":"VTH-003-GR","price":1899.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_kt24emkt24emkt24_259b1266-9f6a-4914-a9dc-b0a816651f91.png?v=1778478722"},{"product_id":"panama-outdoor-dining-table","title":"Panama Outdoor Dining Table","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.pdt-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}\n\n\/* ── Intro ── *\/\n.pdt-desc .pdt-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.pdt-desc .pdt-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\/* ── Specs Row ── *\/\n.pdt-desc .pdt-specs {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .pdt-desc .pdt-specs { grid-template-columns: 1fr 1fr; }\n}\n.pdt-desc .pdt-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.pdt-desc .pdt-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.pdt-desc .pdt-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.pdt-desc .pdt-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .pdt-desc .pdt-features { grid-template-columns: 1fr; }\n}\n.pdt-desc .pdt-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.pdt-desc .pdt-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.pdt-desc .pdt-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.pdt-desc .pdt-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.pdt-desc .pdt-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.pdt-desc .pdt-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.pdt-desc .pdt-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.pdt-desc .pdt-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.pdt-desc .pdt-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.pdt-desc .pdt-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .pdt-desc .pdt-steps { grid-template-columns: 1fr; }\n}\n.pdt-desc .pdt-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.pdt-desc .pdt-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.pdt-desc .pdt-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.pdt-desc .pdt-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.pdt-desc .pdt-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.pdt-desc .pdt-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.pdt-desc .pdt-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.pdt-desc .pdt-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.pdt-desc .pdt-glance {\n  margin-bottom: 28px;\n}\n.pdt-desc .pdt-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.pdt-desc .pdt-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.pdt-desc .pdt-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.pdt-desc .pdt-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.pdt-desc .pdt-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.pdt-desc .pdt-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.pdt-desc .pdt-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.pdt-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=\"pdt-desc\"\u003e\n\u003c!-- ── Intro ── --\u003e\n\u003cdiv class=\"pdt-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003ePanama Outdoor Dining Table\u003c\/strong\u003e is a 200×90cm outdoor dining table with a grey powder-coated aluminium X-frame base and a slatted tabletop. At 200cm long, it comfortably seats 6 to 8 people — a practical full-size dining table for patios, garden decks, and alfresco entertaining areas. The aluminium construction is rust-resistant and low-maintenance, and the slatted surface allows water to drain naturally after rain. Part of the Panama outdoor range, which also includes the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/panama-outdoor-dining-chair\"\u003ePanama Outdoor Dining Chair\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/panama-4-piece-outdoor-sofa-set\"\u003ePanama 4 Piece Outdoor Sofa Set\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Specs ── --\u003e\n\u003cdiv class=\"pdt-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"pdt-specs\"\u003e\n\u003cdiv class=\"pdt-spec\"\u003e\n\u003cdiv class=\"pdt-spec-key\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"pdt-spec-val\"\u003e200cm (L) × 90cm (W)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdt-spec\"\u003e\n\u003cdiv class=\"pdt-spec-key\"\u003eFrame\u003c\/div\u003e\n\u003cdiv class=\"pdt-spec-val\"\u003ePowder-Coated Aluminium\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdt-spec\"\u003e\n\u003cdiv class=\"pdt-spec-key\"\u003eColour\u003c\/div\u003e\n\u003cdiv class=\"pdt-spec-val\"\u003eGrey\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdt-spec\"\u003e\n\u003cdiv class=\"pdt-spec-key\"\u003eCapacity\u003c\/div\u003e\n\u003cdiv class=\"pdt-spec-val\"\u003eSeats 6–8\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Key Features Grid ── --\u003e\n\u003cdiv class=\"pdt-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"pdt-features\"\u003e\n\u003cdiv class=\"pdt-card\"\u003e\n\u003cdiv class=\"pdt-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eGrey Powder-Coated Aluminium X-Frame\u003c\/h3\u003e\n\u003cp\u003eRust-resistant aluminium base with an X-shaped leg structure — lightweight, weather-resistant, and suited to permanent outdoor placement without treatment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdt-card\"\u003e\n\u003cdiv class=\"pdt-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSlatted Tabletop Surface\u003c\/h3\u003e\n\u003cp\u003eSlatted construction across the full 200×90cm surface — allows water to drain naturally after rain, and provides a consistent, easy-to-clean tabletop for outdoor use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdt-card\"\u003e\n\u003cdiv class=\"pdt-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSeats 6 to 8\u003c\/h3\u003e\n\u003cp\u003eAt 200cm long and 90cm wide, the table provides sufficient surface area and clearance for 6 place settings comfortably, or 8 in a closer arrangement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdt-card\"\u003e\n\u003cdiv class=\"pdt-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"\u003e\u003c\/line\u003e\u003cline x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eUV \u0026amp; Weather Resistant\u003c\/h3\u003e\n\u003cp\u003eAluminium construction does not rust or corrode, and the powder-coat finish resists UV fading — suited to year-round outdoor placement in the Australian climate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── About the Design Callout ── --\u003e\n\u003cdiv class=\"pdt-callout\"\u003e\n\u003ch3\u003eAbout the X-Frame \u0026amp; Slatted Top\u003c\/h3\u003e\n\u003cp\u003eThe Panama table uses an X-shaped leg structure rather than the standard four straight legs seen on most outdoor dining tables. The cross-brace design provides lateral stability across the full 200cm length of the table — important for a table this size when weight is placed towards the ends or when guests lean on it. The grey powder-coat runs consistently across both the X-frame legs and the slatted tabletop, giving the table a unified single-tone appearance rather than the two-material contrast used on timber-topped tables like the Nassau or Bendigo.\u003c\/p\u003e\n\u003cp\u003eThe slatted top surface allows rain water to drain through the gaps rather than pooling, which is a practical advantage for a large dining table that stays outdoors permanently. The slats are straightforward to wipe clean between uses and do not require any oiling, sealing, or periodic treatment to maintain their appearance or weather resistance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Care Instructions ── --\u003e\n\u003cdiv class=\"pdt-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"pdt-steps\"\u003e\n\u003cdiv class=\"pdt-step\"\u003e\n\u003cdiv class=\"pdt-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eTabletop \u0026amp; Frame\u003c\/h4\u003e\n\u003cp\u003eWipe down with a damp cloth and mild soap solution as needed. Rinse and dry — no oiling, sealing, or periodic treatment required for either the tabletop or the frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdt-step\"\u003e\n\u003cdiv class=\"pdt-step-emoji\" aria-hidden=\"true\"\u003e🌧\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eRain \u0026amp; Moisture\u003c\/h4\u003e\n\u003cp\u003eThe slatted top drains naturally after rain. The aluminium frame is rust-resistant and can remain outdoors in wet conditions without deteriorating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdt-step\"\u003e\n\u003cdiv class=\"pdt-step-emoji\" aria-hidden=\"true\"\u003e🔩\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eFrame Joints\u003c\/h4\u003e\n\u003cp\u003ePeriodically check that all frame bolts and X-brace connections are tightened securely — particularly after assembly or if the table has been moved or repositioned.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdt-step\"\u003e\n\u003cdiv class=\"pdt-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eExtended Storage\u003c\/h4\u003e\n\u003cp\u003eA breathable furniture cover during extended non-use will reduce dust and debris accumulation in the slat gaps and keep the full surface ready to use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Related Products ── --\u003e\n\u003cdiv class=\"pdt-pills\"\u003e\n\u003cdiv class=\"pdt-label\" style=\"margin-bottom: 4px;\"\u003eAlso in the Panama Range \u0026amp; Outdoor Collection\u003c\/div\u003e\n\u003cdiv class=\"pdt-pills-row\"\u003e\n\u003ca class=\"pdt-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/panama-outdoor-dining-chair\"\u003e🪑 Panama Dining Chair →\u003c\/a\u003e \u003ca class=\"pdt-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/panama-4-piece-outdoor-sofa-set\"\u003e🛋 Panama 4 Piece Sofa Set →\u003c\/a\u003e \u003ca class=\"pdt-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e \u003ca class=\"pdt-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── At a Glance ── --\u003e\n\u003cdiv class=\"pdt-glance\"\u003e\n\u003cdiv class=\"pdt-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"pdt-glance-list\"\u003e\n\u003cdiv class=\"pdt-glance-item\"\u003e\n\u003cdiv class=\"pdt-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e200×90cm outdoor dining table with a grey powder-coated aluminium X-frame and slatted tabletop. Seats 6 to 8.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdt-glance-item\"\u003e\n\u003cdiv class=\"pdt-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eRust-resistant aluminium construction — no oiling, sealing, or annual treatment required for the frame or tabletop surface.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdt-glance-item\"\u003e\n\u003cdiv class=\"pdt-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSlatted surface drains water naturally after rain — no pooling on the tabletop, straightforward to wipe clean.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdt-glance-item\"\u003e\n\u003cdiv class=\"pdt-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eX-frame leg structure provides lateral stability across the full 200cm length — suited to permanent outdoor placement on patios and garden decks.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdt-glance-item\"\u003e\n\u003cdiv class=\"pdt-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePairs with the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/panama-outdoor-dining-chair\"\u003ePanama Outdoor Dining Chair\u003c\/a\u003e for a coordinated grey outdoor dining setting. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── SEO Copy ── --\u003e\n\u003cdiv class=\"pdt-seo\"\u003e\n\u003ch2\u003ePanama Outdoor Dining Table 200×90cm — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Panama Outdoor Dining Table is a 200×90cm outdoor dining table with a grey powder-coated aluminium X-frame base and a slatted tabletop in a matching grey finish. The aluminium construction is rust-resistant and does not require oiling, sealing, or annual treatment to maintain its weather resistance. The slatted surface allows water to drain naturally after rain, and the full tabletop can be wiped clean with a damp cloth. At 200cm long, the table seats 6 to 8 people and is suited to outdoor entertaining areas, garden decks, covered alfresco spaces, and patios.\u003c\/p\u003e\n\u003cp\u003eThe X-frame leg structure provides lateral stability across the full table length and gives the Panama a distinct visual profile compared to standard four-leg outdoor dining tables. The grey finish runs consistently across both the base and the tabletop, creating a uniform single-tone appearance. The Panama Outdoor Dining Chair shares the same grey frame colourway and is a natural pairing for a complete coordinated outdoor dining setting.\u003c\/p\u003e\n\u003cp\u003eThe Panama Outdoor Dining Table is available online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":42859713593479,"sku":"PA-DT-GR","price":449.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/mage_n30fabn30fabn30f_86ff5a0b-31c5-4b7e-a028-26453e848d8a.png?v=1778478726"},{"product_id":"panama-outdoor-dining-chair","title":"Panama Reclining Outdoor Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.pnc-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}\n\n\/* ── Intro ── *\/\n.pnc-desc .pnc-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.pnc-desc .pnc-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\/* ── Specs Row ── *\/\n.pnc-desc .pnc-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .pnc-desc .pnc-specs { grid-template-columns: 1fr 1fr; }\n}\n.pnc-desc .pnc-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.pnc-desc .pnc-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.pnc-desc .pnc-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.pnc-desc .pnc-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .pnc-desc .pnc-features { grid-template-columns: 1fr; }\n}\n.pnc-desc .pnc-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.pnc-desc .pnc-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.pnc-desc .pnc-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.pnc-desc .pnc-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.pnc-desc .pnc-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.pnc-desc .pnc-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.pnc-desc .pnc-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.pnc-desc .pnc-callout p {\n  margin: 0;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n\n\/* ── Care Steps ── *\/\n.pnc-desc .pnc-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .pnc-desc .pnc-steps { grid-template-columns: 1fr; }\n}\n.pnc-desc .pnc-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.pnc-desc .pnc-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.pnc-desc .pnc-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.pnc-desc .pnc-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.pnc-desc .pnc-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.pnc-desc .pnc-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.pnc-desc .pnc-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.pnc-desc .pnc-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.pnc-desc .pnc-glance {\n  margin-bottom: 28px;\n}\n.pnc-desc .pnc-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.pnc-desc .pnc-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.pnc-desc .pnc-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.pnc-desc .pnc-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.pnc-desc .pnc-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.pnc-desc .pnc-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.pnc-desc .pnc-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.pnc-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=\"pnc-desc\"\u003e\n\u003c!-- ── Intro ── --\u003e\n\u003cdiv class=\"pnc-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003ePanama Outdoor Dining Chair\u003c\/strong\u003e is a reclining outdoor chair with an aluminium frame and a weather net seat and back. The adjustable backrest can be set to multiple positions — upright for dining or reclined for relaxing — making it a practical choice for spaces used for both purposes. Rust-resistant, lightweight, and designed for permanent outdoor placement. Available in Grey.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Specs ── --\u003e\n\u003cdiv class=\"pnc-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"pnc-specs\"\u003e\n\u003cdiv class=\"pnc-spec\"\u003e\n\u003cdiv class=\"pnc-spec-key\"\u003eFrame\u003c\/div\u003e\n\u003cdiv class=\"pnc-spec-val\"\u003ePowder-Coated Aluminium\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pnc-spec\"\u003e\n\u003cdiv class=\"pnc-spec-key\"\u003eSeat \u0026amp; Back\u003c\/div\u003e\n\u003cdiv class=\"pnc-spec-val\"\u003eWeather Net\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pnc-spec\"\u003e\n\u003cdiv class=\"pnc-spec-key\"\u003eColour\u003c\/div\u003e\n\u003cdiv class=\"pnc-spec-val\"\u003eGrey\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Key Features Grid ── --\u003e\n\u003cdiv class=\"pnc-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"pnc-features\"\u003e\n\u003cdiv class=\"pnc-card\"\u003e\n\u003cdiv class=\"pnc-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eRust-Resistant Aluminium Frame\u003c\/h3\u003e\n\u003cp\u003eLightweight powder-coated aluminium frame — rust-resistant and suited to year-round outdoor placement without seasonal storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pnc-card\"\u003e\n\u003cdiv class=\"pnc-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4M4.93 19.07l2.83-2.83M16.24 7.76l2.83-2.83\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Reclining Backrest\u003c\/h3\u003e\n\u003cp\u003eThe backrest adjusts to multiple positions — sit upright for dining, or recline further for relaxed outdoor use at the same table.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pnc-card\"\u003e\n\u003cdiv class=\"pnc-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eWeather Net Seat \u0026amp; Back\u003c\/h3\u003e\n\u003cp\u003eBreathable weather net across the full seat and back — quick-drying, UV-stable, and suited to hot, humid, and rainy outdoor conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pnc-card\"\u003e\n\u003cdiv class=\"pnc-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eLightweight \u0026amp; Easy to Reposition\u003c\/h3\u003e\n\u003cp\u003eThe aluminium frame keeps the chair light enough to reposition, stack, or move between areas without significant effort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Weather Net Callout ── --\u003e\n\u003cdiv class=\"pnc-callout\"\u003e\n\u003ch3\u003eAbout Weather Net Seating\u003c\/h3\u003e\n\u003cp\u003eWeather net (also known as textilene or sling fabric) is a PVC-coated polyester mesh used as a cushion-free outdoor seating material. Unlike fabric cushions, it does not absorb water, dry slowly, or develop mould or mildew over time — it drains and dries rapidly after rain, which makes it more practical for chairs left outdoors permanently. It is also UV-stabilised, meaning it retains its colour and structural tension under extended sun exposure without sagging or fading the way untreated fabric can. Because there are no separate cushions to manage, the chair requires less ongoing maintenance and storage than cushioned alternatives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Care Instructions ── --\u003e\n\u003cdiv class=\"pnc-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"pnc-steps\"\u003e\n\u003cdiv class=\"pnc-step\"\u003e\n\u003cdiv class=\"pnc-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eWeather Net\u003c\/h4\u003e\n\u003cp\u003eWipe down with a damp cloth and mild soap solution. The mesh dries quickly — rinse and leave outdoors to air dry. Avoid abrasive brushes that may snag or distort the weave.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pnc-step\"\u003e\n\u003cdiv class=\"pnc-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eAluminium Frame\u003c\/h4\u003e\n\u003cp\u003eWipe the powder-coated frame with a damp cloth as needed. Avoid abrasive cleaners that may scratch the finish and expose the aluminium beneath.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pnc-step\"\u003e\n\u003cdiv class=\"pnc-step-emoji\" aria-hidden=\"true\"\u003e🔩\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eRecline Mechanism\u003c\/h4\u003e\n\u003cp\u003ePeriodically check that the recline adjustment fittings move freely and lock securely at each position. Clean out any debris from the hinge points with a damp cloth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pnc-step\"\u003e\n\u003cdiv class=\"pnc-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eExtended Storage\u003c\/h4\u003e\n\u003cp\u003eThe chair can remain outdoors year-round. For extended periods of non-use, a breathable cover will help slow surface dust build-up on the mesh and frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Related Products ── --\u003e\n\u003cdiv class=\"pnc-pills\"\u003e\n\u003cdiv class=\"pnc-label\" style=\"margin-bottom: 4px;\"\u003ePairs With \u0026amp; Shop the Range\u003c\/div\u003e\n\u003cdiv class=\"pnc-pills-row\"\u003e\n\u003ca class=\"pnc-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/panama-4-piece-outdoor-sofa-set\"\u003e🛋 Panama 4 Piece Outdoor Sofa Set →\u003c\/a\u003e \u003ca class=\"pnc-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e \u003ca class=\"pnc-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── At a Glance ── --\u003e\n\u003cdiv class=\"pnc-glance\"\u003e\n\u003cdiv class=\"pnc-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"pnc-glance-list\"\u003e\n\u003cdiv class=\"pnc-glance-item\"\u003e\n\u003cdiv class=\"pnc-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eReclining outdoor dining chair with a grey powder-coated aluminium frame and weather net seat and back.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pnc-glance-item\"\u003e\n\u003cdiv class=\"pnc-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eAdjustable backrest reclines to multiple positions — suitable for both upright dining and relaxed outdoor use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pnc-glance-item\"\u003e\n\u003cdiv class=\"pnc-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eWeather net is cushion-free, quick-drying, breathable, and UV-stable — no separate cushions to store or maintain.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pnc-glance-item\"\u003e\n\u003cdiv class=\"pnc-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eRust-resistant aluminium frame — lightweight and suited to permanent outdoor placement without seasonal storage.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pnc-glance-item\"\u003e\n\u003cdiv class=\"pnc-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eMatches the frame colour of the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/panama-4-piece-outdoor-sofa-set\"\u003ePanama 4 Piece Outdoor Sofa Set\u003c\/a\u003e for a coordinated outdoor setting.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── SEO Copy ── --\u003e\n\u003cdiv class=\"pnc-seo\"\u003e\n\u003ch2\u003ePanama Outdoor Dining Chair — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Panama Outdoor Dining Chair is a reclining outdoor armchair with a grey powder-coated aluminium frame and a weather net (textilene) seat and back. The backrest adjusts to multiple reclining positions, making the chair suitable for seated dining as well as more relaxed outdoor use without needing to swap chairs. The aluminium frame is rust-resistant and lightweight, and the weather net requires no separate cushions — it drains and dries rapidly after rain and is UV-stabilised to resist fading under prolonged sun exposure.\u003c\/p\u003e\n\u003cp\u003eWeather net seating is a practical choice for outdoor dining chairs that remain in place year-round. There are no cushions to bring inside, dry out, or store between uses, which reduces the ongoing effort involved in maintaining an outdoor dining setting. The mesh is cleaned easily with a damp cloth and mild soap, and the recline mechanism should be checked periodically to ensure the adjustment points move and lock correctly.\u003c\/p\u003e\n\u003cp\u003eThe Panama Outdoor Dining Chair is available individually and forms part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — available in store at Rocklea, Sandgate, Bundall (Gold Coast), North Ipswich, and Beenleigh, or online at thea2zfurniture.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Default Title","offer_id":42903084695687,"sku":"PA-DC-GR","price":149.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/panama-outdoor-dining-chair-the-a2z-furniture-1_c1b1e8f3-4b30-4db7-ace1-10aac17a153f.png?v=1778478727"},{"product_id":"hydra-2-seater-outdoor-sofa","title":"Hydra 2 Seater Outdoor Sofa","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.h2s-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}\n\n\/* ── Intro ── *\/\n.h2s-desc .h2s-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.h2s-desc .h2s-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\/* ── Specs Row ── *\/\n.h2s-desc .h2s-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .h2s-desc .h2s-specs { grid-template-columns: 1fr 1fr; }\n}\n.h2s-desc .h2s-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.h2s-desc .h2s-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.h2s-desc .h2s-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.h2s-desc .h2s-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .h2s-desc .h2s-features { grid-template-columns: 1fr; }\n}\n.h2s-desc .h2s-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.h2s-desc .h2s-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.h2s-desc .h2s-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.h2s-desc .h2s-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.h2s-desc .h2s-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.h2s-desc .h2s-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.h2s-desc .h2s-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.h2s-desc .h2s-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.h2s-desc .h2s-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.h2s-desc .h2s-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .h2s-desc .h2s-steps { grid-template-columns: 1fr; }\n}\n.h2s-desc .h2s-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.h2s-desc .h2s-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.h2s-desc .h2s-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.h2s-desc .h2s-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.h2s-desc .h2s-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.h2s-desc .h2s-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.h2s-desc .h2s-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.h2s-desc .h2s-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.h2s-desc .h2s-glance {\n  margin-bottom: 28px;\n}\n.h2s-desc .h2s-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.h2s-desc .h2s-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.h2s-desc .h2s-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.h2s-desc .h2s-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.h2s-desc .h2s-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.h2s-desc .h2s-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.h2s-desc .h2s-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.h2s-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=\"h2s-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"h2s-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eHydra 2 Seater Outdoor Sofa\u003c\/strong\u003e is a two-seat outdoor armless sofa with a black powder-coated aluminium frame, 175gsm polyester seat and back cushions, and a built-in slatted eucalyptus side table at one end. It is the same piece included in both the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/hydra-4-piece-outdoor-set\"\u003eHydra 4 Piece\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/hydra-3-piece-outdoor-set\"\u003eHydra 3 Piece Outdoor Sets\u003c\/a\u003e, available individually for standalone use, adding to an existing Hydra arrangement, or as a replacement. Two 2-seaters can be used facing each other with the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/hydra-outdoor-coffee-table\"\u003eHydra Coffee Table\u003c\/a\u003e between them as a compact and symmetric lounge arrangement.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Specs ── --\u003e\n  \u003cdiv class=\"h2s-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003cdiv class=\"h2s-specs\"\u003e\n    \u003cdiv class=\"h2s-spec\"\u003e\n      \u003cdiv class=\"h2s-spec-key\"\u003eFrame\u003c\/div\u003e\n      \u003cdiv class=\"h2s-spec-val\"\u003ePowder-Coated Aluminium — Black\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"h2s-spec\"\u003e\n      \u003cdiv class=\"h2s-spec-key\"\u003eCushions\u003c\/div\u003e\n      \u003cdiv class=\"h2s-spec-val\"\u003e100% Polyester — 175gsm\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"h2s-spec\"\u003e\n      \u003cdiv class=\"h2s-spec-key\"\u003eSide Table\u003c\/div\u003e\n      \u003cdiv class=\"h2s-spec-val\"\u003eEucalyptus Wood (Integrated)\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Key Features Grid ── --\u003e\n  \u003cdiv class=\"h2s-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"h2s-features\"\u003e\n\n    \u003cdiv class=\"h2s-card\"\u003e\n      \u003cdiv class=\"h2s-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eBlack Powder-Coated Aluminium Frame\u003c\/h3\u003e\n        \u003cp\u003eRust-resistant, lightweight frame — suited to year-round outdoor placement without treatment, sealing, or seasonal storage.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"h2s-card\"\u003e\n      \u003cdiv class=\"h2s-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eIntegrated Eucalyptus Side Table\u003c\/h3\u003e\n        \u003cp\u003eSlatted eucalyptus side table built structurally into one end of the frame — provides a surface without requiring a separate side table alongside the sofa.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"h2s-card\"\u003e\n      \u003cdiv class=\"h2s-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 9V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 11v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1H6v-1a2 2 0 0 0-4 0z\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 18v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 18v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003e175gsm Polyester Cushions\u003c\/h3\u003e\n        \u003cp\u003eSeat and back cushions in 100% outdoor polyester at 175gsm — weather-resistant, quick-drying, and included with the sofa.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"h2s-card\"\u003e\n      \u003cdiv class=\"h2s-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"15 3 21 3 21 9\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"9 21 3 21 3 15\"\u003e\u003c\/polyline\u003e\u003cline x1=\"21\" y1=\"3\" x2=\"14\" y2=\"10\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003ePairs with the Full Hydra Range\u003c\/h3\u003e\n        \u003cp\u003eThe same sofa used in both the Hydra 3 and 4 Piece sets — pairs with the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/hydra-outdoor-coffee-table\"\u003eHydra Coffee Table\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/hydra-1-seater-outdoor-sofa\"\u003eHydra 1 Seater\u003c\/a\u003e to build larger arrangements.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Callout ── --\u003e\n  \u003cdiv class=\"h2s-callout\"\u003e\n    \u003ch3\u003eIntegrated Side Table \u0026amp; Eucalyptus\u003c\/h3\u003e\n    \u003cp\u003eLike the Hydra 1 Seater, the 2 Seater has a eucalyptus slatted side table built directly into one end of the aluminium frame. The table is a structural component of the sofa — it is not a detachable accessory. Each Hydra 2 Seater therefore comes with its own integrated surface, which means in the Hydra 3 Piece set (two 2-seaters facing each other), both outer ends have a side table surface, and neither sofa requires a separate side table to be useful.\u003c\/p\u003e\n    \u003cp\u003eThe eucalyptus used on the side table is a dense, naturally moisture-resistant hardwood. It will develop a silver-grey patina over time if left untreated — applying an outdoor hardwood oil every 6–12 months maintains the original warm timber tone. The black aluminium frame and polyester cushions require no periodic treatment beyond routine cleaning.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"h2s-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"h2s-steps\"\u003e\n\n    \u003cdiv class=\"h2s-step\"\u003e\n      \u003cdiv class=\"h2s-step-emoji\" aria-hidden=\"true\"\u003e🪵\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eEucalyptus Side Table\u003c\/h4\u003e\n        \u003cp\u003eWipe down with a damp cloth to remove surface debris. Apply an outdoor hardwood oil every 6–12 months to maintain the natural warm colour of the timber.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"h2s-step\"\u003e\n      \u003cdiv class=\"h2s-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eAluminium Frame\u003c\/h4\u003e\n        \u003cp\u003eWipe down with a damp cloth as needed. Avoid abrasive cleaners that may scratch or dull the black powder-coat finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"h2s-step\"\u003e\n      \u003cdiv class=\"h2s-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003ePolyester Cushions\u003c\/h4\u003e\n        \u003cp\u003eSpot clean with a mild soap solution and soft cloth. Rinse thoroughly and allow to air dry fully before restoring to position. Do not machine wash.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"h2s-step\"\u003e\n      \u003cdiv class=\"h2s-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtended Storage\u003c\/h4\u003e\n        \u003cp\u003eStore cushions indoors or under a breathable cover during extended non-use. The aluminium frame and eucalyptus side table can remain outdoors year-round.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"h2s-pills\"\u003e\n    \u003cdiv class=\"h2s-label\" style=\"margin-bottom:4px;\"\u003ePart of the Hydra Range\u003c\/div\u003e\n    \u003cdiv class=\"h2s-pills-row\"\u003e\n      \u003ca class=\"h2s-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/hydra-4-piece-outdoor-set\"\u003e🛋 Hydra 4 Piece Set →\u003c\/a\u003e\n      \u003ca class=\"h2s-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/hydra-3-piece-outdoor-set\"\u003e🛋 Hydra 3 Piece Set →\u003c\/a\u003e\n      \u003ca class=\"h2s-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/hydra-1-seater-outdoor-sofa\"\u003e🪑 Hydra 1 Seater Sofa →\u003c\/a\u003e\n      \u003ca class=\"h2s-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/hydra-outdoor-coffee-table\"\u003e☕ Hydra Coffee Table →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"h2s-glance\"\u003e\n    \u003cdiv class=\"h2s-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"h2s-glance-list\"\u003e\n\n      \u003cdiv class=\"h2s-glance-item\"\u003e\n        \u003cdiv class=\"h2s-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e2-seat outdoor sofa — black powder-coated aluminium frame, 175gsm polyester cushions, and an integrated eucalyptus side table at one end.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"h2s-glance-item\"\u003e\n        \u003cdiv class=\"h2s-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eThe same piece included in both the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/hydra-4-piece-outdoor-set\"\u003eHydra 4 Piece\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/hydra-3-piece-outdoor-set\"\u003eHydra 3 Piece\u003c\/a\u003e sets — available individually for standalone use or supplementing an existing arrangement.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"h2s-glance-item\"\u003e\n        \u003cdiv class=\"h2s-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eEucalyptus side table is a structural component of the sofa frame — not detachable. Periodic hardwood oiling maintains its natural warm tone.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"h2s-glance-item\"\u003e\n        \u003cdiv class=\"h2s-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eTwo 2-seaters paired facing each other with the Hydra Coffee Table between them forms a compact, symmetric 3-piece lounge arrangement.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"h2s-glance-item\"\u003e\n        \u003cdiv class=\"h2s-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSuited to patios, balconies, garden decks, and poolside areas. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"h2s-seo\"\u003e\n    \u003ch2\u003eHydra 2 Seater Outdoor Sofa — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Hydra 2 Seater Outdoor Sofa is a two-seat outdoor armless sofa with a black powder-coated aluminium frame, 175gsm polyester seat and back cushions, and a built-in slatted eucalyptus side table structurally incorporated into one end of the frame. The side table is a fixed component of the sofa — not a detachable accessory. The 2 Seater is included in both the Hydra 3 Piece and 4 Piece Outdoor Sets and is available individually for standalone use, supplementing an existing Hydra arrangement, or as a replacement piece.\u003c\/p\u003e\n    \u003cp\u003eThe black aluminium frame is rust-resistant and requires no maintenance. The polyester cushions are weather-resistant and should be spot cleaned and stored or covered during extended non-use periods. The eucalyptus side table will gradually weather to silver-grey if left untreated — periodic hardwood oil application every 6–12 months maintains its original warm tone. Two Hydra 2 Seater sofas paired facing each other alongside the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/hydra-outdoor-coffee-table\"\u003eHydra Coffee Table\u003c\/a\u003e form the compact 3-piece arrangement shown in the Hydra 3 Piece set.\u003c\/p\u003e\n    \u003cp\u003eAvailable online and in store at A2Z Furniture as part of the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":"Default Title","offer_id":42905520439431,"sku":"HY-2S-B","price":399.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_fbehfbfbehfbfbeh_66d95e5c-7a9d-444e-a451-446fe4aaf37e.png?v=1778478731"},{"product_id":"hydra-1-seater-outdoor-sofa","title":"Hydra 1 Seater Outdoor Sofa","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.h1s-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}\n\n\/* ── Intro ── *\/\n.h1s-desc .h1s-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.h1s-desc .h1s-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\/* ── Specs Row ── *\/\n.h1s-desc .h1s-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .h1s-desc .h1s-specs { grid-template-columns: 1fr 1fr; }\n}\n.h1s-desc .h1s-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.h1s-desc .h1s-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.h1s-desc .h1s-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.h1s-desc .h1s-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .h1s-desc .h1s-features { grid-template-columns: 1fr; }\n}\n.h1s-desc .h1s-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.h1s-desc .h1s-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.h1s-desc .h1s-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.h1s-desc .h1s-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.h1s-desc .h1s-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.h1s-desc .h1s-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.h1s-desc .h1s-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.h1s-desc .h1s-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.h1s-desc .h1s-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.h1s-desc .h1s-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .h1s-desc .h1s-steps { grid-template-columns: 1fr; }\n}\n.h1s-desc .h1s-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.h1s-desc .h1s-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.h1s-desc .h1s-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.h1s-desc .h1s-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.h1s-desc .h1s-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.h1s-desc .h1s-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.h1s-desc .h1s-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.h1s-desc .h1s-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.h1s-desc .h1s-glance {\n  margin-bottom: 28px;\n}\n.h1s-desc .h1s-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.h1s-desc .h1s-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.h1s-desc .h1s-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.h1s-desc .h1s-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.h1s-desc .h1s-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.h1s-desc .h1s-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.h1s-desc .h1s-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.h1s-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=\"h1s-desc\"\u003e\n\u003c!-- ── Intro ── --\u003e\n\u003cdiv class=\"h1s-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eHydra 1 Seater Outdoor Sofa\u003c\/strong\u003e is a single-seat outdoor armless sofa with a black powder-coated aluminium frame, 175gsm polyester seat and back cushions, and a built-in eucalyptus wood side table at one end. It is the same piece included in the \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/hydra-4-piece-outdoor-set\" class=\"mr-link\"\u003eHydra 4 Piece Outdoor Set\u003c\/a\u003e, available here individually — as a standalone outdoor seat, an addition to an existing Hydra arrangement, or a replacement piece. The eucalyptus side table is structurally integrated into the frame, not a separate attachment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Specs ── --\u003e\n\u003cdiv class=\"h1s-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"h1s-specs\"\u003e\n\u003cdiv class=\"h1s-spec\"\u003e\n\u003cdiv class=\"h1s-spec-key\"\u003eFrame\u003c\/div\u003e\n\u003cdiv class=\"h1s-spec-val\"\u003ePowder-Coated Aluminium — Black\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"h1s-spec\"\u003e\n\u003cdiv class=\"h1s-spec-key\"\u003eCushions\u003c\/div\u003e\n\u003cdiv class=\"h1s-spec-val\"\u003e100% Polyester — 175gsm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"h1s-spec\"\u003e\n\u003cdiv class=\"h1s-spec-key\"\u003eSide Table\u003c\/div\u003e\n\u003cdiv class=\"h1s-spec-val\"\u003eEucalyptus Wood (Integrated)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Key Features Grid ── --\u003e\n\u003cdiv class=\"h1s-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"h1s-features\"\u003e\n\u003cdiv class=\"h1s-card\"\u003e\n\u003cdiv class=\"h1s-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBlack Powder-Coated Aluminium Frame\u003c\/h3\u003e\n\u003cp\u003eRust-resistant, lightweight frame — suited to year-round outdoor placement without treatment or seasonal storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"h1s-card\"\u003e\n\u003cdiv class=\"h1s-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003crect rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eIntegrated Eucalyptus Side Table\u003c\/h3\u003e\n\u003cp\u003eSlatted eucalyptus side table built into one end of the frame — the same feature present on all Hydra sofa pieces, providing a surface without needing a separate table.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"h1s-card\"\u003e\n\u003cdiv class=\"h1s-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpath d=\"M20 9V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 11v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1H6v-1a2 2 0 0 0-4 0z\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 18v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 18v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e175gsm Polyester Cushions\u003c\/h3\u003e\n\u003cp\u003eSeat and back cushions in 100% outdoor polyester at 175gsm — weather-resistant and included with the sofa.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"h1s-card\"\u003e\n\u003cdiv class=\"h1s-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"15 3 21 3 21 9\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"9 21 3 21 3 15\"\u003e\u003c\/polyline\u003e\u003cline y2=\"10\" x2=\"14\" y1=\"3\" x1=\"21\"\u003e\u003c\/line\u003e\u003cline y2=\"14\" x2=\"10\" y1=\"21\" x1=\"3\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eStandalone or Part of the Hydra Range\u003c\/h3\u003e\n\u003cp\u003eWorks as a standalone outdoor seat or as a modular component alongside the \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/hydra-outdoor-2-seater-sofa\" class=\"mr-link\"\u003eHydra 2 Seater\u003c\/a\u003e and \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/hydra-outdoor-coffee-table\" class=\"mr-link\"\u003eHydra Coffee Table\u003c\/a\u003e in a larger arrangement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Callout ── --\u003e\n\u003cdiv class=\"h1s-callout\"\u003e\n\u003ch3\u003eIntegrated Side Table \u0026amp; Eucalyptus\u003c\/h3\u003e\n\u003cp\u003eLike all pieces in the Hydra sofa range, the 1 Seater has an eucalyptus slatted side table built directly into one end of the aluminium frame. This is a structural feature of the sofa — the table surface is part of the piece, not a detachable accessory. It provides a practical surface for drinks or a book alongside a single seat without requiring a separate side table to be positioned next to it.\u003c\/p\u003e\n\u003cp\u003eThe eucalyptus used on the side table is a dense hardwood with naturally high oil content and good resistance to moisture and decay. Like teak, it will gradually develop a silver-grey patina over time if left untreated outdoors. To maintain the original warm timber tone, apply an outdoor hardwood oil to the eucalyptus side table surface every 6–12 months. The black aluminium frame requires no treatment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Care Instructions ── --\u003e\n\u003cdiv class=\"h1s-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"h1s-steps\"\u003e\n\u003cdiv class=\"h1s-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"h1s-step-emoji\"\u003e🪵\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eEucalyptus Side Table\u003c\/h4\u003e\n\u003cp\u003eWipe down with a damp cloth to remove surface debris. Apply an outdoor hardwood oil every 6–12 months to maintain the natural warm timber tone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"h1s-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"h1s-step-emoji\"\u003e🖤\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eAluminium Frame\u003c\/h4\u003e\n\u003cp\u003eWipe down with a damp cloth as needed. Avoid abrasive cleaners that may scratch or dull the black powder-coat finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"h1s-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"h1s-step-emoji\"\u003e🧽\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003ePolyester Cushions\u003c\/h4\u003e\n\u003cp\u003eSpot clean with a mild soap solution and soft cloth. Rinse thoroughly and allow to air dry fully before restoring to position. Do not machine wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"h1s-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"h1s-step-emoji\"\u003e☂️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eExtended Storage\u003c\/h4\u003e\n\u003cp\u003eStore cushions indoors or under a breathable cover during extended non-use. The aluminium frame and eucalyptus side table can remain outdoors year-round.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Related Products ── --\u003e\n\u003cdiv class=\"h1s-pills\"\u003e\n\u003cdiv style=\"margin-bottom: 4px;\" class=\"h1s-label\"\u003ePart of the Hydra Range\u003c\/div\u003e\n\u003cdiv class=\"h1s-pills-row\"\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/hydra-4-piece-outdoor-set\" class=\"h1s-pill\"\u003e🛋 Hydra 4 Piece Outdoor Set →\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/hydra-3-piece-outdoor-set\" class=\"h1s-pill\"\u003e🛋 Hydra 3 Piece Outdoor Set →\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/hydra-outdoor-coffee-table\" class=\"h1s-pill\"\u003e☕ Hydra Coffee Table →\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\" class=\"h1s-pill\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── At a Glance ── --\u003e\n\u003cdiv class=\"h1s-glance\"\u003e\n\u003cdiv class=\"h1s-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"h1s-glance-list\"\u003e\n\u003cdiv class=\"h1s-glance-item\"\u003e\n\u003cdiv class=\"h1s-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSingle-seat outdoor sofa — black powder-coated aluminium frame, 175gsm polyester cushions, and an integrated eucalyptus side table.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"h1s-glance-item\"\u003e\n\u003cdiv class=\"h1s-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eThe same piece included in the \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/hydra-4-piece-outdoor-set\" class=\"mr-link\"\u003eHydra 4 Piece Set\u003c\/a\u003e — available individually for standalone use, adding to an existing arrangement, or replacement.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"h1s-glance-item\"\u003e\n\u003cdiv class=\"h1s-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eEucalyptus side table is structurally integrated into the frame — not a separate attachment. Periodic hardwood oiling maintains its natural tone.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"h1s-glance-item\"\u003e\n\u003cdiv class=\"h1s-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e100% polyester cushions at 175gsm — weather-resistant and included. Store indoors or cover during extended non-use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"h1s-glance-item\"\u003e\n\u003cdiv class=\"h1s-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSuited to patios, balconies, garden corners, and poolside settings. View the full \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\" class=\"mr-link\"\u003eoutdoor range\u003c\/a\u003e.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── SEO Copy ── --\u003e\n\u003cdiv class=\"h1s-seo\"\u003e\n\u003ch2\u003eHydra 1 Seater Outdoor Sofa — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Hydra 1 Seater Outdoor Sofa is a single-seat outdoor armless sofa with a black powder-coated aluminium frame, 175gsm polyester seat and back cushions, and a built-in slatted eucalyptus side table at one end. The side table is structurally integrated into the sofa frame — it is not a separate attachment — making the piece self-contained as a standalone outdoor seat without requiring an additional side table. This is the same sofa included in the Hydra 4 Piece Outdoor Set, available here individually for standalone use, supplementing an existing Hydra arrangement, or as a replacement piece.\u003c\/p\u003e\n\u003cp\u003eThe black aluminium frame is rust-resistant and requires no maintenance. The polyester cushions are weather-resistant and should be spot cleaned and stored or covered during extended non-use. The eucalyptus side table will gradually weather to silver-grey if left untreated — applying an outdoor hardwood oil every 6–12 months maintains its original warm tone. The Hydra 1 Seater pairs with the \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/hydra-outdoor-coffee-table\" class=\"mr-link\"\u003eHydra Coffee Table\u003c\/a\u003e and other pieces in the Hydra range to form larger arrangements.\u003c\/p\u003e\n\u003cp\u003eAvailable online and in store at A2Z Furniture as part of the \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\" class=\"mr-link\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":42905521160327,"sku":"HY-1S-B","price":249.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_aoti7oaoti7oaoti_24624f15-799b-4cd4-941d-d79ad666ecda.png?v=1778478734"},{"product_id":"hydra-outdoor-coffee-table","title":"Hydra Outdoor Coffee Table","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.hct-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}\n\n\/* ── Intro ── *\/\n.hct-desc .hct-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.hct-desc .hct-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\/* ── Specs Row ── *\/\n.hct-desc .hct-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .hct-desc .hct-specs { grid-template-columns: 1fr 1fr; }\n}\n.hct-desc .hct-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.hct-desc .hct-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.hct-desc .hct-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.hct-desc .hct-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .hct-desc .hct-features { grid-template-columns: 1fr; }\n}\n.hct-desc .hct-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.hct-desc .hct-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.hct-desc .hct-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.hct-desc .hct-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.hct-desc .hct-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.hct-desc .hct-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.hct-desc .hct-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.hct-desc .hct-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.hct-desc .hct-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.hct-desc .hct-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .hct-desc .hct-steps { grid-template-columns: 1fr; }\n}\n.hct-desc .hct-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.hct-desc .hct-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.hct-desc .hct-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.hct-desc .hct-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.hct-desc .hct-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.hct-desc .hct-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.hct-desc .hct-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.hct-desc .hct-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.hct-desc .hct-glance {\n  margin-bottom: 28px;\n}\n.hct-desc .hct-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.hct-desc .hct-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.hct-desc .hct-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.hct-desc .hct-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.hct-desc .hct-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.hct-desc .hct-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.hct-desc .hct-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.hct-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=\"hct-desc\"\u003e\n\u003c!-- ── Intro ── --\u003e\n\u003cdiv class=\"hct-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eHydra Outdoor Coffee Table\u003c\/strong\u003e is a rectangular outdoor coffee table with a black powder-coated aluminium frame and a slatted eucalyptus wood tabletop. It is the same coffee table included in the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/hydra-4-piece-outdoor-set\"\u003eHydra 4 Piece\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/hydra-3-piece-outdoor-set\"\u003eHydra 3 Piece Outdoor Sets\u003c\/a\u003e, available here as a standalone purchase — for replacing a table within an existing Hydra arrangement, or for pairing with other outdoor lounge settings. Rust-resistant, lightweight, and suited to permanent outdoor placement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Specs ── --\u003e\n\u003cdiv class=\"hct-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"hct-specs\"\u003e\n\u003cdiv class=\"hct-spec\"\u003e\n\u003cdiv class=\"hct-spec-key\"\u003eFrame\u003c\/div\u003e\n\u003cdiv class=\"hct-spec-val\"\u003ePowder-Coated Aluminium — Black\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hct-spec\"\u003e\n\u003cdiv class=\"hct-spec-key\"\u003eTabletop\u003c\/div\u003e\n\u003cdiv class=\"hct-spec-val\"\u003eEucalyptus Wood\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hct-spec\"\u003e\n\u003cdiv class=\"hct-spec-key\"\u003eFormat\u003c\/div\u003e\n\u003cdiv class=\"hct-spec-val\"\u003eRectangular Coffee Table\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Key Features Grid ── --\u003e\n\u003cdiv class=\"hct-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"hct-features\"\u003e\n\u003cdiv class=\"hct-card\"\u003e\n\u003cdiv class=\"hct-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBlack Powder-Coated Aluminium Frame\u003c\/h3\u003e\n\u003cp\u003eRust-resistant aluminium frame — lightweight, weather-resistant, and suited to permanent outdoor placement without sealing or treatment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hct-card\"\u003e\n\u003cdiv class=\"hct-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSlatted Eucalyptus Tabletop\u003c\/h3\u003e\n\u003cp\u003eWarm-toned eucalyptus slats across the tabletop — naturally dense and moisture-resistant, with good outdoor durability. Natural weathering to silver-grey occurs if left untreated.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hct-card\"\u003e\n\u003cdiv class=\"hct-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"15 3 21 3 21 9\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"9 21 3 21 3 15\"\u003e\u003c\/polyline\u003e\u003cline x1=\"21\" y1=\"3\" x2=\"14\" y2=\"10\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMatches the Hydra Sofa Range\u003c\/h3\u003e\n\u003cp\u003eThe same table included in the Hydra 3 and 4 Piece sets — available individually for replacement, supplementing an existing Hydra arrangement, or pairing with other outdoor lounges.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hct-card\"\u003e\n\u003cdiv class=\"hct-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"\u003e\u003c\/line\u003e\u003cline x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eUV \u0026amp; Weather Resistant\u003c\/h3\u003e\n\u003cp\u003eAluminium frame does not rust; eucalyptus resists moisture and decay. Both materials are suited to year-round outdoor conditions without specialist treatment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Eucalyptus Callout ── --\u003e\n\u003cdiv class=\"hct-callout\"\u003e\n\u003ch3\u003eAbout the Eucalyptus Tabletop\u003c\/h3\u003e\n\u003cp\u003eEucalyptus is a dense plantation hardwood with naturally high oil content, making it resistant to moisture, decay, and warping in outdoor conditions. It is widely used as a more sustainable alternative to teak, offering comparable outdoor durability. The warm honey tone of the eucalyptus contrasts the black aluminium frame, but like all outdoor hardwoods it will gradually develop a silver-grey patina over time if left untreated and exposed to UV and moisture. This is a cosmetic change that does not affect structural integrity.\u003c\/p\u003e\n\u003cp\u003eTo maintain the original warm tone of the eucalyptus slats, apply an outdoor hardwood oil every 6–12 months. The slatted construction allows water to drain naturally from the tabletop surface after rain, which reduces pooling and slows the weathering process compared to a solid timber top.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Care Instructions ── --\u003e\n\u003cdiv class=\"hct-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"hct-steps\"\u003e\n\u003cdiv class=\"hct-step\"\u003e\n\u003cdiv class=\"hct-step-emoji\" aria-hidden=\"true\"\u003e🪵\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eEucalyptus Tabletop\u003c\/h4\u003e\n\u003cp\u003eWipe down with a damp cloth to remove surface debris. Apply an outdoor hardwood oil every 6–12 months to maintain the warm natural timber tone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hct-step\"\u003e\n\u003cdiv class=\"hct-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eAluminium Frame\u003c\/h4\u003e\n\u003cp\u003eWipe down with a damp cloth as needed. Avoid abrasive cleaners that may scratch the black powder-coat finish on the legs and frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hct-step\"\u003e\n\u003cdiv class=\"hct-step-emoji\" aria-hidden=\"true\"\u003e🌧\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eRain \u0026amp; Moisture\u003c\/h4\u003e\n\u003cp\u003eThe slatted top drains naturally after rain. The aluminium frame is rust-resistant and can remain outdoors in wet conditions without deteriorating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hct-step\"\u003e\n\u003cdiv class=\"hct-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eExtended Storage\u003c\/h4\u003e\n\u003cp\u003eA breathable furniture cover during extended non-use will slow the natural weathering of the eucalyptus and reduce the frequency of re-oiling needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Related Products ── --\u003e\n\u003cdiv class=\"hct-pills\"\u003e\n\u003cdiv class=\"hct-label\" style=\"margin-bottom: 4px;\"\u003ePart of the Hydra Range\u003c\/div\u003e\n\u003cdiv class=\"hct-pills-row\"\u003e\n\u003ca class=\"hct-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/hydra-4-piece-outdoor-set\"\u003e🛋 Hydra 4 Piece Outdoor Set →\u003c\/a\u003e \u003ca class=\"hct-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/hydra-3-piece-outdoor-set\"\u003e🛋 Hydra 3 Piece Outdoor Set →\u003c\/a\u003e \u003ca class=\"hct-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── At a Glance ── --\u003e\n\u003cdiv class=\"hct-glance\"\u003e\n\u003cdiv class=\"hct-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"hct-glance-list\"\u003e\n\u003cdiv class=\"hct-glance-item\"\u003e\n\u003cdiv class=\"hct-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eRectangular outdoor coffee table with a black powder-coated aluminium frame and a slatted eucalyptus wood tabletop.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hct-glance-item\"\u003e\n\u003cdiv class=\"hct-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eThe same table included in the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/hydra-4-piece-outdoor-set\"\u003eHydra 4 Piece\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/hydra-3-piece-outdoor-set\"\u003eHydra 3 Piece\u003c\/a\u003e sets — available individually for supplementing an existing arrangement or replacement.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hct-glance-item\"\u003e\n\u003cdiv class=\"hct-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eRust-resistant aluminium frame — no treatment required. Eucalyptus top benefits from periodic hardwood oiling to maintain its warm colour.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hct-glance-item\"\u003e\n\u003cdiv class=\"hct-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSlatted format allows natural water drainage — no pooling on the tabletop surface after rain.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hct-glance-item\"\u003e\n\u003cdiv class=\"hct-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSuited to patios, balconies, alfresco areas, and poolside settings alongside any black-framed outdoor lounge. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── SEO Copy ── --\u003e\n\u003cdiv class=\"hct-seo\"\u003e\n\u003ch2\u003eHydra Outdoor Coffee Table — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Hydra Outdoor Coffee Table is a rectangular outdoor coffee table with a black powder-coated aluminium frame and a slatted eucalyptus hardwood tabletop. It is the same table included in the Hydra 3 Piece and 4 Piece Outdoor Sets, available here as an individual purchase for replacing a table within an existing Hydra arrangement, supplementing a set with an additional table, or pairing with other black-framed outdoor lounge furniture. The aluminium frame is rust-resistant and requires no treatment. The eucalyptus tabletop is naturally moisture-resistant but will gradually develop a silver-grey patina if left untreated — periodic hardwood oil application every 6–12 months maintains its original warm tone.\u003c\/p\u003e\n\u003cp\u003eThe slatted construction allows water to drain from the tabletop naturally after rain, reducing pooling on the surface. The table is suited to permanent outdoor placement on patios, balconies, alfresco areas, and garden decks. It works alongside any black-framed outdoor lounge setting, not only the Hydra range, making it a versatile standalone table purchase.\u003c\/p\u003e\n\u003cp\u003eAvailable online and in store at A2Z Furniture as part of the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":42905601278087,"sku":"HY-CT-B","price":199.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_9ndza59ndza59ndz_d9382d58-16df-4af5-bf35-55a24c626a64.png?v=1778478738"},{"product_id":"bendigo-square-outdoor-coffee-table","title":"Bendigo Square Outdoor Coffee Table","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.ben-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}\n\n\/* ── Intro ── *\/\n.ben-desc .ben-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.ben-desc .ben-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\/* ── Specs Row ── *\/\n.ben-desc .ben-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .ben-desc .ben-specs { grid-template-columns: 1fr 1fr; }\n}\n.ben-desc .ben-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.ben-desc .ben-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.ben-desc .ben-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.ben-desc .ben-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .ben-desc .ben-features { grid-template-columns: 1fr; }\n}\n.ben-desc .ben-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.ben-desc .ben-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.ben-desc .ben-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.ben-desc .ben-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.ben-desc .ben-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.ben-desc .ben-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.ben-desc .ben-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.ben-desc .ben-callout p {\n  margin: 0;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n\n\/* ── Care Steps ── *\/\n.ben-desc .ben-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .ben-desc .ben-steps { grid-template-columns: 1fr; }\n}\n.ben-desc .ben-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.ben-desc .ben-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.ben-desc .ben-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.ben-desc .ben-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.ben-desc .ben-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.ben-desc .ben-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.ben-desc .ben-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.ben-desc .ben-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.ben-desc .ben-glance {\n  margin-bottom: 28px;\n}\n.ben-desc .ben-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.ben-desc .ben-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.ben-desc .ben-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.ben-desc .ben-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.ben-desc .ben-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.ben-desc .ben-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.ben-desc .ben-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.ben-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=\"ben-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"ben-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eBendigo Square Outdoor Coffee Table\u003c\/strong\u003e pairs a black powder-coated aluminium frame with a slatted eucalyptus wood tabletop in a compact square format. The combination of rust-resistant aluminium and naturally weather-resistant eucalyptus makes it suited to permanent outdoor placement — on patios, balconies, poolside decks, and garden lounge areas. It works well as a standalone centrepiece or alongside an existing outdoor sofa setting.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Specifications ── --\u003e\n  \u003cdiv class=\"ben-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003cdiv class=\"ben-specs\"\u003e\n    \u003cdiv class=\"ben-spec\"\u003e\n      \u003cdiv class=\"ben-spec-key\"\u003eFrame\u003c\/div\u003e\n      \u003cdiv class=\"ben-spec-val\"\u003eAluminium — Powder-Coated Black\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ben-spec\"\u003e\n      \u003cdiv class=\"ben-spec-key\"\u003eTabletop\u003c\/div\u003e\n      \u003cdiv class=\"ben-spec-val\"\u003eEucalyptus Wood\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ben-spec\"\u003e\n      \u003cdiv class=\"ben-spec-key\"\u003eShape\u003c\/div\u003e\n      \u003cdiv class=\"ben-spec-val\"\u003eSquare\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Key Features Grid ── --\u003e\n  \u003cdiv class=\"ben-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"ben-features\"\u003e\n\n    \u003cdiv class=\"ben-card\"\u003e\n      \u003cdiv class=\"ben-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eBlack Powder-Coated Aluminium Frame\u003c\/h3\u003e\n        \u003cp\u003eRust-resistant aluminium frame with a black powder-coat finish — lightweight, low-maintenance, and built for permanent outdoor placement.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ben-card\"\u003e\n      \u003cdiv class=\"ben-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eSlatted Eucalyptus Tabletop\u003c\/h3\u003e\n        \u003cp\u003eWarm-toned eucalyptus wood slats across the tabletop — naturally dense and weather-resistant, with good resistance to outdoor moisture and UV.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ben-card\"\u003e\n      \u003cdiv class=\"ben-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18M3 15h18M9 3v18M15 3v18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eSquare Format\u003c\/h3\u003e\n        \u003cp\u003eCompact square shape works well in smaller balcony settings or as a centrepiece within a larger outdoor lounge arrangement.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ben-card\"\u003e\n      \u003cdiv class=\"ben-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"\u003e\u003c\/line\u003e\u003cline x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eTwo-Material Construction\u003c\/h3\u003e\n        \u003cp\u003eThe contrast between black aluminium and warm natural timber gives the table visual depth and suits a wide range of contemporary outdoor settings.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Material Callout ── --\u003e\n  \u003cdiv class=\"ben-callout\"\u003e\n    \u003ch3\u003eAbout Eucalyptus Wood\u003c\/h3\u003e\n    \u003cp\u003eEucalyptus is a dense hardwood grown in managed plantations, widely used in outdoor furniture as a more sustainable and similarly durable alternative to teak. It has a naturally high oil content that helps repel moisture and resist decay, making it well suited to outdoor tabletops that are regularly exposed to rain and humidity. Like teak, eucalyptus will gradually weather from its warm honey tone to a silver-grey if left untreated outdoors — this is a natural process and does not affect structural integrity. To retain the original warm colour, the surface can be periodically treated with a suitable outdoor hardwood oil.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"ben-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"ben-steps\"\u003e\n\n    \u003cdiv class=\"ben-step\"\u003e\n      \u003cdiv class=\"ben-step-emoji\" aria-hidden=\"true\"\u003e🪵\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eEucalyptus Tabletop\u003c\/h4\u003e\n        \u003cp\u003eWipe down with a damp cloth to remove surface debris. For regular maintenance, apply an outdoor hardwood oil every 6–12 months to retain the warm timber colour.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ben-step\"\u003e\n      \u003cdiv class=\"ben-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eAluminium Frame\u003c\/h4\u003e\n        \u003cp\u003eWipe the powder-coated frame with a damp cloth as needed. Avoid abrasive cleaners or steel wool that may damage the coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ben-step\"\u003e\n      \u003cdiv class=\"ben-step-emoji\" aria-hidden=\"true\"\u003e🌧\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eRain \u0026amp; Moisture\u003c\/h4\u003e\n        \u003cp\u003eThe aluminium frame and eucalyptus top can both remain outdoors in wet conditions. Allow the surface to dry naturally after rain — avoid pooling water sitting on the timber for extended periods.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ben-step\"\u003e\n      \u003cdiv class=\"ben-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtended Storage\u003c\/h4\u003e\n        \u003cp\u003eFor long periods of non-use, a breathable furniture cover will help slow the natural weathering of the eucalyptus surface and keep the table in its best condition.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"ben-pills\"\u003e\n    \u003cdiv class=\"ben-label\" style=\"margin-bottom:4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n    \u003cdiv class=\"ben-pills-row\"\u003e\n      \u003ca class=\"ben-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n      \u003ca class=\"ben-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e\n      \u003ca class=\"ben-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"ben-glance\"\u003e\n    \u003cdiv class=\"ben-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"ben-glance-list\"\u003e\n\n      \u003cdiv class=\"ben-glance-item\"\u003e\n        \u003cdiv class=\"ben-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSquare outdoor coffee table with a black powder-coated aluminium frame and slatted eucalyptus wood tabletop.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ben-glance-item\"\u003e\n        \u003cdiv class=\"ben-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eAluminium frame is rust-resistant and low-maintenance — suited to permanent outdoor placement in the Australian climate.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ben-glance-item\"\u003e\n        \u003cdiv class=\"ben-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eEucalyptus tabletop is naturally moisture and decay-resistant — will weather to silver-grey if left untreated, or retain its warm tone with periodic hardwood oiling.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ben-glance-item\"\u003e\n        \u003cdiv class=\"ben-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eCompact square format suits smaller balconies or works as a centrepiece within a larger outdoor lounge setting.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ben-glance-item\"\u003e\n        \u003cdiv class=\"ben-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003ePart of the A2Z \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — pairs well with most dark-framed outdoor sofa settings.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"ben-seo\"\u003e\n    \u003ch2\u003eBendigo Square Outdoor Coffee Table — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Bendigo Square Outdoor Coffee Table is a square-format outdoor coffee table with a black powder-coated aluminium frame and a slatted eucalyptus hardwood tabletop. The aluminium frame is rust-resistant and requires minimal maintenance. The eucalyptus top is a dense hardwood with natural moisture resistance, making it well suited to outdoor tabletop use without the need for seasonal treatment — though periodic application of an outdoor hardwood oil will help retain the warm honey tone of the timber if preferred.\u003c\/p\u003e\n    \u003cp\u003eLike teak and other outdoor hardwoods, eucalyptus will naturally weather to a silver-grey over time if left exposed and untreated. This is a cosmetic change and does not affect the structural integrity or durability of the wood. The square format and black frame finish give the table a neutral, contemporary profile that works alongside most dark-framed outdoor sofa and lounge settings, including aluminium and wicker combinations.\u003c\/p\u003e\n    \u003cp\u003eThe Bendigo Square Outdoor Coffee Table is available online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":"Default Title","offer_id":42905602752647,"sku":"BD-CT-B","price":299.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/bendigo-square-outdoor-coffee-table-the-a2z-furniture-1_0032741b-2b83-4e3d-99a1-c78c0700a286.png?v=1778478739"},{"product_id":"nassau-rectangular-outdoor-table-light-teak","title":"Nassau Rectangular Outdoor Table","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.nas-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}\n\n\/* ── Intro ── *\/\n.nas-desc .nas-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.nas-desc .nas-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\/* ── Specs Row ── *\/\n.nas-desc .nas-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .nas-desc .nas-specs { grid-template-columns: 1fr 1fr; }\n}\n.nas-desc .nas-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.nas-desc .nas-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.nas-desc .nas-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.nas-desc .nas-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .nas-desc .nas-features { grid-template-columns: 1fr; }\n}\n.nas-desc .nas-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.nas-desc .nas-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.nas-desc .nas-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.nas-desc .nas-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.nas-desc .nas-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.nas-desc .nas-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.nas-desc .nas-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.nas-desc .nas-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.nas-desc .nas-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.nas-desc .nas-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .nas-desc .nas-steps { grid-template-columns: 1fr; }\n}\n.nas-desc .nas-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.nas-desc .nas-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.nas-desc .nas-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.nas-desc .nas-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.nas-desc .nas-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.nas-desc .nas-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.nas-desc .nas-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.nas-desc .nas-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.nas-desc .nas-glance {\n  margin-bottom: 28px;\n}\n.nas-desc .nas-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.nas-desc .nas-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.nas-desc .nas-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.nas-desc .nas-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.nas-desc .nas-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.nas-desc .nas-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.nas-desc .nas-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.nas-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=\"nas-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"nas-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eNassau Rectangular Outdoor Table\u003c\/strong\u003e is a full eucalyptus wood outdoor dining table — legs, frame, and slatted tabletop all in solid eucalyptus, finished in a light teak tone. Unlike tables with aluminium or composite components, the Nassau is an all-timber construction, which gives it a warmer, more natural appearance but also means it requires periodic care to maintain its finish and resist the effects of outdoor weathering. Suited to patios, garden decks, alfresco dining areas, and covered outdoor spaces.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Specs ── --\u003e\n  \u003cdiv class=\"nas-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003cdiv class=\"nas-specs\"\u003e\n    \u003cdiv class=\"nas-spec\"\u003e\n      \u003cdiv class=\"nas-spec-key\"\u003eMaterial\u003c\/div\u003e\n      \u003cdiv class=\"nas-spec-val\"\u003eSolid Eucalyptus Wood\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nas-spec\"\u003e\n      \u003cdiv class=\"nas-spec-key\"\u003eFinish\u003c\/div\u003e\n      \u003cdiv class=\"nas-spec-val\"\u003eLight Teak\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nas-spec\"\u003e\n      \u003cdiv class=\"nas-spec-key\"\u003eShape\u003c\/div\u003e\n      \u003cdiv class=\"nas-spec-val\"\u003eRectangular\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Key Features Grid ── --\u003e\n  \u003cdiv class=\"nas-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"nas-features\"\u003e\n\n    \u003cdiv class=\"nas-card\"\u003e\n      \u003cdiv class=\"nas-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M17 8h1a4 4 0 1 1 0 8h-1\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 8h14v9a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V8z\"\u003e\u003c\/path\u003e\u003cline x1=\"6\" y1=\"2\" x2=\"6\" y2=\"4\"\u003e\u003c\/line\u003e\u003cline x1=\"10\" y1=\"2\" x2=\"10\" y2=\"4\"\u003e\u003c\/line\u003e\u003cline x1=\"14\" y1=\"2\" x2=\"14\" y2=\"4\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eFull Eucalyptus Construction\u003c\/h3\u003e\n        \u003cp\u003eSolid eucalyptus throughout — legs, frame, and slatted tabletop — giving the table a consistent natural timber appearance with no aluminium or composite components.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nas-card\"\u003e\n      \u003cdiv class=\"nas-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"\u003e\u003c\/line\u003e\u003cline x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eLight Teak Finish\u003c\/h3\u003e\n        \u003cp\u003eFinished in a warm light teak tone that sits lighter and warmer than the dark honey of raw eucalyptus — maintains its colour with periodic re-oiling or resealing outdoors.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nas-card\"\u003e\n      \u003cdiv class=\"nas-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eWeather-Resistant Hardwood\u003c\/h3\u003e\n        \u003cp\u003eEucalyptus is a dense hardwood with naturally high oil content, giving it good inherent resistance to moisture and decay compared to softwood alternatives.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nas-card\"\u003e\n      \u003cdiv class=\"nas-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eSlatted Rectangular Tabletop\u003c\/h3\u003e\n        \u003cp\u003eFull-size rectangular slatted surface with sufficient area for a complete dining setting — the slatted format also allows water to drain naturally after rain.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── All-Timber Callout ── --\u003e\n  \u003cdiv class=\"nas-callout\"\u003e\n    \u003ch3\u003eCaring for an All-Timber Outdoor Table\u003c\/h3\u003e\n    \u003cp\u003eBecause the Nassau is a fully solid timber construction — including legs and frame — it requires more active maintenance than tables with aluminium frames or composite tabletops. Eucalyptus is a naturally dense hardwood with good moisture resistance, but all exposed timber outdoors will gradually weather and grey if left untreated. For a light teak finish specifically, the surface finish will fade and the wood will begin to silver over time without periodic care.\u003c\/p\u003e\n    \u003cp\u003eTo maintain the light teak appearance, the table should be cleaned and re-oiled or resealed with a suitable outdoor hardwood oil or timber finish product approximately once or twice a year, depending on how exposed the table is to direct sun and rain. If the finish is allowed to lapse and the timber greys, it can generally be restored by light sanding followed by re-application of the finish. During extended periods of non-use — particularly over wet seasons — storing or covering the table will slow the weathering process significantly.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"nas-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"nas-steps\"\u003e\n\n    \u003cdiv class=\"nas-step\"\u003e\n      \u003cdiv class=\"nas-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eRoutine Cleaning\u003c\/h4\u003e\n        \u003cp\u003eWipe down the tabletop and legs with a damp cloth and mild soap solution as needed. Rinse and allow to dry fully — avoid leaving pooled water on the surface for extended periods.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nas-step\"\u003e\n      \u003cdiv class=\"nas-step-emoji\" aria-hidden=\"true\"\u003e🪵\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eOiling \u0026amp; Finishing\u003c\/h4\u003e\n        \u003cp\u003eApply an outdoor hardwood oil or timber finish to the entire table — top, legs, and frame — every 6–12 months to maintain the light teak colour and protect the timber from moisture.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nas-step\"\u003e\n      \u003cdiv class=\"nas-step-emoji\" aria-hidden=\"true\"\u003e🌧\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eAfter Rain\u003c\/h4\u003e\n        \u003cp\u003eThe slatted surface drains water naturally. After heavy rain, wipe down the tabletop and allow the timber to dry fully before applying any protective treatment.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nas-step\"\u003e\n      \u003cdiv class=\"nas-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtended Storage\u003c\/h4\u003e\n        \u003cp\u003eFor extended periods of non-use or during prolonged wet weather, store indoors or under a breathable furniture cover to slow weathering and reduce the frequency of re-oiling.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"nas-pills\"\u003e\n    \u003cdiv class=\"nas-label\" style=\"margin-bottom:4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n    \u003cdiv class=\"nas-pills-row\"\u003e\n      \u003ca class=\"nas-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n      \u003ca class=\"nas-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n      \u003ca class=\"nas-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"nas-glance\"\u003e\n    \u003cdiv class=\"nas-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"nas-glance-list\"\u003e\n\n      \u003cdiv class=\"nas-glance-item\"\u003e\n        \u003cdiv class=\"nas-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eFull eucalyptus wood outdoor dining table — legs, frame, and slatted tabletop all in solid timber, finished in a light teak tone.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nas-glance-item\"\u003e\n        \u003cdiv class=\"nas-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eEucalyptus is a naturally dense hardwood with good inherent moisture and decay resistance — more durable outdoors than softwood alternatives.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nas-glance-item\"\u003e\n        \u003cdiv class=\"nas-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eAs an all-timber construction, periodic re-oiling or resealing (every 6–12 months) is recommended to maintain the light teak finish and protect the wood.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nas-glance-item\"\u003e\n        \u003cdiv class=\"nas-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSlatted rectangular tabletop with natural water drainage — full dining table size suited to a complete place setting.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nas-glance-item\"\u003e\n        \u003cdiv class=\"nas-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSuited to patios, garden decks, and alfresco areas. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e for additional pieces.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"nas-seo\"\u003e\n    \u003ch2\u003eNassau Rectangular Outdoor Table — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Nassau Rectangular Outdoor Table is a solid eucalyptus wood outdoor dining table with a light teak finish. Unlike tables that use an aluminium frame with a composite or timber tabletop, the Nassau is fully solid timber throughout — legs, frame, and slatted tabletop are all eucalyptus. Eucalyptus is a dense hardwood with naturally high oil content, giving it inherent moisture resistance and good outdoor durability. The light teak finish provides a warm, consistent tone that is lighter than raw eucalyptus.\u003c\/p\u003e\n    \u003cp\u003eAs an all-timber construction, the Nassau requires periodic maintenance to sustain its appearance outdoors. The light teak finish will fade and the timber will begin to weather and grey over time without re-oiling or resealing approximately every 6–12 months. If the finish lapses, it can generally be restored through light sanding and reapplication. Using a breathable furniture cover or storing the table during extended wet periods will slow weathering and reduce how frequently the finish needs attention.\u003c\/p\u003e\n    \u003cp\u003eThe Nassau Rectangular Outdoor Table is available online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":"Default Title","offer_id":42905614352519,"sku":"NS-DT-LT","price":299.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/nassau-rectangular-outdoor-table-the-a2z-furniture-1_48e9b891-f79d-4332-8f9a-76b859041b9a.png?v=1778478742"},{"product_id":"chalfonte-rectangular-outdoor-table","title":"Chalfonte Rectangular Outdoor Table","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.cha-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}\n\n\/* ── Intro ── *\/\n.cha-desc .cha-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.cha-desc .cha-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\/* ── Specs Row ── *\/\n.cha-desc .cha-specs {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .cha-desc .cha-specs { grid-template-columns: 1fr 1fr; }\n}\n.cha-desc .cha-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.cha-desc .cha-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.cha-desc .cha-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.cha-desc .cha-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .cha-desc .cha-features { grid-template-columns: 1fr; }\n}\n.cha-desc .cha-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.cha-desc .cha-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.cha-desc .cha-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.cha-desc .cha-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.cha-desc .cha-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.cha-desc .cha-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.cha-desc .cha-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.cha-desc .cha-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.cha-desc .cha-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.cha-desc .cha-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .cha-desc .cha-steps { grid-template-columns: 1fr; }\n}\n.cha-desc .cha-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.cha-desc .cha-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.cha-desc .cha-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.cha-desc .cha-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.cha-desc .cha-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.cha-desc .cha-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.cha-desc .cha-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.cha-desc .cha-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.cha-desc .cha-glance {\n  margin-bottom: 28px;\n}\n.cha-desc .cha-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.cha-desc .cha-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.cha-desc .cha-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.cha-desc .cha-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.cha-desc .cha-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.cha-desc .cha-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.cha-desc .cha-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.cha-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=\"cha-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"cha-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eChalfonte Rectangular Outdoor Table\u003c\/strong\u003e is a full-size outdoor dining table with a powder-coated aluminium frame and a Duraboard tabletop in a dark brown finish. Duraboard is a composite material that gives the appearance of slatted timber with better weather resistance and lower upkeep than natural wood — it does not require oiling, sealing, or seasonal treatment. The aluminium frame is rust-resistant and designed for permanent outdoor placement on patios, alfresco areas, garden decks, and covered entertaining spaces.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Specs ── --\u003e\n  \u003cdiv class=\"cha-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003cdiv class=\"cha-specs\"\u003e\n    \u003cdiv class=\"cha-spec\"\u003e\n      \u003cdiv class=\"cha-spec-key\"\u003eFrame\u003c\/div\u003e\n      \u003cdiv class=\"cha-spec-val\"\u003ePowder-Coated Aluminium\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cha-spec\"\u003e\n      \u003cdiv class=\"cha-spec-key\"\u003eTabletop\u003c\/div\u003e\n      \u003cdiv class=\"cha-spec-val\"\u003eDuraboard\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cha-spec\"\u003e\n      \u003cdiv class=\"cha-spec-key\"\u003eColour\u003c\/div\u003e\n      \u003cdiv class=\"cha-spec-val\"\u003eDark Brown\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cha-spec\"\u003e\n      \u003cdiv class=\"cha-spec-key\"\u003eShape\u003c\/div\u003e\n      \u003cdiv class=\"cha-spec-val\"\u003eRectangular\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Key Features Grid ── --\u003e\n  \u003cdiv class=\"cha-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"cha-features\"\u003e\n\n    \u003cdiv class=\"cha-card\"\u003e\n      \u003cdiv class=\"cha-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eRust-Resistant Aluminium Frame\u003c\/h3\u003e\n        \u003cp\u003ePowder-coated aluminium frame in dark brown — lightweight, rust-resistant, and built for year-round outdoor use without sealing or treatment.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cha-card\"\u003e\n      \u003cdiv class=\"cha-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eDuraboard Tabletop\u003c\/h3\u003e\n        \u003cp\u003eSlatted Duraboard surface gives the appearance of timber with better resistance to moisture, UV, and warping — and requires no oiling or annual maintenance.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cha-card\"\u003e\n      \u003cdiv class=\"cha-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eFull Dining Table Size\u003c\/h3\u003e\n        \u003cp\u003eRectangular format with sufficient surface area for a full dining setting — suited to use with matching or complementary outdoor chairs.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cha-card\"\u003e\n      \u003cdiv class=\"cha-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"\u003e\u003c\/line\u003e\u003cline x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eUV \u0026amp; Weather Resistant\u003c\/h3\u003e\n        \u003cp\u003eBoth the Duraboard top and the powder-coated frame are selected for outdoor exposure — resistant to UV fading, moisture, and the temperature variations of the Australian climate.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Duraboard Callout ── --\u003e\n  \u003cdiv class=\"cha-callout\"\u003e\n    \u003ch3\u003eAbout Duraboard\u003c\/h3\u003e\n    \u003cp\u003eDuraboard is a composite board material used in outdoor furniture tabletops as an alternative to natural timber. It is typically composed of wood fibre and plastic polymers, engineered to replicate the visual appearance of slatted wood while offering significantly better resistance to the outdoor elements. Unlike natural timber, Duraboard does not warp, crack, or rot when exposed to moisture, and it does not require periodic oiling, sealing, or sanding to maintain its appearance. It is UV-stabilised to resist colour fade under direct sun exposure.\u003c\/p\u003e\n    \u003cp\u003eFor outdoor dining tables in Queensland's climate — where high UV, humidity, and seasonal rain are routine — a Duraboard surface is considerably lower-maintenance than an equivalent eucalyptus or teak timber top. It can be wiped clean with a damp cloth, and the surface appearance remains consistent over time without the weathering and colour changes that occur with untreated natural wood.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"cha-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"cha-steps\"\u003e\n\n    \u003cdiv class=\"cha-step\"\u003e\n      \u003cdiv class=\"cha-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eDuraboard Tabletop\u003c\/h4\u003e\n        \u003cp\u003eWipe down with a damp cloth and mild soap solution as needed. No oiling, sealing, or periodic treatment required — the surface is maintenance-free under normal outdoor use.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cha-step\"\u003e\n      \u003cdiv class=\"cha-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eAluminium Frame\u003c\/h4\u003e\n        \u003cp\u003eWipe the powder-coated frame with a damp cloth as needed. Avoid abrasive cleaners or steel wool that may scratch or wear the dark brown finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cha-step\"\u003e\n      \u003cdiv class=\"cha-step-emoji\" aria-hidden=\"true\"\u003e🌧\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eRain \u0026amp; Moisture\u003c\/h4\u003e\n        \u003cp\u003eThe Duraboard surface and aluminium frame can both remain outdoors in wet conditions. The slatted surface allows water to drain — wipe down after heavy rain if needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cha-step\"\u003e\n      \u003cdiv class=\"cha-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtended Storage\u003c\/h4\u003e\n        \u003cp\u003eA breathable furniture cover during extended non-use periods will reduce surface dust and debris build-up on both the tabletop slats and the frame.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"cha-pills\"\u003e\n    \u003cdiv class=\"cha-label\" style=\"margin-bottom:4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n    \u003cdiv class=\"cha-pills-row\"\u003e\n      \u003ca class=\"cha-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n      \u003ca class=\"cha-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n      \u003ca class=\"cha-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"cha-glance\"\u003e\n    \u003cdiv class=\"cha-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"cha-glance-list\"\u003e\n\n      \u003cdiv class=\"cha-glance-item\"\u003e\n        \u003cdiv class=\"cha-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eRectangular outdoor dining table with a dark brown powder-coated aluminium frame and a slatted Duraboard tabletop.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cha-glance-item\"\u003e\n        \u003cdiv class=\"cha-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eDuraboard surface replicates the look of timber but requires no oiling, sealing, or periodic treatment — wipe clean with a damp cloth.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cha-glance-item\"\u003e\n        \u003cdiv class=\"cha-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eRust-resistant aluminium frame — lightweight and suited to permanent outdoor placement without treatment.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cha-glance-item\"\u003e\n        \u003cdiv class=\"cha-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eUV and weather-resistant construction — suited to the Queensland climate without colour fading or surface deterioration over time.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cha-glance-item\"\u003e\n        \u003cdiv class=\"cha-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSuited to patios, alfresco entertaining areas, garden decks, and covered outdoor dining spaces. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"cha-seo\"\u003e\n    \u003ch2\u003eChalfonte Rectangular Outdoor Table — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Chalfonte Rectangular Outdoor Table is an outdoor dining table with a dark brown powder-coated aluminium frame and a slatted Duraboard tabletop. The aluminium frame is rust-resistant and does not require treatment or sealing. The Duraboard surface is a composite material engineered to replicate the appearance of slatted timber while offering better resistance to moisture, UV, and warping — and unlike natural timber, it requires no oiling, sanding, or annual maintenance to retain its appearance. A damp cloth is sufficient for routine cleaning.\u003c\/p\u003e\n    \u003cp\u003eThe dark brown finish across both the frame and the tabletop gives the table a consistent, neutral profile that works with most outdoor chair and lounge settings. The rectangular format provides sufficient surface area for a full dining arrangement, and the table is suited to permanent outdoor placement on patios, garden decks, alfresco areas, and covered entertaining spaces across the Australian climate.\u003c\/p\u003e\n    \u003cp\u003eThe Chalfonte Rectangular Outdoor Table is available online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":"Default Title","offer_id":42905621168263,"sku":"CH-DT-DB","price":399.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/chalfonte-rectangular-outdoor-table-the-a2z-furniture-1_830d8ecc-f68b-408b-a689-adb804ce440d.png?v=1778478743"},{"product_id":"bendigo-outdoor-bar-stool","title":"Bendigo Outdoor Bar Stool","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.bbs-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}\n\n\/* ── Intro ── *\/\n.bbs-desc .bbs-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.bbs-desc .bbs-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\/* ── Specs Row ── *\/\n.bbs-desc .bbs-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .bbs-desc .bbs-specs { grid-template-columns: 1fr 1fr; }\n}\n.bbs-desc .bbs-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.bbs-desc .bbs-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.bbs-desc .bbs-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.bbs-desc .bbs-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .bbs-desc .bbs-features { grid-template-columns: 1fr; }\n}\n.bbs-desc .bbs-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.bbs-desc .bbs-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.bbs-desc .bbs-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.bbs-desc .bbs-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.bbs-desc .bbs-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.bbs-desc .bbs-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.bbs-desc .bbs-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.bbs-desc .bbs-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.bbs-desc .bbs-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.bbs-desc .bbs-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .bbs-desc .bbs-steps { grid-template-columns: 1fr; }\n}\n.bbs-desc .bbs-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.bbs-desc .bbs-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.bbs-desc .bbs-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.bbs-desc .bbs-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.bbs-desc .bbs-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.bbs-desc .bbs-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.bbs-desc .bbs-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.bbs-desc .bbs-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.bbs-desc .bbs-glance {\n  margin-bottom: 28px;\n}\n.bbs-desc .bbs-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.bbs-desc .bbs-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.bbs-desc .bbs-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.bbs-desc .bbs-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.bbs-desc .bbs-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.bbs-desc .bbs-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.bbs-desc .bbs-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.bbs-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=\"bbs-desc\"\u003e\n\u003c!-- ── Intro ── --\u003e\n\u003cdiv class=\"bbs-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eBendigo Outdoor Bar Stool\u003c\/strong\u003e pairs a white powder-coated aluminium frame with a contoured eucalyptus wood seat at bar height. The backless design keeps the stool compact and easy to tuck under an outdoor bar, kitchen counter, or high table, while the two-material combination of white aluminium and warm natural timber gives it a clean contemporary look. Rust-resistant and suited to permanent outdoor placement. Available in White with a natural eucalyptus seat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Specs ── --\u003e\n\u003cdiv class=\"bbs-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"bbs-specs\"\u003e\n\u003cdiv class=\"bbs-spec\"\u003e\n\u003cdiv class=\"bbs-spec-key\"\u003eFrame\u003c\/div\u003e\n\u003cdiv class=\"bbs-spec-val\"\u003ePowder-Coated Aluminium — White\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbs-spec\"\u003e\n\u003cdiv class=\"bbs-spec-key\"\u003eSeat\u003c\/div\u003e\n\u003cdiv class=\"bbs-spec-val\"\u003eEucalyptus Wood\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbs-spec\"\u003e\n\u003cdiv class=\"bbs-spec-key\"\u003eStyle\u003c\/div\u003e\n\u003cdiv class=\"bbs-spec-val\"\u003eBackless Bar Stool\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Key Features Grid ── --\u003e\n\u003cdiv class=\"bbs-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"bbs-features\"\u003e\n\u003cdiv class=\"bbs-card\"\u003e\n\u003cdiv class=\"bbs-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eWhite Powder-Coated Aluminium Frame\u003c\/h3\u003e\n\u003cp\u003eLightweight rust-resistant frame with a white powder-coat finish — built for year-round outdoor placement without requiring seasonal storage or treatment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbs-card\"\u003e\n\u003cdiv class=\"bbs-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eContoured Eucalyptus Wood Seat\u003c\/h3\u003e\n\u003cp\u003eSlatted eucalyptus hardwood seat with a slightly contoured profile — naturally moisture and decay-resistant, with good durability in outdoor conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbs-card\"\u003e\n\u003cdiv class=\"bbs-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cline x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"\u003e\u003c\/line\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBackless Bar Height Design\u003c\/h3\u003e\n\u003cp\u003eCompact backless format tucks neatly under an outdoor bar, kitchen island, or high table when not in use — practical for tighter outdoor spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbs-card\"\u003e\n\u003cdiv class=\"bbs-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"\u003e\u003c\/line\u003e\u003cline x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTwo-Material Construction\u003c\/h3\u003e\n\u003cp\u003eWhite aluminium and natural eucalyptus work well together outdoors — both weather-resistant, and the colour contrast suits a range of alfresco settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Eucalyptus Callout ── --\u003e\n\u003cdiv class=\"bbs-callout\"\u003e\n\u003ch3\u003eAbout Eucalyptus Wood Outdoors\u003c\/h3\u003e\n\u003cp\u003eEucalyptus is a dense hardwood grown in managed plantations, widely used in outdoor furniture as a sustainable and similarly durable alternative to teak. Its naturally high oil content helps repel moisture and resist decay, making it well suited to outdoor seat surfaces that are regularly exposed to rain, humidity, and direct sun. As a seat surface rather than a tabletop, the eucalyptus on the Bendigo bar stool also benefits from the slight concavity of its contoured profile — the slatted format allows water to drain away from the seat surface naturally rather than pooling.\u003c\/p\u003e\n\u003cp\u003eLike teak and other outdoor hardwoods, eucalyptus will gradually weather from its warm honey tone to a silver-grey if left untreated outdoors. This is a cosmetic change and does not affect the wood's structural integrity or durability. To retain the original warm colour, apply an outdoor hardwood oil periodically — once or twice a year is typically sufficient.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Care Instructions ── --\u003e\n\u003cdiv class=\"bbs-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"bbs-steps\"\u003e\n\u003cdiv class=\"bbs-step\"\u003e\n\u003cdiv class=\"bbs-step-emoji\" aria-hidden=\"true\"\u003e🪵\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eEucalyptus Seat\u003c\/h4\u003e\n\u003cp\u003eWipe down with a damp cloth to remove surface debris. Apply an outdoor hardwood oil every 6–12 months to maintain the natural warm colour of the timber.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbs-step\"\u003e\n\u003cdiv class=\"bbs-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eAluminium Frame\u003c\/h4\u003e\n\u003cp\u003eWipe the powder-coated frame with a damp cloth as needed. Avoid abrasive cleaners that may scratch or dull the white finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbs-step\"\u003e\n\u003cdiv class=\"bbs-step-emoji\" aria-hidden=\"true\"\u003e🌧\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eRain \u0026amp; Moisture\u003c\/h4\u003e\n\u003cp\u003eThe slatted seat allows water to drain naturally. The aluminium frame is rust-resistant and can remain outdoors in wet conditions without deteriorating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbs-step\"\u003e\n\u003cdiv class=\"bbs-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eExtended Storage\u003c\/h4\u003e\n\u003cp\u003eFor extended periods of non-use, a breathable cover will slow the natural weathering of the eucalyptus seat and keep the white frame in its best condition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Related Products ── --\u003e\n\u003cdiv class=\"bbs-pills\"\u003e\n\u003cdiv class=\"bbs-label\" style=\"margin-bottom: 4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n\u003cdiv class=\"bbs-pills-row\"\u003e\n\u003ca class=\"bbs-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e \u003ca class=\"bbs-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── At a Glance ── --\u003e\n\u003cdiv class=\"bbs-glance\"\u003e\n\u003cdiv class=\"bbs-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"bbs-glance-list\"\u003e\n\u003cdiv class=\"bbs-glance-item\"\u003e\n\u003cdiv class=\"bbs-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eBackless outdoor bar stool with a white powder-coated aluminium frame and a contoured slatted eucalyptus wood seat.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbs-glance-item\"\u003e\n\u003cdiv class=\"bbs-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eRust-resistant aluminium frame — lightweight and suited to permanent outdoor placement without treatment or sealing.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbs-glance-item\"\u003e\n\u003cdiv class=\"bbs-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eEucalyptus seat is naturally moisture and decay-resistant — will weather to silver-grey over time if left untreated, or retain warm tone with periodic hardwood oiling.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbs-glance-item\"\u003e\n\u003cdiv class=\"bbs-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eBackless format tucks under outdoor bars, kitchen islands, and high tables — compact footprint when not in use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbs-glance-item\"\u003e\n\u003cdiv class=\"bbs-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSuited to outdoor bars, kitchen islands, high tables, patios, and decks. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e for additional pieces.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── SEO Copy ── --\u003e\n\u003cdiv class=\"bbs-seo\"\u003e\n\u003ch2\u003eBendigo Outdoor Bar Stool — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Bendigo Outdoor Bar Stool is a backless outdoor bar stool with a white powder-coated aluminium frame and a contoured slatted eucalyptus wood seat. The aluminium frame is rust-resistant and lightweight, suited to permanent outdoor placement on patios, decks, balconies, and outdoor kitchen areas. The eucalyptus seat has a slightly concave contoured profile with slatted construction that allows water to drain naturally — practical for a seat surface that remains outdoors in the rain.\u003c\/p\u003e\n\u003cp\u003eEucalyptus is a dense hardwood with naturally high oil content, giving it good moisture and decay resistance without requiring annual sealing. The seat will gradually develop a silver-grey patina over time if left untreated — periodic application of an outdoor hardwood oil will retain the original warm honey tone if preferred.\u003c\/p\u003e\n\u003cp\u003eThe Bendigo Outdoor Bar Stool is available online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":42905632768135,"sku":"BD-ST-W","price":79.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/bendigo-outdoor-bar-stool-the-a2z-furniture-1_560e80a2-e322-402d-9b0b-bf9a4a5280e3.png?v=1778478744"},{"product_id":"panama-outdoor-7-piece-dining-set","title":"Panama Outdoor 7 Piece Dining Set","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.pan-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: 900px;\n}\n\n.pan-desc * {\n  box-sizing: border-box;\n}\n\n.pan-desc .pn-intro {\n  margin-bottom: 28px;\n}\n\n.pan-desc .pn-intro p {\n  margin: 0;\n}\n\n.pan-desc .pn-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\/* Feature grid *\/\n.pan-desc .pn-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n\n@media (max-width: 768px) {\n  .pan-desc .pn-features {\n    grid-template-columns: 1fr;\n  }\n}\n\n.pan-desc .pn-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n}\n\n.pan-desc .pn-feature-card svg {\n  width: 22px;\n  height: 22px;\n  flex-shrink: 0;\n}\n\n.pan-desc .pn-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0;\n}\n\n.pan-desc .pn-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* Material callout *\/\n.pan-desc .pn-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n\n.pan-desc .pn-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;\n}\n\n.pan-desc .pn-callout p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n\/* Care grid *\/\n.pan-desc .pn-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n\n@media (max-width: 768px) {\n  .pan-desc .pn-care-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.pan-desc .pn-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px;\n}\n\n.pan-desc .pn-care-card .pn-care-emoji {\n  font-size: 22px;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.pan-desc .pn-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  margin: 0 0 6px;\n  color: #222222;\n}\n\n.pan-desc .pn-care-card p {\n  font-size: 14px;\n  margin: 0;\n  line-height: 1.6;\n  color: #222222;\n}\n\n\/* At a glance *\/\n.pan-desc .pn-checklist {\n  margin-bottom: 28px;\n}\n\n.pan-desc .pn-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.pan-desc .pn-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.pan-desc .pn-tick {\n  width: 20px;\n  height: 20px;\n  min-width: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 3px;\n}\n\n.pan-desc .pn-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n\/* SEO *\/\n.pan-desc .pn-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.pan-desc .pn-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n\n.pan-desc .pn-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 12px;\n}\n\n.pan-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=\"pan-desc\"\u003e\n\u003c!-- Intro --\u003e\n\u003cdiv class=\"pn-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003ePanama Outdoor 7 Piece Dining Set\u003c\/strong\u003e brings together a large 200 × 90 cm dining table with a warm-toned slatted top and six matching aluminium-framed chairs with weather-resistant net fabric seating and warm-toned armrests — all finished with a grey powder-coated frame built to resist rust and corrosion. It's a complete outdoor dining setup suited to everything from casual weekend breakfasts to larger alfresco gatherings, and holds up well with regular outdoor use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Key Features --\u003e\n\u003cdiv class=\"pn-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"pn-features\"\u003e\n\u003cdiv class=\"pn-feature-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#C2824D\" fill=\"none\" aria-hidden=\"true\"\u003e\n        \u003cpath d=\"M12 2L2 7l10 5 10-5-10-5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 17l10 5 10-5\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003ch3\u003eGrey Powder-Coated Aluminium\u003c\/h3\u003e\n\u003cp\u003eThe table and chair frames are powder-coated aluminium — rust-resistant and suited to Australian outdoor conditions without heavy maintenance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pn-feature-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#C2824D\" fill=\"none\" aria-hidden=\"true\"\u003e\n        \u003crect rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18M3 15h18M9 3v18M15 3v18\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003ch3\u003eLarge 200 × 90 cm Table\u003c\/h3\u003e\n\u003cp\u003eThe spacious table surface comfortably seats six and provides ample room for food, drinks, and table settings during outdoor entertaining.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pn-feature-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#C2824D\" fill=\"none\" aria-hidden=\"true\"\u003e\n        \u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle r=\"4\" cy=\"7\" cx=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003ch3\u003eSix Chairs Included\u003c\/h3\u003e\n\u003cp\u003eThe set comes with six matching chairs, giving you a complete dining arrangement with no additional seating purchases required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pn-feature-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#C2824D\" fill=\"none\" aria-hidden=\"true\"\u003e\n        \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003ch3\u003eWeather-Resistant Net Fabric\u003c\/h3\u003e\n\u003cp\u003eEach chair features weather-resistant netting on the seat and back for breathable support, plus warm-toned armrests that contrast the grey frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Material Callout --\u003e\n\u003cdiv class=\"pn-callout\"\u003e\n\u003ch3\u003eAbout Aluminium \u0026amp; Weather Net Fabric\u003c\/h3\u003e\n\u003cp\u003ePowder-coated aluminium is a practical choice for outdoor dining furniture — it is lightweight, rust-resistant, and tolerates the heat, humidity, and UV exposure typical of Australian outdoor environments. Weather-resistant net fabric on the chairs offers breathable support without the need for cushions, making the chairs easy to maintain and quick to dry after rain. The warm-toned slatted table top and matching chair armrests add a natural contrast to the grey frame, giving the set a two-tone look that works across a range of outdoor settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Care Instructions --\u003e\n\u003cdiv class=\"pn-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"pn-care-grid\"\u003e\n\u003cdiv class=\"pn-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"pn-care-emoji\"\u003e🚿\u003c\/span\u003e\n\u003ch3\u003eRinse Chairs Regularly\u003c\/h3\u003e\n\u003cp\u003eThe net fabric chairs can be rinsed with a garden hose to remove dust, pollen, and surface grime — allow them to air dry fully before use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pn-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"pn-care-emoji\"\u003e🧽\u003c\/span\u003e\n\u003ch3\u003eWipe Down the Table\u003c\/h3\u003e\n\u003cp\u003eClean the table surface with a damp cloth and mild soap; rinse and dry thoroughly to prevent water pooling on the slatted top.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pn-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"pn-care-emoji\"\u003e☂️\u003c\/span\u003e\n\u003ch3\u003eCover When Not in Use\u003c\/h3\u003e\n\u003cp\u003eDuring extended periods of non-use or severe weather, outdoor furniture covers help maintain the appearance and finish of the set.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pn-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"pn-care-emoji\"\u003e🚫\u003c\/span\u003e\n\u003ch3\u003eAvoid Harsh Chemicals\u003c\/h3\u003e\n\u003cp\u003eDo not use abrasive cleaners, bleach, or solvents on the frames or net fabric, as these can damage the powder-coat finish or weaken the netting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- At a Glance --\u003e\n\u003cdiv class=\"pn-checklist\"\u003e\n\u003cdiv class=\"pn-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"pn-list\"\u003e\n\u003cdiv class=\"pn-list-item\"\u003e\n\u003cspan class=\"pn-tick\"\u003e \u003csvg viewbox=\"0 0 24 24\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#fff\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eGrey powder-coated aluminium frames on both the table and chairs offer rust resistance suited to Australian outdoor conditions.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pn-list-item\"\u003e\n\u003cspan class=\"pn-tick\"\u003e \u003csvg viewbox=\"0 0 24 24\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#fff\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eThe 200 × 90 cm table surface comfortably seats six people, making it practical for family meals and larger entertaining occasions.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pn-list-item\"\u003e\n\u003cspan class=\"pn-tick\"\u003e \u003csvg viewbox=\"0 0 24 24\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#fff\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eWeather-resistant net fabric on each chair provides breathable support without requiring cushions or additional upholstery care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pn-list-item\"\u003e\n\u003cspan class=\"pn-tick\"\u003e \u003csvg viewbox=\"0 0 24 24\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#fff\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eThe clean-lined grey and warm-tone design suits a wide range of outdoor spaces, from modern courtyards to coastal patios.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pn-list-item\"\u003e\n\u003cspan class=\"pn-tick\"\u003e \u003csvg viewbox=\"0 0 24 24\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#fff\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eThe complete seven-piece set requires no additional seating or table purchases — everything needed for a full outdoor dining setup is included.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SEO Body Copy --\u003e\n\u003cdiv class=\"pn-seo\"\u003e\n\u003ch2\u003ePanama Outdoor 7 Piece Dining Set — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Panama Outdoor 7 Piece Dining Set consists of a 200 × 90 cm aluminium dining table with a warm-toned slatted top and six matching chairs with weather-resistant net fabric seating, all finished in a grey powder-coated aluminium frame. The set is designed for outdoor dining and holds up well with regular use in a range of Australian climate conditions.\u003c\/p\u003e\n\u003cp\u003eThe combination of a grey powder-coated frame with a warm-toned slatted table top and matching chair armrests gives the Panama set a two-tone look that works across a range of outdoor settings — from modern poolside terraces to open backyard entertaining areas. The contrast between the grey and the warm tones adds visual interest without requiring a specific colour scheme in the surrounding space.\u003c\/p\u003e\n\u003cp\u003eThis set suits homeowners looking for a full outdoor dining arrangement for six that requires minimal upkeep. You can see the Panama Outdoor 7 Piece Dining Set in person at any of our five A2Z Furniture stores: 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":42917853855879,"sku":null,"price":1299.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_1dgwux1dgwux1dgw_a27d3e5e-1a47-4ac7-94c2-1b27e3dfd206.png?v=1778478747"},{"product_id":"sanbria-outdoor-stacking-dining-chair","title":"Sanbria Outdoor Stacking Dining Chair","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.san-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}\n\n\/* ── Intro ── *\/\n.san-desc .san-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.san-desc .san-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\/* ── Specs Row ── *\/\n.san-desc .san-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .san-desc .san-specs { grid-template-columns: 1fr 1fr; }\n}\n.san-desc .san-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.san-desc .san-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.san-desc .san-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.san-desc .san-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .san-desc .san-features { grid-template-columns: 1fr; }\n}\n.san-desc .san-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.san-desc .san-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.san-desc .san-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.san-desc .san-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.san-desc .san-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.san-desc .san-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.san-desc .san-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.san-desc .san-callout p {\n  margin: 0;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n\n\/* ── Care Steps ── *\/\n.san-desc .san-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .san-desc .san-steps { grid-template-columns: 1fr; }\n}\n.san-desc .san-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.san-desc .san-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.san-desc .san-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.san-desc .san-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.san-desc .san-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.san-desc .san-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.san-desc .san-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.san-desc .san-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.san-desc .san-glance {\n  margin-bottom: 28px;\n}\n.san-desc .san-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.san-desc .san-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.san-desc .san-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.san-desc .san-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.san-desc .san-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.san-desc .san-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.san-desc .san-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.san-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=\"san-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"san-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eSanbria Outdoor Stacking Dining Chair\u003c\/strong\u003e is a wicker armchair designed for outdoor dining use — cushion-free, UV and weather-resistant, and stackable for compact storage when not in use. The full wicker construction covers the seat, back, armrests, and legs, making it straightforward to clean and maintain without the need to manage separate cushions. Suited to patios, alfresco dining areas, balconies, and garden settings. Available in Black.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Specs ── --\u003e\n  \u003cdiv class=\"san-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003cdiv class=\"san-specs\"\u003e\n    \u003cdiv class=\"san-spec\"\u003e\n      \u003cdiv class=\"san-spec-key\"\u003eFrame \u0026amp; Body\u003c\/div\u003e\n      \u003cdiv class=\"san-spec-val\"\u003eWicker\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"san-spec\"\u003e\n      \u003cdiv class=\"san-spec-key\"\u003eColour\u003c\/div\u003e\n      \u003cdiv class=\"san-spec-val\"\u003eBlack\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"san-spec\"\u003e\n      \u003cdiv class=\"san-spec-key\"\u003eStorage\u003c\/div\u003e\n      \u003cdiv class=\"san-spec-val\"\u003eStackable\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Key Features Grid ── --\u003e\n  \u003cdiv class=\"san-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"san-features\"\u003e\n\n    \u003cdiv class=\"san-card\"\u003e\n      \u003cdiv class=\"san-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eFull Wicker Construction\u003c\/h3\u003e\n        \u003cp\u003eHand-woven wicker across the seat, back, armrests, and legs — UV-stable and moisture-resistant for year-round outdoor use without deteriorating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"san-card\"\u003e\n      \u003cdiv class=\"san-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"9 11 12 14 22 4\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eStackable Design\u003c\/h3\u003e\n        \u003cp\u003eThe chair legs are shaped for stacking, allowing multiple chairs to be stored vertically — practical for balconies, smaller patios, or hosting arrangements where chairs are brought out as needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"san-card\"\u003e\n      \u003cdiv class=\"san-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eUV \u0026amp; Weather Resistant\u003c\/h3\u003e\n        \u003cp\u003eWicker is UV-stabilised and resistant to moisture and humidity — suited to permanent outdoor placement in the Australian climate without requiring seasonal storage.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"san-card\"\u003e\n      \u003cdiv class=\"san-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 9V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 11v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1H6v-1a2 2 0 0 0-4 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eArmchair Format — No Cushions Required\u003c\/h3\u003e\n        \u003cp\u003eIntegrated wicker armrests and a structured wicker seat provide comfortable support without the need for separate cushions to store, dry, or maintain.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── PE Wicker Callout ── --\u003e\n  \u003cdiv class=\"san-callout\"\u003e\n    \u003ch3\u003eAbout Outdoor Wicker\u003c\/h3\u003e\n    \u003cp\u003eOutdoor wicker furniture uses PE (polyethylene) wicker — a synthetic weaving material manufactured to replicate the look of natural rattan while offering significantly better resistance to outdoor conditions. Natural rattan degrades quickly when exposed to UV, rain, and humidity, becoming brittle and fading over time. PE wicker is UV-stabilised and moisture-resistant, holding its colour and structural integrity through extended outdoor exposure. It can be cleaned easily with a damp cloth, does not require seasonal sealing or treatment, and is not susceptible to mould or mildew in the way natural fibres can be — making it a practical choice for chairs that remain outdoors permanently.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"san-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"san-steps\"\u003e\n\n    \u003cdiv class=\"san-step\"\u003e\n      \u003cdiv class=\"san-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eWicker Body\u003c\/h4\u003e\n        \u003cp\u003eWipe down the wicker with a damp cloth and a mild soap solution. Use a soft brush to clear debris from the weave if needed. Rinse and allow to air dry.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"san-step\"\u003e\n      \u003cdiv class=\"san-step-emoji\" aria-hidden=\"true\"\u003e🌧\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eRain \u0026amp; Moisture\u003c\/h4\u003e\n        \u003cp\u003ePE wicker drains and dries readily after rain. Allow the chair to dry fully before stacking to prevent moisture build-up between stacked chairs.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"san-step\"\u003e\n      \u003cdiv class=\"san-step-emoji\" aria-hidden=\"true\"\u003e📦\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eStacking \u0026amp; Storage\u003c\/h4\u003e\n        \u003cp\u003eStack chairs on a level surface. Avoid stacking more than is stable for your specific situation. Store under a breathable cover during extended non-use periods to reduce dust build-up on the weave.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"san-step\"\u003e\n      \u003cdiv class=\"san-step-emoji\" aria-hidden=\"true\"\u003e🚫\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eWhat to Avoid\u003c\/h4\u003e\n        \u003cp\u003eAvoid abrasive brushes, steel wool, or harsh chemical cleaners that may snag the wicker weave or degrade the UV coating on the material surface.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"san-pills\"\u003e\n    \u003cdiv class=\"san-label\" style=\"margin-bottom:4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n    \u003cdiv class=\"san-pills-row\"\u003e\n      \u003ca class=\"san-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n      \u003ca class=\"san-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n      \u003ca class=\"san-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"san-glance\"\u003e\n    \u003cdiv class=\"san-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"san-glance-list\"\u003e\n\n      \u003cdiv class=\"san-glance-item\"\u003e\n        \u003cdiv class=\"san-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eWicker outdoor dining armchair in Black — UV-stable and weather-resistant for permanent outdoor placement.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"san-glance-item\"\u003e\n        \u003cdiv class=\"san-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eStackable design — chairs can be stored vertically to free up space when not in use, practical for smaller outdoor areas.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"san-glance-item\"\u003e\n        \u003cdiv class=\"san-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eCushion-free wicker construction — no separate cushions to manage, dry, or store between uses.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"san-glance-item\"\u003e\n        \u003cdiv class=\"san-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003ePE wicker holds its colour and structure outdoors without seasonal treatment or sealing — cleaned with a damp cloth.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"san-glance-item\"\u003e\n        \u003cdiv class=\"san-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSuited to outdoor dining tables, patios, balconies, alfresco areas, and garden settings. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"san-seo\"\u003e\n    \u003ch2\u003eSanbria Outdoor Stacking Dining Chair — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Sanbria Outdoor Stacking Dining Chair is a wicker outdoor armchair with a full wicker construction covering the seat, back, armrests, and legs. It is cushion-free — the structured wicker provides seating support without requiring separate cushions to be purchased, stored, or maintained. The wicker is UV-stabilised and moisture-resistant, suited to permanent outdoor placement without seasonal storage or treatment. Available in Black.\u003c\/p\u003e\n    \u003cp\u003eThe stackable design allows multiple chairs to be stored vertically, which is practical for smaller outdoor areas or households that bring additional chairs out for entertaining and store them when not needed. PE wicker is more durable outdoors than natural rattan, holding its colour and structural tension through extended sun and rain exposure. It is cleaned easily with a damp cloth and mild soap, without requiring specialist products or annual maintenance.\u003c\/p\u003e\n    \u003cp\u003eThe Sanbria Outdoor Stacking Dining Chair is available individually as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — online and in store at 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":"Default Title","offer_id":42918333907079,"sku":"SA-DC-B","price":99.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/sanbria-outdoor-stacking-dining-chair-the-a2z-furniture-1_77658715-f740-4881-8a91-e78f64517aed.png?v=1778478749"},{"product_id":"chalfonte-7-piece-outdoor-dining-set-with-sanbria-chairs","title":"Chalfonte 7 Piece Outdoor Dining Set with Sanbria Chairs","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.c7s-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}\n\n\/* ── Intro ── *\/\n.c7s-desc .c7s-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.c7s-desc .c7s-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\/* ── Bundle Cards ── *\/\n.c7s-desc .c7s-bundle {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .c7s-desc .c7s-bundle { grid-template-columns: 1fr; }\n}\n.c7s-desc .c7s-bundle-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n}\n.c7s-desc .c7s-bundle-card-header {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 10px;\n}\n.c7s-desc .c7s-bundle-qty {\n  flex-shrink: 0;\n  width: 26px;\n  height: 26px;\n  background: #C2824D;\n  border-radius: 6px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 11px;\n  font-weight: 700;\n  color: #fff;\n}\n.c7s-desc .c7s-bundle-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0;\n}\n.c7s-desc .c7s-bundle-card p {\n  font-size: 13.5px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n.c7s-desc .c7s-bundle-card .c7s-bundle-link {\n  display: inline-block;\n  margin-top: 10px;\n  font-size: 12.5px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: underline;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 2px;\n  white-space: nowrap;\n}\n\n\/* ── Specs Row ── *\/\n.c7s-desc .c7s-specs {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .c7s-desc .c7s-specs { grid-template-columns: 1fr 1fr; }\n}\n.c7s-desc .c7s-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.c7s-desc .c7s-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.c7s-desc .c7s-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Callout Box ── *\/\n.c7s-desc .c7s-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.c7s-desc .c7s-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.c7s-desc .c7s-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.c7s-desc .c7s-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.c7s-desc .c7s-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .c7s-desc .c7s-steps { grid-template-columns: 1fr; }\n}\n.c7s-desc .c7s-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.c7s-desc .c7s-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.c7s-desc .c7s-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.c7s-desc .c7s-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.c7s-desc .c7s-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.c7s-desc .c7s-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.c7s-desc .c7s-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.c7s-desc .c7s-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.c7s-desc .c7s-glance {\n  margin-bottom: 28px;\n}\n.c7s-desc .c7s-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.c7s-desc .c7s-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.c7s-desc .c7s-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.c7s-desc .c7s-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.c7s-desc .c7s-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.c7s-desc .c7s-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.c7s-desc .c7s-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.c7s-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=\"c7s-desc\"\u003e\n\u003c!-- ── Intro ── --\u003e\n\u003cdiv class=\"c7s-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eChalfonte 7 Piece Outdoor Dining Set with Sanbria Chairs\u003c\/strong\u003e bundles the \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/chalfonte-rectangular-outdoor-table\" class=\"mr-link\"\u003eChalfonte Rectangular Outdoor Table\u003c\/a\u003e with six \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/sanbria-outdoor-stacking-dining-chair\" class=\"mr-link\"\u003eSanbria Outdoor Stacking Dining Chairs\u003c\/a\u003e into a complete outdoor dining arrangement for six. The Chalfonte table uses a Duraboard tabletop — a composite material that gives the appearance of timber with no oiling or weathering — while the Sanbria chairs are full PE wicker with no cushions, stacking for compact storage. Both pieces are designed for low ongoing maintenance and permanent outdoor placement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Bundle Contents ── --\u003e\n\u003cdiv class=\"c7s-label\"\u003eWhat's in the Bundle\u003c\/div\u003e\n\u003cdiv class=\"c7s-bundle\"\u003e\n\u003cdiv class=\"c7s-bundle-card\"\u003e\n\u003cdiv class=\"c7s-bundle-card-header\"\u003e\n\u003cdiv class=\"c7s-bundle-qty\"\u003e×1\u003c\/div\u003e\n\u003ch3\u003eChalfonte Rectangular Outdoor Table\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eDark brown powder-coated aluminium frame with a Duraboard tabletop — composite material that replicates timber with no oiling or seasonal treatment. Seats 6.\u003c\/p\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/chalfonte-rectangular-outdoor-table\" class=\"c7s-bundle-link\"\u003eView full product details →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c7s-bundle-card\"\u003e\n\u003cdiv class=\"c7s-bundle-card-header\"\u003e\n\u003cdiv class=\"c7s-bundle-qty\"\u003e×6\u003c\/div\u003e\n\u003ch3\u003eSanbria Outdoor Stacking Dining Chairs\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eFull PE wicker armchair — no cushions, stackable, UV-stable, and moisture-resistant. Wipe clean with a damp cloth. Stack compactly when not in use.\u003c\/p\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/sanbria-outdoor-stacking-dining-chair\" class=\"c7s-bundle-link\"\u003eView full product details →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Specs ── --\u003e\n\u003cdiv class=\"c7s-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"c7s-specs\"\u003e\n\u003cdiv class=\"c7s-spec\"\u003e\n\u003cdiv class=\"c7s-spec-key\"\u003eTable Frame\u003c\/div\u003e\n\u003cdiv class=\"c7s-spec-val\"\u003ePowder-Coated Aluminium — Dark Brown\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c7s-spec\"\u003e\n\u003cdiv class=\"c7s-spec-key\"\u003eTable Top\u003c\/div\u003e\n\u003cdiv class=\"c7s-spec-val\"\u003eDuraboard — Dark Brown\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c7s-spec\"\u003e\n\u003cdiv class=\"c7s-spec-key\"\u003eChair Material\u003c\/div\u003e\n\u003cdiv class=\"c7s-spec-val\"\u003ePE Wicker — Black\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c7s-spec\"\u003e\n\u003cdiv class=\"c7s-spec-key\"\u003eChair Storage\u003c\/div\u003e\n\u003cdiv class=\"c7s-spec-val\"\u003eStackable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Duraboard + PE Wicker Callout ── --\u003e\n\u003cdiv class=\"c7s-callout\"\u003e\n\u003ch3\u003eDuraboard Table \u0026amp; PE Wicker Chairs — A Low-Maintenance Pairing\u003c\/h3\u003e\n\u003cp\u003eBoth products in this bundle are selected for minimal ongoing maintenance, which makes them a practical combination for an outdoor dining set that stays in place year-round. The Chalfonte's Duraboard tabletop is a composite board material — wood fibre and plastic polymers — that gives the appearance of slatted timber without the care requirements. It does not warp, fade, or require oiling, and is cleaned with a damp cloth. The dark brown finish runs consistently through the material, meaning surface scratches don't reveal a different colour underneath.\u003c\/p\u003e\n\u003cp\u003eThe Sanbria chairs use PE (polyethylene) wicker — a synthetic material that is UV-stabilised and moisture-resistant, holding its colour and structure through year-round outdoor exposure. There are no cushions to store or manage. Both the table and chairs are cleaned the same way: wipe down with a damp cloth and mild soap. The only ongoing consideration is that the Duraboard tabletop benefits from a breathable cover during extended non-use to reduce dust accumulation in the slat gaps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Care Instructions ── --\u003e\n\u003cdiv class=\"c7s-label\"\u003eCare at a Glance\u003c\/div\u003e\n\u003cdiv class=\"c7s-steps\"\u003e\n\u003cdiv class=\"c7s-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"c7s-step-emoji\"\u003e🧽\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eDuraboard Tabletop \u0026amp; Aluminium Frame\u003c\/h4\u003e\n\u003cp\u003eWipe down with a damp cloth and mild soap — no oiling, sealing, or treatment required. Rinse and dry after heavy rain if surface debris has accumulated in the slats.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c7s-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"c7s-step-emoji\"\u003e🪑\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eSanbria PE Wicker Chairs\u003c\/h4\u003e\n\u003cp\u003eWipe down with a damp cloth. Use a soft brush to clear debris from the wicker weave if needed. Chairs can remain outdoors year-round — no cushions to manage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c7s-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"c7s-step-emoji\"\u003e📦\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eStacking \u0026amp; Storage\u003c\/h4\u003e\n\u003cp\u003eAll six Sanbria chairs are stackable — store compactly when the full set isn't needed, or clear chairs for smaller gatherings. Allow chairs to dry fully after rain before stacking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c7s-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"c7s-step-emoji\"\u003e☂️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eExtended Storage\u003c\/h4\u003e\n\u003cp\u003eA breathable furniture cover over the table during extended non-use will reduce dust build-up in the Duraboard slat gaps and keep the full set clean between uses.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Related Products ── --\u003e\n\u003cdiv class=\"c7s-pills\"\u003e\n\u003cdiv style=\"margin-bottom: 4px;\" class=\"c7s-label\"\u003eShop Products Individually or Browse the Range\u003c\/div\u003e\n\u003cdiv class=\"c7s-pills-row\"\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/chalfonte-rectangular-outdoor-table\" class=\"c7s-pill\"\u003e🍽 Chalfonte Table →\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/sanbria-outdoor-stacking-dining-chair\" class=\"c7s-pill\"\u003e🪑 Sanbria Chair →\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\" class=\"c7s-pill\"\u003e🌿 Outdoor Dining →\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\" class=\"c7s-pill\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── At a Glance ── --\u003e\n\u003cdiv class=\"c7s-glance\"\u003e\n\u003cdiv class=\"c7s-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"c7s-glance-list\"\u003e\n\u003cdiv class=\"c7s-glance-item\"\u003e\n\u003cdiv class=\"c7s-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e7-piece outdoor dining set — Chalfonte Rectangular Table and 6× Sanbria Stacking Dining Chairs — seats 6.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c7s-glance-item\"\u003e\n\u003cdiv class=\"c7s-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eChalfonte table uses a Duraboard tabletop — composite material that replicates timber appearance with no oiling, weathering, or annual treatment.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c7s-glance-item\"\u003e\n\u003cdiv class=\"c7s-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSanbria chairs are full PE wicker with no cushions — UV-stable, stackable, and cleaned with a damp cloth. No cushion storage required.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c7s-glance-item\"\u003e\n\u003cdiv class=\"c7s-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eBoth products are designed for year-round outdoor placement with minimal maintenance — the lowest-effort dining set combination in the range.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c7s-glance-item\"\u003e\n\u003cdiv class=\"c7s-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eEach product is available individually. View the full \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\" class=\"mr-link\"\u003eoutdoor range\u003c\/a\u003e for additional dining options.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── SEO Copy ── --\u003e\n\u003cdiv class=\"c7s-seo\"\u003e\n\u003ch2\u003eChalfonte 7 Piece Outdoor Dining Set with Sanbria Chairs — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Chalfonte 7 Piece Outdoor Dining Set with Sanbria Chairs combines the Chalfonte Rectangular Outdoor Table with six Sanbria Outdoor Stacking Dining Chairs. The Chalfonte table has a dark brown powder-coated aluminium frame and a Duraboard tabletop — a composite board material that replicates the appearance of slatted timber without requiring oiling, sealing, or protection from weathering. The Sanbria chairs are full PE wicker armchairs with no cushions, stackable for compact storage, and UV-stable for permanent outdoor placement.\u003c\/p\u003e\n\u003cp\u003eBoth products in this bundle are designed to require minimal ongoing maintenance — neither the Duraboard tabletop nor the PE wicker chairs need annual treatment, sealing, or specialist cleaning products. The absence of seat cushions on the Sanbria chairs removes the need for cushion storage, drying, or replacement. The Chalfonte table is cleaned with a damp cloth; the wicker chairs are the same. This makes the combination a practical choice for households wanting an outdoor dining set that can remain outdoors year-round with straightforward upkeep.\u003c\/p\u003e\n\u003cp\u003eBoth the \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/chalfonte-rectangular-outdoor-table\" class=\"mr-link\"\u003eChalfonte Table\u003c\/a\u003e and \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/sanbria-outdoor-stacking-dining-chair\" class=\"mr-link\"\u003eSanbria Chair\u003c\/a\u003e are also available individually. The full set is available online and in store at A2Z Furniture — 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":42919000834183,"sku":null,"price":999.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/mage_myuj47myuj47myuj_a73240d6-5e5f-4dc8-bddf-1650128b634b.png?v=1778478753"},{"product_id":"royan-outdoor-modular-sofa","title":"Royan Outdoor Modular Sofa","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.roy-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}\n\n\/* ── Intro ── *\/\n.roy-desc .roy-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.roy-desc .roy-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\/* ── What's Included ── *\/\n.roy-desc .roy-included {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .roy-desc .roy-included { grid-template-columns: 1fr 1fr; }\n}\n.roy-desc .roy-piece {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 12px;\n  text-align: center;\n}\n.roy-desc .roy-piece h4 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 3px;\n  line-height: 1.3;\n}\n.roy-desc .roy-piece p {\n  font-size: 12px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* ── Specs Row ── *\/\n.roy-desc .roy-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .roy-desc .roy-specs { grid-template-columns: 1fr 1fr; }\n}\n.roy-desc .roy-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.roy-desc .roy-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.roy-desc .roy-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.roy-desc .roy-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .roy-desc .roy-features { grid-template-columns: 1fr; }\n}\n.roy-desc .roy-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.roy-desc .roy-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.roy-desc .roy-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.roy-desc .roy-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.roy-desc .roy-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.roy-desc .roy-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.roy-desc .roy-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.roy-desc .roy-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.roy-desc .roy-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.roy-desc .roy-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .roy-desc .roy-steps { grid-template-columns: 1fr; }\n}\n.roy-desc .roy-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.roy-desc .roy-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.roy-desc .roy-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.roy-desc .roy-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.roy-desc .roy-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.roy-desc .roy-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.roy-desc .roy-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.roy-desc .roy-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.roy-desc .roy-glance {\n  margin-bottom: 28px;\n}\n.roy-desc .roy-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.roy-desc .roy-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.roy-desc .roy-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.roy-desc .roy-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.roy-desc .roy-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.roy-desc .roy-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.roy-desc .roy-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.roy-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=\"roy-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"roy-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eRoyan Outdoor Modular Sofa\u003c\/strong\u003e is a four-piece modular outdoor seating set with a black aluminium frame, 290gr recycled polyester fabric cushions, slatted backrest panels, and a teak wood coffee table top. The modular components — two armless chairs, a chaise, and a coffee table — can be reconfigured to suit different space layouts, making it a practical option for patios, poolside areas, alfresco spaces, and garden decks where a fixed arrangement may not work.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── What's Included ── --\u003e\n  \u003cdiv class=\"roy-label\"\u003eWhat's Included (4 Pieces)\u003c\/div\u003e\n  \u003cdiv class=\"roy-included\"\u003e\n    \u003cdiv class=\"roy-piece\"\u003e\n      \u003ch4\u003eArmless Chair\u003c\/h4\u003e\n      \u003cp\u003e× 2\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"roy-piece\"\u003e\n      \u003ch4\u003eChaise\u003c\/h4\u003e\n      \u003cp\u003e× 1\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"roy-piece\"\u003e\n      \u003ch4\u003eCoffee Table\u003c\/h4\u003e\n      \u003cp\u003eTeak Top × 1\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"roy-piece\"\u003e\n      \u003ch4\u003eFull Set\u003c\/h4\u003e\n      \u003cp\u003e4 pieces total\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Specs ── --\u003e\n  \u003cdiv class=\"roy-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003cdiv class=\"roy-specs\"\u003e\n    \u003cdiv class=\"roy-spec\"\u003e\n      \u003cdiv class=\"roy-spec-key\"\u003eFrame\u003c\/div\u003e\n      \u003cdiv class=\"roy-spec-val\"\u003ePowder-Coated Aluminium — Black\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"roy-spec\"\u003e\n      \u003cdiv class=\"roy-spec-key\"\u003eCushion Fabric\u003c\/div\u003e\n      \u003cdiv class=\"roy-spec-val\"\u003e100% Recycled Polyester — 290gr\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"roy-spec\"\u003e\n      \u003cdiv class=\"roy-spec-key\"\u003eTable Top\u003c\/div\u003e\n      \u003cdiv class=\"roy-spec-val\"\u003eTeak Wood\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Key Features Grid ── --\u003e\n  \u003cdiv class=\"roy-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"roy-features\"\u003e\n\n    \u003cdiv class=\"roy-card\"\u003e\n      \u003cdiv class=\"roy-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"15 3 21 3 21 9\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"9 21 3 21 3 15\"\u003e\u003c\/polyline\u003e\u003cline x1=\"21\" y1=\"3\" x2=\"14\" y2=\"10\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eReconfigurable Modular Layout\u003c\/h3\u003e\n        \u003cp\u003eTwo armless chairs and a chaise can be arranged independently or combined — allowing the layout to be adjusted as the space or occasion requires.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"roy-card\"\u003e\n      \u003cdiv class=\"roy-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eBlack Powder-Coated Aluminium Frame\u003c\/h3\u003e\n        \u003cp\u003eRust-resistant aluminium frame across all pieces — lightweight, weather-resistant, and built for permanent outdoor placement.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"roy-card\"\u003e\n      \u003cdiv class=\"roy-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22V12\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 12H2a10 10 0 0 0 20 0h-3\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 2a5 5 0 0 1 5 5c0 3-5 7-5 7S7 10 7 7a5 5 0 0 1 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003e290gr Recycled Polyester Cushions\u003c\/h3\u003e\n        \u003cp\u003eSeat and back cushions in 100% recycled polyester fabric at 290gr — a heavier-weight outdoor fabric that holds its structure and resists UV fading.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"roy-card\"\u003e\n      \u003cdiv class=\"roy-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eTeak Wood Coffee Table Top\u003c\/h3\u003e\n        \u003cp\u003eNatural teak tabletop on the included coffee table — moisture and decay-resistant, with a warm tone that contrasts the black aluminium frame.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Recycled Fabric \u0026 Teak Callout ── --\u003e\n  \u003cdiv class=\"roy-callout\"\u003e\n    \u003ch3\u003eAbout the Recycled Polyester Fabric\u003c\/h3\u003e\n    \u003cp\u003eThe Royan's 290gr cushion fabric is made from 100% recycled polyester — manufactured from post-consumer recycled materials such as PET plastic. At 290gr, it is a heavier-weight outdoor fabric that provides more structure and durability than lighter polyester blends, with better resistance to sagging and pilling over time. It is UV-stabilised for outdoor use and weather-resistant, meaning it holds up under regular sun and rain exposure without requiring specialist care. The recycled content means the fabric has a lower environmental footprint compared to virgin polyester equivalents, without affecting its performance characteristics.\u003c\/p\u003e\n    \u003cp\u003eThe coffee table top uses natural teak hardwood, which is one of the most weather-resistant timber species used in outdoor furniture — naturally dense and high in oil content, making it resistant to moisture, decay, and warping. Like all outdoor hardwoods, teak will gradually develop a silver-grey patina if left untreated. Applying a teak oil or outdoor hardwood oil periodically will help retain its original warm honey tone.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"roy-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"roy-steps\"\u003e\n\n    \u003cdiv class=\"roy-step\"\u003e\n      \u003cdiv class=\"roy-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eRecycled Polyester Cushions\u003c\/h4\u003e\n        \u003cp\u003eSpot clean with a mild soap solution and a soft cloth. Rinse and allow to air dry fully before restoring to position or storing. Do not machine wash.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"roy-step\"\u003e\n      \u003cdiv class=\"roy-step-emoji\" aria-hidden=\"true\"\u003e🪵\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eTeak Coffee Table Top\u003c\/h4\u003e\n        \u003cp\u003eWipe down with a damp cloth. Apply a teak or outdoor hardwood oil every 6–12 months to maintain the natural colour. Natural silvering over time is expected if left untreated.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"roy-step\"\u003e\n      \u003cdiv class=\"roy-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eAluminium Frame \u0026amp; Slats\u003c\/h4\u003e\n        \u003cp\u003eWipe the powder-coated frame and backrest slat panels with a damp cloth as needed. Avoid abrasive cleaners that may scratch the frame finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"roy-step\"\u003e\n      \u003cdiv class=\"roy-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtended Storage\u003c\/h4\u003e\n        \u003cp\u003eStore cushions indoors or under a breathable furniture cover during extended non-use periods to maintain their condition and slow UV exposure on the fabric.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"roy-pills\"\u003e\n    \u003cdiv class=\"roy-label\" style=\"margin-bottom:4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n    \u003cdiv class=\"roy-pills-row\"\u003e\n      \u003ca class=\"roy-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n      \u003ca class=\"roy-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e\n      \u003ca class=\"roy-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"roy-glance\"\u003e\n    \u003cdiv class=\"roy-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"roy-glance-list\"\u003e\n\n      \u003cdiv class=\"roy-glance-item\"\u003e\n        \u003cdiv class=\"roy-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e4-piece modular set — 2× armless chairs, 1× chaise, and 1× teak-topped coffee table — all with a black aluminium frame.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"roy-glance-item\"\u003e\n        \u003cdiv class=\"roy-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eModular components can be arranged independently or combined — the layout adapts to the space rather than requiring a fixed configuration.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"roy-glance-item\"\u003e\n        \u003cdiv class=\"roy-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e290gr 100% recycled polyester cushion fabric — UV-stabilised, weather-resistant, and made from post-consumer recycled materials.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"roy-glance-item\"\u003e\n        \u003cdiv class=\"roy-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eNatural teak coffee table top — moisture and decay-resistant, with gradual weathering to silver-grey if left untreated outdoors.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"roy-glance-item\"\u003e\n        \u003cdiv class=\"roy-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSuited to patios, poolside areas, alfresco entertaining spaces, and garden decks. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"roy-seo\"\u003e\n    \u003ch2\u003eRoyan Outdoor Modular Sofa — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Royan Outdoor Modular Sofa is a four-piece modular outdoor set with a black powder-coated aluminium frame, 290gr recycled polyester fabric cushions, slatted backrest panels, and a natural teak wood coffee table top. The set includes two armless chairs, one chaise, and one coffee table. The modular format allows the pieces to be used independently or combined into a larger arrangement, and reconfigured as needed to suit different layouts or occasions.\u003c\/p\u003e\n    \u003cp\u003eThe 290gr recycled polyester cushion fabric is made from 100% post-consumer recycled content — a heavier-weight outdoor fabric that provides good structural hold and UV resistance without specialist care. The teak coffee table top is naturally moisture and decay-resistant, and will gradually develop a silver-grey patina over time if left untreated; periodic application of a teak or outdoor hardwood oil will maintain its original warm tone. The aluminium frame is rust-resistant and requires no sealing or treatment.\u003c\/p\u003e\n    \u003cp\u003eThe Royan Outdoor Modular Sofa is available online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":"Default Title","offer_id":42939473297543,"sku":"RO-SS-B","price":349.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/royan-outdoor-modular-sofa-the-a2z-furniture-1_f8a51558-a1d8-4ebf-bc49-734da3fcbb90.png?v=1778478754"},{"product_id":"portals-2-seater-outdoor-lounge","title":"Portals 2 Seater Outdoor Lounge","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.por2-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}\n\n\/* ── Intro ── *\/\n.por2-desc .por2-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.por2-desc .por2-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\/* ── Feature Grid ── *\/\n.por2-desc .por2-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .por2-desc .por2-features { grid-template-columns: 1fr; }\n}\n.por2-desc .por2-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.por2-desc .por2-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.por2-desc .por2-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.por2-desc .por2-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.por2-desc .por2-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.por2-desc .por2-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.por2-desc .por2-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.por2-desc .por2-callout p {\n  margin: 0;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n\n\/* ── Care Steps ── *\/\n.por2-desc .por2-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .por2-desc .por2-steps { grid-template-columns: 1fr; }\n}\n.por2-desc .por2-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.por2-desc .por2-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.por2-desc .por2-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.por2-desc .por2-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.por2-desc .por2-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.por2-desc .por2-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.por2-desc .por2-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.por2-desc .por2-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.por2-desc .por2-glance {\n  margin-bottom: 28px;\n}\n.por2-desc .por2-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.por2-desc .por2-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.por2-desc .por2-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.por2-desc .por2-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.por2-desc .por2-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.por2-desc .por2-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.por2-desc .por2-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.por2-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=\"por2-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"por2-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003ePortals 2 Seater Outdoor Lounge\u003c\/strong\u003e is a compact two-seat outdoor sofa built on a rust-resistant black powder-coated aluminium frame, with 190gr Olefin fabric cushions and an integrated teak side table at one end. Its smaller footprint makes it a practical choice for balconies, apartment alfresco areas, garden corners, and smaller patios where a full three-seater wouldn't fit — while sharing the same materials and finish as the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/portals-3-seater-outdoor-lounge\"\u003ePortals 3 Seater\u003c\/a\u003e. Available in Charcoal.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Key Features Grid ── --\u003e\n  \u003cdiv class=\"por2-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"por2-features\"\u003e\n\n    \u003cdiv class=\"por2-card\"\u003e\n      \u003cdiv class=\"por2-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 9V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 11v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1H6v-1a2 2 0 0 0-4 0z\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 18v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 18v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003e2-Seat Aluminium Frame\u003c\/h3\u003e\n        \u003cp\u003eBlack powder-coated aluminium frame — rust-resistant, lightweight, and compact enough for balconies and smaller outdoor spaces.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"por2-card\"\u003e\n      \u003cdiv class=\"por2-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003e190gr Olefin Fabric Cushions\u003c\/h3\u003e\n        \u003cp\u003eAll-weather 100% Olefin cushions at 190gr — UV fade-resistant, quick-drying, and breathable for year-round outdoor use.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"por2-card\"\u003e\n      \u003cdiv class=\"por2-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eIntegrated Teak Side Table\u003c\/h3\u003e\n        \u003cp\u003eSolid teak side table built into one end of the frame — naturally moisture-resistant, and useful for drinks, books, or a coffee without a separate table.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"por2-card\"\u003e\n      \u003cdiv class=\"por2-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"\u003e\u003c\/line\u003e\u003cline x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eUV \u0026amp; Weather Resistant\u003c\/h3\u003e\n        \u003cp\u003eBoth the aluminium frame and Olefin cushions are selected for outdoor exposure — resistant to rust, colour fading, and moisture.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Material Callout ── --\u003e\n  \u003cdiv class=\"por2-callout\"\u003e\n    \u003ch3\u003eAbout Olefin Outdoor Fabric\u003c\/h3\u003e\n    \u003cp\u003eOlefin (polypropylene) is a synthetic fibre commonly used in outdoor upholstery for its resistance to UV degradation, moisture, mildew, and abrasion. At 190gr, the fabric used on the Portals 2 Seater is a mid-weight weave that holds its shape and colour through extended sun exposure without becoming stiff or brittle. It is also breathable — meaning cushions don't trap heat the way solid vinyl or coated fabrics can, which is a practical advantage in Queensland's warmer months. Teak is similarly well suited to outdoor use: naturally resistant to moisture and decay, it will develop a silver-grey patina over time when left untreated — a normal characteristic, not a sign of deterioration.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"por2-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"por2-steps\"\u003e\n\n    \u003cdiv class=\"por2-step\"\u003e\n      \u003cdiv class=\"por2-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eCushion Cleaning\u003c\/h4\u003e\n        \u003cp\u003eSpot clean Olefin cushions with a mild soap solution and a soft brush. Rinse thoroughly and allow to air dry fully before reuse.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"por2-step\"\u003e\n      \u003cdiv class=\"por2-step-emoji\" aria-hidden=\"true\"\u003e🪵\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eTeak Side Table\u003c\/h4\u003e\n        \u003cp\u003eWipe the teak surface with a damp cloth to remove debris. Natural silvering over time is expected and does not affect the wood's durability.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"por2-step\"\u003e\n      \u003cdiv class=\"por2-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eAluminium Frame\u003c\/h4\u003e\n        \u003cp\u003eWipe down with a damp cloth as needed. Avoid abrasive cleaners that may scratch or wear the powder-coat finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"por2-step\"\u003e\n      \u003cdiv class=\"por2-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtended Storage\u003c\/h4\u003e\n        \u003cp\u003eFor extended periods of non-use or heavy weather, store cushions indoors or use a protective furniture cover to extend their condition.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"por2-pills\"\u003e\n    \u003cdiv class=\"por2-label\" style=\"margin-bottom:4px;\"\u003eAlso in the Portals Range \u0026amp; Outdoor Collection\u003c\/div\u003e\n    \u003cdiv class=\"por2-pills-row\"\u003e\n      \u003ca class=\"por2-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/portals-3-seater-outdoor-lounge\"\u003e🛋 Portals 3 Seater Outdoor Lounge →\u003c\/a\u003e\n      \u003ca class=\"por2-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n      \u003ca class=\"por2-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"por2-glance\"\u003e\n    \u003cdiv class=\"por2-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"por2-glance-list\"\u003e\n\n      \u003cdiv class=\"por2-glance-item\"\u003e\n        \u003cdiv class=\"por2-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e2-seat outdoor sofa with a rust-resistant black powder-coated aluminium frame — compact enough for balconies and smaller patios.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"por2-glance-item\"\u003e\n        \u003cdiv class=\"por2-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e190gr 100% Olefin fabric cushions — UV fade-resistant, quick-drying, and breathable for year-round outdoor use.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"por2-glance-item\"\u003e\n        \u003cdiv class=\"por2-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eIntegrated solid teak side table at one end — naturally moisture-resistant, no separate side table needed.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"por2-glance-item\"\u003e\n        \u003cdiv class=\"por2-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSuited to balconies, apartment alfresco areas, garden corners, poolside settings, and smaller patio spaces.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"por2-glance-item\"\u003e\n        \u003cdiv class=\"por2-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSame materials and finish as the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/portals-3-seater-outdoor-lounge\"\u003ePortals 3 Seater\u003c\/a\u003e — both available in Charcoal for a matching pair.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"por2-seo\"\u003e\n    \u003ch2\u003ePortals 2 Seater Outdoor Lounge — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Portals 2 Seater Outdoor Lounge is a two-seat outdoor sofa built on a black powder-coated aluminium frame with 190gr Olefin fabric cushions and an integrated teak wood side table at one end. The aluminium frame is rust-resistant and lightweight, and the 100% Olefin cushions are UV fade-resistant and quick-drying — designed for permanent outdoor placement without the need for seasonal storage. The integrated teak side table is moisture and decay-resistant, though it will naturally weather to a silver-grey patina over time.\u003c\/p\u003e\n    \u003cp\u003eThe 2-seater format is particularly well suited to smaller outdoor spaces where a three-seater lounge would be impractical — including apartment balconies, covered alfresco areas, narrow garden corners, and poolside spots. It shares the same materials, cushion fabric, and Charcoal colourway as the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/portals-3-seater-outdoor-lounge\"\u003ePortals 3 Seater Outdoor Lounge\u003c\/a\u003e, making it straightforward to pair both pieces for a larger arrangement.\u003c\/p\u003e\n    \u003cp\u003eAvailable online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e, at our Queensland showrooms — 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":"Default Title","offer_id":42939507048583,"sku":"PR-2S-B","price":499.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/portals-2-seater-outdoor-lounge-the-a2z-furniture-1_ae34914a-c19e-4d95-81e6-5cc8821ea43e.png?v=1778478758"},{"product_id":"portals-3-seater-outdoor-lounge","title":"Portals 3 Seater Outdoor Lounge","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.por-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}\n\n\/* ── Intro ── *\/\n.por-desc .por-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.por-desc .por-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\/* ── Feature Grid ── *\/\n.por-desc .por-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .por-desc .por-features { grid-template-columns: 1fr; }\n}\n.por-desc .por-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.por-desc .por-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.por-desc .por-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.por-desc .por-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.por-desc .por-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.por-desc .por-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.por-desc .por-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.por-desc .por-callout p {\n  margin: 0;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n\n\/* ── Care Steps ── *\/\n.por-desc .por-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .por-desc .por-steps { grid-template-columns: 1fr; }\n}\n.por-desc .por-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.por-desc .por-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.por-desc .por-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.por-desc .por-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.por-desc .por-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.por-desc .por-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.por-desc .por-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.por-desc .por-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.por-desc .por-glance {\n  margin-bottom: 28px;\n}\n.por-desc .por-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.por-desc .por-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.por-desc .por-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.por-desc .por-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.por-desc .por-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.por-desc .por-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.por-desc .por-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.por-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=\"por-desc\"\u003e\n\u003c!-- ── Intro ── --\u003e\n\u003cdiv class=\"por-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003ePortals 3 Seater Outdoor Lounge\u003c\/strong\u003e is a three-seat outdoor sofa built around a rust-resistant black aluminium frame, 190gr Olefin fabric cushions, and an integrated teak side table at one end. Designed for patios, balconies, alfresco dining areas, and poolside settings, it combines a clean contemporary silhouette with materials selected for outdoor conditions — resisting UV fading, moisture, and everyday wear. Available in Charcoal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Key Features Grid ── --\u003e\n\u003cdiv class=\"por-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"por-features\"\u003e\n\u003cdiv class=\"por-card\"\u003e\n\u003cdiv class=\"por-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 9V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 11v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1H6v-1a2 2 0 0 0-4 0z\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 18v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 18v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e3-Seat Aluminium Frame\u003c\/h3\u003e\n\u003cp\u003eBlack powder-coated aluminium frame — lightweight, rust-resistant, and built to hold its structure through seasonal weather changes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"por-card\"\u003e\n\u003cdiv class=\"por-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e190gr Olefin Fabric Cushions\u003c\/h3\u003e\n\u003cp\u003eAll-weather 100% Olefin cushions at 190gr weight — fade-resistant, breathable, and designed to hold up in direct sun and rain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"por-card\"\u003e\n\u003cdiv class=\"por-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eIntegrated Teak Side Table\u003c\/h3\u003e\n\u003cp\u003eBuilt-in teak tabletop on one end of the frame — convenient for drinks, books, or a coffee without needing a separate side table.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"por-card\"\u003e\n\u003cdiv class=\"por-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"\u003e\u003c\/line\u003e\u003cline x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eUV \u0026amp; Weather Resistant\u003c\/h3\u003e\n\u003cp\u003eFrame and fabric are both selected for outdoor exposure — resisting rust, colour fading, and moisture without requiring seasonal storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Material Callout ── --\u003e\n\u003cdiv class=\"por-callout\"\u003e\n\u003ch3\u003eAbout Olefin Outdoor Fabric\u003c\/h3\u003e\n\u003cp\u003eOlefin (also known as polypropylene) is a synthetic fibre widely used in outdoor upholstery for its resistance to UV degradation, moisture, mildew, and abrasion. At 190gr, the fabric used on the Portals lounge is a mid-weight weave that holds its shape and colour through extended sun exposure without becoming stiff or brittle. Unlike some outdoor fabrics, Olefin is also breathable — meaning cushions don't trap heat the way solid vinyl or coated fabrics can, making it more comfortable in Queensland's warmer months.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Care Instructions ── --\u003e\n\u003cdiv class=\"por-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"por-steps\"\u003e\n\u003cdiv class=\"por-step\"\u003e\n\u003cdiv class=\"por-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eCushion Cleaning\u003c\/h4\u003e\n\u003cp\u003eSpot clean Olefin cushions with a mild soap solution and a soft brush. Rinse thoroughly and allow to air dry fully before reuse.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"por-step\"\u003e\n\u003cdiv class=\"por-step-emoji\" aria-hidden=\"true\"\u003e🪵\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eTeak Side Table\u003c\/h4\u003e\n\u003cp\u003eWipe the teak surface with a damp cloth to remove debris. Teak will naturally silver over time outdoors — this is normal and does not affect durability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"por-step\"\u003e\n\u003cdiv class=\"por-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eAluminium Frame\u003c\/h4\u003e\n\u003cp\u003eWipe the powder-coated aluminium frame with a damp cloth as needed. Avoid abrasive cleaners that may scratch the coating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"por-step\"\u003e\n\u003cdiv class=\"por-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eExtended Storage\u003c\/h4\u003e\n\u003cp\u003eFor extended periods of non-use or heavy weather, store cushions indoors or use a protective furniture cover to extend their life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Related Products ── --\u003e\n\u003cdiv class=\"por-pills\"\u003e\n\u003cdiv class=\"por-label\" style=\"margin-bottom: 4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n\u003cdiv class=\"por-pills-row\"\u003e\n\u003ca class=\"por-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e \u003ca class=\"por-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e \u003ca class=\"por-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── At a Glance ── --\u003e\n\u003cdiv class=\"por-glance\"\u003e\n\u003cdiv class=\"por-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"por-glance-list\"\u003e\n\u003cdiv class=\"por-glance-item\"\u003e\n\u003cdiv class=\"por-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e3-seat outdoor sofa with a rust-resistant black powder-coated aluminium frame.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"por-glance-item\"\u003e\n\u003cdiv class=\"por-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e190gr 100% Olefin fabric cushions — UV fade-resistant, breathable, and suited to outdoor conditions year-round.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"por-glance-item\"\u003e\n\u003cdiv class=\"por-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eIntegrated teak wood side table built into one end of the frame — no separate side table required.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"por-glance-item\"\u003e\n\u003cdiv class=\"por-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSuited to patios, balconies, alfresco entertaining areas, poolside settings, and modern garden decks.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"por-glance-item\"\u003e\n\u003cdiv class=\"por-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eAvailable in Charcoal. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e for matching pieces.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── SEO Copy ── *\/\n  \u003cdiv class=\"por-seo\"\u003e\n    \u003ch2\u003ePortals 3 Seater Outdoor Lounge — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Portals 3 Seater Outdoor Lounge is an outdoor sofa built on a black powder-coated aluminium frame with 190gr Olefin fabric cushions and an integrated teak wood side table on one end. The aluminium frame is rust-resistant and lightweight, making the lounge easy to reposition on a patio or deck. The 100% Olefin cushions are designed for outdoor use — resistant to UV fading and moisture, and breathable enough for use in warmer climates without trapping heat.\u003c\/p\u003e\n    \u003cp\u003eThe built-in teak side table is a practical feature that eliminates the need for a separate outdoor side table. The natural teak surface will develop a silver-grey patina over time when exposed to the elements — this is a normal characteristic of untreated teak outdoors and does not indicate deterioration. The lounge is available in Charcoal and suits contemporary outdoor spaces including patios, balconies, alfresco entertaining areas, and garden decks.\u003c\/p\u003e\n    \u003cp\u003eThe Portals 3 Seater Outdoor Lounge is part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e, available online and in store at our Queensland showrooms — Rocklea, Sandgate, Bundall (Gold Coast), North Ipswich, and Beenleigh.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e--\u003e\n\u003c\/div\u003e","brand":"The A2Z Furniture","offers":[{"title":"Default Title","offer_id":42939511406727,"sku":"PR-3S-B","price":599.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/portals-3-seater-outdoor-lounge-the-a2z-furniture-1_a7648c27-b7ca-44a4-8142-8173b5d0b8e8.png?v=1778478762"},{"product_id":"portals-outdoor-corner-lounge","title":"Portals Outdoor Corner Lounge","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.pcl-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}\n\n\/* ── Intro ── *\/\n.pcl-desc .pcl-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.pcl-desc .pcl-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\/* ── Specs Row ── *\/\n.pcl-desc .pcl-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .pcl-desc .pcl-specs { grid-template-columns: 1fr 1fr; }\n}\n.pcl-desc .pcl-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.pcl-desc .pcl-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.pcl-desc .pcl-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.pcl-desc .pcl-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .pcl-desc .pcl-features { grid-template-columns: 1fr; }\n}\n.pcl-desc .pcl-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.pcl-desc .pcl-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.pcl-desc .pcl-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.pcl-desc .pcl-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.pcl-desc .pcl-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.pcl-desc .pcl-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.pcl-desc .pcl-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.pcl-desc .pcl-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.pcl-desc .pcl-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.pcl-desc .pcl-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .pcl-desc .pcl-steps { grid-template-columns: 1fr; }\n}\n.pcl-desc .pcl-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.pcl-desc .pcl-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.pcl-desc .pcl-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.pcl-desc .pcl-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.pcl-desc .pcl-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.pcl-desc .pcl-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.pcl-desc .pcl-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.pcl-desc .pcl-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.pcl-desc .pcl-glance {\n  margin-bottom: 28px;\n}\n.pcl-desc .pcl-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.pcl-desc .pcl-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.pcl-desc .pcl-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.pcl-desc .pcl-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.pcl-desc .pcl-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.pcl-desc .pcl-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.pcl-desc .pcl-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.pcl-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=\"pcl-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"pcl-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003ePortals Outdoor Corner Lounge\u003c\/strong\u003e is an L-shaped outdoor sofa with a black powder-coated aluminium frame, 190gr Olefin fabric cushions, and solid teak side panels built into both ends of the frame. The teak panels serve as integrated side tables — one at each outer end of the L-shape — providing a surface for drinks or books without requiring separate side table purchases. The Olefin cushions are UV fade-resistant, breathable, and designed for permanent outdoor placement. Available in Charcoal. Part of the Portals outdoor range, which also includes the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/portals-3-seater-outdoor-lounge\"\u003e3 Seater\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/portals-2-seater-outdoor-lounge\"\u003e2 Seater\u003c\/a\u003e lounges.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Specs ── *\/\n  \u003cdiv class=\"pcl-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003cdiv class=\"pcl-specs\"\u003e\n    \u003cdiv class=\"pcl-spec\"\u003e\n      \u003cdiv class=\"pcl-spec-key\"\u003eFrame\u003c\/div\u003e\n      \u003cdiv class=\"pcl-spec-val\"\u003ePowder-Coated Aluminium — Black\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pcl-spec\"\u003e\n      \u003cdiv class=\"pcl-spec-key\"\u003eCushions\u003c\/div\u003e\n      \u003cdiv class=\"pcl-spec-val\"\u003e100% Olefin — 190gr\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pcl-spec\"\u003e\n      \u003cdiv class=\"pcl-spec-key\"\u003eSide Panels\u003c\/div\u003e\n      \u003cdiv class=\"pcl-spec-val\"\u003eSolid Teak Wood\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Key Features Grid ── --\u003e\n  \u003cdiv class=\"pcl-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"pcl-features\"\u003e\n\n    \u003cdiv class=\"pcl-card\"\u003e\n      \u003cdiv class=\"pcl-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eBlack Powder-Coated Aluminium Frame\u003c\/h3\u003e\n        \u003cp\u003eRust-resistant, lightweight frame in a consistent black finish — suited to year-round outdoor placement without treatment or seasonal storage.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pcl-card\"\u003e\n      \u003cdiv class=\"pcl-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eIntegrated Teak Side Panels\u003c\/h3\u003e\n        \u003cp\u003eSolid teak panels built into both outer ends of the L-shape — functioning as side tables at each end without requiring separate pieces.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pcl-card\"\u003e\n      \u003cdiv class=\"pcl-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003e190gr Olefin Fabric Cushions\u003c\/h3\u003e\n        \u003cp\u003eUV fade-resistant, breathable, and quick-drying 100% Olefin cushions at 190gr — the same specification used across the Portals sofa range.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pcl-card\"\u003e\n      \u003cdiv class=\"pcl-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"15 3 21 3 21 9\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"9 21 3 21 3 15\"\u003e\u003c\/polyline\u003e\u003cline x1=\"21\" y1=\"3\" x2=\"14\" y2=\"10\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eL-Shape Corner Configuration\u003c\/h3\u003e\n        \u003cp\u003eThe corner layout provides generous seating across two directions — practical for spaces where a straight sofa would leave unused corner area.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Olefin + Teak Callout ── --\u003e\n  \u003cdiv class=\"pcl-callout\"\u003e\n    \u003ch3\u003eOlefin Cushions \u0026amp; Teak Side Panels\u003c\/h3\u003e\n    \u003cp\u003eOlefin (polypropylene) is a synthetic fibre used in outdoor upholstery for its resistance to UV degradation, moisture, mildew, and abrasion. At 190gr, the Portals cushions are a mid-weight weave that holds its shape and colour through extended sun exposure without becoming stiff or brittle. The breathable structure also means the cushions don't trap heat the way solid vinyl or coated fabrics can — a practical benefit in warmer months. This is the same Olefin specification used across the Portals 2 Seater and 3 Seater lounges.\u003c\/p\u003e\n    \u003cp\u003eThe solid teak side panels at each end of the lounge are naturally dense and high in oil content, giving teak its well-known resistance to moisture, decay, and warping outdoors. Like all outdoor hardwoods, teak will gradually develop a silver-grey patina over time if left untreated. This is a cosmetic change and does not affect durability. To retain the original warm honey tone, the teak panels can be treated periodically with a teak or outdoor hardwood oil.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"pcl-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"pcl-steps\"\u003e\n\n    \u003cdiv class=\"pcl-step\"\u003e\n      \u003cdiv class=\"pcl-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eOlefin Cushions\u003c\/h4\u003e\n        \u003cp\u003eSpot clean with a mild soap solution and a soft brush. Rinse thoroughly and allow to air dry fully before use. The fabric dries quickly after rain and does not require removal in typical outdoor conditions.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pcl-step\"\u003e\n      \u003cdiv class=\"pcl-step-emoji\" aria-hidden=\"true\"\u003e🪵\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eTeak Side Panels\u003c\/h4\u003e\n        \u003cp\u003eWipe down with a damp cloth to remove surface debris. Apply a teak or outdoor hardwood oil periodically to maintain the natural warm colour. Natural silvering over time is expected and does not affect the wood.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pcl-step\"\u003e\n      \u003cdiv class=\"pcl-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eAluminium Frame\u003c\/h4\u003e\n        \u003cp\u003eWipe down with a damp cloth as needed. Avoid abrasive cleaners that may scratch the black powder-coat finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pcl-step\"\u003e\n      \u003cdiv class=\"pcl-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtended Storage\u003c\/h4\u003e\n        \u003cp\u003eFor extended periods of non-use, store cushions indoors or use a breathable furniture cover to slow UV exposure on both the fabric and the teak panels.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"pcl-pills\"\u003e\n    \u003cdiv class=\"pcl-label\" style=\"margin-bottom:4px;\"\u003eAlso in the Portals Range\u003c\/div\u003e\n    \u003cdiv class=\"pcl-pills-row\"\u003e\n      \u003ca class=\"pcl-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/portals-3-seater-outdoor-lounge\"\u003e🛋 Portals 3 Seater Lounge →\u003c\/a\u003e\n      \u003ca class=\"pcl-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/portals-2-seater-outdoor-lounge\"\u003e🛋 Portals 2 Seater Lounge →\u003c\/a\u003e\n      \u003ca class=\"pcl-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"pcl-glance\"\u003e\n    \u003cdiv class=\"pcl-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"pcl-glance-list\"\u003e\n\n      \u003cdiv class=\"pcl-glance-item\"\u003e\n        \u003cdiv class=\"pcl-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eL-shaped outdoor corner lounge — black powder-coated aluminium frame, 190gr Olefin fabric cushions, and integrated teak side panels at both outer ends.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pcl-glance-item\"\u003e\n        \u003cdiv class=\"pcl-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSolid teak side panels serve as integrated tables at each end of the L-shape — no separate side table required.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pcl-glance-item\"\u003e\n        \u003cdiv class=\"pcl-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e190gr 100% Olefin cushions — UV fade-resistant, breathable, and quick-drying. Same specification as the Portals 2 Seater and 3 Seater lounges.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pcl-glance-item\"\u003e\n        \u003cdiv class=\"pcl-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eTeak panels will weather to silver-grey over time if left untreated — periodic teak oiling maintains the original warm tone.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pcl-glance-item\"\u003e\n        \u003cdiv class=\"pcl-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eAvailable in Charcoal. Pairs with the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/portals-3-seater-outdoor-lounge\"\u003ePortals 3 Seater\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/portals-2-seater-outdoor-lounge\"\u003e2 Seater\u003c\/a\u003e for a larger coordinated arrangement.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"pcl-seo\"\u003e\n    \u003ch2\u003ePortals Outdoor Corner Lounge — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Portals Outdoor Corner Lounge is an L-shaped outdoor sofa with a black powder-coated aluminium frame, 190gr Olefin fabric cushions, and solid teak side panels built into both outer ends of the frame. The teak panels function as integrated side tables — one at each end of the L-shape — providing a practical surface for drinks or books without requiring additional side table purchases. The aluminium frame is rust-resistant and requires no treatment. The 100% Olefin cushions are UV fade-resistant, breathable, and quick-drying, and can remain outdoors under typical conditions without needing to be brought inside after rain.\u003c\/p\u003e\n    \u003cp\u003eThe solid teak side panels are naturally dense and moisture-resistant, and will gradually develop a silver-grey patina if left untreated over time. Periodic application of a teak or outdoor hardwood oil maintains the original warm tone. The Portals Corner Lounge shares the same Olefin fabric specification and Charcoal colourway as the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/portals-3-seater-outdoor-lounge\"\u003ePortals 3 Seater\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/portals-2-seater-outdoor-lounge\"\u003e2 Seater\u003c\/a\u003e lounges, making all three pieces straightforward to combine in a larger arrangement.\u003c\/p\u003e\n    \u003cp\u003eAvailable online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":"Default Title","offer_id":42939515830407,"sku":"PR-3S-B+PR-2S-B","price":999.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/mage_dpmf0jdpmf0jdpmf_780f1584-f330-4a88-8ade-1088b5bc7845.png?v=1778478764"},{"product_id":"portals-outdoor-corner-lounge-with-bendigo-coffee-table","title":"Portals Outdoor Corner Lounge with Bendigo Coffee Table","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.pbc-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}\n\n\/* ── Intro ── *\/\n.pbc-desc .pbc-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.pbc-desc .pbc-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\/* ── Bundle Cards ── *\/\n.pbc-desc .pbc-bundle {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .pbc-desc .pbc-bundle { grid-template-columns: 1fr; }\n}\n.pbc-desc .pbc-bundle-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n}\n.pbc-desc .pbc-bundle-card-header {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 10px;\n}\n.pbc-desc .pbc-bundle-qty {\n  flex-shrink: 0;\n  width: 26px;\n  height: 26px;\n  background: #C2824D;\n  border-radius: 6px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 11px;\n  font-weight: 700;\n  color: #fff;\n}\n.pbc-desc .pbc-bundle-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0;\n}\n.pbc-desc .pbc-bundle-card p {\n  font-size: 13.5px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n.pbc-desc .pbc-bundle-card .pbc-bundle-link {\n  display: inline-block;\n  margin-top: 10px;\n  font-size: 12.5px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: underline;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 2px;\n  white-space: nowrap;\n}\n\n\/* ── Specs Row ── *\/\n.pbc-desc .pbc-specs {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .pbc-desc .pbc-specs { grid-template-columns: 1fr 1fr; }\n}\n.pbc-desc .pbc-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.pbc-desc .pbc-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.pbc-desc .pbc-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Callout Box ── *\/\n.pbc-desc .pbc-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.pbc-desc .pbc-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.pbc-desc .pbc-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.pbc-desc .pbc-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.pbc-desc .pbc-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .pbc-desc .pbc-steps { grid-template-columns: 1fr; }\n}\n.pbc-desc .pbc-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.pbc-desc .pbc-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.pbc-desc .pbc-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.pbc-desc .pbc-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.pbc-desc .pbc-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.pbc-desc .pbc-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.pbc-desc .pbc-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.pbc-desc .pbc-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.pbc-desc .pbc-glance {\n  margin-bottom: 28px;\n}\n.pbc-desc .pbc-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.pbc-desc .pbc-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.pbc-desc .pbc-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.pbc-desc .pbc-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.pbc-desc .pbc-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.pbc-desc .pbc-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.pbc-desc .pbc-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.pbc-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=\"pbc-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"pbc-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003ePortals Outdoor Corner Lounge with Bendigo Coffee Table\u003c\/strong\u003e is a bundle pairing two complementary products that share a black aluminium frame — the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/portals-outdoor-corner-lounge\"\u003ePortals Outdoor Corner Lounge\u003c\/a\u003e and the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/bendigo-square-outdoor-coffee-table\"\u003eBendigo Square Outdoor Coffee Table\u003c\/a\u003e. The lounge has integrated teak side panels at both outer ends and 190gr Olefin fabric cushions; the Bendigo table adds a slatted eucalyptus tabletop at coffee table height in front. Both pieces use the same black powder-coated aluminium frame, and the warm natural timber tones of the teak lounge panels and eucalyptus tabletop sit consistently across the set.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Bundle Contents ── --\u003e\n  \u003cdiv class=\"pbc-label\"\u003eWhat's in the Bundle\u003c\/div\u003e\n  \u003cdiv class=\"pbc-bundle\"\u003e\n\n    \u003cdiv class=\"pbc-bundle-card\"\u003e\n      \u003cdiv class=\"pbc-bundle-card-header\"\u003e\n        \u003cdiv class=\"pbc-bundle-qty\"\u003e×1\u003c\/div\u003e\n        \u003ch3\u003ePortals Outdoor Corner Lounge\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eL-shaped black aluminium corner lounge with 190gr Olefin fabric cushions and integrated solid teak side panels at both outer ends of the frame.\u003c\/p\u003e\n      \u003ca class=\"pbc-bundle-link\" href=\"https:\/\/thea2zfurniture.com\/products\/portals-outdoor-corner-lounge\"\u003eView full product details →\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pbc-bundle-card\"\u003e\n      \u003cdiv class=\"pbc-bundle-card-header\"\u003e\n        \u003cdiv class=\"pbc-bundle-qty\"\u003e×1\u003c\/div\u003e\n        \u003ch3\u003eBendigo Square Outdoor Coffee Table\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eSquare coffee table with a black powder-coated aluminium frame and a slatted eucalyptus wood tabletop. No oiling required — the Bendigo is the lower-maintenance timber piece in this bundle.\u003c\/p\u003e\n      \u003ca class=\"pbc-bundle-link\" href=\"https:\/\/thea2zfurniture.com\/products\/bendigo-square-outdoor-coffee-table\"\u003eView full product details →\u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Specs ── --\u003e\n  \u003cdiv class=\"pbc-label\"\u003eShared Specifications\u003c\/div\u003e\n  \u003cdiv class=\"pbc-specs\"\u003e\n    \u003cdiv class=\"pbc-spec\"\u003e\n      \u003cdiv class=\"pbc-spec-key\"\u003eFrame (Both)\u003c\/div\u003e\n      \u003cdiv class=\"pbc-spec-val\"\u003eBlack Powder-Coated Aluminium\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pbc-spec\"\u003e\n      \u003cdiv class=\"pbc-spec-key\"\u003eLounge Cushions\u003c\/div\u003e\n      \u003cdiv class=\"pbc-spec-val\"\u003e100% Olefin — 190gr\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pbc-spec\"\u003e\n      \u003cdiv class=\"pbc-spec-key\"\u003eLounge Side Panels\u003c\/div\u003e\n      \u003cdiv class=\"pbc-spec-val\"\u003eSolid Teak Wood\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pbc-spec\"\u003e\n      \u003cdiv class=\"pbc-spec-key\"\u003eTable Top\u003c\/div\u003e\n      \u003cdiv class=\"pbc-spec-val\"\u003eEucalyptus Wood\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Material Callout ── --\u003e\n  \u003cdiv class=\"pbc-callout\"\u003e\n    \u003ch3\u003eTeak Lounge Panels vs Eucalyptus Coffee Table Top\u003c\/h3\u003e\n    \u003cp\u003eBoth pieces in this bundle feature natural timber, but from different species with slightly different care considerations. The Portals lounge uses solid teak side panels — teak is one of the most naturally weather-resistant hardwoods, with very high oil content that gives it excellent resistance to moisture and decay. The Bendigo table uses eucalyptus — also a dense, moisture-resistant hardwood, and a commonly used sustainable teak alternative with comparable outdoor durability.\u003c\/p\u003e\n    \u003cp\u003eBoth timbers will gradually develop a silver-grey patina if left untreated outdoors. To maintain the warm natural tones consistently across the two pieces, periodic application of an outdoor hardwood oil to both the teak panels and the eucalyptus tabletop is recommended. The black aluminium frame on both pieces requires no treatment. The Olefin cushions on the lounge are UV fade-resistant and breathable — they do not need to be brought inside after rain and require only occasional spot cleaning.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── *\/\n  \u003cdiv class=\"pbc-label\"\u003eCare at a Glance\u003c\/div\u003e\n  \u003cdiv class=\"pbc-steps\"\u003e\n\n    \u003cdiv class=\"pbc-step\"\u003e\n      \u003cdiv class=\"pbc-step-emoji\" aria-hidden=\"true\"\u003e🪵\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eTeak Panels + Eucalyptus Tabletop\u003c\/h4\u003e\n        \u003cp\u003eApply an outdoor hardwood oil to both the teak lounge panels and the eucalyptus coffee table top every 6–12 months to maintain their natural tone consistently across the set.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pbc-step\"\u003e\n      \u003cdiv class=\"pbc-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eOlefin Cushions\u003c\/h4\u003e\n        \u003cp\u003eSpot clean with mild soap and a soft brush. Rinse and air dry. The Olefin fabric is quick-drying and can remain outdoors in typical conditions without removal after rain.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pbc-step\"\u003e\n      \u003cdiv class=\"pbc-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eAluminium Frames\u003c\/h4\u003e\n        \u003cp\u003eWipe down both the lounge and coffee table frames with a damp cloth as needed. No treatment required — avoid abrasive cleaners that may scratch the black powder-coat.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pbc-step\"\u003e\n      \u003cdiv class=\"pbc-step-emoji\" aria-hidden=\"true\"\u003e📋\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eFull Care Details\u003c\/h4\u003e\n        \u003cp\u003eSee the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/portals-outdoor-corner-lounge\"\u003ePortals Corner Lounge\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/bendigo-square-outdoor-coffee-table\"\u003eBendigo Coffee Table\u003c\/a\u003e product pages for material-specific care instructions.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"pbc-pills\"\u003e\n    \u003cdiv class=\"pbc-label\" style=\"margin-bottom:4px;\"\u003eShop Products Individually or Browse the Range\u003c\/div\u003e\n    \u003cdiv class=\"pbc-pills-row\"\u003e\n      \u003ca class=\"pbc-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/portals-outdoor-corner-lounge\"\u003e🛋 Portals Corner Lounge →\u003c\/a\u003e\n      \u003ca class=\"pbc-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/bendigo-square-outdoor-coffee-table\"\u003e☕ Bendigo Coffee Table →\u003c\/a\u003e\n      \u003ca class=\"pbc-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/portals-3-seater-outdoor-lounge\"\u003e🛋 Portals 3 Seater →\u003c\/a\u003e\n      \u003ca class=\"pbc-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"pbc-glance\"\u003e\n    \u003cdiv class=\"pbc-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"pbc-glance-list\"\u003e\n\n      \u003cdiv class=\"pbc-glance-item\"\u003e\n        \u003cdiv class=\"pbc-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e2-piece bundle — Portals Outdoor Corner Lounge and Bendigo Square Coffee Table — both with a black powder-coated aluminium frame.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pbc-glance-item\"\u003e\n        \u003cdiv class=\"pbc-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eNatural timber across both pieces: solid teak integrated side panels on the lounge, slatted eucalyptus on the Bendigo tabletop.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pbc-glance-item\"\u003e\n        \u003cdiv class=\"pbc-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e190gr Olefin cushions on the lounge — UV fade-resistant, breathable, and quick-drying. No special care needed after rain.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pbc-glance-item\"\u003e\n        \u003cdiv class=\"pbc-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eBoth timber surfaces will weather to silver-grey if untreated — periodic hardwood oiling maintains natural tone consistently across the set.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pbc-glance-item\"\u003e\n        \u003cdiv class=\"pbc-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eEach piece is also available individually. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e for additional Portals pieces.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"pbc-seo\"\u003e\n    \u003ch2\u003ePortals Outdoor Corner Lounge with Bendigo Coffee Table — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThis bundle pairs the Portals Outdoor Corner Lounge with the Bendigo Square Outdoor Coffee Table — two products that share a black powder-coated aluminium frame and natural timber surfaces. The Portals lounge is an L-shaped corner sofa with 190gr Olefin fabric cushions and solid teak side panels built into both outer ends of the frame. The Bendigo table is a square coffee table with a slatted eucalyptus wood top. Both the teak panels on the lounge and the eucalyptus tabletop will gradually weather to silver-grey if left untreated — applying an outdoor hardwood oil to both surfaces periodically maintains their warm natural tone consistently across the set.\u003c\/p\u003e\n    \u003cp\u003eThe black aluminium frames on both pieces require no maintenance. The Olefin cushions are UV fade-resistant and breathable, and can remain in place after rain without needing to be brought indoors. Each product in this bundle is also available to purchase individually — see the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/portals-outdoor-corner-lounge\"\u003ePortals Corner Lounge\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/bendigo-square-outdoor-coffee-table\"\u003eBendigo Coffee Table\u003c\/a\u003e product pages for full individual specifications and care guides.\u003c\/p\u003e\n    \u003cp\u003eAvailable online and in store at A2Z Furniture — 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":"Default Title","offer_id":42939537555591,"sku":"PR-3S-B+PR-2S-B+BD-CT-B","price":1199.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_tqa2vxtqa2vxtqa2_1.png?v=1778478767"},{"product_id":"hydra-3-piece-outdoor-lounge-set","title":"Hydra 3 Piece Outdoor Set","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.hyd3-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}\n\n\/* ── Intro ── *\/\n.hyd3-desc .hyd3-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.hyd3-desc .hyd3-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\/* ── What's Included ── *\/\n.hyd3-desc .hyd3-included {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .hyd3-desc .hyd3-included { grid-template-columns: 1fr 1fr; }\n}\n.hyd3-desc .hyd3-piece {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 12px;\n  text-align: center;\n}\n.hyd3-desc .hyd3-piece h4 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 3px;\n  line-height: 1.3;\n}\n.hyd3-desc .hyd3-piece p {\n  font-size: 12px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* ── Specs Row ── *\/\n.hyd3-desc .hyd3-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .hyd3-desc .hyd3-specs { grid-template-columns: 1fr 1fr; }\n}\n.hyd3-desc .hyd3-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.hyd3-desc .hyd3-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.hyd3-desc .hyd3-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.hyd3-desc .hyd3-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .hyd3-desc .hyd3-features { grid-template-columns: 1fr; }\n}\n.hyd3-desc .hyd3-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.hyd3-desc .hyd3-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.hyd3-desc .hyd3-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.hyd3-desc .hyd3-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.hyd3-desc .hyd3-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.hyd3-desc .hyd3-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.hyd3-desc .hyd3-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.hyd3-desc .hyd3-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.hyd3-desc .hyd3-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.hyd3-desc .hyd3-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .hyd3-desc .hyd3-steps { grid-template-columns: 1fr; }\n}\n.hyd3-desc .hyd3-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.hyd3-desc .hyd3-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.hyd3-desc .hyd3-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.hyd3-desc .hyd3-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.hyd3-desc .hyd3-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.hyd3-desc .hyd3-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.hyd3-desc .hyd3-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.hyd3-desc .hyd3-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.hyd3-desc .hyd3-glance {\n  margin-bottom: 28px;\n}\n.hyd3-desc .hyd3-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.hyd3-desc .hyd3-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.hyd3-desc .hyd3-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.hyd3-desc .hyd3-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.hyd3-desc .hyd3-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.hyd3-desc .hyd3-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.hyd3-desc .hyd3-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.hyd3-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=\"hyd3-desc\"\u003e\n\u003c!-- ── Intro ── --\u003e\n\u003cdiv class=\"hyd3-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eHydra 3 Piece Outdoor Set\u003c\/strong\u003e is a compact version of the Hydra range, consisting of two 2-seater sofas and a coffee table — all with a black powder-coated aluminium frame and eucalyptus wood surfaces. Each 2-seater sofa includes a built-in slatted eucalyptus side table at one end, giving the set two integrated side surfaces in addition to the coffee table. The 3-piece format is well suited to smaller outdoor spaces — balconies, courtyard corners, and compact patio areas — where the 4-piece set would be too large. Seat and back cushions in 100% polyester at 175gsm are included. For a larger arrangement, see the \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/hydra-4-piece-outdoor-set\" class=\"mr-link\"\u003eHydra 4 Piece Outdoor Set\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── What's Included ── --\u003e\n\u003cdiv class=\"hyd3-label\"\u003eWhat's Included (3 Pieces)\u003c\/div\u003e\n\u003cdiv class=\"hyd3-included\"\u003e\n\u003cdiv class=\"hyd3-piece\"\u003e\n\u003ch4\u003e2-Seater Sofa\u003c\/h4\u003e\n\u003cp\u003eWith integrated side table × 2\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyd3-piece\"\u003e\n\u003ch4\u003eCoffee Table\u003c\/h4\u003e\n\u003cp\u003eEucalyptus top × 1\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyd3-piece\"\u003e\n\u003ch4\u003eFull Set\u003c\/h4\u003e\n\u003cp\u003e3 pieces total\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Specs ── --\u003e\n\u003cdiv class=\"hyd3-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"hyd3-specs\"\u003e\n\u003cdiv class=\"hyd3-spec\"\u003e\n\u003cdiv class=\"hyd3-spec-key\"\u003eFrame\u003c\/div\u003e\n\u003cdiv class=\"hyd3-spec-val\"\u003ePowder-Coated Aluminium — Black\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyd3-spec\"\u003e\n\u003cdiv class=\"hyd3-spec-key\"\u003eSide Tables + Coffee Table\u003c\/div\u003e\n\u003cdiv class=\"hyd3-spec-val\"\u003eEucalyptus Wood\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyd3-spec\"\u003e\n\u003cdiv class=\"hyd3-spec-key\"\u003eCushions\u003c\/div\u003e\n\u003cdiv class=\"hyd3-spec-val\"\u003e100% Polyester — 175gsm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Key Features Grid ── --\u003e\n\u003cdiv class=\"hyd3-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"hyd3-features\"\u003e\n\u003cdiv class=\"hyd3-card\"\u003e\n\u003cdiv class=\"hyd3-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBlack Powder-Coated Aluminium Frame\u003c\/h3\u003e\n\u003cp\u003eRust-resistant aluminium frame across all three pieces — lightweight, weather-resistant, and suited to permanent outdoor placement without treatment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyd3-card\"\u003e\n\u003cdiv class=\"hyd3-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003crect rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eIntegrated Eucalyptus Side Tables\u003c\/h3\u003e\n\u003cp\u003eBoth 2-seater sofas have a built-in eucalyptus slatted side table at one end — two integrated surfaces across the set, no separate side table needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyd3-card\"\u003e\n\u003cdiv class=\"hyd3-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpath d=\"M20 9V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 11v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1H6v-1a2 2 0 0 0-4 0z\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 18v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 18v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e175gsm Polyester Cushions\u003c\/h3\u003e\n\u003cp\u003eSeat and back cushions in 100% outdoor polyester at 175gsm — weather-resistant and included across both 2-seater sofas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyd3-card\"\u003e\n\u003cdiv class=\"hyd3-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpath d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\u003e\u003c\/path\u003e\u003ccircle r=\"3\" cy=\"10\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eCompact 3-Piece Format\u003c\/h3\u003e\n\u003cp\u003eSmaller footprint than the 4-piece set — suited to balconies, courtyards, and compact patio areas where a full 4-piece lounge arrangement would be too large.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Callout ── --\u003e\n\u003cdiv class=\"hyd3-callout\"\u003e\n\u003ch3\u003eIntegrated Side Tables \u0026amp; Eucalyptus Surfaces\u003c\/h3\u003e\n\u003cp\u003eLike all pieces in the Hydra range, both 2-seater sofas in this set have a eucalyptus slatted side table built into one end of the frame. This means the 3-piece set comes with two integrated side surfaces — one per sofa — plus the coffee table top, without requiring any additional side table purchase. For smaller outdoor spaces where fitting multiple separate side tables alongside a lounge would be awkward, this built-in approach keeps the arrangement practical and compact.\u003c\/p\u003e\n\u003cp\u003eThe eucalyptus used across the side tables and coffee table top is a dense hardwood with naturally high oil content and good inherent moisture resistance. It will gradually weather to silver-grey if left untreated outdoors — applying an outdoor hardwood oil to all eucalyptus surfaces every 6–12 months maintains the natural warm timber tone. The black aluminium frame requires no treatment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Care Instructions ── --\u003e\n\u003cdiv class=\"hyd3-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"hyd3-steps\"\u003e\n\u003cdiv class=\"hyd3-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"hyd3-step-emoji\"\u003e🪵\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eEucalyptus Side Tables + Coffee Table\u003c\/h4\u003e\n\u003cp\u003eWipe down with a damp cloth to remove surface debris. Apply an outdoor hardwood oil every 6–12 months to all eucalyptus surfaces — the two sofa-end side tables and the coffee table top.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyd3-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"hyd3-step-emoji\"\u003e🖤\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eAluminium Frame\u003c\/h4\u003e\n\u003cp\u003eWipe all aluminium components with a damp cloth as needed. Avoid abrasive cleaners that may scratch the black powder-coat finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyd3-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"hyd3-step-emoji\"\u003e🧽\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003ePolyester Cushions\u003c\/h4\u003e\n\u003cp\u003eSpot clean with a mild soap solution and soft cloth. Rinse thoroughly and allow to air dry fully before restoring to position. Do not machine wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyd3-step\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"hyd3-step-emoji\"\u003e☂️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eExtended Storage\u003c\/h4\u003e\n\u003cp\u003eStore cushions indoors or under a breathable cover during extended non-use periods. The aluminium and eucalyptus can remain outdoors year-round.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Related Products ── --\u003e\n\u003cdiv class=\"hyd3-pills\"\u003e\n\u003cdiv style=\"margin-bottom: 4px;\" class=\"hyd3-label\"\u003eAlso in the Hydra Range \u0026amp; Outdoor Collection\u003c\/div\u003e\n\u003cdiv class=\"hyd3-pills-row\"\u003e\n\u003ca href=\"https:\/\/thea2zfurniture.com\/products\/hydra-4-piece-outdoor-set\" class=\"hyd3-pill\"\u003e🛋 Hydra 4 Piece Outdoor Set →\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\" class=\"hyd3-pill\"\u003e🌿 Outdoor Lounges →\u003c\/a\u003e \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\" class=\"hyd3-pill\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── At a Glance ── --\u003e\n\u003cdiv class=\"hyd3-glance\"\u003e\n\u003cdiv class=\"hyd3-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"hyd3-glance-list\"\u003e\n\u003cdiv class=\"hyd3-glance-item\"\u003e\n\u003cdiv class=\"hyd3-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e3-piece outdoor lounge set — 2× 2-seater sofas and 1× coffee table — black aluminium frame with eucalyptus wood surfaces.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyd3-glance-item\"\u003e\n\u003cdiv class=\"hyd3-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eBoth 2-seater sofas have a built-in eucalyptus side table — two integrated surfaces included, no separate side table purchase needed.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyd3-glance-item\"\u003e\n\u003cdiv class=\"hyd3-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eCompact 3-piece format — suited to balconies, courtyard corners, and smaller patios. For a larger arrangement, see the \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/hydra-4-piece-outdoor-set\" class=\"mr-link\"\u003eHydra 4 Piece Set\u003c\/a\u003e.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyd3-glance-item\"\u003e\n\u003cdiv class=\"hyd3-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e100% polyester cushions at 175gsm — weather-resistant and included across both sofas.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyd3-glance-item\"\u003e\n\u003cdiv class=\"hyd3-tick\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eEucalyptus surfaces will weather to silver-grey if untreated — periodic hardwood oiling maintains the natural timber tone. View the full \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\" class=\"mr-link\"\u003eoutdoor range\u003c\/a\u003e.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── SEO Copy ── --\u003e\n\u003cdiv class=\"hyd3-seo\"\u003e\n\u003ch2\u003eHydra 3 Piece Outdoor Set — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Hydra 3 Piece Outdoor Set consists of two 2-seater sofas and a coffee table, all with a black powder-coated aluminium frame and eucalyptus wood surfaces. Each 2-seater sofa has a built-in slatted eucalyptus side table incorporated into one end of the frame — giving the 3-piece set two integrated side surfaces plus the coffee table top, without needing additional side tables. Seat and back cushions in 100% outdoor polyester at 175gsm are included across both sofas. The smaller footprint of the 3-piece format makes it practical for balconies, courtyards, and compact patio areas.\u003c\/p\u003e\n\u003cp\u003eThe eucalyptus surfaces across the sofa-end tables and coffee table top are naturally moisture-resistant and will hold their warm tone with periodic hardwood oil application every 6–12 months. If left untreated, the timber will gradually weather to a silver-grey — this is a cosmetic change that does not affect structural integrity. The black aluminium frame requires no maintenance. For a larger Hydra arrangement with a 1-seater sofa included, the \u003ca href=\"https:\/\/thea2zfurniture.com\/products\/hydra-4-piece-outdoor-set\" class=\"mr-link\"\u003eHydra 4 Piece Outdoor Set\u003c\/a\u003e is available separately.\u003c\/p\u003e\n\u003cp\u003eThe Hydra 3 Piece Outdoor Set is available online and in store as part of the A2Z Furniture \u003ca href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\" class=\"mr-link\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":42939544109191,"sku":"HY-2S-B*2+HY-CT-B","price":799.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_9zbqut9zbqut9zbq_0b648a46-bcb1-4271-ad1c-94563f1d0848.png?v=1778478769"},{"product_id":"hydra-4-piece-outdoor-set","title":"Hydra 4 Piece Outdoor Set","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.hyd-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}\n\n\/* ── Intro ── *\/\n.hyd-desc .hyd-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.hyd-desc .hyd-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\/* ── What's Included ── *\/\n.hyd-desc .hyd-included {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .hyd-desc .hyd-included { grid-template-columns: 1fr 1fr; }\n}\n.hyd-desc .hyd-piece {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 12px;\n  text-align: center;\n}\n.hyd-desc .hyd-piece h4 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 3px;\n  line-height: 1.3;\n}\n.hyd-desc .hyd-piece p {\n  font-size: 12px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* ── Specs Row ── *\/\n.hyd-desc .hyd-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .hyd-desc .hyd-specs { grid-template-columns: 1fr 1fr; }\n}\n.hyd-desc .hyd-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.hyd-desc .hyd-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.hyd-desc .hyd-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.hyd-desc .hyd-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .hyd-desc .hyd-features { grid-template-columns: 1fr; }\n}\n.hyd-desc .hyd-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.hyd-desc .hyd-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.hyd-desc .hyd-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.hyd-desc .hyd-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.hyd-desc .hyd-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.hyd-desc .hyd-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.hyd-desc .hyd-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.hyd-desc .hyd-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.hyd-desc .hyd-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.hyd-desc .hyd-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .hyd-desc .hyd-steps { grid-template-columns: 1fr; }\n}\n.hyd-desc .hyd-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.hyd-desc .hyd-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.hyd-desc .hyd-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.hyd-desc .hyd-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.hyd-desc .hyd-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.hyd-desc .hyd-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.hyd-desc .hyd-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.hyd-desc .hyd-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.hyd-desc .hyd-glance {\n  margin-bottom: 28px;\n}\n.hyd-desc .hyd-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.hyd-desc .hyd-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.hyd-desc .hyd-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.hyd-desc .hyd-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.hyd-desc .hyd-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.hyd-desc .hyd-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.hyd-desc .hyd-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.hyd-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=\"hyd-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"hyd-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eHydra 4 Piece Outdoor Set\u003c\/strong\u003e is a modular outdoor lounge consisting of two 2-seater sofas, one 1-seater sofa, and a coffee table — all with a black powder-coated aluminium frame and eucalyptus wood surfaces. A standout feature of the Hydra range is that each sofa piece includes an integrated eucalyptus side table built into one end of the frame, making a separate side table unnecessary. The coffee table also uses a slatted eucalyptus top. The modular pieces can be arranged independently or combined into different configurations to suit the available space. Cushions in 100% polyester at 175gsm are included across all seating.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── What's Included ── --\u003e\n  \u003cdiv class=\"hyd-label\"\u003eWhat's Included (4 Pieces)\u003c\/div\u003e\n  \u003cdiv class=\"hyd-included\"\u003e\n    \u003cdiv class=\"hyd-piece\"\u003e\n      \u003ch4\u003e2-Seater Sofa\u003c\/h4\u003e\n      \u003cp\u003eWith integrated side table × 2\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hyd-piece\"\u003e\n      \u003ch4\u003e1-Seater Sofa\u003c\/h4\u003e\n      \u003cp\u003eWith integrated side table × 1\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hyd-piece\"\u003e\n      \u003ch4\u003eCoffee Table\u003c\/h4\u003e\n      \u003cp\u003eEucalyptus top × 1\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hyd-piece\"\u003e\n      \u003ch4\u003eFull Set\u003c\/h4\u003e\n      \u003cp\u003e4 pieces total\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Specs ── --\u003e\n  \u003cdiv class=\"hyd-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003cdiv class=\"hyd-specs\"\u003e\n    \u003cdiv class=\"hyd-spec\"\u003e\n      \u003cdiv class=\"hyd-spec-key\"\u003eFrame\u003c\/div\u003e\n      \u003cdiv class=\"hyd-spec-val\"\u003ePowder-Coated Aluminium — Black\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hyd-spec\"\u003e\n      \u003cdiv class=\"hyd-spec-key\"\u003eSide Tables + Coffee Table\u003c\/div\u003e\n      \u003cdiv class=\"hyd-spec-val\"\u003eEucalyptus Wood\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hyd-spec\"\u003e\n      \u003cdiv class=\"hyd-spec-key\"\u003eCushions\u003c\/div\u003e\n      \u003cdiv class=\"hyd-spec-val\"\u003e100% Polyester — 175gsm\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Key Features Grid ── --\u003e\n  \u003cdiv class=\"hyd-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"hyd-features\"\u003e\n\n    \u003cdiv class=\"hyd-card\"\u003e\n      \u003cdiv class=\"hyd-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eBlack Powder-Coated Aluminium Frame\u003c\/h3\u003e\n        \u003cp\u003eRust-resistant aluminium frame across all four pieces — lightweight, weather-resistant, and suited to year-round outdoor placement without treatment.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hyd-card\"\u003e\n      \u003cdiv class=\"hyd-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eIntegrated Eucalyptus Side Tables\u003c\/h3\u003e\n        \u003cp\u003eEach sofa piece — both 2-seaters and the 1-seater — has a built-in eucalyptus slatted side table at one end. Three integrated side tables are included across the set.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hyd-card\"\u003e\n      \u003cdiv class=\"hyd-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"15 3 21 3 21 9\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"9 21 3 21 3 15\"\u003e\u003c\/polyline\u003e\u003cline x1=\"21\" y1=\"3\" x2=\"14\" y2=\"10\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eModular Configuration\u003c\/h3\u003e\n        \u003cp\u003eThe three sofa pieces can be arranged independently or combined in different layouts — straight, L-shape, or open groupings — to suit different patio and deck configurations.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hyd-card\"\u003e\n      \u003cdiv class=\"hyd-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 9V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 11v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1H6v-1a2 2 0 0 0-4 0z\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 18v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 18v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003e175gsm Polyester Cushions\u003c\/h3\u003e\n        \u003cp\u003eSeat and back cushions in 100% outdoor polyester at 175gsm — weather-resistant and included across all three sofa pieces in the set.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Integrated Side Tables + Eucalyptus Callout ── --\u003e\n  \u003cdiv class=\"hyd-callout\"\u003e\n    \u003ch3\u003eIntegrated Side Tables \u0026amp; Eucalyptus Surfaces\u003c\/h3\u003e\n    \u003cp\u003eThe most distinctive feature of the Hydra set is the built-in side table on each sofa piece. Rather than requiring a separate side table purchase for each seat, the eucalyptus slatted surface is incorporated directly into one end of the sofa frame — meaning all three sofa pieces in this set come with a side surface included. Combined with the separate coffee table, the full arrangement has four eucalyptus surfaces distributed across the set. This makes the Hydra a practical option for outdoor spaces where placing multiple separate side tables alongside a lounge would feel cluttered or impractical.\u003c\/p\u003e\n    \u003cp\u003eThe eucalyptus used across the side tables and coffee top is a dense hardwood with naturally high oil content and good inherent moisture resistance. Like teak, it will gradually weather to a silver-grey if left untreated — applying an outdoor hardwood oil periodically (approximately every 6–12 months) will maintain the warm natural timber tone. The black aluminium frame requires no treatment.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"hyd-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"hyd-steps\"\u003e\n\n    \u003cdiv class=\"hyd-step\"\u003e\n      \u003cdiv class=\"hyd-step-emoji\" aria-hidden=\"true\"\u003e🪵\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eEucalyptus Side Tables + Coffee Table\u003c\/h4\u003e\n        \u003cp\u003eWipe down with a damp cloth to remove surface debris. Apply an outdoor hardwood oil every 6–12 months to all eucalyptus surfaces — side table ends on each sofa, and the coffee table top — to maintain the natural timber tone.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hyd-step\"\u003e\n      \u003cdiv class=\"hyd-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eAluminium Frame\u003c\/h4\u003e\n        \u003cp\u003eWipe all aluminium frame components down with a damp cloth as needed. Avoid abrasive cleaners that may scratch the black powder-coat finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hyd-step\"\u003e\n      \u003cdiv class=\"hyd-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003ePolyester Cushions\u003c\/h4\u003e\n        \u003cp\u003eSpot clean with a mild soap solution and a soft cloth. Rinse thoroughly and allow to air dry fully before restoring to position. Do not machine wash.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hyd-step\"\u003e\n      \u003cdiv class=\"hyd-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtended Storage\u003c\/h4\u003e\n        \u003cp\u003eStore cushions indoors or under a breathable cover during extended non-use periods. The aluminium and eucalyptus can remain outdoors year-round, though covering the full set will reduce the frequency of re-oiling needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"hyd-pills\"\u003e\n    \u003cdiv class=\"hyd-label\" style=\"margin-bottom:4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n    \u003cdiv class=\"hyd-pills-row\"\u003e\n      \u003ca class=\"hyd-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n      \u003ca class=\"hyd-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e\n      \u003ca class=\"hyd-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"hyd-glance\"\u003e\n    \u003cdiv class=\"hyd-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"hyd-glance-list\"\u003e\n\n      \u003cdiv class=\"hyd-glance-item\"\u003e\n        \u003cdiv class=\"hyd-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e4-piece modular outdoor set — 2× 2-seater sofas, 1× 1-seater sofa, and 1× coffee table — black aluminium frame with eucalyptus surfaces.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hyd-glance-item\"\u003e\n        \u003cdiv class=\"hyd-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eEach sofa piece has a built-in eucalyptus side table — three integrated side surfaces across the set, no separate purchase needed.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hyd-glance-item\"\u003e\n        \u003cdiv class=\"hyd-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eModular pieces can be arranged in straight, L-shape, or open configurations to suit different patio and deck layouts.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hyd-glance-item\"\u003e\n        \u003cdiv class=\"hyd-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e100% polyester cushions at 175gsm — weather-resistant and included across all seating pieces.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hyd-glance-item\"\u003e\n        \u003cdiv class=\"hyd-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eEucalyptus surfaces will weather to silver-grey if untreated — periodic hardwood oiling maintains the natural timber tone. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"hyd-seo\"\u003e\n    \u003ch2\u003eHydra 4 Piece Outdoor Set — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Hydra 4 Piece Outdoor Set is a modular outdoor lounge with a black powder-coated aluminium frame and eucalyptus wood surfaces. The set includes two 2-seater sofas, one 1-seater sofa, and a coffee table. Each sofa piece — both 2-seaters and the 1-seater — has a built-in slatted eucalyptus side table incorporated into one end of the frame, giving the full set three integrated side surfaces plus the separate coffee table top. This removes the need for additional side tables and keeps the arrangement compact. Seat and back cushions in 100% polyester at 175gsm are included across all three sofa pieces.\u003c\/p\u003e\n    \u003cp\u003eThe modular sofa pieces can be arranged in different configurations — straight, L-shape, or open groupings — to suit different outdoor spaces. The eucalyptus used across the integrated side tables and coffee table top is a naturally moisture-resistant hardwood. Like teak, it will gradually weather to a silver-grey over time if left untreated; applying an outdoor hardwood oil every 6–12 months will maintain its natural warm tone. The black aluminium frame requires no maintenance beyond a wipe-down with a damp cloth.\u003c\/p\u003e\n    \u003cp\u003eThe Hydra 4 Piece Outdoor Set is available online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":"Default Title","offer_id":42939552563335,"sku":"HY-2S-B*2+HY-1S-B+HY-CT-B","price":899.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_h39nrbh39nrbh39n_e93f8d83-c7d9-4381-b08e-126ae01cfd69.png?v=1778478771"},{"product_id":"bryde-4-piece-outdoor-set","title":"Bryde 4 Piece Outdoor Set","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.b4p-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}\n\n\/* ── Intro ── *\/\n.b4p-desc .b4p-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.b4p-desc .b4p-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\/* ── Bundle Cards ── *\/\n.b4p-desc .b4p-bundle {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .b4p-desc .b4p-bundle { grid-template-columns: 1fr; }\n}\n.b4p-desc .b4p-bundle-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n}\n.b4p-desc .b4p-bundle-card-header {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 10px;\n}\n.b4p-desc .b4p-bundle-qty {\n  flex-shrink: 0;\n  width: 26px;\n  height: 26px;\n  background: #C2824D;\n  border-radius: 6px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 11px;\n  font-weight: 700;\n  color: #fff;\n}\n.b4p-desc .b4p-bundle-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0;\n}\n.b4p-desc .b4p-bundle-card p {\n  font-size: 13.5px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n.b4p-desc .b4p-bundle-card .b4p-bundle-link {\n  display: inline-block;\n  margin-top: 10px;\n  font-size: 12.5px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: underline;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 2px;\n  white-space: nowrap;\n}\n\n\/* ── Palette Callout ── *\/\n.b4p-desc .b4p-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.b4p-desc .b4p-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.b4p-desc .b4p-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.b4p-desc .b4p-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Specs Row ── *\/\n.b4p-desc .b4p-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .b4p-desc .b4p-specs { grid-template-columns: 1fr 1fr; }\n}\n.b4p-desc .b4p-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.b4p-desc .b4p-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.b4p-desc .b4p-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Care Steps ── *\/\n.b4p-desc .b4p-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .b4p-desc .b4p-steps { grid-template-columns: 1fr; }\n}\n.b4p-desc .b4p-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.b4p-desc .b4p-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.b4p-desc .b4p-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.b4p-desc .b4p-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.b4p-desc .b4p-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.b4p-desc .b4p-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.b4p-desc .b4p-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.b4p-desc .b4p-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.b4p-desc .b4p-glance {\n  margin-bottom: 28px;\n}\n.b4p-desc .b4p-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.b4p-desc .b4p-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.b4p-desc .b4p-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.b4p-desc .b4p-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.b4p-desc .b4p-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.b4p-desc .b4p-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.b4p-desc .b4p-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.b4p-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=\"b4p-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"b4p-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eBryde 4 Piece Outdoor Set\u003c\/strong\u003e is a curated bundle combining three A2Z products with a shared white aluminium and eucalyptus wood palette — the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/bryde-outdoor-corner-lounge\"\u003eBryde Outdoor Corner Lounge\u003c\/a\u003e, the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/nassau-rectangular-outdoor-table\"\u003eNassau Rectangular Outdoor Table\u003c\/a\u003e, and two \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/bendigo-outdoor-bar-stool\"\u003eBendigo Outdoor Bar Stools\u003c\/a\u003e. The lounge and stools share the same white powder-coated aluminium frame, while the Nassau table and Bendigo stool seats both use solid eucalyptus in a light teak finish — giving the set a coordinated two-material look across all four pieces.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Bundle Contents ── --\u003e\n  \u003cdiv class=\"b4p-label\"\u003eWhat's in the Bundle\u003c\/div\u003e\n  \u003cdiv class=\"b4p-bundle\"\u003e\n\n    \u003cdiv class=\"b4p-bundle-card\"\u003e\n      \u003cdiv class=\"b4p-bundle-card-header\"\u003e\n        \u003cdiv class=\"b4p-bundle-qty\"\u003e×1\u003c\/div\u003e\n        \u003ch3\u003eBryde Outdoor Corner Lounge\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eWhite powder-coated aluminium L-shape corner lounge with fade-resistant outdoor polyester cushions. Rust-resistant frame suited to permanent outdoor placement.\u003c\/p\u003e\n      \u003ca class=\"b4p-bundle-link\" href=\"https:\/\/thea2zfurniture.com\/products\/bryde-outdoor-corner-lounge\"\u003eView full product details →\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"b4p-bundle-card\"\u003e\n      \u003cdiv class=\"b4p-bundle-card-header\"\u003e\n        \u003cdiv class=\"b4p-bundle-qty\"\u003e×1\u003c\/div\u003e\n        \u003ch3\u003eNassau Rectangular Outdoor Table\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eFull eucalyptus wood dining table — legs, frame, and slatted top — in a light teak finish. Requires periodic oiling to maintain colour; will weather to silver-grey if left untreated.\u003c\/p\u003e\n      \u003ca class=\"b4p-bundle-link\" href=\"https:\/\/thea2zfurniture.com\/products\/nassau-rectangular-outdoor-table\"\u003eView full product details →\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"b4p-bundle-card\"\u003e\n      \u003cdiv class=\"b4p-bundle-card-header\"\u003e\n        \u003cdiv class=\"b4p-bundle-qty\"\u003e×2\u003c\/div\u003e\n        \u003ch3\u003eBendigo Outdoor Bar Stools\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eBackless bar stools with a white powder-coated aluminium frame and a contoured slatted eucalyptus wood seat. No cushions — the structured eucalyptus seat provides support directly.\u003c\/p\u003e\n      \u003ca class=\"b4p-bundle-link\" href=\"https:\/\/thea2zfurniture.com\/products\/bendigo-outdoor-bar-stool\"\u003eView full product details →\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"b4p-bundle-card\"\u003e\n      \u003cdiv class=\"b4p-bundle-card-header\"\u003e\n        \u003cdiv class=\"b4p-bundle-qty\"\u003e4\u003c\/div\u003e\n        \u003ch3\u003eFull Bundle — 4 Pieces\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e1 corner lounge + 1 rectangular table + 2 bar stools. All pieces use white powder-coated aluminium and\/or eucalyptus wood in a light teak finish.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Specs ── --\u003e\n  \u003cdiv class=\"b4p-label\"\u003eShared Materials\u003c\/div\u003e\n  \u003cdiv class=\"b4p-specs\"\u003e\n    \u003cdiv class=\"b4p-spec\"\u003e\n      \u003cdiv class=\"b4p-spec-key\"\u003eFrame (Lounge + Stools)\u003c\/div\u003e\n      \u003cdiv class=\"b4p-spec-val\"\u003eWhite Powder-Coated Aluminium\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"b4p-spec\"\u003e\n      \u003cdiv class=\"b4p-spec-key\"\u003eTimber (Table + Stool Seats)\u003c\/div\u003e\n      \u003cdiv class=\"b4p-spec-val\"\u003eSolid Eucalyptus — Light Teak Finish\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"b4p-spec\"\u003e\n      \u003cdiv class=\"b4p-spec-key\"\u003eLounge Cushions\u003c\/div\u003e\n      \u003cdiv class=\"b4p-spec-val\"\u003eOutdoor Polyester — Included\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Palette Callout ── *\/\n  \u003cdiv class=\"b4p-callout\"\u003e\n    \u003ch3\u003eAbout the White Aluminium \u0026amp; Eucalyptus Palette\u003c\/h3\u003e\n    \u003cp\u003eThe four pieces in this bundle are unified by two materials: white powder-coated aluminium (used on the Bryde lounge frame and both Bendigo stool frames) and solid eucalyptus in a light teak finish (used on the Nassau table throughout, and on the Bendigo stool seats). This pairing of clean white aluminium and warm natural timber is the reason the bundle reads as a coordinated set rather than a mix of separate products.\u003c\/p\u003e\n    \u003cp\u003eOne care consideration worth noting for this combination: the eucalyptus components — the Nassau table legs, frame, and top, and the Bendigo stool seats — will gradually weather to a silver-grey if left untreated outdoors. The white aluminium pieces require no maintenance. If you want to maintain the light teak colour of the eucalyptus consistently across the table and stools, periodic application of an outdoor hardwood oil to both is recommended. Full care details are available on each individual product page.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"b4p-label\"\u003eCare at a Glance\u003c\/div\u003e\n  \u003cdiv class=\"b4p-steps\"\u003e\n\n    \u003cdiv class=\"b4p-step\"\u003e\n      \u003cdiv class=\"b4p-step-emoji\" aria-hidden=\"true\"\u003e🪵\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eNassau Table + Bendigo Stool Seats\u003c\/h4\u003e\n        \u003cp\u003eApply an outdoor hardwood oil every 6–12 months to maintain the light teak finish on both the table and stool seats. Wipe clean with a damp cloth between treatments.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"b4p-step\"\u003e\n      \u003cdiv class=\"b4p-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eWhite Aluminium Frames\u003c\/h4\u003e\n        \u003cp\u003eWipe down all aluminium frames (lounge and stools) with a damp cloth as needed. No treatment required — avoid abrasive cleaners that may scratch the white finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"b4p-step\"\u003e\n      \u003cdiv class=\"b4p-step-emoji\" aria-hidden=\"true\"\u003e💺\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eBryde Lounge Cushions\u003c\/h4\u003e\n        \u003cp\u003eSpot clean with mild soap and a soft cloth. Allow to air dry fully before restoring to position. Store indoors or cover during extended non-use periods.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"b4p-step\"\u003e\n      \u003cdiv class=\"b4p-step-emoji\" aria-hidden=\"true\"\u003e📋\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eFull Care Details\u003c\/h4\u003e\n        \u003cp\u003eEach product in this bundle has its own detailed care instructions. See the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/nassau-rectangular-outdoor-table\"\u003eNassau\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/bendigo-outdoor-bar-stool\"\u003eBendigo\u003c\/a\u003e product pages for timber-specific guidance.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"b4p-pills\"\u003e\n    \u003cdiv class=\"b4p-label\" style=\"margin-bottom:4px;\"\u003eShop Products Individually or Browse the Range\u003c\/div\u003e\n    \u003cdiv class=\"b4p-pills-row\"\u003e\n      \u003ca class=\"b4p-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/bryde-outdoor-corner-lounge\"\u003e🛋 Bryde Corner Lounge →\u003c\/a\u003e\n      \u003ca class=\"b4p-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/nassau-rectangular-outdoor-table\"\u003e🪵 Nassau Outdoor Table →\u003c\/a\u003e\n      \u003ca class=\"b4p-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/bendigo-outdoor-bar-stool\"\u003e🪑 Bendigo Bar Stool →\u003c\/a\u003e\n      \u003ca class=\"b4p-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"b4p-glance\"\u003e\n    \u003cdiv class=\"b4p-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"b4p-glance-list\"\u003e\n\n      \u003cdiv class=\"b4p-glance-item\"\u003e\n        \u003cdiv class=\"b4p-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e4-piece bundle — Bryde Corner Lounge, Nassau Rectangular Table, and 2 Bendigo Bar Stools — sharing a white aluminium and eucalyptus palette.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"b4p-glance-item\"\u003e\n        \u003cdiv class=\"b4p-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eWhite powder-coated aluminium frames on the lounge and both stools — rust-resistant, no treatment required.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"b4p-glance-item\"\u003e\n        \u003cdiv class=\"b4p-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSolid eucalyptus in a light teak finish on the Nassau table and Bendigo stool seats — periodic hardwood oiling recommended to maintain colour.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"b4p-glance-item\"\u003e\n        \u003cdiv class=\"b4p-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eOutdoor polyester cushions included with the Bryde lounge — UV-resistant and fade-resistant for year-round outdoor use.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"b4p-glance-item\"\u003e\n        \u003cdiv class=\"b4p-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eEach piece is also available individually. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e for additional pieces.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"b4p-seo\"\u003e\n    \u003ch2\u003eBryde 4 Piece Outdoor Set — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Bryde 4 Piece Outdoor Set is a curated bundle of three A2Z products selected for their shared white aluminium and eucalyptus material palette. It includes the Bryde Outdoor Corner Lounge (white aluminium frame, outdoor polyester cushions), the Nassau Rectangular Outdoor Table (full solid eucalyptus construction in a light teak finish), and two Bendigo Outdoor Bar Stools (white aluminium frame, eucalyptus seat). The white aluminium frames on the lounge and stools and the warm eucalyptus tones on the table and stool seats create a coordinated two-material look across the full arrangement.\u003c\/p\u003e\n    \u003cp\u003eA care consideration for this bundle: the aluminium components require no maintenance, but the eucalyptus on both the Nassau table and Bendigo stool seats will gradually weather to a silver-grey if left untreated outdoors. Applying an outdoor hardwood oil to both timber components every 6–12 months will maintain their light teak finish. Individual care guides are available on the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/nassau-rectangular-outdoor-table\"\u003eNassau\u003c\/a\u003e and \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/bendigo-outdoor-bar-stool\"\u003eBendigo\u003c\/a\u003e product pages. Each product in the bundle is also available to purchase individually.\u003c\/p\u003e\n    \u003cp\u003eThe Bryde 4 Piece Outdoor Set is available online and in store at A2Z Furniture — 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":"Default Title","offer_id":42939670495367,"sku":null,"price":1199.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_u0gjqyu0gjqyu0gj_62754ecd-e45a-4517-9caf-5d55dd2ab4c2.png?v=1778478777"},{"product_id":"summerline-outdoor-corner-lounge-with-coffee-table","title":"Summerline Outdoor Corner Lounge with Coffee Table","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.sum-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}\n\n\/* ── Intro ── *\/\n.sum-desc .sum-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.sum-desc .sum-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\/* ── What's Included ── *\/\n.sum-desc .sum-included {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .sum-desc .sum-included { grid-template-columns: 1fr 1fr; }\n}\n.sum-desc .sum-piece {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 12px;\n  text-align: center;\n}\n.sum-desc .sum-piece h4 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 3px;\n  line-height: 1.3;\n}\n.sum-desc .sum-piece p {\n  font-size: 12px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* ── Specs Row ── *\/\n.sum-desc .sum-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .sum-desc .sum-specs { grid-template-columns: 1fr 1fr; }\n}\n.sum-desc .sum-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.sum-desc .sum-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.sum-desc .sum-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.sum-desc .sum-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .sum-desc .sum-features { grid-template-columns: 1fr; }\n}\n.sum-desc .sum-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.sum-desc .sum-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.sum-desc .sum-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.sum-desc .sum-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.sum-desc .sum-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.sum-desc .sum-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.sum-desc .sum-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.sum-desc .sum-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.sum-desc .sum-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.sum-desc .sum-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .sum-desc .sum-steps { grid-template-columns: 1fr; }\n}\n.sum-desc .sum-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.sum-desc .sum-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.sum-desc .sum-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.sum-desc .sum-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.sum-desc .sum-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.sum-desc .sum-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.sum-desc .sum-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.sum-desc .sum-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.sum-desc .sum-glance {\n  margin-bottom: 28px;\n}\n.sum-desc .sum-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.sum-desc .sum-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.sum-desc .sum-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.sum-desc .sum-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.sum-desc .sum-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.sum-desc .sum-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.sum-desc .sum-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.sum-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=\"sum-desc\"\u003e\n\u003c!-- ── Intro ── --\u003e\n\u003cdiv class=\"sum-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eSummerline 5 Piece Outdoor Corner Lounge with Coffee Table\u003c\/strong\u003e is a light grey wicker outdoor lounge set consisting of corner lounge seating and a matching glass-top coffee table. The aluminium frame is wrapped in PE wicker throughout, and the cushions are included across all seating pieces. The corner configuration provides generous seating in a space-efficient L-shape footprint, and the matching wicker coffee table completes the arrangement without requiring a separate purchase. Suited to patios, balconies, poolside areas, and alfresco spaces. Available in Light Grey.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sum-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"sum-specs\"\u003e\n\u003cdiv class=\"sum-spec\"\u003e\n\u003cdiv class=\"sum-spec-key\"\u003eFrame\u003c\/div\u003e\n\u003cdiv class=\"sum-spec-val\"\u003eAluminium with PE Wicker\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sum-spec\"\u003e\n\u003cdiv class=\"sum-spec-key\"\u003eTable Top\u003c\/div\u003e\n\u003cdiv class=\"sum-spec-val\"\u003eGlass\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sum-spec\"\u003e\n\u003cdiv class=\"sum-spec-key\"\u003eColour\u003c\/div\u003e\n\u003cdiv class=\"sum-spec-val\"\u003eLight Grey\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Key Features Grid ── --\u003e\n\u003cdiv class=\"sum-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"sum-features\"\u003e\n\u003cdiv class=\"sum-card\"\u003e\n\u003cdiv class=\"sum-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eLight Grey PE Wicker Finish\u003c\/h3\u003e\n\u003cp\u003ePE wicker wrap over the aluminium frame on all lounge pieces and the coffee table — UV-stable, moisture-resistant, and consistent in the light grey finish throughout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sum-card\"\u003e\n\u003cdiv class=\"sum-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eRust-Resistant Aluminium Frame\u003c\/h3\u003e\n\u003cp\u003eInternal aluminium frame across all pieces — lightweight, rust-resistant, and built for year-round outdoor use without seasonal storage or treatment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sum-card\"\u003e\n\u003cdiv class=\"sum-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 9V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 11v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1H6v-1a2 2 0 0 0-4 0z\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 18v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 18v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThick Cushioned Seating\u003c\/h3\u003e\n\u003cp\u003eGenerously padded seat and back cushions in neutral light grey — included across all lounge seating pieces as part of the set.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sum-card\"\u003e\n\u003cdiv class=\"sum-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMatching Glass-Top Coffee Table\u003c\/h3\u003e\n\u003cp\u003eThe included coffee table uses the same wicker-wrapped aluminium construction as the lounge, with a glass top — consistent in finish and practical for everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Wicker + Glass Callout ── --\u003e\n\u003cdiv class=\"sum-callout\"\u003e\n\u003ch3\u003ePE Wicker \u0026amp; Glass Tabletop\u003c\/h3\u003e\n\u003cp\u003eThe Summerline set uses PE (polyethylene) wicker — a synthetic weaving material that replicates the appearance of natural rattan while offering better resistance to UV, moisture, and temperature variation outdoors. Unlike natural rattan, PE wicker does not become brittle, fade, or crack under extended sun exposure, and it is not affected by mould or mildew. It can be cleaned with a damp cloth and does not require any periodic treatment to maintain its appearance or structural integrity. The light grey colour runs consistently through the wicker on both the lounge and the coffee table, giving the full set a unified look.\u003c\/p\u003e\n\u003cp\u003eThe glass coffee table top should be handled with care during assembly and when the table is moved. Wipe with a glass cleaner or a lint-free damp cloth — avoid abrasive pads or scourers that may scratch the surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Care Instructions ── --\u003e\n\u003cdiv class=\"sum-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"sum-steps\"\u003e\n\u003cdiv class=\"sum-step\"\u003e\n\u003cdiv class=\"sum-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003ePE Wicker \u0026amp; Frame\u003c\/h4\u003e\n\u003cp\u003eWipe down with a damp cloth and mild soap solution. Use a soft brush to clear debris from the weave if needed. Rinse and allow to air dry fully.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sum-step\"\u003e\n\u003cdiv class=\"sum-step-emoji\" aria-hidden=\"true\"\u003e🪟\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eGlass Coffee Table Top\u003c\/h4\u003e\n\u003cp\u003eClean with a glass cleaner or damp lint-free cloth. Avoid abrasive pads. Handle with care when repositioning the table — do not drag on uneven surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sum-step\"\u003e\n\u003cdiv class=\"sum-step-emoji\" aria-hidden=\"true\"\u003e💺\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eCushions\u003c\/h4\u003e\n\u003cp\u003eSpot clean with a mild soap solution and soft cloth. Rinse thoroughly and allow to air dry fully before restoring to the lounge. Do not machine wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sum-step\"\u003e\n\u003cdiv class=\"sum-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eExtended Storage\u003c\/h4\u003e\n\u003cp\u003eStore cushions indoors or under a breathable cover during extended non-use periods. The PE wicker and aluminium can remain outdoors year-round.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Related Products ── --\u003e\n\u003cdiv class=\"sum-pills\"\u003e\n\u003cdiv class=\"sum-label\" style=\"margin-bottom: 4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n\u003cdiv class=\"sum-pills-row\"\u003e\n\u003ca class=\"sum-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e \u003ca class=\"sum-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e \u003ca class=\"sum-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── At a Glance ── --\u003e\n\u003cdiv class=\"sum-glance\"\u003e\n\u003cdiv class=\"sum-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"sum-glance-list\"\u003e\n\u003cdiv class=\"sum-glance-item\"\u003e\n\u003cdiv class=\"sum-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e5-piece light grey wicker outdoor corner lounge set — L-shape lounge seating and a matching glass-top coffee table.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sum-glance-item\"\u003e\n\u003cdiv class=\"sum-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePE wicker over aluminium frame — UV-stable, moisture-resistant, consistent light grey finish across all lounge and table pieces.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sum-glance-item\"\u003e\n\u003cdiv class=\"sum-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eThick seat and back cushions in neutral light grey included across all seating pieces — no separate cushion purchase required.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sum-glance-item\"\u003e\n\u003cdiv class=\"sum-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eRust-resistant aluminium core across all pieces — lightweight and suited to year-round outdoor placement without treatment.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sum-glance-item\"\u003e\n\u003cdiv class=\"sum-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSuited to patios, balconies, poolside areas, and alfresco spaces. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── SEO Copy ── --\u003e\n\u003cdiv class=\"sum-seo\"\u003e\n\u003ch2\u003eSummerline 5 Piece Outdoor Corner Lounge with Coffee Table — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Summerline 5 Piece Outdoor Corner Lounge with Coffee Table is a light grey wicker outdoor lounge set including an L-shape corner lounge, a matching glass-top coffee table, and cushions across all seating pieces. The aluminium frame is wrapped in PE wicker throughout — on the lounge sections and the coffee table base — giving the full set a consistent light grey wicker finish. The aluminium core is rust-resistant and lightweight, and the PE wicker is UV-stabilised and moisture-resistant, requiring only a damp cloth to maintain.\u003c\/p\u003e\n\u003cp\u003eThe coffee table uses the same wicker-wrapped aluminium construction as the lounge pieces, with a glass tabletop. The corner lounge configuration seats multiple people across two directions, making it a practical option for patios, balconies, and alfresco areas where a linear sofa arrangement would leave unused corner space. Cushions are included and should be spot cleaned and stored or covered during extended non-use periods.\u003c\/p\u003e\n\u003cp\u003eThe Summerline Outdoor Corner Lounge is available online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":43549370679431,"sku":"VHO-AMAL-02","price":1899.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/31a746e0d80741f1a4bd5777fba25036.png?v=1778479386"},{"product_id":"ibiza-outdoor-corner-lounge-suite","title":"Ibiza Outdoor Corner Lounge Suite","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.ibiza-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: 900px;\n}\n\n.ibiza-desc * {\n  box-sizing: border-box;\n}\n\n.ibiza-desc .ib-intro {\n  margin-bottom: 28px;\n}\n\n.ibiza-desc .ib-intro p {\n  margin: 0;\n}\n\n.ibiza-desc .ib-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\/* Feature grid *\/\n.ibiza-desc .ib-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n\n@media (max-width: 768px) {\n  .ibiza-desc .ib-features {\n    grid-template-columns: 1fr;\n  }\n}\n\n.ibiza-desc .ib-feature-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n}\n\n.ibiza-desc .ib-feature-card svg {\n  width: 22px;\n  height: 22px;\n  flex-shrink: 0;\n}\n\n.ibiza-desc .ib-feature-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0;\n}\n\n.ibiza-desc .ib-feature-card p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* Material callout *\/\n.ibiza-desc .ib-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n\n.ibiza-desc .ib-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;\n}\n\n.ibiza-desc .ib-callout p {\n  font-size: 14px;\n  color: #222222;\n  margin: 0;\n  line-height: 1.7;\n}\n\n\/* Care grid *\/\n.ibiza-desc .ib-care-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n\n@media (max-width: 768px) {\n  .ibiza-desc .ib-care-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.ibiza-desc .ib-care-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px;\n}\n\n.ibiza-desc .ib-care-card .ib-care-emoji {\n  font-size: 22px;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.ibiza-desc .ib-care-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  margin: 0 0 6px;\n  color: #222222;\n}\n\n.ibiza-desc .ib-care-card p {\n  font-size: 14px;\n  margin: 0;\n  line-height: 1.6;\n  color: #222222;\n}\n\n\/* At a glance *\/\n.ibiza-desc .ib-checklist {\n  margin-bottom: 28px;\n}\n\n.ibiza-desc .ib-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.ibiza-desc .ib-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.ibiza-desc .ib-tick {\n  width: 20px;\n  height: 20px;\n  min-width: 20px;\n  background: #C2824D;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 3px;\n}\n\n.ibiza-desc .ib-tick svg {\n  width: 11px;\n  height: 11px;\n}\n\n\/* SEO *\/\n.ibiza-desc .ib-seo {\n  border-top: 1px solid #E0E0E0;\n  padding-top: 24px;\n  margin-top: 8px;\n}\n\n.ibiza-desc .ib-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n\n.ibiza-desc .ib-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.7;\n  margin: 0 0 12px;\n}\n\n.ibiza-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=\"ibiza-desc\"\u003e\n\u003c!-- Intro --\u003e\n\u003cdiv class=\"ib-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eIbiza Outdoor Corner Lounge Suite\u003c\/strong\u003e brings resort-style comfort to your backyard, patio, or alfresco space with a hand-woven wicker finish over a solid aluminium frame. Built to handle Australian outdoor conditions with rust-resistant construction and all-weather wicker, this complete set — corner lounge, mid-height table, and two stools — is ready for everything from weekend BBQs to quiet morning coffees. It's outdoor living that holds up well with regular use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Key Features --\u003e\n\u003cdiv class=\"ib-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"ib-features\"\u003e\n\u003cdiv class=\"ib-feature-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#C2824D\" fill=\"none\" aria-hidden=\"true\"\u003e\n        \u003cpath d=\"M12 2L2 7l10 5 10-5-10-5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 17l10 5 10-5\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003ch3\u003eRust-Resistant Aluminium Frame\u003c\/h3\u003e\n\u003cp\u003eThe aluminium structure is lightweight yet strong, resisting rust and corrosion — a practical choice for Australian outdoor conditions year-round.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-feature-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#C2824D\" fill=\"none\" aria-hidden=\"true\"\u003e\n        \u003cpath d=\"M3 9a9 9 0 1 0 18 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 9H1m2 0a9 9 0 0 1 18 0m0 0h2\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 3v6\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003ch3\u003eHand-Woven Wicker Finish\u003c\/h3\u003e\n\u003cp\u003ePremium woven wicker provides weather resistance while maintaining its shape and stone-coloured finish through repeated seasonal exposure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-feature-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#C2824D\" fill=\"none\" aria-hidden=\"true\"\u003e\n        \u003crect rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18M9 21V9\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003ch3\u003eComplete Suite Included\u003c\/h3\u003e\n\u003cp\u003eComes with a corner lounge, mid-height table, and two stools — a fully matched set that covers dining, lounging, and extra guest seating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-feature-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#C2824D\" fill=\"none\" aria-hidden=\"true\"\u003e\n        \u003cpath d=\"M18 20V10\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 20V4\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 20v-6\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003ch3\u003eMid-Height Dining Table\u003c\/h3\u003e\n\u003cp\u003eThe mid-height table works for both casual dining and drinks, giving the suite flexibility across everyday use and entertaining occasions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Material Callout --\u003e\n\u003cdiv class=\"ib-callout\"\u003e\n\u003ch3\u003eAbout Aluminium \u0026amp; Wicker\u003c\/h3\u003e\n\u003cp\u003eAluminium is a preferred material for outdoor furniture because it is naturally rust-resistant and lightweight, handling Australian heat, humidity, and coastal air without corroding. Paired with synthetic hand-woven wicker, the frame gains added weather resistance alongside a warm, textured look. Together, they form a combination designed for practical outdoor use with straightforward day-to-day upkeep.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Care Instructions --\u003e\n\u003cdiv class=\"ib-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"ib-care-grid\"\u003e\n\u003cdiv class=\"ib-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"ib-care-emoji\"\u003e🧹\u003c\/span\u003e\n\u003ch3\u003eBrush Away Debris\u003c\/h3\u003e\n\u003cp\u003eUse a soft brush regularly to clear dust, leaves, and debris from the wicker weave before they settle into the texture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"ib-care-emoji\"\u003e🧽\u003c\/span\u003e\n\u003ch3\u003eMild Soap \u0026amp; Water\u003c\/h3\u003e\n\u003cp\u003eWipe down the wicker with a damp cloth and a small amount of mild soap; rinse thoroughly and allow the set to air dry completely.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"ib-care-emoji\"\u003e☂️\u003c\/span\u003e\n\u003ch3\u003eCover When Not in Use\u003c\/h3\u003e\n\u003cp\u003eDuring extended periods of non-use or severe weather, outdoor furniture covers will help maintain the appearance of the set.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-care-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"ib-care-emoji\"\u003e🚫\u003c\/span\u003e\n\u003ch3\u003eAvoid Harsh Chemicals\u003c\/h3\u003e\n\u003cp\u003eDo not use abrasive cleaners, bleach, or solvents on the wicker or aluminium frame, as these can damage the surface or affect the colour.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- At a Glance --\u003e\n\u003cdiv class=\"ib-checklist\"\u003e\n\u003cdiv class=\"ib-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"ib-list\"\u003e\n\u003cdiv class=\"ib-list-item\"\u003e\n\u003cspan class=\"ib-tick\"\u003e \u003csvg viewbox=\"0 0 24 24\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#fff\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eThe rust-resistant aluminium frame is built for outdoor use across a range of Australian climate conditions.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-list-item\"\u003e\n\u003cspan class=\"ib-tick\"\u003e \u003csvg viewbox=\"0 0 24 24\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#fff\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eThe complete set includes a corner lounge, mid-height table, and two stools — no additional purchases required to complete the setup.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-list-item\"\u003e\n\u003cspan class=\"ib-tick\"\u003e \u003csvg viewbox=\"0 0 24 24\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#fff\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eThe neutral stone colour pairs easily with a wide range of outdoor décor styles, from contemporary to coastal.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-list-item\"\u003e\n\u003cspan class=\"ib-tick\"\u003e \u003csvg viewbox=\"0 0 24 24\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#fff\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eSuited to backyards, patios, courtyards, poolside areas, and outdoor entertainment zones of varying sizes.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-list-item\"\u003e\n\u003cspan class=\"ib-tick\"\u003e \u003csvg viewbox=\"0 0 24 24\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#fff\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eLow-maintenance wicker and aluminium construction keeps routine upkeep straightforward with no specialist products required.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SEO Body Copy --\u003e\n\u003cdiv class=\"ib-seo\"\u003e\n\u003ch2\u003eIbiza Outdoor Corner Lounge Suite — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Ibiza Outdoor Corner Lounge Suite is a complete outdoor seating set built on a rust-resistant aluminium frame with a hand-woven wicker finish in a neutral stone colour. The suite includes a corner lounge, mid-height table, and two stools, giving you a fully matched outdoor setup that works for both relaxed lounging and casual dining — and holds up well with regular outdoor use.\u003c\/p\u003e\n\u003cp\u003eThe stone colour is a versatile neutral that complements a wide range of outdoor settings, from crisp contemporary terraces to relaxed coastal gardens. The woven wicker texture adds warmth and visual interest without requiring a specific colour scheme, making it easy to style with existing cushions, rugs, or planting.\u003c\/p\u003e\n\u003cp\u003eThis suite suits homeowners looking to make the most of an outdoor area — whether a backyard, courtyard, patio, or poolside space — with a set that handles everyday entertaining and quiet weekends alike. You can see the Ibiza Outdoor Corner Lounge Suite in person at any of our five A2Z Furniture stores: 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":43549966958727,"sku":"VOUT-CORF-01","price":1999.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/ibiza-outdoor-corner-lounge-suite-the-a2z-furniture-1_75d83396-0a29-4f2b-8261-6e965dbb3bca.png?v=1778479388"},{"product_id":"capri-outdoor-corner-lounge","title":"Capri Outdoor Corner Lounge","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.cap-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}\n\n\/* ── Intro ── *\/\n.cap-desc .cap-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.cap-desc .cap-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\/* ── What's Included ── *\/\n.cap-desc .cap-included {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .cap-desc .cap-included { grid-template-columns: 1fr 1fr; }\n}\n.cap-desc .cap-piece {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 12px;\n  text-align: center;\n}\n.cap-desc .cap-piece h4 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 3px;\n  line-height: 1.3;\n}\n.cap-desc .cap-piece p {\n  font-size: 12px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* ── Specs Row ── *\/\n.cap-desc .cap-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .cap-desc .cap-specs { grid-template-columns: 1fr 1fr; }\n}\n.cap-desc .cap-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.cap-desc .cap-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.cap-desc .cap-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.cap-desc .cap-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .cap-desc .cap-features { grid-template-columns: 1fr; }\n}\n.cap-desc .cap-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.cap-desc .cap-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.cap-desc .cap-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.cap-desc .cap-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.cap-desc .cap-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.cap-desc .cap-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.cap-desc .cap-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.cap-desc .cap-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.cap-desc .cap-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.cap-desc .cap-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .cap-desc .cap-steps { grid-template-columns: 1fr; }\n}\n.cap-desc .cap-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.cap-desc .cap-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.cap-desc .cap-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.cap-desc .cap-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.cap-desc .cap-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.cap-desc .cap-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.cap-desc .cap-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.cap-desc .cap-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.cap-desc .cap-glance {\n  margin-bottom: 28px;\n}\n.cap-desc .cap-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.cap-desc .cap-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.cap-desc .cap-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.cap-desc .cap-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.cap-desc .cap-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.cap-desc .cap-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.cap-desc .cap-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.cap-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=\"cap-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"cap-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eCapri Outdoor Corner Lounge Suite\u003c\/strong\u003e is a wicker-wrapped outdoor lounge setting consisting of a corner lounge, a mid-height glass-top table, and two matching cushioned stools. The aluminium frame is wrapped in PE wicker throughout — frame, table base, and stools — giving the suite a consistent woven appearance in grey. The mid-height table provides a practical surface height for both lounging and casual dining, and the two stools tuck neatly under the table when not in use. Suited to patios, decks, poolside areas, and alfresco entertaining spaces.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── What's Included ── --\u003e\n  \u003cdiv class=\"cap-label\"\u003eWhat's Included\u003c\/div\u003e\n  \u003cdiv class=\"cap-included\"\u003e\n    \u003cdiv class=\"cap-piece\"\u003e\n      \u003ch4\u003eCorner Lounge\u003c\/h4\u003e\n      \u003cp\u003e× 1\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cap-piece\"\u003e\n      \u003ch4\u003eMid-Height Table\u003c\/h4\u003e\n      \u003cp\u003eGlass Top × 1\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cap-piece\"\u003e\n      \u003ch4\u003eCushioned Stool\u003c\/h4\u003e\n      \u003cp\u003e× 2\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cap-piece\"\u003e\n      \u003ch4\u003eFull Suite\u003c\/h4\u003e\n      \u003cp\u003e4 pieces total\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Specs ── --\u003e\n  \u003cdiv class=\"cap-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003cdiv class=\"cap-specs\"\u003e\n    \u003cdiv class=\"cap-spec\"\u003e\n      \u003cdiv class=\"cap-spec-key\"\u003eFrame\u003c\/div\u003e\n      \u003cdiv class=\"cap-spec-val\"\u003eAluminium with PE Wicker\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cap-spec\"\u003e\n      \u003cdiv class=\"cap-spec-key\"\u003eTable Top\u003c\/div\u003e\n      \u003cdiv class=\"cap-spec-val\"\u003eGlass\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cap-spec\"\u003e\n      \u003cdiv class=\"cap-spec-key\"\u003eColour\u003c\/div\u003e\n      \u003cdiv class=\"cap-spec-val\"\u003eGrey\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Key Features Grid ── --\u003e\n  \u003cdiv class=\"cap-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"cap-features\"\u003e\n\n    \u003cdiv class=\"cap-card\"\u003e\n      \u003cdiv class=\"cap-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003ePE Wicker over Aluminium Frame\u003c\/h3\u003e\n        \u003cp\u003eThe aluminium frame is wrapped in PE wicker on the lounge, table base, and stools — UV-stable, moisture-resistant, and consistent in finish across all pieces.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cap-card\"\u003e\n      \u003cdiv class=\"cap-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eRust-Resistant Aluminium Core\u003c\/h3\u003e\n        \u003cp\u003eThe internal aluminium frame across all four pieces is rust-resistant and lightweight — providing structural stability while the wicker wrap handles the external aesthetic.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cap-card\"\u003e\n      \u003cdiv class=\"cap-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eGlass-Top Mid-Height Table\u003c\/h3\u003e\n        \u003cp\u003eThe table features a glass tabletop on a wicker-wrapped aluminium base — mid-height to work for both relaxed drinks from a lounge position and casual dining.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cap-card\"\u003e\n      \u003cdiv class=\"cap-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"9 11 12 14 22 4\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eStools Tuck Under the Table\u003c\/h3\u003e\n        \u003cp\u003eThe two cushioned stools are sized to store neatly under the mid-height table — keeping the footprint compact and providing extra seating when needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── PE Wicker + Glass Callout ── --\u003e\n  \u003cdiv class=\"cap-callout\"\u003e\n    \u003ch3\u003ePE Wicker \u0026amp; Glass Tabletop\u003c\/h3\u003e\n    \u003cp\u003eThe Capri suite uses PE (polyethylene) wicker — a synthetic weaving material that replicates the appearance of natural rattan while offering significantly better outdoor durability. Natural rattan degrades under UV exposure and moisture, becoming brittle and fading over time. PE wicker is UV-stabilised and moisture-resistant, holding its colour and structure through year-round outdoor exposure without requiring any treatment or seasonal care. It can be cleaned with a damp cloth and mild soap, and is not affected by mould or mildew the way natural fibres can be.\u003c\/p\u003e\n    \u003cp\u003eThe glass tabletop should be handled with care during assembly and when the table is being moved. Tempered glass, if used, is more impact-resistant than standard glass but should still be protected from direct sharp impacts. Wipe down with a glass cleaner or damp cloth — avoid abrasive cloths that may scratch the surface.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"cap-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"cap-steps\"\u003e\n\n    \u003cdiv class=\"cap-step\"\u003e\n      \u003cdiv class=\"cap-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003ePE Wicker \u0026amp; Frame\u003c\/h4\u003e\n        \u003cp\u003eWipe down the wicker surface with a damp cloth and mild soap. Use a soft brush to clear debris from the weave if needed. Rinse and allow to air dry.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cap-step\"\u003e\n      \u003cdiv class=\"cap-step-emoji\" aria-hidden=\"true\"\u003e🪟\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eGlass Tabletop\u003c\/h4\u003e\n        \u003cp\u003eClean with a glass cleaner or a damp, lint-free cloth. Avoid abrasive cloths or cleaners that may scratch the glass surface. Handle with care when moving.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cap-step\"\u003e\n      \u003cdiv class=\"cap-step-emoji\" aria-hidden=\"true\"\u003e💺\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eCushions\u003c\/h4\u003e\n        \u003cp\u003eSpot clean with a mild soap solution and a soft cloth. Allow to air dry fully before restoring to position or stacking. Do not machine wash.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cap-step\"\u003e\n      \u003cdiv class=\"cap-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtended Storage\u003c\/h4\u003e\n        \u003cp\u003eStore cushions indoors or under a breathable cover during extended non-use periods. The PE wicker and aluminium can remain outdoors year-round.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"cap-pills\"\u003e\n    \u003cdiv class=\"cap-label\" style=\"margin-bottom:4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n    \u003cdiv class=\"cap-pills-row\"\u003e\n      \u003ca class=\"cap-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n      \u003ca class=\"cap-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e\n      \u003ca class=\"cap-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"cap-glance\"\u003e\n    \u003cdiv class=\"cap-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"cap-glance-list\"\u003e\n\n      \u003cdiv class=\"cap-glance-item\"\u003e\n        \u003cdiv class=\"cap-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e4-piece wicker outdoor lounge suite — corner lounge, glass-top mid-height table, and 2 cushioned stools — all in grey.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cap-glance-item\"\u003e\n        \u003cdiv class=\"cap-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003ePE wicker wrap over an aluminium frame — UV-stable, moisture-resistant, and consistent in finish across all four pieces.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cap-glance-item\"\u003e\n        \u003cdiv class=\"cap-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eTwo cushioned stools tuck under the table — compact footprint when not in use, extra seating when needed.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cap-glance-item\"\u003e\n        \u003cdiv class=\"cap-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eMid-height glass-top table is usable from a lounge position for drinks and from a more upright position for casual dining.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cap-glance-item\"\u003e\n        \u003cdiv class=\"cap-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSuited to patios, decks, poolside areas, courtyards, and alfresco spaces. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"cap-seo\"\u003e\n    \u003ch2\u003eCapri Outdoor Corner Lounge Suite — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Capri Outdoor Corner Lounge Suite is a four-piece outdoor lounge setting with PE wicker-wrapped aluminium frames, a glass-top mid-height table, and two cushioned stools. The suite includes a corner lounge sofa, the mid-height table, and the two stools — all finished in grey and using the same wicker wrap for a consistent appearance across all pieces. The aluminium core provides structural integrity and rust resistance, while the PE wicker outer layer is UV-stabilised and moisture-resistant, requiring only a damp cloth to clean.\u003c\/p\u003e\n    \u003cp\u003eThe mid-height glass tabletop sits at a height accessible from both a lounging and a more upright position, bridging drinks-table and casual dining functionality in a single piece. The two stools are sized to tuck under the table when not in use, keeping the suite's footprint compact. Cushions are included on the corner lounge and both stools and should be stored or covered during extended non-use periods to maintain their condition.\u003c\/p\u003e\n    \u003cp\u003eThe Capri Outdoor Corner Lounge Suite is available online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":"Default Title","offer_id":43549977804935,"sku":"VOUT-CHI-01","price":2199.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_102pl4102pl4102p_25a577fa-4d01-45b9-a52c-a0c909ce1143.png?v=1778479399"},{"product_id":"astra-outdoor-7-piece-dining-set-white","title":"Astra Outdoor 7 Piece Dining Set","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.ast-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}\n\n\/* ── Intro ── *\/\n.ast-desc .ast-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.ast-desc .ast-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\/* ── What's Included ── *\/\n.ast-desc .ast-included {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 28px;\n}\n.ast-desc .ast-piece {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  align-items: center;\n  gap: 14px;\n}\n.ast-desc .ast-piece-qty {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #C2824D;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 14px;\n  font-weight: 700;\n  color: #fff;\n}\n.ast-desc .ast-piece h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 2px;\n}\n.ast-desc .ast-piece p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n}\n\n\/* ── Specs Row ── *\/\n.ast-desc .ast-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .ast-desc .ast-specs { grid-template-columns: 1fr 1fr; }\n}\n.ast-desc .ast-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.ast-desc .ast-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.ast-desc .ast-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.ast-desc .ast-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .ast-desc .ast-features { grid-template-columns: 1fr; }\n}\n.ast-desc .ast-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.ast-desc .ast-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.ast-desc .ast-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.ast-desc .ast-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.ast-desc .ast-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.ast-desc .ast-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.ast-desc .ast-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.ast-desc .ast-callout p {\n  margin: 0;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n\n\/* ── Care Steps ── *\/\n.ast-desc .ast-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .ast-desc .ast-steps { grid-template-columns: 1fr; }\n}\n.ast-desc .ast-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.ast-desc .ast-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.ast-desc .ast-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.ast-desc .ast-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.ast-desc .ast-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.ast-desc .ast-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.ast-desc .ast-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.ast-desc .ast-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.ast-desc .ast-glance {\n  margin-bottom: 28px;\n}\n.ast-desc .ast-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.ast-desc .ast-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.ast-desc .ast-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.ast-desc .ast-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.ast-desc .ast-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.ast-desc .ast-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.ast-desc .ast-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.ast-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=\"ast-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"ast-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eAstra Outdoor 7 Piece Dining Set\u003c\/strong\u003e is a complete outdoor dining setting comprising a rectangular aluminium dining table and six matching armchairs, all in a white powder-coated aluminium frame. Rust-resistant and designed for year-round outdoor placement, it suits patios, garden entertaining areas, alfresco extensions, and covered decks. Available in White.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── What's Included ── --\u003e\n  \u003cdiv class=\"ast-label\"\u003eWhat's Included (7 Pieces)\u003c\/div\u003e\n  \u003cdiv class=\"ast-included\"\u003e\n    \u003cdiv class=\"ast-piece\"\u003e\n      \u003cdiv class=\"ast-piece-qty\"\u003e×1\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eAluminium Dining Table\u003c\/h4\u003e\n        \u003cp\u003eRectangular — white powder-coated frame\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ast-piece\"\u003e\n      \u003cdiv class=\"ast-piece-qty\"\u003e×6\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eAluminium Dining Chairs\u003c\/h4\u003e\n        \u003cp\u003eArmchairs with padded seat and back\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Specs ── --\u003e\n  \u003cdiv class=\"ast-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003cdiv class=\"ast-specs\"\u003e\n    \u003cdiv class=\"ast-spec\"\u003e\n      \u003cdiv class=\"ast-spec-key\"\u003eFrame\u003c\/div\u003e\n      \u003cdiv class=\"ast-spec-val\"\u003ePowder-Coated Aluminium\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ast-spec\"\u003e\n      \u003cdiv class=\"ast-spec-key\"\u003eColour\u003c\/div\u003e\n      \u003cdiv class=\"ast-spec-val\"\u003eWhite\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ast-spec\"\u003e\n      \u003cdiv class=\"ast-spec-key\"\u003eSet\u003c\/div\u003e\n      \u003cdiv class=\"ast-spec-val\"\u003e1 Table + 6 Chairs\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Key Features Grid ── --\u003e\n  \u003cdiv class=\"ast-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"ast-features\"\u003e\n\n    \u003cdiv class=\"ast-card\"\u003e\n      \u003cdiv class=\"ast-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eWhite Powder-Coated Aluminium\u003c\/h3\u003e\n        \u003cp\u003eAll seven pieces share a white powder-coated aluminium frame — rust-resistant, lightweight, and consistent across the full set.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ast-card\"\u003e\n      \u003cdiv class=\"ast-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eSeats Six\u003c\/h3\u003e\n        \u003cp\u003eSix matching armchairs provide comfortable seating for a full household or alfresco gathering without requiring separate chair purchases.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ast-card\"\u003e\n      \u003cdiv class=\"ast-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eRectangular Dining Table\u003c\/h3\u003e\n        \u003cp\u003eFull-size rectangular table with adequate surface area for six place settings, serving dishes, and centrepiece items simultaneously.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ast-card\"\u003e\n      \u003cdiv class=\"ast-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"\u003e\u003c\/line\u003e\u003cline x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eWeather \u0026amp; UV Resistant\u003c\/h3\u003e\n        \u003cp\u003eAluminium construction does not rust or corrode, and the powder-coat finish resists UV fading — suited to permanent outdoor placement in the Australian climate.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Material Callout ── --\u003e\n  \u003cdiv class=\"ast-callout\"\u003e\n    \u003ch3\u003eWhy Aluminium for Outdoor Dining\u003c\/h3\u003e\n    \u003cp\u003eAluminium is one of the most practical frame materials for outdoor dining furniture. Unlike timber, it does not warp, crack, or rot when exposed to rain and humidity. Unlike steel, it does not rust without a protective coating — and powder-coated aluminium maintains this resistance without needing annual sealing or oiling. It is also significantly lighter than steel or timber, making individual chairs and the table easy to reposition. For a dining set that stays outdoors year-round in Queensland's climate, aluminium construction requires less ongoing maintenance than most alternatives.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"ast-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"ast-steps\"\u003e\n\n    \u003cdiv class=\"ast-step\"\u003e\n      \u003cdiv class=\"ast-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eFrame \u0026amp; Table Surface\u003c\/h4\u003e\n        \u003cp\u003eWipe down aluminium frames and the table surface with a damp cloth and mild soap solution as needed. Rinse and dry to prevent water spots on the white finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ast-step\"\u003e\n      \u003cdiv class=\"ast-step-emoji\" aria-hidden=\"true\"\u003e💺\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eChair Seat \u0026amp; Back\u003c\/h4\u003e\n        \u003cp\u003eSpot clean the padded seat and back with a mild soap solution and a soft cloth. Allow to air dry fully before stacking or covering.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ast-step\"\u003e\n      \u003cdiv class=\"ast-step-emoji\" aria-hidden=\"true\"\u003e🌧\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eRain \u0026amp; Moisture\u003c\/h4\u003e\n        \u003cp\u003eThe aluminium frame can remain outdoors in wet conditions. Wipe down the table surface after heavy rain and allow chair seats to dry fully before extended non-use.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ast-step\"\u003e\n      \u003cdiv class=\"ast-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtended Storage\u003c\/h4\u003e\n        \u003cp\u003eFor extended periods of non-use, a breathable furniture cover will help keep the white frame and chair seats in their best condition and reduce cleaning requirements.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"ast-pills\"\u003e\n    \u003cdiv class=\"ast-label\" style=\"margin-bottom:4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n    \u003cdiv class=\"ast-pills-row\"\u003e\n      \u003ca class=\"ast-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n      \u003ca class=\"ast-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n      \u003ca class=\"ast-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"ast-glance\"\u003e\n    \u003cdiv class=\"ast-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"ast-glance-list\"\u003e\n\n      \u003cdiv class=\"ast-glance-item\"\u003e\n        \u003cdiv class=\"ast-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e7-piece set — 1 rectangular dining table and 6 matching armchairs — all in a white powder-coated aluminium frame.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ast-glance-item\"\u003e\n        \u003cdiv class=\"ast-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eRust-resistant aluminium construction — does not require sealing, oiling, or annual treatment to maintain its weather resistance.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ast-glance-item\"\u003e\n        \u003cdiv class=\"ast-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSix armchairs included — a complete dining arrangement with no additional chair purchases needed.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ast-glance-item\"\u003e\n        \u003cdiv class=\"ast-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eSuited to patios, alfresco entertaining areas, garden decks, and covered outdoor dining spaces.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ast-glance-item\"\u003e\n        \u003cdiv class=\"ast-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eAvailable in White. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e for additional outdoor dining options.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"ast-seo\"\u003e\n    \u003ch2\u003eAstra Outdoor 7 Piece Dining Set — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Astra Outdoor 7 Piece Dining Set is a complete outdoor dining arrangement consisting of one rectangular dining table and six matching aluminium armchairs. All pieces feature a white powder-coated aluminium frame, which is rust-resistant, lightweight, and does not require sealing or periodic treatment to maintain its weather resistance. The set is designed for permanent outdoor placement and is well suited to the Australian climate.\u003c\/p\u003e\n    \u003cp\u003eThe six included armchairs have padded seats and backs, providing comfortable seating for extended outdoor meals. The rectangular table provides sufficient surface area for six full place settings alongside serving items. Because all seven pieces are included as a set, no supplementary chair or table purchases are required to complete the arrangement. The white frame finish gives the set a clean, neutral profile that works alongside most contemporary outdoor settings — from rendered patio areas to garden decks and pergola spaces.\u003c\/p\u003e\n    \u003cp\u003eThe Astra Outdoor 7 Piece Dining Set is available online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":"Default Title","offer_id":43604141211783,"sku":"VOUTASTR7PCKIT","price":1299.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/astra-outdoor-7-piece-dining-set-the-a2z-furniture-1_b62724a0-370f-4207-8ff9-67886282b728.png?v=1778479546"},{"product_id":"islay-outdoor-corner-lounge-with-dining-table","title":"Islay Outdoor Corner Lounge with Dining Table","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.isl-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}\n\n\/* ── Intro ── *\/\n.isl-desc .isl-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.isl-desc .isl-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\/* ── What's Included ── *\/\n.isl-desc .isl-included {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  gap: 10px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .isl-desc .isl-included { grid-template-columns: 1fr 1fr; }\n}\n.isl-desc .isl-piece {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 12px;\n  text-align: center;\n}\n.isl-desc .isl-piece h4 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 3px;\n  line-height: 1.3;\n}\n.isl-desc .isl-piece p {\n  font-size: 12px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* ── Specs Row ── *\/\n.isl-desc .isl-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .isl-desc .isl-specs { grid-template-columns: 1fr 1fr; }\n}\n.isl-desc .isl-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.isl-desc .isl-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.isl-desc .isl-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.isl-desc .isl-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .isl-desc .isl-features { grid-template-columns: 1fr; }\n}\n.isl-desc .isl-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.isl-desc .isl-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.isl-desc .isl-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.isl-desc .isl-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.isl-desc .isl-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Colour Options ── *\/\n.isl-desc .isl-colours {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 480px) {\n  .isl-desc .isl-colours { grid-template-columns: 1fr; }\n}\n.isl-desc .isl-colour-card {\n  border: 1.5px solid #E5E5E5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 14px;\n  align-items: center;\n}\n.isl-desc .isl-swatch-wrap {\n  display: flex;\n  gap: 5px;\n  flex-shrink: 0;\n}\n.isl-desc .isl-swatch {\n  width: 22px;\n  height: 22px;\n  border-radius: 50%;\n  border: 1.5px solid rgba(0,0,0,0.12);\n  flex-shrink: 0;\n}\n.isl-desc .isl-colour-card h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 3px;\n}\n.isl-desc .isl-colour-card p {\n  font-size: 12.5px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* ── Callout Box ── *\/\n.isl-desc .isl-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.isl-desc .isl-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.isl-desc .isl-callout p {\n  margin: 0;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n\n\/* ── Care Steps ── *\/\n.isl-desc .isl-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .isl-desc .isl-steps { grid-template-columns: 1fr; }\n}\n.isl-desc .isl-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.isl-desc .isl-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.isl-desc .isl-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.isl-desc .isl-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.isl-desc .isl-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.isl-desc .isl-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.isl-desc .isl-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.isl-desc .isl-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.isl-desc .isl-glance {\n  margin-bottom: 28px;\n}\n.isl-desc .isl-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.isl-desc .isl-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.isl-desc .isl-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.isl-desc .isl-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.isl-desc .isl-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.isl-desc .isl-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.isl-desc .isl-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.isl-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=\"isl-desc\"\u003e\n\n  \u003c!-- ── Intro ── --\u003e\n  \u003cdiv class=\"isl-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eIslay Outdoor Corner Lounge with Dining Table\u003c\/strong\u003e is a 5-piece modular outdoor setting combining a corner lounge configuration with a mid-height dining table. The modular layout — comprising two 2-seater sections, a corner seat, an armless chair, and the table — can be arranged to suit your space, and the mid-height table bridges the gap between coffee table and full dining height, making the set equally practical for relaxed outdoor lounging and alfresco dining. Available in Charcoal + Grey and White + Grey.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── What's Included ── --\u003e\n  \u003cdiv class=\"isl-label\"\u003eWhat's Included (5 Pieces)\u003c\/div\u003e\n  \u003cdiv class=\"isl-included\"\u003e\n    \u003cdiv class=\"isl-piece\"\u003e\n      \u003ch4\u003eRHF 2-Seater\u003c\/h4\u003e\n      \u003cp\u003e× 1\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"isl-piece\"\u003e\n      \u003ch4\u003eLHF 2-Seater\u003c\/h4\u003e\n      \u003cp\u003e× 1\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"isl-piece\"\u003e\n      \u003ch4\u003eCorner Seat\u003c\/h4\u003e\n      \u003cp\u003e× 1\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"isl-piece\"\u003e\n      \u003ch4\u003eArmless Chair\u003c\/h4\u003e\n      \u003cp\u003e× 1\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"isl-piece\"\u003e\n      \u003ch4\u003eDining Table\u003c\/h4\u003e\n      \u003cp\u003eMid-Height × 1\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Specs ── --\u003e\n  \u003cdiv class=\"isl-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003cdiv class=\"isl-specs\"\u003e\n    \u003cdiv class=\"isl-spec\"\u003e\n      \u003cdiv class=\"isl-spec-key\"\u003eFrame\u003c\/div\u003e\n      \u003cdiv class=\"isl-spec-val\"\u003ePowder-Coated Aluminium\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"isl-spec\"\u003e\n      \u003cdiv class=\"isl-spec-key\"\u003eUpholstery\u003c\/div\u003e\n      \u003cdiv class=\"isl-spec-val\"\u003e100% Polyester\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"isl-spec\"\u003e\n      \u003cdiv class=\"isl-spec-key\"\u003eConfiguration\u003c\/div\u003e\n      \u003cdiv class=\"isl-spec-val\"\u003eModular Corner + Table\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Key Features Grid ── --\u003e\n  \u003cdiv class=\"isl-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"isl-features\"\u003e\n\n    \u003cdiv class=\"isl-card\"\u003e\n      \u003cdiv class=\"isl-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003ePowder-Coated Aluminium Frame\u003c\/h3\u003e\n        \u003cp\u003eRust-resistant aluminium frame across all seating pieces and the dining table — lightweight, weather-resistant, and built for year-round outdoor use.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"isl-card\"\u003e\n      \u003cdiv class=\"isl-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 9V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 11v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1H6v-1a2 2 0 0 0-4 0z\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 18v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 18v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eWater-Repellent Polyester Cushions\u003c\/h3\u003e\n        \u003cp\u003e100% polyester cushions with water-repellent treatment across all seating pieces — mid-grey in both colour variants, suitable for outdoor conditions.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"isl-card\"\u003e\n      \u003cdiv class=\"isl-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"15 3 21 3 21 9\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"9 21 3 21 3 15\"\u003e\u003c\/polyline\u003e\u003cline x1=\"21\" y1=\"3\" x2=\"14\" y2=\"10\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eModular Corner Configuration\u003c\/h3\u003e\n        \u003cp\u003eRHF and LHF 2-seater sections, a corner seat, and an armless chair can be arranged to suit different space shapes and sizes.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"isl-card\"\u003e\n      \u003cdiv class=\"isl-card-icon\"\u003e\n        \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eMid-Height Dining Table\u003c\/h3\u003e\n        \u003cp\u003eThe included table sits between standard coffee table and full dining table height — usable for both casual lounging and seated dining in the same setting.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Colour Options ── --\u003e\n  \u003cdiv class=\"isl-label\"\u003eColour Options\u003c\/div\u003e\n  \u003cdiv class=\"isl-colours\"\u003e\n\n    \u003cdiv class=\"isl-colour-card\"\u003e\n      \u003cdiv class=\"isl-swatch-wrap\"\u003e\n        \u003cdiv class=\"isl-swatch\" style=\"background:#3A3A3A;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"isl-swatch\" style=\"background:#9A9EA3;\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eCharcoal + Grey\u003c\/h4\u003e\n        \u003cp\u003eCharcoal powder-coated frame with mid-grey polyester cushions\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"isl-colour-card\"\u003e\n      \u003cdiv class=\"isl-swatch-wrap\"\u003e\n        \u003cdiv class=\"isl-swatch\" style=\"background:#F0EEE9;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"isl-swatch\" style=\"background:#C8C8CC;\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eWhite + Grey\u003c\/h4\u003e\n        \u003cp\u003eWhite powder-coated frame with mid-grey polyester cushions\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Mid-Height Table Callout ── --\u003e\n  \u003cdiv class=\"isl-callout\"\u003e\n    \u003ch3\u003eAbout the Mid-Height Dining Table\u003c\/h3\u003e\n    \u003cp\u003eThe Islay's dining table is designed at a mid-height — taller than a standard outdoor coffee table but lower than a full-height dining table. This makes it practical for both uses: you can lean forward from a lounge position to reach drinks and snacks, or use it comfortably for a seated alfresco meal without the need for standard-height dining chairs. For households that use their outdoor space for both relaxing and entertaining, this removes the need for two separate table setups.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Care Instructions ── --\u003e\n  \u003cdiv class=\"isl-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"isl-steps\"\u003e\n\n    \u003cdiv class=\"isl-step\"\u003e\n      \u003cdiv class=\"isl-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003ePolyester Cushions\u003c\/h4\u003e\n        \u003cp\u003eSpot clean with a mild soap solution and a soft cloth. Rinse thoroughly and allow to air dry fully before use or storage. Do not machine wash.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"isl-step\"\u003e\n      \u003cdiv class=\"isl-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eAluminium Frame \u0026amp; Table\u003c\/h4\u003e\n        \u003cp\u003eWipe down with a damp cloth as needed. Avoid abrasive cleaners or steel wool that may scratch or wear the powder-coat finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"isl-step\"\u003e\n      \u003cdiv class=\"isl-step-emoji\" aria-hidden=\"true\"\u003e🌧\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eRain \u0026amp; Moisture\u003c\/h4\u003e\n        \u003cp\u003eThe aluminium frame can remain outdoors year-round. Allow cushions to dry fully after rain before stacking or covering to prevent moisture build-up.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"isl-step\"\u003e\n      \u003cdiv class=\"isl-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eExtended Storage\u003c\/h4\u003e\n        \u003cp\u003eStore cushions indoors or under a breathable furniture cover during extended periods of non-use to maintain their condition.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── Related Products ── --\u003e\n  \u003cdiv class=\"isl-pills\"\u003e\n    \u003cdiv class=\"isl-label\" style=\"margin-bottom:4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n    \u003cdiv class=\"isl-pills-row\"\u003e\n      \u003ca class=\"isl-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n      \u003ca class=\"isl-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e\n      \u003ca class=\"isl-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── At a Glance ── --\u003e\n  \u003cdiv class=\"isl-glance\"\u003e\n    \u003cdiv class=\"isl-label\"\u003eAt a Glance\u003c\/div\u003e\n    \u003cdiv class=\"isl-glance-list\"\u003e\n\n      \u003cdiv class=\"isl-glance-item\"\u003e\n        \u003cdiv class=\"isl-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e5-piece modular set — RHF 2-seater, LHF 2-seater, corner seat, armless chair, and a mid-height dining table.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"isl-glance-item\"\u003e\n        \u003cdiv class=\"isl-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eRust-resistant powder-coated aluminium frame on all pieces — suited to permanent outdoor placement year-round.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"isl-glance-item\"\u003e\n        \u003cdiv class=\"isl-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eMid-height dining table works for both casual lounging and seated alfresco dining — no second table needed.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"isl-glance-item\"\u003e\n        \u003cdiv class=\"isl-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eWater-repellent 100% polyester cushions in mid-grey — consistent across both colour variants.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"isl-glance-item\"\u003e\n        \u003cdiv class=\"isl-tick\"\u003e\n          \u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eAvailable in Charcoal + Grey and White + Grey. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e for additional pieces.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SEO Copy ── --\u003e\n  \u003cdiv class=\"isl-seo\"\u003e\n    \u003ch2\u003eIslay Outdoor Corner Lounge with Dining Table — Full Product Details\u003c\/h2\u003e\n    \u003cp\u003eThe Islay Outdoor Corner Lounge with Dining Table is a 5-piece modular outdoor setting with a powder-coated aluminium frame and 100% polyester cushions. It includes a right-hand-facing 2-seater, a left-hand-facing 2-seater, a corner seat, an armless chair, and a mid-height dining table. The modular components can be configured to suit different outdoor space layouts, from open patio areas to enclosed balconies and garden decks.\u003c\/p\u003e\n    \u003cp\u003eThe mid-height dining table is a practical feature for households that use the same outdoor space for both lounging and dining. Its height falls between a standard coffee table and a full dining table, meaning it can be used comfortably from a seated lounge position as well as for a more upright alfresco meal. The water-repellent polyester cushions are mid-grey across both colour options — Charcoal + Grey and White + Grey — allowing the frame colour to define the overall look of the setting.\u003c\/p\u003e\n    \u003cp\u003eThe Islay Outdoor Corner Lounge is available online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":"Charcoal","offer_id":43662979989639,"sku":"VDO-ISLA-13","price":1599.0,"currency_code":"AUD","in_stock":false},{"title":"White","offer_id":43662979956871,"sku":"VDO-ISLA-03","price":1599.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/islay-outdoor-corner-lounge-with-dining-table-the-a2z-furniture-2_3fbb5b72-0bd6-48df-9b45-d31b128f5868.png?v=1778479682"},{"product_id":"maderia-4-piece-outdoor-sofa-set","title":"Maderia 4 Piece Outdoor Sofa Set","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.mad4-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}\n\n\/* ── Intro ── *\/\n.mad4-desc .mad4-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.mad4-desc .mad4-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\/* ── What's Included ── *\/\n.mad4-desc .mad4-included {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .mad4-desc .mad4-included { grid-template-columns: 1fr 1fr; }\n}\n.mad4-desc .mad4-piece {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 12px;\n  text-align: center;\n}\n.mad4-desc .mad4-piece h4 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 3px;\n  line-height: 1.3;\n}\n.mad4-desc .mad4-piece p {\n  font-size: 12px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* ── Specs Row ── *\/\n.mad4-desc .mad4-specs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 560px) {\n  .mad4-desc .mad4-specs { grid-template-columns: 1fr 1fr; }\n}\n.mad4-desc .mad4-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.mad4-desc .mad4-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.mad4-desc .mad4-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.mad4-desc .mad4-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .mad4-desc .mad4-features { grid-template-columns: 1fr; }\n}\n.mad4-desc .mad4-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.mad4-desc .mad4-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.mad4-desc .mad4-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.mad4-desc .mad4-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.mad4-desc .mad4-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.mad4-desc .mad4-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.mad4-desc .mad4-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.mad4-desc .mad4-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.mad4-desc .mad4-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.mad4-desc .mad4-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .mad4-desc .mad4-steps { grid-template-columns: 1fr; }\n}\n.mad4-desc .mad4-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.mad4-desc .mad4-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.mad4-desc .mad4-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.mad4-desc .mad4-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.mad4-desc .mad4-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.mad4-desc .mad4-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.mad4-desc .mad4-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.mad4-desc .mad4-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.mad4-desc .mad4-glance {\n  margin-bottom: 28px;\n}\n.mad4-desc .mad4-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.mad4-desc .mad4-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.mad4-desc .mad4-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.mad4-desc .mad4-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.mad4-desc .mad4-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.mad4-desc .mad4-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.mad4-desc .mad4-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.mad4-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=\"mad4-desc\"\u003e\n\u003c!-- ── Intro ── --\u003e\n\u003cdiv class=\"mad4-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eMaderia Outdoor 4 Piece Lounge Set\u003c\/strong\u003e is a charcoal outdoor lounge arrangement consisting of a 3-seater sofa, two single armchairs, and a coffee table with a Polywood slatted top. The powder-coated aluminium frame features Polywood inserts on the armrests, matching the coffee table surface — giving the set a timber-look accent without the maintenance that natural wood requires. Cushions are weatherproof, water-repellent, and UV-protected. Also available in a \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/maderia-outdoor-5pc-mid-height-dining-set\"\u003e5 Piece Mid-Height Dining variant\u003c\/a\u003e that adds a bench and replaces the coffee table with a mid-height dining table.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── What's Included ── --\u003e\n\u003cdiv class=\"mad4-label\"\u003eWhat's Included (4 Pieces)\u003c\/div\u003e\n\u003cdiv class=\"mad4-included\"\u003e\n\u003cdiv class=\"mad4-piece\"\u003e\n\u003ch4\u003e3-Seater Lounge\u003c\/h4\u003e\n\u003cp\u003e× 1\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad4-piece\"\u003e\n\u003ch4\u003eSingle Armchair\u003c\/h4\u003e\n\u003cp\u003e× 2\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad4-piece\"\u003e\n\u003ch4\u003eCoffee Table\u003c\/h4\u003e\n\u003cp\u003ePolywood Top × 1\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad4-piece\"\u003e\n\u003ch4\u003eFull Set\u003c\/h4\u003e\n\u003cp\u003e4 pieces total\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Specs ── --\u003e\n\u003cdiv class=\"mad4-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"mad4-specs\"\u003e\n\u003cdiv class=\"mad4-spec\"\u003e\n\u003cdiv class=\"mad4-spec-key\"\u003eFrame\u003c\/div\u003e\n\u003cdiv class=\"mad4-spec-val\"\u003ePowder-Coated Aluminium — Charcoal\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad4-spec\"\u003e\n\u003cdiv class=\"mad4-spec-key\"\u003eTable Top \u0026amp; Arm Inserts\u003c\/div\u003e\n\u003cdiv class=\"mad4-spec-val\"\u003ePolywood\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad4-spec\"\u003e\n\u003cdiv class=\"mad4-spec-key\"\u003eCushions\u003c\/div\u003e\n\u003cdiv class=\"mad4-spec-val\"\u003eWeatherproof UV-Protected Fabric\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Key Features Grid ── --\u003e\n\u003cdiv class=\"mad4-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"mad4-features\"\u003e\n\u003cdiv class=\"mad4-card\"\u003e\n\u003cdiv class=\"mad4-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eCharcoal Powder-Coated Aluminium Frame\u003c\/h3\u003e\n\u003cp\u003eRust-resistant aluminium frame across all four pieces — lightweight, weather-resistant, and suited to year-round outdoor placement without treatment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad4-card\"\u003e\n\u003cdiv class=\"mad4-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePolywood Coffee Table Top \u0026amp; Arm Inserts\u003c\/h3\u003e\n\u003cp\u003ePolywood used on the coffee table surface and integrated into the armrests on all seating pieces — timber appearance with no oiling, sealing, or weathering required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad4-card\"\u003e\n\u003cdiv class=\"mad4-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 9V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 11v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1H6v-1a2 2 0 0 0-4 0z\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 18v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 18v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eWeatherproof UV-Protected Cushions\u003c\/h3\u003e\n\u003cp\u003eSeat and back cushions across the 3-seater and both armchairs — weatherproof, water-repellent, and UV-protected to resist fading under direct outdoor sun.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad4-card\"\u003e\n\u003cdiv class=\"mad4-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"\u003e\u003c\/line\u003e\u003cline x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eKD Assembly (Knock-Down)\u003c\/h3\u003e\n\u003cp\u003eThe set ships flat-packed and assembles without specialist tools — components connect with straightforward hardware included in the box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Polywood Callout ── --\u003e\n\u003cdiv class=\"mad4-callout\"\u003e\n\u003ch3\u003eAbout Polywood\u003c\/h3\u003e\n\u003cp\u003ePolywood is a recycled plastic lumber material made primarily from post-consumer HDPE (high-density polyethylene). It is engineered to replicate the look of slatted timber while offering properties that natural wood cannot: it does not absorb moisture, does not warp or crack, does not rot, and requires no oiling, sealing, or annual treatment. Its colour is consistent throughout the material, meaning surface scratches do not reveal a different colour underneath. For outdoor furniture that stays in place year-round in Queensland's climate, Polywood is a genuinely low-maintenance surface choice.\u003c\/p\u003e\n\u003cp\u003eOn the Maderia 4 Piece set, Polywood appears in two places: as the slatted surface on the coffee table top, and as insert panels on the armrests of the 3-seater and both armchairs. The charcoal aluminium frame and Polywood inserts are finished in complementary tones, creating a consistent two-material look across the set. Both are cleaned with a damp cloth — no specialist products needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Care Instructions ── --\u003e\n\u003cdiv class=\"mad4-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"mad4-steps\"\u003e\n\u003cdiv class=\"mad4-step\"\u003e\n\u003cdiv class=\"mad4-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003ePolywood Table Top \u0026amp; Arm Inserts\u003c\/h4\u003e\n\u003cp\u003eWipe down with a damp cloth and mild soap — no oiling, sealing, or treatment required. The surface is maintenance-free under normal outdoor use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad4-step\"\u003e\n\u003cdiv class=\"mad4-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eAluminium Frame\u003c\/h4\u003e\n\u003cp\u003eWipe down with a damp cloth as needed. Avoid abrasive cleaners that may scratch the charcoal powder-coat finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad4-step\"\u003e\n\u003cdiv class=\"mad4-step-emoji\" aria-hidden=\"true\"\u003e💺\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eCushions\u003c\/h4\u003e\n\u003cp\u003eSpot clean with mild soap and a soft cloth. Rinse and allow to air dry fully before restoring to position. Store indoors or cover during extended non-use periods.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad4-step\"\u003e\n\u003cdiv class=\"mad4-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eExtended Storage\u003c\/h4\u003e\n\u003cp\u003eThe Polywood and aluminium components can remain outdoors year-round. A breathable furniture cover during extended non-use will keep cushions in best condition and reduce dust accumulation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Related Products ── --\u003e\n\u003cdiv class=\"mad4-pills\"\u003e\n\u003cdiv class=\"mad4-label\" style=\"margin-bottom: 4px;\"\u003eAlso in the Maderia Range \u0026amp; Outdoor Collection\u003c\/div\u003e\n\u003cdiv class=\"mad4-pills-row\"\u003e\n\u003ca class=\"mad4-pill\" href=\"https:\/\/thea2zfurniture.com\/products\/maderia-outdoor-5pc-mid-height-dining-set\"\u003e🍽 Maderia 5pc Mid-Height Dining Set →\u003c\/a\u003e \u003ca class=\"mad4-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e \u003ca class=\"mad4-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── At a Glance ── --\u003e\n\u003cdiv class=\"mad4-glance\"\u003e\n\u003cdiv class=\"mad4-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"mad4-glance-list\"\u003e\n\u003cdiv class=\"mad4-glance-item\"\u003e\n\u003cdiv class=\"mad4-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e4-piece lounge set — 3-seater, 2 armchairs, and a coffee table — charcoal powder-coated aluminium frame with Polywood table top and arm inserts.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad4-glance-item\"\u003e\n\u003cdiv class=\"mad4-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePolywood surfaces require no oiling, sealing, or treatment — wipe clean with a damp cloth. Does not warp, crack, or rot outdoors.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad4-glance-item\"\u003e\n\u003cdiv class=\"mad4-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eWeatherproof, water-repellent, UV-protected cushions on all seating pieces — included with the set.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad4-glance-item\"\u003e\n\u003cdiv class=\"mad4-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eKD (knock-down) flat-pack assembly — ships disassembled and assembles with included hardware, no specialist tools required.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad4-glance-item\"\u003e\n\u003cdiv class=\"mad4-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eAlso available as the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/maderia-outdoor-5pc-mid-height-dining-set\"\u003eMaderia 5pc Mid-Height Dining Set\u003c\/a\u003e with a bench and mid-height dining table. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── SEO Copy ── --\u003e\n\u003cdiv class=\"mad4-seo\"\u003e\n\u003ch2\u003eMaderia Outdoor 4 Piece Lounge Set — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Maderia Outdoor 4 Piece Lounge Set is a charcoal outdoor lounge arrangement consisting of a 3-seater sofa, two single armchairs, and a coffee table. All pieces use a charcoal powder-coated aluminium frame. Polywood — a recycled HDPE plastic lumber material — is used for the slatted coffee table top and as armrest inserts on all three seating pieces. The cushions across the sofa and armchairs are weatherproof, water-repellent, and UV-protected. The set ships as KD (knock-down) flat-pack and assembles with included hardware.\u003c\/p\u003e\n\u003cp\u003ePolywood requires no oiling, sealing, or periodic treatment. It does not warp, crack, or rot when exposed to moisture or UV, and can be cleaned with a damp cloth — the same care required for the aluminium frame. This makes the Maderia 4 Piece a practical low-maintenance lounge option for patios, alfresco areas, and garden decks. For a dining-capable variant within the same range, the \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/products\/maderia-outdoor-5pc-mid-height-dining-set\"\u003eMaderia 5 Piece Mid-Height Dining Set\u003c\/a\u003e adds a bench and replaces the coffee table with a mid-height dining table.\u003c\/p\u003e\n\u003cp\u003eAvailable online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":43662993162375,"sku":"VOUT-MADE-01","price":1999.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/maderia-4-piece-outdoor-sofa-set-the-a2z-furniture-1_88b5b259-70e3-42fd-a489-a1c49f39c105.png?v=1778479689"},{"product_id":"maderia-outdoor-5pc-dining-set","title":"Maderia Outdoor 5pc Dining Set","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');\n\n.mad-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}\n\n\/* ── Intro ── *\/\n.mad-desc .mad-intro {\n  margin-bottom: 28px;\n}\n\n\/* ── Section Labels ── *\/\n.mad-desc .mad-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\/* ── What's Included ── *\/\n.mad-desc .mad-included {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  gap: 10px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .mad-desc .mad-included { grid-template-columns: 1fr 1fr; }\n}\n.mad-desc .mad-piece {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 12px;\n  text-align: center;\n}\n.mad-desc .mad-piece h4 {\n  font-size: 12px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 3px;\n  line-height: 1.3;\n}\n.mad-desc .mad-piece p {\n  font-size: 12px;\n  color: #6B6B6B;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* ── Specs Row ── *\/\n.mad-desc .mad-specs {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n@media (max-width: 640px) {\n  .mad-desc .mad-specs { grid-template-columns: 1fr 1fr; }\n}\n.mad-desc .mad-spec {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n.mad-desc .mad-spec-key {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6B6B6B;\n  margin-bottom: 4px;\n}\n.mad-desc .mad-spec-val {\n  font-size: 14px;\n  font-weight: 600;\n  color: #222222;\n}\n\n\/* ── Feature Grid ── *\/\n.mad-desc .mad-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .mad-desc .mad-features { grid-template-columns: 1fr; }\n}\n.mad-desc .mad-card {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 18px 16px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.mad-desc .mad-card-icon {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F7EDE3;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.mad-desc .mad-card-icon svg {\n  width: 18px;\n  height: 18px;\n  stroke: #C2824D;\n  fill: none;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.mad-desc .mad-card h3 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.mad-desc .mad-card p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Callout Box ── *\/\n.mad-desc .mad-callout {\n  border-left: 4px solid #C2824D;\n  background: #F7EDE3;\n  border-radius: 0 8px 8px 0;\n  padding: 18px 20px;\n  margin-bottom: 28px;\n}\n.mad-desc .mad-callout h3 {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #C2824D;\n  margin: 0 0 8px;\n}\n.mad-desc .mad-callout p {\n  margin: 0 0 10px;\n  font-size: 14px;\n  color: #444444;\n  line-height: 1.7;\n}\n.mad-desc .mad-callout p:last-child { margin-bottom: 0; }\n\n\/* ── Care Steps ── *\/\n.mad-desc .mad-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n@media (max-width: 768px) {\n  .mad-desc .mad-steps { grid-template-columns: 1fr; }\n}\n.mad-desc .mad-step {\n  background: #F5F5F5;\n  border-radius: 8px;\n  padding: 16px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.mad-desc .mad-step-emoji {\n  font-size: 22px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.mad-desc .mad-step h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 4px;\n}\n.mad-desc .mad-step p {\n  font-size: 14px;\n  color: #444444;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* ── Related Products Pill Row ── *\/\n.mad-desc .mad-pills {\n  background: #F7EDE3;\n  border: 1px solid #E8C9AA;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 28px;\n}\n.mad-desc .mad-pills-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 12px;\n}\n.mad-desc .mad-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1px solid #E8C9AA;\n  border-radius: 100px;\n  padding: 7px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #C2824D;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  white-space: nowrap;\n}\n.mad-desc .mad-pill:hover { background: #F0D9C4; }\n\n\/* ── At a Glance ── *\/\n.mad-desc .mad-glance {\n  margin-bottom: 28px;\n}\n.mad-desc .mad-glance-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.mad-desc .mad-glance-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  color: #222222;\n}\n.mad-desc .mad-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.mad-desc .mad-tick svg {\n  width: 11px;\n  height: 11px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── SEO Copy ── *\/\n.mad-desc .mad-seo {\n  border-top: 1px solid #E5E5E5;\n  padding-top: 24px;\n  margin-top: 4px;\n}\n.mad-desc .mad-seo h2 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #222222;\n  margin: 0 0 14px;\n}\n.mad-desc .mad-seo p {\n  font-size: 13.5px;\n  color: #6B6B6B;\n  line-height: 1.75;\n  margin: 0 0 12px;\n}\n\n\/* ── Inline Links ── *\/\n.mad-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=\"mad-desc\"\u003e\n\u003c!-- ── Intro ── --\u003e\n\u003cdiv class=\"mad-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eMaderia Outdoor 5 Piece Mid-Height Dining Set\u003c\/strong\u003e combines lounge seating with a mid-height dining table in a single five-piece arrangement — a 3-seater lounge, two single armchairs, a mid-height dining table, and a dining bench. The mid-height table sits between standard coffee table and full dining table height, making it usable for both relaxed lounging and seated alfresco meals without swapping furniture. Polywood is used for the tabletop and armrest inserts, while the powder-coated aluminium frame and UV-protected cushions are suited to permanent outdoor placement. Seats up to 8.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── What's Included ── --\u003e\n\u003cdiv class=\"mad-label\"\u003eWhat's Included (5 Pieces)\u003c\/div\u003e\n\u003cdiv class=\"mad-included\"\u003e\n\u003cdiv class=\"mad-piece\"\u003e\n\u003ch4\u003e3-Seater Lounge\u003c\/h4\u003e\n\u003cp\u003e× 1\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad-piece\"\u003e\n\u003ch4\u003eSingle Chair\u003c\/h4\u003e\n\u003cp\u003e× 2\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad-piece\"\u003e\n\u003ch4\u003eDining Table\u003c\/h4\u003e\n\u003cp\u003eMid-Height × 1\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad-piece\"\u003e\n\u003ch4\u003eDining Bench\u003c\/h4\u003e\n\u003cp\u003e× 1\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad-piece\"\u003e\n\u003ch4\u003eFull Set\u003c\/h4\u003e\n\u003cp\u003eSeats up to 8\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Specs ── --\u003e\n\u003cdiv class=\"mad-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"mad-specs\"\u003e\n\u003cdiv class=\"mad-spec\"\u003e\n\u003cdiv class=\"mad-spec-key\"\u003eFrame\u003c\/div\u003e\n\u003cdiv class=\"mad-spec-val\"\u003ePowder-Coated Aluminium\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad-spec\"\u003e\n\u003cdiv class=\"mad-spec-key\"\u003eTable \u0026amp; Armrests\u003c\/div\u003e\n\u003cdiv class=\"mad-spec-val\"\u003ePolywood\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad-spec\"\u003e\n\u003cdiv class=\"mad-spec-key\"\u003eCushions\u003c\/div\u003e\n\u003cdiv class=\"mad-spec-val\"\u003eWeatherproof UV-Protected Fabric\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad-spec\"\u003e\n\u003cdiv class=\"mad-spec-key\"\u003eCapacity\u003c\/div\u003e\n\u003cdiv class=\"mad-spec-val\"\u003eUp to 8 people\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Key Features Grid ── --\u003e\n\u003cdiv class=\"mad-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"mad-features\"\u003e\n\u003cdiv class=\"mad-card\"\u003e\n\u003cdiv class=\"mad-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eRust-Resistant Aluminium Frame\u003c\/h3\u003e\n\u003cp\u003ePowder-coated aluminium across all five pieces — lightweight, corrosion-resistant, and suited to permanent outdoor placement without treatment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad-card\"\u003e\n\u003cdiv class=\"mad-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePolywood Table \u0026amp; Armrest Inserts\u003c\/h3\u003e\n\u003cp\u003eSlatted Polywood tabletop and Polywood armrest inserts — a recycled plastic lumber material that gives the look of timber with no oiling, sealing, or weathering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad-card\"\u003e\n\u003cdiv class=\"mad-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"15 3 21 3 21 9\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"9 21 3 21 3 15\"\u003e\u003c\/polyline\u003e\u003cline x1=\"21\" y1=\"3\" x2=\"14\" y2=\"10\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMid-Height Dining Table\u003c\/h3\u003e\n\u003cp\u003eTable height bridges coffee and full dining table — practical for both relaxed lounging from a sofa position and seated alfresco dining without needing separate furniture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad-card\"\u003e\n\u003cdiv class=\"mad-card-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"\u003e\u003c\/line\u003e\u003cline x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eUV-Protected Weatherproof Cushions\u003c\/h3\u003e\n\u003cp\u003eGenerously padded cushions with a parallel stitched design — weatherproof, water-repellent, and UV-protected to resist fading under direct outdoor sun.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Polywood + Mid-Height Callout ── --\u003e\n\u003cdiv class=\"mad-callout\"\u003e\n\u003ch3\u003ePolywood \u0026amp; the Mid-Height Table\u003c\/h3\u003e\n\u003cp\u003ePolywood is a recycled plastic lumber material made primarily from post-consumer HDPE (high-density polyethylene) — the same plastic used in milk jugs and similar containers. It is engineered to replicate the look of slatted timber while offering properties that natural wood cannot: it does not absorb moisture, does not warp or crack, does not rot, and does not require oiling, sealing, or any form of periodic treatment. Its colour is consistent throughout the material, meaning surface scratches do not reveal a different colour underneath. For an outdoor tabletop and armrest inserts that will be exposed to rain, direct sun, and daily contact, Polywood is a genuinely low-maintenance choice.\u003c\/p\u003e\n\u003cp\u003eThe mid-height dining table is designed to sit at a height that is accessible from both a lounging and a more upright seated position. Rather than being strictly a coffee table or strictly a dining table, it bridges both functions — meaning the Maderia set works for a casual drink with the lounge seats, a full alfresco meal, and everything in between, without the need for a separate dining or side table.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Care Instructions ── --\u003e\n\u003cdiv class=\"mad-label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"mad-steps\"\u003e\n\u003cdiv class=\"mad-step\"\u003e\n\u003cdiv class=\"mad-step-emoji\" aria-hidden=\"true\"\u003e🧽\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eCushions\u003c\/h4\u003e\n\u003cp\u003eSpot clean with a mild soap solution and a soft cloth. Rinse and allow to air dry fully before restoring to position. Do not machine wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad-step\"\u003e\n\u003cdiv class=\"mad-step-emoji\" aria-hidden=\"true\"\u003e🪵\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003ePolywood Tabletop \u0026amp; Armrests\u003c\/h4\u003e\n\u003cp\u003eWipe down with a damp cloth and mild soap. No oiling, sealing, or annual treatment required — Polywood is maintenance-free under normal outdoor use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad-step\"\u003e\n\u003cdiv class=\"mad-step-emoji\" aria-hidden=\"true\"\u003e🖤\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eAluminium Frame\u003c\/h4\u003e\n\u003cp\u003eWipe down with a damp cloth as needed. Avoid abrasive cleaners that may scratch or wear the powder-coat finish across the frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad-step\"\u003e\n\u003cdiv class=\"mad-step-emoji\" aria-hidden=\"true\"\u003e☂️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eExtended Storage\u003c\/h4\u003e\n\u003cp\u003eStore cushions indoors or use a breathable cover during extended non-use periods. The Polywood and aluminium components can remain outdoors year-round.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Related Products ── --\u003e\n\u003cdiv class=\"mad-pills\"\u003e\n\u003cdiv class=\"mad-label\" style=\"margin-bottom: 4px;\"\u003eShop the Outdoor Range\u003c\/div\u003e\n\u003cdiv class=\"mad-pills-row\"\u003e\n\u003ca class=\"mad-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003e🌿 All Outdoor Furniture →\u003c\/a\u003e \u003ca class=\"mad-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Lounge\"\u003e🛋 Outdoor Lounges →\u003c\/a\u003e \u003ca class=\"mad-pill\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate?filter.p.m.product_type.product_type=Outdoor+Dining\"\u003e🍽 Outdoor Dining →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── At a Glance ── --\u003e\n\u003cdiv class=\"mad-glance\"\u003e\n\u003cdiv class=\"mad-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"mad-glance-list\"\u003e\n\u003cdiv class=\"mad-glance-item\"\u003e\n\u003cdiv class=\"mad-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e5-piece set — 1× 3-seater lounge, 2× single chairs, 1× mid-height dining table, and 1× dining bench — seats up to 8.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad-glance-item\"\u003e\n\u003cdiv class=\"mad-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003ePolywood tabletop and armrest inserts — no oiling, sealing, or weathering. Wipe clean with a damp cloth.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad-glance-item\"\u003e\n\u003cdiv class=\"mad-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eMid-height table functions for both lounging and dining — no separate dining or coffee table needed.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad-glance-item\"\u003e\n\u003cdiv class=\"mad-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eUV-protected, weatherproof, water-repellent cushions with a parallel stitched design across all seating pieces.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mad-glance-item\"\u003e\n\u003cdiv class=\"mad-tick\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eRust-resistant powder-coated aluminium frame across all five pieces. View the full \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor range\u003c\/a\u003e.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── SEO Copy ── --\u003e\n\u003cdiv class=\"mad-seo\"\u003e\n\u003ch2\u003eMaderia Outdoor 5 Piece Mid-Height Dining Set — Full Product Details\u003c\/h2\u003e\n\u003cp\u003eThe Maderia Outdoor 5 Piece Mid-Height Dining Set is a complete outdoor lounge and dining arrangement consisting of a 3-seater lounge, two single armchairs, a mid-height dining table, and a dining bench. All pieces use a rust-resistant powder-coated aluminium frame. The table features a slatted Polywood tabletop, and Polywood inserts are used on the armrests — Polywood is a recycled HDPE plastic lumber that replicates the appearance of timber with no maintenance requirements: no oiling, sealing, or weathering.\u003c\/p\u003e\n\u003cp\u003eThe mid-height table sits between standard coffee table and full dining height, making the set functional for both relaxed outdoor lounging from a sofa position and seated alfresco dining. This removes the need for two separate table setups in the same outdoor space. All cushions are weatherproof, water-repellent, and UV-protected, with a parallel stitched line design across the seat and back surfaces. The set seats up to 8 people across the sofa, armchairs, and bench.\u003c\/p\u003e\n\u003cp\u003eThe Maderia Outdoor 5 Piece Mid-Height Dining Set is available online and in store as part of the A2Z Furniture \u003ca class=\"mr-link\" href=\"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture-brisbane-ipswich-bundall-sandgate\"\u003eoutdoor furniture range\u003c\/a\u003e — 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":43663012364423,"sku":"VOUT-MADE-04","price":2199.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/files\/Image_xdhqf1xdhqf1xdhq_29a31fc1-553b-46c6-bb92-890d74508f04.png?v=1778479696"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0327\/9978\/5095\/collections\/portals-3-seater-outdoor-lounge-the-a2z-furniture-1_a7648c27-b7ca-44a4-8142-8173b5d0b8e8.jpg?v=1778899892","url":"https:\/\/thea2zfurniture.com\/collections\/outdoor-furniture.oembed","provider":"The A2Z Furniture","version":"1.0","type":"link"}