:root[data-theme="dark"] {
	--theme-color-primary: #000 !important;
	--theme-color-primary-rgb: 33,37,41 !important;
	--theme-color-secondary: #000 !important;
	--theme-color-secondary-rgb: 52,58,64 !important;
	--theme-color-border: var(--color-graphite) !important;
	--theme-background-color: #000 !important;
	--theme-user-defined-background-color: var(--color-dark) !important;
	--theme-color-text: var(--color-white) !important;
}

:root {
    --color-dark: #000 !important;
    --color-black: #111315 !important;
}
:root[data-theme=dark] .booking-details-mobile__header[data-v-b4d03370] {
    background: #DDC687 !important;
}
.services {
    display: none !important;;
}