.wsp-modern-menu {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 1px 10px rgba(15, 23, 42, .08);
  font-family: inherit;
}

.wsp-modern-menu * {
  box-sizing: border-box;
}

.wsp-menu-inner {
  max-width: 1280px;
  min-height: 64px;
  margin: 0 auto;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wsp-menu-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.wsp-menu-logo img {
  display: block;
  width: 118px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

.wsp-menu-toggle {
  display: none;
  margin-left: auto;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #374151;
  cursor: pointer;
}

.wsp-menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.wsp-menu-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 2px;
}

.wsp-nav-link,
.wsp-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 8px;
  border-radius: 6px;
  color: #374151;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
  transition: color .15s ease, background-color .15s ease;
}

.wsp-nav-link:hover,
.wsp-nav-item.is-open > .wsp-nav-link {
  color: #111827;
  background: #f9fafb;
  text-decoration: none;
}

.wsp-find-link {
  color: #f97316;
}

.wsp-caret {
  margin-left: 4px;
  color: currentColor;
  font-size: 9px;
  line-height: 1;
  opacity: .78;
}

.wsp-nav-item {
  position: static;
}

.wsp-mega-panel {
  display: none !important;
  position: absolute;
  left: 50%;
  top: 64px;
  transform: translateX(-50%);
  width: min(920px, calc(100vw - 32px));
  padding: 20px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 22px 45px rgba(15, 23, 42, .16);
  text-align: left;
}

.wsp-mega-panel.wsp-small-panel {
  width: min(640px, calc(100vw - 32px));
}

.wsp-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wsp-menu-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wsp-menu-heading {
  margin: 0 0 8px;
  color: #111827;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.2;
  text-transform: uppercase;
}

.wsp-menu-heading-spaced {
  margin-top: 16px;
}

.wsp-menu-column a {
  display: block;
  padding: 7px 8px;
  margin-bottom: 1px;
  border-radius: 6px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
}

.wsp-menu-column a:hover {
  color: #f97316;
  background: #fff7ed;
  text-decoration: none;
}

section[id^="footer5"],
section.display-7[style*="height: 4rem"] {
  display: none !important;
}

.wsp-site-footer {
  padding: 46px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: #000;
  color: #fff;
  font-family: inherit;
}

.wsp-site-footer * {
  box-sizing: border-box;
}

.wsp-site-footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.wsp-site-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 30px;
}

.wsp-site-footer img {
  width: 170px;
  height: auto;
  margin-bottom: 14px;
}

.wsp-site-footer p,
.wsp-site-footer a {
  color: rgba(255, 255, 255, .58);
  font-size: 14px;
  line-height: 1.55;
}

.wsp-site-footer p {
  margin: 0;
}

.wsp-site-footer a {
  display: block;
  margin-bottom: 8px;
  text-decoration: none;
}

.wsp-site-footer a:hover {
  color: #f97316;
  text-decoration: none;
}

.wsp-site-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.wsp-site-footer-social {
  display: flex;
  gap: 16px;
  margin-top: 22px;
}

.wsp-site-footer .wsp-site-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin: 0;
}

.wsp-site-footer-social svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.wsp-site-footer-bottom {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .4);
  text-align: center;
  font-size: 13px;
}

.wsp-menu-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 6px;
}

.wsp-menu-button {
  padding-left: 12px;
  padding-right: 12px;
  color: #fff;
}

.wsp-support-button {
  background: #16a34a;
}

.wsp-shop-button {
  background: #f97316;
}

.wsp-menu-button:hover {
  color: #fff;
  filter: brightness(.95);
  text-decoration: none;
}

@media (max-width: 1199px) {
  .wsp-menu-inner {
    padding: 0 10px;
    gap: 8px;
  }

  .wsp-menu-logo img {
    width: 104px;
  }

  .wsp-nav-link,
  .wsp-menu-button {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .wsp-menu-actions {
    gap: 5px;
    margin-left: 4px;
  }
}

@media (max-width: 991px) {
  .wsp-menu-inner {
    flex-wrap: wrap;
    min-height: 64px;
  }

  .wsp-menu-logo img {
    width: 126px;
    max-height: 48px;
  }

  .wsp-menu-toggle {
    display: block;
  }

  .wsp-menu-nav {
    display: none;
    flex-basis: 100%;
    width: 100%;
    margin-left: 0;
    padding: 8px 0 16px;
  }

  .wsp-modern-menu.is-menu-open .wsp-menu-nav {
    display: block;
  }

  .wsp-nav-item {
    width: 100%;
    border-top: 1px solid #e5e7eb;
  }

  .wsp-find-link {
    border-top: 1px solid #e5e7eb;
  }

  .wsp-nav-link {
    width: 100%;
    justify-content: flex-start;
    gap: 5px;
    padding: 14px 8px;
    font-size: 16px;
  }

  .wsp-mega-panel,
  .wsp-mega-panel.wsp-small-panel {
    display: none;
  }

  .wsp-menu-grid,
  .wsp-menu-grid-two {
    display: block;
  }

  .wsp-menu-column {
    padding: 8px 0;
  }

  .wsp-menu-heading {
    margin: 8px 8px 4px;
  }

  .wsp-menu-column a {
    padding: 9px 12px;
  }

  .wsp-menu-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 12px 0 0;
  }

  .wsp-site-footer-grid {
    grid-template-columns: 1fr;
  }
}
