@font-face {
	font-family: "Label-Book";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("Label-Book.woff2"), local("Label-Book.woff2"), url("../fonts/Label-Book.woff2") format("woff2");
}
@font-face {
	font-family: "SimonciniGaramondStd-Italic";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("SimonciniGaramondStd-Italic.woff2"), local("SimonciniGaramondStd-Italic.woff2"), url("../fonts/SimonciniGaramondStd-Italic.woff2") format("woff2");
}
@font-face {
	font-family: "SimonciniGaramondStd";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("SimonciniGaramondStd.woff2"), local("SimonciniGaramondStd.woff2"), url("../fonts/SimonciniGaramondStd.woff2") format("woff2");
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

body {
	margin: 0;
	color: rgba(0, 0, 0, 0.3);
	background: #fff;
}

input[type=submit],
input[type=button],
button,
a {
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	transition: 200ms;
	cursor: pointer;
}

img {
	height: auto;
	max-width: 100%;
	transition: 200ms;
	transition-property: opacity;
	vertical-align: middle;
}
img[data-src] {
	position: absolute;
	opacity: 0;
}

article,
aside,
figure,
footer,
header,
main,
nav {
	display: block;
}

blockquote,
embed,
fieldset,
figure,
iframe,
img,
legend,
object,
ul,
ol,
dl,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	border: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

html {
	font: normal 400 60%/1.4 "SimonciniGaramondStd", serif;
}

.font\:italic {
	font-family: "SimonciniGaramondStd-Italic", serif;
}
.font\:label {
	font-family: "Label-Book", sans-serif;
}

.text\:sm {
	font-size: 1.4519rem;
	letter-spacing: 0.22857rem;
}
.text\:strap {
	font-size: 1.6964rem;
	line-height: 1.3157;
}
.text\:sf {
	font-size: 1.6964rem;
	line-height: 1.3157;
}
.text\:md {
	font-size: 2.6875rem;
}
.text\:contact {
	font-size: 1.42857rem;
	letter-spacing: 0.228571rem;
}

a {
	color: #B63D36;
	text-decoration: none;
}
a[href^="mailto:"], a[href^="tel:"] {
	white-space: nowrap;
}

ul {
	list-style: none;
}

label {
	cursor: pointer;
	vertical-align: middle;
	margin: 0 0 1.4285rem 0;
}

input {
	font: inherit;
	background: inherit;
	border: 0;
	color: #B63D36;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

button {
	-webkit-appearance: none;
	        appearance: none;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	color: inherit;
	font: inherit;
}

textarea {
	overflow: auto;
	display: block;
	resize: vertical;
}

input[type=checkbox] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

input[type=email],
input[type=text] {
	border-bottom: 1px solid #B63D36;
}

.screen-reader-text {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: 0;
	clip: rect(1px, 1px, 1px, 1px);
}

.ar {
	position: relative;
}
.ar:before {
	display: block;
	content: "";
	width: 100%;
}

.about {
	align-items: center;
	justify-content: center;
	text-align: center;
}
.about h2 {
	margin: 0 0 4.125rem 0;
}
.about p:not(:last-child) {
	margin: 0 0 2.6875rem 0;
}
.about em {
	font-family: "SimonciniGaramondStd-Italic", serif;
}
.about > div {
	margin: 0 auto;
	max-width: 26.795rem;
}

.contact {
	align-items: center;
	flex-direction: row;
}
.contact article {
	padding: 12.14rem 0 0 0;
	text-align: center;
	z-index: 1;
}
.contact h2 {
	letter-spacing: 0.18rem;
}
.contact > .flex {
	flex-direction: column;
	width: 100%;
}
.contact-global-email a.text\:contact {
	letter-spacing: 0;
}
.contact-detail > * + * {
	margin: 1.7857rem 0 0 0;
}
.contact-detail > * + *,
.contact-detail > * + * .text\:contact {
	letter-spacing: 0;
}

.cookie {
	border: 1px solid #B63D36;
	position: fixed;
	top: auto;
	left: auto;
	right: 1.875rem;
	bottom: 1.875rem;
	padding: 1.5rem 1.875rem;
	width: 17.875rem;
	opacity: 0;
	transition: opacity 1000ms ease, visibility 1000ms ease;
	z-index: 2;
}
.cookie-control {
	margin: 1.25rem 0 0 0;
}
.cookie-control a {
	border: 1px solid #B63D36;
	background: #F5F3E7;
	font-size: 0.5625rem;
	padding: 0.3125rem 0;
	letter-spacing: 0.09rem;
	width: 5.625rem;
	display: block;
	text-align: center;
}
.cookie-control a:hover {
	color: #F5F3E7;
	background: #B63D36;
	opacity: 1;
}
.cookie > div > p {
	font-size: 0.6875rem;
	letter-spacing: 0.01375rem;
}
.cookie > div > p a {
	text-decoration: underline;
}
.cookie > div > p a:hover {
	opacity: 1;
	text-decoration: none;
}

.frame {
	aspect-ratio: 370/484;
	background: url("../images/frame.svg") no-repeat;
	background-size: contain;
	padding: 2.5rem 1.75rem 2rem 1.75rem;
	text-align: center;
	margin: 0 auto;
	width: 65.64vw;
}
.frame,
.frame > .flex {
	flex-direction: column;
}
.frame figure {
	margin: 0 0 1.45vw 0;
}
.frame p {
	font-size: 1.10625rem;
	line-height: 1.3;
	letter-spacing: 0.02125rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.frame a {
	display: inline-block;
	margin: 1.375rem 0 0 0;
}

.landing {
	padding: 12.375rem 2.90625rem;
	text-align: center;
}
.landing figure {
	margin: auto;
	width: calc(100% - 7.5rem);
}
.landing.full {
	height: 100vh;
}
.landing figure {
	height: 100%;
	width: 100%;
}
.landing .strapline {
	bottom: 4.107rem;
	position: absolute;
	top: auto;
	left: 50%;
	transform: translateX(-50%);
	width: 25.714rem;
}

.location article,
.location figure {
	width: 100%;
}
.location article {
	padding: 6rem 3.5rem;
}
.location .coming-soon {
	margin: 4rem 0 4rem 0;
}
.location__wrap {
	align-items: center;
	flex-direction: column;
}
.location__menus {
	margin: 0 0 4rem 0;
}
.location__details {
	flex-direction: column;
}
.location:nth-child(even) .location__wrap {
	background: #F0EEE1;
}
.location .reservations {
	margin: -0.89rem 0 1.7857rem 0;
}
.location .address,
.location .hours {
	margin-bottom: 1.8125rem;
}
.location .contact-detail:not(:first-child) {
	margin: 1.3125rem 0 0 0;
}
.location .contact-detail div * + * {
	margin: 1.7857rem 0 0 0;
}

.menus {
	margin: 4rem 0 0 0;
	pointer-events: none;
}
.menus > * {
	pointer-events: auto;
}
.menus:hover > li > * {
	opacity: 0.4;
}
.menus:hover > li *:hover {
	opacity: 1;
}
.menus li:not(:last-child) a {
	padding: 0 0 0.75rem 0;
}
.menus li {
	display: inline-block;
}
.menus [data-menu] {
	position: relative;
	display: inline-flex;
	align-items: center;
	position: relative;
}
.menus [data-menu]::before {
	top: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url("../images/MenuLeCanut_OnHover.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.5rem;
	height: 1.5rem;
	transform: translate(-125%, 25%);
}

.mobile-nav {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 25;
	display: flex;
	align-items: center;
	text-align: center;
	transition: opacity 250ms ease, visibility 250ms ease;
	opacity: 0;
	visibility: hidden;
}
.mobile-nav li {
	opacity: 0;
	transform: translateY(0.625rem);
	transition: opacity 400ms 150ms, transform 800ms 150ms;
}
.mobile-nav li:nth-child(2) {
	transition-delay: 200ms;
}
.mobile-nav li:nth-child(3) {
	transition-delay: 250ms;
}
.mobile-nav li:nth-child(4) {
	transition-delay: 300ms;
}
.mobile-nav li:nth-child(5) {
	transition-delay: 350ms;
}
.mobile-nav li:nth-child(6) {
	transition-delay: 400ms;
}
.mobile-nav,
.mobile-nav ul {
	display: flex;
}
.mobile-nav ul {
	flex-direction: column;
	margin: 0 auto;
}
.mobile-nav li:not(:last-child) {
	margin: 0 0 2.142rem 0;
}

.has-nav {
	overflow: hidden;
}
.has-nav .mobile-nav {
	opacity: 1;
	visibility: visible;
}
.has-nav .mobile-nav li {
	opacity: 1;
	transform: translateY(0);
}

.nav-icon {
	left: auto;
	top: 50%;
	right: 1.25rem;
	position: absolute;
	height: 1.25rem;
	width: 2.25rem;
}
.nav-icon > span,
.nav-icon > span::before,
.nav-icon > span::after {
	display: block;
	background: #B63D36;
	height: 1.5px;
	width: 100%;
	position: absolute;
}
.nav-icon > span::before,
.nav-icon > span::after {
	content: " ";
	transition: transform 250ms ease;
}
.nav-icon > span::before {
	transform: translateY(-0.5rem) rotate(0deg);
}
.nav-icon > span::after {
	transform: translateY(0.5rem) rotate(0deg);
}

.has-nav .nav-icon > span {
	background: transparent;
}
.has-nav .nav-icon > span::before {
	transform: rotate(-45deg);
}
.has-nav .nav-icon > span::after {
	transform: rotate(45deg);
}

.newsletter form {
	margin: 0 auto;
	width: 91.8%;
	position: relative;
}
.newsletter form .flex {
	flex-direction: column;
}
.newsletter form .flex + .flex {
	margin: 4.196rem auto 2.5rem auto;
}
.newsletter form .content__gdpr {
	margin: 0 0 0.8125rem 0;
}
.newsletter form fieldset {
	margin: 0.75rem auto 0 auto;
}
.newsletter input + .mce_inline_error {
	display: none !important;
}
.newsletter input.mce_inline_error {
	border-color: #B63D36 !important;
}
.newsletter input[type=submit] {
	position: absolute;
	left: auto;
	right: 0;
	padding: 0;
	top: 0;
}
.newsletter input::placeholder {
	color: #B63D36;
	font-family: "SimonciniGaramondStd-Italic", serif;
}
.newsletter #mce-error-response {
	margin: 1.25rem auto 0 auto;
}
.newsletter p.text\:contact {
	letter-spacing: 0;
}
.newsletter .response {
	max-width: 22.5rem;
	margin: 0 auto;
}
.newsletter h2 + p {
	margin: 1.7857rem auto 0 auto;
	width: 21.16rem;
}

.newsletter h2 + p {
	line-height: 1.3;
}

.mailchimp-success form > *:not(.foot) {
	display: none;
}

.opening-times__wrapper {
	margin: 4.4375rem 0 0 0;
}
.opening-times__wrapper .contact-detail,
.opening-times__wrapper .contact-detail:not(:first-child) {
	margin-top: 0;
}
.opening-times__wrapper p + .contact-detail {
	padding: 1.964rem 0 0 0;
}
.opening-times__wrapper > div:first-child {
	padding-bottom: 1.964rem;
}
.opening-times__timeslot > * {
	letter-spacing: 0;
}

.site-footer {
	padding: 4.464rem 0 2.857rem 0;
}
.site-footer > div > div {
	align-items: center;
	flex-direction: column;
	padding: 1.25rem 0 0 0;
	text-align: center;
}
.site-footer__legal {
	border-top: 1px solid #B63D36;
	padding: 0 1.339rem;
	margin: 0 0 0.892rem 0;
	order: 2;
	width: 100%;
}
.site-footer__copyright {
	order: 3;
}
.site-footer ul {
	padding: 1.42857rem 0 0 0;
	margin: 0 0 0 auto;
}
.site-footer__logo {
	margin: 0 0 1.625rem 0;
	order: 1;
}
.site-footer img {
	display: block;
	margin: 0 auto;
	width: 2.9464rem;
}

.site-header {
	padding: 2rem 0;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	z-index: 30;
	will-change: transform;
	transition: transform 500ms ease, opacity 1000ms ease;
	transform: translateY(0%);
}
.site-header > div {
	align-items: center;
	height: 3rem;
}
.site-header nav:first-of-type {
	width: 22.6875rem;
}
.site-header nav:last-of-type {
	width: 15.875rem;
}

.headroom--pinned {
	transform: translateY(0%);
}

.headroom--unpinned {
	transform: translateY(-100%);
}

.site-logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	width: 16.785rem;
}

.splash {
	background: #F5F3E7;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
}
.splash img {
	opacity: 0;
	transition: opacity 1000ms ease;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
}

main {
	opacity: 0;
	transition: opacity 1000ms ease;
}

.splash-visible .splash img {
	opacity: 1;
}

.site-loaded .site-header,
.site-loaded main,
.site-loaded .cookie {
	opacity: 1;
}

.whats-on > div {
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.whats-on h2 {
	margin: 0 0 3.3125rem 0;
	text-align: center;
}
.whats-on .swiper-container {
	padding: 2rem 0;
	width: 100%;
}

.slide-rotation\:1 {
	transform: rotate(1.65deg);
}
.slide-rotation\:2 {
	transform: rotate(-2.85deg);
}
.slide-rotation\:3 {
	transform: rotate(6.52deg);
}
.slide-rotation\:4 {
	transform: rotate(-3.32deg);
}
.slide-rotation\:5 {
	transform: rotate(0.34deg);
}

.container {
	display: block;
	position: relative;
	cursor: pointer;
}
.container p {
	letter-spacing: 0;
	margin: 0 0 0 1.5vw;
	text-align: left;
}
.container a {
	text-decoration: underline;
}
.container a:hover {
	opacity: 1;
	text-decoration: none;
}
.container .text\:sm {
	font-size: 0.625rem;
}

/* Hide the browser's default checkbox */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.125rem;
	height: 1.125rem;
	border: 1px solid #B63D36;
	background-color: #F5F3E7;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #F5F3E7;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #B63D36;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: 1px solid #B63D36;
	transform: rotate(45deg);
}

.desktop {
	display: none;
}

.page-template-tpl-policy .site-header,
.page-template-tpl-policy main {
	opacity: 1;
}
.page-template-tpl-policy main {
	min-height: 100vh;
}

.policy {
	margin: 0 auto;
	padding: 9.9375rem 0 12.25rem 0;
	width: calc(100% - 2.5rem);
	max-width: 44rem;
}
.policy > h2 {
	margin: 0 0 2.375rem 0;
	text-align: center;
}
.policy > div * {
	font-size: 1.1875rem;
	line-height: 1.3;
}
.policy > div a {
	text-decoration: underline;
}
.policy > div a:hover {
	opacity: 1;
	text-decoration: none;
}
.policy p + p {
	margin: 1.625rem 0 0 0;
}
.policy em {
	font-family: "SimonciniGaramondStd-Italic", serif;
	display: block;
	margin: 2.75rem 0 0 0;
}

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
@font-face {
	font-family: "swiper-icons";
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-container-pointer-events {
	touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	        scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	        scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
	/*
	--swiper-navigation-color: var(--swiper-theme-color);
	*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0.75rem;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0.75rem;
	left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none;
}

.swiper-button-prev,
.swiper-button-next {
	background-repeat: no-repeat;
}

.swiper-button-prev {
	background-image: url("../images/arrow-left.svg");
	background-size: 1.4375rem 2.375rem;
	background-position: center;
}

.swiper-button-next {
	background-image: url("../images/arrow-right.svg");
	background-size: 1.4375rem 2.375rem;
	background-position: center;
}

:root {
	/*
	--swiper-pagination-color: var(--swiper-theme-color);
	*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
	display: none;
}

/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

/* Preloader */
:root {
	/*
	--swiper-preloader-color: var(--swiper-theme-color);
	*/
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ar\:lead:before {
	padding-top: 195.7725947522%;
}

.ar\:menus:before {
	padding-top: 87.9356568365%;
}

.ar\:square {
	aspect-ratio: 904/904;
}

.ar\:whats-on:before {
	padding-top: 64.4518272425%;
}

.bg\:body {
	background: rgba(0, 0, 0, 0.3);
}
.bg\:rollover {
	background: rgb(0, 0, 0);
}
.bg\:light {
	background: #F5F3E7;
}
.bg\:darker {
	background: #F0EEE1;
}
.bg\:highlight {
	background: #B63D36;
}

.colour\:body {
	color: rgba(0, 0, 0, 0.3);
}
.colour\:rollover {
	color: rgb(0, 0, 0);
}
.colour\:light {
	color: #F5F3E7;
}
.colour\:darker {
	color: #F0EEE1;
}
.colour\:highlight {
	color: #B63D36;
}

.contain {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background-size: contain;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
}

.flex {
	display: flex;
}

.full {
	min-height: 100vh;
	width: 100vw;
}

.lock {
	overflow: hidden;
}

[data-reveal] {
	opacity: 0;
	transition: opacity 750ms ease;
	transition-delay: 750ms;
}

[data-reveal=revealed] {
	opacity: 1;
}

.spacious {
	justify-content: space-between;
}

.underline {
	text-decoration: underline;
	text-underline-offset: 0.125rem;
}

.wrap {
	margin: 0 auto;
	width: calc(100% - 2.5rem);
}

.has-js :focus {
	outline: none;
}
.has-tab-focus :focus {
	outline: 2px auto;
}
@media screen and (min-width: 375px) {
	html {
		font: normal 400 70%/1.4 "SimonciniGaramondStd", serif;
	}
}
@media screen and (min-width: 414px) {
	html {
		font: normal 400 80%/1.4 "SimonciniGaramondStd", serif;
	}
}
@media screen and (min-width: 630px) {
	html {
		font: normal 400 80%/1.4 "SimonciniGaramondStd", serif;
	}
	.frame {
		padding: 3.02vw 1.66vw 2.5vw 1.66vw;
		width: auto;
	}
	.location .coming-soon {
		margin: 2.375rem 0 11.5rem 0;
	}
	.menus {
		margin: 2.375rem 0 0 0;
	}
	.swiper-button-prev {
		display: none;
	}
	.swiper-button-next {
		display: none;
	}
}
@media screen and (min-width: 960px) {
	html {
		font: normal 400 70%/1.4 "SimonciniGaramondStd", serif;
	}
	.text\:sm {
		font-size: 0.875rem;
		letter-spacing: 0.14rem;
	}
	.text\:strap {
		font-size: 1.4375rem;
		line-height: 1.47;
	}
	.text\:sf {
		font-size: 2.375rem;
		line-height: 1.3;
	}
	.text\:md {
		font-size: 1.875rem;
	}
	.text\:contact {
		font-size: 1.125rem;
		line-height: 1.88;
	}
	label {
		margin: 0 0 0.75rem 0;
	}
	.about h2, .about p:not(:last-child) {
		margin: 0 0 3.125rem 0;
	}
	.about > div {
		max-width: unset;
		padding: 0;
		width: 61.125rem;
	}
	.contact {
		padding: 5.375rem 0 0.875rem 0;
	}
	.contact article {
		padding: 12.75rem 0 9.5rem 0;
		width: 50%;
	}
	.contact article + article {
		border-left: 1px solid #B63D36;
	}
	.contact-details h2 {
		margin: 0 auto;
	}
	.contact > .flex {
		flex-direction: row;
	}
	.contact-detail > * + * {
		margin: 0.9375rem 0 0 0;
	}
	.frame h2 {
		letter-spacing: 0.18rem;
		margin: 0 0 0.9375vw 0;
	}
	.frame p {
		font-size: 1.0625rem;
	}
	.landing {
		padding: 12.375rem 0;
	}
	.landing figure {
		width: auto;
	}
	.landing figure {
		width: 69.94%;
	}
	.landing .strapline {
		bottom: 3.4375rem;
		width: 40.625rem;
	}
	.location article,
.location figure {
		width: 50%;
	}
	.location article {
		padding: 0 9.5%;
	}
	.location__wrap {
		flex-direction: row;
	}
	.location__menus {
		margin: 0 0 17.46% 0;
	}
	.location .address + div {
		margin: -0.25rem 0 0 0;
	}
	.location__details {
		flex-direction: row;
		max-width: 32.625rem;
	}
	.location:nth-child(even) .location__wrap {
		flex-direction: row-reverse;
	}
	.location .reservations {
		margin: -0.25rem 0 0 0;
	}
	.location .contact-detail div * + * {
		margin: 0.75rem 0 0 0;
	}
	.menus li:not(:last-child) a {
		padding: 0 0 0.5rem 0;
	}
	.menus [data-menu]::before {
		width: 1.5rem;
		height: 1.5rem;
		transform: translate(-125%, 25%);
	}
	.mobile-nav {
		display: none;
	}
	.newsletter form {
		width: 21.66vw;
	}
	.newsletter form .flex + .flex {
		margin: 3.25rem auto 0 auto;
	}
	.newsletter form .content__gdpr {
		margin: 0 0 2.5rem 0;
	}
	.newsletter form fieldset {
		width: 100%;
	}
	.newsletter input[type=submit] {
		top: 0.125rem;
	}
	.newsletter h2 + p {
		margin: 3.625rem auto 0 auto;
		max-width: 17rem;
		width: auto;
	}
	.opening-times__wrapper p + .contact-detail {
		padding: 2.9375rem 0 0 0;
	}
	.opening-times__wrapper > div:first-child {
		padding-bottom: 2.9375rem;
	}
	.site-footer > div > div {
		border-top: 1px solid #B63D36;
		flex-direction: row;
		padding: 2.125rem 0 0 0;
		text-align: left;
	}
	.site-footer__legal {
		border-top: unset;
		padding: 0;
		margin: 0;
		order: 3;
	}
	.site-footer__copyright {
		order: 1;
	}
	.site-footer__copyright, .site-footer__legal {
		width: 40%;
	}
	.site-footer ul {
		padding: 0;
		width: 14.875rem;
	}
	.site-footer__logo {
		order: 2;
		margin: 0;
		width: 20%;
	}
	.site-footer img {
		width: 1.75rem;
	}
	.site-header > div {
		height: 3rem;
	}
	.site-header {
		padding: 3.0625rem 0;
	}
	.site-logo {
		width: 14.5625rem;
	}
	.splash img {
		width: 38%;
	}
	.checkmark {
		height: 0.875rem;
		width: 0.875rem;
	}
	.desktop {
		display: block;
	}
	.mobile {
		display: none;
	}
	.policy {
		padding: 19.875rem 0 24.5rem 0;
		max-width: 66.9375rem;
		width: 55.78125rem;
	}
	.full {
		height: 100vh;
	}
	.wrap {
		width: 93.75%;
	}
}
@media screen and (min-width: 1080px) {
	html {
		font: normal 400 70%/1.4 "SimonciniGaramondStd", serif;
	}
}
@media screen and (min-width: 1460px) {
	html {
		font: normal 400 90%/1.4 "SimonciniGaramondStd", serif;
	}
}
@media screen and (min-width: 1680px) {
	html {
		font: normal 400 100%/1.4 "SimonciniGaramondStd", serif;
	}
}
@media screen and (min-device-width: 768px) and (max-device-width: 860px) and (orientation: landscape) {
	html {
		font: normal 400 90%/1.4 "SimonciniGaramondStd", serif;
	}
}
@media screen and (max-width: 960px) {
	.contact-detail .text\:sm {
		font-size: 1.0714rem;
		letter-spacing: 0.16857rem;
	}
	.contact-detail > *:first-child {
		font-size: 1.0714rem;
		letter-spacing: 0.16857rem;
	}
	.frame {
		overflow: hidden;
	}
	.frame figure + div {
		height: 100%;
		margin: 1.75rem 0 0 0;
	}
	.frame h2 {
		margin: 0 0 1.07rem 0;
		font-size: 1.1714rem;
		letter-spacing: 0.22857rem;
	}
	.frame a {
		font-size: 0.911rem;
		letter-spacing: 0.16857rem;
	}
	.location article {
		text-align: center;
	}
	.location .coming-soon.text\:md {
		font-size: 1.6964rem;
	}
	.location__details {
		gap: 1.75rem;
	}
	.location .address,
.location .timeslot {
		font-size: 1.6964rem;
	}
	.location .hours p + p {
		letter-spacing: normal;
	}
	.menus .text\:md {
		font-size: 1.6964rem;
	}
	.mobile-nav .text\:sm {
		font-size: 1.785714rem;
		letter-spacing: 0.22857rem;
	}
	.newsletter .response.text\:sm,
.newsletter .button.text\:sm,
.newsletter label.text\:sm,
.newsletter h2 {
		font-size: 1.0714rem;
		letter-spacing: 0.16857rem;
	}
	.opening-times__wrapper > div > p {
		font-size: 1.07rem;
		letter-spacing: 0.12rem;
	}
	.opening-times__wrapper .contact-detail > *:first-child {
		font-size: 1.42857rem !important;
		letter-spacing: 0 !important;
	}
	.contact article.opening-times {
		padding-bottom: 5.625rem;
	}
	.site-footer .text\:sm {
		font-size: 0.80357rem;
		letter-spacing: 0.16857rem;
	}
	.site-footer__legal li:first-child {
		order: 1;
	}
	.site-footer__legal li:nth-child(2) {
		order: 3;
	}
	.site-footer__legal li:last-child {
		order: 2;
	}
	.whats-on.full {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.container p {
		font-size: 1.25rem;
		margin: 0.1875rem 0 0 1.5rem;
	}
	.checkmark + .text\:sm {
		letter-spacing: normal;
		font-size: 0.75rem;
	}
}
@media screen and (max-device-width: 430px) and (orientation: portrait) {
	.landing figure {
		transform: translateY(-12.5%);
	}
}
@media (hover: hover) {
	a:hover {
		opacity: 0.4;
	}
	.menus [data-menu]:hover {
		opacity: 1;
	}
	.menus [data-menu]:hover::before {
		content: " ";
	}
}
/*# sourceMappingURL=main.css.map */
