/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Description:  Child theme para Hello Elementor
 Author:       Tjlight
 Version:      1.0.0
*/

/* === Modal Recogida en almacén === */
#pickup-modal .pickup-box {
  max-width: 500px;
  margin: 10% auto;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 30px rgba(0,0,0,0.2);
  font-family: inherit;
}

#pickup-modal h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#pickup-modal p {
  font-size: 0.95rem;
  margin-bottom: 15px;
  color: #333;
}

#pickup-modal label {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

#pickup-modal .button {
  border-radius: 6px;
  padding: 8px 18px;
  font-size: 0.9rem;
}

#pickup-confirm {
  background: #2ecc71;
  border-color: #27ae60;
  color: #fff;
}

#pickup-confirm:disabled {
  background: #ccc;
  border-color: #aaa;
  cursor: not-allowed;
}

#pickup-cancel {
  background: #e74c3c;
  border-color: #c0392b;
  color: #fff;
}