/** Shopify CDN: Minification failed

Line 143:0 Unexpected "{"
Line 143:1 Expected identifier but found "%"
Line 149:0 Unexpected "{"
Line 149:1 Expected identifier but found "%"

**/
.price {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  color: rgb(var(--color-foreground));
      display: flex;
    align-content: center;
    align-items: center;
}

.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-sale-text{
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  display: flex;
  align-items: center;
  background: linear-gradient(81.02deg, #F94A5C 0%, #A346F1 48%, #3F88FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

}

#compare-price-text{
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-decoration-line: line-through;
  color: rgba(255, 255, 255, 0.8);
}
.save-box{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 22px;
  gap: 10px;
  background: #00801F;
  border-radius: 6px;

}
.price-main-wrap{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0px;
gap: 30px;
}
.tax-text-wrap{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 0px;
gap: 5px;
font-family: 'Outfit';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: rgba(255, 255, 255, 0.6);
}
.save-box-text{
  margin: 0;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  gap: 5px;
}
.price__regular .price-item--regular {
  margin-right: 0;

font-family: 'Outfit';
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 90%;
background: linear-gradient(60deg, #F94A5C 0%, #A346F1 48%, #3F88FF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.card-wrapper .price__regular .price-item--regular {
 /* set your collection-only size here */
font-family: 'Outfit';
font-style: normal;
font-weight: 700;
font-size: 26px;
line-height: 130%;
background: linear-gradient(81.02deg, #F94A5C 0%, #A346F1 48%, #3F88FF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.price:not(.price--show-badge) .price-item--last:last-of-type {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .price {
    margin-bottom: 0;
  }
}
{% if template == 'main-collection-product-grid' %}
@media screen and (min-width: 750px) {
  .price {
    margin: 0 !important;
  }
}
{% endif %}
.price--large {
  font-size: 1.6rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.13rem;
}

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

.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: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.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);
}
@media screen and (max-width: 767px) {
  .card-wrapper .price__regular .price-item--regular{
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;

    }
    /* Only product cards on collection pages */
.card-wrapper .card-information > *:not(.visually-hidden:first-child) + *:not(.rating):not(.card__information-volume-pricing-note) {
  margin: 0 !important;
}

  }