CASUAL LONG SLEEVE SHIRT

$34.95
$69.95
-50%
Color:  Blue
Size:  S
Quantity
people are viewing this right now
Shipping
/** @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

ELEVATE YOUR STYLE WITH THE MARTINA CASUAL SHIRT!

Discover the perfect combination of elegance and comfort with the Martina Shirt. Designed for the modern woman who values sophistication, this shirt is ideal for any occasion, from professional settings to casual outings. The Martina Shirt ensures you look effortlessly chic while feeling incredibly comfortable.

WHY YOU'LL LOVE THE MARTINA CASUAL SHIRT:

    • Timeless Design: The Martina Shirt features a classic silhouette with a modern twist, offering a versatile and stylish look that complements any wardrobe.

    • Premium Fabric: Made from high-quality materials, this shirt provides a soft, breathable feel against your skin, ensuring all-day comfort.

    • Flawless Fit: With its tailored fit and attention to detail, the Martina Shirt enhances your natural shape, providing a polished and refined appearance

    ACT NOW: LIMITED STOCK AND 50% OFF ENDS TONIGHT!

    Don't miss your chance to get this unbeatable price. With limited stock available and a 50% discount that ends tonight, now is the perfect time to add this to your collection.

    SIZE GUIDE

    Size

    Length

    Sleeve Length

    Bust

    CM

    inch

    CM

    inch

    CM

    inch

    S

    76

    29.9

    37

    14.8

    100

    39.4

    M

    77

    30.3

    38

    15.2

    105

    41.3

    L

    78

    30.7

    39

    15.4

    110

    43.3

    XL

    79

    31.1

    40

    15.7

    115

    45.3

    2XL

    80

    31.5

    41

    16.1

    120

    47.2

    3XL

    81

    31.9

    42

    16.5

    125

    49.2

    4XL

    82

    32.3

    43

    16.9

    130

    51.2

    5XL

    83

    32.7

    44

    17.3

    135

    53.1