.c-product-tabs {
  margin-top: 48px;
}
.c-product-tabs__nav {
  display: flex;
  /* border-bottom: 1px solid $color-light-grey; */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.c-product-tabs__nav::-webkit-scrollbar {
  display: none;
}
.c-product-tabs__btn {
  flex-shrink: 0;
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  padding: 20px;
  font-family: "Work Sans", sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: normal;
  color: #000000;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.c-product-tabs__btn.is-active {
  border-bottom-color: #4d4d4d;
}
.c-product-tabs__panel-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.c-product-tabs__panel {
  padding: 28px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 1em;
  line-height: 1.7;
  color: #000000;
  display: none;
}
.c-product-tabs__panel.is-active {
  display: block;
}
.c-product-tabs__panel p {
  margin: 0 0 12px;
}
.c-product-tabs__panel p:last-child {
  margin-bottom: 0;
}
.c-product-tabs__panel a {
  color: #000000;
  text-decoration: underline;
}
.c-product-tabs__panel a:hover {
  color: #4d4d4d;
}
.c-product-tabs__size-intro {
  color: #343434;
  font-family: "Work Sans", sans-serif;
  font-size: 1em;
  margin-bottom: 40px;
}
.c-product-tabs__size-intro p {
  margin: 0 0 8px;
}
.c-product-tabs__size-intro p:last-child {
  margin-bottom: 0;
}
.c-product-tabs__size-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Work Sans", sans-serif;
}
.c-product-tabs__size-table th:first-child,
.c-product-tabs__size-table td:first-child {
  width: 100%;
}
.c-product-tabs__size-table th:last-child,
.c-product-tabs__size-table td:last-child {
  width: 1%;
  white-space: nowrap;
}
.c-product-tabs__size-table th,
.c-product-tabs__size-table td {
  font-size: 1.125em;
  line-height: 1;
  padding: 20px 16px;
  text-align: left;
}
.c-product-tabs__size-table th {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: normal;
  font-size: 0.875em;
  color: #7a7a7a;
  background-color: #ffffff;
}
.c-product-tabs__size-table th:first-child {
  color: #000000;
}
.c-product-tabs__size-table td:first-child {
  font-weight: 700;
}
.c-product-tabs__size-table tbody tr:nth-child(odd) td {
  background-color: #fafafa;
}
.c-product-tabs__size-table tbody tr:nth-child(even) td {
  background-color: #ffffff;
}

/*# sourceMappingURL=product-tabs.css.map */
