.shopify-section:first-child.product-section:not(.not-margin) {
  margin-top: calc(-1 * var(--header-height));
  padding-top: var(--header-height);
}

.product .custom-liquid {
  margin-bottom: 1.5rem;
}
.product .breadcrumb {
  margin-bottom: 1.6rem;
  margin-top: 0;
}
@media (min-width: 990px) {
  .product .breadcrumb {
    margin-bottom: 5.6rem;
  }
}
@media (min-width: 1360px) {
  .product .breadcrumb {
    margin-bottom: 8.4rem;
  }
}
.product .breadcrumb__desktop {
  display: none;
}
@media (min-width: 750px) {
  .product .breadcrumb__desktop {
    display: flex;
  }
}
.product .breadcrumb__mobile {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .product .breadcrumb__mobile {
    display: none;
  }
}
.product__outer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
  padding-bottom: 5rem;
}
@media (min-width: 750px) {
  .product__outer {
    flex-direction: row;
    padding-bottom: 5rem;
    gap: 0;
  }
}
@media (min-width: 990px) {
  .product__outer {
    padding-top: 4.6rem;
    padding-bottom: 12rem;
  }
}
@media screen and (min-width: 1360px) {
  .product__outer {
    padding-bottom: 16rem;
  }
}
@media (min-width: 750px) {
  .product__outer--desktop-order .product__info-wrapper {
    order: 1;
  }
}
@media (min-width: 750px) {
  .product__outer--desktop-order .product__media-wrapper {
    padding-left: 0;
    padding-right: 0.8rem;
  }
}
@media (min-width: 1100px) {
  .product__outer--desktop-order .product__media-list-wrapper {
    flex-direction: row-reverse;
  }
}
@media (max-width: 749px) {
  .product__outer--mobile-order .product__info-wrapper {
    order: 1;
  }
}
.product__media-wrapper {
  width: 100%;
}
@media (min-width: 750px) {
  .product__media-wrapper {
    width: 48%;
  }
}
@media (min-width: 1100px) {
  .product__media-wrapper {
    width: 54%;
    padding-left: 0.8rem;
    padding-right: 0;
  }
}
.product .deferred-media__poster-button svg {
  float: left;
}
.product .deferred-media__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.product__info-container .product-form {
  margin: 0;
}
.product__info-container .share-button {
  margin-top: 1rem;
}
.product__info-container div:last-child {
  margin-bottom: 0;
}
.product__description {
  margin-bottom: 3.5rem;
  max-width: 42rem;
}
@media (min-width: 750px) {
  .product__media-container .slider-buttons {
    display: none;
  }
}
.product__info-wrapper {
  width: 100%;
}
@media (min-width: 750px) {
  .product__info-wrapper {
    width: 48%;
  }
}
@media (min-width: 1100px) {
  .product__info-wrapper {
    max-width: 100%;
    width: 391px;
    margin: 0 auto;
  }
}
.product__title__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1.2rem;
  margin-bottom: 2.8rem;
}
.product__title {
  letter-spacing: -0.02em;
  word-break: break-word;
  margin-bottom: 0;
  margin-top: 0;
}
.product__text {
  font-size: 1.1rem;
  font-weight: var(--font-button-weight);
  letter-spacing: 0.075em;
  color: rgb(var(--color-foreground));
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.product__text.subtitle {
  font-size: 1rem;
}
.product__text a {
  text-decoration: none;
  color: inherit;
  transition: opacity var(--duration-default);
}
.product__text a:hover {
  opacity: 0.7;
}
.product__sku {
  font-size: 1.6rem;
  color: rgb(var(--color-foreground));
  margin: 0 0 2.4rem;
}
.product a.product__text {
  display: block;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}
.product .price--sold-out .price__badge-sale {
  display: none;
}
.product__media-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}
@media (min-width: 1100px) {
  .product__media-list-wrapper {
    flex-direction: row;
    gap: 0.2rem;
  }
}
/* .product [data-section^=product-media-template--] .swiper-wrapper {
  flex-direction: column;
} */
.product__media-list {
  flex-grow: 1;
  border-radius: 3px;
  overflow: hidden;
}
.product__media-list.swiper-autoheight .swiper-slide {
  height: 45rem;
}
@media (min-width: 750px) {
  .product__media-list.swiper-autoheight .swiper-slide {
    height: 35rem;
  }
}
@media (min-width: 990px) {
  .product__media-list.swiper-autoheight .swiper-slide {
    height: 60rem;
  }
}
@media (min-width: 1100px) {
  .product__media-list.swiper-autoheight .swiper-slide {
    height: 78.6rem;
  }
}
.product__media-list.swiper-autoheight .deferred-media {
  top: 50%;
  transform: translateY(-50%);
}
.product__media-list.swiper-autoheight .product__media-item--contain modal-opener {
  top: 50%;
  transform: translateY(-50%);
}
.product__media-list--auto-enabled.swiper-autoheight .swiper-slide {
  height: auto;
  overflow: hidden;
}
.product__media-list--auto-enabled.swiper-autoheight .deferred-media {
  top: unset;
  transform: unset;
}
.product__media-list--auto-enabled.swiper-autoheight .product__media-item--contain modal-opener {
  top: unset;
  transform: unset;
}
.product__media-list .swiper-btn {
  background-color: rgb(255, 255, 255);
}
.product__media {
  height: 0;
  padding-top: 100%;
  background-color: rgb(var(--color-base-background-2));
}
@media (min-width: 900px) {
  .product__media {
    height: 100%;
    padding-top: 0;
  }
}
.product__media img {
  display: block;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 900px) {
  .product__media img {
    position: unset;
  }
}
.product__media-sublist {
  width: 100%;
  order: 1;
}
@media (min-width: 1100px) {
  .product__media-sublist {
    min-width: 7.6rem;
    max-width: 7.6rem;
    max-height: 58.6rem;
    overflow-y: auto;
    order: 0;
    position: relative;
  }
}
@media (min-width: 1100px) {
  .product__media-sublist .swiper-wrapper {
    margin-bottom: -5rem;
  }
}
@media (min-width: 1100px) {
  .product__media-sublist::after {
    content: "";
    display: block;
    min-width: 7rem;
    max-width: 7rem;
    height: 6rem;
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, transparent 100%);
    pointer-events: none;
    opacity: 0;
    transition: var(--duration-default);
  }
}
@media (min-width: 1100px) {
  .product__media-sublist.delimiter::after {
    opacity: 1;
  }
}
.product__media-sublist::-webkit-scrollbar {
  width: 0.4rem;
}
.product__media-sublist::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-border));
  border-radius: 2rem;
}
.product__media-sublist.no-js {
  max-width: 100%;
  padding-left: 0;
  margin: 0;
}
.product__media-sublist.no-js .product__media-subitem {
  padding-left: 0;
  height: auto;
  cursor: default;
}
.product__media-sublist.no-js .product__media-subitem:hover {
  border-color: transparent;
}
.product__media-sublist.no-js .product__media-subitem + .product__media-subitem {
  margin-top: 2rem;
}
@media (min-width: 1100px) {
  .product__media-sublist .swiper-wrapper {
    transform: none !important;
  }
}
.product__media-subitem {
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  transition: var(--duration-default);
}
@media screen and (max-width: 1100px) {
  .product__media-subitem {
    width: calc((100% - 1.6rem) / 3);
  }
}
@media (min-width: 900px) {
  .product__media-subitem {
    height: 8.8rem;
  }
}
@media (min-width: 1100px) {
  .product__media-subitem {
    max-width: 7rem;
  }
}
.product__media-subitem:hover {
  border-color: rgb(191, 191, 191);
}
.product__media-subitem.swiper-slide-thumb-active {
  border-color: rgb(191, 191, 191);
}
.product__media-subitem .product__media {
  position: relative;
  box-sizing: border-box;
  height: 0;
  padding-top: 100%;
  pointer-events: none;
}
@media (min-width: 900px) {
  .product__media-subitem .product__media {
    height: 100%;
    padding-top: 0;
  }
}
.product noscript .product__media img {
  max-width: 100%;
  height: auto;
}
.product__tags {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
@media (min-width: 990px) {
  .product__tags {
    margin-bottom: 2.2rem;
  }
}
.product .price {
  font-size: 1.5rem;
}
.product__tax {
  margin-bottom: 0 !important;
}
.product .price .price__sale .price-item--regular {
  font-size: 1.5rem;
}
.product .price dd {
  margin: 0 1.2rem 0 0;
}
.product .price-wrapper {
  margin-top: 0;
  margin-bottom: 0.8rem;
  letter-spacing: -0.02em;
}
@media (min-width: 990px) {
  .product .price-wrapper {
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 1360px) {
  .product .price-wrapper {
    margin-bottom: 3.7rem;
  }
}
.product .installment-wrapper {
  padding-bottom: 0.8rem;
}
@media (min-width: 990px) {
  .product .installment-wrapper {
    padding-bottom: 2rem;
  }
}
.product .price-item {
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}
.product .price--on-sale .price-item--regular {
  font-size: 1.5rem;
}
.product .select svg {
  color: var(--color-title-text);
}
.product__pickup-availabilities {
  margin-top: 0;
  margin-bottom: 3rem;
}
.product__read-more {
  display: inline-block;
  margin: 2rem auto 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: rgb(var(--color-foreground));
  text-decoration: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: var(--duration-default);
}
.product__read-more:hover::after {
  animation: link-hover var(--duration-long);
}
.product__read-more::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(var(--color-accent));
  transition: width var(--duration-default);
}
.product .share-buttons {
  margin-bottom: 3rem;
  position: relative;
}
@media (min-width: 1440px) {
  .product--no-media .shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background-position: 18rem center;
  }
}
.product--no-media .product__description {
  margin: 1.6rem auto 1.6rem auto;
}
@media (min-width: 990px) {
  .product--no-media .product__info-container {
    padding-left: 0;
    padding-top: 0;
  }
}
@media (min-width: 1100px) {
  .product--no-media .product__info-container {
    padding-right: 0;
  }
}
@media (min-width: 1100px) {
  .product--no-media .product__info-wrapper {
    margin: 0;
  }
}

/* Product-tags */
.product-tags {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.product-tags__tag {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 1);
  background-color: rgba(var(--color-base-background-2));
  padding: 0 1.1rem;
}
.product-tags__tag .icon {
  width: 0.847rem;
  margin-left: 0.8rem;
  color: rgb(var(--color-foreground-title));
}

.product-parameters {
  margin-top: 0;
  margin-bottom: 1.6rem;
  pointer-events: all;
}
.product-parameters label.color-swatch {
  margin: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  width: 100%;
}

.product-recommendations--single {
  width: 100%;
  margin-bottom: 3rem;
}
.product-recommendations--single .card-wrapper {
  display: flex;
  transition: var(--duration-default);
  border-radius: 0.3rem;
  overflow: hidden;
}
.product-recommendations--single .card-wrapper:hover {
  box-shadow: 0 0 0.6rem 0 rgba(var(--color-foreground), 0.3);
}
.product-recommendations--single .card-wrapper + .card-wrapper {
  margin-top: 1.5rem;
}
.product-recommendations--single .card--product {
  max-width: 9.8rem;
  width: 100%;
  height: auto;
}
.product-recommendations--single .card--product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-recommendations--single .card-information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  padding: 1rem;
}
.product-recommendations--single .card-information > svg {
  transition: var(--duration-default);
}
.product-recommendations--single .card-information__bottom {
  margin-top: 0.8rem;
}
.product-recommendations--single .card__title {
  font-size: 1.8rem;
}
.product-recommendations--single .card-wrapper__link--overlay {
  z-index: 2;
}
.product-recommendations--single .price {
  font-size: 1.5rem !important;
}
.product-recommendations--single .price-item {
  font-size: 1.5rem !important;
}

/* 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);
  color: rgb(var(--color-button-text));
  background-color: rgb(var(--color-base-button-background));
  border: 1px solid rgb(var(--color-base-button-background));
  border-radius: var(--border-radius-button);
  min-height: 6rem;
  padding: 1rem 13rem 1rem 3rem;
  overflow: hidden;
  cursor: unset;
  font-size: 1.5rem;
  text-align: left;
  text-transform: capitalize;
  background-repeat: no-repeat;
  background-position: calc(50% + 70px) center;
  position: relative;
  transition: var(--duration-default);
}
.shopify-payment-button__button:hover:not([disabled]) {
  opacity: 0.9;
  background-color: rgba(var(--color-button));
  cursor: pointer;
}
.shopify-payment-button__button:focus {
  opacity: 0.9;
  background-color: rgba(var(--color-button));
}
.shopify-payment-button__button:focus-visible {
  opacity: 0.9;
  background-color: rgba(var(--color-button));
}
.shopify-payment-button__button:focus:not(:focus-visible) {
  outline: 0;
}
.shopify-payment-button__button__more-options {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.shopify-payment-button__button.shopify-payment-button__button--branded {
  padding: 0;
  border: none;
}
.shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate > div {
  padding: 1rem 9rem 1rem 3rem !important;
  margin: 0;
  font-size: 1.5rem !important;
  justify-content: flex-start !important;
}
.shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate > div span {
  font-size: 1.5rem;
  font-weight: var(--font-button-weight);
  margin-right: 0.8rem;
}

.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button));
  box-shadow: none;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.07rem;
  transition: var(--duration-default);
}

/* Product form */
.product-form {
  display: block;
}
.product-form__error-message-wrapper:not([hidden]) {
  display: flex;
  align-items: flex-start;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.product-form__error-message-wrapper svg {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
  margin-top: 0.5rem;
}
.product-form__group-name {
  width: auto;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: var(--font-button-weight);
  color: rgb(var(--color-foreground), 0.3);
  margin: 0;
  position: absolute;
  top: 1.8rem;
  left: 2.8rem;
}
.product-form__colors-wrapper {
  width: 100%;
  margin-top: 2.4rem;
}
.product-form__colors-wrapper .product-form__controls-group {
  min-height: 3rem;
}
.product-form__colors-wrapper ~ .product-form__input--dropdown {
  margin-top: 2.4rem;
}
.product-form__input {
  width: 100%;
  padding: 0;
  margin-top: 0.1rem;
  position: relative;
}
@media (min-width: 750px) {
  .product-form__input {
    width: 50%;
  }
}
.product-form__input--radios {
  width: 100%;
}
.product-form__input--radios + .product-form__input--radios {
  margin-top: 1.5rem;
}
.product-form__input--radios .product-form__group-name {
  position: relative;
  top: -0.4rem;
  left: 0;
  color: rgb(var(--color-foreground));
}
.product-form__input--radios .product-form__input label {
  margin: 0;
}
.product-form__input .form__label {
  padding-left: 0;
}
.product-form__input .select {
  position: relative;
}
.product-form__input .select .icon-button-arrow {
  width: 10px;
  height: 10px;
  color: rgb(var(--color-foreground));
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(135deg);
  pointer-events: none;
}
.product-form__input select {
  width: 100%;
  height: 6.9rem;
  background-color: transparent;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  box-shadow: none !important;
  border: 1px solid transparent;
  -webkit-appearance: none;
  appearance: none;
  padding: 3.2rem 5rem 1.5rem 2.8rem;
  margin: -1px 0;
  color: rgb(var(--color-foreground));
  cursor: pointer;
  border-top: 0.1rem solid rgb(var(--color-border-input));
  border-bottom: 0.1rem solid rgb(var(--color-border-input));
}
.product-form__input select:focus, .product-form__input select:focus-visible, .product-form__input select:hover {
  position: relative;
  z-index: 1;
  border-color: rgb(var(--color-border-input-hover));
  outline: none;
}
.product-form__input select option {
  background-color: rgb(var(--color-background));
}
.product-form__input input[type=radio] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.product-form__input input[type=radio] + label:hover {
  border-color: rgb(var(--color-button));
  color: rgb(var(--color-button));
}
.product-form__input input[type=radio].disabled + label {
  opacity: 0.5;
  pointer-events: none;
}
.product-form__input input[type=radio].disabled + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-border));
  clip-path: polygon(96% 0, 100% 0, 4% 100%, 0% 100%);
}
.product-form__input input[type=radio]:checked:not(.disabled) + label {
  border-color: rgb(var(--color-button));
  color: rgb(var(--color-button));
}
.product-form__input input[type=radio]:checked:not(.disabled) + label:before {
  background-color: rgb(var(--color-button));
}
.product-form__input label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgb(var(--color-foreground-title));
  border: 0.2rem solid rgb(var(--color-border));
  border-radius: 0.4rem;
  cursor: pointer;
  position: relative;
  transition: var(--duration-default);
}
@media (min-width: 750px) {
  .product-form__input label {
    font-size: 1.6rem;
  }
}
.product-form__controls-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-form__quantity {
  width: auto;
  border-top: 0;
  border-bottom: 0;
  margin-top: 0;
}
.product-form__quantity .quantity {
  width: 100%;
}
@media (min-width: 576px) {
  .product-form__quantity .quantity {
    width: 14rem;
  }
}
@media (min-width: 750px) {
  .product-form__quantity .quantity {
    width: 100%;
  }
}
@media (min-width: 990px) {
  .product-form__quantity .quantity {
    width: 14rem;
  }
}
.product-form__quantity .quantity__input {
  height: 6rem;
}
.product-form__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 3rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 576px) {
  .product-form__buttons {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}
.product-form__buttons-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  gap: 0.9rem;
}
@media (min-width: 576px) {
  .product-form__buttons-row {
    flex-direction: row;
  }
}
@media (min-width: 750px) {
  .product-form__buttons-row {
    flex-direction: column;
  }
}
@media (min-width: 990px) {
  .product-form__buttons-row {
    flex-direction: row;
  }
}
.product-form__buttons-row .product-parameters__variant {
  width: 100%;
}
@media (min-width: 576px) {
  .product-form__buttons-row .product-parameters__variant {
    width: auto;
  }
}
.product-form__buttons-row .product-parameters__variant--quantity + div {
  min-width: auto !important;
  width: 100%;
  max-width: 100%;
}
.product-form__checkout {
  position: relative;
}
.product-form__submit {
  width: 100%;
  min-height: 6rem;
  box-shadow: none;
  padding: 0.25rem 3rem;
  position: relative;
  flex-grow: 1;
  transition: all 0.2s ease-out;
}
@media (min-width: 576px) {
  .product-form__submit {
    width: auto;
  }
}
@media (min-width: 750px) {
  .product-form__submit {
    width: 100%;
  }
}
@media (min-width: 990px) {
  .product-form__submit {
    width: auto;
  }
}
.product-form__submit:not([disabled]):not([aria-disabled=true]):hover.button--primary {
  background-color: rgba(var(--color-button), 0.85);
}
.product-form__submit:not([disabled]):not([aria-disabled=true]):hover.button--tertiary {
  background-color: rgba(var(--color-base-button-background), 0.85);
  color: rgb(var(--color-base-solid-button-labels));
}
.product-form__submit:not([disabled]):not([aria-disabled=true]):hover span:first-child {
  transform: none;
}
.product-form__submit[disabled] {
  opacity: 1;
  background-color: rgb(var(--color-button), 0.2);
  color: rgb(var(--color-button-secondary-text));
  border-color: transparent;
}
.product-form__submit span {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.product-form__submit span:nth-of-type(2) {
  padding: 1rem 3rem;
}
.product-form__submit svg {
  width: 18px;
  height: 18px;
  color: currentColor;
}
.product-form__submit + .shopify-payment-button {
  display: none;
}

.product-popup {
  display: inline-block;
  margin: 0 1.6rem 1.6rem 0;
}
.product-popup modal-opener button {
  font-size: 1.2rem;
  color: rgb(var(--color-foreground));
  transition: var(--duration-default);
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.product-popup modal-opener button:hover::after {
  animation: link-hover var(--duration-long);
}
.product-popup modal-opener button::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(var(--color-accent));
  transition: width var(--duration-default);
}

.product-popup-modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
}
.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 103;
}
.product-popup-modal__toggle {
  position: absolute;
  top: -4.4rem;
  right: 0;
}
.product-popup-modal__toggle .icon {
  color: #fff;
}
@media (min-width: 1100px) {
  .product-popup-modal__toggle {
    top: 0.2rem;
    right: -4rem;
  }
}
.product-popup-modal__content {
  width: calc(100% - 3.2rem);
  max-width: 80rem;
  height: max-content;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 1.6rem 2.4rem 3.2rem;
  background-color: rgb(var(--color-background));
  box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem;
}
.product-popup-modal__title p {
  margin-top: 0;
}
.product-popup-modal__text {
  margin-top: 3rem;
}
.product-popup-modal__text p {
  font-size: 1.4rem;
  color: rgba(var(--color-foreground), 0.6);
  margin: 0;
}
.product-popup-modal__text p + p {
  margin-top: 2.6rem;
}
.product-popup-modal__text a {
  position: relative;
  text-decoration: none;
}
.product-popup-modal__text a:hover::after {
  animation: link-hover var(--duration-long);
}
.product-popup-modal__text a::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(var(--color-accent));
  transition: width var(--duration-default);
}
.product-popup-modal table {
  margin: 0.8rem 0;
}
@media screen and (max-width: 990px) {
  .product-popup-modal table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.fancy-container-info .fancybox-close-button {
  top: 1rem;
  left: 1.5rem;
  right: unset;
}
@media (min-width: 990px) {
  .fancy-container-info .fancybox-close-button {
    top: 4rem;
    left: 4rem;
  }
}

variant-radios,
variant-selects {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

variant-selects {
  /* Border for even elements */
  /* Border for last odd element */
  /* Border for odd elements exclude last */
  /* If element is unique */
}
variant-selects .product-form__input--dropdown + .product-form__input--radios {
  margin-top: 1.5rem;
}
variant-selects > fieldset:nth-of-type(even) select {
  border-left: 0.1rem solid rgb(var(--color-border-input));
  border-right: 0.1rem solid rgb(var(--color-border-input));
}
@media (min-width: 750px) {
  variant-selects > fieldset:nth-of-type(even) select {
    border-left: 1px solid transparent;
  }
}
variant-selects > fieldset:nth-of-type(even) select:focus, variant-selects > fieldset:nth-of-type(even) select:focus-visible, variant-selects > fieldset:nth-of-type(even) select:hover {
  border-color: rgb(var(--color-border-input-hover));
}
variant-selects > fieldset:last-of-type:nth-of-type(2n + 1) select {
  border-right: 0.1rem solid rgb(var(--color-border-input));
  border-left: 0.1rem solid rgb(var(--color-border-input));
}
variant-selects > fieldset:last-of-type:nth-of-type(2n + 1) select:focus, variant-selects > fieldset:last-of-type:nth-of-type(2n + 1) select:focus-visible, variant-selects > fieldset:last-of-type:nth-of-type(2n + 1) select:hover {
  border-color: rgb(var(--color-border-input-hover));
}
variant-selects > fieldset:nth-of-type(odd):not(:last-of-type) {
  position: relative;
  margin-right: -0.1rem;
}
variant-selects > fieldset:nth-of-type(odd):not(:last-of-type)::before {
  content: "";
  display: none;
  width: 0.1rem;
  height: 70%;
  background-color: rgb(var(--color-border-input));
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 750px) {
  variant-selects > fieldset:nth-of-type(odd):not(:last-of-type)::before {
    display: block;
  }
}
variant-selects > fieldset:nth-of-type(odd):not(:last-of-type) select {
  border-right: 0.1rem solid rgb(var(--color-border-input));
  border-left: 0.1rem solid rgb(var(--color-border-input));
}
@media (min-width: 750px) {
  variant-selects > fieldset:nth-of-type(odd):not(:last-of-type) select {
    border-right: 1px solid transparent;
  }
}
variant-selects > fieldset:nth-of-type(odd):not(:last-of-type) select:focus, variant-selects > fieldset:nth-of-type(odd):not(:last-of-type) select:focus-visible, variant-selects > fieldset:nth-of-type(odd):not(:last-of-type) select:hover {
  border-color: rgb(var(--color-border-input-hover));
}
variant-selects .header__heading-logo:first-child:nth-last-child(2) ~ .header__heading-logo {
  display: block;
}
variant-selects > fieldset:only-of-type {
  width: 100%;
}

fieldset.product-form__input {
  border: 0;
  margin: 0.1rem 0 0;
}
fieldset.product-form__input .form__label {
  margin-bottom: 0.2rem;
}

/* 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;
}
.recipient-form input[type=checkbox]:checked + label::before {
  background: rgb(var(--color-accent)) url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.66649 6.61451L10.7945 0.48584L11.7378 1.42851L4.66649 8.49984L0.423828 4.25717L1.36649 3.31451L4.66649 6.61451Z' fill='white'/%3e%3c/svg%3e ") no-repeat center center;
  border-color: rgb(var(--color-accent));
}
.recipient-form input[type=checkbox]:checked + label span {
  color: rgb(var(--color-accent));
}
.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 {
  display: none;
}
.recipient-form input[type=checkbox] + label {
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
  color: rgb(var(--color-foreground));
  cursor: pointer;
}
.recipient-form input[type=checkbox] + label::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 1.1rem 0 0;
  border: 0.1rem solid rgba(var(--color-border-input));
  border-radius: 0.2rem;
  background-color: rgb(var(--color-background));
  appearance: none;
}
.recipient-form input[type=checkbox] + label span {
  font-size: 1.5rem;
  font-weight: 500;
  transition: var(--duration-default);
}
.recipient-form input[type=checkbox] + label:hover span {
  color: rgb(var(--color-accent));
}
.recipient-form input[type=checkbox] + label svg {
  display: none;
}
.recipient-form .recipient-email-label {
  display: none;
}
.recipient-form .recipient-form-field-label {
  font-size: 1.3rem;
  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: 0;
}
.recipient-form .form__message {
  font-size: 1.2rem;
  line-height: 1;
  color: rgb(var(--color-error));
  margin: 0.4rem 0 0;
}

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

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

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

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

/* Product media */
.product__media-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}

.product__media-item {
  width: 100%;
  height: auto;
}
.product__media-item--contain .product__media {
  height: auto;
}
@media (min-width: 990px) {
  .product__media-item--contain .product__media {
    height: auto;
  }
}
.product__media-item--contain .product__media img {
  object-fit: contain;
}
.product__media-item--contain modal-opener {
  height: auto;
}

@media screen and (min-width: 750px) {
  .product__media-item {
    width: 50%;
  }
  .product__media-item:first-child {
    width: 100%;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-list .product__media-item:first-child {
    padding-left: 0;
  }
  .product__media-list .product__media-item {
    width: 100%;
  }
}
.product__media-icon .icon {
  width: 1.4rem;
  height: 1.4rem;
  color: rgb(var(--color-button));
}

.product__media-icon {
  background-color: transparent;
  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: 4rem;
  width: 4rem;
  position: absolute;
  right: 3rem;
  top: 3rem;
  z-index: 1;
  transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
}
@media (min-width: 990px) {
  .product__media-icon {
    height: 5rem;
    width: 5rem;
  }
}

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

.product__modal-opener {
  height: 100%;
}

.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%;
  }
}
@media screen and (min-width: 990px) {
  .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 {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.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__toggle {
  position: absolute;
  top: 1.6rem;
  right: 2rem;
  z-index: 10;
}
@media screen and (min-width: 1100px) {
  .product-media-modal__toggle {
    top: 1.6rem;
    right: 4rem;
  }
}

.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-media-modal__content > *:first-child {
    margin-top: 2rem;
  }
  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
  .product__media-list .deferred-media {
    display: block;
  }
}
.product-media-modal__content > * {
  display: block;
  height: auto;
  margin: auto;
  max-height: 100vh;
  width: auto;
}

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

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

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

@media screen and (min-width: 750px) {
  .product-media-modal__content > * {
    max-width: 96%;
  }
  .product-media-modal__content > * + * {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 990px) {
  .product-media-modal__content > * {
    max-width: 98%;
  }
  .product-media-modal__content > * + * {
    margin-top: 1.5rem;
  }
  .product-media-modal__content {
    padding-bottom: 1.5rem;
  }
  .product-media-modal__content > *:first-child {
    margin-top: 1.5rem;
  }
}
.product .price__badge-sale,
.product .price__badge-sold-out {
  display: none;
}

.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale {
  display: inline-flex;
}

.inventory {
  margin-block: 0.4rem;
}
.inventory__title--error {
  color: rgb(var(--color-error));
}

.product-form__controls-group label.color-swatch {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.9rem;
  border-radius: 50%;
  border: 0.1rem solid rgb(var(--color-border));
  box-sizing: border-box;
}
.product-form__controls-group label.color-swatch::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  background: var(--swatch-color);
  transition: border-color var(--duration-default);
}

.product__full-details {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}
.product__full-details span:after {
  width: 100%;
}
.product__full-details:hover span:after {
  animation: link-hover var(--duration-long);
}

@keyframes link-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.card-wrapper .product-form__controls-group {
  gap: 0.4rem;
}
.card-wrapper .product-form__controls-group label.color-swatch {
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  border-color: transparent;
}
.card-wrapper .product-form__controls-group label.color-swatch::after {
  width: 1rem;
  height: 1rem;
}

.quick-add-modal .product-form__controls-group label.color-swatch {
  height: 3.2rem;
}

.product-form__controls-group input:checked:not(.disabled) + label.color-swatch,
.product-form__controls-group input + label.color-swatch:hover {
  border-color: rgb(var(--color-button));
}

.product-form__controls-group input.disabled + label.color-swatch {
  opacity: 1;
}
.product-form__controls-group input.disabled + label.color-swatch::before {
  top: 50%;
  height: 0.1rem;
  clip-path: unset;
  z-index: 1;
  transform: translateY(-50%) rotate(-45deg);
}

.product-form__controls-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}
.product-form__controls-group input {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.product-form__controls-group input + label:hover {
  border-color: rgb(var(--color-button));
  color: rgb(var(--color-button));
}
.product-form__controls-group input.disabled + label {
  opacity: 0.5;
  pointer-events: none;
}
.product-form__controls-group input.disabled + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-border));
  clip-path: polygon(96% 0, 100% 0, 4% 100%, 0% 100%);
}
.product-form__controls-group input:checked:not(.disabled) + label {
  border-color: rgb(var(--color-button));
  color: rgb(var(--color-button));
}
.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;
  height: 50px;
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgb(var(--color-foreground-title));
  border: 0.2rem solid rgb(var(--color-border));
  border-radius: 0.4rem;
  cursor: pointer;
  position: relative;
  transition: var(--duration-default);
}
@media (min-width: 750px) {
  .product-form__controls-group label {
    font-size: 1.6rem;
  }
}

.product__media-sublist--height .swiper-wrapper {
  transform: translateZ(0) !important;
}

.featured-product .product__modal-opener--image .product__media-toggle:hover {
  cursor: default;
}
.featured-product .product__media-icon {
  display: none;
}
.featured-product .product__outer {
  padding-top: 0;
  padding-bottom: 0;
}
.featured-product.product--no-media .product__media {
  padding-top: 100%;
}
.featured-product .product__button-wrapper {
  display: flex;
  justify-content: center;
}