Soft And Breezy White Linen Button-Up Shirt

$19.19
Color:  White
Size:  XS
Quantity
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);

Description

Description

A timeless wardrobe staple, this Soft and Breezy White Linen Button-Up Shirt combines effortless elegance with everyday comfort. Cut from lightweight linen-blend fabric, it has a relaxed silhouette and a soft drape that moves naturally with you. The clean white tone and classic button-front make it versatile for warm-weather days and cool evenings alike.

Product Features

  • Lightweight linen-blend fabric for breathability and a cool, airy feel
  • Relaxed, slightly oversized fit that flatters a range of body types
  • Classic button-up front with a neat collar for polished versatility
  • Single chest pocket for a subtle, functional detail
  • Curved hem for easy tucking or a casual untucked look
  • Soft, slightly textured finish that becomes even more comfortable with wear
  • Easy-care — gentle wash and air-dry recommended to preserve shape

Styling Suggestions

  • Casual beach look: wear open over a swimsuit with linen shorts or a breezy skirt.
  • Weekend off-duty: pair with high-waisted jeans and sneakers; roll the sleeves for a relaxed vibe.
  • Smart-casual: tuck into tailored trousers or a midi skirt and add simple sandals or loafers.
  • Layering: use as a lightweight layer over a camisole or under a sleeveless dress for transitional weather.
  • Play with proportions: knot the hem at the waist for a cropped effect or leave long for modest coverage.

Summary

Clean, comfortable, and endlessly adaptable, the Soft and Breezy White Linen Button-Up Shirt is a must-have for any warm-weather wardrobe. Whether you’re dressing it up or down, it delivers breathable comfort and classic style that wear well season after season.