:root {
  --dy-cart-primary: #3169dc;
  --dy-cart-primary-hover: #275bc5;
  --dy-cart-ink: #20232c;
  --dy-cart-muted: #687181;
  --dy-cart-border: #e1e5ed;
  --dy-cart-page: #f1f5fc;
  --dy-cart-card: #fff;
  --dy-cart-danger: #e5484d;
}

html,
body.dy-shopping-page {
  min-height: 100%;
  border-top: 0 !important;
  background: var(--dy-cart-page);
}

body.dy-shopping-page {
  margin: 0;
  color: var(--dy-cart-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.dy-shopping-page *,
.dy-shopping-page *::before,
.dy-shopping-page *::after {
  box-sizing: border-box;
}

.dy-shopping-page .dl-headerbar,
.dy-shopping-page .dy-cart-marketing-header,
.dy-shopping-page .dianle-header {
  border-top: 0 !important;
  box-shadow: none !important;
}

.dy-shopping-page .template {
  min-height: 100vh;
  height: auto;
}

.dy-shopping-layout {
  display: block;
  min-height: 100vh;
  padding-top: 65px;
  background: linear-gradient(180deg, rgba(226, 234, 248, .7), var(--dy-cart-page) 56%, var(--dy-cart-page));
}

.dy-shopping-layout > .el-main {
  width: 100%;
  max-width: 1152px;
  min-width: 0 !important;
  min-height: calc(100vh - 65px);
  margin: 0 auto !important;
  padding: 40px 24px 140px !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 16px !important;
  line-height: 24px;
}

.main-card {
  min-height: 100%;
  padding: 0;
}

.dy-cart-breadcrumb {
  display: flex;
  height: 16px;
  align-items: center;
  gap: 4px;
  color: var(--dy-cart-muted);
  font-size: 12px;
  line-height: 16px;
}

.dy-cart-breadcrumb a {
  color: var(--dy-cart-muted);
}

.dy-cart-breadcrumb a:hover {
  color: var(--dy-cart-primary);
}

.dy-cart-breadcrumb svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.dy-cart-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.main-title {
  margin: 4px 0 0;
  color: var(--dy-cart-ink);
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0;
}

.dy-cart-subtitle {
  margin: 4px 0 0;
  color: var(--dy-cart-muted);
  font-size: 14px;
  line-height: 23px;
}

.search-box {
  flex: 0 0 auto;
  margin: 0;
  text-align: right;
}

.search-box .el-input {
  width: 280px;
}

.search-box .el-input .el-input__inner {
  height: 38px;
  border-color: var(--dy-cart-border);
  border-radius: 12px;
  color: var(--dy-cart-ink);
  background: rgba(255, 255, 255, .84);
  line-height: 38px;
}

.goods-box {
  margin-top: 24px;
  padding: 0;
}

.goods-item .el-checkbox-group {
  display: grid;
  gap: 16px;
}

.dy-cart-empty {
  display: flex;
  width: 100%;
  max-width: 448px;
  min-height: 282px;
  margin: 0 auto;
  padding: 48px;
  align-items: center;
  flex-direction: column;
  border: 1px solid var(--dy-cart-border);
  border-radius: 22px;
  text-align: center;
  background: var(--dy-cart-card);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
  font-size: 16px;
  line-height: 24px;
}

.dy-cart-empty-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  flex: 0 0 56px;
  border-radius: 50%;
  color: var(--dy-cart-muted);
  background: #e9edf3;
}

.dy-cart-empty-icon svg {
  width: 28px;
  height: 28px;
}

.dy-cart-empty h2 {
  margin: 16px 0 0;
  color: var(--dy-cart-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.dy-cart-empty p {
  margin: 8px 0 0;
  color: var(--dy-cart-muted);
  font-size: 14px;
  line-height: 20px;
}

.dy-cart-browse {
  display: inline-flex;
  height: 32px;
  margin-top: 24px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  background: var(--dy-cart-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.dy-cart-browse:hover {
  color: #fff;
  background: var(--dy-cart-primary-hover);
}

.shopping-goods {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--dy-cart-border);
  border-radius: 22px;
  background: var(--dy-cart-card);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px -1px rgba(0, 0, 0, .08);
}

.table-name {
  display: flex;
  align-items: center;
}

.cart-card-title {
  min-height: 64px;
  padding: 0 24px;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
}

.cart-title-left {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.cart-check {
  display: flex;
  width: 18px;
  margin-right: 0;
  align-items: center;
}

.cart-check .el-checkbox__label {
  display: none;
}

.cart-check-placeholder {
  width: 18px;
  flex: 0 0 18px;
}

.cart-product-meta {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.cart-product-row {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.goods-name {
  overflow: hidden;
  max-width: 480px;
  color: var(--dy-cart-ink);
  font-size: 16px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-product-sub {
  display: none;
}

.cart-cycle-tag {
  display: inline-flex;
  height: 24px;
  padding: 0 10px;
  align-items: center;
  border-radius: 999px;
  color: var(--dy-cart-primary);
  background: #e8effd;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
}

.cart-table-content {
  overflow: hidden;
  font-size: 14px;
}

.cart-grid {
  display: grid;
  min-height: 176px;
  grid-template-columns: minmax(420px, 1fr) 145px 165px 165px 72px;
  background: #fff;
}

.cart-cell {
  min-width: 0;
  padding: 20px;
}

.cart-cell + .cart-cell {
  border-left: 1px solid #edf0f5;
}

.cart-cell-title {
  margin-bottom: 10px;
  color: #7d8799;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.cart-info-cell {
  padding: 20px 24px 24px;
}

.cart-info-cell .cart-cell-title {
  color: #344054;
  font-size: 14px;
}

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

.goods-info {
  display: grid;
  min-height: 36px;
  margin: 0;
  padding: 7px 10px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  border: 1px solid #edf0f5;
  border-radius: 10px;
  color: var(--dy-cart-muted);
  background: #f6f8fb;
  font-size: 13px;
  line-height: 20px;
}

.goodsInfo-type {
  overflow: hidden;
  width: auto;
  min-width: 0;
  color: var(--dy-cart-ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goodsInfo-name { color: #7b8598; }
.goodsInfo-val { color: var(--dy-cart-ink); font-weight: 600; }

.goodsInfo-price {
  display: inline-flex;
  min-width: 58px;
  height: 22px;
  padding: 0 8px;
  align-items: center;
  justify-content: flex-end;
  border-radius: 999px;
  color: #5f78a8;
  background: #e9f1fb;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.goodsInfo-price.is-cost { color: #cf641d; background: #fff2df; }

.cart-center-cell {
  display: grid;
  grid-template-rows: auto 1fr;
  background: rgba(247, 249, 252, .68);
}

.cart-cell-main {
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.item-price .cart-cell-main { color: #d7651c; font-weight: 700; }

.item-total .cart-cell-main {
  color: var(--dy-cart-ink);
  flex-direction: column;
  font-weight: 700;
}

.item-total .cart-cell-main > span {
  color: #e5484d;
  font-size: 18px;
  font-weight: 700;
}

.original-price { color: #98a2b3; text-decoration: line-through; }

.cart-center-cell .el-input-number--small {
  width: 126px;
  line-height: 36px;
}

.cart-center-cell .el-input-number--small .el-input-number__decrease,
.cart-center-cell .el-input-number--small .el-input-number__increase {
  width: 38px;
  height: 36px;
  border-color: #d8e0ec;
  background: #fff;
  line-height: 36px;
}

.cart-center-cell .el-input-number--small .el-input__inner {
  height: 38px;
  padding-right: 38px;
  padding-left: 38px;
  border-color: #d8e0ec;
  color: var(--dy-cart-ink);
  font-weight: 600;
  line-height: 38px;
}

.qty-num {
  height: auto;
  margin: 8px 0 0;
  color: var(--dy-cart-muted);
  font-size: 12px;
  text-align: center;
}

.qty-tips { margin: 8px 0 0; color: var(--dy-cart-primary); font-size: 12px; }
.red-text { color: var(--dy-cart-danger); }

.discount-box {
  display: flex;
  margin-top: 8px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 12px;
}

.discount-box .el-button,
.discount-box button {
  height: 28px;
  padding: 0 8px;
  border-radius: 8px;
}

.delete-btn {
  color: var(--dy-cart-danger);
  cursor: pointer;
}

.delete-btn .cart-cell-title { text-align: center; }

.delete-btn .cart-cell-main i,
.invalid-cart-grid .delete-btn i {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--dy-cart-danger);
  background: #fff0f0;
}

.invalid-cart-grid { grid-template-columns: minmax(420px, 1fr) 300px 165px 165px 72px; }
.invalid-cart-grid .no-goods-td { width: auto; min-height: 120px; justify-content: center; }
.no-goods-td { display: flex; align-items: center; }
.no-goods-tips { color: var(--dy-cart-muted); font-size: 13px; white-space: nowrap; }

.buy-again-btn {
  min-width: 72px;
  height: 32px;
  margin-left: 10px;
  border: 0;
  border-radius: 10px;
  color: var(--dy-cart-primary);
  background: #e8effd;
  font-size: 13px;
}

.domain-box {
  padding: 24px;
  border: 1px solid var(--dy-cart-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.goods-table {
  width: 100%;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid var(--dy-cart-border);
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
}

.goods-table thead { height: 46px; color: var(--dy-cart-muted); background: #edf2fa; line-height: 46px; }
.goods-table th,
.goods-table td { padding: 14px 18px; }
.goods-table tbody tr + tr td { border-top: 1px solid var(--dy-cart-border); }
.description-box { width: 55%; }
.num-box { width: 24%; }
.total-box { min-width: 150px; }

.dy-shopping-page .el-footer {
  position: fixed;
  z-index: 998;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px !important;
  padding: 0 24px;
  border-top: 1px solid var(--dy-cart-border);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 -8px 24px rgba(27, 40, 68, .08);
  backdrop-filter: blur(16px);
}

.footer-box {
  display: flex;
  width: 100%;
  max-width: 1104px;
  height: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-left,
.footer-right { display: flex; align-items: center; }
.footer-left { color: #344054; font-size: 14px; }
.footer-right { color: #344054; font-size: 14px; gap: 24px; }
.delect-btn { margin: 0 24px; }
.all-check .el-checkbox__label { color: #344054; font-size: 14px; }
.text-red { color: var(--dy-cart-danger); }

.total-price {
  margin-left: 4px;
  color: var(--dy-cart-ink);
  font-size: 24px;
  font-weight: 700;
}

.buy-btn {
  width: 150px;
  height: 40px;
  margin: 0;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: var(--dy-cart-primary);
  font-size: 14px;
  font-weight: 600;
}

.buy-btn:hover,
.buy-btn:focus { color: #fff; background: var(--dy-cart-primary-hover); }

@media (max-width: 1023px) {
  .cart-grid {
    grid-template-columns: minmax(320px, 1fr) 125px 145px 145px 64px;
  }
  .info-box { grid-template-columns: 1fr; }
  .cart-cell { padding: 16px; }
  .cart-info-cell { padding: 18px; }
}

@media (max-width: 767px) {
  .dy-shopping-layout > .el-main {
    padding: 32px 16px 150px !important;
  }

  .dy-cart-page-head {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .main-title { font-size: 24px; line-height: 32px; }
  .search-box,
  .search-box .el-input { width: 100%; }

  .dy-cart-empty {
    max-width: none;
    min-height: 282px;
    padding: 48px 28px;
  }

  .cart-card-title { min-height: 64px; padding: 12px 16px; }
  .goods-name { max-width: 240px; }

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

  .cart-info-cell {
    grid-column: 1 / -1;
    padding: 18px 16px;
  }

  .cart-cell + .cart-cell { border-left: 0; }
  .cart-center-cell { border-top: 1px solid #edf0f5; }
  .delete-btn { grid-column: 1 / -1; }
  .cart-cell-main { min-height: 72px; }
  .invalid-cart-grid .no-goods-td { grid-column: 1 / -1; }

  .domain-box { padding: 18px 16px; }
  .domain-box .table-content { overflow-x: auto; }
  .goods-table { min-width: 560px; }

  .dy-shopping-page .el-footer {
    height: 128px !important;
    padding: 14px 16px;
  }

  .footer-box { align-items: stretch; flex-direction: column; gap: 10px; }
  .footer-left { justify-content: space-between; }
  .footer-right { justify-content: space-between; }
  .delect-btn { margin: 0 12px; }
  .total-price { font-size: 20px; }
  .buy-btn { width: 120px; }
}

@media (max-width: 390px) {
  .dy-shopping-page .dianle-button { gap: 8px; }
  .dy-shopping-page .dianle-cart-link { display: inline-flex; }
  .footer-left > span:last-child { display: none; }
}

/* ===== 确认订单视觉稿 ===== */
.dy-shopping-page {
  --dy-cart-page: #eef4fd;
  --dy-cart-border: #dfe5ef;
}

.dy-shopping-layout {
  background: linear-gradient(180deg, #e8f0fc 0%, #eef4fd 55%, #eef4fd 100%);
}

.dy-shopping-layout > .el-main {
  max-width: 1152px;
  padding-top: 78px !important;
  padding-bottom: 160px !important;
}

.dy-cart-breadcrumb {
  height: 20px;
  gap: 8px;
  color: #7c8799;
  font-size: 14px;
  line-height: 20px;
}

.dy-cart-breadcrumb a,
.dy-cart-breadcrumb span { color: #7c8799; }
.dy-cart-breadcrumb svg { width: 14px; height: 14px; flex-basis: 14px; color: #99a5b7; }

.dy-cart-page-head { align-items: flex-start; }
.main-title {
  margin-top: 8px;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0;
}
.dy-cart-subtitle {
  margin-top: 4px;
  color: #7d8798;
  font-size: 16px;
  line-height: 26px;
}

.goods-box { margin-top: 38px; }
.goods-item .el-checkbox-group { gap: 20px; }

.shopping-goods {
  border-color: #dfe5ef;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(43, 64, 96, .12), 0 1px 2px rgba(43, 64, 96, .06);
}

.cart-card-title {
  min-height: 88px;
  padding: 0 32px;
  border-bottom-color: #dfe5ef;
}
.cart-title-left { gap: 16px; }
.cart-product-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #2d6ee5;
  background: #e9f0ff;
}
.cart-product-icon svg { width: 30px; height: 30px; }
.cart-check,
.cart-check-placeholder { display: none !important; }
.cart-product-meta { gap: 0; }
.cart-product-row { gap: 14px; }
.goods-name { max-width: 620px; font-size: 22px; line-height: 30px; }
.cart-cycle-tag {
  height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: #e7efff;
  font-size: 16px;
  line-height: 22px;
}

.cart-table-content { font-size: 16px; }
.cart-grid {
  min-height: 238px;
  grid-template-columns: minmax(0, 1fr) 200px 200px 200px;
}
.cart-cell { padding: 30px 28px; }
.cart-cell + .cart-cell { border-left-color: #dfe5ef; }
.cart-info-cell { padding: 34px 32px 26px; }
.cart-cell-title {
  margin-bottom: 24px;
  color: #7c8799;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.cart-info-cell .cart-cell-title { color: #252d3a; font-size: 16px; font-weight: 700; }
.info-box { gap: 0 46px; }
.goods-info {
  min-height: 52px;
  padding: 11px 0;
  border: 0;
  border-bottom: 1px solid #e6ebf2;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  line-height: 26px;
}
.goodsInfo-name { color: #7b8595; }
.goodsInfo-val { color: #26303d; font-weight: 600; }
.goodsInfo-price {
  min-width: 78px;
  height: auto;
  padding: 0;
  border-radius: 0;
  color: #6f7887;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
}
.goodsInfo-price.is-cost { color: #6f7887; background: transparent; }

.cart-center-cell {
  background: #fff;
  text-align: center;
}
.cart-center-cell .cart-cell-title { margin-bottom: 0; text-align: center; }
.cart-cell-main { min-height: 142px; }
.item-price .cart-cell-main { color: #252d3a; font-size: 18px; font-weight: 700; line-height: 28px; }
.item-price .cart-cell-main .default-color { color: #252d3a; font-weight: 700; }
.cart-center-cell .el-input-number--small { width: 52px; line-height: 38px; }
.cart-center-cell .el-input-number--small .el-input-number__decrease,
.cart-center-cell .el-input-number--small .el-input-number__increase { display: none; }
.cart-center-cell .el-input-number--small .el-input__inner {
  width: 52px;
  height: 38px;
  padding: 0;
  border: 0;
  color: #252d3a;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
}
.qty-num,
.qty-tips,
.discount-box,
.original-price,
.total-icon { display: none !important; }
.item-total .cart-cell-main > span { color: #f04b28; font-size: 20px; }
.delete-btn { display: none; }

.dy-shopping-page .el-footer {
  height: 122px !important;
  padding: 0 24px;
  border-top-color: #dfe5ef;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 -8px 24px rgba(27, 40, 68, .07);
}
.footer-box { max-width: 1152px; }
.footer-left { gap: 12px; color: #7b8595; font-size: 16px; }
.footer-trust-icon { display: inline-flex; width: 22px; height: 22px; color: #08b77b; }
.footer-trust-icon svg { width: 22px; height: 22px; }
.footer-right { gap: 28px; align-items: center; }
.footer-summary { display: flex; align-items: baseline; white-space: nowrap; }
.footer-summary-label { color: #7b8595; font-size: 18px; }
.total-price { margin-left: 8px; color: #f04b28; font-size: 42px; line-height: 48px; }
.footer-action { display: flex; min-width: 184px; align-items: flex-end; flex-direction: column; gap: 12px; }
.buy-btn {
  width: 184px;
  height: 48px;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 600;
}
.agreement-line { display: inline-flex; align-items: center; gap: 8px; color: #7b8595; font-size: 14px; line-height: 20px; white-space: nowrap; }
.agreement-line a { color: #3674dc; }
.agreement-check { display: inline-flex; margin: 0; }
.agreement-check .el-checkbox__label { display: none; }
.agreement-check .el-checkbox__inner { width: 20px; height: 20px; border-radius: 5px; }
.agreement-check .el-checkbox__input.is-checked .el-checkbox__inner { border-color: #3169dc; background: #3169dc; }

@media (max-width: 1023px) {
  .dy-shopping-layout > .el-main { padding-top: 56px !important; }
  .cart-grid { grid-template-columns: minmax(0, 1fr) 170px 150px 170px; }
  .cart-cell { padding: 26px 20px; }
  .cart-info-cell { padding: 28px 24px 22px; }
  .info-box { gap: 0 24px; }
  .footer-right { gap: 18px; }
  .total-price { font-size: 34px; }
}

@media (max-width: 767px) {
  .dy-shopping-layout > .el-main { padding: 38px 16px 190px !important; }
  .dy-cart-breadcrumb { font-size: 12px; }
  .main-title { font-size: 28px; line-height: 36px; }
  .dy-cart-subtitle { font-size: 14px; line-height: 22px; }
  .goods-box { margin-top: 28px; }
  .cart-card-title { min-height: 74px; padding: 10px 18px; }
  .cart-product-icon { width: 42px; height: 42px; flex-basis: 42px; border-radius: 13px; }
  .cart-product-icon svg { width: 24px; height: 24px; }
  .goods-name { max-width: 210px; font-size: 18px; line-height: 26px; }
  .cart-cycle-tag { height: 26px; padding: 0 10px; font-size: 13px; }
  .cart-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cart-info-cell { grid-column: 1 / -1; padding: 22px 18px 16px; }
  .info-box { grid-template-columns: 1fr; }
  .cart-cell + .cart-cell { border-left: 0; }
  .cart-center-cell { border-top: 1px solid #dfe5ef; }
  .cart-cell-title { margin-bottom: 12px; font-size: 14px; }
  .cart-info-cell .cart-cell-title { font-size: 15px; }
  .cart-cell-main { min-height: 72px; }
  .dy-shopping-page .el-footer { height: 176px !important; padding: 16px; }
  .footer-box { align-items: stretch; flex-direction: column; gap: 14px; }
  .footer-left { font-size: 13px; }
  .footer-right { justify-content: space-between; gap: 14px; }
  .footer-summary-label { font-size: 14px; }
  .total-price { font-size: 28px; }
  .footer-action { min-width: 0; align-items: stretch; flex: 1; gap: 8px; }
  .buy-btn { width: 100%; height: 42px; font-size: 16px; }
  .agreement-line { justify-content: flex-end; font-size: 12px; }
}

@media (max-width: 390px) {
  .agreement-line { white-space: normal; text-align: right; }
  .footer-left > span:last-child { display: inline !important; }
}

/* ===== 与 ui.zip order-confirm.tsx 对齐的尺寸与删除入口 ===== */
.dy-shopping-layout > .el-main {
  padding-top: 40px !important;
  padding-bottom: 128px !important;
}

.dy-cart-breadcrumb {
  height: 16px;
  gap: 4px;
  font-size: 12px;
  line-height: 16px;
}
.dy-cart-breadcrumb svg { width: 12px; height: 12px; flex-basis: 12px; }
.main-title { margin-top: 4px; font-size: 30px; line-height: 36px; }
.dy-cart-subtitle { margin-top: 4px; font-size: 14px; line-height: 23px; }
.goods-box { margin-top: 24px; }

.shopping-goods { border-radius: 16px; }
.cart-card-title { min-height: 84px; padding: 20px 24px; }
.cart-title-left { width: 100%; gap: 12px; }
.cart-product-icon {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
  border-radius: 8px;
}
.cart-product-icon svg { width: 20px; height: 20px; }
.goods-name { max-width: 520px; font-size: 18px; line-height: 26px; }
.cart-product-row { gap: 8px; }
.cart-cycle-tag { height: 26px; padding: 0 12px; font-size: 12px; line-height: 18px; }
.cart-remove-btn {
  display: inline-flex;
  width: 32px;
  height: 32px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  border: 0;
  border-radius: 8px;
  color: #8a94a5;
  background: transparent;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}
.cart-remove-btn:hover { color: #e5484d; background: #fff0f0; }
.cart-remove-btn i { font-size: 16px; }

.cart-grid {
  min-height: 220px;
  grid-template-columns: minmax(0, 1fr) 140px 140px 140px;
}
.cart-cell { padding: 24px; }
.cart-info-cell { padding: 24px; }
.cart-cell-title { margin-bottom: 16px; font-size: 14px; line-height: 20px; }
.cart-info-cell .cart-cell-title { font-size: 14px; }
.info-box { gap: 0 32px; }
.goods-info {
  min-height: 32px;
  padding: 0 0 8px;
  font-size: 14px;
  line-height: 20px;
}
.goodsInfo-price { min-width: 58px; font-size: 14px; }
.cart-center-cell .cart-cell-title { margin-bottom: 0; }
.cart-cell-main { min-height: 112px; }
.item-price .cart-cell-main { font-size: 14px; line-height: 22px; }
.item-total .cart-cell-main > span { font-size: 14px; }
.cart-center-cell .el-input-number--small { width: 40px; }
.cart-center-cell .el-input-number--small .el-input__inner {
  width: 40px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}
.delete-btn { display: none !important; }

.dy-shopping-page .el-footer { height: 104px !important; }
.footer-left { font-size: 12px; }
.footer-summary-label { font-size: 14px; }
.total-price { font-size: 30px; line-height: 36px; }
.footer-action { min-width: 160px; gap: 8px; }
.buy-btn { width: auto; min-width: 160px; height: 44px; padding: 0 40px; border-radius: 12px; font-size: 16px; }
.agreement-line { font-size: 12px; line-height: 18px; }
.agreement-check .el-checkbox__inner { width: 16px; height: 16px; border-radius: 4px; }

@media (max-width: 1023px) {
  .cart-grid { grid-template-columns: minmax(0, 1fr) 120px 120px 120px; }
  .cart-cell, .cart-info-cell { padding: 20px; }
}

@media (max-width: 767px) {
  .dy-shopping-layout > .el-main { padding: 32px 16px 170px !important; }
  .main-title { font-size: 24px; line-height: 32px; }
  .cart-card-title { min-height: 68px; padding: 16px; }
  .cart-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cart-info-cell { padding: 18px 16px 14px; }
  .cart-cell { padding: 16px; }
  .cart-cell-main { min-height: 72px; }
  .dy-shopping-page .el-footer { height: 154px !important; }
  .total-price { font-size: 26px; }
  .buy-btn { width: 100%; min-width: 0; height: 40px; padding: 0 24px; }
}
