.cart-page-wrapper{background-color:#f1f2f6;min-height:calc(100vh - 120px);padding:24px;font-family:Rockwell Bold,New Roman,Minion Pro,serif}.cart-container{grid-template-columns:2fr 1fr;gap:24px;max-width:1200px;margin:0 auto;display:grid}.empty-cart-container{background-color:#f1f2f6;justify-content:center;align-items:center;min-height:50vh;display:flex}.empty-cart-message{text-align:center;background:#fff;border-radius:8px;padding:40px;box-shadow:0 2px 8px #0000000d}.empty-cart-message h2{color:#333;margin-bottom:24px}.continue-shopping{color:#fff;cursor:pointer;background-color:#66aa38;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;transition:background-color .2s}.continue-shopping:hover{color:#333;background-color:#fdd341}.cart-items-section{flex-direction:column;gap:16px;display:flex}.cart-header-actions{justify-content:space-between;align-items:center;display:flex}.clear-cart-link{color:#007bff;cursor:pointer;background:0 0;border:none;font-size:14px}.clear-cart-link:hover{text-decoration:underline}.cart-item-list{flex-direction:column;gap:16px;display:flex}.cart-item-card{background:#fff;border-radius:8px;gap:16px;padding:16px;display:flex;box-shadow:0 1px 4px #0000000d}.item-image{border:1px solid #eee;border-radius:4px;width:100px;min-width:100px;height:100px;position:relative;overflow:hidden}.item-details{flex-direction:column;flex:1;display:flex}.item-title-row{justify-content:space-between;align-items:flex-start;display:flex}.item-name{color:#333;margin:0;font-size:16px}.remove-item-btn{color:#999;cursor:pointer;background:0 0;border:none;padding:4px}.remove-item-btn:hover{color:#66aa38}.item-weight{color:#666;margin-top:4px;font-size:13px}.item-price-controls{justify-content:space-between;align-items:flex-end;margin-top:auto;display:flex}.item-price-info{flex-direction:column;display:flex}.current-price{color:#66aa38;font-size:18px;font-weight:700}.old-price{color:#999;font-size:13px;text-decoration:line-through}.quantity-controls{border:1px solid #ddd;border-radius:4px;align-items:center;display:flex;overflow:hidden}.quantity-controls button{cursor:pointer;color:#666;background:#f8f8f8;border:none;width:32px;height:32px;font-size:18px}.quantity-controls button:hover{background:#eee}.quantity-controls input{text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;outline:none;width:40px;height:32px;font-size:14px}.quantity-controls input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-controls input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-summary-section{height:fit-content;position:sticky;top:24px}.summary-card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 4px #0000000d}.summary-card h3{margin:0 0 16px;font-size:18px}.summary-row{color:#666;justify-content:space-between;margin-bottom:12px;font-size:14px;display:flex}.summary-divider{border:none;border-top:1px dashed #ddd;margin:16px 0}.summary-total-row{justify-content:space-between;align-items:center;font-weight:700;display:flex}.total-amount{color:#66aa38;font-size:24px}.vat-note{text-align:right;color:#999;margin-top:4px;margin-bottom:24px;font-size:12px}.customer-info-form{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.customer-info-form h4{color:#333;margin:0 0 8px;font-size:14px}.customer-info-form input,.customer-info-form textarea{border:1px solid #ddd;border-radius:4px;width:100%;padding:10px;font-family:inherit;font-size:14px}.customer-info-form input:focus,.customer-info-form textarea:focus{border-color:#66aa38;outline:none}.checkout-button{color:#fdd341;cursor:pointer;background-color:#66aa38;border:none;border-radius:8px;width:100%;padding:16px;font-size:16px;font-weight:700;transition:background-color .2s}.checkout-button:hover:not(:disabled){color:#333;background-color:#fdd341}.checkout-button:disabled{cursor:not-allowed;background-color:#a3d482}@media (max-width:768px){.cart-container{grid-template-columns:1fr}}.toast-message{color:#fff;z-index:1000;text-align:center;background-color:#66aa38;border-radius:8px;padding:16px 24px;font-size:16px;font-weight:700;animation:.3s ease-out slideUp;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}@keyframes slideUp{0%{opacity:0;bottom:-50px}to{opacity:1;bottom:24px}}
