.appointments-popup{max-width:var(--appointments-popup-max-width, 68Opx)!important;--appointments-popup-header-height: 50px}.appointments-popup:focus,.appointments-popup:focus-visible{outline:none}.appointments-popup.side-panel{transition:transform .45s cubic-bezier(.22,.61,.36,1);overflow-y:auto;overscroll-behavior:none;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.appointments-popup.side-panel::-webkit-scrollbar{display:none}html:has(appointments-popup.active),body:has(appointments-popup.active){overflow:hidden;touch-action:none}.appointments-popup-inner{display:flex;flex-direction:column;min-height:100%;position:relative}.appointments-popup-header{padding:10px 32px 0}.appointments-popup .appointments-popup-header-bar{display:flex;align-items:center;width:100%;min-height:0;height:auto}.appointments-popup[data-step="1"] .appointments-popup-back{display:none}.appointments-popup-back,.appointments-popup-close{display:inline-flex;align-items:center;gap:8px;background:transparent;border:0;padding:0;cursor:pointer;color:#333;font-family:Gotham,sans-serif;font-size:10px;letter-spacing:1px;line-height:1.2;text-transform:uppercase;height:40px}.appointments-popup-close{margin-left:auto}.appointments-popup-back[hidden]{display:none}.appointments-popup-back-icon{display:inline-block;width:6px;height:6px;border-left:1px solid #333;border-bottom:1px solid #333;transform:rotate(45deg)}.appointments-popup-close-icon{display:inline-block;width:9px;height:9px;position:relative}.appointments-popup-close-icon:before,.appointments-popup-close-icon:after{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:#333}.appointments-popup-close-icon:before{transform:rotate(45deg)}.appointments-popup-close-icon:after{transform:rotate(-45deg)}.appointments-popup-title-wrapper{display:flex;flex-direction:column;align-items:center;gap:16px;position:sticky;top:var(--appointments-popup-header-height, 50px);z-index:34;background:var(--bg-body, #fff);padding-bottom:32px}.appointments-popup-title-wrapper:before{content:"";position:absolute;left:0;right:0;top:-2px;height:2px;background:var(--bg-body, #fff);pointer-events:none}.appointments-popup-title{font-family:var(--appointments-popup-heading-family, serif)!important;font-weight:300!important;font-size:36px;line-height:1;letter-spacing:-.72px;color:#1c1b1b;text-align:center;margin:0}.appointments-popup-content{flex:1 0 auto;display:flex;flex-direction:column;padding:0}.appointments-popup-content .appointments-popup-footer{margin-top:auto}.appointments-popup-step[hidden]{display:none}.appointments-popup-list{display:flex;flex-direction:column}.appointments-popup-item{display:flex;align-items:center;gap:42px;padding:26px;background:#fff;border:0;border-top:1px solid #efefef;border-bottom:1px solid #efefef;width:100%;text-align:left;cursor:pointer;color:inherit;font:inherit}.appointments-popup-item+.appointments-popup-item{border-top:0}.appointments-popup-item[hidden]{display:none}.appointments-popup-item:hover,.appointments-popup-item:focus-visible{background:#fafafa;outline:none}.appointments-popup-item-image{width:86px;height:111px;border-radius:450px;object-fit:cover;flex:none}.appointments-popup[data-item-image-shape=circle] .appointments-popup-item-image{height:auto;aspect-ratio:1 / 1;border-radius:50%}.appointments-popup-item-image--placeholder{display:block;background:#f2f2f2}.appointments-popup-item-body{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:17px}.appointments-popup-item-heading{display:flex;gap:32px;align-items:center;flex-wrap:wrap;text-transform:uppercase}.appointments-popup-item-title{font-family:var(--appointments-popup-heading-family, serif);font-weight:100;font-size:20px;letter-spacing:-.48px;color:#000;line-height:normal}.appointments-popup-item-label{font-family:DM Sans,sans-serif;font-weight:300;font-size:12px;letter-spacing:-.28px;color:#00000082;line-height:normal}.appointments-popup-item-description{font-family:DM Sans,sans-serif;font-weight:300;font-size:13px;line-height:1.4;letter-spacing:-.26px;color:#000;margin:0}.appointments-popup-item-arrow{flex:none;width:8px;height:8px;border-right:1px solid #000;border-top:1px solid #000;transform:rotate(45deg)}.appointments-popup-iframe-wrapper{width:100%;padding:0 16px}.appointments-popup-iframe-wrapper .calendly-inline-widget{width:100%;min-width:320px}.appointments-popup-iframe-wrapper iframe{display:block;width:100%;border:0}.appointments-popup-empty{padding:40px 32px;text-align:center;font-family:DM Sans,sans-serif;font-weight:300;font-size:14px;color:#0009}.appointments-popup-footer{position:relative;width:100%;overflow:hidden;pointer-events:none}.appointments-popup-footer-image{display:block;width:100%;height:auto}@keyframes appointments-popup-reveal{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes appointments-popup-reveal-soft{0%{opacity:0}to{opacity:1}}.appointments-popup .appointments-popup-header-bar,.appointments-popup .appointments-popup-title-wrapper,.appointments-popup .appointments-popup-content,.appointments-popup .appointments-popup-footer{opacity:0}.appointments-popup.active .appointments-popup-header-bar{animation:appointments-popup-reveal-soft .4s cubic-bezier(.22,.61,.36,1) .15s both}.appointments-popup.active .appointments-popup-title-wrapper{animation:appointments-popup-reveal .55s cubic-bezier(.22,.61,.36,1) .22s both}.appointments-popup.active .appointments-popup-content{animation:appointments-popup-reveal .6s cubic-bezier(.22,.61,.36,1) .3s both}.appointments-popup.active .appointments-popup-footer{animation:appointments-popup-reveal .6s cubic-bezier(.22,.61,.36,1) .55s both}.appointments-popup.active .appointments-popup-list .appointments-popup-item{animation:appointments-popup-reveal .5s cubic-bezier(.22,.61,.36,1) both}.appointments-popup.active .appointments-popup-list .appointments-popup-item:nth-child(1){animation-delay:.38s}.appointments-popup.active .appointments-popup-list .appointments-popup-item:nth-child(2){animation-delay:.44s}.appointments-popup.active .appointments-popup-list .appointments-popup-item:nth-child(3){animation-delay:.5s}.appointments-popup.active .appointments-popup-list .appointments-popup-item:nth-child(4){animation-delay:.56s}.appointments-popup.active .appointments-popup-list .appointments-popup-item:nth-child(5){animation-delay:.62s}.appointments-popup.active .appointments-popup-list .appointments-popup-item:nth-child(n+6){animation-delay:.68s}@media(prefers-reduced-motion:reduce){.appointments-popup.side-panel{transition:none}.appointments-popup .appointments-popup-header-bar,.appointments-popup .appointments-popup-title-wrapper,.appointments-popup .appointments-popup-content,.appointments-popup .appointments-popup-footer,.appointments-popup.active .appointments-popup-header-bar,.appointments-popup.active .appointments-popup-title-wrapper,.appointments-popup.active .appointments-popup-content,.appointments-popup.active .appointments-popup-footer,.appointments-popup.active .appointments-popup-list .appointments-popup-item{animation:none;opacity:1;transform:none}}@media(max-width:767px){.appointments-popup.side-panel{width:100vw;max-width:100vw!important}.appointments-popup{--appointments-popup-header-height: 48px}.appointments-popup-header{padding:8px 16px 0}.appointments-popup-title{font-size:26px}.appointments-popup-item{display:grid;grid-template-columns:auto 1fr auto;column-gap:20px;row-gap:12px;align-items:center;padding:24px 16px}.appointments-popup-item-image{grid-column:1;grid-row:1;width:62px}.appointments-popup-item-body{display:contents}.appointments-popup-item-heading{grid-column:2;grid-row:1;gap:6px;align-items:start;flex-direction:column}.appointments-popup-item-description{grid-column:1 / -1;grid-row:2}.appointments-popup-item-arrow{grid-column:3;grid-row:1}.appointments-popup-item-title{font-size:18px}.appointments-popup-iframe-wrapper{padding:0 8px}}
/*# sourceMappingURL=/cdn/shop/t/278/compiled_assets/styles.css.map */
