.coin-handler-overflow {
  display: flex;
  justify-content: center;
  overflow: hidden;
  touch-action: pan-y;
  /* Layer 1  */
  /* Layer 2  */
  /* Layer 3  */
}
.coin-handler-overflow .slider-button {
  position: absolute;
  top: 46%;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  cursor: pointer;
  transition: 0.4s all;
}
.coin-handler-overflow .slider-button:hover {
  transform: scale(1.1) rotate(45deg);
}
.coin-handler-overflow .slider-button::before {
  content: "";
  position: absolute;
  display: block;
  inset: -15px;
}
.coin-handler-overflow .slider-button.slider-prev {
  left: 39%;
  border-bottom: 4px solid var(--gwk-blauw);
  border-left: 4px solid var(--gwk-blauw);
}
.coin-handler-overflow .slider-button.slider-next {
  right: 40%;
  border-top: 4px solid var(--gwk-blauw);
  border-right: 4px solid var(--gwk-blauw);
}
.coin-handler-overflow .coin-slider {
  display: block;
  min-height: 400px;
  aspect-ratio: 2.5;
  position: relative;
  background-image: url(/wp-content/uploads/campagne/2025-deze-coin/hand-bg.jpg);
  background-size: 100%;
  background-position: center;
  width: 100%;
  cursor: grab;
}
@media (max-width: 1000px) {
  .coin-handler-overflow .coin-slider {
    width: auto;
  }
}
.coin-handler-overflow .coin-handler {
  position: absolute;
  top: 32%;
  left: 43%;
  width: 14%;
  perspective: 500px;
  display: flex;
  flex-direction: row;
  will-change: transform;
  overflow: visible;
  perspective: 5000px;
}
.coin-handler-overflow .coin-handler img {
  flex: 0 0 100%;
  width: 100%;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  transition: opacity 220ms ease;
  backface-visibility: hidden;
}
.coin-handler-overflow .hand-overlay {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 21%;
  left: 45%;
  width: 53%;
  background-image: url(/wp-content/uploads/campagne/2025-deze-coin/vingers.png);
  background-size: 100%;
  background-position: center;
  aspect-ratio: 107/73;
}
.coin-handler-overflow .coin-data {
  display: block;
  position: absolute;
  top: 71%;
  left: 52%;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
@media (max-width: 575px) {
  .coin-handler-overflow .coin-data {
    left: 40%;
  }
}
.coin-handler-overflow .coin-data p {
  margin-bottom: 0;
}
.coin-handler-overflow .coin-data p.price {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: -6px;
}/*# sourceMappingURL=block.css.map */