.br-page { font-family: 'Helvetica Neue', Arial, sans-serif; color: #1c1814; background: #f5f0eb; padding: 40px 20px 60px; line-height: 1.6; }
.br-container { max-width: 780px; margin: 0 auto; }
.br-hero { text-align: center; padding: 20px 0 36px; }
.br-hero-pill { display: inline-block; background: #2d6a4f; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; padding: 6px 14px; border-radius: 20px; margin-bottom: 20px; text-transform: uppercase; }
.br-hero h1 { font-family: Georgia, serif; font-size: 38px; font-weight: 400; margin: 0 0 12px; line-height: 1.15; color: #1c1814; }
.br-hero p { font-size: 16px; color: #4a4440; max-width: 560px; margin: 0 auto; }
.br-promise { background: #fff; border: 1px solid #d8cfc5; border-radius: 14px; padding: 28px; margin-bottom: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.br-promise-item { text-align: center; }
.br-promise-icon { width: 42px; height: 42px; margin: 0 auto 10px; background: #f5f0eb; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.br-promise-icon svg { width: 20px; height: 20px; stroke: #2d6a4f; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.br-promise-title { font-family: Georgia, serif; font-size: 16px; margin: 0 0 4px; font-weight: 500; color: #1c1814; }
.br-promise-desc { font-size: 13px; color: #7a6e65; margin: 0; line-height: 1.5; }
.br-section { background: #fff; border: 1px solid #d8cfc5; border-radius: 14px; padding: 30px 32px; margin-bottom: 24px; }
.br-section h2 { font-family: Georgia, serif; font-size: 24px; font-weight: 400; margin: 0 0 16px; color: #1c1814; }
.br-section p { font-size: 15px; color: #4a4440; margin: 0 0 14px; }
.br-section p:last-child { margin-bottom: 0; }
.br-section a { color: #2d6a4f; text-decoration: underline; }
.br-steps { padding: 0; margin: 20px 0 0; list-style: none; }
.br-step { display: flex; gap: 16px; padding: 16px 0; border-top: 1px solid #ede4d8; }
.br-step:first-child { border-top: none; padding-top: 0; }
.br-step-num { width: 32px; height: 32px; border-radius: 50%; background: #1c1814; color: #f5f0eb; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; flex-shrink: 0; }
.br-step-body { flex: 1; }
.br-step-title { font-weight: 600; font-size: 15px; margin: 0 0 4px; color: #1c1814; }
.br-step-desc { font-size: 14px; color: #4a4440; margin: 0; line-height: 1.6; }
.br-form-wrap { background: #fff; border: 1px solid #d8cfc5; border-radius: 14px; padding: 30px 32px; margin-bottom: 24px; }
.br-form-wrap h2 { font-family: Georgia, serif; font-size: 24px; font-weight: 400; margin: 0 0 8px; color: #1c1814; }
.br-form-wrap > p { font-size: 14px; color: #7a6e65; margin: 0 0 24px; }
.br-form-row { margin-bottom: 18px; }
.br-form-row-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }
.br-form-row-split .br-form-row { margin-bottom: 0; }
.br-form label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #1c1814; margin-bottom: 6px; }
.br-form input[type="text"],
.br-form input[type="email"],
.br-form input[type="tel"],
.br-form textarea,
.br-form select {
width: 100%; padding: 12px 14px; font-size: 14px; font-family: inherit; color: #1c1814;
background: #fbf8f3; border: 1px solid #d8cfc5; border-radius: 8px; box-sizing: border-box;
transition: border 0.15s;
}
.br-form input:focus, .br-form textarea:focus, .br-form select:focus { outline: none; border-color: #1c1814; background: #fff; }
.br-form textarea { resize: vertical; min-height: 100px; font-family: inherit; }
.br-form-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.br-btn-primary { background: #1c1814; color: #f5f0eb; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 16px 28px; border: none; border-radius: 8px; cursor: pointer; transition: background 0.2s; font-family: inherit; flex: 1; min-width: 180px; }
.br-btn-primary:hover { background: #3a3028; }
.br-btn-secondary { background: transparent; color: #1c1814; border: 2px solid #1c1814; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 14px 24px; border-radius: 8px; cursor: pointer; text-decoration: none; text-align: center; display: inline-flex; align-items: center; justify-content: center; gap: 8px; transition: all 0.2s; font-family: inherit; }
.br-btn-secondary:hover { background: #1c1814; color: #f5f0eb; }
.br-btn-secondary svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.br-contact { background: #fdf3e7; border: 1px solid #f0d8b4; border-radius: 14px; padding: 26px 30px; text-align: center; }
.br-contact h3 { font-family: Georgia, serif; font-size: 20px; margin: 0 0 8px; font-weight: 400; color: #1c1814; }
.br-contact p { font-size: 14px; color: #4a4440; margin: 0 0 14px; }
.br-contact a { color: #1c1814; font-weight: 600; text-decoration: underline; }
@media (max-width: 640px) {
.br-hero h1 { font-size: 28px; }
.br-promise { grid-template-columns: 1fr; padding: 22px; gap: 18px; }
.br-section, .br-form-wrap { padding: 24px 20px; }
.br-form-row-split { grid-template-columns: 1fr; gap: 0; margin-bottom: 0; }
.br-form-row-split .br-form-row { margin-bottom: 18px; }
.br-contact { padding: 22px 20px; }
.br-btn-primary, .br-btn-secondary { width: 100%; flex: none; }
}
RÜCKGABERICHTLINIE
30 Tage Rückgabe, kostenlos & ohne Aufwand
Sind Sie mit Ihrem Bline Lesekissen nicht ganz zufrieden? Kein Stress. Sie haben 30 Tage Zeit, um sich zu entscheiden. Sämtliche Rücksendekosten übernehmen wir für Sie.
30 Tage Bedenkzeit
Reichlich Zeit, um zu Hause in Ruhe auszuprobieren
Kostenlose Rückgabe
Wir bezahlen das Rücksendeetikett, keine versteckten Kosten
Schnelle Rückerstattung
Innerhalb von 5 Werktagen nach Erhalt auf Ihrem Konto
Wie funktioniert eine Rückgabe?
Wir machen es Ihnen so einfach wie möglich. In drei Schritten ist alles erledigt:
-
1
Füllen Sie das Rücksendeformular aus
Nutzen Sie das untenstehende Formular oder senden Sie eine E-Mail an Email@uwleeskussen.nl. Geben Sie Ihre Bestellnummer und den Grund an. Kurz und einfach genügt.
-
2
Wir senden Ihnen ein kostenloses Rücksendeetikett
Innerhalb von 1 Werktag erhalten Sie eine E-Mail mit einem kostenlosen Rücksendeetikett und Anweisungen. Kleben Sie es auf das Paket, geben Sie es bei einer PostNL-Filiale ab, fertig.
-
3
Ihr Geld ist innerhalb von 5 Werktagen zurück
Sobald wir das Paket erhalten, erstatten wir den vollen Betrag innerhalb von 5 Werktagen auf dasselbe Konto, mit dem Sie bezahlt haben.
Gut zu wissen
Keine strengen Vorgaben. Sie dürfen das Kissen zu Hause ganz normal ausprobieren. Wir verstehen, dass Sie zuerst spüren möchten, ob es zu Ihnen passt. Ein Kissen, das benutzt wurde, nehmen wir selbstverständlich zurück.
Die 30 Tage gelten ab Erhalt. Die Frist beginnt zu laufen, sobald Sie das Paket erhalten haben, nicht ab dem Bestelldatum.
Originalverpackung ist praktisch, aber nicht verpflichtend. Wenn Sie die Verpackung noch haben, verwenden Sie diese bitte. Keine Verpackung mehr vorhanden? Verpacken Sie das Kissen einfach stabil, und schon ist alles erledigt.
Gesetzliches Widerrufsrecht. Als Verbraucher haben Sie nach EU-Recht 14 Tage Bedenkzeit ab Erhalt. Wir gehen mit unserer 30-Tage-Garantie noch einen Schritt darüber hinaus.