.elementor-1773 .elementor-element.elementor-element-549a996{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ed367c1 */.carrito-vacio {
  text-align: center;
  padding: 80px 20px;
  font-family: 'Pacifico', cursive;
  color: #7dbca3;
}

.carrito-vacio h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.carrito-vacio p {
  font-size: 18px;
  margin-bottom: 30px;
}

.carrito-vacio .boton-volver {
  display: inline-block;
  background-color: #7dbca3;
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 5px;
  transition: 0.3s;
  font-family: 'Noto Serif', serif; /* ✅ texto del botón */
  font-weight: 600;
}

.carrito-vacio .boton-volver:hover {
  background-color: #ade1ae;
}/* End custom CSS */