Verzendbeleid – Mats & Joy®
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--teal: #1b708f;
--teal-light: #d4eef5;
--bg: #fffbf5;
--off-white: #f4f0eb;
--sand: #e8c9a8;
--near-black: #1a1a1a;
--body: #444444;
--divider: rgba(0,0,0,0.07);
}
body {
font-family: 'DM Sans', Arial, sans-serif;
font-weight: 400;
background: var(--bg);
color: var(--body);
font-size: 15.5px;
line-height: 1.85;
}
/* HEADER */
header {
background: var(--bg);
border-bottom: 1px solid var(--divider);
padding: 16px 6%;
display: flex;
align-items: center;
justify-content: space-between;
}
.logo-text {
font-family: 'Nunito', Arial, sans-serif;
font-weight: 900;
font-size: 22px;
color: var(--teal);
text-decoration: none;
}
.back-btn {
font-family: 'Nunito', Arial, sans-serif;
font-weight: 700;
font-size: 13px;
color: var(--teal);
text-decoration: none;
border: 1.5px solid var(--teal);
border-radius: 50px;
padding: 7px 18px;
transition: background 0.2s, color 0.2s;
}
.back-btn:hover { background: var(--teal); color: #fff; }
/* HERO */
.hero {
background: var(--teal);
padding: 56px 6% 48px;
text-align: center;
}
.hero-eyebrow {
font-family: 'Nunito', Arial, sans-serif;
font-weight: 800;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.18em;
color: var(--teal-light);
margin-bottom: 14px;
}
.hero h1 {
font-family: 'Nunito', Arial, sans-serif;
font-weight: 900;
font-size: clamp(32px, 6vw, 58px);
color: #fff;
line-height: 1.05;
margin-bottom: 16px;
}
.hero p {
font-size: 15px;
color: var(--teal-light);
max-width: 500px;
margin: 0 auto;
line-height: 1.75;
}
/* WRAPPER */
.wrapper {
max-width: 800px;
margin: 0 auto;
padding: 60px 6% 80px;
}
/* HIGHLIGHT */
.highlight-box {
background: var(--teal-light);
border-radius: 20px;
padding: 22px 28px;
margin-bottom: 52px;
text-align: center;
}
.highlight-box p {
font-family: 'Nunito', Arial, sans-serif;
font-weight: 800;
color: var(--teal);
font-size: 16px;
line-height: 1.6;
margin: 0;
}
/* DELIVERY CARDS GRID */
.cards-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 52px;
}
.delivery-card {
background: var(--off-white);
border-radius: 20px;
padding: 28px 26px;
}
.delivery-card .card-label {
font-family: 'Nunito', Arial, sans-serif;
font-weight: 800;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0.2em;
color: var(--teal);
margin-bottom: 8px;
}
.delivery-card h3 {
font-family: 'Nunito', Arial, sans-serif;
font-weight: 800;
font-size: 17px;
color: var(--near-black);
margin-bottom: 14px;
line-height: 1.2;
}
.delivery-card ul {
padding-left: 18px;
margin: 0;
}
.delivery-card li {
font-size: 14.5px;
color: var(--body);
margin-bottom: 8px;
line-height: 1.65;
}
.delivery-card li:last-child { margin-bottom: 0; }
/* SECTIONS */
section {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid var(--divider);
}
section:last-of-type { border-bottom: none; margin-bottom: 0; }
.section-eyebrow {
font-family: 'Nunito', Arial, sans-serif;
font-weight: 800;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0.2em;
color: var(--teal);
margin-bottom: 8px;
}
h2 {
font-family: 'Nunito', Arial, sans-serif;
font-weight: 800;
font-size: 20px;
color: var(--near-black);
line-height: 1.2;
margin-bottom: 16px;
}
p { margin-bottom: 12px; }
p:last-child { margin-bottom: 0; }
a { color: var(--teal); font-weight: 600; text-decoration: none; }
a:hover { text-decoration: underline; }
strong { color: var(--near-black); font-weight: 700; }
/* WARNING */
.warning-box {
background: #fffbe6;
border: 1.5px solid #ffe08a;
border-radius: 16px;
padding: 20px 24px;
margin-top: 4px;
}
.warning-box p { color: var(--body); margin: 0; font-size: 15px; line-height: 1.75; }
/* CTA */
.cta-block {
background: var(--teal);
border-radius: 24px;
padding: 44px 40px;
text-align: center;
margin-top: 52px;
}
.cta-block h3 {
font-family: 'Nunito', Arial, sans-serif;
font-weight: 800;
font-size: clamp(18px, 4vw, 24px);
color: #fff;
margin-bottom: 10px;
line-height: 1.25;
}
.cta-block p {
color: var(--teal-light);
font-size: 15px;
margin-bottom: 24px;
line-height: 1.7;
}
.cta-btn {
display: inline-block;
background: #fff;
color: var(--teal);
font-family: 'Nunito', Arial, sans-serif;
font-weight: 800;
font-size: 15px;
padding: 14px 32px;
border-radius: 50px;
text-decoration: none;
transition: opacity 0.2s;
}
.cta-btn:hover { opacity: 0.88; text-decoration: none; }
/* FOOTER */
footer {
background: var(--near-black);
color: #888;
text-align: center;
padding: 28px 6%;
font-size: 13px;
line-height: 1.8;
}
footer strong { color: #fff; }
footer a { color: var(--sand); }
@media (max-width: 600px) {
.hero { padding: 40px 5% 34px; }
.wrapper { padding: 40px 5% 60px; }
header { flex-direction: column; gap: 12px; }
.cards-grid { grid-template-columns: 1fr; }
.cta-block { padding: 32px 24px; }
}
Mats & Joy®
← Terug naar de winkel
Mats & Joy® · Klantenservice
Verzendbeleid
Alles over hoe en wanneer jouw Mats & Joy® bestelling bij jou thuis geraakt.
Altijd gratis verzending — geen minimumbedrag vereist.
Standaard
Levering uit voorraad
- België: 3–5 werkdagen
- Nederland: 4–6 werkdagen
- Rest van Europa: 5–8 werkdagen
- Altijd gratis verzending
- Track & trace via e-mail
Op maat
Gepersonaliseerde bestelling
- Gepersonaliseerd tapijt: 10–14 dagen
- Eigen collectie: op afspraak
- Bevestiging per e-mail na bestelling
- Track & trace via e-mail
- Ontworpen & geprint in België
Leveringsgebied
Wij leveren in de volledige EU
Levering is mogelijk in de gehele Europese Unie. Levering buiten Europa is momenteel niet beschikbaar. Neem contact op via info@matsjoy.com voor meer informatie.
Tracking
Jouw bestelling volgen
Na verzending ontvang je automatisch een e-mail met een track & trace link. Zo weet je altijd waar jouw pakket zich bevindt.
Schade
Beschadigd ontvangen?
Controleer je pakket bij ontvangst. Zichtbare beschadigingen of tekortkomingen meld je bij voorkeur binnen 48 uur via info@matsjoy.com met foto's als bijlage. We zoeken samen naar een oplossing.
Niet ontvangen
Bestelling niet aangekomen?
Niet geleverd binnen de verwachte termijn? Neem contact op via info@matsjoy.com of +32 484 68 76 09. We helpen je zo snel mogelijk verder.
Belangrijk
Gepersonaliseerde bestellingen
Let op: Gepersonaliseerde bestellingen kunnen niet geannuleerd worden zodra de productie gestart is. Controleer alle gegevens (naam, foto, boodschap) goed voor je bestelling bevestigt.
Mats & Joy® · BE 1008.957.277 · Poeldries 10, 8552 Moen
info@matsjoy.com ·
matsjoy.com
© 2024–2026 Mats & Joy® · Alle rechten voorbehouden