.view-catalog .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.view-catalog .views-row {
  width: calc(33.333% - 6px);
  margin-bottom: 20px;
}

.view-catalog .views-row > article {
  padding-bottom: 15px;
  border-bottom: none;
  border: 1px solid #e9e9e9;
}

.view-catalog .field {
  font-family: Roboto;
  font-weight: 300;
  font-size: 13px;
  color: #333;
}

.view-catalog .group--stats {
  text-align: left;
  margin-top: 34px;
  line-height: 18px;
  margin-bottom: 15px;
  margin-left: 10px;
}

.view-catalog .group--label {
  font-family: Roboto;
  font-weight: 500;
  font-size: 15px;
  color: #010101;
}

.view-catalog .group--stats .field__label {
  font-size: 1em;
}

.view-catalog .group--stats .field__item {
  font-weight: 500;
  color: #333;
  display: contents;
}

.view-catalog .field--name-title {
  background: #f5e1bf;
  padding: 10px;
}

.view-catalog .field--name-title a {
  font-family: RobotoCondensed;
  color: #000;
  font-weight: 900;
  font-size: 20px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.5;
}

.view-catalog .content {
  padding: 0 10px;
  line-height: 1.6;
}

.view-catalog .field--name-variations {
  margin: 0;
  display: block;
}

.view-catalog .field--name-variations .field__item {
  float: none;
  width: 100%;
  background: none;
  height: auto;
}

.view-catalog .field--name-variations .group-desc .field__label {
  font-weight: 300;
}

.view-catalog .field--name-field-image-teaser img {
  width: 100%;
}

@media (max-width: 600px) {
  .view-catalog .views-row {
    width: calc(50% - 6px);
  }
}
@media (max-width: 510px) {
  .view-catalog .views-row {
    width: 100%;
  }
  .view-catalog .group--stats .field__label {
    float: none;
  }
  .view-catalog .group--stats {
    text-align: center;
  }
  .field--name-field-image-teaser img {
    display: block;
    margin: auto;
  }
}
