.cart-page{min-height:100vh;background:var(--color-background)}.cart-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.cart-header{text-align:center;margin-bottom:3rem}.cart-header h1{font-size:2.5rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem}.cart-subtitle{font-size:1.125rem;color:var(--color-text-secondary)}.empty-cart{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a}.empty-cart-icon{width:80px;height:80px;color:var(--color-text-secondary);margin-bottom:1.5rem}.empty-cart h2{font-size:1.75rem;color:var(--color-text);margin-bottom:.75rem}.empty-cart p{font-size:1.125rem;color:var(--color-text-secondary);margin-bottom:2rem}.continue-shopping-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:linear-gradient(135deg,var(--color-primary) 0%,#ec4899 100%);color:#fff;border-radius:12px;font-weight:600;text-decoration:none;transition:transform .2s}.continue-shopping-btn:hover{transform:translateY(-2px)}.cart-content{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}.cart-items-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #0000001a}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.section-title h2{font-size:1.5rem;color:var(--color-text);margin:0}.clear-cart-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;color:#ef4444;border:1px solid #ef4444;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.clear-cart-btn:hover{background:#ef4444;color:#fff}.clear-cart-btn svg{width:16px;height:16px}.cart-items-list{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;padding:1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .2s}.cart-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000d}.item-icon{width:48px;height:48px;background:#f9fafb;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.item-icon svg{width:28px;height:28px}.item-details{display:flex;flex-direction:column;gap:.5rem}.item-name{font-size:1.125rem;font-weight:600;color:var(--color-text);margin:0}.item-meta{display:flex;gap:1rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--color-text-secondary)}.meta-item svg{width:14px;height:14px}.item-url{font-size:.75rem;color:var(--color-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-price-section{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.item-price{font-size:1.25rem;font-weight:700;color:var(--color-primary)}.remove-item-btn{padding:.5rem;background:transparent;border:1px solid #e5e7eb;border-radius:8px;color:#ef4444;cursor:pointer;transition:all .2s}.remove-item-btn:hover{background:#fef2f2;border-color:#ef4444}.remove-item-btn svg{width:18px;height:18px;display:block}.order-summary-section{position:sticky;top:90px}.order-summary{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #0000001a}.order-summary h3{font-size:1.5rem;color:var(--color-text);margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:1rem;color:var(--color-text-secondary)}.summary-row .amount{font-weight:600;color:var(--color-text)}.discount-row{color:#10b981}.discount-row .amount.discount{color:#10b981;font-weight:700}.summary-divider{height:2px;background:#f3f4f6;margin:1rem 0}.total-row{font-size:1.25rem;font-weight:700;color:var(--color-text)}.total-row .amount{font-size:1.5rem;color:var(--color-primary)}.error-message{display:flex;align-items:center;gap:.75rem;padding:1rem;margin-top:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#dc2626;font-size:.875rem;font-weight:600}.error-message svg{width:20px;height:20px;flex-shrink:0}.error-message.hidden{display:none}.pay-now-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.125rem;margin-top:1.5rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px #0000001a}.pay-now-btn:not(:disabled):hover{background:#059669;box-shadow:0 4px 6px #0000001a}.pay-now-btn:not(:disabled):active{background:#047857;transform:translateY(1px)}.pay-now-btn:disabled{opacity:.6;cursor:not-allowed;background:#9ca3af}.pay-now-btn .pay-icon{width:20px;height:20px}.pay-now-btn .spinner{width:20px;height:20px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.security-badges{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.badge{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--color-text-secondary)}.badge svg{width:16px;height:16px;color:#10b981}.hidden{display:none!important}.mobile-only{display:none}.desktop-only{display:block}.mobile-bottom-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid #e5e7eb;box-shadow:0 -4px 12px #0000001a;z-index:1000;padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom))}.bottom-bar-content{display:flex;align-items:center;justify-content:flex-end;gap:1rem;max-width:100%}.bottom-bar-info{min-width:0}.bottom-bar-label{font-size:.75rem;color:var(--color-text-secondary);margin-bottom:.125rem;font-weight:500}.bottom-bar-total{font-size:1.25rem;font-weight:700;color:var(--color-primary)}.bottom-bar-error-inline{font-size:.625rem;color:#dc2626;font-weight:600;margin-top:.125rem}.bottom-bar-button{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;-webkit-tap-highlight-color:transparent;box-shadow:0 1px 3px #0000001a}.bottom-bar-button:active:not(:disabled){transform:scale(.97);background:#059669}.bottom-bar-button:disabled{opacity:.6;cursor:not-allowed;background:#9ca3af}.bottom-bar-button .pay-icon{width:20px;height:20px}.bottom-bar-button .spinner{width:20px;height:20px;animation:spin 1s linear infinite}.bottom-bar-error-full{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;border-top:1px solid #fecaca;color:#dc2626;font-size:.875rem;font-weight:600}.bottom-bar-error-full svg{width:16px;height:16px;flex-shrink:0}@media(max-width:968px){.cart-content{grid-template-columns:1fr;padding-bottom:0}.order-summary-section{position:relative;top:0;margin-bottom:120px}.mobile-only{display:block}.cart-container{padding-bottom:1rem}}@media(max-width:640px){.cart-header h1{font-size:2rem}.cart-header{margin-bottom:2rem}.cart-items-section{padding:1rem}.order-summary{padding:1.5rem}.cart-item{grid-template-columns:1fr;gap:1rem;padding:1rem}.item-icon{width:40px;height:40px}.item-icon svg{width:20px;height:20px}.item-name{font-size:1rem}.item-price{font-size:1.125rem}.item-price-section{flex-direction:row;justify-content:space-between;align-items:center}.section-title{flex-direction:column;gap:1rem;align-items:flex-start;margin-bottom:1rem}.section-title h2{font-size:1.25rem}.clear-cart-btn{font-size:.75rem;padding:.375rem .75rem}.security-badges{flex-direction:column}.bottom-bar-content{gap:.75rem}.bottom-bar-total{font-size:1.125rem}.bottom-bar-button{padding:.75rem 1.25rem;font-size:.875rem}}
