.text-animation {
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.text-animation::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.text-animation:hover::after {
  width: 100%;
  left: 0;
  transform: translateX(0);
}

.icon-link-sito {
  width: 24px;
  height: 24px;
}

.btn-link-sito {
  width: 200px !important;
  display: flex;
  justify-content: center;
}

.image-category {
  width: 350px;
  height: 350px;
  min-width: 300px;
  min-height: 300px;
}

.reflow-category-list.ref-horizontal-bar {
  display: flex !important;
  justify-content: space-between !important;
}

