html {
  position: relative;
}

.popinbox {
  width: 7.5rem;
  height: 7.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  right: 0.625rem;
  bottom: 0.625rem;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  z-index: 8;
  display: none;
}
@media only screen and (min-width: 769px) {
  .popinbox {
    width: 7.5rem;
    height: 7.5rem;
  }
  .popinbox:hover {
    width: 8.75rem;
    height: 8.75rem;
    right: 0.625rem;
    bottom: 1.25rem;
  }
}
.popinbox.hide {
  opacity: 0;
  right: -11.25rem;
  bottom: -19.6875rem;
  -webkit-transition: opacity 0.5s linear, right 0.5s linear, bottom 0.5s linear;
  transition: opacity 0.5s linear, right 0.5s linear, bottom 0.5s linear;
}
.popinbox.hide .vbcountdown_bubble {
  display: none;
}
.popinbox .link {
  display: none;
}
.popinbox #popinbox-picture {
  display: none;
}
.popinbox #videobox-video {
  display: block;
}
.popinbox.open {
  width: 17.75rem;
  height: 31.125rem;
  right: 0.625rem;
  bottom: 0.625rem;
  z-index: 999;
  z-index: calc(infinity);
  border: 5px solid #69bd89;
  border: none;
  border-radius: 10px;
}
.popinbox.open .vbcountdown_bubble,
.popinbox.open .popinboxContain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popinbox.open .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0;
}
.popinbox.open .link span {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 165px;
  height: 54px;
  text-align: center;
  font: normal normal bold 16px/54px Muli;
  letter-spacing: 0px;
  color: #2D2A29;
  opacity: 1;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #bb0b18;
  color: #bb0b18;
}
.popinbox.open .link span:hover {
  border: 2px solid #bb0b18;
  background-color: #bb0b18;
  color: #fff;
}
.popinbox.open picture {
  cursor: default;
  pointer-events: none;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.popinbox.open .popinbox-close {
  display: none;
}
.popinbox.open #popinbox-picture {
  display: block;
}
.popinbox.open #videobox-video {
  display: none;
}
.popinbox-close {
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  z-index: 2;
}
.popinbox-close img {
  width: 100%;
}
.popinbox .popinboxContain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.popinbox .popinboxContain picture {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.popinbox .popinboxContain picture img {
  height: 100%;
  border-radius: 5px;
}
.popinbox .popinboxContain video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .overlayPopin {
    background: #2d2a29;
    opacity: 0.5;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    display: block;
  }
}
.popin-controls {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  z-index: 4;
  margin-right: 0.625rem;
}
.popin-controls span {
  color: #fff;
  display: inline-block;
  margin-left: 1.25rem;
  font-size: 1.875rem;
  font-weight: bold;
  cursor: pointer;
}
.popin-controls span:hover {
  color: #000;
}
.popin-controls span:hover svg path {
  fill: #000;
  color: #000;
}
.popin-controls span.active {
  color: #7DBC8E;
}
.popin-controls span.active svg path {
  fill: #fff;
  color: #fff;
}

@media only screen and (max-width: 48rem) {
  .resultslist .scrolltotopbutton {
    bottom: 120px !important;
  }
  .productPage .popinbox {
    z-index: 149;
  }
  .popinbox {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
  }
  .popinbox .popinboxContain {
    overflow: hidden;
  }
  .popinbox .popinboxContain picture {
    width: 100%;
    height: auto;
  }
  .popinbox.open {
    max-width: calc(100vw - 20px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: calc(100dvh - 40px);
    left: 0.625rem;
    right: 0.625rem;
    top: 1.25rem;
    bottom: 1.25rem;
    margin: 0 auto;
    background-color: transparent;
    border: none;
    z-index: calc(infinity);
  }
  .popinbox.open .popinboxContain {
    border-radius: 10px;
    overflow: visible;
    height: 100%;
    width: 100%;
  }
  .popinbox.open .popinboxContain picture {
    width: 100%;
    height: 100%;
  }
  .popinbox-close {
    top: -0.875rem;
    right: -0.875rem;
    bottom: 1.5625rem;
  }
}
.vbcountdown_bubble {
  position: absolute;
  top: 365px;
  left: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vbcountdown_bubble .vbcountdown_bubble-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.vbcountdown_bubble .vbcountdown_bubble-values span {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
.vbcountdown_bubble .vbcountdown_bubble-unity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.vbcountdown_bubble .vbcountdown_bubble-unity span {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-right: 10px;
  text-align: center;
}
.vbcountdown_bubble .vbcountdown_bubble-unity span:last-child {
  margin-right: 0;
}