/** Shopify CDN: Minification failed

Line 49:5 Expected ":"
Line 49:7 Expected identifier but found "50px"

**/
product-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
product-modal.hidden {
  display: none;
}
.product-modal__content {
    background: #fff;
    padding: 30px;
    width: 100%;
    max-width: 1200px;
    max-height: 100%;
    overflow-y: auto;
    position: relative;
}
.product-modal__content .product-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #01274c;
    border-radius: 50%;
    border: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.main-slider {
  width: 100%;
  margin-bottom: 1rem;
}
.product-modal__inner{
  display: flex;
  gap; 50px;
}
.product-media-container{
  display: flex;
  flex-direction: row-reverse;
  width: 50%;
  gap: 20px;
}
.thumb-slider{
  height: 425px;
}
.thumb-slider .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
}
.thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.product-modal__content .product-modal__details .product__rating .rating__count {
    white-space: nowrap;
    font-size: 16px;
    text-align: start;
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 700;
    color: rgb(44, 44, 44);
    padding-top: 2px;
    line-height: 28px;
}
.product-modal__content .product-modal__price .product-modal__current-price,.product-modal__content .product-modal__price .product-modal__compare-at-price {
    font-size: 1.25rem;
    line-height: 1;
    color: #000;
}
.product-modal__content .product-modal__price .product-modal__compare-at-price {
    color: #9f9f9f;
}
.product-modal__content .product-modal__add-to-cart {
    align-items: center;
    min-height: 44px;
    position: relative;
    color: #fff;
    background-color: #b26143;
    border-color: #0000;
    font-size: 1rem;
    border-radius: 4px;
    line-height: inherit;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
    border-width: 1px;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.375em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(.375em - 1px);
    text-align: center;
    text-transform: none;
    transition: background .2s ease-in-out;
    white-space: nowrap;
    width: calc(100% - 160px);
}
.product-modal__content .product-title.title {
    margin-bottom: 0.5rem;
}
.product__rating {
    margin: 0;
}
.yotpo-product-points-widget-potential-earning-points {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-top: 20px;
}
.product-modal__description {
    margin-top: 30px;
}
.product-modal__content .modal-action {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.product-modal__content .modal-action .product-modal__quantity {
    width: 140px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #000;
    box-sizing: border-box;
}
.product-modal__content .modal-action .product-modal__quantity .qty-btn {
    width: 44px;
    height: 44px;
    border: 0;
    background-color: transparent;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
}
.product-modal__content .modal-action .product-modal__quantity .qty-input {
    width: 50px;
    height: 44px;
    border: 0;
    text-align: center;
    font-size: 1rem;
    padding: 0;
    display: flex;
    justify-content: center;
    text-indent: 14px;
}
.product-modal__content .modal-action .product-modal__quantity .qty-btn:hover {
    background-color: #bf5c3b;
}
.product-modal__content .product-modal__variants .variant-boxes button {
    font-size: 13px;
    text-align: center;
    line-height: 40px;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 10px;
    background-color: transparent;
    border-color: red;
    display: inline-flex;
    border: #e2e2e2 thin solid;
    min-width: 40px;
    min-height: 40px;
    border-radius: 100px;
    margin: 0 8px 8px 0;
}
.product-modal__content .product-modal__variants .variant-boxes button.active {
    border-color: #01274c;
    box-shadow: 0 0 0 2px #fff;
    background-color: #01274c;
    color: #fff;
    font-weight: 600;
}
.product-modal__content .product-modal__variants label {
    margin-bottom: 12px;
    display: block;
    color: #363636;
    font-size: 1rem;
}
.product-modal__content .product-modal__close {
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: #01274c;
      border-radius: 50%;
      border: 0;
      width: 30px;
      height: 30px;
      color: #fff;
      font-size: 24px;
      cursor: pointer;
  }
.product-modal__content .payment-icon {
  margin-top: 30px;
}
.product-modal__content .thumbnail-sticker.thumbnail-sticker--best-seller {
    width: auto;
    display: inline-flex;
}
@media only screen and (max-width: 1399px) {
  .product-modal__content {
      max-width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 989px) {
  .product-modal__content {
      max-width: calc(100% - 30px);
      padding: 25px 20px;
  }
  .product-modal__content .product-modal__inner {
      flex-wrap: wrap;
  }
  .product-modal__content .product-modal__inner .product-media-container,.product-modal__content .product-modal__inner .product-modal__details {
      width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  product-modal {
      padding-top: 15px;
      padding-bottom: 15px;
  }
  .product-modal__content .product-modal__close {
      top: 7px;
      right: 10px;
      z-index: 999;
      width: 24px;
      height: 24px;
      font-size: 20px;
  }
  .product-modal__content {
      padding: 25px 15px;
  }
  .product-modal__content .product-modal__price .product-modal__current-price, .product-modal__content .product-modal__price .product-modal__compare-at-price {
      font-size: 1.1rem;
  }
  .product-modal__content div#yotpo-star-rating-highly-rated-topics {
      margin-top: 10px;
  }
  .product-modal__content .product-modal__description {
      margin-top: 15px;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px;
  }
  .product-modal__content .product-modal__variants label {
      font-size: 14px;
  }
  .product-modal__content .product-modal__variants .variant-boxes button {
      font-size: 10px;
      line-height: 10px;
      margin: 0 4px 4px 0;
      min-height: 32px;
      height: 32px;
      display: inline-flex;
      align-items: center;
  }
  .product-modal__content .modal-action {
      margin-top: 20px;
      flex-wrap: wrap;
  }
  .product-modal__content .product-modal__add-to-cart {
      width: 100%;
      margin-top: 15px;
  }
  .product-modal__content .payment-icon {
      margin-top: 0;
  }
}
