Parker Bedside Table
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap'); .prk-desc { padding-top: 6px; overflow: visible; font-family: 'Open Sans', sans-ser if; color: #222222; font-size: 15px; line-height: 1.7; max-width: 920px; } .prk-desc *, .prk-desc *::before, .prk-desc *::after { box-sizing: border-box; } .prk-desc .prk-label { font-size: 12px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #C2824D; margin: 0 0 12px; } .prk-desc p { margin: 0 0 16px; } .prk-desc .prk-intro { font-size: 15.5px; margin-bottom: 30px; } .prk-desc .mr-link { color: #C2824D; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; font-weight: 600; white-space: nowrap; } /* Feature cards — left accent border */ .prk-desc .prk-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 8px 0 34px; } .prk-desc .prk-card { background: #F5F5F5; border-left: 3px solid #C2824D; border-radius: 0 9px 9px 0; padding: 16px 18px; } .prk-desc .prk-card-head { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; } .prk-desc .prk-card-head svg { width: 21px; height: 21px; stroke: #C2824D; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; } .prk-desc .prk-card h3 { font-size: 13px; font-weight: 700; margin: 0; } .prk-desc .prk-card p { font-size: 14px; margin: 0; line-height: 1.55; } /* Material callout — top accent */ .prk-desc .prk-callout { background: #F7EDE3; border-top: 3px solid #C2824D; border-radius: 9px; padding: 20px 22px; margin: 0 0 34px; } .prk-desc .prk-callout h3 { font-size: 16px; font-weight: 700; margin: 0 0 8px; } .prk-desc .prk-callout p { margin: 0; font-size: 14.5px; } /* Care — horizontal circle-emoji rows */ .prk-desc .prk-care { margin: 8px 0 26px; } .prk-desc .prk-care-row { display: flex; align-items: flex-start; gap: 14px; padding: 13px 0; border-bottom: 1px solid #EFEAE2; } .prk-desc .prk-care-row:last-child { border-bottom: none; } .prk-desc .prk-care-circle { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; background: #F7EDE3; display: inline-flex; align-items: center; justify-content: center; font-size: 19px; } .prk-desc .prk-care-text h3 { font-size: 13.5px; font-weight: 700; margin: 0 0 3px; } .prk-desc .prk-care-text p { font-size: 13.5px; margin: 0; line-height: 1.5; } /* Pill row */ .prk-desc .prk-pills { margin: 0 0 34px; } .prk-desc .prk-pills p { font-size: 13.5px; color: #6B6B6B; margin: 0 0 12px; } .prk-desc .prk-pill-wrap { display: flex; flex-wrap: wrap; gap: 10px; } .prk-desc .prk-pill { display: inline-block; padding: 9px 16px; border: 1px solid #C2824D; border-radius: 22px; font-size: 13px; font-weight: 600; color: #C2824D; text-decoration: none; transition: all 0.3s ease; } .prk-desc .prk-pill:hover { background: #C2824D; color: #fff; } /* At a Glance — 2 column */ .prk-desc .prk-glance { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; margin: 8px 0 34px; } .prk-desc .prk-glance-item { display: flex; align-items: flex-start; gap: 12px; } .prk-desc .prk-tick { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; background: #C2824D; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; } .prk-desc .prk-tick svg { width: 13px; height: 13px; stroke: #fff; fill: none; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; } .prk-desc .prk-glance-item span:last-child { font-size: 14.5px; } /* Range strip — stacked rows with arrows */ .prk-desc .prk-range { background: #2C241B; border-radius: 10px; padding: 22px 24px; margin: 0 0 34px; } .prk-desc .prk-range .prk-label { color: #E8C9AA; margin-bottom: 14px; } .prk-desc .prk-range-item { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-radius: 8px; margin-bottom: 10px; font-size: 14px; font-weight: 600; text-decoration: none; color: #F5EFE7; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); transition: all 0.3s ease; } .prk-desc .prk-range-item:last-child { margin-bottom: 0; } .prk-desc a.prk-range-item:hover { background: rgba(255,255,255,.15); } .prk-desc .prk-range-current { color: #fff; background: rgba(194,130,77,.18); border: 1px solid #C2824D; } .prk-desc .prk-range-item .prk-arrow { font-size: 17px; color: #C2824D; } .prk-desc .prk-range-item .prk-tag { font-size: 12px; font-weight: 400; color: #B7AC9E; } /* SEO */ .prk-desc .prk-seo { border-top: 1px solid #E5E0D8; padding-top: 26px; } .prk-desc .prk-seo h2 { font-size: 19px; font-weight: 700; margin: 0 0 16px; } .prk-desc .prk-seo p { font-size: 13.5px; color: #6B6B6B; line-height: 1.75; } @media (max-width: 768px) { .prk-desc .prk-features, .prk-desc .prk-glance { grid-template-columns: 1fr; } } Overview The Parker Bedside Table is a tailored, upholstered nightstand with a charcoal fabric body, a warm wood-look top and matching dark wood-look handles. The soft fabric finish and squared, structured shape give it a calm, contemporary look, while two drawers keep night-time bits tucked away and the wipe-friendly top keeps everyday care simple. Key Features Two Storage Drawers Two upholstered drawers with dark wood-look handles store books, chargers and bedtime essentials. Fabric-Upholstered Body A charcoal fabric finish wraps the body and drawer fronts for a soft, tailored feel. Wood-Look Top A warm wood-look top sits above the fabric body and wipes clean with ease. Comes Assembled It arrives almost ready — just fit the legs and it's good to go. About the Materials Parker pairs a fabric-upholstered body — charcoal fabric over an MDF frame — with a wood-look MDF top and matching dark wood-look handles. The soft, tailored upholstery and the warm timber-look top give it a layered, contemporary feel, while the wipe-friendly top keeps day-to-day care straightforward. Care & Maintenance 🧽 Wipe the Top Clean the wood-look top with a soft, slightly damp cloth and dry it after — there's no need for timber polish on this surface. 🧹 Brush the Fabric Vacuum or lightly brush the upholstery now and then to lift dust from the fabric body and fronts. 💧 Blot Spills Quickly Dab spills with a clean, dry cloth rather than rubbing, and treat the fabric promptly. ☀️ Avoid Direct Sun Keep it out of harsh, direct sunlight to help the fabric hold its colour over time. Recommended care products for the upholstered fabric: Guardsman Fabric Care Kit Guardsman Fabric Protector All Fabric Care At a Glance MDF frame with a fabric-upholstered body. Wood-look top and matching dark handles. Two drawers for bedside essentials. Charcoal-grey, tailored contemporary look. Arrives almost assembled — just fit the legs. Matches the wider Parker bedroom range. Parker Bedside Table — Upholstered Modern Bedside Drawers The Parker Bedside Table is a two-drawer nightstand with a fabric-upholstered body over an MDF frame, finished with a wood-look top and matching dark wood-look handles. The charcoal fabric gives it a soft, tailored look, while the two drawers keep books, glasses and chargers out of sight and the top stays clear for a lamp and a clock. Parker leans contemporary and understated: a squared, structured silhouette, a calm charcoal-grey palette and warm timber-look accents across the top and handles. The mix of soft upholstery and wood-look detailing sits comfortably in modern, neutral and moody bedroom schemes alike, and the wipe-friendly top makes it easy to keep looking sharp. Compact enough for main bedrooms, guest rooms and apartments, the Parker arrives almost fully assembled — only the legs need fitting before use. It's part of the wider Parker range, pairing with the matching bed frame, tallboy and lowboy dresser. See it in person at any of our five A2Z Furniture showrooms: Rocklea, Virginia, Bundall (Gold Coast), North Ipswich and Beenleigh.
More you might like
Related
Parker Bedside Table
Related
Parker Cats Eye bedside table
Related
Parker Bedside
Related