body.crecima .product .button {
  display: flex !important;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 2px solid var(--Color-Button-Button-Secondary, #595959);
  color: var(--Neutral-400, #595959);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
  margin-top: 0 !important;
  background: transparent;
}

body.crecima .product .button:hover,
body.crecima .product .button:focus {
  border-color: var(--Yellow-800, #755C3F);
  color: var(--Yellow-800, #755C3F);
  box-shadow: 2px 5px 11.7px 0 rgba(0, 0, 0, 0.14);
  background: var(--Yellow-50, #FBF6F1);
}

.crecima .btn-principal {
  display: flex;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--Color-Button-Button-primary, #222);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
  border: 0;
}

.crecima .btn-principal:hover,
.crecima .btn-principal:focus {
  border-radius: 10px;
  background: var(--Yellow-900, #594630);
  box-shadow: 0 3px 8.9px 0 rgb(0 0 0 / 38%);
  color: #fff !important;
}

.crecima .btn-secundario {
  display: flex;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 2px solid var(--Color-Button-Button-Secondary, #595959);
  color: var(--Neutral-400, #595959);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

.crecima .btn-secundario:hover,
.crecima .btn-secundario:focus {
  border-color: var(--Yellow-800, #755C3F);
  color: var(--Yellow-800, #755C3F);
  box-shadow: 2px 5px 11.7px 0 rgba(0, 0, 0, 0.14);
  background: var(--Yellow-50, #FBF6F1);
}

/* a */