@import url(global.css);

.menu2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero {
  background: #646161;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 3rem;
}
.border-r {
  border-right: 2px solid black;
}
h1 {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
}
h1 > span {
  padding: 0 0.7rem;
}

.product-parent {
  /* border: 1px solid red; */
  display: flex;
}

aside {
  max-width: 250px;
}

.products {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.info {
  position: absolute;
  background-color: rgb(196, 37, 37);
  color: white;
  padding: 5px;
}
article {
  position: relative;
}

.product-title {
  display: flex;
  justify-content: space-between;
  padding: 0 4px;
}
