.cart-page{min-height:100vh;padding:calc(var(--header-h) + 2.5rem) 1.5rem 5rem;background:var(--bg)}.cart-container{max-width:1080px;margin:0 auto}.cart-header{margin-bottom:2.5rem}.cart-breadcrumb{display:inline-flex;align-items:center;gap:.3rem;font-size:.85rem;font-weight:500;color:var(--text-muted);text-decoration:none;margin-bottom:.9rem;transition:color .2s}.cart-breadcrumb:hover{color:var(--orange)}.cart-breadcrumb svg{width:15px;height:15px;flex-shrink:0}.cart-title{font-family:Montserrat,sans-serif;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1.1}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:5rem 2rem;gap:1.25rem}.cart-empty-icon{width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:#ffffff08;border:1px solid var(--border);border-radius:50%;color:#ffffff24}.cart-empty-icon svg{width:48px;height:48px}.cart-empty-title{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin:0}.cart-empty-sub{font-size:.95rem;color:var(--text-muted);margin:0}.cart-layout{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start}.cart-items-col{display:flex;flex-direction:column}.cart-items{display:flex;flex-direction:column;gap:1px;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--border)}.cart-item{display:flex;gap:1.25rem;padding:1.5rem;background:var(--bg-card);transition:background .18s}.cart-item:hover{background:#1d1d1d}.cart-item-img-wrap{flex-shrink:0;width:120px;height:120px;border-radius:10px;overflow:hidden;background:#111;border:1px solid var(--border)}.cart-item-img{width:100%;height:100%;object-fit:cover;display:block}.cart-item-body{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.cart-item-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.cart-item-info{min-width:0}.cart-item-name{font-family:Montserrat,sans-serif;font-weight:700;font-size:.98rem;color:#fff;line-height:1.3;margin-bottom:.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-meta{font-size:.82rem;color:var(--text-muted)}.cart-item-remove{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:8px;color:var(--text-muted);cursor:pointer;padding:0;transition:color .18s,border-color .18s,background .18s}.cart-item-remove:hover{color:#ef4444;border-color:#ef44444d;background:#ef44440f}.cart-item-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:.85rem}.cart-item-qty-wrap{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:8px;overflow:hidden}.qty-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text);cursor:pointer;font-size:1.1rem;line-height:1;transition:background .15s,color .15s}.qty-btn:hover{background:#00bdb81f;color:var(--orange)}.qty-val{min-width:32px;height:34px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:.9rem;font-weight:600;color:#fff;border-left:1px solid var(--border);border-right:1px solid var(--border)}.cart-item-price-wrap{text-align:right}.cart-item-price{font-family:Montserrat,sans-serif;font-weight:700;font-size:1.05rem;color:#fff;line-height:1.2}.cart-item-price-excl{font-size:.73rem;color:var(--text-muted);margin-top:.2rem}.cart-summary{position:sticky;top:calc(var(--header-h) + 1.5rem);border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-card);border:1px solid var(--border)}.summary-gradient-bar{height:3px;background:linear-gradient(90deg,var(--orange) 0%,#ffaa33 55%,var(--turquoise) 100%)}.summary-inner{padding:1.75rem}.summary-heading{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;color:#fff;margin-bottom:1.4rem}.summary-lines{display:flex;flex-direction:column;gap:.7rem}.summary-row{display:flex;justify-content:space-between;align-items:center}.summary-label{font-size:.875rem;color:var(--text-muted)}.summary-value{font-size:.875rem;font-weight:600;color:var(--text)}.summary-divider{height:1px;background:var(--border);margin:1.2rem 0}.summary-total-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.55rem}.summary-total-label{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700;color:#fff}.summary-total-value{font-family:Montserrat,sans-serif;font-size:1.45rem;font-weight:800;color:var(--orange);letter-spacing:-.02em}.summary-note{display:flex;align-items:center;gap:.4rem;font-size:.77rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.4}.summary-note svg{width:13px;height:13px;flex-shrink:0;color:var(--turquoise)}.checkout-btn{width:100%;justify-content:center;font-size:.95rem;padding:.9rem 1.5rem;margin-top:.75rem;display:flex;text-decoration:none}.trust-badges{display:flex;flex-direction:column;margin-top:1.2rem;border:1px solid var(--border);border-radius:10px;overflow:hidden}.trust-badge{display:flex;align-items:center;gap:.6rem;padding:.6rem .875rem;border-bottom:1px solid var(--border);font-size:.78rem;font-weight:500;color:var(--text-muted)}.trust-badge:last-child{border-bottom:none}.trust-badge svg{width:15px;height:15px;flex-shrink:0;color:var(--turquoise)}@media(max-width:780px){.cart-layout{grid-template-columns:1fr;gap:1.5rem}.cart-summary{position:static}}@media(max-width:560px){.cart-page{padding-left:1rem;padding-right:1rem}.cart-item{padding:1.25rem 1rem;gap:1rem}.cart-item-img-wrap{width:88px;height:88px}.summary-inner{padding:1.4rem 1.25rem}}@media(max-width:420px){.cart-item-img-wrap{width:72px;height:72px}.cart-item-bottom{flex-direction:column;align-items:flex-start;gap:.65rem}.cart-item-price-wrap{text-align:left}}
