/** Shopify CDN: Minification failed

Line 448:3 Expected "}" to go with "{"

**/
.overflow-hidden {
  overflow: hidden;
}
.product-li:first-of-type {
  display: none;
}
.product-li > .product-image {
  display: block;
}
.product-info-container {
  padding: 44px 16px 0;
}
.product-title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  text-transform: capitalize;
}
.product-description {
  position: relative;
  padding: 36px 0;
  text-align: center;
}
.product-description * {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #999;
  overflow-x: auto;
}

.size-guide-container {
  transition: box-shadow 0.4s ease-in
  , background-color 0.4s ease-in;
  z-index: -1;
}

.size-guide-active .size-guide-container {
  position: fixed;
  top: 50vh;
  left: 0;
  transform: translateY(-50%);
  width: 100vw;
  min-height: 300px;
  -webkit-box-shadow: 0 0 0 50vh rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0 50vh rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 50vh rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 2;
}
.size-guide {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 300px;
  border: 64px solid #fff !important;
  border-right-width: 16px !important;
  border-left-width: 16px !important;
  border-collapse: collapse;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease-in;
}
.size-guide-active .size-guide {
  visibility: visible;
  opacity: 1;
}
.size-guide > tbody {
  -webkit-box-shadow: 0 0 0 1px#999;
  -moz-box-shadow: 0 0 0 1px#999;
  box-shadow: 0 0 0 1px#999;
  outline: 50px solid #fff;
}
.size-guide tr {
  border-top: 1px solid#999;
}
.size-guide td {
  padding: 2px 8px;
  border: 1px solid#999!important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.size-guide-button {
  display: block;
  margin: 0 0 6px auto;
  padding: 6px 0 6px 6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #999;
}
.size-guide-button.hidden,
.size-guide-active .size-guide-button {
  visibility: hidden;
}
.size-guide-button:hover {
  text-decoration: underline;
}
.product-wrap > .burger {
  display: none;
  position: fixed;
  width: 27px;
  height: auto;
  transform: translateX(3px);
  z-index: 3;
}
.size-guide-active .size-guide-close {
  display: block;
}

.product-options-container > fieldset {
  display: none;
}
.sizes-details {
  max-width: 500px;
  min-height: 60px;
  margin: auto;
  outline: 1px solid#2e2e2e;
}
.sizes-details::-webkit-details-marker {
  display: none;
}
.size-guide-active .sizes-details {
  margin-top: 6px;
}
.sizes-details[open] > summary {
  display: none;
}
.sizes-details:not([open]) > summary::after {
  content: attr(data-close);
}
.sizes-details-summary {
  min-height: 60px;
  font-size: 12px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  letter-spacing: 1px;
  list-style: none;
  transform: translateY(1px);
}
.product-fieldset {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border: 0;
}
.product-fieldset.type-1 {
  flex-direction: column;
  align-items: center;
  padding: 8px 0 2px;
}
.product-fieldset-legend {
  display: none;
}
.product-radio-label {
  margin: 4px 10px;
  padding: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
}
.product-radio-label:hover {
  text-decoration: underline;
}
.product-radio-input {
  display: none;
}
.product-radio-input:checked + .product-radio-label {
  color: #999;
}

.add-to-cart {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 60px;
  margin: 38px auto;
  border: 1px solid transparent;
  background-color: #2e2e2e;
}
.add-to-cart > .cart-svg {
  margin: 0 1% 0 2%;
  color: #fff;
}
.add-to-cart > span {
  font-size: 12px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
}
.product-prices {
  margin: 0 16px 0 auto;
}
.product-prices > span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
}

.extra-info-wrap > .burger {
  display: none;
}
.extra-info-buttons-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.extra-info-button {
  width: 33%;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}
.extra-info-button:disabled {
  color: #999;
}
.extra-info-button:first-of-type {
  text-align: left;
}
.extra-info-button:last-of-type {
  text-align: right;
}
.extra-info-content-container {
  display: flex;
  padding-bottom: 24px;
  transform: translateX(0);
  transition: transform 0.2s ease-in
  , height 0.2s ease-in;
}
.extra-info-overlay {
  display: none;
}
.extra-info-content {
  flex: 0 0 auto;
  width: 100%;
  margin-right: 16px;
}
.extra-info-content * {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}
.extra-info-content br {
  margin-bottom: 20px;
}
.extra-info-content > .metafield-rich_text_field {
  padding-bottom: 20px;
}

.product-ul {
  border-bottom: 1px solid#2e2e2e;
}
.zoom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  z-index: 4;
}
.zoom > img {
  min-height: 100vh;
  object-fit: cover;
}
.zoom-close.burger {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: scale(2);
}
.zoom-close > .burger-bar {
  height: 1px;
}
.zoom-close.burger.active > .burger-bar-1 {
  transform: translateY(0px) rotate(45deg);
}

@media (min-width: 1025px) {
  .product-wrap {
    display: flex;
    flex-direction: row-reverse;
  }
  .mobile-first-product-image {
    display: none;
  }

  .product-ul {
    width: 56%;
  }
  .product-li:first-of-type {
    display: block;
  }

  .product-info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: sticky;
    top: 0;
    width: 44%;
    height: 100vh;
    padding: 0 9.5%;
  }
  .product-title {
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.5px;
  }
  .product-description {
    padding: 35px 0 50px;
  }
  .product-description > * {
    line-height: 18px;
    text-align: left;
  }
  .product-options-container > fieldset {
    display: block;
  }
  .product-options-container > fieldset:first-of-type {
    padding-bottom: 32px;
    border-bottom: 1px solid #ddd;
  }
  .product-options-container > fieldset:nth-of-type(2) {
    margin-top: -8px;
    padding-top: 0;
  }
  .product-fieldset-legend {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #121212bf;
  }
  .product-radio-label {
    margin-left: 0;
    padding-left: 0;
    font-size: 11px;
  }
  .sizes-details {
    display: none;
  }
  .size-guide-button {
    transform: translateY(19px)
  }
  .add-to-cart {
    margin-top: 62px;
    transition: background-color 0.2s ease-in
    , border 0.2s ease-in;
  }
  .add-to-cart:hover {
    background-color: #fff;
    border-color: #2e2e2e;
  }
  .add-to-cart span,
  .add-to-cart .cart-svg {
    transition: color 0.2s ease-in;
  }
  .add-to-cart:hover span,
  .add-to-cart:hover .cart-svg {
    color: #2e2e2e;
  }

  .extra-info-wrap {
    display: flex;
    align-items: flex-end;
    flex: 1;
  }
  .extra-info-wrap > .burger.active {
    display: block;
    position: absolute;
    top: 0;
    right: 9.5%;
    width: 40px;
    height: 40px;
    transform: translate(calc(100% - 6px), -100%);
    transition: top 0.2s ease-out;
  }
  .extra-info-buttons-container {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 0;
    z-index: 3;
  }
  .extra-info-button {
    width: auto;
    padding: 6px 0;
    font-size: 12px;
  }
  .extra-info-button:nth-of-type(2) {
    padding: 8px;
  }
  .extra-info-button:hover {
    text-decoration: underline;
  }

  .extra-info-content-container {
    position: absolute;
    top: 0;
    left: 100vw;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .extra-info-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .extra-info-content {
    margin-right: 0;
  }
  .extra-info-content > .metafield-rich_text_field {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding: 0 9.5%;
    background-color: #fff;
    transition: transform 0.4s ease-in;
  }