<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 545:79 Unexpected "nth-child("
Line 592:78 Unexpected "nth-child("
Line 592:96 Unexpected "nth-child("

**/
.product-linked__item.two-color  {
    display: flex;
    margin: 1.5px;
    min-width: 20px;
    min-height: 20px;
}

.product-linked__item.two-color &gt; span {
    width: 50%;
    border-radius: 0;
}

.product-linked__item.product-linked__item--active.two-color {
    padding: 1px;
    border-color: #fff;
    outline: 1px solid #353332;
}

.product-linked__item {

}

.size-chart-popup {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: opacity .2s,visibility 0s;
  -webkit-transition: opacity .2s,visibility 0s;
  -moz-transition: opacity .2s,visibility 0s;
  -ms-transition: opacity .2s,visibility 0s;
  -o-transition: opacity .2s,visibility 0s;
  background-color: rgba(0,0,0,.2);
  display: flex;
  align-items: center;
  transition: visibility .25s ease;
}

.size-chart-popup table:not([class]) td, .size-chart-popup table:not([class]) th {
  border-width: 1px;
}

.size-chart-popup[open] {
  visibility: visible;
  opacity: 1;
  z-index: 101;
}

.size-chart-popup div[role="dialog"] {
  background: #fff;
  box-shadow: 0 0 24px 2px rgb(0 0 0 / 12%);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  max-height: 100%;
  min-height: 280px;
  margin: auto;
  padding: 48px 0 46px;
  left: 0;
  position: absolute;
  right: 0;
}

.size-chart-popup div[role="dialog"] .wrapper-tabcontent, .size-chart-popup .size-chart-popup-text {
  padding-left: 32px;
  padding-right: 32px;
}

.size-chart-popup-content {
  overflow-y: auto;
  scrollbar-width: thin;
}

.size-chart-popup-content::-webkit-scrollbar {
  width: 6px;
  border: 1px solid #d5d5d5;
}

.size-chart-popup-content::-webkit-scrollbar-track {
  border-radius: 0;
  background: #eeeeee;
}

.size-chart-popup-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #b0b0b0;
}

.size-chart-popup-content .size-chart-popup-title {
  padding-left: 32px;
  padding-right: 32px;
}

.size-chart-popup-close {
  background: transparent;
  border: none;
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 10px;
  cursor: pointer;
}

.size-chart-popup-close .icon {
  width: 14px;
  height: 14px;
  color: #353332;
}

.size-chart-popup-close .icon svg {
  color: #353332;
}

/* Tab Links */

.tabs {
  display:flex;
  justify-content: center;
  position: relative;
  z-index: 3;
  padding-left: 32px;
  padding-right: 32px;
}

.tablinks {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 20px;
  border: 1px solid #E4E4E4;
  background: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #737373;
  transition: 0.2s ease;
  min-width: 124px;
}

.tablinks.active {
  border: 1px solid #1C1714;
  color: #1C1714;
}

.wrapper-tabcontent {
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.tabcontent {
  display: none;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-width: none;
}

.tabcontent::-webkit-scrollbar:horizontal{
  background: transparent;
  border-color: transparent;
  width: 0;
}

.tabcontent::-webkit-scrollbar-thumb:horizontal{
  background: transparent;
  border-color: transparent;
  width: 0;
}

.tabcontent::-webkit-scrollbar {
  border-color: transparent;
  width: 0;
}

.tabcontent #slide-right, .tabcontent #slide-left {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  background: #1C1714;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  opacity: .5;
}

.tabcontent #slide-right {
  right: 12px;
}

.tabcontent #slide-left {
  left: 83px;
  display: none;
}

.tabcontent #slide-right:hover, .tabcontent #slide-right:focus, .tabcontent #slide-left:hover, .tabcontent #slide-left:focus {
  opacity: 1;
}

.tabcontent #slide-right svg, .tabcontent #slide-left svg {
  margin: auto;
}

.tabcontent #slide-left svg {
  transform: rotate(180deg);
}

.tabcontent.tab-type-2 {
  margin-top: -30px;
}

.tabcontent table {
  margin-left: auto;
  margin-right: auto;
}

.tabcontent.active {
  display: block;
}

/* Tab Links */

fieldset.product-form__input .form__label, .btn-size-chart {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

fieldset.product-form__input .form__label {
  width: 100%;
}

fieldset.product-form__input .form__label:after {
  content: '';
  display: block;
  clear: both;
}

fieldset.product-form__input .form__label &gt; span {
  padding-right: 10px;
}

.btn-size-chart {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #737373;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  float: right;
}

.size-chart-popup-title h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.25px;
  color: #1C1714;
  margin: 0 0 25px;
  text-align: center;
  text-transform: initial;
  font-family: var(--font-body-family);
}

.size-chart-popup-content h3, .size-chart-popup-content h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1C1714;
  text-transform: initial;
  margin: 0 0 8px;
  font-family: var(--font-body-family);
}

.size-chart-popup-content p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #1C1714;
  margin: 0 0 11px;
}

.size-chart-popup-content p a {
  font-weight: 300;
  text-decoration: underline;
}

.size-chart-popup-content a {
  color: #1C1714;
}

.size-chart-popup-content img {
  width: 100%;
}

.size-chart-popup-content p:last-child {
  margin-bottom: 0;
}

.size-chart-popup-content table {
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: unset;
  border-spacing: initial;
}

.size-chart-popup-content table:last-child {
  margin-bottom: 0;
}

.size-chart-popup-content table th {
  text-align: center;
}

.size-chart-popup-content table td {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #1C1714;
  text-align: center;
}

.size-chart-popup-content table td strong {
  font-weight: 400;
}

.size-chart-popup.type-1 .size-chart-popup-content table, .size-chart-popup.simple .size-chart-popup-content table {
  box-shadow: none;
  margin-top: 16px;
  border-style: initial;
}

.size-chart-popup.simple div[role="dialog"] {
  width: 100%;
  right: initial;
  left: 50%;
  transform: translateX(-50%);
}

.size-chart-popup.simple .size-chart-popup-content table {
  width: auto !important;
  min-width: 100%;
}

.size-chart-popup.simple table td, .size-chart-popup.simple table th {
  width: auto !important;
}

.size-chart-popup.simple .size-chart-popup-content {
  padding: 0 16px;
}

.size-chart-popup.type-1 .size-chart-popup-content table th, .size-chart-popup.simple .size-chart-popup-content table th {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #1C1714;
  color: #FFFFFF;
  background: #1C1714;
  letter-spacing: normal;
  border-color: #1C1714;
  padding: 16px 14px 14px;
}

.size-chart-popup.type-1 .size-chart-popup-content table th strong, .size-chart-popup.simple .size-chart-popup-content table th strong {
  font-weight: 600;
}

.size-chart-popup.type-1 .size-chart-popup-content table thead ~ tbody td, .size-chart-popup.simple .size-chart-popup-content table thead ~ tbody td {
  border: none;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.2);
  padding: 16px 14px 15px;
}

.size-chart-popup-content table td {
  background: #fff;
}

.size-chart-popup-content table td.highlight {
  background: #F8F8F8;
  border-color: #E4E4E4;
}

.size-chart-popup-content table td.hover-cell, .size-chart-popup-content table td.highlight.hover-cell {
  background-color: rgba(252, 250, 241, 1)
}

.size-chart-popup.type-1 .tablinks, .size-chart-popup.simple .tablinks {
  position: relative;
}

.size-chart-popup.type-1 .tablinks.active:before, .size-chart-popup.simple .tablinks.active:before {
  content: '';
  width: 100%;
  border-bottom: 3px;
  position: absolute;
  bottom: -1px;
  height: 3px;
  left: 0;
  right: 0;
  background: #1C1714;
}

.size-chart-popup.type-2 .size-chart-popup-title h2 {
  margin: 0px 0 18px;
}

.size-chart-popup.type-2 .tablinks {
  border: none;
  border-bottom: 2px solid transparent;
  padding: 8px 0 6px;
  margin: 0 16px;
  min-width: auto;
  position: relative;
  z-index: 3;
}

.size-chart-popup.type-2 .tablinks.active {
  border: none;
  border-bottom: 2px solid #1C1714;
}

.size-chart-popup.type-2 .size-chart-popup-content table {
  box-shadow: none;
  border-style: initial;
  overflow: auto;
  border-collapse: collapse;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr td {
  text-align: center;
  border-color: #E4E4E4;
  padding: 12.5px 6px;
  min-width: 56px;
  border-width: 1px;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr:hover td {
  background: rgba(252, 250, 241, 1);
}

.size-chart-popup.type-2 .size-chart-popup-content table tr:hover td:nth-child(1), .size-chart-popup.type-2 .size-chart-popup-content table tr:hover td:nth-child(2) {
  background: #fff;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr td:hover {
  border-color: #E4E4E4;
  z-index: 0;
  position: relative;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr td:first-child:hover:before, .size-chart-popup.type-2 .size-chart-popup-content table tr td:nth-child(2):hover:before, .size-chart-popup.type-2 .size-chart-popup-content table tr:last-child td:hover:before, .size-chart-popup.type-2 .size-chart-popup-content table tr td:first-child:hover:after, .size-chart-popup.type-2 .size-chart-popup-content table tr td:nth-child(2):hover:after, .size-chart-popup.type-2 .size-chart-popup-content table tr:last-child td:hover:after {
  content: none;
  background: #fff;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr:last-child td, .size-chart-popup.type-2 .size-chart-popup-content table tr:last-child:hover td {
  background: #fff;
}

td, th, table tbody {
  position: relative;
  z-index: 1;
}

table tbody {
  overflow: hidden;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr:nth-child(1) td:hover:after, .size-chart-popup.type-2 .size-chart-popup-content table tr:nth-child(2) td:hover:after {
  display: none;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr:nth-child(1) td, .size-chart-popup.type-2 .size-chart-popup-content table tr:nth-child(2) td {
  z-index: 3;
  position: relative;
  background: #fff;
  pointer-events: none;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr td:first-child {
  border-bottom: none;
  border-top: none;
  border-left: none;
  width: 44px;
  min-width: auto;
  padding-left: 6px;
  padding-right: 15px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 50;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr td:nth-child(2) {
  border: none;
  border-width: 0;
  width: 15px;
  padding: 0 7px;
  min-width: auto;
  background: #fff;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr:first-child td {
  padding-top: 0;
  padding-bottom: 15px;
  font-weight: 400;
  border: none;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr:first-child td:not(nth-child(1)) {
  border: none;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr:first-child td:first-child {
  border-right: 1px solid #E4E4E4;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr:nth-child(2) td {
  border: none;
  border-top: 2px solid #E4E4E4;
  height: 16px;
  padding: 0;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr:nth-child(2) td:first-child {
  border-right: 1px solid #E4E4E4;
  border-top: none;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr:nth-child(2) td:nth-child(2) {
  border-top: none;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr:last-child td {
  border: none;
  border-bottom: 1px solid #E4E4E4;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr:last-child td:first-child {
  border-bottom: none;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr:last-child td:first-child:after {
  content: '';
  position: absolute;
  background: #fff;
  top: 0px;
  left: -1px;
  bottom: -2px;
  right: 0;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr:last-child td:nth-child(2) {
  border-bottom: none;
}

.size-chart-popup.type-2 .size-chart-popup-content table tr:last-child td:not(nth-child(1)):not(nth-child(2)) {
  border-bottom: 1px solid #E4E4E4;
}

@media (min-width: 768px) {
  .size-chart-popup div[role="dialog"] {
    width: 696px;
    min-width: 490px;
    max-height: 90%;
  }

  .size-chart-popup.simple div[role="dialog"] {
    width: auto;
    max-width: 90%;
  }

  .size-chart-popup.simple .size-chart-popup-content {
    padding: 0 32px;
  }

  .size-chart-popup.type-2 div[role="dialog"] {
    width: 981px;
    padding-bottom: 5px;
  }

  .size-chart-popup.type-2 div[role="dialog"] .wrapper-tabcontent {
    padding-left: 42px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .size-chart-popup div[role="dialog"] {
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
  }
}

@media (max-width: 767px) {
  .size-chart-popup div[role="dialog"] {
    padding: 56px 0 16px;
    height: 100%;
  }

  .size-chart-popup div[role="dialog"] .wrapper-tabcontent {
    padding-left: 16px;
    padding-right: 16px;
  }

  .size-chart-popup.type-2 div[role="dialog"] {
    padding-bottom: 10px;
  }

  .size-chart-popup div[role="dialog"] .wrapper-tabcontent, .tabs, .size-chart-popup .size-chart-popup-text {
    padding-left: 16px;
    padding-right: 16px;
  }

  .size-chart-popup-close {
    top: 15px;
    right: 15px;
  }

  .size-chart-popup-title h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .size-chart-popup-content table {
    width: auto !important;
  }

  .size-chart-popup.type-1 .size-chart-popup-title h2, .size-chart-popup.simple .size-chart-popup-title h2 {
    margin-bottom: 22px;
  }

  .size-chart-popup.type-1 .wrapper-tabcontent, .size-chart-popup.simple .wrapper-tabcontent {
    margin-bottom: 25px;
  }

  .size-chart-popup.type-1 .size-chart-popup-content table thead ~ tbody td, .size-chart-popup.simple .size-chart-popup-content table thead ~ tbody td {
    padding: 17px 14px 14px;
  }

  .size-chart-popup.type-2 .size-chart-popup-content table tr td {
    padding: 12.5px 6px;
    min-width: 37px;
  }

  .tabcontent #slide-right {
    right: 0;
  }

  .tabcontent #slide-left {
    left: 0;
  }
}

/*# sourceMappingURL=section-size-chart-popup.css.map*/</pre></body></html>