Size Guide
<input type="radio" className="tabs_radio" name="tabs-prod" id="tab-1" checked="true">
<label htmlFor="tab-1" className="tabs_label">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″ |
<input type="radio" className="tabs_radio" name="tabs-prod" id="tab-2">
<label htmlFor="tab-2" className="tabs_label">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;
}
}