/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/main/resources/static/sass/productcategory/productcategory.src.scss ***!
  \*************************************************************************************************************************************************************************************************/
/* stylelint-disable max-line-length */
/* create columns */
/* create columns */
/* create custom named columns with custom content */
.component-productCategory__title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375;
  margin-bottom: 0.5rem;
}
.component-productCategory__text {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  margin-bottom: 1rem;
}
.component-productCategory__container {
  display: grid;
  grid-template-columns: 72px auto;
  grid-gap: 12px;
}
.component-productCategory__image {
  grid-column: 1;
}
.component-productCategory__image-default {
  grid-column: 1;
  width: 72px;
  height: 72px;
  background-color: #e6e6e6;
  padding: 0;
  position: relative;
}
.component-productCategory__figure {
  fill: #b3b3b3;
  display: block;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.component-productCategory__right-content {
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.component-productCategory__category-label {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 600;
}
.component-productCategory__category-link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*# sourceMappingURL=productcategory.css.map*/