.cart-page{max-width:72rem;margin:0 auto;padding:2.5rem 1.5rem 5rem}@media (min-width:900px){.cart-page{padding:3.5rem 2rem 6rem}}.cart-page__header{margin-bottom:2rem}.cart-page__title{color:#1a0f2e;letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.cart-page__sub{color:#9ca3af;margin:0;font-size:.875rem}.cart-page__grid{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (min-width:900px){.cart-page__grid{grid-template-columns:1fr 22rem}}.cart-page__items{background:#fff;border:1px solid #ebebeb;border-radius:1rem;flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex}.cart-page__item{border-bottom:1px solid #f5f5f5;align-items:center;gap:1rem;padding-bottom:1.25rem;display:flex}.cart-page__item:last-child{border-bottom:none;padding-bottom:0}.cart-page__item-img{background:#f3f4f6;border-radius:.625rem;flex-shrink:0;width:4.5rem;height:2.75rem;overflow:hidden}.cart-page__item-img img{object-fit:cover;width:100%;height:100%}.cart-page__item-details{flex:1;min-width:0}.cart-page__item-plan{color:#9ca3af;font-size:.6875rem;font-weight:500}.cart-page__item-name{color:#1a0f2e;margin:.1rem 0;font-size:.9375rem;font-weight:600}.cart-page__item-price{color:var(--color-brand-accent);font-size:.875rem;font-weight:700}.cart-page__item-controls{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.cart-page__summary{background:#fff;border:1px solid #ebebeb;border-radius:1rem;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.cart-page__summary-title{color:#1a0f2e;margin:0;font-size:1.125rem;font-weight:700}.cart-page__checkout-btn{background:var(--color-brand-accent);color:#fff;font-family:var(--font-sans);cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .18s,transform .12s;display:inline-flex}.cart-page__checkout-btn:hover{background:var(--color-brand-vivid);transform:translateY(-1px)}.cart-page__checkout-btn:active{transform:translateY(0)}
