Oversized Button-Down Shirt

$19.00
Color:  Pink
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

Oversized Button-Down Shirt — Product Description

Lightweight and effortlessly relaxed, this oversized linen button-down is a breathable wardrobe staple for warm seasons. The shirt showcases a roomy silhouette with a classic button-front and soft natural linen texture, giving it an easy, lived-in look that layers beautifully over basics or stands alone as a minimalist statement piece.

Key Features

  • Breathable linen fabric (or linen blend) for excellent airflow and natural texture.
  • Oversized, relaxed fit with drop shoulders for a casual, contemporary silhouette.
  • Classic button-down placket for adjustable styling — wear closed, half-open, or as a lightweight jacket.
  • Long sleeves that can be rolled or cuffed to change the mood from polished to laid-back.
  • Curved hemline that flatters when worn tucked, half-tucked, or untucked.
  • Neutral, natural-toned palette that pairs easily with a wide range of colors and fabrics.
  • Softens with wear and washes; natural linen may develop gentle creasing that enhances its relaxed character.

Styling Suggestions

  • Casual day look: layer over a tank or tee with high-waisted denim shorts and slide sandals.
  • Smart-casual: tuck into tailored linen trousers or a midi skirt and add loafers or low heels.
  • Beach cover-up: wear open over a swimsuit with lightweight shorts or a sarong.
  • Layered cool-weather look: wear under a sleeveless dress or over a thin knit top for added dimension.
  • Pro tip: for a neater silhouette, button and tuck or tie the front; keep it oversized for an easy, modern vibe.

Care & Fit Notes

Designed for an intentionally generous fit—choose your regular size for the intended oversized look or size down for a closer fit. Linen is durable and becomes softer with wear; expect natural creasing and follow garment care instructions to preserve texture (gentle wash and line dry recommended).

Summary

This oversized linen button-down is a versatile, season-spanning piece that balances comfort and style. With breathable fabric, a relaxed silhouette, and effortless styling options, it’s a go-to top for casual weekends, travel, and easy layered outfits.