@charset "UTF-8";
.type-product #heureka-badge {
  position: absolute;
  right: 10px;
  top: -10px;
  filter: grayscale(100%);
}
.type-product #heureka-badge:hover {
  filter: none;
}

.sidebar {
  --colors-foregrounds-content-tertiary: #fff;
  background-color: #fff;
  border-right: 1px solid #dadada;
}
.sidebar .filter-sections {
  --colors-foregrounds-content-tertiary: #fff;
  background-color: #fff;
}
.sidebar .filter-sections .disabled {
  color: #555;
}
.sidebar .filter-sections .filter-count {
  display: none;
}

.filter-toggle {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.4rem 0.75rem;
  font: inherit;
  border: 1px solid #ddd;
  border-radius: 0.375rem;
  background: #f7f7f7;
  cursor: pointer;
}

.filter-toggle:hover {
  background: #eee;
}

.buy-more-uc .progress {
  background-color: rgba(0, 0, 0, 0.08);
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 8px;
}

.buy-more-uc .progress-bar {
  background-color: var(--color-secondary);
  transition: width 0.3s ease;
  height: 100%;
}

.buy-more-uc .progress-bar.bg-success {
  background-color: #28a745; /* můžeš nechat zelenou pro "doprava zdarma" */
}

@media (min-width: 768px) {
  .type-product #heureka-badge {
    right: auto;
    left: 420px;
  }
}
@media (min-width: 480px) {
  .type-product #heureka-badge {
    top: 0px;
  }
}

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