.voucher-item {
  overflow: hidden;
  width: 100%;
  display: block;
  text-decoration: none;
}
.voucher-item .voucher-image {
  height: 106px;
  width: 106px;
  flex: 0 0 106px;
}
.voucher-item.varian-2 .buble {
  background-color: var(--white-gray) !important;
}
.voucher-item.disabled {
  filter: brightness(1) grayscale(1);
}
.voucher-item .svg-bg {
  opacity: 0.9;
  right: -10%;
}
.voucher-item .buble {
  position: absolute;
  top: 0;
  height: 15px;
  width: 15px;
  background-color: var(--white);
  border-radius: 100%;
  top: -7.5px;
}
.voucher-item .buble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid var(--gray);
  border-radius: 100%;
}
.voucher-item .buble.left {
  left: -16.5px;
}
.voucher-item .buble.right {
  right: -16.5px;
}
.voucher-item .buble.right::after {
  left: unset;
  right: 0;
}
.voucher-item .buble.right::before {
  left: unset;
  right: 0;
}