.hoo__size-chart__open {
  margin-bottom: 32px;
}

.hoo__size-chart__open a {
  color: #000;
	text-transform: uppercase;
}

.hoo__size-chart__overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  background: rgb(0 0 0 / 0.45);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.hoo__size-chart__overlay.active {
  visibility: visible;
  opacity: 1;
}

.hoo__size-chart {
  position: relative;
  padding: 64px 16px 16px 16px;
  border-radius: 5px;
  background: rgb(255 255 255 / 1);
}

.hoo__size-chart__close {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 10000;
  transform: translate(50%, -50%);
}

.hoo__size-chart table {
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  border-collapse: collapse;
	margin: 0;
}

.hoo__size-chart th,
.hoo__size-chart td {
  border: 1px solid rgba(0 0 0 / 0.08);
  padding: 8px;
  text-align: center;
}

.hoo__size-chart tr th:first-child,
.hoo__size-chart tr td:first-child {
  border-left: none;
}

.hoo__size-chart tr th:last-child,
.hoo__size-chart tr td:last-child {
  border-right: none;
}

.hoo__size-chart thead tr:first-child th {
  border-top: none;
}

.hoo__size-chart tbody tr:last-child td {
  border-bottom: none;
}

.hoo__size-chart th,
.hoo__size-chart td:first-child {
  font-weight: 500;
}
