/** Shopify CDN: Minification failed

Line 59:27 Unexpected "-->"

**/
.quantity-popover {
  margin-inline-start: 8px;
}
.quantity-popover__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.quantity-popover__wrapper {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  min-width: 200px;
  max-width: 350px;
  border: 1px solid rgb(var(--color-border));
  z-index: 98;
  background-color: rgb(var(--color-background));
}
.quantity-popover__wrapper[hidden] {
  z-index: -1;
  pointer-events: none;
}
.quantity-popover__close {
  position: absolute;
  right: 8px;
  top: 8px;
}
.quantity-popover .quantity__rules {
  padding: 8px 20px 8px 12px;
  display: block;
}
.quantity-popover .quantity__rules .divider:first-child {
  display: block;
}
.quantity-popover .quantity__rules .divider:first-child:before {
  display: none;
}
.quantity-popover .volume-pricing {
  background: none;
  padding: 0;
}
.quantity-popover .volume-pricing__list {
  margin-top: 0;
}
.quantity-popover .volume-pricing__item:nth-child(2n + 1) {
  background-color: rgba(var(--color-foreground), 0.05);
}


<!-- start MUMUXU SHIPPING -->

.mumuxu-cart-shipping-progress {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  margin: 0 0 12px;
  background: #f8f8f6;
  border-radius: 8px;
}

.mumuxu-shipping-message {
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  color: #333;
  margin-bottom: 9px;
}

.mumuxu-shipping-message strong {
  font-weight: 600;
}

.mumuxu-shipping-success {
  color: #008060;
}

.mumuxu-shipping-track {
  width: 100%;
  height: 7px;
  background: #dededb;
  border-radius: 20px;
  overflow: hidden;
}

.mumuxu-shipping-fill {
  height: 100%;
  background: #008060;
  border-radius: 20px;
  transition: width 0.4s ease;
}

@media screen and (max-width: 749px) {
  .mumuxu-cart-shipping-progress {
    padding: 11px 12px;
  }

  .mumuxu-shipping-message {
    font-size: 12px;
  }

  .mumuxu-shipping-track {
    height: 6px;
  }
}