.page-section--cart { background: #ffffff; padding: 140px 0 140px; }
.page-section--cart .page-container { max-width: 1140px; margin: 0 auto; padding: 0 16px; }
.page-header--cart { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-bottom: 24px; }
.page-header--cart .page-title { font-family: 'Marcellus', serif; font-size: 36px; letter-spacing: -1px; color: #000000; margin: 0; }
.page-header--cart .page-subtitle { font-family: var(--body-font); color: #6b7280; line-height: 1.75; margin: 0; }

.woocommerce-cart .woocommerce-cart-form, .woocommerce-cart .cart-collaterals { width: 100%; }
.woocommerce-cart .cart-collaterals { margin-top: 24px; }
.woocommerce table.shop_table { width: 100%; border-collapse: collapse; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-bottom: 1px solid #e5e7eb; padding: 10px 12px; font-family: var(--body-font); }
.woocommerce table.shop_table th { color: #6b7280; font-weight: 500; }
.woocommerce table.shop_table td { color: #111827; }
.woocommerce .coupon .input-text { height: 44px; border: 1px solid #e5e7eb; border-radius: 8px; }
.woocommerce .coupon .button { height: 44px; background: #111827; color: #ffffff; border: none; border-radius: 10px; padding: 0 14px; }
.wc-proceed-to-checkout .button { background: #111827 !important; color: #ffffff !important; border: none; border-radius: 10px; padding: 12px 18px; height: 44px; }
.wc-proceed-to-checkout .button:hover { filter: brightness(1.05); }

@media (min-width: 1400px) { .page-section--cart .page-container { max-width: 1280px; } }
@media (max-width: 1023px) { .page-section--cart { padding: 80px 0 100px; } .page-header--cart .page-title { font-size: 28px; } }
@media (max-width: 767px) { .page-section--cart .page-container { padding: 0 16px; } }