.product-item__swatches__count__materiale{
  display: block;
  padding: 8px calc(var(--inner) / 2);
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  color: var(--text-light);
  font-style: var(--FONT-STYLE-BODY-ITALIC);
  transition: opacity .3s ease,visibility .3s;
  cursor: pointer;
}