/** Shopify CDN: Minification failed

Line 33:0 Unexpected "}"

**/
.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;
  color: #00924C;
  font-weight: 700;
  font-size: 20px;
}
}

.price .price-item .listPrice {
  opacity: .7;
  font-size: 14px;
  text-decoration: line-through;
  text-decoration-color: #636363;
}

.card__information .price__regular .price-item--regular {
  margin-right: 0;
  color: #004899;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27.52px;
  letter-spacing: .601px;
  display: flex;
  justify-content: end;
  flex-direction: column;
}

.price__regular .price-item--regular {
  margin-right: 0;
  color: #004899;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27.52px;
  letter-spacing: .601px
}

.pixImg {
  position: relative;
  padding-left: 20px;
}

.pixImg>small {
  margin-left: -20px;
}

.pixImg::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(pix.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.price__regular .price-item--regular:before {
  content: "";
  display: none;
  /* Mudança para inline-block para alinhar com o texto */
  width: 16px;
  height: 16px;
  background-image: url("pix.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  /* Adiciona um espaço entre a imagem e o texto */
  vertical-align: middle;
  /* Alinha a imagem com o texto */
}


.price__regular .price-item--regular>small {
  display: block;
  color: #828282;
  margin-bottom: -32px;
}

.price:not(.price--show-badge) .price-item--last:last-of-type {
  margin: 0;
}

.discount_pix {
  display: none;
  padding: 6px 10px;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  background: #FEF4E6;
  color: #AD6800;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
}

.discount_pix img {
  margin-right: 2px;
}

.custom-parcelamento {
  color: rgba(72, 72, 72, 0.75);
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.36px;
  margin: 10px 0 12px 0;
  color: #000;
}

.inner-custom-parcelamento {
  color: #004899;
}

.parcelamento span:last-of-type b {
  color: #000;
}

/* .card__information .custom-parcelamento span:first-of-type {
  display: none;
} */

.card__information .custom-parcelamento span:last-of-type b {
  color: #F39200;
}

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

.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;
}

span.badge.price__badge-sale.color-accent-2 {
  display: none;
}

.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);
}

.card-information .price__sale.card_column {
  display: flex;
  flex-direction: column;
}

/* 
@media screen and (max-width: 425px) {
 .pixImg {
    display: flex;
    flex-direction: column;
    height: 55px;
    justify-content: end;
  }
}
*/
@media (max-width: 1024px) {
  .card-information .pixImg::after {
    top: 35px;
    bottom: initial;
  }
}


.pag-product.price__sale {
  display: block;
  margin-top: 10px;
}

.pag-product.price__sale .parcelamento {
  color: #484848bf;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: .36px;
  margin: 10px 0 12px;
}


.price__container .pixImg {
  background: #25D366;
  font-size: 12px;
  padding: 5px 20px;
  color: #fff;
  letter-spacing: 1px;
}

.pag-product.price__sale .pixImg:after,
.pag-product.price__sale .pixImg.shelf,
.price__container .pixImg.shelf,
.card-information .price .price-item.aquii3 small,
.card-information .pag-product.price__sale .pixImg,
.card-information .price__container .pixImg:after,
.card-information .price__container .pixImg,
.price__container .pixImg:after {
  display: none;
}

.card-information .pixImg.shelf {
    display: block;
    width: 100%;
    padding: 3px 10px;
    font-size: 12px;
    background: #25D366;
    color: #fff;
    text-align: center;
}

.pag-product .price-item--regular {
    text-decoration: line-through;
    font-size: 14px;
    color: #E34040;
}

.price-item.price-item--regular:empty {
  display: none;
}