:root {
  --shop-next-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --shop-next-font-heading: var(--shop-next-font-body);
  --shop-next-font-serif: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, serif;
  --shop-next-font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, Liberation Mono, monospace;
  --shop-line-height-tight: 0.94;
  --shop-line-height-heading: 1.05;
  --shop-line-height-copy: 1.58;
  --shop-letter-tightest: -0.065em;
  --shop-letter-tight: -0.04em;
  --shop-letter-normal: 0;
  --shop-measure: 68ch;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
  text-wrap: balance;
  margin-block-start: 0;
}

p,
li,
figcaption,
.wp-block-post-excerpt {
  text-wrap: pretty;
}

p,
ul,
ol {
  max-width: var(--shop-measure);
}

strong,
b {
  font-weight: 750;
}

a {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible,
.wp-element-button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--wp--preset--color--accent);
  outline-offset: 3px;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
}

.wp-site-blocks {
  overflow-x: clip;
}

.wp-block-site-title,
.wp-block-site-title a {
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  text-decoration: none;
}

.wp-block-navigation a {
  text-decoration: none;
}

.wp-block-navigation a:hover {
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.wp-block-button__link,
.wp-element-button {
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.wp-block-button__link:hover,
.wp-element-button:hover {
  transform: translateY(-1px);
}

.is-style-section-band {
  border-top: 1px solid var(--wp--preset--color--line);
  border-bottom: 1px solid var(--wp--preset--color--line);
  padding-block: var(--wp--preset--spacing--xl);
}

.shop-page-shell {
  padding-block: var(--wp--preset--spacing--xl);
}

.shop-kicker {
  font-size: var(--wp--preset--font-size--caption);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.shop-lede {
  font-size: var(--wp--preset--font-size--lead);
  line-height: 1.42;
  max-width: 58ch;
}

.shop-display {
  font-size: var(--wp--preset--font-size--display);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

@media (max-width: 700px) {
  :root {
    --shop-measure: 62ch;
  }

  .wp-block-navigation__responsive-container.is-menu-open {
    padding: var(--wp--preset--spacing--md);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
