MDMA WEAR

Artikel entfernen Vorschaubild Produkt Preis Anzahl Zwischensumme
× Acidrave Hoodie Black Acidrave Hoodie black
  • Color:

    Black

  • Size:

    S, M, L, XL, 2XL

  • Collection2024:

    Collection2024

Verfügbar bei Nachbestellung

89,00 
89,00 

Cart Totals

Zwischensumme 89,00 
Versand

Versandoptionen werden während des Bezahlvorgangs aktualisiert.

Gesamtsumme 96,69  EUR

Value added tax is not collected, as small businesses according to §19 (1) UStG.

DAZU PASST

Weitere Pieces, die den Look ergänzen.

(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();
});
});