/** Shopify CDN: Minification failed

Line 17:9 Expected ":"

**/
.modal-pm-global {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999 !important;
  transform: translate(-50%, -50%);
  background-color: #fff !important;
  border-style: solid;
  border-width: 3px;
  border-color: #0F1D41;
  border-
  width: 90vw;
}
.pm-modal__content {
  padding: 2rem;
}
.modal-content {
  position: relative;
}
.modal-content h5 {
  max-width: 90%;
}
.close-popup-btn {
  position: absolute;
  top: 0;
  line-height: 1;
  width: 45px;
  right: 0;
  height: 45px;
    z-index: 10;
  color: #fff;
  font-size: 16px;
  background-color: #0f1d41;
}
@media screen and (min-width: 690px) {
  .modal-pm-global {
    width: 65vw;
  }
}
@media screen and (min-width: 990px) {
  .modal-pm-global {
    width: 100%;
    max-width: 75vw;
  }
}
.pm-modal__content {
    display: flex;
    flex-direction: column-reverse;
    max-height: 80vh;
    padding: 1rem;
}
.pm-modal__left {
        overflow-y: scroll;
        overflow-x: hidden;
    }
 .pm-modal__right {
        display: flex;
        gap: 12px;
}
.pm-modal__right img {
        height: 100%;
        width: 100%;
        border-radius: 4px;
        object-fit: cover;
    }
    .pm-modal__left h3 {
    color: #0f1d41 !important;
      margin-bottom: 0;
 }
@media screen and (min-width: 990px) {
    .pm-modal__content {
        flex-direction: row;
        max-height: 650px;
        gap: 1rem;
        overflow: hidden;
        padding: 2rem;
    }
    .pm-modal__left {
        padding: 22px;
        overflow-y: scroll;
    }
    .pm-modal__left h2 {
        font-size: 28px;
        margin-bottom: 42px;
    }
    .pm-modal__right {
        aspect-ratio: 1/1;
        min-height: auto;
        display: flex;
        gap: 12px;
        flex-direction: column;
    }
    .pm-modal__right img {
        height: 100%;
        width: 100%;
        border-radius: 4px;
        object-fit: cover;
    }
    .pm-modal__left,
    .pm-modal__right {
        width: 50%;
    }
}
@media screen and (min-width: 1440px) {
    .modal-pm-global {
        width: 100%;
        max-width: 55vw;
    }
}
@media screen and (min-width: 1840px) {
    .modal-pm-global {
        width: 100%;
        max-width: 45vw;
    }
}
.body-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0,0,0,0.3);
  z-index: 900;
}
 .body-overflow {
    overflow: hidden;
  }

.quick-add {
  position: absolute;
  z-index: 10;
  bottom: 5px;
    right: 5px;
    background-color: #fff;
    padding: 0.3rem 0.6rem;
}
.quick-add button svg {
  width: 16px;
  height: 16px;
}
.quick-add button {
  padding: 0;
}