/* Header surface: shared storefront navigation treatment. */
.site-header {
  background: var(--swav-colorwheel-white, #fff) !important;
  border-bottom: 1px solid var(--swav-colorwheel-gray-border, #ddd) !important;
  box-shadow: 0 2px 10px color-mix(in srgb, var(--swav-colorwheel-black, #000) 10%, transparent) !important;
}
