:root {
  --odea-v13-ink: #17211d;
  --odea-v13-green: #173f35;
  --odea-v13-green-deep: #0f3028;
  --odea-v13-sage: #e8eee9;
  --odea-v13-paper: #fbfaf7;
  --odea-v13-white: #ffffff;
  --odea-v13-line: rgba(23, 33, 29, 0.13);
  --odea-v13-shadow: 0 20px 54px rgba(15, 48, 40, 0.13);
  --odea-v13-font: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --odea-v13-shell-width: 1240px;
  --odea-v13-side-padding: clamp(18px, 3vw, 32px);
  --odea-v13-header-offset: 108px;
}

html {
  scroll-padding-top: 116px;
}

body,
body button,
body input,
body select,
body textarea {
  font-family: var(--odea-v13-font) !important;
}

body.odea-global-shell-v13 #masthead,
body.odea-global-shell-v13 .site-header:not(.odea-global-header),
body.odea-global-shell-v13 > .odea-header:not(.odea-global-header) {
  display: none !important;
}

body.odea-product-focus-home .site-content > .ast-container,
body.odea-product-focus-product .site-content > .ast-container,
body.odea-product-focus-configurator .site-content > .ast-container,
body.odea-product-focus-page .site-content > .ast-container,
body.odea-product-focus-catalog .site-content > .ast-container,
body.odea-product-focus-404 .site-content > .ast-container {
  display: block;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

body.odea-product-focus-home #primary,
body.odea-product-focus-product #primary,
body.odea-product-focus-configurator #primary,
body.odea-product-focus-page #primary,
body.odea-product-focus-catalog #primary,
body.odea-product-focus-404 #primary,
body.odea-product-focus-home .site-main,
body.odea-product-focus-product .site-main,
body.odea-product-focus-configurator .site-main,
body.odea-product-focus-page .site-main,
body.odea-product-focus-catalog .site-main,
body.odea-product-focus-404 .site-main {
  float: none;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

body.odea-product-focus-home #secondary,
body.odea-product-focus-product #secondary,
body.odea-product-focus-configurator #secondary,
body.odea-product-focus-page #secondary,
body.odea-product-focus-catalog #secondary,
body.odea-product-focus-404 #secondary {
  display: none !important;
}

.odea-shell-v13,
.odea-shell-v13 *,
.odea-shell-v13 *::before,
.odea-shell-v13 *::after {
  box-sizing: border-box;
}

.odea-shell-v13__skip-link {
  background: var(--odea-v13-green-deep);
  border-radius: 0 0 10px 10px;
  color: #fff !important;
  font-family: var(--odea-v13-font);
  font-size: 14px;
  font-weight: 700;
  left: 20px;
  padding: 12px 17px;
  position: fixed;
  top: -80px;
  transition: top 160ms ease;
  z-index: 10010;
}

.odea-shell-v13__skip-link:focus {
  outline: 3px solid #d9b674;
  outline-offset: 2px;
  top: 0;
}

.admin-bar .odea-shell-v13__skip-link:focus {
  top: 32px;
}

.odea-shell-v13 {
  background: rgba(251, 250, 247, 0.96);
  border-bottom: 1px solid var(--odea-v13-line);
  color: var(--odea-v13-ink);
  font-family: var(--odea-v13-font);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  transition: box-shadow 180ms ease, background-color 180ms ease;
  width: 100%;
  z-index: 2000;
}

.admin-bar .odea-shell-v13 {
  top: 32px;
}

@supports (backdrop-filter: blur(14px)) {
  .odea-shell-v13 {
    backdrop-filter: blur(14px);
    background: rgba(251, 250, 247, 0.9);
  }
}

.odea-shell-v13.is-scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 11px 34px rgba(15, 48, 40, 0.09);
}

.odea-shell-v13__announcement {
  align-items: center;
  background: var(--odea-v13-green-deep);
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  justify-content: center;
  min-height: 32px;
  padding: 6px var(--odea-v13-side-padding);
  text-align: center;
}

.odea-shell-v13__announcement p {
  font-size: 11.5px;
  font-weight: 650;
  letter-spacing: 0.075em;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}

.odea-shell-v13__announcement b {
  color: #d9b674;
  font-weight: 800;
  margin: 0 9px;
}

.odea-shell-v13__announcement-mobile {
  display: none;
}

.odea-shell-v13__bar {
  align-items: center;
  display: grid;
  gap: clamp(20px, 3vw, 44px);
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: var(--odea-v13-shell-width);
  min-height: 76px;
  padding: 10px var(--odea-v13-side-padding);
  width: 100%;
}

.odea-shell-v13__brand {
  align-items: center;
  color: var(--odea-v13-green-deep) !important;
  display: inline-flex;
  justify-self: start;
  min-width: 132px;
  text-decoration: none !important;
}

.odea-shell-v13__logo-image {
  display: block;
  height: 45px;
  max-width: 174px;
  object-fit: contain;
  object-position: left center;
  width: auto;
}

.odea-shell-v13__fallback-logo {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.odea-shell-v13__logo-mark {
  color: var(--odea-v13-green);
  display: block;
  flex: 0 0 auto;
}

.odea-shell-v13__wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
}

.odea-shell-v13__desktop-nav {
  justify-self: center;
  min-width: 0;
}

.odea-shell-v13__desktop-nav ul {
  align-items: center;
  display: flex;
  gap: 3px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.odea-shell-v13__desktop-nav a {
  border-radius: 999px;
  color: #314039 !important;
  display: inline-flex;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.2;
  padding: 11px 13px;
  text-decoration: none !important;
  transition: background-color 160ms ease, color 160ms ease;
  white-space: nowrap;
}

.odea-shell-v13__desktop-nav a:hover,
.odea-shell-v13__desktop-nav a:focus-visible,
.odea-shell-v13__desktop-nav a[aria-current="page"] {
  background: var(--odea-v13-sage);
  color: var(--odea-v13-green-deep) !important;
}

.odea-shell-v13__desktop-nav a:focus-visible,
.odea-shell-v13__brand:focus-visible,
.odea-shell-v13__primary-action:focus-visible,
.odea-shell-v13__mobile-menu summary:focus-visible,
.odea-shell-v13__mobile-panel a:focus-visible {
	box-shadow: 0 0 0 6px #173f35;
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.odea-shell-v13__primary-action,
.odea-shell-v13__mobile-action {
  align-items: center;
  background: var(--odea-v13-green-deep);
  border: 1px solid var(--odea-v13-green-deep);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: 13.5px;
  font-weight: 700;
  gap: 9px;
  justify-content: center;
  letter-spacing: 0.005em;
  line-height: 1.2;
  min-height: 46px;
  padding: 12px 19px;
  text-decoration: none !important;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.odea-shell-v13__primary-action:hover,
.odea-shell-v13__mobile-action:hover {
  background: var(--odea-v13-green);
  border-color: var(--odea-v13-green);
  box-shadow: 0 11px 28px rgba(15, 48, 40, 0.18);
  color: #fff !important;
  transform: translateY(-1px);
}

.odea-shell-v13__primary-action span,
.odea-shell-v13__mobile-action span {
  transition: transform 160ms ease;
}

.odea-shell-v13__primary-action:hover span,
.odea-shell-v13__mobile-action:hover span {
  transform: translateX(3px);
}

.odea-shell-v13__mobile-menu {
  display: none;
  justify-self: end;
  margin: 0;
  position: relative;
}

.odea-shell-v13__mobile-menu summary {
  align-items: center;
  background: #fff;
  border: 1px solid var(--odea-v13-line);
  border-radius: 999px;
  color: var(--odea-v13-ink);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--odea-v13-font);
  font-size: 13px;
  font-weight: 700;
  gap: 9px;
  justify-content: center;
  list-style: none;
  min-height: 44px;
  padding: 10px 14px;
  user-select: none;
}

.odea-shell-v13__mobile-menu summary::-webkit-details-marker {
  display: none;
}

.odea-shell-v13__menu-icon {
  display: grid;
  gap: 5px;
  width: 18px;
}

.odea-shell-v13__menu-icon i {
  background: currentColor;
  display: block;
  height: 1.5px;
  transform-origin: center;
  transition: transform 160ms ease;
  width: 100%;
}

.odea-shell-v13__mobile-menu[open] .odea-shell-v13__menu-icon i:first-child {
  transform: translateY(3.25px) rotate(45deg);
}

.odea-shell-v13__mobile-menu[open] .odea-shell-v13__menu-icon i:last-child {
  transform: translateY(-3.25px) rotate(-45deg);
}

.odea-shell-v13__mobile-panel {
  background: #fff;
  border: 1px solid var(--odea-v13-line);
  border-radius: 20px;
  box-shadow: var(--odea-v13-shadow);
  max-height: calc(100dvh - 132px);
  min-width: min(410px, calc(100vw - 36px));
  overflow: auto;
  padding: 12px;
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
}

.odea-shell-v13__mobile-panel nav {
  display: grid;
  gap: 3px;
}

.odea-shell-v13__mobile-panel nav a {
  align-items: center;
  border-radius: 12px;
  color: var(--odea-v13-ink) !important;
  display: flex;
  font-size: 16px;
  font-weight: 650;
  justify-content: space-between;
  line-height: 1.3;
  min-height: 50px;
  padding: 12px 13px;
  text-decoration: none !important;
}

.odea-shell-v13__mobile-panel nav a:hover,
.odea-shell-v13__mobile-panel nav a:focus-visible,
.odea-shell-v13__mobile-panel nav a[aria-current="page"] {
  background: var(--odea-v13-sage);
  color: var(--odea-v13-green-deep) !important;
}

.odea-shell-v13__mobile-action {
  margin-top: 10px;
  min-height: 52px;
  width: 100%;
}

.odea-shell-v13__mobile-panel > p {
  border-top: 1px solid var(--odea-v13-line);
  color: #68736d;
  font-size: 12px;
  line-height: 1.55;
  margin: 12px 2px 0;
  padding: 12px 10px 3px;
}

@media (max-width: 1110px) {
  .odea-shell-v13__bar {
    gap: 18px;
  }

  .odea-shell-v13__desktop-nav a {
    font-size: 13px;
    padding-inline: 10px;
  }
}

@media (max-width: 980px) {
  :root {
    --odea-v13-header-offset: 100px;
  }

  html {
    scroll-padding-top: 104px;
  }

  .odea-shell-v13__bar {
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 68px;
    padding-block: 9px;
  }

  .odea-shell-v13__desktop-nav {
    display: none;
  }

  .odea-shell-v13__primary-action {
    font-size: 12.5px;
    min-height: 42px;
    padding: 10px 15px;
  }

  .odea-shell-v13__mobile-menu {
    display: block;
  }

  .odea-shell-v13__logo-image {
    height: 40px;
    max-width: 148px;
  }

  .odea-shell-v13__logo-mark {
    height: 38px;
    width: 38px;
  }

  .odea-shell-v13__wordmark {
    font-size: 30px;
  }
}

@media (max-width: 782px) {
  .admin-bar .odea-shell-v13 {
    top: 46px;
  }

  .admin-bar .odea-shell-v13__skip-link:focus {
    top: 46px;
  }
}

@media (max-width: 520px) {
  :root {
    --odea-v13-header-offset: 92px;
  }

  .odea-shell-v13__announcement {
    min-height: 30px;
    padding-block: 5px;
  }

  .odea-shell-v13__announcement p {
    font-size: 10.5px;
    letter-spacing: 0.045em;
  }

  .odea-shell-v13__announcement-desktop {
    display: none;
  }

  .odea-shell-v13__announcement-mobile {
    display: inline;
  }

  .odea-shell-v13__bar {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 62px;
  }

  .odea-shell-v13__primary-action {
    display: none;
  }

  .odea-shell-v13__brand {
    min-width: 0;
  }

  .odea-shell-v13__logo-image {
    height: 36px;
    max-width: 126px;
  }

  .odea-shell-v13__logo-mark {
    height: 34px;
    width: 34px;
  }

  .odea-shell-v13__wordmark {
    font-size: 28px;
  }

  .odea-shell-v13__menu-label {
    display: none;
  }

  .odea-shell-v13__mobile-menu summary {
    min-height: 42px;
    padding-inline: 13px;
  }

  .odea-shell-v13__mobile-panel {
    border-radius: 18px;
    min-width: calc(100vw - 36px);
    right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .odea-shell-v13,
  .odea-shell-v13 *,
  .odea-shell-v13__skip-link {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
