
/* Font imports */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

@font-face {
  font-family: "Eveleth Dot";
  src: url("/fonts/eveleth-dot-regular.woff2") format("woff2"),
       url("/fonts/eveleth-dot-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Scoping reset — isolate injected header/footer from Shopify theme CSS */
.sl-hf {
  font-family: "Open Sans", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #191d21;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sl-hf *, .sl-hf *::before, .sl-hf *::after {
  box-sizing: border-box;
}
.sl-hf ul, .sl-hf ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sl-hf img {
  max-width: 100%;
  height: auto;
}
.sl-hf a {
  text-decoration: none;
  color: inherit;
}

/* Reset Shopify's .grid (12x12 grid-template) — only kill rows, let our grid-cols-* handle columns */
.sl-hf .grid {
  grid-template-rows: none !important;
  grid-template-areas: none !important;
}

/* Override Shopify's sticky header z-index if needed */
.sl-hf .sl-header {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.sl-hf .relative{position:relative}.sl-hf .sticky{position:sticky}.sl-hf .top-0{top:0}.sl-hf .z-50{z-index:50}.sl-hf .mx-auto{margin-left:auto;margin-right:auto}.sl-hf .mb-12{margin-bottom:3rem}.sl-hf .mb-2{margin-bottom:.5rem}.sl-hf .mb-3{margin-bottom:.75rem}.sl-hf .mb-4{margin-bottom:1rem}.sl-hf .mt-6{margin-top:1.5rem}.sl-hf .block{display:block}.sl-hf .inline-block{display:inline-block}.sl-hf .flex{display:flex}.sl-hf .grid{display:grid}.sl-hf .hidden{display:none}.sl-hf .h-12{height:3rem}.sl-hf .h-20{height:5rem}.sl-hf .h-6{height:1.5rem}.sl-hf .h-\[75px\]{height:75px}.sl-hf .max-h-\[calc\(100vh-75px\)\]{max-height:calc(100vh - 75px)}.sl-hf .w-6{width:1.5rem}.sl-hf .w-auto{width:auto}.sl-hf .max-w-\[1400px\]{max-width:1400px}.sl-hf .flex-shrink-0{flex-shrink:0}.sl-hf .grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sl-hf .flex-col{flex-direction:column}.sl-hf .flex-wrap{flex-wrap:wrap}.sl-hf .items-center{align-items:center}.sl-hf .justify-center{justify-content:center}.sl-hf .justify-between{justify-content:space-between}.sl-hf .gap-1{gap:.25rem}.sl-hf .gap-2{gap:.5rem}.sl-hf .gap-3{gap:.75rem}.sl-hf .gap-4{gap:1rem}.sl-hf .gap-8{gap:2rem}.sl-hf :is(.space-x-2>:not([hidden])~:not([hidden])){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))}.sl-hf :is(.space-y-2>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.sl-hf .overflow-y-auto{overflow-y:auto}.sl-hf .whitespace-pre-line{white-space:pre-line}.sl-hf .border-b{border-bottom-width:1px}.sl-hf .border-t{border-top-width:1px}.sl-hf .border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.sl-hf .bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.sl-hf .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.sl-hf .p-2{padding:.5rem}.sl-hf .px-4{padding-left:1rem;padding-right:1rem}.sl-hf .py-12{padding-top:3rem;padding-bottom:3rem}.sl-hf .py-2{padding-top:.5rem;padding-bottom:.5rem}.sl-hf .py-3{padding-top:.75rem;padding-bottom:.75rem}.sl-hf .py-4{padding-top:1rem;padding-bottom:1rem}.sl-hf .pb-3{padding-bottom:.75rem}.sl-hf .pl-4{padding-left:1rem}.sl-hf .text-center{text-align:center}.sl-hf .text-base{font-size:1rem;line-height:1.5rem}.sl-hf .text-lg{font-size:1.125rem;line-height:1.75rem}.sl-hf .text-sm{font-size:.875rem;line-height:1.25rem}.sl-hf .text-xs{font-size:.75rem;line-height:1rem}.sl-hf .font-semibold{font-weight:600}.sl-hf .text-shopify-accent{--tw-text-opacity:1;color:rgb(68 136 62/var(--tw-text-opacity,1))}.sl-hf .text-shopify-secondary-text{--tw-text-opacity:1;color:rgb(104 99 99/var(--tw-text-opacity,1))}.sl-hf .text-shopify-text{--tw-text-opacity:1;color:rgb(25 29 33/var(--tw-text-opacity,1))}.sl-hf .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.sl-hf .text-white\/80{color:hsla(0,0%,100%,.8)}.sl-hf .text-white\/90{color:hsla(0,0%,100%,.9)}.sl-hf .underline{text-decoration-line:underline}.sl-hf .transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sl-hf .last\:border-0:last-child{border-width:0}.sl-hf .hover\:text-shopify-accent:hover{--tw-text-opacity:1;color:rgb(68 136 62/var(--tw-text-opacity,1))}.sl-hf .hover\:text-shopify-title:hover{--tw-text-opacity:1;color:rgb(44 82 52/var(--tw-text-opacity,1))}.sl-hf .hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.sl-hf .hover\:text-white\/80:hover{color:hsla(0,0%,100%,.8)}@media (min-width:640px){.sl-hf .sm\:inline{display:inline}.sl-hf .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sl-hf .sm\:flex-row{flex-direction:row}.sl-hf .sm\:justify-start{justify-content:flex-start}.sl-hf .sm\:justify-end{justify-content:flex-end}.sl-hf .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sl-hf .sm\:text-left{text-align:left}}@media (min-width:768px){.sl-hf .md\:flex{display:flex}.sl-hf .md\:hidden{display:none}.sl-hf .md\:py-16{padding-top:4rem;padding-bottom:4rem}}@media (min-width:1024px){.sl-hf .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sl-hf .lg\:gap-12{gap:3rem}.sl-hf .lg\:px-8{padding-left:2rem;padding-right:2rem}}