/* Paneles */
.panelesScrollable {
  height: 85vh;
  width: 100%;
  overflow: auto;
  padding: 2rem 1rem;
}

.product {
  width: 18rem;
  max-height: 32rem;
  border-radius: 1rem;
  box-shadow: 0px 15px 19px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 15px 19px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 19px 6px rgba(0, 0, 0, 0.1);
  max-width: 20rem;
  margin-bottom: 2rem;
}

.product__image {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}

.discountTag {
  background-color: var(--darkBlue);
  width: auto;
  height: auto;
  padding: 0.1rem 0.5rem;
  border-radius: 1rem;
  color: var(--white);
  font-family: "Book";
}
