/** Shopify CDN: Minification failed

Line 198:17 Expected identifier but found whitespace
Line 198:19 Unexpected "{"
Line 198:28 Expected ":"
Line 334:15 Expected identifier but found whitespace
Line 334:17 Unexpected "{"
Line 334:26 Expected ":"
Line 338:13 Expected identifier but found whitespace
Line 338:14 Unexpected "1px"
Line 338:25 Unexpected "{"
Line 338:34 Expected ":"
... and 9 more hidden warnings

**/
.price {
  font-size: 1.6rem;
  font-weight: var(--font-body-weight-bold); 
  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 0.5rem 0 0;
}

.price__regular .price-item--regular {
  margin-right: 0;
}

.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: 2.4rem; 
  font-weight: bold;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

@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 {
  display: inline-block;
}

.price-item--sale {
  color: #E10000; 
}

.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.65);
  font-size: 1.2rem; 
}

.unit-price {
  display: block;
  font-size: 1.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.7);
}

/*editei*/
    .price--on-sale .price__sale{
      display: grid !important;
  }
    .price--sold-out .price__availability, .price__regular {
      display: grid !important;
  }
    .price--on-sale .price__sale {
      display: grid !important;
  }
    .price--large {
      font-size: 2.1rem !important;
    }
  .price {
      font-size: 1.8rem !important;
  }
    .price--on-sale .price-item--regular {
      font-size: 15px !important;
  }


.parcelamento {
    font-size: 20px;
    display: block;
    color: rgba(var(--color-foreground),.65)!important;
    font-weight: normal;
  }
  .price-decimal {
   font-size: 15px;
    vertical-align: text-top;
  }

  /*editei*/
    .popup {
      display:none;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100% !important;
      height: 100%;
      color: var(--color_text_popup);
      z-index: 9999;
      max-height: 700px;
  }

  .overlay2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  z-index: 1000;
}


  .popup-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 518px;
      background-color: rgb(255, 255, 255);
      padding: 20px;
      box-shadow: rgb(40 41 61 / 60%) 0px 0px 40px;
      border-radius: 0.25rem;
      overflow: auto;
      height: 95%;
      border-radius: 14px;
  }

  .close2 {
      float: right;
      font-size: 22px;
      font-weight: bold;
      position: absolute;
      top: 20px;
      right: 20px;
      color: white;
      text-decoration: none;
      cursor: pointer;
      background: {{settings.corpopup}};
      padding: 6px 12px 8px;
      border-radius: 28px;
      line-height: 1;
    
  }

    @media (max-width: 768px) {
      .popup {
      height: 100%;
      padding: 35px 12px 0 12px;
      border-radius: 0;
  }
      .popup-content {
        height: 100%;
        width: 100%;
        padding: 20px 5px;
      }
      .close2 {
      position: absolute;
      cursor: pointer;
      user-select: none;
      right: 1rem;
      top: 10px;
  }
    }
    .popup_parc {
      width: 100%;
      color: var(--color_text_popup);
  }
    .jUTNNh * {
      margin: 0px;
      padding: 0px;
      border: none;
      list-style: none;
      outline: none;
      box-sizing: border-box;
      font-family: Poppins, sans-serif !important;
  }
    .popup_parc .tabelaJuros {
      background: white;
      margin: 0;
      font-size: 16px;
  }
    .popup_parc .bodyTable {
      display: flex;
      width: 100%;
  }
    .popup_parc .divide {
      float: left;
      width: 100%;
      display: inline-block;
      padding: 14px 0px;
  }
    .popup_parc .divide:nth-child(1) {
      border-right: 0px solid #f6f6f8;
  }
    .popup_parc .rowTable:nth-child(odd) {
       background: #e8e8e8c7;
      border-radius: 25px;

  }
    .popup_parc .rowTable {
      display: block;
      padding: 0.8rem 15px;
      line-height: 1.5rem;
      text-align: left;
      border-bottom: 0px solid #f6f6f8;
  }
    .popup_parc .totalprice, .popup_parc .totalprice2, .popup_parc .totalprice3, .popup_parc .totalprice4, .popup_parc .totalprice5, .popup_parc .totalprice6, .popup_parc .totalprice7, .popup_parc .totalprice8, .popup_parc .totalprice9, .popup_parc .totalprice10, .popup_parc .totalprice11, .popup_parc .totalprice12 {
      float: right;
  }
    .kTqTAO {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      justify-content: space-between;
      gap: 10px;
      margin-top: 0.5rem;
  }
    .hMOJVn {
      display: flex;
      flex-direction: column;
      -webkit-box-align: center;
      align-items: center;
      font-size: 15px;
      line-height: 3rem;
      font-weight: 400;
  }
    .jfpeed {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      justify-content: center;
      margin-top: 2rem;
      color: var(--destaque_color);
      font-size: 2.5rem;
      line-height: 3rem;
      font-weight: 700;
  }
    .jfpeed span {
      font-size: 1.25rem;
      line-height: 1.5rem;
      font-weight: 700;
      margin-right: 0.25rem;
  }
    .jfpeed div {
      font-size: 3rem;
      line-height: 5rem;
      font-weight: 700;
  }
    .jhwtFL {
      display: flex;
      flex-direction: column;
      -webkit-box-align: center;
      align-items: center;
      width: 100%;
      margin-top: 0.25rem;
  }
    .jhwtFL span {
      font-size: 1.5rem;
      font-weight: 400;
  }
    .fGRhuQ {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 400;
      margin-top: 2rem;
      color: #808080;
  }
    .fGRhuQ svg {
      margin-right: 10px;
          fill: {{settings.corpopup}};
  }
    .jhwtFL::after {
      content: "";
      border: 1px solid {{settings.corpopup}};
      margin-top: 2rem;
      width: 100%;
  }
        @media (max-width: 400px) {
    .popup_parc .tabelaJuros {
      font-size: 13.5px;
  }
  }
    #opcao2, #opcao3 {
      color: {{settings.corpopup}};
    }

   .espaco {
          display: block!important;
      margin: -8px 0 0;
        }
        .pagamento {
      text-align: center;
      margin-top: 7px;
          font-size: 15px;
          color: black;
        }
        .opcoes {    display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      margin: 12px 10px 0 10px;
      padding: 0.8rem 15px;
        }
  		.icones {
  			list-style-type: none;
            display: flex;
      justify-content: space-around;
            padding-inline-start: 0px;
            margin-block-end: 0em;
  		}
  		#opcao1 {
  			display: flex;
          padding-top: 0;
  		}
  		.opcao-selecionada {
  			fill: {{settings.corpopup}};
            color: {{settings.corpopup}};
                    text-decoration: none;
              display: flex;
      flex-direction: column;
      align-items: center;
  		}
  		.opcao-nao-selecionada {
  			color: gray;
                    text-decoration: none;
              display: flex;
      flex-direction: column;
      align-items: center;
          }
/*editei badge*/
    .etiqueta-desconto::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 0.83rem solid transparent; /* Ajuste o tamanho do triângulo aqui */
    border-right-color: #37b4aa; /* Cor do triângulo */
    transform: translateX(-100%) translateY(-50%);
}
    span.badge.price__badge-sale::before {
  content: "";
    position: absolute;
    right: 20.7px;
    top: 12px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-right-color: #22b14b;
    transform: translateX(-21px) translateY(-12px);
    }
    span.badge.price__badge-sale{
 
    margin-left: 20px !important;
    top: 7px !important;
    position: relative !important;
    font-size: 12px !important;
    background: #22b14b !important;
    color: white !important;
    padding: 5px 4px 5px 0px !important;
    height: 24px !important;
    width: 42px !important;
    min-width: 42px !important;
    border-radius: 0px 5px 5px 0px !important;
    }
/*preco*/
.preco {
    font-size: 27px;
    color: #313131 !important;
    line-height: 35px;
    font-weight: 500 !important;
  }
  .card-information .parcelamento {
    margin: 3px 0 5px;
        font-size: 15px;
  }
  .card-information   .preco {
    font-size: 23px;
  }
  .card--card .card__content {
    padding: 0!important;
  }