Description
.product-description-section {
max-width: 900px;
margin: 0 auto;
padding: 25px;
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.7;
color: #333;
background: #ffffff;
}
.hero-banner {
background: linear-gradient(135deg, #1e3a5f, #2c5282);
color: white;
padding: 25px;
border-radius: 15px;
text-align: center;
margin-bottom: 30px;
position: relative;
overflow: hidden;
box-shadow: 0 10px 30px rgba(30, 58, 95, 0.3);
}
.hero-banner::before {
content: »;
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
animation: shimmer 3s infinite;
}
@keyframes shimmer {
0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}
.trend-tag {
position: absolute;
top: -8px;
right: 20px;
background: #3498db;
color: white;
padding: 8px 20px;
border-radius: 50px;
font-size: 13px;
font-weight: bold;
transform: rotate(12deg);
box-shadow: 0 4px 10px rgba(0,0,0,0.2);
animation: bounce 2s infinite;
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% { transform: translateY(0) rotate(12deg); }
40% { transform: translateY(-10px) rotate(12deg); }
60% { transform: translateY(-5px) rotate(12deg); }
}
.product-title {
font-size: 36px;
font-weight: 300;
color: #1e3a5f;
margin-bottom: 20px;
text-align: center;
text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.product-subtitle {
font-size: 18px;
color: #666;
text-align: center;
margin-bottom: 35px;
font-style: italic;
font-weight: 300;
}
.main-description {
font-size: 17px;
color: #555;
margin: 35px 0;
line-height: 1.8;
text-align: justify;
}
.highlight-box {
background: linear-gradient(135deg, #e8f4f8, #dbeafe);
border-radius: 15px;
padding: 30px;
margin: 35px 0;
border-left: 5px solid #2563eb;
box-shadow: 0 5px 20px rgba(37, 99, 235, 0.1);
}
.highlight-box h4 {
color: #2563eb;
margin-bottom: 15px;
font-size: 20px;
font-weight: 600;
}
.versatility-section {
background: linear-gradient(135deg, #f0f8ff, #e6f3ff);
border-radius: 15px;
padding: 35px;
margin: 35px 0;
border: 2px solid #87ceeb;
box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.versatility-section h3 {
color: #1e3a5f;
margin-bottom: 25px;
font-size: 24px;
text-align: center;
font-weight: 600;
}
.occasion-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 25px 0;
}
.occasion-item {
background: white;
padding: 25px;
border-radius: 12px;
text-align: center;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
transition: transform 0.3s ease;
border-top: 4px solid #3498db;
}
.occasion-item:hover {
transform: translateY(-5px);
}
.occasion-icon {
font-size: 48px;
margin-bottom: 15px;
display: block;
}
.features-premium {
background: linear-gradient(135deg, #f8f9fa, #e9ecef);
border-radius: 15px;
padding: 35px;
margin: 35px 0;
box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.features-premium h3 {
color: #1e3a5f;
margin-bottom: 25px;
font-size: 24px;
text-align: center;
font-weight: 300;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
list-style: none;
padding: 0;
margin: 25px 0;
}
.feature-item {
display: flex;
align-items: flex-start;
gap: 15px;
padding: 20px;
background: white;
border-radius: 12px;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
transition: transform 0.3s ease;
}
.feature-item:hover {
transform: translateY(-3px);
}
.feature-icon {
width: 45px;
height: 45px;
background: linear-gradient(135deg, #1e3a5f, #2c5282);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 18px;
font-weight: bold;
flex-shrink: 0;
box-shadow: 0 4px 10px rgba(30, 58, 95, 0.3);
}
.care-section {
background: #f8f9fa;
border-radius: 15px;
padding: 30px;
margin: 30px 0;
border: 1px solid #dee2e6;
}
.care-section h4 {
color: #495057;
margin-bottom: 20px;
font-size: 20px;
}
.care-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 15px;
margin: 20px 0;
}
.care-item {
display: flex;
align-items: center;
gap: 12px;
padding: 12px;
background: white;
border-radius: 8px;
border-left: 4px solid #3498db;
}
.care-icon {
font-size: 20px;
color: #3498db;
}
.size-guide {
background: #f8f9fa;
padding: 25px;
border-radius: 12px;
margin: 25px 0;
text-align: center;
border: 2px dashed #dee2e6;
}
.size-guide h4 {
color: #495057;
margin-bottom: 15px;
}
.size-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.size-table th,
.size-table td {
padding: 12px;
text-align: center;
border-bottom: 1px solid #dee2e6;
}
.size-table th {
background: #1e3a5f;
color: white;
font-weight: 600;
}
.size-table tr:hover {
background: #f8f9fa;
}
.guarantee-section {
background: linear-gradient(135deg, #3498db, #2980b9);
color: white;
padding: 35px;
border-radius: 15px;
text-align: center;
margin: 35px 0;
box-shadow: 0 10px 30px rgba(52, 152, 219, 0.3);
}
.guarantee-section h3 {
font-size: 24px;
margin-bottom: 15px;
font-weight: 300;
}
.guarantee-features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin-top: 25px;
}
.guarantee-item {
background: rgba(255,255,255,0.2);
padding: 15px;
border-radius: 10px;
backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
.product-title {
font-size: 28px;
}
.features-grid, .occasion-grid {
grid-template-columns: 1fr;
}
.product-description-section {
padding: 20px;
}
.guarantee-features {
grid-template-columns: 1fr;
}
}
Ensemble Deux Pièces Lounge Navy
La révolution mode : un ensemble qui s’adapte à tous vos moments
Découvrez la liberté stylistique absolue ! Cet ensemble deux pièces en coton navy brise les codes traditionnels. Ni pyjama, ni tenue de ville, il crée sa propre catégorie : le « lifestyle wear ». Portez-le chez vous pour un confort premium, ou sortez avec style grâce à sa coupe moderne et sa couleur sophistiquée.
Le secret d’un look polyvalent : Sa teinte navy intemporelle et sa coupe soignée lui permettent de naviguer entre les environnements. Associez-le à des baskets blanches pour une sortie casual, ou portez-le tel quel pour vos moments détente. Un seul ensemble, mille possibilités !
💙 COULEUR SIGNATURE : Le navy, cette nuance marine profonde et élégante, se marie parfaitement avec tous vos accessoires. Une couleur qui respire l’élégance sophistiquée et la modernité urbaine.
🌊➡️🌆 UN ENSEMBLE, TOUS LES STYLES
Redéfinissez votre garde-robe avec cette pièce hybride qui s’adapte à votre rythme de vie
COCOONING CHIC
Télétravail, détente, week-end paresseux – Le confort premium à domicile
SORTIES CASUAL
Café entre amis, courses, promenades – L’élégance décontractée en ville
VOYAGE CONFORT
Avion, train, road trip – Voyagez stylée sans compromis sur le confort
SPORT LÉGER
Yoga, pilates, marche – L’activité physique en toute élégance
🎯 LA TENDANCE « ELEVATED LOUNGEWEAR »
Vous portez la tendance mode du moment ! L' »elevated loungewear » révolutionne nos codes vestimentaires. Fini la frontière stricte entre tenue d’intérieur et look de sortie. Cet ensemble incarne parfaitement cette nouvelle philosophie du style : sophistiqué à domicile, approprié à l’extérieur.
Caractéristiques Premium
Matière noble qui vieillit bien et garde sa couleur éclatante
Coupe oversized moderne avec zip et capuche pour un look urbain
Coupe jogger raffinée, ni trop loose ni trop ajustée
Lignes épurées qui ne se démoderont jamais
Détails soignés dignes d’un vêtement de créateur
S’adapte à votre humeur et à vos plans de la journée
💡 CONSEILS STYLISME PRO
+ Baskets blanches + sac bandoulière cuir + bijoux argentés
+ Chaussons douillets + plaid marine + une tasse de café
+ Sneakers confortables + foulard + sac à dos design
🧺 Entretien Facile pour Vie Active
Lavage machine 30°C – Résiste aux lessives fréquentes
Séchage rapide – Prêt à porter en quelques heures
Peu froissable – Parfait pour les voyages
Anti-taches naturel grâce à sa couleur navy
Couleur stable – Ne déteint pas, ne ternit pas
Forme mémorisée – Retrouve sa coupe après chaque lavage
📏 Guide des Tailles – Coupe Moderne
Coupe pensée pour la liberté de mouvement et le style urbain
| Taille | Tour de Poitrine | Tour de Taille | Tour de Hanches | Longueur Veste |
|---|---|---|---|---|
| S | 88-92 cm | 68-72 cm | 92-96 cm | 65 cm |
| M | 92-96 cm | 72-76 cm | 96-100 cm | 67 cm |
| L | 96-100 cm | 76-80 cm | 100-104 cm | 69 cm |
| XL | 100-106 cm | 80-86 cm | 104-110 cm | 71 cm |
| XXL | 106-112 cm | 86-92 cm | 110-116 cm | 73 cm |
🛡️ Garantie Satisfaction Lifestyle
Parce que révolutionner votre style doit être sans risque
Express & soignée
Gratuit si taille incorrecte
Coton premium certifié








Avis
Il n’y a pas encore d’avis.