a {
  text-decoration: none;
}
.baadc75e {
  font-family:
    Times New Roman,
    Times,
    serif;
}

div.baadc75e {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-image: url(https://res.cloudinary.com/a254efaba/image/upload/v1694953881/handrawn-barbecue-elements_1_ygpu3s.png);
  background-size: contain;
  color: #1a202c;
}

h1.baadc75e {
  font-size: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 35px;
  border-bottom: 5px solid #a0a0a0;
}

.baadc75e-list {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.baadc75e-list-item {
  width: 25vw;
  height: 30vw;
  margin: 10px;
}

.baadc75e-list-item-image {
  width: 100%;
  height: 25vw;
  border-radius: 16px;
}

.baadc75e-list-item h1 {
  font-size: 16px;
  text-align: center;
  font-family:
    Times New Roman,
    Times,
    serif;
}

.baadc75e-item-list-item {
  display: flex;
  margin: 10px;
  background-color: #fff;
  border-radius: 16px;
  padding: 10px;
  position: relative;
}

.baadc75e-item-list-item-info {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.baadc75e-item-list-item-info h1 {
  font-family:
    Times New Roman,
    Times,
    serif;
}

.baadc75e-item-list-item-info-description {
  font-size: 16px;
  color: #626262;
  font-family:
    Times New Roman,
    Times,
    serif;
}

.baadc75e-item-list-item-info-price {
  font-size: 16px;
  font-family:
    Times New Roman,
    Times,
    serif;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
}

.background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ae1e1b95a-header {
  width: 100%;
  height: 10vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.ae1e1b95a-header-title {
  color: black;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.ae1e1b95a-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ae1e1b95a-header-logo img {
  width: 200px;
  height: auto;
}

.ae1e1b95a-body-categories {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ae1e1b95a-category {
  height: 15vh;
  width: 85vw;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
}

.ae1e1b95a-category-img {
  position: absolute;

  width: 100%;
  height: 15vh;
  border-radius: 10px;
  z-index: 1;

  object-fit: contain;
}

.ae1e1b95a-category-img img {
  position: absolute;
  width: 85vw;
  height: 15vh;
  border-radius: 10px;

  object-fit: cover;
}
.ae1e1b95a-category-img div {
  z-index: 6;
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(9, 9, 121, 0) 48%,
    rgba(0, 212, 255, 0) 100%
  );
  width: 85vw;
  height: 15vh;

  border-radius: 10px;
}
.ae1e1b95a-category-content {
  margin-left: 2rem;
  z-index: 2;
  color: white;
}

.ae1e1b95a-category-content-title {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 0.1;
}

.ae1e1b95a-category-content-title sub {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 0.1;
}

.ae1e1b95a-category-content-title p {
  z-index: 2;
  font-weight: 700;
  letter-spacing: 0.1rem;
  position: relative;
  margin-block-end: 0;
  line-height: 1;
}
.ae1e1b95a-footer {
  width: 100%;
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.line {
  width: 105%;
  height: 0.7rem;
  background-color: #0e6370;
  position: absolute;
  left: -3%;

  top: 6px;
  border-radius: 10px;
}
.ae1e1b95a-body-items {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ae1e1b95a-item {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  background-color: #fff;

  backdrop-filter: blur(10px);

  border-radius: 10px;
  margin-bottom: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ae1e1b95a-item-content-title {
  margin-left: 1rem;
}
.ae1e1b95a-item-content-title p {
  line-height: 1;
  margin-block-end: 0;
  margin-block-start: 0;
}

.ae1e1b95a-item-title {
  font-size: 20px;
  font-weight: bold;
  color: #0e6370;
}

.ae1e1b95a-item-subtitle {
  font-size: 15px;
  color: #0e6370;
}

.ae1e1b95a-item-price {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 1rem;
}

.ae1e1b95a-item-img {
  width: 200px;
  height: 20vh;
}

.ae1e1b95a-item-img img {
  width: 200px;
  height: 20vh;

  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  object-fit: cover;
}
.ae1e1b95a-categories-bar {
  margin-top: 10px;
  display: flex;
  overflow-x: scroll;
  gap: 0.5em;

  padding-bottom: 10px;
}
.ae1e1b95a-categories-bar-item {
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #ffffff;
  color: #0e6370;

  padding: 0.6em;

  font-size: 20px;
  font-weight: bolder;
  border-radius: 10px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ae1e1b95a-categories-bar-item-selected {
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #0e6370;
  color: #fff;

  padding: 0.6em;

  font-size: 20px;
  font-weight: bolder;
  border-radius: 10px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ae1e1b95a-categories-bar-item-selected span {
  line-break: anywhere;
  white-space: nowrap;
}

.ae1e1b95a-categories-bar-item span {
  line-break: anywhere;
  white-space: nowrap;
}

.ae1e1b95a-back-button i {
  padding: 0.5em;
  background-color: #0e6370;
  color: white;
  border-radius: 100%;
  font-weight: 700;
}
