/* line 6, scss/component/product-category-highlight.scss */
.highlight-text {
  padding: 250px 0;
  color: var(--color--white);
  width: 50%; }
  @media (max-width: 991px) {
    /* line 6, scss/component/product-category-highlight.scss */
    .highlight-text {
      width: 100%;
      padding: 100px 0; } }
  /* line 16, scss/component/product-category-highlight.scss */
  .highlight-text .field--name-field-product-category {
    font-size: var(--font-size-pL);
    margin-bottom: 0.5rem; }
    /* line 20, scss/component/product-category-highlight.scss */
    .highlight-text .field--name-field-product-category a {
      text-decoration: none;
      color: var(--color--white); }
  /* line 26, scss/component/product-category-highlight.scss */
  .highlight-text .field--name-field-normal-text {
    margin-bottom: 1.5rem; }
  /* line 30, scss/component/product-category-highlight.scss */
  .highlight-text .field--name-field-indented-text {
    padding-left: 150px; }
    @media (max-width: 991px) {
      /* line 30, scss/component/product-category-highlight.scss */
      .highlight-text .field--name-field-indented-text {
        padding-left: 50px; } }

/*# sourceMappingURL=product-category-highlight.css.map */
