/* ============================================================
   coway.click V2026 — Design Mockups
   Depth: Main / Category / Detail
   ============================================================ */

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.css");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500;700;800&family=Noto+Sans+KR:wght@400;500;600;700&display=swap");

:root {
  --bg: #fff8fb;
  --bg-deep: #1a1216;
  --surface: #ffffff;
  --line: #f0d6e0;
  --text: #2a1a22;
  --muted: #8a6574;
  --pink: #ff6fa3;
  --pink-deep: #ff4879;
  --green: #3d9a5a;
  --green-soft: #86cc95;
  --lime: #dcffac;
  --half: #ff3d6e;
  --radius: 14px;
  --shadow: 0 10px 40px rgba(90, 20, 50, 0.08);
  --max: 1120px;
  --font: "Pretendard Variable", Pretendard, "Apple SD Gothic Neo", sans-serif;
  --display: Outfit, "Pretendard Variable", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; }

.wrap {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

/* ---------- Top utility ---------- */
.util {
  background: var(--bg-deep);
  color: rgba(255,255,255,.88);
  font-size: 13px;
}
.util__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  padding: 8px 0;
  flex-wrap: wrap;
}
.util a:hover { color: var(--lime); }
.util__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 999px;
  background: #ffc4d8;
  color: var(--pink-deep) !important;
  font-weight: 800;
  line-height: 1.2;
}
.util__cart:hover {
  color: var(--pink-deep) !important;
  filter: brightness(1.04);
}
.util__cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--pink-deep);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}
.util__cart-badge[hidden] { display: none !important; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,248,251,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header__row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  min-height: 72px;
}
.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  z-index: 1;
}
.brand__logo {
  display: block;
  /* 좁은 화면에서 확실히 축소, 데스크톱 최대는 34px 유지 */
  height: clamp(18px, 2.8vw + 8px, 34px);
  width: auto;
  max-width: min(190px, 36vw);
  object-fit: contain;
  object-position: left center;
}
.brand__tag {
  font-size: clamp(9px, 1.6vw + 4px, 12px);
  color: var(--muted);
  font-weight: 600;
  max-width: 36vw;
  line-height: 1.3;
}
.header__ci {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  z-index: 0;
}
.header__ci img {
  display: block;
  height: 44px;
  width: auto;
  max-width: min(200px, 36vw);
  object-fit: contain;
}
.header__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  z-index: 1;
}
.header__phone span {
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
}
.header__phone a {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  color: #04a6e1;
  letter-spacing: 0.02em;
}

/* ---------- Category nav ---------- */
.cat-nav {
  border-top: 1px solid var(--line);
}
.cat-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px 0;
  padding: 6px 0 8px;
  list-style: none;
}
.cat-nav a {
  display: block;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  white-space: nowrap;
  transition: background .2s, color .2s;
}
.cat-nav a:hover,
.cat-nav a.is-active {
  background: #ffe3ee;
  color: var(--pink-deep);
}
@media (max-width: 720px) {
  .cat-nav a {
    padding: 6px 8px;
    font-size: 12px;
  }
}

/* ---------- Hero (main) ---------- */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #f6eef1;
  background-image:
    linear-gradient(90deg, rgba(255, 248, 251, .92) 0%, rgba(255, 248, 251, .72) 38%, rgba(255, 248, 251, .28) 62%, rgba(255, 248, 251, .08) 100%),
    url("src/image/stock/main_adv_01.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  border-bottom: 1px solid var(--line);
}
.hero__inner {
  display: grid;
  gap: 28px;
  padding: clamp(36px, 6vw, 72px) 0 clamp(40px, 7vw, 80px);
}
@media (min-width: 860px) {
  .hero__inner {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
  }
}
.hero__headline {
  margin-top: 0;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 800;
  max-width: 18em;
  word-break: keep-all;
}
.hero__accent {
  color: #04a6e1;
}
.hero__gift {
  color: #d95b88;
}
.hero__lead {
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
  max-width: 28em;
  word-break: keep-all;
}
@media (max-width: 720px) {
  /* 배경 사진 위 대비 확보: 위쪽 텍스트 영역을 더 불투명하게 */
  .hero {
    background-image:
      linear-gradient(
        180deg,
        rgba(255, 248, 251, .96) 0%,
        rgba(255, 248, 251, .9) 38%,
        rgba(255, 248, 251, .62) 68%,
        rgba(255, 248, 251, .4) 100%
      ),
      url("src/image/stock/main_adv_01.png");
    background-position: center 30%;
  }
  .hero__lead {
    color: #5a3a48;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.55;
  }
}
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.hero__panel {
  background: rgba(255, 255, 255, 0.6);
  border: 0;
  border-radius: 20px;
  padding: 22px;
  box-shadow:
    var(--shadow),
    0 0 12px rgba(255, 255, 255, 0.65),
    0 0 22px rgba(255, 72, 121, 0.22);
}
.hero__panel h2 {
  font-size: 14px;
  font-weight: 800;
  color: var(--pink-deep);
  margin-bottom: 12px;
}
.promo-chip {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed #f0d6e0;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
}
.promo-chip:last-child { border-bottom: 0; padding-bottom: 0; }
.promo-chip strong { font-weight: 800; }
.promo-chip em {
  font-style: normal;
  color: var(--half);
  font-weight: 800;
  white-space: nowrap;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  transition: transform .15s, filter .15s;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.03); }
.btn--primary {
  background: linear-gradient(180deg, var(--green-soft), var(--green));
  color: #fff;
  box-shadow: 0 8px 20px rgba(61,154,90,.28);
}
.hero__ctas .btn--primary {
  background: #d95b88;
  box-shadow: 0 8px 20px rgba(217, 91, 136, .28);
}
.btn--ghost {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--text);
}
.btn--pink {
  background: var(--pink-deep);
  color: #fff;
}
.btn--block { width: 100%; }

/* ---------- Sections ---------- */
.section {
  padding: clamp(40px, 6vw, 72px) 0;
}
.section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.section__title {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  word-break: keep-all;
}
.section__desc {
  color: var(--muted);
  font-size: 14px;
  margin-top: 4px;
}
.section--dark {
  background: var(--bg-deep);
  color: #fff;
}
.section--dark .section__desc { color: rgba(255,255,255,.65); }
.section--soft {
  background: linear-gradient(180deg, #fff 0%, #ffeef5 100%);
  border-block: 1px solid var(--line);
}

/* ---------- Quick action grid (main) ---------- */
.action-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 720px) {
  .action-grid { grid-template-columns: repeat(4, 1fr); }
}
.action-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 18px;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  min-height: 128px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.action-card:hover {
  border-color: var(--pink);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.action-card__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 18px;
  background: #ffe3ee;
}
.action-card__title { font-weight: 800; font-size: 15px; }
.action-card__text { font-size: 13px; color: var(--muted); word-break: keep-all; }
.action-card--green .action-card__icon { background: var(--lime); }
.action-card--dark {
  background: linear-gradient(145deg, #2a1a22, #3d2430);
  color: #fff;
  border-color: transparent;
}
.action-card--dark .action-card__text { color: rgba(255,255,255,.7); }
.action-card__icon--half {
  width: auto;
  min-width: 36px;
  padding: 0 9px;
  align-self: flex-start;
  white-space: nowrap;
  background: var(--half);
  color: #fff;
  font-family: var(--display);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: -0.03em;
}

/* ---------- Product cards ---------- */
.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 560px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}
.product {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  transition: box-shadow .2s, transform .2s;
}
.product:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}
.product__media {
  position: relative;
  aspect-ratio: 1 / 1;
  background:
    linear-gradient(160deg, #f7f7f8 0%, #eee 100%);
  display: grid;
  place-items: center;
  text-decoration: none;
  color: inherit;
}
.product__media img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.page-water .product-grid .product__media {
  background: #111;
}
.page-water .product-grid .product__media img {
  width: 82%;
  height: 82%;
  mix-blend-mode: normal;
}
.product__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #04a6e1;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
}
.product__badge--soft {
  background: #2a1a22;
}
.product__badge--soldout {
  background: #5c5c5c;
}
.product__badge--partial {
  background: #c45c26;
}
/* 본사 lp_renew sold_out: 이미지 중앙 품절 오버레이 */
.product.product--soldout .product__media::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(247, 247, 249, 0.5);
  z-index: 2;
  pointer-events: none;
}
.product.product--soldout .product__media::after {
  content: '품절';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 33px;
  border-radius: 20px;
  background: rgba(27, 37, 41, 0.4);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  z-index: 3;
  pointer-events: none;
}
.product.product--soldout .product__media img {
  opacity: 0.35;
}
.product__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  z-index: 1;
}
.product__badges .product__badge {
  position: static;
}
.product__badges .half-float {
  position: static;
}
.product__colors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 16px 0;
}
.product__colors .color-dot {
  width: 22px;
  height: 22px;
  border-width: 2px;
  cursor: pointer;
  flex: 0 0 auto;
}
.product__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 18px;
  flex: 1;
}
.product__cat {
  font-size: 11px;
  font-weight: 800;
  color: var(--pink-deep);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.product__name {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  word-break: keep-all;
}
.product__name a {
  color: inherit;
  text-decoration: none;
}
.product__model {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}
.product__price {
  margin-top: auto;
  padding-top: 8px;
  display: grid;
  gap: 4px;
}
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 13px;
}
.price-row s { color: var(--muted); }
.price-row strong {
  color: var(--pink-deep);
  font-size: 18px;
  font-weight: 800;
}
.gift-line {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 48px;
  font-size: 13px;
  font-weight: 800;
  color: var(--green);
  background-color: #edf9f0;
  background-image: url("src/image/ui/gift-bg01-cut.png");
  background-repeat: no-repeat;
  background-position: right -6px center;
  background-size: auto 135%;
  padding: 10px 88px 10px 12px;
  border-radius: 12px;
  text-align: left;
}
.gift-line__icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 3px rgba(42, 26, 34, 0.18));
}
.product__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}
.product__actions .btn { padding: 10px 8px; font-size: 13px; text-decoration: none; flex: 1; }

/* ---------- Category page hero strip ---------- */
.page-strip {
  padding: 28px 0 8px;
}
.page-strip__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 220px);
  gap: 20px 28px;
  align-items: end;
}
.page-strip__copy {
  min-width: 0;
}
.page-strip__art {
  margin: 0;
  justify-self: end;
  width: min(100%, 220px);
  line-height: 0;
}
.page-strip__art img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(80, 120, 150, 0.12));
}
@media (max-width: 720px) {
  .page-strip__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .page-strip__art {
    justify-self: center;
    width: min(180px, 46vw);
    order: -1;
  }
}
.crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  margin: 14px 0 10px;
}
.crumb a {
  color: var(--pink-deep);
  font-weight: 700;
}
.crumb a:hover { color: var(--pink-deep); text-decoration: underline; }
/* detail: equal space above/below breadcrumb */
.wrap > .crumb {
  margin: 0;
  padding: 16px 0;
}
.wrap > .crumb + .detail {
  padding-top: 0;
}
.page-strip h1 {
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.page-strip p {
  margin-top: 8px;
  color: var(--muted);
  max-width: 40em;
  word-break: keep-all;
}
.page-strip__lead {
  margin-top: 10px;
  max-width: 42em;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: -0.01em;
  color: #4a3540;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
.page-strip p.page-strip__lead--inquire {
  font-weight: 800;
  color: #04a6e1;
}
.half-banner {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  padding: 14px 18px;
  border-radius: 14px;
  background: linear-gradient(90deg, #ff3d6e, #ff6fa3);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}
.page-biz .card-body {
  margin: 8px 0 28px;
}
.page-biz .page-strip {
  padding-top: 0;
}

/* ---------- Category sub-filters ---------- */
.sub-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 8px;
  list-style: none;
}
.sub-filters button,
.sub-filters a {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  transition: background .15s, color .15s, border-color .15s;
}
.sub-filters button.is-on,
.sub-filters a.is-on,
.sub-filters button:hover,
.sub-filters a:hover {
  background: #ffe3ee;
  border-color: #ffb7c5;
  color: var(--pink-deep);
}

/* HQ air-cleaning 3-tier filters (promo pills / type underline / size bar) */
.page-air .filter-block--hq {
  gap: 14px;
  padding-top: 18px;
}
.page-air .sub-filters--hq {
  margin: 0;
  gap: 8px;
}
.page-air .sub-filters--hq button {
  padding: 9px 16px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #767676;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.page-air .sub-filters--hq button:hover {
  background: #fff;
  border-color: #1d2025;
  color: #1d2025;
}
.page-air .sub-filters--hq button.is-on,
.page-air .sub-filters--hq button.is-on:hover {
  background: #1d2025;
  border-color: #1d2025;
  color: #fff;
}
.page-air .text-filters--hq-type {
  gap: 4px 22px;
  padding: 6px 0 12px;
  border-bottom: 1px solid #ebebeb;
}
.page-air .text-filters--hq-type button {
  color: #767676;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 0 10px;
}
.page-air .text-filters--hq-type button.is-on {
  color: #111;
  font-weight: 800;
}
.page-air .text-filters--hq-type button.is-on::after {
  background: #111;
  height: 3px;
  border-radius: 0;
}
.page-air .text-filters--hq-size {
  gap: 4px 22px;
  margin-top: 0;
  padding: 10px 18px;
  border-bottom: 0;
  border-radius: 0;
  background: #f8f8f8;
}
.page-air .text-filters--hq-size button {
  color: #767676;
  font-size: 14px;
  font-weight: 600;
  padding: 2px 0 4px;
}
.page-air .text-filters--hq-size button.is-on {
  color: #111;
  font-weight: 800;
}
.page-air .text-filters--hq-size button.is-on::after {
  display: none;
}

.list-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 8px 0 18px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
}
.list-meta strong { color: var(--text); }

.filter-block {
  display: grid;
  gap: 10px;
  margin: 4px 0 6px;
  padding: 16px 0 4px;
  border-top: 1px solid var(--line);
}
.text-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
  align-items: center;
  padding: 10px 0 12px;
  border-bottom: 1px solid #ebe7ea;
}
.text-filters button {
  border: 0;
  background: transparent;
  padding: 4px 0 8px;
  font-size: 15px;
  font-weight: 600;
  color: #5c5560;
  position: relative;
  letter-spacing: -0.02em;
}
.text-filters button.is-on {
  color: #1a1a1a;
  font-weight: 800;
}
.text-filters button.is-on::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #04a6e1;
  border-radius: 2px;
}

/* fn tabs + form bar flush (no white gap) */
.filter-tabs {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* function row = muted luxury index tabs (matches page rose palette) */
.text-filters--fn {
  gap: 4px;
  padding: 0;
  border-bottom: 0;
  align-items: stretch;
  line-height: 1;
}
.text-filters--fn button {
  --tab: #b7bdbf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 12px 12px 0 0;
  background: var(--tab);
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: filter .18s ease, transform .18s ease, box-shadow .18s ease;
}
.text-filters--fn button::after { display: none; }
.text-filters--fn button:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}
.text-filters--fn button.is-on {
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 6px 18px rgba(42, 26, 34, 0.1);
}
.text-filters--fn button[data-filter="all"] { --tab: #b7bdbf; }       /* soft gray */
.text-filters--fn button[data-filter="ice"] { --tab: #7ea9b8; }       /* mist blue */
.text-filters--fn button[data-filter="hotcold"] { --tab: #c98995; }   /* soft rose */
.text-filters--fn button[data-filter="cold"] { --tab: #8496ad; }      /* slate periwinkle */
.text-filters--fn button[data-filter="ambient"] { --tab: #8eaa9c; }   /* sage */
.text-filters--fn button[data-filter="sparkling"] { --tab: #c4a882; } /* champagne */
/* bed / mattress lifestyle tabs (same palette as water) */
.text-filters--fn button[data-filter="single"] { --tab: #7ea9b8; }
.text-filters--fn button[data-filter="couple"] { --tab: #c98995; }
.text-filters--fn button[data-filter="kids"] { --tab: #8496ad; }
.text-filters--fn button[data-filter="hotel"] { --tab: #8eaa9c; }
.text-filters--fn button[data-filter="sleeptech"] { --tab: #c4a882; }
/* air type tabs (same palette order as water: 전체→…) */
.text-filters--fn button[data-filter="general"] { --tab: #7ea9b8; }
.text-filters--fn button[data-filter="humid"] { --tab: #c98995; }
.text-filters--fn button[data-filter="aircon"] { --tab: #8496ad; }
.text-filters--fn button[data-filter="clothes"] { --tab: #8eaa9c; }
.text-filters--fn button[data-filter="warm"] { --tab: #c4a882; }

/* form row reacts to fn tab color (same solid color) */
.text-filters--form {
  --form-tint: #b7bdbf;
  gap: 4px 18px;
  margin-top: 0;
  padding: 7px 16px 8px;
  border-bottom: 0;
  border-radius: 0 12px 12px 12px;
  background: var(--form-tint);
  transition: background-color .22s ease;
}
.text-filters--form button {
  color: rgba(255, 255, 255, 0.88);
  padding: 2px 0 6px;
  font-size: 14px;
}
.text-filters--form button.is-on {
  color: #fff;
}
.text-filters--form button.is-on::after {
  background: #fff;
}

.list-sort select {
  appearance: none;
  border: 1px solid var(--line);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E") no-repeat right 12px center;
  padding: 8px 32px 8px 12px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  accent-color: #04a6e1;
}
.list-sort select:focus,
.list-sort select:focus-visible,
.list-sort select:active {
  outline: none;
  border-color: var(--line);
  box-shadow: none;
}
.list-sort select option:checked,
.list-sort select option:hover {
  background-color: #04a6e1;
  color: #fff;
}
.list-empty {
  grid-column: 1 / -1;
  padding: 48px 16px;
  text-align: center;
  color: var(--muted);
  font-weight: 700;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* 전 카테고리 베스트: 연핑크 → 화이트 → 연블루 (안마기 톤 공통) */
.best-strip {
  background: transparent;
  padding: 6px 0 24px;
  margin-top: 8px;
}
.best-strip .wrap {
  background: linear-gradient(
    165deg,
    #fff6fc 0%,
    #fcf1f7 28%,
    #f8f7fb 52%,
    #f0f5fa 78%,
    #e3f0f9 100%
  );
  border-radius: 28px;
  padding: 28px 20px 32px;
  box-shadow: 0 10px 28px rgba(50, 70, 110, 0.05);
}
.best-strip__title {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 18px;
}
.best-strip__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 700px) {
  .best-strip__row { grid-template-columns: repeat(5, 1fr); }
}
.best-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  isolation: isolate;
  background:
    radial-gradient(ellipse 100% 70% at 32% 14%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.25) 40%, transparent 65%),
    linear-gradient(165deg, #ffffff 0%, #f6f8fa 55%, #eef2f6 100%);
  border-radius: 999px;
  padding: 18px 12px 16px;
  border: 1px solid #e4e9ee;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -8px 14px rgba(170, 185, 205, 0.1),
    0 4px 14px rgba(40, 60, 90, 0.05);
  transition: box-shadow .2s, transform .2s;
  min-height: 100%;
  overflow: hidden;
}
.best-card::before {
  content: "";
  position: absolute;
  top: 7%;
  left: 16%;
  width: 44%;
  height: 22%;
  border-radius: 50%;
  background: radial-gradient(ellipse at 40% 35%, rgba(255, 255, 255, 0.7) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.best-card > * {
  position: relative;
  z-index: 1;
}
.best-card:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -10px 16px rgba(170, 185, 205, 0.12),
    0 8px 18px rgba(40, 60, 90, 0.07);
}
.best-card__rank {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #04a6e1;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.best-card__media {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(160deg, #f7f7f8 0%, #e8eaed 55%, #dfe3e8 100%);
}
.best-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.best-card__name {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  word-break: keep-all;
}
.best-card__price {
  font-size: 12px;
  font-weight: 700;
  color: var(--pink-deep);
}

.op-water {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 2px;
}
.op-water span {
  font-size: 11px;
  font-weight: 700;
  color: #5a6570;
  background: #f1f4f7;
  border: 1px solid #e3e8ee;
  border-radius: 4px;
  padding: 3px 7px;
}
.product__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 4px;
}
.product__tag {
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 3px 7px;
  color: #fff;
}
.product__tag--pkg {
  background: #2f6fed;
}
.product__tag--hotel {
  background: #e87a2e;
}

.feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}
.feature-pills span {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px;
  background: #f5f0f2;
  color: #6a4a56;
}

/* ---------- Detail layout ---------- */
.detail {
  display: grid;
  gap: 28px;
  padding: 28px 0 48px;
}
@media (min-width: 900px) {
  .detail {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
.detail__media {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
@media (min-width: 900px) {
  .detail__media {
    position: sticky;
    top: 120px;
  }
}
.detail__gallery {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}
.detail__gallery-main {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: #fff;
}
.detail__gallery-main img {
  width: 86%;
  height: 86%;
  object-fit: contain;
}
.detail-product-shot {
  margin: 28px auto 24px;
  padding: 0 0 8px;
  width: min(100%, 720px);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}
.detail-product-shot img {
  display: block;
  width: 100%;
  margin: 0;
  height: auto;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

/* ---------- Product specs (coway.com style) ---------- */
.prd-specs {
  width: min(100%, 720px);
  margin: 0 auto 20px;
  background: #fff;
  overflow: visible;
}
.prd-specs__tabs {
  display: flex;
  gap: 0;
  background: transparent;
  border-bottom: 0;
  padding: 0;
  margin: 0 0 12px;
}
.prd-specs__tab {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 4px 2px 10px;
  font-size: 18px;
  font-weight: 800;
  color: #111;
  cursor: default;
  position: relative;
  letter-spacing: -0.02em;
}
.prd-specs__tab.is-on {
  color: #111;
}
.prd-specs__tab.is-on::after {
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  bottom: 0;
  height: 3px;
  background: #111;
  border-radius: 2px;
}
.prd-specs__panel {
  padding: 18px 18px 14px;
  background: #f6f6f6;
  border: 1px solid #ececec;
  border-radius: 14px;
}
.prd-specs__comp-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}
.prd-specs__comp-tab {
  appearance: none;
  border: 1px solid #ddd;
  background: #fff;
  color: #666;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.prd-specs__comp-tab.is-on {
  background: #3a3a3a;
  border-color: #3a3a3a;
  color: #fff;
}
.prd-specs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 16px;
}
.prd-specs__item {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.prd-specs__item dt {
  font-size: 11px;
  font-weight: 500;
  color: #999;
  letter-spacing: -0.01em;
}
.prd-specs__item dd {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
  word-break: keep-all;
}
.prd-specs__kc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #1a5fd4;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.prd-specs__notes {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 4px;
}
.prd-specs__notes li {
  font-size: 10px;
  color: #aaa;
  line-height: 1.45;
  word-break: keep-all;
}
.prd-specs__notes li::before {
  content: "※ ";
}
@media (max-width: 900px) {
  .prd-specs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .prd-specs__panel { padding: 14px 12px 12px; }
  .prd-specs__grid { grid-template-columns: 1fr; gap: 12px; }
}
.detail__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
}
.detail__thumb {
  appearance: none;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  padding: 0;
  border-radius: 10px;
  background: #f3f3f4;
  border: 1px solid transparent;
  overflow: hidden;
  cursor: pointer;
}
.detail__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}
.detail__thumb--empty {
  cursor: default;
  pointer-events: none;
}
.detail__thumb.is-on,
.detail__thumb:hover:not(.detail__thumb--empty) {
  border-color: var(--pink);
}

/* 마이 프레임 사이드형: 갤러리와 분리된 선택 미리보기 (왼쪽 미디어 컬럼 안) */
.frame-preview {
  margin: 0;
  padding: 14px;
  background: #f7f7f8;
  border: 1px solid var(--line);
  border-radius: 20px;
}
.frame-preview__title {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  color: #555;
}
.frame-preview__body {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.frame-preview__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  width: 84px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.frame-preview__meta li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 8px;
  border-left: 2px solid #d8d8dc;
  font-size: 11px;
  line-height: 1.35;
  color: #777;
}
.frame-preview__meta li strong {
  font-size: 13px;
  font-weight: 800;
  color: #222;
}
.frame-preview__stage {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  height: 200px;
  background: #ececee;
  border-radius: 12px;
  overflow: hidden;
}
.frame-preview__layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* 본사 PNG 그대로(작은 라벨 유지) · 스테이지 중앙 배치 */
  object-fit: contain;
  object-position: center;
  display: block;
  pointer-events: none;
}
.frame-preview__layer--head { z-index: 1; }
.frame-preview__layer--side { z-index: 2; }
@media (max-width: 560px) {
  .frame-preview__body {
    flex-direction: column;
    align-items: flex-start;
  }
  .frame-preview__meta {
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 14px;
  }
  .frame-preview__meta li {
    border-left: none;
    padding-left: 0;
    min-width: 30%;
  }
  .frame-preview__stage {
    width: 100%;
    height: 200px;
  }
}

.detail__info {
  padding-top: 18px;
}
.detail__info h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  word-break: keep-all;
}
.detail__model {
  margin-top: 6px;
  color: var(--muted);
  font-weight: 600;
}
.detail__model-lines {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}
.detail__model-lines__code {
  color: #333;
  font-weight: 800;
}
.detail__model-lines__sep {
  color: var(--muted);
}
.detail__model-lines__name {
  color: var(--muted);
  font-weight: 600;
}
.detail__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.tag {
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffe3ee;
  color: var(--pink-deep);
}
.tag--half { background: var(--half); color: #fff; }
.tag--green { background: var(--lime); color: #1f5c30; }
.tag--gift {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 6px;
  font-size: 15px;
  padding: 10px 16px;
  line-height: 1.35;
  word-break: keep-all;
  background: #16a34a;
  color: #fff;
  box-shadow: 0 2px 0 #15803d;
}
.tag--gift__amt {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 10px;
  border-radius: 999px;
  background: #14532d;
  color: #fff;
  font-style: normal;
  font-weight: 800;
  vertical-align: baseline;
}
.tag--gift__icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
  margin: 0 2px 0 4px;
  vertical-align: middle;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}
.gift-notice {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 12px;
  line-height: 1.55;
  color: var(--text);
  word-break: keep-all;
}
.gift-notice__title {
  font-size: 13px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 8px;
}
.gift-notice__list {
  margin: 0;
  padding-left: 1.2em;
}
.gift-notice__list > li + li {
  margin-top: 8px;
}
.gift-notice__list strong {
  color: var(--text);
  font-weight: 700;
}
.gift-notice__list ul {
  margin: 4px 0 0;
  padding-left: 0;
  list-style: none;
}
.gift-notice__list ul li {
  padding-left: 0;
  color: #3d2a32;
}
.gift-notice__list ul li + li {
  margin-top: 4px;
}
.cart-page__gift-exclude {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* ---------- Coway-like detail calculator ---------- */
.half-float {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #04a6e1;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  padding: 9px 14px;
  border-radius: 999px;
}
.detail__gallery-main { position: relative; }

.mode-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.mode-tabs button {
  padding: 12px;
  font-weight: 800;
  background: #fff;
  color: var(--muted);
}
.mode-tabs button.is-on {
  background: #04a6e1;
  color: #fff;
}

.expect-box {
  margin-top: 16px;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
}
.expect-box__label {
  font-size: 13px;
  font-weight: 800;
  color: var(--muted);
}
.expect-box__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-top: 6px;
}
.expect-box__price s {
  color: var(--muted);
  font-size: 15px;
}
.expect-box__price strong {
  font-size: clamp(1.6rem, 3vw, 2rem);
  color: #04a6e1;
  font-weight: 800;
}
.expect-box__promo {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #ffdeea;
  color: #ff4879;
  font-size: 16px;
  font-weight: 800;
  word-break: keep-all;
}
.expect-box__half-badge {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 10px;
  border-radius: 999px;
  background: #04a6e1;
  color: #fff;
  font-style: normal;
  font-weight: 800;
  vertical-align: baseline;
}
.expect-box__hint {
  margin-top: 8px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.55;
  word-break: keep-all;
}
.expect-box__hint #regularPrice {
  color: #ff4879;
  font-weight: 800;
}
.promo-break {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fff8fb, #fff);
}
.promo-break__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  font-size: 13px;
  font-weight: 800;
}
.promo-break__head > span { color: #04a6e1; }
.promo-break__head strong { color: var(--half); }
.promo-break__list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.promo-break__list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 0;
  border-top: 1px solid #f3e8ee;
  font-size: 13px;
}
.promo-break__list strong { display: block; font-size: 13px; }
.promo-break__list p {
  margin: 3px 0 0;
  font-size: 12px;
  color: var(--muted);
}
.promo-break__list em {
  font-style: normal;
  font-weight: 800;
  color: var(--ink);
}
.promo-break__list > li > span {
  white-space: nowrap;
  font-weight: 800;
  color: var(--half);
  font-size: 12px;
}
#packDiscRow strong,
#packDiscRow #packMonth {
  color: #04a6e1;
}
.duty-pkg-note {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.45;
}
.duty-pkg-note[hidden] {
  display: none;
}
.duty-pkg-note__em {
  font-style: normal;
  font-weight: 800;
  color: #ff4879;
}

.accord {
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.accord summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 16px;
  font-weight: 800;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.accord summary::-webkit-details-marker { display: none; }
.accord summary em {
  font-style: normal;
  color: var(--pink-deep);
  font-size: 13px;
  white-space: nowrap;
}
.accord__body {
  padding: 0 16px 14px;
  font-size: 13px;
  color: var(--text);
  border-top: 1px dashed var(--line);
  padding-top: 12px;
}
.accord__body .muted,
.muted { color: var(--muted); }
.accord__body p + p { margin-top: 6px; }
.accord__body .tiny { font-size: 11px; margin-top: 10px; }

.card-list {
  list-style: none;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
}
.card-list li {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0e4ea;
  font-size: 13px;
}
.card-list li:last-child { border-bottom: 0; }
.card-list__name {
  font-weight: 800;
  word-break: keep-all;
}
.card-list__name small {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--half);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  vertical-align: middle;
}
.card-list__disc {
  color: var(--half);
  font-weight: 800;
  white-space: nowrap;
  font-size: 12px;
}
.card-list__link {
  color: var(--muted);
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
}
.card-list__link:hover { color: var(--pink-deep); }

@media (max-width: 640px) {
  .card-list li {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "name name"
      "disc link";
  }
  .card-list__name { grid-area: name; }
  .card-list__disc { grid-area: disc; }
  .card-list__link { grid-area: link; }
}

.opt-block { margin-top: 18px; }
.opt-title {
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}
/* 구매 탭 관리유형: HQ 「1년 무상 서비스」 분홍 배지 */
.opt-title .buy-free-service-flag {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 4px;
  background: #ffe3ee;
  color: var(--pink-deep);
  font-size: 11px;
  font-weight: 800;
  vertical-align: middle;
  line-height: 1.3;
}
.opt-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.opt-pills button {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 800;
  font-size: 13px;
  color: var(--muted);
}
.opt-pills a.opt-pill-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 800;
  font-size: 13px;
  color: var(--muted);
  text-decoration: none;
  box-sizing: border-box;
}
.opt-pills button.is-on,
.opt-pills a.opt-pill-link.is-on {
  background: var(--pink-deep);
  border-color: var(--pink-deep);
  color: #fff;
}
.opt-pills button.is-soldout {
  opacity: 0.45;
  cursor: not-allowed;
  text-decoration: line-through;
}
.opt-pills button.is-soldout.is-on {
  opacity: 0.75;
  text-decoration: none;
}
.opt-select select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E") no-repeat right 12px center;
  padding: 12px 34px 12px 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
}
.opt-select select:focus,
.opt-select select:focus-visible {
  outline: none;
  border-color: var(--pink-deep);
}
[data-gift-axis="리모컨타입컬러"] .opt-title,
[data-gift-axis="설치방식"] .opt-title {
  color: #04a6e1;
}
.pill-soldout {
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  margin-left: 2px;
  text-decoration: none;
  color: #04a6e1;
}
.color-label .pill-soldout {
  font-size: inherit;
  font-weight: inherit;
  margin-left: 0;
}

.pkg-select .opt-desc {
  margin: -4px 0 12px;
  font-size: 13px;
  color: var(--muted);
}
.pkg-select__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
  margin-bottom: 12px;
}
.pkg-thumb {
  width: 94px;
  text-align: center;
}
.pkg-thumb button {
  width: 94px;
  height: 94px;
  padding: 0;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
.pkg-thumb.is-on button {
  border-color: #1a8cbe;
}
.pkg-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pkg-thumb__detail {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  color: #1a8cbe;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 1.3;
}
.pkg-thumb__detail:hover {
  color: #0f6d96;
}
.pkg-comp-links {
  display: none !important;
}
.pkg-comp-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 4px;
}
.pkg-comp-head strong,
.pkg-comp-head #pkgCompName {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}
.pkg-comp-head__name {
  color: inherit;
  text-decoration: none;
}
.pkg-comp-head__name:hover {
  color: #1a8cbe;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pkg-comp-head .muted {
  font-size: 13px;
  color: var(--muted);
}
.pkg-comp-head__detail {
  font-size: 13px;
  color: #1a8cbe;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.color-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.color-row--gift {
  margin-top: 10px;
}
.color-dot {
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  border-radius: 50%;
  background: var(--c, #ddd);
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #e2e2e2;
  position: relative;
  cursor: pointer;
  padding: 0;
  transition: box-shadow .15s ease;
}
/* light colors (white/beige/silver) need a clearer edge */
.color-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
.color-dot.is-split {
  background: linear-gradient(
    90deg,
    var(--c, #ddd) 0 50%,
    var(--c2, var(--c, #ddd)) 50% 100%
  );
}
.color-dot.is-on {
  box-shadow: 0 0 0 3px var(--pink-deep);
}
.color-dot.is-on::after {
  box-shadow: none;
}
.color-dot.is-soldout {
  opacity: 0.35;
  cursor: not-allowed;
  position: relative;
}
.color-dot.is-soldout::before {
  content: '';
  position: absolute;
  inset: 45% -10%;
  height: 2px;
  background: rgba(0, 0, 0, 0.55);
  transform: rotate(-35deg);
  pointer-events: none;
}
.color-label {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
}
.opt-desc {
  margin: 6px 0 10px;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
  color: var(--muted);
  white-space: pre-line;
}
.cycle-fixed {
  padding: 12px 14px;
  border-radius: 12px;
  background: #f7f2f4;
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}

.summary-card {
  margin-top: 20px;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  gap: 10px;
}
.summary-card__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
}
.summary-card__row--total {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid #f0e4ea;
  font-size: 15px;
}
.summary-card__row--total strong {
  color: var(--pink-deep);
  font-size: 16px;
}
.summary-card__note {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.55;
  padding-top: 8px;
  border-top: 1px dashed var(--line);
  word-break: keep-all;
}

.more-disc {
  margin-top: 22px;
  padding: 18px 16px 16px;
  border-radius: 16px;
  border: 3px solid #f0b8d0;
  background: linear-gradient(180deg, #fff5f9 0%, #fff 48px);
}
.more-disc__head {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #f0c4d6;
}
.more-disc__head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: var(--pink-deep);
}
.more-disc__head p {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  word-break: keep-all;
}
.more-disc__head strong {
  color: var(--ink);
  font-weight: 800;
}
.more-disc__head .more-disc__ask {
  font-weight: 800;
  color: #04a6e1;
}
.more-disc__head .more-disc__title-note {
  font-size: 13px;
  font-weight: 800;
  color: #04a6e1;
}
.more-disc .accord { margin-top: 10px; }
.more-disc .accord summary {
  color: var(--green);
}
.more-disc .accord summary em {
  color: var(--green);
}
.more-disc .extra-disc {
  margin-top: 12px;
  background: #fff;
}
.more-disc .extra-disc h3 {
  color: var(--pink-deep);
}
.more-disc .extra-disc__item strong {
  color: var(--pink-deep);
}

.rival-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}
.rival-row > span {
  color: var(--pink-deep);
}
.rival-row em {
  font-style: normal;
  color: var(--pink-deep);
  font-weight: 800;
}

.extra-disc {
  margin-top: 16px;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #fff5f9);
  border: 1px solid var(--line);
}
.extra-disc h3 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 12px;
}
.extra-disc__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px dashed var(--line);
}
.extra-disc__item:first-of-type { border-top: 0; padding-top: 0; }
.extra-disc__item strong { font-size: 14px; }
.extra-disc__item p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 2px;
}
.extra-disc__item em { color: var(--half); font-style: normal; font-weight: 800; }
.extra-disc__item .tiny { font-size: 11px; }
.extra-disc__item .rate {
  flex-shrink: 0;
  text-align: right;
  font-size: 14px;
  font-weight: 800;
  color: var(--pink-deep);
  white-space: nowrap;
}

.price-box {
  margin-top: 22px;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  display: grid;
  gap: 10px;
}
.price-box__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 14px;
}
.price-box__row strong {
  font-size: 22px;
  color: var(--pink-deep);
}
.price-box__note {
  font-size: 12px;
  color: var(--muted);
  padding-top: 6px;
  border-top: 1px dashed var(--line);
}

.specs {
  margin-top: 22px;
}
.specs h2 {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 10px;
}
.specs dl {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.specs div {
  display: grid;
  grid-template-columns: 110px 1fr;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.specs div:last-child { border-bottom: 0; }
.specs dt {
  padding: 12px;
  background: #fff5f9;
  font-weight: 700;
  color: var(--muted);
}
.specs dd { padding: 12px; }

.detail__cta {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  margin-bottom: 18px;
}
.detail__cta a.btn.is-soldout {
  pointer-events: none;
  background: #9a9a9a !important;
  border-color: #9a9a9a !important;
  color: #fff !important;
}
.live-status {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #c45c26;
}

.paid-addon-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.paid-addon-group-title {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}
.paid-addon-group-title:first-child {
  margin-top: 0;
}
.paid-addon-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.paid-addon-row.has-thumb {
  align-items: stretch;
}
.paid-addon-row.is-on {
  border-color: var(--pink-deep);
  background: #fff8fb;
}
.paid-addon-row__thumb {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 8px;
  background: #f6f6f6;
}
.paid-addon-row__text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.paid-addon-row__name,
.paid-addon-row__label {
  font-size: 13px;
  font-weight: 700;
  color: var(--text, #222);
  line-height: 1.35;
}
.paid-addon-row__price {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted, #666);
}
.paid-addon-qty {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}
.paid-addon-qty__btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
}
.paid-addon-qty__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.paid-addon-qty__val {
  min-width: 1.5em;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
}
.paid-addon-note {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 600;
}

/* HQ vip_countBox — 단품 주문 수량 */
.opt-block--qty {
  margin: 12px 0 4px;
}
.opt-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 36px;
}
.opt-qty__label {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--text, #222);
}
.opt-qty__ctrl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}
.opt-qty__btn {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #cfd4d8;
  background: #fff;
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.opt-qty__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.opt-qty__val {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 30px;
  padding: 0 8px;
  border-radius: 4px;
  background: #f2f4f5;
  font-size: 14px;
  font-weight: 700;
  color: var(--text, #222);
  box-sizing: border-box;
}
.opt-qty__err {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 600;
  color: #e11d48;
}
.opt-qty__promo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #1b2529;
  line-height: 1.4;
}
.opt-qty__promo strong {
  color: #ff5f1b;
  font-weight: 800;
}
.opt-qty__promo-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 4px;
  background: #ff5f1b;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.02em;
}
.opt-qty__promo[hidden] {
  display: none !important;
}
.opt-title .muted {
  color: var(--muted);
}
.opt-title .paid-addon-max {
  font-weight: 600;
  margin-left: 4px;
}
#rentalPanel > .detail__cta {
  margin-top: 18px;
}
@media (min-width: 520px) {
  .detail__cta { grid-template-columns: 1fr 1fr; }
}

.source-note {
  margin-top: 14px;
  font-size: 12px;
  color: var(--muted);
}

/* ---------- Detail: type / manage toggles + price table ---------- */
.toggle-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.toggle-row button {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 800;
  font-size: 13px;
  color: var(--muted);
}
.toggle-row button.is-on {
  background: var(--pink-deep);
  border-color: var(--pink-deep);
  color: #fff;
}
.toggle-label {
  width: 100%;
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
  margin-top: 4px;
}

.promo-strip {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}
.promo-strip__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff5f9;
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}
.promo-strip__item em {
  font-style: normal;
  color: var(--half);
  font-weight: 800;
}

.price-table-wrap {
  margin-top: 16px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
  font-size: 13px;
}
.price-table th,
.price-table td {
  padding: 12px 10px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.price-table th {
  background: #fff5f9;
  font-weight: 800;
  color: var(--muted);
  font-size: 12px;
}
.price-table th:first-child,
.price-table td:first-child {
  text-align: left;
  font-weight: 800;
  white-space: nowrap;
}
.price-table tr:last-child td { border-bottom: 0; }
.price-table s {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}
.price-table .best {
  background: #fff0e8;
  color: #c2410c;
  font-weight: 800;
  font-size: 15px;
}
.price-notes {
  margin-top: 12px;
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
}
.price-notes span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #edf9f0;
  color: #1f5c30;
}
.price-notes span em {
  font-style: normal;
  color: var(--half);
}
.btn--outline-pink {
  background: #fff;
  border: 1.5px solid var(--pink-deep);
  color: var(--pink-deep);
}
.btn--cart {
  background: #ffc4d8;
  color: var(--pink-deep);
  box-shadow: 0 6px 16px rgba(255, 72, 121), 0.18);
}
.detail__cta--3 {
  grid-template-columns: 1fr;
}
.detail__cta--3 .detail__cta-cart {
  grid-column: 1 / -1;
  justify-self: center;
  width: 100%;
}
@media (min-width: 520px) {
  .detail__cta--3 { grid-template-columns: 1fr 1fr; }
  .detail__cta--3 .detail__cta-cart {
    /* 아래 버튼(1열) 너비의 1.5배, 가운데 정렬 */
    width: calc((100% - 10px) / 2 * 1.5);
  }
}

.prd-specs-link {
  width: min(100%, 720px);
  margin: 0 auto 24px;
}
.promo-video {
  width: min(100%, 420px);
  margin: 0 auto 32px;
}
.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
  box-shadow: var(--shadow);
}
.responsive-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.promo-banner {
  width: min(100%, 720px);
  margin: 0 auto 48px;
}
.promo-banner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.promo-banner img[src*="common_cnt_001"] {
  border-radius: 100px;
}

/* ---------- Footer ---------- */
.site-footer {
  background: #1a1216;
  color: rgba(255,255,255,.72);
  padding: 64px 0 36px;
  font-size: 13px;
  line-height: 1.7;
  overflow: hidden;
}
.site-footer__table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.site-footer__table td {
  padding: 0;
  margin: 0;
  vertical-align: top;
  border: 0;
}
.site-footer__td-copy {
  width: 514px;
}
.site-footer__td-gap {
  width: 20px;
}
.site-footer__td-fig {
  width: 285px;
}
.site-footer img {
  display: block;
  border: 0;
  border-radius: 0 !important;
  max-width: none !important;
}
.site-footer__td-copy > img {
  width: 514px;
  height: 193px;
}
.site-footer__td-fig > img {
  width: 285px;
  height: 402px;
}
.site-footer strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin: 20px 0 12px;
}
.site-footer__biz {
  margin: 0;
  word-break: keep-all;
}
.site-footer__biz a {
  color: #9fd9f5;
  text-decoration: none;
}
.site-footer__biz a:hover {
  text-decoration: underline;
}
.site-footer__note {
  margin: 14px 0 0;
  color: rgba(255,255,255,.55);
  font-size: 12px;
  word-break: keep-all;
}
.site-footer__note a.site-footer__hq {
  color: #9fd9f5;
  font-weight: 800;
  text-decoration: none;
}
.site-footer__note a.site-footer__hq:hover {
  text-decoration: underline;
}
.site-footer__copy {
  margin: 16px 0 0;
  color: rgba(255,255,255,.42);
  font-size: 12px;
}

/* ---------- Mockup chrome ---------- */
.placeholder-img {
  width: 70%;
  height: 70%;
  border-radius: 16px;
  background:
    radial-gradient(circle at 30% 30%, #fff 0%, transparent 40%),
    linear-gradient(135deg, #e8e8ea, #cfcfd3);
  display: grid;
  place-items: center;
  color: #777;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 12px;
}

/* ---------- Affiliate card detail page ---------- */
.card-page-shell {
  padding-top: 20px;
}
.card-page-shell .crumb--card {
  margin: 0 0 16px;
  padding: 0;
  align-items: center;
  line-height: 1.4;
}
.card-page-shell .crumb--card > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--pink-deep);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(255, 72, 121), 0.28);
  text-decoration: none;
}
.card-page-shell .crumb--card > a:hover {
  background: #d63d78;
  color: #fff;
  text-decoration: none;
  filter: brightness(1.03);
}
.card-page-shell .crumb__sep {
  color: var(--line);
  font-weight: 700;
}
.card-page-shell .crumb__current {
  color: var(--text);
  font-weight: 700;
}

.card-page {
  padding: 0 0 64px;
}
.card-index__head {
  margin-bottom: 18px;
}
.card-index__head h1 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  letter-spacing: -.03em;
}
.card-index__head p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}
.card-index {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.card-index li + li {
  border-top: 1px solid var(--line);
}
.card-index a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 700;
}
.card-index a:hover {
  background: #fff8fb;
}
.card-index strong {
  color: var(--text);
  word-break: keep-all;
}
.card-index span {
  flex-shrink: 0;
  color: var(--pink-deep);
  font-weight: 800;
}

.card-overview__toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 4px;
}
.card-overview__toc a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  color: var(--text);
  text-decoration: none;
}
.card-overview__toc a:hover {
  border-color: var(--pink-deep);
  color: var(--pink-deep);
  background: #fff8fb;
}
.card-overview {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
.card-overview .card-body {
  padding: 20px 22px;
}
.card-overview__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  margin-bottom: 10px;
}
.card-overview__head h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--text);
}
.card-overview__tel {
  font-size: 13px;
  font-weight: 800;
  color: var(--pink-deep);
  text-decoration: none;
}
.card-overview__tel:hover { text-decoration: underline; }
.card-overview__promo {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--half);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.card-overview__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 800;
  color: var(--pink-deep);
  text-decoration: none;
}
.card-overview__more::after {
  content: "→";
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--pink-deep);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.card-overview .card-promo-cell {
  display: grid;
  gap: 2px;
}
.card-overview__notes {
  margin: 16px 0 0;
}
.card-overview__notes strong {
  font-weight: 800;
  color: #04a6e1;
}
.card-page__loading,
.card-page__error {
  margin: 40px 0;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  text-align: center;
  color: var(--muted);
}
.card-page__error a { color: var(--pink-deep); font-weight: 700; }

.card-hero {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 90% 10%, rgba(255,111,163,.12), transparent 50%),
    linear-gradient(180deg, #fff, #fff8fb);
}
.card-hero__notes {
  margin: 0;
  display: grid;
  gap: 2px;
}
.card-hero__notes p {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  color: var(--green);
  line-height: 1.45;
  word-break: keep-all;
}
.card-hero__notes em {
  font-style: normal;
  color: var(--pink-deep);
}
.card-guide {
  margin-top: 0;
  padding: 18px 18px 16px;
  border-radius: 16px;
  border: 2px solid var(--pink-deep);
  background: #fff;
  box-shadow: 0 8px 24px rgba(255, 72, 121), 0.08);
}
.card-guide h2 {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 800;
  color: var(--pink-deep);
}
.card-guide__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.card-guide__steps li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.card-guide__num {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--pink-deep);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}
.card-guide__text {
  flex: 1;
  padding-top: 2px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.5;
  word-break: keep-all;
}
.card-guide__text em {
  font-style: normal;
  color: var(--pink-deep);
  font-weight: 800;
}
.card-guide__pill {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--green-soft), var(--green));
  color: #fff;
  font-size: inherit;
  font-weight: 800;
  line-height: 1.45;
  vertical-align: baseline;
}
.card-hero__row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
}
.card-hero h1 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--text);
  word-break: keep-all;
}
.card-hero__sub {
  margin-top: 10px;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.55;
  word-break: keep-all;
}
.card-hero__disc small {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #14532d;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  vertical-align: middle;
}
.card-list__promo {
  display: inline-block;
  margin-left: 6px;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  color: var(--green);
}

.card-promo-cell {
  display: grid;
  gap: 2px;
  line-height: 1.45;
  word-break: keep-all;
}
.card-promo-extra {
  font-style: normal;
  color: var(--half);
  font-weight: 800;
}
.card-promo-total {
  color: var(--pink-deep);
  font-weight: 800;
}
.card-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}
.card-hero__badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--half);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.card-hero__media {
  display: grid;
  place-items: center;
}
.card-hero__media img {
  width: min(100%, 300px);
  height: auto;
  border-radius: 16px;
  box-shadow: var(--shadow);
  background: #fff;
}

.card-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.card-summary__box {
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
}
.card-summary__box h2 {
  font-size: 13px;
  font-weight: 800;
  color: var(--green);
  margin-bottom: 8px;
}
.card-summary__box ul {
  margin: 0;
  padding-left: 1.1em;
  font-size: 13px;
  color: var(--text);
  line-height: 1.55;
}
.card-summary__box li + li { margin-top: 4px; }

.card-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  padding: 6px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
}
.card-tabs__btn {
  flex: 1 1 auto;
  min-width: 120px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  color: var(--muted);
  word-break: keep-all;
}
.card-tabs__btn.is-on {
  background: var(--pink-deep);
  color: #fff;
}

.card-panel { display: none; margin-top: 14px; }
.card-panel.is-on { display: block; }

.card-body {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text);
  word-break: keep-all;
}
.card-body .card_info_detail_box + .card_info_detail_box {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px dashed var(--line);
}
.card-body .title_wrap { margin-bottom: 12px; }
.card-body .h3_tit,
.card-body h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--pink-deep);
  margin-bottom: 6px;
}
.card-body .sub_tit {
  font-size: 13px;
  color: var(--muted);
}
.card-body .main_text {
  font-size: 14px;
  font-weight: 700;
  margin: 12px 0 6px;
  color: var(--text);
}
.card-body .sub_text,
.card-body .text_dot {
  position: relative;
  padding-left: 0.9em;
  margin: 4px 0;
  color: #3d2a32;
}
.card-body .text_dot::before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--pink-deep);
  font-weight: 800;
}
.card-body table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  font-size: 12px;
}
.card-body th,
.card-body td {
  border: 1px solid var(--line);
  padding: 10px 12px;
  vertical-align: top;
  text-align: left;
}
.card-body th {
  background: #fff5f9;
  color: var(--pink-deep);
  font-weight: 800;
  white-space: nowrap;
}
.card-body .scroll_table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.card-body .step_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.card-body .step_wrap li {
  padding: 14px;
  border-radius: 12px;
  background: #fff8fb;
  border: 1px solid var(--line);
  text-align: center;
}
.card-body .step_text {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: var(--green);
  margin-bottom: 6px;
  text-transform: uppercase;
}
.card-body img { max-width: 100%; height: auto; border-radius: 8px; }
.card-body .btn_wrap,
.card-body .card_info_area,
.card-body .card_info_wrap > .card_info_area,
.card-body .tabType,
.card-body .tabType2 { display: none !important; }

@media (max-width: 720px) {
  .card-hero__row { grid-template-columns: 1fr; }
  .card-hero__media { order: -1; }
  .card-summary { grid-template-columns: 1fr; }
  .card-tabs__btn { flex: 1 1 100%; }
}

/* ---------- Cart confirm / cart page ---------- */
.cart-confirm {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}
.cart-confirm[hidden] { display: none !important; }
.cart-confirm__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 18, 22, 0.55);
}
.cart-confirm__panel {
  position: relative;
  width: min(100%, 360px);
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px 22px 20px;
  text-align: center;
}
.cart-confirm__title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 20px;
}
.cart-confirm__actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.cart-confirm__btn {
  min-width: 96px;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
}
.cart-confirm__btn--no {
  background: #f6e8ee;
  color: var(--text);
}
.cart-confirm__btn--no:hover { background: #efd4df; }
.cart-confirm__btn--yes {
  background: var(--pink-deep);
  color: #fff;
}
.cart-confirm__btn--yes:hover { filter: brightness(1.05); }
.cart-confirm__wait {
  display: none;
  margin: 0 0 16px;
}
.cart-confirm[data-mode="wait"] .cart-confirm__wait {
  display: block;
}
.cart-confirm[data-mode="wait"] .cart-confirm__actions {
  display: none;
}
.cart-confirm[data-mode="wait"] .cart-confirm__title {
  margin-bottom: 4px;
}
.cart-confirm__spinner {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 3px solid #f3d4de;
  border-top-color: var(--pink-deep);
  border-radius: 50%;
  animation: cart-confirm-spin 0.75s linear infinite;
}
@keyframes cart-confirm-spin {
  to { transform: rotate(360deg); }
}

.cart-page {
  padding-bottom: 64px;
}
.cart-page__head {
  margin: 8px 0 20px;
}
.cart-page__title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.cart-page__lead {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}
.cart-page__empty {
  padding: 48px 16px;
  text-align: center;
  color: var(--muted);
  background: #fff4f8;
  border-radius: var(--radius);
}
.cart-page__toolbar {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 12px;
}
.cart-page__clear-all {
  padding: 8px 14px;
  border-radius: 8px;
  background: #f6e8ee;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}
.cart-page__clear-all:hover { background: #efd4df; }
.cart-page__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cart-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 18px 14px;
  box-shadow: var(--shadow);
}
.cart-item__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.cart-item__name {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.cart-item__meta {
  margin-top: 4px;
  font-size: 13px;
  color: var(--text);
}
.cart-item__meta span { color: var(--muted); }
.cart-item__mode {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
  vertical-align: middle;
  color: #fff !important;
}
.cart-item__mode--rental {
  background: #ff4879;
}
.cart-item__mode--buy {
  background: #04a6e1;
}
.cart-item__line-no {
  margin-left: 6px;
  color: var(--muted) !important;
  font-size: 12px;
}
.cart-item__remove {
  flex-shrink: 0;
  padding: 6px 12px;
  border-radius: 8px;
  background: #f6e8ee;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}
.cart-item__remove:hover { background: #efd4df; }
.cart-item__gift {
  margin-bottom: 14px;
  padding: 12px 14px;
  background: #fff8e8;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.55;
}
.cart-item__gift-title {
  font-weight: 800;
  margin-bottom: 4px;
  color: var(--pink-deep);
}
.cart-item__gift-amt {
  font-size: 16px;
}
.cart-item__gift-strike {
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  color: var(--muted);
  font-weight: 800;
}
.cart-item__gift-note {
  margin-top: 4px;
  font-size: 12px;
  color: var(--muted);
}
.cart-item__gift-parts {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  color: var(--muted);
}
.cart-item__gift-parts li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 2px 0;
}
.cart-item__gift-parts strong {
  color: var(--text);
  font-weight: 700;
}
.cart-item__gift-qty {
  margin-left: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}
.cart-page__gift-note {
  background: #fff8e8;
  border-radius: 10px;
  padding: 10px 12px;
  color: var(--text);
  font-weight: 800;
  line-height: 1.55;
}
.cart-item__billing {
  margin-bottom: 14px;
  padding: 12px 14px;
  background: #fff4f8;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.55;
}
.cart-item__billing--buy {
  background: #f3f8ff;
}
.cart-item__billing-title {
  font-weight: 800;
  margin-bottom: 6px;
}
.cart-item__bill-indent { padding-left: 1.25em; }
.cart-item__bill-sub {
  margin-top: 4px;
  font-size: 12px;
  color: var(--muted);
}
/* 본사형 구매 결제금액 분해 */
.cart-item__pay {
  padding: 0;
  overflow: hidden;
}
.cart-item__pay-sum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}
.cart-item__pay-sum::-webkit-details-marker { display: none; }
.cart-item__pay-sum-label { color: var(--text); }
.cart-item__pay-sum-amt { color: #2f6fed; font-size: 16px; }
.cart-item__pay-sum-mult {
  margin-left: 6px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}
.cart-item__pay-body {
  padding: 0 14px 12px;
  border-top: 1px solid #e4eefc;
}
.cart-item__pay-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding-top: 8px;
  font-size: 13px;
}
.cart-item__pay-row--disc .cart-item__pay-amt {
  color: var(--muted);
}
.cart-item__pay-label {
  color: var(--muted);
  font-weight: 600;
}
.cart-item__pay-tag {
  display: inline-block;
  margin-right: 4px;
  padding: 1px 5px;
  border-radius: 3px;
  background: #e8f1ff;
  color: #3b78e7;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
}
.cart-item__pay-qty {
  color: var(--muted);
  font-weight: 500;
}
.cart-item__pay-amt {
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
}
.cart-item__section + .cart-item__section { margin-top: 14px; }
.cart-item__h {
  font-size: 13px;
  font-weight: 800;
  color: var(--pink-deep);
  margin-bottom: 8px;
}
.cart-item__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.cart-item__table th,
.cart-item__table td {
  text-align: left;
  padding: 7px 8px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.cart-item__opt-main {
  display: block;
  margin-bottom: 4px;
  line-height: 1.45;
}
.cart-item__table th {
  width: 34%;
  color: var(--muted);
  font-weight: 600;
}
.cart-item__badge {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 7px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle;
}
.cart-item__badge--fixed {
  background: #eee6ea;
  color: #6a4a56;
}
.cart-item__badge--pick {
  background: #ffe0ec;
  color: var(--pink-deep);
}
.cart-item__id {
  color: var(--muted);
  font-size: 11px;
}
.cart-item__comp {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.cart-item__comp-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
.cart-item__comp-model {
  color: var(--muted);
  font-weight: 500;
  font-size: 12px;
}
.cart-item__json {
  margin-top: 8px;
  width: 100%;
}
.cart-item__json summary {
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  padding: 6px 0;
}
.cart-item__json pre {
  margin-top: 6px;
  padding: 12px;
  background: #1a1216;
  color: #f5e6ec;
  border-radius: 10px;
  font-size: 11px;
  line-height: 1.45;
  overflow: auto;
  max-height: 220px;
  white-space: pre-wrap;
  word-break: break-all;
}
.cart-page__summary {
  margin-top: 24px;
  padding: 16px 16px 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.cart-page__summary-buy,
.cart-page__summary-rent {
  margin: 0 0 10px;
  padding: 12px 14px;
  border-radius: 10px;
}
.cart-page__summary-buy {
  background: #f3f8ff;
}
.cart-page__summary-rent {
  background: #fff4f8;
}
.cart-page__summary-buy[hidden],
.cart-page__summary-rent[hidden] {
  display: none !important;
}
.cart-page__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  margin-bottom: 6px;
}
.cart-page__summary-buy .cart-page__summary-row--total,
.cart-page__summary-rent .cart-page__summary-row--total {
  margin-bottom: 0;
}
.cart-page__summary-row--sub {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 13px;
  color: var(--muted);
}
.cart-page__summary-row--disc + .cart-page__summary-row--total,
.cart-page__summary-row + .cart-page__summary-row--total {
  margin-top: 8px;
}
.cart-page__summary-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}
.cart-page__summary-expect--buy {
  color: #04a6e1;
}
.cart-page__summary-expect--rent {
  color: #ff4879;
}
.cart-page__summary-amt {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.cart-page__summary-amt--buy {
  color: #2f6fed;
}
.cart-page__summary-amt--rent {
  color: var(--pink-deep, #ff4879);
}
.cart-page__summary-row--disc {
  color: var(--pink-deep, #ff4879);
  font-size: 14px;
  margin-bottom: 0;
}
.cart-page__summary-row.cart-page__summary-row--gift {
  display: block;
  justify-content: initial;
  align-items: initial;
  margin: 10px 0 8px;
  padding: 12px 14px;
  border-radius: 10px;
  background: var(--pink-deep);
  color: #fff;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
}
.cart-page__summary-row.cart-page__summary-row--gift[hidden] {
  display: none !important;
}
.cart-page__summary-row.cart-page__summary-row--gift strong {
  color: #fff;
  font-size: 1.6em;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.cart-page__gift-title {
  margin: 0 0 6px;
  font-size: 1.6em;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.cart-page__gift-steps {
  text-align: center;
}
.cart-page__gift-steps-inner {
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
.cart-page__summary-note {
  font-size: 12px;
  color: var(--muted);
  margin: 4px 0 12px;
}
.cart-page__rent-note {
  padding: 4px 18px;
  box-sizing: border-box;
  line-height: 1.55;
}
.cart-page__summary-note.cart-page__exact-note {
  margin: 0 0 10px;
  padding: 24px 18px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 10px;
  border: 3px solid #7bc48a;
  background: #eef8f0;
  color: var(--text);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}
.cart-page__exact-note-inner {
  display: block;
  max-width: 100%;
}
.cart-page__exact-note-lead,
.cart-page__exact-note-hq {
  display: block;
}
.cart-page__exact-note-hq {
  margin-top: 8px;
}
.cart-page__exact-note-em {
  color: #ff4879;
}
.cart-page__exact-note-brand {
  color: #04a6e1;
}
.cart-page__exact-note-sub {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}
.cart-page__summary-note.cart-page__exact-note[hidden] {
  display: none !important;
}
.cart-page__consult-form {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s ease;
}
.cart-page__consult-form.is-open {
  grid-template-rows: 1fr;
  margin: 10px 0 8px;
}
.cart-page__consult-form-inner {
  overflow: hidden;
  min-height: 0;
  padding: 0 4px;
}
.cart-page__consult-form.is-open .cart-page__consult-form-inner {
  padding: 12px 8px 4px;
}
.cart-page__consult-row {
  display: grid;
  grid-template-columns: 7.5em 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.cart-page__consult-row label {
  text-align: right;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}
.cart-page__consult-row input[type="text"],
.cart-page__consult-row input[type="tel"],
.cart-page__consult-row input[type="date"],
.cart-page__consult-row select,
.cart-page__consult-row textarea {
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 10px 12px;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}
.cart-page__consult-row input[type="date"]::-webkit-datetime-edit,
.cart-page__consult-row input[type="date"]::-webkit-datetime-edit-fields-wrapper,
.cart-page__consult-row input[type="date"]::-webkit-datetime-edit-text,
.cart-page__consult-row input[type="date"]::-webkit-datetime-edit-year-field,
.cart-page__consult-row input[type="date"]::-webkit-datetime-edit-month-field,
.cart-page__consult-row input[type="date"]::-webkit-datetime-edit-day-field {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}
.cart-page__consult-row select {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E") no-repeat right 12px center;
  padding-right: 34px;
  cursor: pointer;
}
.cart-page__consult-row input:focus,
.cart-page__consult-row input:focus-visible,
.cart-page__consult-row select:focus,
.cart-page__consult-row select:focus-visible,
.cart-page__consult-row textarea:focus,
.cart-page__consult-row textarea:focus-visible {
  outline: none;
  border-color: var(--pink-deep);
}
.cart-page__consult-row--body {
  align-items: start;
}
.cart-page__consult-row--body label {
  padding-top: 12px;
}
.cart-page__consult-row textarea {
  min-height: 140px;
  resize: vertical;
  line-height: 1.45;
  font-weight: 600;
}
.cart-page__privacy-block {
  margin: 10px 8px 8px;
}
.cart-page__consult-form-inner .cart-page__privacy-block {
  margin: 12px 0 4px;
}
.cart-page__privacy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--text);
  cursor: pointer;
  word-break: keep-all;
}
.cart-page__consult-form-inner .cart-page__privacy {
  margin: 0;
}
.cart-page__privacy input {
  margin: 2px 0 0;
  flex: 0 0 auto;
}
.cart-page__privacy-note {
  margin: 6px 0 0 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--muted);
  word-break: keep-all;
}
.cart-page__consult-when {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.cart-page__consult {
  margin-top: 8px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.cart-page__consult:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.gift-products {
  margin-top: 4px;
}
.gift-product {
  margin: 0 0 14px;
  position: relative;
}
.gift-product + .gift-product::before {
  content: "";
  display: block;
  width: 50%;
  height: 10pt;
  margin: 0 auto 22px;
  border-radius: 10pt;
  background: var(--line);
}
.gift-add {
  display: flex;
  width: fit-content;
  min-width: 7.5em;
  margin: 8px auto 14px;
  padding: 10px 22px;
  border: 1.5px solid var(--line);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.gift-add:hover {
  background: #fff4f8;
  border-color: var(--pink-deep);
}
.gift-del {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
  margin: 0;
  padding: 6px 12px;
  border: 0;
  border-radius: 8px;
  background: #f6e8ee;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.gift-product:not(:first-child) .gift-del {
  display: block;
  top: 0;
}
.gift-product:not(:first-child) {
  padding-right: 0;
}
.gift-del:hover {
  background: #efd4df;
}
.gift-product:first-child .gift-del {
  display: none;
}
.cart-page__consult-row input[type="file"] {
  width: 100%;
  box-sizing: border-box;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
}
.gift-file {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.gift-file .gift-file__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0 !important;
  height: 0 !important;
  padding: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  border: 0;
  pointer-events: none !important;
}
.gift-file__btn {
  flex: 0 0 auto;
  min-width: 12.5em;
  padding: 10px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f4f4f4;
  color: var(--text);
  font-family: var(--font);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.gift-file__btn:hover {
  background: #ececec;
}
.gift-file__name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  pointer-events: none;
}
.gift-checks {
  margin: 8px 8px 4px;
}
.gift-checks + .cart-page__consult,
.gift-checks + .cart-page__privacy-block + .cart-page__consult,
.cart-page__privacy-block + .cart-page__consult,
.cart-page__consult-form + .cart-page__consult {
  margin-bottom: 70px;
}
.gift-check {
  margin: 0 0 14px;
}
.gift-check__q {
  margin: 0 0 8px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
}
.gift-check__q--rec {
  color: #ff4879;
}
.gift-check__q-plain {
  color: var(--text);
}
.gift-check__q-hl {
  color: #04a6e1;
}
.gift-check__btns {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.gift-check__btn {
  min-width: 96px;
  padding: 10px 18px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.gift-check__btn:hover {
  background: #fff4f8;
}
.gift-check__btn.is-on {
  background: #04a6e1;
  border-color: #04a6e1;
  color: #fff;
}
.gift-brand-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}
.gift-brand-btns .gift-check__btn {
  min-width: 0;
  flex: 1 1 0;
  padding: 10px 8px;
  border-color: #c5dce8;
  background: linear-gradient(to bottom, #ffffff 0%, #c5ebff 100%);
}
.gift-brand-btns .gift-check__btn:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #b3e5fc 100%);
}
.gift-brand-btns .gift-check__btn.is-on {
  background: #04a6e1;
  border-color: #04a6e1;
  color: #fff;
}
.gift-check__hint {
  margin: 12px 0 0;
  padding: 0;
}
.gift-check__hint[hidden] {
  display: none !important;
}
.gift-date-wrap {
  position: relative;
  display: block;
  min-width: 0;
}
.gift-date-wrap .gift-date {
  position: relative;
  width: 100%;
  padding-right: 44px;
  box-sizing: border-box;
}
.gift-date::-webkit-datetime-edit {
  pointer-events: none;
}
.gift-date::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.gift-date-cal {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border-radius: 6px;
  background-color: #e7f6fc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2304a6e1' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5' width='17' height='15.5' rx='2'/%3E%3Cpath d='M8 3.5v4M16 3.5v4M3.5 10h17'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 1;
  transform-origin: center center;
  animation: gift-cal-wiggle 0.7s ease-in-out infinite;
}
.gift-date-wrap:hover .gift-date-cal {
  background-color: #d4eef8;
}
.gift-date-wrap--fixed .gift-date {
  background: #f4f4f4;
  pointer-events: none;
}
.gift-date-wrap--fixed .gift-date::-webkit-calendar-picker-indicator {
  display: none;
}
@keyframes gift-cal-wiggle {
  0% { transform: rotate(-16deg) scale(1.05); }
  50% { transform: rotate(16deg) scale(1.12); }
  100% { transform: rotate(-16deg) scale(1.05); }
}
.gift-check__hint .gift-rec-photo {
  display: block;
  width: calc(100% - 7.5em - 10px);
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 50px;
  overflow: hidden;
}
