@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&display=swap");

:root {
  --blue: #426BFB;
  --blue-hover: #3157E8;
  --blue-soft: #EEF3FF;
  --text: #191F28;
  --sub: #4E5968;
  --muted: #8B95A1;
  --line: #E5E8EB;
  --line-soft: #EEF0F3;
  --panel: #FAFAFB;
  --red: #FF4D4F;
  --max: 1060px;

  --font-main: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-number: "DM Sans", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;

  --fs-display: 44px;
  --fs-page-title: 28px;
  --fs-section-title: 24px;
  --fs-subtitle: 20px;
  --fs-plan-title: 18px;
  --fs-product-title: 17px;
  --fs-body: 16px;
  --fs-control: 14px;
  --fs-caption: 14px;
  --fs-label: 13px;
  --fs-micro: 11px;

  --lh-tight: 1.32;
  --lh-title: 1.38;
  --lh-product: 1.45;
  --lh-body: 1.6;
  --lh-caption: 1.45;

  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: var(--text);
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--font-main);
  letter-spacing: -0.03em;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.num,
.price,
.filter-count,
.promo-count,
.plan-price,
.total-price,
.pay-row strong,
.option-pill span,
.carrier-logo,
.badge,
.support-label {
  font-family: var(--font-number);
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}

.page {
  min-height: 100vh;
  background: #ffffff;
  padding-bottom: 0;
}

.top-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #f0f1f3;
}

.top-inner {
  max-width: var(--max);
  height: 58px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-link {
  display: inline-flex;
  align-items: center;
}

.logo-img {
  display: block;
  width: 116px;
  height: auto;
}

.mypage {
  height: 36px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--sub);
  font-size: var(--fs-control);
  line-height: 1;
  font-weight: var(--fw-semibold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.main {
  max-width: var(--max);
  margin: 0 auto;
  padding: 64px 20px 96px;
}

.promo-slider {
  width: 100%;
  margin: 0 0 36px;
  border-radius: 32px;
  overflow: hidden;
  background: #426BFB;
}

.promo-slide {
  position: relative;
  min-height: 300px;
  padding: 64px 64px;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.promo-blue {
  background: linear-gradient(135deg, #5B84FF 0%, #426BFB 48%, #25249A 100%);
}

.promo-copy {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.promo-brand {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: var(--fs-control);
  line-height: var(--lh-caption);
  font-weight: var(--fw-semibold);
}

.promo-copy h1 {
  margin: 0;
  color: #ffffff;
  font-size: var(--fs-display);
  line-height: var(--lh-tight);
  font-weight: var(--fw-semibold);
  letter-spacing: -0.055em;
}

.promo-copy p:last-child {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: var(--fs-subtitle);
  line-height: 1.55;
  font-weight: var(--fw-medium);
}

.promo-visual {
  position: relative;
  z-index: 2;
  width: 310px;
  height: 210px;
  flex: 0 0 auto;
}

.ticket {
  position: absolute;
  min-width: 136px;
  padding: 15px 18px;
  border-radius: 7px;
  color: #191f28;
  font-size: var(--fs-product-title);
  line-height: 1.32;
  font-weight: var(--fw-semibold);
  letter-spacing: -0.04em;
  transform: rotate(-6deg);
}

.ticket span {
  display: inline-flex;
  margin-bottom: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(66, 107, 251, 0.12);
  color: var(--blue);
  font-size: var(--fs-micro);
  line-height: 1;
  font-weight: var(--fw-semibold);
}

.ticket-green {
  top: 0;
  left: 42px;
  background: #B8FF9D;
}

.ticket-pink {
  top: 66px;
  right: 12px;
  background: #FFD1DF;
  transform: rotate(5deg);
}

.ticket-white {
  left: 70px;
  bottom: 0;
  background: #EAF1FF;
  transform: rotate(-5deg);
}

.promo-phone {
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 74px;
  height: 50px;
  border-radius: 12px;
  background: #111827;
  transform: rotate(8deg);
}

.promo-phone::before,
.promo-phone::after {
  content: "";
  position: absolute;
  width: 28px;
  border-radius: 999px;
  background: #111827;
}

.promo-phone::before {
  left: 14px;
  top: -84px;
  height: 88px;
  transform: rotate(-32deg);
}

.promo-phone::after {
  left: 44px;
  top: -68px;
  height: 78px;
  transform: rotate(-18deg);
}

.promo-count {
  position: absolute;
  right: 22px;
  bottom: 20px;
  z-index: 3;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(20, 22, 80, 0.72);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-control);
  line-height: 1;
  font-weight: var(--fw-semibold);
}

.product-panel {
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
}

.filter-panel {
  padding: 24px;
  background: #ffffff;
  border-bottom: 1px solid var(--line-soft);
}

.filter-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.filter-eyebrow {
  margin: 0 0 5px;
  color: var(--blue);
  font-size: var(--fs-caption);
  line-height: var(--lh-caption);
  font-weight: var(--fw-semibold);
}

.filter-title {
  margin: 0;
  color: var(--text);
  font-size: var(--fs-page-title);
  line-height: var(--lh-title);
  font-weight: var(--fw-semibold);
  letter-spacing: -0.05em;
}

.filter-count {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: var(--fs-control);
  line-height: var(--lh-caption);
  font-weight: var(--fw-medium);
  white-space: nowrap;
}

.filter-row,
.sort-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.sort-row {
  margin-top: 14px;
}

.filter-label {
  margin: 0;
  color: var(--muted);
  font-size: var(--fs-caption);
  line-height: var(--lh-caption);
  font-weight: var(--fw-semibold);
}

.chip-group,
.sort-group {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.chip-group::-webkit-scrollbar,
.sort-group::-webkit-scrollbar {
  display: none;
}

.chip,
.sort-chip {
  height: 36px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--sub);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-control);
  line-height: 1;
  font-weight: var(--fw-semibold);
  white-space: nowrap;
  flex: 0 0 auto;
}

.chip.active,
.sort-chip.active {
  color: var(--blue);
  background: #eef4ff;
  border-color: var(--blue);
}

.sort-chip {
  background: #f8f9fb;
}

.product-grid {
  padding: 22px 24px 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-card {
  border: 1px solid var(--line-soft);
  border-radius: 17px;
  overflow: hidden;
  background: #ffffff;
}

.product-card[hidden] {
  display: none;
}

.product-image {
  position: relative;
  height: 160px;
  background: #f3f4f6;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.product-image.skt,
.detail-main-image.skt {
  background: linear-gradient(180deg, #eef6ff 0%, #eef0f4 100%);
}

.product-image.kt,
.detail-main-image.kt {
  background: linear-gradient(180deg, #fff3e5 0%, #f5f1ea 100%);
}

.product-image.lg,
.detail-main-image.lg {
  background: linear-gradient(180deg, #fff0f6 0%, #f5edf2 100%);
}

.badge {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 26px;
  padding: 0 9px;
  border-radius: 8px;
  background: var(--blue);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  font-size: var(--fs-label);
  line-height: 1;
  font-weight: var(--fw-semibold);
  z-index: 3;
}

.phone-visual {
  position: relative;
  width: 98px;
  height: 132px;
  margin-bottom: 8px;
}

.phone-back {
  position: absolute;
  left: 4px;
  bottom: 0;
  width: 55px;
  height: 122px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(140deg, #2c3352, #111827);
  border: 2px solid rgba(0, 0, 0, 0.16);
}

.phone-back.light {
  background: linear-gradient(140deg, #e9f7f7, #adc7c6);
}

.phone-back.pink {
  background: linear-gradient(140deg, #ffdde7, #d992a7);
}

.camera {
  position: absolute;
  left: 7px;
  top: 10px;
  display: grid;
  gap: 6px;
}

.camera span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #111827;
  border: 2px solid rgba(255, 255, 255, 0.34);
}

.phone-front {
  position: absolute;
  right: 3px;
  bottom: 0;
  width: 58px;
  height: 122px;
  border-radius: 16px 16px 0 0;
  background: #111827;
  padding: 5px;
}

.screen {
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 0 0;
  background: radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.34), transparent 24%), linear-gradient(140deg, #bfa7ff 0%, #efe8ff 52%, #7d6cff 100%);
}

.screen.green {
  background: radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.34), transparent 24%), linear-gradient(140deg, #87e0d6 0%, #d6f0ee 55%, #e6b09e 100%);
}

.screen.pink {
  background: linear-gradient(140deg, #ffd6e3 0%, #f7eef2 58%, #e7b4c6 100%);
}

.product-body {
  padding: 14px 12px 12px;
}

.brand-name {
  margin: 0 0 3px;
  color: var(--muted);
  font-size: var(--fs-caption);
  line-height: var(--lh-caption);
  font-weight: var(--fw-medium);
}

.product-name {
  margin: 0;
  color: var(--text);
  font-size: var(--fs-product-title);
  line-height: var(--lh-product);
  font-weight: var(--fw-semibold);
  letter-spacing: -0.04em;
  min-height: 46px;
}

.color-dots {
  display: flex;
  gap: 7px;
  margin: 12px 0 13px;
}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #111827;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.dot.black { background: #111827; }
.dot.blue { background: #426BFB; }
.dot.pink { background: #FFB5C8; }
.dot.white { background: #FFFFFF; border-color: #D1D6DB; }
.dot.mint { background: #21C6B7; }
.dot.gray { background: #6B7684; }
.dot.red { background: #F04452; }

.price-list {
  display: grid;
  border-top: 1px solid var(--line-soft);
}

.price-line {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid var(--line-soft);
  color: var(--sub);
  font-size: var(--fs-caption);
  line-height: var(--lh-caption);
  font-weight: var(--fw-medium);
}

.carrier-logo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f4f4f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 auto;
}

.carrier-logo img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.price {
  color: var(--text);
  font-size: var(--fs-body);
  line-height: 1.3;
  font-weight: var(--fw-semibold);
  text-align: right;
}

.card-btn {
  height: 38px;
  margin-top: 12px;
  border-radius: 10px;
  background: #f2f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  font-size: var(--fs-control);
  line-height: 1;
  font-weight: var(--fw-semibold);
}

.empty-state {
  display: none;
  padding: 44px 24px 50px;
  color: var(--muted);
  text-align: center;
  font-size: var(--fs-control);
  line-height: var(--lh-caption);
}

.empty-state.is-visible {
  display: block;
}

.empty-state p {
  margin: 0 0 14px;
}

.reset-btn {
  height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--blue);
  color: #ffffff;
  font-size: var(--fs-control);
  line-height: 1;
  font-weight: var(--fw-semibold);
}

.detail-back {
  width: fit-content;
  margin: 0 0 20px;
  height: 38px;
  padding: 0 14px 0 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--sub);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: var(--fs-control);
  line-height: 1;
  font-weight: var(--fw-semibold);
}

.back-svg,
.chev-svg {
  width: 18px;
  height: 18px;
  display: block;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 30px;
  align-items: start;
}

.detail-left {
  min-width: 0;
}

.detail-main-image {
  height: 390px;
  border-radius: 14px;
  background: #f4f4f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.detail-main-image .phone-visual {
  transform: scale(1.9);
  margin-bottom: 0;
}

.option-panel {
  margin-top: 28px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
}

.option-group + .option-group {
  margin-top: 34px;
}

.option-title {
  margin: 0 0 18px;
  color: #000000;
  font-size: var(--fs-section-title);
  line-height: var(--lh-title);
  font-weight: var(--fw-semibold);
}

.selected-text {
  color: var(--blue);
  font-size: var(--fs-control);
  line-height: var(--lh-caption);
  font-weight: var(--fw-semibold);
  margin-left: 6px;
}

.color-options {
  display: flex;
  justify-content: center;
  gap: 36px;
  padding: 2px 0 4px;
}

.color-option {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid #e5e8eb;
  background: #111827;
}

.color-option.active {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.color-option.black { background: #111827; }
.color-option.blue { background: #2b6be8; }
.color-option.pink { background: #f2a0c9; }
.color-option.white { background: #f8f9fa; }
.color-option.mint { background: #1fb9aa; }
.color-option.gray { background: #6b7684; }

.pill-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.option-pill {
  min-width: 150px;
  min-height: 52px;
  padding: 8px 18px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--sub);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: var(--fs-body);
  line-height: 1.35;
  font-weight: var(--fw-semibold);
  text-align: center;
}

.option-pill span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: var(--fs-label);
  line-height: var(--lh-caption);
  font-weight: var(--fw-regular);
}

.option-pill.active {
  background: #edf3ff;
  border-color: var(--blue);
  color: var(--blue);
}

.carrier-options {
  display: flex;
  justify-content: center;
  gap: 44px;
  padding-top: 4px;
}

.carrier-circle {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #f5f5f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
  overflow: hidden;
}

.carrier-circle img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}

.carrier-circle.active {
  border-color: var(--blue);
  background: #ffffff;
}

.plan-card {
  min-height: 74px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.plan-card + .plan-card {
  margin-top: 12px;
}

.plan-card.active {
  background: #edf3ff;
  border-color: var(--blue);
}

.plan-name {
  margin: 0;
  color: var(--text);
  font-size: var(--fs-plan-title);
  line-height: var(--lh-title);
  font-weight: var(--fw-semibold);
}

.plan-sub {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: var(--fs-control);
  line-height: var(--lh-caption);
  font-weight: var(--fw-regular);
}

.plan-price {
  text-align: right;
  color: var(--blue);
  font-size: var(--fs-subtitle);
  line-height: 1.35;
  font-weight: var(--fw-semibold);
  white-space: nowrap;
}

.plan-price span {
  display: block;
  margin-top: 5px;
  color: var(--blue);
  font-size: var(--fs-caption);
  line-height: var(--lh-caption);
  font-weight: var(--fw-medium);
}

.detail-right {
  position: sticky;
  top: 84px;
}

.summary-box {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
}

.summary-brand {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: var(--fs-body);
  line-height: var(--lh-caption);
  font-weight: var(--fw-medium);
}

.summary-title {
  margin: 0;
  color: #000000;
  font-size: var(--fs-page-title);
  line-height: var(--lh-title);
  font-weight: var(--fw-semibold);
  letter-spacing: -0.05em;
}

.support-label {
  width: fit-content;
  margin-top: 18px;
  min-height: 30px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #ffe9eb;
  color: var(--red);
  display: inline-flex;
  align-items: center;
  font-size: var(--fs-caption);
  line-height: 1.2;
  font-weight: var(--fw-semibold);
}

.payment-card {
  margin-top: 28px;
  padding: 22px 24px;
  border-radius: 14px;
  background: #f7f7f8;
}

.pay-section + .pay-section {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #e8eaed;
}

.pay-title {
  margin: 0 0 12px;
  color: var(--text);
  font-size: var(--fs-body);
  line-height: var(--lh-caption);
  font-weight: var(--fw-semibold);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pay-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--sub);
  font-size: var(--fs-control);
  line-height: 1.75;
  font-weight: var(--fw-regular);
}

.pay-row strong {
  color: var(--text);
  font-size: var(--fs-body);
  font-weight: var(--fw-semibold);
  text-align: right;
}

.pay-row .blue {
  color: var(--blue);
}

.total-row {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #e8eaed;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.total-label {
  color: var(--text);
  font-size: var(--fs-body);
  line-height: var(--lh-caption);
  font-weight: var(--fw-semibold);
}

.total-price {
  color: var(--blue);
  font-size: 26px;
  line-height: 1;
  font-weight: var(--fw-semibold);
  white-space: nowrap;
}

.apply-btn {
  width: 100%;
  height: 58px;
  margin-top: 18px;
  border-radius: 10px;
  background: var(--blue);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-plan-title);
  line-height: 1;
  font-weight: var(--fw-semibold);
}

.utility-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

@media (max-width: 900px) {
  .main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .detail-layout {
    grid-template-columns: 1fr;
  }

  .detail-right {
    position: static;
  }

  .detail-main-image {
    height: 320px;
  }
}

@media (max-width: 760px) {
  :root {
    --fs-display: 28px;
    --fs-page-title: 22px;
    --fs-section-title: 18px;
    --fs-subtitle: 16px;
  }

  .promo-slide {
    min-height: 310px;
    padding: 34px 28px;
    align-items: flex-start;
    flex-direction: column;
  }

  .promo-copy p:last-child {
    margin-top: 16px;
  }

  .promo-visual {
    width: 100%;
    height: 150px;
    margin-top: 20px;
  }

  .ticket {
    min-width: 120px;
    padding: 12px 14px;
    font-size: var(--fs-control);
  }

  .ticket-green {
    left: 20px;
  }

  .ticket-pink {
    right: 16px;
    top: 44px;
  }

  .ticket-white {
    left: 46px;
    bottom: 0;
  }

  .promo-count {
    right: 18px;
    bottom: 16px;
  }
}

@media (max-width: 560px) {
  :root {
    --fs-display: 25px;
    --fs-page-title: 20px;
    --fs-section-title: 17px;
    --fs-product-title: 17px;
    --fs-body: 16px;
  }

  .top-inner {
    padding: 0 16px;
  }

  .logo-img {
    width: 108px;
  }

  .mypage {
    height: 34px;
    padding: 0 12px;
    font-size: var(--fs-caption);
  }

  .main {
    padding-top: 28px;
  }

  .promo-slider {
    border-radius: 24px;
  }

  .promo-slide {
    min-height: 330px;
    padding: 30px 24px;
    border-radius: 24px;
  }

  .filter-panel {
    padding: 22px 16px;
  }

  .filter-header {
    margin-bottom: 20px;
  }

  .filter-row,
  .sort-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .product-image {
    height: 184px;
  }

  .product-name {
    min-height: auto;
  }

  .option-panel {
    padding: 24px 18px;
  }

  .color-options,
  .carrier-options {
    gap: 22px;
  }

  .option-pill {
    min-width: calc(50% - 6px);
  }

  .summary-box {
    padding: 20px;
  }

  .total-price {
    font-size: 22px;
  }
}


/* v8 product card redesign */
.product-grid {
  align-items: stretch;
}

.product-card {
  display: flex;
  flex-direction: column;
  border-color: #E4E4E7;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
}

.product-image {
  height: 170px;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 12px;
  background: #F4F4F5;
}

.product-image.skt,
.product-image.kt,
.product-image.lg {
  background: #F4F4F5;
}

.badge {
  left: 14px;
  top: 14px;
  height: 32px;
  padding: 0 15px;
  border-radius: 10px;
  background: #ffffff;
  color: var(--blue);
  font-family: var(--font-main);
  font-size: 14px;
  line-height: 1;
  font-weight: var(--fw-medium);
  letter-spacing: -0.04em;
}

.badge::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #ffffff;
  border-left: 8px solid transparent;
}

.product-image .phone-visual {
  transform: scale(1.06);
  margin-bottom: 0;
}

.product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 14px 14px;
}

.product-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.product-head .carrier-logo {
  width: 30px;
  height: 30px;
  border: 0;
  background: #F4F4F5;
  flex: 0 0 auto;
}

.product-head .brand-name {
  margin: 0;
  color: #71717A;
  font-size: 15px;
  line-height: 1.25;
  font-weight: var(--fw-semibold);
  letter-spacing: -0.035em;
}

.product-name {
  min-height: 44px;
  color: #27272A;
  font-size: 18px;
  line-height: 1.25;
  font-weight: var(--fw-semibold);
  letter-spacing: -0.055em;
}

.color-dots {
  gap: 12px;
  margin: 10px 0 10px;
}

.dot {
  width: 13px;
  height: 13px;
}

.price-list {
  margin-top: auto;
  border-top: 0;
}

.price-line {
  min-height: 48px;
  padding: 0 2px;
  border-bottom: 1px solid var(--line-soft);
  align-items: center;
  color: #4B5969;
  font-size: 14px;
  line-height: 1.35;
  font-weight: var(--fw-medium);
}

.price-label {
  flex: 0 0 auto;
  color: #4B5969;
  font-family: var(--font-main);
  font-size: 14px;
  line-height: 1.35;
  font-weight: var(--fw-medium);
}

.price-device {
  min-height: 58px;
  align-items: center;
}

.discount-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  text-align: right;
}

.origin-price {
  color: #A5B0BD;
  font-size: 14px;
  line-height: 1;
  font-weight: var(--fw-medium);
  text-decoration: line-through;
  text-decoration-thickness: 1.4px;
  text-decoration-color: #A5B0BD;
}

.sale-row {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
  color: var(--blue);
  line-height: 1;
}

.sale-label {
  font-family: var(--font-main);
  font-size: 13px;
  line-height: 1;
  font-weight: var(--fw-semibold);
  letter-spacing: -0.04em;
}

.sale-price {
  color: var(--blue);
  font-size: 18px;
  line-height: 1;
  font-weight: var(--fw-semibold);
}

.support-price {
  color: #000000;
  font-size: 15px;
  line-height: 1.35;
  font-weight: var(--fw-semibold);
  text-align: right;
}

.card-btn {
  height: 48px;
  margin-top: 18px;
  border-radius: 14px;
  background: #F4F4F5;
  color: #18181B;
  font-size: 15px;
  font-weight: var(--fw-medium);
  letter-spacing: -0.04em;
}

@media (max-width: 900px) {
  .product-name {
    font-size: 17px;
  }
}

@media (max-width: 560px) {
  .product-image {
    height: 170px;
  }

  .product-body {
    padding: 16px 14px 14px;
  }

  .product-name {
    min-height: auto;
    font-size: 18px;
  }

  .card-btn {
    height: 48px;
  }
}


/* v13 shared landing header/footer */
.top-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 60px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.top-inner {
  width: 100%;
  max-width: var(--max);
  height: 60px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-img {
  display: block;
  height: 26px;
  width: auto;
}

.mypage {
  height: 36px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--sub);
  background: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

.footer {
  padding: 56px 0 60px;
  background: #f9fafb;
  border-top: 1px solid #e5e8eb;
  color: #6b7684;
  font-size: 13px;
  line-height: 1.8;
}

.footer-logo {
  height: 20px;
  width: auto;
  margin-bottom: 24px;
  filter: grayscale(1);
  opacity: 0.5;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}

.footer-left p,
.footer-right p {
  margin: 0;
}

.footer-left p strong {
  color: #333d4b;
  font-weight: 600;
}

.footer-right {
  text-align: right;
  color: #8b95a1;
}

@media (max-width: 768px) {
  .top-inner,
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-right {
    text-align: left;
  }
}


html, body { min-height: 100%; }
body { margin-bottom: 0; }
.page { padding-bottom: 0 !important; }
.footer { margin-bottom: 0 !important; }

/* v15 footer + mobile banner ratio fix */
.page {
  padding-bottom: 0 !important;
}

.footer {
  margin-bottom: 0 !important;
}

.promo-slider {
  aspect-ratio: 980 / 250;
}

.promo-slide {
  min-height: 0 !important;
  height: 100%;
}

@media (max-width: 760px) {
  .promo-slider {
    aspect-ratio: 980 / 250;
    border-radius: 24px;
  }

  .promo-slide {
    min-height: 0 !important;
    height: 100%;
    padding: clamp(16px, 4.2vw, 28px) clamp(20px, 5vw, 32px) !important;
    flex-direction: row !important;
    align-items: center !important;
  }

  .promo-copy h1 {
    font-size: clamp(18px, 5vw, 26px);
    line-height: 1.28;
  }

  .promo-copy p:last-child {
    margin-top: clamp(8px, 2vw, 14px);
    font-size: clamp(11px, 3vw, 15px);
    line-height: 1.45;
  }

  .promo-brand {
    margin-bottom: clamp(8px, 2vw, 14px);
    font-size: clamp(11px, 2.8vw, 13px);
  }

  .promo-visual {
    width: 38%;
    height: 100%;
    margin-top: 0 !important;
    transform: scale(0.72);
    transform-origin: center right;
  }

  .promo-count {
    right: 14px;
    bottom: 12px;
    height: 28px;
    padding: 0 10px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .promo-slider {
    aspect-ratio: 980 / 250;
    border-radius: 18px;
  }

  .promo-slide {
    min-height: 0 !important;
    height: 100%;
    border-radius: 18px;
  }

  .ticket {
    min-width: 92px;
    padding: 9px 10px;
    font-size: 11px;
  }

  .ticket span {
    font-size: 9px;
    padding: 3px 6px;
    margin-bottom: 4px;
  }
}

/* v16 header size match with reference index */
.top-header {
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
}

.top-inner {
  max-width: 1060px !important;
  height: 60px !important;
  padding: 0 !important;
}

.logo-img {
  height: 26px !important;
  width: auto !important;
}

.mypage {
  height: 34px !important;
  padding: 0 16px !important;
  border-radius: 10px !important;
  background: #426BFB !important;
  border-color: #426BFB !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* v18 detail option interaction + stretch */
.option-panel {
  width: 100%;
}

.option-group {
  width: 100%;
}

.option-title {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.pill-row {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 12px;
}

.option-pill {
  width: 100%;
  min-width: 0 !important;
  min-height: 52px;
  cursor: pointer;
  user-select: none;
}

.option-pill > span,
.option-pill span {
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
}

.option-pill > .num:first-child,
.option-pill > span:first-child {
  margin-top: 0 !important;
  color: inherit !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.option-pill.active > span,
.option-pill.active .num {
  color: var(--blue) !important;
}

.color-options {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  justify-items: center;
  gap: 12px !important;
  padding: 0;
}

.color-option,
.carrier-circle,
.option-pill,
.plan-card {
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

.color-option:hover,
.carrier-circle:hover,
.option-pill:hover,
.plan-card:hover {
  transform: translateY(-1px);
}

.carrier-options {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
  gap: 12px !important;
  padding-top: 0;
}

.carrier-circle {
  width: 58px;
  height: 58px;
}

.carrier-circle img {
  width: 34px;
  height: 34px;
}

.plan-card {
  width: 100%;
}

.plan-card[aria-pressed="true"],
.option-pill[aria-pressed="true"] {
  background: #edf3ff;
  border-color: var(--blue);
  color: var(--blue);
}

.color-option[aria-pressed="true"] {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .pill-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .option-group:has(.pill-row .option-pill:only-child) .pill-row {
    grid-template-columns: 1fr;
  }

  .carrier-circle {
    width: 54px;
    height: 54px;
  }

  .carrier-circle img {
    width: 31px;
    height: 31px;
  }
}

/* v19 prevent detail benefit text line break */
.support-label,
.plan-price span,
.pay-row strong,
.pay-row strong .num,
.summary-box .num {
  white-space: nowrap;
}

.plan-price {
  min-width: max-content;
}

@media (max-width: 760px) {
  .plan-card {
    align-items: flex-start;
  }

  .plan-price {
    white-space: nowrap;
    min-width: max-content;
  }
}

/* v20 product detail information section */
.plan-price,
.plan-price span,
.support-label,
.pay-row strong,
.pay-row strong .num {
  white-space: nowrap !important;
}

.detail-info {
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
}

.detail-info-header {
  padding: 24px 28px 20px;
  border-bottom: 1px solid var(--line-soft);
}

.detail-info-eyebrow {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.detail-info-title {
  margin: 0;
  color: var(--text);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.detail-info-desc {
  margin: 8px 0 0;
  color: var(--sub);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
}



.detail-info-tabs a {
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sub);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  border-right: 1px solid var(--line-soft);
}

.detail-info-tabs a:last-child {
  border-right: 0;
}

.detail-info-section {
  padding: 28px;
  border-bottom: 1px solid var(--line-soft);
}

.detail-info-section:last-child {
  border-bottom: 0;
}

.detail-section-title {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.42;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.detail-section-sub {
  margin: -6px 0 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.info-card {
  min-height: 92px;
  padding: 24px;
  border-radius: 14px;
  background: #f8f9fb;
  border: 1px solid var(--line-soft);
}

.info-card-label {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

.info-card-value {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
}

.info-card-value.blue {
  color: var(--blue);
}

.device-spec-list {
  display: grid;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  overflow: hidden;
}

.device-spec-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 48px;
  border-bottom: 1px solid var(--line-soft);
}

.device-spec-row:last-child {
  border-bottom: 0;
}

.device-spec-row dt,
.device-spec-row dd {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 13px 16px;
  font-size: 14px;
  line-height: 1.5;
}

.device-spec-row dt {
  color: var(--muted);
  background: #fafafb;
  font-weight: 500;
}

.device-spec-row dd {
  color: var(--text);
  font-weight: 600;
}

.notice-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.notice-list li {
  position: relative;
  padding: 14px 16px 14px 38px;
  border-radius: 12px;
  background: #fafafb;
  color: var(--sub);
  font-size: 14px;
  line-height: 1.65;
  border: 1px solid var(--line-soft);
}

.notice-list li::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 22px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}

.review-list {
  display: grid;
  gap: 12px;
}

.review-item {
  padding: 24px;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: #ffffff;
}

.review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.review-stars {
  color: #ffb800;
  font-size: 13px;
  letter-spacing: .04em;
}

.review-user {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.review-text {
  margin: 0;
  color: var(--sub);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 760px) {
  .detail-info {
    margin-top: 18px;
    border-radius: 16px;
  }

  .detail-info-header,
  .detail-info-section {
    padding: 22px 18px;
  }

  .detail-info-title {
    font-size: 20px;
  }

  

  .detail-info-tabs a {
    height: 44px;
    font-size: 13px;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .device-spec-row {
    grid-template-columns: 106px minmax(0, 1fr);
  }

  .device-spec-row dt,
  .device-spec-row dd {
    padding: 12px 13px;
    font-size: 13px;
  }
}

/* v22 refined detail information header */
.detail-info {
  margin-top: 26px;
  border: 1px solid #E7EBF0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 0%, rgba(66, 107, 251, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(25, 31, 40, 0.045);
}

.detail-info-header {
  position: relative;
  padding: 34px 38px 30px;
  border-bottom: 1px solid rgba(229, 232, 235, 0.78);
}

.detail-info-header::before {
  content: "";
  position: absolute;
  right: 38px;
  top: 32px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(66, 107, 251, 0.18), rgba(66, 107, 251, 0.04));
  border: 1px solid rgba(66, 107, 251, 0.12);
}

.detail-info-header::after {
  content: "";
  position: absolute;
  right: 58px;
  top: 52px;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: var(--blue);
  box-shadow:
    -16px 0 0 rgba(66, 107, 251, 0.42),
    0 16px 0 rgba(66, 107, 251, 0.26),
    -16px 16px 0 rgba(66, 107, 251, 0.14);
}

.detail-info-eyebrow {
  width: fit-content;
  margin: 0 0 13px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #EEF3FF;
  color: var(--blue);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.detail-info-title {
  margin: 0;
  color: #191F28;
  font-size: 26px;
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: -0.055em;
}

.detail-info-desc {
  max-width: 660px;
  margin: 13px 0 0;
  color: #4E5968;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 400;
}



.detail-info-tabs a {
  height: 46px;
  border-radius: 14px;
  border: 1px solid transparent;
  background: transparent;
  color: #6B7684;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.035em;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.detail-info-tabs a:hover {
  background: #F5F7FF;
  border-color: rgba(66, 107, 251, 0.16);
  color: var(--blue);
  transform: translateY(-1px);
}

.detail-info-section {
  padding: 30px 38px;
}

.detail-section-title {
  position: relative;
  margin: 0 0 18px;
  padding-left: 13px;
  color: #191F28;
  font-size: 19px;
  line-height: 1.42;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.detail-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 17px;
  border-radius: 99px;
  background: var(--blue);
}

.info-card,
.review-item,
.notice-list li {
  background: #FAFBFF;
}

@media (max-width: 760px) {
  .detail-info {
    border-radius: 20px;
  }

  .detail-info-header {
    padding: 26px 20px 24px;
  }

  .detail-info-header::before,
  .detail-info-header::after {
    display: none;
  }

  .detail-info-eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .detail-info-title {
    font-size: 23px;
  }

  .detail-info-desc {
    font-size: 14px;
  }

  

  .detail-info-tabs a {
    height: 40px;
    border-radius: 12px;
    font-size: 13px;
    white-space: nowrap;
  }

  .detail-info-section {
    padding: 24px 20px;
  }
}

/* v23 dynamic detail info */
.detail-info-header {
  padding-top: 38px;
}

.detail-info-eyebrow {
  display: none !important;
}

.detail-info [data-dynamic="true"] {
  transition: color .18s ease, background-color .18s ease;
}

.detail-info .is-updated {
  color: var(--blue) !important;
}

.device-spec-row dd.is-updated,
.info-card-value.is-updated {
  color: var(--blue) !important;
}

/* v25 flat white detail information */
.detail-info {
  margin-top: 24px;
  border: 1px solid #E5E8EB;
  border-radius: 16px;
  background: #ffffff !important;
  overflow: hidden;
  box-shadow: none !important;
}

.detail-info-header {
  position: relative;
  padding: 28px 30px 24px;
  border-bottom: 1px solid #EEF0F3;
  background: #ffffff !important;
}

.detail-info-header::before,
.detail-info-header::after {
  display: none !important;
}

.detail-info-eyebrow {
  display: none !important;
}

.detail-info-title {
  margin: 0;
  color: #191F28;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.detail-info-desc {
  max-width: none;
  margin: 10px 0 0;
  color: #6B7684;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
}



.detail-info-tabs a {
  height: 48px;
  border-radius: 0;
  border: 0;
  border-right: 1px solid #EEF0F3;
  background: #ffffff !important;
  color: #4E5968;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.035em;
  box-shadow: none !important;
  transition: color .16s ease, background-color .16s ease;
}

.detail-info-tabs a:last-child {
  border-right: 0;
}

.detail-info-tabs a:hover {
  background: #FAFAFB !important;
  border-color: transparent;
  color: #426BFB;
  transform: none;
  box-shadow: none !important;
}

.detail-info-section {
  padding: 28px 30px;
  border-bottom: 1px solid #EEF0F3;
  background: #ffffff !important;
}

.detail-info-section:last-child {
  border-bottom: 0;
}

.detail-section-title {
  position: static;
  margin: 0 0 16px;
  padding-left: 0;
  color: #191F28;
  font-size: 18px;
  line-height: 1.42;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.detail-section-title::before {
  display: none !important;
}

.detail-section-sub {
  margin: -6px 0 18px;
  color: #8B95A1;
  font-size: 13px;
  line-height: 1.6;
}

.info-grid {
  gap: 10px;
}

.info-card {
  min-height: 88px;
  padding: 16px;
  border-radius: 12px;
  background: #FAFAFB !important;
  border: 1px solid #EEF0F3;
  box-shadow: none !important;
}

.info-card-label {
  margin: 0 0 7px;
  color: #8B95A1;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

.info-card-value {
  margin: 0;
  color: #191F28;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

.info-card-value.blue {
  color: #426BFB;
}

.device-spec-list {
  border: 1px solid #EEF0F3;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.device-spec-row {
  min-height: 46px;
  border-bottom: 1px solid #EEF0F3;
}

.device-spec-row dt,
.device-spec-row dd {
  padding: 12px 15px;
  font-size: 14px;
  line-height: 1.5;
}

.device-spec-row dt {
  color: #8B95A1;
  background: #FAFAFB;
  font-weight: 500;
}

.device-spec-row dd {
  color: #191F28;
  background: #ffffff;
  font-weight: 600;
}

.notice-list {
  gap: 8px;
}

.notice-list li {
  padding: 13px 15px;
  border-radius: 12px;
  background: #ffffff !important;
  color: #4E5968;
  font-size: 14px;
  line-height: 1.65;
  border: 1px solid #EEF0F3;
  box-shadow: none !important;
}

.notice-list li::before {
  display: none !important;
}

.review-list {
  gap: 10px;
}

.review-item {
  padding: 16px;
  border: 1px solid #EEF0F3;
  border-radius: 12px;
  background: #ffffff !important;
  box-shadow: none !important;
}

.review-top {
  margin-bottom: 9px;
}

.review-stars {
  color: #FFB800;
  font-size: 13px;
  letter-spacing: .03em;
}

.review-user {
  color: #8B95A1;
  font-size: 13px;
  font-weight: 500;
}

.review-text {
  margin: 0;
  color: #4E5968;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 760px) {
  .detail-info {
    border-radius: 14px;
  }

  .detail-info-header {
    padding: 24px 18px 20px;
  }

  .detail-info-title {
    font-size: 21px;
  }

  .detail-info-desc {
    font-size: 13px;
  }

  

  .detail-info-tabs a {
    height: 42px;
    font-size: 13px;
    white-space: nowrap;
  }

  .detail-info-section {
    padding: 22px 18px;
  }

  .info-card {
    min-height: auto;
  }
}

/* v26 sticky detail tab selector */
.detail-info {
  overflow: visible !important;
}

.detail-info-header {
  border-radius: 16px 16px 0 0;
}



.detail-info-tabs a {
  -webkit-tap-highlight-color: transparent;
}



/* v27 detail tab active + contract notice */
.detail-info-tabs a {
  position: relative;
}

.detail-info-tabs a.is-active {
  background: #F5F7FF !important;
  color: #426BFB !important;
  font-weight: 600;
}

.detail-info-tabs a.is-active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: #426BFB;
}

.contract-notice {
  margin-top: 14px;
  padding: 24px;
  border: 1px solid #EEF0F3;
  border-radius: 12px;
  background: #FAFAFB;
}

.contract-notice-title {
  margin: 0 0 10px;
  color: #191F28;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.contract-notice-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contract-notice-list li {
  color: #4E5968;
  font-size: 13px;
  line-height: 1.65;
}

.contract-notice-list li strong {
  color: #191F28;
  font-weight: 600;
}

@media (max-width: 760px) {
  .detail-info-tabs a.is-active::after {
    left: 12px;
    right: 12px;
  }

  .contract-notice {
    padding: 15px;
  }
}

/* v28 typography refinement */
:lang(en),
.english,
.en,
.detail-info-tabs a,
.detail-info-title,
.detail-section-title,
.info-card-value,
.device-spec-row dd,
.plan-name,
.plan-sub,
.summary-title,
.summary-brand {
  font-family: var(--font-number), var(--font-main);
}

.detail-info-title {
  font-size: var(--fs-section-title) !important;
  line-height: var(--lh-title) !important;
  font-weight: var(--fw-semibold) !important;
  letter-spacing: -0.045em;
}

@media (max-width: 760px) {
  .detail-info-title {
    font-size: var(--fs-section-title) !important;
  }
}

/* v29 clickable moving active tab */
.detail-info-tabs a {
  position: relative;
}

.detail-info-tabs a.is-active {
  background: #F5F7FF !important;
  color: #426BFB !important;
  font-weight: 600 !important;
}

.detail-info-tabs a.is-active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: #426BFB;
}

.detail-info-tabs a:not(.is-active)::after {
  display: none !important;
}

@media (max-width: 760px) {
  .detail-info-tabs a.is-active::after {
    left: 12px;
    right: 12px;
  }
}

/* v30 reliable active detail tabs */
.detail-info-tabs a {
  position: relative;
}

.detail-info-tabs a.is-active {
  background: #F5F7FF !important;
  color: #426BFB !important;
  font-weight: 600 !important;
}

.detail-info-tabs a.is-active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: #426BFB;
  display: block !important;
}

.detail-info-tabs a:not(.is-active)::after {
  display: none !important;
}

@media (max-width: 760px) {
  .detail-info-tabs a.is-active::after {
    left: 12px;
    right: 12px;
  }
}

/* v31 anchor-accurate detail tabs */
.detail-info-section {
  scroll-margin-top: 124px;
}

.detail-info-tabs a {
  position: relative;
}

.detail-info-tabs a.is-active {
  background: #F5F7FF !important;
  color: #426BFB !important;
  font-weight: 600 !important;
}

.detail-info-tabs a.is-active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: #426BFB;
  display: block !important;
}

.detail-info-tabs a:not(.is-active)::after {
  display: none !important;
}

@media (max-width: 760px) {
  .detail-info-section {
    scroll-margin-top: 118px;
  }

  .detail-info-tabs a.is-active::after {
    left: 12px;
    right: 12px;
  }
}

/* v32 summary typography downsizing */
.summary-brand {
  font-size: 15px !important;
  line-height: 1.4 !important;
}

.summary-title {
  font-size: 25px !important;
  line-height: 1.32 !important;
  letter-spacing: -0.055em;
}

.support-label {
  font-size: 14px !important;
  line-height: 1.35 !important;
  padding: 8px 14px !important;
}

.pay-title {
  font-size: 18px !important;
  line-height: 1.4 !important;
}

.pay-row span {
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.pay-row strong {
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.pay-row strong.blue {
  font-size: 17px !important;
}

.total-label {
  font-size: 17px !important;
  line-height: 1.45 !important;
}

.total-price {
  font-size: 27px !important;
  line-height: 1.25 !important;
  letter-spacing: -0.055em;
}

.payment-card {
  padding: 22px 22px 24px !important;
}

.pay-section {
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
}

.total-row {
  padding-top: 18px !important;
}

@media (max-width: 760px) {
  .summary-brand {
    font-size: 14px !important;
  }

  .summary-title {
    font-size: 23px !important;
    line-height: 1.34 !important;
  }

  .support-label {
    font-size: 13px !important;
    padding: 7px 12px !important;
  }

  .pay-title {
    font-size: 17px !important;
  }

  .pay-row span {
    font-size: 14px !important;
  }

  .pay-row strong {
    font-size: 15px !important;
  }

  .pay-row strong.blue {
    font-size: 16px !important;
  }

  .total-label {
    font-size: 15px !important;
  }

  .total-price {
    font-size: 24px !important;
  }

  .payment-card {
    padding: 20px !important;
  }
}

/* v33 stronger summary typography + unified CTA radius */
.summary-box {
  border-radius: 14px !important;
}

.summary-brand {
  font-size: 13px !important;
  line-height: 1.4 !important;
  margin-bottom: 8px !important;
}

.summary-title {
  font-size: 22px !important;
  line-height: 1.32 !important;
  letter-spacing: -0.055em !important;
}

.support-label {
  min-height: 28px !important;
  margin-top: 16px !important;
  padding: 7px 13px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

.payment-card {
  margin-top: 24px !important;
  padding: 20px 20px 22px !important;
  border-radius: 14px !important;
}

.pay-section + .pay-section {
  margin-top: 18px !important;
  padding-top: 18px !important;
}

.pay-title {
  margin-bottom: 11px !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}

.pay-row {
  line-height: 1.65 !important;
}

.pay-row span {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.pay-row strong {
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.pay-row strong.blue {
  font-size: 15px !important;
}

.total-row {
  padding-top: 16px !important;
}

.total-label {
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.total-price {
  font-size: 24px !important;
  line-height: 1.25 !important;
  letter-spacing: -0.055em !important;
}

.apply-btn {
  height: 52px !important;
  border-radius: 14px !important;
  font-size: 15px !important;
}

.secondary-btn {
  border-radius: 14px !important;
  font-size: 15px !important;
}

@media (max-width: 760px) {
  .summary-brand {
    font-size: 13px !important;
  }

  .summary-title {
    font-size: 21px !important;
    line-height: 1.34 !important;
  }

  .support-label {
    font-size: 12px !important;
    padding: 6px 11px !important;
  }

  .payment-card {
    padding: 18px !important;
  }

  .pay-title {
    font-size: 15px !important;
  }

  .pay-row span {
    font-size: 13px !important;
  }

  .pay-row strong,
  .pay-row strong.blue {
    font-size: 14px !important;
  }

  .total-label {
    font-size: 14px !important;
  }

  .total-price {
    font-size: 22px !important;
  }

  .apply-btn {
    height: 50px !important;
    border-radius: 14px !important;
    font-size: 14px !important;
  }
}

/* v34 remove hover floating + prevent benefit line breaks */
.product-card:hover,
.why-item:hover,
.review-card:hover,
.color-option:hover,
.carrier-circle:hover,
.option-pill:hover,
.plan-card:hover,
.detail-info-tabs a:hover,
.form-btn:hover,
.hero-cta-btn:hover {
  transform: none !important;
}

.product-card,
.why-item,
.review-card,
.color-option,
.carrier-circle,
.option-pill,
.plan-card,
.detail-info-tabs a,
.form-btn,
.hero-cta-btn {
  transition-property: background-color, border-color, color, box-shadow, opacity !important;
}

.support-label,
.plan-price,
.plan-price span,
.plan-price .num,
.pay-row strong,
.pay-row strong .num,
.summary-box .num {
  white-space: nowrap !important;
  word-break: keep-all !important;
}

.plan-card {
  gap: 12px !important;
}

.plan-card > div:last-child,
.plan-price {
  flex: 0 0 auto !important;
  min-width: max-content !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  .plan-card {
    align-items: center !important;
  }

  .plan-price,
  .plan-price span {
    white-space: nowrap !important;
  }
}

/* v35 keep plan benefit in one line */
.plan-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) max-content !important;
  align-items: center !important;
  column-gap: 18px !important;
}

.plan-card > div:first-child {
  min-width: 0 !important;
}

.plan-card > div:last-child {
  min-width: max-content !important;
  width: max-content !important;
  max-width: none !important;
}

.plan-price {
  min-width: max-content !important;
  width: max-content !important;
  max-width: none !important;
  white-space: nowrap !important;
  text-align: right !important;
}

.plan-price span,
.plan-price .num {
  display: inline !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
}

@media (max-width: 760px) {
  .plan-card {
    grid-template-columns: 1fr !important;
    row-gap: 12px !important;
  }

  .plan-card > div:last-child,
  .plan-price {
    justify-self: start !important;
    text-align: left !important;
  }
}

/* v36 plan card original fee + benefit */
.plan-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) max-content !important;
  align-items: center !important;
  column-gap: 18px !important;
}

.plan-price {
  display: grid !important;
  gap: 4px !important;
  min-width: max-content !important;
  width: max-content !important;
  max-width: none !important;
  text-align: right !important;
  white-space: nowrap !important;
}

.plan-origin,
.plan-benefit-label,
.plan-benefit {
  display: block !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
}

.plan-origin {
  color: #8B95A1 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
}

.plan-benefit-label {
  color: #426BFB !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}

.plan-benefit {
  color: #426BFB !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
}

.plan-benefit .num {
  display: inline !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  .plan-card {
    grid-template-columns: 1fr !important;
    row-gap: 12px !important;
  }

  .plan-price {
    justify-self: start !important;
    text-align: left !important;
  }
}

/* v37 plan card monthly fee + benefit */
.plan-price {
  display: grid !important;
  gap: 4px !important;
  min-width: max-content !important;
  width: max-content !important;
  max-width: none !important;
  text-align: right !important;
  white-space: nowrap !important;
}

.plan-fee {
  display: block !important;
  color: #426BFB !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

.plan-benefit {
  display: block !important;
  color: #426BFB !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
}

.plan-benefit .num {
  display: inline !important;
  white-space: nowrap !important;
}

.plan-origin,
.plan-benefit-label {
  display: none !important;
}

@media (max-width: 760px) {
  .plan-price {
    justify-self: start !important;
    text-align: left !important;
  }

  .plan-fee {
    font-size: 16px !important;
  }

  .plan-benefit {
    font-size: 12px !important;
  }
}


/* v38 admin-driven product images */
.real-product-image {
  max-width: 76%;
  max-height: 130px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.detail-main-image .real-product-image {
  max-width: 82%;
  max-height: 280px;
}

.product-grid[hidden],
#emptyState[hidden] {
  display: none !important;
}


/* --- v48: align kids/product base scale with main pages --- */
.main {
  max-width: 1060px;
  padding: 72px 20px 100px;
}
.promo-slider,
.product-panel,
.detail-layout,
.detail-info {
  max-width: 1060px;
}
.promo-slide {
  min-height: 320px;
  padding: 68px 64px;
}
.promo-copy h1 {
  font-size: clamp(34px, 5.4vw, 52px);
  line-height: 1.24;
}
.promo-copy p {
  font-size: 18px;
}
.product-panel,
.detail-card,
.summary-card,
.info-section {
  border-radius: 28px;
}
.filter-title,
.detail-title {
  font-size: 28px;
}
.product-grid {
  gap: 24px;
}
.product-card {
  padding: 24px;
  border-radius: 26px;
}
.product-title {
  font-size: 17px;
}
@media (max-width: 720px) {
  .main {
    padding: 48px 20px 80px;
  }
  .promo-slide {
    min-height: 260px;
    padding: 42px 28px;
  }
  .promo-copy h1 {
    font-size: 32px;
  }
  .promo-copy p {
    font-size: 16px;
  }
  .filter-title,
  .detail-title {
    font-size: 24px;
  }
  .product-card {
    padding: 22px;
  }
}


/* --- v49: remove legacy 90% global scale --- */
html,
body {
  zoom: 1 !important;
  transform: none !important;
  transform-origin: initial !important;
  width: auto !important;
  min-height: 100% !important;
}
.page {
  transform: none !important;
  zoom: 1 !important;
}

/* v51 kids product card = detail style */
.product-card.product-card-detail {
  border: 1px solid #E5E8EB;
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
}
.product-card-detail .product-image {
  position: relative;
  height: 190px;
  padding: 20px 16px 14px;
  background: linear-gradient(180deg, #F8FAFF 0%, #F3F5F8 100%);
}
.product-card-detail .product-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #E5E8EB;
  color: #426BFB;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.product-card-detail .real-product-image {
  max-width: 82%;
  max-height: 148px;
  object-fit: contain;
  display: block;
  margin: 18px auto 0;
}
.product-card-detail .product-body {
  padding: 18px 16px 16px;
}
.product-card-detail .product-head {
  margin-bottom: 10px;
}
.product-card-detail .product-name {
  min-height: 46px;
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: -0.055em;
}
.card-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.card-meta-row span {
  height: 27px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: #F2F4F6;
  color: #4E5968;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.035em;
}
.product-card-detail .color-dots {
  margin: 12px 0 12px;
}
.product-card-detail .dot {
  width: 14px;
  height: 14px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}
.card-plan-box {
  min-height: 72px;
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid rgba(66, 107, 251, .18);
  background: #F7F9FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.card-plan-name {
  margin: 0 0 4px;
  color: #191F28;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.045em;
}
.card-plan-sub {
  margin: 0;
  color: #6B7684;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.035em;
}
.card-plan-box strong {
  flex: 0 0 auto;
  color: #426BFB;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.045em;
  text-align: right;
}
.product-card-detail .price-line {
  min-height: 44px;
}
.product-card-detail .card-btn {
  height: 50px;
  border-radius: 15px;
  background: #426BFB;
  color: #fff;
  font-weight: 800;
}
.product-card-detail .card-btn:hover {
  background: #2E55E6;
}
@media (max-width: 560px) {
  .product-card-detail .product-image { height: 180px; }
  .card-plan-box { align-items: flex-start; flex-direction: column; }
  .card-plan-box strong { text-align: left; }
}

/* v52 detail typography downscale */
.detail-layout {
  gap: 28px;
}
.option-panel {
  padding: 28px !important;
  border-radius: 18px !important;
}
.option-group + .option-group {
  margin-top: 30px !important;
}
.option-title {
  margin-bottom: 14px !important;
  font-size: 20px !important;
  line-height: 1.35 !important;
  letter-spacing: -0.045em !important;
  font-weight: 650 !important;
}
.selected-text {
  font-size: 13px !important;
}
.option-pill {
  min-height: 48px !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  border-radius: 10px !important;
}
.option-pill > .num:first-child,
.option-pill > span:first-child {
  font-size: 13px !important;
}
.option-pill > span,
.option-pill span {
  font-size: 12px !important;
}
.color-option {
  width: 34px !important;
  height: 34px !important;
  border-width: 2px !important;
}
.color-option.active,
.color-option[aria-pressed="true"] {
  outline-width: 2px !important;
  outline-offset: 3px !important;
}
.carrier-circle {
  width: 56px !important;
  height: 56px !important;
  border-width: 2px !important;
}
.carrier-circle img {
  width: 32px !important;
  height: 32px !important;
}
.plan-card {
  min-height: 66px !important;
  padding: 14px 16px !important;
  border-radius: 12px !important;
}
.plan-name {
  font-size: 15px !important;
}
.plan-sub {
  font-size: 12px !important;
}
.plan-price {
  font-size: 16px !important;
}
.plan-price span {
  font-size: 12px !important;
}
.summary-box {
  padding: 22px !important;
  border-radius: 18px !important;
}
.summary-brand {
  font-size: 13px !important;
}
.summary-title {
  font-size: 22px !important;
  line-height: 1.35 !important;
  letter-spacing: -0.05em !important;
}
.support-label {
  min-height: 28px !important;
  margin-top: 16px !important;
  padding: 5px 12px !important;
  font-size: 12px !important;
}
.payment-card {
  margin-top: 24px !important;
  padding: 20px 22px !important;
  border-radius: 16px !important;
}
.pay-title {
  font-size: 15px !important;
}
.pay-row {
  font-size: 13px !important;
  line-height: 1.7 !important;
}
.pay-row strong {
  font-size: 14px !important;
}
.total-label {
  font-size: 14px !important;
}
.total-price {
  font-size: 22px !important;
}
.apply-btn {
  height: 54px !important;
  border-radius: 14px !important;
  font-size: 15px !important;
}
.detail-info-title,
.detail-section-title {
  font-size: 21px !important;
}
.filter-title,
.detail-title {
  font-size: 24px !important;
}
.product-card-detail .product-name {
  min-height: 42px !important;
  font-size: 16px !important;
  line-height: 1.32 !important;
}
.product-card-detail .product-badge {
  height: 28px !important;
  font-size: 12px !important;
  font-weight: 650 !important;
}
.card-plan-name {
  font-size: 13px !important;
  font-weight: 700 !important;
}
.card-plan-sub,
.card-meta-row span {
  font-size: 11px !important;
  font-weight: 600 !important;
}
.card-plan-box strong {
  font-size: 14px !important;
  font-weight: 700 !important;
}
@media (max-width: 900px) {
  .detail-layout {
    gap: 20px;
  }
  .option-panel {
    padding: 24px !important;
  }
  .summary-title {
    font-size: 21px !important;
  }
}
@media (max-width: 560px) {
  .option-panel {
    padding: 22px !important;
  }
  .option-title {
    font-size: 18px !important;
  }
  .filter-title,
  .detail-title {
    font-size: 22px !important;
  }
  .summary-title {
    font-size: 20px !important;
  }
}

/* v54 kids product card restore */
.product-grid {
  align-items: stretch;
}

.product-card {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #E4E4E7;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
}

.product-card .product-image {
  box-sizing: border-box;
  width: 100%;
  height: 170px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: #F4F4F5;
}

.product-card .product-image.skt,
.product-card .product-image.kt,
.product-card .product-image.lg {
  background: #F4F4F5;
}

.product-card .real-product-image {
  max-width: 76%;
  max-height: 132px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto 8px;
}

.product-card .phone-visual {
  transform: scale(1.06);
  margin-bottom: 8px;
}

.product-card .product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 14px 14px;
}

.product-card .product-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.product-card .carrier-logo {
  width: 30px;
  height: 30px;
  border: 0;
  background: #F4F4F5;
  flex: 0 0 auto;
}

.product-card .brand-name {
  margin: 0;
  color: #71717A;
  font-size: 15px;
  line-height: 1.25;
  font-weight: var(--fw-semibold);
  letter-spacing: -0.035em;
}

.product-card .product-name {
  min-height: 44px;
  margin: 0;
  color: #27272A;
  font-size: 18px;
  line-height: 1.25;
  font-weight: var(--fw-semibold);
  letter-spacing: -0.055em;
}

.product-card .color-dots {
  gap: 12px;
  margin: 10px 0 10px;
}

.product-card .dot {
  width: 13px;
  height: 13px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}

.product-card .price-list {
  margin-top: auto;
  border-top: 0;
}

.product-card .price-line {
  min-height: 48px;
  padding: 0 2px;
  border-bottom: 1px solid var(--line-soft);
  align-items: center;
  color: #4B5969;
  font-size: 14px;
  line-height: 1.35;
  font-weight: var(--fw-medium);
}

.product-card .price-label {
  flex: 0 0 auto;
  color: #4B5969;
  font-size: 14px;
  line-height: 1.35;
  font-weight: var(--fw-medium);
}

.product-card .price-device {
  min-height: 58px;
}

.product-card .origin-price {
  color: #A5B0BD;
  font-size: 14px;
  line-height: 1;
  font-weight: var(--fw-medium);
  text-decoration: line-through;
  text-decoration-thickness: 1.4px;
  text-decoration-color: #A5B0BD;
}

.product-card .sale-label {
  font-size: 13px;
  line-height: 1;
  font-weight: var(--fw-semibold);
  letter-spacing: -0.04em;
}

.product-card .sale-price {
  color: var(--blue);
  font-size: 18px;
  line-height: 1;
  font-weight: var(--fw-semibold);
}

.product-card .support-price {
  color: #000000;
  font-size: 15px;
  line-height: 1.35;
  font-weight: var(--fw-semibold);
  text-align: right;
}

.product-card .card-btn {
  height: 48px;
  margin-top: 18px;
  border-radius: 14px;
  background: #F4F4F5;
  color: #18181B;
  font-size: 15px;
  font-weight: var(--fw-medium);
  letter-spacing: -0.04em;
}

@media (max-width: 560px) {
  .product-card .product-image {
    height: 170px;
  }

  .product-card .product-body {
    padding: 16px 14px 14px;
  }

  .product-card .product-name {
    min-height: auto;
    font-size: 18px;
  }
}

/* v55: product card content flush to border */
.product-card {
  padding: 0 !important;
  overflow: hidden !important;
}

.product-card .product-image {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.product-card .real-product-image {
  display: block;
  margin: 0 auto;
}

/* v57: product image vertical center fix */
.product-card .product-image {
  align-items: center !important;
  justify-content: center !important;
}

.product-card .real-product-image {
  margin: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: translateY(-8px);
}

.product-card .phone-visual {
  margin: 0 !important;
  transform: scale(1.06) translateY(-8px) !important;
}

/* v59 admin banner image */
.promo-slide.promo-image-mode {
  padding: 0 !important;
  overflow: hidden;
  background: #f2f4f6;
}
.promo-banner-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}
@media (max-width: 640px) {
  .promo-banner-image { min-height: 180px; }
}

/* v60: mobile radius downscale */
@media (max-width: 640px) {
  .promo-slide,
  .product-panel,
  .filter-panel,
  .product-card,
  .detail-card,
  .summary-card,
  .info-section,
  .option-panel,
  .detail-main-image,
  .payment-card,
  .plan-card,
  .card-plan-box,
  .empty-state,
  .config-card,
  .config-help {
    border-radius: 14px !important;
  }

  .product-card .card-btn,
  .apply-btn,
  .option-pill,
  .sort-chip,
  .chip,
  .reset-btn,
  .detail-back {
    border-radius: 10px !important;
  }

  .promo-slide.promo-image-mode,
  .promo-banner-image,
  .product-card .product-image {
    border-radius: 0 !important;
  }

  .product-card {
    overflow: hidden !important;
  }
}

@media (max-width: 420px) {
  .promo-slide,
  .product-panel,
  .filter-panel,
  .product-card,
  .detail-card,
  .summary-card,
  .info-section,
  .option-panel,
  .detail-main-image,
  .payment-card,
  .plan-card,
  .card-plan-box {
    border-radius: 12px !important;
  }

  .product-card .card-btn,
  .apply-btn,
  .option-pill {
    border-radius: 9px !important;
  }
}

/* v62 color names visible */
.color-options .color-option {
  width: auto !important;
  min-width: 74px;
  height: auto !important;
  min-height: 58px;
  padding: 34px 8px 8px;
  border-radius: 14px !important;
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  background: #fff !important;
}
.color-options .color-option::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--option-color, currentColor);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.10);
}
.color-options .color-option-name {
  display: block;
  max-width: 100%;
  color: #27272A;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.035em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.color-options .color-option.active .color-option-name,
.color-options .color-option[aria-pressed="true"] .color-option-name {
  color: var(--blue);
}
@media (max-width: 720px) {
  .color-options .color-option {
    min-width: 64px;
    min-height: 52px;
    padding: 30px 6px 7px;
    border-radius: 12px !important;
  }
  .color-options .color-option::before {
    top: 8px;
    width: 20px;
    height: 20px;
  }
  .color-options .color-option-name {
    font-size: 11px;
  }
}

/* v63: kids large box radius standardization */
.promo-slider,
.promo-slide,
.promo-slide.promo-image-mode,
.promo-banner-image,
.product-panel,
.filter-panel {
  border-radius: 18px !important;
}

.product-card,
.product-card.product-card-detail {
  border-radius: 14px !important;
}

.option-panel,
.detail-main-image,
.summary-box,
.payment-card,
.plan-card,
.card-plan-box,
.detail-info,
.empty-state {
  border-radius: 14px !important;
}

.product-card .product-image {
  border-radius: 0 !important;
}

.product-card .card-btn,
.apply-btn,
.option-pill,
.sort-chip,
.chip,
.reset-btn,
.detail-back {
  border-radius: 10px !important;
}

@media (max-width: 640px) {
  .promo-slider,
  .promo-slide,
  .promo-slide.promo-image-mode,
  .promo-banner-image,
  .product-panel,
  .filter-panel,
  .product-card,
  .product-card.product-card-detail,
  .option-panel,
  .detail-main-image,
  .summary-box,
  .payment-card,
  .plan-card,
  .card-plan-box,
  .detail-info,
  .empty-state {
    border-radius: 12px !important;
  }

  .product-card .product-image {
    border-radius: 0 !important;
  }

  .product-card .card-btn,
  .apply-btn,
  .option-pill,
  .sort-chip,
  .chip,
  .reset-btn,
  .detail-back {
    border-radius: 10px !important;
  }
}

@media (max-width: 420px) {
  .promo-slider,
  .promo-slide,
  .promo-slide.promo-image-mode,
  .promo-banner-image,
  .product-panel,
  .filter-panel,
  .product-card,
  .product-card.product-card-detail,
  .option-panel,
  .detail-main-image,
  .summary-box,
  .payment-card,
  .plan-card,
  .card-plan-box,
  .detail-info,
  .empty-state {
    border-radius: 10px !important;
  }

  .product-card .product-image {
    border-radius: 0 !important;
  }

  .product-card .card-btn,
  .apply-btn,
  .option-pill,
  .sort-chip,
  .chip,
  .reset-btn,
  .detail-back {
    border-radius: 9px !important;
  }
}


/* v64 kids banner default: remove example graphics and keep gray background */
.promo-slider {
  background: #f2f4f6 !important;
}
.promo-slide {
  justify-content: flex-start !important;
}
.promo-slide:not(.promo-image-mode),
.promo-blue:not(.promo-image-mode) {
  background: #f2f4f6 !important;
}
.promo-slide:not(.promo-image-mode) .promo-copy {
  color: #191f28 !important;
}
.promo-slide:not(.promo-image-mode) .promo-brand {
  color: #426BFB !important;
}
.promo-slide:not(.promo-image-mode) .promo-copy h1 {
  color: #191f28 !important;
}
.promo-slide:not(.promo-image-mode) .promo-copy p:last-child {
  color: #4e5968 !important;
}
.promo-visual,
.promo-count {
  display: none !important;
}


/* v66 detail color selector redesign */
.option-panel .option-group:first-child .option-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.option-panel .option-group:first-child .selected-text {
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
  line-height: 1;
}

.color-options {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.color-options .color-option {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  border: 3px solid #d9dbe1;
  background: transparent !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.color-options .color-option::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--option-color, #d1d5db);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}

.color-options .color-option.active,
.color-options .color-option[aria-pressed="true"] {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(66, 107, 251, 0.14);
}

.color-options .color-option-name {
  display: none !important;
}

@media (max-width: 720px) {
  .option-panel .option-group:first-child .option-title {
    gap: 8px;
    margin-bottom: 16px;
  }

  .option-panel .option-group:first-child .selected-text {
    font-size: 13px;
  }

  .color-options {
    gap: 20px;
  }

  .color-options .color-option {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
  }

  .color-options .color-option::before {
    width: 26px;
    height: 26px;
  }
}


/* v67: restore pill style for filters and back button */
.filter-panel .chip,
.filter-panel .sort-chip,
.chip-group .chip,
.sort-group .sort-chip {
  border-radius: 999px !important;
}

.detail-back {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 16px !important;
  border: 1px solid #e5e8eb !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #4e5968 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  width: fit-content;
  box-sizing: border-box;
}

.detail-back:hover {
  background: #f9fafb !important;
  border-color: #d1d6db !important;
  color: #191f28 !important;
}

.detail-back .back-svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 640px) {
  .filter-panel .chip,
  .filter-panel .sort-chip,
  .chip-group .chip,
  .sort-group .sort-chip,
  .detail-back {
    border-radius: 999px !important;
  }

  .detail-back {
    min-height: 36px;
    padding: 0 14px !important;
    font-size: 13px !important;
  }
}


/* v73 detail tab underline full-width and bottom-aligned */
.detail-info-tabs {
  align-items: stretch !important;
}

.detail-info-tabs a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  align-self: stretch !important;
  position: relative;
  padding-bottom: 0 !important;
  overflow: hidden;
}

.detail-info-tabs a.is-active::after {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 3px !important;
  border-radius: 999px 999px 0 0 !important;
  display: block !important;
}

@media (max-width: 760px) {
  .detail-info-tabs a.is-active::after {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
}


/* v74 color selector ring state refinement */
.color-options .color-option {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  border: 4px solid #e1e3e8 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.color-options .color-option::before {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: var(--option-color, #d1d5db) !important;
  box-shadow: none !important;
}

.color-options .color-option.active,
.color-options .color-option[aria-pressed="true"] {
  border-color: #426BFB !important;
  box-shadow: none !important;
}

.color-options .color-option.active::before,
.color-options .color-option[aria-pressed="true"]::before {
  width: 30px !important;
  height: 30px !important;
}

@media (max-width: 720px) {
  .color-options .color-option {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    border-width: 4px !important;
  }

  .color-options .color-option::before {
    width: 26px !important;
    height: 26px !important;
  }
}


/* v77 color selector single-ring fix */
.color-options .color-option,
.color-options .color-option.active,
.color-options .color-option[aria-pressed="true"] {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: none !important;
  outline: none !important;
  box-sizing: border-box !important;
}

.color-options .color-option {
  border: 4px solid #e1e3e8 !important;
}

.color-options .color-option.active,
.color-options .color-option[aria-pressed="true"] {
  border: 4px solid #426BFB !important;
}

.color-options .color-option::before {
  content: "" !important;
  position: absolute !important;
  inset: 7px !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  top: 7px !important;
  left: 7px !important;
  border-radius: 50% !important;
  background: var(--option-color, #d1d5db) !important;
  box-shadow: none !important;
  outline: none !important;
}

.color-options .color-option::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 720px) {
  .color-options .color-option,
  .color-options .color-option.active,
  .color-options .color-option[aria-pressed="true"] {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    border-width: 4px !important;
  }

  .color-options .color-option::before {
    inset: 7px !important;
    top: 7px !important;
    left: 7px !important;
  }
}


/* v78 color option click fix */
.color-options,
.color-options .color-option {
  pointer-events: auto !important;
}

.color-options .color-option {
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}


/* v78 admin multi-plan select */
#kidsDevicePlanSlug[multiple] {
  min-height: 132px !important;
  padding: 10px !important;
}

.field-help {
  margin: -2px 0 8px;
  color: #6b7684;
  font-size: 12px;
  line-height: 1.4;
}


/* v91 color selector exact button + inner dot */
.color-options {
  margin-top: 16px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  column-gap: 28px !important;
  row-gap: 16px !important;
}

.color-options .color-option,
.color-options .color-option.active,
.color-options .color-option[aria-pressed="true"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  border-radius: 9999px !important;
  border-width: 3px !important;
  border-style: solid !important;
  border-color: #e4e4e7 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: border-color .18s ease, transform .18s ease !important;
}

.color-options .color-option.active,
.color-options .color-option[aria-pressed="true"] {
  border-color: #426BFB !important;
}

.color-options .color-option::before,
.color-options .color-option::after {
  content: none !important;
  display: none !important;
}

.color-options .color-option-dot {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 9999px !important;
  background-color: var(--option-color, #d1d5db);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.08) !important;
  pointer-events: none !important;
}

.color-options .color-option-dot.black { background-color: #111827; }
.color-options .color-option-dot.blue { background-color: #2563eb; }
.color-options .color-option-dot.pink { background-color: #f9a8d4; }
.color-options .color-option-dot.white { background-color: #f8fafc; box-shadow: inset 0 0 0 1px #d4d4d8 !important; }
.color-options .color-option-dot.mint { background-color: #14b8a6; }
.color-options .color-option-dot.gray { background-color: #6b7280; }
.color-options .color-option-dot.red { background-color: #ef4444; }

.color-options .color-option-name {
  display: none !important;
}

@media (min-width: 1024px) {
  .color-options {
    column-gap: 40px !important;
    row-gap: 20px !important;
  }
}

/* v93 right summary panel - reference layout */
.detail-right {
  position: sticky !important;
  top: 84px !important;
  display: flex !important;
  flex-direction: column !important;
  max-height: calc(100dvh - 104px) !important;
}
.summary-box {
  min-height: 0 !important;
  flex: 1 1 auto !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  padding: 20px !important;
  border: 1px solid #e4e4e7 !important;
  border-radius: 10px !important;
  background: #fff !important;
}
.summary-brand {
  margin: 0 !important;
  color: #71717a !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  text-transform: lowercase !important;
  letter-spacing: -0.02em !important;
}
.summary-title {
  margin-top: 6px !important;
  color: #09090b !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  letter-spacing: -0.04em !important;
}
.support-label {
  margin-top: 12px !important;
  min-height: 0 !important;
  padding: 4px 12px !important;
  border-radius: 999px !important;
  background: rgba(239, 68, 68, 0.1) !important;
  color: #ef4444 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
}
.payment-card {
  margin-top: 24px !important;
  padding: 16px 20px !important;
  border: 1px solid #f4f4f5 !important;
  border-radius: 10px !important;
  background: #fafafa !important;
}
.pay-section {
  margin-top: 16px !important;
  padding-top: 12px !important;
  border-top: 1px solid #f4f4f5 !important;
}
.pay-section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}
.pay-title {
  margin: 0 !important;
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: space-between !important;
  color: #27272a !important;
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
}
.pay-title .chev-svg {
  width: 16px !important;
  height: 16px !important;
  color: #a1a1aa !important;
}
.pay-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-top: 6px !important;
  color: #71717a !important;
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
}
.pay-row:first-of-type {
  margin-top: 8px !important;
}
.pay-row span {
  color: #71717a !important;
  font-size: 12px !important;
  line-height: 18px !important;
}
.pay-row strong,
.pay-row strong.blue {
  color: #27272a !important;
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  text-align: right !important;
}
.pay-row strong.blue {
  color: var(--blue) !important;
}
.total-row {
  margin-top: 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid #e4e4e7 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 12px !important;
}
.total-label {
  color: #3f3f46 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}
.total-price {
  color: var(--blue) !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  white-space: nowrap !important;
}
.apply-btn {
  flex-shrink: 0 !important;
  width: 100% !important;
  height: 48px !important;
  margin-top: 16px !important;
  border-radius: 8px !important;
  background: var(--blue) !important;
  color: #fafafa !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}
@media (max-width: 1024px) {
  .detail-right {
    position: static !important;
    max-height: none !important;
  }
  .summary-box {
    overflow: visible !important;
  }
}

/* v94: detail right panel radius matched with existing Cocodot components */
.summary-box,
.payment-card {
  border-radius: 14px !important;
}

.apply-btn {
  border-radius: 10px !important;
}

@media (max-width: 640px) {
  .summary-box,
  .payment-card {
    border-radius: 12px !important;
  }
  .apply-btn {
    border-radius: 10px !important;
  }
}

@media (max-width: 420px) {
  .summary-box,
  .payment-card {
    border-radius: 10px !important;
  }
  .apply-btn {
    border-radius: 9px !important;
  }
}

/* v97: horizontal filters + soft active state */
.model-filter-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}

.model-filter-row[hidden] {
  display: none !important;
}

.model-chip-group {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 1px;
}

.model-chip-group::-webkit-scrollbar {
  display: none;
}

.model-chip {
  height: 36px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #f8f9fb;
  color: var(--sub);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-control);
  line-height: 1;
  font-weight: var(--fw-semibold);
  white-space: nowrap;
  flex: 0 0 auto;
}

.model-chip.active {
  color: var(--blue);
  background: #eef4ff;
  border-color: var(--blue);
}

@media (max-width: 640px) {
  .filter-row,
  .sort-row,
  .model-filter-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
  }

  .model-chip {
    height: 34px;
    padding: 0 13px;
    border-radius: 999px !important;
  }
}


/* v98 product list benefit row */
.product-card .price-benefit-line {
  min-height: 44px;
}

.product-card .benefit-price {
  color: var(--blue);
  font-size: 14px;
  line-height: 1.35;
  font-weight: var(--fw-semibold);
  text-align: right;
  word-break: keep-all;
}


/* v100 kids list divider between filters and cards */
.product-panel {
  overflow: hidden;
}

.product-panel-divider {
  width: calc(100% + 48px);
  height: 14px;
  margin: 12px 0 26px -24px;
  background: #F4F4F5;
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
}

@media (max-width: 640px) {
  .product-panel-divider {
    width: calc(100% + 32px);
    height: 12px;
    margin: 10px 0 20px -16px;
  }
}


/* v101 real UI-shaped loading skeleton */
.kids-loading-skeleton[hidden],
#kidsLoadingSkeleton[hidden],
#kidsFilterPanel[hidden],
#productGrid[hidden],
#emptyState[hidden] {
  display: none !important;
}

.kids-loading-skeleton {
  display: block;
}

.kids-loading-skeleton * {
  box-sizing: border-box;
}

.kids-skeleton-filter {
  width: 100%;
  padding: 28px 24px 26px;
  border: 1px solid #E5E7EB;
  border-radius: 20px 20px 0 0;
  background: #FFFFFF;
}

.kids-skeleton-filter-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 30px;
}

.kids-skeleton-filter-row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  margin-top: 14px;
}

.kids-skeleton-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.kids-skeleton-product-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #E4E4E7;
  border-radius: 20px;
  background: #FFFFFF;
}

.ks-product-image {
  width: 100%;
  height: 170px;
  background: #F4F4F5;
}

.ks-product-body {
  padding: 16px 14px 14px;
}

.ks-head-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.ks-logo {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  flex: 0 0 auto;
}

.ks-dot-row {
  display: flex;
  gap: 12px;
  margin: 14px 0 12px;
}

.ks-dot-row span {
  width: 13px;
  height: 13px;
  border-radius: 999px;
}

.ks-price-row {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line-soft);
}

.ks-button {
  width: 100%;
  height: 48px;
  margin-top: 18px;
  border-radius: 14px;
}

.ks-line,
.ks-chip,
.ks-logo,
.ks-dot-row span,
.ks-product-image,
.ks-button {
  position: relative;
  overflow: hidden;
  background-color: #EEF2F6;
  background-image: linear-gradient(90deg, #EEF2F6 0%, #F8FAFC 46%, #EEF2F6 100%);
  background-size: 220% 100%;
  animation: cocodotSkeletonShimmer 1.25s linear infinite;
}

.ks-line {
  height: 16px;
  border-radius: 999px;
}

.ks-eyebrow {
  width: 60px;
  height: 18px;
  margin-bottom: 14px;
}

.ks-title {
  width: 170px;
  height: 34px;
  border-radius: 12px;
}

.ks-count {
  width: 92px;
  height: 20px;
}

.ks-label {
  width: 72px;
  height: 18px;
  margin-right: 16px;
  flex: 0 0 auto;
}

.ks-chip {
  width: 96px;
  height: 44px;
  border-radius: 999px;
}

.ks-chip.ks-wide {
  width: 170px;
}

.ks-brand {
  width: 70px;
}

.ks-product-name {
  width: 72%;
  height: 24px;
  border-radius: 10px;
}

.ks-price-label {
  width: 56px;
}

.ks-price-value {
  width: 94px;
}

@keyframes cocodotSkeletonShimmer {
  0% { background-position: 220% 0; }
  100% { background-position: -220% 0; }
}

@media (max-width: 900px) {
  .kids-skeleton-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .kids-skeleton-filter-row {
    overflow: hidden;
  }
}

@media (max-width: 640px) {
  .kids-skeleton-filter {
    padding: 22px 16px 20px;
    border-radius: 14px 14px 0 0;
  }

  .kids-skeleton-filter-top {
    margin-bottom: 22px;
  }

  .kids-skeleton-filter-row {
    gap: 10px;
    
  }

  .ks-title {
    width: 140px;
    height: 28px;
  }

  .ks-count {
    width: 76px;
  }

  .ks-label {
    width: 52px;
    margin-right: 6px;
  }

  .ks-chip {
    width: 78px;
    height: 40px;
    flex: 0 0 auto;
  }

  .ks-chip.ks-wide {
    width: 128px;
  }

  .kids-skeleton-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .kids-skeleton-product-card {
    border-radius: 14px;
  }

  .ks-product-image {
    height: 170px;
  }

  .kids-skeleton-divider {
    margin-top: 0;
  }
}


/* v102 remove rounded bordered container under filters */
.filter-panel {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-color: transparent !important;
}

.product-panel {
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

.product-panel-divider {
  width: 100% !important;
  margin-left: 0 !important;
  border-radius: 0 !important;
}


/* v103 remove filter border and gap before divider */
.filter-panel,
#kidsFilterPanel {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

.product-panel-divider {
  margin-top: 0 !important;
}

.filter-panel + .product-panel-divider,
#kidsFilterPanel + .product-panel-divider {
  margin-top: 0 !important;
}

.kids-skeleton-filter {
  border: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}

.kids-skeleton-filter + .product-panel-divider,
.kids-skeleton-divider {
  margin-top: 0 !important;
}


/* v104 restore product panel border only */
.product-panel {
  border: 1px solid #E5E7EB !important;
  border-radius: 20px !important;
  background: #FFFFFF !important;
  overflow: hidden !important;
}

.filter-panel,
#kidsFilterPanel {
  border: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

.product-panel-divider {
  margin-top: 0 !important;
}

@media (max-width: 640px) {
  .product-panel {
    border-radius: 14px !important;
  }
}


/* v105 mobile product grid: show up to 2 cards per row */
@media (max-width: 760px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 16px !important;
    gap: 14px !important;
  }

  .product-card {
    min-width: 0;
  }

  .product-card .product-image {
    height: 150px !important;
  }

  .product-card .real-product-image {
    max-width: 82% !important;
    max-height: 116px !important;
  }

  .product-card .product-body {
    padding: 14px 12px 12px !important;
  }

  .product-card .product-head {
    gap: 8px !important;
    margin-bottom: 6px !important;
  }

  .product-card .carrier-logo {
    width: 26px !important;
    height: 26px !important;
  }

  .product-card .brand-name {
    font-size: 13px !important;
  }

  .product-card .product-name {
    font-size: 15px !important;
    min-height: 38px !important;
  }

  .product-card .color-dots {
    gap: 8px !important;
    margin: 8px 0 8px !important;
  }

  .product-card .dot {
    width: 11px !important;
    height: 11px !important;
  }

  .product-card .price-line {
    min-height: 42px !important;
    font-size: 12px !important;
  }

  .product-card .price-label,
  .product-card .origin-price,
  .product-card .support-price,
  .product-card .benefit-price {
    font-size: 12px !important;
  }

  .product-card .sale-label {
    font-size: 11px !important;
  }

  .product-card .sale-price {
    font-size: 15px !important;
  }

  .product-card .card-btn {
    height: 42px !important;
    margin-top: 14px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 380px) {
  .product-grid {
    gap: 12px !important;
    padding: 14px !important;
  }

  .product-card .product-image {
    height: 138px !important;
  }

  .product-card .product-name {
    font-size: 14px !important;
  }
}


/* v106 remove product panel border and all internal gaps around filters/divider/cards */
.product-panel {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  padding: 0 !important;
}

.filter-panel,
#kidsFilterPanel {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.product-panel-divider {
  width: 100% !important;
  height: 14px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.filter-panel + .product-panel-divider,
#kidsFilterPanel + .product-panel-divider {
  margin: 0 !important;
}

.product-grid {
  padding: 0 !important;
  margin: 0 !important;
}

.empty-state {
  margin: 0 !important;
}

.kids-skeleton-filter {
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.kids-skeleton-filter + .product-panel-divider,
.kids-skeleton-divider {
  margin: 0 !important;
}

.kids-skeleton-grid {
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 760px) {
  .product-grid {
    padding: 0 !important;
  }
}

@media (max-width: 640px) {
  .product-panel {
    border-radius: 0 !important;
  }

  .product-panel-divider {
    width: 100% !important;
    margin: 0 !important;
  }
}


/* v107 filter padding remove + divider vertical padding */
.filter-panel,
#kidsFilterPanel {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.product-panel-divider {
  box-sizing: content-box !important;
  height: 14px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  margin: 0 !important;
  background-clip: content-box !important;
}

.kids-skeleton-filter {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.kids-skeleton-divider {
  box-sizing: content-box !important;
  height: 14px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  margin: 0 !important;
  background-clip: content-box !important;
}

@media (max-width: 640px) {
  .filter-panel,
  #kidsFilterPanel,
  .kids-skeleton-filter {
    padding: 0 !important;
  }

  .product-panel-divider,
  .kids-skeleton-divider {
    height: 12px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}


/* v108 remove divider top/bottom borders */
.product-panel-divider,
.kids-skeleton-divider {
  border-top: 0 !important;
  border-bottom: 0 !important;
}


/* v109 double divider vertical padding */
.product-panel-divider,
.kids-skeleton-divider {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

@media (max-width: 640px) {
  .product-panel-divider,
  .kids-skeleton-divider {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}


/* v110 mobile banner: full-bleed, no radius, keep real image ratio */
@media (max-width: 640px) {
  .promo-slider {
    width: calc(100% + 40px) !important;
    max-width: none !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .promo-slide {
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }

  .promo-slide.promo-image-mode {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .promo-banner-image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
    border-radius: 0 !important;
  }
}


/* v111 mobile product grid: one card per row */
@media (max-width: 760px) {
  .product-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .product-card .product-image {
    height: 170px !important;
  }

  .product-card .real-product-image {
    max-width: 76% !important;
    max-height: 132px !important;
  }

  .product-card .product-body {
    padding: 16px 14px 14px !important;
  }

  .product-card .product-head {
    gap: 12px !important;
    margin-bottom: 8px !important;
  }

  .product-card .carrier-logo {
    width: 30px !important;
    height: 30px !important;
  }

  .product-card .brand-name {
    font-size: 15px !important;
  }

  .product-card .product-name {
    font-size: 18px !important;
    min-height: auto !important;
  }

  .product-card .color-dots {
    gap: 12px !important;
    margin: 10px 0 10px !important;
  }

  .product-card .dot {
    width: 13px !important;
    height: 13px !important;
  }

  .product-card .price-line {
    min-height: 48px !important;
    font-size: 14px !important;
  }

  .product-card .price-label,
  .product-card .origin-price,
  .product-card .support-price,
  .product-card .benefit-price {
    font-size: 14px !important;
  }

  .product-card .sale-label {
    font-size: 13px !important;
  }

  .product-card .sale-price {
    font-size: 18px !important;
  }

  .product-card .card-btn {
    height: 48px !important;
    margin-top: 18px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
  }
}


/* v112 mobile: no radius, no gap between header and banner */
@media (max-width: 640px) {
  .main {
    padding-top: 0 !important;
  }

  .promo-slider {
    margin-top: 0 !important;
    border-radius: 0 !important;
  }

  .promo-slide,
  .promo-slide.promo-image-mode,
  .promo-banner-image {
    border-radius: 0 !important;
  }
}


/* v114 product image vertical alignment fix */
.product-card .real-product-image {
  transform: none !important;
  margin: 0 auto !important;
}

.product-card .phone-visual {
  transform: scale(1.06) !important;
}


/* v115 remove loading skeleton + mock banner */
.kids-loading-skeleton,
#kidsLoadingSkeleton,
.kids-skeleton-filter,
.kids-skeleton-grid,
.kids-skeleton-divider {
  display: none !important;
}

#kidsPromoSlider[hidden],
.promo-slider[hidden] {
  display: none !important;
}

#kidsFilterPanel {
  display: block;
}


/* v116 support amount rows */
.pay-row[hidden] {
  display: none !important;
}


/* v121 payback row */
#paybackAmountRow[hidden] {
  display: none !important;
}


/* v122 excess payback row */
#paybackAmountRow[hidden] {
  display: none !important;
}


/* v124 calculated detail info */
.calc-info-box {
  margin-top: 14px;
  border-top: 1px solid #eef0f3;
  padding-top: 14px;
}

.calc-info-list {
  display: grid;
  gap: 10px;
}

.calc-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.45;
}

.calc-info-row strong {
  color: #191f28;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.storage-option small,
.capacity-option small,
.storage-card small,
.memory-option small {
  display: none !important;
}


/* v125 monthly fee info replaces fee confirmation method */
.monthly-fee-info-replaced {
  display: block !important;
}

.monthly-fee-info-title {
  color: #8b95a1;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 12px;
}

.monthly-fee-info-list {
  display: grid;
  gap: 8px;
}

.monthly-fee-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.45;
}

.monthly-fee-info-row strong {
  color: #191f28;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.monthly-fee-info-row strong.blue {
  color: #426BFB;
}


/* v126 detail page title sizes -4px */
.option-title {
  font-size: 16px !important;
}

.detail-info-title,
.detail-section-title {
  font-size: 17px !important;
}

.monthly-fee-info-title {
  font-size: 11px !important;
}

@media (max-width: 640px) {
  .option-title {
    font-size: 14px !important;
  }

  .detail-info-title,
  .detail-section-title {
    font-size: 17px !important;
  }

  .monthly-fee-info-title {
    font-size: 11px !important;
  }
}


/* v127 mobile kids list responsive redesign */
@media (max-width: 640px) {
  /* Header */
  .site-header,
  .header,
  .topbar {
    min-height: 56px !important;
  }

  .site-header .nav,
  .header .nav,
  .topbar .nav {
    gap: 14px !important;
  }

  .site-header .nav a,
  .header .nav a,
  .topbar .nav a {
    font-size: 14px !important;
    white-space: nowrap !important;
  }

  /* Banner: shorter mobile promo */
  .promo-slider {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }

  .promo-slide,
  .promo-image-mode {
    min-height: 122px !important;
    max-height: 138px !important;
    overflow: hidden !important;
  }

  .promo-banner-image {
    width: 100% !important;
    height: auto !important;
    max-height: 138px !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  /* Product section header: remove duplicated small blue eyebrow visually */
  .section-eyebrow,
  .kids-eyebrow,
  .product-eyebrow,
  .page-eyebrow {
    display: none !important;
  }

  .section-head,
  .product-section-head,
  .kids-section-head {
    margin-top: 34px !important;
    margin-bottom: 22px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 16px !important;
  }

  .section-title,
  .product-section-title,
  .kids-section-title,
  .kids-title {
    font-size: 26px !important;
    line-height: 1.22 !important;
    letter-spacing: -0.04em !important;
    margin: 0 !important;
  }

  .product-count,
  .kids-count,
  #kidsCntBadge {
    font-size: 14px !important;
    color: #8b95a1 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
  }

  /* Mobile inline filters: label above, chips below */
  .filter-panel,
  #kidsFilterPanel {
    padding: 0 !important;
    margin: 0 0 22px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .filter-row,
  .filter-group,
  .kids-filter-row,
  .kids-filter-group {
    display: block !important;
    margin-bottom: 16px !important;
  }

  .filter-label,
  .kids-filter-label,
  .filter-row > label,
  .filter-group > label {
    display: block !important;
    width: auto !important;
    margin: 0 0 9px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    color: #8b95a1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
  }

  .filter-chips,
  .kids-filter-chips,
  .chip-list {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    padding-bottom: 2px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .filter-chips::-webkit-scrollbar,
  .kids-filter-chips::-webkit-scrollbar,
  .chip-list::-webkit-scrollbar {
    display: none !important;
  }

  .filter-chip,
  .kids-filter-chip,
  .chip,
  .model-chip {
    flex: 0 0 auto !important;
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    line-height: 38px !important;
    font-weight: 700 !important;
    letter-spacing: -0.025em !important;
  }

  /* Remove heavy divider */
  .kids-list-divider,
  .product-list-divider,
  .filter-divider,
  .panel-divider {
    display: none !important;
  }

  .product-panel,
  .kids-product-panel {
    padding-top: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  /* Product card */
  .product-grid,
  .kids-product-grid,
  #kidsProductList {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .product-card {
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  .product-card .product-image,
  .product-card .phone-visual,
  .product-card .visual-wrap {
    height: 230px !important;
    min-height: 230px !important;
    max-height: 240px !important;
    padding: 18px !important;
  }

  .product-card .real-product-image {
    max-height: 190px !important;
    max-width: 72% !important;
    object-fit: contain !important;
    transform: none !important;
  }

  .product-card .phone-visual {
    transform: none !important;
  }

  .product-card .product-body,
  .product-card .card-body,
  .product-info {
    padding: 22px 22px 24px !important;
  }

  .product-card .carrier-row,
  .product-card .brand-row {
    margin-bottom: 12px !important;
  }

  .product-card .carrier-name,
  .product-card .brand-name {
    font-size: 16px !important;
    color: #4b5563 !important;
    font-weight: 800 !important;
  }

  .product-card .product-name,
  .product-card .card-title,
  .product-card .ttl {
    font-size: 22px !important;
    line-height: 1.3 !important;
    letter-spacing: -0.045em !important;
    margin-bottom: 12px !important;
  }

  /* Color dot gets label */
  .product-card .color-dot-row,
  .product-card .product-colors,
  .product-card .color-list {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 4px 0 18px !important;
  }

  .product-card .product-colors::before,
  .product-card .color-list::before {
    content: "색상";
    color: #8b95a1;
    font-size: 13px;
    font-weight: 700;
  }

  /* Card rows: stack label and value on mobile */
  .product-card .spec-row,
  .product-card .price-row,
  .product-card .benefit-row,
  .product-card .info-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 5px !important;
    padding: 14px 0 !important;
    border-top: 1px solid #edf0f3 !important;
  }

  .product-card .spec-row:first-of-type,
  .product-card .price-row:first-of-type,
  .product-card .benefit-row:first-of-type,
  .product-card .info-row:first-of-type {
    border-top: 0 !important;
  }

  .product-card .spec-row > span:first-child,
  .product-card .price-row > span:first-child,
  .product-card .benefit-row > span:first-child,
  .product-card .info-row > span:first-child,
  .product-card .row-label {
    color: #6b7280 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
  }

  .product-card .row-value,
  .product-card .price-value,
  .product-card .benefit-value,
  .product-card .spec-row strong,
  .product-card .price-row strong,
  .product-card .info-row strong {
    justify-self: start !important;
    text-align: left !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em !important;
  }

  .product-card .device-price-value,
  .product-card .sale-price,
  .product-card .discount-price {
    color: #426BFB !important;
    font-size: 26px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
  }

  .product-card .original-price,
  .product-card .list-price,
  .product-card del {
    display: block !important;
    margin-top: 4px !important;
    color: #9aa3af !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
  }

  .product-card .benefit-value,
  .product-card .benefit-row strong {
    color: #426BFB !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 800 !important;
  }
}


@media (max-width: 640px) {
  .mobile-hidden-eyebrow {
    display: none !important;
  }
}


/* v128 mobile filter actual DOM selector fix */
@media (max-width: 640px) {
  /* Remove the actual thick divider between filters and product cards */
  .product-panel-divider {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }

  /* Actual filter rows */
  .filter-row,
  .model-filter-row {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
  }

  .filter-row:last-child,
  .model-filter-row:last-child {
    margin-bottom: 0 !important;
  }

  .filter-label {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: #8b95a1 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
  }

  /* Actual chip group classes */
  .chip-group,
  .model-chip-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 0 2px !important;
    margin: 0 !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .chip-group::-webkit-scrollbar,
  .model-chip-group::-webkit-scrollbar {
    display: none !important;
  }

  .chip-group .chip,
  .model-chip-group .model-chip,
  .model-chip-group .chip {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
  }

  /* Give filter area compact bottom spacing before product card */
  #kidsFilterPanel,
  .filter-panel {
    margin-bottom: 24px !important;
  }

  .product-panel,
  .kids-product-panel {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* If any remaining divider-like element sits immediately under filters, neutralize it */
  #kidsFilterPanel + .product-panel-divider,
  .filter-panel + .product-panel-divider {
    display: none !important;
  }
}


/* v129 mobile product card: keep original structure, only reduce crowded price sizes */
@media (max-width: 640px) {
  /* Keep v128 filter improvements, but soften product-card price typography */
  .product-card .device-price-value,
  .product-card .sale-price,
  .product-card .discount-price {
    font-size: 22px !important;
    line-height: 1.18 !important;
    letter-spacing: -0.04em !important;
  }

  .product-card .row-value,
  .product-card .price-value,
  .product-card .spec-row strong,
  .product-card .price-row strong,
  .product-card .info-row strong {
    font-size: 17px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.035em !important;
  }

  .product-card .original-price,
  .product-card .list-price,
  .product-card del {
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  /* The "할인가" label tends to crowd the 0원 price on mobile */
  .product-card .discount-label,
  .product-card .sale-label,
  .product-card .price-label-inline {
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin-right: 4px !important;
  }

  /* Keep card rows close to the original horizontal layout instead of a full stacked redesign */
  .product-card .spec-row,
  .product-card .price-row,
  .product-card .benefit-row,
  .product-card .info-row {
    grid-template-columns: minmax(72px, auto) minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 14px 0 !important;
  }

  .product-card .row-value,
  .product-card .price-value,
  .product-card .benefit-value,
  .product-card .spec-row strong,
  .product-card .price-row strong,
  .product-card .info-row strong {
    justify-self: end !important;
    text-align: right !important;
  }

  .product-card .benefit-value,
  .product-card .benefit-row strong {
    font-size: 15px !important;
    line-height: 1.35 !important;
  }
}


/* v130 typography tune */
@media (max-width: 640px) {
  /* 상품카드 */
  .product-card .sale-price,
  .product-card .discount-price {
    font-size: 18px !important;
    line-height: 1.18 !important;
  }

  .product-card .sale-label,
  .product-card .discount-label,
  .product-card .price-label-inline {
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
  }

  /* 필터 */
  .filter-label,
  .chip-group .chip,
  .model-chip-group .model-chip,
  .model-chip-group .chip {
    font-weight: 400 !important;
  }
}


/* v145 clean mobile product detail: single mobile layer, no stacked patch UI */
@media (max-width: 640px) {
  body.mobile-detail-clean-v145 {
    background: #fff !important;
    
    padding-bottom: calc(126px + env(safe-area-inset-bottom)) !important;
  }

  body.mobile-detail-clean-v145 *,
  body.mobile-detail-clean-v145 *::before,
  body.mobile-detail-clean-v145 *::after {
    box-sizing: border-box !important;
  }

  /* Hide original site/detail chrome on mobile detail only */
  body.mobile-detail-clean-v145 .cc-header,
  body.mobile-detail-clean-v145 .detail-back,
  body.mobile-detail-clean-v145 .detail-right,
  body.mobile-detail-clean-v145 .footer,
  body.mobile-detail-clean-v145 footer,
  body.mobile-detail-clean-v145 .loading,
  body.mobile-detail-clean-v145 .loader,
  body.mobile-detail-clean-v145 .spinner,
  body.mobile-detail-clean-v145 .skeleton,
  body.mobile-detail-clean-v145 .page-loading,
  body.mobile-detail-clean-v145 .detail-loading,
  body.mobile-detail-clean-v145 [data-loading] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  

  body.mobile-detail-clean-v145 .detail-layout {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.mobile-detail-clean-v145 .detail-left {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    
  }

  /* Mobile-only header */
  .mobile-detail-header-v145 {
    position: sticky;
    top: 0;
    z-index: 120;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 56px;
    border-bottom: 1px solid #f1f3f5;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .mobile-detail-back-v145 {
    position: absolute;
    left: 12px;
    top: 50%;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    margin: 0;
    color: #111827;
    background: transparent;
  }

  .mobile-detail-title-v145 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #111827;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: -0.04em;
    text-align: center;
  }

  /* Unified mobile shell */
  .mobile-detail-shell-v145 {
    display: block;
    width: 100%;
    max-width: 100%;
    
    background: #fff;
  }

  .mobile-detail-shell-v145 .detail-main-image {
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
    min-height: 360px !important;
    margin: 20px 20px 0 !important;
    padding: 28px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #f6f8fb !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  .mobile-detail-shell-v145 .detail-main-image .real-product-image {
    max-width: 78% !important;
    max-height: 300px !important;
    object-fit: contain !important;
  }

  .mobile-detail-shell-v145 .detail-main-image .phone-visual {
    transform: scale(1.08);
  }

  .mobile-detail-intro-v145 {
    padding: 22px 20px 4px;
    background: #fff;
  }

  .mobile-detail-carrier-v145 {
    margin: 0 0 6px;
    color: #8b95a1;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: -0.02em;
  }

  .mobile-detail-name-v145 {
    margin: 0;
    color: #191f28;
    font-size: 22px;
    line-height: 1.28;
    font-weight: 600;
    letter-spacing: -0.05em;
  }

  .mobile-detail-badges-v145 {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 16px;
  }

  .mobile-detail-badge-v145 {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef3ff;
    color: #426BFB;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.025em;
  }

  .mobile-detail-badge-v145.is-red {
    background: #fff1f2;
    color: #ef4444;
  }

  /* Summary card: no horizontal outside margin, keep internal padding */
  .mobile-summary-card-v145 {
    width: 100%;
    max-width: 100%;
    margin: 24px 0;
    padding: 16px 18px;
    border: 1px solid #edf0f3;
    border-radius: 14px;
    background: #f9fafb;
    box-shadow: none;
    overflow: hidden;
  }

  .mobile-summary-section-v145 + .mobile-summary-section-v145 {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #edf0f3;
  }

  .mobile-summary-title-v145 {
    margin: 0 0 8px;
    color: #191f28;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: -0.03em;
  }

  .mobile-summary-row-v145 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 24px;
    gap: 14px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.35;
  }

  .mobile-summary-row-v145 strong {
    color: #191f28;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
  }

  .mobile-summary-row-v145 strong.blue {
    color: #426BFB;
  }

  .mobile-summary-total-v145 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e5e8eb;
  }

  .mobile-summary-total-v145 span {
    color: #4b5563;
    font-size: 13px;
    font-weight: 600;
  }

  .mobile-summary-total-v145 strong {
    color: #426BFB;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.04em;
  }

  /* Options: no panel border/padding, group spacing by internal padding only */
  .mobile-detail-shell-v145 .option-panel {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    
  }

  .mobile-detail-shell-v145 .option-group {
    width: 100% !important;
    max-width: 100% !important;
    margin: 28px 0 0 !important;
    padding: 0 !important;
    
  }

  .mobile-detail-shell-v145 .option-title {
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    letter-spacing: -0.04em !important;
  }

  .mobile-detail-shell-v145 .option-title .selected-text {
    font-weight: 500 !important;
  }

  .mobile-detail-shell-v145 .pill-row {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    
  }

  .mobile-detail-shell-v145 .option-group:nth-of-type(2) .pill-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .mobile-detail-shell-v145 .option-pill {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    font-weight: 600 !important;
  }

  .mobile-detail-shell-v145 .plan-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-weight: 500 !important;
  }

  .mobile-detail-shell-v145 .plan-card * {
    max-width: 100% !important;
  }

  /* Bottom flat CTA */
  .mobile-flat-cta-v145 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 130;
    width: 100%;
    max-width: 100%;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid #edf0f3;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .mobile-flat-cta-inner-v145 {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mobile-flat-cta-price-v145 {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .mobile-flat-cta-line-v145 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
  }

  .mobile-flat-cta-line-v145 span {
    color: #6b7280;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -0.025em;
  }

  .mobile-flat-cta-line-v145 strong {
    color: #191f28;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.035em;
  }

  .mobile-flat-cta-line-v145.is-primary strong {
    color: #426BFB;
    font-size: 15px;
    font-weight: 600;
  }

  .mobile-flat-cta-button-v145 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 8px;
    background: #426BFB;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 641px) {
  .mobile-detail-header-v145,
  .mobile-detail-shell-v145,
  .mobile-flat-cta-v145 {
    display: none !important;
  }
}


/* v146 responsive restore: when resized back to desktop, remove mobile-only state */
@media (min-width: 641px) {
  body.mobile-detail-clean-v145 {
    padding-bottom: 0 !important;
    overflow-x: visible !important;
  }

  body.mobile-detail-clean-v145 .cc-header,
  body.mobile-detail-clean-v145 .detail-back,
  body.mobile-detail-clean-v145 .detail-right,
  body.mobile-detail-clean-v145 .footer,
  body.mobile-detail-clean-v145 footer {
    display: revert !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body.mobile-detail-clean-v145 .detail-layout {
    display: grid !important;
  }

  body.mobile-detail-clean-v145 .detail-left,
  body.mobile-detail-clean-v145 .detail-right {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .mobile-detail-header-v145,
  .mobile-detail-shell-v145,
  .mobile-flat-cta-v145 {
    display: none !important;
  }
}




/* v149 mobile plan option vertical gap fix */
@media (max-width: 640px) {
  body.mobile-detail-clean-v145 .mobile-detail-shell-v145 .option-group {
    overflow: visible !important;
  }

  /* 요금제 카드 리스트는 세로 간격을 명시적으로 유지 */
  body.mobile-detail-clean-v145 .mobile-detail-shell-v145 .plan-list,
  body.mobile-detail-clean-v145 .mobile-detail-shell-v145 .plan-options,
  body.mobile-detail-clean-v145 .mobile-detail-shell-v145 .plans-list,
  body.mobile-detail-clean-v145 .mobile-detail-shell-v145 .plans {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  /* 기존 폭 초과 방지용 margin:0은 유지하되, 카드 간격만 다시 부여 */
  body.mobile-detail-clean-v145 .mobile-detail-shell-v145 .plan-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.mobile-detail-clean-v145 .mobile-detail-shell-v145 .plan-card + .plan-card {
    margin-top: 12px !important;
  }

  /* 혹시 plan-card가 직접 option-group 자식으로 들어오는 구조도 방어 */
  body.mobile-detail-clean-v145 .mobile-detail-shell-v145 .option-group > .plan-card + .plan-card {
    margin-top: 12px !important;
  }

  /* 요금제 카드 내부 여백은 유지 */
  body.mobile-detail-clean-v145 .mobile-detail-shell-v145 .plan-card {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}
/* v183 loading overlay + shared detail document UI + soldout UI */
html.is-detail-loading-v183,
html.is-detail-loading-v183 body {
  background: #fff !important;
}

html.is-detail-loading-v183::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  background: #fff;
}

html.is-detail-loading-v183::after {
  content: "";
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 2147483647;
  width: 34px;
  height: 34px;
  margin-left: -17px;
  margin-top: -17px;
  border: 3px solid #edf1ff;
  border-top-color: #426BFB;
  border-radius: 50%;
  animation: cocodot-loading-spin-v183 0.8s linear infinite;
}

@keyframes cocodot-loading-spin-v183 {
  to {
    transform: rotate(360deg);
  }
}

body.mobile-detail-clean-v145,
body.mobile-detail-clean-v145 .main,
body.mobile-detail-clean-v145 .mobile-detail-shell-v145,
body.mobile-detail-clean-v145 .detail-info,
body.mobile-detail-clean-v145 .detail-info-section,
body:not(.mobile-detail-clean-v145) .detail-info,
body:not(.mobile-detail-clean-v145) .detail-info-section {
  overflow: visible !important;
  transform: none !important;
  contain: none !important;
}

body.mobile-detail-clean-v145 .mobile-summary-card-v145 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 24px 0 !important;
}

body.mobile-detail-clean-v145 .sale-label {
  font-weight: 600 !important;
  margin-right: 0 !important;
}

body.mobile-detail-clean-v145 .brand-name {
  font-weight: 500 !important;
}

body.mobile-detail-clean-v145 .origin-price .num {
  margin-right: 0 !important;
}

body.mobile-detail-clean-v145 .mobile-flat-cta-v145 {
  margin-bottom: 0 !important;
}

.detail-info {
  display: block !important;
  margin: 20px 0 calc(144px + env(safe-area-inset-bottom)) !important;
  padding: 0 !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.detail-info-header {
  padding: 0 0 18px !important;
  margin: 0 !important;
}

.detail-info-title {
  margin: 0 0 7px !important;
  color: #111827 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.03em !important;
}

.detail-info-desc {
  margin: 0 !important;
  color: #6b7280 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: -0.02em !important;
}

.detail-info-tabs,
.detail-info-tabs.cocodot-tabs-v183 {
  position: sticky !important;
  top: 60px !important;
  z-index: 60 !important;
  display: flex !important;
  align-items: center !important;
  height: 64px !important;
  min-height: 64px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 6px 0 0 !important;
  gap: 0 !important;
  overflow: visible !important;
  white-space: nowrap !important;
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.cocodot-tabs-v183__button {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  height: 58px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #8b95a1 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
  white-space: nowrap !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
}

.cocodot-tabs-v183__button.is-current {
  color: #111827 !important;
  font-weight: 600 !important;
}

.cocodot-tabs-v183__bar {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #111827 !important;
  pointer-events: none !important;
  transition: transform 0.22s ease, width 0.22s ease !important;
}

.detail-info-section {
  padding-top: 34px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.detail-info-section:first-of-type {
  padding-top: 28px !important;
}

.detail-section-title {
  margin: 0 0 14px !important;
  color: #111827 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  letter-spacing: -0.025em !important;
}

.cocodot-doc-v183 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.doc-head-v183 {
  padding: 0 0 18px !important;
  border-bottom: 1px solid #f1f3f5 !important;
}

.doc-carrier-v183 {
  margin: 0 0 6px !important;
  color: #426BFB !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.02em !important;
}

.doc-title-v183 {
  margin: 0 !important;
  color: #111827 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.025em !important;
}

.doc-desc-v183 {
  margin: 6px 0 0 !important;
  color: #6b7280 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: -0.02em !important;
}

.doc-chips-v183 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding: 18px 0 !important;
  border-bottom: 1px solid #f1f3f5 !important;
}

.doc-chip-v183 {
  display: inline-flex !important;
  align-items: center !important;
  height: 30px !important;
  padding: 0 11px !important;
  border-radius: 999px !important;
  background: #f5f7fb !important;
  color: #374151 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
  letter-spacing: -0.02em !important;
}

.doc-rows-v183 {
  margin: 0 !important;
  padding: 4px 0 !important;
}

.doc-row-v183 {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 20px !important;
  min-height: 44px !important;
  border-bottom: 1px solid #f8f9fb !important;
}

.doc-row-v183 dt {
  color: #8b95a1 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  letter-spacing: -0.02em !important;
}

.doc-row-v183 dd {
  margin: 0 !important;
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  letter-spacing: -0.02em !important;
  text-align: right !important;
}

.doc-price-v183 {
  margin: 18px 0 20px !important;
  padding: 16px 18px !important;
  border-radius: 14px !important;
  background: #f5f7ff !important;
  border: 1px solid #edf1ff !important;
}

.doc-price-label-v183 {
  margin: 0 0 5px !important;
  color: #426BFB !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.02em !important;
}

.doc-price-value-v183 {
  margin: 0 !important;
  color: #111827 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.03em !important;
}

.doc-price-caption-v183 {
  margin: 7px 0 0 !important;
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.02em !important;
}

.doc-subtitle-v183 {
  margin: 0 0 10px !important;
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  letter-spacing: -0.02em !important;
}

.doc-bullets-v183 {
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.doc-bullets-v183 li {
  position: relative !important;
  padding-left: 10px !important;
  color: #6b7280 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: -0.02em !important;
}

.doc-bullets-v183 li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.72em !important;
  width: 3px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: #9ca3af !important;
}

.notice-doc-v183__item,
.review-doc-v183__item {
  padding: 18px 0 !important;
  border-bottom: 1px solid #f1f3f5 !important;
}

.notice-doc-v183__item:first-child,
.review-doc-v183__item:first-child {
  padding-top: 4px !important;
}

.notice-doc-v183__title {
  margin: 0 0 8px !important;
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  letter-spacing: -0.02em !important;
}

.notice-doc-v183__text,
.review-doc-v183__text {
  margin: 0 !important;
  color: #4b5563 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: -0.02em !important;
}

.review-doc-v183__head {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 8px !important;
}

.review-doc-v183__name {
  margin: 0 !important;
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.02em !important;
}

.review-doc-v183__date {
  color: #9ca3af !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.02em !important;
  white-space: nowrap !important;
}


.doc-price-list-v183 {
  display: grid !important;
  gap: 8px !important;
}

.doc-price-row-v183 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  color: #6b7280 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  letter-spacing: -0.02em !important;
}

.doc-price-row-v183 strong {
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

.doc-price-row-v183 strong.blue {
  color: #426BFB !important;
}

.review-doc-v183__stars {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 3px 0 0 !important;
  color: #f59e0b !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.01em !important;
}

.review-doc-v183__stars span {
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.soldout-badge-v183 {
  display: inline-flex !important;
  align-items: center !important;
  height: 22px !important;
  margin-left: 8px !important;
  padding: 0 8px !important;
  border-radius: 999px !important;
  background: #f2f4f6 !important;
  color: #8b95a1 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  letter-spacing: -0.02em !important;
  vertical-align: middle !important;
}

.soldout-notice-v183 {
  margin: 14px 0 0 !important;
  padding: 13px 14px !important;
  border-radius: 12px !important;
  background: #f8f9fb !important;
  color: #4b5563 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.02em !important;
}

.option-pill.is-soldout-v183,
button.is-soldout-v183[aria-disabled="true"] {
  opacity: 0.45 !important;
  cursor: not-allowed !important;
}

.soldout-label-v183 {
  display: inline-flex !important;
  margin-left: 6px !important;
  color: #8b95a1 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

button.is-soldout-v183,
a.is-soldout-v183,
.is-soldout-v183[data-v145="cta-submit"] {
  background: #d1d5db !important;
  border-color: #d1d5db !important;
  color: #fff !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

@media (min-width: 641px) {
  .detail-info {
    max-width: 960px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .detail-info-tabs,
  .detail-info-tabs.cocodot-tabs-v183 {
    top: 60px !important;
  }
}

.plan-recommend-badge {
  display: inline-flex !important;
  align-items: center !important;
  vertical-align: middle !important;
  margin-right: 4px !important;
  padding: 3px 6px !important;
  border-radius: 999px !important;
  background: #fff1f2 !important;
  color: #e11d48 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
}

/* v186 월 요금 정보 간소화 */
.doc-monthly-compact-v186 {
  display: grid !important;
  gap: 6px !important;
}

.doc-monthly-before-v186 {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #8b95a1 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.02em !important;
}

.doc-monthly-before-v186 del {
  color: #9ca3af !important;
  text-decoration-thickness: 1px !important;
}

.doc-monthly-before-v186 span {
  display: inline-flex !important;
  align-items: center !important;
  height: 22px !important;
  padding: 0 8px !important;
  border-radius: 999px !important;
  background: #eef3ff !important;
  color: #426BFB !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  letter-spacing: -0.02em !important;
}

.doc-monthly-after-v186 {
  display: block !important;
  color: #111827 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.03em !important;
}
