Bij Garnier Winkel geloven we dat iedereen recht heeft op veilige en effectieve zonbescherming, zonder concessies te doen aan kwaliteit of budget. Sinds onze oprichting zijn we uitgegroeid tot een vertrouwde bestemming voor zonbeschermingsproducten die écht werken.
Onze Missie: Bescherming Met Passie
✔ Klinisch Geteste Formules
Al onze producten, van zonnebrand tot after sun, zijn zorgvuldig geselecteerd op basis van wetenschappelijk onderbouwde effectiviteit.
✔ Gezinsvriendelijke Bescherming
Speciale aandacht voor de delicate huid van kinderen met onze SPF50+ lijn die zowel veilig als zacht is.
✔ Betaalbaar Luxe
Premium kwaliteit tegen scherpe prijzen, met regelmatige kortingen tot 50% en gratis verzending.
Waarom Kiest Nederland Voor Ons?
- Breed Assortiment: Van medische zonbescherming (Actinica) tot cosmetische zelfbruiners – alles onder één dak
- Expertise: Producten geselecteerd voor verschillende huidtypes en behoeften (vet, gevoelig, rijpend)
- Innovatieve Formules: Met toegevoegde voordelen zoals 12h matterend effect, anti-vervuiling en anti-oxidatie
- Wereldwijde Levering: Verzending naar bijna alle landen (behalve enkele Aziatische en afgelegen gebieden)
Onze topmerken zeggen meer dan woorden:
Garnier Ambre Solaire La Roche-Posay Biodermal Australian Gold Avène
Onze Belofte Aan Jou
“Bij Garnier Winkel krijg je niet alleen een product, maar een complete zonbeschermingsoplossing. Van preventie (zonnebrand) tot nazorg (after sun) – wij staan klaar om je huid het hele jaar door te beschermen tegen schadelijke UV-stralen.”
– Ons Team
.about-us {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
font-family: ‘Arial’, sans-serif;
color: #333;
line-height: 1.6;
}
.hero-section {
text-align: center;
padding: 40px 20px;
background-color: #f9f9f9;
border-radius: 8px;
margin-bottom: 40px;
}
.hero-section h1 {
color: #e67a00;
font-size: 2.5em;
margin-bottom: 20px;
}
.intro-text {
font-size: 1.2em;
max-width: 800px;
margin: 0 auto;
}
.mission-section {
margin-bottom: 50px;
}
.mission-section h2 {
text-align: center;
color: #2c3e50;
margin-bottom: 30px;
font-size: 2em;
}
.mission-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 25px;
}
.mission-item {
background: #fff;
padding: 25px;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.mission-item h3 {
color: #e67a00;
margin-top: 0;
}
.product-highlights {
background-color: #f5f5f5;
padding: 40px;
border-radius: 8px;
margin-bottom: 40px;
}
.product-highlights h2 {
text-align: center;
color: #2c3e50;
margin-bottom: 30px;
}
.highlight-list {
list-style-type: none;
padding: 0;
max-width: 800px;
margin: 0 auto 30px;
}
.highlight-list li {
margin-bottom: 15px;
padding-left: 30px;
position: relative;
}
.highlight-list li:before {
content: “✓”;
color: #27ae60;
position: absolute;
left: 0;
font-weight: bold;
}
.brand-showcase {
text-align: center;
margin-top: 40px;
}
.brand-logos {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 15px;
margin-top: 20px;
}
.brand-logos span {
background: #fff;
padding: 10px 20px;
border-radius: 20px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
font-weight: bold;
}
.customer-promise {
text-align: center;
margin-bottom: 50px;
}
.customer-promise h2 {
color: #2c3e50;
margin-bottom: 30px;
}
blockquote {
font-style: italic;
font-size: 1.2em;
max-width: 700px;
margin: 0 auto 40px;
padding: 20px;
background: #fff;
border-left: 4px solid #e67a00;
}
cite {
display: block;
margin-top: 15px;
font-style: normal;
font-weight: bold;
}
.cta-box {
background: #e67a00;
color: white;
padding: 30px;
border-radius: 8px;
max-width: 600px;
margin: 0 auto;
}
.cta-box p {
margin-bottom: 20px;
font-size: 1.2em;
}
.cta-button {
display: inline-block;
background: white;
color: #e67a00;
padding: 12px 30px;
text-decoration: none;
font-weight: bold;
border-radius: 30px;
transition: all 0.3s ease;
}
.cta-button:hover {
background: #f8f8f8;
transform: translateY(-2px);
}
.about-footer {
text-align: center;
margin-top: 50px;
padding-top: 30px;
border-top: 1px solid #eee;
font-size: 0.9em;
}
.about-footer a {
color: #e67a00;
text-decoration: none;
}
@media (max-width: 768px) {
.hero-section h1 {
font-size: 2em;
}
.mission-grid {
grid-template-columns: 1fr;
}
.product-highlights {
padding: 20px;
}
}