.M-ItemTeaserGroup__filterRow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2.25rem;
}
@media only screen and (min-width: 768px) {
  .M-ItemTeaserGroup__filterRow {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
}
.M-ItemTeaserGroup__filterRow .A-FormField__label {
  pointer-events: none;
}
.M-ItemTeaserGroup__filterDescription {
  font-weight: bold;
  font-size: 1.25rem;
  flex-grow: 1;
}
.M-ItemTeaserGroup__filterDescription--count {
  font-weight: normal;
  font-size: 1rem;
}
.M-ItemTeaserGroup__filterContainer {
  display: flex;
  gap: 1rem;
  flex-grow: 3;
  justify-content: flex-start;
  width: 100%;
}
.M-ItemTeaserGroup__filterContainer .A-FormField-Select {
  margin-bottom: 0;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .M-ItemTeaserGroup__filterContainer .A-FormField-Select {
    flex-grow: unset;
  }
}
@media only screen and (min-width: 768px) {
  .M-ItemTeaserGroup__filterContainer {
    justify-content: flex-end;
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .M-ItemTeaserGroup__filterContainer {
    flex-grow: 1;
  }
}
.M-ItemTeaserGroup__wrapper {
  box-shadow: 0 0 0 100vmax var(--bosch-gray-95);
  clip-path: polygon(-100vmax 0, 100vmax 0, 100vmax 100%, -100vmax 100%);
  background-color: var(--bosch-gray-95);
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .M-ItemTeaserGroup__container {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.M-ItemTeaserGroup__item {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  background-color: var(--bosch-white);
  padding: 1rem;
}
.M-ItemTeaserGroup__item, .M-ItemTeaserGroup__item:hover, .M-ItemTeaserGroup__item:active {
  color: unset;
  text-decoration: unset;
}
@media only screen and (min-width: 768px) {
  .M-ItemTeaserGroup__item {
    grid-column: span 4;
    margin-bottom: 0;
  }
}
.M-ItemTeaserGroup__item .a-sticker {
  position: absolute;
  top: 0;
  right: 1.5rem;
  z-index: 1;
}
.M-ItemTeaserGroup__item .a-sticker {
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  height: 1.5rem;
  width: auto;
}
.M-ItemTeaserGroup__item .a-sticker.-turquoise {
  background-color: var(--major-highlight-turquoise__enabled__fill__default);
  color: var(--major-highlight-turquoise__enabled__front__default);
}
.M-ItemTeaserGroup__item .a-sticker.-purple {
  background-color: var(--major-highlight-purple__enabled__fill__default);
  color: var(--major-highlight-purple__enabled__front__default);
}
.M-ItemTeaserGroup__item .a-sticker.-green {
  background-color: var(--major-highlight-green__enabled__fill__default);
  color: var(--major-highlight-green__enabled__front__default);
}
.M-ItemTeaserGroup__item .a-sticker__label {
  margin: auto 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.A-ItemTeaser__linkRegion {
  text-decoration: none;
  --minor-accent__enabled__front__default: var(--bosch-black);
  --minor-accent__enabled__front__hovered: var(--bosch-blue-35);
  transition: all 250ms;
  width: 100%;
}
.A-ItemTeaser__image {
  border: none;
  margin: -1rem -1rem 3rem;
}
.A-ItemTeaser__subtitle {
  position: relative;
  margin: 0;
  color: unset;
}
.A-ItemTeaser__favorite {
  position: absolute;
  top: 0;
  right: 0;
}
.A-ItemTeaser__favorite .a-icon {
  margin-right: 0;
  font-size: 1.2rem;
  color: var(--minor-accent__enabled__front__default);
}
.A-ItemTeaser__favorite .a-icon:hover {
  color: unset;
}
.A-ItemTeaser__title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
}
.A-ItemTeaser__title span,
.A-ItemTeaser__title span:last-of-type:not(:first-of-type) {
  text-decoration: none;
}
.A-ItemTeaser__title .a-icon {
  margin: 0;
  vertical-align: middle;
  font-size: 1.75rem;
}
.A-ItemTeaser__description {
  margin-bottom: 3rem;
}
.A-ItemTeaser__description .A-Text-RichText p {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.A-ItemTeaser__compare {
  margin-top: auto;
}
/*# sourceMappingURL=itemTeaserGroup.css.map */
