.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 rgba(180, 131, 67, 0.2);
  color: #f0dec0;
  background: rgba(255, 255, 255, 0.02);
  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: rgba(246, 208, 140, 0.52);
  color: #f6d08c;
}

.buyer-nav-wrap {
  border-top: 1px solid rgba(180, 131, 67, 0.1);
  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: 12px;
  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-marquee {
  overflow: hidden;
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 246, 224, 0.38) 0%, rgba(255, 246, 224, 0) 32%),
    radial-gradient(circle at 82% 100%, rgba(118, 86, 43, 0.24) 0%, rgba(118, 86, 43, 0) 36%),
    linear-gradient(90deg, rgba(154, 122, 72, 0.34) 0%, rgba(255, 244, 216, 0.34) 21%, rgba(195, 174, 132, 0.02) 48%, rgba(101, 73, 35, 0.22) 74%, rgba(255, 246, 224, 0.28) 100%),
    linear-gradient(180deg, #d6c39d 0%, #c3ae84 48%, #b49a68 100%);
  margin-bottom: 8px;
}

.buyer-home-marquee__track {
  display: flex;
  min-width: max-content;
  width: max-content;
  animation: buyer-home-marquee 126s linear infinite;
}

.buyer-home-marquee__group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 6px 2px;
  white-space: nowrap;
}

.buyer-home-marquee__track span {
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #111;
}

.buyer-home-header {
  position: sticky;
  top: 0;
  z-index: 40;
  isolation: isolate;
  transform: translateZ(0);
  backface-visibility: hidden;
  border-bottom: 1px solid rgba(128, 96, 54, 0.32);
  background: #0f0c09;
  backdrop-filter: none;
}

.buyer-home-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("/public/assets/images/buyer/header/header.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
  pointer-events: none;
}

.buyer-home-header__utility,
.buyer-home-header__main,
.buyer-home-header__nav {
  border-bottom: 1px solid rgba(128, 96, 54, 0.22);
  background: transparent;
}

.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: 42px;
  padding-top: 3px;
  padding-bottom: 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: 13px;
  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: rgba(255, 255, 255, 0.5);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 42%, #d7c49b 49%, #bfaf88 50%, #d7c49b 51%, rgba(255, 255, 255, 0.5) 58%, rgba(255, 255, 255, 0.5) 100%);
  background-size: 180% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: buyer-edition-sweep 3.9s linear infinite;
}

.buyer-home-header__utility-links {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  color: rgba(243, 237, 227, 0.5);
  line-height: 13px;
}

.buyer-home-header__utility-links a {
  display: inline-flex;
  align-items: flex-start;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0;
  transition: color 160ms ease;
}

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

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

.buyer-home-header__member {
  display: inline-flex;
  align-items: flex-start;
  color: rgba(243, 237, 227, 0.5);
  font-size: 13px;
  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: #bfa677;
  font-weight: 700;
  letter-spacing: 0;
}

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

.buyer-home-header__main-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(max-content, 1fr) minmax(220px, 640px) minmax(150px, 1fr);
  align-items: center;
  column-gap: 28px;
  min-height: 84px;
  padding-top: 4px;
  padding-bottom: 4px;
}

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

.buyer-home-header__brand {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 12px;
  min-width: 0;
  justify-self: start;
  white-space: nowrap;
  transform: translateY(1px);
}

.buyer-home-header__brand-main {
  display: block;
  width: auto;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.buyer-home-header__brand-tagline {
  display: block;
  width: auto;
  color: #bfa677;
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3em;
  text-align: left;
  text-align-last: auto;
}

.buyer-home-header__brand-sub {
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #bfa677;
}

.buyer-home-header__search {
  position: static;
  left: auto;
  transform: translateY(3px);
  justify-self: stretch;
  flex: 1 1 auto;
  width: 100%;
  max-width: 640px;
  min-width: 0;
  margin: 0 auto;
}

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

.buyer-home-header__signin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 30px;
  border: 1px solid rgba(196, 165, 114, 0.6);
  background: transparent;
  color: #c4a572;
}

.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;
}

.buyer-home-header__icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: rgba(243, 237, 227, 0.72);
  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: #bfa677;
  opacity: 1;
}

.buyer-home-header__icons svg,
.buyer-icon-link svg {
  width: 21px;
  height: 21px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.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__nav-row {
  justify-content: space-between;
  gap: 0;
  flex-wrap: nowrap;
  min-height: 64px;
  width: min(640px, 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: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
  white-space: nowrap;
  text-transform: uppercase;
  color: #f3ede3;
  transition: color 220ms ease, text-shadow 220ms ease;
  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: #bfa677;
  -webkit-text-stroke: 0.18px currentColor;
  text-shadow: 0 0 0 currentColor, 0 0 0 currentColor;
}

.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%;
}

@keyframes buyer-home-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes buyer-edition-sweep {
  from { background-position: 100% 0; }
  to { background-position: 0 0; }
}


@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__inner {
    width: min(100%, calc(100% - 16px));
  }

  .buyer-home-marquee {
    height: 22px;
    margin-bottom: 0;
  }

  .buyer-home-marquee__group {
    height: 22px;
    min-height: 22px;
    gap: 6px;
    padding: 0 2px;
    align-items: center;
  }

  .buyer-home-marquee__track span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    font-size: 9.25px;
    line-height: 22px;
    letter-spacing: 0.08em;
  }

  .buyer-home-header__utility .buyer-home-header__inner {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    padding-top: 8px;
    padding-bottom: 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: 62px auto;
    grid-template-areas:
      "spacer brand menu"
      "search search search";
    align-items: center;
    column-gap: 10px;
    row-gap: 14px;
    padding: 14px 0;
  }

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

  .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: 2px;
    background: #bfa677;
    color: #111;
    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: 95px;
    left: 0;
    right: auto;
    z-index: 1090;
    display: block;
    width: calc(100vw - 16px);
    max-width: calc(100vw - 16px);
    box-sizing: border-box;
    padding: 16px;
    border: 1px solid rgba(128, 96, 54, 0.32);
    background: rgba(15, 12, 9, 0.98);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
    font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  }

  .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__section + .buyer-mobile-menu__section {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(128, 96, 54, 0.22);
  }

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

  .buyer-mobile-menu__primary,
  .buyer-mobile-menu__links a {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(196, 165, 114, 0.34);
    border-radius: 2px;
    color: rgba(243, 237, 227, 0.9);
    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 {
    flex: 1;
    background: rgba(196, 165, 114, 0.12);
    font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif !important;
  }

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

  .buyer-mobile-menu__title {
    margin: 0 0 12px;
    color: rgba(196, 165, 114, 0.74);
    font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    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: 1px solid rgba(196, 165, 114, 0.18);
    color: rgba(243, 237, 227, 0.74);
    font-size: 13px;
    font-weight: 700;
  }

  .buyer-mobile-menu__categories a:hover,
  .buyer-mobile-menu__categories a.is-active {
    border-color: rgba(196, 165, 114, 0.52);
    color: #bfa677;
  }

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

  .buyer-search-form {
    position: static;
    left: auto;
    transform: none;
    order: 0;
    grid-area: search;
    width: 100%;
    max-width: none;
    flex: 1 1 auto;
  }

  .buyer-home-header__brand {
    grid-area: brand;
    min-width: 0;
    width: max-content;
    justify-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    min-height: 58px;
    height: auto;
    align-items: center;
    gap: 6px;
    text-align: center;
    transform: translateY(1px);
  }

  .buyer-home-header__brand-main {
    align-self: center;
    justify-self: center;
    text-align: center;
    font-size: clamp(27px, 8vw, 32px);
    line-height: 1;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .buyer-home-header__brand-tagline {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.25em;
    white-space: nowrap;
  }

  .buyer-home-header__brand-sub {
    display: none;
    justify-self: end;
    text-align: right;
    font-size: 9px;
    letter-spacing: 0.14em;
    white-space: nowrap;
  }

  .buyer-home-header__signin {
    grid-area: search;
    min-height: 42px;
  }

  .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;
  }
}
