✦ Verified product
Blanche Set
USD 89.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 BLANCHE SET is the meeting point between delicate and sharp. A sheer embroidered blouse layered over structured high-waisted shorts — two contrasting textures that balance each other with effortless precision. The transparency of the top plays against the clean tailoring of the bottom, creating a look that is simultaneously romantic and polished. Wear it together for full impact, or style each piece separately for maximum versatility. The Blouse Sheer, semi-transparent fabric with an all-over tone-on-tone embroidered floral pattern. Classic collar with a ruffle-trimmed button placket for a feminine, vintage-inspired touch. Long sleeves with a relaxed, slightly voluminous cut and embroidered cuff detail. Relaxed fit designed to be worn tucked, half-tucked, or loose. The Shorts High-waisted tailored shorts in a smooth, structured white fabric. Gold-tone buckle belt tab at the waist — a refined finishing detail. Clean front with a sharp, minimal silhouette and a flattering short hem. Firm, shape-holding fabric that keeps its structure throughout the day. Composition 100% POLYESTER 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'); }