MDMA WEAR

Basic White
Druffis Smileys Purple
Crystal Logo Purple
Bluemeth Purple
Acidline Purple
Acidrave White
Liquid Smiley Iceblue
Techno White

OVERSIZED T-SHIRTS

GRÖSSEN & PASSFORM

Finde deine perfekte Passform mit unserer Größentabelle.

MATERIAL & PFLEGE

Alles zu Material, Verarbeitung und Pflege deiner MDMAWEAR Teile.

FRAGEN ZUM PRODUKT?

Unser Support hilft dir schnell und unkompliziert weiter.

VERSAND & RÜCKGABE

Alle Infos zu Versandzeiten, Kosten und Rückgabe.

(function () {
if (!document.body.classList.contains('woocommerce-checkout')) return;
if (window.__mdmaCheckoutHeroInit) return;
window.__mdmaCheckoutHeroInit = true;

function insertHero() {
var target = document.getElementById('wcpay-express-checkout-element');
if (!target) return false;
if (document.getElementById('mdma-checkout-express-hero')) return true;
var hero = document.createElement('div');
hero.id = 'mdma-checkout-express-hero';
hero.style.width = '100%';
hero.style.height = '400px';
hero.style.marginBottom = '16px';
hero.style.borderRadius = '12px';
hero.style.overflow = 'hidden';
hero.style.backgroundImage = "url('https://mdmawear.com/wp-content/uploads/2026/07/MDMAwear_zahlungsarten_form_space_v1-1000x563.png')";
hero.style.backgroundSize = 'cover';
hero.style.backgroundPosition = 'center';
target.parentNode.insertBefore(hero, target);
return true;
}

if (insertHero()) return;
var observer = new MutationObserver(function () {
if (insertHero()) observer.disconnect();
});
observer.observe(document.body, { childList: true, subtree: true });
setTimeout(function () { observer.disconnect(); }, 15000);
})();

document.addEventListener('DOMContentLoaded', function () {
if (window.__mdmaFirstSizeInit) return;
window.__mdmaFirstSizeInit = true;
var forms = document.querySelectorAll('form.variations_form');
forms.forEach(function (form) {
if (form.offsetParent === null) return; // nur sichtbares Formular
var sizeWrapper = form.querySelector('.variable-items-wrapper[data-attribute_name*="size" i]');
if (!sizeWrapper) return;
var first = sizeWrapper.querySelector('.variable-item:not(.disabled):not(.outofstock):not([aria-disabled="true"])');
if (first) first.click();
});
});