The Essentials Mini Package – Mini Dollface Edition
.angel-page { --angel-bg: #f8f3f3; --angel-soft: #fbf8f8; --angel-pink: #d9a9b1; --angel-border: #ddd5d5; --angel-text: #272326; --angel-muted: #696267; --angel-dark: #181818; max- width: 1100px; margin: 0 auto; color: var(--angel-text); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; } .angel-page * { box-sizing: border-box; } .angel-page h1, .angel-page h2, .angel-page h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--angel-text); } .angel-page p { margin-top: 0; } .angel-eyebrow { margin-bottom: 10px; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; } /* PRE ORDER BADGE */ .angel-preorder-badge { display: inline-block; width: fit-content; margin-bottom: 16px; padding: 7px 15px; background: #fff; border: 1px solid #d8aeb7; border-radius: 50px; color: #794553; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; } /* HERO */ .angel-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; background: var(--angel-bg); border: 1px solid var(--angel-border); } .angel-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 55px 48px 35px; } .angel-hero h1 { margin: 0 0 20px; font-size: 58px; line-height: .98; letter-spacing: -2px; } .angel-hero-description { max-width: 470px; margin-bottom: 30px; font-size: 15px; line-height: 1.45; } .angel-hero-image { min-height: 520px; overflow: hidden; background: #e9dfd8; } .angel-hero-image img { display: block; width: 100%; height: 100%; min-height: 520px; object-fit: cover; } .angel-icon-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 10px; } .angel-icon-item { text-align: center; } .angel-icon { display: flex; align-items: center; justify-content: center; height: 40px; margin-bottom: 8px; font-size: 28px; } .angel-icon-item strong { display: block; margin-bottom: 3px; font-size: 10px; text-transform: uppercase; } .angel-icon-item span { display: block; color: var(--angel-muted); font-size: 10px; line-height: 1.3; } /* PRE ORDER ALERT */ .angel-preorder-alert { margin-top: 12px; padding: 22px 28px; background: #fff7f8; border: 1px solid #e7cfd4; border-left: 4px solid #c78f9b; } .angel-preorder-alert strong { display: block; margin-bottom: 7px; font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 400; } .angel-preorder-alert p { margin: 0; color: #624f55; font-size: 12px; } /* COMMON */ .angel-section { margin-top: 12px; padding: 28px; border: 1px solid var(--angel-border); background: #fff; } .angel-number { margin-bottom: 12px; color: var(--angel-pink); font-family: Georgia, "Times New Roman", serif; font-size: 22px; } .angel-label { margin-bottom: 6px; color: #8d7b80; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; } .angel-section h2 { margin-bottom: 18px; font-size: 37px; line-height: 1.05; } .angel-section p { color: #4c464a; font-size: 14px; } /* SPECS */ .angel-intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 35px; } .angel-specs { align-self: start; border: 1px solid var(--angel-border); background: #fff; } .angel-spec-row { display: grid; grid-template-columns: 145px 1fr; gap: 16px; padding: 10px 16px; border-bottom: 1px solid #e5dfdf; font-size: 12px; } .angel-spec-row:last-child { border-bottom: 0; } .angel-spec-row strong { color: #292529; } .angel-spec-row span { color: #5f595d; } /* LIGHTING */ .angel-lighting { margin-top: 12px; padding: 30px 28px; text-align: center; border: 1px solid var(--angel-border); background: var(--angel-bg); } .angel-lighting h2 { margin: 2px 0 8px; font-size: 38px; } .angel-lighting-intro { margin-bottom: 22px; color: var(--angel-muted); font-size: 13px; } .angel-light-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; } .angel-light-card { text-align: center; } .angel-light-image { height: 190px; margin-bottom: 12px; overflow: hidden; background: #ddd; } .angel-light-image img { width: 100%; height: 100%; object-fit: cover; } .angel-light-image.warm img { filter: sepia(.3) saturate(1.15) brightness(1.03); } .angel-light-image.neutral img { filter: brightness(1.05); } .angel-light-image.cool img { filter: saturate(.8) brightness(1.08) contrast(1.02); } .angel-light-card strong { display: block; margin-bottom: 4px; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; } .angel-light-card p { margin: 0; color: var(--angel-muted); font-size: 11px; } /* DIMENSIONS + FEATURES */ .angel-two-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px; margin-top: 12px; } .angel-two-grid .angel-section { margin-top: 0; } .angel-dimension-inner { display: grid; grid-template-columns: 1fr 230px; align-items: center; gap: 25px; } .angel-size-box { display: grid; grid-template-columns: 1fr 1fr; padding: 22px; text-align: center; background: var(--angel-bg); } .angel-size { padding: 4px 12px; } .angel-size:first-child { border-right: 1px solid #d8cecf; } .angel-size span { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; } .angel-size strong { font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 400; } .angel-features { margin: 0; padding: 0; list-style: none; } .angel-features li { position: relative; margin-bottom: 7px; padding-left: 22px; color: #403a3e; font-size: 12px; } .angel-features li::before { content: "✓"; position: absolute; left: 0; font-weight: 700; } /* PRE ORDER SECTION */ .angel-preorder { margin-top: 12px; padding: 34px 30px; background: #fff7f8; border: 1px solid #e7cfd4; } .angel-preorder h2 { margin-bottom: 16px; font-size: 38px; } .angel-preorder p, .angel-preorder li { color: #55494d; font-size: 13px; } .angel-preorder ul { margin: 18px 0 0; padding-left: 20px; } .angel-preorder li { margin-bottom: 8px; } .angel-cancellation { margin-top: 25px; padding: 25px; background: #fff; border: 1px solid #e3ced3; } .angel-cancellation h3 { margin-bottom: 16px; font-size: 27px; } /* DELIVERY */ .angel-delivery { margin-top: 12px; padding: 30px 28px; border: 1px solid var(--angel-border); background: #fff; } .angel-delivery-grid { display: grid; grid-template-columns: 1.6fr .8fr; gap: 35px; } .angel-delivery h2 { margin-bottom: 18px; font-size: 37px; } .angel-delivery-points { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 30px; margin: 0; padding: 0; list-style: none; } .angel-delivery-points li { position: relative; padding-left: 23px; font-size: 12px; } .angel-delivery-points li::before { content: "✓"; position: absolute; left: 0; font-weight: 700; } .angel-note { align-self: center; padding: 18px; border-left: 4px solid #d9abb3; background: #f9eeee; color: #51494d; font-size: 11px; } .angel-note strong { display: block; margin-bottom: 6px; color: #272326; } /* CONFIDENCE */ .angel-confidence { display: grid; grid-template-columns: 1.25fr 1.15fr; gap: 35px; margin-top: 12px; padding: 38px 35px; background: var(--angel-dark); color: #fff; } .angel-confidence .angel-label { color: #e0d9da; } .angel-confidence h2 { margin-bottom: 15px; color: #fff; font-size: 41px; } .angel-confidence p { max-width: 500px; margin-bottom: 0; color: #eee8e9; font-size: 13px; } .angel-confidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; } .angel-confidence-card { display: flex; flex-direction: column; justify-content: center; min-height: 150px; padding: 16px 12px; text-align: center; border: 1px solid #777; } .angel-confidence-card .icon { margin-bottom: 12px; font-size: 28px; } .angel-confidence-card strong { margin-bottom: 5px; font-size: 10px; text-transform: uppercase; } .angel-confidence-card span { color: #ddd; font-size: 9px; line-height: 1.4; } @media screen and (max-width: 850px) { .angel-hero { grid-template-columns: 1fr; } .angel-hero-image { order: -1; min-height: 380px; } .angel-hero-image img { min-height: 380px; } .angel-intro-grid, .angel-two-grid, .angel-delivery-grid, .angel-confidence { grid-template-columns: 1fr; } .angel-dimension-inner { grid-template-columns: 1fr; } } @media screen and (max-width: 650px) { .angel-hero-copy { padding: 38px 22px; } .angel-hero h1 { font-size: 45px; } .angel-icon-row { grid-template-columns: 1fr 1fr; } .angel-light-grid, .angel-confidence-grid { grid-template-columns: 1fr; } .angel-light-image { height: 240px; } .angel-delivery-points { grid-template-columns: 1fr; } } .vva-product-section:has(#angel-editorial) .vva-product-layout {display:block;} .vva-product-section:has(#angel-editorial) .vva-gallery {display:none;} .vva-product-section:has(#angel-editorial) .vva-product-information {display:flex;flex-direction:column;max-width:1100px;width:100%;margin:0 auto;position:static;} .vva-product-section:has(#angel-editorial) .vva-product-details {display:contents;} .vva-product-section:has(#angel-editorial) .vva-product-details > details:has(#angel-editorial) {order:-1;border:0;padding:0;margin:0 0 40px;} .vva-product-section:has(#angel-editorial) details:has(#angel-editorial) > summary {display:none;} .vva-product-section:has(#angel-editorial) .vva-richtext:has(#angel-editorial) {padding:0;margin:0;max-width:none;} .vva-product-section:has(#angel-editorial) .vva-product-information > .vva-eyebrow {display:none;} #angel-editorial {width:100%;max-width:1100px;} #angel-editorial h1 {font-size:58px;line-height:1.02;letter-spacing:-2px;} #angel-editorial h2 {font-family:Georgia,"Times New Roman",serif;letter-spacing:normal;} #angel-editorial img {display:block;margin:0;max-width:100%;border-radius:0;} #angel-editorial .angel-hero-image {display:flex;align-items:center;} #angel-editorial .angel-hero-image img {width:100%;height:100%;min-height:0;object-fit:cover;} #angel-editorial .angel-light-image img {width:100%;height:100%;object-fit:cover;} #angel-editorial .angel-dimension-inner {grid-template-columns:minmax(0,1fr) 220px;gap:18px;} #angel-editorial .angel-order-link {display:inline-block;align-self:flex-start;padding:12px 18px;background:#272326;color:#fff;text-decoration:none;margin:0 0 24px;font-size:13px;} .vva-product-section form[id^="vva-product-form-"] {scroll-margin-top:160px;} @media(max-width:850px){#angel-editorial .angel-hero-image {min-height:0;}#angel-editorial .angel-hero-image img {height:auto;}#angel-editorial .angel-dimension-inner {grid-template-columns:1fr;}} @media(max-width:650px){#angel-editorial h1 {font-size:42px;}#angel-editorial .angel-preorder,#angel-editorial .angel-preorder-alert,#angel-editorial .angel-section,#angel-editorial .angel-lighting,#angel-editorial .angel-delivery,#angel-editorial .angel-confidence {padding:24px 20px;}#angel-editorial .angel-spec-row {grid-template-columns:100px minmax(0,1fr);gap:10px;}#angel-editorial .angel-cancellation {padding:18px;}#angel-editorial .angel-hero-copy {padding:30px 22px;}} #angel-editorial h2,#angel-editorial h3 {margin-top:0;font-weight:400;} #angel-editorial .angel-hero h2 {font-size:58px;line-height:1;letter-spacing:-2px;margin:0 0 16px;} #angel-editorial .angel-hero-description {margin-bottom:18px;} #angel-editorial .angel-order-link {padding:0;background:none;color:#272326;text-decoration:underline;margin:0 0 18px;font-size:12px;} #angel-editorial .angel-hero-image img {object-fit:contain;} #angel-editorial .angel-section h2 {font-size:37px;line-height:1.05;} #angel-editorial .angel-lighting h2,#angel-editorial .angel-preorder h2 {font-size:38px;line-height:1.1;} #angel-editorial .angel-confidence h2 {font-size:41px;line-height:1.1;} @media(max-width:650px){#angel-editorial .angel-hero h2 {font-size:42px;}#angel-editorial .angel-section h2,#angel-editorial .angel-lighting h2,#angel-editorial .angel-preorder h2,#angel-editorial .angel-confidence h2 {font-size:32px;}} .vva-product-section:has(#angel-editorial) .vva-product-details > details:has(#angel-editorial), .vva-product-section:has(#angel-editorial) .vva-richtext:has(#angel-editorial), #angel-editorial {display:contents;} .vva-product-section:has(#angel-editorial) details:has(#angel-editorial)::details-content {display:contents;} #angel-editorial > * {order:1;} #angel-editorial > .angel-hero {order:-1;margin-bottom:28px;} .vva-product-section:has(#angel-editorial) .vva-product-details > details:not(:has(#angel-editorial)) {order:2;} #angel-editorial .angel-hero {min-height:420px;} #angel-editorial .angel-hero-copy {padding:36px;} #angel-editorial .angel-hero h2 {font-size:clamp(36px,4.5vw,58px);} #angel-editorial .angel-hero-image {min-height:420px;max-height:620px;background:#eee9e5;} #angel-editorial .angel-hero-image img {width:100%;height:100%;max-height:620px;object-fit:contain;} #angel-editorial .angel-gallery-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;} #angel-editorial .angel-gallery-grid a {display:block;background:#eee9e5;} #angel-editorial .angel-gallery-grid img {width:100%;height:260px;object-fit:contain;} #angel-editorial .angel-spec-row {grid-template-columns:130px minmax(0,1fr);} #angel-editorial .angel-features {list-style:none;padding:0;margin:0;} #angel-editorial .angel-confidence p {white-space:normal;} #angel-editorial .angel-more-photos {margin-top:18px;text-align:left;} #angel-editorial .angel-more-photos summary {cursor:pointer;padding:12px 0;} @media(max-width:850px){#angel-editorial .angel-hero-image {min-height:0;}#angel-editorial .angel-hero-image img {height:auto;max-height:500px;}} @media(max-width:650px){#angel-editorial .angel-hero-copy {padding:28px 22px;}#angel-editorial .angel-gallery-grid {grid-template-columns:1fr;}#angel-editorial .angel-spec-row {grid-template-columns:90px minmax(0,1fr);}} #angel-editorial .angel-icon-row{grid-template-columns:repeat(3,minmax(0,1fr));} #angel-editorial .angel-section p,#angel-editorial .angel-delivery p{font-size:14px;line-height:1.6;} #angel-editorial .angel-preorder-badge{margin-bottom:16px;} #angel-editorial .pkg-section,#angel-editorial .pkg-dimensions,#angel-editorial .pkg-included,#angel-editorial .pkg-preorder{padding:28px;margin-top:12px;border:1px solid #ddd5d5;background:white;} #angel-editorial .pkg-soft-section,#angel-editorial .pkg-dimensions,#angel-editorial .pkg-included{background:#f8f3f3;} #angel-editorial .pkg-label{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#8d7b80;margin:0 0 8px;} #angel-editorial .pkg-number{font:22px Georgia,serif;color:#d9a9b1;margin-bottom:12px;} #angel-editorial .pkg-section h3,#angel-editorial .pkg-included h2,#angel-editorial .pkg-dimensions h2,#angel-editorial .pkg-preorder h2{font:37px/1.1 Georgia,serif;margin:0 0 18px;} #angel-editorial p,#angel-editorial li{font-size:14px;line-height:1.6;} #angel-editorial .pkg-details{list-style:none;padding:0;margin:18px 0;border:1px solid #ddd5d5;align-self:start;} #angel-editorial .pkg-details li{display:grid;grid-template-columns:130px minmax(0,1fr);gap:16px;padding:10px 16px;border-bottom:1px solid #ddd5d5;font-size:12px;} #angel-editorial .pkg-details li:last-child{border-bottom:0;} #angel-editorial .pkg-highlights,#angel-editorial .pkg-included-grid,#angel-editorial .pkg-dimension-grid,#angel-editorial .pkg-confidence-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:12px;} #angel-editorial .pkg-highlight,#angel-editorial .pkg-included-card,#angel-editorial .pkg-dimension,#angel-editorial .pkg-confidence-card{padding:20px;border:1px solid #ddd5d5;} #angel-editorial .pkg-highlight strong,#angel-editorial .pkg-highlight span,#angel-editorial .pkg-dimension strong,#angel-editorial .pkg-dimension span{display:block;} #angel-editorial .pkg-highlight{background:#f8f3f3;text-align:center;font-size:12px;} #angel-editorial .pkg-dimension strong{font:26px Georgia,serif;} #angel-editorial .pkg-dimension span{font-size:12px;margin-bottom:8px;} #angel-editorial .pkg-included-card h3,#angel-editorial .pkg-confidence-card h3{font:24px/1.2 Georgia,serif;} #angel-editorial .pkg-note,#angel-editorial .pkg-preorder-alert,#angel-editorial .pkg-savings,#angel-editorial .pkg-cancellation{padding:18px;margin-top:16px;background:#f9eeee;border-left:3px solid #d9a9b1;font-size:13px;} #angel-editorial .pkg-preorder{background:#fff7f8;} #angel-editorial .pkg-confidence{padding:35px;margin-top:12px;background:#181818;color:white;} #angel-editorial .pkg-confidence h2,#angel-editorial .pkg-confidence h3,#angel-editorial .pkg-confidence .pkg-label{color:white;} #angel-editorial .pkg-confidence h2{font:41px/1.1 Georgia,serif;} #angel-editorial .pkg-final{padding:28px;margin-top:12px;background:#f8f3f3;} #angel-editorial .pkg-features,#angel-editorial .pkg-delivery-list{padding-left:20px;} #angel-editorial .pkg-section:has(>.pkg-details){display:grid;grid-template-columns:1.05fr .95fr;gap:0 35px;} #angel-editorial .pkg-section>.pkg-details{grid-column:2;grid-row:1 / span 8;} #angel-editorial .pkg-section:has(>.pkg-details)>:not(.pkg-details){grid-column:1;} @media(max-width:850px){#angel-editorial .pkg-section:has(>.pkg-details){display:block;}} @media(max-width:650px){#angel-editorial .pkg-section,#angel-editorial .pkg-dimensions,#angel-editorial .pkg-included,#angel-editorial .pkg-preorder,#angel-editorial .pkg-confidence{padding:24px 20px;}#angel-editorial .pkg-details li{grid-template-columns:90px minmax(0,1fr);gap:10px;}#angel-editorial .pkg-section h3,#angel-editorial .pkg-included h2,#angel-editorial .pkg-dimensions h2{font-size:30px;}} /* Shared Babyface layout: all product families use the same visual components. */ #angel-editorial > * {min-width:0;} #angel-editorial .pkg-section > h2 {font:37px/1.1 Georgia,serif;margin:0 0 18px;} #angel-editorial .pkg-closing {padding:28px;margin-top:12px;background:#f8f3f3;border:1px solid #ddd5d5;} #angel-editorial .pkg-closing h2 {font:37px/1.1 Georgia,serif;margin:0 0 18px;} #angel-editorial .pkg-confidence p,#angel-editorial .pkg-confidence li,#angel-editorial .pkg-confidence span {color:#eee8e9;} #angel-editorial .pkg-confidence-card p {margin-bottom:0;} #angel-editorial .pkg-section > :last-child,#angel-editorial .pkg-closing > :last-child {margin-bottom:0;} #angel-editorial .pkg-badge,#angel-editorial .pkg-creator-badge {display:inline-block;padding:8px 14px;border:1px solid #ddd5d5;color:#694d55;font-size:12px;} #angel-editorial .pkg-preorder-section {padding:28px;margin-top:12px;background:#fff7f8;border:1px solid #e7cfd4;} #angel-editorial .pkg-preorder-section h2 {font:37px/1.1 Georgia,serif;} #angel-editorial .pkg-warning,#angel-editorial .pkg-dimension-note,#angel-editorial .pkg-cancellation-box {padding:18px;margin-top:16px;background:#f9eeee;border-left:3px solid #d9a9b1;font-size:13px;} #angel-editorial .pkg-content-line {font-size:14px;line-height:1.6;} #angel-editorial .pkg-colour-grid,#angel-editorial .pkg-feature-grid {display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;} #angel-editorial .pkg-colour-card,#angel-editorial .pkg-feature-card {padding:20px;border:1px solid #ddd5d5;} #angel-editorial .pkg-feature-card h3 {font:24px/1.2 Georgia,serif;} #angel-editorial .pkg-colour-card strong,#angel-editorial .pkg-colour-card span {display:block;} #angel-editorial .pkg-colour-card span {font-size:13px;} #angel-editorial .pkg-details strong,#angel-editorial .pkg-details span {min-width:0;overflow-wrap:anywhere;} #angel-editorial .pkg-section > .pkg-details {grid-row:1 / span 20;} #angel-editorial .pkg-dimension strong {overflow-wrap:anywhere;} #angel-editorial .angel-order-link:focus-visible,#angel-editorial summary:focus-visible,#angel-editorial .angel-gallery-grid a:focus-visible {outline:2px solid #794553;outline-offset:4px;} @media(max-width:650px){ #angel-editorial .pkg-closing,#angel-editorial .pkg-preorder-section {padding:24px 20px;} #angel-editorial .pkg-section > h2,#angel-editorial .pkg-closing h2,#angel-editorial .pkg-preorder-section h2 {font-size:30px;} #angel-editorial .pkg-highlights,#angel-editorial .pkg-included-grid,#angel-editorial .pkg-dimension-grid,#angel-editorial .pkg-confidence-grid,#angel-editorial .pkg-colour-grid,#angel-editorial .pkg-feature-grid {grid-template-columns:1fr;} #angel-editorial .angel-hero h2 {overflow-wrap:anywhere;} } A Vanity Vault Collection The Essentials Mini Package – Mini Dollface Edition The ultimate compact glam setup — small in size, big on luxury. Featuring the Mini Dollface Vanity, signature Seraphina Mirror and plush Marshmellow Ottoman, this complete package delivers the Vanity Vault experience in a beautifully space-friendly design. Ottoman fit: The Marshmellow Ottoman does not fit fully underneath the Mini Dollface Vanity. It remains out in front even when pushed in, so please allow extra floor space in front of the vanity. View price & options ↓ Explore the details A Closer Look The angled showroom photo shows the ottoman extending in front of the vanity. The Marshmellow Ottoman does not fit fully underneath the Mini Dollface. Ottoman fit: the ottoman remains out in front of the vanity, even when pushed in. View all product photos Complete Set Vanity, mirror and ottoman Built-In Glass Top Flush fitted design LED Lighting 18 dimmable LED bulbs Compact Design Ideal for smaller spaces ✨ Most Popular Mini Vanity 💸 Save when purchasing as a complete package compared to buying each piece individually. 01 Compact signature glam The Mini Dollface Vanity The Mini Dollface Vanity brings signature Vanity Vault glamour into a more compact footprint. Designed for bedrooms, apartments and smaller beauty spaces, it provides a dedicated beauty station without overwhelming your room. Its sleek high-gloss finish is paired with a flush-fitted built-in glass top for a clean, seamless look. Smooth-glide drawers provide practical storage for your everyday makeup, skincare and beauty essentials, while crystal-style knobs add the perfect touch of glam. Dimensions 120cm wide × 50cm deep × 80cm high Finish Sleek high-gloss finish Top Built-in flush-fitted glass top Storage Space-saving integrated drawers Drawer details Smooth-glide drawers with crystal-style knobs 02 Your LED glow The Seraphina Mirror The Seraphina Mirror completes the Mini Dollface setup with beautiful LED illumination. Featuring 18 LED bulbs, it provides clear and flattering lighting for makeup application, skincare, hair styling and your everyday routine. Choose between warm, neutral and cool lighting, then adjust the brightness to suit your room, routine or time of day. Built-in USB and Type-C charging ports also keep compatible devices conveniently within reach while you get ready. Dimensions 80cm × 60cm Lighting 18 LED mirror bulbs Light settings Warm, neutral and cool Brightness Fully dimmable Charging Built-in USB and Type-C ports 03 Plush everyday comfort The Marshmellow Ottoman Complete your Mini Dollface setup with the Marshmellow Ottoman, a soft, plush vanity seat designed to bring comfort and style to your everyday beauty routine. Its rounded silhouette complements the glamorous design of the complete collection while providing comfortable seating for makeup, skincare and getting ready. Dimensions 46cm high × 48cm wide Design Soft plush rounded silhouette Purpose Comfortable everyday vanity seating Ideal for Bedrooms, apartments and glam rooms Important Ottoman Fit Note: The Marshmellow Ottoman does not fit fully underneath the Mini Dollface Vanity. It remains out in front even when pushed in. Please allow extra floor space in front of the vanity. Your complete mini glam setting What’s Included? Three coordinated pieces designed to create a stylish, practical and space-efficient beauty setup. Mini Dollface Vanity A compact 120cm high-gloss vanity with a flush-fitted built-in glass top and practical drawer storage. Seraphina Mirror An 80 × 60cm makeup mirror with 18 LED bulbs, adjustable lighting and built-in charging ports. Marshmellow Ottoman A soft, plush vanity seat with a rounded silhouette designed to complete your glam setup. Small footprint, full glam Key Features Compact three-piece beauty setup Designed especially for bedrooms, apartments and smaller spaces 120cm Mini Dollface Vanity Sleek high-gloss vanity finish Built-in flush-fitted glass top Space-saving design without compromising practical storage Smooth-glide drawers with crystal-style knobs Seraphina Mirror with 18 LED mirror bulbs Warm, neutral and cool lighting settings Fully dimmable mirror brightness Built-in USB and Type-C charging ports Soft and plush Marshmellow Ottoman Complete setup without purchasing each item separately Complete package sizing Product Dimensions Mini Dollface Vanity 120 × 50 × 80cm Seraphina Mirror 80 × 60cm Marshmellow Ottoman (standard seat) H46 × W48cm Please measure your space before ordering. Allow additional room around the vanity for drawer clearance, the ottoman and comfortable movement. Ottoman Clearance: The Marshmellow Ottoman does not fit fully underneath the Mini Dollface Vanity and remains out in front even when pushed in. Allow extra floor space for the ottoman and comfortable movement. Everything you need to know Delivery & Assembly Ships from our Melbourne warehouse Fully insured delivery Australia wide Delivery timeframe is approximately 7–14 business days Delivered flat packed for safe transport Assembly is required and instructions are included Professional assembly is recommended for the best results Flexible payment options are available with Afterpay 💡 Assembly Tip: Many customers choose to have a second person assist or use a professional assembler for a quicker and easier setup. Our team is always here to help if you need assistance during assembly. Preparing for your delivery Important Delivery Information For the best delivery experience, please ensure there is clear and safe access to your property before your order arrives. Please consider entrances, gates, driveways, hallways, staircases, lifts and any other areas the packaged items may need to pass through. If you have any concerns or special delivery requirements, please contact our team before dispatch so we can assist where possible. Shop with peace of mind Buy with Confidence We understand that purchasing furniture online is a big decision. That’s why every Essentials Mini Package is carefully packaged and fully insured during delivery. Melbourne Warehouse Your collection ships directly from our Melbourne warehouse. Fully Insured Your complete order is insured while in transit for added peace of mind. Damage Support If your item arrives damaged, our team will work quickly to resolve the issue. Compact glam, beautifully done Full Vanity Vault Style in a Smaller Footprint The Essentials Mini Package: Mini Dollface Edition gives you everything you need to create a polished and functional beauty space without taking over the room. From the sleek glass-topped Mini Dollface Vanity and LED glow of the Seraphina Mirror to the plush comfort of the Marshmellow Ottoman, every piece works together to deliver maximum glam in a compact setup. Please note: The Marshmellow Ottoman does not fit fully underneath the Mini Dollface Vanity and remains out in front even when pushed in. Product colours and finishes may also appear slightly different depending on lighting, photography and screen settings. Please review all measurements before ordering to ensure the collection is suitable for your space.
More you might like
Related
Mini Essentials Package
Related
The Essentials Package
Related
The Essentials Package
Related