/** Shopify CDN: Minification failed

Line 118:2 Unexpected "("

**/
.product__info-container:has(.lp-batch-shipments) {

  & .lp-batch-shipments {
    margin: 16px 0 4px;
  }
  & div:has(> kaching-bundle) {
    margin: 0;
  }
}

/* ===================== BATCH SHIPMENTS ===================== */
.lp-batch-shipments {
  margin: 16px 0;
}
.lp-batch-shipments__card {
  background: #f0eae4;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp-batch-shipments__headline {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #17162e;
  letter-spacing: 0;
  margin: 0;
}
.lp-batch-shipments__subtext {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #17162e;
  letter-spacing: 0;
}
.lp-batch-shipments__bars {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp-batch-shipments__bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  padding: 6px 16px;
  border: 1px solid #c9c9c9;
  border-radius: 999px;
  background: white;
  color: #7c7c7c;
  overflow: hidden;
}
.lp-batch-shipments__bar--sold-out {
  background: #e5e5e5;
  text-decoration: line-through;
}
.lp-batch-shipments__bar--active {
  border-color: #c5bbae;
  color: white;
  justify-content: flex-start;

  @media (max-width: 420px), (min-width: 750px) and (max-width: 850px) {
    justify-content: space-between;
  }
}
.lp-batch-shipments__bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--lp-batch-fill, 63%);
  max-width: 100%;
  background: #c5bbae;
  border-radius: 999px;
  z-index: 0;
}
.lp-batch-shipments__bar-date,
.lp-batch-shipments__bar-status {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 1px;
}
/* Safari (macOS/iOS) only styles to add padding-top: 1px */
/* @media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-touch-callout: none) {
    .lp-batch-shipments__bar-date,
    .lp-batch-shipments__bar-status {
      padding-top: 1px;
    }
  }
} */
/* .lp-batch-shipments__bar-status:not(.lp-batch-shipments__bar-status--active) {
  font-weight: 500;
} */
.lp-batch-shipments__bar-date--active {
  color: black;
}
.lp-batch-shipments__bar-status--active {
  position: absolute;
  top: 50%;
  left: var(--lp-batch-fill);
  transform: translate(calc(-100% - 12px), -50%);
  z-index: 2;
  white-space: nowrap;
  color: black;

  (min-width: 750px) and (max-width: 850px) {
    position: static;
    transform: none;
    background: white;
    border-radius: 80px;
    padding: 2px 6px;
    color: black;
  }
}
@media screen and (max-width: 768px) {
  .lp-batch-shipments {
    margin: 15px 0 0;
  }
  .lp-batch-shipments__card {
    padding: 14px;
  }
  .lp-batch-shipments__headline {
    font-size: 15px;
  }
}
