:root{--appointment-primary: #0060a9;--appointment-primary-hover: #004f8b;--appointment-success: #2e7d32;--appointment-danger: #d32f2f;--appointment-bg: rgba(0,0,0,.55);--appointment-border: #e5e5e5;--appointment-text: #222;--appointment-text-light: #666;--appointment-radius: 14px;--appointment-shadow: 0 15px 50px rgba(0,0,0,.18)}.appointment-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;z-index:99999}.appointment-modal.is-visible{display:flex}.appointment-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--appointment-bg);opacity:0;transition:.25s}.appointment-modal.is-visible .appointment-modal__overlay{opacity:1}.appointment-modal__dialog{position:relative;width:min(640px,calc(100vw - 32px));max-height:90vh;overflow:hidden;display:flex;flex-direction:column;background:#fff;border-radius:var(--appointment-radius);box-shadow:var(--appointment-shadow);transform:translateY(20px) scale(.97);opacity:0;transition:transform .28s ease,opacity .28s ease}.appointment-modal.is-visible .appointment-modal__dialog{transform:none;opacity:1}.appointment-modal__header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding:15px 24px;border-bottom:1px solid var(--appointment-border)}.appointment-modal__header h2{margin:0 0 12px;font-size:28px;font-weight:700}.appointment-store{color:var(--appointment-text-light);line-height:1.5}.appointment-store__name{font-size:18px;font-weight:600;color:var(--appointment-text)}.appointment-store__address,.appointment-store__phone{margin-top:3px}.appointment-modal__close{background:none;border:none;cursor:pointer;font-size:34px;color:#999;line-height:1;transition:.2s}.appointment-modal__close:hover{color:#000}.appointment-step-header{padding:15px 24px;border-bottom:1px solid var(--appointment-border)}.appointment-step-header__step{display:block;color:var(--appointment-primary);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.appointment-step-header__title{margin:0;font-size:22px;font-weight:700}.appointment-step-header__title{transition:opacity .2s}.appointment-step-header__title.is-changing{opacity:0}.appointment-pages{flex:1;overflow:auto;padding:15px 24px}.appointment-page{display:none}.appointment-page.is-active{display:block}.appointment-section{margin-bottom:30px}.appointment-section h3{margin-bottom:18px;font-size:20px}.appointment-section{overflow:hidden;max-height:500px;opacity:1;transition:max-height .35s ease,opacity .25s ease,margin .35s ease}.appointment-section.is-collapsed{max-height:0;opacity:0;margin-bottom:0;pointer-events:none}.appointment-date-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px}.appointment-date{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:72px}.appointment-date__weekday{font-size:13px;font-weight:600;text-transform:uppercase;opacity:.8}.appointment-date__day{font-size:18px;font-weight:700}.appointment-date:hover{border-color:var(--appointment-primary)}.appointment-date.is-selected{background:var(--appointment-primary);color:#fff}.appointment-date-summary{margin-bottom:20px}.appointment-date-summary__button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border:1px solid #d8e9f8;border-radius:10px;background:#f5f9fd;cursor:pointer;transition:.2s}.appointment-date-summary__button:hover{border-color:var(--appointment-primary)}.appointment-date-summary__info{text-align:left}.appointment-date-summary__label{font-size:12px;color:var(--appointment-text-light);margin-bottom:4px}.appointment-date-summary__change{color:var(--appointment-primary);font-weight:600}.appointment-time-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(95px,1fr));gap:12px}.appointment-time{padding:10px;border-radius:8px;border:1px solid var(--appointment-border);cursor:pointer;text-align:center;transition:.2s}.appointment-time:hover{border-color:var(--appointment-primary)}.appointment-time.is-selected{background:var(--appointment-primary);color:#fff;border-color:#0055a5}.appointment-time:focus{outline:2px solid #0055a5}.appointment-loading{margin:20px 0;color:#666;font-style:italic}.appointment-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.appointment-field label{display:block;margin-bottom:8px;font-weight:600}.appointment-field input,.appointment-field textarea,.appointment-field select{width:100%;border:1px solid #ccc;border-radius:8px;padding:10px;font-size:15px;box-sizing:border-box}.appointment-field input:focus,.appointment-field textarea:focus,.appointment-field select:focus{border-color:var(--appointment-primary);outline:none}.appointment-field__error{display:none;color:var(--appointment-danger);font-size:13px;margin-top:6px}.appointment-field__error.is-visible{display:block}.appointment-no-times{padding:24px;text-align:center;color:#666}.appointment-booking-error{margin:15px;font-size:15px;color:var(--appointment-danger)}.appointment-contact-requirement{font-size:.85rem;margin-top:16px;margin-bottom:8px;opacity:.75}.appointment-contact-error{color:#d32f2f;font-size:.85rem;margin-top:6px}.appointment-modal__footer{display:flex;justify-content:flex-end;gap:14px;padding:24px 30px;border-top:1px solid var(--appointment-border)}.appointment-button{border:none;cursor:pointer;border-radius:8px;padding:12px 24px;font-size:15px;font-weight:600}.appointment-button--primary{background:var(--appointment-primary);color:#fff}.appointment-button--primary:hover{background:var(--appointment-primary-hover)}.appointment-button--primary:disabled{opacity:.5;cursor:not-allowed}.appointment-button--secondary{background:#f3f3f3}.appointment-button--secondary:hover{background:#e6e6e6}.appointment-success{padding:15px}.appointment-success__header{display:flex;align-items:center;gap:14px}.appointment-step-header__title-row{display:flex;align-items:center;gap:12px}.appointment-step-header__icon{width:36px;height:36px;border-radius:50%;background:var(--appointment-success);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;flex-shrink:0}.appointment-summary{margin-top:24px;text-align:left}.appointment-success p.appointment-success__text{padding-bottom:10px}@media(max-width:640px){.appointment-modal{align-items:flex-end}.appointment-modal__dialog{width:100%;max-height:95vh;border-radius:20px 20px 0 0}.appointment-modal__header,.appointment-pages{padding:20px}.appointment-grid{grid-template-columns:1fr}}.appointment-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px 0}.appointment-spinner{width:32px;height:32px;border:3px solid #ddd;border-top-color:#d71920;border-radius:50%;animation:appointment-spin .8s linear infinite}@keyframes appointment-spin{to{transform:rotate(360deg)}}.appointment-legal{padding:10px 0}.appointment-legal__text{max-height:350px;overflow-y:auto;padding-right:12px}.appointment-legal__text h4{margin-top:0;margin-bottom:16px}.appointment-legal__text p{margin-bottom:16px}.appointment-legal__text p:last-child{margin-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/65/assets/appointment-modal.css.map */
