/** Shopify CDN: Minification failed

Line 1487:57 Unexpected "}"

**/
@media screen and (max-width: 749px) {
  .product {
    padding: 2rem 0;
  }
}

.product--no-media {
  max-width: 57rem;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .product-section {
    margin-top: 0;
  }

  .product__media-wrapper  .slider-buttons,.product__media-wrapper .slider-button {
    display: none;
  }

  .thumbnail img {
    display: none;
  }

  .thumbnail-list__item.slider__slide {
    height: .3rem;
  }

  .thumbnail-slider {
    height: 0.3rem;
    margin-top: 1.3rem;
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail .product__media-gallery,
  .product--thumbnail_slider .product__media-gallery,
  .product--stacked .product__info-container--sticky {
    display: block;
    position: sticky;
    top: 3rem;
    z-index: 2;
  }

  .product__info-wrapper {
    padding-left: 5rem;
    margin-bottom: 5rem;
  }

  .product__media-container .slider-buttons {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 65%;
    width: calc(65% - 1rem / 2);
  }

  .product--large:not(.product--no-media) .product__info-wrapper {
    padding-left: 4rem;
    max-width: 35%;
    width: calc(35% - 1rem / 2);
  }

  .product--medium:not(.product--no-media) .product__media-wrapper,
  .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 50%;
    width: calc(55% - 1rem / 2);
  }

  .product--medium:not(.product--no-media) .product__info-wrapper,
  .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 50%;
    width: calc(45% - 1rem / 2);
  }
}

/* Dynamic checkout */

.shopify-payment-button__button {
  border-radius: 0;
  font-family: inherit;
  min-height: 4.6rem;
}

.shopify-payment-button__button [role="button"].focused,
.no-js .shopify-payment-button__button [role="button"]:focus {
  outline: .2rem solid rgba(var(--color-foreground),.5) !important;
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3) !important;
}

.shopify-payment-button__button [role="button"]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important;
}

.shopify-payment-button__button [role="button"]:focus-visible {
  outline: .2rem solid rgba(var(--color-foreground),.5) !important;
  box-shadow: 0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3) !important;
}

.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
  color: var(--color-button-text);
  font-size: 1.4rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  letter-spacing: 0.07rem;
}

.shopify-payment-button__button--unbranded::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  box-shadow: 0 0 0 0.2rem rgba(var(--color-button), var(--alpha-button-border));
}

.shopify-payment-button__more-options {
  margin: 1.6rem 0 1rem;
  font-size: 1.2rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.shopify-payment-button__button--hidden {
  display: none;
}

/* Product form */

.product-form {
  display: block;
}

.product-form__error-message-wrapper:not([hidden]) {
  display: flex;
  align-items: flex-start;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.product-form__error-message-wrapper svg {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
  margin-top: 0.5rem;
}

/* Form Elements */

.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 1.2rem 0 1.2rem 0;
  max-width: 37rem;
  min-width: fit-content;
  border: none;
}

.color-picker .form__label span {
  color: var(--color-styleguide-text);
  font-family: var(--font-body-family);
  font-size: 1.3rem;
  font-weight: normal;
  padding-left: 1rem;
}

.color-picker  ul{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5rem;
}
.color-picker  ul li {
  width: 7rem;
  height: 7rem;
}
.color-picker  ul li a {
  height: 100%;
  width: 100%;
  border: 0.1rem solid var(--color-styleguide-dark-gray);
  color: var(--color-styleguide-text);
  border-radius: 0.2rem;
  overflow: hidden;
  display: block;

}
.color-picker  ul li a.active {
  border: 0.1rem solid var(--color-button-background-1);
  color: var(--color-button-background-1);
  border: 0.1rem solid var(--color-button-background-1);
  font-weight: bold;

}
.color-picker  ul li a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}



.width-picker {
  margin-bottom: 0;
}
.width-picker .product-form__input {
  margin-bottom: 0;
}
.width-picker  ul{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.width-picker  ul li {
  /* width: 10.2rem; */
}
.width-picker  ul li a {
  border: 0.1rem solid var(--color-styleguide-dark-gray);
  color: var(--color-styleguide-text);
  font-family: var(--font-body-family);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem 0rem 0;
  padding: 1rem 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  min-width: 100%;
  min-height: 4.5rem;
  border-radius: 0.4rem;
  text-decoration: none;

}
.width-picker  ul li a.active {
  border: 0.1rem solid var(--color-button-background-1);
  color: var(--color-button-background-1);
  border: 0.1rem solid var(--color-button-background-1);
  font-weight: bold;

}
.color-picker  ul li a label {

}
.quantity__button {
  border: 0.1rem solid var(--color-styleguide-dark-gray);
}
.quantity__input {
  border: 0.1rem solid var(--color-styleguide-dark-gray);
}

variant-radios,
variant-selects {
  display: block;
}

.product-form__input--dropdown {
  margin-bottom: 1.6rem;
}

.product-form__input .form__label {
  padding-left: 0;
}

fieldset.product-form__input .form__label {
  margin-bottom: 1rem;
}

.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'] + label:not(.swatch_label) {
  border: 0.1rem solid var(--color-styleguide-dark-gray);
  color: var(--color-styleguide-text);
  font-family: var(--font-body-family);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.7rem .33rem 0.2rem 0;
  padding: 1rem 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  min-width: 6.5rem;
  min-height: 4.5rem;
  border-radius: 0.4rem;
  overflow: hidden;
}

@media screen and (max-width: 1349px) {
  .product-form__input input[type='radio'] + label:not(.swatch_label) {
    margin: 0.7rem 0.25rem 0.2rem 0;
    min-width:6.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .product-form__input input[type=radio]+label:not(.swatch_label) {
    margin: 0.7rem 0.35rem 0.2rem 0;
    min-width: 6.5rem;
  }
  .color-picker ul li {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media screen and (max-width: 749px) {
  .color-picker ul li {
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (max-width: 640px) {
  .product-form__input input[type=radio]+label:not(.swatch_label) {
    margin: 0.7rem 0.35rem 0.2rem 0;
    min-width: calc(20% - 0.72rem);
  }
}
.product-form__input input[type='radio'] + label.option-unavailable,
label.strike-thru {
  background: var(--color-accent-1);
  position: relative;
}

.product-form__input input[type='radio'] + label.option-unavailable:after,
label.strike-thru:after {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: 0.1rem;
  background: var(--color-styleguide-dark-gray);
  transform: rotate(-34deg);
}

.product-form__input input[type='radio']:checked + label:not(.swatch_label) {
  color: var(--color-button-background-1);
  border: 0.1rem solid var(--color-button-background-1);
  font-weight: bold;
}

@media screen and (forced-colors: active) {
  .product-form__input input[type=radio]:checked + label {
    text-decoration: underline;
  }
}

.product-form__input input[type='radio']:checked + label::selection {
  background-color: rgba(var(--color-background), 0.3);
}

.product-form__input input[type='radio']:disabled + label {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.4);
  text-decoration: line-through;
}
.product-form__input input[type='radio']:focus-visible + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Fallback */

.product-form__input input[type='radio'].focused + label,
.no-js .shopify-payment-button__button [role="button"]:focus + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* No outline when focus-visible is available in the browser */

.no-js .product-form__input input[type='radio']:focus:not(:focus-visible) + label {
  box-shadow: none;
}

.product-form__input .select {
  max-width: 36.9rem;
}

.in-store-button {
  background-color: #f2f2f2 !important;
  color: #343534 !important;
  border: unset !important;
  font-weight: bold;
}

.product-form__submit {
  margin-bottom: 1rem;
  padding: 1rem 5.4rem 1.1rem;
}

.no-js .product-form__submit.button--secondary {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
}

.product-form__submit[aria-disabled="true"] + .shopify-payment-button,
.product-form__submit[disabled] + .shopify-payment-button {
  display: none;
}

@media screen and (forced-colors: active) {
  .product-form__submit[aria-disabled="true"] {
    color: Window;
  }
}

/* Overrides */

.shopify-payment-button__more-options {
  color: rgb(var(--color-foreground));
}

.shopify-payment-button__button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

/* Product info */

.product__info-container > * + * {
  margin: .5rem 0;
}

.product__link {
  margin: 0 !important;
}

.product__link:hover {
  text-decoration: none;
}

.product__eyebrow {
  text-transform: capitalize;
}

.product__title {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1;
  word-break: break-word;
}

.product__variant-text {
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.product__description {
  background-color: #f4f4f4;
  padding: 1rem 1rem;
  margin: 1.5rem 0 2rem 0;
}

.product__accordion summary {
  padding: 2rem;
}
.product__accordion details summary {
  padding: 1.25rem 0;
}

.product .price {
  align-items: flex-start;
  margin-top: 1.25rem;
}

.product .price dl {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.product__info-wrapper .price-item--sale {
  color: var(--color-styleguide-red);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  font-family: var(--font-body-family);
}

.product__info-wrapper .price-item--regular {
  color: var(--color-foreground);
  font-size: 2rem!important;
  line-height: 1;
  font-family: var(--font-body-family);
}

@media screen and (min-width: 750px) {
  .product__info-container > *:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}

.product--no-media .product__media-wrapper {
  padding: 0;
}

.product--no-media noscript .product-form__input,
.product--no-media .share-button {
  max-width: 100%;
}

.product--no-media fieldset.product-form__input,
.product--no-media .product-form__quantity,
.product--no-media .product-form__input--dropdown,
.product--no-media .share-button,
.product--no-media .product__view-details,
.product--no-media .product__pickup-availabilities,
.product--no-media .product-form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form {
  flex-direction: column;
}

.product--no-media .product-form > .form {
  max-width: 30rem;
  width: 100%;
}

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

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

.product--no-media .product__info-container > modal-opener {
  display: block;
  text-align: center;
}

.product--no-media .product-popup-modal__button {
  padding-right: 0;
}

.product--no-media .price {
  justify-content: center;
}

.product--no-media .product__info-wrapper {
  padding-left: 0;
}

/* Product popup */

.product-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: var(--color-foreground);
  height: 100%;
}

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

.product-popup-modal__content {
  background-color: var(--color-background);
  overflow: auto;
  height: 80%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5rem;
  width: 92%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 0 3rem;
}

@media screen and (min-width: 750px) {
  .product-popup-modal__content {
    padding-right: 1.5rem;
    margin-top: 13rem;
    width: 70%;
    padding: 0 3rem;
  }
}

.product-popup-modal__content img {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }
}

.product-popup-modal__opener {
  display: inline-block;
}

.product-popup-modal__button {
  font-size: 1.5rem;
  right: 0.1rem;
  padding-left: 0;
  height: auto;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
  position: relative;
}

.product-popup-modal__button:hover {
  text-decoration-thickness: 0.2rem;
}

.product-sizechart svg {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}



.product-popup-modal__content-info {
  padding-right: 4.4rem;
}

.product-popup-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content-info > * {
    max-height: 100%;
  }
}

.product-popup-modal__toggle {
  background-color: var(--color-background);
  border: 0.1rem solid var(--color-foreground);
  border-radius: 50%;
  color: var(--color-foreground);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
}

.product-popup-modal__toggle:hover {
  color: var(--color-foreground);
}

.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

.thumbnail-list {
  flex-wrap: wrap;
  grid-gap: 1rem;
}

@media screen and (min-width: 750px) {
  .product--stacked .thumbnail-list {
    display: none;
  }

  .thumbnail-list {
    display: grid;
    margin-left: -1rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.thumbnail-list_item--variant:not(:first-child) {
  display: none;
}

@media screen and (min-width: 990px) {
  .thumbnail-list {
    margin-left: 0;
    grid-template-columns: repeat(4, 1fr);
  }

  .product--medium .thumbnail-list {
    grid-template-columns: repeat(5, 1fr);
  }

  .product--large .thumbnail-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .product__media-item {
    display: flex;
    align-items: center;
  }

  .product__modal-opener {
    width: 100%;
  }

  .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-list.slider {
    display: flex;
    flex: 1;
  }

  .thumbnail-list__item.slider__slide {
    width: 6rem;
    flex-grow: 1;
  }

  .thumbnail-list {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-list.slider--tablet-up {
    display: flex;
    padding: 0.5rem;
    flex: 1;
  }

  .product__media-gallery .slider-mobile-gutter .slider-button {
    display: none;
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(20% - 0.8rem);
  }
}

.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  cursor: pointer;
  border: none;
  background: var(--color-accent-2);
}

.thumbnail:hover {
  opacity: 0.7;
}

.thumbnail[aria-current] {
  background: var(--color-styleguide-primary);
}

.thumbnail img {
  pointer-events: none;
}

.thumbnail--narrow img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.thumbnail--wide img {
  height: auto;
  width: 100%;
}

.thumbnail__badge .icon {
  width: 1rem;
  height: 1rem;
}

.thumbnail__badge .icon-3d-model {
  width: 1.2rem;
  height: 1.2rem;
}

.thumbnail__badge {
  color: var(--color-foreground);
  height: 2rem;
  width: 2rem;
  left: auto;
  right: 0.4rem;
  top: 0.4rem;
}

@media screen and (min-width: 750px) {
  .product:not(.product--small) .thumbnail__badge {
    height: 3rem;
    width: 3rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon-3d-model {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.thumbnail-list__item {
  position: relative;
}

.thumbnail-list__item::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.spr-starrating a, .spr-starrating a:hover {
  color: var(--color-foreground);
}

.spr-starrating {
  line-height: 1;
  width: max-content;
}

.product-form__input .swatch_label {
  display: inline-block;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
}

.product-form__input input[name=Color] + label.strike-thru > .swatch {
  border: 1px solid var(--color-accent-2)!important;
}

.product-form__input .swatch_label.strike-thru:before {
  content: '';
  position: absolute;
  left: 0;
  top: 40%;
  right: 0;
  border-top: 1px solid var(--color-accent-2);
  transform: rotate(-40deg);
}

.product-form__input input[name="Color"]:checked + label > .swatch {
  border: 1px solid var(--color-styleguide-secondary)!important;
}

.product-form__input .swatch {
  border-radius: 50%;
  padding: .2rem;
  width: 3.7rem;
  height: auto;
}

.product-form__input select {
  border-radius: 0;
}

.quantity__input {
  border-left: 1px solid var(--color-styleguide-accent-2);
  border-right: 1px solid var(--color-styleguide-accent-2);
}

.quantity__input:focus-visible {
  outline: none;
  outline-offset: unset;
  box-shadow: none;
}

.buy_buttons_wrapper {
  margin-top: 2rem;
}

@media screen and (min-width: 998px) {
  .product-form__quantity {
    display: inline-block;
  }

  .buy_buttons_wrapper {
    display: inline-block;
    vertical-align: top;
    margin-top: 2.9rem;
    margin-left: 2rem;
  }

  .buy_buttons_wrapper.no-quantity-present {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .buy_buttons_wrapper.buy_buttons_wrapper-no-margin {
    margin-left: 0;
    width: 100%;
  }
}

.product-form__submit {
  height: 5rem;
}
.product-form__submit.button--primary:disabled, .product-form__submit.button--primary.disabled {
  background-color: #666666;
  color: var(--color-button-disabled-foreground-1);
  border-color: #666666;
  text-decoration: none;
  opacity: 1;
}

.product-form__input label, .product-form__input legend, .product-form__input .color_label {
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: normal;
  color: var(--color-foreground);
}

.product-form__buttons .button--secondary {
  background-color: var(--color-styleguide-black);
}

.product-form__buttons .button--secondary:hover {
  border-color: var(--color-styleguide-black);
}

.product__info__logistics-callout {
  font-style: italic;
  width: 100%;
  text-align: center;
  display: block;
}

/* Product Collapsible Tabs */

.product__accordion .accordion>details:after {
  content: initial;
}

.product__accordion .accordion__title {
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: normal;
  color: var(--color-foreground);
}

.product__accordion .accordion__content {
  margin-bottom: 2rem;
  padding: 0 0 0 0;
  color: var(--color-foreground);
}

.product__accordion .accordion__content p {
  line-height: 2;
  margin-top: 0;
}

.product__accordion details .status-indicator {
  display: inline-block;
}

.product__accordion .accordion__content ul {
  list-style: none;
}

.product__accordion .accordion__content ul li {
  margin-bottom: 0.5rem;
}

.product__accordion .accordion__content ul li::before {
  content: "\2022";
  color: var(--color-styleguide-text);
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  vertical-align: middle;
}


.product_configurable_links__text {
  font-size: 1.6rem;
  font-family: var(--font-body-family);
  color: var(--color-styleguide-text);
  line-height: 2.4rem;
  letter-spacing: normal;
}

.product_configurable_links__icon {
  width: 3rem;
  height: auto;
  margin-right: .5rem;
}

@media screen and (max-width:900px){
  .product_configurable_links {
    padding: 2rem 0;
  }
}

@media screen and (min-width:901px){
  .product_configurable_links {
    padding: 2rem 0;
  }
}

.product_configurable__link:first-child {
  margin-right: 7.5rem;
}

.product_configurable_links,
.product_configurable__link,
.product_configurable__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_configurable_links__text {
  border: 0;
}

.product_configurable__link {
  text-decoration: none;
}


@media screen  and (max-width: 920px) {
  .product_configurable_links {
    flex-direction: column;
    align-items: flex-start;
  }

  .product_configurable__link:first-child {
    margin-bottom: 1rem;
  }
}

/* Product Addon styles */
.addon_wrapper {
  margin-top: 3rem;
}

.addon__product {
  display: flex;
  border: 1px solid var(--color-styleguide-accent-2);
  align-items: center;
}

.addon__product-image {
  display: flex;
}

.addon__product-info {
  flex-grow: 1;
  margin-left: 3rem;
}

@media screen and (min-width:990px) {
  .addon__product-info {
    max-width: 19.1rem;
  }
}

.addon__img {
  width: 10rem;
  height: auto;
}

.addon__title, .addon_heading {
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: var(--font-body-family);
  font-weight: 700;
  color: var(--color-styleguide-text);
}

.addon_heading {
  margin: 0 0 1rem 0;
}

.addon__price {
  font-size: 1.4rem;
  font-family: var(--font-body-family);
  color: var(--color-styleguide-text);
  line-height: 2.4rem;
}

.addon__product .product-form {
  margin: 0 2rem 0 auto;
}

.addon__product .product-form__submit {
  margin-left: 1rem;
  margin-bottom: 0;
  height: 3.6rem;
  min-height: 3.6rem;
  width: max-content;
}

.addon__product_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
}
@media screen and (max-width:749px) {
  .addon__img {
    width: 12rem;
    height: auto;
  }

  .addon__product .product-form, .addon__product-info {
    margin: .5rem 0 0 1.5rem;
  }
}

@media screen and (min-width:750px) and (max-width:989px) {
  .addon__product-info {
    margin: 0 0 0 1.5rem;
  }
}

@media screen and (max-width:989px) {
  .addon__product_wrap {
    flex-direction: column;
    align-items: start;
  }
  .addon__product .product-form {
    margin: 0 0 0 .5rem;
  }
}

html {
  scroll-behavior: smooth;
}

.spr-stars {
  cursor: pointer;
}

.spr-header-title {
  text-align: left;
}

@media only screen and (max-width: 480px) {
  .spr-summary {
    text-align: left;
  }
}

.variant-heading-wrap {
  display: flex;
  justify-content: space-between;
}
.product-popup-modal.product-sizechart-popup {
  background: rgba(39 ,37 ,39, 0.4);
}

.product-popup-modal.product-sizechart-popup  .product-popup-modal__content {
  height: auto;
  padding: 3.5rem 3rem;
  max-width: 76rem;
}

.product-popup-modal.product-sizechart-popup  .product-popup-modal__content .product-popup-modal__content-info {
  padding-right: 0;
}
.product-popup-modal.product-sizechart-popup  .product-popup-modal__content .product-popup-modal__toggle {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  border: none;
  padding: 0;
  width: 3rem;
  height: 3rem;
  color: #000;
  z-index: 5;
}
.product-popup-modal.product-sizechart-popup  .product-popup-modal__content .product-popup-modal__toggle .icon-close-small {
  width: 3.2rem;
}
.product-popup-modal.product-sizechart-popup  .product-popup-modal__content .product-popup-modal__toggle .icon-close-small path {
  stroke:#000;
}

.product-popup-modal.product-sizechart-popup .size-chart-container::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.product-popup-modal.product-sizechart-popup .size-chart-container::-webkit-scrollbar-thumb {
  background: var(--color-styleguide-medium-gray);
  border-radius: 0.5rem;
}

@media screen and (min-width: 750px) and (max-width: 992px)  {
  .product-popup-modal.product-sizechart-popup  .product-popup-modal__content {
    width: 85%;
  }

}
@media screen and (max-width: 749px) {
  .product-popup-modal.product-sizechart-popup .product-popup-modal__content {
    height: auto;
    padding: 3rem 2rem;
  }
}

#containerToggle a:any-link {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.product-description__description p:first-child {
  margin-top: 0 !important;
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  view-more.product-description__description .clamped-text {
    height: var(--max-height-clamped);
  }

  view-more.product-description__description .clamped-text p {
    display: inline-block;
  }
}
/* Complete the look */

.ctl {
  margin-top: 2.5rem;
  border-top: 0.1rem solid var(--color-border);
  padding: 1.5rem 0 0;
}

.accordion + .ctl,
.ctl + .accordion {
  margin-top: 0;
  border-top: none;
}

.ctl__heading {
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: normal;
  color: var(--color-foreground);
  margin: 0 0 1.2rem;
}

.ctl__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
}

.ctl__card {
  flex: 0 1 calc(33.333% - 0.94rem);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--color-styleguide-text);
}

@media screen and (max-width: 749px) {
  .ctl__card {
    flex: 0 1 calc(50% - 0.7rem);
  }

  .ctl__card:nth-child(3) {
    display: none;
  }
}


@media screen and (max-width: 749px) {
  .ctl__card {
    flex: 0 1 calc(50% - 0.7rem);
  }
}

.ctl__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 0.1rem solid var(--color-styleguide-dark-gray);
  border-radius: 0.2rem;
  background: #fff;
  margin-bottom: 0.8rem;
  flex: none;
}

.ctl__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ctl__img--alt {
  opacity: 0;
  transition: opacity var(--duration-default, 200ms) ease;
}

@media (prefers-reduced-motion: reduce) {
  .ctl__img--alt {
    transition: none;
  }
}

.ctl__name {
  display: block;
  font-family: var(--font-body-family);
  font-size: 1.25rem;
  line-height: 1.8rem;
  font-weight: 550;
  color: var(--color-styleguide-text);
}

.ctl__color {
  display: block;
  font-family: var(--font-body-family);
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: var(--color-styleguide-text);
  opacity: 0.75;
  margin-top: 0.2rem;
}

.ctl__price {
  display: block;
  font-family: var(--font-body-family);
  font-size: 1.3rem;
  line-height: 2rem;
  color: var(--color-foreground);
  margin-top: auto;
  padding-top: 0.4rem;
}

.ctl__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

}/* Complete the look — card restructure */

.ctl__media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 0.1rem solid var(--color-styleguide-dark-gray);
  border-radius: 0.2rem;
  background: #fff;
  margin-bottom: 0.8rem;
  flex: none;
}

.ctl__link { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.ctl__img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.ctl__img--alt { opacity: 0; transition: opacity var(--duration-default, 200ms) ease; }
@media (hover: hover) { .ctl__media:hover .ctl__img--alt { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .ctl__img--alt { transition: none; } }

.ctl__text { display: flex; flex-direction: column; flex: 1; text-decoration: none; color: inherit; }

/* quick add toggle */

.ctl__qa {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  z-index: 3;
  height: 3.4rem;
  max-width: 3.4rem;
  display: flex;
  align-items: center;
  padding: 0;
  background: #fff;
  border: 0.1rem solid var(--color-styleguide-dark-gray);
  border-radius: 1.7rem;
  color: var(--color-styleguide-text);
  font-family: var(--font-body-family);
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.1);
  transition: max-width 0.22s ease, border-color 0.16s ease, color 0.16s ease;
}
.ctl__qa-ic { width: 3.4rem; height: 3.4rem; flex: none; display: flex; align-items: center; justify-content: center; }
.ctl__qa-ic .ctl__qa-x { width: 2.1rem; height: 2.1rem; }}
.ctl__qa-bag { display: block; }
.ctl__qa-x { display: none; }
.ctl__card.is-open .ctl__qa-bag { display: none; }
.ctl__card.is-open .ctl__qa-x { display: block; }
.ctl__qa-tx { font-size: 1.2rem; font-weight: 600; white-space: nowrap; padding-right: 1.3rem; }

.ctl__qa:hover,
.ctl__qa:focus-visible { max-width: 17rem; border-color: var(--color-button-background-1); color: var(--color-button-background-1); }
.ctl__qa:focus-visible { outline: 0.2rem solid var(--color-button-background-1); outline-offset: 0.2rem; }
.ctl__card.is-open .ctl__qa { max-width: 3.4rem; border-color: var(--color-button-background-1); color: var(--color-button-background-1); }.ctl__card.is-open .ctl__qa-bag { display: none; }
.ctl__card.is-open .ctl__qa-x { display: block; }
@media (hover: none) {
  .ctl__qa,
  .ctl__qa:hover,
  .ctl__qa:focus-visible {
    max-width: 3.4rem !important;
    border-color: var(--color-styleguide-dark-gray) !important;
    color: var(--color-styleguide-text) !important;
  }

  .ctl__card.is-open .ctl__qa {
    border-color: var(--color-button-background-1) !important;
    color: var(--color-button-background-1) !important;
  }
}

/* size sheet */

.ctl__form { display: block; }

.ctl__sheet {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.98);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.6rem 1.1rem 4.4rem 1.1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}
.ctl__card.is-open .ctl__sheet { opacity: 1; pointer-events: auto; }

.ctl__sheet-title {
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: var(--color-foreground);
  text-align: center;
  margin: 0 0 0.7rem;
}

.ctl__sizes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.4rem; }

.ctl__chip {
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0.1rem solid var(--color-styleguide-dark-gray);
  border-radius: 0.4rem;
  background: #fff;
  color: var(--color-styleguide-text);
  font-family: var(--font-body-family);
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  line-height: 1;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: border-color 0.13s ease, color 0.13s ease;
}


.ctl__chip:hover { color: var(--color-button-background-1); border-color: var(--color-button-background-1); font-weight: 700; }
.ctl__chip:focus-visible { outline: 0.2rem solid var(--color-button-background-1); outline-offset: 0.1rem; }

.ctl__chip--off { background: var(--color-accent-1); color: rgba(var(--color-foreground), 0.45); cursor: default; }
.ctl__chip--off:hover { color: rgba(var(--color-foreground), 0.45); border-color: var(--color-styleguide-dark-gray); font-weight: 400; }
.ctl__chip--off::after {
  content: "";
  position: absolute;
  left: -0.5rem;
  width: calc(100% + 1rem);
  height: 0.1rem;
  background: var(--color-styleguide-dark-gray);
  transform: rotate(-34deg);
}

.ctl__chip.is-busy { opacity: 0.55; cursor: default; }
.ctl__chip.is-added { color: #2496b8; border-color: #2496b8; }
.ctl__chip.is-added svg { width: 1.9rem; height: 1.9rem; display: block; }

.ctl__form .product-form__error-message-wrapper:not([hidden]) {
  position: absolute;
  z-index: 4;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.6rem;
  margin: 0;
  padding: 0.6rem 0.8rem;
  background: #fff;
  border: 0.1rem solid var(--color-styleguide-red, #c0392b);
  border-radius: 0.4rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

/* Complete the look — quick add cart icon */

.ctl__qa-bag {
  position: relative;
  display: block;
  line-height: 0;
  transform: translate(-0.1rem, -0.1rem);
}

.ctl__qa-ic .ctl__qa-bag svg.icon {
  width: 1.8rem;
  height: 1.8rem;
}

.ctl__qa-ic .ctl__qa-bag .ctl__qa-plus {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 0.65rem;
  height: 0.65rem;
  padding: 0;
  background: none;
  border-radius: 0;
  color: currentColor;
}


.ctl__qa .ctl__qa-x {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 2.1rem;
  height: 2.1rem;
}