:root{--green:#005C43;--beige:#F2F5E6;--white:#FFFFFF}@font-face{font-display:swap;font-family:Italianno;font-style:normal;font-weight:400;src:url(/_fonts/italianno-v17-latin_latin-ext-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Source Sans Pro";font-style:normal;font-weight:400;src:url(/_fonts/source-sans-3-v15-latin_latin-ext-regular.woff2) format("woff2")}h1,h2,h3,h4,h5,h6,p{margin:0}p{line-height:1.375rem}table td{vertical-align:top}h2{color:var(--green);font-family:"Source Sans Pro";font-size:1.5rem;font-style:normal;font-weight:700;margin-block:.75rem}.btn{--bg:#fff;--col:var(--green);padding-block:.75rem;padding-inline:1.125rem;border:solid 1px var(--green);border-radius:.5rem;display:grid;grid-template-columns:1fr auto 1fr;-moz-column-gap:.8rem;column-gap:.8rem;color:var(--col);text-decoration:none;transition:background-color 120ms ease-in-out;width:-moz-fit-content;width:fit-content;background-color:var(--bg);min-width:220px;box-sizing:border-box;font-weight:600}.btn .icon{grid-column:1}.btn.right{direction:rtl}.btn:is(:hover){background-color:var(--col);color:var(--bg)}.btn.primary{--bg:var(--green);--col:var(--beige)}.btn.sec{--bg:#fff;--col:var(--green)}.btn.sec:hover{--col:var(--beige);--bg:var(--green)}.btn.inv{border:none;--col:var(--green)}.btn.inv:hover{--bg:var(--green);--col:transparent}.row{display:flex;flex-flow:row wrap;gap:1rem}@media screen and (max-width:490px){.row *{flex-grow:1}}.two-cols{--gap:1.25rem;display:flex;flex-flow:row wrap;gap:var(--gap)}.two-cols>.left,.two-cols>.right{flex-basis:calc((100% - var(--gap))/ 2);min-width:320px;flex-grow:1}@media screen and (max-width:692px){.two-cols>.left:is(.left)::after,.two-cols>.right:is(.left)::after{content:"";width:100%;border-bottom:solid 1px var(--green);display:block;margin-block:1rem}}@media screen and (max-width:calc(2rem + 320px)){.two-cols>.left,.two-cols>.right{min-width:unset}}@media (max-width:767px){.hidden-phone{display:none}}@media (min-width:768px) and (max-width:999px){.hidden-tablet{display:none}}@media (min-width:1000px){.hidden-desktop{display:none}}@media (min-width:1000px){.mob-only{display:none!important}}@media (max-width:999px){.desk-only{display:none!important}}@media (min-width:1000px){#header{display:grid;grid-template-columns:1fr;grid-template-rows:65px 55px}}#header .upper{display:grid;grid-template-columns:1fr auto 1fr;align-content:center;height:56px}@media (min-width:1000px){#header .upper{background-color:var(--beige);height:100%}}#header .upper #menu-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;width:48px;height:48px;justify-self:end}#header .upper .logo{grid-column:2}@media (min-width:1000px){#header .upper .info-links{display:grid;align-content:center;padding-inline:1.75rem}#header .upper .info-links a,#header .upper .info-links a:link{color:var(--green);font-family:"Source Sans Pro";font-size:.8125rem;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase;text-decoration:none}}@media (max-width:999px){#header .upper .info-links{display:none}}@media (min-width:1000px){#header .upper .info-links ul{display:flex;flex-direction:row;list-style:none;gap:1.5em;justify-content:end;justify-items:center}}@media (max-width:767px){.hidden-phone{display:none}}@media (min-width:768px) and (max-width:999px){.hidden-tablet{display:none}}@media (min-width:1000px){.hidden-desktop{display:none}}@media (min-width:1000px){.mob-only{display:none!important}}@media (max-width:999px){.desk-only{display:none!important}}#footer{background-color:var(--green)}@media (min-width:768px){#footer{display:grid;grid-template-columns:repeat(3,1fr);padding-inline:8.375rem}}@media screen and (min-width:768px) and (max-width:1100px){#footer{padding-inline:3rem}}#footer *,#footer a:link{color:var(--beige)}#footer .upper{display:flex;justify-content:center;text-align:center;flex-flow:column;gap:1em;height:145px}@media (min-width:768px){#footer .upper{grid-column:1;text-align:start}}#footer .upper .title{font-size:1.25rem;font-weight:700}#footer .upper .subtitle{font-size:1rem;font-weight:400}@media (min-width:768px){#footer .lower{grid-column:2/4;line-height:1.7em;display:grid;align-items:center}}@media (min-width:768px){#footer .lower ul{-moz-columns:2;columns:2;list-style:none}}#footer a,#footer a:link{display:flex;height:45px;justify-content:center;align-items:center;gap:1.24rem;border-top:1px solid var(--beige);text-decoration:none}@media (min-width:768px){#footer a,#footer a:link{justify-content:start;border-top:none;height:initial;text-align:start;width:-moz-fit-content;width:fit-content}}@media (max-width:767px){.hidden-phone{display:none}}@media (min-width:768px) and (max-width:999px){.hidden-tablet{display:none}}@media (min-width:1000px){.hidden-desktop{display:none}}@media (min-width:1000px){.mob-only{display:none!important}}@media (max-width:999px){.desk-only{display:none!important}}nav{display:flex;flex-flow:column;width:225px;background-color:var(--green);color:var(--beige)}@media (min-width:1000px){nav{background-color:var(--white);width:100%!important;align-items:center;justify-content:center}}@media (max-width:999px){nav{transition:transform .2s ease-in-out,opacity 550ms ease-in-out;opacity:0;transform:translateX(100%);position:absolute;top:56px;right:0;z-index:2;display:none}nav.open{transform:translateX(0);opacity:1;transition:transform .2s ease-in-out,opacity 50ms ease-in-out}}nav .nav-head{display:flex;justify-content:space-between;flex-flow:row wrap}nav .nav-head span{flex-basis:auto;padding:.9375rem;font-weight:700}nav .nav-head:after{content:"";display:block;background-image:url(/_assets/ornament.svg);background-repeat:no-repeat;height:20px;width:100%}nav .nav-links{display:flex;list-style:none}@media (min-width:1000px){nav .nav-links{flex-flow:row wrap}}nav .nav-links a,nav .nav-links a:link{padding-block:1rem;padding-inline:1.25rem;display:inline-flex;height:56px;align-items:center;gap:.5rem;flex-shrink:0;text-decoration:none;color:var(--green);font-family:"Source Sans Pro";font-size:1rem;font-style:normal;font-weight:600;line-height:normal;box-sizing:border-box;transition:background-color 120ms ease-in-out}@media (min-width:1000px){nav .nav-links a:hover,nav .nav-links a:link:hover{background-color:var(--beige)}}@media (max-width:999px){nav .nav-links{list-style:none;flex-direction:column;padding-bottom:1.5rem}nav .nav-links a,nav .nav-links a:link{color:var(--white);height:50px;border-bottom:solid 1px var(--white);width:calc(100% - 2rem);margin-inline:1rem;box-sizing:border-box;padding:0}}.bc{height:48px;border-bottom:solid 1px var(--green);background-color:var(--beige);box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding-block:0!important;-moz-column-gap:1rem;column-gap:1rem}.bc *{height:100%;align-content:center;color:var(--green)}.bc .home{font-size:1.5rem;height:48px;place-items:center;display:grid}.bc .home::before{transform:translateY(-2px)}.bc ul{list-style:none;display:flex;flex-direction:row;align-items:center}.bc .active{font-weight:600}@media (max-width:767px){.hidden-phone{display:none}}@media (min-width:768px) and (max-width:999px){.hidden-tablet{display:none}}@media (min-width:1000px){.hidden-desktop{display:none}}@media (min-width:1000px){.mob-only{display:none!important}}@media (max-width:999px){.desk-only{display:none!important}}.carousel{display:grid;grid-template-columns:100svw;grid-template-rows:1fr;position:relative}.carousel:has(.splide)::after{content:"";display:block;background-image:url(/_assets/Ornament_slider.svg);width:620px;background-repeat:no-repeat;position:absolute;bottom:75px;left:50%;transform:translateX(-50%);background-size:cover;z-index:1;height:93px}@media (max-width:999px){.carousel:has(.splide)::after{width:100%;background-position-x:center;background-position-y:bottom;background-size:contain}}.carousel.con::after{bottom:5px}.carousel.carousel:not(:has(.orna))::after{bottom:-25px}.carousel .splide__slide img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}#splide01,.orna{grid-column:1;grid-row:1}.orna{display:flex;flex-direction:column;z-index:1;align-items:center;justify-content:end;color:var(--green);position:relative;height:-moz-fit-content;height:fit-content;align-self:end}.orna::before{content:"";display:block;background-image:url(/_assets/home_slider_sub.svg);height:48px;width:706px;background-repeat:no-repeat;opacity:.8;position:absolute;bottom:48px;background-size:contain;left:50%;transform:translateX(-50%);z-index:-1}@media (max-width:999px){.orna::before{width:100%;background-position:center;background-size:auto}}.orna::after{content:"";display:block;height:48px;background:#f2f5e6;width:100%;z-index:-1;opacity:.8;position:absolute;bottom:0}.orna .sub,.orna .title{margin:0}.orna .title{font-family:Italianno;font-size:3.75rem;font-style:normal;font-weight:400;line-height:.6em}@media (max-width:999px){.orna .title{font-size:3rem;line-height:initial}}@media screen and (max-width:315px){.orna .title{white-space:nowrap;font-size:14svw}}.orna .sub{font-family:Italianno;font-size:2rem;font-style:normal;font-weight:400;line-height:normal}@media (max-width:999px){.orna .sub{font-size:1.5rem;transform:translateY(-.3em)}}.store{color:var(--green);display:flex;flex-direction:column}.store h2{font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.5rem}.store address{font-style:normal;margin-bottom:1rem;line-height:initial;display:flex;flex-direction:column;padding-top:.5rem;font-style:normal;margin-bottom:1rem}.store iframe{width:100%;aspect-ratio:2.88;height:auto;margin-block:1rem}.store .opening h2{font-size:1.25rem;font-style:normal;font-weight:600;line-height:1.5rem;margin-bottom:1rem}.store .opening ol{color:#000;list-style:none;margin:0;padding:0}.store .opening ol .time{display:flex;flex-direction:row;max-width:320px;justify-content:space-between;line-height:1.5em}article.stores{display:flex;flex-flow:row wrap;gap:1rem;padding:1rem}.tile{display:flex;flex-direction:column;gap:.5rem;border:solid 1px var(--green);background-color:var(--beige);border-radius:8px;height:120px;box-sizing:border-box;min-width:145px;width:-moz-fit-content;width:fit-content;justify-content:center;align-items:center;text-align:center;font-size:1.25rem;font-weight:600;transition:120ms ease-in-out;min-width:145px;flex-grow:1;margin-bottom:0!important}.tile:hover{background-color:var(--green)!important;color:var(--beige)!important}.tile span{font-size:2rem}.cta{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:1.6rem;position:relative;overflow-x:clip}.cta::after{content:"";display:block;width:100%;height:2px;background:var(--green);position:absolute;top:132px}.cta .orna{grid-column:1/3;grid-row:2;justify-self:center;padding-top:.25rem}.cta .meals,.cta .store{background-color:var(--sec);color:var(--pri);display:flex;flex-direction:column;align-items:center;height:128px;justify-content:center;text-decoration:none;text-align:center;padding-inline:.5rem}.cta .meals .icon,.cta .store .icon{font-size:2rem}.cta .meals{--pri:var(--green);--sec:var(--beige)}.cta .store{--pri:var(--beige);--sec:var(--green)}.cta .title{font-family:"Source Sans Pro";font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal;padding-bottom:.5rem;margin:0;line-height:1}.cta .sub{font-family:"Source Sans Pro";font-size:.75rem;font-style:normal;font-weight:400;line-height:1}.cta .icon{margin-bottom:1rem}.cats{display:flex;flex-direction:column;align-items:center;margin-bottom:2.2rem;color:var(--green)}.cats .links{display:flex;flex-flow:row wrap;gap:1rem;justify-content:center}.cats .icon{color:var(--green);font-size:2rem}.welcome .title{margin:0;text-align:center;font-family:"Source Sans Pro";font-size:1.5rem;font-style:normal;font-weight:700;line-height:normal;color:var(--green)}.welcome .text{text-align:center}@media (max-width:767px){.hidden-phone{display:none}}@media (min-width:768px) and (max-width:999px){.hidden-tablet{display:none}}@media (min-width:1000px){.hidden-desktop{display:none}}@media (min-width:1000px){.mob-only{display:none!important}}@media (max-width:999px){.desk-only{display:none!important}}body.flex{display:flex;min-height:100vh;flex-direction:column;justify-content:space-between;font-family:"Source Sans Pro";overflow-x:auto}body.flex .bc,body.flex .stores,body.flex main .content{padding-inline:1rem;padding-block:1rem}@media (min-width:1000px){body.flex .bc,body.flex .stores,body.flex main .content{padding-block:1.5rem;padding-inline:8.375rem}}body.flex .carousel,body.flex .cta{padding:0!important}.content a:link:not(.btn),.content a:not(.btn){text-decoration:none;color:var(--green)}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}ul{padding:0;margin:0}@font-face{font-family:icomoon;src:url(/_fonts/icons/fonts/icomoon.eot?29d926);src:url(/_fonts/icons/fonts/icomoon.eot?29d926#iefix) format("embedded-opentype"),url(/_fonts/icons/fonts/icomoon.ttf?29d926) format("truetype"),url(/_fonts/icons/fonts/icomoon.woff?29d926) format("woff"),url(/_fonts/icons/fonts/icomoon.svg?29d926#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-store:before{content:"\e912"}.icon-store-check-outline:before{content:"\e913"}.icon-book-open-page-variant-outline:before{content:"\e900"}.icon-close-circle-outline:before{content:"\e901"}.icon-email-mark-as-unread:before{content:"\e902"}.icon-facebook:before{content:"\e903"}.icon-fax:before{content:"\e904"}.icon-file-document-outline:before{content:"\e905"}.icon-file-pdf-box:before{content:"\e906"}.icon-home-variant-outline:before{content:"\e907"}.icon-list-box-outline:before{content:"\e908"}.icon-magnify:before{content:"\e909"}.icon-menu:before{content:"\e90a"}.icon-open-in-new:before{content:"\e90b"}.icon-phone-classic:before{content:"\e90c"}.icon-storefront:before{content:"\e90d"}.icon-storefront-check-outline:before{content:"\e90e"}.icon-video-vintage:before{content:"\e90f"}.icon-whatsapp:before{content:"\e910"}.icon-youtube:before{content:"\e911"}