/*
Generated time: June 17, 2025 17:51
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.price-wrapper {
  margin-top: 1.6rem;
}
.price {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: var(--font-heading-card-family);
  font-style: var(--font-heading-card-style);
  font-weight: var(--font-heading-card-weight);
  font-size: 1.2rem;
  line-height: 1.5;
  color: rgb(var(--color-foreground));
}
.price-item--regular {
  /* color: rgba(var(--color-foreground), 1); */
}
.price-item--sale {
  color: #40b66f;
}
.price-item--sale,
.price__regular {
  font-size: 1.6rem;
}
.price--on-sale .price-item--regular {
  font-size: 1.3rem;
  text-decoration: line-through;
  text-underline-offset: -0.4rem;
  /* color: rgba(var(--color-foreground-secondary), 1); */
  /* text-decoration-color: rgba(var(--color-foreground-secondary), 1); */
}
.price--on-sale .price__sale {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.price.price--unavailable {
  visibility: hidden;
}
.price--end {
  justify-content: flex-end;
}
.price dl {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.price dd {
  margin: 0;
}
.price dd:not(:last-child) {
  margin: 0 0.8rem 0 0;
}
.price .price__last:last-of-type {
  margin: 0;
}
@media screen and (min-width: 750px) {
  .price {
    margin-bottom: 0;
  }
}
.price--large {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.13rem;
}
.price--product {
  font-size: 1.8rem;
}
@media screen and (min-width: 750px) {
  .price--large {
    font-size: 1.8rem;
  }
  .price--product {
    font-size: 2.5rem;
  }
}
.price--sold-out .price__availability,
.price__regular {
  display: block;
}
.price--no-compare .price__compare,
.price--on-sale .price__availability,
.price--on-sale .price__regular,
.price__availability,
.price__sale {
  display: none;
}
.price__sale dd {
  display: flex;
  align-items: center;
}
.price--center {
  display: flex;
  justify-content: center;
}
.price--on-sale .price-item--regular {
  text-decoration: line-through;
  /* color: rgb(var(--color-foreground-secondary)); */
  /* text-decoration-color: rgba(var(--color-foreground-secondary), 1); */
}
.price__sale .price-item--sale {
  /* color: #2d8653; */
}
.unit-price {
  font-size: 1.1rem;
  letter-spacing: 0.04rem;
  line-height: 1.2;
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgb(var(--color-foreground-secondary));
}
