ABSTRACT PRINT SHIRT

59,00 

Oversized vertical striped shirt in cotton-blend fabric with abstract front print, long sleeves with dropped shoulders and slightly extended hem.

Composition: 75.5% cotton, 21.7% polyamide (nylon), 2.8% elastane


The model is 164 cm tall, weighs 49 kg and wears a size ONE SIZE.

Size Chest (cm) Shoulder (cm) Body Length (cm) Sleeve (cm)
ONE SIZE 120 56 76 62

Transit Times
Italy (Mainland): 1–3 business days
Islands / Remote Areas: 2–5 business days
Europe (EU): 3–7 business days
Shipping Rates
Italy: €6.90 (Islands €9.90)
Europe: €12.90 (Remote €16.90)

FREE OVER €99 (ITA) | €149 (EU)

Returns
Available within 14 days of delivery.


document.querySelectorAll(‘.accordion-header’).forEach(button => {
button.onclick = function(e) {
e.preventDefault();
const targetId = this.getAttribute(‘data-target’);
const content = document.getElementById(targetId);

if (content.style.display === “block”) {
content.style.display = “none”;
} else {
content.style.display = “block”;
}
};
});