.elementor-6 .elementor-element.elementor-element-1a610a48{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6 .elementor-element.elementor-element-2f824f62{font-family:"Poppins", Sans-serif;font-size:12px;font-weight:400;color:#7A7A7A;}/* Start custom CSS for text-editor, class: .elementor-element-2f824f62 *//* 購物車左側內容文字加大一階～兩階 */
.wc-block-cart-items__row,
.wc-block-cart-item__product,
.wc-block-cart-item__product-name,
.wc-block-cart-item__product-price,
.wc-block-cart-item__quantity,
.wc-block-cart-item__total {
    font-size: 1rem !important; /* 原本大約是 1rem，可依需求調 1.15、1.2 */
    line-height: 1.4em !important;
}

/* 商品名稱可再稍微放大強調 */
.wc-block-cart-item__product-name a {
    font-size: 1rem !important;
    font-weight: 500 !important;
}

/* --- 統一 WooCommerce 購物車整體字型大小 --- */

/* 左側商品表格標題（商品 / 總計） */
.wc-block-cart-items__header th,
.wc-block-cart-items__header {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #222 !important;
}

/* 左側商品資訊區 */
.wc-block-cart-item__product,
.wc-block-cart-item__product-name,
.wc-block-cart-item__quantity,
.wc-block-cart-item__total {
  font-size: 1rem !important;
  line-height: 1.4em !important;
  color: #333 !important;
}

/* 右側購物車總計欄位（優惠券 / 小計 / 運費 / 預估總金額） */
.wc-block-cart-totals__row,
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.wc-block-components-totals-coupon,
.wc-block-components-totals-item {
  font-size: 1rem !important;
  line-height: 1.6em !important;
  color: #333 !important;
}

/* 小計與總金額可以略為加粗，讓層次更清晰 */
.wc-block-components-totals-item__value strong,
.wc-block-components-totals-item--grand-total {
  font-weight: 600 !important;
  font-size: 1rem !important;
}

/* 右側標題 "購物車總計" */
.wc-block-cart-totals__title {
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #111 !important;
}


/* === Habi | Cart（Woo Blocks）色系統一 === */

/* 標題 */
.wc-block-cart-totals__title,
.wc-block-cart-items__header th {
  color: #111 !important;
}

/* 左側：商品名稱/金額/數量/總計（主要文字） */
.wc-block-cart-item__product-name a,
.wc-block-cart-item__product-price,
.wc-block-cart-item__total,
.wc-block-cart-item__quantity {
  color: #333 !important;
}

/* 左側：商品描述等輔助資訊（次要文字） */
.wc-block-cart-item__product .wc-block-cart-item__product-metadata,
.wc-block-cart-item__product .wc-block-cart-item__description,
.wc-block-cart-item__remove-link {
  color: #666 !important;
}

/* 右側總計欄：標籤與金額（主要文字） */
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.wc-block-components-totals-coupon,
.wc-block-cart__totals-title {
  color: #333 !important;
}

/* 右側：預估總金額行再深一階＋半粗 */
.wc-block-components-totals-item--grand-total .wc-block-components-totals-item__label,
.wc-block-components-totals-item--grand-total .wc-block-components-totals-item__value {
  color: #111 !important;
  font-weight: 600 !important;
}

/* 連結顏色與 hover（例如「移除商品」） */
.wc-block-cart a {
  color: #333 !important;
  text-decoration: none;
}
.wc-block-cart a:hover {
  color: #111 !important;
  text-decoration: underline;
}

/* 保留按鈕的既有配色（避免被上面規則影響） */
.wc-block-cart .wp-element-button,
.wc-block-cart .wc-block-components-button {
  color: #fff !important;
}/* End custom CSS */