/* Gucci gold for cart/order totals */
:root { --gucci-gold: #C2A83E; } /* 대안: #D4AF37 (더 골드 느낌) */

#total_money,
.price_info #total_money,
#total_money.ctn.raw,
.cart-total .price,
.checkout-summary .total .price,
.order-summary .total .price,
.payment-summary .total .price,
.total-amount, .total_amount,
.totalPrice, .total_price,
.sum .price {
  color: var(--gucci-gold) !important;
}
