<style>
.size-guide-wrapper { max-width: 700px; margin: 0 auto; font-family: inherit; color: #222; }
.sg-section { margin-bottom: 30px; }
.sg-section h3 { font-size: 18px; margin-bottom: 10px; }
.sg-section h4 { font-size: 14px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; margin: 0 0 10px; color: #444; }
.sg-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.sg-table th, .sg-table td { padding: 10px; border-bottom: 1px solid #e5e5e5; text-align: left; }
.sg-table th { font-weight: 600; }
.sg-measure strong { display: block; margin-top: 12px; }
.sg-measure p { margin: 4px 0 0; font-size: 14px; color: #555; }
</style>
<div class="size-guide-wrapper">
<div class="sg-section">
<h3>Size Chart (in inches)</h3>
<h4>Mono Top</h4>
<table class="sg-table">
<thead>
<tr>
<th>Size</th>
<th>XS</th>
<th>S</th>
<th>M</th>
<th>L</th>
<th>XL</th>
<th>XXL</th>
</tr>
</thead>
<tbody>
<tr>
<td>Length</td>
<td>25</td>
<td>26</td>
<td>26.5</td>
<td>27</td>
<td>27</td>
<td>27</td>
</tr>
<tr>
<td>Bust</td>
<td>32</td>
<td>34</td>
<td>36</td>
<td>38</td>
<td>42</td>
<td>44</td>
</tr>
<tr>
<td>Hip</td>
<td>36</td>
<td>38</td>
<td>40</td>
<td>42</td>
<td>45</td>
<td>47</td>
</tr>
<tr>
<td>Waist</td>
<td>27</td>
<td>29</td>
<td>32</td>
<td>35</td>
<td>37</td>
<td>—</td>
</tr>
</tbody>
</table>
<h4 style="margin-top: 24px;">Mono Pants</h4>
<table class="sg-table">
<thead>
<tr>
<th>Size</th>
<th>XS</th>
<th>S</th>
<th>M</th>
<th>L</th>
<th>XL</th>
<th>XXL</th>
</tr>
</thead>
<tbody>
<tr>
<td>Waist</td>
<td>26</td>
<td>28</td>
<td>30</td>
<td>32</td>
<td>36</td>
<td>38</td>
</tr>
<tr>
<td>Length</td>
<td>37</td>
<td>38</td>
<td>41</td>
<td>41</td>
<td>40</td>
<td>40</td>
</tr>
<tr>
<td>Bottom</td>
<td>7.5</td>
<td>7.5</td>
<td>7.5</td>
<td>8</td>
<td>8.5</td>
<td>8.5</td>
</tr>
</tbody>
</table>
</div>
<div class="sg-section">
<h3>How to Measure</h3>
<div class="sg-measure">
<strong>Length (Top)</strong>
<p>Measure from the highest point of the shoulder down to the hem of the top.</p>
<strong>Bust</strong>
<p>Measure around the fullest part of your chest, keeping the tape parallel to the floor.</p>
<strong>Hip</strong>
<p>Measure around the fullest part of your hips and seat, keeping the tape parallel to the floor.</p>
<strong>Waist</strong>
<p>Measure around the narrowest part of your natural waist, keeping the tape comfortably snug.</p>
<strong>Length (Pants)</strong>
<p>Measure from the top of the waistband down to the hem of the trouser.</p>
<strong>Bottom</strong>
<p>Measure the opening of one leg at the hem (half circumference).</p>
</div>
</div>
</div>