:root {
  --page-width: 168rem;
  user-select: text;
}

::selection {
  color: white !important;
  background: black !important;
}

@font-face {
  font-family: "Aeroport light";
  src: url("../assets/AeroportLight.woff") format("woff");
}

@font-face {
  font-family: "Aeroport Mono";
  src: url("../assets/AeroportMono.woff") format("woff");
  font-weight: normal;
}

body {
  font-family: "Aeroport Light";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.local-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 1001;
  background-color: white;
}

.local-header {
  height: 60px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1552px;
  margin: 0 auto;
  padding: 0 64px;
}

#saveResult {
  display: none;
}

@media (max-width: 768px) {
  .local-header {
    padding: 0 20px;
  }
}

.local-header-logo {
  aspect-ratio: auto 80 / 42.4918;
  max-width: 100%;
  padding: 7.5px;
}

.lifeseeds-button {
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-width: fit-content;
  max-width: fit-content; */
  padding: 0 16px;
  height: 48px;
  min-height: 48px;
  background: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  font-family: "Aeroport Mono";
  font-weight: normal;
  color: #000;
  margin: 0 auto !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  z-index: 1000;
}

.lifeseeds-button:hover {
  cursor: pointer;
}

.lifeseeds-button-primary {
  background-color: #000;
  color: #fff;
}

.header__inline-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
}

.list-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Aeroport Mono";
  font-weight: normal;
  text-transform: uppercase;
}

.list-menu-li {
  padding: 0px 20px 0 !important;
}

/* .list-menu-li {
  margin: 0 16px;
}

.list-menu-li a {
  color: #000;
  text-decoration: none;
} */

.loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  aspect-ratio: 1 / 1;
  margin-bottom: 20px; /* Add space between loader and text */
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

header.page-width.page-width--narrow.scroll-trigger.animate--fade-in {
  margin-top: 32px;
}

.smalltext {
  margin-top: 40px;
}

.smalltext i {
  font-size: 16px !important;
}

#shopify-section-sections--21301830025548__footer {
  /* padding-top: 100px; */
  margin-top: 128px;
}
