*{box-sizing:border-box}
:root{--ink:#080808;--line:#d8d8d8;--soft:#f7f7f7;--shadow:0 2px 12px rgba(0,0,0,.10)}
html,body{margin:0;min-height:100%;background:#fff;color:var(--ink)}
body{font-family:"Arial Narrow","Roboto Condensed",Arial,Helvetica,sans-serif;font-stretch:condensed}
a{color:inherit}
.client-account-nav{position:absolute;top:25px;right:max(22px,calc((100vw - 760px)/2));display:flex;gap:22px;z-index:2}
.client-account-nav a{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:800;letter-spacing:.55px;text-decoration:none;color:#111}
.client-account-nav a:hover{text-decoration:underline}
.acuity-page{width:min(760px,calc(100% - 48px));margin:0 auto;padding:78px 0 48px}
.acuity-brand{text-align:center;height:250px;display:flex;align-items:flex-start;justify-content:center}
.acuity-brand img{display:block;width:220px;height:auto;max-height:230px;object-fit:contain}
.acuity-section,.weekly-entry,.final-change-entry{margin-top:25px}
.weekly-entry{margin-top:8px;margin-bottom:62px}
.acuity-section-heading{display:flex;align-items:center;justify-content:center;gap:11px;margin:0 auto 68px}
.acuity-section-heading h1,.acuity-section-heading h2{margin:0;font-family:Arial,Helvetica,sans-serif;font-size:20px;line-height:1.2;font-weight:700;letter-spacing:-.2px;text-transform:none}
.acuity-card{background:#fff;border:1px solid #ececec;box-shadow:var(--shadow)}
.acuity-row{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 35px;border-bottom:1px solid #cfcfcf}
.acuity-row:last-child{border-bottom:0}
.row-title{font-size:18px;line-height:1.2;font-weight:700;letter-spacing:-.25px}
.select-button{flex:0 0 auto;min-width:68px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:#080808;color:#fff;text-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:900;letter-spacing:.2px;padding:0 12px}
.select-button:hover,.select-button:focus-visible{background:#2d2d2d;outline:none}
.show-all-link{display:inline-block;margin-top:26px;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:900;letter-spacing:1px;text-decoration:none}
.show-all-link:hover{text-decoration:underline}
.products-section{margin-top:69px}
.final-change-entry{margin-top:72px;margin-bottom:28px}
.products-section .acuity-section-heading{margin-bottom:78px}
.noscript-note{margin:28px 0 0;padding:14px;border:1px solid #ddd;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1.45}
.appointment-icon,.product-icon,.schedule-icon{position:relative;display:inline-block;flex:0 0 auto;width:19px;height:19px}
.appointment-icon{border:2px solid #111;border-radius:1px}
.appointment-icon:before{content:"";position:absolute;left:3px;right:3px;top:3px;height:4px;border:1px solid #111}
.appointment-icon:after{content:"";position:absolute;left:5px;right:5px;bottom:3px;height:5px;background:#111}
.product-icon{border:2px solid #111;border-radius:1px;margin-top:1px}
.product-icon:before{content:"";position:absolute;width:7px;height:5px;border:2px solid #111;border-bottom:0;border-radius:6px 6px 0 0;left:4px;top:-6px;background:#fff}
.schedule-icon{border:2px solid #111;border-radius:2px}
.schedule-icon:before{content:"";position:absolute;left:-2px;right:-2px;top:4px;border-top:2px solid #111}
.schedule-icon:after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:#111;left:5px;top:8px}
@media(max-width:820px){
  .client-account-nav{right:20px;top:22px}
  .acuity-page{width:min(760px,calc(100% - 32px));padding-top:72px}
  .acuity-brand{height:225px}.acuity-brand img{width:195px}
}
@media(max-width:560px){
  .client-account-nav{right:16px;gap:16px}
  .acuity-page{width:calc(100% - 24px);padding-bottom:36px}
  .acuity-brand{height:190px}.acuity-brand img{width:165px}
  .acuity-section-heading{margin-bottom:38px}
  .acuity-section-heading h1,.acuity-section-heading h2{font-size:17px;text-align:center}
  .acuity-row{min-height:92px;padding:19px 20px;gap:12px}.row-title{font-size:16px}
  .select-button{min-width:66px;height:40px}
  .products-section{margin-top:52px}.products-section .acuity-section-heading{margin-bottom:40px}
  .final-change-entry{margin-top:52px;margin-bottom:22px}
  .weekly-entry{margin-bottom:48px}
}
