/* Generated by astro-public/scripts/export-native-header.mjs */
.wp-shell-header { font-family: Inter, Arial, sans-serif; font-size: 17px; line-height: 1.68; text-align: left; }
.wp-shell-header *, .wp-shell-header *::before, .wp-shell-header *::after { box-sizing: border-box; }
.wp-shell-header :where(h3,p,ul) { margin: 0; }
.wp-shell-header a { color: inherit; }
.wp-shell-header img, .wp-shell-header svg { display: block; }
.wp-shell-header button, .wp-shell-header input, .wp-shell-header select { font: inherit; }
.wp-shell-header {
  --su-background: #f5f6f8;
  --su-surface: #ffffff;
  --su-surface-soft: #f3f4f6;
  --su-surface-rose: #fdf5f2;
  --su-ink: #111827;
  --su-plum: #2b1028;
  --su-muted: #4b5563;
  --su-border: #e5e7eb;
  --su-border-strong: #7c8694;
  --su-brand-pink: #af2952;
  --su-light-pink: #f35e84;
  --su-orange: #f88736;
  --su-orange-hover: #d67925;
  --su-trust: #0f766e;
  --su-trust-soft: #ecf8f6;
  --su-warning: #d97706;
  --su-teal-soft: var(--su-trust-soft);
  --su-amber: var(--su-warning);
  --su-heading-h1-max: 2.75rem;
  --su-heading-h2-max: 2rem;
  --wp-ink: var(--su-ink);
  --wp-muted: var(--su-muted);
  --wp-surface: var(--su-background);
  --wp-pink: var(--su-light-pink);
  --wp-pink-dark: var(--su-brand-pink);
  --wp-orange: var(--su-orange);
  --wp-orange-hover: var(--su-orange-hover);
  --wp-teal: var(--su-trust);
  --wp-footer: #101720;
}

.su-shell-icon {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
}

body.wp-mobile-menu-open {
  overflow: hidden;
}

html.wp-mobile-menu-root-open {
  overflow-y: scroll;
}

.wp-shell-header {
  position: relative;
  z-index: 100;
  background: #fff;
}

.wp-navrow {
  width: min(100%, 1200px);
  height: 114px;
  margin: 0;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 240px auto 1fr;
  align-items: center;
  gap: 25px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: inset 0 -1px #e7e9eb;
}

.wp-brand {
  width: 155px;
  line-height: 0;
}

.wp-brand img {
  width: 155px;
  height: auto;
}

.wp-desktop-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  min-width: 0;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.2;
}

.wp-mobile-menu small {
  padding: 3px 5px;
  border-radius: 2px;
  color: #fff;
  background: var(--wp-pink);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
}

.wp-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
}

.wp-action-chip {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid #edf0f1;
  border-radius: 999px;
  color: var(--wp-pink-dark);
  background: #fff;
  box-shadow: 0 6px 15px rgba(15, 23, 42, 0.08);
  text-decoration: none;
}

.wp-action-chip svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wp-action-chip span {
  min-width: 8px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.wp-menu-toggle {
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--wp-pink);
  box-shadow: 0 4px 14px rgba(236, 91, 19, 0.38);
  cursor: pointer;
}

.wp-menu-toggle span {
  width: 23px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.wp-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  color: var(--wp-ink);
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  transition: opacity 180ms ease, visibility 180ms ease;
  overscroll-behavior: contain;
}

.wp-mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wp-mobile-menu__layout {
  width: 100%;
  height: 100%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  background: #fff;
}

.wp-mobile-menu__header {
  position: sticky;
  top: 0;
  z-index: 20;
  flex: 0 0 auto;
  padding: 8px 12px 4px;
  background: #fff;
}

.wp-mobile-menu__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.wp-mobile-menu__profile {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  color: #64748b;
  background: #f1f5f9;
}

.wp-mobile-menu__profile svg {
  width: 20px;
  height: 20px;
}

.wp-mobile-menu__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #f34a76;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.wp-mobile-menu__brand img {
  width: 140px;
  height: auto;
}

.wp-mobile-menu__brand span {
  color: #a62c50;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.18em;
  padding-top: 2px;
  text-transform: uppercase;
}

.wp-mobile-menu__close {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  color: #111827;
  background: var(--wp-pink);
  box-shadow: 0 2px 10px rgba(236, 91, 19, 0.35);
  cursor: pointer;
}

.wp-mobile-menu__close svg {
  width: 22px;
  height: 22px;
}

.wp-mobile-menu__content {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0 12px 10px;
  -webkit-overflow-scrolling: touch;
}

.wp-mobile-menu__content-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wp-mobile-menu__pill,
.wp-mobile-section-title {
  margin: 0 0 4px;
  color: #94a3b8;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wp-mobile-tiles {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.wp-mobile-tile {
  min-height: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 11px 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.wp-mobile-tile__title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.wp-mobile-tile__sub {
  max-width: 11.5rem;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  opacity: 0.82;
}

.wp-mobile-tile--buy {
  color: #9a3412;
  border-color: rgba(236, 91, 19, 0.4);
  background: rgba(236, 91, 19, 0.14);
}

.wp-mobile-tile--sell {
  color: #9d174d;
  border-color: rgba(212, 20, 90, 0.38);
  background: rgba(212, 20, 90, 0.12);
}

.wp-mobile-tile--wish {
  grid-column: 1 / -1;
  min-height: 73px;
  color: #475569;
  border-color: rgba(100, 116, 139, 0.28);
  background: rgba(100, 116, 139, 0.1);
}

.wp-mobile-tile--wish .wp-mobile-tile__sub {
  color: #64748b;
  opacity: 1;
}

.wp-mobile-stack {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 2px;
  border-top: 1px solid #e2e8f0;
}

.wp-mobile-stack a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.wp-mobile-stack a:last-child {
  border-bottom: 0;
}

.wp-mobile-community {
  justify-content: space-between;
}

.wp-mobile-community small {
  min-height: 16px;
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 2px 5px;
  border: 1px solid rgba(166, 44, 80, 0.14);
  border-radius: 3px;
  color: #fff;
  background: var(--wp-pink);
  font-size: 8px;
  font-weight: 800;
  line-height: 12px;
}

.wp-mobile-section-title {
  margin: 6px 0 3px;
  letter-spacing: 0.12em;
}

.wp-mobile-row-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 14px;
  padding: 4px 0 2px;
}

.wp-mobile-row-links a {
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
  line-height: 26.88px;
  text-decoration: none;
  white-space: nowrap;
}

.wp-mobile-menu__footer {
  width: calc(100% - 28px);
  min-height: 155.75px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin: 0 14px 24px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  color: #5f5960;
  background: #fff;
}

.wp-mobile-menu__footer-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.wp-mobile-language {
  width: 64px;
  height: 46px;
  padding: 8px 30px 8px 11px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  color: #111827;
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  cursor: pointer;
}

.wp-mobile-login {
  width: 122.47px;
  height: 46.875px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #111827;
  background: #f5f6f8;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.wp-mobile-login svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.wp-mobile-menu__legal {
  display: flex;
  justify-content: center;
  gap: 12px;
  color: #94a3b8;
  font-size: 9px;
  font-weight: 600;
  line-height: 26.88px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.wp-mobile-menu__legal a {
  color: inherit;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.wp-footer-links .su-shell-icon {
  color: #bdc4cc;
}

@media (max-width: 1120px) {
  .wp-navrow {
    grid-template-columns: 175px 1fr auto;
    gap: 18px;
    padding-inline: 28px;
  }

  .wp-desktop-nav {
    gap: 14px;
    font-size: 14px;
  }

  .wp-action-chip {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

  .wp-navrow {
    width: 100%;
    height: 84px;
    padding: 0 16px;
    display: flex;
    gap: 7px;
  }

  .wp-brand {
    width: 137px;
    margin-right: auto;
  }

  .wp-brand img {
    width: 137px;
  }

  .wp-desktop-nav {
    display: none;
  }

  .wp-header-actions {
    gap: 7px;
  }

  .wp-action-chip {
    width: 48px;
    height: 48px;
  }

  .wp-menu-toggle {
    display: flex;
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 390px) {
  .wp-navrow {
    padding-inline: 16px;
  }

  .wp-brand,
  .wp-brand img {
    width: 137px;
  }

  .wp-action-chip {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 365px) {
  .wp-navrow {
    padding-inline: 12px;
  }

  .wp-brand,
  .wp-brand img {
    width: 118px;
  }

  .wp-action-chip,
  .wp-menu-toggle {
    width: 44px;
    height: 44px;
  }
}
.wp-navrow {
  margin-inline: auto;
}

.wp-desktop-nav.su-megamenu .su-megamenu-bar {
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 22px;
}

.wp-desktop-nav.su-megamenu .su-megamenu-trigger,
.wp-desktop-nav.su-megamenu .su-community-global-nav-link {
  font-weight: 500;
}

.wp-desktop-nav.su-megamenu .su-community-global-nav-link {
  color: #141b2b;
}

.wp-desktop-nav.su-megamenu .su-community-global-nav-link:hover,
.wp-desktop-nav.su-megamenu .su-community-global-nav-link:focus-visible {
  color: #af2952;
}

.wp-mobile-menu.su-mobile-nav-overlay {
  font-family: "Public Sans", "Inter", ui-sans-serif, system-ui, sans-serif;
}

.wp-mobile-menu.su-mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.su-mobile-nav-open .wp-menu-toggle.su-mobile-nav-toggle {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.wp-mobile-menu .su-stitch-layout {
  height: 100%;
  max-height: 100%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  background: #fff;
}

.wp-mobile-menu .su-stitch-content {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0 12px 10px;
}

.wp-mobile-menu .su-stitch-content-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wp-mobile-menu .su-stitch-header {
  flex-shrink: 0;
}

.wp-mobile-menu .su-mn-header.su-stitch-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 8px 12px 4px;
  background: #fff;
}

.wp-mobile-menu .su-stitch-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.wp-mobile-menu .su-stitch-btn-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9999px;
  color: #64748b;
  background: #f1f5f9;
  text-decoration: none;
}

.wp-mobile-menu .su-stitch-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  text-decoration: none;
}

.wp-mobile-menu .su-stitch-logo {
  display: block;
  width: 140px;
  max-width: 140px;
  height: auto;
  margin: 0;
}

.wp-mobile-menu .su-stitch-brand-subtitle {
  margin: 0;
  padding-top: 2px;
  color: #a62c50;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.wp-mobile-menu .su-mn-overlay-close {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  color: #111827;
  background: #f35e84;
  box-shadow: 0 2px 10px rgba(236, 91, 19, .35);
  cursor: pointer;
}

.wp-mobile-menu .su-stitch-search {
  position: relative;
  margin-bottom: 6px;
}

.wp-mobile-menu .su-search-input-mobile {
  width: 100%;
  height: 46px;
  padding: 10px 36px 10px 40px;
  border: 0;
  border-radius: 10px;
  color: #0f172a;
  background: #f1f5f9;
  font: inherit;
  font-size: 14px;
}

.wp-mobile-menu .su-mn-pill,
.wp-mobile-menu .su-mn-sec-head {
  margin: 0 0 4px;
  color: #94a3b8;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.wp-mobile-menu .su-mn-sec-head {
  margin: 6px 0 3px;
  letter-spacing: .12em;
}

.wp-mobile-menu .su-community-mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wp-mobile-menu .su-community-mobile-nav-link .su-community-nav-badge {
  margin-inline-start: auto;
}

.wp-mobile-menu .su-community-mobile-nav-link:hover,
.wp-mobile-menu .su-community-mobile-nav-link:focus-visible,
.wp-mobile-menu .su-community-mobile-nav-link[aria-current="page"] {
  color: #a62c50;
  background: #fff0f3;
}

.wp-mobile-menu__footer.su-stitch-footer {
  width: auto;
  min-height: 0;
  flex-shrink: 0;
  display: block;
  margin: auto 0 0;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
  border: 0;
  border-top: 1px solid #f1f5f0;
  border-radius: 0;
  color: #64748b;
  background: #fff;
}

.wp-mobile-menu__footer-row.su-stitch-footer-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.wp-mobile-language.su-lang-select {
  width: auto;
  height: auto;
  padding: 8px 28px 8px 11px;
  border: 1px solid #e2e8f0;
  border-radius: .5rem;
  color: #64748b;
  background-color: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.wp-mobile-login.su-stitch-btn-logout {
  width: auto;
  height: auto;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  border: 0;
  border-radius: .5rem;
  color: #fff;
  background: #0f172a;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.wp-mobile-menu__legal.su-stitch-footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: #94a3b8;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.wp-mobile-menu__legal.su-stitch-footer-links a {
  color: inherit;
  font-size: 9px;
  font-weight: 600;
  text-decoration: none;
}

.wp-mobile-menu__legal.su-stitch-footer-links a:hover {
  color: #f35e84;
}

@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body .wp-shell-header[data-wp-shell-header] {
    position: sticky;
    top: -45px;
    z-index: 1000;
  }
}

@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  body .wp-shell-header[data-wp-shell-header] {
    position: sticky;
    top: -20px;
    z-index: 1400;
  }
}
.wp-shell-header,
.wp-mobile-menu {
  font-family: "DM Sans", "Inter", Arial, sans-serif;
}

.wp-shell-header,
.wp-navrow {
  color: #74787c;
  background: rgb(245 245 245 / 0.98);
}

.wp-navrow {
  width: min(calc(100% - 32px), 1320px);
  height: 111px;
  padding: 0;
  grid-template-columns: 290px auto minmax(7rem, 1fr);
  gap: 25px;
  box-shadow: inset 0 -1px #e8e9eb;
}

.wp-desktop-nav.su-megamenu {
  justify-content: flex-start;
}

.su-megamenu,
.su-megamenu-trigger,
.su-megamenu-bar > .su-community-global-nav-link {
  font-family: "DM Sans", "Inter", Arial, sans-serif;
}

.su-megamenu-trigger,
.su-megamenu-bar > .su-community-global-nav-link {
  color: #4f4144;
  font-size: 14px;
  font-weight: 500;
}

.wp-header-actions {
  justify-self: end;
}

.wp-footer-links .su-shell-icon {
  color: #7b0038;
}

@media (min-width: 768px) and (max-width: 1120px) {
  .wp-navrow {
    width: calc(100% - 32px);
    height: 111px;
    grid-template-columns: 160px minmax(0, 1fr) auto;
    gap: 16px;
  }

  .wp-desktop-nav.su-megamenu {
    justify-content: center;
  }
}

@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .wp-navrow {
    width: 100%;
    height: 110px;
    padding: 0 16px;
    background: #f5f5f5;
  }

  .wp-mobile-menu,
  .wp-mobile-menu .su-stitch-layout,
  .wp-mobile-menu .su-mn-header.su-stitch-header {
    background: #f5f5f5;
  }
}

@media (max-width: 37.5rem) {
	.wp-navrow {
		height: 84px;
	}

	.wp-menu-toggle {
		border: 1px solid #edf0f1;
		color: #c93964;
		background: #fff;
		box-shadow: 0 0.375rem 0.9375rem rgb(15 23 42 / 0.08);
	}
}

  @media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .wp-shell-header {
      position: sticky;
      top: -45px;
      z-index: 1000;
    }

    .wp-navrow {
      margin-inline: auto;
    }
  }

  @media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .wp-shell-header {
      position: sticky;
      top: -20px;
      z-index: 1400;
      box-shadow: 0 10px 28px rgba(17, 24, 39, .07);
    }
  }

  .wp-desktop-nav.su-megamenu {
    justify-content: flex-end;
    gap: 0;
    overflow: visible;
    text-align: left;
  }

  .wp-desktop-nav.su-megamenu > .wp-navitem,
  .wp-desktop-nav.su-megamenu > .wp-community-link {
    display: none;
  }

  .su-megamenu-bar > .su-community-global-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: var(--mm-r-sm, 12px);
    color: var(--mm-on-variant, currentColor);
    background: transparent;
    font-family: var(--mm-font-body, inherit);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
  }

  .su-megamenu-bar > .su-community-global-nav-link:hover,
  .su-megamenu-bar > .su-community-global-nav-link:focus-visible {
    color: #a62c50;
    background: #fff0f3;
  }

  .su-megamenu-bar > .su-community-global-nav-link[aria-current="page"] {
    padding-bottom: 6px;
    border-bottom: 2px solid #f35e84;
    border-radius: 0;
    color: #a62c50;
    font-weight: 600;
  }

  .su-community-nav-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 16px;
    padding: 2px 5px;
    border: 1px solid rgba(166, 44, 80, .14);
    border-radius: 3px;
    color: #fff;
    background: #f35e84;
    box-shadow: none;
    font-size: 8px;
    font-weight: 800;
    line-height: 12px;
    letter-spacing: 0;
    pointer-events: none;
    white-space: nowrap;
  }

  .su-megamenu {
    --mm-primary: #af2952;
    --mm-primary-end: #f35e84;
    --mm-on-primary: #111827;
    --mm-on-surface: #141b2b;
    --mm-on-variant: #584144;
    --mm-surface: #f9f9ff;
    --mm-lowest: #fff;
    --mm-low: #f1f3ff;
    --mm-high: #e1e8fd;
    --mm-outline: rgba(222, 191, 195, .36);
    --mm-shadow: 0 20px 50px rgba(20, 27, 43, .08);
    color: var(--mm-on-surface);
    font-family: "DM Sans", Inter, system-ui, sans-serif;
  }

  .su-megamenu *,
  .su-megamenu *::before,
  .su-megamenu *::after {
    box-sizing: border-box;
  }

  .su-megamenu-bar {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
    z-index: 100;
  }

  .su-megamenu-item {
    position: relative;
  }

  .su-megamenu-item[data-auth-menu] {
    display: none;
  }

  .wp-shell-header:not([data-su-mode]) .su-megamenu-item[data-auth-menu="guest"],
  .wp-shell-header[data-su-mode="guest"] .su-megamenu-item[data-auth-menu="guest"],
  .wp-shell-header[data-su-mode="buyer"] .su-megamenu-item[data-auth-menu="buyer"],
  .wp-shell-header[data-su-mode="vendor"] .su-megamenu-item[data-auth-menu="vendor"] {
    display: block;
  }

  .su-megamenu-trigger {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 42px;
    padding: 8px 14px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--mm-on-variant);
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 520;
    line-height: 1.35;
    white-space: nowrap;
    transition: color .18s ease, background .18s ease;
  }

  .su-megamenu-trigger:hover,
  .su-megamenu-item.is-open .su-megamenu-trigger {
    color: var(--mm-primary);
    background: rgba(175, 41, 82, .05);
  }

  .su-megamenu-trigger[data-active="1"] {
    color: var(--mm-primary);
    font-weight: 650;
    border-bottom: 2px solid var(--mm-primary);
    border-radius: 0;
  }

  .su-megamenu-direct {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 8px 12px;
    border-radius: 12px;
    color: var(--mm-on-variant);
    text-decoration: none;
    font: inherit;
    font-size: 14px;
    font-weight: 520;
    line-height: 1.35;
    white-space: nowrap;
    transition: color .18s ease, background .18s ease;
  }

  .su-megamenu-direct:hover {
    color: var(--mm-primary);
    background: rgba(175, 41, 82, .05);
  }

  .su-megamenu-direct__badge {
    padding: 3px 5px;
    border-radius: 999px;
    color: #fff;
    background: var(--mm-primary);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1;
  }

  .su-mm-chev {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease;
  }

  .su-megamenu-item.is-open .su-mm-chev {
    transform: rotate(180deg);
  }

  .su-megamenu-drop {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 560px;
    max-width: 72rem;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(255, 255, 255, .97);
    box-shadow: var(--mm-shadow);
    transform: translateX(-50%) translateY(4px);
    z-index: 100200;
  }

  .su-megamenu-drop--wide {
    min-width: 800px;
  }

  .su-megamenu-drop--viewport-xl {
    position: fixed;
    left: 50%;
    width: min(92vw, 1480px);
    min-width: min(92vw, 1480px);
    max-width: min(92vw, 1480px);
    overflow: visible;
    transform: translateX(-50%);
  }

  .su-megamenu-item.is-open .su-megamenu-drop {
    display: block;
  }

  .su-mm-panel-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(175, 41, 82, .08);
    color: var(--mm-primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .su-mm-panel-sub,
  .su-mm-catgrid__intro,
  .su-mm-ecard__desc,
  .su-mm-links__promo-text,
  .su-mm-account__role {
    color: var(--mm-on-variant);
    line-height: 1.5;
  }

  .su-mm-catgrid {
    display: flex;
  }

  .su-mm-catgrid__aside {
    flex: 0 0 270px;
    max-width: 270px;
    padding: 1.25rem;
    border-radius: 12px 0 0 12px;
    background: var(--mm-low);
  }

  .su-mm-catgrid__headline {
    margin: 0 0 .25rem;
    color: var(--mm-on-surface);
    font-size: 1.2rem;
    font-weight: 780;
    line-height: 1.25;
  }

  .su-mm-catgrid__headline-accent {
    color: var(--mm-primary);
  }

  .su-mm-catgrid__intro {
    margin: 0 0 .75rem;
    font-size: .72rem;
  }

  .su-mm-catgrid__trust {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .su-mm-catgrid__trust li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .72rem;
    font-weight: 600;
  }

  .su-mm-catgrid__trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 999px;
    background: var(--mm-high);
    color: var(--mm-primary);
  }

  .su-mm-catgrid__trust-icon svg,
  .su-mm-links__list svg,
  .su-mm-ecard__feat svg,
  .su-mm-account__nav-list svg {
    width: 18px;
    height: 18px;
  }

  .su-mm-catgrid__main {
    flex: 1 1 auto;
    min-width: 0;
    padding: 1.25rem 1.5rem;
    background: var(--mm-lowest);
  }

  .su-mm-catgrid__more {
    margin: 0 0 10px;
    color: var(--mm-on-variant);
    font-size: 12px;
    line-height: 1.45;
  }

  .su-mm-catgrid__more a,
  .su-mm-catgrid__foot-secondary a,
  .su-mm-links__promo a {
    color: var(--mm-primary);
    font-weight: 700;
    text-decoration: none;
  }

  .su-mm-catgrid__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 12px;
    width: 100%;
    max-width: 75%;
    margin-inline: auto;
  }

  .su-mm-catgrid__card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--mm-on-surface);
    text-decoration: none;
    transition: transform .2s ease;
  }

  .su-mm-catgrid__card:hover {
    transform: translateY(-3px);
  }

  .su-mm-catgrid__thumb {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 16px;
    background: var(--mm-low);
  }

  .su-mm-catgrid__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .su-mm-catgrid__label {
    font-size: .82rem;
    font-weight: 700;
  }

  .su-mm-catgrid__count {
    display: block;
    margin-top: 2px;
    color: var(--mm-on-variant);
    font-size: .7rem;
    font-weight: 500;
  }

  .su-mm-catgrid__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: .9rem 1.5rem;
    background: var(--mm-low);
  }

  .su-mm-catgrid__foot-secondary {
    flex: 1 1 260px;
    max-width: min(480px, 50%);
    margin: 0;
    color: var(--mm-on-variant);
    font-size: .75rem;
    line-height: 1.5;
  }

  .su-mm-btn-primary,
  .su-mm-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 999px;
    color: var(--mm-on-primary) !important;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .18s ease, opacity .18s ease;
  }

  .su-mm-btn-primary {
    background: linear-gradient(135deg, var(--mm-primary), var(--mm-primary-end));
  }

  .su-mm-btn-secondary {
    background: var(--mm-lowest);
    color: var(--mm-on-surface) !important;
    box-shadow: inset 0 0 0 1px var(--mm-outline);
  }

  .su-mm-btn-primary:hover,
  .su-mm-btn-secondary:hover {
    transform: translateY(-1px);
  }

  .su-mm-btn--full {
    width: 100%;
  }

  .su-mm-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 660px;
    background: var(--mm-lowest);
  }

  .su-mm-links__col {
    flex: 1 1 0;
    min-width: 0;
    padding: 24px;
    font-size: 14px;
    line-height: 1.35;
  }

  .su-mm-links__col + .su-mm-links__col {
    border-left: 1px solid rgba(222, 191, 195, .34);
    background: linear-gradient(180deg, rgba(241, 243, 255, .72), rgba(249, 249, 255, .86));
  }

  .su-mm-links__heading {
    margin: 0 0 12px;
    color: var(--mm-primary);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .su-mm-links__list {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .su-mm-links__list a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 62px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: var(--mm-on-surface);
    background: rgba(255, 255, 255, .54);
    font-size: 14px;
    font-weight: 680;
    line-height: 1.25;
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
  }

  .su-mm-links__list a:hover {
    border-color: rgba(243, 94, 132, .22);
    background: #fff;
    color: var(--mm-primary);
    transform: translateY(-1px);
  }

  .su-mm-links__list a > svg {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    padding: 8px;
    border: 1px solid rgba(243, 94, 132, .18);
    border-radius: 12px;
    color: var(--mm-primary);
    background: #fdf5f2;
    box-shadow: 0 8px 18px rgba(175, 41, 82, .07);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
  }

  .su-mm-links__list a:hover > svg {
    border-color: rgba(175, 41, 82, .28);
    background: #fff0f3;
    color: var(--mm-primary);
    box-shadow: 0 10px 22px rgba(175, 41, 82, .11);
  }

  .su-mm-links__list a > span {
    display: block;
    min-width: 0;
  }

  .su-mm-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
    color: var(--mm-on-variant);
  }

  .su-mm-link-icon svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .su-mm-links__list a:hover .su-mm-link-icon {
    color: var(--mm-primary);
  }

  .su-mm-link-desc {
    display: block;
    margin-top: 4px;
    color: var(--mm-on-variant);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
  }

  .su-mm-links__promo {
    margin-top: 21.25px;
    padding: 17px 21.25px;
    border-radius: 12px;
    background: var(--mm-high);
  }

  .su-mm-links__promo-title {
    margin: 0 0 6.375px;
    font-size: 14.875px;
    line-height: 28.56px;
    font-weight: 800;
  }

  .su-mm-links__promo-text {
    margin: 0;
    font-size: 12.75px;
    line-height: 19.125px;
  }

  .su-mm-entry-cards {
    display: flex;
    gap: 16px;
    padding: 25.5px 34px;
  }

  .su-mm-ecard {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 34px;
    border-radius: 16px;
    background: var(--mm-low);
  }

  .su-mm-entry-cards .su-mm-ecard {
    min-height: 329px;
  }

  .su-mm-ecard__title {
    margin: 0 0 .4rem;
    font-size: 19.125px;
    line-height: 19.6796px;
    font-weight: 800;
  }

  .su-mm-entry-cards .su-mm-ecard__title {
    text-transform: uppercase;
  }

  .su-mm-ecard__desc {
    margin: 0 0 1.25rem;
    font-size: .82rem;
  }

  .su-mm-ecard__features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
  }

  .su-mm-ecard__feat {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.75px;
    line-height: 28.56px;
    font-weight: 500;
  }

  .su-mm-ecard__feat svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    color: var(--mm-primary-end);
  }

  .su-mm-ecard--login {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .su-mm-ecard__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 1.25rem;
    border-radius: 999px;
    background: var(--mm-lowest);
    box-shadow: var(--mm-shadow);
  }

  .su-mm-ecard__avatar svg {
    width: 32px;
    height: 32px;
    color: var(--mm-primary-end);
  }

  .su-mm-ecard__link {
    margin-top: .75rem;
    color: var(--mm-on-variant);
    font-size: .75rem;
    font-weight: 700;
    text-decoration: none;
  }

  .su-mm-account {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    min-width: 620px;
    padding: 1.5rem 2rem;
  }

  .su-mm-account__info {
    flex: 0 0 200px;
  }

  .su-mm-account__avatar-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: .75rem;
    border-radius: 999px;
    background: var(--mm-low);
    overflow: hidden;
  }

  .su-mm-account__name {
    margin: 0;
    color: var(--mm-on-surface);
    font-weight: 800;
  }

  .su-mm-account__role {
    margin: .125rem 0 0;
    font-size: .75rem;
  }

  .su-mm-account__nav {
    flex: 1 1 auto;
  }

  .su-mm-account__nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .su-mm-account__nav-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 12px;
    color: var(--mm-on-surface);
    font-size: .88rem;
    font-weight: 650;
    text-decoration: none;
  }

  .su-mm-account__nav-list a:hover {
    background: var(--mm-high);
    color: var(--mm-primary);
  }

  .su-mm-account__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 2rem 1.25rem;
    background: var(--mm-low);
  }

  .su-mm-account__foot a {
    color: var(--mm-on-variant);
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
  }

.wp-shell-header [hidden] { display: none !important; }
.wp-shell-header .wp-action-chip svg { width: 20px; height: 20px; }
.wp-shell-header .wp-mobile-menu__header { position: static; }
.wp-shell-header .wp-mobile-menu__footer { color: inherit; }
.wp-shell-header .su-megamenu-trigger { font-family: inherit; }
.admin-bar .wp-shell-header { top: 32px; }
@media(max-width:782px) { .admin-bar .wp-shell-header { top: 46px; } }
