<html><head>
<meta charset="UTF-8">
<title>Untitled Document</title>
<style>
@import url("https://use.typekit.net/yss8ayd.css");
</style>
<style type="text/css">
body {
margin: 0 auto;
padding: 0;
text-align: center;
font-family: ff-good-web-pro, sans-serif;
overflow-wrap: break-word;
color: #2A2E33;
}
p, h1, h2, h3, h4, h5, h6, ul {
font-family: ff-good-web-pro, sans-serif;
overflow-wrap: break-word;
color: #2A2E33;
}
div.tabs-wrapper {padding: 20px;}
.tabs {
display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 400px;
margin: 0 auto;
}
.tabs_label {
cursor: pointer;
max-width: 180px;
text-align: center;
margin: 0 auto;
font-size: 16px;
font-weight: bold;
}
.tabs_radio {
display: none;
}
.tabs_content {
order: 1;
width: 100%;
margin-top: 2em;
line-height: 1.5;
font-size: 1em;
display: none;
}
.tabs_radio:checked + .tabs_label {
color:#9E9D8F;
border-bottom: 2px solid #9E9D8F;
padding: 0 1em 8px;
}
.tabs_radio:checked + .tabs_label + .tabs_content {
display: initial;
}
table {
width: 100%;
margin:0;
padding:0;
border-collapse: collapse;
border-spacing: 0;
}
table tr {
padding: 8px;
}
table th, table td {
padding: 10px;
text-align: center;
border: 1px solid #2a2e33;
}
table th {
text-transform: uppercase;
font-size: 14px;
letter-spacing: 0;
background-color: #EBEAE6;
}
@media screen and (max-width: 600px) {
table {
}
table thead {
display: none;
}
table tr {
margin-bottom: 10px;
display: block;
}
table td {
display: block;
text-align: right;
font-size: 13px;
}
table td:last-child {
border-bottom: 0.1em solid #2a2e33;
border-top: none;
}
table td:before {
content: attr(data-label);
float: left;
text-transform: uppercase;
font-weight: bold;
}
}
</style>
</head>
<body>
<div class="tabs-wrapper"><h2>Size Guide</h2>
<div class="tabs">
<input type="radio" class="tabs_radio" name="tabs-prod" id="tab-1" checked="">
<label for="tab-1" class="tabs_label">Sizing</label>
<div class="tabs_content">
<h3>Choose your size by measuring your waist</h3>
<table>
<thead>
<tr>
<th>Size</th>
<th>Fits Waist Size</th>
</tr>
</thead>
<tbody>
<tr>
<td data-label="Size">S</td>
<td data-label="Fits waist">24″ to 30″</td>
</tr>
<tr>
<td data-label="Size">M</td>
<td data-label="Fits waist">30″ to 34″</td>
</tr>
<tr>
<td data-label="Size">L</td>
<td data-label="Fits waist">34″ to 40″</td>
</tr>
<tr>
<td data-label="Size">XL</td>
<td data-label="Fits waist">40″ to 46″</td>
</tr>
<tr>
<td data-label="Size">XXL</td>
<td data-label="Fits waist">46″ to 54″</td>
</tr>
</tbody>
</table>
</div>
<input type="radio" class="tabs_radio" name="tabs-prod" id="tab-2">
<label for="tab-2" class="tabs_label">How to measure</label>
<div class="tabs_content">
<div>
<h3>Measure your waist</h3>
<p>Measure the circumference of your waist, between the iliac crest and bottom of your ribs.</p>
<img src="https://www.dropbox.com/scl/fi/fyybchy8hbac13ud02zt8/measure.jpg?rlkey=d0xafgly119je47ci6cggqxz8&st=wp4vni1y&raw=1" width="100%" alt=""> </div>
</div>
</div>
</div>
</body></html>
Size Guide
Sizing
| Size | Fits Waist Size |
| S | 24″ to 30″ |
| M | 30″ to 34″ |
| L | 34″ to 40″ |
| XL | 40″ to 46″ |
| XXL | 46″ to 54″ |
How to measure
Measure your waist
Measure the circumference of your waist, between the iliac crest and bottom of your ribs.
@import url('https://use.typekit.net/yss8ayd.css');
body {
margin: 0 auto;
padding: 0;
text-align: center;
font-family: ff-good-web-pro, sans-serif;
overflow-wrap: break-word;
color: #2a2e33;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
font-family: ff-good-web-pro, sans-serif;
overflow-wrap: break-word;
color: #2a2e33;
}
div.tabs-wrapper {
padding: 20px;
}
.tabs {
display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 400px;
margin: 0 auto;
}
.tabs_label {
cursor: pointer;
max-width: 180px;
text-align: center;
margin: 0 auto;
font-size: 16px;
font-weight:500;
}
.tabs_radio {
display: none;
}
.tabs_content {
order: 1;
width: 100%;
margin-top: 2em;
line-height: 1.5;
font-size: 1em;
display: none;
}
.tabs_radio:checked + .tabs_label {
color: #9e9d8f;
border-bottom: 2px solid #9e9d8f;
padding: 0 1em 8px;
}
.tabs_radio:checked + .tabs_label + .tabs_content {
display: initial;
}
table {
width: 100%;
margin: 0;
padding: 0;
border-collapse: collapse;
border-spacing: 0;
}
table tr {
padding: 8px;
}
table th,
table td {
padding: 10px;
text-align: center;
border: 1px solid #2a2e33;
}
table th {
text-transform: uppercase;
font-size: 14px;
letter-spacing: 0;
background-color: #ebeae6;
}
@media screen and (max-width: 600px) {
table {
}
table thead {
display: none;
}
table tr {
margin-bottom: 10px;
display: block;
}
table td {
display: block;
text-align: right;
font-size: 13px;
}
table td:last-child {
border-bottom: 0.1em solid #2a2e33;
border-top: none;
}
table td:before {
content: attr(data-label);
float: left;
text-transform: uppercase;
font-weight: bold;
}
}