| Size |
Bust / Chest |
Waist |
Hip |
| XS |
32″–34″ |
23″–25″ |
33″–35″ |
| S |
34″–36″ |
25″–27″ |
35″–37″ |
| M |
36″–38″ |
27″–29″ |
37″–39″ |
| L |
38″–41″ |
29″–32″ |
39″–42″ |
| XL |
41″–44″ |
32″–35″ |
42″–45″ |
| 2XL |
44″–47″ |
35″–38″ |
45″–48″ |
Measurements shown in inches. Sizing is North American and true-to-size.
/* =========================================================
SP RHODES SIZE CHART
========================================================= */
.spr-size-chart {
width: 100%;
margin: 16px 0;
font-family:
Inter,
Arial,
sans-serif;
color: #344A60;
}
/* HEADER */
.spr-size-chart-title {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 14px;
background: #344A60;
color: #ffffff;
}
.spr-size-chart-title span {
font-size: 9px;
font-weight: 500;
letter-spacing: .16em;
opacity: .7;
}
.spr-size-chart-title strong {
font-size: 13px;
font-weight: 500;
letter-spacing: .02em;
}
/* TABLE WRAPPER */
.spr-size-table-wrap {
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
border-left: 1px solid #e2dfdb;
border-right: 1px solid #e2dfdb;
}
/* TABLE */
.spr-size-table {
width: 100%;
min-width: 500px;
border-collapse: collapse;
table-layout: fixed;
background: #ffffff;
}
/* HEADINGS */
.spr-size-table thead th {
padding: 9px 10px;
background: #f2efec;
border-right: 1px solid #dfdcd8;
border-bottom: 1px solid #dfdcd8;
font-size: 10px;
font-weight: 600;
line-height: 1.2;
letter-spacing: .03em;
color: #344A60;
text-align: center;
}
.spr-size-table thead th:first-child {
width: 15%;
}
.spr-size-table thead th:last-child {
border-right: 0;
}
/* BODY */
.spr-size-table td {
padding: 9px 10px;
border-right: 1px solid #e8e5e1;
border-bottom: 1px solid #e8e5e1;
font-size: 12px;
line-height: 1.2;
color: #686868;
text-align: center;
}
.spr-size-table td:first-child {
color: #344A60;
}
.spr-size-table td:last-child {
border-right: 0;
}
.spr-size-table tbody tr:nth-child(even) {
background: #faf9f7;
}
.spr-size-table tbody tr:hover {
background: #f5f2ee;
}
/* SIZE */
.spr-size-table td strong {
font-size: 12px;
font-weight: 600;
color: #344A60;
}
/* NOTE */
.spr-size-note {
padding: 7px 10px;
border:
1px solid #e2dfdb;
border-top: 0;
background: #ffffff;
font-size: 9px;
line-height: 1.3;
color: #8a837b;
text-align: right;
}
/* =========================================================
MOBILE
========================================================= */
@media (max-width: 600px) {
.spr-size-chart-title {
padding: 9px 11px;
}
.spr-size-table {
min-width: 440px;
}
.spr-size-table thead th {
padding: 8px 7px;
font-size: 9px;
}
.spr-size-table td {
padding: 8px 7px;
font-size: 11px;
}
}