/* BELLORE 2026-08-11 design consolidation
   Search market/recent watches · 2-column sale collection · flat admin menus */

:root {
  --bellore-neutral-bg: #f4f5f6;
  --bellore-neutral-line: #dedfe2;
  --bellore-secondary: #8c8d92;
}

/* ============================================================
   검색: 90일 시세 + 최근 본 시계
   ============================================================ */
.search-page {
  background: #fff;
}

.search-page .sp-panel {
  padding-right: 20px;
  padding-left: 20px;
}

.search-page .sp-sec {
  padding: 26px 0;
  border-bottom-color: #e8e8e8;
}

.search-page .sp-sec-head {
  margin-bottom: 16px;
}

.search-page .sp-sec-head h3 {
  color: #111;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: -.025em;
}

.sp-section-kicker {
  margin: 0 0 18px;
  color: #a69f99;
  font-size: 15px;
  line-height: 1;
  font-weight: 750;
  letter-spacing: .25em;
}

.sp-market-sec,
.sp-viewed-sec {
  padding-top: 38px !important;
}

.sp-market-sec .sp-sec-head,
.sp-viewed-sec .sp-sec-head {
  margin-bottom: 24px;
}

.sp-market-sec .sp-sec-head h3,
.sp-viewed-sec .sp-sec-head h3 {
  font-size: 26px;
  line-height: 1.25;
}

.sp-market-note {
  color: #a5a5a5;
  font-size: 17px;
  font-weight: 700;
}

.sp-market {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-market-row button {
  display: grid;
  grid-template-columns: 28px 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 122px;
  padding: 16px 0;
  text-align: left;
  border-bottom: 1px solid #ececec;
}

.sp-market-row:last-child button {
  border-bottom: 0;
}

.sp-market-rank {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.sp-market-img {
  display: block;
  width: 76px;
  height: 76px;
  background: #f5f5f4;
  overflow: hidden;
}

.sp-market-img img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.sp-market-row strong {
  min-width: 0;
  color: #111;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 750;
  word-break: keep-all;
}

.sp-market-change {
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.sp-market-change.up { color: #c44a43; }
.sp-market-change.down { color: #3f73aa; }
.sp-market-change.flat { color: #aaa; }

.sp-now-grid {
  display: block;
}

.sp-now-card,
.sp-now-open {
  min-width: 0;
  width: 100%;
  text-align: left;
}

.sp-now-card {
  border-bottom: 1px solid #e5e2dd;
}

.sp-now-card:last-child {
  border-bottom: 0;
}

.sp-now-open {
  display: grid;
  grid-template-columns: 24px 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 112px;
  padding: 12px 0;
}

.sp-now-rank {
  color: #111;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.sp-now-img {
  position: relative;
  display: block;
  width: 76px;
  height: 76px;
  overflow: hidden;
  background: #f3f2ef;
}

.sp-now-img img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.sp-now-condition {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
  width: max-content;
  padding: 3px 5px;
  border: 1px solid #171717;
  background: rgba(255,255,255,.92);
  color: #171717;
  font-size: 8px;
  line-height: 1;
  font-weight: 850;
}

.sp-now-copy,
.sp-now-brand,
.sp-now-model,
.sp-now-spec,
.sp-now-price {
  display: block;
}

.sp-now-brand {
  color: #9b8e87;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sp-now-model {
  margin-top: 4px;
  color: #111;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -.025em;
  word-break: keep-all;
}

.sp-now-spec {
  margin-top: 3px;
  color: #a49e9a;
  font-size: 10px;
  line-height: 1.4;
}

.sp-now-price {
  color: #111;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 850;
  white-space: nowrap;
}

.sp-viewed-sec {
  margin-right: -20px;
  padding-bottom: 38px !important;
}

.sp-viewed-sec .sp-sec-head {
  padding-right: 20px;
}

.sp-viewed-sec .sp-clear {
  color: #a0a0a0;
  text-decoration: none;
}

.sp-viewed-row {
  gap: 16px;
  padding: 0 20px 10px 0;
  scroll-snap-type: x proximity;
}

.sp-viewed {
  position: relative;
  flex: 0 0 190px;
  width: 190px;
  scroll-snap-align: start;
}

.sp-viewed-open {
  display: block;
  width: 100%;
  text-align: left;
}

.sp-viewed-img {
  width: 190px;
  height: 190px;
  border-radius: 0;
  background: #f3f3f2;
}

.sp-viewed-img img {
  padding: 10px;
  object-fit: contain;
}

.sp-viewed-remove {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  background: rgba(80,80,80,.72);
  color: #fff;
  font-size: 17px;
  line-height: 1;
}

.sp-viewed-brand {
  margin-top: 12px;
  color: #999;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sp-viewed-model {
  display: -webkit-box;
  min-height: 2.7em;
  margin-top: 6px;
  overflow: hidden;
  color: #111;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 750;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sp-viewed-price {
  margin-top: 6px;
  color: #111;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 850;
}

/* ============================================================
   판매 중인 시계: 중성 연그레이 배경 + 2열 상품 카드
   ============================================================ */
.page-collection .section-soft {
  background: #fff !important;
}

body[data-page="collection"] .main-wrap,
body[data-page="collection"] #collection,
body[data-page="collection"] #collection > .section-soft {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body[data-page="collection"] #collection > .section-soft > .container {
  padding-top: 0 !important;
}

.page-collection .wanted-page-intro--collection,
.page-collection #catPopular,
.page-collection #catSellMine {
  display: none !important;
}

.page-collection .cat-search-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.page-collection .cat-brand-search {
  margin-top: 0 !important;
}

.page-collection .cat-action--filter {
  flex: 0 0 auto;
  width: auto;
  min-height: 40px;
  padding: 9px 15px;
  border-radius: 999px;
}

.page-collection .qf-chip-sort {
  margin-left: auto;
}

/* 판매시계 카드 규격은 아래 "상품 카드 2열 규격"으로 일원화됨 */

/* 마이페이지 스타일은 app/features/mypage-personal-shop의 주제별 모듈에서 관리합니다. */
.tabbar {
  border-radius: 0 !important;
  box-shadow: 0 -8px 24px rgba(0,0,0,.035);
}

.tab-item.active {
  color: #151515 !important;
}

/* ============================================================
   2026-08-18 상품 카드 2열 규격 — 홈 · 판매시계 공용 단일 소스
   사진은 타일을 꽉 채우고, 찜 하트는 사진 우상단, 글줄은 촘촘하게.
   배지(오늘 등록 · 미착용 · 할인)는 사진 왼쪽 위.
   ============================================================ */
#homeOnSale .home-sale-grid,
.page-collection .col-grid-inner,
html[data-width="full"] .page-collection .col-grid-inner {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 20px !important;
  row-gap: 24px !important;
}

#homeOnSale .home-sale-grid {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

/* 정보가 적은 카드에도 빈 행을 만들지 않는다. 같은 2열 안에서 카드만 같은 높이로
   늘린 뒤 금액을 바닥에 붙여, 필요한 최소 여백으로 가격 기준선만 맞춘다. */
#homeOnSale .home-sale-grid,
.page-collection .col-grid-inner {
  align-items: stretch !important;
}

#homeOnSale .hcard,
.page-collection .col-grid-inner .hcard {
  min-width: 0; display: flex; flex-direction: column;
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#homeOnSale .hcard:hover,
.page-collection .col-grid-inner .hcard:hover {
  transform: none;
}

#homeOnSale .hcard-img,
.page-collection .col-grid-inner .hcard-img {
  position: relative;
  display: block;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f2f3f5 !important;
  box-shadow: none !important;
}

/* 상품 바닥 그림자 — 사진 뒤에 은은한 타원. 투명 PNG 시계는 이 위에 떠 보이고,
   배경이 꽉 찬 실사 사진에는 가려져 티가 나지 않는다(사각 그림자 문제 없음). */
#homeOnSale .hcard-img::after,
.page-collection .col-grid-inner .hcard-img::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 12%;
  z-index: 0;
  width: 46%;
  height: 7%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(22, 24, 30, .26), rgba(22, 24, 30, 0) 70%);
  filter: blur(3px);
  pointer-events: none;
}

/* 매물 사진은 대부분 흰 배경이라 곱하기로 합성한다.
   그래야 연회색 타일 위에서 흰 사각형('박스 안 박스')이 보이지 않는다. */
#homeOnSale .hcard-img img,
.page-collection .col-grid-inner .hcard-img img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 6% !important;
  object-fit: contain !important;
  /* 흰 배경 사진이 회색 타일과 곱해져 '박스 안 박스'로 보이지 않게 한다. */
  mix-blend-mode: multiply;
  position: relative;
  z-index: 1;
}

/* 결제·구매확정 상태는 할인/컨디션 배지와 분리해 사진 오른쪽 위에 고정한다. */
#homeOnSale .listing-sale-state,
.page-collection .listing-sale-state,
#wishGrid .listing-sale-state,
.search-page .sp-viewed-img .listing-sale-state,
.wish-recent-thumb .listing-sale-state {
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 4;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(26, 41, 37, .94);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -.02em;
}
#homeOnSale .listing-sale-state.is-sold,
.page-collection .listing-sale-state.is-sold,
#wishGrid .listing-sale-state.is-sold,
.search-page .listing-sale-state.is-sold,
.wish-recent-thumb .listing-sale-state.is-sold {
  background: rgba(17, 17, 17, .9);
  letter-spacing: .04em;
}
#homeOnSale .hcard.is-listing-sold .hcard-img img,
.page-collection .hcard.is-listing-sold .hcard-img img { opacity: .58; }
#homeOnSale .hcard.is-listing-reserved .hcard-img img,
.page-collection .hcard.is-listing-reserved .hcard-img img { opacity: .78; }

/* 사진 왼쪽 위 배지 */
#homeOnSale .hcard-today,
#homeOnSale .hcard-condition,
.page-collection .hcard-today,
.page-collection .hcard-condition {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  padding: 4px 8px;
  font-size: 11px;
  line-height: 1;
  font-weight: 750;
  letter-spacing: -.01em;
}

#homeOnSale .hcard-condition,
.page-collection .hcard-condition {
  border: 1px solid #111;
  background: rgba(255,255,255,.94);
  color: #111;
}

#homeOnSale .hcard-today,
.page-collection .hcard-today {
  border: 0;
  background: #c0392b;
  color: #fff;
}

/* 오늘 등록과 미착용이 함께 붙으면 아래로 쌓는다 */
#homeOnSale .hcard-today + .hcard-condition,
.page-collection .hcard-today + .hcard-condition {
  top: 38px;
}

/* 찜 하트 — 사진 우상단 */
#homeOnSale .hcard-actions,
body.admin-mode #homeOnSale .hcard-actions,
.page-collection .col-grid-inner .hcard-actions,
body.admin-mode .page-collection .col-grid-inner .hcard-actions {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: auto;
  left: auto;
  z-index: 4;
  display: block !important;
}

#homeOnSale .hcard-actions .hcard-cart,
.page-collection .col-grid-inner .hcard-actions .hcard-cart {
  display: none !important;
}

#homeOnSale .hcard-actions .hcard-wish,
.page-collection .col-grid-inner .hcard-actions .hcard-wish {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #171717;
  box-shadow: 0 1px 4px rgba(0,0,0,.1);
}

#homeOnSale .hcard-actions .hcard-wish svg,
.page-collection .col-grid-inner .hcard-actions .hcard-wish svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
}

#homeOnSale .hcard-actions .hcard-wish.on,
.page-collection .col-grid-inner .hcard-actions .hcard-wish.on {
  border: 0;
  background: rgba(255,255,255,.92);
  color: #bf493f;
}

#homeOnSale .hcard-actions .hcard-wish.on svg,
.page-collection .col-grid-inner .hcard-actions .hcard-wish.on svg {
  fill: currentColor;
}

/* 카드 글줄 — 브랜드 · 모델 · 스펙 · 가격 */
#homeOnSale .hcard-brand,
#homeOnSale .hcard-model,
#homeOnSale .hcard-ref,
#homeOnSale .hcard-pack,
#homeOnSale .hcard-trust,
#homeOnSale .hcard-price,
.page-collection .col-grid-inner .hcard-brand,
.page-collection .col-grid-inner .hcard-model,
.page-collection .col-grid-inner .hcard-ref,
.page-collection .col-grid-inner .hcard-pack,
.page-collection .col-grid-inner .hcard-trust,
.page-collection .col-grid-inner .hcard-price {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#homeOnSale .hcard-brand,
.page-collection .col-grid-inner .hcard-brand {
  height: 16px; min-height: 16px; margin-top: 8px; padding-top: 0; overflow: hidden;
  color: #8b8b8b; font-size: 12px; line-height: 16px; font-weight: 750; letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap; text-overflow: ellipsis;
}

#homeOnSale .hcard-trust,
.page-collection .col-grid-inner .hcard-trust {
  height: 24px; min-height: 24px; margin-top: 7px; padding: 0 8px !important;
  overflow: hidden; border: 1px solid #e3e1dc; border-radius: 7px;
  background: #f8f7f4; color: #55575b; font-size: 10.5px; line-height: 22px;
  font-weight: 650; white-space: nowrap; text-overflow: ellipsis;
}

#homeOnSale .hcard-model,
.page-collection .col-grid-inner .hcard-model {
  display: -webkit-box; min-height: 21px; max-height: 42px;
  margin-top: 2px; padding-top: 0; overflow: hidden;
  color: #111; font-size: 15px; line-height: 21px; font-weight: 700; letter-spacing: -.025em;
  white-space: normal; word-break: keep-all;
  -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

/* 스펙은 한 줄 고정(넘치면 말줄임) — 두 줄로 밀리면 옆 카드와 가격 줄이 어긋난다 */
#homeOnSale .hcard-ref,
#homeOnSale .hcard-pack,
.page-collection .col-grid-inner .hcard-ref,
.page-collection .col-grid-inner .hcard-pack {
  height: 17px; min-height: 17px; max-height: 17px;
  margin-top: 2px; padding-top: 0; overflow: hidden;
  color: #a09b98; font-size: 12.5px; line-height: 17px; font-weight: 500;
  white-space: nowrap; text-overflow: ellipsis;
}

#homeOnSale .hcard-price,
.page-collection .col-grid-inner .hcard-price {
  height: 25px; min-height: 25px; margin-top: auto;
  padding-top: 0; padding-bottom: 0; overflow: hidden;
  color: #111; font-size: 17px; line-height: 25px; font-weight: 850;
  white-space: nowrap; font-variant-numeric: tabular-nums;
}

/* 카드에서 쓰지 않는 요소 */
#homeOnSale .hcard-used-row,
#homeOnSale .hcard-used-badge,
#homeOnSale .hcard-admin,
#homeOnSale .hcard-tag,
.page-collection .col-grid-inner .hcard-used-row,
.page-collection .col-grid-inner .hcard-used-badge,
.page-collection .col-grid-inner [class*="market-same"],
.page-collection .col-grid-inner [class*="market-lower"] {
  display: none !important;
}

@media (min-width: 700px) {
  #homeOnSale .home-sale-grid,
  .page-collection .col-grid-inner,
  html[data-width="full"] .page-collection .col-grid-inner {
    column-gap: 24px !important;
    row-gap: 30px !important;
  }

  #homeOnSale .hcard-model,
  .page-collection .col-grid-inner .hcard-model {
    font-size: 16px;
    min-height: 22px; max-height: 44px;
    line-height: 22px;
  }

  #homeOnSale .hcard-price,
  .page-collection .col-grid-inner .hcard-price {
    font-size: 19px;
    height: 27px; min-height: 27px;
    line-height: 27px;
  }
}

/* 배지가 겹칠 때 아래로 쌓기 (DOM 순서: 오늘 등록 → 미착용 → 타임세일) */
#homeOnSale .hcard-timesale,
.page-collection .col-grid-inner .hcard-timesale {
  top: 10px;
  left: 10px;
}

#homeOnSale .hcard-today + .hcard-timesale,
#homeOnSale .hcard-condition + .hcard-timesale,
.page-collection .col-grid-inner .hcard-today + .hcard-timesale,
.page-collection .col-grid-inner .hcard-condition + .hcard-timesale {
  top: 38px;
}

#homeOnSale .hcard-today + .hcard-condition + .hcard-timesale,
.page-collection .col-grid-inner .hcard-today + .hcard-condition + .hcard-timesale {
  top: 66px;
}

/* ============================================================
   2026-08-18 검색 상단 여백 + 타이핑 중 상품 미리보기
   ============================================================ */
/* 상단이 답답하지 않게 위아래 숨통을 준다 */
.search-page .sp-top {
  padding: 20px 18px 10px;
  padding-top: max(20px, env(safe-area-inset-top));
  gap: 12px;
}
.search-page .sp-bar {
  padding: 10px 2px;
}
.search-page .sp-bar input {
  font-size: 16px;
}
.search-page .sp-tabs {
  padding: 4px 18px 16px;
}

/* 연관 검색어(미리보기 상단) */
.sp-pv-sugs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sp-pv-sugs .sp-sug b { font-weight: 800; }

/* 상품 미리보기 목록 */
.sp-pv-sec .sp-sec-head { margin-bottom: 6px; }
.sp-pv-note { color: #a5a5a5; font-size: 13px; font-weight: 700; font-variant-numeric: tabular-nums; }
/* 화면을 다 가리지 않게: 처음엔 3개 높이만 보이고 나머지는 박스 안에서 스크롤 */
.sp-pv-list {
  margin: 0;
  max-height: 267px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #ececea;
  border-radius: 12px;
}
.sp-pv-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid #f1efec;
}
.sp-pv-item:last-child { border-bottom: 0; }
.sp-pv-img {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  background: #f2f3f5;
}
.sp-pv-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8%;
  mix-blend-mode: multiply;
}
.sp-pv-new {
  position: absolute;
  top: 3px;
  left: 3px;
  padding: 2px 4px;
  border: 1px solid #111;
  background: rgba(255,255,255,.92);
  color: #111;
  font-size: 8px;
  line-height: 1;
  font-weight: 850;
}
.sp-pv-copy { min-width: 0; }
.sp-pv-brand {
  display: block;
  color: #9b8e87;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sp-pv-model {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: #111;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sp-pv-spec {
  display: block;
  margin-top: 2px;
  overflow: hidden;
  color: #a49e9a;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sp-pv-price {
  color: #111;
  font-size: 15px;
  font-weight: 850;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.sp-pv-all {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 13px 0;
  border: 1px solid #ddd9d2;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-size: 13.5px;
  font-weight: 750;
  text-align: center;
}
.sp-pv-all:active { background: #f6f5f3; }

/* ============================================================
   2026-08-18 검색 화면 개편 — 모드 버튼 통합 · 인기/추천 2열 · 통일 규격
   ============================================================ */
/* 헤더: [모드 버튼] + [검색바(박스)] + [닫기] 한 줄 */
.search-page .sp-top {
  gap: 9px;
  border-bottom: 1px solid #ececea;
}
.search-page .sp-mode {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #141414;
  border-radius: 12px;
  background: #141414;
  color: #fff;
  font: inherit;
  font-size: 13.5px;
  font-weight: 750;
  white-space: nowrap;
}
.search-page .sp-mode.is-back {
  background: #fff;
  border-color: #d9d6d0;
  color: #141414;
}
.search-page .sp-mode .ic-search { display: none; }
.search-page .sp-mode.is-back .ic-grid { display: none; }
.search-page .sp-mode.is-back .ic-search { display: inline-block; }

.search-page .sp-bar {
  flex: 1;
  min-width: 0;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #ececea;
  border-bottom: 1px solid #ececea;
  border-radius: 12px;
  background: #f7f7f5;
}
.search-page .sp-bar input { font-size: 14.5px; }
.search-page .sp-bar-ic { color: #8a8781; }

/* 섹션 제목 한 규격 */
.search-page .sp-sec { padding: 20px 16px; border: 0; }
.search-page .sp-sec + .sp-sec { border-top: 8px solid #f7f7f5; }
.search-page .sp-sec-head { margin-bottom: 13px; }
.search-page .sp-sec-head h3 {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #141414;
}
.search-page .sp-clear { color: #adaaa4; font-size: 12px; font-weight: 600; }

/* 최근검색어: 한 줄 가로 스크롤(스크롤바 숨김) */
.search-page .sp-recent {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ececea;
}
.search-page .sp-recent::-webkit-scrollbar { display: none; }
.search-page .sp-recent .sp-chip {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border: 1px solid #ececea;
  border-radius: 999px;
  background: #fff;
  color: #141414;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.search-page .sp-recent .sp-chip-x { color: #adaaa4; font-size: 14px; }
.search-page .sp-recent .sp-empty { color: #adaaa4; font-size: 13px; padding: 2px 0; }

/* 인기 / 추천 좌우 2열 */
.search-page .sp-two { display: grid; grid-template-columns: 1fr 1fr; }
.search-page .sp-col { min-width: 0; }
.search-page .sp-col:first-child { padding-right: 18px; }
.search-page .sp-col + .sp-col { padding-left: 18px; border-left: 1px solid #ececea; }
.search-page .sp-col-lab {
  margin: 0 0 6px;
  color: #8a8781;
  font-size: 12px;
  font-weight: 800;
}
/* 인기/추천 각 열: 세로 스크롤 박스(최대 20개), 스크롤바 숨김 */
.search-page .sp-poplist,
.search-page .sp-suglist {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 320px;
  overflow-y: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.search-page .sp-poplist::-webkit-scrollbar,
.search-page .sp-suglist::-webkit-scrollbar { display: none; }
.search-page .sp-kwrow {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 9px;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #ececea;
  background: none;
  text-align: left;
  font: inherit;
}
.search-page li:last-child .sp-kwrow { border-bottom: 0; }
.search-page .sp-kwno {
  color: #a58649;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.search-page .sp-kwdot {
  width: 5px;
  height: 5px;
  margin: 0 auto;
  border-radius: 50%;
  background: #adaaa4;
}
.search-page .sp-kwrow span {
  font-size: 13.5px;
  font-weight: 600;
  color: #141414;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 많이 찾는 시계 — 통일 순위 줄 */
.search-page .sp-market { margin: 0; padding: 0; list-style: none; }
.search-page .sp-market-row button {
  display: grid;
  grid-template-columns: 22px 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  width: 100%;
  min-height: 0;
  padding: 11px 0;
  border-bottom: 1px solid #ececea;
  background: none;
  text-align: left;
}
.search-page .sp-market-rank {
  color: #a58649;
  font-size: 14px;
  font-weight: 850;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.search-page .sp-market-img {
  width: 58px;
  height: 58px;
  background: #f2f3f5;
  overflow: hidden;
}
.search-page .sp-market-img img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.search-page .sp-market-row strong {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: #141414;
}
.search-page .sp-market-arw {
  color: #adaaa4;
  font-size: 16px;
  font-style: normal;
}

/* 최근 본 시계 — 박스 안 박스 제거(회색 타일 + 곱하기 + 바닥 그림자) */
.search-page .sp-viewed-sec { margin-right: 0; }
.search-page .sp-viewed-img {
  position: relative;
  width: 116px;
  height: 116px;
  border-radius: 0;
  background: #f2f3f5;
  overflow: hidden;
}
.search-page .sp-viewed-img img {
  padding: 8%;
  object-fit: contain;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 1;
}
.search-page .sp-viewed-img::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 11%;
  z-index: 0;
  width: 46%;
  height: 7%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(22,24,30,.24), rgba(22,24,30,0) 70%);
  filter: blur(3px);
}
.search-page .sp-viewed { width: 116px; flex: 0 0 116px; }
.search-page .sp-viewed-brand { margin-top: 9px; font-size: 10px; letter-spacing: .12em; }
.search-page .sp-viewed-model { min-height: 0; margin-top: 2px; font-size: 12.5px; -webkit-line-clamp: 1; }
.search-page .sp-viewed-price { margin-top: 4px; font-size: 13px; }
.search-page .sp-viewed-remove {
  top: 6px; right: 6px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: #555;
  font-size: 13px;
}

/* ============================================================
   2026-08-18 상품 상세 — 하단바 찜·금액·구매 · 상태 박스 딥그린
   ============================================================ */
.pp-bottom .pp-buyprice {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 2px;
  font-size: 16.5px;
  font-weight: 850;
  letter-spacing: -.02em;
  color: #141414;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.pp-bottom .pp-buyprice .won { font-weight: 850; }
.pp-bottom .pp-wish { width: 54px; min-height: 54px; }
.pp-bottom .pp-buy { min-height: 54px; flex: 1; min-width: 116px; }
.pp-bottom .pp-npay-action {
  flex: 1 1 0;
  min-width: 116px;
  min-height: 54px;
  width: auto;
  max-width: none;
  margin: 0;
  overflow: hidden;
}
.pp-bottom .pp-npay-action > * {
  max-width: 100% !important;
}

/* 2026-08-26 — unified product purchase bar */
.pp-bottom {
  display: grid; grid-template-columns: 52px minmax(178px, 1fr) minmax(176px, 1fr);
  align-items: center; gap: 12px; min-height: 96px;
  padding: 24px 18px calc(14px + env(safe-area-inset-bottom));
  border: 1px solid #e5e3df; border-radius: 18px; background: #fff;
  box-shadow: 0 12px 34px rgba(20, 27, 25, .08);
  overflow: visible;
}
.pp-bottom.has-npay { grid-template-columns: 52px minmax(178px, 1fr) minmax(176px, 1fr) minmax(176px, 1fr); }
.pp-bottom .pp-wish {
  width: 52px;
  height: 52px;
  min-height: 52px;
  margin: 3px 0;
  border: 0;
  border-radius: 50%;
  background: #f3f3f1;
  color: #656565;
}
.pp-bottom .pp-buyprice {
  min-width: 178px; min-height: 58px; position: relative;
  flex-direction: row; align-items: flex-start; justify-content: flex-start; gap: 0;
  padding: 25px 8px 0;
  font-size: 20px; line-height: 1;
}
.pp-bottom .pp-buyprice::before {
  content: '판매가'; position: absolute; top: 8px; left: 8px;
  color: #929292; font-size: 11px; font-weight: 700;
  letter-spacing: .01em;
}
.pp-bottom .pp-buyprice .won {
  margin-left: 2px;
  color: #777;
  font-size: 14px;
  font-weight: 750;
}
.pp-bottom .pp-buy {
  width: 100%; height: 58px; min-height: 58px; border-radius: 14px;
  font-size: 18px;
}
.pp-bottom .pp-npay-action {
  position: relative; align-self: center;
  width: 100%; max-width: none;
  height: 58px; min-height: 58px; max-height: 58px;
  border-radius: 14px; overflow: visible;
}
.pp-bottom .pp-npay-action > * {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  margin: 0 !important;
  overflow: visible !important;
}
.pp-bottom .pp-npay-action > .npay_button_sdk_wrapper {
  min-width: 0 !important;
}
.pp-bottom .npay_button_area, .pp-bottom .npay_main_cell, .pp-bottom .npay_link_order {
  height: 58px !important; min-height: 58px !important;
}
.pp-bottom .pp-npay-action .npay_link_order { display: flex !important; align-items: center; justify-content: center; padding: 0 4px !important; border-radius: 14px !important; }
.pp-bottom .pp-npay-action iframe {
  display: block;
  width: 100% !important;
  border: 0;
  border-radius: 14px;
  overflow: visible;
}
.pp-bottom.has-npay .pp-buyprice { display: none; }
@media (min-width: 680px) {
  .pp-bottom.has-npay .pp-buyprice { display: flex; }
}
@media (max-width: 679px) {
  .pp-bottom {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 8px;
    padding: 22px 12px calc(11px + env(safe-area-inset-bottom));
    border-radius: 16px;
  }
  .pp-bottom.has-npay { grid-template-columns: 48px minmax(0, 1fr) minmax(0, 1fr); }
  .pp-bottom .pp-wish {
    width: 48px;
    height: 48px;
    min-height: 48px;
    margin: 3px 0;
    border-radius: 50%;
  }
  .pp-bottom .pp-buy,
  .pp-bottom .pp-npay-action {
    height: 54px;
    min-height: 54px;
    max-height: 54px;
    border-radius: 12px;
  }
}
.pp-sale-state {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 8px 0 2px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: #1a2925;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: -.02em;
}
.search-page .sp-viewed-img .listing-sale-state,
.wish-recent-thumb .listing-sale-state {
  top: 8px;
  right: 8px;
  padding: 5px 8px;
  font-size: 10px;
}
.wish-recent-thumb { position: relative; overflow: hidden; }
.pp-sale-state[hidden] { display: none !important; }
.pp-sale-state.is-sold { background: #171719; letter-spacing: .04em; }
.pp-bottom .pp-buy:disabled {
  border-color: #d9dadd;
  color: #77797e;
  background: #ececee;
  cursor: not-allowed;
}

/* 제품 상태 배지: 남색 → 벨로르 딥그린 (팔레트 통일) */
.pp-state-badge { background: #1a2925 !important; }
.pp-state-badge.is-new { background: #1a5c43 !important; }

/* 하단바에서 숨긴 공유·장바구니 버튼은 확실히 숨김(클래스 display 우선순위 회피) */
.pp-bottom .pp-wish[hidden],
.pp-bottom .pp-cart[hidden] { display: none !important; }

/* 문의: 운영시간·문의 버튼 둘 다 풀폭 한 줄 */
#productModal .pp-ask-line {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 14px 16px;
  border: 1px solid #ececea;
  border-radius: 10px;
  background: #f7f7f5;
  color: #3a3833;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#productModal .pp-ask-btn {
  display: block;
  width: 100%;
  padding: 15px 0;
  border: 1px solid #141414;
  border-radius: 10px;
  background: #fff;
  color: #141414;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
}

/* ============================================================
   2026-08-20 상품 상세 v3 — 구구스식 개편안 실제 반영
   부속품·상품정보·문의·유의사항 4탭 스크롤 · 아이콘 박스 · 항상 노출 표
   ============================================================ */
/* 탭: 4등분 · 활성은 잉크 밑줄 */
#productModal .pp-tabs { border-top: 0; z-index: 5; }
#productModal .pp-tab { padding: 13px 0 11px; font-size: 13px; font-weight: 750; color: #8a8781; }
#productModal .pp-tab.active { color: #141414; font-weight: 800; border-bottom-color: #141414; }

/* 섹션 구분 */
#productModal .pp-sec { padding: 22px 16px; border-top: 8px solid #f7f7f5; }
#productModal .pp-sec:first-of-type { border-top: 0; }
#productModal .pp-sec-title { margin: 0 0 14px; font-size: 16px; font-weight: 800; letter-spacing: -.02em; }

/* 부속품 아이콘 박스 */
#productModal .pp-acc { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; }
#productModal .pp-acc-item {
  flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 7px;
  padding: 0; background: none; border: 0; border-radius: 0; text-align: center;
  font-size: 12px; font-weight: 600; color: #141414; opacity: 1; filter: none;
}
#productModal .pp-acc-item.on { background: none; border: 0; color: #141414; }
#productModal .pp-acc-item.on::after { content: none; }
#productModal .pp-acc-ic {
  display: grid; place-items: center; width: 46px; height: 46px; margin: 0;
  border: 1px solid #ececea; border-radius: 10px; color: #141414; filter: none; font-size: 0;
}
#productModal .pp-acc-ic svg { width: 22px; height: 22px; }
#productModal .pp-acc-item.off { color: #adaaa4; opacity: 1; filter: none; }
#productModal .pp-acc-item.off .pp-acc-ic { color: #cfccc6; border-style: dashed; }
#productModal .pp-acc-nm { display: block; }
#productModal .pp-acc-etc { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0 0; }
#productModal .pp-acc-etc i { padding: 6px 11px; border: 1px solid #ececea; border-radius: 999px; color: #555; font-size: 12px; font-style: normal; }

/* 상품 정보 표 — 항목 항상 노출, 값 없으면 '미기재' */
#productModal .pp-kv { border-top: 1px solid #ececea; }
#productModal .pp-kv-row {
  display: grid; grid-template-columns: 104px 1fr; gap: 12px; align-items: start;
  padding: 11px 2px; min-height: 0; border-bottom: 1px solid #ececea; font-size: 13px;
}
#productModal .pp-kv-row > i { color: #8a8781; font-style: normal; font-weight: 600; }
#productModal .pp-kv-row > span { color: #141414; line-height: 1.5; word-break: keep-all; overflow-wrap: anywhere; }
#productModal .pp-na { color: #b8b4ad; font-style: normal; font-weight: 500; }

/* 소제목 · 스펙 목록(골드 불릿) */
#productModal .pp-subh { margin: 22px 0 10px; font-size: 13.5px; font-weight: 800; color: #141414; }
#productModal .pp-speclist { margin: 0; padding: 0; list-style: none; }
#productModal .pp-speclist li { position: relative; padding: 6px 0 6px 14px; color: #4a4742; font-size: 12.5px; line-height: 1.6; }
#productModal .pp-speclist li::before { content: ''; position: absolute; left: 2px; top: 12px; width: 4px; height: 4px; border-radius: 50%; background: #a58649; }

/* 상태 박스(라이트 · 좌측 딥그린 액센트) + 검수 안내 */
#productModal .pp-state-box {
  display: block; margin: 16px 0 0; padding: 13px 15px;
  border: 1px solid #ececea; border-left: 3px solid #1a2925; border-radius: 0 8px 8px 0;
  background: #f7f7f5; color: #3a3833; font-size: 12.5px; font-weight: 600; line-height: 1.65;
}
#productModal .pp-state-box.is-new { border-left-color: #1a5c43; }
#productModal .pp-state-note { display: block; margin: 12px 0 0; font-size: 12px; color: #9a958c; line-height: 1.6; }

/* 문의 섹션 */
#productModal .pp-sec-qna .pp-ask-desc { margin: 0 0 14px; color: #8a8781; font-size: 12.5px; line-height: 1.65; }

/* ============================================================
   2026-08-20 상단 핵심정보 — 구구스식 정적·모노톤(컬러 절제)
   초록 배송문구/정품칩/책임박스, 분홍 EVENT 배지 → 차분한 뉴트럴로
   ============================================================ */
/* 배송 문구: 초록 → 차분한 그레이 */
#productModal .pp-delivery-promise { color: #6b6b6b; font-size: 13px; font-weight: 600; margin-bottom: 16px; }
#productModal .pp-delivery-promise svg { stroke: #a8a49d; }

/* 신뢰 칩: 초록 필 → 옅은 뉴트럴 태그(균일하게) */
#productModal .pp-assurance { gap: 6px; margin-bottom: 20px; }
#productModal .pp-assurance span {
  min-height: 33px; padding: 0 12px; border: 0; border-radius: 8px;
  background: #f4f4f2; color: #3d3b37; font-size: 12.5px; font-weight: 650;
}
#productModal .pp-assurance .is-primary { background: #f4f4f2; color: #141414; font-weight: 750; }
#productModal .pp-assurance .is-muted { background: #fff; border: 1px solid #dedbd4; color: #77736d; }

/* 판매·결제 책임 박스: 초록 틴트 → 뉴트럴 */
#productModal .pp-responsibility {
  border: 1px solid #ececea; border-radius: 10px; background: #fafafa;
}
#productModal .pp-responsibility strong { color: #141414; font-weight: 800; }
#productModal .pp-responsibility span { color: #6f6c66; }

/* 포인트 EVENT 배지: 분홍/빨강 → 뉴트럴 그레이 */
#productModal .pp-event { color: #8a8781; background: #f0efec; font-weight: 700; letter-spacing: .3px; }

/* 혜택 표: 라인·라벨 톤 정리 */
#productModal .pp-meta { border-top-color: #ececea; }
#productModal .pp-meta-row > span { color: #8a8781; }
#productModal .pp-meta-row > strong { color: #141414; font-weight: 650; }
#productModal .pp-ship-note { color: #adaaa4; }

/* ============================================================
   2026-08-20 보관함(찜) 개편 — 홈·검색·상세와 동일 규격 + 찜→구매
   ============================================================ */
/* 탭: 알약 → 언더라인(검색·상세와 통일) */
#wishlist .wish-tabs { gap: 0; padding: 4px 0 0; border-bottom: 1px solid #ececea; }
#wishlist .wish-tab {
  flex: 1; padding: 14px 0 12px; border: 0; border-radius: 0;
  background: none; color: #8a8781; font-size: 14.5px; font-weight: 700;
}
#wishlist .wish-tab.active { background: none; color: #141414; font-weight: 800; box-shadow: inset 0 -2px 0 #141414; }
#wishlist .wish-tab b { color: #a58649; margin-left: 3px; font-weight: 800; }

/* 카드 그리드: 홈·판매시계와 동일한 2열 타일 규격 — 시원시원(A안) */
#wishGrid { grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 16px; row-gap: 28px; padding: 18px 0 28px; }
#wishGrid .hcard { min-width: 0; overflow: visible; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }
#wishGrid .hcard:hover { transform: none; }
/* 사진 타일 + 바닥 그림자 + 곱하기 합성(박스 안 박스 방지) */
#wishGrid .hcard-img {
  position: relative; display: block; height: auto !important; aspect-ratio: 1/1 !important;
  padding: 0 !important; overflow: hidden; border: 0 !important; border-radius: 14px !important;
  background: #f2f3f5 !important; box-shadow: none !important;
}
#wishGrid .hcard-img::after {
  content: ''; position: absolute; left: 50%; bottom: 10%; z-index: 0; width: 50%; height: 7%;
  transform: translateX(-50%); background: radial-gradient(ellipse, rgba(22,24,30,.22), rgba(22,24,30,0) 70%);
  filter: blur(3px); pointer-events: none;
}
#wishGrid .hcard-img img {
  width: 100% !important; height: 100% !important; margin: 0 !important; padding: 13% !important;
  object-fit: contain !important; mix-blend-mode: multiply; position: relative; z-index: 1;
}
/* 글줄 — 시원시원하게 키움 */
#wishGrid .hcard-brand { margin: 13px 0 0; padding: 0; color: #8b8b8b; font-size: 12px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
#wishGrid .hcard-model {
  margin: 5px 0 0; padding: 0; min-height: 42px; color: #141414; font-size: 16px; line-height: 1.32;
  font-weight: 750; letter-spacing: -.025em; white-space: normal; word-break: keep-all;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
#wishGrid .wish-price-label { margin: 12px 0 0; padding: 0; color: #adaaa4; font-size: 11.5px; font-weight: 600; }
#wishGrid .hcard-price { margin: 2px 0 0; padding: 0; color: #141414; font-size: 20px; font-weight: 850; letter-spacing: -.03em; }
#wishGrid .hcard-price em { font-style: normal; font-weight: 850; margin-left: 1px; }

/* 찜 해제 하트(우상단, 채워진 하트) */
#wishGrid .wish-card .wish-remove {
  position: absolute; top: 9px; right: 9px; z-index: 4; width: 32px; height: 32px;
  border-radius: 50%; background: rgba(255,255,255,.94); border: 0; box-shadow: 0 1px 5px rgba(0,0,0,.12);
  display: grid; place-items: center;
}
#wishGrid .wish-card .wish-remove svg { width: 17px; height: 17px; fill: #141414; }
#wishGrid .wish-card .wish-remove:active { transform: scale(.9); }

/* 액션: 구매하기(딥그린) + 장바구니 담기(아웃라인) — 큼직하게 */
#wishGrid .wish-card-acts { display: flex; flex-direction: column; gap: 8px; margin: 14px 0 0; padding: 0; }
#wishGrid .wish-card-acts button { width: 100%; border-radius: 11px; font: inherit; font-weight: 750; cursor: pointer; }
#wishGrid .wish-card-acts .wish-buy { padding: 13px 0; border: 0; background: #1a2925; color: #fff; font-size: 14.5px; }
#wishGrid .wish-card-acts .wish-buy:disabled { background: #aaa7a1; cursor: not-allowed; }
#wishGrid .wish-card-acts .wish-addcart { padding: 11px 0; border: 1px solid #ececea; background: #fff; color: #3a3833; font-size: 13px; font-weight: 700; }

/* 배송비 안내 물음표(툴팁 버튼) — 지저분한 줄글 대신 아이콘+말풍선 */
#productModal .pp-meta-ship > strong { display: inline-flex; align-items: center; }
#productModal .pp-tip {
  -webkit-appearance: none; appearance: none; padding: 0; margin-left: 6px;
  width: 16px; height: 16px; background: none; color: #adaaa4; border: 1px solid #d4d1cb;
  font-size: 10px; font-weight: 800; line-height: 1;
}
#productModal .pp-tip:hover, #productModal .pp-tip:focus { color: #6f6c66; border-color: #b8b4ad; }

/* 배송비 말풍선: 행 기준으로 위로 열어 항상 화면 안에 고정(구매바·좌우 안 잘림) */
#productModal .pp-meta-ship { position: relative; }
#productModal .pp-tip { position: static; }
#productModal .pp-tip-box {
  top: auto; bottom: calc(100% + 8px);
  left: 0; right: auto;
  width: max-content; max-width: min(300px, calc(100vw - 36px));
}
#productModal .pp-tip-box::after { display: none; }

/* ============================================================
   2026-08-20 하단 푸터(사업자·정보)는 홈에서만 노출
   ============================================================ */
.footer { display: none; }
body[data-page="home"] .footer,
body:not([data-page]) .footer { display: block; }

/* ============================================================
   2026-08-20 보관함 카테고리바 숨김 + 알림 대기중인 시계(소식받기 등록)
   ============================================================ */
/* 보관함 상단 카테고리바(UPDATE/TIME SALE…) 숨김 */
body[data-page="wishlist"] #catBar { display: none; }

/* 헤드의 소식받기 버튼 */
.wish-alert-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.alerts-add-btn {
  border: 1px solid #d4d1cb; border-radius: 999px; background: #fff; color: #3a3833;
  font: inherit; font-size: 12.5px; font-weight: 700; padding: 6px 13px; cursor: pointer; white-space: nowrap;
}
.alerts-add-btn:active { transform: scale(.97); }
#myInterestSection > h4 { display: flex; align-items: center; gap: 8px; }
#myInterestSection > h4 .alerts-add-btn { margin-left: auto; }

/* 빈 상태: 큰 노트+연필 아이콘 */
.alert-empty { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 40px 20px 44px; color: #8a8781; }
.alert-empty-ic { width: 62px; height: 62px; color: #cfccc6; margin-bottom: 16px; }
.alert-empty-ic svg { width: 100%; height: 100%; }
.alert-empty b { color: #141414; font-size: 15.5px; font-weight: 800; }
.alert-empty p { margin: 8px 0 0; font-size: 13px; line-height: 1.6; color: #8a8781; }
.alert-empty-btn { margin-top: 18px; padding: 12px 32px; border: 0; border-radius: 11px; background: #1a2925; color: #fff; font: inherit; font-size: 14px; font-weight: 750; cursor: pointer; }

/* 소식받기 등록 모달 */
.areg { position: fixed; inset: 0; z-index: 3000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.areg[hidden] { display: none; }
.areg-dim { position: absolute; inset: 0; background: rgba(20,20,20,.5); }
.areg-sheet { position: relative; width: 100%; max-width: 420px; background: #fff; border-radius: 18px; padding: 22px 20px 24px; box-shadow: 0 20px 60px rgba(0,0,0,.28); }
.areg-head { display: flex; align-items: center; justify-content: space-between; }
.areg-head h3 { margin: 0; font-size: 18px; font-weight: 800; letter-spacing: -.02em; }
.areg-x { border: 0; background: none; color: #8a8781; padding: 2px; cursor: pointer; }
.areg-desc { margin: 8px 0 18px; color: #8a8781; font-size: 12.5px; line-height: 1.6; }
.areg-field { display: block; margin: 0 0 14px; }
.areg-field > span { display: block; margin: 0 0 7px; font-size: 12.5px; font-weight: 750; color: #3a3833; }
.areg-field > span em { color: #adaaa4; font-style: normal; font-weight: 600; }
.areg-field input { width: 100%; padding: 13px 14px; border: 1px solid #e0ddd7; border-radius: 11px; background: #fafafa; font: inherit; font-size: 14.5px; color: #141414; }
.areg-field input:focus { outline: none; border-color: #1a2925; background: #fff; }
.areg-submit { width: 100%; margin-top: 4px; padding: 15px 0; border: 0; border-radius: 12px; background: #1a2925; color: #fff; font: inherit; font-size: 15px; font-weight: 750; cursor: pointer; }
