✦ Verified product
The Iris Pullover — Purple
USD 89.00
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 Some colours don't ask for attention. The IRIS PULLOVER just gets it anyway. A deep, heathered purple knit with the kind of softness that ruins you for everything else in your drawer — cut relaxed through the body, with a ribbed crew neck and cuffs that hold their shape. The sort of piece you reach for on grey mornings and never quite want to take off. Wear it with the lavender wide-leg for a tonal moment, or let it do all the talking over something quiet. Details Relaxed fit in a fine-gauge cashmere blend knit — deep heathered purple with a softness that sets the bar too high. Ribbed crewneck, cuffs, and hem that hold their shape through every grey morning you throw at them. Hip-length cut that drapes without effort — as easy over trousers as it is over nothing in particular. Designed in New York. Ethically produced. Composition 85% CASHMERE | 15% WOOL Care Guide To prevent stains, deformation, or any damage to your look, please read and follow our care instructions carefully. Symbols Hand wash cold Do not bleach Do not tumble dry — lay flat to 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'); }