

Body Uma Alça Feminino | REF: BLC6
em até 12x de R$ 10,80
+ Formas de Pagamento- À vista Total: R$ 129,70
- 2x de R$ 69,80 Total: R$ 139,61
- 3x de R$ 47,22 Total: R$ 141,67
- 4x de R$ 35,95 Total: R$ 143,79
- 5x de R$ 29,13 Total: R$ 145,67
- 6x de R$ 24,57 Total: R$ 147,40
- 7x de R$ 21,26 Total: R$ 148,79
- 8x de R$ 18,84 Total: R$ 150,75
- 9x de R$ 16,96 Total: R$ 152,64
- 10x de R$ 15,39 Total: R$ 153,89
- 11x de R$ 14,16 Total: R$ 155,80
- 12x de R$ 13,14 Total: R$ 157,73
FORMAS DE PAGAMENTO
Frete Grátis
Devoluções Gratuitas
Estorno de 100% do seu dinheiro
7 dias após o recebimento da mercadoria.
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vestido Tubinho Curto Costa Nua - Racy Modas</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Arial', sans-serif;
}
body {
color: #333;
line-height: 1.6;
padding: 20px;
max-width: 1200px;
margin: 0 auto;
}
.product-title {
font-size: 24px;
font-weight: bold;
margin-bottom: 15px;
color: #000;
text-align: center;
}
.product-code {
color: #666;
text-align: center;
margin-bottom: 30px;
}
.product-section {
margin-bottom: 30px;
border-bottom: 1px solid #eee;
padding-bottom: 20px;
}
.section-title {
font-size: 18px;
font-weight: bold;
color: #000;
margin-bottom: 15px;
display: flex;
align-items: center;
}
.section-title:before {
content: "";
display: inline-block;
width: 8px;
height: 20px;
background-color: #AF7323;
margin-right: 10px;
}
.features-list, .care-list, .measurements-list {
list-style-type: none;
}
.features-list li, .care-list li {
margin-bottom: 8px;
position: relative;
padding-left: 20px;
}
.features-list li:before {
content: "•";
color: #AF7323;
position: absolute;
left: 0;
font-weight: bold;
font-size: 18px;
}
.care-list li:before {
content: "-";
color: #AF7323;
position: absolute;
left: 0;
font-weight: bold;
}
.measurements-table {
width: 100%;
border-collapse: collapse;
margin-top: 15px;
text-align: center;
}
.measurements-table th, .measurements-table td {
border: 1px solid #ddd;
padding: 8px;
}
.measurements-table th {
background-color: #f8f8f8;
font-weight: bold;
}
.note {
font-style: italic;
color: #666;
margin-top: 15px;
font-size: 14px;
}
@media (max-width: 768px) {
body {
padding: 15px;
}
.product-title {
font-size: 20px;
}
.measurements-table {
font-size: 14px;
}
}
</style>
</head>
<body>
<h1 class="product-title">Vestido Tubinho Curto Costa Nua Regata Social ou Dia a Dia</h1>
<p class="product-code">Ref: STY15-78616 | CX14</p>
<div class="product-section">
<h2 class="section-title">CARACTERÍSTICAS</h2>
<ul class="features-list">
<li>Tecido leve com alta elásticidade toque macio e super confortável</li>
<li>Não dá bolinhas nem desbota</li>
<li>Modelagem ampla e personalizada se adapta fácilmente ao corpo</li>
</ul>
</div>
<div class="product-section">
<h2 class="section-title">CUIDADOS</h2>
<ul class="care-list">
<li>É recomendada a lavagem do lado avesso</li>
<li>Evite deixar de molho</li>
<li>Não lavar junto a produtos de outra cor</li>
<li>Não utilizar ferro de passar roupa</li>
</ul>
</div>
<div class="product-section">
<h2 class="section-title">MEDIDAS APROXIMADAS</h2>
<table class="measurements-table">
<thead>
<tr>
<th>PP</th>
<th>P</th>
<th>M</th>
<th>G</th>
<th>GG</th>
</tr>
</thead>
<tbody>
<tr>
<td>34</td>
<td>36-38</td>
<td>40-42</td>
<td>42-44</td>
<td>46-50</td>
</tr>
</tbody>
</table>
<p class="note">* As medidas são aproximadas e podem variar em até 2cm.</p>
<p class="note">** Para medir corretamente, verifique suas medidas na linha do busto.</p>
</div>
</body>
</html>