/** Shopify CDN: Minification failed

Line 49:0 Unexpected "@media"

**/
/* ============================================================================
  Product popup / Quick view styles
============================================================================== */

/* Product popup */
.modal--product .modal__title {
  position: sticky;
  top: 0;
  margin-bottom: 3rem;
  padding-top: 2.2rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid rgb(var(--color-border-1));
  background-color: rgb(var(--color-background));
}

.modal--product  .modal__content-inner {
  padding: 0 2rem 2rem;
}

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

.modal--quick-view .product-popup-inner {
  overflow-x: hidden;
}

.modal--quick-view .product-media {
  transform: none;
  width: 100%;
  margin-bottom: 0;
}

.main-product-form.product-form__quantity .link-with-icon {
  background: #82A38E;
  color: white;
}
.main-product-form.product-form__quantity .link-with-icon:hover {
  background: #01352E;
}

button button--secondary link link-with-icon

@media screen and (min-width: 460px) {
  .modal--product .modal__title {
    padding-top: 3rem;
  }

  .modal--product .modal__content-inner {
    padding: 0 3rem 3rem;
  }
}

@media screen and (min-width: 750px) {
  .modal--product .modal__content {
    width: 80%;
  }
}

@media screen and (min-width: 990px) {
  .modal--product .modal__close {
    top: 2rem;
    right: 2rem;
  }

  .modal--product .modal__title {
    padding-top: 4rem;
  }

  .modal--product .modal__content {
    width: 70%;
  }

  .modal--product .modal__content-inner {
    padding: 0 5rem 5rem;
  }

  .modal--quick-view embla-component.product-gallery__carousel .embla-thumbs {
    display: none;
  }

  .modal--quick-view embla-component.product-gallery__carousel .embla__button--visible {
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  .modal--quick-view .modal__content {
    max-height: 90vh;
    max-width: 106.4rem;
    border-radius: 4px;
    overflow: hidden;
  }

  .modal--quick-view .product-popup-inner .product-popup-image {
    position: sticky;
    top: 0;
  }

  .modal--quick-view .product-media,
  .modal--quick-view .product-gallery__carousel,
  .modal--quick-view .embla,
  .modal--quick-view .embla__container {
    height: 100%;
  }
}

modal-opener.product-popup-modal__opener {
  display: block;
  margin: 0;
}

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

.product-popup-modal__content-info-wrapper {
  padding: 4.8rem 2.4rem;
}

@media screen and (min-width: 750px) {
  .product-popup-modal__content-info-wrapper {
    padding: 4.8rem;
  }
}

.product-popup-modal__content-info {
  overflow-x: auto;
  padding: 0.1rem;
}

.product-popup-modal__content-info > * {
  height: 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: transparent;
  border: none;
  color: rgba(var(--color-foreground), 1);
  cursor: pointer;
  display: block;
  margin-left: auto;
  position: fixed;
  right: 1.5rem;
  top: 1.5rem;
  width: 5.6rem;
  z-index: 2;
}

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

.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  outline: none;
  width: 100%;
}

.product-popup-inner {
  background: rgb(var(--color-background));
  display: flex;
  max-height: 95dvh;
  width: 100%;
  overflow: auto;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 1025px) {
  .product-popup-inner {
    max-height: 90vh;
    max-width: 106.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .product-popup-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.product-popup-inner .inner-section {
  flex: 1;
  gap: var(--space-xs);
  position: relative;
}

.product-popup-inner .inner-section:last-of-type {
  padding: 2rem;
}

@media screen and (min-width: 1025px) {
  .product-popup-inner .inner-section:last-of-type {
    padding: 5rem;
  }
}

.product-popup-image {
  min-width: 100%;
}

@media only screen and (min-width: 1025px) {
  .product-popup-image {
    min-height: 50rem;
    min-width: 50rem;
  }
}

.popup-product-img {
  display: flex;
  height: 100%;
  margin: 0 auto;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 1024px) {
  .popup-product-img {
    width: 100%;
  }
}

.popup-close {
  cursor: pointer;
  padding: var(--space-3xs);
  position: absolute;
  right: 1.1rem;
  top: 1.1rem;
  z-index: 99;
  background-color: rgb(var(--color-background));
  border: .1rem solid rgb(var(--color-border-1));
  color: rgb(var(--color-foreground));
}

.popup-close svg {
  display: block;
  height: 4rem;
  width: 4rem;
}

.product-details {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.product-details > *:first-child {
  margin-top: auto;
}

.product-details > *:last-child {
  margin-bottom: auto;
}

.product-details h3 {
  margin: 0;
  text-align: center;
}

.product-popup-form-wrap {
  display: flex;
  gap: 1rem;
}

.product-popup-form-wrap product-form {
  flex: 2.5;
  width: 100%;
}

.quantity {
  flex: 1;
  height: unset;
  width: auto;
}

product-popup .price {
  margin-bottom: 0;
  margin-top: 0;
}

product-popup .badge.price__badge-sale,
product-popup .badge.price__badge-sold-out {
  display: none;
  font-size: 1.6rem;
  margin-left: 1rem;
}

.product-details .form__label {
  text-align: center;
}

.product-details .product-form__input-wrapper {
  justify-content: center;
}
