.cr-page{max-width:1160px;margin:0 auto;padding:32px 24px 64px;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cr-back{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:500;color:#64748b;text-decoration:none;margin-bottom:10px;transition:color .15s}.cr-back:hover{color:#0f4c75}.cr-title-row{display:flex;align-items:center;gap:12px;margin-bottom:28px}.cr-title{margin:0;font-size:1.75rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}.cr-count-pill{display:inline-block;padding:3px 10px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;font-size:.78rem;font-weight:600;color:#64748b}.cr-body{display:grid;grid-template-columns:1fr 300px;grid-gap:24px;gap:24px;align-items:start}.cr-shipping-bar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 18px;margin-bottom:14px}.cr-shipping-top{display:flex;align-items:center;gap:10px;margin-bottom:10px}.cr-shipping-icon{display:flex;align-items:center;color:#0f4c75;flex-shrink:0}.cr-shipping-msg{font-size:.875rem;color:#475569}.cr-shipping-msg strong{color:#0f172a}.cr-progress-track{height:7px;background:#e2e8f0;border-radius:4px;overflow:hidden}.cr-progress-fill{height:100%;background:linear-gradient(90deg,#0f4c75,#1b6ca8);border-radius:4px;transition:width .4s ease}.cr-progress-fill--done{background:linear-gradient(90deg,#15803d,#16a34a)}.cr-shipping-labels{display:flex;justify-content:space-between;margin-top:5px;font-size:.72rem;color:#94a3b8;font-weight:500}.cr-items,.cr-items-col{display:flex;flex-direction:column}.cr-items{gap:12px}.cr-item{display:grid;grid-template-columns:96px 1fr auto;align-items:center;grid-gap:18px;gap:18px;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:box-shadow .18s,border-color .18s;animation:cr-in .22s ease both}@keyframes cr-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cr-item:hover{border-color:#bfdbfe;box-shadow:0 4px 16px rgba(15,76,117,.07)}.cr-img-wrap{display:block;width:96px;height:96px;border-radius:8px;overflow:hidden;background:#f8fafc;flex-shrink:0}.cr-img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.cr-item:hover .cr-img{transform:scale(1.04)}.cr-item-body{min-width:0;display:flex;flex-direction:column;gap:4px}.cr-name-link{text-decoration:none;color:inherit}.cr-item-name{margin:0;font-size:.925rem;font-weight:600;color:#0f172a;line-height:1.35;transition:color .15s}.cr-name-link:hover .cr-item-name{color:#0f4c75}.cr-item-price{font-size:.875rem;color:var(--text-muted,#6b7280);margin:.25rem 0 0}.cr-item-price-orig{text-decoration:line-through;color:var(--text-muted,#9ca3af);font-size:.8125rem}.cr-item-foot{display:flex;align-items:center;gap:14px;margin-top:6px;flex-wrap:wrap}.cr-stepper{display:inline-flex;align-items:center;gap:0;border:1.5px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}.cr-step-btn{width:32px;height:32px;border:none;background:transparent;color:#0f172a;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;line-height:1}.cr-step-btn:hover{background:#f1f5f9}.cr-qty{min-width:32px;text-align:center;font-weight:700;font-size:.9rem;color:#0f172a;border-left:1.5px solid #e2e8f0;border-right:1.5px solid #e2e8f0;height:32px;display:flex;align-items:center;justify-content:center}.cr-remove{background:transparent;border:none;color:#94a3b8;font-size:.78rem;font-weight:500;cursor:pointer;padding:0;transition:color .15s}.cr-remove:hover{color:#dc2626}.cr-line-total{font-weight:700;font-size:1rem;color:#0f172a;text-align:right;flex-shrink:0;min-width:72px}.cr-summary{position:-webkit-sticky;position:sticky;top:24px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:22px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.cr-summary-title{margin:0 0 16px;font-size:.95rem;font-weight:700;color:#0f172a}.cr-summary-rows{border-top:1px solid #f1f5f9}.cr-summary-row{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid #f1f5f9;font-size:.875rem;color:#64748b}.cr-summary-row--total{font-weight:700;color:#0f172a;border-bottom:none}.cr-summary-val{font-weight:600;color:#0f172a}.cr-free{color:#16a34a!important}.cr-muted{color:#94a3b8!important;font-weight:400!important}.cr-checkout-btn{display:flex;align-items:center;justify-content:center;width:100%;margin-top:16px;padding:12px;background:#0f4c75;color:#fff;border:none;border-radius:9px;font-size:.9rem;font-weight:700;text-decoration:none;cursor:pointer;transition:background .2s,transform .15s;letter-spacing:.01em}.cr-checkout-btn:hover{background:#1b6ca8;transform:translateY(-1px)}.cr-trust{margin-top:18px;padding-top:16px;border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:9px}.cr-trust-item{gap:9px;font-size:.78rem;color:#64748b;font-weight:500}.cr-trust-icon,.cr-trust-item{display:flex;align-items:center}.cr-trust-icon{color:#0f4c75;flex-shrink:0}.cr-empty{flex-direction:column;text-align:center;padding:72px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:48px}.cr-empty,.cr-empty-icon{display:flex;align-items:center}.cr-empty-icon{width:68px;height:68px;border-radius:50%;background:#eff6ff;color:#0f4c75;justify-content:center;margin-bottom:20px}.cr-empty-title{margin:0 0 8px;font-size:1.25rem;font-weight:700;color:#0f172a}.cr-empty-sub{margin:0 0 28px;font-size:.9rem;color:#64748b}.cr-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:11px 24px;background:#0f4c75;color:#fff;border-radius:9px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s}.cr-btn-primary:hover{background:#1b6ca8}.cr-also{margin-top:56px;padding-top:40px;border-top:1px solid #e2e8f0}.cr-also-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:24px}.cr-also-title{margin:0;font-size:1.25rem;font-weight:700;color:#0f172a}.cr-also-link{font-size:.82rem;font-weight:600;color:#0f4c75;text-decoration:none}.cr-also-link:hover{color:#1b6ca8}.cr-also-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:20px;gap:20px;align-items:stretch}@media (max-width:900px){.cr-body{grid-template-columns:1fr}.cr-summary{position:static;order:-1}}@media (max-width:560px){.cr-page{padding:20px 14px 48px}.cr-item{grid-template-columns:72px 1fr;grid-template-rows:auto auto}.cr-img-wrap{width:72px;height:72px}.cr-line-total{grid-column:1/-1;text-align:left;font-size:1.1rem}}