.buyer-products-page {
  background: #0f0c09;
  color: #f3ede3;
}

.buyer-products-hero {
  position: relative;
  z-index: 30;
  overflow: visible;
  border-bottom: 1px solid rgba(128, 96, 54, 0.28);
  background: #090705;
}

.buyer-products-hero__glow {
  position: absolute;
  left: -120px;
  top: 50%;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(196, 165, 114, 0.06);
  filter: blur(120px);
  transform: translateY(-50%);
}

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

.buyer-products-hero__inner {
  position: relative;
  z-index: 31;
  padding: 64px 0 56px;
}

.buyer-products-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.58);
}

.buyer-products-breadcrumb a:hover,
.buyer-products-breadcrumb .is-current {
  color: rgba(196, 165, 114, 0.88);
}

.buyer-products-breadcrumb__sep {
  color: rgba(243, 237, 227, 0.32);
}

.buyer-products-hero__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.buyer-products-hero__copy {
  min-width: 0;
  width: 100%;
  text-align: center;
}

.buyer-products-hero__tools {
  position: absolute;
  top: 64px;
  right: 0;
  left: 0;
  z-index: 32;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 32px;
  margin-top: 0;
  transform: none;
  pointer-events: none;
}

.buyer-products-hero__aside {
  display: flex;
  min-width: 260px;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  padding-top: 0;
  text-align: right;
  pointer-events: auto;
}

.buyer-products-hero__eyebrow,
.buyer-products-filter__label {
  margin: 0;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(196, 165, 114, 0.72);
}

.buyer-products-filter__label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(243, 237, 227, 0.7);
}

.buyer-products-hero__title {
  margin: 0;
  min-height: 1.05em;
  font-size: clamp(40px, 5.4vw, 70px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-align: center;
  font-synthesis: none;
}

.buyer-products-hero__subtitle {
  margin: 12px 0 0;
  min-height: 1.2em;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.52em;
  text-transform: uppercase;
  text-align: center;
  text-indent: 0.52em;
  color: rgba(196, 165, 114, 0.78);
  font-synthesis: none;
}

.buyer-products-hero__meta {
  justify-self: start;
  margin: 0;
  padding-top: 0;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.62);
  pointer-events: auto;
}

.buyer-products-hero__meta span {
  color: rgba(243, 237, 227, 0.48);
}

.buyer-products-controls {
  position: relative;
  z-index: 20;
  display: flex;
  width: min(1360px, calc(100% - 80px));
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 24px auto 0;
}

.buyer-products-sort {
  position: relative;
  z-index: 10000;
  width: 148px;
}

.buyer-products-sort-wrap {
  display: flex;
  width: auto;
  justify-content: flex-end;
  margin: 0;
}

.buyer-products-sort__summary {
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(128, 96, 54, 0.32);
  border-radius: 7px;
  background-color: transparent;
  padding: 0 14px;
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgba(243, 237, 227, 0.74);
  cursor: pointer;
  list-style: none;
}

.buyer-products-sort__summary::-webkit-details-marker {
  display: none;
}

.buyer-products-sort__summary::marker {
  content: "";
}

.buyer-products-sort__summary:focus {
  outline: 0;
  border-color: #c4a572;
}

.buyer-products-sort__arrow {
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid #96825e;
  transform: translateY(1px);
}

.buyer-products-sort__menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 10001;
  display: grid;
  width: 100%;
  border: 1px solid rgba(128, 96, 54, 0.32);
  border-radius: 7px;
  background: transparent;
  padding: 6px;
}

.buyer-products-sort__option {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: flex-start;
  border-radius: 7px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(243, 237, 227, 0.72);
}

.buyer-products-sort__option:hover,
.buyer-products-sort__option.is-active {
  background: #f1f1f1;
  color: #565656;
}

.buyer-products-sort__button {
  border: 1px solid rgba(128, 96, 54, 0.32);
  padding: 10px 16px;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.58);
  transition: border-color 240ms cubic-bezier(0.22, 1, 0.36, 1), background-color 240ms cubic-bezier(0.22, 1, 0.36, 1), color 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.buyer-products-sort__button.is-active,
.buyer-products-sort__button:hover {
  border-color: #c4a572;
  background: #c4a572;
  color: #0f0c09;
}

.buyer-products-shell {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: flex-start;
}

.buyer-products-shell--with-lines {
  grid-template-columns: minmax(0, 1fr);
  column-gap: 0;
}

.buyer-products-sidebar {
  width: 220px;
  min-width: 0;
  border-right: 1px solid rgba(128, 96, 54, 0.22);
  padding: 48px 32px 56px 0;
}

.buyer-products-filter + .buyer-products-filter {
  margin-top: 40px;
}

.buyer-products-filter__list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.buyer-products-filter__list li + li {
  margin-top: 10px;
}

.buyer-products-filter__list a {
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  font-size: 13px;
  color: rgba(243, 237, 227, 0.58);
}

.buyer-products-filter__list a.is-active,
.buyer-products-filter__list a:hover {
  color: #c4a572;
}

.buyer-products-filter__list a.is-active {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(196, 165, 114, 0.6);
  border-radius: 999px;
  background: transparent;
}

.buyer-products-filter__list--sub a {
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.buyer-products-brand-filter {
  position: relative;
  left: 50%;
  width: min(1360px, calc(100vw - 80px));
  max-width: none;
  margin: 22px auto 0;
  transform: translateX(-50%);
}

.buyer-products-brand-filter .buyer-products-filter__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 0;
}

.buyer-products-brand-filter .buyer-products-filter__list li + li {
  margin-top: 0;
}

.buyer-products-brand-filter .buyer-products-filter__list a {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #f1f1f1;
  padding: 0 10px;
  font-weight: 400;
  letter-spacing: 0.018em;
  color: #565656;
  transition: background-color 120ms ease;
}

.buyer-products-brand-filter .buyer-products-filter__list a:hover,
.buyer-products-brand-filter .buyer-products-filter__list a.is-active {
  background: #e5e5e5;
  color: #565656;
}

.buyer-products-brand-filter .buyer-products-filter__list a.is-active {
  background: #bfa677;
  color: #fff;
}

.buyer-products-content {
  min-width: 0;
  padding: 24px 0 72px;
}

.buyer-products-list {
  display: flex;
  flex-direction: column;
}

.buyer-products-pagination {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(128, 96, 54, 0.22);
}

.buyer-products-pagination__control,
.buyer-products-pagination__page,
.buyer-products-pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
}

.theme-buyer-source .buyer-products-pagination__page,
.theme-buyer-source a.buyer-products-pagination__page,
.theme-buyer-source span.buyer-products-pagination__page {
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  font-size: 12px;
}

.buyer-products-pagination__control,
.buyer-products-pagination__page {
  border: 0;
  border-radius: 7px;
  background: #f1f1f1;
  color: #565656;
  transition: all 180ms ease;
}

.buyer-products-pagination__control:hover,
.buyer-products-pagination__page:hover {
  background: #e5e5e5;
  color: #565656;
}

.buyer-products-pagination__control.is-disabled {
  opacity: 0.42;
}

.buyer-products-pagination__page.is-active {
  background: #bfa677;
  color: #fff;
}

.buyer-products-pagination__ellipsis {
  min-width: 24px;
  color: rgba(243, 237, 227, 0.34);
}

.buyer-products-pagination__pages {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.buyer-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 16px;
}

.buyer-products-card {
  position: relative;
}

.buyer-products-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: #16110d;
  border-radius: 0;
  transition: border-radius 220ms ease;
}

.buyer-products-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 220ms ease, transform 360ms ease, border-radius 220ms ease;
}

.buyer-products-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.42), transparent 36%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.buyer-products-card:hover .buyer-products-card__media::after {
  opacity: 1;
}

.buyer-products-card:hover .buyer-products-card__media img {
  opacity: 0.82;
  transform: scale(1.012);
}

.buyer-products-card:hover .buyer-products-card__media {
  border-radius: 14px;
}

.buyer-products-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  letter-spacing: 0.18em;
  color: rgba(196, 165, 114, 0.42);
}

.buyer-products-card__badge {
  position: absolute;
  left: 12px;
  top: 12px;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c4a572;
}

.buyer-products-card__wish {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 3;
  margin: 0;
}

.buyer-products-card__wish button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #bfa677;
  cursor: pointer;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.buyer-products-card__wish button:hover {
  color: #bfa677;
  transform: scale(1.05);
}

.buyer-products-card__wish button.is-loading {
  opacity: 0.65;
  pointer-events: none;
}

.buyer-products-card__wish svg {
  width: 28px;
  height: 28px;
  overflow: visible;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linejoin: round;
  transition: fill 180ms ease, stroke 180ms ease, transform 180ms ease;
}

.buyer-products-card__wish button.is-active svg,
.buyer-products-card__wish button[aria-pressed="true"] svg {
  fill: #bfa677;
  stroke: #bfa677;
}

.buyer-products-card__body {
  padding: 24px 0 0;
  text-align: left;
}

.buyer-products-card__kicker,
.buyer-products-card__stock {
  margin: 0;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.buyer-products-card__kicker {
  color: rgba(196, 165, 114, 0.82);
}

.buyer-products-card__title {
  margin: 10px 0 0;
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

.buyer-products-card__title a,
.buyer-products-card__title span {
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

.buyer-products-card__desc {
  margin: 10px 0 0;
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(243, 237, 227, 0.5);
}

.buyer-products-card__price {
  margin-top: 18px;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #bfa677;
}

.buyer-products-card__price span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.buyer-price {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  white-space: nowrap;
  letter-spacing: 0;
}

.buyer-price--inquiry {
  align-items: center;
  gap: 0;
}

.buyer-products-card__price-value,
.buyer-price__value {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #bfa677;
}

.buyer-price--inquiry .buyer-price__value {
  color: #bfa677;
  letter-spacing: -0.02em;
}

.buyer-products-card__price-unit,
.buyer-price__unit {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #111;
}

.buyer-products-card__price .buyer-price__unit {
  color: #111;
}

.buyer-home-story__button,
.buyer-home-story__button:visited {
  color: #111;
}

.buyer-products-card__stock {
  margin-top: 8px;
  color: rgba(243, 237, 227, 0.4);
}

.buyer-products-card__stock.is-soldout {
  color: #b26a6a;
}

.buyer-product-detail-page {
  background: #fff;
}

.buyer-product-detail-shell {
  width: min(1360px, calc(100% - 80px));
  margin: 0 auto;
  padding: 42px 0 96px;
}

.buyer-product-detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-bottom: 28px;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.56);
}

.buyer-product-detail-breadcrumb a:hover,
.buyer-product-detail-breadcrumb .is-current {
  color: #bfa677;
}

.buyer-product-detail-breadcrumb__sep {
  color: rgba(17, 17, 17, 0.28);
}

.buyer-product-detail-grid {
  display: grid;
  width: min(1100px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.buyer-product-detail-media__frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  outline: 0;
  box-shadow: none;
  background: transparent;
}

.buyer-product-detail-media__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.buyer-product-detail-media__frame:hover img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.01) brightness(1.03);
}

.buyer-product-detail-media__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #bfa677;
}

.buyer-product-detail-media__placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  letter-spacing: 0.18em;
  color: rgba(191, 166, 119, 0.28);
}

.buyer-product-detail-info {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}

.buyer-product-detail-kicker-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.buyer-product-detail-kicker,
.buyer-product-detail-stock,
.buyer-product-detail-reward span,
.buyer-product-detail-benefits p {
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
}

.buyer-product-detail-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #bfa677;
}

.buyer-product-detail-badges {
  display: flex;
  align-items: center;
  gap: 8px;
}

.buyer-product-detail-badges span {
  border-radius: 999px;
  background: #f1f1f1;
  padding: 6px 10px;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #565656;
}

.buyer-product-detail-title {
  margin: 16px 0 0;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.16;
  letter-spacing: -0.045em;
  color: #111;
}

.buyer-product-detail-pricebox {
  margin-top: 28px;
  border-top: 1px solid rgba(128, 96, 54, 0.2);
  padding-top: 28px;
}

.buyer-product-detail-price {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  color: #bfa677;
}

.buyer-product-detail-price span {
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: inherit;
  color: inherit;
}

.buyer-product-detail-price .buyer-price__value {
  color: #bfa677;
}

.buyer-product-detail-price .buyer-price__unit {
  color: #111;
}

.buyer-product-detail-stock {
  margin: 14px 0 0;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #565656;
}

.buyer-product-detail-stock.is-soldout {
  color: #b26a6a;
}

.buyer-product-detail-meta {
  margin: 24px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(128, 96, 54, 0.2);
}

.buyer-product-detail-meta__row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
}

.buyer-product-detail-meta__row + .buyer-product-detail-meta__row {
  margin-top: 14px;
}

.buyer-product-detail-meta__row dt {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #b78f3b;
}

.buyer-product-detail-meta__row dd {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #222;
}

.buyer-product-detail-meta__row dd a {
  color: inherit;
}

.buyer-product-detail-options {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(128, 96, 54, 0.2);
  display: grid;
  gap: 14px;
}

.buyer-product-detail-option {
  display: grid;
  gap: 8px;
}

.buyer-product-detail-option__label {
  font-size: 13px;
  color: #666;
}

.buyer-product-detail-option__select {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(128, 96, 54, 0.24);
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  color: #333;
}

.buyer-product-detail-option__select:focus {
  outline: none;
  border-color: rgba(191, 166, 119, 0.9);
  box-shadow: 0 0 0 3px rgba(191, 166, 119, 0.12);
}

.buyer-product-detail-option-error {
  margin: 10px 0 0;
  color: #b42318;
  font-size: 13px;
  font-weight: 700;
}

.buyer-inquiry-icon-demo {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.buyer-inquiry-icon-demo__item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  min-width: 220px;
  padding: 10px 14px;
  border: 1px solid rgba(191, 166, 119, 0.32);
  border-radius: 999px;
  background: rgba(191, 166, 119, 0.08);
  color: #8f7444;
}

.buyer-inquiry-icon-demo__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #bfa677;
}

.buyer-inquiry-icon-demo__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.buyer-inquiry-icon-demo__icon--circle,
.buyer-inquiry-icon-demo__icon--square,
.buyer-inquiry-icon-demo__icon--duotone {
  color: #b08f55;
}

.buyer-inquiry-icon-demo__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8f7444;
}

.buyer-product-detail-copy {
  margin-top: 28px;
  border-top: 1px solid rgba(128, 96, 54, 0.2);
  padding-top: 28px;
}

.buyer-product-detail-copy p {
  margin: 0;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 13.5px;
  line-height: 1.82;
  color: #565656;
}

.buyer-product-detail-reward {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  border-top: 1px solid rgba(128, 96, 54, 0.2);
  padding-top: 28px;
}

.buyer-product-detail-reward span {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #565656;
}

.buyer-product-detail-reward strong {
  font-size: 18px;
  color: #c4a572;
}

.buyer-product-detail-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.buyer-product-detail-actions form {
  display: contents;
}

.buyer-product-detail-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

.buyer-product-detail-btn--primary {
  flex: 1;
  border-color: #bfa677;
  background: #bfa677;
  color: #fff;
}

.buyer-product-detail-btn--ghost {
  border-color: transparent;
  background: #f1f1f1;
  color: #565656;
}

.buyer-product-detail-btn--ghost:hover,
.buyer-product-detail-btn--ghost.is-active {
  border-color: transparent;
  background: #e5e5e5;
  color: #565656;
}

.buyer-product-detail-benefits {
  margin-top: 36px;
  border-top: 1px solid rgba(128, 96, 54, 0.2);
  padding-top: 28px;
}

.buyer-product-detail-benefits p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: #565656;
}

.buyer-product-detail-benefits p + p {
  margin-top: 10px;
}

.buyer-product-detail-benefits p::before {
  content: "";
  width: 16px;
  height: 1px;
  background: #bfa677;
  flex-shrink: 0;
}

.buyer-product-detail-body {
  margin-top: 44px;
  padding-top: 44px;
  border-top: 1px solid rgba(128, 96, 54, 0.2);
}

.buyer-product-detail-body__inner {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.buyer-product-detail-body__summary {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
  padding: 22px 24px;
  border: 1px solid rgba(128, 96, 54, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(250, 247, 241, 0.92), rgba(255, 255, 255, 0.98));
}

.buyer-product-detail-body__summary-item {
  display: grid;
  gap: 6px;
}

.buyer-product-detail-body__summary-label,
.buyer-product-detail-body__summary-value {
  margin: 0;
}

.buyer-product-detail-body__summary-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #8c6d45;
}

.buyer-product-detail-body__summary-value {
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #383838;
}

.buyer-product-detail-body__content {
  display: grid;
  gap: 18px;
}

.buyer-product-detail-body__shared-chrome {
  display: flex;
  justify-content: center;
  margin: 0;
  text-align: center;
}

.buyer-product-detail-body__shared-chrome-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.buyer-product-detail-body__content .edibot-product-detail {
  width: min(100%, 1000px) !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  color: #5b5b5b;
}

.buyer-product-detail-body__content .edibot-product-detail .edb-img-tag-w {
  margin: 0 0 18px;
}

.buyer-product-detail-body__content .edibot-product-detail .edb-img-tag-w:last-child {
  margin-bottom: 0;
}

.buyer-product-detail-body__content .edibot-product-detail div:not(.edb-img-tag-w),
.buyer-product-detail-body__content .edibot-product-detail p,
.buyer-product-detail-body__content .edibot-product-detail span {
  max-width: 100% !important;
  font-size: clamp(15px, 1.45vw, 18px) !important;
  line-height: 1.85 !important;
  letter-spacing: -0.01em !important;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.buyer-product-detail-body__content .edibot-product-detail img {
  display: block;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto;
}

.buyer-product-detail-body__content > :first-child {
  margin-top: 0;
}

.buyer-product-detail-body__content > :last-child {
  margin-bottom: 0;
}

.buyer-product-detail-body__images {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.buyer-product-detail-body__image {
  overflow: hidden;
  border-radius: 14px;
  margin: 0;
  background: transparent;
}

.buyer-product-detail-body__image img {
  display: block;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  border-radius: 14px;
}

.buyer-products-empty {
  border: 1px dashed rgba(128, 96, 54, 0.5);
  padding: 120px 24px;
  text-align: center;
}

.buyer-products-empty__title {
  margin: 0;
  font-size: 24px;
  color: rgba(243, 237, 227, 0.55);
}

.buyer-products-empty__sub {
  margin: 12px 0 0;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.32);
}

.buyer-products-empty a {
  display: inline-block;
  margin-top: 28px;
  border-bottom: 1px solid rgba(196, 165, 114, 0.5);
  padding-bottom: 3px;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #c4a572;
}

.buyer-wishlist-page {
  background: #0f0c09;
  color: #f3ede3;
}

.buyer-wishlist-header {
  border-bottom: 1px solid rgba(128, 96, 54, 0.32);
}

.buyer-wishlist-header__inner,
.buyer-wishlist-body {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.buyer-wishlist-header__inner {
  padding: 48px 0;
}

.buyer-wishlist-header__eyebrow {
  margin: 0;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(196, 165, 114, 0.76);
}

.buyer-wishlist-header__title {
  margin: 14px 0 0;
  font-size: clamp(36px, 5vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.buyer-wishlist-header__meta,
.buyer-wishlist-header__message {
  margin: 10px 0 0;
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  font-size: 12px;
  color: rgba(243, 237, 227, 0.62);
}

.buyer-wishlist-header__message {
  color: rgba(196, 165, 114, 0.82);
}

.buyer-wishlist-body {
  padding: 48px 0 72px;
}

.buyer-wishlist-empty {
  border: 1px dashed rgba(128, 96, 54, 0.5);
  padding: 112px 24px;
  text-align: center;
}

.buyer-wishlist-empty__copy {
  margin: 0;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.45);
}

.buyer-wishlist-empty a {
  display: inline-flex;
  margin-top: 24px;
  border-bottom: 1px solid rgba(196, 165, 114, 0.42);
  padding-bottom: 2px;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.62);
}

.buyer-wishlist-empty a:hover {
  border-color: #c4a572;
  color: #c4a572;
}

.buyer-wishlist-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 16px;
}

.buyer-wishlist-card__media {
  display: block;
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #17120d;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.buyer-wishlist-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.buyer-wishlist-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  letter-spacing: 0.18em;
  color: rgba(196, 165, 114, 0.38);
}

.buyer-wishlist-card__body {
  padding: 24px 0 0;
}

.buyer-wishlist-card__title {
  margin: 10px 0 0;
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.buyer-wishlist-card__price {
  margin: 18px 0 0;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #bfa677;
}

.buyer-wishlist-card__price span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.buyer-wishlist-card__price .buyer-price__value {
  color: #bfa677;
}

.buyer-wishlist-card__price .buyer-price__unit {
  color: #111;
}

.buyer-wishlist-card__actions {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.buyer-wishlist-card__action,
.buyer-wishlist-card__actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(128, 96, 54, 0.36);
  background: transparent;
  color: rgba(243, 237, 227, 0.7);
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.buyer-wishlist-card__action {
  flex: 1;
}

.buyer-wishlist-card__actions form {
  margin: 0;
}

.buyer-wishlist-card__actions button {
  width: 38px;
  padding: 0;
}

.buyer-wishlist-card__action:hover,
.buyer-wishlist-card__actions button:hover {
  border-color: #c4a572;
  color: #c4a572;
}

.buyer-orders-page {
  background: #0f0c09;
  color: #f3ede3;
}

.buyer-orders-header {
  border-bottom: 1px solid rgba(128, 96, 54, 0.32);
}

.buyer-orders-header__inner,
.buyer-orders-body {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.buyer-orders-header__inner {
  padding: 48px 0;
}

.buyer-orders-header__eyebrow {
  margin: 0;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(196, 165, 114, 0.76);
}

.buyer-orders-header__title {
  margin: 14px 0 0;
  font-size: clamp(36px, 5vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.buyer-orders-body {
  padding: 48px 0 72px;
}

.buyer-orders-empty {
  border: 1px dashed rgba(128, 96, 54, 0.5);
  padding: 96px 24px;
  text-align: center;
}

.buyer-orders-empty__copy {
  margin: 0;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.45);
}

.buyer-orders-empty a {
  display: inline-flex;
  margin-top: 24px;
  border-bottom: 1px solid rgba(196, 165, 114, 0.42);
  padding-bottom: 2px;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.62);
}

.buyer-orders-empty a:hover {
  border-color: #c4a572;
  color: #c4a572;
}

.buyer-orders-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.buyer-orders-item {
  display: block;
  border: 1px solid rgba(128, 96, 54, 0.36);
  padding: 24px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.buyer-orders-item:hover {
  border-color: rgba(196, 165, 114, 0.45);
}

.buyer-orders-item__top,
.buyer-orders-item__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.buyer-orders-item__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.buyer-orders-item__no,
.buyer-orders-item__status,
.buyer-orders-item__summary,
.buyer-orders-item__date {
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
}

.buyer-orders-item__no {
  font-size: 11px;
  color: rgba(243, 237, 227, 0.45);
}

.buyer-orders-item__status {
  border: 1px solid rgba(128, 96, 54, 0.42);
  padding: 3px 10px;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.82);
}

.buyer-orders-item__amount {
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

.buyer-orders-item__amount span {
  margin-left: 2px;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 11px;
  color: rgba(243, 237, 227, 0.56);
}

.buyer-orders-item__bottom {
  margin-top: 12px;
}

.buyer-orders-item__summary,
.buyer-orders-item__date {
  margin: 0;
  font-size: 11px;
  color: rgba(243, 237, 227, 0.45);
}

.buyer-orders-item__summary span {
  margin: 0 8px;
  color: rgba(243, 237, 227, 0.28);
}

.buyer-order-detail-page {
  background: #0f0c09;
  color: #f3ede3;
}

.buyer-order-detail-header {
  border-bottom: 1px solid rgba(128, 96, 54, 0.32);
}

.buyer-order-detail-header__inner,
.buyer-order-detail-body {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.buyer-order-detail-header__inner {
  padding: 48px 0;
}

.buyer-order-detail-header__back,
.buyer-order-detail-header__eyebrow,
.buyer-order-detail-panel__label,
.buyer-order-detail-status__date,
.buyer-order-detail-status__no,
.buyer-order-detail-copy,
.buyer-order-detail-item__name,
.buyer-order-detail-item__amount,
.buyer-order-detail-refund label,
.buyer-order-detail-refund textarea,
.buyer-order-detail-button {
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
}

.buyer-order-detail-header__back {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.46);
}

.buyer-order-detail-header__back:hover {
  color: #c4a572;
}

.buyer-order-detail-header__eyebrow {
  margin: 16px 0 0;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(196, 165, 114, 0.76);
}

.buyer-order-detail-header__title {
  margin: 14px 0 0;
  font-size: clamp(36px, 5vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.buyer-order-detail-body {
  padding: 40px 0 72px;
}

.buyer-order-detail-flash {
  margin-bottom: 16px;
  border-left: 2px solid rgba(196, 165, 114, 0.7);
  background: rgba(23, 18, 13, 0.76);
  padding: 16px 18px;
  color: rgba(243, 237, 227, 0.84);
}

.buyer-order-detail-flash--error {
  border-left-color: rgba(178, 106, 106, 0.8);
  color: rgba(255, 214, 214, 0.88);
}

.buyer-order-detail-status,
.buyer-order-detail-panel,
.buyer-order-detail-actions-panel {
  border: 1px solid rgba(128, 96, 54, 0.36);
  padding: 24px;
}

.buyer-order-detail-status {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.buyer-order-detail-status__no {
  margin: 0;
  font-size: 11px;
  color: rgba(243, 237, 227, 0.46);
}

.buyer-order-detail-status__date {
  margin: 8px 0 0;
  font-size: 11px;
  color: rgba(243, 237, 227, 0.46);
}

.buyer-order-detail-status__side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.buyer-order-detail-status__badge {
  border: 1px solid rgba(128, 96, 54, 0.42);
  padding: 4px 12px;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.82);
}

.buyer-order-detail-status__amount {
  margin: 0;
  font-size: 22px;
  line-height: 1;
}

.buyer-order-detail-status__amount span {
  margin-left: 4px;
  font-size: 11px;
  color: rgba(243, 237, 227, 0.56);
}

.buyer-order-detail-panel + .buyer-order-detail-grid,
.buyer-order-detail-panel + .buyer-order-detail-shipping-progress,
.buyer-order-detail-shipping-progress + .buyer-order-detail-grid,
.buyer-order-detail-grid + .buyer-order-detail-actions-panel,
.buyer-order-detail-status + .buyer-order-detail-panel {
  margin-top: 20px;
}

.buyer-order-detail-shipping-progress__steps {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.buyer-order-detail-shipping-progress__step {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.buyer-order-detail-shipping-progress__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  left: calc(50% + 24px);
  right: calc(-50% + 24px);
  height: 1px;
  background: #e4e0d9;
}

.buyer-order-detail-shipping-progress__step.is-complete::after {
  background: #bfa677;
}

.buyer-order-detail-shipping-progress__marker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1efeb;
  color: #96825e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.buyer-order-detail-shipping-progress__step.is-complete .buyer-order-detail-shipping-progress__marker,
.buyer-order-detail-shipping-progress__step.is-current .buyer-order-detail-shipping-progress__marker {
  background: #bfa677;
  color: #fff;
}

.buyer-order-detail-shipping-progress__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.buyer-order-detail-shipping-progress__copy strong {
  color: #292929;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.buyer-order-detail-shipping-progress__copy > span {
  color: #777;
  font-size: 11px;
  line-height: 1.45;
  word-break: keep-all;
}

.buyer-order-detail-shipping-progress__step:not(.is-complete):not(.is-current) .buyer-order-detail-shipping-progress__copy > strong,
.buyer-order-detail-shipping-progress__step:not(.is-complete):not(.is-current) .buyer-order-detail-shipping-progress__copy > span {
  opacity: 0.52;
}

.theme-buyer-source .buyer-order-detail-inspection-button {
  width: max-content !important;
  min-width: 0 !important;
  margin-top: 9px !important;
  align-self: center !important;
  white-space: nowrap !important;
}

.theme-buyer-source .buyer-order-detail-shipping-progress .buyer-order-detail-button.buyer-order-detail-inspection-button {
  width: max-content !important;
  min-width: 0 !important;
  height: 32px !important;
  min-height: 32px !important;
  padding-right: 9px !important;
  padding-left: 9px !important;
}

.buyer-order-detail-progress-action {
  margin: 0;
}

.theme-buyer-source .buyer-order-detail-shipping-progress .buyer-order-detail-inspection-button:disabled {
  opacity: 0.58 !important;
  cursor: default !important;
}

.buyer-order-detail-shipping-information {
  display: grid;
  gap: 9px;
  margin: 0;
}

.buyer-order-detail-shipping-information > div {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 7px;
}

.buyer-order-detail-shipping-information dt,
.buyer-order-detail-shipping-information dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.buyer-order-detail-shipping-information dt {
  flex: 0 0 auto;
  color: #777;
  font-weight: 700;
}

.buyer-order-detail-shipping-information dd {
  min-width: 0;
  color: #292929;
  word-break: keep-all;
}

.buyer-order-detail-inspection-summary {
  margin-top: 20px;
}

.buyer-order-detail-inspection-summary__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.buyer-order-detail-inspection-summary__header .buyer-order-detail-panel__label {
  margin-bottom: 8px;
}

.buyer-order-detail-inspection-summary__header strong {
  color: #292929;
  font-size: 18px;
}

.buyer-order-detail-inspection-summary__previews {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 160px));
  gap: 12px;
  margin-top: 18px;
}

.buyer-order-detail-inspection-summary__preview {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(128, 96, 54, 0.18);
  border-radius: 10px;
  background: #f8f8f7;
}

.buyer-order-detail-inspection-summary__preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.buyer-order-detail-inspection-summary__preview:hover img,
.buyer-order-detail-inspection-summary__preview:focus-visible img {
  transform: scale(1.03);
}

.buyer-order-detail-inspection-summary__preview span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 20, 20, 0.58);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.is-inspection-modal-open {
  overflow: hidden;
}

.buyer-order-inspection-modal[hidden] {
  display: none !important;
}

.buyer-order-inspection-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: none;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  overflow-y: auto;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  border: 0;
  padding: 48px 24px;
  background: transparent;
  color: inherit;
}

.buyer-order-inspection-modal:target,
.buyer-order-inspection-modal.is-open,
.buyer-order-inspection-modal[open] {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.buyer-order-inspection-modal::backdrop {
  background: rgba(17, 17, 17, 0.58);
}

.buyer-order-inspection-modal__backdrop {
  position: fixed;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.buyer-order-inspection-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  border: 1px solid rgba(128, 96, 54, 0.16);
  border-radius: 14px;
  background: #fff;
  padding: 32px;
  color: #292929;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  outline: none;
}

.buyer-order-inspection-modal__header,
.buyer-order-inspection-modal__section-header,
.buyer-order-inspection-modal__checklist li,
.buyer-order-inspection-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.buyer-order-inspection-modal__header {
  align-items: flex-start;
}

.buyer-order-inspection-modal__title-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.buyer-order-inspection-modal__eyebrow,
.buyer-order-inspection-modal__order-no,
.buyer-order-inspection-modal__section-header > span,
.buyer-order-inspection-modal__image-card figcaption {
  color: #777;
  font-size: 12px;
  line-height: 1.5;
}

.buyer-order-inspection-modal__eyebrow {
  margin: 0 0 8px;
  color: #bfa677;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.buyer-order-inspection-modal__header h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
}

.buyer-order-inspection-modal__status-badge {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f1f1f1;
  padding: 0 11px;
  color: #96825e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.buyer-order-inspection-modal__order-no {
  margin: 8px 0 0;
}

.buyer-order-inspection-modal__close {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #f1f1f1;
  color: #565656;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.buyer-order-inspection-modal__close:hover,
.buyer-order-inspection-modal__close:focus-visible {
  background: #dfdfdf;
  color: #292929;
}

.buyer-order-inspection-modal__section {
  margin-top: 28px;
}

.buyer-order-inspection-modal__section-header {
  margin-bottom: 14px;
}

.buyer-order-inspection-modal__section-header h3 {
  margin: 0;
  color: #292929;
  font-size: 16px;
}

.buyer-order-inspection-items {
  display: grid;
  gap: 16px;
}

.buyer-order-inspection-item {
  border: 1px solid rgba(128, 96, 54, 0.16);
  border-radius: 12px;
  padding: 18px;
}

.buyer-order-inspection-item > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.buyer-order-inspection-item h4 {
  margin: 0;
  color: #292929;
  font-size: 15px;
}

.buyer-order-inspection-item > header div > span {
  display: inline-flex;
  margin-top: 8px;
  border-radius: 999px;
  background: #f8f6f2;
  padding: 6px 10px;
  color: #96825e;
  font-size: 12px;
  line-height: 1;
}

.buyer-order-inspection-item > header div > span.is-complete {
  background: #edf7f1;
  color: #377a53;
}

.buyer-order-inspection-item > header div > span.is-waiting {
  background: #f1f1f1;
  color: #777;
}

.buyer-order-inspection-item > header form {
  margin: 0;
}

.buyer-order-inspection-modal__empty {
  margin: 0;
  color: #777;
  font-size: 13px;
}

.buyer-order-inspection-modal__image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.buyer-order-inspection-modal__image-card {
  min-width: 0;
  margin: 0;
}

.buyer-order-inspection-modal__image-frame {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(128, 96, 54, 0.24);
  border-radius: 14px;
  background: #f8f8f7;
  color: #9a8d76;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  cursor: pointer;
}

.buyer-order-inspection-modal__image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.25s ease, transform 0.25s ease;
}

.buyer-order-inspection-modal__image-placeholder {
  transition: filter 0.25s ease;
}

.buyer-order-inspection-modal__image-hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background: rgba(25, 25, 25, 0.35);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.buyer-order-inspection-modal__image-hover-badge {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 999px;
  background: #fff;
  padding: 0 17px;
  color: #292929;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.16);
}

.buyer-order-inspection-modal__image-hover-badge b {
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.buyer-order-inspection-modal__image-frame:hover img,
.buyer-order-inspection-modal__image-frame:focus-visible img,
.buyer-order-inspection-modal__image-frame:hover .buyer-order-inspection-modal__image-placeholder,
.buyer-order-inspection-modal__image-frame:focus-visible .buyer-order-inspection-modal__image-placeholder {
  filter: brightness(0.72);
}

.buyer-order-inspection-modal__image-frame:hover .buyer-order-inspection-modal__image-hover,
.buyer-order-inspection-modal__image-frame:focus-visible .buyer-order-inspection-modal__image-hover {
  opacity: 1;
}

.buyer-order-inspection-viewer {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.buyer-order-inspection-viewer.is-open {
  display: flex;
}

.buyer-order-inspection-viewer__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(10, 10, 10, 0.82);
  cursor: zoom-out;
}

.buyer-order-inspection-viewer__window {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(1000px, 92vw);
  height: min(760px, 86vh);
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #f8f8f7;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.buyer-order-inspection-viewer__image {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.buyer-order-inspection-viewer__placeholder {
  color: #9a8d76;
  font-size: 14px;
}

.buyer-order-inspection-viewer__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.buyer-order-inspection-viewer__close:hover,
.buyer-order-inspection-viewer__close:focus-visible {
  background: #d8d8d8;
}

.buyer-order-inspection-modal__image-card figcaption {
  margin-top: 8px;
}

.buyer-order-inspection-modal__checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.buyer-order-inspection-modal__checklist li {
  min-height: 104px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid rgba(128, 96, 54, 0.14);
  border-radius: 14px;
  padding: 16px;
  color: #565656;
  font-size: 13px;
}

.buyer-order-inspection-modal__checklist li + li {
  border-top: 1px solid rgba(128, 96, 54, 0.14);
}

.buyer-order-inspection-modal__checklist strong {
  color: #96825e;
  font-size: 12px;
}

.buyer-order-information-list {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(128, 96, 54, 0.14);
  border-radius: 14px;
}

.buyer-order-information-list > div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  padding: 16px 18px;
}

.buyer-order-information-list > div + div {
  border-top: 1px solid rgba(128, 96, 54, 0.12);
}

.buyer-order-information-list dt,
.buyer-order-information-list dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.buyer-order-information-list dt {
  color: #777;
}

.buyer-order-information-list dd {
  color: #292929;
  font-weight: 700;
  text-align: right;
}

.buyer-order-information-notice {
  margin: 14px 0 0;
  border-radius: 10px;
  background: #f8f6f2;
  padding: 14px 16px;
  color: #777;
  font-size: 12px;
  line-height: 1.6;
}

.buyer-order-information-notice--warning {
  color: #6d5a38;
}

.buyer-order-inspection-modal__footer {
  justify-content: flex-end;
  margin-top: 28px;
}

.buyer-order-detail-panel__label {
  margin: 0 0 16px;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.62);
}

.buyer-order-detail-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.buyer-order-detail-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
}

.buyer-order-detail-item__name {
  color: rgba(34, 29, 24, 0.92);
}

.buyer-order-detail-item__name span {
  margin-left: 6px;
  color: rgba(34, 29, 24, 0.68);
}

.buyer-order-detail-item__meta {
  margin-top: 4px;
  color: rgba(34, 29, 24, 0.78);
  font-size: 12px;
}

.buyer-order-detail-item__amount {
  color: rgba(34, 29, 24, 0.88);
}

.buyer-order-detail-item--point .buyer-order-detail-item__name,
.buyer-order-detail-item--point .buyer-order-detail-item__amount {
  color: #c4a572;
}

.buyer-order-detail-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  border-top: 1px solid rgba(128, 96, 54, 0.32);
  padding-top: 16px;
}

.buyer-order-detail-total span {
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.buyer-order-detail-total strong {
  font-size: 24px;
  line-height: 1;
}

.buyer-order-detail-total em {
  margin-left: 4px;
  font-style: normal;
  font-size: 11px;
  color: rgba(243, 237, 227, 0.56);
}

.buyer-order-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.buyer-order-detail-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(243, 237, 227, 0.74);
}

.buyer-order-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.buyer-order-detail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid rgba(128, 96, 54, 0.36);
  background: transparent;
  padding: 0 18px;
  color: rgba(243, 237, 227, 0.74);
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.buyer-order-detail-button:hover {
  border-color: #c4a572;
  color: #c4a572;
}

.buyer-order-detail-button--primary {
  border-color: #c4a572;
  color: #c4a572;
}

.buyer-order-detail-button--danger {
  border-color: rgba(178, 106, 106, 0.52);
  color: rgba(255, 214, 214, 0.78);
}

.buyer-order-detail-refund {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

.buyer-order-detail-refund label {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.62);
}

.buyer-order-detail-refund textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(128, 96, 54, 0.36);
  background: transparent;
  padding: 10px 0;
  color: #f3ede3;
  font-size: 13px;
  outline: none;
}

.buyer-order-detail-refund textarea::placeholder {
  color: rgba(243, 237, 227, 0.26);
}

.buyer-checkout-page {
  background: #0f0c09;
  color: #f3ede3;
}

.buyer-checkout-header {
  border-bottom: 1px solid rgba(128, 96, 54, 0.32);
}

.buyer-checkout-header__inner,
.buyer-checkout-body {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.buyer-checkout-header__inner {
  padding: 48px 0;
}

.buyer-checkout-header__eyebrow,
.buyer-checkout-section__title,
.buyer-checkout-field span,
.buyer-checkout-payment__active span,
.buyer-checkout-summary__label,
.buyer-checkout-summary__meta,
.buyer-checkout-submit,
.buyer-checkout-flash,
.buyer-checkout-empty__copy {
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
}

.buyer-checkout-header__eyebrow {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(196, 165, 114, 0.76);
}

.buyer-checkout-header__title {
  margin: 14px 0 0;
  font-size: clamp(36px, 5vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.buyer-checkout-body {
  padding: 40px 0 72px;
}

.buyer-checkout-flash {
  margin-bottom: 16px;
  border-left: 2px solid rgba(196, 165, 114, 0.7);
  background: rgba(23, 18, 13, 0.76);
  padding: 16px 18px;
  color: rgba(243, 237, 227, 0.84);
}

.buyer-checkout-flash--error {
  border-left-color: rgba(178, 106, 106, 0.8);
  color: rgba(255, 214, 214, 0.88);
}

.buyer-checkout-empty {
  border: 1px dashed rgba(128, 96, 54, 0.5);
  padding: 112px 24px;
  text-align: center;
}

.buyer-checkout-empty__copy {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.45);
}

.buyer-checkout-empty a {
  display: inline-flex;
  margin-top: 24px;
  border-bottom: 1px solid rgba(196, 165, 114, 0.42);
  padding-bottom: 2px;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.62);
}

.buyer-checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
}

.buyer-checkout-form-wrap,
.buyer-checkout-summary {
  border: 1px solid rgba(128, 96, 54, 0.36);
  padding: 24px;
}

.buyer-checkout-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.buyer-checkout-section__title {
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(128, 96, 54, 0.32);
  padding-bottom: 14px;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.62);
}

.buyer-checkout-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(128, 96, 54, 0.32);
  margin-bottom: 20px;
  padding-bottom: 14px;
}

.buyer-checkout-section-head .buyer-checkout-section__title {
  margin: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.buyer-checkout-section-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.buyer-checkout-mini-button,
.buyer-checkout-address-button {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(196, 165, 114, 0.42);
  background: rgba(196, 165, 114, 0.12);
  height: 50px;
  min-height: 50px;
  border-radius: 7px;
  padding: 0 14px;
  color: rgba(243, 237, 227, 0.9);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.buyer-checkout-mini-button--ghost {
  background: transparent;
}

.buyer-checkout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 20px;
}

.buyer-checkout-field {
  display: block;
}

.buyer-checkout-field--full {
  grid-column: 1 / -1;
}

.buyer-checkout-field--inline {
  max-width: 280px;
}

.buyer-checkout-field span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.62);
}

.buyer-checkout-field input,
.buyer-checkout-field select,
.buyer-checkout-field textarea {
  box-sizing: border-box;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(128, 96, 54, 0.36);
  background: transparent;
  padding: 10px 0;
  color: #f3ede3;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  outline: none;
}

.buyer-checkout-address-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
}

.buyer-checkout-address-row input[readonly] {
  cursor: default;
}

.buyer-checkout-quantity {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: stretch;
  gap: 8px;
}

.buyer-checkout-quantity button {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(196, 165, 114, 0.42);
  background: rgba(196, 165, 114, 0.12);
  height: 50px;
  min-height: 50px;
  border-radius: 7px;
  color: rgba(243, 237, 227, 0.9);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.buyer-checkout-quantity input {
  box-sizing: border-box;
  height: 50px;
  text-align: center;
  -moz-appearance: textfield;
}

.buyer-checkout-quantity input::-webkit-outer-spin-button,
.buyer-checkout-quantity input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.buyer-checkout-field input[readonly] {
  font-weight: 400;
  color: rgba(243, 237, 227, 0.58);
}

.buyer-checkout-field select:disabled {
  cursor: not-allowed;
  font-weight: 400;
  color: rgba(243, 237, 227, 0.5);
}

.buyer-checkout-field input::placeholder,
.buyer-checkout-field textarea::placeholder {
  font-weight: 400;
  color: rgba(243, 237, 227, 0.42);
}

.buyer-checkout-inline {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.buyer-checkout-benefits {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: end;
  gap: 14px;
}

.buyer-checkout-benefits .buyer-checkout-field--inline {
  max-width: none;
}

.buyer-checkout-benefits__note {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  font-size: 11px;
  color: rgba(243, 237, 227, 0.52);
}

.buyer-checkout-payment__active {
  border: 1px solid rgba(196, 165, 114, 0.4);
  padding: 16px;
}

.buyer-checkout-payment__memo {
  margin-top: 18px;
}

.buyer-checkout-payment__active p {
  margin: 0;
  font-size: 13px;
  color: rgba(243, 237, 227, 0.86);
}

.buyer-checkout-payment__active span {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  color: rgba(243, 237, 227, 0.48);
}

.buyer-checkout-summary {
  height: fit-content;
}

.buyer-checkout-summary__label {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.62);
}

.buyer-checkout-summary__card {
  margin-top: 18px;
  border-bottom: 1px solid rgba(128, 96, 54, 0.28);
  padding-bottom: 18px;
}

.buyer-checkout-summary__name {
  margin: 0;
  font-size: 20px;
  line-height: 1.18;
}

.buyer-checkout-summary__desc {
  margin: 10px 0 0;
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(243, 237, 227, 0.5);
}

.buyer-checkout-summary__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(243, 237, 227, 0.5);
}

.buyer-checkout-summary .buyer-checkout-field {
  margin-top: 18px;
}

.buyer-checkout-summary__total,
.buyer-checkout-summary__line,
.buyer-checkout-summary__grand {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buyer-checkout-summary__total,
.buyer-checkout-summary__line--first {
  margin-top: 24px;
  border-top: 1px solid rgba(128, 96, 54, 0.32);
  padding-top: 18px;
}

.buyer-checkout-summary__line {
  margin-top: 12px;
}

.buyer-checkout-summary__line.buyer-checkout-summary__line--first {
  margin-top: 24px;
}

.buyer-checkout-summary__grand {
  margin-top: 18px;
  border-top: 1px solid rgba(128, 96, 54, 0.32);
  padding-top: 20px;
}

.buyer-checkout-summary__total span,
.buyer-checkout-summary__line span,
.buyer-checkout-summary__grand span {
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.buyer-checkout-summary__total strong,
.buyer-checkout-summary__line strong {
  font-size: 15px;
  line-height: 1;
}

.buyer-checkout-summary__grand strong {
  font-size: 24px;
  line-height: 1;
}

.buyer-checkout-summary__total em,
.buyer-checkout-summary__line em,
.buyer-checkout-summary__grand em {
  margin-left: 4px;
  font-style: normal;
  font-size: 11px;
  color: rgba(243, 237, 227, 0.56);
}

.buyer-checkout-submit {
  width: 100%;
  margin-top: 20px;
  border: 0;
  background: #c4a572;
  padding: 16px 18px;
  color: #0f0c09;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
