main .blikvanger {
  position: relative;
  overflow: hidden;
}
main .blikvanger .cashback {
  position: absolute;
  box-sizing: border-box;
  width: 140px;
  height: 80px;
  border: 5px solid #ffffff;
}
main .blikvanger .cashback div:nth-child(1) {
  overflow: hidden;
  width: 130px;
}
main .blikvanger .cashback .bedrag,
main .blikvanger .cashback .percentage,
main .blikvanger .cashback .punten {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  height: 36px;
}
main .blikvanger .cashback .bedrag span,
main .blikvanger .cashback .percentage span,
main .blikvanger .cashback .punten span {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  font-family: 'Outfit', verdana, sans-serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #ffffff;
}
main .blikvanger .cashback .bedrag span:nth-child(1),
main .blikvanger .cashback .percentage span:nth-child(1),
main .blikvanger .cashback .punten span:nth-child(1) {
  margin-right: 1px;
}
main .blikvanger .cashback .percentage span:nth-child(2) {
  font-family: 'Inria Sans', verdana, sans-serif;
  font-weight: 700;
}
main .blikvanger .cashback .bedrag span:nth-child(3) {
  margin-left: 1px;
  margin-top: -8px;
  font-size: 22px;
  line-height: 24px;
}
main .blikvanger .cashback .punten span:nth-child(2) {
  font-family: 'Open Sans', verdana, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
}
main .blikvanger .cashback div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 130px;
  height: 24px;
  font-family: 'Open Sans', verdana, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  transform: translateY(-1px);
}
main .blikvanger .cashback div:nth-child(3) {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 4px 2px 4px;
  font-family: 'Open Sans', verdana, sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  color: #000000;
  background-color: #ffffff;
}
@media (max-width: 480px) { /* MINIMAAL */
}
@media (min-width: 481px) and (max-width: 768px) { /* MOBIEL */
}
@media (min-width: 769px) and (max-width: 1280px) { /* BREDER */
  main .blikvanger img {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  main .blikvanger.promotie img {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1281px) { /* BREEDST */
  main .blikvanger img {
    margin-top: -45px;
    margin-bottom: -45px;
  }
  main .blikvanger.promotie img {
    margin-top: 0;
    margin-bottom: 0;
  }
}