Cultural Frog-Button Mandarin Collar Linen Tunic Set

$24.99
Color:  Navy
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

Product description

A two-piece linen tunic set inspired by traditional East Asian tailoring. The set features a straight, relaxed-fit tunic with a Mandarin (stand) collar and decorative frog-button closures down the front, paired with matching wide-leg pants. Crafted from breathable linen with a subtly textured weave and presented in a soft, muted neutral tone, this ensemble balances cultural detail with contemporary comfort.

Key Features

  • Material: Lightweight, breathable linen blend with natural texture for comfort and airflow.
  • Design: Stand (Mandarin) collar for a clean, refined neckline.
  • Closure: Traditional frog-button fastenings that add an artisanal, cultural accent.
  • Silhouette: Relaxed tunic cut with side slits for ease of movement; matching loose, wide-leg pants for a balanced look.
  • Sleeves: Mid-length/three-quarter sleeves (comfortable for layering or warm-weather wear).
  • Finish: Natural, muted colorway that emphasizes the textile’s organic feel and pairs easily with other tones.
  • Versatility: Suitable for casual, travel, meditation/yoga sessions, cultural events, or smart-casual outings.

Styling Suggestions

  • Casual: Wear the set as-is with flat leather sandals or canvas slip-ons for an effortless, breathable summer look.
  • Elevated: Add a pair of minimalist loafers or low mules and a slim belt (over the tunic) to define the waist for a more polished appearance.
  • Layering: Throw on a lightweight cardigan or an unstructured blazer for cooler days—choose complementary earth tones for a cohesive palette.
  • Accessories: Keep jewelry simple—wooden beads, a single pendant, or a cuff bracelet to complement the artisanal buttons and linen texture.
  • Occasion: Perfect for cultural gatherings, creative workplaces, weekend travel, or at-home relaxation where comfort meets style.

Care & Fit Tips

  • Fit: Designed for a relaxed, true-to-size fit—refer to the size chart if you prefer a more fitted look.
  • Care: Hand wash or machine wash on a gentle cycle with cold water; reshape and line-dry to preserve linen’s natural structure. Iron on medium heat if desired.
  • Shrinkage: Pre-washed linen reduces shrinkage, but expect slight natural softening and texture development over time.

Summary

This Cultural Frog-Button Mandarin Collar Linen Tunic Set offers a timeless blend of traditional detail and modern comfort. With breathable linen, signature frog-button closures, and a relaxed silhouette, it’s a versatile wardrobe staple that moves easily from relaxed daytime looks to understated, refined ensembles. Ideal for anyone seeking a simple, elegant outfit with cultural character and effortless wearability.