.booking-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;padding:20px}.booking-modal-overlay.active{opacity:1;visibility:visible}.booking-modal{background:#fff;border-radius:12px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;transform:translateY(20px) scale(.95);transition:all .3s cubic-bezier(.4,0,.2,1)}.booking-modal-overlay.active .booking-modal{transform:translateY(0) scale(1)}.booking-modal-header{padding:24px;border-bottom:1px solid #E5E7EB;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.booking-modal-header h2{margin:0;font-size:24px;font-weight:600;color:#1f2937}.booking-modal-close{background:transparent;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease;padding:0;color:#6b7280}.booking-modal-close:hover{background:#f3f4f6;color:#1f2937}.booking-modal-close svg{width:24px;height:24px;fill:currentColor}.booking-modal-body{flex:1;overflow-y:auto;min-height:400px;position:relative}.booking-modal-iframe{width:100%;height:100%;min-height:500px;border:none;display:block}.booking-modal-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.booking-modal-loading .spinner{width:48px;height:48px;border:4px solid #E5E7EB;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.booking-modal-loading p{margin-top:16px;color:#6b7280;font-size:14px}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.booking-modal-overlay{padding:0}.booking-modal{max-width:100%;max-height:100%;height:100%;border-radius:0}.booking-modal-header{padding:16px}.booking-modal-header h2{font-size:20px}.booking-modal-iframe{min-height:calc(100vh - 60px)}}body.booking-modal-open{overflow:hidden}.booking-modal-error{padding:40px;text-align:center}.booking-modal-error svg{width:64px;height:64px;fill:#ef4444;margin-bottom:16px}.booking-modal-error h3{margin:0 0 8px;font-size:20px;color:#1f2937}.booking-modal-error p{margin:0 0 24px;color:#6b7280}.booking-modal-error button{background:#3b82f6;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}.booking-modal-error button:hover{background:#2563eb}
/*# sourceMappingURL=/cdn/shop/t/215/assets/booking-modal.css.map */
