:root{--gst-booking-text-scale: 1.35;--gst-booking-font-xs: calc(.75rem * var(--gst-booking-text-scale));--gst-booking-font-sm: calc(.9375rem * var(--gst-booking-text-scale));--gst-booking-font-md: calc(1rem * var(--gst-booking-text-scale));--gst-booking-font-lg: calc(1.25rem * var(--gst-booking-text-scale));--gst-booking-font-card-title: calc(1.375rem * var(--gst-booking-text-scale))}.gst-booking-section{padding-top:4rem;padding-bottom:4rem;font-size:var(--gst-booking-font-md)}.gst-booking-section .form-control,.gst-booking-section .form-label,.gst-booking-cta{font-size:var(--gst-booking-font-md)}.gst-booking-header{text-align:center;margin-bottom:2.5rem}.gst-booking-header__title{font-size:calc(var(--font-heading-scale, 1.75rem) * var(--gst-booking-text-scale));margin-bottom:.5rem}.gst-progress{display:flex;align-items:center;justify-content:center;gap:0;margin:0 auto 2.5rem;max-width:400px;position:relative}.gst-progress__step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;z-index:1}.gst-progress__step:not(:last-child):after{content:"";position:absolute;top:14px;left:50%;width:100%;height:2px;background:rgba(var(--color-foreground, 18, 18, 18),.15);z-index:0}.gst-progress__step--done:not(:last-child):after,.gst-progress__step--active:not(:last-child):after{background:rgb(var(--color-button, 18, 18, 18))}.gst-progress__dot{width:28px;height:28px;border-radius:50%;border:2px solid rgba(var(--color-foreground, 18, 18, 18),.2);background:rgb(var(--color-background, 255, 255, 255));display:flex;align-items:center;justify-content:center;font-size:var(--gst-booking-font-sm);font-weight:600;color:rgba(var(--color-foreground, 18, 18, 18),.4);position:relative;z-index:2;transition:background .2s,border-color .2s,color .2s}.gst-progress__step--done .gst-progress__dot{background:rgb(var(--color-button, 18, 18, 18));border-color:rgb(var(--color-button, 18, 18, 18));color:rgb(var(--color-button-label, 255, 255, 255))}.gst-progress__step--active .gst-progress__dot{background:rgb(var(--color-button, 18, 18, 18));border-color:rgb(var(--color-button, 18, 18, 18));color:rgb(var(--color-button-label, 255, 255, 255));box-shadow:0 0 0 4px rgba(var(--color-button, 18, 18, 18),.15)}.gst-progress__label{font-size:var(--gst-booking-font-sm);margin-top:.4rem;color:rgba(var(--color-foreground, 18, 18, 18),.55);white-space:nowrap}.gst-progress__step--active .gst-progress__label,.gst-progress__step--done .gst-progress__label{color:rgb(var(--color-foreground, 18, 18, 18));font-weight:600}.gst-booking-inner{max-width:680px;margin:0 auto}.gst-booking-card{background:rgb(var(--color-background, 255, 255, 255));border:1px solid rgba(var(--color-foreground, 18, 18, 18),.08);border-radius:var(--blocks-radius, 8px);padding:2rem}.gst-booking-card__title{font-size:var(--gst-booking-font-card-title);margin-bottom:1.5rem;font-weight:600}.gst-spinner{display:flex;gap:6px;justify-content:center;padding:1.5rem 0}.gst-spinner span{width:8px;height:8px;border-radius:50%;background:rgb(var(--color-button, 18, 18, 18));animation:gst-bounce .9s ease-in-out infinite}.gst-spinner span:nth-child(2){animation-delay:.15s}.gst-spinner span:nth-child(3){animation-delay:.3s}@keyframes gst-bounce{0%,80%,to{transform:scale(0);opacity:.4}40%{transform:scale(1);opacity:1}}.gst-alert{padding:.875rem 1rem;border-radius:var(--blocks-radius, 6px);font-size:var(--gst-booking-font-sm);margin-bottom:1rem}.gst-alert--error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.gst-no-results{color:rgba(var(--color-foreground, 18, 18, 18),.6);font-size:var(--gst-booking-font-sm);text-align:center;padding:1.5rem 0}.gst-calendar-subtitle{font-size:var(--gst-booking-font-sm);color:rgba(var(--color-foreground, 18, 18, 18),.65);margin-bottom:1.25rem}.gst-clinic-map{position:relative;z-index:0;isolation:isolate;width:100%;height:clamp(140px,28vw,240px);border-radius:var(--blocks-radius, 8px);overflow:hidden;border:1px solid rgba(var(--color-foreground, 18, 18, 18),.08);margin-bottom:1.25rem;background:rgba(var(--color-foreground, 18, 18, 18),.03)}.gst-clinic-map__loading{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.gst-clinic-map__iframe,.gst-clinic-map__leaflet{width:100%;height:100%;border:0;display:block}.gst-clinic-map__fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;width:100%;height:100%;padding:1rem;text-align:center}.gst-clinic-map__fallback-text{margin:0;font-size:var(--gst-booking-font-sm);color:rgba(var(--color-foreground, 18, 18, 18),.65)}.gst-clinic-map__fallback-link{font-size:var(--gst-booking-font-sm);font-weight:600;text-decoration:underline;text-underline-offset:2px;color:rgb(var(--color-button, 18, 18, 18))}.gst-month-nav{--gst-month-nav-h: 40px;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.gst-month-nav__btn{box-sizing:border-box;width:var(--gst-month-nav-h);height:var(--gst-month-nav-h);min-width:var(--gst-month-nav-h);min-height:var(--gst-month-nav-h);padding:0;border:1px solid rgba(var(--color-foreground, 18, 18, 18),.15);border-radius:var(--blocks-radius, 4px);background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:var(--gst-booking-font-md);font-weight:600;line-height:1;transition:background .15s,border-color .15s;flex-shrink:0}.gst-month-nav__btn:hover:not(:disabled){background:rgba(var(--color-foreground, 18, 18, 18),.05);border-color:rgba(var(--color-foreground, 18, 18, 18),.3)}.gst-month-nav__btn:disabled{opacity:.3;cursor:default}.gst-month-nav__btn svg{width:14px;height:14px}.gst-month-nav__select{box-sizing:border-box;flex:1;height:var(--gst-month-nav-h);min-height:var(--gst-month-nav-h);max-height:var(--gst-month-nav-h);padding:0 .75rem;margin:0;border:1px solid rgba(var(--color-foreground, 18, 18, 18),.15);border-radius:var(--blocks-radius, 4px);background:none;font-size:var(--gst-booking-font-md);font-weight:600;line-height:calc(var(--gst-month-nav-h) - 2px);cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;text-align:center}.gst-calendar-wrap{overflow-x:auto}.gst-calendar{width:100%;border-collapse:collapse}.gst-calendar th{font-size:var(--gst-booking-font-sm);font-weight:600;text-transform:uppercase;color:rgba(var(--color-foreground, 18, 18, 18),.5);padding:.35rem 0;text-align:center}.gst-calendar__cell{padding:3px;text-align:center}.gst-calendar__loading{padding:1.5rem}.gst-calendar__no-avail{padding:1.5rem;font-size:var(--gst-booking-font-sm);color:rgba(var(--color-foreground, 18, 18, 18),.55)}.gst-calendar__day{width:42px;height:42px;border-radius:var(--blocks-radius, 4px);font-size:var(--gst-booking-font-md);display:inline-flex;align-items:center;justify-content:center}.gst-calendar__day--open{background:none;border:1px solid rgba(var(--color-foreground, 18, 18, 18),.15);cursor:pointer;font-weight:600;transition:background .15s,border-color .15s}.gst-calendar__day--open:hover,.gst-calendar__day--open:focus-visible{background:rgba(var(--color-button, 18, 18, 18),.08);border-color:rgb(var(--color-button, 18, 18, 18));outline:none}.gst-calendar__day--open.gst-calendar__day--selected{background:rgb(var(--color-button, 18, 18, 18));border-color:rgb(var(--color-button, 18, 18, 18));color:rgb(var(--color-button-label, 255, 255, 255))}.gst-calendar__day--closed{color:rgba(var(--color-foreground, 18, 18, 18),.42)}.gst-calendar__day--blocked{color:rgba(var(--color-foreground, 18, 18, 18),.42);text-decoration:line-through;cursor:help}.gst-slots-title{font-size:var(--gst-booking-font-sm);font-weight:600;margin:1.5rem 0 .75rem}.gst-slots{display:flex;flex-wrap:wrap;gap:.5rem}.gst-slot-btn{padding:.45rem .875rem;border:1px solid rgba(var(--color-foreground, 18, 18, 18),.15);border-radius:var(--blocks-radius, 20px);background:none;font-size:var(--gst-booking-font-sm);font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.gst-slot-btn:hover,.gst-slot-btn:focus-visible{background:rgba(var(--color-button, 18, 18, 18),.06);border-color:rgb(var(--color-button, 18, 18, 18));outline:none}.gst-slot-btn--selected{background:rgb(var(--color-button, 18, 18, 18));border-color:rgb(var(--color-button, 18, 18, 18));color:rgb(var(--color-button-label, 255, 255, 255))}.gst-patient-form{display:flex;flex-direction:column;gap:1rem}.gst-patient-form .form-field{display:flex;flex-direction:column;gap:.35rem}.gst-patient-form .form-label{font-weight:600}.gst-patient-form .form-control{width:100%;padding:.625rem .875rem;border:1px solid rgba(var(--color-foreground, 18, 18, 18),.2);border-radius:var(--blocks-radius, 4px);background:rgb(var(--color-background, 255, 255, 255));transition:border-color .15s}.gst-patient-form .form-control:focus{outline:none;border-color:rgb(var(--color-button, 18, 18, 18));box-shadow:0 0 0 3px rgba(var(--color-button, 18, 18, 18),.12)}.gst-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.gst-form-row .form-field{margin-top:0}.gst-patient-form #gst-patient-form-fields>.gst-form-row+.form-field{margin-top:1.6rem}@media(min-width:768px){.gst-patient-form #gst-patient-form-fields>.gst-form-row+.form-field{margin-top:2.4rem}}@media(max-width:480px){.gst-form-row{grid-template-columns:1fr}}.gst-form-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer}.gst-summary{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.gst-summary__row{display:flex;align-items:flex-start;gap:.875rem;padding:.875rem 0;border-bottom:1px solid rgba(var(--color-foreground, 18, 18, 18),.08)}.gst-summary__row:first-child{border-top:1px solid rgba(var(--color-foreground, 18, 18, 18),.08)}.gst-summary__icon{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:rgba(var(--color-button, 18, 18, 18),.06);display:flex;align-items:center;justify-content:center;color:rgb(var(--color-button, 18, 18, 18));margin-top:2px}.gst-summary__icon svg{width:18px;height:18px}.gst-summary__detail{display:flex;flex-direction:column;gap:.35rem}.gst-summary__detail strong{font-size:var(--gst-booking-font-lg);font-weight:600;line-height:1.35;display:block}.gst-summary__detail span{font-size:var(--gst-booking-font-md);line-height:1.45;color:rgba(var(--color-foreground, 18, 18, 18),.65);display:block}.gst-save-status{text-align:center;padding:2rem 1rem}.gst-save-loading{display:flex;flex-direction:column;align-items:center;gap:1rem}.gst-save-loading p{font-size:var(--gst-booking-font-sm);color:rgba(var(--color-foreground, 18, 18, 18),.65)}.gst-save-success{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#16a34a}.gst-save-success svg{width:48px;height:48px}.gst-save-success p{font-size:var(--gst-booking-font-md);font-weight:600}.gst-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.75rem}.gst-nav__back{display:inline-flex;align-items:center;gap:.4rem;font-size:var(--gst-booking-font-md);color:rgba(var(--color-foreground, 18, 18, 18),.65);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.gst-nav__back svg{width:14px;height:14px}.gst-nav--centered{justify-content:center}.gst-booking-cta{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0}.gst-booking-section .btn,.gst-booking-cta .btn{font-size:var(--gst-booking-font-lg)}.gst-booking-cta__note{font-size:var(--gst-booking-font-md);color:rgba(var(--color-foreground, 18, 18, 18),.6)}.gst-booking-cta__note svg{width:14px;height:14px;vertical-align:-2px;margin-right:3px}@media(max-width:640px){.gst-booking-card{padding:1.25rem}.gst-progress__label{display:none}.gst-calendar-wrap{overflow:hidden}.gst-calendar{table-layout:fixed}.gst-calendar th{font-size:var(--gst-booking-font-xs);padding:.2rem 0;overflow:hidden}.gst-calendar__cell{padding:2px;vertical-align:middle}.gst-calendar__day{box-sizing:border-box;min-width:0;height:auto;font-size:var(--gst-booking-font-sm)}.gst-calendar__day--open{width:100%;max-width:100%;min-height:38px;padding:.35rem .2rem;border-radius:9999px}.gst-calendar__day--closed{display:inline-block;padding:.35rem 0;line-height:1.2}.gst-month-nav{--gst-month-nav-h: 34px}}.gst-booking-debug-cart{margin-bottom:1.5rem;padding:1rem 1.25rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;background:#f8f6f3;font-size:.8125rem;text-align:left}.gst-booking-debug-cart__title{margin:0 0 .5rem;font-size:.9375rem;font-weight:600}.gst-booking-debug-cart__links{margin:0 0 .75rem;display:flex;flex-wrap:wrap;gap:.5rem 1rem}.gst-booking-debug-cart__links a{text-decoration:underline}.gst-booking-debug-cart__list{margin:0;padding:0;list-style:none;max-height:280px;overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;line-height:1.35;background:#fff;border-radius:6px;padding:.5rem .65rem;border:1px solid rgba(0,0,0,.08)}.gst-booking-debug-cart__list li{margin-bottom:.35rem;word-break:break-word}.gst-booking-debug-cart__list li:last-child{margin-bottom:0}.gst-booking-debug-cart__meta{color:#666}.gst-booking-debug-cart__actions{margin-top:.75rem;display:flex;gap:.5rem;flex-wrap:wrap}.gst-booking-debug-cart__btn{padding:.35rem .75rem;font-size:.8125rem;border-radius:6px;border:1px solid #333;background:#fff;cursor:pointer}.gst-booking-debug-cart__path{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em;color:#555}.gst-booking-debug-cart__details{margin-top:.6rem;font-size:.8125rem}.gst-booking-debug-cart__details>summary{cursor:pointer;font-weight:600;padding:.25rem 0;-webkit-user-select:none;user-select:none}.gst-booking-debug-cart__table{width:100%;border-collapse:collapse;margin-top:.35rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem}.gst-booking-debug-cart__table th,.gst-booking-debug-cart__table td{padding:.25rem .5rem;border-bottom:1px solid #eee;text-align:left;vertical-align:top;word-break:break-word}.gst-booking-debug-cart__table th{font-weight:600;color:#333;white-space:nowrap;width:40%}.gst-booking-debug-cart__row--empty td{color:#aaa;font-style:italic}.gst-booking-debug-cart__row--unmanaged th,.gst-booking-debug-cart__row--unmanaged td{color:#b85a00}
/*# sourceMappingURL=/cdn/shop/t/9/assets/booking.css.map */
