.cart-module__-RJi4G__cartPage,.cart-module__-RJi4G__cart-page{background:var(--canvas);min-height:100vh;color:var(--text);font-family:var(--font-sans)}.cart-module__-RJi4G__cartHeader,.cart-module__-RJi4G__cart-header{z-index:20;background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex;position:sticky;top:0}.cart-module__-RJi4G__cartHeader h1,.cart-module__-RJi4G__cart-header h1{font-size:1.125rem;font-weight:700}.cart-module__-RJi4G__backLink{min-height:44px;color:var(--text-muted);align-items:center;gap:.5rem;text-decoration:none;transition:color .2s;display:inline-flex}.cart-module__-RJi4G__backLink:hover{color:var(--text)}.cart-module__-RJi4G__backLink span:first-child{font-size:1.2rem;line-height:1}.cart-module__-RJi4G__containerGrid{grid-template-columns:1fr;gap:1rem;max-width:1120px;margin:0 auto;padding:1rem;display:grid}.cart-module__-RJi4G__itemsCol,.cart-module__-RJi4G__summaryCol{grid-column:1}.cart-module__-RJi4G__listHeader{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.cart-module__-RJi4G__listHeader h2{margin:0;font-size:1.125rem;font-weight:700}.cart-module__-RJi4G__cartItem{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);grid-template-columns:72px 1fr;align-items:start;gap:.75rem;padding:.875rem;transition:border-color .2s,box-shadow .2s;display:grid;position:relative;overflow:hidden}.cart-module__-RJi4G__cartItem:hover{border-color:var(--border-strong);box-shadow:var(--shadow)}.cart-module__-RJi4G__image{background:var(--surface-sunken);border:1px solid var(--border);width:72px;height:72px;color:var(--border-strong);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.cart-module__-RJi4G__image img{object-fit:cover;width:100%;height:100%}.cart-module__-RJi4G__details{flex-direction:column;gap:.45rem;min-width:0;display:flex}.cart-module__-RJi4G__details h3{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1rem;font-weight:600;overflow:hidden}.cart-module__-RJi4G__details p{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;line-height:1.35;display:-webkit-box;overflow:hidden}.cart-module__-RJi4G__variations{flex-wrap:wrap;gap:.4rem;margin-top:.1rem;display:flex}.cart-module__-RJi4G__variations span{background:var(--brand-soft);color:var(--brand);white-space:nowrap;border:1px solid #a0203033;border-radius:8px;padding:.22rem .45rem;font-size:.72rem;font-weight:600}.cart-module__-RJi4G__quantityControls{background:var(--surface-sunken);border:1px solid var(--border);border-radius:12px;align-items:center;gap:.5rem;width:fit-content;margin-top:auto;padding:.35rem;display:flex}.cart-module__-RJi4G__quantityControls button{border:1px solid var(--border);background:var(--surface);width:44px;height:44px;color:var(--text);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;transition:background .15s,border-color .15s,color .15s;display:flex}.cart-module__-RJi4G__quantityControls button:hover:not(:disabled){background:var(--brand);border-color:var(--brand);color:var(--text-on-brand)}.cart-module__-RJi4G__quantityControls button:disabled{opacity:.45;cursor:not-allowed}.cart-module__-RJi4G__quantityControls span{color:var(--text);text-align:center;font-variant-numeric:tabular-nums;min-width:24px;font-size:1rem;font-weight:700}.cart-module__-RJi4G__stockBadge{color:var(--warning);background:var(--warning-soft);border-radius:var(--radius-pill);border:1px solid #8a5a0033;width:fit-content;margin-top:.25rem;padding:.15rem .5rem;font-size:.72rem;font-weight:600}.cart-module__-RJi4G__remove{border:1px solid var(--border-strong);color:var(--danger);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;align-self:flex-start;min-height:44px;margin-top:.5rem;padding:.45rem .7rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:background .15s,border-color .15s}.cart-module__-RJi4G__remove:hover{background:var(--danger-soft);border-color:var(--danger)}.cart-module__-RJi4G__pricing{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.cart-module__-RJi4G__subtotal{color:var(--text);font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:700}.cart-module__-RJi4G__unit{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.75rem;font-weight:500}.cart-module__-RJi4G__cartSummary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);height:fit-content;box-shadow:var(--shadow-sm);padding:1.25rem;position:sticky;top:88px}.cart-module__-RJi4G__cartSummary h3{color:var(--text);margin:0 0 1rem;font-size:1.0625rem;font-weight:700}.cart-module__-RJi4G__row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.75rem;padding:.6rem 0;font-size:.9rem;display:flex}.cart-module__-RJi4G__row:last-of-type{border-bottom:none}.cart-module__-RJi4G__row span:first-child{color:var(--text-muted);font-weight:500}.cart-module__-RJi4G__row span:last-child{color:var(--text);font-variant-numeric:tabular-nums;font-weight:600}.cart-module__-RJi4G__total{border-top:1px solid var(--border-strong);justify-content:space-between;align-items:center;gap:.75rem;margin-top:.6rem;padding:.9rem 0;display:flex}.cart-module__-RJi4G__label{font-size:1rem;font-weight:600}.cart-module__-RJi4G__amount{color:var(--text);font-variant-numeric:tabular-nums;font-size:1.375rem;font-weight:700}.cart-module__-RJi4G__textAccentGold{color:var(--text-muted);font-weight:600}.cart-module__-RJi4G__btnPrimary{background:var(--brand);border:1px solid var(--brand);color:var(--text-on-brand);border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.9rem 1.2rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.cart-module__-RJi4G__btnPrimary:hover{background:var(--brand-hover);border-color:var(--brand-hover)}.cart-module__-RJi4G__checkoutBtn{width:100%;margin-top:1rem;font-size:1rem}.cart-module__-RJi4G__spaceY6>*+*,.cart-module__-RJi4G__mt4{margin-top:1rem}.cart-module__-RJi4G__mtAuto{margin-top:auto}.cart-module__-RJi4G__textRed400{color:var(--danger);cursor:pointer;background:0 0;border:none;min-height:44px;padding:0 .25rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:color .15s}.cart-module__-RJi4G__textRed400:hover{color:var(--text)}.cart-module__-RJi4G__disabledOpacity50{opacity:.5}.cart-module__-RJi4G__disabledOpacity50:disabled{opacity:.5;cursor:not-allowed}.cart-module__-RJi4G__emptyPage{background:var(--canvas);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.cart-module__-RJi4G__emptyInner{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:26rem;display:flex}.cart-module__-RJi4G__emptyIcon{background:var(--surface);border:1px solid var(--border);width:96px;height:96px;color:var(--border-strong);border-radius:50%;justify-content:center;align-items:center;display:flex}.cart-module__-RJi4G__emptyTitle{color:var(--text);font-size:1.5rem;font-weight:700}.cart-module__-RJi4G__emptyText{color:var(--text-muted);line-height:1.5}.cart-module__-RJi4G__mobileBar{z-index:30;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:.75rem;display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(110%);box-shadow:0 -2px 8px #1717170f}.cart-module__-RJi4G__mobileBarLeft{flex-direction:column;display:flex}.cart-module__-RJi4G__mobileLabel{color:var(--text-muted);font-size:.8rem}.cart-module__-RJi4G__mobileAmount{color:var(--text);font-variant-numeric:tabular-nums;font-size:1.25rem;font-weight:700}.cart-module__-RJi4G__mobileCTA{color:var(--text-on-brand);border-radius:var(--radius-sm);background:var(--brand);border:1px solid var(--brand);justify-content:center;align-items:center;min-height:48px;padding:.9rem 1.1rem;font-weight:600;text-decoration:none;display:inline-flex}.cart-module__-RJi4G__mobileCTA:hover{background:var(--brand-hover)}@media (min-width:768px){.cart-module__-RJi4G__containerGrid{grid-template-columns:1fr 340px;gap:1.25rem;padding:1.25rem}.cart-module__-RJi4G__itemsCol{grid-column:1}.cart-module__-RJi4G__summaryCol{grid-column:2}.cart-module__-RJi4G__pricing{flex-direction:column;grid-column:auto;align-items:flex-end;gap:.25rem}.cart-module__-RJi4G__subtotal{font-size:1.25rem}.cart-module__-RJi4G__unit{font-size:.8rem}}@media (min-width:1024px){.cart-module__-RJi4G__containerGrid{max-width:1200px}.cart-module__-RJi4G__cartItem{grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem}.cart-module__-RJi4G__image{border-radius:14px;width:80px;height:80px}.cart-module__-RJi4G__details h3{font-size:1.125rem}.cart-module__-RJi4G__cartSummary{padding:1.5rem}}@media (max-width:640px){.cart-module__-RJi4G__cartPage{padding-bottom:96px}.cart-module__-RJi4G__cartHeader,.cart-module__-RJi4G__cart-header{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem .875rem}.cart-module__-RJi4G__cartHeader h1{align-self:center}.cart-module__-RJi4G__details p{-webkit-line-clamp:1;font-size:.8rem}.cart-module__-RJi4G__quantityControls{gap:.4rem;padding:.3rem}.cart-module__-RJi4G__quantityControls button{width:44px;height:44px;font-size:1rem}.cart-module__-RJi4G__mobileBar{transform:translateY(0)}.cart-module__-RJi4G__summaryCol{display:none}}@media (max-width:480px){.cart-module__-RJi4G__cartItem{text-align:center;grid-template-columns:1fr}.cart-module__-RJi4G__image{width:84px;height:84px;margin:0 auto}.cart-module__-RJi4G__pricing{justify-content:center;margin-top:.35rem}.cart-module__-RJi4G__quantityControls{margin-top:.5rem;justify-content:center;margin-inline:auto}.cart-module__-RJi4G__remove{width:fit-content;margin:.5rem auto 0;display:block}.cart-module__-RJi4G__stockBadge{margin-inline:auto}}@keyframes cart-module__-RJi4G__slideInUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes cart-module__-RJi4G__fadeIn{0%{opacity:0}to{opacity:1}}.cart-module__-RJi4G__cart-item{animation:.25s ease-out cart-module__-RJi4G__slideInUp}.cart-module__-RJi4G__cart-summary{animation:.4s ease-out cart-module__-RJi4G__fadeIn}
