.bundle {
  display: flex;
  background: #ffffff;
  background: #E4E9EF;
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 20px;
}
.bundle .bundle-titles {
  flex-basis: 244px;
  font-size: 32px;
  font-weight: 600;
  color: #000;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.bundle .price {
  color: #219653;
}
.bundle .footer {
  margin-top: auto;
}
.bundle .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.bundle .items-included {
  font-size: 14px;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #1D2023;
}
.bundle .bundle-products-list {
  display: flex;
  overflow-x: auto;
  gap: 24px;
}
.bundle .bundle-products-list > div {
  flex-basis: 200px;
  flex-shrink: 0;
  max-width: 100%;
  background: #ffffff;
  padding: 8px;
  border-radius: 6px;
}

/*# sourceMappingURL=list.css.map */
