/** Shopify CDN: Minification failed

Line 1861:14 Unexpected "{"
Line 1861:23 Expected ":"

**/
product-info {
  display: block;
}

.product {
  margin: 0;
}

.product.grid {
  gap: 0;
}

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

.product__media-wrapper {
  padding-left: 0;
}

@media screen and (min-width: 750px) {
  .product__column-sticky {
    display: block;
    position: sticky;
    top: 3rem;
    z-index: 2;
  }

  .product--thumbnail .thumbnail-list {
    padding-right: var(--media-shadow-horizontal-offset);
  }

  .product__info-wrapper {
    padding: 0 0 0 5rem;
  }

  .product__info-wrapper--extra-padding {
    padding: 0 0 0 8rem;
  }

  .product--right .product__info-wrapper {
    padding: 0 5rem 0 0;
  }

  .product--right .product__info-wrapper--extra-padding {
    padding: 0 8rem 0 0;
  }

  .product--right .product__media-list {
    margin-bottom: 2rem;
  }

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

  .product--right .product__media-wrapper {
    order: 2;
  }
}

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

  .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 0 0 4rem;
    max-width: 35%;
    width: calc(35% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large:not(.product--no-media).product--right .product__info-wrapper {
    padding: 0 4rem 0 0;
  }

  .product--medium:not(.product--no-media) .product__media-wrapper,
  .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 55%;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--medium:not(.product--no-media) .product__info-wrapper,
  .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 45%;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

/* Dynamic checkout */

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

.shopify-payment-button__button [role='button'].focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.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: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(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));
}

.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 + .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.3rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  margin-bottom: 1.5rem;
}

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

/* Form Elements */
.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 1.2rem 0;
  max-width: 44rem;
  min-width: fit-content;
  border: none;
}

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

.product-form__input .select {
  max-width: 100%;
}

.product-form__input .svg-wrapper {
  right: 1.5rem;
}

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

.product-form__submit[aria-disabled='true'] + .shopify-payment-button .shopify-payment-button__button[disabled],
.product-form__submit[disabled] + .shopify-payment-button .shopify-payment-button__button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

@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: 1.5rem 0;
}

.product__info-container iframe {
  max-width: 100%;
}

.product__info-container .product-form,
.product__info-container .product__description,
.product__info-container .icon-with-text {
  margin: 2.5rem 0;
}

.product__text {
  margin-bottom: 0;
}

a.product__text {
  display: block;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.product__text.caption-with-letter-spacing {
  text-transform: uppercase;
}

.product__title {
  word-break: break-word;
  margin-bottom: 1.5rem;
}

.product__title > * {
  margin: 0;
}

.product__title > a {
  display: none;
}

.product__title + .product__text.caption-with-letter-spacing {
  margin-top: -1.5rem;
}

.product__text.caption-with-letter-spacing + .product__title {
  margin-top: 0;
}

.product__accordion .accordion__content {
  padding: 0 1rem;
}

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

.product .price__container {
  margin-bottom: 0.5rem;
}

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

.product .price--sold-out .price__badge-sale {
  display: none;
}

@media screen and (min-width: 750px) {
  .product__info-container {
    max-width: 60rem;
  }

  .product__info-container .price--on-sale .price-item--regular {
    font-size: 1.6rem;
  }

  .product__info-container > *:first-child {
    margin-top: 0;
  }
}

.product__description-title {
  font-weight: 600;
}

.product--no-media .product__title,
.product--no-media .product__text,
.product--no-media .product__tax,
.product--no-media .product__sku,
.product--no-media shopify-payment-terms {
  text-align: center;
}

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

.product__tax {
  margin-top: -1.4rem;
}

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

.product--no-media .product-form__quantity,
.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 {
  flex-direction: column;
  max-width: 100%;
}

.product-form__quantity .form__label {
  margin-bottom: 0.6rem;
}

.price-per-item__label.form__label {
  margin-bottom: 0rem;
}

.product-form__quantity-top .form__label {
  margin-bottom: 1.2rem;
}

.product-form__buttons {
  max-width: 44rem;
}

.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 {
  text-align: center;
}

/* Product media */
.product__media-list video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

@media screen and (max-width: 749px) {
  .product__media-list {
    margin-left: -2.5rem;
    margin-bottom: 3rem;
    width: calc(100% + 4rem);
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .slider.product__media-list::-webkit-scrollbar {
    height: 0.2rem;
    width: 0.2rem;
  }

  .product__media-list::-webkit-scrollbar-thumb {
    background-color: rgb(var(--color-foreground));
  }

  .product__media-list::-webkit-scrollbar-track {
    background-color: rgba(var(--color-foreground), 0.2);
  }

  .product__media-list .product__media-item {
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
  }

  .product--mobile-columns .product__media-item {
    width: calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing));
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail .product__media-list,
  .product--thumbnail_slider .product__media-list {
    padding-bottom: calc(var(--media-shadow-vertical-offset) * var(--media-shadow-visible));
  }

  .product__media-list {
    padding-right: calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible));
  }

  .product--thumbnail .product__media-item:not(.is-active),
  .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: none;
  }

  .product-media-modal__content > .product__media-item--variant.product__media-item--variant {
    display: none;
  }

  .product-media-modal__content > .product__media-item--variant:first-child {
    display: block;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-list .product__media-item:first-child {
    padding-left: 0;
  }

  .product--thumbnail_slider .product__media-list {
    margin-left: 0;
  }

  .product__media-list .product__media-item {
    width: 100%;
  }
}

.product__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}

.product__media-icon,
.thumbnail__badge {
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  z-index: 1;
  transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
}

.product__media-video .product__media-icon {
  opacity: 1;
}

.product__modal-opener--image .product__media-toggle:hover {
  cursor: zoom-in;
}

.product__modal-opener:hover .product__media-icon {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

@media screen and (min-width: 750px) {
  .grid__item.product__media-item--full {
    width: 100%;
  }

  .product--columns .product__media-item:not(.product__media-item--single):not(:only-child) {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 5rem;
    width: 5rem;
  }

  .product--medium.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 4.2rem;
    width: 4.2rem;
  }

  .product--medium.product--columns .product__media-item--full .deferred-media__poster-button .icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .product--small.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 3.6rem;
    width: 3.6rem;
  }

  .product--small.product--columns .product__media-item--full .deferred-media__poster-button .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media screen and (min-width: 990px) {
  .product--stacked .product__media-item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product:not(.product--columns) .product__media-list .product__media-item:first-child,
  .product:not(.product--columns) .product__media-list .product__media-item--full {
    width: 100%;
    max-width: 100%;
  }

  .product__modal-opener .product__media-icon {
    opacity: 0;
  }

  .product__modal-opener:hover .product__media-icon,
  .product__modal-opener:focus .product__media-icon {
    opacity: 1;
  }
}

.product__media-item > * {
  display: block;
  position: relative;
}

.product__media-toggle {
  display: flex;
  border: none;
  background-color: transparent;
  color: currentColor;
  padding: 0;
}

.product__media-toggle::after {
  content: '';
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(var(--border-width) * -1);
  right: calc(var(--border-width) * -1);
  bottom: calc(var(--border-width) * -1);
  left: calc(var(--border-width) * -1);
  z-index: 2;
}

.product__media-toggle:focus-visible {
  outline: 0;
  box-shadow: none;
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .product__media-toggle:focus-visible,
  .product__media-toggle:focus-visible:after {
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}
.product__media-toggle.focused {
  outline: 0;
  box-shadow: none;
}

.product__media-toggle:focus-visible:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.product__media-toggle.focused:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.product-media-modal {
  background-color: rgb(var(--color-background));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

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

.product-media-modal__dialog {
  display: flex;
  align-items: center;
  height: 100vh;
}

.product-media-modal__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}

.product-media-modal__content > *:not(.active),
.product__media-list .deferred-media {
  display: none;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding-bottom: 2rem;
  }

  .product-media-modal__content > *:not(.active) {
    display: block;
  }

  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product__media-list .deferred-media {
    display: block;
  }
}

@media screen and (max-width: 749px) {
  .product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image),
  .product--thumbnail_slider .is-active .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product--thumbnail .is-active .deferred-media,
  .product--thumbnail_slider .is-active .deferred-media {
    display: block;
    width: 100%;
  }
}

.product-media-modal__content > * {
  display: block;
  height: auto;
  margin: auto;
}

.product-media-modal__content .media {
  background: none;
}

.product-media-modal__model {
  width: 100%;
}

.product-media-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 2rem;
  padding: 1.2rem;
  position: fixed;
  z-index: 2;
  top: 2rem;
  width: 4rem;
}

.product-media-modal__content .deferred-media {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

  .product-media-modal__content > * {
    width: 100%;
  }

  .product-media-modal__content > * + * {
    margin-top: 2rem;
  }

  .product-media-modal__toggle {
    right: 5rem;
    top: 2.2rem;
  }
}

@media screen and (min-width: 990px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

  .product-media-modal__content > * + * {
    margin-top: 1.5rem;
  }

  .product-media-modal__content {
    padding-bottom: 1.5rem;
  }

  .product-media-modal__toggle {
    right: 5rem;
  }
}

.product-media-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

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

/* 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: rgba(var(--color-foreground), 0.2);
  height: 100%;
}

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

.product-popup-modal__content {
  border-radius: var(--popup-corner-radius);
  background-color: rgb(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;
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content.focused {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

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

  .product-media-modal__dialog .global-media-settings--no-shadow {
    overflow: visible !important;
  }
}

.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-media-modal__dialog .global-media-settings,
  .product-media-modal__dialog .global-media-settings video,
  .product-media-modal__dialog .global-media-settings model-viewer,
  .product-media-modal__dialog .global-media-settings iframe,
  .product-media-modal__dialog .global-media-settings img {
    border: none;
    border-radius: 0;
  }
}

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

.product-popup-modal__button {
  font-size: 1.6rem;
  padding-right: 1.3rem;
  padding-left: 0;
  min-height: 4.4rem;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

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

.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: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  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: rgba(var(--color-foreground), 0.75);
}

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

.product__media-list .media > * {
  overflow: hidden;
}

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

/* Fix to show some space at the end of our sliders in all browsers to be applied on thumbnails */
.slider--mobile.thumbnail-list:after {
  content: none;
}

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

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

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

@media screen and (min-width: 990px) {
  .thumbnail-list {
    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-slider .thumbnail-list.slider {
    display: flex;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }

  .thumbnail-list__item.slider__slide {
    width: calc(33% - 0.6rem);
  }
}

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

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

  .product__media-wrapper .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: flex;
  }
}

@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;
  color: rgb(var(--color-foreground));
  cursor: pointer;
  background-color: transparent;
}

.thumbnail:hover {
  opacity: 0.7;
}

.thumbnail.global-media-settings img {
  border-radius: 0;
}

.thumbnail[aria-current] {
  box-shadow: 0 0 0rem 0.1rem rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
}

.image-magnify-full-size {
  cursor: zoom-out;
  z-index: 1;
  margin: 0;
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.image-magnify-hover {
  cursor: zoom-in;
}

.product__modal-opener--image .product__media-zoom-none,
.product__media-icon--none {
  display: none;
}

.product__modal-opener > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  align-items: center;
  height: 48px;
  width: 48px;
}

.product__modal-opener .path {
  stroke: rgb(var(--color-button));
  opacity: 0.75;
}

@media (hover: hover) {
  .product__media-zoom-hover,
  .product__media-icon--hover {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .product__media-zoom-hover,
  .product__media-icon--hover {
    display: flex;
  }
}

.js .product__media {
  overflow: hidden !important;
}

.thumbnail[aria-current]:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

.thumbnail[aria-current]:focus,
.thumbnail.focused {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .thumbnail[aria-current]:focus,
  .thumbnail.focused {
    outline: transparent solid 1px;
  }
}
.thumbnail[aria-current]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
}

.thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

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

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

.thumbnail__badge {
  color: rgb(var(--color-foreground), 0.6);
  height: 2rem;
  width: 2rem;
  left: auto;
  right: calc(0.4rem + var(--media-border-width));
  top: calc(0.4rem + var(--media-border-width));
}

@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%;
}

.product:not(.featured-product) .product__view-details {
  display: none;
}

.product__view-details {
  display: block;
  text-decoration: none;
}

.product__view-details:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.product__view-details .icon {
  width: 1.2rem;
  margin-left: 1.2rem;
  flex-shrink: 0;
}

/* Inventory status */

.product__inventory {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.product__inventory .svg-wrapper,
.product__inventory svg {
  width: 15px;
  height: 15px;
}

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

/* This keeps the container from getting display: none; applied to it and to make sure we're not introducing some layout shift when switching to an unavailable variant */
.product__inventory.visibility-hidden:empty {
  display: block;
}

.product__inventory.visibility-hidden:empty::after {
  content: '#';
}

.product__inventory .icon-inventory-status circle:first-of-type {
  opacity: .3;
}

/* Icon with text */
.icon-with-text {
  --icon-size: calc(var(--font-heading-scale) * 3rem);
  --icon-spacing: calc(var(--font-heading-scale) * 1rem);
}

.icon-with-text--horizontal {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  flex-direction: row;
}

.icon-with-text--vertical {
  --icon-size: calc(var(--font-heading-scale) * 2rem);
}

.icon-with-text .svg-wrapper {
  fill: rgb(var(--color-foreground));
  height: var(--icon-size);
  width: var(--icon-size);
}

.icon-with-text--horizontal .svg-wrapper,
.icon-with-text--horizontal img {
  margin-bottom: var(--icon-spacing);
}

.icon-with-text--vertical .svg-wrapper {
  min-height: var(--icon-size);
  min-width: var(--icon-size);
  margin-right: var(--icon-spacing);
}

.icon-with-text img {
  height: var(--icon-size);
  width: var(--icon-size);
  object-fit: contain;
}

.icon-with-text--vertical img {
  margin-right: var(--icon-spacing);
}

.icon-with-text--horizontal .h4 {
  padding-top: calc(var(--icon-size) + var(--icon-spacing));
  text-align: center;
}

.icon-with-text--horizontal .svg-wrapper + .h4,
.icon-with-text--horizontal img + .h4,
.icon-with-text--horizontal.icon-with-text--text-only .h4 {
  padding-top: 0;
}

.icon-with-text__item {
  display: flex;
  align-items: center;
}

.icon-with-text--horizontal .icon-with-text__item {
  flex-direction: column;
  width: 33%;
}

.icon-with-text--vertical .icon-with-text__item {
  margin-bottom: var(--icon-size);
}

/* SKU block */

.product__sku.visibility-hidden::after {
  content: '#';
}

/* Product-thumbnail snippet */

.product-media-container {
  --aspect-ratio: var(--preview-ratio);
  --ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
  position: relative;
  width: 100%;
  max-width: calc(100% - calc(var(--media-border-width) * 2));
}

.product-media-container.constrain-height {
  /* arbitrary offset value based on average theme spacing and header height */
  --viewport-offset: 400px;
  --constrained-min-height: 300px;
  --constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));
  margin-right: auto;
  margin-left: auto;
}

.product-media-container.constrain-height.media-fit-contain {
  --contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
  width: min(var(--contained-width), 100%);
}

.product-media-container .media {
  padding-top: var(--ratio-percent);
}

.product-media-container.constrain-height .media {
  padding-top: min(var(--constrained-height), var(--ratio-percent));
}

@media screen and (max-width: 749px) {
  .product-media-container.media-fit-cover {
    display: flex;
    align-self: stretch;
  }

  .product-media-container.media-fit-cover .media {
    /* allow media img element to scale relative to modal-opener/product-media-container */
    position: initial;
  }
}

@media screen and (min-width: 750px) {
  .product-media-container {
    max-width: 100%;
  }

  .product-media-container:not(.media-type-image) {
    /* override to use actual media ratio (not poster ratio) for video/models on desktop */
    --aspect-ratio: var(--ratio);
  }

  .product-media-container.constrain-height {
    --viewport-offset: 170px;
    --constrained-min-height: 500px;
  }

  .product-media-container.media-fit-cover,
  .product-media-container.media-fit-cover .product__modal-opener,
  .product-media-container.media-fit-cover .media {
    height: 100%;
  }

  .product-media-container.media-fit-cover .deferred-media__poster img {
    object-fit: cover;
    width: 100%;
  }
}

.product-media-container .product__modal-opener {
  display: block;
  position: relative;
}

@media screen and (min-width: 750px) {
  .product-media-container .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
}

/* Recipient form */
.recipient-form {
  /* (2.88[line-height] - 1.6rem) / 2 */
  --recipient-checkbox-margin-top: 0.64rem;

  display: block;
  position: relative;
  max-width: 44rem;
  margin-bottom: 2.5rem;
}

.recipient-form-field-label {
  margin: 0.6rem 0;
}

.recipient-form-field-label--space-between {
  display: flex;
  justify-content: space-between;
}

.recipient-checkbox {
  flex-grow: 1;
  font-size: 1.6rem;
  display: flex;
  word-break: break-word;
  align-items: flex-start;
  max-width: inherit;
  position: relative;
  cursor: pointer;
}

.recipient-form > input[type='checkbox'] {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  margin: var(--recipient-checkbox-margin-top) 0;
  top: 0;
  left: 0;
  z-index: -1;
  appearance: none;
  -webkit-appearance: none;
}

.recipient-fields__field {
  margin: 0 0 2rem 0;
}

.recipient-fields .field__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 3.5rem);
  overflow: hidden;
}

.recipient-checkbox > svg {
  margin-top: var(--recipient-checkbox-margin-top);
  margin-right: 1.2rem;
  flex-shrink: 0;
}

.recipient-form .icon-checkmark {
  visibility: hidden;
  position: absolute;
  left: 0.28rem;
  z-index: 5;
  top: 0.4rem;
  width: 10px;
  height: 9px;
}

.recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
  visibility: visible;
}

.js .recipient-fields {
  display: none;
}

.recipient-fields hr {
  margin: 1.6rem auto;
}

.recipient-form > input[type='checkbox']:checked ~ .recipient-fields {
  display: block;
  animation: animateMenuOpen var(--duration-default) ease;
}
.recipient-form > input[type='checkbox']:not(:checked, :disabled) ~ .recipient-fields,
.recipient-email-label {
  display: none;
}

.js .recipient-email-label.required {
  display: inline;
}

.recipient-form ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
}

.recipient-form ul a {
  display: inline;
}

.recipient-form .error-message::first-letter {
  text-transform: capitalize;
}

@media screen and (forced-colors: active) {
  .recipient-fields > hr {
    border-top: 0.1rem solid rgb(var(--color-background));
  }

  .recipient-checkbox > svg {
    background-color: inherit;
    border: 0.1rem solid rgb(var(--color-background));
  }

  .recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
    border: none;
  }
}

/* =============================================================
   FTS Design System — Product Page
   ============================================================= */

:root {
  --fts-red: #d6241c;
  --fts-ink: #141414;
  --fts-paper: #f7f4ef;
  --fts-muted: #6b6b6b;
}

/* ── Price block card ────────────────────────────────────────── */

.product__info-container > [id^='price-'] {
  background: var(--fts-paper);
  border-radius: 14px;
  padding: 18px 22px;
  margin: 24px 0;
}

/* Prevent the inner duplicate price div from inheriting card styles */
.product__info-container > [id^='price-'] [id^='price-'] {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

/* ── Gallery: vertical left-side thumbnails (desktop) ────────── */

@media screen and (min-width: 750px) {
  /* Make media-gallery a flex row so thumbnails sit left of main image */
  .product--thumbnail media-gallery {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
  }

  /* Main viewer — grows to fill remaining space, ordered second (right) */
  .product--thumbnail media-gallery > slider-component:not(.thumbnail-slider) {
    flex: 1 1 auto;
    min-width: 0;
    order: 2;
  }

  /* Thumbnail strip — fixed 90 px, ordered first (left) */
  .product--thumbnail media-gallery > .thumbnail-slider {
    flex: 0 0 90px;
    width: 90px;
    order: 1;
  }

  /* Hide thumbnail slider navigation arrows — not needed for a vertical strip */
  .product--thumbnail .thumbnail-slider .slider-button {
    display: none !important;
  }

  /* Thumbnail list: vertical flex column */
  .product--thumbnail .thumbnail-list {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: unset !important;
    gap: 10px;
    padding: 0 !important;
  }

  /* Thumbnail item: square 90 × 90 */
  .product--thumbnail .thumbnail-list__item {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
  }

  /* Remove the padding-bottom aspect-ratio trick */
  .product--thumbnail .thumbnail-list__item::before {
    display: none;
  }

  /* Thumbnail button */
  .product--thumbnail .thumbnail {
    position: static;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 10px;
    border: 2px solid #e5e5e5;
    overflow: hidden;
    box-shadow: none;
  }

  .product--thumbnail .thumbnail[aria-current] {
    border-color: var(--fts-ink);
    box-shadow: none;
  }

  .product--thumbnail .thumbnail:hover:not([aria-current]) {
    border-color: #888;
    opacity: 1;
  }

  /* Main stage: rounded corners + paper background */
  .product--thumbnail .product__media-list {
    border-radius: 16px;
    overflow: hidden;
    background: var(--fts-paper);
  }

  /* Cover the padding Dawn adds for shadow */
  .product--thumbnail .product__media-list {
    padding-right: 0;
    padding-bottom: 0;
  }
}

/* ── USP trust-badge grid ────────────────────────────────────── */

.fts-usps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 18px;
  background: var(--fts-ink);
  color: #fff;
  border-radius: 14px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.fts-usps__item {
  display: flex;
  gap: 12px;
  align-items: center;
}

.fts-usps__icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #fff;
}

.fts-usps__icon .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

/* Force all icon fills/strokes white regardless of hardcoded SVG attributes */
.fts-usps__icon svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.fts-usps__icon svg *:not([fill='none']) {
  fill: currentColor;
}

.fts-usps__icon svg *[stroke]:not([stroke='none']) {
  stroke: currentColor;
}

.fts-usps__text strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.fts-usps__text small {
  color: #9a9a9a;
  font-size: 11px;
}

@media screen and (max-width: 749px) {
  .fts-usps {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* ── Sticky buy bar ──────────────────────────────────────────── */

.fts-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 14px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 50;
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.04);
  transform: translateY(100%);
  transition: transform 0.25s ease;
}

.fts-sticky-bar.is-visible {
  transform: translateY(0);
}

.fts-sticky-bar__left {
  display: flex;
  gap: 14px;
  align-items: center;
  overflow: hidden;
}

.fts-sticky-bar__thumb {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--fts-paper);
}

.fts-sticky-bar__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fts-sticky-bar__info {
  overflow: hidden;
}

.fts-sticky-bar__info strong {
  display: block;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fts-sticky-bar__info small {
  color: var(--fts-muted);
  font-size: 12px;
}

.fts-sticky-bar__right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.fts-sticky-bar__price {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.fts-sticky-bar__price small {
  display: block;
  font-size: 11px;
  color: var(--fts-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 3px;
}

.fts-sticky-bar__btn {
  background: var(--fts-red, #d6241c);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px 22px;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease;
}

.fts-sticky-bar__btn:hover {
  background: #c01d16;
}

@media screen and (max-width: 749px) {
  .fts-sticky-bar {
    padding: 10px 14px;
  }

  .fts-sticky-bar__info strong {
    font-size: 13px;
    max-width: 130px;
  }

  .fts-sticky-bar__price {
    font-size: 18px;
  }

  .fts-sticky-bar__btn {
    padding: 12px 14px;
    font-size: 12px;
  }
}

/* ── Product ref kicker ──────────────────────────────────────── */

.fts-product-ref {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fts-red, #d6241c);
  margin: 0 0 0.8rem;
}

/* ── ATC button (Row A) ──────────────────────────────────────── */

.product-form__submit,
.product-form__buttons button[name="add"],
.product-form__buttons .button {
  background: var(--fts-red, #d6241c) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  height: 56px !important;
  font-family: 'Archivo', system-ui, sans-serif !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  overflow: hidden !important;
}

.product-form__submit::before,
.product-form__submit::after,
.product-form__buttons button[name="add"]::before,
.product-form__buttons button[name="add"]::after {
  border-radius: 10px !important;
}

/* ── Price container full width ─────────────────────────────── */

.product__info-container .price,
.product__info-container .price--large,
.product-form .price,
#ProductInfo-{{ section.id }} .price {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
}

/* ── Variant picker full width ───────────────────────────────── */

variant-selects,
variant-radios {
  display: block;
  width: 100% !important;
}

.product-form__input {
  width: 100% !important;
  max-width: 100% !important;
}

.product-form__input .select {
  width: 100% !important;
}

.product-form__input select,
.product-form__input .select__select {
  width: 100% !important;
  height: 48px !important;
  border: 1.5px solid rgba(20, 20, 20, 0.2) !important;
  border-radius: 10px !important;
  padding: 0 14px !important;
  font-family: 'Archivo', system-ui, sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: var(--fts-ink, #141414) !important;
  background-color: #fff !important;
  appearance: auto;
}

.product-form__input .swatch-list,
.product-form__input .deselect-option-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  width: 100% !important;
}

/* ── Three-button action row (Row B) ─────────────────────────── */

.fts-product-actions {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-top: 1rem;
  width: 100%;
}

.fts-product-action-btn {
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  height: 48px;
  padding: 0 0.8rem;
  border: 1.5px solid rgba(20, 20, 20, 0.2);
  border-radius: 10px;
  font-family: 'Archivo', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--fts-ink, #141414);
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.fts-product-action-btn > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fts-product-action-btn:hover {
  border-color: var(--fts-ink, #141414);
  background: rgba(20, 20, 20, 0.04);
}

/* ── Text links row (Row C) ──────────────────────────────────── */

.fts-product-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.75rem;
}

.fts-product-link {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--fts-muted, #6b6b6b);
  text-decoration: none;
  transition: color 0.15s ease;
}

.fts-product-link:hover {
  color: var(--fts-red, #d6241c);
  text-decoration: underline;
}

.fts-product-links__sep {
  font-size: 12px;
  color: var(--fts-muted, #6b6b6b);
}

/* ── Tabbed description ──────────────────────────────────────── */

.fts-tabs {
  margin: 2rem 0;
}

.fts-tabs__nav {
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  overflow-x: auto;
  scrollbar-width: none;
}

.fts-tabs__nav::-webkit-scrollbar {
  display: none;
}

.fts-tabs__tab {
  padding: 0.9rem 1.4rem;
  border: none;
  background: transparent;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--fts-muted, #6b6b6b);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.fts-tabs__tab--active {
  color: var(--fts-red, #d6241c) !important;
  border-bottom-color: var(--fts-red, #d6241c) !important;
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 700;
}

.fts-tabs__tab:hover {
  color: var(--fts-red, #d6241c) !important;
}

.fts-tab-panel > summary {
  display: none;
}

.fts-tab-panel {
  border: none;
  padding: 1.6rem 0;
}

.fts-tab-panel:not(.fts-tab-panel--active) {
  display: none;
}

/* ── Related products grid ───────────────────────────────────── */

.fts-related-products {
  display: block;
  margin-top: 3rem;
}

.fts-related-products__title {
  font-family: 'Archivo Black', 'Archivo', system-ui, sans-serif;
  font-weight: 900;
  font-size: clamp(20px, 2.5vw, 28px);
  color: var(--fts-ink, #141414);
  margin: 0 0 1.6rem;
  letter-spacing: -0.01em;
}

.fts-related-products__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .fts-related-products__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .fts-related-products__list {
    grid-template-columns: 1fr;
  }

  .fts-sticky-bar {
    display: none !important;
  }
}

/* ── Wishlist button in action row ───────────────────────────── */

.fts-product-actions .wishlist-btn {
  flex: 1 1 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.45rem;
  height: 48px !important;
  padding: 0 0.8rem !important;
  border: 1.5px solid rgba(20, 20, 20, 0.2) !important;
  border-radius: 10px !important;
  font-family: 'Archivo', system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  color: var(--fts-ink, #141414) !important;
  background: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden !important;
}

.fts-product-actions .wishlist-btn:hover {
  border-color: var(--fts-ink, #141414) !important;
  background: rgba(20, 20, 20, 0.04) !important;
}

.fts-product-actions .wishlist_btn_icon {
  display: inline-flex !important;
  align-items: center;
  flex-shrink: 0;
}

/* Replace "Add to wishlist" text with "+ Wishlist" via CSS */
.fts-product-actions .wishlist-btn > span:not(.count) {
  font-size: 0 !important;
  line-height: 0;
}

.fts-product-actions .wishlist-btn > span:not(.count)::after {
  content: "+ Wishlist";
  font-size: 13px !important;
  font-family: 'Archivo', system-ui, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  line-height: 1;
  color: var(--fts-ink, #141414);
}

.fts-product-actions .wishlist-btn .count {
  display: none;
}

/* ── PIA accordion → tabs ────────────────────────────────────── */

.pia-tabs-wrapper {
  margin: 2rem 0;
}

.pia-tabs__nav {
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  overflow-x: auto;
  scrollbar-width: none;
  margin-bottom: 0;
}

.pia-tabs__nav::-webkit-scrollbar {
  display: none;
}

.pia-tabs__tab {
  flex-shrink: 0;
  padding: 0.9rem 1.4rem;
  border: none;
  background: transparent;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--fts-muted, #6b6b6b);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.pia-tabs__tab--active {
  color: var(--fts-red, #d6241c) !important;
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 700;
  border-bottom-color: var(--fts-red, #d6241c) !important;
}

.pia-tabs__tab:hover {
  color: var(--fts-red, #d6241c) !important;
}

.pia-panels {
  padding-top: 1.6rem;
}

.pia-panel {
  display: none;
}

.pia-panel--active {
  display: block;
}

.pia-panel :where(h1, h2, h3, h4) {
  font-family: 'Archivo Black', 'Archivo', system-ui, sans-serif;
  margin: 0.8em 0 0.4em;
}

.pia-panel p,
.pia-panel li {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--fts-ink, #141414);
}

.pia-no-reviews {
  color: var(--fts-muted, #6b6b6b);
  font-style: italic;
}

/* ── Attribute badges (horizontal wrap) ──────────────────────── */

.fts-product-badges {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 14px 0 22px !important;
  align-items: center !important;
}

.fts-product-badge {
  display: inline-block !important;
  height: 40px !important;
  width: auto !important;
  flex: 0 0 auto !important;
  object-fit: contain !important;
  transition: transform 0.2s ease;
}

.fts-product-badge:hover {
  transform: translateY(-2px);
}

@media screen and (max-width: 749px) {
  .fts-product-badge {
    height: 32px !important;
  }
}

/* ── Nuclear column width — fts-pdp-column ───────────────────── */

.fts-pdp-column {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.fts-pdp-column .price,
.fts-pdp-column .product__price,
.fts-pdp-column .product-form,
.fts-pdp-column .product-form__input,
.fts-pdp-column .product-form__buttons,
.fts-pdp-column .product-form__submit,
.fts-pdp-column variant-selects,
.fts-pdp-column variant-radios,
.fts-pdp-column .variant-selects,
.fts-pdp-column select,
.fts-pdp-column .quantity,
.fts-pdp-column quantity-input,
.fts-pdp-column .fts-product-actions,
.fts-pdp-column .fts-product-badges,
.fts-pdp-column .fts-product-links,
.fts-pdp-column .fts-usps,
.fts-pdp-column .installment {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.fts-pdp-column .fts-product-actions {
  display: flex !important;
}

.fts-pdp-column .fts-product-badges {
  display: flex !important;
}

.fts-pdp-column .fts-product-links {
  display: flex !important;
  justify-content: center !important;
}

/* ── Variant picker (Fix 3) ──────────────────────────────────── */

.fts-pdp-column select,
.fts-pdp-column .product-form__input select,
.fts-pdp-column variant-selects select {
  border-radius: 10px !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-color: #fff !important;
  border: 1.5px solid rgba(20, 20, 20, 0.2) !important;
  height: 48px !important;
  padding: 0 40px 0 16px !important;
  font-family: 'Archivo', system-ui, sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1L6 6L11 1' stroke='%23141414' stroke-width='1.5'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
}

/* ── Quantity picker (Fix 4) ─────────────────────────────────── */

.fts-pdp-column .quantity,
.fts-pdp-column quantity-input {
  display: grid !important;
  grid-template-columns: 48px 1fr 48px !important;
  height: 48px !important;
  border: 1.5px solid rgba(20, 20, 20, 0.2) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.fts-pdp-column .quantity__button,
.fts-pdp-column .quantity button {
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.fts-pdp-column .quantity__input,
.fts-pdp-column .quantity input[type="number"] {
  text-align: center !important;
  border: none !important;
  border-left: 1px solid rgba(20, 20, 20, 0.12) !important;
  border-right: 1px solid rgba(20, 20, 20, 0.12) !important;
  background: transparent !important;
  font-family: 'Archivo', system-ui, sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  width: 100% !important;
  -moz-appearance: textfield !important;
}

.fts-pdp-column .quantity input[type="number"]::-webkit-inner-spin-button,
.fts-pdp-column .quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* ===== SESSION 3H: FORCE ROUNDED CORNERS ON FORM CONTROLS ===== */

/* Variant picker — select dropdown */
.fts-pdp-column select,
.fts-pdp-column .product-form__input select,
.fts-pdp-column variant-selects select,
.fts-pdp-column .variant-selects select,
html body .product select,
html body select.select__select {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  border: 1.5px solid var(--line, #1a1a1a) !important;
  background-color: #fff !important;
  height: 48px !important;
  padding: 0 40px 0 16px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1L6 6L11 1' stroke='%23141414' stroke-width='1.5' stroke-linecap='round'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  font-family: 'Archivo', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  width: 100% !important;
}

/* Kill Dawn's select wrapper border/background that might show through */
.fts-pdp-column .select,
.fts-pdp-column .select__select,
.fts-pdp-column .product-form__input {
  border: none !important;
  background: transparent !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

/* Quantity picker — outer wrapper */
.fts-pdp-column .quantity,
.fts-pdp-column quantity-input,
.fts-pdp-column .product-form__quantity,
html body .product .quantity,
html body quantity-input {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  border: 1.5px solid var(--line, #1a1a1a) !important;
  overflow: hidden !important;
  background: #fff !important;
}

/* Quantity buttons — square within the rounded wrapper */
.fts-pdp-column .quantity__button,
.fts-pdp-column .quantity button,
.fts-pdp-column quantity-input button {
  border-radius: 0 !important;
  border: none !important;
  background: transparent !important;
}

/* First and last buttons clip cleanly inside the rounded wrapper */
.fts-pdp-column .quantity button:first-of-type {
  border-top-left-radius: 8.5px !important;
  border-bottom-left-radius: 8.5px !important;
}

.fts-pdp-column .quantity button:last-of-type {
  border-top-right-radius: 8.5px !important;
  border-bottom-right-radius: 8.5px !important;
}

/* Quantity input — no border to avoid double lines with wrapper */
.fts-pdp-column .quantity__input,
.fts-pdp-column .quantity input[type="number"],
.fts-pdp-column quantity-input input {
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  text-align: center !important;
}

/* Dawn input wrappers — don't let them introduce square borders */
.fts-pdp-column .product-form__input--dropdown,
.fts-pdp-column .product-form__input--quantity {
  border-radius: 10px !important;
  overflow: visible !important;
}

/* ===== SESSION 3J FIX A: UN-NEST BORDERS ===== */

/* Variant picker: reset all wrapper borders — border lives only on the select */
.fts-pdp-column .product-form__input,
.fts-pdp-column .product-form__input--dropdown,
.fts-pdp-column variant-selects,
.fts-pdp-column .variant-selects {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 0 12px 0 !important;
}

/* The actual select element gets the single border */
.fts-pdp-column select,
.fts-pdp-column variant-selects select,
.fts-pdp-column .select__select {
  border: 1.5px solid var(--line, #1a1a1a) !important;
  border-radius: 10px !important;
  background: #fff !important;
  height: 48px !important;
  padding: 0 40px 0 16px !important;
  width: 100% !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1L6 6L11 1' stroke='%23141414' stroke-width='1.5' stroke-linecap='round'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  font-family: 'Archivo', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

/* Labels sit above the control, not inside a bordered wrapper */
.fts-pdp-column .form__label,
.fts-pdp-column .product-form__input label {
  display: block !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--muted, #6b6b6b) !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  position: static !important;
}

/* Quantity: reset outer wrappers, border only on the actual control */
.fts-pdp-column .product-form__input--quantity,
.fts-pdp-column .quantity__wrapper,
.fts-pdp-column .product-form__quantity {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 0 12px 0 !important;
}

.fts-pdp-column .quantity,
.fts-pdp-column quantity-input {
  border: 1.5px solid var(--line, #1a1a1a) !important;
  border-radius: 10px !important;
  background: #fff !important;
  display: grid !important;
  grid-template-columns: 48px 1fr 48px !important;
  height: 48px !important;
  overflow: hidden !important;
  width: 100% !important;
}

.fts-pdp-column .quantity__button,
.fts-pdp-column .quantity button,
.fts-pdp-column quantity-input button {
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
  border-radius: 0 !important;
}

.fts-pdp-column .quantity__input,
.fts-pdp-column .quantity input,
.fts-pdp-column quantity-input input {
  border: none !important;
  background: transparent !important;
  text-align: center !important;
  border-radius: 0 !important;
  font-family: 'Archivo', sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  width: 100% !important;
}

/* ===== SESSION 3J FIX B: HULK PRODUCT OPTIONS ===== */

.fts-pdp-column .hulk_po_block,
.fts-pdp-column .hulk_po_container,
.fts-pdp-column .po-wrapper,
.fts-pdp-column .hulk-options-wrapper,
.fts-pdp-column .hulk_product_options {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 12px 0 !important;
  width: 100% !important;
}

.fts-pdp-column .hulk_po_option,
.fts-pdp-column .po-option,
.fts-pdp-column .hulk_option {
  margin-bottom: 12px !important;
  width: 100% !important;
}

.fts-pdp-column .hulk_po_label,
.fts-pdp-column .po-label,
.fts-pdp-column .hulk_option_label,
.fts-pdp-column label[for*="hulk"],
.fts-pdp-column label[for*="po_"] {
  display: block !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--muted, #6b6b6b) !important;
  margin: 0 0 6px 0 !important;
  font-weight: 500 !important;
}

.fts-pdp-column .hulk_po_option select,
.fts-pdp-column .po-option select,
.fts-pdp-column select[name*="properties"],
.fts-pdp-column select[id*="hulk"] {
  width: 100% !important;
  height: 48px !important;
  padding: 0 40px 0 16px !important;
  border: 1.5px solid var(--line, #1a1a1a) !important;
  border-radius: 10px !important;
  background: #fff !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1L6 6L11 1' stroke='%23141414' stroke-width='1.5' stroke-linecap='round'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  font-family: 'Archivo', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.fts-pdp-column .hulk_po_option input[type="text"],
.fts-pdp-column .hulk_po_option input[type="number"],
.fts-pdp-column .po-option input[type="text"],
.fts-pdp-column input[name*="properties"]:not([type="checkbox"]):not([type="radio"]) {
  width: 100% !important;
  height: 48px !important;
  padding: 0 16px !important;
  border: 1.5px solid var(--line, #1a1a1a) !important;
  border-radius: 10px !important;
  background: #fff !important;
  font-family: 'Archivo', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.fts-pdp-column .hulk_po_option input[type="checkbox"],
.fts-pdp-column .hulk_po_option input[type="radio"],
.fts-pdp-column input[type="checkbox"][name*="properties"],
.fts-pdp-column input[type="radio"][name*="properties"] {
  accent-color: var(--red, #d6241c) !important;
  width: 16px !important;
  height: 16px !important;
  cursor: pointer !important;
}

.fts-pdp-column .hulk_po_radio_group,
.fts-pdp-column .hulk_po_checkbox_group {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding: 8px 0 !important;
}

.fts-pdp-column .hulk_po_option textarea,
.fts-pdp-column textarea[name*="properties"] {
  width: 100% !important;
  min-height: 80px !important;
  padding: 12px 16px !important;
  border: 1.5px solid var(--line, #1a1a1a) !important;
  border-radius: 10px !important;
  background: #fff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  resize: vertical !important;
}

.fts-pdp-column .hulk_po_price,
.fts-pdp-column .po-price-add {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 12px !important;
  color: var(--red, #d6241c) !important;
  font-weight: 500 !important;
}

/* ── Hide truly empty controls so they don't leave whitespace ── */

.fts-pdp-column .product-form__input:empty,
.fts-pdp-column variant-selects:empty,
.fts-pdp-column .shopify-section > div:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Tighten overall block-to-block spacing */
.fts-pdp-column > * {
  margin-bottom: 10px !important;
}

/* A touch more room around the ATC button */
.fts-pdp-column .product-form__buttons {
  margin-top: 4px !important;
  margin-bottom: 12px !important;
}

/* Wishlist stub button: remove any double-text from the old CSS text-replacement rules */
.fts-product-actions .wk-add-to-wishlist-btn > span {
  font-size: 13px !important;
}

.fts-product-actions .wk-add-to-wishlist-btn > span::after {
  content: none !important;
}
/* ---------- Snap Compare slot ----------
   The app mounts a Vue app (<div data-v-app>) containing .sp-button,
   which reads --sp-* custom properties set inline on the element.
   Inline properties outrank stylesheet declarations, so we redefine
   the variables on the wrapper — they inherit down and win. */

.fts-product-actions .fts-compare-target {
  padding: 0 !important;
  display: flex !important;
  align-items: stretch;

  --sp-width: 100%;
  --sp-height: auto;
  --sp-padding: 12px 10px;
  --sp-bg-color: transparent;
  --sp-bg-color-active: transparent;
  --sp-text-color: #141414;
  --sp-text-color-active: #d6241c;
  --sp-text-size: 11px;
  --sp-icon-size: 16px;
  --sp-border-radius: 0;
  --sp-box-shadow: none;
}

.fts-product-actions .fts-compare-target > div[data-v-app] {
  display: flex !important;
  width: 100% !important;
}

.fts-product-actions .fts-compare-target .sp-button {
  flex: 1 1 auto;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #141414 !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  white-space: nowrap;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.fts-product-actions .fts-compare-target .sp-button:hover {
  color: #d6241c !important;
}

.fts-product-actions .fts-compare-target .sp-button svg {
  width: 16px !important;
  height: 16px !important;
}
/* The .sp-button draws its own square border inside our rounded
   wrapper. Reset every border longhand and both box-shadow rings —
   the app's Tailwind build sets --sp-tw-ring-* which render as a
   shadow, not a border, so `border: 0` alone doesn't clear them. */

.fts-product-actions .fts-compare-target .sp-button,
.fts-product-actions .fts-compare-target .sp-button:hover,
.fts-product-actions .fts-compare-target .sp-button:focus,
.fts-product-actions .fts-compare-target .sp-button:focus-visible,
.fts-product-actions .fts-compare-target .sp-button:active {
  border-top: 0 none transparent !important;
  border-right: 0 none transparent !important;
  border-bottom: 0 none transparent !important;
  border-left: 0 none transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
  --sp-tw-ring-color: transparent;
  --sp-tw-ring-offset-width: 0px;
  --sp-tw-ring-offset-color: transparent;
  --sp-tw-ring-shadow: 0 0 #0000;
  --sp-tw-ring-offset-shadow: 0 0 #0000;
  --sp-tw-shadow: 0 0 #0000;
}
/* The injected button carries Dawn's `.button` class, so it inherits
   Dawn's button chrome — which is drawn with box-shadow off
   --color-button (red on this theme), not with `border`. Neutralise
   the shadow variables rather than the shadow, so hover/focus states
   built from the same variables stay consistent. */

.fts-product-actions .fts-compare-target .sp-button.button,
.fts-product-actions .fts-compare-target .sp-button.button::before,
.fts-product-actions .fts-compare-target .sp-button.button::after {
  box-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 12px 8px !important;
  --border-offset: 0px;
  --buttons-border-width: 0px;
  --buttons-radius: 0px;
  --buttons-radius-outset: 0px;
  --alpha-button-background: 0;
  --alpha-button-border: 0;
}
/* The app re-declares border-color/outline separately, so the shorthand
   reset above doesn't catch it. */
.fts-product-actions .fts-compare-target > *,
.fts-product-actions .fts-compare-target button,
.fts-product-actions .fts-compare-target a,
.fts-product-actions .fts-compare-target label {
  border-color: transparent !important;
  border-width: 0 !important;
  border-style: none !important;
  outline: 0 !important;
}

/* "ADD TO COMPARE" is longer than the other two labels and overflows
   at this width — let it shrink rather than clip. */
.fts-product-actions .fts-compare-target > * {
  font-size: 11px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  white-space: nowrap;
}
/* ---------- Advanced Wishlist block ----------
   The app's block is a theme block, so it can only be ordered after
   the whole buy_buttons case (which contains the USPs, action row and
   links). Flex ordering lifts it back into the action row's first slot.
   The container is a grid/flex column, so `order` works on its children. */

.fts-pdp-column { display: flex; flex-direction: column; }
.fts-pdp-column > * { order: 0; }

/* Pin the wishlist block into the empty slot. Adjust the selector if
   the app's wrapper class differs — check the rendered block. */
.fts-pdp-column .fts-wishlist-target { min-height: 46px; }