/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 299:0 Unexpected "<"

**/
<style>
  .section-1 {
    width: 100%;

    max-width: 985px;
    margin: 0 auto;
  }

  .section-2 {
    width: 100%;
    max-width: 1125px;
    margin: 5rem auto;
  }

  .section-1 h1 {
    /* font-family: nimbus-sans, sans-serif !important; */
    font-weight: 800;
    letter-spacing: 0.2em;
    text-align: center;
    margin: 3em auto 0;
  }

  h2.size-chart-heading {
    /* font-family: nimbus-sans, sans-serif !important; */
    font-weight: 800 !important;
    letter-spacing: 0.2em !important;
    text-align: center;
    margin: 2em 0;
    font-size: 1.25em !important;
  }

  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .three-col,
    .measurements,
    .divider-quarternary + .table {
      padding-left: 60px !important;
      padding-right: 60px !important;
    }

    .section-1 h1 {
      font-size: 2em !important;
    }

    .clothing-box .custom-card-title {
      padding: 0 8px;
      font-size: 1.35vw !important;
    }
  }

  @media screen and (max-width: 768px) {
    .section-1 h1,
    .three-col h2,
    .measurements h3 {
      font-size: 1.35em !important;
    }

    .three-col {
      flex-wrap: wrap !important;
      flex-direction: column !important;
    }

    .three-col div:nth-child(2) {
      margin: 1.25em 0;
    }

    .styles-row {
      display: block !important;
      padding: 0 1em !important;
    }

    .clothing-box {
      flex-basis: 48% !important;
      margin-bottom: 3em;
    }

    .styles-row .clothing-box .custom-card-title {
      font-size: 4.5vw !important;
    }

    .measurements {
      flex-wrap: wrap;
      flex-direction: column;
    }

    .measurements div:nth-child(2) {
      margin: 1.25em 0;
    }

    .measurements > div > div {
      flex-basis: 80%;
    }

    .measurements > div > img {
      flex-basis: 20%;
    }

    .section-2 h2 {
      margin: 0 !important;
    }
  }
  .measurements,
  .divider-quarternary + .table {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .section-2 h2 {
    font-family: nimbus-sans, sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: 0.2em !important;
    text-align: center;
    margin: 2em 0 0;
    font-size: 1.25em !important;
  }

  hr {
    border: 0.5px solid #7f7f7f !important;
  }

  .divider {
    margin: 60px 0 35px;
    width: auto;
  }

  .divider-secondary {
    margin: 45px 0 60px;
  }

  .divider-tertiary {
    margin: 50px 0 35px;
    width: 985px;
    margin-left: auto;
    margin-right: auto;
  }

  .divider-quarternary {
    margin: 2em 0 0;
    width: 985px;
    margin-left: auto;
    margin-right: auto;
  }

  .three-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10px 20px 0 !important;
  }

  .three-col div {
    flex-basis: 28.6333%;
  }

  .three-col h2 {
    font-family: nimbus-sans, sans-serif !important;
    font-size: 1.5em !important;
    font-weight: 800 !important;
    letter-spacing: 0.2em !important;
  }

  .three-col p {
    letter-spacing: 0.15em;
  }

  .styles-row {
    display: flex;
    justify-content: space-between;
  }

  .clothing-box {
    border: 1px solid #7f7f7f;
    padding: 1em;
    position: relative;
    flex-basis: 18.5%;
    display: flex
;
    flex-direction: column;
  }
  .clothing-box .custom-card-title {
    position: absolute;
    top: -0.6em;
    padding: 0 20px;
    font-family: nimbus-sans, sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: 0.2em !important;
    display: inline-block;
    background: #fff;
    font-size: 0.9rem !important;
  }

  .clothing-box .longer-heading {
    top: -1.5em;
  }

  .clothing-box ul {
    list-style: circle !important;
    margin-top: 1em !important;
  }

  .clothing-box li {
    letter-spacing: 0.15em;
    font-size: 0.8em;
    margin: 0 !important;
    line-height: 1.5em;
  }

  .measurements {
    width: 100%;
    max-width: 1125px;
    margin: 3em auto;
    display: flex;
    justify-content: space-between;
  }

  .measurements > div {
    display: flex;
    flex-basis: 29%;
  }

  .measurements h3 {
    font-size: 1.4em !important;
    font-family: nimbus-sans, sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: 0.2em !important;
  }

  .measurements p {
    margin: 1em 0;
    /* font-size: 1.1em; */
    letter-spacing: 0.15em;
    max-width: 87%;
  }

  .measurements img {
    width: 7.5vw;
  }

  .lum--page--title {
    display: none !important;
  }

  .table-wrap {
    overflow-x: scroll;
  }

  .table {
    max-width: 1125px !important;
    width: 100%;
    background: #fff;
    margin: 0 auto;
  }
  .table tr th {
    width: 25%;
  }
  .table tr,
  .table td {
    text-align: center;
  }
  .table thead.thead-primary {
    background: #e7e8ea;
  }
  .table .thead-primary th {
    border: none;
    padding: 20px 30px;
    color: #454546;
    font-size: 1em;
    font-family: nimbus-sans, sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase;
  }
  .table tbody tr {
    margin-bottom: 10px;
  }
  .table tbody th,
  .table tbody td {
    border: none;
    padding: 20px 30px;
    border-bottom: 3px solid #f8f9fd;
    font-size: 1em;
  }

  .custom-card-button {
    height: 100%;
    align-items: flex-end;
    margin-top: 1rem;
  }

  .custom-card-title {
    text-transform: uppercase;
  }
</style>