.feature_markenshop_go-to-top .move-forward-icon {
  width: 36px;
  height: 36px;
  -webkit-mask: var(--mask-image-url) no-repeat center;
  -webkit-mask-size: contain;
  position: relative;
  z-index: 1;
  /* background-color: var(--text-primary); */
  transform: rotate(270deg);
}

.feature_markenshop_go-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 100;
  font-size: 0.7em;
  color: #fff;
  /* opacity: 0.6; */
  /* background-color: var(--color-primary); */
  width: 50px;
  height: 50px;
  /* filter: brightness(0.9) saturate(10); */
}

@media(min-width:900px) {
  .feature_markenshop_go-to-top {
    display: flex;
  }
}


@media (max-width:900px) {
  .feature_markenshop_go-to-top {
    display: var(--display-mobile, flex) !important;
  }
}