PRODUITS A


Testé cliniquement
NOUVEAUTÉ 2026
Gel-crème de nuit G9 anti-rides
avec applicateur massage intégré
Anti-rides · Hydratation · Éclat
100% Vegan
94%
ingrédients d’origine naturelle
60s
de rituel soir suffisent
pour tous types
de peaux
.product-hero {
display: grid;
grid-template-columns: 110px 260px 1fr;
gap: 35px;
align-items: center;
padding: 50px 40px;
background: #fff;
color: #111;
font-family: Georgia, « Times New Roman », serif;
}
.gallery {
display: flex;
flex-direction: column;
gap: 24px;
}
.thumb {
width: 105px;
height: 95px;
object-fit: cover;
border: 1px solid #222;
padding: 6px;
background: white;
}
.product-image {
text-align: center;
}
.product-image img {
max-height: 430px;
max-width: 100%;
object-fit: contain;
}
.badges {
display: flex;
justify-content: center;
gap: 25px;
margin-top: 18px;
font-family: Arial, sans-serif;
}
.badges span {
background: #3b2854;
color: white;
border-radius: 20px;
padding: 5px 16px;
font-size: 15px;
}
.product-info {
max-width: 850px;
}
.new {
color: #3b2854;
font-size: 16px;
margin-bottom: 5px;
}
.product-info h1 {
font-size: 44px;
line-height: 1.05;
margin: 0;
font-weight: 500;
}
.product-info h2 {
font-size: 28px;
margin: 5px 0 10px;
font-weight: 400;
}
.benefits {
font-size: 18px;
margin-bottom: 55px;
}
.price {
display: flex;
align-items: baseline;
gap: 6px;
font-family: Arial, sans-serif;
margin-bottom: 14px;
}
.price strong {
font-size: 34px;
color: #221c33;
}
.price span {
font-size: 28px;
}
.price small {
font-size: 17px;
margin-left: 18px;
color: #111;
}
.buy-row {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 35px;
}
.buy-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 250px;
height: 54px;
background: #3b2854;
color: white;
border-radius: 32px;
text-decoration: none;
font-size: 28px;
}
.buy-row span {
font-size: 16px;
}
.features {
display: grid;
grid-template-columns: repeat(4, 1fr);
align-items: center;
text-align: center;
gap: 25px;
}
.features > div {
border-right: 2px solid #3b2854;
min-height: 95px;
display: flex;
flex-direction: column;
justify-content: center;
}
.features > div:last-child {
border-right: none;
}
.features p {
font-size: 28px;
line-height: 1.2;
margin: 0;
}
.features strong {
color: #3b2854;
font-size: 32px;
}
.features small {
font-size: 13px;
letter-spacing: 2px;
writing-mode: vertical-rl;
transform: rotate(180deg);
margin: auto;
}
.icon {
font-size: 34px;
color: #3b2854;
margin-bottom: 4px;
}
@media (max-width: 900px) {
.product-hero {
grid-template-columns: 1fr;
text-align: center;
padding: 30px 20px;
}
.gallery {
flex-direction: row;
justify-content: center;
order: 2;
}
.product-image {
order: 1;
}
.product-info {
order: 3;
}
.product-info h1 {
font-size: 34px;
}
.product-info h2 {
font-size: 23px;
}
.buy-row {
justify-content: center;
flex-wrap: wrap;
}
.features {
grid-template-columns: 1fr 1fr;
}
.features > div {
border-right: none;
}
}
Voici le seul résultat
