@charset "UTF-8";
.icon {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
}
.icon::before {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.4rem;
}
.icon--user::before {
  background-image: url("../../images/icons/user.svg");
  fill: #fac977;
}
.icon--user--logged::before {
  background-image: url("../../images/icons/user.svg");
  fill: #fac977;
}
.icon--cart::before {
  background-image: url("../../images/icons/cart.svg");
  fill: #000;
}
.icon--wishlist::before {
  background-image: url("../../images/icons/heart.svg");
  fill: #dd2b76;
}
.icon--bookmark::before {
  background-image: url("../../images/icons/bookmark.svg");
  fill: #869a4d;
}
.icon--search::before {
  background-image: url("../../images/icons/search.svg");
  fill: #5c657a;
}