/** Shopify CDN: Minification failed

Line 182:1 Expected "}" to go with "{"

**/
 .pdp_combos{
      display:flex;
      flex-direction: column;
      margin-top: -10px;
    }
.card-wrapper.product-card-wrapper{
  margin-bottom:10px;
 
}
.price {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  color: rgb(var(--color-foreground));
}

.price > * {
  display: inline-block;
  vertical-align: top;
}

.price.price--unavailable {
  visibility: hidden;
}

.price--end {
  text-align: right;
}

.price .price-item {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.price__regular .price-item--regular {
  margin-right: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: normal;
  /* height: 45px; */
}
.product__info-container .price--on-sale .price-item--regular, .price-item.price-item--sale, .sticky-pdp-price .price--on-sale .price-item--regular{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: normal;
}
.product__info-container .price--on-sale .price-item--regular, .sticky-pdp-price .price--on-sale .price-item--regular{
  text-decoration: line-through;
  color: #0000004D;
}
.price:not(.price--show-badge) .price-item--last:last-of-type {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .price {
    margin-bottom: 0;
  }
  .price--large {
    font-size: 1.8rem;
  }
}

.price--large {
  font-size: 1.6rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.13rem;
}

.price--sold-out .price__availability,
.price__regular {
  display: block;
}

.price__sale,
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability {
  display: none;
}

.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale,
.volume-pricing--sale-badge .price__badge-sale {
  display: inline-block;
}

.volume-pricing--sale-badge .price__badge-sale {
  margin-left: 0.5rem;
}

.price--on-sale .price__sale {
  display: initial;
  flex-direction: row;
  flex-wrap: wrap;
}

.price--center {
  display: initial;
  justify-content: center;
}

.price--on-sale .price-item--regular {
  text-decoration: line-through;
  color: rgba(var(--color-foreground), 0.75);
  font-size: 1.3rem;
}

.unit-price {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.04rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.7);
}
/* custom css */
.custom-price-block {
  display: flex;
  align-items: center;
  gap: 20px;
}
.offer-text {
  background: #D8EEED;
  border-radius: 24px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 400;
  color: #1F8577;
  letter-spacing: normal;
}
/* .price__container {
  display: flex;
  align-items: center;
  gap: 18px;
} */
span.discount-badge {
  width: 86px;
  height: 33px;
  background: #D8EEED;
  color: #1F8577;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: auto 0;
  line-height: 33px;
  border-radius: 24px;
}
.price__container .price__sale{
  /* display: flex; */
}
 .sticky-pdp-price .discount-badge{
  display: none;
}
@media screen and (max-width: 989px) {
  .price__regular .price-item--regular {
    font-size: 21px;
  }
  .offer-text{
    font-size: 10px; 
    padding: 8px 12px;
  }
  .custom-price-block{
    gap: 14px;
  }
  .pdp_combos{
      display:flex;
      flex-direction: row;
      gap: 3px;
          margin-top: 0px;
    }
        .card-wrapper.product-card-wrapper{
width: 33.33%;
}