.cart-page{padding-block:2rem}.cart-page h1{margin-bottom:1.5rem}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:5rem 1rem;color:var(--text-muted)}.cart-empty p{font-size:1.1rem}.cart-grid{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto auto auto;align-items:center;gap:1rem;padding:.85rem}.cart-item-img img{width:80px;height:80px;object-fit:cover;border-radius:var(--radius);background:var(--bg)}.cart-item-title{font-weight:600;font-size:.95rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item-title:hover{color:var(--accent)}.cart-item-price{font-size:.875rem;color:var(--text-muted);margin-top:.25rem}.cart-item-qty{display:flex;align-items:center;gap:.35rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:.1rem .35rem}.qty-btn{width:1.6rem;height:1.6rem;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.qty-btn:disabled{opacity:.45;cursor:not-allowed}.qty-val{min-width:1.5rem;text-align:center;font-weight:600}.cart-item-line{font-weight:700;white-space:nowrap}.remove-btn{color:var(--text-muted);border-radius:var(--radius)}.remove-btn:hover{color:var(--accent);background:var(--accent-soft)}.cart-summary{padding:1.5rem;position:sticky;top:calc(var(--header-h) + 1rem)}.cart-summary h2{margin-bottom:1rem;font-size:1.1rem}.summary-rows{display:flex;flex-direction:column;gap:.5rem}.summary-row{display:flex;justify-content:space-between;font-size:.875rem;color:var(--text-muted)}.summary-name{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.summary-total{display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:600}.total-price{font-size:1.25rem;color:var(--accent);font-weight:700}.cart-empty[hidden]{display:none}.checkout-auth-switcher{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;margin:.75rem 0 1rem}.checkout-auth-tab{flex:0 1 auto;padding:0;border:none;background:none;cursor:pointer;font-size:.9rem;font-weight:600;color:var(--accent);text-decoration:underline;text-underline-offset:.2em}.checkout-auth-tab:first-child{text-align:left}.checkout-auth-tab:last-child{text-align:right}.checkout-auth-tab:hover{opacity:.88}.checkout-panel-auth{margin-top:.25rem}.checkout-back-guest{display:block;width:100%;margin-top:.75rem;padding:.35rem;border:none;background:none;cursor:pointer;font-size:.85rem;color:var(--text-muted);text-decoration:underline;text-underline-offset:.15em}.checkout-back-guest:hover{color:var(--accent)}.checkout-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:.75rem;margin-top:1.25rem}#checkout-anon .checkout-label{margin-top:0}.checkout-form{display:flex;flex-direction:column;gap:.75rem}.checkout-form .field[hidden]{display:none}.field-required{color:var(--accent);font-size:.8em}.gf-secondary{display:flex;gap:.25rem}.gf-sec-btn{flex:1;justify-content:center;font-size:.8rem;padding:.35em .5em;color:var(--text-muted)}.gf-sec-btn:hover{color:var(--accent)}.form-error{font-size:var(--text-base);color:var(--accent)}.form-success{font-size:var(--text-base);color:var(--color-success)}.user-info-row{font-size:.875rem;color:var(--text-muted)}.company-checkout{display:flex;flex-direction:column;gap:.4rem;margin-top:1rem}.company-checkout label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.company-checkout p{font-size:.8rem}.checkout-profile-fields{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.checkout-profile-hint{margin-top:0!important}.checkout-form--profile .field[hidden]{display:none}@media (max-width: 860px){.cart-grid{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width: 760px){.cart-item{display:grid;grid-template-columns:56px minmax(0,1fr) auto;grid-template-rows:auto auto;gap:.5rem .65rem;align-items:start}.cart-item-img{grid-column:1;grid-row:1 / -1;align-self:start}.cart-item-img img{width:56px;height:56px}.cart-item-info{grid-column:2;grid-row:1;min-width:0}.remove-btn{grid-column:3;grid-row:1;justify-self:end;align-self:start;display:flex;align-items:center;justify-content:center;min-width:2.75rem;min-height:2.75rem;margin:-.35rem -.35rem 0 0;padding:0}.remove-btn svg{width:16px;height:16px}.cart-item-qty{grid-column:2;grid-row:2;justify-self:start;width:fit-content;max-width:100%}.cart-item-line{grid-column:3;grid-row:2;justify-self:end;align-self:center;white-space:nowrap}}@media (max-width: 380px){.cart-item{grid-template-columns:48px minmax(0,1fr) auto;gap:.45rem .5rem}.cart-item-img img{width:48px;height:48px}}.auth-form-widget--compact .auth-form--compact{display:flex;flex-direction:column;gap:.75rem;margin-top:0}.auth-form-widget--compact .auth-form--compact .auth-secondary{margin-top:.25rem}.pw-wrap{position:relative}.pw-wrap .input{padding-right:2.75rem;width:100%;box-sizing:border-box}.pw-toggle{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);color:var(--text-muted);padding:.25rem;border-radius:var(--radius);background:none;border:none;cursor:pointer}.pw-toggle:hover{color:var(--text)}.auth-form .field[hidden]{display:none}.auth-secondary{display:flex;gap:.25rem;flex-wrap:wrap}.auth-sec-btn{flex:1;justify-content:center;font-size:.8rem;padding:.35em .5em;color:var(--text-muted)}.auth-sec-btn:hover{color:var(--accent)}.auth-consent-field{margin-bottom:.25rem}.auth-consent-label.consent-label{display:flex;gap:.5rem;align-items:flex-start;cursor:pointer;font-size:.85rem;line-height:1.4;color:var(--text-muted)}.auth-consent-checkbox{margin-top:.2rem;flex-shrink:0}.auth-consent-text{min-width:0}.auth-consent-link{color:var(--accent);text-decoration:none;white-space:nowrap}.auth-consent-link:hover{text-decoration:underline}
