.cart-page{min-height:calc(100vh - 200px);padding:40px 20px;background:#f9fafb}.cart-container{max-width:1200px;margin:0 auto}.cart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:16px}.cart-header h1{font-size:24px;font-weight:700;color:#1f2937;margin:0}.cart-back-button{display:flex;align-items:center;gap:8px;color:#4b5563;text-decoration:none;font-size:14px;transition:color .2s}.cart-back-button:hover{color:#1f2937}.cart-clear-button{padding:8px 16px;background:#ef4444;color:white;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background .2s}.cart-clear-button:hover{background:#dc2626}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.cart-empty-icon{color:#d1d5db;margin-bottom:24px}.cart-empty h2{font-size:24px;font-weight:600;color:#1f2937;margin:0 0 8px}.cart-empty p{font-size:16px;color:#6b7280;margin:0 0 32px}.cart-empty-button{display:inline-block;padding:12px 24px;background:#667eea;color:white;text-decoration:none;border-radius:8px;font-weight:500;transition:background .2s}.cart-empty-button:hover{background:#5568d3}.cart-content{display:grid;grid-template-columns:1fr 400px;gap:32px}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-item{display:flex;gap:20px;background:white;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.cart-item-image{width:150px;height:150px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f3f4f6}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;background:linear-gradient(135deg,#667eea,#764ba2)}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:12px}.cart-item-title{font-size:20px;font-weight:600;color:#1f2937;text-decoration:none;transition:color .2s}.cart-item-title:hover{color:#667eea}.cart-item-meta{display:flex;gap:16px;font-size:14px;color:#6b7280}.cart-item-date,.cart-item-nights{display:flex;align-items:center}.cart-item-persons{display:flex;gap:24px;margin-top:8px}.cart-person-control{display:flex;align-items:center;gap:12px}.cart-person-control label{font-size:14px;font-weight:500;color:#374151;min-width:70px}.cart-quantity-control{display:flex;align-items:center;gap:8px;border:1px solid #e5e7eb;border-radius:6px;padding:4px}.cart-quantity-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:#f9fafb;color:#4b5563;border-radius:4px;cursor:pointer;transition:all .2s}.cart-quantity-button:hover:not(:disabled){background:#e5e7eb;color:#1f2937}.cart-quantity-button:disabled{opacity:.5;cursor:not-allowed}.cart-quantity-value{min-width:30px;text-align:center;font-size:14px;font-weight:500;color:#1f2937}.cart-item-price-section{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:12px}.cart-item-price{font-size:24px;font-weight:700;color:#1f2937}.cart-item-remove{padding:8px;background:#fee2e2;color:#dc2626;border:none;border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.cart-item-remove:hover{background:#fecaca}.cart-summary{position:sticky;top:100px;height:fit-content}.cart-summary-content{background:white;border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.cart-summary h2{font-size:20px;font-weight:600;color:#1f2937;margin:0 0 20px}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:16px;color:#4b5563;margin-bottom:12px}.cart-summary-total{font-size:20px;font-weight:700;color:#1f2937;margin-bottom:0}.cart-summary-divider{height:1px;background:#e5e7eb;margin:16px 0}.cart-checkout-button{width:100%;padding:14px;background:#ef4444;color:white;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s;margin-top:20px}.cart-checkout-button:hover{background:#5568d3}.cart-continue-shopping{display:block;text-align:center;margin-top:12px;color:#667eea;text-decoration:none;font-size:14px;transition:color .2s}.cart-continue-shopping:hover{color:#5568d3}@media (max-width:968px){.cart-content{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width:640px){.cart-page{padding:20px 16px}.cart-header{flex-direction:column;align-items:flex-start}.cart-header h1{font-size:24px}.cart-item{flex-direction:column}.cart-item-image{width:100%;height:200px}.cart-item-price-section{flex-direction:row;align-items:center;width:100%;justify-content:space-between}.cart-item-persons{flex-direction:column;gap:12px}}.cart-price-loading{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280}.cart-price-loading .spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cart-checkout-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width:640px){.cart-page{min-height:max-content;padding-bottom:40px}.cart-person-control{justify-content:space-between}.cart-summary h2{font-size:16px}.cart-summary-row span{font-size:14px}.cart-checkout-button{padding-block:8px}.cart-item-price{font-size:20px}.cart-item-title{font-size:16px}.cart-header{flex-direction:row}.cart-header h1{font-size:16px}.cart-clear-button{display:none}}