<style>
:root{
--black:#111111;
--gray:#6f6f6f;
--line:#e9e9e9;
--bg:#fafafa;
}
.guia-medidas{
max-width:900px;
margin:50px auto;
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,sans-serif;
color:var(--black);
line-height:1.6;
}
.guia-medidas h2{
font-size:18px;
font-weight:500;
letter-spacing:.18em;
text-transform:uppercase;
margin:0 0 12px;
}
.guia-medidas p{
font-size:13px;
color:var(--gray);
margin-bottom:35px;
}
.guia-medidas table{
width:100%;
border-collapse:collapse;
}
.guia-medidas thead th{
font-size:11px;
font-weight:600;
text-transform:uppercase;
letter-spacing:.12em;
color:#777;
padding:18px 12px;
border-bottom:1px solid var(--black);
}
.guia-medidas tbody td{
padding:18px 12px;
text-align:center;
font-size:14px;
border-bottom:1px solid var(--line);
}
.guia-medidas tbody tr:hover{
background:var(--bg);
}
.guia-medidas tbody td:first-child{
font-weight:600;
}
.medidas-footer{
margin-top:28px;
font-size:12px;
color:var(--gray);
}
.medidas-footer strong{
color:var(--black);
font-weight:500;
}
@media(max-width:768px){
.guia-medidas{
padding:0 12px;
}
.guia-medidas thead th,
.guia-medidas tbody td{
font-size:12px;
padding:14px 8px;
}
.guia-medidas h2{
font-size:16px;
}
}
</style>
<div class="guia-medidas">
<h2>Size Guide</h2>
<p>
All measurements are given in centimeters. Due to the handcrafted nature of each garment,
measurements may vary by up to 2 cm.
</p>
<table>
<thead>
<tr>
<th>Size</th>
<th>Bust</th>
<th>Waist</th>
<th>Hip</th>
</tr>
</thead>
<tbody>
<tr>
<td>34</td>
<td>80–84</td>
<td>60–64</td>
<td>88–92</td>
</tr>
<tr>
<td>36</td>
<td>84–88</td>
<td>64–68</td>
<td>92–96</td>
</tr>
<tr>
<td>38</td>
<td>88–92</td>
<td>68–72</td>
<td>96–100</td>
</tr>
<tr>
<td>40</td>
<td>92–96</td>
<td>72–76</td>
<td>100–104</td>
</tr>
<tr>
<td>42</td>
<td>96–100</td>
<td>76–80</td>
<td>104–108</td>
</tr>
</tbody>
</table>
<div class="medidas-footer">
<strong>How to measure</strong><br>
Bust — Measure around the fullest part of the bust.<br>
Waist — Measure the narrowest part of the waist.<br>
Hip — Measure around the fullest part of the hips.
</div>
</div>