Alle bestellingen worden vanuit Nederland verzonden met een veilige verzendmethode inclusief Track & Trace. Gratis verzending wordt automatisch toegepast bij het afrekenen – geen kortingscode nodig.
Gratis verzending
Bij De Fashion Club betaal je geen verzendkosten. Wij bieden gratis verzending op alle bestellingen binnen Nederland en België – zonder minimale bestelwaarde.
Levertijden
Voor 22:00 uur besteld? Dan verzenden wij je bestelling nog dezelfde dag. De volgende levertijden gelden:
| Land / Regio |
Verzendkosten |
Levertijd |
| Nederland |
Gratis |
1–2 werkdagen |
| België |
Gratis |
1–2 werkdagen |
| Duitsland |
Gratis |
2–4 werkdagen |
| Oostenrijk |
Gratis |
2–4 werkdagen |
| Frankrijk |
€6,99 |
3–5 werkdagen |
| Spanje |
€10,99 |
4–8 werkdagen |
| Italië |
€10,99 |
4–8 werkdagen |
| Rest van Europa |
€12,99 |
5–10 werkdagen |
| Wereldwijd |
€19,99 |
7–14 werkdagen |
Track & Trace
Zodra je bestelling is verzonden, ontvang je een bevestigingsmail met een Track & Trace-link. Zo weet je altijd precies waar je pakket zich bevindt.
Vragen?
Heb je vragen over je bestelling of levering? Neem gerust contact met ons op via support@defashionclub.nl. Wij reageren op werkdagen binnen 24 uur.
#verzend-pagina {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
background: #ffffff;
padding: 72px 0 96px;
}
#verzend-header {
text-align: center;
padding: 0 6vw 56px;
border-bottom: 1px solid #e8e2d9;
margin-bottom: 56px;
}
#verzend-eyebrow {
font-family: var(--font-body-family, 'Helvetica Neue', sans-serif);
font-size: 10px;
letter-spacing: 0.28em;
text-transform: uppercase;
color: #b8975a;
margin: 0 0 14px;
font-weight: 500;
}
#verzend-heading {
font-family: var(--font-heading-family, 'Helvetica Neue', sans-serif);
font-size: clamp(2rem, 4vw, 3.2rem);
font-weight: 300;
color: #111111;
letter-spacing: 0.06em;
text-transform: uppercase;
margin: 0;
}
#verzend-content {
max-width: 860px;
margin: 0 auto;
padding: 0 6vw;
}
.verzend-blok {
margin-bottom: 48px;
padding-bottom: 48px;
border-bottom: 1px solid #e8e2d9;
}
.verzend-blok:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.verzend-subtitel {
font-family: var(--font-heading-family, 'Helvetica Neue', sans-serif);
font-size: 13px;
font-weight: 600;
color: #111111;
letter-spacing: 0.14em;
text-transform: uppercase;
margin: 0 0 16px;
}
.verzend-blok p {
font-family: var(--font-body-family, 'Helvetica Neue', sans-serif);
font-size: 14px;
line-height: 1.9;
color: #555555;
font-weight: 300;
margin: 0 0 12px;
}
.verzend-blok p:last-child {
margin-bottom: 0;
}
.verzend-blok strong {
color: #111111;
font-weight: 600;
}
#verzend-tabel {
width: 100%;
border-collapse: collapse;
margin-top: 24px;
font-family: var(--font-body-family, 'Helvetica Neue', sans-serif);
font-size: 13px;
}
#verzend-tabel thead tr {
border-bottom: 1px solid #111111;
}
#verzend-tabel th {
font-size: 10px;
letter-spacing: 0.16em;
text-transform: uppercase;
font-weight: 600;
color: #111111;
padding: 0 0 14px;
text-align: left;
}
#verzend-tabel td {
padding: 18px 0;
color: #555555;
font-weight: 300;
border-bottom: 1px solid #e8e2d9;
line-height: 1.5;
}
#verzend-tabel td.gratis {
color: #b8975a;
font-weight: 500;
}
.verzend-link {
color: #111111;
font-weight: 500;
text-decoration: underline;
text-underline-offset: 3px;
}
.verzend-link:hover {
color: #b8975a;
}
@media screen and (max-width: 749px) {
#verzend-pagina {
padding: 56px 0 72px;
}
#verzend-tabel th:last-child,
#verzend-tabel td:last-child {
display: none;
}
#verzend-tabel th,
#verzend-tabel td {
font-size: 12px;
}
}