.catalogRubrics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  margin-right: -8px;
}
.catalogRubrics_item {
  width: -webkit-calc(50% - 8px);
  width: calc(50% - 8px);
  margin-right: 8px;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  color: #3d3936;
}
.catalogRubrics_itemImage {
  background-color: #fff;
  border: 4px solid #fff;
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/mobile/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.catalogRubrics_itemImage__placeholder {
  background-color: #fff;
  background-size: auto 40%;
}
.catalogRubrics_itemTitle {
  display: block;
  font-family: 'PT sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  font-size: 1rem;
  overflow: hidden;
  word-wrap: break-word;
  color: #db6c00;
  text-decoration: underline;
  text-align: center;
}
body[data-page-type="BrandHolder"] .catalogRubrics_itemTitle {
  text-align: center;
}
.catalogRubrics_itemArrow {
  display: none;
}

