/* Do not edit anything below */
.size-guide-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 1.5rem + 1.5 * (100vw - 48rem) / 27, 3rem);
}
.size-guide-section .heading {
  color: #000;
  font-style: italic;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0;
  text-wrap: balance;
  font-family: Libre Baskerville, serif;
  font-size: clamp(1.5rem, 1.5rem + 1 * (100vw - 48rem) / 27, 2.5rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
.size-guide-section .description {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1rem, 1rem + 0.375 * (100vw - 48rem) / 27, 1.375rem);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  inline-size: 100%;
  max-inline-size: 41rem;
  margin: 0;
  text-wrap: pretty;
}
.size-guide-section .table-wrapper {
  background-color: #fff;
  inline-size: 100%;
  max-inline-size: 58.75rem;
  border: 0.0625rem solid #e9eaeb;
  border-radius: 0.75rem;
  box-shadow: 0 0.0625rem 0.125rem rgba(10, 13, 18, 0.06), 0 0.0625rem 0.1875rem rgba(10, 13, 18, 0.1);
  overflow: auto clip;
}
.size-guide-section .table {
  inline-size: 100%;
  min-inline-size: 37.5rem;
  border-collapse: collapse;
  table-layout: fixed;
}
.size-guide-section .table th,
.size-guide-section .table td {
  color: #535862;
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  text-align: start;
  vertical-align: middle;
  padding-block: 0.75rem;
  padding-inline: 1.5rem;
  border-block-end: 0.0625rem solid #e9eaeb;
}
.size-guide-section .table th {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  block-size: 2.75rem;
}
.size-guide-section .table td {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  block-size: 4.5rem;
  padding-block: 1rem;
}
.size-guide-section .table tbody tr:nth-child(odd) td {
  background-color: #fafafa;
}
.size-guide-section .caption {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.125rem, 1.125rem + 0.25 * (100vw - 48rem) / 27, 1.375rem);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  text-wrap: pretty;
}