Robe à Col en V avec Imprimé – Manches Lanternes – Taille Haute – Grande Amplitude

Le prix initial était : 37,00 €.Le prix actuel est : 23,20 €.

/* Réinitialisation de base et Box-sizing */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: ‘Inter’, sans-serif; line-height: 1.6; color: #333; background-color: #f4f4f4; } .container { max-width: 1200px; margin: 0 auto; padding: 20px; } .hero { text-align: center; padding: 40px 20px; background-color: #fff5ef; border-radius: 10px; margin-bottom: 30px; } .hero […]

Category:

Description

/* Réinitialisation de base et Box-sizing */
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}

body {
font-family: ‘Inter’, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
}

.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}

.hero {
text-align: center;
padding: 40px 20px;
background-color: #fff5ef;
border-radius: 10px;
margin-bottom: 30px;
}

.hero h1 {
font-size: 2.5em;
margin-bottom: 15px;
color: #d6336c;
}

.hero .tagline {
font-size: 1.1em;
color: #555;
}

.product-details {
display: flex;
flex-direction: column;
gap: 30px;
padding: 30px 20px;
background: #fff;
border-radius: 10px;
margin-bottom: 30px;
}

.main-image {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.main-image img {
display: block;
width: 100%;
height: auto;
transition: transform 0.3s ease-in-out;
}

.main-image img:hover {
transform: scale(1.05);
}

.product-info {
display: flex;
flex-direction: column;
gap: 20px;
}

.product-info h2 {
font-size: 2em;
margin-bottom: 15px;
color: #333;
}

.product-info .features {
list-style: none;
padding-left: 0;
font-size: 1.1em;
}

.product-info .features li {
margin-bottom: 12px;
display: flex;
align-items: center;
}

.product-info .features li::before {
content: ‘✔️’;
margin-right: 10px;
color: #4CAF50;
font-size: 1.2em;
}

.call-to-action {
margin-top: 25px;
text-align: center;
}

.call-to-action .price {
font-size: 1.5em;
color: #d6336c;
margin-bottom: 15px;
}

.call-to-action button {
background-color: #d6336c;
color: white;
border: none;
padding: 15px 30px;
border-radius: 5px;
font-size: 1.2em;
cursor: pointer;
transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.2s ease;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.call-to-action button:hover {
background-color: #b8295a;
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
transform: translateY(-2px);
}

.gallery {
padding: 20px;
background: #fefefe;
text-align: center;
border-radius: 10px;
margin-bottom: 30px;
}

.gallery h2 {
font-size: 1.8em;
margin-bottom: 20px;
color: #333;
}

.gallery-images {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
justify-content: center;
}

.gallery-images img {
display: block;
width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease-in-out;
}

.gallery-images img:hover {
transform: scale(1.03);
}

.product-details-info {
background-color: #fef8f4;
padding: 30px 20px;
border-radius: 10px;
margin-bottom: 30px;
}

.product-details-info h2 {
text-align: center;
font-size: 1.8em;
margin-bottom: 20px;
color: #333;
}

.product-details-info .details-list {
list-style: none;
padding-left: 0;
max-width: 700px;
margin: 0 auto;
font-size: 1.1em;
line-height: 1.8;
}

.product-details-info .details-list li {
margin-bottom: 12px;
display: flex;
align-items: flex-start;
}

.product-details-info .details-list li strong {
margin-right: 10px;
color: #d6336c;
font-weight: 600;
}

.size-guide {
padding: 30px 20px;
background: #fff;
border-radius: 10px;
margin-bottom: 30px;
}

.size-guide h2 {
text-align: center;
font-size: 1.8em;
margin-bottom: 20px;
color: #333;
}

.size-guide .table-responsive {
overflow-x: auto;
margin-bottom: 20px;
}

.size-guide table.size-table {
width: 100%;
max-width: 800px;
margin: 0 auto;
border-collapse: collapse;
font-size: 1em;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
overflow: hidden;
}

.size-guide table.size-table thead tr {
background-color: #fddbd1;
}

.size-guide table.size-table th,
.size-guide table.size-table td {
padding: 15px;
border: 1px solid #ddd;
text-align: center;
}

.size-guide table.size-table th {
font-weight: 600;
color: #333;
}

.size-guide table.size-table tbody tr:nth-child(even) {
background-color: #fdf2f0;
}

.size-guide .size-note {
text-align: center;
font-size: 0.9em;
margin-top: 15px;
color: #777;
}

.notes {
background: #fef8f4;
padding: 30px 20px;
text-align: center;
border-radius: 10px;
margin-bottom: 30px;
}

.notes h3 {
font-size: 1.5em;
margin-bottom: 15px;
color: #333;
}

.notes .notes-list {
list-style: none;
padding-left: 0;
display: inline-block;
text-align: left;
line-height: 1.8;
font-size: 1.1em;
}

.notes .notes-list li {
margin-bottom: 10px;
}

/* Styles mobiles */
@media (max-width: 767px) {
.product-details {
flex-direction: column;
}

.product-info {
padding-left: 0;
}

.gallery-images {
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.size-guide table.size-table {
display: block;
overflow-x: auto;
white-space: nowrap;
}

.size-guide th,
.size-guide td {
padding: 12px 10px;
}

.product-info-list {
list-style: none;
padding-left: 0;
margin-left: 0;
}

.product-info-list li {
margin-bottom: 10px;
}

.size-image img {
max-width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.product-images {
display: flex;
flex-wrap: wrap;
gap: 15px;
justify-content: center;
}

.product-images img {
max-width: 45%;
height: auto;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin-bottom: 15px;
}

.additional-images {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin-top: 15px;
justify-content: center;
}

.additional-images img {
max-width: 45%;
height: auto;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin-bottom: 15px;
}
}

Robe Polyester Élégante

Style Polyvalent | Tissu Confortable | Design Chic

Robe Polyester Élégante

Aperçu du Produit

✔️ Tissu polyester doux et confortable

✔️ Style polyvalent pour diverses occasions

✔️ Design flatteur et chic

✔️ Disponible en plusieurs tailles

Détails du Produit

  • Tissu : Polyester
  • Composition du Tissu Principal : Fibre de polyester
  • Catégorie de Robe : Robe
  • Style : Style de navettage
  • Tailles Disponibles : S, M, L, XL, XXL, XXXL

Guide des Tailles (cm)

Taille Buste Taille Hanches Longueur
S 80-84 64-68 88-92 85
M 84-88 68-72 92-96 86
L 88-92 72-76 96-100 87
XL 92-96 76-80 100-104 88
XXL 96-100 80-84 104-108 89
XXXL 100-104 84-88 108-112 90

Veuillez permettre une différence de 2 à 3 cm en raison de la mesure manuelle. Les tailles asiatiques sont 1 à 2 tailles plus petites que les tailles européennes et américaines.

Remarques Importantes

  • De légères variations de couleur peuvent survenir en raison des différents paramètres du moniteur.
  • Veuillez vérifier attentivement le tableau des tailles avant d’acheter.

Informations complémentaires

Color

,

Size

, , , , ,

Avis

Il n’y a pas encore d’avis.

Soyez le premier à laisser votre avis sur “Robe à Col en V avec Imprimé – Manches Lanternes – Taille Haute – Grande Amplitude”

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

Produits similaires