.container.favorites .items {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.container.favorites .items .item {
  flex: 0 1 31%;
  max-width: 267px;
  box-shadow: 0px 4px 17.9px 0px rgba(114, 130, 247, 0.5);
  border-radius: 6px;
}
.container.favorites .items .item .image {
  width: 267px;
  height: 242px;
  border-radius: 6px;
  background: lightslategrey;
}
.container.favorites .items .item .bottom-content {
  padding: 15px;
  background: white;
  border-radius: 0 0 6px 6px;
}
.container.favorites .items .item .bottom-content .description .name {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 123%;
  letter-spacing: 0%;
  vertical-align: bottom;
  padding-bottom: 10px;
}
.container.favorites .items .item .bottom-content .description .price {
  font-family: Inter;
  font-weight: 800;
  font-style: Extra Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: bottom;
  padding-bottom: 10px;
}
.container.favorites .items .item .bottom-content .description .old-price {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: bottom;
  padding-bottom: 25px;
}
.container.favorites .items .item .bottom-content .footer button {
  width: 100%;
  height: 40px;
}
.container.favorites .items .item .bottom-content .footer button.in-cart {
  margin-bottom: 10px;
  background: rgb(61, 58, 206);
  border-radius: 4px;
  border: 1px solid rgb(61, 58, 206);
  color: white;
}
.container.favorites .items .item .bottom-content .footer button.buy-one-click {
  background: rgba(212, 215, 243, 0.5);
  border-radius: 4px;
  border: 1px solid rgba(212, 215, 243, 0.5);
  color: rgb(114, 130, 247);
}
.container.favorites .top-tools .tools-group {
  margin-left: auto;
}

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