*{box-sizing:border-box;margin:0;padding:0}:root{--cream: rgba(255, 251, 241, 1);--cream-transparent: rgba(255, 251, 241, .8);--beige-light: rgba(252, 225, 211, .7);--orange-dark: #573720;--brown-light: #996139;--tan: #d2b48c}.shopping-cart{position:fixed;top:0;right:0;width:100%;max-width:400px;height:100vh;background:linear-gradient(to bottom,#fffbf1fa,#fce1d3f2);box-shadow:-4px 0 24px #57372026;z-index:1000;transform:translate(100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column;overflow:hidden}.shopping-cart.open{transform:translate(0)}.cart-container{width:100%;height:100%;display:flex;flex-direction:column;background:#fff}.cart-header{padding:1.5rem;border-bottom:1px solid rgba(210,180,140,.3);display:flex;justify-content:space-between;align-items:center;background:#fff}.cart-header h2{font-size:1.5rem;color:var(--orange-dark);font-family:Quicksand,sans-serif;font-weight:600;margin:0}.close-button{background:none;border:none;color:var(--orange-dark);font-size:1.5rem;cursor:pointer;padding:.5rem;transition:transform .2s ease}.close-button:hover{transform:rotate(90deg)}.cart-content{flex:1;overflow-y:auto;padding:1.5rem;background:#fff}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.loading-message,.error-message,.empty-cart-message{padding:2rem;text-align:center;color:var(--orange-dark);font-size:1.1rem}.error-message{color:#e53e3e}.cart-item{display:flex;gap:1rem;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #5737200d;position:relative}.item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.item-title{font-size:1.1rem;font-weight:600;color:var(--orange-dark);margin:0}.item-category{font-size:.9rem;color:var(--brown-light)}.item-price{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:var(--orange-dark)}.original-price{text-decoration:line-through;color:var(--brown-light);font-size:.9rem;font-weight:400}.discount-price{color:#e53e3e}.total{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#fffbf1e6;border-radius:6px;box-shadow:0 1px 2px #432b1814;border:1px solid rgba(67,43,24,.12);gap:.5rem}.item-quantity{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#432b18;font-weight:500}.quantity-input{width:48px;margin:0;height:32px;padding:.25rem;border:1px solid rgba(67,43,24,.15);border-radius:4px;text-align:center;font-size:.9rem;font-weight:600;color:#432b18;background-color:#fff;transition:all .15s ease;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input:hover{border-color:#432b1840}.quantity-input:focus{outline:none;border-color:#432b184d;box-shadow:0 0 0 2px #432b1814}.item-total{font-size:.95rem;font-weight:600;color:#432b18;padding:.375rem .75rem;border-radius:4px}.quantity-controls{display:flex;align-items:center;gap:.375rem}.quantity-button{width:22px;height:22px;display:flex;align-items:center;justify-content:center;background-color:#432b1814;border:none;border-radius:3px;color:#432b18;cursor:pointer;transition:all .15s ease;font-weight:600;font-size:.85rem}.quantity-button:hover{background-color:#432b181f}.quantity-button:active{transform:scale(.95)}.quantity-button:disabled{opacity:.4;cursor:not-allowed;background-color:#432b180d}.remove-button{background:none;border:none;color:var(--brown-light);font-size:1.1rem;cursor:pointer;padding:.5rem;transition:color .2s ease;position:absolute;top:1rem;right:1rem}.remove-button:hover{color:#e53e3e}.cart-footer{padding:1.5rem;border-top:1px solid rgba(210,180,140,.3);background:#fff}.total-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(210,180,140,.2)}.total-label{font-size:1.2rem;color:var(--orange-dark);font-weight:600}.total-amount{font-size:1.4rem;color:var(--orange-dark);font-weight:700}.checkout-button{width:100%;padding:1rem;background:linear-gradient(135deg,var(--brown-light) 0%,var(--orange-dark) 100%);color:var(--cream);border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Quicksand,sans-serif}.checkout-button:hover{background:linear-gradient(135deg,var(--orange-dark) 0%,var(--brown-light) 100%)}.checkout-button:disabled{background:#ccc;cursor:not-allowed}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;backdrop-filter:blur(4px);z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.cart-overlay.visible{opacity:1;visibility:visible}@media (max-width: 480px){.shopping-cart{max-width:100%}.cart-header{padding:1rem}.cart-header h2{font-size:1.3rem}.cart-content{padding:1rem}.cart-item{padding:.8rem}.item-title,.item-price{font-size:1rem}.cart-footer{padding:1rem}.total-label{font-size:1.1rem}.total-amount{font-size:1.3rem}.checkout-button{padding:.8rem;font-size:1rem}}
