:root {
  --point-pink: #e7b7c5;
  --point-pink-deep: #b06f84;
  --point-pink-wash: #fff6f8;
  --text-main: #242124;
  --text-muted: #706a6f;
  --line-soft: #ede4e8;
  --panel-bg: #fcfcfd;
  --shadow-soft: 0 10px 24px rgba(36, 33, 36, 0.06);
}

.category-nav a.active {
  color: var(--point-pink-deep);
  font-weight: 800;
}

.icon-button.is-active {
  border-color: var(--line-soft);
  background: var(--point-pink-wash);
  color: var(--point-pink-deep);
}

.mypage-top-link {
  width: auto;
  min-width: 76px;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 0 12px;
  background: #fff;
  color: var(--point-pink-deep);
  font-size: 12px;
  white-space: nowrap;
}

.mypage-icon-link {
  width: 34px;
  min-width: 34px;
  border-radius: 50%;
}

.mypage-mobile-copy {
  display: none;
}

.mypage-page {
  padding-bottom: 88px;
}

.mypage-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 28px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.mypage-hero-copy {
  display: grid;
  gap: 8px;
}

.mypage-hero h1 {
  margin: 0;
  font-size: clamp(25px, 3vw, 32px);
  font-weight: 800;
  letter-spacing: 0;
}

.mypage-hero p,
.mypage-muted {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.mypage-soft-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 13px;
  background: var(--point-pink-wash);
  color: var(--point-pink-deep);
  font-size: 12px;
  font-weight: 800;
}

.mypage-soft-pill.blue {
  margin-bottom: 12px;
  background: #eef4ff;
  color: #3854ad;
}

.mypage-hero-actions {
  display: flex;
  gap: 10px;
}

.mypage-hero-actions .btn {
  width: 178px;
  margin-top: 0;
}

.mypage-hero-secondary {
  min-height: 48px;
  border-color: var(--line-soft) !important;
  background: #fff !important;
  color: var(--point-pink-deep) !important;
  box-shadow: none !important;
}

.mypage-hero-secondary:hover,
.mypage-hero-secondary:focus {
  border-color: var(--point-pink) !important;
  background: var(--point-pink-wash) !important;
  color: var(--point-pink-deep) !important;
}

.mypage-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 22px 0;
}

.mypage-summary-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 12px;
  align-items: start;
  min-height: 118px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  color: var(--text-main);
  text-decoration: none;
}

.mypage-summary-card button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 12px;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.mypage-summary-card span {
  color: var(--text-muted);
  font-size: 13px;
}

.mypage-summary-card em {
  border-radius: 999px;
  padding: 5px 10px;
  background: var(--point-pink-wash);
  color: var(--point-pink-deep);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.mypage-summary-card strong {
  grid-column: 1 / -1;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.35;
}

.mypage-summary-card.tone-blue em {
  background: #eef4ff;
  color: #3854ad;
}

.mypage-summary-card.tone-green em {
  background: #eefaf1;
  color: #258244;
}

.mypage-summary-card.tone-amber em {
  background: #fff6e8;
  color: #b36b16;
}

.mypage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 414px;
  gap: 24px;
  align-items: start;
}

.mypage-main-column,
.mypage-side-column {
  display: grid;
  gap: 22px;
}

.mypage-section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
}

.mypage-section-head.compact {
  align-items: start;
}

.mypage-section-head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
}

.mypage-section-head p {
  margin: 6px 0 0;
  color: var(--text-muted);
  font-size: 13px;
}

.mypage-section-head a {
  color: var(--point-pink-deep);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.mypage-order-card .cart-submit-button {
  width: 170px;
  margin-top: 0;
}

.mypage-order-card .cart-soft-button {
  width: 150px;
}

.mypage-bank-box p {
  color: var(--text-main);
  font-size: 14px;
  font-weight: 800;
}

.mypage-quick-panel {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.mypage-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.mypage-quick-item,
.mypage-quick-item button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  min-height: 94px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 16px;
  background: #fff;
  color: var(--text-main);
  text-align: left;
  text-decoration: none;
}

a.mypage-quick-item {
  padding: 16px;
}

form.mypage-quick-item {
  display: block;
  min-height: 0;
  border: 0;
  padding: 0;
  background: transparent;
}

form.mypage-quick-item button {
  width: 100%;
  min-height: 94px;
  cursor: pointer;
}

.mypage-quick-item > span,
.mypage-quick-item button > span {
  grid-row: span 2;
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--point-pink-wash);
  color: var(--point-pink-deep);
  font-size: 13px;
  font-weight: 800;
}

.mypage-quick-item strong {
  align-self: end;
  font-size: 15px;
}

.mypage-quick-item small {
  align-self: start;
  color: var(--text-muted);
  font-size: 12px;
}

.mypage-profile-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.mypage-profile-row > span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--point-pink-wash);
  color: var(--point-pink-deep);
  font-weight: 800;
}

.mypage-profile-row strong,
.mypage-profile-row small {
  display: block;
}

.mypage-profile-row small {
  margin-top: 3px;
  color: var(--text-muted);
}

.mypage-side-card {
  position: static;
}

.mypage-flow-list {
  display: grid;
  gap: 9px;
}

.mypage-flow-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
  font-size: 14px;
}

.mypage-flow-list b {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 50%;
  background: #fff;
  font-size: 12px;
}

.mypage-flow-list span.active {
  color: var(--text-main);
  font-weight: 800;
}

.mypage-flow-list span.active b {
  background: var(--point-pink-wash);
  color: var(--point-pink-deep);
}

.mypage-mobile-nav {
  display: none;
}

@media (max-width: 900px) {
  .cart-page.mypage-page {
    padding: 22px 16px 28px 24px;
  }

  .mypage-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .mypage-hero h1 {
    font-size: 23px;
    line-height: 1.42;
  }

  .mypage-hero p {
    font-size: 13px;
    line-height: 1.45;
  }

  .mypage-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
  }

  .mypage-hero-actions .btn {
    width: 100%;
  }

  .mypage-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0 34px;
  }

  .mypage-summary-card,
  .mypage-summary-card button {
    min-height: 108px;
  }

  .mypage-summary-card {
    padding: 16px;
  }

  .mypage-summary-card strong {
    font-size: 18px;
  }

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

  .mypage-side-column {
    display: none;
  }

  .mypage-quick-grid {
    grid-template-columns: 1fr;
  }

  .mypage-section-head {
    align-items: start;
  }

  .mypage-order-card .checkout-product-mini {
    grid-template-columns: 58px minmax(0, 1fr) 72px;
  }

  .mypage-order-card .cart-submit-button,
  .mypage-order-card .cart-soft-button {
    width: 100%;
  }

  .mypage-mobile-nav {
    position: static;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line-soft);
    background: #fff;
  }

  .mypage-mobile-nav a {
    display: grid;
    gap: 2px;
    justify-items: center;
    padding: 10px 4px 9px;
    color: var(--text-muted);
    text-decoration: none;
  }

  .mypage-mobile-nav span,
  .mypage-mobile-nav small {
    display: block;
  }

  .mypage-mobile-nav span {
    font-size: 13px;
    font-weight: 800;
  }

  .mypage-mobile-nav small {
    font-size: 11px;
  }

  .mypage-mobile-nav a.active {
    color: var(--point-pink-deep);
  }

  .mypage-desktop-copy {
    display: none;
  }

  .mypage-mobile-copy {
    display: inline;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text-main);
  background: #fff;
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: 16px;
}

.shop-shell {
  background: #fff;
  border-bottom: 1px solid var(--line-soft);
}

.shop-topbar,
.shop-navline,
.product-layout,
.tabs-wrap {
  width: min(1290px, calc(100% - 32px));
  margin: 0 auto;
}

.shop-topbar {
  display: grid;
  grid-template-columns: 210px minmax(260px, 520px) 210px;
  align-items: center;
  gap: 26px;
  min-height: 76px;
}

.shop-logo {
  width: max-content;
  color: var(--point-pink-deep);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.shop-search {
  display: grid;
  grid-template-columns: 1fr 38px;
  align-items: center;
}

.shop-search .form-control {
  height: 40px;
  border-radius: 8px 0 0 8px;
  border-color: var(--line-soft);
  box-shadow: none;
}

.icon-button,
.avatar-button {
  position: relative;
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #1f1f1f;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

a.icon-button {
  text-decoration: none;
}

.icon-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.shop-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
}

.cart-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  background: var(--point-pink);
  color: #fff;
  font-size: 0.65rem;
}

.shop-message-wrap {
  width: min(1290px, calc(100% - 32px));
  margin: 22px auto 0;
}

.shop-message {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 12px 16px;
  background: var(--point-pink-wash);
  color: var(--point-pink-deep);
  font-weight: 700;
}

.shop-message-error {
  background: #fff6f6;
  color: #9f3f50;
}

.avatar-button::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--point-pink-wash);
  box-shadow: inset 0 0 0 2px #f9f9f9;
}

.shop-navline {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
}

.category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}

.category-nav a {
  color: #5f5960;
  text-decoration: none;
}

.category-nav a:first-child::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-right: 6px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  box-shadow: inset 0 4px 0 #fff, inset 0 6px 0 #333;
}

.download-button {
  min-width: 164px;
  height: 42px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: var(--point-pink-wash);
  color: var(--point-pink-deep);
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: none;
}

.breadcrumb-band {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-bottom: 1px solid var(--line-soft);
}

.breadcrumb {
  margin: 0;
  justify-content: center;
}

.breadcrumb a {
  color: #333;
}

.product-page {
  padding: 72px 0 48px;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(420px, 705px) minmax(360px, 1fr);
  gap: 30px;
  align-items: start;
}

.gallery-column {
  display: grid;
  gap: 24px;
}

.main-image-card {
  display: flex;
  min-height: 610px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: var(--panel-bg);
  box-shadow: var(--shadow-soft);
}

.main-product-image {
  width: 72%;
  height: 72%;
  object-fit: contain;
  opacity: 0.9;
}

.thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.thumbnail-card {
  display: flex;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #ececec;
  box-shadow: var(--shadow-soft);
  cursor: pointer;
}

.thumbnail-card.active {
  outline: 3px solid rgba(231, 183, 197, 0.32);
}

.thumbnail-card img {
  width: 58%;
  height: 58%;
  object-fit: contain;
}

.detail-column {
  padding-top: 4px;
}

.detail-column h1 {
  margin: 0 0 18px;
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: 0;
}

.product-badges {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
}

.badge {
  border-radius: 999px;
  padding: 0.28rem 0.45rem;
  font-size: 0.82rem;
  line-height: 1;
  box-shadow: none;
}

.badge-new {
  background: var(--point-pink-wash);
  color: var(--point-pink-deep);
}

.badge-sale {
  background: var(--point-pink);
  color: #fff;
}

.product-category {
  margin: 0 0 20px;
  color: #333;
}

.rating-line {
  margin-bottom: 20px;
}

.stars {
  color: var(--point-pink);
  font-size: 1.2rem;
  letter-spacing: 3px;
}

.price-line {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin-bottom: 22px;
}

.old-price {
  color: #2d2d2d;
  text-decoration: line-through;
  font-weight: 700;
}

.sale-price {
  color: var(--text-main);
  font-weight: 800;
}

.product-copy {
  max-width: 820px;
  margin: 0 0 24px;
  color: #333;
  line-height: 1.55;
}

.meta-table {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
}

.meta-table div {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
}

.meta-table dt {
  font-weight: 700;
}

.meta-table dd {
  margin: 0;
  color: #333;
}

.purchase-panel {
  border-top: 1px solid var(--line-soft);
  padding-top: 14px;
}

.quantity-control {
  display: grid;
  width: 328px;
  grid-template-columns: 54px 1fr 54px;
  align-items: center;
  margin-bottom: 24px;
}

.quantity-control .btn {
  height: 44px;
  border-radius: 8px;
  border-color: var(--point-pink);
  background: var(--point-pink);
  box-shadow: none;
  font-weight: 800;
}

.quantity-control input {
  height: 44px;
  min-width: 0;
  border: 1px solid var(--line-soft);
  text-align: left;
  padding: 0 12px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

.size-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin: 0 0 26px;
  padding: 0;
  border: 0;
}

.size-picker legend {
  width: auto;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.size-picker label {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0;
}

.size-picker input {
  width: 22px;
  height: 22px;
}

.size-picker em {
  margin-left: 4px;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-style: normal;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button-row form {
  margin: 0;
}

.button-row .btn,
.restock-cta {
  min-width: 132px;
  height: 46px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 800;
  box-shadow: none;
}

.buy-button.btn-primary {
  border-color: var(--point-pink);
  background: var(--point-pink);
}

.cart-cta.btn-outline-primary {
  border-color: var(--point-pink);
  color: var(--point-pink-deep);
}

.wish-cta.btn-outline-primary,
.restock-cta.btn-outline-primary {
  border-color: var(--point-pink);
  color: var(--point-pink-deep);
}

.shop-action-board {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

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

.shop-state-card {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.cart-state-card,
.request-state-card {
  background: var(--point-pink-wash);
}

.state-card-head,
.state-row,
.state-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.state-card-head {
  margin-bottom: 12px;
}

.state-card-head strong {
  color: var(--text-main);
}

.state-card-head span {
  color: var(--point-pink-deep);
  font-size: 0.82rem;
  font-weight: 800;
}

.state-row {
  border-top: 1px solid var(--line-soft);
  padding: 10px 0;
  color: #333;
  font-size: 0.86rem;
}

.state-total {
  border-top: 1px solid var(--line-soft);
  padding-top: 12px;
}

.shop-state-card p,
.shop-state-card small {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.55;
}

.restock-form {
  display: grid;
  gap: 10px;
}

.restock-form label {
  display: grid;
  gap: 6px;
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.restock-form input {
  height: 40px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--text-main);
}

.live-notice-bar {
  display: grid;
  min-height: 30px;
  place-items: center;
  background: #09090b;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.live-shop-shell .shop-icons form {
  margin: 0;
}

.live-category-nav a.active,
.live-category-nav a:first-child {
  color: #e12a35;
  font-weight: 900;
}

.live-category-nav a:first-child::before {
  display: none;
}

.live-main-page {
  padding: 28px 0 54px;
  background: var(--panel-bg);
}

.live-main-inner {
  display: grid;
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
  gap: 28px;
}

.live-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(360px, 0.95fr);
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: #fff;
}

.live-hero-visual {
  display: grid;
  min-height: 520px;
  place-items: center;
  gap: 18px;
  padding: 48px;
  background: #09090b;
  color: #fff;
  text-align: center;
}

.live-hero-visual img,
.live-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.live-hero-visual img {
  max-width: 520px;
  max-height: 320px;
  border-radius: 8px;
  padding: 30px;
  background: #f1eee8;
}

.live-badge,
.live-soft-label,
.live-product-badges span,
.live-product-badges em,
.live-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
}

.live-badge {
  min-height: 34px;
  padding: 0 16px;
  background: #e12a35;
  color: #fff;
  font-size: 12px;
}

.live-hero-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 520px;
  padding: 58px;
}

.live-hero-badges {
  margin: -6px 0 0;
}

.live-soft-label {
  width: max-content;
  min-height: 34px;
  padding: 0 14px;
  background: #e12a35;
  color: #fff;
  font-size: 12px;
}

.live-hero-copy h1 {
  margin: 0;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}

.live-hero-copy p,
.live-section-head p,
.live-flow-note p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.live-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.live-stat-grid div {
  display: grid;
  gap: 3px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 14px;
  background: var(--point-pink-wash);
}

.live-stat-grid span {
  color: var(--point-pink-deep);
  font-size: 12px;
  font-weight: 900;
}

.live-stat-grid strong {
  font-size: 24px;
  font-weight: 900;
}

.live-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.live-primary-button.btn-primary,
.live-card-button.btn-primary {
  border-color: #09090b;
  background: #09090b;
  color: #fff;
}

.live-outline-button.btn-outline-primary,
.live-wish-button.btn-outline-primary {
  border-color: var(--line-soft);
  color: var(--point-pink-deep);
  background: #fff;
}

.live-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.live-tabs a {
  min-height: 36px;
  border: 1px solid var(--line-soft);
  padding: 0 16px;
  background: #fff;
  color: var(--text-main);
  font-size: 13px;
  text-decoration: none;
}

.live-tabs a.active {
  border-color: #e12a35;
  background: #e12a35;
  color: #fff;
}

.live-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 384px;
  gap: 28px;
  align-items: start;
}

.live-products-section,
.live-side-panel,
.live-option-panel {
  display: grid;
  gap: 18px;
}

.live-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.live-section-head h2,
.live-side-panel h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
}

.live-section-head a {
  color: var(--point-pink-deep);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.live-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.live-product-card {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.live-product-image {
  display: grid;
  aspect-ratio: 1.08;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #f1eee8;
}

.live-product-card-muted .live-product-image {
  background: #eef3f3;
}

.live-product-image img {
  padding: 28px;
}

.live-product-body {
  display: grid;
  gap: 7px;
}

.live-product-badges {
  display: flex;
  gap: 8px;
}

.live-product-badges span {
  min-width: 36px;
  min-height: 30px;
  background: #09090b;
  color: #fff;
  font-size: 12px;
}

.live-product-badges em {
  min-height: 30px;
  padding: 0 12px;
  background: #e12a35;
  color: #fff;
  font-size: 12px;
  font-style: normal;
}

.live-product-card-muted .live-product-badges em {
  border: 1px solid var(--line-soft);
  background: #fff;
  color: var(--point-pink-deep);
}

.live-product-body h3 {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 16px;
  font-weight: 900;
}

.live-product-body p {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
}

.live-product-body > strong {
  color: var(--point-pink-deep);
  font-size: 18px;
  font-weight: 900;
}

.live-product-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  gap: 8px;
}

.live-product-actions form,
.live-product-actions .btn,
.live-restock-form,
.live-restock-form .btn {
  width: 100%;
}

.live-side-panel {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 20px 18px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.live-schedule-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.live-schedule-card.is-live {
  background: var(--point-pink-wash);
}

.live-schedule-card strong {
  color: #e12a35;
  font-size: 18px;
  font-weight: 900;
}

.live-schedule-card b,
.live-schedule-card span {
  display: block;
}

.live-schedule-card span {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 12px;
}

.live-flow-note {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 16px;
  background: var(--point-pink-wash);
}

.live-option-panel,
.live-state-board {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.live-purchase-panel {
  display: grid;
  gap: 16px;
  border-top: 0;
  padding-top: 0;
}

.live-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.live-quick-card {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  color: var(--text-main);
  text-decoration: none;
  box-shadow: var(--shadow-soft);
}

.live-quick-card:first-child {
  background: var(--point-pink-wash);
}

.live-quick-card strong {
  font-size: 20px;
  font-weight: 900;
}

.live-quick-card span {
  color: var(--text-muted);
}

.live-quick-card em {
  width: max-content;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 6px 12px;
  color: var(--point-pink-deep);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.live-mobile-nav {
  display: none;
}

.live-mobile-search {
  display: none;
}

.live-mall-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.live-mall-topbar {
  grid-template-columns: 180px minmax(0, 1fr) 340px;
  min-height: 86px;
}

.live-mall-topbar .shop-logo {
  color: #111;
}

.live-mall-nav {
  justify-content: center;
  gap: 24px;
}

.live-mall-nav a {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.live-mall-nav a.active,
.live-mall-nav a:first-child {
  color: #111;
  font-weight: 900;
}

.live-mall-account-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.live-mall-account-links a {
  color: #555;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.live-mall-account-links .live-mall-login-link {
  min-width: 74px;
  border: 1px solid #f6c8d8;
  border-radius: 8px;
  padding: 10px 16px;
  background: #fff1f6;
  color: #b6426d;
  text-align: center;
}

.live-mall-account-links .live-mall-login-link.is-muted {
  border-color: var(--line-soft);
  background: #fff;
  color: var(--text-muted);
}

.live-main-page {
  background: #fff;
}

.live-main-inner {
  width: min(1280px, calc(100% - 56px));
  gap: 72px;
}

.live-mall-hero {
  grid-template-columns: minmax(0, 1.35fr) minmax(350px, 0.95fr);
  border-color: #f5dfe7;
  border-radius: 10px;
  background: #fff8fa;
}

.live-mall-hero .live-hero-visual {
  position: relative;
  min-height: 488px;
  margin: 36px;
  overflow: hidden;
  border-radius: 8px;
  background: #151313;
}

.live-mall-hero .live-hero-visual::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 140px;
  background: rgba(0, 0, 0, 0.62);
}

.live-mall-hero .live-badge {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 2;
  min-height: 30px;
  background: #ffe7ef;
  color: #a83f66;
}

.live-mall-hero .live-hero-visual img {
  max-width: 460px;
  max-height: 330px;
  padding: 34px;
  background: #241d20;
  border: 1px solid #5f4b54;
}

.live-hero-visual-copy {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  display: grid;
  gap: 6px;
  text-align: left;
}

.live-hero-visual-copy strong {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}

.live-hero-visual-copy span {
  color: #dedede;
  font-size: 14px;
}

.live-mall-hero .live-hero-copy {
  min-height: 560px;
  padding: 58px 62px 58px 28px;
}

.live-mall-hero .live-soft-label,
.live-section-head span {
  width: max-content;
  min-height: auto;
  padding: 0;
  background: transparent;
  color: #c36f8d;
  font-size: 13px;
  font-weight: 900;
}

.live-mall-hero .live-hero-copy h1 {
  font-size: clamp(34px, 4vw, 46px);
}

.live-mall-hero .live-hero-copy p {
  max-width: 430px;
}

.live-next-line {
  border-top: 1px solid #efd9e2;
  padding-top: 22px;
  color: #75515e !important;
  font-size: 13px;
  font-weight: 800;
}

.live-primary-button.btn-primary,
.live-card-button.btn-primary,
a.live-card-button.btn-primary {
  border-color: #111;
  background: #111;
  color: #fff;
}

.live-outline-button.btn-outline-primary {
  border-color: #e9c8d4;
  color: #111;
}

.live-products-section,
.live-mood-section {
  display: grid;
  gap: 26px;
}

.live-section-head {
  align-items: flex-end;
}

.live-section-head h2 {
  margin-top: 8px;
  font-size: 30px;
}

.live-section-head p {
  margin-top: 10px;
}

.live-shop-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.live-shop-product-card {
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.055);
}

.live-shop-product-card .live-product-image {
  position: relative;
  aspect-ratio: 1.25;
  border: 1px solid #f2dce4;
  background: #fff4f7;
}

.live-shop-product-card .live-product-image.tone-warm {
  background: #fff7f2;
}

.live-shop-product-card .live-product-image.tone-gray {
  background: #f7f7f7;
}

.live-shop-product-card .live-product-image.tone-cream {
  background: #fffaf3;
}

.live-shop-product-card .live-product-image.tone-blue {
  background: #eef3f6;
}

.live-detail-cut-section {
  display: grid;
  gap: 24px;
  margin-top: 2px;
  border: 1px solid #f2dce4;
  border-radius: 8px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.045);
}

.live-detail-cut-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.live-detail-cut-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid #f2dce4;
  border-radius: 8px;
  background: #fff4f7;
}

.live-detail-cut-card img {
  display: block;
  width: 100%;
  height: auto;
}

.live-shop-product-card .live-product-image span {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  border: 1px solid #f2ccd8;
  border-radius: 999px;
  padding: 5px 12px;
  background: #fff;
  color: #aa5875;
  font-size: 12px;
  font-weight: 900;
}

.live-shop-product-card .live-product-image img {
  padding: 34px;
}

.live-shop-product-card .live-product-body {
  gap: 9px;
  padding-top: 12px;
}

.live-shop-product-card .live-product-body h3 {
  font-size: 16px;
}

.live-shop-product-card .live-product-body > strong {
  color: #111;
  font-size: 18px;
}

.live-shop-product-card form,
.live-shop-product-card .live-card-button {
  width: 100%;
}

.live-shop-product-card .live-card-button {
  min-height: 36px;
  border-radius: 6px;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 900;
}

.live-mood-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.live-mood-card {
  display: grid;
  gap: 9px;
  min-height: 210px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 28px 24px;
  color: #111;
  text-decoration: none;
}

.live-mood-card strong {
  font-size: 21px;
  font-weight: 900;
}

.live-mood-card span {
  color: #666;
  font-size: 13px;
}

.live-mood-card em {
  align-self: end;
  color: #9a5570;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.live-mood-card.tone-pink {
  background: #fff5f8;
}

.live-mood-card.tone-gray {
  background: #f8f8f8;
}

.live-mood-card.tone-cream {
  background: #fffaf1;
}

.live-mood-card.tone-lavender {
  background: #f7f2ff;
}

.info-tabs-section {
  padding: 10px 0 80px;
}

.tabs-wrap {
  display: grid;
  grid-template-columns: 1fr;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-link {
  min-height: 54px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-size: 0.82rem;
  font-weight: 800;
}

.nav-tabs .nav-link.active {
  background: var(--point-pink-wash);
  color: var(--point-pink-deep);
  border-bottom: 2px solid var(--point-pink);
}

.tab-copy {
  min-height: 110px;
  border: 1px solid #ededed;
  padding: 24px;
  color: #444;
  line-height: 1.6;
}

.shop-pending {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 16px;
  background: #fff;
}

.pending-panel {
  width: min(430px, 100%);
  text-align: center;
}

.pending-logo {
  margin-bottom: 28px;
  color: var(--point-pink-deep);
  font-weight: 800;
  letter-spacing: 0;
}

.pending-art {
  display: grid;
  width: 190px;
  height: 150px;
  place-items: center;
  margin: 0 auto 28px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: var(--panel-bg);
}

.pending-art span {
  width: 24px;
  height: 36px;
  border-radius: 999px;
  background: var(--point-pink);
}

.pending-eyebrow {
  margin-bottom: 8px;
  color: var(--point-pink-deep);
  font-weight: 700;
}

.pending-panel h1 {
  margin-bottom: 16px;
  font-size: 1.55rem;
  font-weight: 800;
}

.pending-panel p {
  margin-bottom: 28px;
  color: var(--text-muted);
  line-height: 1.7;
}

.cart-page {
  min-height: calc(100vh - 142px);
  padding: 42px 20px 64px;
  background: var(--panel-bg);
}

.cart-page-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.cart-breadcrumb {
  margin: 0 0 18px;
  color: var(--text-muted);
  font-size: 13px;
}

.cart-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.cart-title-row h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 34px);
  font-weight: 800;
  letter-spacing: 0;
}

.cart-title-row p {
  margin: 8px 0 0;
  color: var(--text-muted);
}

.cart-safe-pill {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 999px;
  padding: 7px 13px;
  background: #eefaf1;
  color: #258244;
  font-size: 12px;
  font-weight: 700;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 396px;
  gap: 24px;
  align-items: start;
}

.cart-list-panel,
.cart-summary-panel {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.cart-list-panel,
.cart-summary-panel {
  padding: 24px;
}

.cart-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: 18px;
}

.cart-panel-head strong {
  font-size: 18px;
}

.cart-head-actions {
  display: flex;
  gap: 8px;
}

.cart-head-actions form {
  margin: 0;
}

.cart-soft-button,
.cart-wish-button {
  border-color: var(--line-soft) !important;
  color: var(--point-pink-deep) !important;
  box-shadow: none !important;
}

.cart-item-card {
  display: grid;
  grid-template-columns: 24px 92px minmax(0, 1fr) 128px 112px;
  gap: 16px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-soft);
}

.cart-check {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 6px;
  background: var(--point-pink);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.cart-item-image {
  width: 92px;
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  border-radius: 8px;
  background: var(--point-pink-wash);
}

.cart-item-info h2 {
  margin: 0 0 7px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}

.cart-item-info p {
  margin: 0 0 8px;
  color: var(--text-muted);
  font-size: 13px;
}

.cart-item-info span {
  display: inline-flex;
  border-radius: 999px;
  padding: 5px 10px;
  background: var(--point-pink-wash);
  color: var(--point-pink-deep);
  font-size: 12px;
  font-weight: 700;
}

.cart-qty-price {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.cart-qty-stepper {
  display: grid;
  grid-template-columns: 34px 44px 34px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
}

.cart-qty-stepper button {
  border: 0;
  background: #fff;
  color: var(--point-pink-deep);
  font-weight: 700;
}

.cart-qty-stepper span {
  display: inline-grid;
  min-height: 34px;
  place-items: center;
  font-weight: 800;
}

.cart-item-total {
  display: grid;
  justify-items: end;
  gap: 5px;
}

.cart-item-total small {
  color: var(--text-muted);
}

.cart-item-total strong {
  font-size: 17px;
}

.cart-item-total button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--point-pink-deep);
  font-size: 12px;
}

.cart-item-total form {
  margin: 0;
}

.cart-restock-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 16px;
  background: var(--point-pink-wash);
}

.cart-restock-card strong {
  color: var(--point-pink-deep);
}

.cart-restock-card p {
  margin: 4px 0 0;
  color: var(--text-muted);
  font-size: 13px;
}

.cart-summary-panel {
  position: sticky;
  top: 24px;
}

.cart-summary-panel h2 {
  margin: 0 0 18px;
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 800;
}

.cart-summary-line,
.cart-summary-total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}

.cart-summary-line span {
  color: var(--text-muted);
}

.cart-summary-total {
  margin: 12px 0 16px;
  border-top: 1px solid var(--line-soft);
  padding-top: 18px;
  font-weight: 800;
}

.cart-summary-total strong {
  color: var(--point-pink-deep);
  font-size: 18px;
}

.cart-submit-button {
  width: 100%;
  min-height: 48px;
  background: var(--point-pink) !important;
  box-shadow: none !important;
}

.cart-wish-button {
  width: 100%;
  min-height: 48px;
  margin-top: 12px;
}

.cart-safe-note {
  margin-top: 16px;
  border-radius: 8px;
  padding: 14px;
  background: var(--point-pink-wash);
}

.cart-safe-note strong {
  color: var(--point-pink-deep);
  font-size: 13px;
}

.cart-safe-note p {
  margin: 6px 0 0;
  color: var(--text-muted);
  font-size: 12px;
}

.cart-empty-state {
  display: grid;
  gap: 10px;
  justify-items: start;
  padding: 38px 0 28px;
}

.cart-empty-state p {
  margin: 0;
  color: var(--text-muted);
}

.cart-submit-button {
  display: inline-grid;
  place-items: center;
  text-decoration: none;
}

.checkout-steps {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
  font-size: 13px;
}

.checkout-steps span,
.checkout-steps strong {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0 10px;
}

.checkout-steps span:first-child {
  background: var(--point-pink);
  color: #fff;
  font-weight: 800;
}

.checkout-steps strong {
  background: var(--point-pink);
  color: #fff;
}

.checkout-layout {
  align-items: start;
}

.checkout-form-panel {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.checkout-section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: 18px;
}

.checkout-section-head h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.checkout-section-head p {
  margin: 6px 0 0;
  color: var(--text-muted);
  font-size: 13px;
}

.checkout-section-head > span {
  display: inline-flex;
  align-items: center;
  align-self: start;
  border-radius: 999px;
  padding: 6px 11px;
  background: #eefaf1;
  color: #258244;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.checkout-field-grid {
  display: grid;
  gap: 14px;
}

.checkout-field-grid.two-columns {
  grid-template-columns: 1fr 1fr;
}

.checkout-field-grid.postcode-row {
  grid-template-columns: minmax(0, 1fr) 180px;
  align-items: end;
}

.checkout-field {
  display: grid;
  gap: 7px;
}

.checkout-field span {
  font-size: 13px;
  font-weight: 800;
}

.checkout-field em {
  margin-left: 4px;
  color: var(--point-pink-deep);
  font-size: 11px;
  font-style: normal;
}

.checkout-field input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  color: var(--text-main);
  outline: none;
}

.checkout-field input:focus {
  border-color: var(--point-pink);
  box-shadow: 0 0 0 3px rgba(231, 183, 197, 0.16);
}

.checkout-address-button {
  min-height: 46px;
}

.checkout-info-note {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  padding: 14px;
  background: #eef4ff;
  color: #3854ad;
}

.checkout-info-note strong {
  border-radius: 999px;
  padding: 5px 9px;
  background: #fff;
  font-size: 12px;
}

.checkout-info-note p {
  margin: 0;
  font-size: 13px;
}

.checkout-product-mini {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 90px;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: 16px;
}

.checkout-product-mini img {
  width: 62px;
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  border-radius: 8px;
  background: var(--point-pink-wash);
}

.checkout-product-mini strong {
  display: block;
  font-size: 13px;
}

.checkout-product-mini span {
  display: block;
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 12px;
}

.checkout-product-mini b {
  text-align: right;
  font-size: 14px;
}

.payment-steps span:nth-child(2),
.payment-steps strong {
  background: var(--point-pink);
  color: #fff;
  font-weight: 800;
}

.payment-method-form {
  display: grid;
  gap: 14px;
}

.payment-method-option {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 15px;
  background: #fff;
}

.payment-method-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.payment-method-option.is-selected {
  border-color: rgba(231, 183, 197, 0.7);
  background: var(--point-pink-wash);
}

.payment-method-option.is-disabled {
  opacity: 0.62;
}

.payment-method-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--point-pink-deep);
  font-size: 13px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px var(--line-soft);
}

.payment-method-option strong,
.payment-method-option small {
  display: block;
}

.payment-method-option small {
  margin-top: 3px;
  color: var(--text-muted);
  font-size: 12px;
}

.payment-method-option em {
  border-radius: 999px;
  padding: 5px 9px;
  background: #fff;
  color: var(--point-pink-deep);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.payment-kcp-check {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 16px;
  background: #f8fbff;
}

.payment-kcp-check > strong {
  display: block;
  margin-bottom: 12px;
  color: #3854ad;
}

.payment-kcp-check dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.payment-kcp-check dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.payment-kcp-check dt {
  color: var(--text-muted);
  font-size: 13px;
}

.payment-kcp-check dd {
  margin: 0;
  text-align: right;
  font-weight: 800;
}

.payment-kcp-check p {
  margin: 12px 0 0;
  border-top: 1px solid rgba(56, 84, 173, 0.13);
  padding-top: 12px;
  color: #3854ad;
  font-size: 13px;
}

.payment-delivery-box {
  display: grid;
  gap: 4px;
  margin: 14px 0 8px;
  border-radius: 8px;
  padding: 14px;
  background: var(--point-pink-wash);
}

.payment-delivery-box strong {
  color: var(--point-pink-deep);
  font-size: 13px;
}

.payment-delivery-box p,
.payment-delivery-box small {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.5;
}

.order-complete-hero {
  display: grid;
  justify-items: center;
  gap: 12px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 38px 24px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.order-success-mark {
  display: inline-grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 2px solid var(--point-pink);
  border-radius: 50%;
  background: var(--point-pink-wash);
  color: var(--point-pink-deep);
  font-size: 30px;
  font-weight: 900;
}

.order-complete-hero h2 {
  margin: 2px 0 0;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
}

.order-complete-hero p {
  margin: 0;
  color: var(--point-pink-deep);
  font-weight: 800;
}

.order-complete-hero span {
  color: var(--text-muted);
  font-size: 13px;
}

.order-complete-actions {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.order-complete-actions .btn {
  width: 180px;
  margin-top: 0;
}

.order-info-panel {
  gap: 14px;
}

.order-list-panel {
  display: grid;
  gap: 14px;
}

.order-list-card {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.compact-order-card {
  box-shadow: none;
}

.order-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.order-card-top strong,
.order-card-top span {
  display: block;
}

.order-card-top span {
  margin-top: 3px;
  color: var(--text-muted);
  font-size: 12px;
}

.order-card-top em {
  border-radius: 999px;
  padding: 6px 10px;
  background: #eefaf1;
  color: #258244;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.order-card-actions {
  display: flex;
  gap: 8px;
}

.order-card-actions .btn {
  min-width: 110px;
}

.order-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.order-filter-row span,
.order-status-guide span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 700;
}

.order-filter-row .active {
  border-color: var(--point-pink);
  background: var(--point-pink);
  color: #fff;
}

.order-status-guide {
  display: grid;
  gap: 8px;
}

.order-status-guide span:first-child {
  border-color: #d9f0df;
  background: #eefaf1;
  color: #258244;
}

.order-address-box {
  margin: 0;
}

.order-empty-state {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 38px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.order-history-page {
  background: var(--panel-bg);
}

.order-history-hero {
  margin-bottom: 18px;
}

.order-history-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.order-history-summary-card {
  display: grid;
  gap: 4px;
  min-height: 116px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.order-history-summary-card span {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 800;
}

.order-history-summary-card strong {
  color: var(--text-main);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
}

.order-history-summary-card small {
  color: var(--text-muted);
  font-size: 12px;
}

.order-history-summary-card.tone-green {
  border-color: #d9f0df;
  background: #f7fcf8;
}

.order-history-summary-card.tone-pink {
  border-color: var(--point-pink);
  background: var(--point-pink-wash);
}

.order-history-summary-card.tone-blue {
  border-color: #dfe8f8;
  background: #f7faff;
}

.order-history-tabs {
  align-items: center;
  margin-bottom: 18px;
}

.order-history-tabs span {
  gap: 6px;
}

.order-history-tabs b {
  font-weight: 900;
}

.order-history-layout {
  align-items: start;
}

.order-history-section-head {
  margin: 8px 0 0;
}

.order-history-section-head h2 {
  font-size: 18px;
}

.order-history-section-head > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 0 10px;
  background: #fff;
  color: var(--point-pink-deep);
  font-size: 12px;
  font-weight: 800;
}

.order-history-card {
  gap: 12px;
}

.order-history-card .order-card-top em.status-delivered {
  border-color: #d9f0df;
  background: #eefaf1;
  color: #258244;
}

.order-history-card .order-card-top em.status-processing {
  background: #f7faff;
  color: #47618f;
}

.order-history-card .order-card-top em.status-payment {
  background: var(--point-pink-wash);
  color: var(--point-pink-deep);
}

.order-history-card .order-card-top em.status-cancelled {
  background: #f8f1f1;
  color: #9a4b4b;
}

.order-history-line-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.order-history-line-item strong,
.order-history-line-item span {
  display: block;
}

.order-history-line-item strong {
  overflow-wrap: anywhere;
  font-size: 15px;
  font-weight: 900;
}

.order-history-line-item span {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 13px;
}

.order-history-line-item b {
  color: var(--point-pink-deep);
  white-space: nowrap;
}

.return-history-card {
  border-color: var(--point-pink);
}

.order-history-side {
  display: grid;
  gap: 14px;
}

.order-history-mobile-nav {
  display: none;
}

.order-detail-page,
.return-exchange-page {
  background: var(--panel-bg);
}

.order-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, auto);
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 28px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.order-detail-hero h1 {
  margin: 8px 0;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: 0;
}

.order-detail-hero p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.order-detail-status {
  display: grid;
  gap: 5px;
  justify-items: end;
  text-align: right;
}

.order-detail-status strong {
  font-size: 20px;
  font-weight: 900;
}

.order-detail-status small {
  color: var(--text-muted);
}

.status-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--point-pink);
  box-shadow: 0 0 0 5px var(--point-pink-wash);
}

.status-dot.status-delivered {
  background: #6ab983;
  box-shadow: 0 0 0 5px #eefaf1;
}

.status-dot.status-processing {
  background: #8aa4d4;
  box-shadow: 0 0 0 5px #f7faff;
}

.status-dot.status-cancelled {
  background: #c98282;
  box-shadow: 0 0 0 5px #f8f1f1;
}

.order-detail-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.order-detail-summary-grid article {
  display: grid;
  gap: 4px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 16px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.order-detail-summary-grid span {
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 800;
}

.order-detail-summary-grid strong {
  overflow-wrap: anywhere;
  font-size: 18px;
  font-weight: 900;
}

.order-detail-layout,
.return-exchange-layout {
  align-items: start;
}

.order-detail-main,
.return-exchange-form {
  display: grid;
  gap: 14px;
}

.order-detail-card {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.order-detail-product {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.order-detail-product img {
  width: 96px;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  background: var(--point-pink-wash);
}

.order-detail-product strong,
.order-detail-product span,
.order-detail-product p {
  display: block;
}

.order-detail-product strong {
  overflow-wrap: anywhere;
  font-size: 17px;
  font-weight: 900;
}

.order-detail-product span {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 13px;
}

.order-detail-product p {
  margin: 8px 0 0;
  color: var(--point-pink-deep);
  font-weight: 900;
}

.order-detail-dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.order-detail-dl div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: 10px;
}

.order-detail-dl div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.order-detail-dl dt {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 800;
}

.order-detail-dl dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--text-main);
}

.order-detail-return-list {
  display: grid;
  gap: 10px;
}

.order-detail-return-list div,
.order-detail-empty {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 14px;
  background: var(--point-pink-wash);
}

.order-detail-return-list strong,
.order-detail-return-list span {
  display: block;
}

.order-detail-return-list span,
.order-detail-empty {
  color: var(--text-muted);
  font-size: 13px;
}

.order-detail-side,
.return-exchange-side {
  display: grid;
  gap: 14px;
}

.order-detail-timeline {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.order-detail-timeline span {
  position: relative;
  padding-left: 20px;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 800;
}

.order-detail-timeline span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid var(--line-soft);
  border-radius: 50%;
  background: #fff;
}

.order-detail-timeline span.active {
  color: var(--point-pink-deep);
}

.order-detail-timeline span.active::before {
  border-color: var(--point-pink);
  background: var(--point-pink);
}

.return-exchange-hero {
  grid-template-columns: minmax(0, 1fr) auto;
}

.return-error-wrap {
  margin-bottom: 14px;
}

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

.return-choice-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 54px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  cursor: pointer;
}

.return-choice-card:has(input:checked) {
  border-color: var(--point-pink);
  background: var(--point-pink-wash);
}

.return-choice-card span {
  font-weight: 900;
}

.return-field-grid {
  margin-top: 14px;
}

.return-full-field {
  display: grid;
  gap: 6px;
}

.return-photo-upload {
  display: grid;
  justify-items: center;
  gap: 6px;
  border: 1px dashed var(--point-pink);
  border-radius: 8px;
  padding: 26px 16px;
  background: var(--point-pink-wash);
  text-align: center;
  cursor: pointer;
}

.return-photo-upload input {
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.return-photo-upload span {
  color: var(--point-pink-deep);
  font-weight: 900;
}

.return-photo-upload small,
.return-policy-box p {
  color: var(--text-muted);
}

.return-policy-box {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 14px;
  background: var(--point-pink-wash);
}

.return-policy-box strong,
.return-policy-box p {
  display: block;
  margin: 0;
}

.return-policy-box p {
  margin-top: 6px;
  line-height: 1.55;
}

.return-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: var(--text-main);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .shop-topbar {
    grid-template-columns: 160px 1fr auto;
  }

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

  .live-hero,
  .live-content-grid {
    grid-template-columns: 1fr;
  }

  .live-side-panel {
    order: -1;
  }

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

  .main-image-card {
    min-height: 520px;
  }
}

@media (max-width: 767.98px) {
  .shop-topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 72px;
    padding: 12px 0;
  }

  .shop-icons {
    justify-content: flex-end;
    gap: 8px;
  }

  .mypage-top-link {
    min-width: 82px;
    height: 34px;
    background: var(--point-pink-wash);
  }

  .mypage-shop-shell .shop-topbar {
    width: calc(100% - 48px);
    min-height: 118px;
    padding: 22px 0 0;
    align-items: start;
  }

  .mypage-shop-shell .shop-icons .icon-button {
    width: 40px;
    height: 40px;
    border: 1px solid var(--line-soft);
    border-radius: 50%;
    background: #fff;
    color: var(--text-main);
  }

  .mypage-shop-shell .shop-icons .icon-button.is-active {
    background: var(--point-pink-wash);
    color: var(--point-pink-deep);
  }

  .mypage-shop-shell .cart-badge {
    right: 4px;
    bottom: 2px;
  }

  .shop-navline {
    display: none;
  }

  .live-notice-bar {
    display: none;
  }

  .live-mobile-search {
    display: block;
    width: calc(100% - 32px);
    margin: 16px auto 0;
  }

  .live-mobile-search .form-control {
    height: 44px;
    border-color: var(--line-soft);
    border-radius: 999px;
    text-align: center;
    box-shadow: none;
  }

  .category-nav {
    gap: 14px;
  }

  .live-main-page {
    padding: 16px 0 24px;
  }

  .live-main-inner {
    width: calc(100% - 32px);
    gap: 16px;
  }

  .live-hero {
    grid-template-columns: 1fr;
    border-radius: 8px;
  }

  .live-hero-visual {
    min-height: 300px;
    padding: 26px 18px;
  }

  .live-hero-visual img {
    max-width: 260px;
    max-height: 180px;
    padding: 18px;
  }

  .live-hero-copy {
    min-height: 0;
    padding: 22px 20px 26px;
  }

  .live-soft-label,
  .live-stat-grid {
    display: none;
  }

  .live-hero-copy h1 {
    font-size: 28px;
  }

  .live-hero-actions .btn {
    width: 100%;
  }

  .live-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 2px;
  }

  .live-tabs a {
    white-space: nowrap;
  }

  .live-content-grid,
  .live-product-grid,
  .live-detail-cut-grid,
  .live-quick-grid {
    grid-template-columns: 1fr;
  }

  .live-side-panel {
    order: initial;
    padding: 18px;
  }

  .live-section-head {
    align-items: flex-end;
  }

  .live-section-head h2,
  .live-side-panel h2 {
    font-size: 23px;
  }

  .live-section-head p {
    display: none;
  }

  .live-product-image {
    aspect-ratio: 1;
  }

  .live-product-image img {
    padding: 24px;
  }

  .live-detail-cut-section {
    gap: 16px;
    padding: 18px;
  }

  .live-product-actions {
    grid-template-columns: minmax(0, 1fr) 78px;
  }

  .live-schedule-card {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .live-option-panel,
  .live-state-board {
    padding: 16px;
  }

  .live-quick-card {
    min-height: 112px;
  }

  .live-mobile-nav {
    display: grid;
  }

  .product-page {
    padding-top: 48px;
  }

  .main-image-card {
    min-height: 360px;
  }

  .thumbnail-grid {
    gap: 12px;
  }

  .meta-table div {
    grid-template-columns: 100px 1fr;
  }

  .quantity-control {
    width: 100%;
  }

  .button-row .btn {
    flex: 1 1 150px;
  }

  .button-row form {
    flex: 1 1 150px;
  }

  .button-row form .btn {
    width: 100%;
  }

  .shop-state-grid {
    grid-template-columns: 1fr;
  }

  .cart-page {
    padding: 24px 14px 0;
  }

  .cart-breadcrumb,
  .cart-safe-pill,
  .cart-head-actions,
  .shop-search,
  .category-nav {
    display: none;
  }

  .cart-title-row {
    align-items: flex-start;
    margin-bottom: 18px;
  }

  .cart-title-row h1 {
    font-size: 28px;
  }

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

  .cart-list-panel {
    border: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .cart-panel-head {
    display: none;
  }

  .cart-item-list {
    display: grid;
    gap: 14px;
  }

  .cart-item-card {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    border: 1px solid var(--line-soft);
    border-radius: 8px;
    padding: 16px;
    background: #fff;
    box-shadow: var(--shadow-soft);
  }

  .cart-check {
    display: none;
  }

  .cart-item-image {
    grid-row: span 2;
    width: 76px;
  }

  .cart-item-info h2 {
    font-size: 15px;
  }

  .cart-qty-price {
    grid-column: 1 / 2;
    justify-items: start;
  }

  .cart-qty-price strong {
    display: none;
  }

  .cart-item-total {
    grid-column: 2 / 3;
    align-self: center;
  }

  .cart-item-total small,
  .cart-item-total button {
    display: none;
  }

  .cart-item-total strong {
    color: var(--point-pink-deep);
    font-size: 18px;
  }

  .cart-restock-card {
    display: grid;
    margin-top: 14px;
  }

  .cart-restock-card form,
  .cart-restock-card button {
    width: 100%;
  }

  .cart-summary-panel {
    position: static;
    margin: 2px -14px 0;
    border-radius: 0;
    box-shadow: none;
  }

  .cart-summary-panel h2,
  .cart-summary-line,
  .cart-wish-button,
  .cart-safe-note {
    display: none;
  }

  .cart-summary-total {
    margin: 0 0 12px;
    border-top: 0;
    padding-top: 0;
  }

  .checkout-steps {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 4px;
  }

  .checkout-layout {
    gap: 14px;
  }

  .checkout-form-panel {
    padding: 16px;
  }

  .checkout-section-head {
    display: block;
  }

  .checkout-section-head > span {
    margin-top: 10px;
  }

  .checkout-field-grid.two-columns,
  .checkout-field-grid.postcode-row {
    grid-template-columns: 1fr;
  }

  .checkout-address-button {
    width: 100%;
  }

  .checkout-info-note {
    align-items: flex-start;
  }

  .checkout-summary-panel {
    margin: 0;
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
  }

  .checkout-summary-panel h2,
  .checkout-summary-panel .cart-summary-line,
  .checkout-summary-panel .cart-safe-note {
    display: block;
  }

  .checkout-summary-panel .cart-summary-line {
    display: flex;
  }

  .checkout-product-mini {
    grid-template-columns: 56px minmax(0, 1fr) 82px;
  }

  .checkout-product-mini img {
    width: 56px;
  }

  .payment-method-option {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .payment-method-option em {
    grid-column: 2 / 3;
    justify-self: start;
  }

  .payment-method-icon {
    width: 38px;
    height: 38px;
  }

  .payment-kcp-check dl div {
    display: grid;
    gap: 2px;
  }

  .payment-kcp-check dd {
    text-align: left;
    overflow-wrap: anywhere;
  }

  .order-complete-hero {
    padding: 30px 18px;
  }

  .order-success-mark {
    width: 64px;
    height: 64px;
  }

  .order-complete-hero h2 {
    font-size: 22px;
  }

  .order-complete-actions {
    display: grid;
    width: 100%;
  }

  .order-complete-actions .btn {
    width: 100%;
  }

  .order-list-layout,
  .order-complete-layout {
    gap: 14px;
  }

  .order-filter-row {
    margin-bottom: 14px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .order-filter-row span {
    white-space: nowrap;
  }

  .order-list-card {
    padding: 16px;
  }

  .order-card-top {
    align-items: flex-start;
  }

  .order-card-actions .btn {
    flex: 1;
    min-width: 0;
  }

  .order-history-page {
    padding: 18px 14px 0;
  }

  .order-history-hero {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }

  .order-history-hero h1 {
    font-size: 25px;
  }

  .order-history-hero .mypage-hero-actions {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .order-history-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .order-history-summary-card {
    min-height: 102px;
    padding: 14px;
  }

  .order-history-summary-card strong {
    font-size: 23px;
  }

  .order-history-tabs {
    margin-bottom: 14px;
    overflow-x: visible;
    flex-wrap: wrap;
    padding: 10px;
  }

  .order-history-tabs span {
    min-height: 34px;
    padding: 0 11px;
    font-size: 12px;
  }

  .order-history-layout {
    gap: 14px;
  }

  .order-history-section-head {
    align-items: flex-start;
    gap: 10px;
  }

  .order-history-section-head h2 {
    font-size: 17px;
  }

  .order-history-section-head p {
    font-size: 12px;
  }

  .order-history-line-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
  }

  .order-history-line-item b {
    justify-self: start;
  }

  .order-history-side {
    margin: 0;
    border-radius: 8px;
  }

  .order-history-mobile-nav {
    display: grid;
  }

  .order-detail-page,
  .return-exchange-page {
    padding: 18px 14px 0;
  }

  .order-detail-hero,
  .return-exchange-hero {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }

  .order-detail-hero h1 {
    font-size: 25px;
  }

  .order-detail-status {
    justify-items: start;
    text-align: left;
  }

  .order-detail-summary-grid,
  .return-choice-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .order-detail-layout,
  .return-exchange-layout {
    gap: 14px;
  }

  .order-detail-card {
    padding: 16px;
  }

  .order-detail-card .mypage-section-head.compact {
    align-items: flex-start;
    gap: 10px;
  }

  .order-detail-card .mypage-section-head.compact .btn {
    width: 100%;
  }

  .order-detail-product {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .order-detail-product img {
    width: 72px;
  }

  .order-detail-dl div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .order-detail-side,
  .return-exchange-side {
    margin: 0;
    border-radius: 8px;
  }

  .return-field-grid {
    grid-template-columns: 1fr;
  }

  .return-exchange-side .btn {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .live-mall-topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    width: calc(100% - 40px);
    min-height: 64px;
    padding: 0;
  }

  .live-mall-nav {
    display: none;
  }

  .live-mall-account-links {
    gap: 8px;
  }

  .live-mall-account-links a {
    font-size: 12px;
  }

  .live-mall-account-links .live-mall-login-link {
    min-width: 68px;
    padding: 8px 12px;
  }

  .live-main-page {
    padding: 28px 0 40px;
  }

  .live-main-inner {
    width: calc(100% - 32px);
    gap: 48px;
  }

  .live-mall-hero {
    grid-template-columns: 1fr;
    border-radius: 8px;
  }

  .live-mall-hero .live-hero-visual {
    min-height: 230px;
    margin: 16px 16px 0;
    padding: 0;
  }

  .live-mall-hero .live-hero-visual img {
    max-width: 250px;
    max-height: 150px;
    padding: 18px;
  }

  .live-hero-visual-copy {
    right: 16px;
    bottom: 14px;
    left: 16px;
  }

  .live-hero-visual-copy strong {
    font-size: 24px;
  }

  .live-hero-visual-copy span {
    display: none;
  }

  .live-mall-hero .live-badge {
    top: 12px;
    left: 12px;
  }

  .live-mall-hero .live-hero-copy {
    min-height: 0;
    padding: 22px 18px 26px;
  }

  .live-mall-hero .live-hero-copy h1 {
    font-size: 30px;
  }

  .live-mall-hero .live-hero-copy p {
    display: block;
    max-width: none;
    font-size: 13px;
    line-height: 1.55;
  }

  .live-next-line {
    display: none !important;
  }

  .live-hero-actions {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
  }

  .live-hero-actions .btn {
    width: 100%;
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
  }

  .live-section-head {
    display: grid;
    gap: 10px;
  }

  .live-section-head h2 {
    margin-top: 8px;
    font-size: 25px;
  }

  .live-section-head p {
    display: block;
    font-size: 13px;
  }

  .live-section-head a {
    justify-self: start;
  }

  .live-shop-product-grid,
  .live-mood-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .live-shop-product-card {
    padding: 10px;
  }

  .live-shop-product-card .live-product-image {
    aspect-ratio: 1;
  }

  .live-shop-product-card .live-product-image img {
    padding: 24px;
  }

  .live-shop-product-card .live-product-image span {
    top: 8px;
    left: 8px;
    padding: 4px 10px;
  }

  .live-shop-product-card .live-product-body h3 {
    min-height: 42px;
    font-size: 14px;
    line-height: 1.35;
  }

  .live-shop-product-card .live-product-body p {
    display: none;
  }

  .live-shop-product-card .live-product-body > strong {
    font-size: 15px;
  }

  .live-shop-product-card .live-card-button {
    min-height: 34px;
  }

  .live-mood-card {
    min-height: 104px;
    padding: 18px 14px;
  }

  .live-mood-card strong {
    font-size: 20px;
  }

  .live-mood-card span {
    font-size: 12px;
  }
}

.live-product-card-link {
  display: grid;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.live-product-card-link:hover {
  color: inherit;
}

.live-product-card-link:hover .live-product-body h3 {
  color: var(--point-pink-deep);
}

.shop-product-detail-body {
  background: #fff;
}

.shop-product-detail-page {
  min-height: 100vh;
  padding: 28px 0 88px;
  background: #fff;
}

.shop-product-detail-inner {
  display: grid;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  gap: 34px;
}

.shop-product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #8b8288;
  font-size: 12px;
  font-weight: 800;
}

.shop-product-breadcrumb a,
.shop-product-breadcrumb strong {
  color: var(--point-pink-deep);
  text-decoration: none;
}

.shop-product-breadcrumb span::before,
.shop-product-breadcrumb strong::before {
  content: "/";
  margin-right: 10px;
  color: #d9cdd2;
}

.shop-product-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 38px;
  align-items: start;
}

.shop-product-detail-gallery {
  display: grid;
  gap: 14px;
}

.shop-product-detail-main-image {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  margin: 0;
  overflow: hidden;
  border: 1px solid #f2dce4;
  border-radius: 8px;
  background: #fff7f9;
}

.shop-product-detail-main-image span {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  border: 1px solid #efc9d6;
  border-radius: 999px;
  padding: 7px 14px;
  background: #fff;
  color: var(--point-pink-deep);
  font-size: 12px;
  font-weight: 900;
}

.shop-product-detail-main-image img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
  padding: 42px;
}

.shop-product-detail-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.shop-product-detail-thumbs button {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid #f0e3e8;
  border-radius: 8px;
  background: #fff;
  padding: 0;
}

.shop-product-detail-thumbs button.is-active {
  border-color: var(--point-pink);
  box-shadow: 0 0 0 3px rgba(231, 183, 197, 0.24);
}

.shop-product-detail-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
}

.shop-product-purchase-panel {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 20px;
  border: 1px solid #f0dce4;
  border-radius: 8px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(44, 38, 42, 0.07);
}

.shop-product-detail-label {
  width: max-content;
  max-width: 100%;
  border: 1px solid #f2dce4;
  border-radius: 999px;
  padding: 6px 13px;
  background: var(--point-pink-wash);
  color: var(--point-pink-deep);
  font-size: 12px;
  font-weight: 900;
}

.shop-product-purchase-panel h1 {
  margin: 0;
  color: #171417;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.shop-product-purchase-panel p {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.shop-product-detail-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 18px 0;
}

.shop-product-detail-price span {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 800;
}

.shop-product-detail-price strong {
  color: #111;
  font-size: 31px;
  font-weight: 900;
}

.shop-product-detail-meta {
  display: grid;
  gap: 10px;
  margin: 0;
}

.shop-product-detail-meta div {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 12px;
}

.shop-product-detail-meta dt {
  color: #94898f;
  font-size: 13px;
  font-weight: 800;
}

.shop-product-detail-meta dd {
  margin: 0;
  color: #292428;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.shop-product-option-block {
  display: grid;
  gap: 12px;
}

.shop-product-option-block > strong,
.shop-product-quantity-row > strong {
  color: #292428;
  font-size: 14px;
  font-weight: 900;
}

.shop-product-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.shop-product-option-chip {
  position: relative;
  display: grid;
  min-height: 54px;
  align-items: center;
  gap: 4px;
  border: 1px solid #ece0e5;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  color: #2d282c;
  cursor: pointer;
}

.shop-product-option-chip.is-active {
  border-color: var(--point-pink);
  background: var(--point-pink-wash);
}

.shop-product-option-chip.is-disabled {
  color: #aaa1a6;
  background: #fafafa;
  cursor: not-allowed;
}

.shop-product-option-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.shop-product-option-chip span {
  font-size: 13px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.shop-product-option-chip em {
  color: #8a7f85;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.shop-product-quantity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.shop-product-quantity-control {
  width: 142px;
}

.shop-product-action-stack {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 10px;
}

.shop-product-action-stack form,
.shop-product-action-stack .btn {
  min-width: 0;
}

.shop-product-main-action.btn-primary,
.shop-product-detail-mobile-bar .btn-primary {
  border-color: #111;
  background: #111;
  color: #fff;
}

.shop-product-main-action,
.shop-product-sub-action,
.shop-product-secondary-actions .btn {
  width: 100%;
  min-height: 46px;
  border-radius: 6px;
  font-weight: 900;
}

.shop-product-sub-action.btn-outline-primary,
.shop-product-secondary-actions .btn-outline-primary {
  border-color: #ead7df;
  color: var(--point-pink-deep);
  background: #fff;
}

.shop-product-secondary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.shop-product-secondary-actions form {
  min-width: 0;
}

.shop-product-secondary-actions .btn.is-active {
  border-color: var(--point-pink);
  background: var(--point-pink-wash);
}

.shop-product-state-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  border-top: 1px solid var(--line-soft);
  padding-top: 16px;
}

.shop-product-state-strip span {
  border-radius: 8px;
  padding: 10px 8px;
  background: #fbf7f9;
  color: #7b6871;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.shop-product-detail-cut-section {
  display: grid;
  gap: 22px;
  padding-top: 10px;
}

.shop-product-detail-cut-list {
  display: grid;
  gap: 18px;
}

.shop-product-detail-cut-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid #f2dce4;
  border-radius: 8px;
  background: #fff7f9;
}

.shop-product-detail-cut-card img {
  display: block;
  width: 100%;
  height: auto;
}

.shop-product-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.shop-product-info-grid article {
  display: grid;
  gap: 9px;
  border: 1px solid #f0e3e8;
  border-radius: 8px;
  padding: 22px;
  background: #fff;
}

.shop-product-info-grid span {
  color: var(--point-pink-deep);
  font-size: 12px;
  font-weight: 900;
}

.shop-product-info-grid h2 {
  margin: 0;
  color: #231f23;
  font-size: 18px;
  font-weight: 900;
}

.shop-product-info-grid p {
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.65;
}

.shop-product-detail-mobile-bar {
  display: none;
}

@media (max-width: 1100px) {
  .shop-product-detail-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .shop-product-purchase-panel {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .shop-product-detail-page {
    padding: 18px 0 100px;
  }

  .shop-product-detail-inner {
    width: calc(100% - 28px);
    gap: 24px;
  }

  .shop-product-breadcrumb {
    gap: 6px;
    font-size: 11px;
  }

  .shop-product-breadcrumb strong {
    display: none;
  }

  .shop-product-detail-hero {
    gap: 18px;
  }

  .shop-product-detail-main-image {
    min-height: 340px;
  }

  .shop-product-detail-main-image img {
    max-height: 310px;
    padding: 28px;
  }

  .shop-product-detail-thumbs {
    grid-template-columns: repeat(4, minmax(62px, 1fr));
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .shop-product-detail-thumbs button {
    min-width: 62px;
  }

  .shop-product-purchase-panel {
    gap: 16px;
    padding: 20px 18px;
  }

  .shop-product-purchase-panel h1 {
    font-size: 25px;
  }

  .shop-product-detail-price strong {
    font-size: 25px;
  }

  .shop-product-detail-meta div {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .shop-product-option-grid,
  .shop-product-action-stack,
  .shop-product-secondary-actions,
  .shop-product-info-grid {
    grid-template-columns: 1fr;
  }

  .shop-product-quantity-row {
    align-items: start;
    flex-direction: column;
  }

  .shop-product-quantity-control {
    width: 100%;
  }

  .shop-product-state-strip {
    grid-template-columns: 1fr;
  }

  .shop-product-detail-mobile-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 104px;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #ead7df;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -10px 26px rgba(35, 31, 35, 0.08);
  }

  .shop-product-detail-mobile-bar div {
    display: grid;
    gap: 1px;
  }

  .shop-product-detail-mobile-bar span {
    color: var(--text-muted);
    font-size: 11px;
    font-weight: 800;
  }

  .shop-product-detail-mobile-bar strong {
    color: #111;
    font-size: 19px;
    font-weight: 900;
  }

  .shop-product-detail-mobile-bar .btn {
    width: 100%;
    min-height: 42px;
    border-radius: 6px;
    font-weight: 900;
  }

  .shop-product-detail-mobile-bar form {
    min-width: 0;
  }
}
