.bj-cart-page {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    background: var(--bj-cream);
}

.bj-cart-page > .bj-band { padding: 32px var(--bj-section-x) 36px; }
.bj-cart-page .bj-crumbs { font-weight: 600; margin-bottom: 16px; }
.bj-cart-page .bj-band h1 { font-size: clamp(36px, 4.3vw, 54px); font-weight: 700; }
.bj-cart-page .bj-band p { max-width: 560px; font-size: 14px; line-height: 1.6; color: var(--bj-muted); margin: 14px 0 0; }
.bj-cart-page > .bj-cart-layout {
    width: 100%;
    flex: 1;
    grid-template-columns: minmax(0, 1fr) 300px;
    padding: 36px var(--bj-section-x) 52px;
}

.bj-cart-page .bj-cart-row {
    grid-template-columns: 44px minmax(0, 1fr) auto 28px;
    gap: 14px;
    padding: 14px 16px;
    margin-bottom: 12px;
    border: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--bj-shadow-rest);
}
.bj-cart-page .bj-cart-thumb { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--bj-card); color: var(--bj-orange); }
.bj-cart-page .bj-cart-thumb .bj-icon { width: 20px; height: 20px; }
.bj-cart-page .bj-cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.bj-cart-page .bj-cart-detail h3 { font-size: 17px; font-weight: 600; }
.bj-cart-page .bj-cart-detail .bj-meta { margin: 3px 0 0; font-size: 12px; letter-spacing: 0; text-transform: none; }
.bj-cart-page .bj-stepper { padding: 4px; gap: 8px; }
.bj-cart-page .bj-stepper button { width: 30px; height: 30px; border-radius: 50%; background: #fff; color: var(--bj-muted); }
.bj-cart-page .bj-stepper .bj-icon { width: 14px; height: 14px; }
.bj-cart-page .bj-stepper output { min-width: 18px; font-size: 14px; }
.bj-cart-page .bj-remove { color: var(--bj-coffee); padding: 4px; }
.bj-cart-page .bj-remove .bj-icon { width: 14px; height: 14px; }
.bj-cart-page .bj-cart-actions { margin-top: 16px; }
.bj-cart-page .bj-cart-actions .bj-btn { font-family: var(--bj-font-body); font-size: 13px; }
.bj-cart-page .bj-cart-panel { padding: 24px; box-shadow: var(--bj-shadow-raised); }
.bj-cart-page .bj-cart-panel h2 { color: var(--bj-cream); font-size: 22px; font-weight: 600; margin: 0 0 18px; }
.bj-cart-total { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding-bottom: 16px; border-bottom: 1px solid var(--bj-body); font-size: 14px; }
.bj-cart-total strong { color: var(--bj-gold); font-family: var(--bj-font-display); font-size: 20px; }
.bj-cart-page .bj-cart-note { font-size: 13px; margin: 18px 0; }
.bj-cart-page .bj-cart-panel .bj-btn { min-height: 44px; font-family: var(--bj-font-body); font-size: 14px; font-weight: 700; }
.bj-cart-page .bj-cart-panel .bj-btn-green { margin-top: 16px !important; }
.bj-cart-call { margin-top: 16px; border: 1px solid var(--bj-body); color: var(--bj-cream); }
.bj-cart-call:hover { background: var(--bj-body); color: var(--bj-cream); }
.bj-cart-page .bj-cart-fineprint { border-top: 1px solid var(--bj-body); margin: 18px 0 0; padding-top: 16px; font-size: 12px; }
.bj-cart-page .bj-cart-fineprint p { display: flex; align-items: flex-start; gap: 8px; margin: 0 0 8px; }
.bj-cart-page .bj-cart-fineprint p:last-child { margin-bottom: 0; }
.bj-cart-page .bj-cart-fineprint .bj-icon { color: var(--bj-gold); margin-top: 2px; }
.bj-cart-page .bj-footer-copy { font-size: 12px; font-weight: 600; gap: 4px; }

@media (max-width: 900px) {
    .bj-cart-page > .bj-cart-layout { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .bj-cart-page .bj-cart-row { grid-template-columns: 44px minmax(0, 1fr) 28px; gap: 10px; }
    .bj-cart-page .bj-stepper { grid-column: 2; grid-row: 2; justify-self: start; }
    .bj-cart-page .bj-remove { grid-column: 3; grid-row: 1; }
}
