* {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:root {
  --text-primary: #222222;
}

.boxo-collections-classico {
  display: block;
  box-sizing: border-box;
  width: 100%;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.boxo-collections-classico-inner-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.boxo-collections-classico-inner-wrapper .image {
  margin-right: 16px;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  background-color: white;
}
.boxo-collections-classico-inner-wrapper .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}