html {
  overflow-x: hidden;
  scroll-padding-top: 96px;
}

body {
  min-width: 0;
  overflow-x: hidden;
  touch-action: pan-y pinch-zoom;
}

section[id] {
  scroll-margin-top: 96px;
}

a,
button,
summary,
input,
select {
  touch-action: manipulation;
}

.formFeedback {
  color: #246a45;
  background: #e2f3e8;
  border: 1px solid #b9dfc7;
  border-radius: 10px;
  margin: 14px 0 0;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 820px) {
  html {
    scroll-behavior: auto;
    scroll-padding-top: 82px;
  }

  section[id] {
    scroll-margin-top: 82px;
  }

  .siteHeader {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: rgba(255, 253, 248, 0.98);
  }

  .productCard {
    transform: none !important;
  }

  .productInfo a,
  .button,
  .navCta,
  summary {
    min-height: 48px;
  }
}

@media (hover: none) {
  .productCard:hover {
    box-shadow: none;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
