/* Generated by vite-plugin-svg-spritemap */
.page--home {
  padding-top: 0;
}

.heroslider {
  position: relative;
  min-height: 31.25rem;
  height: clamp(31.25rem, 100svh - 8.125rem, 43.125rem);
  padding: 0;
  overflow: hidden;
  background-color: #2a401e;
  isolation: isolate;
}
.heroslider.heroslider {
  padding-top: 0;
  padding-bottom: 0;
}
.heroslider__slides, .heroslider__slide, .heroslider__slide img, .heroslider__shade, .heroslider__content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.heroslider__slides {
  z-index: -3;
}
.heroslider__slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s ease, visibility 1.2s ease;
}
.heroslider__slide img {
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  will-change: transform;
}
.heroslider__slide--top img {
  object-position: 50% 15%;
}
.heroslider__slide.is-active {
  opacity: 1;
  visibility: visible;
}
.heroslider__slide.is-active img {
  animation: heroslider-zoom 7s linear forwards;
}
.heroslider__shade {
  z-index: -2;
  background: rgba(20, 27, 18, 0.13);
  pointer-events: none;
}
.heroslider__content {
  z-index: 1;
  display: flex;
  pointer-events: none;
}
.heroslider__container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 10.125rem;
}
.heroslider__title {
  max-width: 53.125rem;
  margin: auto 0;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: clamp(2.75rem, 5.2vw, 5.75rem);
  font-weight: 500;
  line-height: 1.02;
  text-align: center;
  text-shadow: 0 0.125rem 1.125rem rgba(0, 0, 0, 0.2);
}
.heroslider__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 75rem);
  margin-top: auto;
  pointer-events: auto;
}
.heroslider__link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Glory";
  font-weight: 500;
  line-height: 1.05;
  text-align: center;
  transition: filter 0.25s ease, background-color 0.25s ease;
}
.heroslider__link--about {
  background-color: rgba(42, 64, 30, 0.92);
}
.heroslider__link--tures {
  background-color: rgba(131, 150, 58, 0.92);
}
.heroslider__link--shop {
  background-color: rgba(172, 180, 44, 0.92);
}
.heroslider__link--blog {
  background-color: rgba(209, 208, 41, 0.92);
}
.heroslider__link:hover {
  filter: brightness(0.86);
}

@keyframes heroslider-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

@media (max-width: 61.99875em) {
  .heroslider {
    height: clamp(25rem, 100svh - 6.875rem, 42.5rem);
  }
  .heroslider__title {
    font-size: clamp(2.625rem, 8vw, 4.25rem);
  }
}

@media (max-width: 47.99875em) {
  .heroslider {
    height: calc(100svh - 19.0625rem);
  }
  .heroslider__container {
    padding-right: 0;
    padding-left: 0;
  }
  .heroslider__title {
    padding: 0 1.25rem;
    font-size: clamp(2.375rem, 12vw, 3.5rem);
  }
  .heroslider__nav {
    padding: 0 0.9375rem;
  }
}

@media (max-width: 20em) {
  .heroslider__link {
    min-height: 2.75rem;
  }
  .heroslider__link {
    font-size: 0.875rem;
  }
  .heroslider__link {
    padding: 0.4375rem;
  }
}

@media (min-width: 20em) and (max-width: 76.25em) {
  .heroslider__link {
    min-height: clamp( 2.75rem , 1.50555555555625rem  +  6.2222222222vw , 6.25rem );
  }
  .heroslider__link {
    font-size: clamp( 0.875rem , 0.51944444444375rem  +  1.7777777778vw , 1.875rem );
  }
  .heroslider__link {
    padding: clamp( 0.4375rem , 0.1486111111125rem  +  1.4444444444vw , 1.25rem );
  }
}

@media (min-width: 76.25em) {
  .heroslider__link {
    min-height: 6.25rem;
  }
  .heroslider__link {
    font-size: 1.875rem;
  }
  .heroslider__link {
    padding: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .heroslider__slide {
    transition-duration: 0.01ms;
  }
  .heroslider__slide.is-active img {
    animation: none;
  }
}