

.lldw-wc-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.lldw-wc-categories > .lldw-wc-categories-item {
  flex: 1 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 15px ;
  padding: 10px;
  width: 180px;
  min-width: 180px;
  max-width: 180px;
}

.lldw-wc-categories > .lldw-wc-categories-item-no-image {

  padding: 0;
}

.lldw-wc-categories-item_title a, .lldw-wc-categories-item_title {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 22px;
}

.lldw-wc-categories > .lldw-wc-categories-item.active a {
  text-decoration: underline;
}

.lldw-wc-categories img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}

.lldw-wc-categories-item-image-as-background {
  aspect-ratio: 1/1;
  border-radius: 50%;
}