/** Shopify CDN: Minification failed

Line 479:0 Unexpected "}"

**/
variant-selects {
  display: block;
}

.product--no-media .product-form__input--pill,
.product--no-media .product-form__input--swatch,
.product--no-media .product-form__input--dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form__input.product-form__input--pill,
.product--no-media .product-form__input.product-form__input--swatch {
  flex-wrap: wrap;
  margin: 0 auto 1.2rem auto;
}

.product--no-media .product-form__input--dropdown {
  flex-direction: column;
  max-width: 100%;
}

:is(.product-form__input--pill, .product-form__input--swatch) .form__label {
  margin-bottom: 0.2rem;
}

.product-form__input input[type='radio'] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.product-form__input input[type='radio']:not(.disabled):not(.visually-disabled) + label > .label-unavailable {
  display: none;
}

.product-form__input--dropdown {
  --swatch-input--size: 2rem;
  margin-bottom: 1.6rem;
}

.product-form__input--dropdown .dropdown-swatch + select {
  padding-left: calc(2.4rem + var(--swatch-input--size));
}

.product-form__input--dropdown .dropdown-swatch {
  position: absolute;
  left: 1.6rem;
  top: calc(50% - var(--swatch-input--size) / 2);
  width: var(--swatch-input--size);
  height: var(--swatch-input--size);
  z-index: 1;
}

/* RSP custom styles for Style and Size pills */

.product-form__input--pill {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}

.product-form__input--pill .form__label {
  width: 100%;
  margin: 0 0 0.4rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.product-form__input--pill input[type='radio'] + label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  margin: 0;
  padding: 0.75rem 1.3rem;
  border: 1px solid rgba(var(--color-foreground), 0.28);
  border-radius: 0.8rem;
  background: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition:
    border-color 0.15s ease,
    background-color 0.15s ease,
    box-shadow 0.15s ease;
}

.product-form__input--pill input[type='radio'] + label::before {
  content: none;
}

.product-form__input--pill input[type='radio'] + label:hover {
  border-color: rgba(var(--color-foreground), 0.7);
}

.product-form__input--pill input[type='radio']:checked + label {
  background: rgba(var(--color-foreground), 0.06);
  color: rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
  box-shadow:
    inset 0 0 0 1px rgb(var(--color-background)),
    inset 0 0 0 2px rgb(var(--color-foreground));
}

.product-form__input--pill input[type='radio']:disabled + label,
.product-form__input--pill input[type='radio'].disabled + label {
  opacity: 0.45;
  color: rgba(var(--color-foreground), 0.7);
  text-decoration: line-through;
  background: rgba(var(--color-foreground), 0.03);
}

.product-form__input--pill input[type='radio']:focus-visible + label,
.product-form__input--pill input[type='radio'].focused + label {
  outline: 2px solid rgba(var(--color-foreground), 0.65);
  outline-offset: 2px;
}

@media screen and (max-width: 749px) {
  .product-form__input--pill input[type='radio'] + label {
    min-width: 8rem;
    padding: 0.65rem 1rem;
  }
}

/* RSP custom styles for Color swatches */

.product-form__input--swatch {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.8rem;
}

.product-form__input--swatch .form__label {
  width: 100%;
  margin: 0 0 0.4rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.product-form__input--swatch .swatch-input__input + .swatch-input__label {
  --swatch-input--size: 4.4rem;

  margin: 0;
border-radius: 0.2rem;
  border: 1px solid rgba(var(--color-foreground), 0.22);
  box-shadow: none;
}
.product-form__input--swatch .swatch-input__label::before,
.product-form__input--swatch .swatch-input__label::after {
  border-radius: 0.2rem;
}
.product-form__input--swatch
  .swatch-input__input:checked
  + .swatch-input__label {
  border-color: rgb(var(--color-foreground));
  box-shadow:
    0 0 0 2px rgb(var(--color-background)),
    0 0 0 4px rgb(var(--color-foreground));
}

.product-form__input--swatch
  .swatch-input__input:not(:checked)
  + .swatch-input__label:hover {
  border-color: rgba(var(--color-foreground), 0.65);
}

.product-form__input--swatch
  .swatch-input__input:disabled
  + .swatch-input__label,
.product-form__input--swatch
  .swatch-input__input.disabled
  + .swatch-input__label {
  opacity: 0.4;
}

@media screen and (min-width: 750px) {
  .product-form__input--swatch .swatch-input__input + .swatch-input__label {
    --swatch-input--size: 4rem;
  }
}

/* End RSP custom styles for Color swatches */
@media screen and (max-width: 749px) {
  .product__mobile-heading-row {
    position: relative;
    display: block;
  }

  .product__mobile-right {
    position: absolute;
    right: 0;
   bottom: -2.5rem;
  }

  .product__mobile-rating {
    margin: 0;
    white-space: nowrap;
  }
}.product__info-disclosure {
  border-top: 1px solid rgba(var(--color-foreground), 0.16);
  margin: 0;
}

.product__info-disclosure:last-of-type {
  border-bottom: 1px solid rgba(var(--color-foreground), 0.16);
}

.product__info-disclosure-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 0;
  cursor: pointer;
  list-style: none;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.product__info-disclosure-summary::-webkit-details-marker {
  display: none;
}

.product__info-disclosure-icon {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.2s ease;
}

.product__info-disclosure[open] .product__info-disclosure-icon {
  transform: rotate(45deg);
}

.product__info-disclosure-content {
  padding: 0 0 1.8rem;
}

.product__info-disclosure-content > :first-child {
  margin-top: 0;
}

.product__info-disclosure-content img {
  max-width: 100%;
  height: auto;
}.product__info-disclosure {
  margin: 0 0 .7rem;
  border: 1px solid rgba(var(--color-foreground), 0.16);
  border-radius: 0.8rem;
  overflow: hidden;
  background: rgb(var(--color-background));
}

.product__info-disclosure-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.4rem;
  cursor: pointer;
  list-style: none;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  background: rgba(var(--color-foreground), 0.025);
}

.product__info-disclosure-summary::-webkit-details-marker {
  display: none;
}

.product__info-disclosure[open] .product__info-disclosure-summary {
  border-bottom: 1px solid rgba(var(--color-foreground), 0.14);
  background: rgba(var(--color-foreground), 0.055);
}

.product__info-disclosure-icon {
  flex: 0 0 auto;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.product__info-disclosure[open] .product__info-disclosure-icon {
  font-size: 0;
}

.product__info-disclosure[open] .product__info-disclosure-icon::after {
  content: '×';
  font-size: 2rem;
}

.product__info-disclosure-content {
  padding: 1.6rem;
  background: rgb(var(--color-background));
}

.product__info-disclosure-content > :first-child {
  margin-top: 0;
}

.product__info-disclosure-content > :last-child {
  margin-bottom: 0;
}

.product__info-disclosure-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}.rsp-unisex-note {
  margin: .8rem 0 1rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(var(--color-foreground), 0.14);
  border-radius: 0.8rem;
  background: rgba(var(--color-foreground), 0.025);
}

.rsp-unisex-note__title {
  margin-bottom: 0.2rem;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.2;
}

.rsp-unisex-note__text {
  font-size: 1.18rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}@media screen and (max-width: 749px) {
  .product-form__quantity {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .product-form__quantity .quantity__label {
    margin-bottom: 0.35rem;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .product-form__quantity .quantity {
    width: 13.5rem;
    min-height: 4.6rem;
  }

  .product-form__quantity .quantity__button {
    width: 4.3rem;
  }

  .product-form__quantity .quantity__input {
    font-size: 1.35rem;
  }
}@media screen and (max-width: 749px) {
  .product-form__quantity {
    margin-bottom: 0.6rem;
  }

  .product-form__buttons {
    margin-top: 0;
  }

  .product-form__submit {
    margin-bottom: 0.7rem;
  }

  .shopify-payment-terms {
    margin-top: 0;
    font-size: 1.15rem;
    line-height: 1.35;
    color: rgba(var(--color-foreground), 0.72);
  }

  .shopify-payment-terms a {
    font-size: inherit;
  }
}@media screen and (max-width: 749px) {
  .product__info-disclosure:first-of-type {
    margin-top: 2.5rem;
  }
}@media screen and (max-width: 749px) {
  .product__view-details {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .rsp-description__heading {
    margin: 2rem 0 0.4rem;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.25;
  }
}@media screen and (max-width: 749px) {
  .rsp-description__content > :first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 749px) {
  .rsp-description {
    margin-top: 2.5rem;
  }

  .rsp-description__heading {
    margin: 0 0 0.4rem;
  }
}@media screen and (min-width: 750px) {
  .product__mobile-heading-row {
    display: none;
  }
}@media screen and (min-width: 750px) {
  .product > .product__shipping-note {
    display: none;
  }
}@media screen and (max-width: 749px) {
  .product-option-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
  }

  .mobile-style-price {
    margin-left: auto;
    white-space: nowrap;
  }
}@media screen and (min-width: 750px) {
  .mobile-style-price {
    display: none;
  }
}@media screen and (min-width: 750px) {
  .product__info-container .price-item.price-item--regular,
  .product__info-container .price-item.price-item--sale {
    font-weight: 700 !important;
  }
}.product__info-disclosure-content .rsp-size-guide-section img,
.product__info-disclosure-content .rsp-size-guide-measure img {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}.product__info-disclosure-content .rsp-size-guide-section,
.product__info-disclosure-content .rsp-size-guide-measure {
  display: flow-root;
  clear: both;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.product__info-disclosure-content .rsp-size-guide-section img,
.product__info-disclosure-content .rsp-size-guide-measure img {
  display: block !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 0 0.6rem !important;
}
}