
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Helvetica Neue",sans-serif;  --header-font-family: "Helvetica",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 217, 68%, 33%;  --primary-rgb: 217, 68%, 33%;  --primary-bg-hover-focus: 217, 68%, 28%;  --primary-bg-active: 217, 68%, 26%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 217, 68%, 19%;  --primary-light: 217, 68%, 53%;  --secondary: 355, 76%, 49%;  --secondary-rgb: 355, 76%, 49%;  --secondary-bg-hover-focus: 355, 76%, 44%;  --secondary-bg-active: 355, 76%, 39%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 355, 76%, 29%;  --secondary-light: 355, 76%, 69%;  --accent: 217, 33%, 73%;  --accent-rgb: 217, 33%, 73%;  --accent-bg-hover-focus: 217, 33%, 68%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 215, 35%, 93%;  --shade-rgb: 215, 35%, 93%;  --shade-bg-hover-focus: 215, 35%, 88%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 218, 67%, 16%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 218, 67%, 11%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  }  .location-buttons .button.shoprx,.location-buttons .button.shoprx:visited { background-color: hsl(var(--primary)); color: hsl(var(--primary-bg-text)); }  .location-buttons .button.shoprx:hover,.location-buttons .button.shoprx:focus { background-color: hsl(var(--primary-bg-hover-focus)); color: hsl(var(--primary-bg-text)); }  .location-buttons .button.appt,.location-buttons .button.appt:visited { background-color: hsl(var(--secondary)); color: hsl(var(--secondary-bg-text)); }  .location-buttons .button.appt:hover,.location-buttons .button.appt:focus { background-color: hsl(var(--secondary-bg-hover-focus)); color: hsl(var(--secondary-bg-text)); }  