#modal-overlay.active {
  position: fixed;
  inset: 0;
  z-index: 998;
  display: block;
  background: rgb(0 0 0 / 55%);
}

.blk-sheet.active {
  z-index: 999;
}

html.is-open,
body.is-open {
  overflow: hidden;
}

.has-dropdown.open > .dropdown {
  display: block;
  visibility: visible;
  opacity: 1;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  min-height: 1.5em;
  margin: 1rem 0 0;
  font-weight: 600;
}

.form-status.is-success {
  color: #176b34;
}

.form-status.is-error {
  color: #a30d27;
}

.form-status.is-pending {
  color: inherit;
}

.truckfix-carousel-controls {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.truckfix-carousel-button {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 3rem;
  box-sizing: border-box;
  min-width: 3rem;
  min-height: 3rem;
  width: 3rem;
  height: 3rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #c2175b;
  font: inherit;
  line-height: 1;
  box-shadow: none;
  cursor: pointer;
}

.truckfix-carousel-button svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
}

.truckfix-carousel-button:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

@media (max-width: 64em) {
  .blk-carousel__scene {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: min(88%, 32rem);
    gap: 1rem;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
  }

  .blk-carousel__scene > .collection-item {
    scroll-snap-align: start;
  }
}

html[data-reduced-motion="reduced"] *,
html[data-reduced-motion="reduced"] *::before,
html[data-reduced-motion="reduced"] *::after {
  scroll-behavior: auto !important;
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
}
