.elementor-613 .elementor-element.elementor-element-7b43cdc4{--display:flex;}.elementor-613 .elementor-element.elementor-element-7fee7e47{--display:flex;}.elementor-613 .elementor-element.elementor-element-7fee7e47:not(.elementor-motion-effects-element-type-background), .elementor-613 .elementor-element.elementor-element-7fee7e47 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://capsfarma.com.br/wp-content/uploads/2026/03/ChatGPT-Image-9_03_2026-13_11_22.png");}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.caps-produto {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.caps-produto * {
  box-sizing: border-box;
}

/* LAYOUT */
.caps-layout {
  display: grid;
  grid-template-columns: 70px minmax(320px, 1fr) minmax(360px, 420px);
  gap: 20px;
  align-items: start;
}

/* MINIATURAS */
.caps-miniaturas {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.caps-thumb {
  width: 100%;
  height: 72px;
  object-fit: cover;
  border: 1px solid #d8dde6;
  border-radius: 6px;
  cursor: pointer;
  background: #fff;
  padding: 2px;
}

.caps-thumb.ativa {
  border: 2px solid #003C96;
}

/* IMAGEM PRINCIPAL */
.caps-imagem-box {
  width: 100%;
  min-height: 520px;
  background: #eef2f6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.caps-imagem-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* INFO */
.caps-info {
  width: 100%;
  padding-right: 6px;
}

.caps-titulo {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  color: #002a68;
  text-transform: uppercase;
}

.caps-codigo {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 22px;
}

.caps-texto-opcao {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 14px;
  color: #111827;
}

.caps-texto-opcao strong {
  font-weight: 800;
}

/* OPÇÕES */
.caps-opcoes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 20px;
}

.caps-opcao {
  position: relative;
  width: 100%;
  min-height: 54px;
  border: 1px solid #d9e1ea !important;
  background: #fff !important;
  color: #1f2937 !important;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  cursor: default;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.caps-opcao.ativa {
  border: 2px solid #003C96 !important;
  background: #f5f9ff !important;
  color: #003C96 !important;
  box-shadow: 0 8px 18px rgba(0, 60, 150, 0.12);
}

.caps-opcao.ativa::after {
  content: "✓";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background: #22c55e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 3px 8px rgba(0,0,0,0.18);
}

/* LINHA */
.caps-linha {
  border: 0;
  border-top: 1px solid #e5e7eb;
  margin: 8px 0 18px;
}

/* PREÇO */
.caps-preco {
  font-size: 32px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 8px;
}

.caps-parcelamento {
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #111827;
}

.caps-pix {
  margin-top: 10px;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}

/* PAGAMENTO */
.caps-pagamento-box {
  width: 100%;
  max-width: 420px;
  margin-top: 12px;
  margin-bottom: 16px;
}

.caps-toggle-pagamento {
  background: #003C96 !important;
  color: #fff !important;
  border: 1px solid #003C96; !important;
}

.caps-toggle-pagamento:hover {
  color: #000 !important;
}

.caps-conteudo-pagamento {
  display: none;
  margin-top: 10px;
}

.caps-conteudo-pagamento.aberto {
  display: block;
}

.caps-card-pagamento {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

/* CARTÕES */
.caps-cartoes {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.caps-cartoes img,
.caps-bandeira-img {
  height: 22px !important;
  max-width: 50px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* PARCELAS */
#caps-parcelas-lista {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 13px;
  gap: 6px 18px;
  color: #1f2937;
}

#caps-parcelas-lista div {
  white-space: nowrap;
}

/* AÇÕES */
.caps-acoes {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  align-items: stretch;
}

/* CAIXA DA QUANTIDADE */
.caps-quantidade {
  display: grid !important;
  grid-template-columns: 40px 1fr 40px !important;
  align-items: stretch !important;
  width: 120px !important;
  min-width: 120px !important;
  height: 48px !important;
  background: #ffffff !important;
  border: 1px solid #d1d5db !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

/* BOTÕES - e + */
.caps-quantidade button,
.caps-quantidade button[type="button"],
.caps-quantidade button:focus,
.caps-quantidade button:active {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: #f3f4f6 !important;
  color: #111111 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  cursor: pointer !important;
  box-shadow: none !important;
  outline: none !important;
}

/* HOVER DOS BOTÕES */
.caps-quantidade button:hover {
  background: #e5e7eb !important;
  color: #111111 !important;
}

/* INPUT DA QUANTIDADE */
.caps-quantidade input,
.caps-quantidade input[type="text"],
.caps-quantidade input:focus,
.caps-quantidade input:active {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-left: 1px solid #e5e7eb !important;
  border-right: 1px solid #e5e7eb !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-align: center !important;
  line-height: 48px !important;
  box-shadow: none !important;
  outline: none !important;
}

/* REMOVE CORES HERDADAS DO TEMA */
.caps-quantidade *,
.caps-quantidade *:before,
.caps-quantidade *:after {
  box-shadow: none !important;
}

/* AJUSTE DO BLOCO DE AÇÕES */
.caps-acoes {
  display: flex !important;
  gap: 10px !important;
  align-items: stretch !important;
  margin-top: 16px !important;
}

.caps-btn-comprar {
  flex: 1 !important;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* MOBILE */
@media (max-width: 768px) {
  .caps-acoes {
    flex-direction: column !important;
  }

  .caps-quantidade {
    width: 100% !important;
    min-width: 100% !important;
  }

  .caps-btn-comprar {
    width: 100% !important;
  }
}

.caps-btn-comprar {
  flex: 1;
  height: 48px;
  background: #003C96;
  color: #fff;
  border: 1px solid #003C96;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  gap: 8px;
}

.caps-btn-comprar:hover {
  color: #000;
}

.caps-btn-whatsapp {
  width: 100%;
  height: 48px;
  margin-top: 10px;
  background: #003C96;
  color: #fff;
  border: 1px solid #003C96;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.caps-btn-whatsapp:hover {
  color: #000;
}

/* DISPONIBILIDADE */
.caps-disponibilidade {
  text-align: center;
  margin-top: 12px;
  color: #374151;
  font-size: 15px;
}

/* RESPONSIVO */
@media (max-width: 1024px) {
  .caps-layout {
    grid-template-columns: 70px 1fr;
  }

  .caps-info {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .caps-layout {
    grid-template-columns: 1fr;
  }

  .caps-miniaturas {
    order: 2;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .caps-thumb {
    width: 70px;
    height: 70px;
  }

  .caps-imagem-box {
    order: 1;
    min-height: 360px;
  }

  .caps-info {
    order: 3;
  }

  .caps-acoes {
    flex-direction: column;
  }

  .caps-quantidade,
  .caps-btn-comprar,
  .caps-pagamento-box {
    width: 100%;
    max-width: 100%;
  }

  #caps-parcelas-lista {
    grid-template-columns: 1fr 1fr;
    gap: 6px 10px;
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  #caps-parcelas-lista {
    grid-template-columns: 1fr;
  }
}




