.dd-global-hide-prices-toggle {
  position: fixed;
  top: 130px;
  right: 0;
  z-index: 999;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 8px 16px;
  transition: var(--smooth-transition);
}

.dd-global-hide-prices-toggle__label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  cursor: pointer;
  font: 500 calc(var(--f-base) * 0.75)/1 var(--textfont);
}
.dd-global-hide-prices-toggle__label input[type=checkbox] + label:before {
  top: 4px;
}
.dd-global-hide-prices-toggle__label input[type=checkbox]:checked + label:after {
  top: 7px;
}

.scrolled .dd-global-hide-prices-toggle {
  top: 80px;
}

@media only screen and (max-width: 1023px) {
  .dd-global-hide-prices-toggle {
    top: 110px;
  }
  .scrolled .dd-global-hide-prices-toggle {
    top: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .dd-global-hide-prices-toggle {
    top: 94px;
  }
  .scrolled .dd-global-hide-prices-toggle {
    top: 60px;
  }
}

/*# sourceMappingURL=style.css.map */
