De absolute must-have & basic voor je Magical journey. Shop het e-book en je krijgt meteen toegang tot de gehele M METHOD, DE MAGICAL M WORKOUTS & het MAGICIANS platform. Ben jij klaar om te starten? Dan is dit de eerste stap naar de strakste en slankste versie van jezelf.
Wil jij meteen all out gaan? Goed idee. Met het M FULL PACK krijg je het e-book, een fysiek boek, alle M SUPPLEMENTS, MAGICAL M WORKOUTS, levenslange toegang tot de M MAGICIANS community, priority acces voor de M MEETUPS en een monthly one-on-one.
Jouw MAGICAL M METHOD reis ondersteunen met M SUPPLEMENTS die écht werken en uitgebreid getest zijn voor je? Zowel de DETOX THEE als het COLLAGEEN helpen jou werken naar de strakste versie van jezelf. Gebruik ze dagelijks en ervaar zelf het verschil & de vele voordelen.
Klaar voor een supertoffe workshop waarin we jouw kennis van de M METHOD verder gaan verruimen met hands-on tips & tricks en zaken die jij in je daily life makkelijk kan implementeren? We maken het super cosy en mega leerijk tijdens de M MEETUP
.twc-malidc > div > div {
background-color: black;
}
/* General styling */
.twc-malidc {
font-family: 'Arial', sans-serif;
max-width: 400px;
margin: 0 auto;
padding: 20px;
border-radius: 50px;
color: white; /* Default text color for all text on black background */
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
/* Input fields styling */
.twc-malidc input[type="email"],
.twc-malidc input[type="password"],
.twc-malidc input[type="text"] {
color: black !important; /* Text in input fields is black */
font-size: 12px;
border-radius: 8px;
box-sizing: border-box;
padding: 12px;
text-transform: uppercase;
}
/* Titles should be white */
.twc-malidc h1,
.twc-malidc h2,
.twc-malidc h3,
.twc-malidc h4,
.twc-malidc h5,
.twc-malidc h6,
.twc-malidc label {
color: white;
}
/* Hover state: grey background with white text */
.twc-malidc button[type="submit"]:hover {
background-color: grey !important;
color: white !important;
}
/* All other text on black background should be white */
.twc-malidc p,
.twc-malidc span,
.twc-malidc div,
.twc-malidc a {
color: white;
}