.cart-button{position:fixed;bottom:2rem;right:2rem;background:linear-gradient(135deg,#0f8,#00cc6a);color:#000;border:none;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 20px #00ff884d;transition:all .3s ease;z-index:50001}.cart-button:hover{background:linear-gradient(135deg,#00cc6a,#0a5);transform:scale(1.1);box-shadow:0 6px 25px #0f86}.cart-badge{position:absolute;top:-5px;right:-5px;background:#f44;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;border:2px solid #000000}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:flex-start;justify-content:center;z-index:2147483647!important;padding:1rem;overflow-y:auto;overflow-x:auto;min-height:100vh;min-width:100vw;box-sizing:border-box}.cart-container{background:#1a1a1a;border-radius:12px;width:min(600px,calc(100vw - 2rem));max-width:none;max-height:calc(100vh - 2rem);min-height:auto;overflow:hidden;border:1px solid #333333;box-shadow:0 10px 40px #0009;margin:1rem auto;position:relative;box-sizing:border-box}.cart-header{background:#2a2a2a;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333333}.cart-header h2{color:#fff;margin:0;font-size:1.5rem;font-weight:400}.close-btn{background:none;border:none;color:#ccc;font-size:1.5rem;cursor:pointer;transition:color .2s ease;padding:.5rem;border-radius:4px}.close-btn:hover{color:#f44;background:#ff44441a}.cart-content{padding:1.5rem;max-height:calc(90vh - 100px);overflow-y:auto}.empty-cart{text-align:center;color:#888;padding:2rem}.cart-items{margin-bottom:2rem}.cart-item{display:flex;align-items:center;justify-content:space-between;background:#2a2a2a;border-radius:8px;padding:1rem;margin-bottom:1rem;border:1px solid #333333}.item-info{flex:1}.item-info h4{color:#fff;margin:0 0 .5rem;font-size:1rem;font-weight:500}.item-info p{color:#888;margin:0 0 .5rem;font-size:.9rem}.item-category{color:#0f8!important;font-weight:500!important;font-size:.85rem!important}.item-price{color:#0f8;font-weight:500;font-size:.9rem}.item-controls{display:flex;align-items:center;gap:1rem;margin:0 1rem}.quantity-controls{display:flex;align-items:center;gap:.5rem}.qty-btn{background:#333;border:1px solid #555555;color:#fff;width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.qty-btn:hover{background:#555;border-color:#777}.qty-btn:active{transform:scale(.95)}.quantity{color:#fff;font-weight:500;min-width:30px;text-align:center}.remove-btn{background:#f44;border:1px solid #ff6666;color:#fff;width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.remove-btn:hover{background:#f66;border-color:#f88}.item-subtotal{color:#0f8;font-weight:600;font-size:1.1rem}.cart-total{background:#2a2a2a;border-radius:8px;padding:1.5rem;margin-bottom:2rem;border:1px solid #333333;text-align:center}.cart-total h3{color:#0f8;margin:0;font-size:1.5rem;font-weight:600}.customer-info{background:#2a2a2a;border-radius:8px;padding:1.5rem;margin-bottom:2rem;border:1px solid #333333}.customer-info h3{color:#fff;margin:0 0 1rem;font-size:1.1rem;font-weight:500}.customer-input{width:100%;background:#1a1a1a;border:1px solid #555555;border-radius:6px;padding:.75rem;color:#fff;font-size:.9rem;margin-bottom:.75rem;transition:border-color .2s ease}.customer-input:focus{outline:none;border-color:#0f8;box-shadow:0 0 0 2px #0f83}.customer-input::placeholder{color:#888}.cart-actions{display:flex;flex-direction:column;gap:.5rem}.action-btn{padding:.4rem .6rem;border:none;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.3rem}.pdf-btn{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.pdf-btn:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-2px);box-shadow:0 4px 15px #007bff4d}.whatsapp-btn{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.whatsapp-btn:hover{background:linear-gradient(135deg,#128c7e,#075e54);transform:translateY(-2px);box-shadow:0 4px 15px #25d3664d}.clear-btn{background:linear-gradient(135deg,#6c757d,#5a6268);color:#fff}.clear-btn:hover{background:linear-gradient(135deg,#5a6268,#495057);transform:translateY(-2px);box-shadow:0 4px 15px #6c757d4d}.add-to-cart-btn{width:100%;background:linear-gradient(135deg,#0f8,#00cc6a);color:#000;border:none;border-radius:6px;padding:.75rem 1rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.add-to-cart-btn:hover{background:linear-gradient(135deg,#00cc6a,#0a5);transform:translateY(-2px);box-shadow:0 4px 15px #00ff884d}.add-to-cart-btn:active{transform:translateY(0)}@media (max-width: 768px){.cart-button{bottom:1rem;right:1rem;width:50px;height:50px;font-size:1.25rem}.cart-badge{width:20px;height:20px;font-size:.7rem}.cart-overlay{padding:.5rem}.cart-container{max-height:95vh}.cart-header,.cart-content{padding:1rem}.cart-item{flex-direction:column;align-items:stretch;gap:1rem}.item-controls{justify-content:space-between;margin:0}.item-subtotal{text-align:center;font-size:1.2rem}.cart-actions{gap:.75rem}.action-btn{padding:.6rem .9rem;font-size:.8rem}.customer-input{font-size:.85rem;padding:.65rem}}@media (max-width: 500px) and (min-width: 481px){.cart-button{width:52px;height:52px;font-size:1.3rem;bottom:1.2rem;right:1.2rem;box-shadow:0 6px 25px #0f86}.cart-button:hover{transform:scale(1.08);box-shadow:0 8px 30px #00ff8880}.cart-badge{width:22px;height:22px;font-size:.75rem;top:-6px;right:-6px}}@media (max-width: 480px){.cart-button{width:48px;height:48px;font-size:1.2rem;bottom:1rem;right:1rem;box-shadow:0 5px 20px #00ff8859}.cart-button:hover{transform:scale(1.05);box-shadow:0 7px 25px #00ff8873}.cart-badge{width:20px;height:20px;font-size:.7rem;top:-5px;right:-5px}.cart-container{max-height:98vh;border-radius:8px;max-width:calc(100vw - .5rem)}.cart-header,.cart-content{padding:.75rem}.cart-header h2{font-size:1.2rem}.cart-item{padding:.75rem;gap:.75rem}.item-info h4{font-size:.9rem}.qty-btn,.remove-btn{width:28px;height:28px;font-size:.8rem}.action-btn{padding:.6rem 1rem;font-size:.85rem}.customer-input{font-size:.8rem;padding:.6rem}}@media (max-width: 650px),(min-width: 651px) and (max-height: 600px){.cart-overlay{padding:.25rem}.cart-container{max-width:98vw;max-height:98vh;border-radius:8px}.cart-header{padding:1rem}.cart-header h2{font-size:1.2rem}}@media (max-width: 400px) or (max-height: 500px){.cart-container{max-width:99vw;max-height:99vh;border-radius:4px}.cart-header{padding:.75rem}.customer-info,.cart-actions{padding:1rem}.action-btn{padding:.5rem .75rem;font-size:.8rem}}@media (max-width: 320px) or (max-height: 400px){.cart-overlay{padding:.125rem}.cart-container{max-width:99.5vw;max-height:99.5vh;border-radius:2px}.cart-header,.cart-content{padding:.5rem}.cart-header h2{font-size:1rem}.cart-item{padding:.5rem;gap:.5rem}.action-btn{padding:.4rem .6rem;font-size:.75rem}.customer-input{font-size:.75rem;padding:.5rem}}@media (max-height: 400px){.cart-container{max-height:95vh}.cart-content{max-height:calc(95vh - 120px)}}.email-form-container{margin-top:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:10px;border:1px solid #00ff88}.email-form-container h3{color:#0f8;margin-bottom:1rem;text-align:center}.email-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#fff;font-weight:700;font-size:.9rem}.email-preview{background:#0a0a0a;border:1px solid #333333;border-radius:5px;padding:1rem;color:#fff;font-family:Courier New,monospace;font-size:.85rem;line-height:1.4;resize:vertical;min-height:200px}.form-actions{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.email-btn{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.email-btn:hover{background:linear-gradient(135deg,#0056b3,#004494);transform:translateY(-2px)}.success-message{text-align:center;color:#0f8;padding:2rem}.success-message p{font-size:1.1rem;margin-bottom:1rem}@media (max-width: 900px) and (min-width: 401px){.cart-overlay{padding:2rem .75rem .75rem;align-items:flex-start}.cart-container{width:calc(100vw - 1.5rem);max-height:calc(100vh - 3rem);border-radius:8px}.cart-header,.cart-content{padding:1rem}.action-btn{padding:.35rem .5rem;font-size:.7rem;gap:.25rem}}@media (max-width: 600px){.cart-overlay{padding:1rem .5rem .5rem;align-items:flex-start}.cart-container{width:calc(100vw - 1rem);max-height:calc(100vh - 2rem);border-radius:6px}.cart-header{padding:.75rem}.cart-header h2{font-size:1.1rem}.cart-content{padding:.75rem}.action-btn{padding:.3rem .4rem;font-size:.65rem;gap:.2rem}}@media (max-width: 400px){.cart-overlay{padding:.5rem .25rem .25rem;align-items:flex-start}.cart-container{width:calc(100vw - .5rem);max-height:calc(100vh - 1rem);border-radius:4px}.cart-header{padding:.5rem}.cart-header h2{font-size:1rem}.close-btn{font-size:1.2rem}.cart-content{padding:.5rem}.cart-item{padding:.5rem;gap:.5rem}.action-btn{padding:.25rem .35rem;font-size:.6rem;gap:.15rem}.customer-input{font-size:.65rem;padding:.4rem}}@media (max-width: 300px){.cart-overlay{padding:.25rem .125rem .125rem;align-items:flex-start}.cart-container{width:calc(100vw - .25rem);max-height:calc(100vh - .5rem);border-radius:2px}.cart-header{padding:.25rem}.cart-header h2{font-size:.8rem}.close-btn{font-size:1rem;padding:.25rem}.cart-content{padding:.25rem}.cart-item{padding:.25rem;gap:.25rem}.action-btn{padding:.2rem .3rem;font-size:.55rem;gap:.1rem}.customer-input{font-size:.6rem;padding:.3rem}}@media (max-height: 600px){.cart-overlay{align-items:flex-start;padding-top:1rem}.cart-container{max-height:calc(100vh - 2rem)}.cart-content{max-height:calc(100vh - 8rem);overflow-y:auto}}@media (max-height: 400px){.cart-overlay{align-items:flex-start;padding-top:.5rem}.cart-container{max-height:calc(100vh - 1rem)}.cart-content{max-height:calc(100vh - 6rem);overflow-y:auto}}.cart-notification{position:fixed;top:20px;right:20px;z-index:2147483648;max-width:420px;min-width:340px;background:#1a1a1a;border-radius:12px;box-shadow:0 8px 32px #0009;border:1px solid #333;opacity:0;transform:translate(100%);transition:all .3s cubic-bezier(.68,-.55,.265,1.55);overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.cart-notification.show{opacity:1;transform:translate(0)}.cart-notification.info{border-left:4px solid #00ff88;background:linear-gradient(135deg,#1a1a1a,#1e2a1e)}.cart-notification.warning{border-left:4px solid #ff9800;background:linear-gradient(135deg,#1a1a1a,#2a1e0f)}.notification-content{display:flex;align-items:flex-start;padding:1.25rem;gap:1rem;position:relative}.notification-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-top:2px;font-size:1.1rem}.cart-notification.info .notification-icon{color:#0f8;text-shadow:0 0 8px rgba(0,255,136,.3)}.cart-notification.warning .notification-icon{color:#ff9800;text-shadow:0 0 8px rgba(255,152,0,.3)}.notification-message{flex:1;min-width:0}.notification-text{color:#e0e0e0;font-size:.9rem;line-height:1.5;font-weight:400;word-wrap:break-word}.notification-close{flex-shrink:0;background:none;border:none;color:#888;cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:.9rem;width:24px;height:24px}.notification-close:hover{color:#e0e0e0;background:#ffffff1a;transform:scale(1.1)}.cart-notification:after{content:"";position:absolute;bottom:0;left:0;height:3px;background:linear-gradient(90deg,#0f8,#00cc6a);animation:progress-bar 5s linear forwards;border-radius:0 0 12px 12px}.cart-notification.warning:after{background:linear-gradient(90deg,#ff9800,#ff6f00);animation:progress-bar 8s linear forwards}@keyframes progress-bar{0%{width:100%}to{width:0%}}.cart-notification:hover:after{animation-play-state:paused}.cart-notification:nth-child(2){top:110px}.cart-notification:nth-child(3){top:200px}.cart-notification:nth-child(4){top:290px}@media (max-width: 768px){.cart-notification{right:10px;left:10px;max-width:none;min-width:auto;top:10px}.cart-notification:nth-child(2){top:100px}.cart-notification:nth-child(3){top:190px}.notification-content{padding:1rem;gap:.75rem}.notification-text{font-size:.85rem}}@media (max-width: 480px){.cart-notification{right:5px;left:5px;top:5px;min-width:auto}.cart-notification:nth-child(2){top:95px}.cart-notification:nth-child(3){top:185px}.notification-content{padding:.875rem}.notification-text{font-size:.8rem}.notification-icon{font-size:1rem}}
