.product-form__label-row {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.product-form__input--has-size-chart.column .product-form__label-row {
  width: 100%;
}
.size-chart-trigger {
  appearance: none;
  background: transparent;
  border: 0;
  color: #a67450;
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit;
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.size-chart-trigger:focus-visible,
.size-chart_heading button:focus-visible,
.size-chart-tab button:focus-visible,
.size-chart-check button:focus-visible,
.size-chart_close-btn button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.size-chart-drawer {
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(var(--color-mask), 0.5);
    transition: visibility 200ms ease;
    visibility: hidden;
}
.size-chart-drawer.active {
    visibility: visible;
}
.size-chart-container {
  height: min(630px, calc(100vh - 40px));
  width: min(830px, calc(100vw - 40px));
}
@media screen and (max-width: 750px){
  .size-chart-container {
    height: 100%;
    width: 100%;
  }
  .size-chart-trigger {
    font-size: 12px;
  }
}
.size-chart_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}
.size-chart_body {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
}
.size-chart_inner {
    height: 100%;
    overflow: hidden;
    transform: translateY(100%);
    transition: transform 200ms ease;
    display: flex;
    flex-direction: column;
    background-color: rgb(var(--color-page-background));
    flex: 1;
}
.size-chart-drawer.active .size-chart_inner {
    transform: translateY(0);
}
.size-chart_inner-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.size-chart_header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 0;
}
.size-chart_heading {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.size-chart_heading button {
  appearance: none;
  background: transparent;
  border: 0;
  flex: 1 1 100%;
  color: #797979;
  cursor: pointer;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  margin: 0;
  padding: 0 0 7px;
  position: relative;
  border-bottom: 1px solid #E6E6E6;
}
.size-chart_heading button.is--open {
  color: #000000;
}
.size-chart_heading button:after {
  position: absolute;
  content: '';
  display: block;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #000000;
  height: 0;
  z-index: 1;
  transition: height 0.3s ease;
}
.size-chart_heading button.is--open:after {
  height: 2px;
}

.size-chart-tab,
.size-chart-check {
  align-items: center;
  display: flex;
}
.size-chart-tab {
  gap: 32px;
  margin-top: 24px;
}
.size-chart-tab button,
.size-chart-check button,
.size-chart_close-btn button {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
}
.size-chart-tab button {
  border-bottom: 2px solid transparent;
  padding: 0 0 8px;
}
.size-chart-tab button.active {
  border-bottom-color: currentColor;
}
.size-chart-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 18px 0 12px;
}
.size-chart-check {
  gap: 24px;
}
.size-chart-check .check-box {
  opacity: 0.6;
  padding: 0;
}
.size-chart-check .check-box.active {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.size_chart_tab_item,
.tab_item_event {
  display: none;
}
.size_chart_tab_item.active,
.tab_item_event.active {
  display: block;
}
.table-scroll-class {
  max-width: 100%;
  overflow-x: auto;
}
.size-chart-table .table {
  border-collapse: collapse;
  min-width: 100%;
  width: max-content;
}
.size-chart-table .table th,
.size-chart-table .table td {
  border: 1px solid rgba(var(--color-text), 0.15);
  padding: 8px 12px;
  text-align: center;
}

.size-chart_content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px;
}
.size-chart_content .size-chart-list {
    width: 100%;
}
.size-chart_content .size-chart-item {
    display: none;
    /*padding-bottom: 30px;*/
}
.size-chart_content .size-chart-item.is--open {
    display: block;
}
.size-chart-item .size-guide_tab-content {
    margin-top: 15px;
}
.size-chart-item .size-guide-table-item {
    margin-bottom: 20px;
}
.size-chart-item .size-guide-table-item:last-child {
    margin-bottom: 0;
}
.size-chart-item .tab-content-item {
    display: none;
}
.size-chart-item .tab-content-item.is--open {
    display: block;
}
.size-chart-item-inner img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}

.size-chart_header_title {
  text-transform: uppercase;
}
@media screen and (min-width: 751px){
  .size-chart_header_title {
    padding: 24px 0 0;
    text-align: center;
    text-transform: uppercase;
  }
  .size-chart_header_title h5 {
    --title5-font-size: 26px;
  }
  .size-chart_close-btn {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 28px;
    height: 28px;
  }
  .size-chart_close-btn button {
    height: 100%;
    padding: 8px;
    width: 100%;
  }
}
@media screen and (max-width: 750px){
  .size-chart_header_title {
    padding: 22px 15px;
    font-weight: 500;
  }
  .size-chart_header_title h5 {
    --title5-font-size: 21px;
  }
  .size-chart_close-btn {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 11px;
    right: 15px;
  }
  .size-chart_close-btn button {
    height: 100%;
    padding: 2px;
    width: 100%;
  }
  .size-chart_header {
    padding: 0px 15px 0;
  }
  .size-chart_heading button {
    font-size: 16px;
  }
  .size-chart_content {
    padding: 30px 15px 30px;
    height: calc(100% - 114px);
  }
  .size-chart-title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 22px;
  }
  .size-chart-desc {
    font-size: 12px;
    line-height: 16px;
  }
  .size-chart-tab {
    font-size: 14px;
    line-height: 18px;
    gap: 25px;
  }
  .chart-tab {
    padding-bottom: 7px;
  }
  .size-chart-header {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .size-chart-header .check-box {
    line-height: 22px;
    padding-left: 23px;
  }
  .size-chart-header .size-chart-check {
    gap: 20px;
  }
  .size-chart-header .check-box:before {
    width: 18px;
    height: 18px;
  }
  .size-chart-header .check-box:after {
    width: 10px;
    height: 10px;
  }
  .size_chart_tab_item .table tr {
    height: 32px;
  }
  .size_chart_tab_item .table {
    font-size: 12px;
  }
  .size-chart_inner-wrapper {
    padding-bottom: 30px;
    overflow: auto;
  }
}
