.bo-navigation {
  min-width: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-align: left;
}
.bo-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bo-navigation li {
  min-width: 0;
}
.bo-navigation a,
.bo-nav-link,
.bo-nav-group-label {
  color: inherit;
  text-decoration: none;
}
.bo-nav-link,
.bo-nav-group-label,
.bo-nav-branch > summary > a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.bo-nav-link {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  font: inherit;
  padding: 11px 12px;
  min-height: 44px;
}
.bo-menu-copy {
  min-width: 0;
  overflow-wrap: anywhere;
}
.bo-menu-copy > span {
  display: block;
}
.bo-menu-copy small {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 4px;
  opacity: 0.8;
}
.bo-menu-icon {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
}
.bo-menu-badge {
  display: inline-block;
  font:
    10px/1.4 Arial,
    sans-serif;
  margin-left: 8px;
  padding: 3px 6px;
  background: #a68a5526;
  border: 1px solid #a68a5570;
  border-radius: 3px;
  vertical-align: middle;
}
.bo-nav-branch {
  border: 0;
  margin: 0;
  padding: 0;
}
.bo-nav-branch > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
  padding: 11px 12px;
  min-height: 44px;
  font: inherit;
}
.bo-nav-branch > summary::-webkit-details-marker {
  display: none;
}
.bo-nav-branch > summary::after {
  content: none;
}
.bo-nav-branch > summary:focus-visible,
.bo-navigation a:focus-visible,
.bo-nav-link:focus-visible {
  outline: 2px solid var(--gold, #a68a55);
  outline-offset: 2px;
  border-radius: 3px;
}
.bo-nav-branch > summary > a {
  flex: 1;
}
.bo-nav-chevron {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: transform 0.16s;
}
.bo-nav-branch[open] > summary > .bo-nav-chevron {
  transform: rotate(180deg);
}
.bo-nav-link:hover,
.bo-nav-branch > summary:hover {
  background: #a68a5516;
  text-decoration: none;
}
.bo-navigation .is-active > .bo-nav-link,
.bo-navigation .is-active > details > summary {
  box-shadow: inset 0 -2px 0 var(--gold, #a68a55);
}
.bo-nav-panel {
  padding: 6px 0 6px 16px;
}
.bo-navigation[data-nav-layout="desktop"] .bo-nav-root {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 14px;
}
.bo-navigation[data-nav-layout="desktop"] .bo-nav-root > li > details {
  position: relative;
}
.bo-navigation[data-nav-layout="desktop"]
  .bo-nav-root
  > li
  > details
  > .bo-nav-panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 55;
  width: min(320px, 85vw);
  max-height: 65vh;
  overflow: auto;
  padding: 12px;
  background: var(--paper, #f7f4ed);
  color: var(--ink, #172335);
  border: 1px solid #d8d0c1;
  box-shadow: 0 18px 38px #0b18301c;
}
.bo-navigation[data-nav-layout="desktop"]
  .bo-nav-root
  > li
  > details.bo-nav-mega {
  position: static;
}
.bo-navigation[data-nav-layout="desktop"]
  .bo-nav-root
  > li
  > details
  > .bo-mega-panel {
  left: 4.5%;
  right: 4.5%;
  width: auto;
  padding: 28px;
  max-height: min(70vh, 680px);
}
.bo-mega-content {
  display: flex;
  align-items: stretch;
  gap: 28px;
}
.bo-navigation .bo-mega-grid {
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 22px;
}
.bo-mega-columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bo-mega-columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.bo-mega-columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.bo-mega-heading {
  border-bottom: 1px solid #d8d0c1;
  margin-bottom: 10px;
  font-weight: 600;
}
.bo-mega-heading > .bo-nav-group-label {
  padding: 11px 12px;
  min-height: 44px;
}
.bo-menu-feature {
  width: 240px;
  max-width: 30%;
  flex-shrink: 0;
  padding: 15px;
  background: #a68a5514;
  display: block;
  overflow-wrap: anywhere;
}
.bo-menu-feature img {
  width: 100%;
  height: 145px;
  object-fit: cover;
  margin-bottom: 16px;
}
.bo-menu-feature strong {
  display: block;
  font: 24px/1.2 var(--serif, Georgia);
  margin-bottom: 10px;
}
.bo-menu-feature p {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.bo-menu-feature > span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.bo-menu-view-all {
  display: inline-block;
  margin: 22px 12px 0;
  padding-top: 12px;
  border-top: 1px solid #d8d0c1;
}
.mobile-menu .bo-navigation a {
  border: 0;
  padding: 11px 12px;
}
.mobile-menu .bo-nav-root > li {
  border-bottom: 1px solid #d8d0c1;
}
.mobile-menu .bo-nav-branch > summary {
  padding: 0 12px 0 0;
}
.mobile-menu .bo-nav-branch > summary > .bo-nav-group-label {
  padding: 11px 12px;
}
.mobile-menu .bo-navigation .bo-nav-panel {
  margin: 0 0 10px 10px;
  border-left: 1px solid #d8d0c1;
}
.bo-navigation[data-nav-layout="footer"] .bo-nav-link {
  padding: 6px 0;
  font-size: 13px;
  min-height: 36px;
}
.bo-navigation[data-nav-layout="footer"] .bo-nav-branch > summary {
  padding: 6px 0;
}
.bo-navigation[data-nav-layout="footer"] .bo-nav-root {
  display: block;
}
.footer .bo-navigation a {
  margin: 0;
}
.footer .bo-navigation .bo-nav-link {
  display: flex;
  padding: 6px 0;
  font-size: 13px;
  min-height: 36px;
}
.app-tabbar.bo-managed-bottom {
  grid-template-columns: repeat(var(--menu-tab-count, 5), minmax(0, 1fr));
}
.app-tabbar.bo-managed-bottom[hidden] {
  display: none;
}
.bo-footer-mobile {
  display: none;
}
body:has(.bo-managed-bottom[hidden]) {
  --app-tabs-height: 0px;
}
.bo-mobile-fallback {
  padding: 20px;
  background: var(--paper, #f7f4ed);
}
@media (min-width: 1101px) {
  .storefront .header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    height: auto;
    min-height: 125px;
    padding-top: 6px;
    padding-bottom: 0;
  }
  .storefront .header .brand {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }
  .storefront .header .right-nav {
    grid-column: 3;
    grid-row: 1;
    gap: 20px;
  }
  .storefront .header .left-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: block;
    border-top: 1px solid #1723351a;
    width: 100%;
    margin-top: 4px;
  }
  .bo-mobile-fallback {
    display: none;
  }
}
@media (max-width: 1100px) {
  .bo-footer-desktop {
    display: none;
  }
  .bo-footer-mobile {
    display: block;
  }
  .storefront .header .left-nav {
    display: none;
  }
  .storefront .header .mobile-toggle {
    display: grid;
    place-items: center;
  }
  .storefront .header {
    min-height: 72px;
  }
  .mobile-menu {
    max-height: calc(100dvh - 24px);
    overflow: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bo-nav-chevron {
    transition: none;
  }
}
@media print {
  .bo-mobile-fallback {
    display: none;
  }
}
