﻿*,*::before,*::after{box-sizing:border-box;}ul[class],ol[class]{padding:0;}body,h1,h2,h3,h4,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd{margin:0;}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5;}ul[class],ol[class]{list-style:none;}a:not([class]){text-decoration-skip-ink:auto;}img{max-width:100%;display:block;}article>*+*{margin-top:1em;}input,button,textarea,select{font:inherit;}.btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 16px;border-radius:8px;gap:8px;text-align:center;user-select:none;text-decoration:none;outline:0;border:0;font-size:16px;min-height:48px;cursor:pointer;position:relative;overflow:hidden;flex-wrap:nowrap;font-weight:600;transition:box-shadow 90ms ease-in-out,background-color 128ms ease-in-out,border-radius 45ms cubic-bezier(0,0,.2,.1),width 250ms cubic-bezier(.88,0,0,.88);line-height:1;border:1px solid var(--button-border);background-color:var(--button-bg);color:var(--button-color);}button{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:rgba(0,0,0,0);}a{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:rgba(0,0,0,0);}body{--primary:#720e1a;--dark:#47060e;--light:#ede4e4;--white:#fff;--black:#1b1b1b;--grey-white:#ebebeb;--grey-exlight:#cacaca;--grey-light:#a7a7c3;--grey-medium:#636371;--white-a88:rgba(255,255,255,.88);--white-a64:rgba(255,255,255,.64);--white-a48:rgba(255,255,255,.48);--white-a32:rgba(255,255,255,.32);--white-a16:rgba(255,255,255,.16);--white-a8:rgba(255,255,255,.08);--black-a88:rgba(27,27,27,.88);--black-a64:rgba(27,27,27,.64);--black-a48:rgba(27,27,27,.48);--black-a32:rgba(27,27,27,.32);--black-a16:rgba(27,27,27,.16);--black-a8:rgba(27,27,27,.08);--button-border:var(--grey-white);--button-color:var(--primary);--button-bg:var(--white);--header-overlay:var(--black-a88);--header-color:var(--white);--logo-bg:var(--white);--logo-border:var(--grey-white);--byo-bg:var(--primary);--byo-border:var(--dark);--byo-color:var(--white);--rating-color:#f8c432;--danger-primary:#dc3545;--danger-dark:#491217;--danger-medium:#f5c6cb;--danger-light:#f8d7da;--success-primary:#28a745;--success-dark:#0b2e13;--success-medium:#c3e6cb;--success-light:#d4edda;}body.theme-brown{--primary:#c69f80;--dark:#9f8169;--light:#f8eadf;}body.theme-teal{--primary:#6d7c54;--dark:#404832;--light:#e6f4cf;}body.theme-navy{--primary:#223e61;--dark:#111e2e;--light:#e2efff;}body.theme-olive{--primary:#a79f59;--dark:#676233;--light:#f4efc6;}body.theme-grey{--primary:#666;--dark:#3f3f3f;--light:#e4e4e4;}body.theme-black{--primary:#4c4c4c;--dark:#242424;--light:#ededed;}body.theme-pink{--primary:#d04a8c;--dark:#941e58;--light:#ffe7f3;}body.theme-orange{--primary:#e9ad27;--dark:#bc8710;--light:#fff0d0;}body.theme-green{--primary:#198754;--dark:#0f5836;--light:#d4ebe0;}body{font-family:"Google Sans","Noto Sans","Noto Sans TC",sans-serif;overflow-x:hidden;background-color:var(--primary);}body *::selection{background-color:var(--primary);color:var(--white);}body.loading{position:relative;overflow:hidden;}html{scroll-behavior:smooth;}.img-svg{display:initial;}.page-loader{position:fixed;width:100%;height:100%;inset:0 0 0 0;background:#fff;z-index:10000;display:flex;justify-content:center;align-items:center;background:url(/assets/images/loader.svg),#fff;background-repeat:no-repeat;background-position:center center;background-size:80px;}.loader{border:16px solid var(--primary);border-radius:50%;border-top:15px solid var(--light);width:120px;height:120px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;}.cursor-dot,.cursor-dot-outline{pointer-events:none;position:absolute;top:50%;left:50%;border-radius:50%;opacity:0;transform:translate(-50%,-50%);transition:opacity .3s ease-in-out,transform .3s ease-in-out;z-index:9999;}@media(pointer:coarse){.cursor-dot,.cursor-dot-outline{display:none;}}.cursor-dot{width:8px;height:8px;background-color:var(--primary);opacity:.64;}.cursor-dot-outline{width:40px;height:40px;border:var(--primary) 1px solid;}header{display:flex;flex-direction:column;padding:24px;position:fixed;top:0;z-index:4080;width:100%;background-color:transparent;transition:all ease-in-out 250ms;}@media(min-width:768px){header{padding:24px 40px;}}header *{transition:all ease-in-out 250ms;}header.active{background-color:var(--white);box-shadow:0 8px 24px -8px rgba(27,27,27,.32);padding:16px;}header.active ul li a{color:var(--black);}header.active ul li svg{fill:var(--primary)!important;}header.active ul li svg *{fill:var(--primary)!important;}header.active ul li.nav-menu.is-mobile .btn{color:var(--primary);}header.active ul li.nav-menu.is-booking .nav-link{color:var(--white);}header ul{display:flex;flex-direction:row;align-items:center;gap:32px;list-style:none;margin:0;padding:0;}header ul li{display:flex;flex-direction:column;}header ul li.brand{margin-right:auto;}header ul li a{color:var(--white);font-weight:600;text-decoration:none;}header ul li a:hover{opacity:.64;}header ul li a.active{color:var(--primary);}header ul li svg{width:40px;height:40px;fill:var(--white)!important;}header ul li svg *{fill:var(--white)!important;}header ul li.nav-menu{display:none;}@media(min-width:1024px){header ul li.nav-menu{display:flex;}}header ul li.nav-menu.is-mobile{display:flex;}@media(min-width:1024px){header ul li.nav-menu.is-mobile{display:none;}}header ul li.nav-menu.is-mobile .btn{background-color:transparent;font-size:24px;color:var(--white);border:0;}header ul li.nav-menu.is-booking{display:flex;}header ul li.nav-menu.is-booking .nav-link{background-color:var(--primary);padding:8px 16px;border-radius:64px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);}.nav-active{overflow:hidden;}.nav-active main,.nav-active header{transform:translateX(-85vw);}.nav-active main:after,.nav-active header:after{content:"";position:absolute;inset:0;background-color:transparent;z-index:9999;}.nav-active aside{transform:translateX(0);}aside{position:fixed;right:0;top:0;bottom:0;background-color:var(--primary);width:85vw;height:100%;transform:translateX(100%);transition:ease-in-out 128ms;overflow:hidden;}aside>ul{list-style:none;margin:0;padding:0;display:block;padding:24px;overflow-y:auto;position:relative;max-height:100%;}aside>ul>li{display:flex;flex-direction:column;padding:16px;font-weight:700;}aside>ul>li>ul{list-style:none;margin:0;padding:12px 0 0 0;display:flex;flex-direction:column;}aside>ul>li>ul li{padding:8px 16px;color:var(--white);}aside>ul>li a{display:flex;color:var(--white);font-size:16px;text-decoration:none;}aside>ul>li.brand svg{width:88px;fill:var(--white);}aside>ul>li.brand svg *{fill:var(--white);}main{position:relative;z-index:24;}section{display:flex;flex-direction:column;position:relative;gap:16px;background-color:var(--white);}@media(min-width:640px){section{gap:32px;}}.section-title{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--primary);text-align:center;margin-bottom:16px;}@media(min-width:640px){.section-title{margin-bottom:32px;}}.section-title i{font-size:88px;}@media(min-width:640px){.section-title i{font-size:108px;}}.section-title h2{font-size:32px;}@media(min-width:640px){.section-title h2{font-size:36px;}}.section-content{display:flex;flex-flow:row wrap;gap:32px;justify-content:center;}.restaurant-payment,.restaurant-facilities,.restaurant-menu,.restaurant-info{padding:24px;}@media(min-width:640px){.restaurant-payment,.restaurant-facilities,.restaurant-menu,.restaurant-info{padding:64px;}}.restaurant-header{gap:24px;align-items:center;justify-content:center;padding:148px 32px 64px;transition:height cubic-bezier(.15,.41,.69,.94) 128ms;background-attachment:fixed;background-size:cover;background-repeat:no-repeat;background-position:center;user-select:none;}@media(min-width:640px){.restaurant-header{padding:128px 32px;gap:32px;}}.restaurant-header .background-video{position:absolute;inset:0;object-fit:cover;left:0;right:0;top:0;bottom:0;width:100%;height:100%;}.restaurant-header:before{content:"";background-color:var(--header-overlay);background-blend-mode:multiply;position:absolute;inset:0;z-index:1;}.restaurant-header-brand,.restaurant-header-info{position:relative;z-index:4;color:var(--header-color);display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;text-align:center;}.restaurant-header-brand .brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;position:relative;}.restaurant-header-brand .brand .logo{width:108px;height:108px;border-radius:50%;background-color:var(--logo-bg);border:var(--logo-border) 1px solid;}@media(min-width:640px){.restaurant-header-brand .brand .logo{width:164px;height:164px;}}.restaurant-header-brand .brand .tag{position:absolute;top:0;right:0;background-color:var(--byo-bg);border:var(--byo-border) 1px solid;color:var(--byo-color);padding:4px 12px;border-radius:40px;font-size:12px;font-weight:600;}.restaurant-header-brand h1{font-size:32px;}@media(min-width:640px){.restaurant-header-brand h1{font-size:40px;}}.restaurant-header-brand .rating{display:flex;flex-direction:row;align-items:center;gap:16px;}.restaurant-header-brand .rating-results{display:flex;flex-flow:row nowrap;gap:8px;align-items:center;}.restaurant-header-brand .rating-results .review{font-size:12px;}.restaurant-header-brand .rating-results span{font-size:18px;font-weight:600;}.restaurant-header-brand .rating .star{display:flex;flex-direction:row;gap:16px;font-size:24px;color:var(--rating-color);}.restaurant-header-info{display:flex;flex-direction:column;gap:24px;position:relative;z-index:24;}@media(min-width:640px){.restaurant-header-info{gap:32px;}}.restaurant-header-info a{text-decoration:none;}.restaurant-header-info p{display:block;font-size:14px;}@media(min-width:640px){.restaurant-header-info p{font-size:16px;}}.restaurant-header-info .actions{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:32px;}.restaurant-header-info .actions .btn{min-height:64px;border-radius:64px;padding:8px 32px;font-size:18px;--button-color:var(--white);line-height:160%;}.restaurant-header-info .actions .btn.btn-book{--button-bg:var(--primary);--button-border:var(--primary);}.restaurant-header-info .actions .btn.btn-book:hover{--button-bg:var(--dark);}.restaurant-header-info .actions .btn.btn-view{--button-bg:transparent;}.restaurant-header-info .actions .btn.btn-view:hover{--button-bg:var(--white-a8);}.restaurant-header-info .scroll-animated{animation-name:scroll;animation-duration:3s;animation-timing-function:cubic-bezier(.15,.41,.69,.94);animation-iteration-count:infinite;color:var(--white);display:flex;flex-direction:column;font-size:24px;}.restaurant-header-info .communication{display:none;flex-flow:row nowrap;max-width:1200px;}@media(min-width:992px){.restaurant-header-info .communication{display:flex;}}.restaurant-header-info .communication-actions{display:flex;flex-flow:row wrap;gap:16px;}.restaurant-header-info .communication-actions .btn-share{background-color:transparent;border-radius:50%;width:40px;height:40px;min-height:40px;border:0;color:var(--white);padding:0;font-size:20px;}.restaurant-header-info .communication-actions .btn-share:hover{background-color:rgba(255,255,255,.16);}.restaurant-header-info .cuisines{display:flex;flex-flow:row wrap;justify-content:center;gap:16px;font-size:14px;}@media(min-width:640px){.restaurant-header-info .cuisines{font-size:16px;}}.restaurant-header-info .cuisines-item{background-color:rgba(255,255,255,.12);padding:8px 16px;border:rgba(255,255,255,.24) 1px solid;border-radius:64px;}@keyframes scroll{0%{opacity:0;}10%{transform:translateY(0);opacity:1;}100%{transform:translateY(24px);opacity:0;}}.restaurant-info-list,.restaurant-info-serve{list-style:none;margin:0;padding:0;display:flex;flex-flow:row wrap;gap:16px;justify-content:center;}.restaurant-info-item{padding:8px 16px;background-color:var(--light);font-size:16px;border-radius:8px;color:var(--primary);box-shadow:inset 0 0 0 1px rgba(27,27,27,.08);font-weight:500;}.restaurant-info-serve{gap:32px;width:100%;display:grid;grid-template-columns:repeat(2,1fr);}@media(min-width:480px){.restaurant-info-serve{grid-template-columns:repeat(3,1fr);}}@media(min-width:1024px){.restaurant-info-serve{display:flex;flex-flow:row wrap;justify-content:space-between;max-width:1024px;}}.restaurant-info-serve-item{display:flex;flex-direction:column;align-items:center;color:var(--primary);}.restaurant-info-serve-item.not-available .type,.restaurant-info-serve-item.not-available .status,.restaurant-info-serve-item.not-available i{color:var(--grey-light);}.restaurant-info-serve-item.not-available .status{background-color:var(--grey-white);color:var(--grey-light);}.restaurant-info-serve-item.not-available .status:before{background-color:var(--grey-light);content:"";}.restaurant-info-serve-item.is-text .status{text-align:center;padding:8px;}.restaurant-info-serve-item.is-text .status:before{display:none;}.restaurant-info-serve-item i{font-size:64px;margin-bottom:8px;}.restaurant-info-serve-item .type,.restaurant-info-serve-item .status{font-size:16px;font-weight:600;}.restaurant-info-serve-item .status{background-color:var(--light);padding:8px 24px 8px 8px;border-radius:64px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px;box-shadow:inset 0 0 0 1px rgba(27,27,27,.08);margin-top:16px;min-width:96px;}.restaurant-info-serve-item .status:before{font-family:"menumiz-icon";content:"";display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;width:24px;height:24px;background-color:var(--primary);color:var(--white);}.restaurant-info .section-content>svg{fill:var(--primary);}.restaurant-menu{background-color:var(--light);user-select:none;}.restaurant-menu-nav{display:none;flex-flow:row;margin-bottom:32px;}@media(min-width:640px){.restaurant-menu-nav{display:flex;}}.restaurant-menu-nav .swiper-menu-nav{position:relative;overflow:hidden;margin:auto;}.restaurant-menu-nav .swiper-slide{width:auto!important;}.restaurant-menu-nav .swiper-slide span{font-size:18px;padding:8px 16px 16px;position:relative;display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--primary);opacity:.48;text-transform:capitalize;}.restaurant-menu-nav .swiper-slide span:after{position:absolute;content:"";background-color:var(--primary);height:4px;border-radius:8px;width:0;bottom:0;margin:auto;left:auto;right:auto;display:flex;transition:width ease-in-out 125ms;}.restaurant-menu-nav .swiper-slide input{position:absolute;z-index:24;inset:0;opacity:0;cursor:pointer;width:100%;height:100%;margin:auto;}.restaurant-menu-nav .swiper-slide input:checked~span{opacity:1;}.restaurant-menu-nav .swiper-slide input:checked~span:after{width:32px;}.restaurant-menu-list{display:grid;max-width:1200px;width:100%;margin:auto!important;gap:48px;gap:24px;}@media(min-width:640px){.restaurant-menu-list{display:none;gap:48px;}}@media(min-width:1024px){.restaurant-menu-list{grid-template-columns:repeat(2,1fr);justify-content:center;}}.restaurant-menu-list.active{display:grid;}.restaurant-menu-item{display:grid;position:relative;overflow:hidden;width:100%;background-color:var(--white);border-radius:16px;box-shadow:0 8px 16px -12px rgba(27,27,27,.32);}@media(min-width:640px){.restaurant-menu-item{grid-template-columns:148px 1fr;align-items:flex-start;gap:24px;box-shadow:none;background-color:transparent;}}.restaurant-menu-item.is-title{margin:0 -24px;width:calc(100% + 48px);border-radius:0;box-shadow:none;background-color:rgba(27,27,27,.08);cursor:pointer;display:flex;flex-direction:row;align-items:center;padding-right:24px;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:rgba(0,0,0,0);}@media(min-width:640px){.restaurant-menu-item.is-title{display:none;}}.restaurant-menu-item.is-title:before{content:"";position:absolute;left:0;top:0;right:0;background-color:var(--primary);width:8px;height:100%;border-radius:0 8px 8px 0;}.restaurant-menu-item.is-title:after{font-family:"menumiz-icon";content:"";margin-left:auto;transition:transform ease-in-out 250ms;}.restaurant-menu-item.is-title h3{padding:12px 24px;}.restaurant-menu-item.is-title.active:after{transform:rotate(180deg);}@media(max-width:639px){.restaurant-menu-item:not(.is-title){display:none;}.restaurant-menu-item:not(.is-title).show{display:grid;}}.restaurant-menu-item-img{aspect-ratio:16/9;position:relative;overflow:hidden;display:flex;flex-flow:column;align-items:center;justify-content:center;border-radius:16px 16px 0 0;background-color:var(--white);box-shadow:inset 0 0 0 1px rgba(27,27,27,.32);width:100%;}@media(min-width:640px){.restaurant-menu-item-img{border-radius:16px;}}.restaurant-menu-item-img img{object-fit:cover;object-position:center;width:100%;}.restaurant-menu-item-info{width:100%;gap:12px;display:flex;flex-direction:column;position:relative;overflow:hidden;padding:16px;}@media(min-width:1024px){.restaurant-menu-item-info{padding:0;}}.restaurant-menu-item-info h3{font-weight:600;display:grid;align-items:center;gap:16px;position:relative;overflow:hidden;text-overflow:ellipsis;width:100%;text-transform:capitalize;}@media(min-width:1024px){.restaurant-menu-item-info h3{grid-template-columns:auto 1fr auto;}}.restaurant-menu-item-info h3 span{white-space:nowrap;}.restaurant-menu-item-info h3 span.name{overflow:hidden;text-overflow:ellipsis;}.restaurant-menu-item-info h3 .seperator{border:var(--black) 1px dashed;width:100%;min-width:24px;display:flex;opacity:.32;display:none;}@media(min-width:1024px){.restaurant-menu-item-info h3 .seperator{display:flex;}}.restaurant-menu-item-info p{opacity:.64;}.restaurant-menu-info{font-size:12px;margin-top:32px;text-align:center;}.restaurant-menu-actions{display:flex;flex-flow:row wrap;justify-content:center;gap:32px;margin-top:64px;}.restaurant-menu-actions .btn{height:64px;min-width:128px;border-radius:64px;padding:8px 24px;}.restaurant-menu-actions .btn-delivery{aspect-ratio:16/6;}.restaurant-menu-actions .btn-delivery img{width:100%;max-width:unset;}.restaurant-menu-actions .btn-order{background-color:var(--primary);color:var(--white);}.restaurant-facilities{background-color:var(--white);}.restaurant-facilities-list{list-style:none;margin:0;padding:0;display:flex;flex-flow:row wrap;justify-content:center;gap:16px;}.restaurant-facilities-list.show-all .restaurant-facilities-item.not-default{display:flex;height:auto;opacity:1;scale:1;}.restaurant-facilities-item{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;color:var(--primary);gap:8px;box-shadow:inset 0 0 0 1px rgba(27,27,27,.16);background-color:var(--light);padding:8px 24px 8px 16px;border-radius:64px;transition:all .25s;font-weight:600;font-size:14px;}@media(min-width:640px){.restaurant-facilities-item{font-size:16px;}}.restaurant-facilities-item.not-default{display:none;height:0;opacity:0;scale:0;}.restaurant-facilities-item svg,.restaurant-facilities-item img{width:24px;height:24px;}.restaurant-facilities-item svg,.restaurant-facilities-item svg *{fill:var(--primary)!important;}.restaurant-facilities-action{display:flex;flex-direction:row;justify-content:center;align-items:center;}.restaurant-facilities-action .btn{--button-bg:transparent;--button-border:transparent;--button-color:var(--primary);}.restaurant-payment{background-color:var(--light);}.restaurant-payment .swiper-payment{position:relative;overflow:hidden;margin:0 -24px;cursor:url(/assets/images/site/cursor-swiper.png) 32 32,auto;}@media(min-width:640px){.restaurant-payment .swiper-payment{margin:0 -64px;}}.restaurant-payment-item{position:relative;overflow:hidden;border-radius:8px;padding:8px;background-color:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);height:56px;width:108px;}.restaurant-payment-item.not-default{display:none;height:0;opacity:0;scale:0;}.restaurant-payment-item img{height:40px;}.restaurant-gallery{padding:64px 16px;user-select:none;}.restaurant-gallery .swiper{position:relative;overflow:hidden;}.restaurant-gallery .swiper-gallery{display:inherit;margin:0 24px;cursor:url(/assets/images/site/cursor-swiper.png) 32 32,auto;}@media(min-width:480px){.restaurant-gallery .swiper-gallery{margin:0 -16px;}}@media(min-width:480px){.restaurant-gallery .swiper-slide{width:auto!important;}}.restaurant-gallery .swiper-slide .gallery-item{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:8px;box-shadow:inset 0 0 0 1px rgba(27,27,27,.08);}.restaurant-gallery .swiper-slide img{object-fit:cover;object-position:center;width:320px;aspect-ratio:1/1;}.restaurant-gallery .swiper .overlay-left,.restaurant-gallery .swiper .overlay-right{width:48px;height:48px;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:24;top:0;bottom:0;margin:auto;position:absolute;}@media(min-width:640px){.restaurant-gallery .swiper .overlay-left,.restaurant-gallery .swiper .overlay-right{width:164px;height:100%;}}.restaurant-gallery .swiper .overlay-left{left:0;align-items:flex-start;margin-left:8px;}@media(min-width:640px){.restaurant-gallery .swiper .overlay-left{margin-left:0;background-image:linear-gradient(to right,white 15%,rgba(255,255,255,0) 100%);}}.restaurant-gallery .swiper .overlay-right{right:0;align-items:flex-end;margin-right:8px;}@media(min-width:640px){.restaurant-gallery .swiper .overlay-right{margin-right:0;background-image:linear-gradient(to left,white 15%,rgba(255,255,255,0) 100%);}}.restaurant-contact{display:grid;background-color:var(--black);gap:0;color:var(--white);}@media(min-width:720px){.restaurant-contact{grid-template-columns:repeat(2,1fr);}}.restaurant-contact-img{display:none;flex-direction:column;align-items:center;justify-content:center;}@media(min-width:720px){.restaurant-contact-img{display:flex;}}.restaurant-contact-img img{object-fit:cover;object-position:center;height:100%;}.restaurant-contact-content{padding:24px;display:flex;flex-direction:column;gap:16px;}@media(min-width:640px){.restaurant-contact-content{padding:64px;}}.restaurant-contact-list{display:flex;flex-direction:column;gap:24px;}.restaurant-contact-item{display:flex;flex-direction:column;gap:8px;font-size:14px;}.restaurant-contact-item.is-rating{flex-direction:row;align-items:center;font-size:24px;}.restaurant-contact-item h3{font-size:12px;font-weight:600;text-transform:uppercase;opacity:.64;text-transform:uppercase;}.restaurant-contact-item p span{font-size:12px;margin-left:8px;}.restaurant-contact-item .rating{color:var(--rating-color);font-size:32px;}.restaurant-contact-item .location-actions{display:flex;flex-direction:row;gap:16px;margin-top:8px;}.restaurant-contact-item .location-actions .btn-location{display:flex;flex-direction:row;gap:12px;}.restaurant-contact-item .location-actions .btn-location i{font-size:24px;}.restaurant-contact-item .time-actions{display:flex;flex-direction:column;gap:8px;}.restaurant-contact-item .time-actions.expanded{display:none;}.restaurant-contact-item .time-actions.expanded~.full-time{display:flex;}.restaurant-contact-item .time-actions .time-current{display:flex;gap:8px;align-items:center;}.restaurant-contact-item .time-actions .time-current .btn{width:32px;height:32px;min-height:32px;border-radius:50%;border:0;}.restaurant-contact-item .time-actions .time-current .status{border-radius:8px;font-weight:600;}.restaurant-contact-item .time-actions .time-current.is-closed .status{color:var(--danger-light);}.restaurant-contact-item .time-actions .time-current.is-opened .status{color:var(--success-light);}.restaurant-contact-item .full-time{display:none;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0;}.restaurant-contact-item .full-time .btn{width:32px;height:32px;min-height:32px;border-radius:50%;border:0;}.restaurant-contact-item .full-time li{display:grid;grid-template-columns:108px 1fr;color:var(--grey-light);}.restaurant-contact-item .full-time li.is-today{font-weight:700;color:var(--white);}.restaurant-contact-item .full-time li .time{display:flex;flex-direction:column;gap:4px;}.restaurant-contact-item .full-time li span{line-height:24px;}.restaurant-contact-link{color:var(--white);text-decoration:none;}.restaurant-contact-link:hover{text-decoration:underline;}.restaurant-contact .section-title{text-align:left;align-items:flex-start;color:var(--white);margin-bottom:16px;}.restaurant-contact .navigation-share{display:flex;flex-flow:row wrap;gap:16px;margin-top:12px;}.restaurant-contact .navigation-share .btn-share{padding:0;border-radius:88px;width:40px;height:40px;min-height:40px;box-shadow:inset 0 0 0 1px rgba(27,27,27,.16);--button-bg:transparent;--button-color:var(--white);--button-border:rgba(255,255,255,.32);}.restaurant-contact .navigation-share .btn-share:hover{--button-bg:rgba(255,255,255,.16);}.restaurant-contact .navigation-share .btn-share i{font-size:24px;}.restaurant-contact .navigation-share .btn-share-text{padding:0;border-radius:88px;width:auto;height:40px;min-height:40px;box-shadow:inset 0 0 0 1px rgba(27,27,27,.16);flex-flow:row nowrap;padding:0 16px;--button-bg:transparent;--button-color:var(--white);--button-border:rgba(255,255,255,.32);}.restaurant-contact .navigation-share .btn-share-text:hover{--button-bg:rgba(255,255,255,.16);}.restaurant-contact .navigation-share .btn-share-text i{font-size:24px;}.floating-actions{display:flex;flex-direction:column-reverse;gap:16px;position:fixed;bottom:16px;right:16px;z-index:512;transition:ease-in-out 250ms;transform:scale(1);}@media(min-width:1024px){.floating-actions{bottom:32px;right:32px;}}.floating-actions.top .floating-actions-toolbar .btn.go-top{display:flex;height:32px;min-height:32px;border-bottom:rgba(255,255,255,.16) 1px solid;}@media(min-width:1024px){.floating-actions.top .floating-actions-toolbar .btn.go-top{height:40px;min-height:40px;}}.floating-actions.hide{transform:scale(0);}.floating-actions.active .floating-actions-btn:not(.action){transform:scale(1);bottom:unset;}.floating-actions.active .floating-actions-btn.action{--button-bg:var(--primary);--button-color:var(--white);}.floating-actions-btn{width:52px;height:52px;border-radius:50%;box-shadow:0 4px 8px -2px rgba(27,27,27,.16);}@media(min-width:1024px){.floating-actions-btn{width:64px;height:64px;}}.floating-actions-btn:hover{--button-bg:var(--light);}.floating-actions-btn:not(.action){transition:ease-in-out 250ms;transform:scale(0);bottom:0;}.floating-actions-btn i{font-size:24px;}@media(min-width:1024px){.floating-actions-btn i{font-size:32px;}}.floating-actions-toolbar{box-shadow:0 4px 12px -4px rgba(27,27,27,.48);background-color:var(--primary);border-radius:8px;}.floating-actions-toolbar .btn{width:52px;height:52px;border-radius:50%;background-color:transparent;border:0;color:var(--white);font-weight:400;}@media(min-width:1024px){.floating-actions-toolbar .btn{width:64px;height:64px;}}.floating-actions-toolbar .btn i{font-size:24px;}@media(min-width:1024px){.floating-actions-toolbar .btn i{font-size:32px;}}.floating-actions-toolbar .btn.go-top{height:0;min-height:0;border-radius:0;padding:0;transition:height ease-in-out 250ms;}.floating-actions-toolbar .btn.go-top i{font-size:16px;}.modal{--modal-width:500px;--modal-padding:16px;--modal-margin:16px;--modal-border-color:var(--grey-white);--modal-border-width:1px;--modal-border-radius:16px;--modal-box-shadow:0 4px 16px -4px rgba($color:$black,$alpha:.64);--modal-inner-border-radius:0;--modal-header-padding-x:16px;--modal-header-padding-y:16px;--modal-header-padding:16px;--modal-header-border-width:1px;--modal-title-line-height:1;--modal-footer-gap:16px;--modal-footer-bg:var(--white);--modal-footer-border-color:var(--grey-white);--modal-footer-border-width:1px;position:fixed;inset:0;z-index:4080;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:hidden;outline:0;}.modal.fade .modal-dialog{transition:transform .3s ease-in-out;transform:translate(0,-50px);}.modal.slide-x-start .modal-dialog{transition:transform .3s ease-in-out;transform:translate(-100%,0);}.modal.slide-x-end .modal-dialog{transition:transform .3s ease-in-out;transform:translate(100%,0);}.modal.slide-y-start .modal-dialog{transition:transform .3s ease-in-out;transform:translate(0,-100%);}.modal.slide-y-end .modal-dialog{transition:transform .3s ease-in-out;transform:translate(0,100%);}.modal.show .modal-dialog{transform:translate(0,0);}.modal-dialog{position:relative;width:auto;margin:var(--modal-margin);pointer-events:none;z-index:2048;width:100%;}.modal-dialog-centered{display:flex;align-items:center;justify-content:center;width:100%;min-height:calc(100% - var(--modal-margin)*2);}.modal-dialog-centered .modal-content{max-width:480px;border-radius:8px;overflow:hidden;}.modal-dialog-centered .modal-content .modal-footer{box-shadow:none;}.modal-dialog-scrollable{height:calc(100% - var(--modal-margin)*2);}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden;}.modal-dialog-scrollable .modal-body{overflow-y:auto;}.modal-content{position:relative;width:100%;pointer-events:auto;background-clip:padding-box;border-radius:8px;overflow:hidden;outline:0;background-color:var(--white);color:var(--modal-color);}.modal-backdrop{background-color:rgba(27,27,27,.64);position:fixed;top:0;left:0;z-index:1040;width:100%;height:100%;backdrop-filter:blur(4px);}.modal-header{padding:16px;flex-shrink:0;gap:16px;border-bottom:var(--grey-white) 1px solid;display:flex;flex-flow:row;justify-content:space-between;align-items:center;}.modal-header-content{display:flex;flex-direction:column;gap:8px;}.modal-header-content p{font-size:14px;}.modal-header h2,.modal-header h3{font-size:18px;display:flex;align-items:center;gap:8px;}.modal-header h2 i,.modal-header h3 i{font-size:32px;color:var(--primary);}.modal-header .btn-close{border-radius:50%;width:40px;height:40px;min-height:40px;padding:0;background-color:var(--button-close-bg);color:var(--primary);border:var(--grey-white) 1px solid;}.modal-header .btn-close i{font-size:20px;}.modal-title{margin-bottom:0;font-size:16px;}.modal-body{position:relative;flex:1 1 auto;padding:16px;background-color:var(--body-bg);color:var(--body-color);scroll-behavior:smooth;}.modal-footer{position:relative;z-index:24;flex-shrink:0;flex-wrap:wrap;padding:16px;border-radius:8px 8px 0 0;background-color:var(--modal-footer-bg);}@media(max-width:640px){.modal-share .modal-content{border-radius:16px 16px 0 0;}}@media(max-width:640px){.modal-share .modal-dialog.modal-dialog-centered{align-items:flex-end;margin:0;}}.modal-share .share-url{display:grid;grid-template-columns:1fr auto;gap:16px;}.modal-share .share-url input{height:48px;border-radius:8px;border:var(--grey-exlight) 1px solid;outline:0;box-shadow:none;padding:0 16px;}.modal-share .share-url input:focus-visible,.modal-share .share-url input:focus{border:var(--grey-exlight) 1px solid;}.modal-share .share-url .btn{--button-border:var(--primary);--button-bg:var(--primary);--button-color:var(--white);}.modal-share .share-url .btn:hover{--button-bg:var(--dark);}.modal-share .share-actions{display:flex;flex-flow:row wrap;gap:8px;margin-top:16px;padding-top:16px;justify-content:center;border-top:var(--grey-white) 1px solid;}.modal-share .share-actions h3{width:100%;margin-bottom:8px;font-size:14px;text-align:center;}.modal-share .share-actions .btn{border-radius:50%;width:48px;height:48px;padding:0;min-height:0;}.modal-share .share-actions .btn:hover{background-color:var(--light);}.modal-share .share-actions .btn i{font-size:24px;}.modal-delivery .modal-content{max-width:720px;}@media(max-width:640px){.modal-delivery .modal-content{border-radius:16px 16px 0 0;}}@media(max-width:640px){.modal-delivery .modal-dialog.modal-dialog-centered{align-items:flex-end;margin:0;}}.modal-delivery .delivery-contents{display:flex;flex-flow:row wrap;justify-content:center;gap:16px;justify-content:center;}.modal-delivery .delivery-contents h3{width:100%;margin-bottom:8px;font-size:14px;text-align:center;}.modal-delivery .delivery-contents .btn{width:auto;max-height:64px;padding:16px;max-width:calc(33.3333333333% - 32px);}.modal-delivery .delivery-contents .btn:hover{background-color:var(--light);}.modal-delivery .delivery-contents .btn img{max-height:100%;width:auto;}footer{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:24px;background-color:var(--primary);color:var(--white);gap:16px;text-align:center;}@media(min-width:1024px){footer{display:grid;grid-template-columns:1fr 208px 1fr;}}footer .logo img{height:40px;margin:auto;}@media(min-width:1024px){footer .logo img{margin:0;grid-column:2;grid-row:1;}}footer .social-media{display:flex;flex-direction:row;justify-content:center;gap:16px;}@media(min-width:1024px){footer .social-media{grid-column:3;grid-row:1;justify-content:flex-end;}}footer .social-media .btn{width:40px;height:40px;min-height:40px;border-radius:50%;--button-bg:transparent;--button-color:var(--white);--button-border:transparent;}footer .social-media .btn i{font-size:20px;}footer .social-media .btn:hover{background-color:rgba(27,27,27,.32);}footer .copyright{display:block;font-size:14px;color:var(--light);}@media(min-width:1024px){footer .copyright{text-align:left;grid-column:1;grid-row:1;}}footer .copyright .btn{--button-bg:transparent;--button-border:transparent;--button-color:var(--white);display:inline-block;min-height:0;height:auto;padding:0;overflow:unset;appearance:none;}@keyframes loaderLogo{0%,100%{transform:rotate(0deg);}20%{transform:rotateY(90deg) rotateZ(90deg);}40%{transform:rotateY(180deg) rotateZ(-90deg);}60%{transform:rotateY(270deg) rotateZ(90deg);}80%{transform:rotateY(360deg) rotateZ(-90deg);}}@keyframes spin{0%{transform:rotate(0);}100%{transform:rotate(360deg);}}