.article.lastSeenItems-wrap > .margin > .padding {
  padding-left: 0;
  padding-right: 0;
}
.article.lastSeenItems-wrap .last-seen-title {
  font-weight: bold;
  font-size: var(--biggerFontSize);
  border-bottom: solid 1px var(--defaultDarkGrey);
  padding: 5px 0;
  margin: 0 15px;
}
.article.lastSeenItems-wrap .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  --swiper-theme-color: var(--defaultBlack);
}
.article.lastSeenItems-wrap .swiper > .swiper-wrapper {
  display: flex;
}
.article.lastSeenItems-wrap .swiper > .swiper-wrapper > .article {
  padding: 15px;
}
.article.lastSeenItems-wrap .swiper > .swiper-wrapper > .article > .margin {
  border-bottom: 0;
}
.article.lastSeenItems-wrap .swiper > .swiper-wrapper > .article > .margin > .padding {
  padding-bottom: 5px;
}

@media (max-width: 1500px) {
  .article.lastSeenItems-wrap .swiper > .arrows > .right {
    right: 0;
  }
  .article.lastSeenItems-wrap .last-seen-title {
    margin-right: 0;
  }
}
/* Grade A */
/* Grade B */
@media (max-width: 991px) {
  .article.lastSeenItems-wrap .article.item-catalogus-list {
    min-width: 30%;
    max-width: 30%;
  }
}
/* Grade C */
@media (max-width: 767px) {
  .article.lastSeenItems-wrap .last-seen-title {
    margin: 0 5px;
  }
  .article.lastSeenItems-wrap .article.item-catalogus-list {
    min-width: 40%;
    max-width: 40%;
  }
}
/* Grade D */
@media (max-width: 479px) {
  .article.lastSeenItems-wrap .article.item-catalogus-list {
    min-width: 80%;
    max-width: 80%;
  }
}

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