.g5shop__loop-product-cat {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--g5-color-muted);
  margin-bottom: 6px;
  &:hover {
    color: var(--g5-color-dark);
  }
}

.woocommerce-loop-category__title{
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  a{
    border: none;
  }
  span{
    display: block;
    font-size: 15px;
    color: var(--g5-color-text-main);
    font-weight: 500;
    margin-top: 3px;
  }
}

.g5shop__product-cat-info {
  margin-top: 18px;
}