✦ Verified product
Celeste Set
USD 105.90
Helena Voss
Verified independent store
→
.product-tabs * { box-sizing: border-box; margin: 0; padding: 0; } .product-tabs { font-family: 'Georgia', serif; color: #2c2c2a; padding: 2rem 0; max-width: 760px; } .product-tabs
.tab-nav { display: flex; gap: 3rem; border-bottom: 1px solid #d3d1c7; margin-bottom: 2rem; } .product-tabs .tab-btn { background: none; border: none; padding: 0 0 1rem; font-size: 15px; letter-spacing: 0.06em; color: #888780; cursor: pointer; border-bottom: 1.5px solid transparent; margin-bottom: -1px; font-family: 'Georgia', serif; transition: color 0.2s, border-color 0.2s; } .product-tabs .tab-btn.active { color: #2c2c2a; border-bottom: 1.5px solid #2c2c2a; } .product-tabs .tab-panel { display: none; } .product-tabs .tab-panel.active { display: block; } .product-tabs .desc-intro { font-size: 15px; line-height: 1.9; color: #2c2c2a; margin-bottom: 1.75rem; } .product-tabs .desc-intro strong { font-weight: bold; letter-spacing: 0.04em; } .product-tabs .set-section-title { font-size: 11px; letter-spacing: 0.12em; color: #888780; text-transform: uppercase; margin: 1.75rem 0 0.75rem; } .product-tabs .feature-list { list-style: none; padding: 0; margin: 0 0 0.5rem; } .product-tabs .feature-list li { padding: 0.45rem 0 0.45rem 1.2rem; position: relative; font-size: 14px; line-height: 1.75; color: #2c2c2a; } .product-tabs .feature-list li::before { content: '•'; position: absolute; left: 0; color: #888780; } .product-tabs .composition { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #d3d1c7; } .product-tabs .composition-label { font-size: 12px; letter-spacing: 0.1em; color: #888780; text-transform: uppercase; margin-bottom: 0.3rem; } .product-tabs .composition-value { font-size: 14px; color: #2c2c2a; font-weight: bold; letter-spacing: 0.05em; } .product-tabs .care-intro-title { font-size: 12px; letter-spacing: 0.1em; color: #888780; text-transform: uppercase; margin-bottom: 0.5rem; } .product-tabs .care-intro-text { font-size: 14px; line-height: 1.75; color: #2c2c2a; margin-bottom: 2rem; } .product-tabs .legends-title { font-size: 11px; letter-spacing: 0.12em; color: #888780; text-transform: uppercase; margin-bottom: 1.25rem; } .product-tabs .care-item { display: flex; align-items: center; gap: 1.25rem; padding: 1rem 0; border-bottom: 1px solid #d3d1c7; } .product-tabs .care-item:first-of-type { border-top: 1px solid #d3d1c7; } .product-tabs .care-icon { width: 40px; height: 40px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; } .product-tabs .care-icon svg { width: 32px; height: 32px; stroke: #2c2c2a; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; } .product-tabs .care-label { font-size: 14px; color: #2c2c2a; } Description Care Guide The CELESTE SET is quiet luxury at its finest. Two perfectly coordinated pieces in a breathable, refined fabric — a powder blue that feels as calm and considered as the cut itself. Worn together, the look is polished and complete. Worn separately, each piece earns its place. From a morning meeting to a dinner out, this set moves through every moment with the same effortless authority. The Shirt Classic point collar button-down with a semi-fitted, tuck-ready silhouette. Long sleeves with a distinctive bow-tie cuff detail — an elegant finishing touch. Lightweight fabric with a subtle natural texture that drapes cleanly against the body. The Trousers High-waisted wide-leg cut with belt loops and a clean front for a sharp, tailored finish. Floor-grazing length that creates a long, unbroken line from waist to hem. Structured enough to hold shape, relaxed enough to wear all day. Composition 100% LINEN Care Guide To prevent stains, deformation, or any damage to your look, please read and follow our care instructions carefully. Symbols Hand wash only Do not bleach Do not tumble dry Do not iron P Dry clean with perchloroethylene function productTabSwitch(id, btn) { document.querySelectorAll('.product-tabs .tab-panel').forEach(function(p) { p.classList.remove('active'); }); document.querySelectorAll('.product-tabs .tab-btn').forEach(function(b) { b.classList.remove('active'); }); document.getElementById('tab-' + id).classList.add('active'); btn.classList.add('active'); }