.elementor-3047 .elementor-element.elementor-element-a60b40f{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-3047 .elementor-element.elementor-element-a60b40f{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-7d853a4 */.elementor-location-header,
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-container,
.elementor-location-header .elementor-column,
.elementor-location-header .elementor-widget-wrap,
.elementor-location-header .elementor-widget-html,
.elementor-location-header .elementor-widget-container,
.elementor-location-header .e-con,
.elementor-location-header .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.groui-site-header,
.groui-site-header * {
  box-sizing: border-box;
}

.groui-site-header {
  --groui-green-dark: #071b12;
  --groui-green-deep: #0b2419;
  --groui-green: #1f6b43;
  --groui-green-bright: #a6d817;
  --groui-white: #fbfaf4;
  --groui-ink: #121713;
  --groui-muted: #607066;
  --groui-line: rgba(11, 36, 25, .1);
  --groui-shadow: 0 18px 60px rgba(7, 27, 18, .16);
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--groui-ink);
}

body.admin-bar .groui-site-header {
  top: 32px;
}

.groui-topbar {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #06170f, #0b2419, #123625, #0b2419);
  color: var(--groui-white);
}

.groui-topbar-track {
  display: flex;
  width: max-content;
  animation: groui-topbar-marquee 32s linear infinite;
}

.groui-topbar:hover .groui-topbar-track {
  animation-play-state: paused;
}

.groui-topbar-set {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .55rem 1.3rem;
  white-space: nowrap;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.groui-topbar-link,
.groui-topbar-text {
  color: inherit;
  text-decoration: none;
  opacity: .94;
}

.groui-topbar-link:hover {
  opacity: 1;
}

.groui-topbar-dot {
  width: .32rem;
  height: .32rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--groui-green-bright);
}

.groui-header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.8rem;
  padding: .8rem 1rem;
  background: rgba(251, 250, 244, .96);
  border-bottom: 1px solid var(--groui-line);
  backdrop-filter: blur(18px);
}

.groui-brand {
  display: inline-flex;
  align-items: center;
  min-width: 7.8rem;
  text-decoration: none;
}

.groui-brand-logo {
  display: block;
  width: auto;
  max-width: 9.8rem;
  max-height: 3.05rem;
  object-fit: contain;
}

.groui-menu-toggle {
  display: inline-grid;
  place-items: center;
  gap: .28rem;
  width: 2.85rem;
  height: 2.85rem;
  border: 1px solid rgba(11, 36, 25, .12);
  border-radius: 999px;
  background: #fff;
  color: var(--groui-green-deep);
  cursor: pointer;
}

.groui-menu-line {
  width: 1.08rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .25s ease;
}

.groui-site-header[data-groui-menu-open="true"] .groui-menu-line:first-child {
  transform: translateY(3px) rotate(45deg);
}

.groui-site-header[data-groui-menu-open="true"] .groui-menu-line:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.groui-nav-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: grid;
  gap: 1rem;
  max-height: calc(100svh - 7rem);
  overflow: auto;
  padding: 1rem;
  background: var(--groui-white);
  border-bottom: 1px solid var(--groui-line);
  box-shadow: var(--groui-shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-.65rem);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.groui-site-header[data-groui-menu-open="true"] .groui-nav-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.groui-nav-list,
.groui-actions {
  display: grid;
  gap: .3rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.groui-nav-link,
.groui-nav-summary,
.groui-dropdown-link,
.groui-account-link {
  color: var(--groui-ink);
  text-decoration: none;
  font-size: .94rem;
  font-weight: 900;
}

.groui-nav-link,
.groui-nav-summary {
  display: flex;
  align-items: center;
  min-height: 2.8rem;
}

.groui-nav-summary {
  cursor: pointer;
  list-style: none;
}

.groui-nav-summary::-webkit-details-marker {
  display: none;
}

.groui-nav-summary::after {
  content: "";
  width: .42rem;
  height: .42rem;
  margin-left: .55rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}

.groui-nav-group[open] .groui-nav-summary::after {
  transform: rotate(225deg);
}

.groui-dropdown {
  display: grid;
  gap: .12rem;
  padding: .45rem 0 .75rem .85rem;
  border-left: 2px solid rgba(31, 107, 67, .18);
}

.groui-dropdown-link {
  display: block;
  padding: .55rem 0;
  color: var(--groui-muted);
  font-size: .88rem;
  font-weight: 800;
}

.groui-search {
  position: relative;
  display: flex;
  align-items: center;
}

.groui-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.groui-search-input {
  width: 100%;
  min-height: 2.95rem;
  padding: 0 3rem 0 1rem;
  border: 1px solid rgba(11, 36, 25, .14);
  border-radius: 999px;
  background: #fff;
  color: var(--groui-ink);
  font: 800 .88rem "Manrope", sans-serif;
  outline: none;
}

.groui-search-input:focus {
  border-color: rgba(31, 107, 67, .55);
  box-shadow: 0 0 0 4px rgba(31, 107, 67, .1);
}

.groui-search-button,
.groui-cart-link {
  display: inline-grid;
  place-items: center;
  border: 0;
}

.groui-search-button {
  position: absolute;
  right: .35rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: var(--groui-green);
  color: #fff;
  cursor: pointer;
}

.groui-actions {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.groui-account-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.7rem;
}

.groui-cart-link {
  position: relative;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 999px;
  background: rgba(31, 107, 67, .1);
  color: var(--groui-green-deep);
  text-decoration: none;
}

.groui-cart-count {
  position: absolute;
  top: -.2rem;
  right: -.2rem;
  display: grid;
  place-items: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 .28rem;
  border-radius: 999px;
  background: var(--groui-green-deep);
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
  line-height: 1;
}

.groui-shop-cta {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.15rem;
  border-radius: 999px;
  background: var(--groui-green);
  color: #fff;
  text-decoration: none;
  font-size: .86rem;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease;
}

.groui-shop-cta:hover {
  background: var(--groui-green-deep);
  transform: translateY(-1px);
}

.groui-icon {
  width: 1.12rem;
  height: 1.12rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html.groui-menu-lock,
html.groui-menu-lock body {
  overflow: hidden;
}

@keyframes groui-topbar-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 782px) {
  body.admin-bar .groui-site-header {
    top: 46px;
  }
}

@media (min-width: 1120px) {
  .groui-topbar-set {
    padding: .5rem 2rem;
    font-size: .76rem;
  }

  .groui-header-shell {
    gap: 1.35rem;
    min-height: 5rem;
    padding: .85rem clamp(1.5rem, 4vw, 5rem);
  }

  .groui-menu-toggle {
    display: none;
  }

  .groui-nav-panel {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    max-height: none;
    overflow: visible;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .groui-nav-list {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .groui-nav-link,
  .groui-nav-summary {
    min-height: 2.65rem;
    font-size: .8rem;
    letter-spacing: .03em;
    text-transform: uppercase;
  }

  .groui-nav-link:hover,
  .groui-nav-summary:hover,
  .groui-account-link:hover,
  .groui-dropdown-link:hover {
    color: var(--groui-green);
  }

  .groui-nav-group {
    position: relative;
  }

  .groui-dropdown {
    position: absolute;
    top: calc(100% + .7rem);
    left: 50%;
    min-width: 15.5rem;
    padding: .7rem;
    border: 1px solid var(--groui-line);
    border-radius: 1rem;
    background: #fff;
    box-shadow: var(--groui-shadow);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -.35rem);
    transition: opacity .18s ease, transform .18s ease;
  }

  .groui-nav-group[open] .groui-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .groui-dropdown-link {
    padding: .72rem .85rem;
    border-radius: .7rem;
  }

  .groui-dropdown-link:hover {
    background: rgba(31, 107, 67, .08);
  }

  .groui-search {
    width: clamp(12rem, 20vw, 18rem);
  }

  .groui-actions {
    display: flex;
    gap: .62rem;
  }

  .groui-account-link {
    font-size: .78rem;
    letter-spacing: .03em;
    text-transform: uppercase;
  }

  .groui-shop-cta {
    grid-column: auto;
    min-height: 2.85rem;
    font-size: .78rem;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
}

@media (prefers-reduced-motion: reduce) {
  .groui-topbar-track,
  .groui-shop-cta {
    animation: none;
    transition: none;
  }
}/* End custom CSS */