Shipping policy

.myv-shipping { background: #f8f5f1; overflow: hidden; } /* HERO */ .myv-shipping-hero { padding: 120px 24px 90px; text-align: center; max-width: 980px; margin: 0 auto; } .myv-shipping-kicker { display: inline-block; padding: 8px 16px; border-radius: 999px; background: rgba(184,155,122,.12); color: #b89b7a; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 24px; } .myv-shipping-hero h1 { font-size: clamp(44px,7vw,88px); line-height: .96; font-weight: 400; color: #1e1e1e; margin-bottom: 26px; letter-spacing: -.03em; } .myv-shipping-hero p { max-width: 760px; margin: 0 auto; font-size: 18px; line-height: 1.9; color: #666; } /* INFO CARDS */ .myv-shipping-grid { max-width: 1280px; margin: 0 auto; padding: 0 24px 100px; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; } .myv-shipping-card { background: #ffffff; border-radius: 30px; padding: 38px; border: 1px solid rgba(30,30,30,.06); } .myv-shipping-number { color: #b89b7a; font-size: 13px; letter-spacing: .12em; margin-bottom: 18px; } .myv-shipping-card h2 { font-size: 30px; font-weight: 400; color: #1e1e1e; margin-bottom: 18px; } .myv-shipping-card p { color: #777; line-height: 1.9; font-size: 15px; } /* DISCREET SECTION */ .myv-discreet { padding: 0 24px 110px; } .myv-discreet-box { max-width: 1280px; margin: 0 auto; border-radius: 40px; background: #1e1e1e; padding: 90px 50px; text-align: center; } .myv-discreet-box h2 { font-size: clamp(40px,5vw,72px); line-height: 1; font-weight: 400; color: #ffffff; margin-bottom: 26px; } .myv-discreet-box p { max-width: 760px; margin: 0 auto; color: rgba(255,255,255,.76); line-height: 1.9; font-size: 16px; } /* FAQ */ .myv-ship-faq { max-width: 980px; margin: 0 auto; padding: 0 24px 120px; } .myv-ship-faq h2 { text-align: center; font-size: clamp(34px,4vw,58px); font-weight: 400; margin-bottom: 50px; color: #1e1e1e; } .myv-faq-item { background: #ffffff; border-radius: 24px; margin-bottom: 18px; overflow: hidden; border: 1px solid rgba(30,30,30,.06); } .myv-faq-question { width: 100%; border: 0; background: transparent; padding: 28px; text-align: left; font-size: 18px; color: #1e1e1e; display: flex; justify-content: space-between; align-items: center; cursor: pointer; } .myv-faq-question span:last-child { font-size: 28px; color: #b89b7a; } .myv-faq-answer { display: none; padding: 0 28px 28px; color: #777; line-height: 1.9; } .myv-faq-item.active .myv-faq-answer { display: block; } /* MOBILE */ @media(max-width:990px){ .myv-shipping-grid { grid-template-columns: 1fr; } .myv-shipping-hero { padding: 90px 22px 70px; } .myv-discreet-box { padding: 60px 28px; border-radius: 30px; } }
Versand & Diskretion

Secure.
Discreet.
Premium.

Bei MYVELOURA stehen Diskretion, Sicherheit und eine hochwertige Bestellerfahrung an erster Stelle.

01

Lieferzeit

Die Lieferzeit beträgt in der Regel 2–4 Werktage innerhalb Deutschlands.

02

Versandkosten

Der Versand kostet 4,90 €. Ab einem Bestellwert von 100 € liefern wir versandkostenfrei.

03

Diskreter Versand

Alle Bestellungen werden neutral und diskret verpackt — ohne Hinweise auf den Inhalt oder MYVELOURA.

Modern shopping.
Completely discreet.

Deine Bestellung wird sicher verarbeitet und neutral versendet. Diskretion und Datenschutz sind für MYVELOURA selbstverständlich.

Häufige Fragen

Wie lange dauert der Versand? +
Die Lieferzeit beträgt in der Regel 2–4 Werktage innerhalb Deutschlands.
Erfolgt der Versand diskret? +
Ja — alle Bestellungen werden neutral und diskret verpackt.
Ab wann ist der Versand kostenlos? +
Ab einem Bestellwert von 100 € erfolgt der Versand kostenfrei.
document.querySelectorAll('.myv-faq-question').forEach(button => { button.addEventListener('click', () => { const item = button.parentElement; item.classList.toggle('active'); }); });