.elementor-8 .elementor-element.elementor-element-658fa6f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--padding-top:50px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-8 .elementor-element.elementor-element-44b63ea .elementor-heading-title{font-size:40px;font-weight:500;}.elementor-8 .elementor-element.elementor-element-91d5a16.elementor-element{--align-self:center;}.elementor-8 .elementor-element.elementor-element-91d5a16 .elementor-heading-title{font-size:20px;text-decoration:underline;color:#442518;}.elementor-8 .elementor-element.elementor-element-2455c940{--display:flex;--padding-top:10px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-8 .elementor-element.elementor-element-15e4755{--update-cart-automatically-display:none;--sections-title-color:#2E2E2E;--links-normal-color:#0A0A0A;--links-hover-color:#000000;--sections-radio-buttons-color:#141414;--forms-buttons-border-type:solid;--forms-buttons-border-color:#442518;--totals-color:#3A3A3A;}.elementor-8 .elementor-element.elementor-element-15e4755 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:#442518;}.elementor-8 .elementor-element.elementor-element-15e4755 .cart_totals h2{font-family:"Alice", Sans-serif;}.elementor-8 .elementor-element.elementor-element-15e4755 {--sections-descriptions-color:#303030;}.elementor-8 .elementor-element.elementor-element-15e4755 .e-cart-content, .elementor-8 .elementor-element.elementor-element-15e4755 .woocommerce-shipping-destination, .elementor-8 .elementor-element.elementor-element-15e4755 .shipping-calculator-button{font-family:"Alice", Sans-serif;}.elementor-8 .elementor-element.elementor-element-15e4755 #shipping_method li label{font-family:"Alice", Sans-serif;}.elementor-8 .elementor-element.elementor-element-15e4755 .coupon .input-text, .elementor-8 .elementor-element.elementor-element-15e4755 .cart-collaterals .input-text, .elementor-8 .elementor-element.elementor-element-15e4755 select, .elementor-8 .elementor-element.elementor-element-15e4755 .select2-selection--single{font-family:"Alice", Sans-serif;}.elementor-8 .elementor-element.elementor-element-15e4755 .shop_table .button{border-width:2px 2px 2px 2px;}.elementor-8 .elementor-element.elementor-element-15e4755 .e-shop-table .cart th, .elementor-8 .elementor-element.elementor-element-15e4755 .e-shop-table .cart td:before{font-family:"Alice", Sans-serif;}.elementor-8 .elementor-element.elementor-element-15e4755 .cart td span, .elementor-8 .elementor-element.elementor-element-15e4755 .cart td, .elementor-8 .elementor-element.elementor-element-15e4755 .input-text.qty{font-family:"Alice", Sans-serif;}.elementor-8 .elementor-element.elementor-element-15e4755 .cart_totals .shop_table td:before, .elementor-8 .elementor-element.elementor-element-15e4755 .cart_totals .shop_table td .woocommerce-Price-amount{font-family:"Alice", Sans-serif;}@media(max-width:767px){.elementor-8 .elementor-element.elementor-element-44b63ea .elementor-heading-title{font-size:30px;}.elementor-8 .elementor-element.elementor-element-91d5a16 .elementor-heading-title{font-size:16px;}.elementor-8 .elementor-element.elementor-element-2455c940{--padding-top:10px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-8 .elementor-element.elementor-element-658fa6f{--content-width:1490px;}.elementor-8 .elementor-element.elementor-element-2455c940{--content-width:1500px;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-15e4755 *//* =========================================================
   MODEARO - WooCommerce Cart Page Full CSS
   Desktop + Mobile Final Version
   ========================================================= */

body.woocommerce-cart {
  --cart-bg: #f7f3ed;
  --card-bg: #ffffff;
  --soft-bg: #f8f4ec;
  --line: #e6dbce;
  --line-strong: #d8c7b3;
  --text: #2f241c;
  --muted: #7d6d5c;
  --accent: #7a4525;
  --accent-hover: #62361d;
  --radius: 18px;
  --shadow: 0 10px 28px rgba(61, 39, 24, 0.06);
}

/* 页面背景 */
body.woocommerce-cart,
body.woocommerce-cart .site,
body.woocommerce-cart .site-content,
body.woocommerce-cart .content-area {
  background: var(--cart-bg);
}

/* 主内容最大宽度 */
body.woocommerce-cart .woocommerce {
  max-width: 1500px;
  margin: 0 auto;
}

/* 顶部提示 */
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error {
  background: #f4ede3;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--text);
  padding: 16px 22px;
  box-shadow: none;
}

/* 左右主卡片 */
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals .cart_totals {
  background: var(--card-bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* 左侧购物车表单 */
body.woocommerce-cart .woocommerce-cart-form {
  padding: 10px 5px 10px;
}

/* 右侧总计 */
body.woocommerce-cart .cart-collaterals .cart_totals {
  padding: 16px;
}

/* 表格整体 */
body.woocommerce-cart table.shop_table {
  border: 1px solid var(--line) !important;
  border-radius: 14px;
  overflow: hidden;
  margin: 0;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
}

/* 表头 */
body.woocommerce-cart table.shop_table thead th {
  border: 0 !important;
  background: #fff;
  color: #231a14;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 10px 15px 10px;
}

/* 商品行 */
body.woocommerce-cart table.shop_table tbody tr {
  background: #fff;
}

body.woocommerce-cart table.shop_table tbody td {
  border-top: 0 !important;
  padding: 22px 18px;
  vertical-align: middle;
}

/* 商品内容卡片感 */
body.woocommerce-cart td.product-name,
body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-quantity,
body.woocommerce-cart td.product-subtotal,
body.woocommerce-cart td.product-remove,
body.woocommerce-cart td.product-thumbnail {
  background: #fcfbf9;
}

/* 删除按钮列 */
body.woocommerce-cart td.product-remove {
  width: 48px;
  text-align: center;
}

/* 删除按钮 */
body.woocommerce-cart a.remove {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: transparent;
  color: #000 !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: 0.2s ease;
}

body.woocommerce-cart a.remove:hover {
  background: #7a4525 !important;
  color: #fff !important;
}

/* 缩略图 */
body.woocommerce-cart td.product-thumbnail {
  width: 95px;
}

body.woocommerce-cart td.product-thumbnail img {
  width: 65px;
  max-width: 65px;
  border-radius: 12px;
  border: 1px solid #eadfce;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* 商品名称 */
body.woocommerce-cart td.product-name a {
  color: var(--text);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

body.woocommerce-cart td.product-name a:hover {
  color: var(--accent);
}

/* 商品属性 */
body.woocommerce-cart td.product-name dl.variation,
body.woocommerce-cart td.product-name .wc-item-meta,
body.woocommerce-cart td.product-name .variation {
  margin-top: 12px;
}

/* 属性标签和值基础文字 */
body.woocommerce-cart td.product-name dl.variation dt,
body.woocommerce-cart td.product-name dl.variation dd,
body.woocommerce-cart td.product-name .wc-item-meta li,
body.woocommerce-cart td.product-name .variation dt,
body.woocommerce-cart td.product-name .variation dd {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

body.woocommerce-cart td.product-name dl.variation dt,
body.woocommerce-cart td.product-name .variation dt {
  font-weight: 700;
  color: var(--text);
}

body.woocommerce-cart td.product-name dl.variation dd,
body.woocommerce-cart td.product-name .variation dd {
  margin-bottom: 4px;
}

/* 商品属性：标签列 / 值列 对齐 */
body.woocommerce-cart td.product-name dl.variation,
body.woocommerce-cart td.product-name .variation {
  display: grid !important;
  grid-template-columns: 64px auto !important;
  column-gap: 8px !important;
  row-gap: 6px !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart td.product-name dl.variation dt,
body.woocommerce-cart td.product-name .variation dt {
  grid-column: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  width: auto !important;
  min-width: 0 !important;
  line-height: 1.4 !important;
}

body.woocommerce-cart td.product-name dl.variation dd,
body.woocommerce-cart td.product-name .variation dd {
  grid-column: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  width: auto !important;
  line-height: 1.4 !important;
  color: var(--muted) !important;
}

body.woocommerce-cart td.product-name dl.variation dd p,
body.woocommerce-cart td.product-name .variation dd p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

body.woocommerce-cart td.product-name dl.variation dd + dd,
body.woocommerce-cart td.product-name .variation dd + dd {
  display: none !important;
}

/* 价格/小计 */
body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal {
  color: var(--text);
  font-weight: 400;
  font-size: 15px;
  white-space: nowrap;
}

/* 桌面端数量列 */
body.woocommerce-cart td.product-quantity {
  min-width: 160px !important;
  text-align: center;
}

/* =========================
   数量按钮
   ========================= */
body.woocommerce-cart td.product-quantity .quantity,
body.woocommerce-cart .woocommerce-cart-form .quantity,
body.woocommerce-cart .quantity.buttons_added {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  width: auto !important;
  min-width: 126px !important;
  height: 44px !important;
  padding: 0 !important;
  margin: 0 auto !important;
  border: 1px solid var(--line-strong) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-sizing: border-box !important;
  position: relative !important;
}

/* 加减按钮 */
body.woocommerce-cart td.product-quantity .quantity .minus,
body.woocommerce-cart td.product-quantity .quantity .plus,
body.woocommerce-cart .quantity.buttons_added .minus,
body.woocommerce-cart .quantity.buttons_added .plus,
body.woocommerce-cart .woocommerce-cart-form .quantity button.minus,
body.woocommerce-cart .woocommerce-cart-form .quantity button.plus,
body.woocommerce-cart .woocommerce-cart-form .quantity input.minus,
body.woocommerce-cart .woocommerce-cart-form .quantity input.plus {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f8f2e8 !important;
  color: #33271f !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  float: none !important;
  transform: none !important;
  cursor: pointer !important;
}

/* 输入框 */
body.woocommerce-cart td.product-quantity .quantity input.qty,
body.woocommerce-cart .quantity.buttons_added input.qty,
body.woocommerce-cart .woocommerce-cart-form .quantity input.qty {
  display: inline-block !important;
  width: 46px !important;
  min-width: 46px !important;
  max-width: 46px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid var(--line) !important;
  border-right: 1px solid var(--line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--text) !important;
  text-align: center !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
  box-shadow: none !important;
  appearance: textfield !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
  outline: none !important;
}

/* 去掉默认数字箭头 */
body.woocommerce-cart input.qty::-webkit-outer-spin-button,
body.woocommerce-cart input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.woocommerce-cart td.product-quantity .quantity .minus:hover,
body.woocommerce-cart td.product-quantity .quantity .plus:hover,
body.woocommerce-cart .quantity.buttons_added .minus:hover,
body.woocommerce-cart .quantity.buttons_added .plus:hover {
  background: #efe4d3 !important;
  color: var(--accent) !important;
}

/* coupon 区域 */
body.woocommerce-cart table.shop_table tbody tr:last-child td.actions {
  background: #fff;
  padding: 28px 0 0 !important;
}

body.woocommerce-cart .actions {
  border-top: 0 !important;
}

body.woocommerce-cart .coupon {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 18px 0 0;
}

body.woocommerce-cart .coupon label {
  display: none;
}

body.woocommerce-cart .coupon input.input-text {
  width: 260px !important;
  min-width: 260px;
  height: 48px;
  padding: 0 16px !important;
  border: 1px solid var(--line-strong) !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: var(--text) !important;
  font-size: 15px;
  box-shadow: none !important;
}

body.woocommerce-cart .coupon input.input-text:focus {
  outline: none !important;
  border-color: #c7af96 !important;
  box-shadow: 0 0 0 3px rgba(122, 69, 37, 0.08) !important;
}

/* 按钮统一 */
body.woocommerce-cart .button,
body.woocommerce-cart button.button,
body.woocommerce-cart input.button,
body.woocommerce-cart a.button,
body.woocommerce-cart .checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: var(--accent) !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 10px 18px rgba(122, 69, 37, 0.16);
  transition: 0.22s ease;
  cursor: pointer;
}

body.woocommerce-cart .button:hover,
body.woocommerce-cart button.button:hover,
body.woocommerce-cart input.button:hover,
body.woocommerce-cart a.button:hover,
body.woocommerce-cart .checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--accent-hover) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

body.woocommerce-cart .button:disabled,
body.woocommerce-cart button.button:disabled,
body.woocommerce-cart input.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* Apply coupon 按钮 */
body.woocommerce-cart .coupon .button,
body.woocommerce-cart .coupon button.button,
body.woocommerce-cart .coupon input.button {
  min-width: 130px;
  height: 50px;
}

/* 隐藏 Update cart 按钮 */
body.woocommerce-cart .actions > .button,
body.woocommerce-cart .actions > button[name="update_cart"],
body.woocommerce-cart .actions > input[name="update_cart"],
body.woocommerce-cart button[name="update_cart"],
body.woocommerce-cart input[name="update_cart"] {
  display: none !important;
}

/* 右侧 totals 内部卡片 */
body.woocommerce-cart .cart_totals > h2 {
  display: none;
}

body.woocommerce-cart .cart_totals table.shop_table,
body.woocommerce-cart .cart_totals table {
  width: 100%;
  margin: 0;
  border: 1px solid var(--line) !important;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}

body.woocommerce-cart .cart_totals table tr th,
body.woocommerce-cart .cart_totals table tr td {
  border-top: 0 !important;
  padding: 18px 22px !important;
  color: var(--text);
  font-size: 15px;
}

body.woocommerce-cart .cart_totals table tr + tr th,
body.woocommerce-cart .cart_totals table tr + tr td {
  border-top: 1px solid #f0e7dc !important;
}

body.woocommerce-cart .cart_totals table th {
  font-weight: 400;
}

body.woocommerce-cart .cart_totals table td {
  text-align: right;
  font-weight: 400;
}

/* 总计行 */
body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  font-size: 18px !important;
  font-weight: 800 !important;
}

/* checkout 按钮 */
body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 18px 0 4px;
  margin: 0;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  min-height: 52px;
  font-size: 17px;
  border-radius: 14px !important;
}

/* 右侧区块标题 */
body.woocommerce-cart .cart-collaterals .cart_totals::before {
  content: "Cart Totals";
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 16px;
  padding: 6px 8px 0;
}

/* 默认隐藏 Woo 优惠券额外提示 */
body.woocommerce-cart .woocommerce-form-coupon-toggle,
body.woocommerce-cart .checkout_coupon {
  display: none !important;
}

/* 安全支付图标区块间距 */
body.woocommerce-cart .entry-content > * {
  margin-bottom: 24px;
}

/* =========================================================
   Tablet
   ========================================================= */
@media (max-width: 991px) {
  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 14px;
  }

  body.woocommerce-cart .coupon {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  body.woocommerce-cart .coupon input.input-text,
  body.woocommerce-cart .coupon .button,
  body.woocommerce-cart .coupon button.button,
  body.woocommerce-cart .coupon input.button {
    width: 100% !important;
    min-width: 100% !important;
  }

  body.woocommerce-cart .cart_totals table tr th,
  body.woocommerce-cart .cart_totals table tr td {
    padding: 16px !important;
  }
}

/* =========================================================
   Mobile Final
   ========================================================= */
@media (max-width: 762px) {

  /* 外层 */
  body.woocommerce-cart .woocommerce {
    padding-left: 5px !important;
    padding-right: 2px !important;
  }

  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 10px !important;
    border-radius: 14px !important;
  }

  /* 手机端不再保留表格外框，避免框中框 */
  body.woocommerce-cart table.shop_table {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    overflow: visible !important;
    box-shadow: none !important;
  }

  body.woocommerce-cart table.shop_table thead {
    display: none !important;
  }

  /* 改成卡片流 */
  body.woocommerce-cart table.shop_table,
  body.woocommerce-cart table.shop_table tbody,
  body.woocommerce-cart table.shop_table tr,
  body.woocommerce-cart table.shop_table td {
    display: block;
    width: 100%;
  }

  /* 每个商品一个卡片 */
  body.woocommerce-cart table.shop_table tbody tr.cart_item {
    position: relative;
    margin: 0 0 14px !important;
    padding: 14px 12px !important;
    border: 1px solid var(--line) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-sizing: border-box !important;
  }

  /* 所有 cell 清掉内层背景 */
  body.woocommerce-cart table.shop_table tbody td {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart td.product-name,
  body.woocommerce-cart td.product-price,
  body.woocommerce-cart td.product-quantity,
  body.woocommerce-cart td.product-subtotal,
  body.woocommerce-cart td.product-remove,
  body.woocommerce-cart td.product-thumbnail {
    background: transparent !important;
  }

  /* 清掉 Woo 默认 responsive 的 before 逻辑 */
  body.woocommerce-cart table.shop_table_responsive tr td::before,
  body.woocommerce-cart .woocommerce table.shop_table_responsive tr td::before {
    display: none !important;
    content: none !important;
  }

  /* 删除按钮 */
  body.woocommerce-cart td.product-remove {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: auto !important;
    padding: 0 !important;
    text-align: right !important;
    z-index: 3;
  }

  body.woocommerce-cart td.product-remove a.remove {
    width: 24px !important;
    height: 24px !important;
    font-size: 22px !important;
  }

  /* 缩略图 */
  body.woocommerce-cart td.product-thumbnail {
    width: auto !important;
    padding: 0 0 10px !important;
  }

  body.woocommerce-cart td.product-thumbnail img {
    display: block !important;
    width: 68px !important;
    max-width: 68px !important;
    margin: 0 !important;
  }

  /* 商品名 */
  body.woocommerce-cart td.product-name {
    width: 100% !important;
    padding: 0 28px 10px 0 !important;
  }

  body.woocommerce-cart td.product-name a {
    display: block !important;
    width: 100% !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    word-break: break-word !important;
  }

  /* 属性两列 */
  body.woocommerce-cart td.product-name dl.variation,
  body.woocommerce-cart td.product-name .variation {
    display: grid !important;
    grid-template-columns: 78px 1fr !important;
    column-gap: 8px !important;
    row-gap: 4px !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body.woocommerce-cart td.product-name dl.variation dt,
  body.woocommerce-cart td.product-name .variation dt {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
    color: var(--text) !important;
  }

  body.woocommerce-cart td.product-name dl.variation dd,
  body.woocommerce-cart td.product-name .variation dd {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    color: var(--muted) !important;
  }

  body.woocommerce-cart td.product-name dl.variation dd p,
  body.woocommerce-cart td.product-name .variation dd p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.45 !important;
  }

  /* 价格 / 数量 / 小计 */
  body.woocommerce-cart td.product-price,
  body.woocommerce-cart td.product-quantity,
  body.woocommerce-cart td.product-subtotal {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 10px !important;
    width: 100% !important;
    padding: 9px 0 !important;
    white-space: normal !important;
    text-align: left !important;
  }

  body.woocommerce-cart td.product-price::before {
    content: "Price" !important;
    display: block !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    color: var(--text) !important;
  }

  body.woocommerce-cart td.product-quantity::before {
    content: "Quantity" !important;
    display: block !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    color: var(--text) !important;
  }

  body.woocommerce-cart td.product-subtotal::before {
    content: "Subtotal" !important;
    display: block !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    color: var(--text) !important;
  }

  body.woocommerce-cart td.product-price .amount,
  body.woocommerce-cart td.product-subtotal .amount {
    justify-self: end !important;
    margin: 0 !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  /* 手机端数量列取消桌面端挤压 */
  body.woocommerce-cart td.product-quantity {
    min-width: 0 !important;
    text-align: left !important;
  }

  body.woocommerce-cart td.product-quantity .quantity,
  body.woocommerce-cart .woocommerce-cart-form .quantity,
  body.woocommerce-cart .quantity.buttons_added {
    display: inline-flex !important;
    min-width: 108px !important;
    height: 40px !important;
    margin: 0 0 0 auto !important;
    border-radius: 12px !important;
  }

  body.woocommerce-cart td.product-quantity .quantity .minus,
  body.woocommerce-cart td.product-quantity .quantity .plus,
  body.woocommerce-cart .quantity.buttons_added .minus,
  body.woocommerce-cart .quantity.buttons_added .plus,
  body.woocommerce-cart .woocommerce-cart-form .quantity button.minus,
  body.woocommerce-cart .woocommerce-cart-form .quantity button.plus,
  body.woocommerce-cart .woocommerce-cart-form .quantity input.minus,
  body.woocommerce-cart .woocommerce-cart-form .quantity input.plus {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 40px !important;
    font-size: 17px !important;
  }

  body.woocommerce-cart td.product-quantity .quantity input.qty,
  body.woocommerce-cart .quantity.buttons_added input.qty,
  body.woocommerce-cart .woocommerce-cart-form .quantity input.qty {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
  }

  /* actions / coupon */
  body.woocommerce-cart table.shop_table tbody tr:last-child td.actions {
    padding: 12px 0 0 !important;
    background: transparent !important;
  }

  body.woocommerce-cart td.actions {
    display: block !important;
  }

  body.woocommerce-cart .coupon {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    padding: 0 !important;
  }

  body.woocommerce-cart .coupon input.input-text {
    width: 100% !important;
    min-width: 100% !important;
    height: 46px !important;
  }

  body.woocommerce-cart .coupon .button,
  body.woocommerce-cart .coupon button.button,
  body.woocommerce-cart .coupon input.button {
    width: 100% !important;
    min-width: 100% !important;
    height: 46px !important;
  }

  /* totals */
  body.woocommerce-cart .cart-collaterals {
    margin-top: 16px !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table,
  body.woocommerce-cart .cart_totals table {
    border: 1px solid var(--line) !important;
    border-radius: 16px !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  body.woocommerce-cart .cart_totals table tr th,
  body.woocommerce-cart .cart_totals table tr td {
    padding: 14px 16px !important;
    font-size: 14px !important;
  }

  body.woocommerce-cart .wc-proceed-to-checkout {
    padding: 16px 0 0 !important;
  }

  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
  body.woocommerce-cart a.checkout-button.button.alt.wc-forward {
    display: block !important;
    width: 100% !important;
    min-height: 50px !important;
    padding: 14px 20px !important;
    margin: 0 !important;
    border-radius: 14px !important;
    background: #8a4f2b !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }
}


/* =========================================================
   MODEARO - 按钮最终修复版
   放在现有 CSS 最底部，覆盖前面的按钮样式
   ========================================================= */

/* 右侧结账按钮容器 */
body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 18px 0 0 !important;
  margin: 0 !important;
}

/* 结账按钮：不要再用 inline-flex，直接 block 最稳 */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart a.checkout-button.button.alt.wc-forward {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 54px !important;
  padding: 16px 24px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #8a4f2b !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(122, 69, 37, 0.16) !important;
  white-space: nowrap !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart a.checkout-button.button.alt.wc-forward:hover {
  background: #6f3d21 !important;
  color: #fff !important;
  transform: none !important;
}

/* 修复 coupon 按钮 */
body.woocommerce-cart .coupon .button,
body.woocommerce-cart .coupon button.button,
body.woocommerce-cart .coupon input.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 128px !important;
  height: 48px !important;
  padding: 0 24px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #8a4f2b !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(122, 69, 37, 0.14) !important;
  white-space: normal !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart .coupon .button:hover,
body.woocommerce-cart .coupon button.button:hover,
body.woocommerce-cart .coupon input.button:hover {
  background: #6f3d21 !important;
  color: #fff !important;
  transform: none !important;
}

/* 不要让旧的通用按钮规则继续压缩 checkout */
body.woocommerce-cart .cart-collaterals .button,
body.woocommerce-cart .wc-proceed-to-checkout .button {
  letter-spacing: 0 !important;
}

/* 如果主题给按钮加了奇怪的 after/before，也清掉 */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::before,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::after,
body.woocommerce-cart .coupon .button::before,
body.woocommerce-cart .coupon .button::after {
  display: none !important;
  content: none !important;
}

/* ===== 购物车商品属性：标签列 / 值列 精确对齐 ===== */
body.woocommerce-cart td.product-name dl.variation,
body.woocommerce-cart td.product-name .variation {
  display: grid !important;
  grid-template-columns: 64px auto !important; /* 左边标签宽度，自己可改成 70px */
  column-gap: 8px !important;
  row-gap: 6px !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart td.product-name dl.variation dt,
body.woocommerce-cart td.product-name .variation dt {
  grid-column: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  width: auto !important;
  min-width: 0 !important;
  font-weight: 700 !important;
  color: #2f241c !important;
  line-height: 1.4 !important;
}

body.woocommerce-cart td.product-name dl.variation dd,
body.woocommerce-cart td.product-name .variation dd {
  grid-column: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  width: auto !important;
  line-height: 1.4 !important;
  color: #7d6d5c !important;
}

/* 去掉 dd 里面 p 的默认边距，防止错位 */
body.woocommerce-cart td.product-name dl.variation dd p,
body.woocommerce-cart td.product-name .variation dd p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

/* 防止某些主题把值再额外输出一遍 */
body.woocommerce-cart td.product-name dl.variation dd + dd,
body.woocommerce-cart td.product-name .variation dd + dd {
  display: none !important;
}/* End custom CSS */