.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-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: #8f0d2f;
}
.catalogRubrics_item:hover {
  color: #00bbfe;
}
.catalogRubrics_itemImage {
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
  padding-top: -webkit-calc(100% / 1.51);
  padding-top: calc(100% / 1.51);
  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: #eee;
  background-size: auto 40%;
}
.catalogRubrics_itemTitle {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  font-size: 1rem;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 3.75rem;
}
.catalogRubrics_itemArrow {
  display: none;
}

/*# sourceMappingURL=../maps/component/catalogRubrics.css.map */
