.cart-modal{position:fixed;inset:0;z-index:3000;display:flex;justify-content:flex-end;visibility:hidden;opacity:0;transition:visibility .3s,opacity .3s}.cart-modal.open{visibility:visible;opacity:1}.cart-overlay{position:absolute;inset:0;background:#00000080;backdrop-filter:blur(4px);cursor:pointer}.cart-container{position:relative;width:100%;max-width:480px;height:100%;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-10px 0 40px #0003}.cart-modal.open .cart-container{transform:translate(0)}.cart-header{display:flex;align-items:center;justify-content:center;position:relative;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.cart-title{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:#1f2937}.cart-title svg{width:24px;height:24px;color:#3b82f6}.cart-count{display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 .5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;font-size:.75rem;font-weight:700;border-radius:12px}.cart-close{position:absolute;right:1rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s;color:#6b7280}.cart-close:hover{background:#f3f4f6;color:#1f2937;transform:rotate(90deg)}.cart-close svg{width:20px;height:20px}.cart-clear-btn{position:absolute;left:1rem;display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:transparent;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.cart-clear-btn:hover{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.cart-clear-btn svg{width:18px;height:18px}.cart-body{flex:1;overflow-y:auto;padding:1rem}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:2rem}.empty-icon{width:100px;height:100px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.empty-icon svg{width:48px;height:48px;color:#9ca3af}.cart-empty h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.cart-empty p{font-size:.95rem;color:#6b7280;margin-bottom:1.5rem;max-width:280px}.btn-continue{padding:.875rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s}.btn-continue:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.cart-items{display:flex;flex-direction:column;gap:.5rem}.cart-item{display:flex;flex-direction:row;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;transition:all .2s;box-shadow:0 2px 8px #0000000a}.cart-item:hover{border-color:#3b82f6;box-shadow:0 4px 16px #3b82f61f}.item-main{display:flex;gap:.75rem;align-items:center;flex:1;min-width:0}.item-image{width:64px;height:64px;border-radius:8px;overflow:hidden;background:#f8fafc;flex-shrink:0;border:1px solid #e2e8f0}.item-image img{width:100%;height:100%;object-fit:cover}.item-info{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.item-name{font-size:.9rem;font-weight:600;color:#1f2937;line-height:1.3;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.foundation-badge{font-size:.7rem;color:#059669;background:#d1fae5;padding:.125rem .5rem;border-radius:4px;font-weight:600}.item-color{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#6b7280}.color-dot{width:12px;height:12px;border-radius:50%;border:2px solid white;box-shadow:0 0 0 1px #d1d5db}.item-unit-price{font-size:.75rem;color:#9ca3af}.item-controls{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.quantity-control{display:flex;align-items:center;gap:.25rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;padding:.125rem}.qty-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .2s;color:#4b5563}.qty-btn:hover{background:#3b82f6;border-color:#3b82f6;color:#fff}.qty-btn svg{width:14px;height:14px}.qty-value{min-width:28px;text-align:center;font-weight:600;font-size:.85rem;color:#1f2937}.item-total{font-size:.95rem;font-weight:700;color:#1f2937;min-width:60px;text-align:right}.item-remove{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fef2f2;border:none;border-radius:8px;cursor:pointer;transition:all .2s;color:#ef4444;flex-shrink:0}.item-remove:hover{background:#ef4444;color:#fff}.item-remove svg{width:16px;height:16px}.cart-footer{padding:1.5rem;border-top:1px solid #e5e7eb;background:#f8fafc}.cart-summary{margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.95rem;color:#4b5563}.summary-row.total{font-size:1.25rem;font-weight:700;color:#1f2937;padding-top:.75rem;border-top:2px solid #e5e7eb;margin-top:.5rem}.delivery-info{color:#6b7280;font-weight:500;font-size:.875rem}.delivery-note{font-size:.8rem;color:#4b5563;line-height:1.5;margin-bottom:1rem;padding:.75rem 1rem;background:#f3f4f6;border-left:3px solid #9ca3af;border-radius:6px}.btn-checkout{width:100%;padding:1rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s}.btn-checkout:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.btn-checkout svg{width:20px;height:20px}.checkout-modal{position:fixed;inset:0;z-index:2100;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:visibility .3s,opacity .3s;padding:1rem}.checkout-modal.open{visibility:visible;opacity:1}.checkout-overlay{position:absolute;inset:0;background:#0009;backdrop-filter:blur(4px);cursor:pointer}.checkout-container{position:relative;width:100%;max-width:600px;max-height:90vh;background:#fff;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transform:scale(.9);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 25px 50px #0000004d}.checkout-modal.open .checkout-container{transform:scale(1)}.checkout-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.checkout-header h2{font-size:1.5rem;font-weight:700;color:#1f2937}.checkout-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s;color:#6b7280}.checkout-close:hover{background:#f3f4f6;color:#1f2937}.checkout-close svg{width:20px;height:20px}.checkout-form{flex:1;overflow-y:auto;padding:1.5rem}.form-section{margin-bottom:1.5rem}.form-section h3{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#4b5563;margin-bottom:.375rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:10px;font-size:.95rem;transition:all .2s;background:#f8fafc}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:80px}.checkout-summary{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:12px;padding:1rem 1.25rem;margin:1.5rem 0;display:flex;flex-direction:column;gap:.5rem}.checkout-total{display:flex;justify-content:space-between;align-items:center;font-size:.95rem}.checkout-total span:first-child{font-weight:500;color:#4b5563}.checkout-total span:last-child{font-weight:700;color:#059669}.foundation-summary{display:none;padding-top:.5rem;border-top:1px dashed #a7f3d0}.foundation-summary span:first-child{color:#4b5563;font-weight:500}.foundation-summary span:last-child{color:#059669;font-weight:700;font-size:.95rem}.checkout-total:last-child{padding-top:.75rem;border-top:2px solid #059669;margin-top:.25rem;font-size:1.125rem}.checkout-total:last-child span:last-child{font-size:1.25rem}.btn-submit-order{width:100%;padding:1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s}.btn-submit-order:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.btn-submit-order svg{width:20px;height:20px}@media(max-width:640px){.cart-container{max-width:100%}.cart-item{flex-wrap:wrap}.item-main{flex:1 1 calc(100% - 80px)}.item-image{width:56px;height:56px}.item-name{font-size:.85rem}.item-controls{gap:.375rem;width:100%;justify-content:space-between}.item-total{font-size:.9rem}.qty-btn{width:26px;height:26px}.qty-btn svg{width:12px;height:12px}.qty-value{min-width:26px;font-size:.8rem}.item-remove{width:30px;height:30px}.item-remove svg{width:14px;height:14px}.form-row{grid-template-columns:1fr}.checkout-container{max-height:95vh;border-radius:16px}}html.dark-theme .cart-modal{color:#e2e8f0}html.dark-theme .cart-container{background:#1e293b!important;border-color:#334155!important}html.dark-theme .cart-header{border-color:#334155!important;background:#1e293b!important}html.dark-theme .cart-title,html.dark-theme .cart-title span{color:#f1f5f9!important}html.dark-theme .cart-title svg{color:#60a5fa!important}html.dark-theme .cart-count{background:#ef4444!important;color:#fff!important}html.dark-theme .cart-body{color:#e2e8f0!important}html.dark-theme .cart-empty h3{color:#f1f5f9!important}html.dark-theme .cart-empty p{color:#94a3b8!important}html.dark-theme .cart-empty .empty-icon{background:linear-gradient(135deg,#334155,#475569)!important}html.dark-theme .cart-empty .empty-icon svg{color:#94a3b8!important}html.dark-theme .btn-continue{background:#3b82f6!important;color:#fff!important}html.dark-theme .btn-continue:hover{background:#2563eb!important}html.dark-theme .cart-item{background:#1e293b!important;border-color:#334155!important}html.dark-theme .cart-item:hover{border-color:#3b82f6!important}html.dark-theme .item-name{color:#f1f5f9!important}html.dark-theme .item-color{color:#94a3b8!important}html.dark-theme .color-dot{border-color:#1e293b!important;box-shadow:0 0 0 1px #475569!important}html.dark-theme .item-unit-price{color:#94a3b8!important}html.dark-theme .item-price,html.dark-theme .item-total{color:#f1f5f9!important}html.dark-theme .qty-btn{background:#334155!important;border-color:#475569!important;color:#e2e8f0!important}html.dark-theme .qty-btn:hover{background:#3b82f6!important;border-color:#3b82f6!important;color:#fff!important}html.dark-theme .qty-value{color:#f1f5f9!important}html.dark-theme .quantity-control,html.dark-theme .item-image{background:#0f172a!important;border-color:#334155!important}html.dark-theme .item-remove{background:#7f1d1d!important;color:#ef4444!important}html.dark-theme .item-remove:hover{background:#ef4444!important;color:#fff!important}html.dark-theme .cart-footer{background:#0f172a!important;border-color:#334155!important}html.dark-theme .summary-row{color:#e2e8f0!important}html.dark-theme .summary-row.total{border-color:#475569!important;color:#f1f5f9!important}html.dark-theme .summary-row.total span{color:#f1f5f9!important}html.dark-theme .delivery-info{color:#94a3b8!important}html.dark-theme .delivery-note{background:#1e293b!important;border-left-color:#475569!important;color:#94a3b8!important}html.dark-theme .btn-checkout{background:linear-gradient(135deg,#3b82f6,#8b5cf6)!important;color:#fff!important}html.dark-theme .btn-checkout:hover{background:linear-gradient(135deg,#2563eb,#7c3aed)!important}html.dark-theme .cart-clear-btn{background:transparent!important;color:#94a3b8!important;border:1px solid #334155!important}html.dark-theme .cart-clear-btn:hover{color:#ef4444!important;border-color:#ef4444!important;background:#ef44441a!important}html.dark-theme .checkout-container{background:#1e293b!important}html.dark-theme .checkout-header{border-color:#334155!important;background:linear-gradient(135deg,#1e293b,#334155)!important}html.dark-theme .checkout-header h2{color:#f1f5f9!important}html.dark-theme .checkout-close{background:#334155!important;border-color:#475569!important;color:#94a3b8!important}html.dark-theme .checkout-close:hover{background:#475569!important;color:#f1f5f9!important}html.dark-theme .checkout-form h3{color:#f1f5f9!important;border-color:#334155!important}html.dark-theme .form-group label{color:#e2e8f0!important}html.dark-theme .form-group input,html.dark-theme .form-group textarea{background:#0f172a!important;border-color:#334155!important;color:#e2e8f0!important}html.dark-theme .form-group input:focus,html.dark-theme .form-group textarea:focus{border-color:#3b82f6!important;background:#1e293b!important}html.dark-theme .form-group input::placeholder,html.dark-theme .form-group textarea::placeholder{color:#64748b!important}html.dark-theme .checkout-summary{background:linear-gradient(135deg,#064e3b,#065f46)!important}html.dark-theme .checkout-total span:first-child{color:#d1fae5!important}html.dark-theme .checkout-total span:last-child{color:#34d399!important}html.dark-theme .foundation-summary{display:none;border-color:#059669!important}html.dark-theme .foundation-summary span:first-child{color:#d1fae5!important}html.dark-theme .foundation-summary span:last-child{color:#34d399!important}html.dark-theme .btn-submit-order{background:linear-gradient(135deg,#10b981,#059669)!important;color:#fff!important}html.dark-theme .btn-submit-order:hover{background:linear-gradient(135deg,#059669,#047857)!important}
