/* CHHES 辅助页 — 加购成功 / 系统消息 / 登录异常 */

.chhes-add-cart-page {
  background: var(--chhes-bg-primary, #f3f1ec);
  padding: 48px 0 64px;
}

.chhes-add-cart-page .card-like {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.1);
  padding: 32px 28px;
}

.chhes-add-cart-page h3.text-dark {
  font-weight: 400;
  letter-spacing: 0.06em;
}

.chhes-add-cart-page .btn-dark {
  border-radius: 0;
  letter-spacing: 0.12em;
  font-size: 12px;
}

.chhes-add-cart-page .img-fluid {
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.chhes-message-page {
  background: var(--chhes-bg-primary, #f3f1ec);
  min-height: 50vh;
}

.chhes-message-page .container > .row > div {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.1);
  padding: 48px 32px;
}

.chhes-message-page h2 {
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.chhes-message-page .btn-dark {
  border-radius: 0;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 28px;
}
