.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  isolation: isolate;
  transform: translateZ(0);
  backface-visibility: hidden;
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(229, 231, 235, 0.92);
}

.theme-buyer .site-header {
  background: #0f0c09;
  border-bottom: 1px solid rgba(180, 131, 67, 0.22);
  backdrop-filter: none;
}

.buyer-utility {
  border-bottom: 1px solid rgba(180, 131, 67, 0.16);
  background: #0f0c09;
}

.buyer-utility-inner {
  min-height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.buyer-utility-copy,
.buyer-utility-links {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(245, 222, 179, 0.78);
}

.buyer-utility-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  letter-spacing: 0.18em;
}

.buyer-utility-links a:hover { color: #f6d08c; }

.buyer-masthead {
  min-height: 88px;
  display: grid;
  grid-template-columns: 220px minmax(260px, 1fr) 220px;
  align-items: center;
  gap: 18px;
}

.buyer-brand-side { display: flex; flex-direction: column; gap: 4px; }
.buyer-brand-small {
  font-size: 11px;
  letter-spacing: 0.42em;
  color: rgba(245, 222, 179, 0.68);
  text-transform: uppercase;
}
.buyer-brand-main {
  font-size: 2.15rem;
  line-height: 0.95;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #f6e8c5;
}

.buyer-search-form {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1 1 230px;
  width: min(242px, 100%);
  max-width: 242px;
  height: 38px;
  margin: 0 auto;
  border: 1.5px solid #bfa677;
  border-radius: 2px;
  background: transparent;
  padding: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.buyer-search-form__field {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

.buyer-search-form__field:focus-within {
  outline: 0;
}

.buyer-search-form:focus-within {
  border-color: #bfa677;
  box-shadow: 0 0 0 1px rgba(191, 166, 119, 0.08) inset;
}

.buyer-search-form:hover {
  border-color: #bfa677;
}

.buyer-search-form:hover .buyer-search-form__field,
.buyer-search-form:hover .buyer-search-form__submit,
.buyer-search-form:focus-within .buyer-search-form__field,
.buyer-search-form:focus-within .buyer-search-form__submit {
  background-color: transparent;
}

.buyer-search-form__field,
.buyer-search-form__submit {
  background-color: transparent;
}

.buyer-search-form__icon,
.buyer-search-form__submit svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin: 0 12px;
  fill: #bfa677;
}

.buyer-search-form__field input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  color: #f3ede3;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  text-align: left;
  line-height: 38px;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}

.buyer-search-form__field input::placeholder {
  color: rgba(243, 237, 227, 0.42);
}

.buyer-search-form__field input::-webkit-search-decoration,
.buyer-search-form__field input::-webkit-search-cancel-button,
.buyer-search-form__field input::-webkit-search-results-button,
.buyer-search-form__field input::-webkit-search-results-decoration {
  display: none;
  appearance: none;
}

.buyer-search-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  margin: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  appearance: none;
}

.buyer-search {
  display: flex;
  align-items: center;
  border: 1px solid rgba(180, 131, 67, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.buyer-search input {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f5f5f4;
  padding: 14px 18px;
  box-shadow: none;
}
.buyer-search input::placeholder { color: rgba(245, 245, 244, 0.36); }
.buyer-search button {
  min-width: 112px;
  border: 0;
  background: linear-gradient(180deg, #b68746 0%, #8d6430 100%);
  color: #090909;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 14px 16px;
}

.buyer-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.buyer-icon-link,
.buyer-login-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid #f87d79;
  color: #f87d79;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: none;
  text-shadow: none;
  transition: 180ms ease;
}
.buyer-login-link {
  min-width: 96px;
  padding: 0 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
}
.buyer-icon-link:hover,
.buyer-login-link:hover,
.buyer-icon-link.is-active,
.buyer-login-link.is-active {
  border-color: #f87d79;
  color: #f87d79;
}

.buyer-nav-wrap {
  border-top: 0;
  border-bottom: 1px solid rgba(180, 131, 67, 0.18);
  background: #0f0c09;
}
.buyer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  min-height: 48px;
}
.buyer-nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(245, 245, 244, 0.74);
  padding: 10px 0;
  position: relative;
}
.buyer-nav a.is-active,
.buyer-nav a:hover { color: #f6d08c; }
.buyer-nav a.is-active::after,
.buyer-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: #c59048;
}

.buyer-home-header {
  position: sticky;
  top: 0;
  z-index: 40;
  isolation: isolate;
  transform: translateZ(0);
  backface-visibility: hidden;
  border-bottom: 1px solid rgba(41, 35, 36, 0.14);
  background: #fff;
  backdrop-filter: none;
}

.buyer-home-header__ticker {
  width: 100%;
  overflow: hidden;
  background: #f87d79;
  color: #fff;
  white-space: nowrap;
}

.buyer-home-header__ticker-track {
  display: flex;
  width: max-content;
  animation: buyer-header-ticker 60s linear infinite;
  will-change: transform;
}

.buyer-home-header__ticker-group {
  display: flex;
  flex: none;
}

.buyer-home-header__ticker-group span {
  display: block;
  padding-right: 18px;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0;
}

@keyframes buyer-header-ticker {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .buyer-home-header__ticker-track {
    animation: none;
  }
}

.buyer-home-header__utility,
.buyer-home-header__main,
.buyer-home-header__nav {
  border-bottom: 1px solid rgba(41, 35, 36, 0.06);
  background: #fff;
}

.buyer-home-header__main {
  border-bottom: 0;
}

.buyer-home-header__inner {
  width: min(1360px, calc(100% - 80px));
  margin: 0 auto;
}

.buyer-home-header__utility .buyer-home-header__inner,
.buyer-home-header__main-row,
.buyer-home-header__nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.buyer-home-header__utility .buyer-home-header__inner {
  min-height: clamp(38px, 4.7svh, 44px);
  padding-top: clamp(2px, 0.35svh, 3px);
  padding-bottom: clamp(2px, 0.35svh, 3px);
}

.buyer-home-header__edition,
.buyer-home-header__utility-links,
.buyer-home-header__utility-links a,
.buyer-home-header__utility-links button,
.buyer-home-header__member {
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.buyer-korean-text {
  letter-spacing: 0;
}

.buyer-home-header__edition {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #292324;
  background: none;
  -webkit-text-fill-color: currentColor;
  animation: none;
}

.buyer-home-header__utility-links {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  color: #292324;
  line-height: 13px;
}

.buyer-home-header__utility-links a,
.buyer-home-header__utility-links button {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
  display: inline-flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0;
  transition: color 160ms ease, opacity 220ms ease;
}

.buyer-home-header__utility-links a:hover,
.buyer-home-header__utility-links a:focus-visible,
.buyer-home-header__utility-links button:hover,
.buyer-home-header__utility-links button:focus-visible,
.buyer-home-header__utility-links a.is-active {
  color: #292324;
}

.buyer-home-header__utility-links a:hover,
.buyer-home-header__utility-links a:focus-visible {
  opacity: 0.68;
}

.buyer-home-header__logout-form {
  display: inline-flex;
  margin: 0;
}

.buyer-home-header__logout {
  display: inline-flex;
  align-items: center;
}

.buyer-home-header__member {
  display: inline-flex;
  align-items: flex-start;
  color: #292324;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0;
}

.buyer-home-header__member span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.buyer-home-header__member .buyer-home-header__member-name {
  color: #f87d79;
  font-weight: 700;
  letter-spacing: 0;
}

.buyer-home-header__orders:hover,
.buyer-home-header__orders:focus-visible,
.buyer-home-header__logout:hover,
.buyer-home-header__logout:focus-visible {
  opacity: 0.68;
}

.buyer-home-header__member .buyer-korean-text {
  margin-left: 2px;
}

.buyer-home-header__main-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-areas: "menu brand icons";
  align-items: center;
  column-gap: 28px;
  min-height: clamp(106px, 13svh, 136px);
  padding-top: clamp(6px, 0.8svh, 8px);
  padding-bottom: clamp(6px, 0.8svh, 8px);
}

.buyer-mobile-menu-shell,
.buyer-mobile-menu {
  display: none;
}

.buyer-home-header__brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  min-width: 0;
  justify-self: center;
  grid-area: brand;
  white-space: nowrap;
  transform: none;
  text-align: center;
  justify-content: center;
}

.buyer-home-header__brand-main {
  display: block;
  width: auto;
  height: clamp(78px, 9.5svh, 96px);
  max-width: min(575px, 90vw);
  object-fit: contain;
  transform: translateY(-2px);
}

.buyer-home-header__search-row {
  display: flex;
  justify-content: center;
  padding: 0 0 clamp(8px, 1.2svh, 12px);
}

.buyer-home-header .buyer-search-form {
  width: min(760px, 100%);
  max-width: 760px;
  height: clamp(38px, 4.2svh, 42px);
  margin: 0 auto;
  border: 1px solid #f87d79;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.buyer-home-header .buyer-search-form:hover {
  border-color: #f87d79;
  box-shadow: none;
}

.buyer-home-header .buyer-search-form:focus-within {
  border-color: #f87d79;
  background: #fff7f6;
  box-shadow: 0 0 0 1px #f87d79 inset;
}

.buyer-home-header .buyer-search-form__icon {
  fill: #f87d79;
}

.buyer-home-header .buyer-search-form__field input {
  height: 100%;
  padding: 0 14px 0 0;
  color: #292324;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none;
}

.buyer-home-header .buyer-search-form__field input::placeholder {
  color: rgba(41, 35, 36, 0.36);
  font-size: 15px;
}

.buyer-home-header .buyer-search-form__field input:-webkit-autofill,
.buyer-home-header .buyer-search-form__field input:-webkit-autofill:hover,
.buyer-home-header .buyer-search-form__field input:autofill {
  background-color: transparent !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #292324 !important;
  caret-color: #292324;
}

.buyer-home-header .buyer-search-form:focus-within .buyer-search-form__field input:-webkit-autofill,
.buyer-home-header .buyer-search-form:focus-within .buyer-search-form__field input:-webkit-autofill:hover,
.buyer-home-header .buyer-search-form:focus-within .buyer-search-form__field input:-webkit-autofill:focus,
.buyer-home-header .buyer-search-form:focus-within .buyer-search-form__field input:autofill {
  box-shadow: 0 0 0 1000px #fff7f6 inset !important;
  -webkit-box-shadow: 0 0 0 1000px #fff7f6 inset !important;
}

.buyer-search input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 0;
}

.buyer-home-header__icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  width: 150px;
  margin-left: 0;
  justify-self: end;
  transform: none;
  grid-area: icons;
}

.buyer-home-header__icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #f87d79 !important;
  text-shadow: none;
  box-shadow: none;
  transition: opacity 180ms ease, color 180ms ease;
}

.buyer-home-header__icons a:hover,
.buyer-home-header__icons a.is-active,
.buyer-icon-link:hover {
  color: #f87d79 !important;
  opacity: 1;
}

.buyer-home-header__icons a:hover {
  opacity: 0.68;
}

.buyer-home-header__icons svg,
.buyer-icon-link svg {
  width: 21px;
  height: 21px;
  display: block;
  fill: none;
  stroke: #f87d79 !important;
  stroke-width: 1.6;
  stroke-linejoin: round;
  stroke-linecap: round;
  filter: none;
  -webkit-filter: none;
}

.buyer-icon-link svg {
  width: 19px;
  height: 19px;
}

.buyer-icon-link svg path,
.buyer-home-header__icons svg path,
.buyer-icon-link svg circle,
.buyer-home-header__icons svg circle {
  vector-effect: non-scaling-stroke;
}

.buyer-home-header__icons svg path,
.buyer-home-header__icons svg circle,
.buyer-icon-link svg path,
.buyer-icon-link svg circle {
  stroke: #f87d79 !important;
  fill: none;
  filter: none;
}

.buyer-home-header__nav-row {
  justify-content: space-between;
  gap: 0;
  flex-wrap: nowrap;
  min-height: clamp(48px, 6.3svh, 64px);
  width: min(700px, calc(100% - 80px));
  margin: 0 auto;
}

.buyer-home-header__nav-row a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
  white-space: nowrap;
  text-transform: uppercase;
  color: #292324;
  transition: color 220ms ease, opacity 180ms ease, text-shadow 220ms ease;
  text-shadow: none !important;
  font-synthesis: none;
}

.buyer-home-header__nav-row a span {
  display: inline-block;
  transform: translateY(-3px);
}

.buyer-home-header__nav-row a:hover,
.buyer-home-header__nav-row a.is-active {
  color: #292324;
  -webkit-text-stroke: 0.18px currentColor;
  text-shadow: none !important;
}

.buyer-home-header__nav-row a:hover {
  opacity: 0.68;
}

.buyer-home-header__nav-row a span {
  text-shadow: none !important;
}

.buyer-home-header__nav-row {
  width: min(800px, calc(100% - 80px));
}

.buyer-home-header__nav-pending {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #292324;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  white-space: nowrap;
  cursor: default;
}

.buyer-home-header__nav-pending > span {
  display: inline-block;
  transform: translateY(-3px);
}

.buyer-home-main {
  min-height: 100vh;
  overflow-x: clip;
}

.buyer-source-main {
  min-height: 100vh;
  background: #0f0c09;
}

.buyer-home-page {
  background: #0f0c09;
  overflow-x: clip;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .buyer-masthead {
    grid-template-columns: 1fr;
    padding: 18px 0;
  }

  .buyer-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .buyer-home-header {
    z-index: 1000;
    border-bottom: 0;
  }

  .buyer-home-header__main {
    border-bottom: 0;
  }

  .buyer-home-header__ticker-group span {
    padding-right: 14px;
    font-size: 10px;
    line-height: clamp(22px, 3svh, 24px);
  }

  .buyer-home-header__inner {
    width: min(100%, calc(100% - 16px));
  }

  .buyer-home-header__utility .buyer-home-header__inner {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    padding-top: clamp(5px, 1svh, 8px);
    padding-bottom: clamp(5px, 1svh, 8px);
    gap: 12px;
    overflow-x: hidden;
    justify-content: center;
    width: min(100%, calc(100% - 16px));
  }

  .buyer-home-header__main-row {
    position: relative;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    grid-template-rows: auto;
    grid-template-areas: "spacer brand menu";
    align-items: center;
    column-gap: 10px;
    row-gap: 0;
    padding: clamp(8px, 1.6svh, 14px) 0;
  }

  .buyer-mobile-menu-shell {
    grid-area: menu;
    display: block;
    width: 31px;
    height: 31px;
    align-self: center;
    justify-self: end;
    z-index: 1100;
    pointer-events: auto;
    line-height: 0;
    margin: 0;
    padding: 0;
    transform: translateY(-1px);
  }

  .buyer-mobile-menu-toggle {
    display: inline-flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 0;
    border-radius: 5px;
    background: #f87d79;
    color: #fff;
    cursor: pointer;
    list-style: none;
    position: relative;
    z-index: 1101;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 0;
    vertical-align: top;
  }

  .buyer-mobile-menu-toggle::-webkit-details-marker {
    display: none;
  }

  .buyer-mobile-menu-toggle span {
    display: block;
    width: 15px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .buyer-mobile-menu-shell[open] .buyer-mobile-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .buyer-mobile-menu-shell[open] .buyer-mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .buyer-mobile-menu-shell[open] .buyer-mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .buyer-mobile-menu {
    position: absolute;
    top: calc(100% + clamp(35px, 5.1svh, 42px));
    left: auto;
    right: 0;
    z-index: 1090;
    display: block;
    width: calc(100vw - 16px);
    max-width: calc(100vw - 16px);
    box-sizing: border-box;
    padding: 16px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
    font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
    transform-origin: top right;
    will-change: transform, opacity, clip-path;
  }

  .buyer-mobile-menu-shell[open] .buyer-mobile-menu {
    animation: buyer-mobile-menu-reveal 460ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .buyer-mobile-menu-shell.is-closing .buyer-mobile-menu {
    animation: buyer-mobile-menu-hide 380ms cubic-bezier(0.4, 0, 0.2, 1) both;
  }

  @keyframes buyer-mobile-menu-reveal {
    from {
      opacity: 0;
      transform: translate3d(22px, 0, 0) scaleX(0.97);
      clip-path: inset(0 0 0 100% round 10px);
    }

    to {
      opacity: 1;
      transform: translate3d(0, 0, 0) scaleX(1);
      clip-path: inset(0 0 0 0 round 10px);
    }
  }

  @keyframes buyer-mobile-menu-hide {
    from {
      opacity: 1;
      transform: translate3d(0, 0, 0) scaleX(1);
      clip-path: inset(0 0 0 0 round 10px);
    }

    to {
      opacity: 0;
      transform: translate3d(18px, 0, 0) scaleX(0.97);
      clip-path: inset(0 0 0 100% round 10px);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .buyer-mobile-menu-shell[open] .buyer-mobile-menu,
    .buyer-mobile-menu-shell.is-closing .buyer-mobile-menu {
      animation: none;
    }
  }

  .buyer-mobile-menu a,
  .buyer-mobile-menu p,
  .buyer-mobile-menu span {
    font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif !important;
  }

  .buyer-mobile-menu a {
    transition: background-color 180ms ease;
  }

  .buyer-mobile-menu a:hover {
    opacity: 1;
  }

  .buyer-mobile-menu__section + .buyer-mobile-menu__section {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 0.5px solid #e4e2e2 !important;
  }

  .buyer-mobile-menu__auth {
    display: flex;
    gap: 10px;
    width: 100%;
  }

  .buyer-mobile-menu__logout-form {
    display: flex;
    flex: 1;
    margin: 0;
  }

  .buyer-mobile-menu__primary,
  .buyer-mobile-menu__links a {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #e4e2e2 !important;
    border-radius: 6px;
    color: #292324 !important;
    -webkit-text-fill-color: #292324 !important;
    background: transparent !important;
    font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .buyer-mobile-menu__primary {
    appearance: none;
    cursor: pointer;
    flex: 1;
    background: transparent;
    font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif !important;
  }

  .buyer-mobile-menu__primary--muted {
    background: transparent;
  }

  .buyer-mobile-menu__primary[href="/logout"],
  .buyer-mobile-menu__primary[href="/admin/logout"] {
    border-color: #e4e2e2 !important;
    background: transparent !important;
    color: #292324 !important;
    -webkit-text-fill-color: #292324 !important;
  }

  .buyer-mobile-menu__title {
    margin: 0 0 18px;
    color: #292324;
    font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-align: center;
    text-transform: uppercase;
  }

  .buyer-mobile-menu__categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .buyer-mobile-menu__categories a {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #e4e2e2 !important;
    border-radius: 6px;
    color: #292324 !important;
    -webkit-text-fill-color: #292324 !important;
    background: transparent !important;
    font-size: 13px;
    font-weight: 700;
  }

  .buyer-mobile-menu__categories a:hover,
  .buyer-mobile-menu__categories a.is-active {
    border-color: #e4e2e2 !important;
    color: #292324 !important;
    -webkit-text-fill-color: #292324 !important;
    background: #fff7f6 !important;
  }

  .buyer-mobile-menu__primary:hover,
  .buyer-mobile-menu__primary:focus-visible,
  .buyer-mobile-menu__primary:active,
  .buyer-mobile-menu__primary.is-active,
  .buyer-mobile-menu__categories a:focus-visible,
  .buyer-mobile-menu__categories a:active,
  .buyer-mobile-menu__links a:hover,
  .buyer-mobile-menu__links a:focus-visible,
  .buyer-mobile-menu__links a:active,
  .buyer-mobile-menu__links a.is-active {
    border-color: #e4e2e2 !important;
    color: #292324 !important;
    -webkit-text-fill-color: #292324 !important;
    background: #fff7f6 !important;
  }

  .buyer-mobile-menu__categories a span {
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
  }

  .buyer-mobile-menu__categories > .buyer-mobile-menu__pending {
    grid-column: 1 / -1;
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #e4e2e2;
    border-radius: 6px;
    background: transparent;
    color: #292324;
    -webkit-text-fill-color: #292324;
    font-size: 13px;
    font-weight: 700;
    cursor: default;
  }

  .buyer-mobile-menu__categories > .buyer-mobile-menu__pending span {
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
  }

  .buyer-mobile-menu__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .buyer-home-header__brand {
    grid-area: brand;
    min-width: 0;
    width: max-content;
    max-width: 100%;
    justify-self: center;
    display: grid;
    grid-template-columns: max-content;
    align-self: center;
    height: clamp(70px, 10svh, 84px);
    align-content: center;
    align-items: center;
    gap: 2px;
    text-align: center;
    transform: none;
  }

  .buyer-home-header__brand-main {
    align-self: center;
    justify-self: start;
    text-align: left;
    width: auto;
    height: clamp(65px, 9.5svh, 78px);
    max-width: 473px;
    object-fit: contain;
    transform: translateY(-4px);
    white-space: nowrap;
  }

  .buyer-home-header__search-row {
    width: min(100%, calc(100% - 16px));
    padding: 0 0 clamp(6px, 1.1svh, 10px);
  }

  .buyer-home-header .buyer-search-form {
    width: 100%;
    max-width: none;
    height: clamp(37px, 5.2svh, 40px);
  }

  .buyer-home-header__icons {
    grid-area: spacer;
    width: 40px;
    margin-left: 0;
    gap: 0;
    justify-self: end;
    visibility: hidden;
    pointer-events: none;
  }

  .buyer-home-header__icons a {
    display: none;
  }

  .buyer-home-header__nav-row {
    display: none;
  }

  .buyer-home-header__nav {
    display: none;
  }

  .buyer-home-header__nav-row a {
    white-space: nowrap;
    font-size: clamp(11px, 3vw, 13px);
  }

  .buyer-home-header__utility-links {
    display: none !important;
  }

  .buyer-home-header__member {
    display: none !important;
  }

  .buyer-home-header__edition,
  .buyer-home-header__utility-links a,
  .buyer-home-header__member {
    white-space: nowrap;
    font-size: clamp(10px, 2.6vw, 12px);
  }

  .buyer-home-header__edition {
    flex: 1 1 auto;
    text-align: center;
    font-size: clamp(13px, 3.4vw, 17px);
    letter-spacing: clamp(0.04em, 0.45vw, 0.1em);
    min-width: 0;
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .buyer-utility-inner {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: hidden;
  }

  .buyer-nav {
    justify-content: center;
    gap: 14px;
    padding: 6px 0;
    overflow-x: hidden;
    flex-wrap: wrap;
  }

  .buyer-brand-main {
    white-space: nowrap;
  }
}
