/** Shopify CDN: Minification failed

Line 1301:0 Unexpected "}"

**/
.main-product--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-border));
}
.main-product .rte > div {
  max-width: 100% !important;
}
@media screen and (max-width: 576px) {
  .main-product .rte > div {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .main-product .rte .section-header__title {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 989px) {
  .main-product {
    overflow: hidden;
  }
}
@media screen and (max-width: 990px) {
  .main-product {
    margin: 0 auto;
  }
  .main-product .product .product__outer {
    max-width: 100%;
    margin: 0 auto;
  }
}

.complementary-products--border-top {
  border-top: 0.1rem solid rgba(var(--color-border));
}

.product .d-none-desktop {
  display: block;
}
@media (min-width: 1100px) {
  .product .d-none-desktop {
    display: none;
  }
}
.product .d-none-mobile {
  display: none;
}
@media (min-width: 1100px) {
  .product .d-none-mobile {
    display: block;
  }
}
.product .custom-liquid {
  margin: 1.6rem 0;
}
.product .product__outer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 3rem;
  padding: 0;
}
@media (min-width: 990px) {
  .product .product__outer {
    flex-direction: row;
    gap: 3rem;
  }
}
@media (min-width: 1360px) {
  .product .product__outer {
    gap: 7.6rem;
  }
}
@media (max-width: 990px) {
  .product .product__outer {
    align-items: center;
  }
}
@media (min-width: 750px) {
  .product .product__outer--desktop-order.product__outer--thumbs-aside .product__info-container {
    order: 1;
  }
}
@media (min-width: 750px) {
  .product .product__outer--desktop-order.product__outer--thumbs-aside .product__main {
    order: 2;
  }
}
@media (max-width: 749px) {
  .product .product__outer--mobile-order .product__main {
    order: 1;
  }
}
.product .deferred-media__poster-button {
  display: none;
}
@media (min-width: 990px) {
  .product .deferred-media__poster-button {
    display: flex;
    width: 4.4rem;
  }
}
.product .deferred-media__poster-button svg {
  color: rgb(var(--color-foreground));
}
.product .button.product__xr-button {
  display: none;
}
.product .deferred-media__poster {
  height: 0;
  padding-top: 70%;
  background-color: rgb(var(--color-background));
  position: relative;
}
@media (min-width: 750px) {
  .product .deferred-media__poster {
    padding-top: 50%;
  }
}
@media (min-width: 1100px) {
  .product .deferred-media__poster {
    min-height: 52rem;
    height: 100%;
    padding-top: 0;
  }
}
.product .deferred-media__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 750px) {
  .product__media-container .slider-buttons {
    display: none;
  }
}
.product__sku {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  color: rgb(var(--color-foreground));
  margin: 0.8rem 0;
}
.product__pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
  z-index: 2;
}
@media (min-width: 990px) {
  .product__pagination-wrapper {
    bottom: 6rem;
  }
}
.product__pagination {
  position: static;
  display: inline-flex;
  width: auto !important;
  min-height: 2.6rem;
  border-radius: 10rem;
  padding: 0.5rem 0.95rem;
  pointer-events: auto;
}
.product__full-details {
  width: max-content;
  margin: 0 auto;
}
.product .share-buttons {
  margin-block: 1.6rem;
}
@media (min-width: 1440px) {
  .product--no-media .shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background-position: 18rem center;
  }
}
.product--no-media .placeholder-svg {
  height: 100% !important;
  object-fit: contain;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
.product--no-media .product-form {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.product--no-media .product__outer {
  gap: 2rem;
}
.product--no-media .product__media-item {
  width: 100%;
}

/* Product popup */
.product-popup {
  display: block;
  margin: 0;
}
.product-popup modal-opener button {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  padding: 0;
  min-width: auto;
  min-height: auto;
  background: none;
  box-shadow: none;
  color: rgb(var(--color-foreground-secondary));
  --alpha-button-background: 0;
  overflow: visible;
}
.product-popup modal-opener button span {
  position: relative;
  display: block;
}

.product-popup-modal {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-overlay), 0.8);
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  pointer-events: none;
}
.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 9999999;
  pointer-events: all;
}
.product-popup-modal__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  border: none;
}
@media (min-width: 750px) {
  .product-popup-modal__close {
    top: 2.4rem;
    right: 2.4rem;
  }
}
.product-popup-modal__close.modal-close-button {
  color: rgb(var(--color-accent));
}
.product-popup-modal__dialog {
  width: calc(100% - 3.2rem);
  max-width: 61.8rem;
  max-height: 80%;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4rem 2rem 3rem;
  background-color: rgb(var(--color-background));
  border-radius: var(--border-radius-main);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 750px) {
  .product-popup-modal__dialog {
    padding: 4rem;
  }
}
@media (min-width: 990px) {
  .product-popup-modal__dialog {
    width: auto;
    min-width: 65rem;
    max-width: calc(100% - 3.2rem);
  }
}
@media (min-width: 1100px) {
  .product-popup-modal__dialog {
    max-width: 61.8rem;
  }
}
.product-popup-modal .express__shipping.product-popup-modal__title {
  margin: 0;
  font-size: 2.4rem;
}
.product-popup-modal__content {
  height: max-content;
  width: max-content;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: auto;
}
.product-popup-modal__content::-webkit-scrollbar:vertical {
  width: 0.4rem;
}
.product-popup-modal__content::-webkit-scrollbar:horizontal {
  height: 0.4rem;
}
.product-popup-modal__content::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-border));
  border-radius: 2rem;
}
.product-popup-modal__text p {
  font-size: 1.5rem;
  color: rgba(var(--color-foreground));
  margin: 0.4rem 0 2.4rem 0;
  margin-bottom: 0;
}
.product-popup-modal__text p + p {
  margin-top: 0.8rem;
}
.product-popup-modal__text a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  transition: opacity var(--duration-default);
}
.product-popup-modal__text a:hover {
  cursor: pointer;
}
.product-popup-modal .express__shipping.product-popup-modal__text {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 2.4rem;
}

/* Dynamic checkout */
.shopify-payment-button__more-options[disabled] {
  cursor: default;
}

.shopify-payment-button__button {
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: var(--border-radius-button);
  transition: var(--duration-default);
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  border: 1px solid rgb(var(--color-button));
  line-height: var(--font-body-line-height);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  min-height: 4.4rem;
  min-width: 14.8rem;
  padding: 1.5rem 2.5rem;
  transition: background-color var(--duration-default), color var(--duration-default), border var(--duration-default);
}
.shopify-payment-button__button:focus:not(:focus-visible) {
  outline: 0;
}
.shopify-payment-button__button__more-options {
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.shopify-payment-button__button:disabled {
  cursor: not-allowed;
}

.shopify-payment-button__button.shopify-payment-button__button--branded {
  padding: 0;
  border: none;
}
.shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate {
  width: 100% !important;
}
.shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate > div {
  justify-content: center !important;
  gap: 0.8rem;
  margin: 0;
  font-size: 1.4rem !important;
}
@media (min-width: 750px) {
  .shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate > div {
    font-size: 1.5rem !important;
  }
}
.shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate > div span {
  font-size: 1.3rem;
  font-weight: var(--font-button-weight);
}

.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button));
  box-shadow: none;
  transition: var(--duration-default);
  text-align: center;
}
.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover:not([disabled]), .shopify-payment-button__button.shopify-payment-button__button--unbranded:focus, .shopify-payment-button__button.shopify-payment-button__button--unbranded:focus-visible {
  background-color: rgb(var(--color-button-hover));
  color: rgb(var(--color-button-text-hover));
  border: 1px solid rgb(var(--color-button-hover));
}

.product-parameters {
  margin: 0.8rem 0;
  margin-bottom: 2.4rem;
  position: relative;
  pointer-events: all;
  user-select: none;
}
.product-parameters variant-radios,
.product-parameters variant-selects {
  display: flex;
  flex-direction: column;
}
.product-parameters .dropdown-select {
  position: relative;
  display: block;
  width: 100%;
}
.product-parameters .dropdown-select__current {
  width: 100%;
  min-height: 4.4rem;
  padding: 0.7rem 1.2rem 0.7rem 1.6rem;
  -webkit-appearance: none;
  appearance: none;
  color: rgb(var(--color-foreground));
  border: 0.1rem solid rgb(var(--color-border));
  border-radius: min(var(--border-radius-input), 0.8rem);
  box-sizing: border-box;
  transition: border-color var(--duration-default);
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  min-width: 13rem;
}
.product-parameters .dropdown-select__current:hover {
  border-color: rgb(var(--color-foreground));
}
.product-parameters .dropdown-select__current:focus {
  border-color: rgb(var(--color-foreground));
}
.product-parameters .dropdown-select__current:focus-visible, .product-parameters .dropdown-select__current:focus {
  outline: none;
}
.product-parameters .dropdown-select__current > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
}
.product-parameters .dropdown-select__current span {
  white-space: nowrap;
}
.product-parameters .dropdown-select__current--with-color [data-dropdown-current-value] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.product-parameters .dropdown-select__current--with-color [data-dropdown-current-value]::before {
  content: "";
  position: static;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: var(--radius);
  background: var(--swatch-color);
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}
.product-parameters .dropdown-select__current .icon-caret {
  position: static;
  transform: none;
  top: unset;
  right: unset;
}
.product-parameters .dropdown-select__options {
  position: absolute;
  width: 100%;
  z-index: 101;
  display: none;
  border: 0.1rem solid rgb(var(--color-border));
  border-radius: min(var(--border-radius-input), 0.8rem);
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  padding: 0 !important;
  overflow: hidden;
  margin-top: 0.4rem;
}
.product-parameters .dropdown-select__options.active {
  display: block;
}
.product-parameters .dropdown-select ul {
  max-height: 30rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: rgb(var(--color-background));
  box-sizing: border-box;
  list-style: none;
  padding: 0 !important;
  display: block;
  width: 100%;
  transform: translate3d(0, 0, 0);
}
.product-parameters .dropdown-select ul::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.3rem;
}
.product-parameters .dropdown-select ul::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.2);
  border-radius: 2rem;
}
.product-parameters .dropdown-select ul li label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.9rem 1.2rem 0.9rem 1.6rem;
  text-decoration: none;
  line-height: 1.3;
  border-radius: 0;
  border: none;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  transition: background-color var(--duration-default);
}
.product-parameters .dropdown-select ul li label .icon-check {
  display: none;
  width: 2.2rem;
  height: 2.2rem;
  flex-shrink: 0;
  position: static;
  transform: none;
  top: unset;
  right: unset;
}
@media screen and (hover: hover) and (pointer: fine) {
  .product-parameters .dropdown-select ul li label:hover {
    border: none !important;
    color: rgb(var(--color-foreground)) !important;
    background-color: rgb(var(--color-background-secondary)) !important;
  }
}
.product-parameters .dropdown-select ul li input:checked + label {
  border: none;
  color: rgba(var(--color-foreground));
  background-color: rgb(var(--color-background-secondary));
  pointer-events: none;
}
.product-parameters .dropdown-select ul li input:checked + label .icon-check {
  display: block;
}
.product-parameters .dropdown-select ul li input:focus-visible + label {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.1rem;
}
.product-parameters .dropdown-select ul li input.disabled + label {
  opacity: 0.7;
}
.product-parameters .dropdown-select ul li input.disabled + label::before {
  content: none;
}
.product-parameters .dropdown-select .select-label {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-size: calc(var(--font-body-scale) * 1rem);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
  text-transform: none;
  word-break: break-word;
}
.product-parameters .dropdown-select .select-label--color {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.product-parameters .dropdown-select .select-label--color::before {
  content: "";
  position: static;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--swatch-color);
  border-radius: var(--radius);
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}
.product-parameters + .product__buy-buttons {
  padding-top: 0;
}
.product-parameters + .product-extra-option {
  margin-top: 0;
}
.no-js .product-parameters .select {
  width: 100%;
  position: relative;
}
.no-js .product-parameters .select__select {
  width: 100%;
  min-height: 4.4rem;
  padding: 0.7rem 1.2rem;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-size: 1.2rem;
  -webkit-appearance: none;
  appearance: none;
  color: rgb(var(--color-foreground-title));
  border: 0.1rem solid rgb(var(--color-border));
  border-radius: min(var(--border-radius-input), 0.8rem);
  box-sizing: border-box;
  transition: border-color var(--duration-default);
  overflow: hidden;
  cursor: pointer;
}
.no-js .product-parameters .select__select::placeholder {
  transition: color var(--duration-default);
  color: rgba(var(--color-foreground-secondary));
}
.no-js .product-parameters .select__select:hover {
  border-color: rgb(var(--color-foreground));
}
.no-js .product-parameters .select__select:focus {
  border-color: rgb(var(--color-foreground));
}
.no-js .product-parameters .select__select:focus-visible, .no-js .product-parameters .select__select:focus {
  outline: none;
}
.no-js .product-parameters .select svg {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
  transition: var(--duration-default);
  pointer-events: none;
}
.product-parameters .high-variant-loading fieldset {
  opacity: 0.5;
}

.product-form {
  display: block;
  margin: 0;
}
.product-form__error-message-wrapper:not([hidden]) {
  display: flex;
  align-items: center;
  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.1rem;
}
.product-form__controls {
  border: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 1.6rem;
}
.product-form__controls + .product-form__controls {
  border-top: none;
}
.product-form__controls--colors .product-form__controls-group {
  gap: 0.6rem;
}
.product-form__controls--variant-image .product-form__controls-group {
  gap: 0.8rem;
}
.product-form__controls-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  position: relative;
}
variant-radios .product-form__controls-group {
  justify-content: flex-start;
}
.product-form__controls-group input {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.product-form__controls-group input:not(.disabled) + label {
  transition: border-color var(--duration-default);
}
.product-form__controls-group input:not(.disabled) + label:hover {
  border-color: rgb(var(--color-border-on-hover));
}
.product-form__controls-group input:not(.disabled) + label span.visually-hidden {
  display: none;
}
.product-form__controls-group input.disabled + label:not(.color-swatch) {
  opacity: 1;
  overflow: hidden;
  border-color: rgb(var(--color-foreground));
  color: rgb(var(--color-foreground));
}
.product-form__controls-group input.disabled + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.2rem;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  transform: skewX(-53deg);
}
.product-form__controls-group input:checked:not(.disabled) + label {
  background-color: transparent;
  color: rgb(var(--color-foreground));
  border: 1px solid rgb(var(--color-accent)) !important;
  font-weight: 400;
  font-size: 1.4rem;
}
.product-form__controls-group input:checked:not(.disabled) + label:not(.color-swatch) {
  background-color: rgb(var(--color-accent));
  color: rgb(var(--color-button-text));
  border: 1px solid rgb(var(--color-accent)) !important;
}
.product-form__controls-group input:checked:not(.disabled) + label:before {
  background-color: rgb(var(--color-button));
}
.product-form__controls-group label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  z-index: 1;
  cursor: pointer;
  min-width: 3.9rem;
  min-height: 3.9rem;
  padding: 0.8rem 1.4rem;
  margin: 0;
  border-radius: var(--border-radius-button);
  border: 0.1rem solid rgb(var(--color-border));
  background-color: rgb(var(--color-background-input));
  color: rgb(var(--color-foreground-secondary));
  transition: var(--duration-default);
}
.product-form__controls-group label.color-swatch {
  position: relative;
  box-sizing: border-box;
  background: var(--swatch-color);
}
.product-form__controls-group label.variant-swatch {
  position: relative;
  box-sizing: border-box;
  background: var(--swatch-color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-radius: min(var(--border-radius-button), 0.8rem);
  border-color: transparent;
  z-index: 2;
}
.product-form__controls-group label.variant-swatch--portrait {
  width: 5rem;
  height: 6.6rem;
}
.product-form__controls-group label.variant-swatch--landscape {
  width: 5rem;
  height: 3.7rem;
}
.product-form__controls-group label.variant-swatch--square {
  width: 5rem;
  height: 5rem;
}
.product-form__controls-group label.variant-swatch--color {
  border-color: rgba(var(--color-foreground), 0.1);
}
.product-form__group-name {
  display: block;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(var(--color-foreground));
  margin-bottom: 0.8rem;
}
.product-form__inventory.visibility-hidden {
  width: 0;
  height: 0;
  margin: 0;
}
.product-form__inventory:empty {
  margin: 0;
}
.product-form__inventory span.product-form__inventory--in-stock {
  color: rgb(var(--color-success));
}
.product-form__inventory span.product-form__inventory--low-stock {
  color: rgb(var(--color-error));
}
.product-form__inventory span.product-form__inventory--out-of-stock {
  color: rgb(var(--color-foreground-secondary));
}
.product-form__inventory span.product-form__inventory--hidden {
  visibility: hidden;
}
.product-form__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.product-form__buttons:has(button[type=submit][data-status=sold-out]) .product-form__checkout {
  opacity: 0.5;
  pointer-events: none;
}
.product-form__buttons-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
}
@media screen and (min-width: 990px) {
  .product-form__buttons-row {
    flex-wrap: nowrap;
  }
}
.product-form__quantity {
  width: auto;
}
.product-form__quantity + div {
  min-width: auto !important;
  width: 100%;
  max-width: 100%;
}
.product-form__checkout {
  position: relative;
  transition: opacity var(--duration-default);
}
.product-form__checkout.disabled {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.product-form__submit {
  width: 100%;
  flex-grow: 1;
  text-transform: capitalize;
  position: relative;
  transition: var(--duration-default);
  overflow: hidden;
}
.product-form__submit[disabled], .product-form__submit[aria-disabled=true] {
  opacity: 0.5;
  pointer-events: none;
}
.product-form__submit .loading-overlay__spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.product-form__submit + .shopify-payment-button {
  display: none;
}

.about {
  overflow: hidden;
  border-top: 0.1rem solid rgb(var(--color-border));
  border-bottom: 0.1rem solid rgb(var(--color-border));
}
.about + .about {
  border-top: none;
}
.about.no-js .about__accordion-toggle {
  cursor: default;
}
.about__lib {
  margin-top: 1.6rem;
}
.about__accordion-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 1.7rem 0;
  position: relative;
  cursor: pointer;
  color: rgb(var(--color-foreground));
}
@media (min-width: 750px) {
  .about__accordion-toggle {
    padding: 2rem 0;
  }
}
.about__accordion-toggle span {
  transition: var(--duration-default);
  color: rgb(var(--color-foreground));
}
.about__accordion-toggle:hover span {
  cursor: pointer;
}
.about__accordion-toggle:hover--reviews {
  color: rgb(var(--color-foreground-secondary));
}
.about__accordion-toggle:focus-visible {
  outline-offset: 0.1rem;
}
.about__accordion-title {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
  letter-spacing: 0.04em;
}
.about__accordion-subtitle {
  font-size: 15px;
  font-weight: 500;
  color: rgb(var(--color-foreground-secondary));
}
.about__accordion-description {
  display: none;
  font-size: 1.5rem;
  color: rgb(var(--color-foreground-secondary));
  padding-bottom: 2rem;
}
@media (min-width: 750px) {
  .about__accordion-description {
    font-size: 1.8rem;
  }
}
.no-js .about__accordion-description {
  display: block;
}
.about__accordion-description > p {
  color: rgb(var(--color-foreground-secondary));
}
.about__accordion-description h2,
.about__accordion-description h3,
.about__accordion-description h4,
.about__accordion-description h5,
.about__accordion-description h6 {
  margin: 0 0 1.7rem;
}
.about__accordion-description h4 {
  margin-bottom: 0.7rem;
}
.about__accordion-description p {
  margin: 0;
}
.about__accordion-description p + p {
  margin-top: 0.8rem;
}
.about__accordion-description p a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
  transition: opacity var(--duration-default);
}
.about__accordion-description p a:hover {
  cursor: pointer;
}
.about__accordion-description img {
  width: 100%;
  max-height: 50.8rem;
  object-fit: cover;
  margin: 1.7rem 0 2rem;
  border-radius: var(--border-radius-main);
}
.about__accordion-description ol,
.about__accordion-description ul {
  margin: 1rem 0;
}
.about__accordion-description ol li + li,
.about__accordion-description ul li + li {
  margin-top: 0.8rem;
}
.about__row {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media (min-width: 750px) {
  .about__row {
    flex-direction: row;
    gap: 1.6rem;
  }
}
.about__row + .about__row {
  margin-top: 1.2rem;
}
.about__row span {
  flex-grow: 1;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: rgb(var(--color-foreground), 0.8);
  word-break: break-word;
}
@media (min-width: 750px) {
  .about__row span {
    font-size: 1.5rem;
  }
}
.about__row span:first-child {
  width: 100%;
  font-weight: 500;
}
@media (min-width: 750px) {
  .about__row span:first-child {
    max-width: 14.5rem;
  }
}
.about__button {
  font-size: 1.4rem;
  margin-top: 2.4rem;
}
@media (min-width: 750px) {
  .about__button {
    font-size: 1.5rem;
  }
}

/* Overrides */
.shopify-payment-button__more-options {
  display: none;
}

/* Color swathes */
.product-form__controls-group label.color-swatch:not(.variant-swatch) {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.4rem;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.product-form__controls-group label.color-swatch:not(.variant-swatch)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.6rem;
  height: 2.6rem;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  border: 0.6rem solid transparent;
  background: var(--swatch-color);
  transition: border var(--duration-default), width var(--duration-default), height var(--duration-default);
}
.product-form__controls-group label.color-swatch:not(.variant-swatch).color-black::after {
  border: 0.1rem solid rgb(var(--color-border));
}
.product-form__controls-group label.color-swatch:not(.variant-swatch) .color-swatch-title {
  display: block;
  padding: 0.2rem 0.5rem;
  border-radius: var(--border-radius-button);
  border: 0.1rem solid rgb(var(--color-border));
  background-color: rgb(var(--color-background)) !important;
  position: absolute;
  top: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  text-transform: capitalize;
  font-size: 1.2rem;
  transition: all var(--duration-default);
  z-index: 3;
  width: max-content;
  max-width: 10rem;
  word-break: break-all;
}
.product-form__controls-group label.color-swatch:not(.variant-swatch):hover .color-swatch-title {
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background)) !important;
  visibility: visible;
}
@media (min-width: 750px) {
  .product-form__controls-group label.color-swatch:not(.variant-swatch):hover .color-swatch-title {
    opacity: 1;
  }
}

.product-form__controls--colors .product-form__controls-group input.disabled + label.color-swatch:not(.variant-swatch) {
  opacity: 1;
  border: 1px solid rgb(var(--color-foreground));
}
.product-form__controls--colors .product-form__controls-group input.disabled + label.color-swatch:not(.variant-swatch)::before {
  height: 100%;
  width: 0.1rem;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%) rotate(45deg);
  background-color: rgb(var(--color-foreground));
  opacity: 1;
  visibility: visible;
  content: "";
  top: unset;
  border: unset;
  border-radius: unset;
  padding: 0;
}
.product-form__controls--colors .product-form__controls-group input.disabled + label.color-swatch:not(.variant-swatch).color-white::before {
  background-color: rgb(var(--color-foreground));
}
.product-form__controls--colors .product-form__controls-group input.disabled + label.variant-swatch {
  border: 1px solid rgb(var(--color-foreground));
  opacity: 0.3;
}

/* Recipient form */
.recipient-form {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
.recipient-form input[type=date] {
  padding: 1.5rem 2rem;
}
.recipient-form input[type=checkbox] {
  display: none;
  position: absolute;
  appearance: none;
}
.recipient-form input[type=checkbox]:checked + label::before {
  border-color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-foreground));
}
.recipient-form input[type=checkbox]:checked + label .icon-checkmark {
  visibility: visible;
}
.recipient-form input[type=checkbox]:checked ~ .recipient-fields {
  display: block;
  animation: animateMenuOpen var(--duration-default) ease;
}
.recipient-form input[type=checkbox] + label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.5rem;
  color: rgb(var(--color-foreground));
  position: relative;
  cursor: pointer;
  line-height: 1;
}
.recipient-form input[type=checkbox] + label:hover::before {
  border-color: rgb(var(--color-border-on-hover));
}
.recipient-form input[type=checkbox] + label::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: var(--border-radius-button);
  border: 0.1rem solid rgb(var(--color-border-input));
  background-color: rgb(var(--color-background));
  transition: border-color var(--duration-default);
}
.recipient-form input[type=checkbox] + label .icon-checkmark {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 0;
  z-index: 5;
  visibility: hidden;
  color: rgb(var(--color-button-text));
}
.recipient-form .recipient-email-label {
  display: none;
}
.recipient-form .recipient-form-field-label {
  font-size: 1.2rem;
  margin: 0.4rem 0 0;
  text-transform: initial;
}
.recipient-form .recipient-form-field-label--space-between {
  display: flex;
  justify-content: space-between;
}
.recipient-form .recipient-fields__field:not(:last-child) {
  margin: 0 0 1.6rem;
}
.recipient-form .recipient-fields hr {
  margin: 1.6rem auto;
}
.recipient-form .form__label {
  margin-bottom: 1rem;
  text-transform: none;
}
.recipient-form .form .field__label {
  margin-bottom: 1rem !important;
}
.recipient-form .form__message {
  font-size: 1.2rem;
  line-height: 1;
  color: rgb(var(--color-error));
  margin: 0.4rem 0 0;
}
.recipient-form .field__input {
  border: 0.1rem solid rgb(var(--color-foreground), 0.5) !important;
}
.recipient-form .field__label {
  margin-bottom: 1rem !important;
}

.no-js .recipient-checkbox {
  display: none !important;
}
.no-js .recipient-email-label.optional {
  display: inline-block;
}

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

/* Sticky content */
@media (min-width: 990px) {
  .shopify-section-header-sticky:not(.shopify-section-header-hidden) ~ main .product__outer--thumbs-aside .product__info-container {
    top: calc(var(--header-height) + 1.6rem);
  }
}

@media (prefers-color-scheme: light) {
  .product__pagination {
    background: rgba(255, 255, 255, 0.4);
  }
}
noscript .product__media img {
  max-width: 100%;
  height: auto;
}

/* Sticky add to cart */
.sticky-add-to-cart {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  min-height: 2.7rem;
  overflow: hidden;
  background: rgb(var(--color-background));
  border-radius: var(--border-radius-main);
  opacity: 0;
  visibility: hidden;
  transform: translateY(110%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  background-color: rgb(var(--color-background-input));
  border-top: 0.1rem solid rgb(var(--color-border));
}
.sticky-add-to-cart__close-btn {
  min-width: 44px;
  min-height: 44px;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  pointer-events: auto;
}


}
.sticky-add-to-cart .product-form {
  display: block;
  margin: 0;
}
.sticky-add-to-cart .product-form__error-message-wrapper:not([hidden]) {
  margin-top: 0.5rem;
}
.sticky-add-to-cart:not([hidden]) {
  margin-top: 0.5rem;
}
.sticky-add-to-cart--border {
  border: 0.1rem solid rgb(var(--color-border));
}
.sticky-add-to-cart.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sticky-add-to-cart.hidden {
  display: none !important;
}
.sticky-add-to-cart__wrapper {
  padding: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
.sticky-add-to-cart__info {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
}
.sticky-add-to-cart__info .vendor-name {
  margin: 0;
  margin-bottom: 0.2rem;
}
.sticky-add-to-cart__info .card-mini__content--title {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin: 2px 0 8px 0;
  font-size: 1.8rem;
}
.sticky-add-to-cart .product-card-mini__image {
  width: 100%;
  max-width: 6rem;
  max-height: 6.9rem;
  position: relative;
  border-radius: var(--border-radius-main);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.sticky-add-to-cart .product-card-mini__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  inset: 0;
}
.sticky-add-to-cart .sticky-add-to-cart__price-wrapper {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.sticky-add-to-cart .sticky-add-to-cart__price-wrapper .price-item {
  font-size: 1.6rem;
  font-weight: 400;
}
.sticky-add-to-cart .sticky-add-to-cart__price-wrapper .button_wrapper {
  overflow: hidden;
  position: relative;
  display: inline-block;
  max-width: fit-content;
}
.sticky-add-to-cart .sticky-add-to-cart__price-wrapper .button_wrapper.custom-hover {
  border-radius: var(--border-radius-button);
}
.sticky-add-to-cart .sticky-add-to-cart__price-wrapper .button_circle {
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  z-index: 1;
}
.sticky-add-to-cart .sticky-add-to-cart__price-wrapper .explode-circle {
  animation: explode 0.5s forwards;
}
.sticky-add-to-cart .sticky-add-to-cart__price-wrapper .desplode-circle {
  animation: desplode 0.5s forwards;
}
@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(var(--color-button));
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgb(var(--color-button-hover));
  }
}
@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgb(var(--color-button-hover));
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(var(--color-button));
  }
}
.sticky-add-to-cart .product-form__submit span {
  width: max-content;
}

.template-product section.product-section {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 750px) {
  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
}
.deferred-media[loaded] .deferred-media__poster-button {
  display: none !important;
}

.featured-product-section .product__main {
  width: 100%;
}

.product__main .product__media-list-wrapper .swiper-button-disabled {
  opacity: 0.3 !important;
  visibility: visible !important;
}