.cart-container{position:fixed;bottom:20px;right:20px;background-color:#F39927;color:#ffffff;box-shadow:0 2px 10px rgba(0,0,0,.2);border-radius:50%;display:flex;width:60px;height:60px;justify-content:center;align-items:center;z-index:1000;cursor:pointer;transition:all .3s ease}.cart-container:hover{transform:scale(1.1);background-color:#e68a1f}.cart-badge{position:absolute;top:-5px;right:-5px;background-color:#ff4444;color:white;border-radius:50%;width:20px;height:20px;font-size:12px;display:flex;justify-content:center;align-items:center;font-weight:700}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1001;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-sidebar{position:fixed;top:0;right:-600px;width:580px;height:100vh;background-color:white;box-shadow:-2px 0 10px rgba(0,0,0,.1);z-index:1002;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.cart-sidebar--open{right:0}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee;background-color:#f8f9fa}.cart-header h2{margin:0;color:#333;font-size:1.5rem}.cart-close-btn{background:none;border:none;font-size:18px;cursor:pointer;color:#666;padding:5px;border-radius:4px;transition:background-color .2s}.cart-close-btn:hover{background-color:#eee}.cart-content{overflow:hidden}.cart-content,.cart-empty{flex:1;display:flex;flex-direction:column}.cart-empty{justify-content:center;align-items:center;color:#999;padding:40px}.cart-empty p{margin-top:16px;font-size:16px}.cart-items{flex:1;overflow-y:auto;padding:20px}.cart-item{display:flex;align-items:center;padding:15px 0;border-bottom:1px solid #f0f0f0}.cart-item:last-child{border-bottom:none}.cart-item-image{width:60px;height:60px;border-radius:8px;overflow:hidden;margin-right:15px}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1}.cart-item-details h4{margin:0 0 5px;color:#333;font-size:14px}.cart-item-details p{margin:0;color:#666;font-size:12px}.cart-item-total{font-weight:700;color:#333}.cart-footer{margin:15px;padding:15px;border-radius:20px;background:#F7F7F7}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:18px;font-weight:700;color:#333}.checkout-btn{width:100%;padding:15px;background-color:#F39927;color:white;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .3s}.checkout-btn:hover{background-color:#e68a1f}.checkout-btn:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width:480px){.cart-sidebar{width:100vw;right:-100vw}.cart-sidebar--open{right:0}}.cart-item-card{transition:box-shadow .3s ease}.cart-item-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.cart-item-remove-btn:hover{background-color:#ff4d4f;color:white}.cart-item-top{margin-bottom:8px}@media (max-width:768px){.cart-item-content{flex-direction:column}.cart-item-image{margin-bottom:12px}.cart-item-info{margin-left:0!important;width:100%}}.counter{background:#D9D9D9;border-radius:9px;gap:20px;padding:5px 15px;font-family:Montserrat,sans-serif;font-size:16px}