Tabela de parcelamento

Detalhes

Nos empenhamos em proporcionar a melhor experiência de compra possível. Por isso, implementamos uma tabela de parcelamento que oferece diversos benefícios para você.

Com nossa tabela de parcelamento, seu cliente pode visualizar todas as opções de pagamento disponíveis antes de finalizar sua compra. Isso significa que ele poderá escolher a opção que melhor se adequa ao seu orçamento, sabendo exatamente quanto pagará em cada parcela, sem surpresas no checkout.

Esse script funciona em qualquer tema shopify 2.0

1 - Criar snippet (tabela-de-parcelamento)

				
					<style>
.boxParcelas {
  background-color: {{ block.settings.background }};
  color: {{ block.settings.text_color }};
  border: 1px solid {{ block.settings.border_color }};
  border-radius: {{ block.settings.arredondamento_tabela_parcelamento }}px;
  padding: 5px;
  margin-top: {{ block.settings.espacamento_superior }}px;
  margin-bottom: {{ block.settings.espacamento_inferior }}px;
}

.boxParcelas .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  width: 100% !important;
  font-size: 0.9em;
}

.boxParcelas img.cartoes {
  height: 22px;
  padding: 0 4px;
  margin: 3px 0;
}

.boxParcelas img {
  height: 12px;
}

.boxParcelas svg {
  display: inline-block;
  vertical-align: baseline;
  fill: unset;
  stroke: unset;
  width: 38px;
  height: 24px;
  transition: auto;
}

.block-billet, .block-pix {
  margin: 0px;
  display: block;
  padding: 5px 5px 2px 5px;
}

#juros {
  margin-left: -5px 0;
}

.botao-tabela, .block-billet, #tabela {
  border-bottom: 1px solid {{ block.settings.border_color }};
}

.botao-tabela {
  margin:0;
  padding: 5px 5px;
}

#tabela {
  display: flex;
  justify-content: space-between;
  font-size: 0.75em;
  transition: height 600ms ease 0s;
  width: 100%;
  overflow: hidden;
}

{% if block.settings.ocultar_guia_boleto_tabela_de_parcelamento and block.settings.ocultar_guia_pix_tabela_de_parcelamento %}
.block-billet {
  padding: 5px 5px 5px 5px !important;
}
{% endif %}

.divide, .divide2 {
  padding: 12px;
  display: inline-block;
}

@media screen and (max-width: 1000px) {
.boxParcelas .hideOnMobile {
  display: flex;
}
}

@media (min-width: 1000px) {
#tabela {
  font-size: 0.85em !important;
}
}
</style>

{% assign selected_variant = product.selected_or_first_available_variant %}
{% assign discount_pix = selected_variant.price | times: block.settings.times_pix | divided_by: 100 %}
{% assign discount_billet = selected_variant.price | times: block.settings.times_boleto | divided_by: 100 %}
{% assign parcelas_sem_juros = block.settings.parcelas_sem_juros | plus: 0 %}
{% assign qt_parcelas_sem_juros = block.settings.qt_parcelas_sem_juros | plus: 0 %}

{% assign porcentagem_parcela_1x = block.settings.times_parcela_1x | replace: ',', '.' %}
{% assign porcentagem_parcela_2x = block.settings.times_parcela_2x | replace: ',', '.' %}
{% assign porcentagem_parcela_3x = block.settings.times_parcela_3x | replace: ',', '.' %}
{% assign porcentagem_parcela_4x = block.settings.times_parcela_4x | replace: ',', '.' %}
{% assign porcentagem_parcela_5x = block.settings.times_parcela_5x | replace: ',', '.' %}
{% assign porcentagem_parcela_6x = block.settings.times_parcela_6x | replace: ',', '.' %}
{% assign porcentagem_parcela_7x = block.settings.times_parcela_7x | replace: ',', '.' %}
{% assign porcentagem_parcela_8x = block.settings.times_parcela_8x | replace: ',', '.' %}
{% assign porcentagem_parcela_9x = block.settings.times_parcela_9x | replace: ',', '.' %}
{% assign porcentagem_parcela_10x = block.settings.times_parcela_10x | replace: ',', '.' %}
{% assign porcentagem_parcela_11x = block.settings.times_parcela_11x | replace: ',', '.' %}
{% assign porcentagem_parcela_12x = block.settings.times_parcela_12x | replace: ',', '.' %}

{% assign times_parcela_1x = selected_variant.price | times: porcentagem_parcela_1x | divided_by: 100.0 %}
{% assign times_parcela_2x = selected_variant.price | times: porcentagem_parcela_2x | divided_by: 100 %}
{% assign times_parcela_3x = selected_variant.price | times: porcentagem_parcela_3x | divided_by: 100 %}
{% assign times_parcela_4x = selected_variant.price | times: porcentagem_parcela_4x | divided_by: 100 %}
{% assign times_parcela_5x = selected_variant.price | times: porcentagem_parcela_5x | divided_by: 100 %}
{% assign times_parcela_6x = selected_variant.price | times: porcentagem_parcela_6x | divided_by: 100 %}
{% assign times_parcela_7x = selected_variant.price | times: porcentagem_parcela_7x | divided_by: 100 %}
{% assign times_parcela_8x = selected_variant.price | times: porcentagem_parcela_8x | divided_by: 100 %}
{% assign times_parcela_9x = selected_variant.price | times: porcentagem_parcela_9x | divided_by: 100 %}
{% assign times_parcela_10x = selected_variant.price | times: porcentagem_parcela_10x | divided_by: 100 %}
{% assign times_parcela_11x = selected_variant.price | times: porcentagem_parcela_11x | divided_by: 100 %}
{% assign times_parcela_12x = selected_variant.price | times: porcentagem_parcela_12x | divided_by: 100 %}


<!--INICIO TABELA DE PARCELAMENTO MODELO WAREPLUS-->
<div class="boxParcelas" {{ block.shopify_attributes }}>
  <div class="botao-tabela">
    <div class="row">
      <div style="padding:0; width: 70%; text-align: left; text-decoration: none;">
        {% if block.settings.visa_card %}<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="38" height="24" style="shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd" viewBox="0 0 25.89 16.35"><path d="M23.85 0H2.04C.89 0 0 .89 0 2.04v12.27c0 1.16.95 2.04 2.04 2.04h21.81c1.16 0 2.04-.88 2.04-2.04V2.04C25.89.89 24.94 0 23.85 0z" style="fill:#b3b3b3;fill-rule:nonzero;fill-opacity:0.4"/><path d="M23.85.68c.75 0 1.36.61 1.36 1.36v12.27c0 .75-.61 1.36-1.36 1.36H2.04c-.75 0-1.36-.61-1.36-1.36V2.04c0-.75.61-1.36 1.36-1.36h21.81z" style="fill:#fff;fill-rule:nonzero"/><path d="M19.22 6.88h-.21c-.27.68-.47 1.01-.67 2.02h1.28c-.2-1.01-.2-1.48-.4-2.02zm1.94 3.97h-1.14c-.07 0-.07 0-.13-.07l-.14-.6-.06-.14h-1.62c-.07 0-.13 0-.13.14l-.2.6c0 .07-.07.07-.07.07h-1.41l.13-.34 1.95-4.57c0-.33.2-.47.54-.47h1.01c.06 0 .13 0 .13.14l.94 4.37c.07.26.14.47.14.73.06.07.06.07.06.14zm-9-.2.27-1.21c.06 0 .13.06.13.06.47.21.94.34 1.41.27.14 0 .34-.06.47-.13.34-.14.34-.47.07-.74-.14-.13-.34-.2-.54-.34-.27-.13-.54-.27-.74-.47-.8-.67-.54-1.61-.07-2.08.95-.63 2.13-.77 3.23-.4h.07c-.07.4-.14.73-.27 1.14-.34-.14-.67-.27-1.01-.27-.2 0-.4 0-.6.07-.14 0-.21.06-.27.13-.14.14-.14.34 0 .47l.33.27c.27.14.54.27.74.4.34.21.68.54.74.95.14.6-.06 1.14-.6 1.54-.34.27-.47.4-.94.4-.28 0-2.36 0-2.42-.06zm-2.36.2c.07-.47.07-.47.14-.67.33-1.48.67-3.03.94-4.51.07-.13.07-.2.2-.2h1.21c-.13.81-.27 1.41-.47 2.15-.2 1.01-.4 2.02-.67 3.03 0 .13-.07.13-.2.13l-1.15.07zM3.55 5.61c0-.07.14-.14.2-.14h2.29c.33 0 .6.2.67.54l.61 2.96c0 .06 0 .06.06.13 0-.07.07-.07.07-.07l1.41-3.42c-.07-.07 0-.14.07-.14h1.41c0 .07 0 .07-.07.14l-2.08 4.9c-.07.14-.07.2-.13.27-.07.07-.21 0-.34 0H6.71c-.07 0-.13 0-.13-.13L5.5 6.48c-.13-.14-.34-.34-.6-.4-.41-.21-1.15-.34-1.28-.34l-.07-.13z" style="fill:#142688;fill-rule:nonzero"/></svg>{% endif %}
        {% if block.settings.master_card %}<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="38" height="24" style="shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd" viewBox="0 0 8.267 5.221"><path d="M7.616 0H0.651C0.284 0 0 0.284 0 0.651v3.918c0 0.37 0.303 0.651 0.651 0.651h6.965c0.37 0 0.651 -0.281 0.651 -0.651V0.651C8.267 0.284 7.964 0 7.616 0z" style="fill:#b3b3b3;fill-rule:nonzero;fill-opacity:0.4"/><path d="M7.616 0.217c0.239 0 0.434 0.195 0.434 0.434v3.918c0 0.239 -0.195 0.434 -0.434 0.434H0.651c-0.239 0 -0.434 -0.195 -0.434 -0.434V0.651c0 -0.239 0.195 -0.434 0.434 -0.434h6.965z" style="fill:#fff;fill-rule:nonzero"/><path cx="10.14" cy="8.18" r="4.77" style="fill:#eb001b;fill-rule:nonzero" d="M4.761 2.612A1.523 1.523 0 0 1 3.238 4.135A1.523 1.523 0 0 1 1.715 2.612A1.523 1.523 0 0 1 4.761 2.612z"/><path cx="15.59" cy="8.18" r="4.77" style="fill:#f79e1b;fill-rule:nonzero" d="M6.502 2.612A1.523 1.523 0 0 1 4.978 4.135A1.523 1.523 0 0 1 3.455 2.612A1.523 1.523 0 0 1 6.502 2.612z"/><path d="M4.761 2.612c0 -0.524 -0.262 -0.98 -0.651 -1.242 -0.393 0.284 -0.655 0.741 -0.655 1.242 0 0.498 0.262 0.977 0.655 1.239a1.49 1.49 0 0 0 0.651 -1.239z" style="fill:#ff5f00;fill-rule:nonzero"/></svg>  {% endif %}
        {% if block.settings.americanex_card %}<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="38" height="24" style="shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd" viewBox="0 0 8.526 5.387"><path d="M7.852 0H0.674C0.291 0 0 0.291 0 0.674v4.039c0 0.38 0.313 0.674 0.674 0.674h7.178c0.383 0 0.674 -0.294 0.674 -0.674V0.674C8.526 0.291 8.213 0 7.852 0z" style="fill:#b3b3b3;fill-rule:nonzero;fill-opacity:0.4"/><path d="M7.852 0.224c0.249 0 0.45 0.204 0.45 0.45v4.039c0 0.246 -0.201 0.447 -0.45 0.447H0.674c-0.246 0 -0.45 -0.201 -0.45 -0.447V0.674C0.224 0.428 0.428 0.224 0.674 0.224h7.178z" style="fill:#fff;fill-rule:nonzero"/><path d="m2.286 2.373 0.169 0.354H2.101l0.185 -0.354zM5.429 2.928h-0.594v-0.192H5.429v-0.176h-0.594v-0.156H5.429v-0.15l0.441 0.399L5.429 3.053v-0.125zm0.616 -0.415 -0.294 -0.284h-1.169v0.875h1.13l0.323 -0.287 0.323 0.287h0.3l-0.46 -0.444 0.473 -0.431h-0.313l-0.313 0.284zm-1.686 -0.284h-0.409l-0.307 0.588 -0.329 -0.588H2.906v0.849L2.484 2.229h-0.383L1.651 3.104h0.275l0.093 -0.198h0.524l0.105 0.198h0.508V2.392L3.513 3.104h0.239l0.358 -0.699v0.699h0.249V2.229zM2.373 3.101H0.437h1.935zm-0.176 -0.013 -0.093 0.192H1.281l0.651 -1.226h1.549l0.156 0.271 0.147 -0.271h2.088l0.179 0.169 0.192 -0.169h0.971l-0.69 0.613 0.658 0.613h-0.939l-0.211 -0.179 -0.208 0.179H2.475l-0.102 -0.192h-0.179z" style="fill:#129ad7;fill-rule:nonzero"/></svg>{% endif %}
        {% if block.settings.elo_card %}<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="38" height="24" style="shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd" viewBox="0 0 8.526 5.387"><path d="M7.852 0H0.674C0.291 0 0 0.291 0 0.674v4.039c0 0.38 0.313 0.674 0.674 0.674h7.178c0.383 0 0.674 -0.294 0.674 -0.674V0.674C8.526 0.291 8.213 0 7.852 0z" style="fill:#b3b3b3;fill-rule:nonzero;fill-opacity:0.4"/><path d="M7.852 0.224c0.249 0 0.45 0.204 0.45 0.45v4.039c0 0.246 -0.201 0.447 -0.45 0.447H0.674c-0.246 0 -0.45 -0.201 -0.45 -0.447V0.674C0.224 0.428 0.428 0.224 0.674 0.224h7.178z" style="fill:#fff;fill-rule:nonzero"/><path d="M2.251 2.047c0.07 -0.022 0.141 -0.035 0.211 -0.035 0.326 0 0.594 0.227 0.655 0.524l0.457 -0.089c-0.102 -0.508 -0.562 -0.891 -1.111 -0.891 -0.125 0 -0.246 0.019 -0.358 0.057l0.147 0.434z" style="fill:#ffca05"/><path d="m1.721 3.519 0.313 -0.348a0.651 0.651 0 0 1 -0.23 -0.495c0 -0.198 0.089 -0.374 0.23 -0.495l-0.313 -0.345c-0.239 0.204 -0.39 0.505 -0.39 0.84 0 0.335 0.15 0.635 0.39 0.843z" style="fill:#00a4df"/><path d="M3.117 2.816c-0.061 0.3 -0.329 0.524 -0.655 0.524 -0.07 0 -0.141 -0.01 -0.211 -0.032l-0.147 0.434c0.112 0.035 0.233 0.057 0.358 0.057 0.549 0 1.009 -0.383 1.114 -0.891l-0.46 -0.093z" style="fill:#ee4123"/><path d="m4.873 3.046 -0.016 -0.01c-0.038 0.061 -0.096 0.109 -0.169 0.141 -0.137 0.064 -0.268 0.048 -0.361 -0.035l-0.01 0.013 -0.156 0.239c0.038 0.026 0.08 0.051 0.125 0.067 0.176 0.073 0.354 0.07 0.53 -0.006 0.128 -0.054 0.23 -0.141 0.297 -0.249l-0.239 -0.16zM4.375 2.456c-0.147 0.064 -0.224 0.204 -0.208 0.367l0.626 -0.271c-0.109 -0.125 -0.246 -0.169 -0.418 -0.096zm-0.415 0.728c-0.016 -0.029 -0.032 -0.061 -0.045 -0.093a0.667 0.667 0 0 1 -0.016 -0.508c0.067 -0.185 0.195 -0.326 0.361 -0.396 0.208 -0.089 0.437 -0.073 0.635 0.045 0.128 0.073 0.217 0.188 0.284 0.345 0.01 0.022 0.016 0.045 0.026 0.061l-1.245 0.546zm1.68 -1.348V3.161l0.204 0.083 -0.115 0.275 -0.227 -0.096a0.25 0.25 0 0 1 -0.112 -0.093 0.302 0.302 0 0 1 -0.045 -0.166V1.836h0.294zm0.53 0.987c0 0.109 0.048 0.211 0.128 0.284l-0.211 0.236c-0.147 -0.134 -0.23 -0.323 -0.23 -0.521 0 -0.198 0.083 -0.386 0.233 -0.517l0.211 0.236c-0.083 0.07 -0.131 0.172 -0.131 0.281zm0.377 0.377c0.179 0 0.329 -0.128 0.364 -0.3l0.31 0.064a0.688 0.688 0 0 1 -0.894 0.517l0.102 -0.3c0.035 0.013 0.073 0.019 0.118 0.019zm0 -1.07c0.332 0 0.61 0.239 0.674 0.556l-0.31 0.064a0.369 0.369 0 0 0 -0.482 -0.281l-0.099 -0.3c0.067 -0.026 0.144 -0.038 0.217 -0.038z" style="fill:#000"/></svg>{% endif %}
        {% if block.settings.hiper_card %}<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="38" height="24" style="shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd" viewBox="0 0 8.526 5.387"><path d="M7.852 0H0.674C0.291 0 0 0.291 0 0.674v4.039c0 0.38 0.313 0.674 0.674 0.674h7.178c0.383 0 0.674 -0.294 0.674 -0.674V0.674C8.526 0.291 8.213 0 7.852 0z" style="fill:#b3b3b3;fill-rule:nonzero;fill-opacity:0.4"/><path d="M7.852 0.224c0.249 0 0.45 0.204 0.45 0.45v4.039c0 0.246 -0.201 0.447 -0.45 0.447H0.674c-0.246 0 -0.45 -0.201 -0.45 -0.447V0.674C0.224 0.428 0.428 0.224 0.674 0.224h7.178z" style="fill:#fff;fill-rule:nonzero"/><path d="M2.903 1.383H2.277c-0.278 0.013 -0.501 0.125 -0.568 0.354 -0.035 0.118 -0.054 0.249 -0.08 0.374 -0.134 0.632 -0.255 1.281 -0.383 1.9h4.87c0.38 0 0.635 -0.08 0.706 -0.377 0.032 -0.141 0.064 -0.297 0.096 -0.45l0.367 -1.801H2.903z" style="fill:#912426"/><path d="M5.419 2.954c-0.067 0.064 -0.255 0.083 -0.236 -0.077 0.016 -0.131 0.16 -0.16 0.316 -0.137 -0.013 0.07 -0.026 0.163 -0.08 0.214zm-0.211 -0.514c-0.01 0.035 -0.019 0.07 -0.026 0.102 0.077 -0.019 0.319 -0.08 0.342 0.026 0.01 0.032 -0.006 0.07 -0.016 0.096 -0.217 -0.019 -0.396 0.016 -0.441 0.172 -0.032 0.105 0.003 0.208 0.067 0.236 0.131 0.054 0.287 -0.01 0.342 -0.096 -0.006 0.029 -0.01 0.061 -0.01 0.096h0.112c0.003 -0.105 0.019 -0.195 0.035 -0.291 0.013 -0.083 0.042 -0.166 0.035 -0.239 -0.01 -0.166 -0.287 -0.109 -0.441 -0.102zm1.13 0.565c-0.089 0 -0.131 -0.054 -0.134 -0.144 -0.003 -0.16 0.067 -0.335 0.208 -0.351 0.067 -0.01 0.115 0.006 0.163 0.022 -0.045 0.179 -0.029 0.466 -0.236 0.473zm0.294 -0.84c-0.01 0.099 -0.026 0.192 -0.045 0.284 -0.323 -0.102 -0.521 0.134 -0.517 0.425 0.003 0.057 0.01 0.115 0.045 0.153 0.064 0.07 0.236 0.086 0.326 0.029 0.016 -0.013 0.035 -0.032 0.045 -0.048 0.01 -0.01 0.022 -0.038 0.026 -0.029 -0.006 0.032 -0.013 0.061 -0.013 0.093h0.118c0.022 -0.326 0.096 -0.61 0.147 -0.907h-0.131zM3.273 2.957c-0.07 0.073 -0.246 0.07 -0.259 -0.054 -0.003 -0.054 0.016 -0.112 0.026 -0.166 0.01 -0.057 0.016 -0.115 0.026 -0.163 0.07 -0.086 0.275 -0.096 0.294 0.045 0.019 0.121 -0.029 0.275 -0.086 0.338zm0.102 -0.517c-0.112 -0.042 -0.246 0.006 -0.303 0.054 0 0.003 -0.003 0.003 -0.006 0.003 0.003 0 0.003 -0.003 0.006 -0.003 0 -0.022 0.006 -0.035 0.006 -0.054h-0.112c-0.048 0.313 -0.102 0.616 -0.163 0.916h0.131c0.019 -0.115 0.032 -0.239 0.057 -0.348 0.032 0.115 0.227 0.093 0.31 0.048 0.169 -0.093 0.3 -0.53 0.073 -0.616zm0.623 0.217h-0.307c0.006 -0.07 0.07 -0.147 0.172 -0.15 0.093 -0.003 0.163 0.035 0.134 0.15zm-0.125 -0.23c-0.096 0.006 -0.176 0.035 -0.233 0.096 -0.07 0.073 -0.128 0.233 -0.109 0.383 0.022 0.211 0.287 0.204 0.498 0.153 0.003 -0.038 0.013 -0.07 0.016 -0.102 -0.086 0.032 -0.236 0.077 -0.326 0.019 -0.067 -0.042 -0.067 -0.15 -0.048 -0.243 0.144 -0.006 0.291 -0.006 0.434 0 0.006 -0.067 0.032 -0.141 0.01 -0.208 -0.029 -0.086 -0.134 -0.109 -0.243 -0.099zm-1.156 0.013c-0.003 0 -0.003 0.006 -0.003 0.01 -0.026 0.214 -0.067 0.422 -0.109 0.623h0.131c0.032 -0.217 0.067 -0.428 0.115 -0.632h-0.134zm3.426 0.003c-0.115 -0.057 -0.214 0.038 -0.249 0.099 0.01 -0.032 0.01 -0.073 0.022 -0.102h-0.118c-0.032 0.217 -0.067 0.428 -0.112 0.632h0.134c0 -0.083 0.016 -0.144 0.029 -0.227 0.029 -0.176 0.07 -0.37 0.275 -0.313 0.01 -0.029 0.013 -0.064 0.019 -0.089zm-1.472 0.482a0.255 0.255 0 0 1 -0.016 -0.121c0.01 -0.089 0.038 -0.198 0.089 -0.246 0.07 -0.067 0.204 -0.057 0.313 -0.016 0.003 -0.038 0.01 -0.07 0.013 -0.105 -0.176 -0.029 -0.342 -0.013 -0.431 0.083 -0.086 0.089 -0.144 0.3 -0.102 0.434 0.045 0.153 0.259 0.163 0.428 0.102l0.019 -0.099c-0.093 0.048 -0.275 0.073 -0.313 -0.032zm-0.077 -0.485c-0.115 -0.048 -0.208 0.032 -0.249 0.105 0.01 -0.032 0.013 -0.07 0.022 -0.105h-0.115c-0.029 0.22 -0.073 0.425 -0.112 0.632h0.131c0.019 -0.121 0.026 -0.287 0.067 -0.409 0.032 -0.093 0.118 -0.172 0.243 -0.131 0 -0.035 0.01 -0.061 0.013 -0.093zm-2.114 -0.259c-0.019 0.121 -0.038 0.243 -0.061 0.361 -0.137 0.003 -0.275 0.006 -0.409 0 0.026 -0.118 0.045 -0.243 0.067 -0.361h-0.144c-0.054 0.3 -0.099 0.6 -0.16 0.891h0.15c0.022 -0.147 0.045 -0.297 0.077 -0.441 0.128 -0.003 0.281 -0.01 0.402 0.003 -0.026 0.147 -0.054 0.291 -0.08 0.437h0.15c0.048 -0.3 0.099 -0.6 0.16 -0.891h-0.153zm0.374 0.137c0.026 -0.019 0.057 -0.102 0.019 -0.137 -0.013 -0.01 -0.032 -0.013 -0.061 -0.006 -0.026 0.003 -0.042 0.013 -0.051 0.026 -0.019 0.022 -0.032 0.093 -0.006 0.118 0.026 0.022 0.08 0.01 0.099 0z" style="fill:#fefefe"/></svg> {% endif %}
        {% if block.settings.boleto %}<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="38" height="23.95" style="shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd" viewBox="0 0 6.949 4.391"><path d="M6.399 0H0.549C0.236 0 0 0.236 0 0.549v3.292c0 0.31 0.255 0.549 0.549 0.549h5.85c0.313 0 0.549 -0.239 0.549 -0.549V0.549c0 -0.313 -0.255 -0.549 -0.549 -0.549z" style="fill:#b3b3b3;fill-rule:nonzero;fill-opacity:.4"/><path d="M6.399 0.182c0.204 0 0.367 0.166 0.367 0.367v3.292c0 0.201 -0.163 0.364 -0.367 0.364H0.549c-0.201 0 -0.367 -0.163 -0.367 -0.364V0.549c0 -0.201 0.166 -0.367 0.367 -0.367h5.85z" style="fill:#fff;fill-rule:nonzero"/><path d="M5.841 3.19h0.026V1.245h-0.131v1.274c0.032 0.045 0.054 0.096 0.073 0.156 0.022 0.077 0.032 0.166 0.032 0.265v0.249zm-0.284 -0.817V1.245h-0.073v1.098c0.016 0.006 0.029 0.01 0.045 0.016 0.01 0.003 0.019 0.006 0.029 0.013zm-0.201 -0.051V1.245h-0.128v1.076c0.013 -0.003 0.029 -0.003 0.045 -0.003 0.029 0 0.057 0.003 0.083 0.003zm-0.192 0.003V1.245h-0.073v1.095c0.022 -0.006 0.048 -0.013 0.073 -0.016zm-0.147 0.038V1.245h-0.236v1.092c0.057 0.006 0.105 0.042 0.128 0.086 0.032 -0.022 0.067 -0.042 0.105 -0.057l0.003 -0.003zm-0.402 -0.192V1.245h-0.131v0.91c0.045 0 0.093 0.003 0.131 0.016zm0.102 0.077V1.245h-0.07v0.939h0.006c0.026 0.013 0.051 0.038 0.064 0.064zm-0.281 -0.093V1.245h-0.057v0.916c0.019 -0.003 0.038 -0.003 0.057 -0.006zm-0.089 0.016V1.245h-0.073v1.089h0.006v-0.128s0.006 -0.003 0.01 -0.006c0.019 -0.013 0.038 -0.022 0.057 -0.029zm-0.271 0.192V1.245h-0.131v1.079c0.045 0.006 0.083 0.019 0.118 0.035 0.003 0 0.01 0.003 0.013 0.003zm0.102 0.003V1.245h-0.073v1.134c0.013 0.006 0.026 0.016 0.038 0.022a0.182 0.182 0 0 1 0.035 -0.035zm-0.281 -0.048V1.245h-0.057v1.073h0.057zm-0.089 0V1.245h-0.073v1.076c0.026 -0.003 0.048 -0.003 0.073 -0.003zm-0.198 0.035V1.245h-0.131v1.185c0.035 -0.029 0.073 -0.051 0.115 -0.07 0.006 0 0.01 -0.003 0.016 -0.006zm-1.293 -0.01V1.245h-0.131v1.159c0.026 -0.016 0.051 -0.029 0.08 -0.042 0.016 -0.006 0.032 -0.013 0.051 -0.019zm0.102 -0.019V1.245h-0.07v1.092c0.022 -0.006 0.045 -0.01 0.07 -0.013zm0.968 -0.255V1.245h-0.054v0.792c0.026 0.01 0.045 0.019 0.054 0.032zm-0.086 -0.042V1.245h-0.073v0.77c0.026 0.003 0.051 0.006 0.073 0.013zm-0.198 -0.006V1.245H2.97v1.261c0 0.003 0.003 0.006 0.006 0.01V2.088c0 -0.029 0.051 -0.057 0.125 -0.067zM2.906 2.44V1.245h-0.073v1.143c0.026 0.013 0.051 0.032 0.073 0.051zm-0.147 -0.086V1.245h-0.233v1.073c0.089 0 0.166 0.013 0.233 0.035zM0.936 3.19h0.131V1.245h-0.131v1.945zm0.16 0h0.003V2.194c0 -0.035 0.01 -0.064 0.026 -0.08a0.118 0.118 0 0 1 0.045 -0.022V1.245h-0.073v1.945zm1.041 -0.75V1.245h-0.057v1.159c0.006 0.026 0.01 0.051 0.01 0.08 0.016 -0.016 0.029 -0.029 0.048 -0.045zm-0.089 -0.131V1.245h-0.073v0.964c0.032 0.029 0.054 0.061 0.073 0.099zm-0.198 -0.176V1.245h-0.131v0.856c0.029 0.003 0.054 0.01 0.077 0.013 0.019 0.006 0.038 0.013 0.054 0.019zm-0.195 -0.038V1.245h-0.07v0.846c0.026 0 0.048 0 0.07 0.003zm-0.144 -0.003V1.245h-0.236v0.846h0.236zm4.132 0.332V1.245h-0.057v1.143c0.022 0.01 0.042 0.022 0.057 0.035zm0.291 0.766h0.073V1.245h-0.073v1.945zM2.025 2.89a0.238 0.238 0 0 1 -0.061 0.166 0.353 0.353 0 0 1 -0.153 0.093c-0.029 0.01 -0.064 0.016 -0.099 0.022 -0.035 0.003 -0.073 0.006 -0.118 0.006H1.309c-0.019 0 -0.035 -0.003 -0.048 -0.013 -0.013 -0.01 -0.019 -0.026 -0.019 -0.048V2.283c0 -0.019 0.006 -0.035 0.019 -0.045 0.013 -0.01 0.029 -0.016 0.048 -0.016h0.268c0.067 0 0.121 0.006 0.169 0.016 0.045 0.01 0.083 0.026 0.115 0.045 0.032 0.019 0.054 0.045 0.073 0.073 0.016 0.032 0.022 0.067 0.022 0.109a0.206 0.206 0 0 1 -0.038 0.121 0.215 0.215 0 0 1 -0.112 0.073c0.032 0.006 0.061 0.016 0.086 0.029 0.026 0.01 0.048 0.026 0.067 0.045 0.019 0.022 0.035 0.045 0.045 0.07 0.013 0.026 0.019 0.054 0.019 0.086zm-0.284 -0.402c0 -0.019 -0.003 -0.035 -0.01 -0.051a0.113 0.113 0 0 0 -0.032 -0.038 0.167 0.167 0 0 0 -0.048 -0.022c-0.022 -0.006 -0.048 -0.006 -0.083 -0.006h-0.109v0.246h0.121c0.032 0 0.057 -0.003 0.077 -0.01 0.019 -0.006 0.032 -0.016 0.045 -0.029 0.013 -0.01 0.022 -0.022 0.029 -0.038 0.006 -0.016 0.01 -0.032 0.01 -0.051zm0.057 0.412c0 -0.022 -0.006 -0.045 -0.013 -0.061a0.13 0.13 0 0 0 -0.038 -0.045 0.151 0.151 0 0 0 -0.061 -0.026c-0.026 -0.006 -0.057 -0.01 -0.099 -0.01h-0.128v0.271h0.156c0.032 0 0.057 -0.003 0.077 -0.01 0.022 -0.006 0.042 -0.013 0.054 -0.026 0.016 -0.01 0.029 -0.026 0.038 -0.042 0.006 -0.016 0.013 -0.035 0.013 -0.054zm1.14 -0.083c0 0.057 -0.006 0.109 -0.022 0.153 -0.019 0.048 -0.045 0.086 -0.077 0.118 -0.035 0.035 -0.077 0.061 -0.128 0.08 -0.051 0.016 -0.112 0.026 -0.179 0.026 -0.067 0 -0.125 -0.006 -0.172 -0.022a0.288 0.288 0 0 1 -0.121 -0.073 0.245 0.245 0 0 1 -0.073 -0.112c-0.016 -0.045 -0.022 -0.099 -0.022 -0.156 0 -0.054 0.006 -0.105 0.026 -0.153 0.016 -0.045 0.042 -0.086 0.077 -0.118 0.032 -0.035 0.077 -0.061 0.125 -0.077 0.051 -0.019 0.112 -0.029 0.179 -0.029 0.067 0 0.125 0.01 0.176 0.026 0.048 0.016 0.089 0.038 0.121 0.07 0.032 0.029 0.054 0.067 0.07 0.112 0.016 0.048 0.022 0.099 0.022 0.156zm-0.214 0.006c0 -0.032 -0.003 -0.061 -0.01 -0.089a0.232 0.232 0 0 0 -0.029 -0.07 0.159 0.159 0 0 0 -0.054 -0.048 0.248 0.248 0 0 0 -0.089 -0.016c-0.032 0 -0.057 0.006 -0.083 0.016 -0.022 0.01 -0.042 0.022 -0.057 0.045a0.217 0.217 0 0 0 -0.032 0.067 0.404 0.404 0 0 0 -0.003 0.185c0.006 0.026 0.016 0.051 0.029 0.07 0.016 0.019 0.032 0.035 0.057 0.048 0.022 0.01 0.051 0.016 0.086 0.016 0.032 0 0.061 -0.006 0.083 -0.016 0.022 -0.01 0.042 -0.026 0.057 -0.045 0.016 -0.019 0.026 -0.042 0.035 -0.067 0.006 -0.029 0.01 -0.061 0.01 -0.096zm0.591 0.329c0 0.006 0 0.01 -0.003 0.013 -0.003 0.003 -0.01 0.006 -0.019 0.01a0.08 0.08 0 0 1 -0.032 0.006h-0.102c-0.013 0 -0.022 -0.003 -0.032 -0.006 -0.006 -0.003 -0.013 -0.006 -0.016 -0.01 -0.003 -0.003 -0.003 -0.006 -0.003 -0.013V2.181c0 -0.003 0 -0.01 0.003 -0.013 0.003 -0.003 0.01 -0.006 0.016 -0.01 0.01 -0.003 0.019 -0.003 0.032 -0.006 0.016 0 0.032 -0.003 0.051 -0.003 0.022 0 0.038 0.003 0.051 0.003 0.013 0.003 0.026 0.003 0.032 0.006 0.01 0.003 0.016 0.006 0.019 0.01 0.003 0.003 0.003 0.01 0.003 0.013v0.971zm0.897 -0.348c0 0.022 -0.006 0.042 -0.019 0.051 -0.01 0.01 -0.026 0.016 -0.048 0.016h-0.45c0 0.029 0.003 0.054 0.01 0.077 0.01 0.022 0.019 0.042 0.035 0.057 0.019 0.016 0.038 0.029 0.064 0.035 0.026 0.01 0.057 0.013 0.093 0.013 0.038 0 0.07 0 0.099 -0.006 0.026 -0.003 0.051 -0.01 0.07 -0.016 0.019 -0.006 0.038 -0.01 0.051 -0.016 0.013 -0.003 0.022 -0.006 0.032 -0.006 0.006 0 0.01 0 0.013 0.003 0.003 0 0.006 0.003 0.01 0.01 0 0.003 0.003 0.01 0.003 0.019v0.057c0 0.006 0 0.013 -0.003 0.019 0 0.006 0 0.01 -0.003 0.013 -0.003 0.003 -0.006 0.006 -0.01 0.013 -0.003 0.003 -0.013 0.006 -0.029 0.013 -0.016 0.006 -0.038 0.013 -0.064 0.019 -0.022 0.003 -0.051 0.01 -0.083 0.013 -0.032 0.006 -0.067 0.006 -0.105 0.006 -0.064 0 -0.121 -0.006 -0.172 -0.022a0.262 0.262 0 0 1 -0.125 -0.067 0.245 0.245 0 0 1 -0.073 -0.112 0.498 0.498 0 0 1 -0.026 -0.163c0 -0.057 0.01 -0.109 0.026 -0.156a0.271 0.271 0 0 1 0.077 -0.118c0.032 -0.035 0.07 -0.057 0.118 -0.077 0.048 -0.016 0.099 -0.026 0.16 -0.026s0.115 0.01 0.16 0.026 0.08 0.038 0.109 0.067c0.029 0.029 0.048 0.064 0.061 0.102 0.016 0.038 0.022 0.083 0.022 0.128v0.029zm-0.204 -0.051a0.171 0.171 0 0 0 -0.035 -0.125c-0.026 -0.029 -0.064 -0.045 -0.118 -0.045 -0.026 0 -0.048 0.006 -0.07 0.013 -0.019 0.01 -0.035 0.022 -0.048 0.038 -0.013 0.013 -0.022 0.032 -0.029 0.051 -0.01 0.022 -0.013 0.042 -0.013 0.067h0.313zm0.805 0.335c0 0.022 0 0.038 -0.003 0.051 -0.003 0.01 -0.01 0.019 -0.013 0.022 -0.006 0.006 -0.013 0.01 -0.022 0.013 -0.01 0.003 -0.022 0.006 -0.035 0.01 -0.013 0.003 -0.026 0.006 -0.042 0.006 -0.016 0.003 -0.032 0.003 -0.048 0.003 -0.042 0 -0.077 -0.006 -0.109 -0.016a0.184 0.184 0 0 1 -0.073 -0.042 0.158 0.158 0 0 1 -0.045 -0.073c-0.01 -0.029 -0.016 -0.064 -0.016 -0.105V2.622h-0.089c-0.01 0 -0.019 -0.006 -0.022 -0.019a0.133 0.133 0 0 1 -0.01 -0.057v-0.035c0.003 -0.013 0.006 -0.019 0.01 -0.026 0 -0.006 0.006 -0.01 0.01 -0.013 0.003 0 0.01 -0.003 0.013 -0.003h0.089v-0.147c0 -0.003 0.003 -0.01 0.006 -0.013 0.003 -0.003 0.01 -0.006 0.016 -0.01 0.01 -0.003 0.019 -0.006 0.032 -0.006 0.016 0 0.032 -0.003 0.051 -0.003 0.022 0 0.038 0.003 0.051 0.003 0.013 0 0.026 0.003 0.032 0.006 0.01 0.003 0.013 0.006 0.016 0.01 0.006 0.003 0.006 0.01 0.006 0.013v0.147h0.163c0.003 0 0.01 0.003 0.013 0.003 0.003 0.003 0.01 0.006 0.01 0.013 0.003 0.006 0.006 0.013 0.006 0.026 0.003 0.01 0.003 0.019 0.003 0.035 0 0.026 -0.003 0.045 -0.01 0.057 -0.003 0.013 -0.013 0.019 -0.022 0.019h-0.163v0.307c0 0.038 0.006 0.064 0.019 0.083 0.013 0.016 0.035 0.026 0.067 0.026 0.013 0 0.022 0 0.032 -0.003 0.01 0 0.016 -0.003 0.022 -0.006 0.006 0 0.013 -0.003 0.019 -0.003 0.003 -0.003 0.01 -0.003 0.013 -0.003 0.003 0 0.006 0 0.01 0.003 0.003 0 0.003 0.003 0.006 0.01 0 0.003 0.003 0.013 0.003 0.019 0.003 0.01 0.003 0.022 0.003 0.035zm0.885 -0.271c0 0.057 -0.006 0.109 -0.026 0.153 -0.016 0.048 -0.042 0.086 -0.073 0.118 -0.035 0.035 -0.077 0.061 -0.128 0.08 -0.051 0.016 -0.112 0.026 -0.179 0.026 -0.067 0 -0.125 -0.006 -0.172 -0.022a0.323 0.323 0 0 1 -0.125 -0.073 0.268 0.268 0 0 1 -0.07 -0.112c-0.016 -0.045 -0.022 -0.099 -0.022 -0.156 0 -0.054 0.006 -0.105 0.026 -0.153 0.016 -0.045 0.042 -0.086 0.077 -0.118 0.032 -0.035 0.073 -0.061 0.125 -0.077 0.051 -0.019 0.112 -0.029 0.179 -0.029 0.067 0 0.125 0.01 0.176 0.026 0.048 0.016 0.089 0.038 0.121 0.07 0.032 0.029 0.054 0.067 0.07 0.112 0.016 0.048 0.022 0.099 0.022 0.156zm-0.214 0.006c0 -0.032 -0.003 -0.061 -0.01 -0.089a0.232 0.232 0 0 0 -0.029 -0.07 0.171 0.171 0 0 0 -0.057 -0.048 0.218 0.218 0 0 0 -0.086 -0.016c-0.032 0 -0.057 0.006 -0.083 0.016 -0.022 0.01 -0.042 0.022 -0.057 0.045 -0.016 0.019 -0.026 0.042 -0.032 0.067a0.404 0.404 0 0 0 -0.003 0.185c0.006 0.026 0.016 0.051 0.029 0.07 0.013 0.019 0.032 0.035 0.057 0.048 0.022 0.01 0.051 0.016 0.086 0.016 0.032 0 0.061 -0.006 0.083 -0.016 0.022 -0.01 0.042 -0.026 0.057 -0.045 0.016 -0.019 0.026 -0.042 0.035 -0.067 0.006 -0.029 0.01 -0.061 0.01 -0.096z" style="fill:#373435"/></svg>{% endif %}
        {% if block.settings.dinersclub_card %}<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="38" height="24" style="shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd" viewBox="0 0 8.526 5.387"><path d="M7.852 0H0.674C0.291 0 0 0.291 0 0.674v4.039c0 0.38 0.313 0.674 0.674 0.674h7.178c0.383 0 0.674 -0.294 0.674 -0.674V0.674C8.526 0.291 8.213 0 7.852 0z" style="fill:#b3b3b3;fill-rule:nonzero;fill-opacity:0.4"/><path d="M7.852 0.224c0.249 0 0.45 0.204 0.45 0.45v4.039c0 0.246 -0.201 0.447 -0.45 0.447H0.674c-0.246 0 -0.45 -0.201 -0.45 -0.447V0.674C0.224 0.428 0.428 0.224 0.674 0.224h7.178z" style="fill:#fff;fill-rule:nonzero"/><path d="M4.375 2.749c0.479 0 0.897 -0.383 0.897 -0.84 0 -0.514 -0.418 -0.856 -0.897 -0.856h-0.399c-0.476 0 -0.856 0.342 -0.856 0.856 0 0.457 0.38 0.84 0.856 0.84h0.399z" style="fill:#0057a6;fill-rule:nonzero"/><path d="M3.976 1.111c-0.418 0 -0.779 0.361 -0.779 0.779 0 0.437 0.361 0.782 0.779 0.782 0.437 0 0.782 -0.345 0.782 -0.782 0 -0.418 -0.345 -0.779 -0.782 -0.779zM3.481 1.89c0 -0.211 0.134 -0.38 0.326 -0.457v0.932c-0.192 -0.077 -0.326 -0.246 -0.326 -0.476zm0.687 0.476V1.434c0.172 0.077 0.303 0.246 0.303 0.457 0 0.23 -0.131 0.399 -0.303 0.476z" style="fill:#fefefe;fill-rule:nonzero"/><path d="M6.147 3.854c0.038 0 0.057 0.016 0.057 0.054 0 0.019 -0.019 0.038 -0.057 0.038 -0.019 0 -0.038 -0.019 -0.038 -0.038 0 -0.038 0.019 -0.054 0.038 -0.054zm0 0.093c0.019 0 0.038 -0.019 0.038 -0.038 0 -0.038 -0.019 -0.054 -0.038 -0.054s-0.038 0.016 -0.038 0.054c0 0.019 0.019 0.038 0.038 0.038zm-0.019 -0.019v-0.057h0.019c0.019 0 0.019 0 0.019 0.019v0.019s0 0.019 0.019 0.019h-0.019s0 -0.019 -0.019 -0.019v0.019h-0.019zm0.019 -0.019 0.019 -0.019c0 -0.019 -0.019 -0.019 -0.019 -0.019v0.038z" style="fill:#2f3031;fill-rule:nonzero"/><path d="M2.663 3.529c0.073 0 0.112 -0.019 0.169 -0.038 0.038 -0.019 0.077 -0.057 0.115 -0.115 0.019 -0.038 0.019 -0.073 0.019 -0.112 0 -0.057 -0.019 -0.096 -0.057 -0.134s-0.096 -0.038 -0.172 -0.038H2.587c0.019 0 0.038 0 0.057 0.019v0.057l-0.096 0.284c0 0.019 0 0.038 -0.019 0.038 -0.019 0.019 -0.019 0.019 -0.057 0.019v0.019h0.192zm0.131 -0.399c0.019 0 0.038 0.019 0.057 0.038v0.077c0 0.038 0 0.093 -0.019 0.131s-0.038 0.077 -0.057 0.096c-0.038 0.019 -0.057 0.019 -0.093 0.019h-0.019c-0.019 0 -0.019 0 -0.019 -0.019 0 0 0 -0.019 0.019 -0.019l0.093 -0.342c0.019 0 0.038 0 0.038 0.019zm0.307 -0.038c-0.019 0 -0.019 0.019 -0.019 0.038 0 0 0 0.019 0.019 0.019 0 0.019 0.019 0.019 0.038 0.019 0 0 0.019 0 0.019 -0.019 0.019 0 0.019 -0.019 0.019 -0.019 0 -0.019 0 -0.038 -0.019 -0.038 0 -0.019 -0.019 -0.019 -0.019 -0.019 -0.019 0 -0.038 0 -0.038 0.019zm0.038 0.134 -0.115 0.019v0.019h0.019c0.019 0 0.019 0 0.019 0.019l-0.019 0.019 -0.038 0.15c0 0.019 -0.019 0.038 -0.019 0.038 0 0.019 0.019 0.019 0.019 0.038h0.038c0.038 0 0.077 -0.019 0.096 -0.077v-0.019c-0.019 0.019 -0.019 0.038 -0.038 0.057h-0.019v-0.038l0.077 -0.227h-0.019zm0.188 0 -0.112 0.019v0.019h0.038v0.019s0 0.019 -0.019 0.038l-0.057 0.208h0.077l0.035 -0.096c0.019 -0.057 0.057 -0.112 0.096 -0.131 0 -0.019 0.019 -0.019 0.019 -0.019h0.019v0.038l-0.057 0.131v0.038c0 0.019 0 0.019 0.019 0.019 0 0.019 0.019 0.019 0.019 0.019 0.038 0 0.077 -0.019 0.115 -0.077l-0.019 -0.019c0 0.019 0 0.019 -0.019 0.019 0 0.019 0 0.019 -0.019 0.038v-0.038l0.038 -0.131c0 -0.019 0.019 -0.038 0.019 -0.038 0 -0.019 -0.019 -0.038 -0.019 -0.038 -0.019 -0.019 -0.019 -0.019 -0.038 -0.019 0 0 -0.019 0 -0.038 0.019 -0.019 0 -0.038 0.019 -0.057 0.038s-0.038 0.038 -0.057 0.073l0.038 -0.131h-0.019zm0.383 0.169c0.019 -0.019 0.038 -0.019 0.057 -0.038 0.019 0 0.038 -0.019 0.054 -0.038v-0.073c-0.016 -0.019 -0.035 -0.019 -0.054 -0.019 -0.038 0 -0.057 0 -0.096 0.038 -0.038 0.019 -0.077 0.038 -0.096 0.073 -0.019 0.038 -0.019 0.077 -0.019 0.115 0 0.019 0 0.038 0.019 0.057 0 0.019 0.038 0.019 0.077 0.019 0.019 0 0.057 0 0.077 -0.019 0.019 0 0.038 -0.019 0.077 -0.057h-0.019c-0.019 0.019 -0.038 0.019 -0.057 0.019 -0.019 0.019 -0.019 0.019 -0.038 0.019s-0.038 0 -0.038 -0.019c-0.019 0 -0.019 -0.019 -0.019 -0.038v-0.038h0.077zm0 -0.131c0 -0.019 0.019 -0.019 0.019 -0.019h0.019v0.073c-0.019 0 -0.019 0.019 -0.038 0.038l-0.019 0.019h-0.057c0.019 -0.038 0.038 -0.073 0.077 -0.112zm0.265 -0.038 -0.115 0.019v0.019h0.038s0.019 0 0.019 0.019l-0.019 0.019 -0.057 0.227h0.077c0.019 -0.057 0.019 -0.077 0.038 -0.096 0 -0.019 0 -0.038 0.019 -0.057 0.019 -0.038 0.019 -0.038 0.019 -0.054 0.019 0 0.019 -0.019 0.019 -0.019h0.019l0.019 0.019h0.038v-0.096h-0.019c-0.019 0 -0.019 0 -0.038 0.019s-0.057 0.077 -0.096 0.169l0.057 -0.188h-0.019zm0.345 0s0 0.019 -0.019 0.019c0 0 0 -0.019 -0.019 -0.019h-0.057c-0.019 0 -0.038 0 -0.057 0.019s-0.038 0.038 -0.038 0.057c0 0.016 0.019 0.035 0.019 0.035 0 0.019 0.019 0.038 0.038 0.077 0.019 0.019 0.038 0.019 0.038 0.038 0.019 0 0.019 0.019 0.019 0.019 0 0.019 -0.019 0.019 -0.019 0.038h-0.057c-0.019 0 -0.019 -0.019 -0.038 -0.019 0 -0.019 0 -0.038 -0.019 -0.057l-0.019 0.096h0.115c0.019 0 0.038 0 0.038 -0.019 0.019 0 0.038 -0.019 0.057 -0.019v-0.096c-0.019 -0.019 -0.038 -0.038 -0.077 -0.073 0 -0.019 0 -0.019 -0.019 -0.038v-0.019l0.019 -0.019h0.019c0.019 0 0.038 0 0.038 0.019 0.019 0.019 0.019 0.038 0.038 0.054l0.019 -0.093h-0.019zm0.664 -0.153c-0.019 0.019 -0.019 0.019 -0.038 0.019h-0.019c-0.035 -0.019 -0.054 -0.019 -0.073 -0.019 -0.038 0 -0.096 0.019 -0.153 0.038 -0.038 0.038 -0.077 0.077 -0.096 0.115 -0.038 0.038 -0.038 0.093 -0.038 0.131 0 0.057 0 0.096 0.038 0.134 0.038 0.019 0.077 0.038 0.134 0.038 0.038 0 0.077 0 0.096 -0.019 0.038 -0.019 0.057 -0.038 0.073 -0.077 -0.035 0.019 -0.054 0.038 -0.073 0.038 -0.019 0.019 -0.038 0.019 -0.077 0.019 -0.019 0 -0.057 0 -0.077 -0.019 0 -0.019 -0.019 -0.057 -0.019 -0.096s0 -0.073 0.019 -0.112c0.019 -0.057 0.057 -0.096 0.077 -0.134 0.038 -0.019 0.077 -0.038 0.096 -0.038 0.038 0 0.054 0.019 0.073 0.038s0.019 0.038 0.019 0.077h0.019l0.019 -0.134zm0.172 0 -0.115 0.019v0.019h0.019c0.019 0 0.019 0 0.019 0.019 0 0 0 0.019 -0.019 0.019l-0.077 0.303c-0.019 0.019 -0.019 0.038 -0.019 0.038 0 0.019 0 0.019 0.019 0.038h0.038s0.019 0 0.038 -0.019c0.019 0 0.038 -0.019 0.057 -0.057h-0.019c0 0.019 -0.019 0.019 -0.019 0.038h-0.019v-0.057l0.115 -0.361h-0.019zm0.172 0.153 -0.115 0.019v0.019h0.019v0.054l-0.038 0.134c-0.019 0.019 -0.019 0.019 -0.019 0.038s0 0.019 0.019 0.038h0.057c0.019 -0.019 0.038 -0.019 0.057 -0.057 0 0 0.038 -0.038 0.057 -0.077l-0.019 0.057v0.077h0.038c0.038 0 0.073 -0.019 0.093 -0.077 -0.019 0.019 -0.035 0.019 -0.035 0.038h-0.019v-0.019l0.019 -0.019 0.054 -0.227 -0.073 0.019 -0.038 0.093c-0.019 0.038 -0.057 0.077 -0.077 0.115 -0.019 0.019 -0.019 0.019 -0.038 0.019v-0.019l0.077 -0.227h-0.019zm0.38 -0.153 -0.115 0.019v0.019h0.038v0.057l-0.115 0.342c0.038 0.019 0.077 0.019 0.115 0.019 0.057 0 0.096 -0.019 0.134 -0.057s0.057 -0.096 0.057 -0.15c0 -0.019 0 -0.057 -0.019 -0.077 0 -0.019 -0.019 -0.019 -0.057 -0.019h-0.038c0 0.019 -0.019 0.019 -0.038 0.038l0.057 -0.192h-0.019zm-0.057 0.284c0 -0.038 0.019 -0.054 0.019 -0.054 0.019 -0.019 0.019 -0.038 0.038 -0.038s0.019 0.019 0.019 0.019c0.019 0 0.019 0.019 0.019 0.035 0 0.019 0 0.057 -0.019 0.077 0 0.038 -0.019 0.057 -0.038 0.077 0 0.019 -0.019 0.019 -0.038 0.038h-0.038l0.038 -0.153zm-3.181 0.552c0.019 0 0.019 0 0.019 0.019 0 0 0 0.019 -0.019 0.038l-0.077 0.287c0 0.019 -0.019 0.038 -0.019 0.038 -0.019 0.019 -0.038 0.019 -0.057 0.019v0.019h0.23v-0.019H2.491v-0.057l0.096 -0.287c0 -0.038 0 -0.057 0.019 -0.057 0.019 -0.019 0.019 -0.019 0.038 -0.019h0.019c0.019 0 0.038 0 0.038 0.019zm0.284 0.115 -0.112 0.019v0.019h0.038v0.057l-0.077 0.211h0.096l0.016 -0.096c0.038 -0.057 0.057 -0.115 0.096 -0.134 0.019 -0.019 0.019 -0.019 0.038 -0.019v0.038l-0.038 0.134c0 0.019 -0.019 0.019 -0.019 0.038s0.019 0.019 0.019 0.019c0 0.019 0.019 0.019 0.038 0.019 0.038 0 0.057 -0.038 0.096 -0.077l-0.019 -0.019v0.019l-0.019 0.019c0 0.019 -0.019 0.019 -0.019 0.019v-0.038l0.057 -0.134v-0.057s0 -0.019 -0.019 -0.019c0 -0.019 -0.019 -0.019 -0.019 -0.019h-0.057c0 0.019 -0.019 0.038 -0.038 0.057l-0.077 0.077 0.038 -0.134h-0.019zm0.402 -0.077c-0.038 0.019 -0.057 0.038 -0.077 0.057s-0.038 0.038 -0.077 0.038v0.019h0.038l-0.057 0.192v0.038c0 0.019 0 0.019 0.019 0.038h0.019c0.019 0 0.038 0 0.057 -0.019 0.019 0 0.038 -0.019 0.057 -0.057h-0.019l-0.038 0.038h-0.019v-0.038l0.077 -0.192h0.038v-0.038h-0.038l0.038 -0.077h-0.019zm0.169 0.249c0.019 -0.019 0.038 -0.019 0.057 -0.038 0.019 0 0.038 -0.019 0.057 -0.038v-0.077c-0.019 -0.019 -0.038 -0.019 -0.057 -0.019s-0.057 0 -0.096 0.038c-0.035 0.019 -0.073 0.038 -0.093 0.077 -0.019 0.038 -0.019 0.077 -0.019 0.115 0 0.019 0 0.038 0.019 0.057s0.038 0.019 0.073 0.019c0.019 0 0.057 0 0.077 -0.019 0.019 0 0.038 -0.019 0.077 -0.057h-0.019c-0.019 0 -0.038 0.019 -0.057 0.019 0 0.019 -0.019 0.019 -0.038 0.019s-0.038 0 -0.038 -0.019c0 0 -0.016 -0.019 -0.016 -0.038v-0.038h0.073zm0 -0.134c0 -0.019 0.019 -0.019 0.038 -0.019l0.019 0.019c0 0.019 -0.019 0.038 -0.019 0.038 0 0.019 -0.019 0.038 -0.019 0.057 -0.019 0 -0.038 0 -0.038 0.019h-0.038c0 -0.038 0.019 -0.077 0.057 -0.115zm0.268 -0.038 -0.096 0.019h-0.019c0.019 0 0.038 0.019 0.038 0.019 0.019 0 0.019 0 0.019 0.019 0 0 0 0.019 -0.019 0.019l-0.057 0.23h0.077c0.019 -0.057 0.019 -0.077 0.038 -0.096 0 -0.019 0.019 -0.038 0.019 -0.057 0.019 -0.038 0.019 -0.038 0.038 -0.057 0 -0.019 0 -0.019 0.019 -0.019l0.019 0.019h0.038c0 -0.019 0.019 -0.038 0.019 -0.057s-0.019 -0.019 -0.019 -0.038h-0.019c-0.019 0 -0.019 0 -0.038 0.019s-0.057 0.077 -0.096 0.153l0.057 -0.172h-0.019zm0.284 0 -0.112 0.019 -0.019 0.019h0.038v0.057l-0.057 0.211h0.077l0.016 -0.096c0.038 -0.057 0.077 -0.115 0.096 -0.134s0.038 -0.019 0.038 -0.019h0.019c0 0.019 0 0.019 -0.019 0.038l-0.038 0.134v0.057c0.019 0.019 0.019 0.019 0.038 0.019 0.038 0 0.077 -0.038 0.096 -0.077v-0.019l-0.019 0.019c0 0.019 -0.019 0.019 -0.019 0.019v0.019c-0.019 0 -0.019 0 -0.019 -0.019v-0.019l0.057 -0.134v-0.077c-0.019 -0.019 -0.019 -0.019 -0.038 -0.019h-0.038l-0.057 0.057 -0.077 0.077 0.057 -0.134h-0.019zm0.441 0v0.038c0 -0.019 -0.019 -0.019 -0.019 -0.038h-0.038c-0.019 0 -0.038 0 -0.057 0.019 -0.038 0.038 -0.057 0.057 -0.077 0.096s-0.038 0.077 -0.038 0.115c0 0.019 0 0.038 0.019 0.057 0 0.019 0.019 0.019 0.038 0.019s0.038 0 0.038 -0.019c0.038 -0.019 0.057 -0.038 0.077 -0.077v0.019c-0.019 0.019 -0.019 0.038 -0.019 0.038 0 0.019 0 0.019 0.019 0.038h0.019c0.019 0 0.038 0 0.057 -0.019 0.016 -0.019 0.035 -0.038 0.054 -0.057h-0.019l-0.019 0.019c0 0.019 -0.016 0.019 -0.016 0.019v-0.057l0.054 -0.211h-0.073zm-0.057 0.172c0 0.019 -0.019 0.038 -0.038 0.057 0 0.019 -0.019 0.019 -0.019 0.019h-0.019v-0.038c0 -0.019 0 -0.057 0.019 -0.096s0.038 -0.077 0.038 -0.096h0.038c0.019 0.019 0.019 0.019 0.019 0.038 0 0.038 -0.019 0.077 -0.038 0.115zm0.323 -0.249 -0.057 0.057c-0.019 0.019 -0.057 0.038 -0.077 0.038v0.019h0.038l-0.057 0.192v0.077H4.471c0.019 0 0.038 0 0.057 -0.019 0.019 0 0.038 -0.019 0.038 -0.057l-0.038 0.038h-0.019v-0.038l0.057 -0.192h0.038l0.019 -0.038h-0.038l0.019 -0.077h-0.019zm0.134 -0.057c-0.019 0 -0.019 0.019 -0.019 0.038 0 0 0 0.019 0.019 0.019 0 0.019 0.019 0.019 0.038 0.019 0 0 0.019 0 0.019 -0.019 0.019 0 0.019 -0.019 0.019 -0.019 0 -0.019 0 -0.038 -0.019 -0.038 0 -0.019 -0.019 -0.019 -0.019 -0.019 -0.019 0 -0.038 0 -0.038 0.019zm0.038 0.134 -0.115 0.019c0.019 0 0.019 0.019 0.019 0.019h0.019c0 0.019 0 0.019 -0.019 0.038l-0.038 0.153c0 0.019 -0.019 0.038 -0.019 0.038 0 0.019 0.019 0.019 0.019 0.019 0.019 0.019 0.019 0.019 0.038 0.019 0.038 0 0.077 -0.019 0.096 -0.096l-0.038 0.038c0 0.019 0 0.019 -0.019 0.019v-0.038l0.077 -0.23h-0.019zm0.169 0.019c-0.019 0 -0.035 0.019 -0.054 0.038 -0.019 0.019 -0.038 0.057 -0.057 0.077 0 0.019 -0.019 0.057 -0.019 0.077 0 0.038 0.019 0.057 0.038 0.077 0 0.019 0.038 0.019 0.057 0.019 0.035 0 0.073 0 0.093 -0.019 0.038 -0.038 0.057 -0.057 0.077 -0.096s0.038 -0.077 0.038 -0.096 0 -0.038 -0.019 -0.057c0 -0.019 -0.019 -0.019 -0.038 -0.038h-0.038c-0.019 0 -0.057 0 -0.077 0.019zm0.077 0c0 0.019 0.019 0.019 0.019 0.038s-0.019 0.057 -0.019 0.077c-0.019 0.038 -0.019 0.077 -0.038 0.096s-0.019 0.038 -0.038 0.057h-0.035c0 -0.019 -0.019 -0.019 -0.019 -0.038 0 -0.038 0.019 -0.077 0.035 -0.134 0.019 -0.038 0.038 -0.077 0.057 -0.096h0.038zm0.268 -0.019 -0.115 0.019v0.019h0.038v0.057l-0.077 0.211h0.096l0.019 -0.096c0.038 -0.057 0.057 -0.115 0.096 -0.134 0.019 -0.019 0.019 -0.019 0.038 -0.019v0.038l-0.038 0.134c0 0.019 -0.019 0.019 -0.019 0.038s0.019 0.019 0.019 0.019c0 0.019 0.019 0.019 0.038 0.019 0.038 0 0.057 -0.038 0.096 -0.077l-0.019 -0.019v0.019l-0.019 0.019c0 0.019 -0.019 0.019 -0.019 0.019v-0.038l0.057 -0.134v-0.057s0 -0.019 -0.019 -0.019c0 -0.019 -0.019 -0.019 -0.019 -0.019h-0.057c0 0.019 -0.019 0.038 -0.038 0.057l-0.077 0.077 0.038 -0.134h-0.019zm0.457 0 -0.019 0.038v-0.038h-0.038c-0.019 0 -0.038 0 -0.077 0.019 -0.019 0.038 -0.057 0.057 -0.077 0.096s-0.019 0.077 -0.019 0.115c0 0.019 0 0.038 0.019 0.057 0 0.019 0.019 0.019 0.038 0.019s0.038 0 0.038 -0.019c0.019 -0.019 0.057 -0.038 0.077 -0.077v0.019c-0.019 0.019 -0.019 0.038 -0.019 0.038 0 0.019 0 0.019 0.019 0.038h0.019c0.019 0 0.038 0 0.057 -0.019l0.057 -0.057h-0.019c-0.019 0 -0.019 0.019 -0.019 0.019l-0.019 0.019h-0.019v-0.019l0.019 -0.038 0.057 -0.211h-0.077zm-0.057 0.172c-0.019 0.019 -0.019 0.038 -0.038 0.057s-0.019 0.019 -0.038 0.019c0 -0.019 -0.019 -0.019 -0.019 -0.038s0.019 -0.057 0.038 -0.096 0.019 -0.077 0.038 -0.096h0.038c0.019 0.019 0.019 0.019 0.019 0.038 0 0.038 -0.019 0.077 -0.038 0.115zm0.342 -0.326 -0.112 0.019v0.019h0.019c0.019 0 0.019 0 0.019 0.019l-0.019 0.019 -0.077 0.307c-0.019 0.019 -0.019 0.038 -0.019 0.038 0 0.019 0 0.019 0.019 0.038h0.038c0.019 0 0.019 0 0.038 -0.019 0.019 0 0.038 -0.019 0.057 -0.057 -0.019 0.019 -0.038 0.019 -0.038 0.038h-0.019v-0.057l0.112 -0.364h-0.019z" style="fill:#222124;fill-rule:nonzero"/></svg> {% endif %}
        {% if block.settings.caixa_card %}<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="38" height="24" style="shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd" viewBox="0 0 8.526 5.387"><defs><style>.fil2caixa{fill:#0075b1}</style></defs><g id="Camada_x0020_1"><g id="_1895988781200"><path d="M7.852 0H.674A.66.66 0 0 0 0 .674v4.039c0 .38.313.674.674.674h7.178a.662.662 0 0 0 .674-.674V.674A.674.674 0 0 0 7.852 0z" style="fill:#b3b3b3;fill-rule:nonzero;fill-opacity:0.4"/><path d="M7.852.224c.249 0 .45.204.45.45v4.039a.449.449 0 0 1-.45.447H.674a.45.45 0 0 1-.45-.447V.674c0-.246.204-.45.45-.45h7.178z" style="fill:#fff;fill-rule:nonzero"/></g><g id="_1895988783888"><g id="_1714053693520"><path class="fil2caixa" d="m3.037 2.491-.176.399h.243l-.067-.399zm-.888.958.69-1.402h.511l.287 1.402h-.444l-.045-.201h-.444l-.089.201h-.466zm1.712 0 .179-1.402h.466l-.201 1.402h-.444zm3.024-.958-.176.399h.243l-.067-.399zm-.888.958.69-1.402h.511l.291 1.402h-.447l-.045-.201h-.444l-.089.201h-.466zm-1.003-.668h.578l.38.645h-.555Z"/><path d="M5.061 2.692h.578l.514-.645h-.581Zm-.6.734h.6l.511-.645h-.6Z" style="fill:#f5863b"/><path class="fil2caixa" d="M4.685 2.025h.533l.377.667h-.534Zm-2.514.067-.045.399c-.179-.224-.559-.067-.581.224-.042.377.335.444.536.243l-.045.402c-.172.115-.562.15-.712 0a.613.613 0 0 1-.201-.268c-.045-.089-.067-.224-.045-.332 0-.112.045-.224.089-.313a.686.686 0 0 1 .156-.224c.089-.067.156-.131.243-.153a.473.473 0 0 1 .268-.067c.045 0 .112 0 .179.022.045.022.089.045.156.067z"/></g></g></g></svg>{% endif %}
        {% if block.settings.paypal_card %}<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="38" height="24" style="shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd" viewBox="0 0 8.526 5.387"><defs><style>.fil2paypal{fill:#373a78;fill-rule:nonzero}</style></defs><g id="Camada_x0020_1"><g id="_1894815971152"><path d="M7.852 0H0.674C0.291 0 0 0.291 0 0.674v4.039c0 0.38 0.313 0.674 0.674 0.674h7.178c0.383 0 0.674 -0.294 0.674 -0.674V0.674C8.526 0.291 8.213 0 7.852 0z" style="fill:#b3b3b3;fill-rule:nonzero;fill-opacity:0.4"/><path d="M7.852 0.224c0.249 0 0.45 0.204 0.45 0.45v4.039c0 0.246 -0.201 0.447 -0.45 0.447H0.674c-0.246 0 -0.45 -0.201 -0.45 -0.447V0.674C0.224 0.428 0.428 0.224 0.674 0.224h7.178z" style="fill:#fff;fill-rule:nonzero"/></g><path class="fil2paypal" d="M3.248 2.724h0.022c0.083 0 0.147 0 0.166 -0.019 0.045 -0.022 0.045 -0.045 0.045 -0.086s0 -0.064 -0.022 -0.083c-0.042 0 -0.064 -0.022 -0.128 -0.022h-0.042l-0.042 0.211zm-0.338 0.508 0.147 -0.907h0.444c0.022 0.019 0.064 0.019 0.086 0.042 0.061 0.019 0.083 0.042 0.105 0.083 0.042 0.045 0.042 0.105 0.042 0.15 0 0.061 -0.022 0.125 -0.042 0.166 -0.022 0.045 -0.064 0.086 -0.105 0.105 -0.022 0.022 -0.045 0.022 -0.086 0.045h-0.275l-0.061 0.316h-0.255zm1.076 -0.297c0 0.042 0.022 0.086 0.042 0.105 0.022 0.022 0.064 0.042 0.105 0.042 0.045 0 0.086 -0.019 0.105 -0.061 0.045 -0.022 0.064 -0.064 0.064 -0.128 0 -0.042 -0.019 -0.064 -0.042 -0.083a0.16 0.16 0 0 0 -0.105 -0.045c-0.042 0 -0.083 0.022 -0.128 0.045 -0.019 0.042 -0.042 0.083 -0.042 0.125zm0.275 0.211c-0.042 0.045 -0.083 0.064 -0.128 0.086 -0.019 0.019 -0.061 0.019 -0.105 0.019 -0.083 0 -0.147 -0.019 -0.188 -0.083 -0.064 -0.042 -0.086 -0.128 -0.086 -0.211 0 -0.105 0.045 -0.192 0.109 -0.252 0.061 -0.086 0.147 -0.128 0.252 -0.128 0.042 0 0.083 0.022 0.105 0.042 0.042 0.022 0.083 0.042 0.105 0.086l0.019 -0.105h0.214l-0.109 0.632h-0.211l0.022 -0.086zm0.527 0.064 -0.188 -0.61h0.252l0.064 0.271v0.105c0.019 0 0.019 -0.019 0.019 -0.042 0.022 -0.019 0.022 -0.042 0.045 -0.064l0.125 -0.271h0.255l-0.508 0.907h-0.252l0.188 -0.297z"/><path d="M5.674 2.724h0.019c0.086 0 0.147 0 0.169 -0.019 0.022 -0.022 0.042 -0.045 0.042 -0.086s-0.019 -0.064 -0.042 -0.064a0.176 0.176 0 0 0 -0.105 -0.042h-0.042l-0.042 0.211zm-0.316 0.508 0.147 -0.907h0.252c0.064 0 0.105 0 0.147 0.019 0.045 0 0.064 0 0.086 0.022 0.042 0.019 0.083 0.064 0.105 0.105 0.019 0.042 0.042 0.083 0.042 0.147 0 0.042 -0.022 0.105 -0.042 0.147 -0.022 0.045 -0.064 0.086 -0.105 0.105 -0.022 0.022 -0.042 0.045 -0.086 0.045h-0.252l-0.042 0.316h-0.252zm1.012 -0.275c0 0.019 0.019 0.064 0.042 0.083 0.019 0.022 0.042 0.042 0.083 0.042s0.086 -0.019 0.105 -0.061c0.045 -0.022 0.045 -0.064 0.045 -0.128 0 -0.022 0 -0.064 -0.022 -0.083a0.16 0.16 0 0 0 -0.105 -0.045c-0.042 0 -0.086 0.022 -0.105 0.064 -0.022 0.022 -0.042 0.064 -0.042 0.128zm0.23 0.188c-0.019 0.045 -0.064 0.064 -0.083 0.086 -0.042 0.019 -0.086 0.019 -0.128 0.019 -0.064 0 -0.125 -0.019 -0.169 -0.061 -0.042 -0.064 -0.061 -0.128 -0.061 -0.214 0 -0.125 0.019 -0.211 0.083 -0.271 0.064 -0.086 0.147 -0.105 0.233 -0.105 0.042 0 0.083 0 0.105 0.019 0.042 0.022 0.064 0.042 0.105 0.086V2.618h0.211l-0.105 0.613h-0.192v-0.086zm0.527 -0.865h0.214l-0.15 0.952h-0.23l0.166 -0.952zM1.392 3.42l0.166 -1.14c0 -0.019 0.022 -0.061 0.045 -0.061h0.294c0.086 0 0.169 0.019 0.211 0.019s0.086 0.022 0.105 0.042c0.064 0.022 0.128 0.064 0.15 0.128 0.019 0.042 0.042 0.128 0.042 0.192 0 0.083 -0.022 0.147 -0.042 0.211 -0.045 0.061 -0.086 0.125 -0.128 0.147 -0.042 0.019 -0.086 0.042 -0.128 0.042 -0.083 0.042 -0.188 0.042 -0.275 0.042 -0.019 0 -0.042 0.022 -0.042 0.064l-0.064 0.316c0 0.022 -0.019 0.042 -0.042 0.042h-0.275c-0.019 0 -0.019 -0.019 -0.019 -0.042z" style="fill:#42b1df;fill-rule:nonzero"/><path class="fil2paypal" d="m1.054 3.251 0.188 -1.306c0 -0.042 0.022 -0.064 0.045 -0.064h0.335c0.105 0 0.192 0.022 0.233 0.022 0.568 -0.045 0.485 0.568 0.147 0.821 -0.042 0.042 -0.083 0.042 -0.147 0.064 -0.083 0.022 -0.211 0.022 -0.297 0.022 -0.042 0.019 -0.061 0.042 -0.061 0.083l-0.064 0.358c0 0.022 -0.022 0.045 -0.042 0.064h-0.316c-0.022 -0.019 -0.045 -0.042 -0.022 -0.064z"/></g></svg>{% endif %}
        {% if block.settings.picpay_card %}<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="38" height="24" style="shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd" viewBox="0 0 26.7 16.87"><path d="M24.59 0H2.11C.91 0 0 .91 0 2.11v12.65c0 1.19.98 2.11 2.11 2.11h22.48c1.2 0 2.11-.92 2.11-2.11V2.11C26.7.91 25.72 0 24.59 0z" style="fill:#b3b3b3;fill-rule:nonzero;fill-opacity:0.4"/><path d="M24.59.7c.78 0 1.41.64 1.41 1.41v12.65c0 .77-.63 1.4-1.41 1.4H2.11c-.77 0-1.41-.63-1.41-1.4V2.11C.7 1.34 1.34.7 2.11.7h22.48z" style="fill:#fff;fill-rule:nonzero"/><path d="M6.95 4.83h2.06V6.9H6.95V4.83zm.35.35h1.35v1.36H7.3V5.18zm.33.33h.7v.71h-.7v-.71zm-4.09.44h1.11c.92 0 1.67.75 1.67 1.67 0 .91-.75 1.66-1.67 1.66H3.54v1.28H2.46v-3.8h1.08v-.81zm0 .81v1.71h.91c.48 0 .86-.39.86-.85a.86.86 0 0 0-.86-.86h-.91zm3.41.84h1.08v2.96H6.95V7.6zm6.82-1.65h1.12c.91 0 1.67.75 1.67 1.67 0 .91-.76 1.66-1.67 1.66h-1.12v1.28h-1.08v-3.8h1.08v-.81zm0 .81v1.71h.93c.46 0 .85-.39.85-.85 0-.47-.39-.86-.85-.86h-.93zm-3.24.22c.62 0 1.17.29 1.5.73l-.59.59a.912.912 0 0 0-.82-.51c-.52 0-.94.45-.94 1.01s.42 1.01.94 1.01c.36 0 .66-.21.82-.52l.59.59c-.33.45-.88.74-1.5.74-1.03 0-1.86-.82-1.86-1.82 0-1.01.83-1.82 1.86-1.82zm10.74 4.95h1.06l1.94-4.91h-1.06l-.9 2.25-.88-2.25h-1.06l1.41 3.6-.51 1.31zm-1.16-1.44h-.98v-.27c-1.16.76-2.14.26-2.26-.49-.13-.84.38-1.45 2.35-1.28.01-.75-1.11-.85-1.88-.32l-.35-.71c1.4-.74 3.11-.51 3.12.73v2.34zm-.86-1.47h-.83c-.84 0-.65 1.08.15.91.41-.09.66-.37.68-.91z" style="fill:#3db65e"/></svg>{% endif %}
        {% if block.settings.mp_card %}<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="38" height="24" style="shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd" viewBox="0 0 26.7 16.87"><defs><style>.fil2mp{fill-rule:nonzero;fill:#39447b}</style></defs><g id="Camada_x0020_1"><g id="_1894921478896"><path d="M24.59 0H2.11C.91 0 0 .91 0 2.11v12.65c0 1.19.98 2.11 2.11 2.11h22.48c1.2 0 2.11-.92 2.11-2.11V2.11C26.7.91 25.72 0 24.59 0z" style="fill:#b3b3b3;fill-rule:nonzero;fill-opacity:0.4"/><path d="M24.59.7c.78 0 1.41.64 1.41 1.41v12.65c0 .77-.63 1.4-1.41 1.4H2.11c-.77 0-1.41-.63-1.41-1.4V2.11C.7 1.34 1.34.7 2.11.7h22.48z" style="fill:#fff;fill-rule:nonzero"/></g><g id="_1894921479424"><g id="_2375162824928"><path d="M6.59 5.81c-2.06 0-3.73 1.07-3.73 2.39s1.67 2.39 3.73 2.39c2.07 0 3.75-1.07 3.75-2.39S8.66 5.81 6.59 5.81z" style="fill:#22b3e8;fill-rule:nonzero"/><path d="M23.53 7.89c-.06.09-.16.13-.29.13-.13 0-.22-.04-.29-.13a.624.624 0 0 1-.11-.39c0-.17.04-.29.11-.38.07-.09.16-.14.29-.14.13 0 .23.05.29.14.07.09.11.21.11.38s-.04.3-.11.39zm.56-.38V7.5a.95.95 0 0 0-.21-.62c-.14-.18-.35-.26-.64-.26-.28 0-.5.08-.64.26a.95.95 0 0 0-.21.62c0 .25.07.45.21.63.14.17.36.26.64.26.29 0 .5-.09.64-.26a.95.95 0 0 0 .21-.62zm-4.02.17c0 .15-.04.25-.12.3-.08.06-.17.09-.27.09-.06 0-.11-.02-.15-.05a.211.211 0 0 1-.06-.16c0-.09.03-.15.1-.19.04-.02.11-.04.2-.06l.1-.02c.05-.01.09-.02.12-.03a.3.3 0 0 0 .08-.04v.16zm.22-.95c-.14-.07-.3-.11-.49-.11-.28 0-.48.08-.59.22-.07.1-.11.22-.12.36h.42c.01-.06.03-.11.06-.15.04-.05.12-.08.22-.08.09 0 .16.02.21.04.05.03.07.08.07.14 0 .06-.03.1-.09.13-.04.01-.09.03-.17.04l-.15.01c-.17.03-.3.06-.39.11-.16.09-.24.24-.24.45 0 .16.05.28.15.36.1.09.22.13.38.13.95.05.94-.5.95-.61v-.63c0-.2-.07-.34-.22-.41zM18.12 7c.11 0 .19.03.24.1.04.05.06.1.07.16h.47c-.03-.23-.11-.4-.25-.49a.983.983 0 0 0-.54-.14c-.26 0-.46.08-.61.24-.15.16-.22.38-.22.66 0 .26.07.46.2.62.13.16.34.24.62.24.29 0 .5-.1.64-.29.09-.12.14-.24.15-.37h-.46c-.01.08-.04.16-.09.21-.04.06-.12.08-.23.08-.15 0-.25-.07-.3-.21-.04-.07-.05-.17-.05-.29 0-.13.01-.23.05-.31.05-.14.16-.21.31-.21zm-.97-.37c-.96 0-.9.85-.9.85v.87h.43v-.81c0-.14.02-.24.06-.3.06-.11.17-.17.35-.17h.05c.02 0 .05 0 .07.01v-.45h-.06zm-2.19.45c.06-.06.15-.09.26-.09.1 0 .19.03.26.09.06.06.1.14.11.26h-.75c.02-.11.06-.19.12-.26zm.59.82-.06.06a.39.39 0 0 1-.25.07c-.09 0-.16-.02-.23-.06-.11-.06-.17-.18-.18-.34h1.21c.01-.15 0-.26-.01-.33a.977.977 0 0 0-.13-.35.86.86 0 0 0-.29-.25c-.12-.05-.25-.07-.39-.07-.25 0-.45.07-.6.23-.15.15-.23.37-.23.66 0 .31.09.53.26.67.17.13.36.2.58.2.27 0 .48-.08.63-.24.08-.08.13-.17.15-.25h-.46zm-1.33.45h-.4V7.34c0-.09-.03-.31-.3-.31-.17 0-.3.13-.3.31v1.01h-.4V7.34c0-.09-.03-.31-.29-.31-.18 0-.3.13-.3.31v1.01h-.4v-1c0-.41.27-.73.7-.73.21 0 .38.09.5.23.11-.14.29-.23.49-.23.44 0 .7.3.7.73v1zm7.52-.46c-.07.09-.16.14-.28.14-.13 0-.22-.05-.28-.14a.713.713 0 0 1-.09-.38c0-.14.03-.26.09-.36.06-.09.15-.14.28-.14.08 0 .16.03.22.08.1.09.15.24.15.44 0 .15-.03.27-.09.36zm.52-1.79s-.44-.04-.44.31v.47a.469.469 0 0 0-.19-.18.495.495 0 0 0-.27-.07c-.22 0-.39.08-.52.24-.13.17-.2.4-.2.68 0 .25.07.45.2.61.13.16.39.23.62.23.81 0 .8-.7.8-.7V6.1z" style="fill:#394476;fill-rule:nonzero"/><path d="M13 9.94c0-.16-.03-.29-.1-.38-.06-.09-.16-.13-.28-.13-.11 0-.2.04-.27.13-.06.08-.09.21-.09.38s.04.29.1.37c.06.08.16.13.28.13.11 0 .2-.05.26-.13.07-.09.1-.21.1-.37zm-.74 1.19c0 .06-.02.11-.06.15-.04.04-.1.06-.16.06h-.21V9.82c0-.29.1-.48.26-.6.11-.09.27-.16.57-.16.21 0 .45.07.58.23.14.18.2.38.2.63 0 .27-.06.49-.19.65a.62.62 0 0 1-.5.24c-.1 0-.2-.01-.28-.05a.451.451 0 0 1-.21-.2v.57zm3.36-1.19c0 .3.09.46.25.49.17.03.3-.01.38-.12a.6.6 0 0 0 .08-.22c.02-.1.02-.19 0-.29a.546.546 0 0 0-.1-.26.285.285 0 0 0-.24-.12c-.14 0-.24.06-.29.16-.05.11-.08.23-.08.36zm.72.73v-.1a.47.47 0 0 1-.3.22c-.13.03-.26.02-.39-.03a.73.73 0 0 1-.32-.29c-.09-.13-.14-.31-.14-.54 0-.26.06-.47.18-.64.12-.16.31-.23.58-.24.26-.01.41.05.56.17.16.12.26.31.26.6v.9c0 .28-.2.81-.82.77-.39-.03-.6-.19-.72-.55h.46c.03.06.09.11.16.14.07.03.14.04.21.02a.29.29 0 0 0 .18-.12c.06-.07.09-.17.1-.31zm-1.74-.55c-.01.15-.05.25-.13.3-.08.06-.17.09-.26.09-.06 0-.11-.02-.16-.06-.04-.03-.06-.08-.06-.16s.04-.14.1-.18c.05-.02.11-.04.2-.06l.1-.02c.05-.01.09-.02.12-.03.03-.01.06-.02.09-.04v.16zm.22-.95c-.15-.07-.31-.11-.49-.11-.28 0-.48.08-.6.22-.07.1-.11.21-.12.36h.42c.01-.06.03-.11.06-.15.05-.05.12-.08.22-.08s.17.02.22.04c.04.03.07.07.07.14 0 .06-.03.1-.1.13-.03.01-.09.03-.17.04l-.15.01c-.17.02-.3.06-.38.11-.17.09-.24.24-.24.45 0 .15.05.28.14.36.1.09.23.12.38.13.95.04.94-.5.95-.61v-.63c0-.2-.07-.34-.21-.41zm3.26 1.15c-.07.09-.17.13-.29.13-.13 0-.23-.04-.3-.13-.07-.09-.1-.22-.1-.39 0-.16.03-.29.1-.38.07-.09.17-.14.3-.14.12 0 .22.05.29.14.07.09.1.22.1.38 0 .17-.03.3-.1.39zm.35-1.01c-.14-.18-.36-.27-.64-.27-.29 0-.5.09-.64.27a.95.95 0 0 0-.21.62c0 .24.07.45.21.63.14.17.35.26.64.26.28 0 .5-.09.64-.26.14-.18.21-.38.21-.63a.95.95 0 0 0-.21-.62z" style="fill:#15bae3;fill-rule:nonzero"/><path class="fil2mp" d="M6.59 10.59c-2.06 0-3.73-1.07-3.73-2.39s1.67-2.39 3.73-2.39c2.07 0 3.75 1.07 3.75 2.39s-1.68 2.39-3.75 2.39zm0-4.93c-2.14 0-3.88 1.14-3.88 2.54v.15c0 1.49 1.52 2.69 3.88 2.69 2.38 0 3.89-1.2 3.89-2.69V8.2c0-1.4-1.74-2.54-3.89-2.54z"/><path d="m10.32 8.01-.1.01L9.75 8l-.99.12-.9.33.05-1.33.2-.56.18-.01.19-.05.39-.14.27-.03.11-.05-.04-.19-.16-.06.05-.21-.14-.14-.37-.23h-.1l-.36.31-.41.48-.5.94-.66 1.52-.29-.6-.8-1.74-.11-.09-.59-.69-.21-.13-.14.04-.39.3-.01.23-.08.03-.12.16.11.1.32.05.74.22.04.03.07.21.16.53v1.04l-.13.03-.27-.1-.95-.24-.47-.04-.59.03c.01.86.44 1.26.44 1.26l.19-.09.86.15 1.34-.04.7-.11.18-.23.11.2.69.18h1.01l.86-.11.38-.04.24.13c.54-.54.47-1.36.47-1.36z" style="fill:#fefefe;fill-rule:nonzero"/><path class="fil2mp" d="M6.48 9.06c-.12.18-.32.22-.51.23-.09.01-.18.01-.27.02-.32.03-.65.05-.97.02H4.7c-.34-.03-.7-.05-1.04-.13-.16-.04-.24-.01-.33.09-.01.01-.07.07-.08.11-.01.02.02.03.02.03.02.01.1-.07.12-.09.07-.07.13-.09.26-.06.34.08.7.11 1.04.14h.03c.1.01.2.01.3.01.23 0 .46-.02.68-.03.09-.01.18-.02.27-.02.21-.02.44-.06.58-.27.02-.02.01-.05-.01-.06-.02-.01-.04-.01-.06.01z"/><path class="fil2mp" d="M10.35 7.99c-.01-.02-.04-.03-.06-.02-.07.04-.13.02-.2 0a.415.415 0 0 0-.16-.03c-.57.04-1.14.15-1.76.35-.07.02-.14.04-.2.07-.02 0-.04.01-.06.02v-.15c.01-.26.02-.52.02-.79-.01-.28.07-.53.17-.78.02-.06.03-.09.12-.07.13.02.27-.03.38-.08.15-.07.29-.13.44-.12.13 0 .21-.06.24-.18.03-.16-.1-.2-.18-.22h-.01c.03-.04.05-.09.06-.15.01-.01 0-.03 0-.04-.1-.11-.21-.19-.33-.26-.04-.03-.09-.06-.13-.09-.1-.07-.21-.05-.33.04-.49.41-.88.96-1.19 1.68l-.15.39c-.15.35-.3.72-.47 1.07l-.12-.26-.27-.63c-.05-.11-.1-.21-.15-.32-.13-.3-.26-.6-.4-.9-.16-.33-.41-.57-.66-.8-.09-.08-.17-.16-.26-.25a.197.197 0 0 0-.14-.06h-.03a.2.2 0 0 0-.09.02c-.04.04-.09.07-.14.1-.09.06-.19.12-.27.22-.06.08-.07.17-.04.25-.08.02-.16.06-.19.2 0 .01 0 .03.01.04.01.01.02.02.04.03.03.04.07.09.13.09.15.01.28.06.43.11.14.05.29.1.45.1.09.01.13.03.15.08l.03.09c.05.12.09.25.12.37.03.2.03.41.02.61-.01.21-.01.44.04.65-.06.02-.11 0-.16-.03-.03-.01-.05-.03-.08-.04-.46-.16-.96-.31-1.49-.31h-.63c-.02 0-.04.02-.04.04s.02.04.04.04h.63c.52 0 1.01.16 1.47.31.01.01.04.02.06.03.04.03.09.05.15.05.04 0 .07 0 .11-.02.02-.01.03-.03.03-.05-.06-.22-.05-.44-.04-.67 0-.2.01-.41-.03-.62a2.52 2.52 0 0 0-.12-.39.689.689 0 0 0-.03-.08c-.04-.12-.14-.14-.23-.14-.14 0-.28-.05-.43-.1-.14-.05-.29-.11-.45-.11-.02 0-.05-.04-.07-.06-.01-.01-.02-.02-.02-.03.02-.09.08-.1.15-.12h.01s0 .01.01.01c.09.08.28.22.5.08.07.08.14.16.24.22.01.01.01.01.02.01s.03-.01.04-.02c.01-.02 0-.05-.02-.06-.13-.08-.21-.2-.31-.33-.03-.04-.06-.08-.1-.12-.01-.02-.04-.03-.06-.01-.02.01-.02.04 0 .06l.09.12c.02.02.03.04.05.06-.14.09-.25.04-.4-.07-.1-.08-.05-.17-.01-.22.06-.08.15-.14.25-.2.05-.03.1-.06.14-.1.02-.02.1-.02.15.03.09.09.18.17.26.25.24.23.49.46.64.77.14.3.28.61.41.91.04.1.09.21.14.31.09.21.18.42.28.63l.12.28c.01.01.02.02.03.02-.03.08-.03.17 0 .27.05.14.16.26.28.32.09.05.2.07.31.08l.06.01c.32.02.65.05.98.05.12 0 .24 0 .36-.01.3-.02.62-.06.93-.14.17-.04.25.01.34.11.02.01.08.08.1.04.02-.07-.02-.08-.03-.1-.11-.12-.22-.18-.43-.13-.3.08-.62.11-.92.13-.44.03-.89 0-1.32-.04h-.06a.768.768 0 0 1-.28-.07.514.514 0 0 1-.24-.28.326.326 0 0 1 .01-.22c.18-.37.34-.76.49-1.13.06-.13.11-.26.16-.39.3-.7.68-1.24 1.17-1.64.06-.05.14-.1.22-.04.04.03.09.06.13.09.11.07.22.14.3.23-.05.13-.11.22-.18.26-.07.03-.16.03-.28-.01.06-.08.11-.15.15-.23.02-.02.01-.04-.01-.05-.02-.02-.04-.01-.06.01-.11.17-.24.37-.45.49-.02.01-.02.04-.01.06.01.01.02.02.04.02 0 0 .01 0 .02-.01.1-.06.19-.14.26-.22.16.05.28.06.38.01a.31.31 0 0 0 .12-.11c.01 0 .02.01.03.01.09.03.13.05.11.12-.01.08-.06.12-.14.11-.17 0-.32.06-.49.13-.09.04-.22.09-.33.07-.13-.02-.18.04-.21.13-.1.26-.19.52-.18.81.01.26 0 .53-.01.79 0 .06-.01.13-.01.19 0 .01-.01.02-.02.02l-.03.03c-.01.01-.01.04 0 .05.01.01.02.02.03.02.01 0 .02-.01.03-.02.01 0 .02-.01.02-.01.02-.01.03-.02.04-.04h.01l.09-.03c.07-.03.14-.05.2-.07.62-.2 1.18-.31 1.74-.34.04-.01.09.01.14.02.08.02.16.05.26 0 .02-.01.03-.04.02-.06z"/></g></g></g></svg>{% endif %}
      </div>
      <div class="content" style="padding:0; cursor: pointer; width: 30%; text-align: right;">
        <span class="parcelas10" style="font-size:14px">Parcelas <svg xmlns="http://www.w3.org/2000/svg" class="ionicon" viewBox="0 0 512 512" style="width: 16px;height: auto;vertical-align: sub;"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 184l144 144 144-144"></path></svg></span>
      </div>
    </div>
  </div>

  <div id="tabela" {% unless block.settings.exibir_tabela_de_parcelamento_aberta %}style="height: 0; display: none;"{% endunless %}>
    <div class="divide">
      {% if 1 <= qt_parcelas_sem_juros %}
        <span class="rowTable font-body-table">
          <span><b>1x</b></span> de
          <span class="vezes"><span>{{ selected_variant.price | minus: times_parcela_1x | money }}</span></span>{% if 1 <= parcelas_sem_juros %} á vista{%- else -%}*{%- endif -%}
        </span>
        <br>
      {%- endif -%}
      {% if 2 <= qt_parcelas_sem_juros %}
        <span class="rowTable font-body-table">
          <span><b>2x</b></span> de
          <span class="vezes"><span>{{ selected_variant.price | plus: times_parcela_2x | divided_by: 2.0 | money }}</span></span>{% if 2 <= parcelas_sem_juros %} sem juros{%- else -%}*{%- endif -%}
        </span>
        <br>
     {%- endif -%}
      {% if 3 <= qt_parcelas_sem_juros %}
        <span class="rowTable font-body-table">
         <span><b>3x</b></span> de
          <span class="vezes"><span>{{ selected_variant.price | plus: times_parcela_3x | divided_by: 3.0 | money }}</span></span>{% if 3 <= parcelas_sem_juros %} sem juros{%- else -%}*{%- endif -%}
        </span>
        <br>
      {%- endif -%}
      {% if 4 <= qt_parcelas_sem_juros %}
        <span class="rowTable font-body-table">
          <span><b>4x</b></span> de
          <span class="vezes"><span>{{ selected_variant.price | plus: times_parcela_4x | divided_by: 4.0 | money }}</span></span>{% if 4 <= parcelas_sem_juros %} sem juros{%- else -%}*{%- endif -%}
        </span>
        <br>
      {%- endif -%}
      {% if 5 <= qt_parcelas_sem_juros %}
        <span class="rowTable font-body-table">
          <span><b>5x</b></span> de
          <span class="vezes"><span>{{ selected_variant.price | plus: times_parcela_5x | divided_by: 5.0 | money }}</span></span>{% if 5 <= parcelas_sem_juros %} sem juros{%- else -%}*{%- endif -%}
        </span>
        <br>
      {%- endif -%}
      {% if 6 <= qt_parcelas_sem_juros %}
        <span class="rowTable font-body-table">
          <span><b>6x</b></span> de
          <span class="vezes"><span>{{ selected_variant.price | plus: times_parcela_6x | divided_by: 6.0 | money }}</span></span>{% if 6 <= parcelas_sem_juros %} sem juros{%- else -%}*{%- endif -%}
        </span>
        <br>
      {%- endif -%}
      <span class="juros" style="display: inline; font-size: 0.8em;">*Com juros.</span>
    </div>

    <div class="divide2">
      {% if 7 <= qt_parcelas_sem_juros %}
        <span class="rowTable font-body-table">
          <span><b>7x</b></span> de
          <span class="vezes"><span>{{ selected_variant.price | plus: times_parcela_7x | divided_by: 7.0 | money }}</span></span>{% if 7 <= parcelas_sem_juros %} sem juros{%- else -%}*{%- endif -%}
        </span>
        <br>
      {%- endif -%}
      {% if 8 <= qt_parcelas_sem_juros %}
        <span class="rowTable font-body-table">
          <span><b>8x</b></span> de
          <span class="vezes"><span>{{ selected_variant.price | plus: times_parcela_8x | divided_by: 8.0 | money }}</span></span>{% if 8 <= parcelas_sem_juros %} sem juros{%- else -%}*{%- endif -%}
       </span>
       <br>
      {%- endif -%}
      {% if 9 <= qt_parcelas_sem_juros %}
        <span class="rowTable font-body-table">
          <span><b>9x</b></span> de
          <span class="vezes"><span>{{ selected_variant.price | plus: times_parcela_9x | divided_by: 9.0 | money }}</span></span>{% if 9 <= parcelas_sem_juros %} sem juros{%- else -%}*{%- endif -%}
        </span>
        <br>
      {%- endif -%}
      {% if 10 <= qt_parcelas_sem_juros %}
        <span class="rowTable font-body-table">
          <span><b>10x</b></span> de
          <span class="vezes"><span>{{ selected_variant.price | plus: times_parcela_10x | divided_by: 10.0 | money }}</span></span>{% if 10 <= parcelas_sem_juros %} sem juros{%- else -%}*{%- endif -%}
        </span>
        <br>
      {%- endif -%}
      {% if 11 <= qt_parcelas_sem_juros %}
        <span class="rowTable font-body-table">
          <span><b>11x</b></span> de
          <span class="vezes"><span>{{ selected_variant.price | plus: times_parcela_11x | divided_by: 11.0 | money }}</span></span>{% if 11 <= parcelas_sem_juros %} sem juros{%- else -%}*{%- endif -%}
        </span>
        <br>
      {%- endif -%}
      {% if 12 <= qt_parcelas_sem_juros %}
        <span class="rowTable font-body-table">
          <span><b>12x</b></span> de
          <span class="vezes"><span>{{ selected_variant.price | plus: times_parcela_12x | divided_by: 12.0 | money }}</span></span>{% if 12 <= parcelas_sem_juros %} sem juros{%- else -%}*{%- endif -%}
        </span>
      {%- endif -%}
    </div>
  </div>

  {% if block.settings.ocultar_guia_boleto_tabela_de_parcelamento %}
    <div class="block-billet" >
      <div class="row" style="margin: 0; justify-content: space-between;">
        <div style="padding:0; text-align: left; text-decoration: none; display: flex; align-items: center; width: auto">
          <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="38" height="23.95" style="shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd" viewBox="0 0 6.949 4.391"><path d="M6.399 0H0.549C0.236 0 0 0.236 0 0.549v3.292c0 0.31 0.255 0.549 0.549 0.549h5.85c0.313 0 0.549 -0.239 0.549 -0.549V0.549c0 -0.313 -0.255 -0.549 -0.549 -0.549z" style="fill:#b3b3b3;fill-rule:nonzero;fill-opacity:.4"/><path d="M6.399 0.182c0.204 0 0.367 0.166 0.367 0.367v3.292c0 0.201 -0.163 0.364 -0.367 0.364H0.549c-0.201 0 -0.367 -0.163 -0.367 -0.364V0.549c0 -0.201 0.166 -0.367 0.367 -0.367h5.85z" style="fill:#fff;fill-rule:nonzero"/><path d="M5.841 3.19h0.026V1.245h-0.131v1.274c0.032 0.045 0.054 0.096 0.073 0.156 0.022 0.077 0.032 0.166 0.032 0.265v0.249zm-0.284 -0.817V1.245h-0.073v1.098c0.016 0.006 0.029 0.01 0.045 0.016 0.01 0.003 0.019 0.006 0.029 0.013zm-0.201 -0.051V1.245h-0.128v1.076c0.013 -0.003 0.029 -0.003 0.045 -0.003 0.029 0 0.057 0.003 0.083 0.003zm-0.192 0.003V1.245h-0.073v1.095c0.022 -0.006 0.048 -0.013 0.073 -0.016zm-0.147 0.038V1.245h-0.236v1.092c0.057 0.006 0.105 0.042 0.128 0.086 0.032 -0.022 0.067 -0.042 0.105 -0.057l0.003 -0.003zm-0.402 -0.192V1.245h-0.131v0.91c0.045 0 0.093 0.003 0.131 0.016zm0.102 0.077V1.245h-0.07v0.939h0.006c0.026 0.013 0.051 0.038 0.064 0.064zm-0.281 -0.093V1.245h-0.057v0.916c0.019 -0.003 0.038 -0.003 0.057 -0.006zm-0.089 0.016V1.245h-0.073v1.089h0.006v-0.128s0.006 -0.003 0.01 -0.006c0.019 -0.013 0.038 -0.022 0.057 -0.029zm-0.271 0.192V1.245h-0.131v1.079c0.045 0.006 0.083 0.019 0.118 0.035 0.003 0 0.01 0.003 0.013 0.003zm0.102 0.003V1.245h-0.073v1.134c0.013 0.006 0.026 0.016 0.038 0.022a0.182 0.182 0 0 1 0.035 -0.035zm-0.281 -0.048V1.245h-0.057v1.073h0.057zm-0.089 0V1.245h-0.073v1.076c0.026 -0.003 0.048 -0.003 0.073 -0.003zm-0.198 0.035V1.245h-0.131v1.185c0.035 -0.029 0.073 -0.051 0.115 -0.07 0.006 0 0.01 -0.003 0.016 -0.006zm-1.293 -0.01V1.245h-0.131v1.159c0.026 -0.016 0.051 -0.029 0.08 -0.042 0.016 -0.006 0.032 -0.013 0.051 -0.019zm0.102 -0.019V1.245h-0.07v1.092c0.022 -0.006 0.045 -0.01 0.07 -0.013zm0.968 -0.255V1.245h-0.054v0.792c0.026 0.01 0.045 0.019 0.054 0.032zm-0.086 -0.042V1.245h-0.073v0.77c0.026 0.003 0.051 0.006 0.073 0.013zm-0.198 -0.006V1.245H2.97v1.261c0 0.003 0.003 0.006 0.006 0.01V2.088c0 -0.029 0.051 -0.057 0.125 -0.067zM2.906 2.44V1.245h-0.073v1.143c0.026 0.013 0.051 0.032 0.073 0.051zm-0.147 -0.086V1.245h-0.233v1.073c0.089 0 0.166 0.013 0.233 0.035zM0.936 3.19h0.131V1.245h-0.131v1.945zm0.16 0h0.003V2.194c0 -0.035 0.01 -0.064 0.026 -0.08a0.118 0.118 0 0 1 0.045 -0.022V1.245h-0.073v1.945zm1.041 -0.75V1.245h-0.057v1.159c0.006 0.026 0.01 0.051 0.01 0.08 0.016 -0.016 0.029 -0.029 0.048 -0.045zm-0.089 -0.131V1.245h-0.073v0.964c0.032 0.029 0.054 0.061 0.073 0.099zm-0.198 -0.176V1.245h-0.131v0.856c0.029 0.003 0.054 0.01 0.077 0.013 0.019 0.006 0.038 0.013 0.054 0.019zm-0.195 -0.038V1.245h-0.07v0.846c0.026 0 0.048 0 0.07 0.003zm-0.144 -0.003V1.245h-0.236v0.846h0.236zm4.132 0.332V1.245h-0.057v1.143c0.022 0.01 0.042 0.022 0.057 0.035zm0.291 0.766h0.073V1.245h-0.073v1.945zM2.025 2.89a0.238 0.238 0 0 1 -0.061 0.166 0.353 0.353 0 0 1 -0.153 0.093c-0.029 0.01 -0.064 0.016 -0.099 0.022 -0.035 0.003 -0.073 0.006 -0.118 0.006H1.309c-0.019 0 -0.035 -0.003 -0.048 -0.013 -0.013 -0.01 -0.019 -0.026 -0.019 -0.048V2.283c0 -0.019 0.006 -0.035 0.019 -0.045 0.013 -0.01 0.029 -0.016 0.048 -0.016h0.268c0.067 0 0.121 0.006 0.169 0.016 0.045 0.01 0.083 0.026 0.115 0.045 0.032 0.019 0.054 0.045 0.073 0.073 0.016 0.032 0.022 0.067 0.022 0.109a0.206 0.206 0 0 1 -0.038 0.121 0.215 0.215 0 0 1 -0.112 0.073c0.032 0.006 0.061 0.016 0.086 0.029 0.026 0.01 0.048 0.026 0.067 0.045 0.019 0.022 0.035 0.045 0.045 0.07 0.013 0.026 0.019 0.054 0.019 0.086zm-0.284 -0.402c0 -0.019 -0.003 -0.035 -0.01 -0.051a0.113 0.113 0 0 0 -0.032 -0.038 0.167 0.167 0 0 0 -0.048 -0.022c-0.022 -0.006 -0.048 -0.006 -0.083 -0.006h-0.109v0.246h0.121c0.032 0 0.057 -0.003 0.077 -0.01 0.019 -0.006 0.032 -0.016 0.045 -0.029 0.013 -0.01 0.022 -0.022 0.029 -0.038 0.006 -0.016 0.01 -0.032 0.01 -0.051zm0.057 0.412c0 -0.022 -0.006 -0.045 -0.013 -0.061a0.13 0.13 0 0 0 -0.038 -0.045 0.151 0.151 0 0 0 -0.061 -0.026c-0.026 -0.006 -0.057 -0.01 -0.099 -0.01h-0.128v0.271h0.156c0.032 0 0.057 -0.003 0.077 -0.01 0.022 -0.006 0.042 -0.013 0.054 -0.026 0.016 -0.01 0.029 -0.026 0.038 -0.042 0.006 -0.016 0.013 -0.035 0.013 -0.054zm1.14 -0.083c0 0.057 -0.006 0.109 -0.022 0.153 -0.019 0.048 -0.045 0.086 -0.077 0.118 -0.035 0.035 -0.077 0.061 -0.128 0.08 -0.051 0.016 -0.112 0.026 -0.179 0.026 -0.067 0 -0.125 -0.006 -0.172 -0.022a0.288 0.288 0 0 1 -0.121 -0.073 0.245 0.245 0 0 1 -0.073 -0.112c-0.016 -0.045 -0.022 -0.099 -0.022 -0.156 0 -0.054 0.006 -0.105 0.026 -0.153 0.016 -0.045 0.042 -0.086 0.077 -0.118 0.032 -0.035 0.077 -0.061 0.125 -0.077 0.051 -0.019 0.112 -0.029 0.179 -0.029 0.067 0 0.125 0.01 0.176 0.026 0.048 0.016 0.089 0.038 0.121 0.07 0.032 0.029 0.054 0.067 0.07 0.112 0.016 0.048 0.022 0.099 0.022 0.156zm-0.214 0.006c0 -0.032 -0.003 -0.061 -0.01 -0.089a0.232 0.232 0 0 0 -0.029 -0.07 0.159 0.159 0 0 0 -0.054 -0.048 0.248 0.248 0 0 0 -0.089 -0.016c-0.032 0 -0.057 0.006 -0.083 0.016 -0.022 0.01 -0.042 0.022 -0.057 0.045a0.217 0.217 0 0 0 -0.032 0.067 0.404 0.404 0 0 0 -0.003 0.185c0.006 0.026 0.016 0.051 0.029 0.07 0.016 0.019 0.032 0.035 0.057 0.048 0.022 0.01 0.051 0.016 0.086 0.016 0.032 0 0.061 -0.006 0.083 -0.016 0.022 -0.01 0.042 -0.026 0.057 -0.045 0.016 -0.019 0.026 -0.042 0.035 -0.067 0.006 -0.029 0.01 -0.061 0.01 -0.096zm0.591 0.329c0 0.006 0 0.01 -0.003 0.013 -0.003 0.003 -0.01 0.006 -0.019 0.01a0.08 0.08 0 0 1 -0.032 0.006h-0.102c-0.013 0 -0.022 -0.003 -0.032 -0.006 -0.006 -0.003 -0.013 -0.006 -0.016 -0.01 -0.003 -0.003 -0.003 -0.006 -0.003 -0.013V2.181c0 -0.003 0 -0.01 0.003 -0.013 0.003 -0.003 0.01 -0.006 0.016 -0.01 0.01 -0.003 0.019 -0.003 0.032 -0.006 0.016 0 0.032 -0.003 0.051 -0.003 0.022 0 0.038 0.003 0.051 0.003 0.013 0.003 0.026 0.003 0.032 0.006 0.01 0.003 0.016 0.006 0.019 0.01 0.003 0.003 0.003 0.01 0.003 0.013v0.971zm0.897 -0.348c0 0.022 -0.006 0.042 -0.019 0.051 -0.01 0.01 -0.026 0.016 -0.048 0.016h-0.45c0 0.029 0.003 0.054 0.01 0.077 0.01 0.022 0.019 0.042 0.035 0.057 0.019 0.016 0.038 0.029 0.064 0.035 0.026 0.01 0.057 0.013 0.093 0.013 0.038 0 0.07 0 0.099 -0.006 0.026 -0.003 0.051 -0.01 0.07 -0.016 0.019 -0.006 0.038 -0.01 0.051 -0.016 0.013 -0.003 0.022 -0.006 0.032 -0.006 0.006 0 0.01 0 0.013 0.003 0.003 0 0.006 0.003 0.01 0.01 0 0.003 0.003 0.01 0.003 0.019v0.057c0 0.006 0 0.013 -0.003 0.019 0 0.006 0 0.01 -0.003 0.013 -0.003 0.003 -0.006 0.006 -0.01 0.013 -0.003 0.003 -0.013 0.006 -0.029 0.013 -0.016 0.006 -0.038 0.013 -0.064 0.019 -0.022 0.003 -0.051 0.01 -0.083 0.013 -0.032 0.006 -0.067 0.006 -0.105 0.006 -0.064 0 -0.121 -0.006 -0.172 -0.022a0.262 0.262 0 0 1 -0.125 -0.067 0.245 0.245 0 0 1 -0.073 -0.112 0.498 0.498 0 0 1 -0.026 -0.163c0 -0.057 0.01 -0.109 0.026 -0.156a0.271 0.271 0 0 1 0.077 -0.118c0.032 -0.035 0.07 -0.057 0.118 -0.077 0.048 -0.016 0.099 -0.026 0.16 -0.026s0.115 0.01 0.16 0.026 0.08 0.038 0.109 0.067c0.029 0.029 0.048 0.064 0.061 0.102 0.016 0.038 0.022 0.083 0.022 0.128v0.029zm-0.204 -0.051a0.171 0.171 0 0 0 -0.035 -0.125c-0.026 -0.029 -0.064 -0.045 -0.118 -0.045 -0.026 0 -0.048 0.006 -0.07 0.013 -0.019 0.01 -0.035 0.022 -0.048 0.038 -0.013 0.013 -0.022 0.032 -0.029 0.051 -0.01 0.022 -0.013 0.042 -0.013 0.067h0.313zm0.805 0.335c0 0.022 0 0.038 -0.003 0.051 -0.003 0.01 -0.01 0.019 -0.013 0.022 -0.006 0.006 -0.013 0.01 -0.022 0.013 -0.01 0.003 -0.022 0.006 -0.035 0.01 -0.013 0.003 -0.026 0.006 -0.042 0.006 -0.016 0.003 -0.032 0.003 -0.048 0.003 -0.042 0 -0.077 -0.006 -0.109 -0.016a0.184 0.184 0 0 1 -0.073 -0.042 0.158 0.158 0 0 1 -0.045 -0.073c-0.01 -0.029 -0.016 -0.064 -0.016 -0.105V2.622h-0.089c-0.01 0 -0.019 -0.006 -0.022 -0.019a0.133 0.133 0 0 1 -0.01 -0.057v-0.035c0.003 -0.013 0.006 -0.019 0.01 -0.026 0 -0.006 0.006 -0.01 0.01 -0.013 0.003 0 0.01 -0.003 0.013 -0.003h0.089v-0.147c0 -0.003 0.003 -0.01 0.006 -0.013 0.003 -0.003 0.01 -0.006 0.016 -0.01 0.01 -0.003 0.019 -0.006 0.032 -0.006 0.016 0 0.032 -0.003 0.051 -0.003 0.022 0 0.038 0.003 0.051 0.003 0.013 0 0.026 0.003 0.032 0.006 0.01 0.003 0.013 0.006 0.016 0.01 0.006 0.003 0.006 0.01 0.006 0.013v0.147h0.163c0.003 0 0.01 0.003 0.013 0.003 0.003 0.003 0.01 0.006 0.01 0.013 0.003 0.006 0.006 0.013 0.006 0.026 0.003 0.01 0.003 0.019 0.003 0.035 0 0.026 -0.003 0.045 -0.01 0.057 -0.003 0.013 -0.013 0.019 -0.022 0.019h-0.163v0.307c0 0.038 0.006 0.064 0.019 0.083 0.013 0.016 0.035 0.026 0.067 0.026 0.013 0 0.022 0 0.032 -0.003 0.01 0 0.016 -0.003 0.022 -0.006 0.006 0 0.013 -0.003 0.019 -0.003 0.003 -0.003 0.01 -0.003 0.013 -0.003 0.003 0 0.006 0 0.01 0.003 0.003 0 0.003 0.003 0.006 0.01 0 0.003 0.003 0.013 0.003 0.019 0.003 0.01 0.003 0.022 0.003 0.035zm0.885 -0.271c0 0.057 -0.006 0.109 -0.026 0.153 -0.016 0.048 -0.042 0.086 -0.073 0.118 -0.035 0.035 -0.077 0.061 -0.128 0.08 -0.051 0.016 -0.112 0.026 -0.179 0.026 -0.067 0 -0.125 -0.006 -0.172 -0.022a0.323 0.323 0 0 1 -0.125 -0.073 0.268 0.268 0 0 1 -0.07 -0.112c-0.016 -0.045 -0.022 -0.099 -0.022 -0.156 0 -0.054 0.006 -0.105 0.026 -0.153 0.016 -0.045 0.042 -0.086 0.077 -0.118 0.032 -0.035 0.073 -0.061 0.125 -0.077 0.051 -0.019 0.112 -0.029 0.179 -0.029 0.067 0 0.125 0.01 0.176 0.026 0.048 0.016 0.089 0.038 0.121 0.07 0.032 0.029 0.054 0.067 0.07 0.112 0.016 0.048 0.022 0.099 0.022 0.156zm-0.214 0.006c0 -0.032 -0.003 -0.061 -0.01 -0.089a0.232 0.232 0 0 0 -0.029 -0.07 0.171 0.171 0 0 0 -0.057 -0.048 0.218 0.218 0 0 0 -0.086 -0.016c-0.032 0 -0.057 0.006 -0.083 0.016 -0.022 0.01 -0.042 0.022 -0.057 0.045 -0.016 0.019 -0.026 0.042 -0.032 0.067a0.404 0.404 0 0 0 -0.003 0.185c0.006 0.026 0.016 0.051 0.029 0.07 0.013 0.019 0.032 0.035 0.057 0.048 0.022 0.01 0.051 0.016 0.086 0.016 0.032 0 0.061 -0.006 0.083 -0.016 0.022 -0.01 0.042 -0.026 0.057 -0.045 0.016 -0.019 0.026 -0.042 0.035 -0.067 0.006 -0.029 0.01 -0.061 0.01 -0.096z" style="fill:#373435"/></svg>
        </div>
        <div style="padding:0; text-align: right; padding-top: 3px; width: auto">
          <span class="label-boleto-thin" style="font-size:14px">{{ block.settings.msg_desconto_boleto_tabela_de_parcelamento}}</span>
          <span class="parcelament-boleto" style="font-size:15px">{{ selected_variant.price | minus: discount_billet | money }}</span>
        </div>
      </div>
    </div>
  {% endif %}

  {% if block.settings.ocultar_guia_pix_tabela_de_parcelamento %}
    <div class="block-pix">
      <div class="row" style="margin: 0; justify-content: space-between;">
        <div style="padding:0; text-align: left; text-decoration: none; display: flex; align-items: center; width: auto">
          <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="38" height="24" style="shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd" viewBox="0 0 8.526 5.387"><defs><style>.fil2pix{fill:#4ab7a8;fill-rule:nonzero}</style></defs><g id="Camada_x0020_1"><g id="_1895988745440"><path d="M7.852 0H0.674C0.291 0 0 0.291 0 0.674v4.039c0 0.38 0.313 0.674 0.674 0.674h7.178c0.383 0 0.674 -0.294 0.674 -0.674V0.674C8.526 0.291 8.213 0 7.852 0z" style="fill:#b3b3b3;fill-rule:nonzero;fill-opacity:0.4"/><path d="M7.852 0.224c0.249 0 0.45 0.204 0.45 0.45v4.039c0 0.246 -0.201 0.447 -0.45 0.447H0.674c-0.246 0 -0.45 -0.201 -0.45 -0.447V0.674C0.224 0.428 0.428 0.224 0.674 0.224h7.178z" style="fill:#fff;fill-rule:nonzero"/></g><g id="_1895988747936"><g id="_1839462261024"><path class="fil2pix" d="M3.653 3.372c0.054 0 0.099 -0.01 0.15 -0.029 0.045 -0.026 0.089 -0.051 0.125 -0.089l0.393 -0.39c0.01 -0.01 0.026 -0.019 0.054 -0.019 0.016 0 0.035 0.01 0.045 0.019l0.399 0.39c0.035 0.038 0.07 0.073 0.125 0.089 0.045 0.019 0.099 0.029 0.141 0.029h0.08l-0.495 0.498c-0.038 0.035 -0.083 0.061 -0.125 0.08a0.362 0.362 0 0 1 -0.313 0c-0.045 -0.019 -0.089 -0.045 -0.125 -0.08l-0.498 -0.498h0.045zm1.431 -1.389c-0.042 0 -0.096 0.01 -0.141 0.029 -0.054 0.016 -0.089 0.045 -0.125 0.08L4.419 2.491c-0.01 0.01 -0.029 0.019 -0.045 0.019 -0.029 0 -0.045 -0.01 -0.054 -0.019L3.928 2.098a0.365 0.365 0 0 0 -0.275 -0.115h-0.045l0.498 -0.498c0.07 -0.08 0.179 -0.115 0.275 -0.115 0.109 0 0.214 0.035 0.287 0.115l0.495 0.498h-0.08z"/><path class="fil2pix" d="m3.19 2.392 0.303 -0.294h0.16c0.07 0 0.144 0.029 0.188 0.083l0.399 0.39c0.016 0.019 0.035 0.026 0.054 0.035 0.026 0.01 0.051 0.019 0.08 0.019 0.016 0 0.045 -0.01 0.07 -0.019 0.019 -0.01 0.045 -0.016 0.061 -0.035l0.393 -0.39c0.054 -0.054 0.115 -0.083 0.185 -0.083h0.198l0.294 0.294c0.08 0.08 0.115 0.179 0.115 0.284 0 0.109 -0.035 0.204 -0.115 0.278l-0.294 0.3h-0.198c-0.07 0 -0.141 -0.026 -0.185 -0.08l-0.393 -0.39a0.192 0.192 0 0 0 -0.131 -0.054c-0.054 0 -0.099 0.019 -0.134 0.054l-0.399 0.39c-0.045 0.054 -0.118 0.08 -0.188 0.08h-0.16l-0.303 -0.3c-0.035 -0.035 -0.061 -0.08 -0.08 -0.125 -0.016 -0.045 -0.035 -0.099 -0.035 -0.153 0 -0.051 0.019 -0.105 0.035 -0.15 0.019 -0.054 0.045 -0.096 0.08 -0.134z"/></g></g></g></svg>
        </div>
        <div style="padding:0; text-align: right; padding-top: 3px; width: auto">
          <span class="label-pix-thin" style="font-size:14px">{{ block.settings.msg_desconto_pix_tabela_de_parcelamento}}</span>
          <span class="parcelament-pix" style="font-size:15px">{{ selected_variant.price | minus: discount_pix | money }}</span>
        </div>
      </div>
    </div>
  {% endif %}
</div>
<!--FINAL TABELA DE PARCELAMENTO MODELO WAREPLUS-->


<script>
/*INICIO SCRIPT TABELA DE PARCELAMENTO WAREPLUS*/
document.addEventListener('DOMContentLoaded', function () {

    // Open and close table
    var button = document.querySelector('.botao-tabela');
    var table = document.getElementById('tabela');

    if (button && table) {
        function toggleHeight(element) {
            var isOpen = window.getComputedStyle(element).display !== 'none';

            if (isOpen) {
                // Fechar a tabela
                element.style.height = element.scrollHeight + 'px';
                element.offsetHeight;
                element.style.height = '0';

                element.addEventListener('transitionend', function onTransitionEndClose() {
                    element.style.display = 'none';
                    element.style.height = '';
                    element.removeEventListener('transitionend', onTransitionEndClose);
                });
            } else {
                // Abrir a tabela
                element.style.display = 'flex';
                var height = element.scrollHeight + 'px';
                element.style.height = '0';
                element.offsetHeight;
                element.style.height = height;

                element.addEventListener('transitionend', function onTransitionEndOpen() {
                    element.style.height = '';
                    element.removeEventListener('transitionend', onTransitionEndOpen);
                });
            }
        }

        button.addEventListener('click', function () {
            toggleHeight(table);
        });
    }

    // Calcule price
    function getPrice() {
        var precoRegular = document.querySelector('{{ block.settings.price_regular }}');
        var precoOferta = document.querySelector('{{ block.settings.price_sale }}');
        var preco = precoOferta || precoRegular ? 
            (precoOferta || precoRegular).textContent.replace(/[^0-9,]/g, '').replace(',', '.') : 
            '0';
        var quantidadeInput = document.querySelector('{{ block.settings.input_element | default: '#elemento-nao-definido' }}');
        var quantidade = 1;
        if (quantidadeInput) {
            quantidade = parseInt(quantidadeInput.value, 10);
            quantidade = isNaN(quantidade) || quantidade <= 0 ? 1 : quantidade;
        }
        return parseFloat(preco) * quantidade;
    }

    function formatCurrency(value) {
        return value.toLocaleString('{{ shop.locale }}', { style: 'currency', currency: '{{ shop.currency }}' });
    }

    function calculateDiscount(preco, discountPercentage) {
        return preco - (preco * discountPercentage / 100);
    }

    function updateParcelamenBoleto() {
        var preco = getPrice();
        var desconto = calculateDiscount(preco, {{ block.settings.times_boleto }});
        var parcelamentoBoleto = document.querySelector('.parcelament-boleto');
        if (parcelamentoBoleto) {
            parcelamentoBoleto.innerHTML = `<span>${formatCurrency(desconto)}</span>`;
        }
    }

    function updateParcelamenPix() {
        var preco = getPrice();
        var desconto = calculateDiscount(preco, {{ block.settings.times_pix }});
        var parcelamentoPix = document.querySelector('.parcelament-pix');
        if (parcelamentoPix) {
            parcelamentoPix.innerHTML = `<span>${formatCurrency(desconto)}</span>`;
        }
    }

    function updateVezes() {
        var preco = getPrice();
        var el_vezes = Array.from(document.querySelectorAll('.vezes'));
        if (el_vezes.length) {
            parcelas.forEach(function (parcela, index) {
                var calculo_vezes = (preco * parcela.times) / 100;
                calculo_vezes = (preco + calculo_vezes) / parcela.vezes;
                if (el_vezes[index]) {
                    el_vezes[index].innerHTML = `<span>${formatCurrency(calculo_vezes)}</span>`;
                }
            });
        }
    }

    function handleChange() {
        updateParcelamenBoleto();
        updateParcelamenPix();
        updateVezes();
    }

    var parcelas = [
        { vezes: 1, times: {{ porcentagem_parcela_1x | times: -1 }} },
        { vezes: 2, times: {{ porcentagem_parcela_2x }} },
        { vezes: 3, times: {{ porcentagem_parcela_3x }} },
        { vezes: 4, times: {{ porcentagem_parcela_4x }} },
        { vezes: 5, times: {{ porcentagem_parcela_5x }} },
        { vezes: 6, times: {{ porcentagem_parcela_6x }} },
        { vezes: 7, times: {{ porcentagem_parcela_7x }} },
        { vezes: 8, times: {{ porcentagem_parcela_8x }} },
        { vezes: 9, times: {{ porcentagem_parcela_9x }} },
        { vezes: 10, times: {{ porcentagem_parcela_10x }} },
        { vezes: 11, times: {{ porcentagem_parcela_11x }} },
        { vezes: 12, times: {{ porcentagem_parcela_12x }} }
    ];

    var priceElement = document.querySelector('{{ block.settings.observer_block }}');

    if (priceElement) {
        var observer = new MutationObserver(function (mutations) {
            mutations.forEach(function (mutation) {
                if (mutation.type === 'characterData' || mutation.type === 'childList') {
                    var currentPrice = priceElement.textContent.trim();
                    if (currentPrice !== previousPrice) {
                        previousPrice = currentPrice;
                        handleChange();
                    }
                }
            });
        });

        var config = { characterData: true, childList: true, subtree: true };
        observer.observe(priceElement, config);
        var previousPrice = priceElement.textContent.trim();
    }

    var quantidadeInput = document.querySelector('{{ block.settings.input_element | default: '#elemento-nao-definido' }}');
    if (quantidadeInput) {
        quantidadeInput.addEventListener('input', handleChange);
    }

    var quantidadeButton = document.querySelectorAll('{{ block.settings.button_input_element | default: '#elemento-nao-definido' }}');
    if (quantidadeButton.length > 0) {
        quantidadeButton.forEach(function(button) {
            button.addEventListener('click', function () {
                setTimeout(handleChange, 150);
            });
        });
    }

});
/*FINAL SCRIPT TABELA DE PARCELAMENTO WAREPLUS*/
</script>
				
			

2 - Colar código json no template principal

				
					{
  "type": "tabela_de_parcelamento",
  "name": "Tabela de parcelamento",
  "settings": [
    {
      "type": "header",
      "content": "🔴 Identificar preço"
    },
    {
      "type": "text",
      "id": "price_regular",
      "label": "Preço comparativo"
    },
    {
      "type": "text",
      "id": "price_sale",
      "label": "Preço em oferta"
    },
    {
      "type": "text",
      "id": "observer_block",
      "label": "Bloco do preço"
    },
    {
      "type": "header",
      "content": "🔴 Identificar seletor de quantidade"
    },
    {
      "type": "text",
      "id": "input_element",
      "label": "Seletor de quantidade (input)"
    },
    {
      "type": "text",
      "id": "button_input_element",
      "label": "Seletor de quantidade (botões)"
    },
    {
      "type": "header",
      "content": "🔴 Configurações gerais"
    },    
    {
      "type": "color",
      "id": "background",
      "label": "Cor de fundo",
      "default": "#fff"
    },
    {
      "type": "color",
      "id": "text_color",
      "label": "Cor do texto",
      "default": "#1a1a1a"
    },
    {
      "type": "color",
      "id": "border_color",
      "label": "Cor da borda",
      "default": "#dadada"
    },
    {
      "type": "checkbox",
      "id": "exibir_tabela_de_parcelamento_aberta",
      "label": "Exibir tabela aberta",
      "default": true
    },
    {
      "type": "checkbox",
      "id": "ocultar_guia_boleto_tabela_de_parcelamento",
      "label": "Exibir guia do boleto",
      "default": true
    },
    {
      "type": "checkbox",
      "id": "ocultar_guia_pix_tabela_de_parcelamento",
      "label": "Exibir guia do pix",
      "default": true
    },
    {
      "type": "select",
      "id": "qt_parcelas_sem_juros",
      "label": "Quantidade de parcelas a exibir",
      "options": [
        {
          "value": "1",
          "label": "Parcela 1x"
        },
        {
          "value": "2",
          "label": "Parcela 2x"
        },
        {
          "value": "3",
          "label": "Parcela 3x"
        },
        {
          "value": "4",
          "label": "Parcela 4x"
        },
        {
          "value": "5",
          "label": "Parcela 5x"
        },
        {
          "value": "6",
          "label": "Parcela 6x"
        },
        {
          "value": "7",
          "label": "Parcela 7x"
        },
        {
          "value": "8",
          "label": "Parcela 8x"
        },
        {
          "value": "9",
          "label": "Parcela 9x"
        },
        {
          "value": "10",
          "label": "Parcela 10x"
        },
        {
          "value": "11",
          "label": "Parcela 11x"
        },
        {
          "value": "12",
          "label": "Parcela 12x"
        }
      ],
      "default": "12"
    },
    {
      "type": "select",
      "id": "parcelas_sem_juros",
      "label": "Definir parcelas sem juros",
      "options": [
        {
          "value": "0",
          "label": "nenhuma parcela sem juros"
        },
        {
          "value": "1",
          "label": "1 - parcela sem juros"
        },
        {
          "value": "2",
          "label": "2 - parcelas sem juros"
        },
        {
          "value": "3",
          "label": "3 - parcelas sem juros"
        },
        {
          "value": "4",
          "label": "4 - parcelas sem juros"
        },
        {
          "value": "5",
          "label": "5 - parcelas sem juros"
        },
        {
          "value": "6",
          "label": "6 - parcelas sem juros"
        },
        {
          "value": "7",
          "label": "7 - parcelas sem juros"
        },
        {
          "value": "8",
          "label": "8 - parcelas sem juros"
        },
        {
          "value": "9",
          "label": "9 - parcelas sem juros"
        },
        {
          "value": "10",
          "label": "10 - parcelas sem juros"
        },
        {
          "value": "11",
          "label": "11 - parcelas sem juros"
        },
        {
          "value": "12",
          "label": "12 - parcelas sem juros"
        }
      ],
      "default": "6"
    },
    {
      "type": "range",
      "id": "arredondamento_tabela_parcelamento",
      "label": "Arredondamento da borda",
      "min": 0,
      "max": 30,
      "step": 1,
      "unit": "px",
      "default": 10
    },
    {
      "type": "range",
      "id": "espacamento_superior",
      "label": "Espaçamento superior",
      "min": -40,
      "max": 40,
      "step": 1,
      "unit": "px",
      "default": 25
    },
    {
      "type": "range",
      "id": "espacamento_inferior",
      "label": "Espaçamento inferior",
      "min": -40,
      "max": 40,
      "step": 1,
      "unit": "px",
      "default": 25
    },
    {
      "type": "paragraph",
      "content": "Escolha os meios de pagamento"
    },
    {
      "type": "checkbox",
      "id": "visa_card",
      "label": "Visa",
      "default": true
    },
    {
      "type": "checkbox",
      "id": "master_card",
      "label": "Mastercard",
      "default": true
    },
    {
      "type": "checkbox",
      "id": "americanex_card",
      "label": "American Express",
      "default": true
    },
    {
      "type": "checkbox",
      "id": "elo_card",
      "label": "Elo",
      "default": true
    },
    {
      "type": "checkbox",
      "id": "hiper_card",
      "label": "Hipercard",
      "default": true
    },
    {
      "type": "checkbox",
      "id": "boleto",
      "label": "Boleto",
      "default": false
    },
    {
      "type": "checkbox",
      "id": "dinersclub_card",
      "label": "Diners Club",
      "default": false
    },
    {
      "type": "checkbox",
      "id": "caixa_card",
      "label": "Caixa",
      "default": false
    },
    {
      "type": "checkbox",
      "id": "paypal_card",
      "label": "PayPal",
      "default": false
    },
    {
      "type": "checkbox",
      "id": "picpay_card",
      "label": "PicPay",
      "default": false
    },
    {
      "type": "checkbox",
      "id": "mp_card",
      "label": "Mercado Pago",
      "default": false
    },
    {
      "type": "text",
      "id": "msg_desconto_boleto_tabela_de_parcelamento",
      "label": "Mensagem de desconto BOLETO",
      "default": "ᅠ"
    },
    {
      "type": "text",
      "id": "msg_desconto_pix_tabela_de_parcelamento",
      "label": "Mensagem de desconto PIX",
      "default": "10% de Desconto no Pix |"
    },
    {
      "type": "header",
      "content": "🔴 Parcelamento | Desconto"
    }, 
    {
      "type": "number",
      "id": "times_boleto",
      "label": "Desconto boleto (%)",
      "default": 0
    },
    {
      "type": "number",
      "id": "times_pix",
      "label": "Desconto Pix (%)",
      "default": 10
    },
    {
      "type": "number",
      "id": "times_parcela_1x",
      "label": "Desconto (%) parcela 1x",
      "default": 0
    },
    {
      "type": "text",
      "id": "times_parcela_2x",
      "label": "Porcentagem juros (%) parcela 2x",
      "default": "0"
    },
    {
      "type": "text",
      "id": "times_parcela_3x",
      "label": "Porcentagem juros (%) parcela 3x",
      "default": "0"
    },
    {
      "type": "text",
      "id": "times_parcela_4x",
      "label": "Porcentagem juros (%) parcela 4x",
      "default": "0"
    },
    {
      "type": "text",
      "id": "times_parcela_5x",
      "label": "Porcentagem juros (%) parcela 5x",
      "default": "0"
    },
    {
      "type": "text",
      "id": "times_parcela_6x",
      "label": "Porcentagem juros (%) parcela 6x",
      "default": "0"
    },
    {
      "type": "text",
      "id": "times_parcela_7x",
      "label": "Porcentagem juros (%) parcela 7x",
      "default": "0"
    },
    {
      "type": "text",
      "id": "times_parcela_8x",
      "label": "Porcentagem juros (%) parcela 8x",
      "default": "0"
    },
    {
      "type": "text",
      "id": "times_parcela_9x",
      "label": "Porcentagem juros (%) parcela 9x",
      "default": "0"
    },
    {
      "type": "text",
      "id": "times_parcela_10x",
      "label": "Porcentagem juros (%) parcela 10x",
      "default": "0"
    },
    {
      "type": "text",
      "id": "times_parcela_11x",
      "label": "Porcentagem juros (%) parcela 11x",
      "default": "0"
    },
    {
      "type": "text",
      "id": "times_parcela_12x",
      "label": "Porcentagem juros (%) parcela 12x",
      "default": "0"
    }
  ]
},
				
			

3 - Adicione o código para renderizar snippet

				
					              {%- when 'tabela_de_parcelamento' -%}
                {% render 'tabela-de-parcelamento', block: block %}
				
			

4 - Adicione este bloco ao seu tema e personalize-o conforme desejar.

5 - Lista de códigos css para configurar atualização dos preços.

Tema (Dawn)

Preço comparativo:

  • .product__info-wrapper .price-item--regular

Preço em oferta:

  • .product__info-wrapper .price-item--sale

Bloco do preço:

  • .product__info-wrapper

Tema (Warehouse)

Preço comparativo:

  • .product-form__info-item .price--compare

Preço em oferta:

  • .product-form__info-item .price--highlight, .product-form__info-item .price

Bloco do preço:

  • .product-form__info-item

Tema (Dropmeta)

Preço comparativo:

  • .product-form__info-item .price--compare

Preço em oferta:

  • .product-form__info-item .price--highlight

Bloco do preço:

  • .product-form__info-item

Tema (Impact)

Preço comparativo:

  • .product-info__price compare-at-price

Preço em oferta:

  • .product-info__price sale-price

Bloco do preço:

  • .product-info__price

Tema (Focal) | (Vision nichado)

Preço comparativo:

  • .product-meta__price-list-container .price–compare

Preço em oferta:

  • .product-meta__price-list-container .price–highlight, .product-meta__price-list-container .price

Bloco do preço:

  • .product-meta__price-list-container

Tema (Kalles)

Preço comparativo:

  • .t4s-product__price-review .t4s-product-price del, .t4s-product__price-review .t4s-product-price

Preço em oferta:

  • .t4s-product__price-review .t4s-product-price ins

Bloco do preço:

  • .t4s-product__price-review

Tema (Ella)

Preço comparativo:

  • .productView-price .price__compare .price-item

Preço em oferta:

  • .productView-price .price__last .price-item

Bloco do preço:

  • .productView-price