#cart-basket-button{position:fixed;bottom:20px;right:20px;background:#00bd3a;color:#000;border:none;padding:12px 20px;border-radius:8px;font-size:16px;font-weight:bold;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.3);z-index:9998;display:none;transition:all .3s ease;align-items:center;gap:0}#cart-basket-button:hover{transform:scale(1.05);box-shadow:0 6px 16px rgba(0,0,0,.4)}.cart-basket-icon{display:flex;align-items:center;justify-content:center;padding-right:12px}.cart-basket-icon svg{width:18px;height:16px}.cart-basket-divider{width:1px;height:24px;background-color:rgba(0,0,0,.3);margin:0 30px 0 0}.cart-basket-text{white-space:nowrap}.swal2-title{font-size:20px !important}.swal2-html-container{font-size:16px !important}.swal2-confirm,.swal2-cancel,.swal2-deny{border-radius:6px !important;font-size:16px !important;font-weight:600 !important;padding:14px 32px !important;margin:0 10px !important}.swal2-confirm{background-color:#00bd3a !important;color:#fff !important}.swal2-confirm:hover{background-color:#00a432 !important}.cart-popup{border-radius:12px !important;padding:0 !important;box-shadow:0 25px 50px -12px rgba(0,0,0,.25) !important}.cart-popup .swal2-header{padding:0 !important;margin:0 !important}.cart-popup .swal2-title{display:none !important}.cart-popup .swal2-html-container{margin:0 !important;padding:0 !important}.cart-popup .swal2-close{position:absolute !important;top:16px !important;right:16px !important;width:44px !important;height:44px !important;background:#333 !important;color:#fff !important;border-radius:6px !important;font-size:24px !important;z-index:10 !important}.cart-popup .swal2-close:hover{background:#555 !important}.cart-popup .swal2-actions{padding:20px 30px 30px !important;margin:0 !important;gap:12px !important;justify-content:flex-end !important}.cart-popup .swal2-confirm{background:#4caf50 !important;border-radius:6px !important;font-size:16px !important;font-weight:600 !important;padding:14px 32px !important;flex:none !important;width:33.3333333333% !important;margin:0 !important}.cart-popup .swal2-cancel{background:#f44336 !important;border-radius:6px !important;font-size:16px !important;font-weight:600 !important;padding:14px 32px !important;margin:0 !important}.cart-header{display:flex;align-items:center;gap:12px;padding:24px 30px;border-bottom:1px solid #e5e7eb;background:#fff;border-radius:12px 12px 0 0}.cart-header-icon{color:#374151;display:flex;align-items:center}.cart-header-icon svg{width:24px;height:24px}.cart-header-divider{width:1px;height:28px;background:#d1d5db}.cart-header-title{font-size:20px;font-weight:600;color:#111827}.cart-basket-items{max-height:350px;overflow-y:auto;padding:0 20px;background:#fff}.cart-basket-item{display:grid;grid-template-columns:1fr auto 60px 190px;align-items:center;gap:16px;padding:24px 0;border-bottom:1px solid #e5e7eb}.cart-basket-item:last-child{border-bottom:none}.cart-basket-item:hover .cart-delete-item{visibility:visible}.cart-delete-item{background:rgba(0,0,0,0);color:#dc2626;border:none;width:16px;height:16px;cursor:pointer;font-size:12px;font-weight:bold;display:flex;align-items:center;justify-content:center;justify-self:center;transition:all .2s;padding:0;flex-shrink:0;line-height:1;visibility:hidden}.cart-delete-item:hover{color:#b91c1c;transform:scale(1.1)}.cart-basket-item-title{font-size:15px;color:#111827;font-weight:400;line-height:1.4;text-align:left;word-wrap:break-word;overflow-wrap:break-word}.cart-quantity-input{width:50px;height:36px;padding:6px 8px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;text-align:center;color:#374151;background:#fff;justify-self:center;box-sizing:border-box;white-space:nowrap}.cart-quantity-input:focus{outline:none;border-color:#9ca3af}.cart-quantity-fixed{width:50px;height:36px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#374151;justify-self:center;white-space:nowrap}.cart-basket-item-price{text-align:right;font-size:15px;color:#111827;font-weight:400;white-space:nowrap}.cart-basket-totals{padding:20px 30px;background:#fff;border-top:2px solid #111827}.cart-basket-total-row{display:flex;justify-content:space-between;align-items:center}.cart-basket-total-label{font-size:18px;font-weight:700;color:#111827}.cart-basket-total-value{font-size:18px;font-weight:700;color:#111827}.cart-basket-item-content{display:contents}.cart-basket-item-details{display:contents}.cart-basket-item-duration{color:#6b7280;font-size:13px;grid-column:2}.cart-basket-item-quantity{display:contents}.item-total{font-size:15px;font-weight:400;color:#111827}.cart-basket-grand-total-row{display:flex;justify-content:space-between;align-items:center}.cart-basket-grand-total-label{font-size:18px;font-weight:700;color:#111827}.cart-basket-grand-total-value{font-size:18px;font-weight:700;color:#111827}@media(max-width: 1024px){.cart-delete-item{visibility:visible}}@media(max-width: 768px){.cart-popup{width:95vw !important;max-width:95vw !important}.cart-header{padding:16px 20px}.cart-basket-items{padding:0 15px}.cart-basket-item{grid-template-columns:auto auto 1fr;gap:8px 12px}.cart-basket-item-title{grid-column:1/-1;font-size:14px}.cart-delete-item{justify-self:start}.cart-basket-item-price{font-size:14px;justify-self:end}.cart-basket-totals{padding:16px 20px}.cart-popup .swal2-actions{padding:16px 20px 20px !important;flex-direction:column !important}.cart-popup .swal2-actions .swal2-confirm{width:100% !important}}.cart-notification{position:fixed;top:20px;right:20px;color:#fff;padding:16px 24px;border-radius:4px;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:10000;animation:slideIn .3s ease-out}.cart-notification-success{background:#4caf50}.cart-notification-error{background:#f44336}.cart-notification-info{background:#2196f3}@keyframes slideIn{from{transform:translateX(400px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideOut{from{transform:translateX(0);opacity:1}to{transform:translateX(400px);opacity:0}}