/* Archivo específico por tienda listo para personalización independiente */
.terms {
  line-height: 1;
  text-align: justify;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 0.85rem;
}

.hero-card {
    background: #efce4d;
    border-radius: 0px;
    text-align: center;
}

.btn-primary {
    background: #efce4d;
    border-color: #efce4d;
    color:black;
}

.form-check-input:checked {
    background-color: black;
    border-color: black;
}

.btn-primary:hover {
    background: black;
    border-color: black;
}

.steps {
  font-size: 0.95rem;
  font-family: "Schibsted Grotesk";
  line-height: 1.2;
  font-weight: 600;
}

.form-control,
.form-select {
  padding: 0.5rem 0.75rem;
}

.form-label {
  margin-bottom: 0rem;
  font-family: "Schibsted Grotesk";
}

.btn {
  font-family: "Schibsted Grotesk";
  text-transform: uppercase;
  font-weight: 600;
}

.alert {
  font-family: "Schibsted Grotesk";
  font-size: 0.95rem;
  line-height: 1.2;
}

.terms a {
  color: white;
}

.form-check-label {
  font-family: "Schibsted Grotesk";
  font-size: 0.85rem;
  line-height: 1.2;
}

.modal-body {
    font-family: 'Schibsted Grotesk';
}