.Cart_cart__Ih7zP{min-height:100vh;padding:2rem 0;background:var(--color-bg-primary)}.Cart_container__yC7ob{max-width:1400px;margin:0 auto;padding:0 2rem}.Cart_container__yC7ob h1{font-size:3rem;font-weight:900;margin-bottom:2rem;letter-spacing:.08em;text-transform:uppercase;font-style:italic}.Cart_grid__d3Nlp{display:grid;grid-template-columns:1fr 400px;gap:2rem}@media(max-width:968px){.Cart_grid__d3Nlp{grid-template-columns:1fr}}.Cart_items__Ex9Gn{display:flex;flex-direction:column;gap:1rem}.Cart_item___iBJT{display:grid;grid-template-columns:120px 1fr auto;gap:1.5rem;padding:1.5rem;background:var(--color-bg-tertiary);border:1px solid var(--color-border);transition:border-color .3s}.Cart_item___iBJT:hover{border-color:var(--color-text-primary)}@media(max-width:768px){.Cart_item___iBJT{grid-template-columns:80px 1fr;gap:1rem}}.Cart_item___iBJT img{width:120px;height:150px;object-fit:cover;border:1px solid var(--color-border)}@media(max-width:768px){.Cart_item___iBJT img{width:80px;height:100px}}.Cart_details__oYtvx{display:flex;flex-direction:column;justify-content:center}.Cart_details__oYtvx h3{font-size:1rem;font-weight:700;margin-bottom:.5rem;letter-spacing:.05em;text-transform:uppercase}.Cart_details__oYtvx p{color:var(--color-text-muted);margin-bottom:.25rem;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.Cart_details__oYtvx .Cart_price__kp6gM{font-size:1.125rem;font-weight:800;color:var(--color-text-primary);margin-top:.5rem}.Cart_actions__RZpBY{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:1rem}@media(max-width:768px){.Cart_actions__RZpBY{grid-column:1/-1;flex-direction:row;align-items:center}}.Cart_quantity__mHPB_{gap:.75rem;background:var(--color-bg-secondary);padding:.5rem}.Cart_quantity__mHPB_,.Cart_quantity__mHPB_ button{display:flex;align-items:center;border:1px solid var(--color-border)}.Cart_quantity__mHPB_ button{width:32px;height:32px;background:var(--color-bg-tertiary);color:var(--color-text-primary);cursor:pointer;justify-content:center;transition:all .3s}.Cart_quantity__mHPB_ button:hover:not(:disabled){background:var(--color-text-primary);color:var(--color-bg-primary);border-color:var(--color-text-primary)}.Cart_quantity__mHPB_ button:disabled{opacity:.3;cursor:not-allowed}.Cart_quantity__mHPB_ span{font-weight:700;min-width:30px;text-align:center}.Cart_subtotal__eSrP0{font-size:1.25rem;font-weight:800}.Cart_remove__B3TkE{background:none;border:none;color:red;cursor:pointer;padding:.5rem;transition:all .3s}.Cart_remove__B3TkE:hover{color:#f33;transform:scale(1.1)}.Cart_summary__4cixB{background:var(--color-bg-tertiary);border:1px solid var(--color-border);padding:2rem;height:fit-content;position:sticky;top:100px}.Cart_summary__4cixB h2{font-size:1.5rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:.05em;text-transform:uppercase}.Cart_summaryRow__ICGSl{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--color-border);color:var(--color-text-muted);font-size:.875rem;letter-spacing:.05em;text-transform:uppercase}.Cart_summaryRow__ICGSl.Cart_total__VEHA2{border-bottom:none;font-size:1.25rem;font-weight:800;color:var(--color-text-primary);padding-top:1.5rem;border-top:2px solid var(--color-text-primary)}.Cart_checkoutButton__NB1aB{width:100%;background:var(--color-text-primary);color:var(--color-bg-primary);border:1px solid var(--color-text-primary);padding:1.25rem;font-weight:800;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;margin-top:1.5rem;transition:all .3s}.Cart_checkoutButton__NB1aB:hover{background:var(--color-bg-primary);color:var(--color-text-primary)}.Cart_continueButton__10BPm{display:block;text-align:center;color:var(--color-text-muted);text-decoration:none;font-weight:700;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;margin-top:1rem;transition:color .3s}.Cart_continueButton__10BPm:hover{color:var(--color-text-primary)}.Cart_emptyCart__DmCZO{min-height:60vh;display:flex;align-items:center;justify-content:center}.Cart_emptyCart__DmCZO .Cart_container__yC7ob{text-align:center;max-width:500px}.Cart_emptyCart__DmCZO .Cart_container__yC7ob svg{color:#333;margin-bottom:1.5rem}.Cart_emptyCart__DmCZO .Cart_container__yC7ob h2{font-size:2rem;font-weight:900;margin-bottom:.5rem;letter-spacing:.05em;text-transform:uppercase}.Cart_emptyCart__DmCZO .Cart_container__yC7ob p{color:var(--color-text-muted);margin-bottom:2rem;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase}.Cart_shopButton__qSw6g{display:inline-block;background:var(--color-text-primary);color:var(--color-bg-primary);padding:1rem 2rem;border:1px solid var(--color-text-primary);font-weight:800;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;transition:all .3s}.Cart_shopButton__qSw6g:hover{background:var(--color-bg-primary);color:var(--color-text-primary)}.light-mode .Cart_item___iBJT:hover{border-color:var(--color-text-primary)}.light-mode .Cart_checkoutButton__NB1aB:hover,.light-mode .Cart_quantity__mHPB_ button:hover:not(:disabled){color:var(--color-bg-primary)}.light-mode .Cart_continueButton__10BPm:hover{color:var(--color-text-primary)}.light-mode .Cart_shopButton__qSw6g:hover{color:var(--color-bg-primary)}