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: 1000;
  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 .mentions {
  display: none;
}
.popinbox #popinbox-picture {
  display: block;
}
.popinbox:not(.open) .popinboxContain picture img {
  border-radius: 50%;
}
.popinbox.open {
  width: 17.75rem;
  height: 31.125rem;
  right: 0.625rem;
  bottom: 0.625rem;
  z-index: 999;
  z-index: calc(infinity);
  border: 5px solid #F769E5;
  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: 40px;
  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: transparent;
  border-radius: 5px;
  border: 2px solid #7DBC8E;
  color: #7DBC8E;
}
.popinbox.open .link span:hover {
  border: 2px solid #7DBC8E;
  background-color: #7DBC8E;
  color: #fff;
}
.popinbox.open .mentions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 4px;
  z-index: 4;
  width: 100%;
}
.popinbox.open .mentions a {
  text-decoration: none;
  color: #2d2a29 !important;
  font-weight: 400;
  font-size: 16px;
}
.popinbox.open .mentions a:hover {
  text-decoration: underline;
}
.popinbox.open .mentions a.sm {
  font-size: 12px;
}
.popinbox.open .mentions a br {
  display: none;
}
@media screen and (max-width: 480px) {
  .popinbox.open .mentions a {
    font-size: 12px;
  }
  .popinbox.open .mentions a.sm {
    font-size: 10px;
  }
  .popinbox.open .mentions a br {
    display: block;
  }
}
.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 .popinboxContain picture img {
  border-radius: 5px;
}
.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 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@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;
  bottom: 115px;
  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;
  display: none;
}
.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: #2D2A29;
  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: #2D2A29;
  font-size: 12px;
  line-height: 18px;
  margin-right: 8px;
  text-align: center;
}
.vbcountdown_bubble .vbcountdown_bubble-unity span:last-child {
  margin-right: -20px;
}
@media only screen and (max-height: 550px) {
  .vbcountdown_bubble .vbcountdown_bubble-values span {
    font-size: 20px;
  }
  .vbcountdown_bubble .vbcountdown_bubble-unity {
    gap: 5px;
  }
  .vbcountdown_bubble .vbcountdown_bubble-unity span {
    font-size: 10px;
  }
}
@media only screen and (max-height: 550px) {
  .vbcountdown_bubble {
    bottom: 110px;
  }
}

.brands-marquee {
  display: none;
}

.popinbox.open .brands-marquee {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 105px;
  z-index: 3;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  pointer-events: none;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(6%, #000), color-stop(94%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(6%, #000), color-stop(94%, #000), to(transparent));
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.popinbox.open .brands-marquee .brands-marquee__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: brands-scroll 40s linear infinite;
          animation: brands-scroll 40s linear infinite;
}
.popinbox.open .brands-marquee .brands-marquee__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 0 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popinbox.open .brands-marquee .brands-marquee__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
}
.popinbox.open .brands-marquee .brands-marquee__item img {
  display: block;
  max-height: 28px;
  max-width: 90px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-height: 550px) {
  .popinbox.open .brands-marquee {
    bottom: 88px;
    padding: 6px 0;
  }
  .popinbox.open .brands-marquee .brands-marquee__item {
    height: 24px;
  }
  .popinbox.open .brands-marquee .brands-marquee__item img {
    max-height: 22px;
    max-width: 72px;
  }
}

@-webkit-keyframes brands-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes brands-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .popinbox.open .brands-marquee .brands-marquee__track {
    -webkit-animation: none;
            animation: none;
  }
}