.witschi-custom-navbar > .container {
  position: relative;
}

.webshop-sticker {
  position: absolute;
  z-index: 2;
  top: calc(100% - 10px);
  right: 1em;
  width: clamp(110px, 10vw, 150px);
  line-height: 0;
  transform: rotate(4deg);
  transition: transform 0.2s ease;
}

.webshop-sticker img {
  display: block;
  width: 100%;
  height: auto;
}

.webshop-sticker:hover {
  transform: rotate(1deg) scale(1.05);
}

.webshop-sticker:focus-visible {
  border-radius: 50%;
  outline: 3px solid #fff;
  outline-offset: 4px;
}

@media all and (max-width: 767px) {
  .webshop-sticker {
    position: relative;
    top: 38px;
    right: auto;
    flex: 0 0 auto;
    width: clamp(58px, 18vw, 76px);
    margin-left: auto;
    margin-right: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .webshop-sticker {
    transition: none;
  }
}
