/**
 * /summer-deal — 위홈 여름맞이 특가 기획전
 * SSOT: toss.md · travel.md §2 · a11y.md · wh-tokens.css
 */
body.index {
  padding-top: 0 !important;
}
html.sp-force-desktop-ui body.index {
  padding-top: var(--sp-dt-header-h, 108px) !important;
}

.sd-mo-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  background: var(--wh-card, #fff);
  border-bottom: 1px solid var(--wh-bd, rgba(0, 0, 0, 0.06));
}
.sd-mo-bar a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.sd-mo-bar img {
  height: 24px;
  width: auto;
  display: block;
}
.sd-mo-bar-title {
  flex: 1;
  min-width: 0;
  font-family: var(--wh-ff);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--wh-tx, #191f28);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sd-mo-bar__account {
  font-family: var(--wh-ff);
  font-size: var(--wh-text-sm, 0.875rem);
  font-weight: 600;
  color: var(--wh-brand, #681DC7);
  text-decoration: none;
  min-height: var(--wh-touch-min, 44px);
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
}
.sd-mo-bar__account:hover {
  color: var(--wh-brand-hover, #5416A3);
  text-decoration: none;
}
.sd-mo-bar__account:focus-visible {
  outline: 2px solid var(--wh-focus-ring, var(--wh-brand));
  outline-offset: 2px;
  border-radius: 8px;
}
html.sp-force-desktop-ui .sd-mo-bar {
  display: none !important;
}
@media (min-width: 1024px) {
  html.sp-force-desktop-ui .sd-page {
    padding-top: 0;
  }
}

.sd-page {
  box-sizing: border-box;
  min-height: 60vh;
  background: var(--wh-bg, #f2f4f6);
  padding-bottom: 48px;
  font-family: var(--wh-ff);
}
.sd-page *,
.sd-page *::before,
.sd-page *::after {
  box-sizing: border-box;
}

.sd-hero {
  position: relative;
  width: 100%;
  padding: 16px 16px 0;
  background: var(--wh-card, #fff);
  color: var(--wh-tx, #191f28);
  display: flex;
  justify-content: center;
}
.sd-hero-frame {
  position: relative;
  width: 100%;
  max-width: 1086px;
  border-radius: var(--wh-radius-md, 20px);
  overflow: hidden;
  background: #d6eef8;
  box-shadow: var(--wh-shadow-listing);
}
.sd-hero-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  /* 원본 wide(≈3:1)가 프레임을 채움 — Gemini 16:9 contain 여백 제거 */
  object-fit: cover;
  object-position: center center;
  vertical-align: top;
}
.sd-hero-inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 14px 14px;
  pointer-events: none;
  /* 어두운 scrim 금지 (toss.md §7 2026-07-31) */
}
.sd-hero-inner .sd-badge,
.sd-hero-inner .sd-hero-count {
  pointer-events: auto;
}
.sd-badge {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: var(--wh-radius-pill, 999px);
  background: var(--wh-brand-tint, #F3EEFA);
  border: 1px solid var(--wh-info-bd, #D9CCF0);
  color: var(--wh-brand, #681DC7);
  font-size: var(--wh-text-xs, 0.75rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.sd-hero h1,
.sd-hero-sub {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sd-hero-count {
  margin: 0;
  align-self: flex-start;
  padding: 5px 12px;
  border-radius: var(--wh-radius-pill, 999px);
  background: rgba(255, 255, 255, 0.92);
  font-size: var(--wh-text-sm, 0.875rem);
  font-weight: 700;
  color: var(--wh-tx, #191f28);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.sd-chips-wrap {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--wh-bd, rgba(0, 0, 0, 0.06));
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}
html.sp-force-desktop-ui .sd-chips-wrap {
  top: var(--sp-dt-header-h, 108px);
}
.sd-filter {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 14px 16px 12px;
}
.sd-search {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: var(--wh-card, #fff);
  border: 1px solid var(--wh-bd-input, rgba(0, 0, 0, 0.42));
  border-radius: var(--wh-radius-md, 20px);
  box-shadow: var(--wh-shadow);
  overflow: visible;
  min-height: 56px;
}
.sd-search:focus-within {
  border-color: var(--wh-brand, #681DC7);
  box-shadow: 0 0 0 2px var(--wh-brand-soft, rgba(104, 29, 199, 0.12));
}
.sd-search-seg {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 8px 16px 8px 18px;
  position: relative;
}
.sd-search-seg + .sd-search-seg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: var(--wh-bd, rgba(0, 0, 0, 0.06));
}
.sd-search-seg label,
.sd-search-seg__label {
  font-size: var(--wh-text-xs, 0.75rem);
  font-weight: 700;
  color: var(--wh-tx, #191f28);
  letter-spacing: -0.01em;
  line-height: 1.2;
  pointer-events: none;
}
.sd-date-field {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  font-family: var(--wh-ff);
  font-size: var(--wh-text-sm, 0.875rem);
  font-weight: 500;
  color: var(--wh-tx, #191f28);
  line-height: 1.3;
  cursor: pointer;
}
.sd-date-field:focus-visible {
  outline: 2px solid var(--wh-focus-ring, var(--wh-brand));
  outline-offset: 2px;
  border-radius: 6px;
}
.sd-date-field__text.is-placeholder {
  color: var(--wh-tx2, #4e5968);
  font-weight: 500;
}
.sd-search-seg--sort {
  position: relative;
  z-index: 2;
}
.sd-sort-field {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  font-family: var(--wh-ff);
  font-size: var(--wh-text-sm, 0.875rem);
  font-weight: 500;
  color: var(--wh-tx2, #4e5968);
  line-height: 1.3;
  cursor: pointer;
}
.sd-sort-field:focus-visible {
  outline: 2px solid var(--wh-focus-ring, var(--wh-brand));
  outline-offset: 2px;
  border-radius: 6px;
}
.sd-sort-field__text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sd-sort-field__chev {
  flex: 0 0 auto;
  color: var(--wh-tx3, #8b95a1);
}
.sd-sort-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 40;
  min-width: 200px;
  width: max-content;
  max-width: min(280px, 90vw);
  background: var(--wh-card, #fff);
  border: 1px solid var(--wh-bd, rgba(0, 0, 0, 0.06));
  border-radius: var(--wh-radius-md, 20px);
  box-shadow: var(--wh-shadow-listing, 0 8px 24px rgba(0, 0, 0, 0.08));
  padding: 8px;
}
.sd-sort-panel[hidden] {
  display: none !important;
}
.sd-sort-option {
  appearance: none;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  font-family: var(--wh-ff);
  font-size: var(--wh-text-sm, 0.875rem);
  font-weight: 600;
  color: var(--wh-tx, #191f28);
  text-align: left;
  cursor: pointer;
}
.sd-sort-option:hover {
  background: var(--wh-brand-tint, #F3EEFA);
}
.sd-sort-option.is-active {
  color: var(--wh-brand, #681DC7);
  background: var(--wh-brand-tint, #F3EEFA);
}
.sd-sort-option:focus-visible {
  outline: 2px solid var(--wh-focus-ring, var(--wh-brand));
  outline-offset: 2px;
}

/* 흰 패널 월간 range 달력 — dim/scrim 없음 */
.sd-cal-panel {
  position: absolute;
  left: 16px;
  right: 16px;
  top: calc(100% - 4px);
  z-index: 30;
  background: var(--wh-card, #fff);
  border: 1px solid var(--wh-bd, rgba(0, 0, 0, 0.06));
  border-radius: var(--wh-radius-md, 20px);
  box-shadow: var(--wh-shadow-listing, 0 8px 24px rgba(0, 0, 0, 0.08));
  padding: 14px 14px 12px;
  max-width: 420px;
}
.sd-cal-panel[hidden] {
  display: none !important;
}
.sd-cal-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.sd-cal-panel__title {
  flex: 1;
  text-align: center;
  font-size: var(--wh-text-md, 1rem);
  font-weight: 700;
  color: var(--wh-tx, #191f28);
  letter-spacing: -0.02em;
}
.sd-cal-nav {
  appearance: none;
  border: 1px solid var(--wh-bd, rgba(0, 0, 0, 0.06));
  background: var(--wh-card, #fff);
  color: var(--wh-tx, #191f28);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.sd-cal-nav:focus-visible {
  outline: 2px solid var(--wh-focus-ring, var(--wh-brand));
  outline-offset: 2px;
}
.sd-cal-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 4px;
}
.sd-cal-weekdays span {
  text-align: center;
  font-size: var(--wh-text-xs, 0.75rem);
  font-weight: 600;
  color: var(--wh-tx3, #8b95a1);
  padding: 4px 0;
}
.sd-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
}
.sd-cal-day {
  appearance: none;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  min-height: 44px;
  min-width: 0;
  border-radius: 0;
  font-family: var(--wh-ff);
  font-size: var(--wh-text-sm, 0.875rem);
  font-weight: 600;
  color: var(--wh-tx, #191f28);
  cursor: pointer;
  padding: 0;
}
.sd-cal-day-n {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background var(--wh-motion-fast, 180ms) var(--wh-ease-out-smooth, ease);
}
.sd-cal-day.is-empty {
  pointer-events: none;
  visibility: hidden;
}
.sd-cal-day.is-disabled {
  cursor: not-allowed;
}
.sd-cal-day.is-disabled .sd-cal-day-n {
  opacity: 0.55;
}
/* 범위 tint 바 — 검색 오버레이 range_bg 패턴 */
.sd-cal-day.is-in-range::before,
.sd-cal-day.is-start.has-range::before,
.sd-cal-day.is-end.has-range::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  background: var(--wh-brand-tint, #F3EEFA);
  z-index: 1;
  pointer-events: none;
}
.sd-cal-day.is-in-range::before {
  left: 0;
  right: 0;
}
.sd-cal-day.is-start.has-range:not(.is-end)::before {
  left: 50%;
  right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.sd-cal-day.is-end.has-range:not(.is-start)::before {
  left: 0;
  right: 50%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.sd-cal-day.is-start.is-end::before {
  display: none;
}
.sd-cal-day.is-in-range .sd-cal-day-n {
  color: var(--wh-brand, #681DC7);
}
.sd-cal-day.is-start .sd-cal-day-n,
.sd-cal-day.is-end .sd-cal-day-n {
  background: var(--wh-brand, #681DC7);
  color: #fff;
}
.sd-cal-day.is-today:not(.is-start):not(.is-end) .sd-cal-day-n {
  box-shadow: inset 0 0 0 2px var(--wh-brand, #681DC7);
}
.sd-cal-day:not(.is-disabled):not(.is-empty):not(.is-start):not(.is-end):hover .sd-cal-day-n {
  background: var(--wh-brand-tint, #F3EEFA);
}
.sd-cal-day.is-start:hover .sd-cal-day-n,
.sd-cal-day.is-end:hover .sd-cal-day-n {
  background: var(--wh-brand, #681DC7);
}
.sd-cal-day:focus-visible {
  outline: none;
}
.sd-cal-day:focus-visible .sd-cal-day-n {
  outline: 2px solid var(--wh-focus-ring, var(--wh-brand));
  outline-offset: 2px;
}
.sd-cal-panel__foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--wh-bd, rgba(0, 0, 0, 0.06));
}
.sd-cal-done {
  appearance: none;
  border: 0;
  background: var(--wh-brand, #681DC7);
  color: #fff;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  font-family: var(--wh-ff);
  font-size: var(--wh-text-sm, 0.875rem);
  font-weight: 700;
  cursor: pointer;
}
.sd-cal-done:focus-visible {
  outline: 2px solid var(--wh-focus-ring, var(--wh-brand));
  outline-offset: 2px;
}
.sd-search-cta {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 6px 6px 8px;
}
.sd-search-btn {
  appearance: none;
  border: 0;
  background: var(--wh-brand, #681DC7);
  color: #fff;
  border-radius: var(--wh-radius-btn, 18px);
  padding: 0 18px;
  min-height: var(--wh-touch-min, 44px);
  font-family: var(--wh-ff);
  font-size: var(--wh-text-sm, 0.875rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition:
    background var(--wh-motion-fast, 180ms) var(--wh-ease-out-smooth, ease),
    transform var(--wh-motion-fast, 180ms) var(--wh-ease-press, ease);
}
.sd-search-btn:hover {
  background: var(--wh-brand-hover, #5416A3);
  color: #fff;
}
.sd-search-btn:active {
  transform: scale(var(--wh-scale-press, 0.96));
}
.sd-search-btn:disabled {
  opacity: 0.55;
  cursor: wait;
}
.sd-search-btn:focus-visible {
  outline: 2px solid var(--wh-focus-ring, var(--wh-brand));
  outline-offset: 2px;
}
.sd-search-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}
.sd-search-clear {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--wh-tx3, #66707d);
  font-family: var(--wh-ff);
  font-size: var(--wh-text-xs, 0.75rem);
  font-weight: 600;
  padding: 8px 12px;
  min-height: var(--wh-touch-min, 44px);
  cursor: pointer;
  border-radius: var(--wh-radius-btn, 18px);
  white-space: nowrap;
}
.sd-search-clear:hover {
  color: var(--wh-tx, #191f28);
  background: var(--wh-surface, #f4f5f7);
}
.sd-search-clear:disabled {
  opacity: 0.45;
  cursor: wait;
}
.sd-search-clear:focus-visible {
  outline: 2px solid var(--wh-focus-ring, var(--wh-brand));
  outline-offset: 2px;
}
.sd-toolbar-status {
  margin-top: 8px;
  padding: 0 4px;
  font-size: var(--wh-text-xs, 0.75rem);
  font-weight: 600;
  color: var(--wh-tx3, #66707d);
  min-height: 1.1em;
  letter-spacing: -0.01em;
}

.sd-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
  scrollbar-width: none;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px 14px;
}
.sd-chips::-webkit-scrollbar {
  display: none;
}
.sd-chip {
  flex-shrink: 0;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--wh-card, #fff);
  color: var(--wh-tx2, #4e5968);
  border-radius: var(--wh-radius-pill, 999px);
  padding: 8px 14px;
  min-height: var(--wh-touch-min, 44px);
  font-family: var(--wh-ff);
  font-size: var(--wh-text-sm, 0.875rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition:
    background var(--wh-motion-fast, 180ms) ease,
    color var(--wh-motion-fast, 180ms) ease,
    border-color var(--wh-motion-fast, 180ms) ease,
    box-shadow var(--wh-motion-fast, 180ms) ease;
}
.sd-chip:hover {
  border-color: rgba(0, 0, 0, 0.18);
  color: var(--wh-tx, #191f28);
}
.sd-chip.is-active {
  background: var(--wh-brand-tint, #F3EEFA);
  border-color: var(--wh-info-bd, #D9CCF0);
  color: var(--wh-brand, #681DC7);
  box-shadow: none;
}
.sd-chip:focus-visible {
  outline: 2px solid var(--wh-focus-ring, var(--wh-brand));
  outline-offset: 2px;
}

@media (max-width: 719px) {
  .sd-search {
    flex-wrap: wrap;
    border-radius: 18px;
    min-height: 0;
  }
  .sd-search-seg {
    flex: 1 1 calc(50% - 1px);
    padding: 10px 14px;
  }
  .sd-search-seg + .sd-search-seg::before {
    display: none;
  }
  .sd-search-seg--sort {
    flex: 1 1 100%;
    border-top: 1px solid var(--wh-bd, rgba(0, 0, 0, 0.06));
  }
  .sd-search-cta {
    flex: 1 1 100%;
    padding: 8px 10px 10px;
    border-top: 1px solid var(--wh-bd, rgba(0, 0, 0, 0.06));
    justify-content: stretch;
  }
  .sd-search-btn {
    flex: 1;
    justify-content: center;
  }
  .sd-search-clear {
    flex: 0 0 auto;
  }
  .sd-cal-panel {
    left: 12px;
    right: 12px;
    max-width: none;
  }
  .sd-search-seg--sort .sd-sort-panel {
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
    min-width: 0;
  }
}

.sd-body {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 16px 0;
}
.sd-empty {
  padding: 48px 16px;
  text-align: center;
  color: var(--wh-tx3, #66707d);
  font-size: 0.9375rem;
}
.sd-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 10px;
}
@media (min-width: 720px) {
  .sd-hero {
    padding: 20px 24px 0;
  }
  .sd-hero-inner {
    padding: 16px 18px 18px;
  }
  .sd-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 16px;
  }
}
@media (min-width: 1024px) {
  .sd-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.sd-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--wh-card, #fff);
  border-radius: var(--wh-radius-md, 20px);
  overflow: hidden;
  border: 1px solid var(--wh-bd, rgba(0, 0, 0, 0.06));
  box-shadow: var(--wh-shadow-listing);
}
.sd-card:hover,
.sd-card:focus,
.sd-card:active {
  text-decoration: none !important;
}
.sd-card:focus-visible {
  outline: 2px solid var(--wh-focus-ring, var(--wh-brand));
  outline-offset: 2px;
}
.sd-card:hover .sd-card-title,
.sd-card:hover .sd-card-loc,
.sd-card:hover .sd-card-avail,
.sd-card:hover .sd-card-tag,
.sd-card:hover .sd-card-rating,
.sd-card:hover .sd-card-price-sale,
.sd-card:focus .sd-card-title,
.sd-card:focus .sd-card-loc,
.sd-card:focus .sd-card-avail,
.sd-card:focus .sd-card-tag,
.sd-card:focus .sd-card-rating,
.sd-card:focus .sd-card-price-sale {
  text-decoration: none !important;
}
.sd-card:hover .sd-card-price-orig,
.sd-card:focus .sd-card-price-orig,
.sd-card:active .sd-card-price-orig {
  text-decoration: line-through !important;
}

.sd-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--wh-bg, #f2f4f6);
  overflow: hidden;
  border-radius: var(--wh-radius-md, 20px) var(--wh-radius-md, 20px) 0 0;
}
.sd-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--wh-motion-hover, 120ms) var(--wh-ease-out-smooth, ease);
}
@media (hover: hover) and (pointer: fine) {
  .sd-card.wh-lift:hover .sd-card-media img {
    transform: scale(1.03);
  }
}
.sd-disc {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 5px 10px;
  border-radius: var(--wh-radius-pill, 999px);
  background: var(--wh-brand-tint, #F3EEFA);
  color: var(--wh-brand, #681DC7);
  border: 1px solid var(--wh-info-bd, #D9CCF0);
  font-size: var(--wh-text-xs, 0.75rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.sd-card-body {
  padding: 10px 12px 12px;
}
.sd-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6px;
}
.sd-card-title {
  font-family: var(--wh-ff);
  font-size: var(--card-fs-title, 0.9375rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--wh-tx, #191f28);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.sd-card-rating {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: var(--card-fs-rating, 0.875rem);
  font-weight: 700;
  color: var(--wh-tx, #191f28);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.sd-card-rating svg {
  width: 15px;
  height: 15px;
  fill: #F5A623;
}
.sd-card-loc {
  margin-top: 2px;
  font-size: var(--card-fs-loc, 0.8125rem);
  color: var(--wh-tx2, #4e5968);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sd-card-avail {
  margin-top: 2px;
  font-size: var(--wh-text-sm, 0.875rem);
  font-weight: 700;
  color: var(--wh-brand, #681DC7);
  line-height: 1.3;
}
.sd-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 4px;
}
.sd-card-tag {
  font-size: var(--card-fs-tag, 0.8125rem);
  font-weight: 600;
  color: var(--wh-tx2, #4e5968);
  background: var(--wh-surface, #f4f5f7);
  border-radius: 8px;
  padding: 3px 8px;
  line-height: 1.4;
}
.sd-card-price {
  margin-top: 6px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
}
.sd-card-price-orig {
  font-size: var(--wh-text-sm, 0.875rem);
  color: var(--wh-tx3, #66707d);
  text-decoration: line-through;
}
.sd-card-price-sale {
  font-size: var(--card-fs-price, 1rem);
  font-weight: 700;
  color: var(--wh-tx, #191f28);
  letter-spacing: -0.02em;
}
.sd-card-price-unit {
  font-size: var(--card-fs-unit, 0.8125rem);
  font-weight: 500;
  color: var(--wh-tx2, #4e5968);
}
.sd-card.is-hidden {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .sd-search-btn,
  .sd-chip,
  .sd-card-media img {
    transition: none !important;
  }
}
html.wh-reduce-motion .sd-search-btn,
html.wh-reduce-motion .sd-chip,
html.wh-reduce-motion .sd-card-media img {
  transition: none !important;
}
