*{margin:0;padding:0}canvas{position:fixed;top:0;left:0}.top-right-svg{cursor:pointer;position:fixed;top:20px;right:20px;z-index:10}.center-arrows{position:fixed;top:50%;left:50%;gap:10px;transform:translate(-50%,-50%);z-index:10}.bottom-box{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background-color:#fffc;padding:15px 25px;border-radius:10px;box-shadow:0 4px 8px #0003;z-index:10;width:80%;max-width:400px;text-align:center}.box-content{display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:10px;color:#333;font-family:Arial,sans-serif;font-size:16px}.flex{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:24rem}.flipped{transform:scaleX(-1)}.cursor-pointer{cursor:pointer}.row-svg{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px}.bold-text{font-weight:700;font-size:20px;color:#1e2f57}.popup-container{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:1000;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.popup-content{background-color:#fff;width:90%;max-width:450px;border-radius:15px;box-shadow:0 5px 30px #0000004d;overflow:hidden;animation:popup-appear .3s ease-out}@keyframes popup-appear{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.popup-header{display:flex;justify-content:space-between;align-items:center;font-weight:700;padding:15px 20px;background-color:#f8f8f8;border-bottom:1px solid #eee}.popup-header h2{font-size:1.5rem;margin:0;color:#333;font-weight:600}.close-popup{font-size:1.8rem;color:#666;cursor:pointer;transition:color .2s;line-height:1}.close-popup:hover{color:tomato}.cart-items-container{max-height:50vh;overflow-y:auto;padding:10px 20px}.cart-item{display:flex;align-items:center;padding:15px 0;border-bottom:1px solid #eee;position:relative}.cart-item img{border-radius:8px;box-shadow:0 2px 5px #0000001a;object-fit:cover}.cart-item-details{margin-left:15px;flex-grow:1}.item-name{font-weight:500;margin-bottom:5px;font-size:1.1rem;color:#333}.item-price-qty{display:flex;justify-content:space-between;align-items:center}.item-price{font-weight:600;color:#1e2f57}.quantity-control{display:flex;align-items:center;background:#f5f5f5;border-radius:20px;padding:2px}.qty-btn{width:25px;height:25px;border-radius:50%;border:none;background:#fff;color:#333;font-weight:700;cursor:pointer;box-shadow:0 1px 3px #0000001a;transition:all .2s}.qty{padding:0 10px;font-weight:500}.remove-item{background:none;border:none;color:#ccc;font-size:1.2rem;cursor:pointer;padding:0 5px;transition:color .2s}.remove-item:hover{color:tomato}.cart-summary{background-color:#f8f8f8;padding:15px 20px;border-top:1px solid #eee}.cart-total{display:flex;justify-content:space-between;font-weight:600;margin-bottom:15px;font-size:1.2rem}.checkout-btn{width:100%;padding:12px;background-color:#1e2f57;color:#fff;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;box-shadow:0 3px 10px #ff63474d}.checkout-btn:hover{background-color:#1e2f57}
