/* general */
*
{
	outline: 0 !important;

	--brand-magenta: #EE334A;
	--brand-gray-1: #EDEDED;
	--brand-gray-2: #A5A5A5;
	--brand-gray-3: #474748;
}
body
{
	background-color: white;
	color: var(--brand-gray-3);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
.flex-center
{
	justify-content: center;
}
.section,
section
{
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
.text-gray-1
{
	color: var(--brand-gray-1);
}
.text-gray-2
{
	color: var(--brand-gray-2);
}
.text-gray-3
{
	color: var(--brand-gray-3);
}


/* header */
.top-store-logo
{
	width: 100%;
	max-width: 200px;
}
.top-store-logo img
{
	display: block;
	width: 100%;
}



/* navigation */
#fixed-navigation
{
	background-color: white;
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	height: 50px;
	padding: 0 0;
	border-top: 2px solid var(--brand-gray-1);
	z-index: 500;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}





/* intro */
#intro-view
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	background-image: url('/store-assets/loading.svg');
	background-position: bottom 200px center;
	background-repeat: no-repeat;
	background-size: 45px;
	display: flex;
	width: 100%;
	height: 100vh;
	z-index: 10000;
	padding: 10px;
	text-align: center;
}
#intro-view .intro-store-logo
{
	width: 100%;
	max-width: 250px;
	display: none;
	position: relative;
	top: -120px;
}
#intro-view .intro-powered
{
	position: absolute;
	bottom: 160px;
	left: 0;
	right: 0;
}
#intro-view .intro-powered,
footer .footer-powered
{
	font-size: .9em;
	color: var(--brand-gray-2) !important;
}
#intro-view .intro-powered a,
#intro-view .intro-powered a:visited,
#intro-view .intro-powered a:focus,
#intro-view .intro-powered a:hover,
footer .footer-powered a,
footer .footer-powered a:visited,
footer .footer-powered a:focus,
footer .footer-powered a:hover
{
	color: var(--brand-magenta);
	font-weight: 700;
	text-decoration: none;
}
footer
{
	width: 100%;
}
footer .footer-store-logo
{
	width: 100%;
	max-width: 200px;
}
footer .footer-store-logo img
{
	display: block;
	width: 100%;
}
footer .footer-location-hours
{
	font-size: .9em;
}




/* menu */
a.card-menu,
a.card-menu:visited
{
	width: 100%;
	max-width: 600px;
	height: 220px;
	position: relative;
	overflow: hidden;
	text-decoration: none !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: var(--brand-gray-3);
}
a.card-menu:after
{
	content: "";
	width: 100%;
	height: 90px;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 50;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.1+38,0+54,0.75+100 */
	background: black;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 38%, rgba(0,0,0,.45) 54%, rgba(0,0,0,0.75) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 38%,rgba(0,0,0,.45) 54%,rgba(0,0,0,0.75) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 38%,rgba(0,0,0,.45) 54%,rgba(0,0,0,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
a.card-menu span.name
{
	z-index: 100;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	text-align: left;
	font-size: 1.4em;
	color: white;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
	text-shadow: 0px 1px 1px #000;
	line-height: 40px;
}
a.card-menu span.expand
{
	z-index: 120;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	text-align: right;
	font-size: .7em;
	color: white;
	text-shadow: 0px 1px 1px #000;
	line-height: 36px;
}
a.card-menu span.expand img
{
	width: 20px;
	height: 20px;
}




/* review */
.review-link a
{
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
	color: var(--brand-gray-3);
	text-decoration: none;
}
.review-link a img
{
	width: 180px;
}




/* categories nav */
#__categoriesNav
{
	background-color: white;
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	height: 50px;
	padding: 0 0;
	border-bottom: 2px solid var(--brand-gray-1);
	z-index: 500;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
#__categoriesNav::-webkit-scrollbar {
	display: none;
}
.__categoryLink {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	height: 50px;
	padding: 0 10px;
	min-width: 50px;
	text-align: center;
	position: relative;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 1.1em;
	background-color: transparent;
}
.__categoryLink > span
{
	position: relative;
	z-index: 100;
	font-size: .9em;
	color: var(--brand-gray-3);
}
.__categoryLink:hover > span,
.__categoryLink:focus > span,
.__categoryLink.active > span
{
	color: white;
}
.__categoryLink:before
{
	content: "";
	display: block;
	width: calc(100% - 10px);
	height: 30px;
	position: absolute;
	top: 10px;
	left: 5px;
	right: 5px;
	bottom: 0;
	z-index: 100;
	border-radius: 20px;
	background: transparent;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.__categoryLink:hover:before,
.__categoryLink:focus:before,
.__categoryLink.active:before
{
	background: var(--brand-gray-3);
}
.__categoryLink:focus:before
{
	background-color: var(--brand-gray-2);
}








/* card product */
.card-product
{
	border: 1px solid var(--brand-gray-1);
	display: block;
	width: 100%;
	position: relative;
	text-decoration: none !important;
	overflow: hidden;
}
.card-product .name,
.card-product .description,
.card-product .price
{
	display: block;
	width: 100%;
}
.card-product.__w_image
{
	height: 150px;
}
.card-product.__w_image .name,
.card-product.__w_image .description,
.card-product.__w_image .price
{
	display: block;
	width: calc(100% - 150px);
}
.card-product .name
{
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
	color: var(--brand-gray-3);
	text-transform: uppercase;
	font-size: .95em;
}
.card-product .description
{
	color: var(--brand-gray-2);
	font-size: .8em;
}
.card-product .price
{
	color: var(--brand-gray-3);
	font-size: 1em;
}
.card-product .price.__w_description
{
	position: absolute;
	bottom: 8px;
}
.card-product .image
{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	width: 150px;
	height: 100%;
	border-left: 1px solid var(--brand-gray-1);
	text-align: center;
}
.card-product .image img
{
	display: inline-block;
	height: 100%;
}


.modaal-content-container
{
	padding: 0 !important;
}
.__modal_product_images img
{
	width: 100%;
}
.modal-product-name
{
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
	color: var(--brand-gray-3);
	text-transform: uppercase;
}
.modal-product-price
{
	font-size: 1.3em;
}
.modaal-fullscreen .modaal-close
{
	background-color: var(--brand-gray-3) !important;
	color: var(--brand-gray-1) !important;
}





#__menu_content .container
{
	width: 100%;
	max-width: 1500px;
}
.category_group
{
	/* border: 1px solid red; */
}
.category_name
{
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}



















/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.hamburger
	{
		display: none !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {



}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {


	/* card-product */
	.card-product.__w_image
	{
		height: 110px;
	}
	.card-product.__w_image .name,
	.card-product.__w_image .description,
	.card-product.__w_image .price
	{
		width: calc(100% - 110px);
	}
	.card-product .image
	{
		width: 110px;
	}


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {


	/* card product */
	.card-product
	{
		border-left: 0;
		border-right: 0;
	}


}

/* end */

/* Storefront navigation */
.store-menu-navigation {
    --store-accent: #197091;
    position: sticky;
    top: 0;
    z-index: 500;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid #e5e7eb;
}
.store-menu-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-width: 0;
    min-height: 56px;
    padding: 10px 16px;
}
.store-back {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    color: #374151;
}
.store-back:hover { color: var(--store-accent); }
.store-menu-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #6b7280;
}
.store-menu-navigation #__categoriesNav {
    position: static;
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    height: 56px;
    padding: 4px 12px 10px;
    border: 0;
    text-align: left;
}
.store-menu-navigation .__categoryLink {
    flex-shrink: 0;
    height: 36px;
    min-width: 0;
    padding: 0 14px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    transition: background-color .15s, color .15s;
}
.store-menu-navigation .__categoryLink:before { display: none; }
.store-menu-navigation .__categoryLink > span { color: #525b65; font-size: inherit; }
.store-menu-navigation .__categoryLink:hover { background: #f3f4f6; }
.store-menu-navigation .__categoryLink.active { background: #e8f1f5; }
.store-menu-navigation .__categoryLink.active > span { color: var(--store-accent); font-weight: 600; }
.store-menu-navigation a:focus-visible { outline: 2px solid var(--store-accent) !important; outline-offset: -2px; }
#__menu_content { padding-top: 20px; }
.category_group { scroll-margin-top: calc(var(--store-navigation-height, 112px) + 12px); }
@media (min-width: 992px) {
    .store-menu-navigation {
        display: grid;
        grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
        align-items: center;
        gap: 24px;
        padding: 12px max(24px, calc((100vw - 1320px) / 2));
    }
    .store-menu-heading {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 4px;
        min-height: 44px;
        padding: 0 20px 0 0;
        border-right: 1px solid #e5e7eb;
    }
    .store-menu-title { max-width: 100%; font-size: 13px; }
    .store-menu-navigation #__categoriesNav { height: 44px; padding: 0; }
    .store-menu-navigation .__categoryLink { height: 38px; }
}

/* Keep mobile full screen; use a compact dish detail on desktop. */
@media (min-width: 992px) {
    .dish-dialog.modaal-fullscreen .modaal-inner-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 32px;
    }
    .dish-dialog.modaal-fullscreen .modaal-container {
        width: 960px;
        max-width: 100%;
        height: auto;
        max-height: calc(100vh - 80px);
        max-height: calc(100dvh - 80px);
        overflow: auto;
        border-radius: 16px;
        box-shadow: 0 24px 80px rgba(0, 0, 0, .2);
    }
    .dish-dialog .modaal-content-container > .container { max-width: none; }
    .dish-dialog .dish-detail {
        display: grid;
        grid-template-columns: 44% minmax(0, 1fr);
        min-height: 420px;
        padding-top: 0 !important;
    }
    .dish-dialog .dish-detail > div { width: auto; max-width: none; margin-left: 0; }
    .dish-dialog .__modal_product_images {
        display: flex;
        align-items: center;
        background: #f3f4f4;
    }
    .dish-dialog .__modal_product_images img {
        display: block;
        width: 100%;
        height: 100%;
        max-height: 580px;
        object-fit: contain;
    }
    .dish-dialog .dish-detail-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 56px 44px 44px !important;
        text-align: left !important;
        overflow-wrap: anywhere;
    }
    .dish-dialog .modal-product-name { font-size: 28px; line-height: 1.2; font-weight: 600; text-transform: none; }
    .dish-dialog .modal-product-category { order: -1; color: #197091; margin-bottom: 12px !important; }
    .dish-dialog .modal-product-category small { font-size: 13px; font-weight: 600; }
    .dish-dialog .modal-product-price { margin: 20px 0; font-size: 22px; font-weight: 600; color: #25323a; }
    .dish-dialog .modal-product-description { margin: 0; font-size: 16px; line-height: 1.7; color: #626b73; }
    .dish-dialog .dish-detail--text-only { grid-template-columns: 1fr; min-height: 260px; }
    .dish-dialog.modaal-fullscreen .modaal-close {
        position: absolute;
        top: 12px;
        right: 12px;
        background: #f0f2f3 !important;
        width: 40px;
        height: 40px;
    }
    .dish-dialog .modaal-close:before, .dish-dialog .modaal-close:after {
        width: 2px;
        height: 18px;
        top: 11px;
        left: 19px;
        background: #374151;
    }
    .dish-dialog .modaal-close:hover { background: #e8f1f5 !important; }
    .dish-dialog .modaal-close:focus-visible { outline: 2px solid #197091 !important; outline-offset: 2px; }
}
