.cart-page { padding: clamp(28px, 5vw, 72px) 0 80px; background: linear-gradient(180deg, #faf8f3 0, #fff 320px); min-height: 70vh; }
.cart-breadcrumb { display: flex; gap: 9px; margin-bottom: 28px; color: #7a7369; font-size: 13px; }
.cart-breadcrumb a:hover { color: #9a7023; }
.cart-page__hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.cart-page__eyebrow, .cart-summary__eyebrow { display: block; margin-bottom: 6px; color: #96702d; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.cart-page__hero h1 { margin: 0; font-size: clamp(32px, 5vw, 54px); line-height: 1.05; }
.cart-page__hero p { max-width: 590px; margin: 12px 0 0; color: #6f685f; }
.cart-steps { display: flex; gap: 10px; }
.cart-steps span { display: flex; align-items: center; gap: 7px; color: #9a948b; font-size: 12px; white-space: nowrap; }
.cart-steps b { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #ddd6ca; border-radius: 50%; }
.cart-steps .is-active { color: #493915; font-weight: 650; }
.cart-steps .is-active b { border-color: #b89249; background: #b89249; color: white; }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 380px); gap: clamp(22px, 4vw, 52px); align-items: start; }
.cart-list { overflow: hidden; border: 1px solid #ebe5da; border-radius: 22px; background: #fff; box-shadow: 0 12px 42px rgba(53, 43, 25, .055); }
.cart-list__heading { display: flex; align-items: center; justify-content: space-between; padding: 21px 24px; border-bottom: 1px solid #eee9df; }
.cart-list__heading h2 { margin: 0; font-size: 17px; }
.cart-list__heading span { color: #8a8379; font-size: 12px; }
.cart-item { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 22px; padding: 24px; transition: opacity .2s, transform .2s; }
.cart-item + .cart-item { border-top: 1px solid #f0ece4; }
.cart-item.is-busy { opacity: .45; pointer-events: none; transform: scale(.995); }
.cart-item__media { width: 150px; aspect-ratio: 1; overflow: hidden; border-radius: 16px; background: #f5f2ec; }
.cart-item__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.cart-item__media:hover img { transform: scale(1.035); }
.cart-item__content { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; }
.cart-item__top, .cart-item__bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.cart-item__title { display: block; margin: 4px 0 10px; color: #24211c; font-size: 17px; font-weight: 680; }
.cart-item__meta { display: flex; flex-wrap: wrap; gap: 6px; }
.cart-item__meta span { padding: 5px 10px; border-radius: 999px; background: #f5f2ec; color: #6e675d; font-size: 12px; }
.cart-item__remove { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%; color: #827b71; }
.cart-item__remove svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.cart-item__remove:hover { background: #fff0ed; color: #b24738; }
.cart-item__bottom { align-items: flex-end; }
.cart-item__prices { display: grid; justify-items: end; gap: 4px; }
.cart-item__prices span { color: #888177; font-size: 12px; }
.cart-item__prices strong { color: #79581c; font-size: 17px; }
.cart-summary { position: sticky; top: 24px; padding: 28px; border: 1px solid #e8dfcf; border-radius: 22px; background: #24211c; color: #fff; box-shadow: 0 18px 55px rgba(35, 29, 18, .18); }
.cart-summary h2 { margin: 0 0 24px; color: #fff; font-size: 24px; }
.cart-summary dl { margin: 0; }
.cart-summary dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; color: #c9c2b7; font-size: 13px; }
.cart-summary dd { margin: 0; text-align: end; }
.cart-summary__total { margin-top: 10px; padding-top: 20px !important; border-top: 1px solid rgba(255,255,255,.17); color: #fff !important; font-size: 16px !important; }
.cart-summary__total dd { color: #e0bd73; font-size: 19px; font-weight: 700; }
.cart-summary__checkout { justify-content: center; width: 100%; min-height: 50px; margin-top: 24px; }
.cart-summary__continue { display: block; margin-top: 15px; color: #d9d2c8; text-align: center; text-decoration: underline; text-underline-offset: 4px; }
.cart-summary__trust { display: flex; justify-content: space-between; gap: 8px; margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #aaa398; font-size: 11px; }
.cart-empty { max-width: 680px; margin: 30px auto; padding: clamp(40px, 8vw, 90px) 28px; border: 1px solid #ebe4d8; border-radius: 24px; background: #fff; text-align: center; box-shadow: 0 16px 50px rgba(55,45,28,.06); }
.cart-empty__icon { display: grid; place-items: center; width: 90px; height: 90px; margin: 0 auto 24px; border-radius: 50%; background: #f7f1e6; }
.cart-empty svg { width: 52px; fill: none; stroke: #a77c30; stroke-width: 2; }
.cart-empty h2 { margin: 0 0 10px; font-size: 27px; }
.cart-empty p { max-width: 510px; margin: 0 auto 24px; color: #746d63; }
.cart-empty .btn { display: inline-flex; justify-content: center; min-width: 190px; }
.cart-page [data-cart-page-content].is-loading { opacity: .55; pointer-events: none; }
@media (max-width: 900px) {
  .cart-page__hero { align-items: flex-start; flex-direction: column; }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
}
@media (max-width: 620px) {
  .cart-page { padding-top: 22px; }
  .cart-steps span { font-size: 0; }
  .cart-steps b { font-size: 12px; }
  .cart-list__heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .cart-item { grid-template-columns: 92px minmax(0, 1fr); gap: 14px; padding: 18px; }
  .cart-item__media { width: 92px; }
  .cart-item__bottom { align-items: flex-start; flex-direction: column-reverse; margin-top: 14px; }
  .cart-item__prices { justify-items: start; }
  .cart-summary { padding: 24px 20px; }
}
