@font-face {
	font-family: 'Quadon';
	font-weight: normal;
	src: url('/media/fonts/quadon/2C7C8C_D_0.eot');
	src: 
		url('/media/fonts/quadon/2C7C8C_C_0.eot?#iefix') format('embedded-opentype'),
		url('/media/fonts/quadon/2C7C8C_C_0.woff2') format('woff2'),
		url('/media/fonts/quadon/2C7C8C_C_0.woff') format('woff'),
		url('/media/fonts/quadon/2C7C8C_C_0.ttf') format('truetype');
}

@font-face {
	font-family: 'Quadon';
	font-weight: bold;
	src: url('/media/fonts/quadon/2C7C8C_10_0.eot');
	src: 
		url('/media/fonts/quadon/2C7C8C_10_0.eot?#iefix') format('embedded-opentype'),
		url('/media/fonts/quadon/2C7C8C_10_0.woff2') format('woff2'),
		url('/media/fonts/quadon/2C7C8C_10_0.woff') format('woff'),
		url('/media/fonts/quadon/2C7C8C_10_0.ttf') format('truetype');
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.eot');
	src: url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.eot?#iefix') format('embedded-opentype'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.woff2') format('woff2'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.woff') format('woff'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.ttf') format('truetype'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.svg#proxima_nova_altblack') format('svg');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Bold-webfont.eot');
	src: url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Bold-webfont.woff2') format('woff2'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Bold-webfont.woff') format('woff'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Bold-webfont.ttf') format('truetype'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Bold-webfont.svg#proxima_nova_altbold') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Regular-webfont.eot');
	src: url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Regular-webfont.woff') format('woff'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Regular-webfont.ttf') format('truetype'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Regular-webfont.svg#proxima_nova_altregular') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Semibold-webfont.eot');
	src: url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Semibold-webfont.woff2') format('woff2'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Semibold-webfont.woff') format('woff'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Semibold-webfont.ttf') format('truetype'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Semibold-webfont.svg#proxima_nova_ltsemibold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Thin-webfont.eot');
	src: url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Thin-webfont.eot?#iefix') format('embedded-opentype'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Thin-webfont.woff2') format('woff2'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Thin-webfont.woff') format('woff'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Thin-webfont.ttf') format('truetype'), url('/media/fonts/proxima-nova/Mark Simonson - Proxima Nova Thin-webfont.svg#proxima_nova_ltthin') format('svg');
	font-weight: 400;
	font-style: normal;
}

* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 18px;
	font-weight: 500;
	background-color: rgb(var(--background));
	color: rgb(var(--text));
	scroll-behavior: smooth;
}

h1, h2, h3 {
	font-family: 'Quadon', serif;
	margin: 0;
	padding: 0rem 0 0.75rem 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
	font-family: 'Proxima Nova', sans-serif;
}

h4 {
	font-size: 16px;
	font-family: 'Proxima Nova', sans-serif;
}

a {
	text-decoration: none;
	color: rgb(var(--accent));
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding-bottom: 0.3rem;
}

div.hr {
	max-width: 1080px;
	margin: auto;
	padding: 0;
	display: block;
	background-color: rgb(var(--text));
	opacity: 0.1;
	height: 1px;
}



.accent-container {
	background-color: rgb(var(--accent));
	color: rgb(var(--accent-text));
}

.content {
	max-width: 1080px;
	margin: auto;
}

button, .button {
	background-color: rgb(var(--accent));
	color: rgb(var(--accent-text));
	display: inline-block;
	padding: 14px 24px;
	border-radius: 4px;
	font-weight: 700;
	transition: box-shadow 0.125s, transform 0.125s;
}

.button.wide {
	padding: 14px 100px;
}

button:hover, .button:hover {
	text-decoration: none;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	transform: scale(1.03);
}

.accent-container button, .accent-container .button {
	background-color: rgb(var(--background));
	color: rgb(var(--accent));
}

.head {
	display: flex;
	justify-content: space-between;
	height: 80px;
	align-items: center;
}
.head-logo {
	height: 48px;
}

.head-menu a {
	font-weight: bold;
	display: inline-block;
	margin: 0 20px;
	color: rgb(var(--accent-text));
}

.head-menu a.button {
	padding: 10px 20px;
}

.intro-container {
	position: relative;
	background-repeat: repeat;
	border-top: 1px solid rgba(var(--text), 0.125);
	background-image: url(/media/landing/doodle.svg);
	background-color: rgb(var(--accent));
}

.intro-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
}

.intro {
	padding: 40px;
}

.intro-overlay {
	margin: auto;
	max-width: 712px;
	padding: 40px;
/*	opacity: 0.75;*/
	text-align: center;
	border-radius: 4px;
	border: 2px solid rgb(255,255,255, 0.25);
	xbox-shadow: -5px -5px 250px 0px #FFFFFF05 inset;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);

	background: 
		radial-gradient(100% 100% at 0% 0%, 
			rgba(255,255,255, 0.125) 0%,
			rgba(255,255,255, 0.025) 100%),
		linear-gradient(169.15deg, 
			rgba(255,255,255, 0.225) 0%,
			rgba(255,255,255, 0.1125) 96.79%);

}

.intro-logo {
	height: 96px;
}

.intro-status {
	border-radius: 4px;
	border: 1px solid rgb(var(--accent-text));
	padding: 8px 10px;
	display: inline-block;
}

h1.intro-title {
	margin: auto;
	padding: 48px 0 20px 0;
	max-width: 512px;
}

.intro-description {
	max-width: 512px;
	margin: auto;
	padding: 20px 0 46px 0;
}


.boxes-wrap {
	padding: 56px 0;
	display: flex;
	justify-content: space-between;
	gap: 24px;
}

.box {
	flex-basis: 30%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 200px;
	background-color: rgba(var(--text), 0.03);
	border-radius: 4px;
	padding: 24px;
	position: relative;
}

.box-cta {
	color: rgb(var(--text));
	font-weight: 700;
}

.announcement {
	padding-top: 56px;
	padding-bottom: 56px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
}

.gallery-wrap {
	display: flex;
	align-items: center;
}

.gallery-description {
	width: 30%;
	padding: 0 24px 0 0;
}

.gallery {
	width: 70%;
	position: relative;
}

.gallery-images {
	overflow: hidden;
	display: flex;
	align-items: flex-start;
}

.gallery-images img {
	width: 70vw;
	max-width: 756px;
	background-color: #ccc;
}

.gallery-images img {
	display: inline-block;
	flex-shrink: 0;
}

.gallery-bubbles {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;

	-webkit-touch-callout: none !important; 
 	-webkit-user-select: none !important;
	touch-action: none;
	user-select: none;
}

.gallery-bubble-container {
	display: inline-block;
	padding: 6px 3px;
	cursor: pointer;
}

.gallery-bubble {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.3;
}

.gallery-bubble-container.active .gallery-bubble {
	background-color: rgb(var(--accent));
	opacity: 1;
}

.gallery-bubble-container:hover .gallery-bubble {
	opacity: 1;
}

.gallery-control {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 32px;
	width: 32px;
	background-color: rgba(0,0,0,0.6);
	cursor: pointer;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	-webkit-touch-callout: none !important; 
 	-webkit-user-select: none !important;
	touch-action: none;
	user-select: none;
}
.gallery-control:hover {
	background-color: rgba(0,0,0,0.8);
}
.gallery-next {
	right: 12px;
}
.gallery-prev {
	left: 12px;
}


.menu-container {
	padding: 48px 0 48px 0;
	text-align: center;
	position: relative;
}

.discount-badge {
	position: absolute;
	overflow: hidden;
	top: 32px;
	right: 0;
}

.discount-badge-content {
	position: absolute;
	text-align: center;
	padding: 16px 16px 16px 16px;
	top: 0;
	left: 0;
	width: 180px;
	height: 180px;
	overflow: hidden;
	transform: rotate(14deg);
	color: rgb(var(--accent-text));
}

.discount-badge-content h1 {
	padding: 0.75rem 0 0 0;
}


.discount-badge-small {
	position: absolute;
	top: 16px;
	right: 16px;
}

.discount-badge-small-content {
	position: absolute;
	text-align: center;
	padding: 2px;
	top: 0;
	left: 0;
	width: 44px;
	height: 44px;
	overflow: hidden;
	transform: rotate(14deg);
	color: rgb(var(--accent-text));
}

.discount-badge-small-content h2 {
	font-size: 14px;
	padding: 0.7rem 0 0 0;
}


.menu-container p.menu-intro {
	padding: 40px 200px 40px 200px;
}

.menu {
	padding: 64px 0 48px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.menu-category {
	height: 193px;
	flex-basis: 320px;
	flex-shrink: 1;
	flex-grow: 1;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: box-shadow 0.125s, transform 0.125s;
	background-size: cover;
}
.menu-category:hover {
	text-decoration: none;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	transform: scale(1.03);
}
.menu-category-dummy {
	flex-basis: 320px;
	flex-shrink: 1;
	flex-grow: 1;
}
.menu-category-name {

	color: #fff;
	background-color: rgba(0,0,0,0.5);
	backdrop-filter: blur(8px);
	padding: 8px;
	font-weight: 700;
	font-size: 16px;
}

.stores-container {
	text-align: center;
	padding: 64px 0 64px 0;
}

.stores-container p.stores-intro {
	max-width: 720px;
	margin: auto;
	padding-bottom: 48px;
}

.stores-container h2 {
	padding-bottom: 64px;
}
.stores {
	padding: 64px 0 48px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.store {
	xwidth: 320px;
	min-height: 220px;
	flex-basis: 500px;
	flex-shrink: 1;
	flex-grow: 1;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	text-align: left;
	background-color: rgba(var(--text), 0.03);
	border-radius: 4px;
	xborder-bottom: 1px #ccc;
	padding: 16px;
}
.store-details {
	opacity: 0.75;
	padding: 24px 0;
}
.store-details span {
	margin-right: 16px;
	display: inline-block;
}
.store-details svg {
	vertical-align: bottom;
}

.store-dummy {
	flex-basis: 500px;
	flex-shrink: 1;
	flex-grow: 1;
}

.apps-container {
	padding: 64px 0 46px 0;
}

.apps-container h2 {
	text-align: center;
	padding: 0 0 64px 0;
}

.apps {
	display: flex;
	flex-wrap: wrap;
}

.apps-column {
	width: 50%;
	position: relative;
}

.apps-description {
	
}

.apps-description ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 2rem 0;
	max-width: 360px;
}

.apps-description li {
	padding: 0 0 1rem 0;
	display: flex;
}

.apps-description li svg {
	margin-right: 0.75rem;
	margin-top: 1px;
	flex-shrink: 0;
}

.app-buttons {
	margin: 2em 16px 0 0;
}

.store-button:hover, .social-buttons a:hover {
	text-decoration: none;
}

.store-icon {
	width: 134px;
	height: 40px;
	margin-right: 1em;
}

.store-icon:hover {
	opacity: 0.8;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.phones-column {
	min-height: 440px;
	position: relative;
	display: block;
}

.phone {
	position: absolute;
	width: 291px;
	height: 550px;
}
.phone-head {
	position: absolute;
	left: 19px;
	top: 12px;
	width: 180px;
	height: 16px;
	background-color: var(--home-head-background-color);
}

.phone-head-ui {
	position: absolute;
	width: 180px;
	height: 7px;
	top: 6px;
	left: 0;
}
.phone-screenshot {
	position: absolute;
	left: 19px;
	top: 27px;
	right: 26px;
	width: 180px;
	height: 373px;
}

.phone-frame {
	position: absolute;
	left: 0;
	top: 0;
	width: 218px;
	height: 412px;
}


.phone-background.phone {
	top: 17px;
	position: absolute;
	width: 203px;
	height: 385px;
}
.phone-background .phone-head {
	position: absolute;
	left: 18px;
	top: 11px;
	width: 168px;
	height: 15px;
	background-color: var(--home-head-background-color);
}

.phone-background .phone-head-ui {
	position: absolute;
	width: 168px;
	height: 6px;
	top: 6px;
	left: 0;
}
.phone-background .phone-screenshot {
	position: absolute;
	left: 18px;
	top: 26px;
	right: 18px;
	width: 168px;
	height: 348px;
}

.phone-background.phone-right .phone-screenshot {
	top: 6px;
	height: 368px;
}

.phone-background .phone-frame {
	position: absolute;
	left: 0;
	top: 0;
	width: 203px;
	height: 385px;
}

.phone-left {
	left: 0;
	z-index: 1;
}

.phone-right {
	left: 315px;
	z-index: 1;
}

.phone-center {
	left: 150px;
	z-index: 2;
}

.rating {
	padding: 96px 0 96px 0;
	display: flex;
}

.rating-description {
	width: 50%;
	display: flex;
}

.rating-description img {
	width: 64px;
	height: 64px;
	margin-right: 24px;
}

.rating-cta {
	width: 50%;
	text-align: center;
}
.rating-stars {
	padding: 12px 0 24px 0;
}

.contact {
	padding: 64px 0 48px 0;
	display: flex;
}

.contact-hours {
	width: 50%;
}

.contact-address {
	width: 50%;
}

.contact-address-description {
	display: flex;
}

.contact-address-description p {
	padding-top: 0.2rem;
	padding-right: 2rem;
}

.contact-hours dl {
	display: flex;
}
.opening-hours-closed {
	color: rgb(var(--accent));
}
.contact-hours dt {
	font-weight: 400;
	min-width: 6rem;
	padding: 4px 0;
}

.contact-hours dd {
	font-weight: 700;
}

.contact-map {
	margin-top: 32px;
	max-width: 100%;
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid rgba(var(--text), 0.1);
}

.contact-map-button-mobile {
	margin-top: 16px;
}

.footer {
	padding: 32px 0 0 0;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.store-icon-small {
	width: 100px;
	height: 30px;
	margin-right: 1em;
}

.store-icon-small:hover {
	opacity: 0.8;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.footer a {
	color: var(--accent-text);
}
a.ul {
	text-decoration: underline;
}

.footer.legal {
	padding-top: 96px;
	padding-bottom: 48px;
}

.social-buttons {
	padding: 8px 0 0 0;
	& .icon-social:not(:last-child) {
		padding-right: 8px;
	}
}

.footer-apps-mobile {
	text-align: center;
}


.not-on-desktop {
	display: none;
}

@media (max-width: 1080px) {
	.not-on-desktop {
		display: revert;
	}
	.not-on-mobile {
		display: none;
	}

	.footer-address {
		justify-content: space-between;
	}
	.footer-address div {
		padding: 0 16px;
	}
	.footer.legal {
		padding-bottom: 16px;
	}
	.footer.tc {
		padding-top: 0;
		padding-bottom: 24px;
	}
	
	.content {
		padding-left: 8px;
		padding-right: 8px;
	}
	.boxes-wrap {
		display: block;
	}
	.box {
		width: auto;
		margin-bottom: 16px;
		min-height: auto;
	}
	.gallery-wrap {
		display: block;
		padding: 0;
		text-align: center;
	}
	.gallery-description {
		width: 100%;
		padding: 32px 8px;
	}
	.gallery {
		width: 100%;
	}
	.gallery-images img {
		width: 100%;
		max-width: none;
	}
	.apps {
		display: block;
		text-align: center;
	}
	.apps-description ul {
		text-align: left;
		xmax-width: none;
		margin: auto;
		padding-bottom: 0.5rem;
	}
	.apps-column {
		width: auto;
	}
	.app-buttons {
		margin-top: 0.5rem;
		text-align: center;
	}
	.phones-column {
		margin: 8px auto;
		max-width: 520px;
		overflow: hidden;
	}
	.contact {
		display: block;
	}
	.contact-hours, .contact-address {
		width: auto;
		margin-bottom: 32px;
	}
	.contact-address-description {
		justify-content: space-between;
	}
	.store {
		min-height: none;
		min-height: auto;
	}
	.store .button {
		margin-top: 16px;
	}
	.store-details {
		display: none;
	}
	.rating {
		display: block;
	}
	.rating-description {
		width: auto;
		max-width: 500px;
		margin: auto;
	}
	.rating-cta {
		padding-top: 32px;
		width: auto;
	}
	.footer {
		flex-wrap: wrap;
	}
	.intro-logo {
		height: auto;
		max-width: 100%;
		max-height: 64px;
	}
	.menu-container p.menu-intro {
		padding: 40px 0;
	}
	.discount-badge {
		display: none;
	}
	.intro {
		text-align: center;
		padding: 16px;
	}
	.button-wrap .button {
		max-width: 512px;
		width: 100%;
		text-align: center;
		margin: auto;
		display: block;
	}
	.contact-hours dd {
		margin-left: 16px;
	}
}
