.aqu-product__stickers {
  left: 1.1rem;
  top: -0.4rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  align-items: start;
}
.aqu-product-card .aqu-product__stickers {
  flex-direction: column;
  position: absolute;
  margin-top: 0;
  gap: 0.3rem;
  left: -0.4rem;
}

.aqu-product__sticker {
  border-radius: var(--sticker-border-radius);
  padding: 0.5rem;
  background: #BAE5F7;
  color: var(--color-text);
}
.aqu-product-card .aqu-product__sticker {
  padding: 0.5rem;
  font-size: var(--font-size-s);
}

.aqu-product__sticker--eco {
  background: #A5E08C;
}
.aqu-product__sticker--popular {
  background: #FBCAD9;
}
.aqu-product__sticker--new {
  background: #94D6EF;
}
.aqu-product__sticker--premium {
  background: #E9D8B6;
}
.aqu-product__sticker--discount {
  color: white;
  background: var(--color-discount);
}