/* Shared cart controls keep the existing brand typography and colors. */
body .summary-item { grid-template-columns: 62px minmax(0, 1fr) auto; align-items: start; }
body .summary-item > img, body .summary-item > .summary-placeholder { grid-column: 1; grid-row: 1; }
body .summary-item > .summary-copy { grid-column: 2; grid-row: 1; min-width: 0; }
body .summary-item > .summary-price { grid-column: 3; grid-row: 1; }
body .summary-item .summary-actions { display: flex; flex-direction: row; align-items: end; flex-wrap: wrap; gap: 12px; }
body .summary-actions label { display: grid; gap: 4px; min-width: 74px; }
body .summary-actions select { width: auto; min-width: 74px; min-height: 44px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 8px; font-family: inherit; }
body .summary-actions button { min-height: 44px; padding: 8px 12px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 8px; font: inherit; cursor: pointer; }
body .summary-actions button:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }
body .summary-copy > a { align-self: start; min-height: 32px; padding-block: 6px; color: var(--green); font-size: 13px; text-underline-offset: 3px; }
body .cart-line-issue, .bag-issue { margin: 4px 0; color: #894139; font-size: 13px; line-height: 1.6; overflow-wrap: anywhere; }
#bag-notice { margin: 0; padding: 0 24px 8px; }
#bag-notice:empty, #option-cart-error:empty { display: none; }
.cart-empty { line-height: 1.7; }
.summary-placeholder { width: 62px; min-height: 78px; display: grid; place-items: center; }
body .checkout-form-panel h1 { font-family: "Gowun Dodum", var(--sans); font-size: clamp(30px, 3.2vw, 44px); line-height: 1.35; letter-spacing: -.035em; }
body .order-summary h2 { font-family: "Gowun Dodum", var(--sans); font-size: 28px; line-height: 1.4; }
.cart-storage-reset { margin: 0 0 20px; min-height: 44px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 8px; font: inherit; color: var(--ink); background: white; }
.cart-storage-reset[hidden] { display: none; }
.checkout-recovery { margin-bottom: 24px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #edf2ed; line-height: 1.7; overflow-wrap: anywhere; }
.checkout-recovery[hidden] { display: none; }
.checkout-recovery p { margin: 0 0 10px; white-space: pre-line; }
.checkout-recovery > div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.checkout-recovery button { min-height: 44px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 8px; font: inherit; color: var(--ink); background: white; cursor: pointer; }
.checkout-recovery a { color: var(--green); }
@media (max-width: 390px) {
  body .summary-item { grid-template-columns: 56px minmax(0, 1fr); }
  body .summary-item > .summary-price { grid-column: 2; grid-row: 2; }
  body .summary-item > .summary-placeholder { width: 56px; min-height: 70px; }
  body .summary-item img { width: 56px; height: 70px; }
}
