body,html{background:#fff!important;color:#000!important}.cart-page-wrapper{background:#fff;min-height:100vh;width:100%}.cart-container{max-width:1300px;margin:0 auto;padding:140px 2rem 6rem;background:#fff}.cart-header{margin-bottom:3.5rem;border-bottom:2px solid #000;padding-bottom:1.5rem}.cart-header h1{font-size:clamp(2.5rem,5vw,4rem);margin:0;line-height:.9;letter-spacing:-.01em;font-family:var(--font-heading);color:#000}.cart-layout{display:grid;grid-template-columns:1fr 300px;gap:3rem;align-items:start}@media(max-width:1024px){.cart-layout{grid-template-columns:1fr}.cart-summary{width:100%!important;position:static!important}}.cart-items{display:flex;flex-direction:column;gap:2rem}.cart-item{display:flex;border:1px solid #000!important;background:#fff;padding:0;overflow:hidden;height:180px;width:100%;box-sizing:border-box;border-radius:12px;transition:transform .5s ease-out,opacity .5s ease-out,margin-bottom .5s ease-out}.cart-item.removing{transform:translate(-110%);opacity:0;margin-bottom:-180px;pointer-events:none}@media(max-width:768px){.cart-item{flex-direction:column;height:auto}.cart-item.removing{margin-bottom:-400px}}.item-preview{width:180px;height:180px;background:#fdfdfd;border-right:1px solid #000;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:768px){.item-preview{width:100%;border-right:none;border-bottom:1px solid #000}}.item-preview img{width:100%;height:100%;object-fit:contain;padding:1rem}.item-content{flex:1;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}@media(max-width:768px){.item-content{flex-direction:column;align-items:flex-start;padding:1.5rem}}.info-group{display:flex;gap:2.5rem;align-items:center;flex:1}.info-cell{display:flex;flex-direction:column;gap:.35rem}.info-label{font-family:var(--font-mono);font-size:.65rem;color:#888;text-transform:uppercase;letter-spacing:.08em}.info-data{font-family:var(--font-heading);font-size:1rem;color:#000;text-transform:uppercase}.action-panel{display:flex;align-items:center;gap:2rem;padding-left:1.5rem;border-left:1px solid #eee}@media(max-width:768px){.action-panel{width:100%;border-left:none;border-top:1px solid #eee;padding-left:0;padding-top:1rem;justify-content:space-between}}.qty-control{display:flex;align-items:center;gap:.5rem}.qty-btn{width:24px;height:24px;border:1px solid #000;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:var(--font-mono);font-size:1rem;border-radius:4px}.qty-btn:hover{background:#000;color:#fff}.qty-input{font-family:var(--font-heading);font-size:1.1rem;width:50px;text-align:center;color:#000;border:1px solid #eee;border-radius:4px;padding:2px;background:#fafafa}.qty-input:focus{outline:none;border-color:var(--color-orange);background:#fff}.trash-btn{background:none;border:none;padding:4px;cursor:pointer;color:#aaa;display:flex;align-items:center}.trash-btn:hover{color:#f44}.price-tag{font-family:var(--font-heading);font-size:1.8rem;color:var(--color-orange);min-width:100px;text-align:right}.cart-summary{border:1px solid #000;border-radius:12px;padding:2rem;position:sticky;top:120px;background:#fff}.summary-title{font-size:1.3rem;margin-bottom:1.5rem;border-bottom:1px solid #eee;padding-bottom:.75rem;font-family:var(--font-heading);color:#000}.summary-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.summary-divider{height:1px;background:#eee;width:100%}.summary-row{display:flex;justify-content:space-between;align-items:center}.summary-row .label{font-family:var(--font-mono);font-size:.75rem;color:#666}.summary-row .value{font-family:var(--font-mono);font-weight:700;font-size:.9rem;color:#000}.grand-total-section{border-top:2px solid #000;padding-top:1.5rem;margin-bottom:2rem}.grand-total-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.grand-total-label{font-family:var(--font-mono);font-size:.75rem;font-weight:700;letter-spacing:.05em;color:#000}.total-value{font-family:var(--font-heading);font-size:2.8rem;color:var(--color-orange);line-height:1}.summary-actions{display:flex;flex-direction:column;gap:1rem}.checkout-btn{width:100%;padding:1.25rem;background:#000;color:#fff;border:none;border-radius:8px;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.checkout-btn:hover:not(:disabled){background:#333}.order-more-btn{width:100%;padding:1rem;background:#fff;color:#000;border:1px solid #000;border-radius:8px;font-size:1rem;cursor:pointer;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:all .2s}.order-more-btn:hover{background:#f9f9f9}.empty-cart-state{padding:5rem 2rem;text-align:center;border:1px dashed #eee}.empty-cart-state h2{color:#000;font-family:var(--font-heading);font-size:2.2rem;margin-bottom:1.5rem}.empty-actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.start-order-btn,.undo-btn{padding:.75rem 1.5rem;font-family:var(--font-heading);font-size:1.2rem;border-radius:8px;cursor:pointer;text-decoration:none;transition:all .2s}.start-order-btn{background:#000;color:#fff;border:1px solid #000}.start-order-btn:hover{background:#333}.undo-btn{background:#fff;color:#000;border:1px solid #000}.undo-btn:hover{background:#f0f0f0}
