@font-face{font-family:'Satoshi-Light';src:url('../themes/titipokesk/assets/fonts/Satoshi-Light.woff2') format('woff2'),url('../themes/titipokesk/assets/fonts/Satoshi-Light.woff') format('woff'),url('../themes/titipokesk/assets/fonts/Satoshi-Light.ttf') format('truetype');font-weight:300;font-display:swap;font-style:normal}
@font-face{font-family:'Satoshi-LightItalic';src:url('../themes/titipokesk/assets/fonts/Satoshi-LightItalic.woff2') format('woff2'),url('../themes/titipokesk/assets/fonts/Satoshi-LightItalic.woff') format('woff'),url('../themes/titipokesk/assets/fonts/Satoshi-LightItalic.ttf') format('truetype');font-weight:300;font-display:swap;font-style:italic}
@font-face{font-family:'Satoshi-Regular';src:url('../themes/titipokesk/assets/fonts/Satoshi-Regular.woff2') format('woff2'),url('../themes/titipokesk/assets/fonts/Satoshi-Regular.woff') format('woff'),url('../themes/titipokesk/assets/fonts/Satoshi-Regular.ttf') format('truetype');font-weight:400;font-display:swap;font-style:normal}
@font-face{font-family:'Satoshi-Italic';src:url('../themes/titipokesk/assets/fonts/Satoshi-Italic.woff2') format('woff2'),url('../themes/titipokesk/assets/fonts/Satoshi-Italic.woff') format('woff'),url('../themes/titipokesk/assets/fonts/Satoshi-Italic.ttf') format('truetype');font-weight:400;font-display:swap;font-style:italic}
@font-face{font-family:'Satoshi-Medium';src:url('../themes/titipokesk/assets/fonts/Satoshi-Medium.woff2') format('woff2'),url('../themes/titipokesk/assets/fonts/Satoshi-Medium.woff') format('woff'),url('../themes/titipokesk/assets/fonts/Satoshi-Medium.ttf') format('truetype');font-weight:500;font-display:swap;font-style:normal}
@font-face{font-family:'Satoshi-MediumItalic';src:url('../themes/titipokesk/assets/fonts/Satoshi-MediumItalic.woff2') format('woff2'),url('../themes/titipokesk/assets/fonts/Satoshi-MediumItalic.woff') format('woff'),url('../themes/titipokesk/assets/fonts/Satoshi-MediumItalic.ttf') format('truetype');font-weight:500;font-display:swap;font-style:italic}
@font-face{font-family:'Satoshi-Bold';src:url('../themes/titipokesk/assets/fonts/Satoshi-Bold.woff2') format('woff2'),url('../themes/titipokesk/assets/fonts/Satoshi-Bold.woff') format('woff'),url('../themes/titipokesk/assets/fonts/Satoshi-Bold.ttf') format('truetype');font-weight:700;font-display:swap;font-style:normal}
@font-face{font-family:'Satoshi-BoldItalic';src:url('../themes/titipokesk/assets/fonts/Satoshi-BoldItalic.woff2') format('woff2'),url('../themes/titipokesk/assets/fonts/Satoshi-BoldItalic.woff') format('woff'),url('../themes/titipokesk/assets/fonts/Satoshi-BoldItalic.ttf') format('truetype');font-weight:700;font-display:swap;font-style:italic}
@font-face{font-family:'Satoshi-Black';src:url('../themes/titipokesk/assets/fonts/Satoshi-Black.woff2') format('woff2'),url('../themes/titipokesk/assets/fonts/Satoshi-Black.woff') format('woff'),url('../themes/titipokesk/assets/fonts/Satoshi-Black.ttf') format('truetype');font-weight:900;font-display:swap;font-style:normal}
@font-face{font-family:'Satoshi-BlackItalic';src:url('../themes/titipokesk/assets/fonts/Satoshi-BlackItalic.woff2') format('woff2'),url('../themes/titipokesk/assets/fonts/Satoshi-BlackItalic.woff') format('woff'),url('../themes/titipokesk/assets/fonts/Satoshi-BlackItalic.ttf') format('truetype');font-weight:900;font-display:swap;font-style:italic}

@font-face{font-family:'Satoshi-Variable';src:url('../themes/titipokesk/assets/fonts/Satoshi-Variable.woff2') format('woff2'),url('../themes/titipokesk/assets/fonts/Satoshi-Variable.woff') format('woff'),url('../themes/titipokesk/assets/fonts/Satoshi-Variable.ttf') format('truetype');font-weight:300 900;font-display:swap;font-style:normal}

@font-face{font-family:'Satoshi-VariableItalic';src:url('../themes/titipokesk/assets/fonts/Satoshi-VariableItalic.woff2') format('woff2'),url('../themes/titipokesk/assets/fonts/Satoshi-VariableItalic.woff') format('woff'),url('../themes/titipokesk/assets/fonts/Satoshi-VariableItalic.ttf') format('truetype');font-weight:300 900;font-display:swap;font-style:italic}@font-face{font-family:'Filia';src:url('../themes/titipokesk/assets/fonts/Filia-Regular.woff2') format('woff2'),url('../themes/titipokesk/assets/fonts/Filia-Regular.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap}:root{--black:#143C3E;--white:#FFF;--primary:#E8B22D;--secondary:#ADD9B6;--body-font:'Satoshi-Variable',sans-serif;--heading-font:'Filia',sans-serif}html,body{height:100%}
body{display:flex;flex-direction:column;font-family:var(--body-font);color:var(--black)}
.main-content{flex:1 0 auto}
.footer{flex-shrink:0}
h1,h2,h3,h4,h5,h6{font-family:var(--heading-font)}
img{max-width:100%}
.btn-group{gap:1rem;flex-wrap:wrap}
.btn-group>.btn{border-radius:0 1.5rem !important}
.btn{border-radius:0 1.5rem;padding:0.75rem 2rem;font-size:0.875rem;font-weight:700;transition:all 0.15s ease}
.btn-primary{background-color:var(--primary);border-color:var(--primary);color:var(--white)}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{background-color:#d9a625 !important;border-color:#d9a625 !important;color:var(--white) !important}
.btn-outline-primary{background-color:transparent;border-color:var(--primary);color:var(--white)}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active{background-color:var(--primary) !important;border-color:var(--primary) !important;color:var(--white) !important}
.btn-secondary{background-color:var(--secondary);border-color:var(--secondary);color:var(--black)}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active{background-color:#98c5a1 !important;border-color:#98c5a1 !important;color:var(--black) !important}
.btn-white{background-color:var(--white);color:var(--primary);border-color:var(--white)}
.btn-white:hover,
.btn-white:focus,
.btn-white:active{background-color:#f5f5f5 !important;border-color:#f5f5f5 !important;color:var(--primary) !important}
.text-bg-secondary{background:var(--secondary) !important;color:var(--black) !important}
.text-bg-warning{background:var(--primary) !important;color:var(--white) !important}
.alert{border-radius:0 1.5rem}
.alert-success{background-color:#c8eed0;border-color:#c8eed0;color:var(--black)}
.form-control{border-radius:0 1rem;font-size:0.875rem;font-weight:400}
.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 .25rem rgba(232,178,45,0.25)}.header.header-absolute{position:absolute;width:100%;z-index:10}
.header .header-top{padding:1rem 0}
.header .navbar{padding:0}
.header .navbar-brand{transition:all 0.3s ease}
.header .navbar-brand:hover,
.header .navbar-brand:focus,
.header .navbar-brand:active{opacity:0.8}
.header .navbar-brand img{width:100%;max-width:324px}
.header .header-logo-center{padding:0 2rem;margin-top:-2.25rem}
.header .navbar-nav{gap:1rem;border-top:1px solid rgba(255,255,255,0.2)}
.header .nav-item{display:flex;align-items:center}
.header .nav-item .nav-link{color:var(--white)}
.header .nav-item .nav-link:hover,
.header .nav-item .nav-link:focus,
.header .nav-item .nav-link:active{color:var(--primary)}
.header .header-contact{padding:0;margin:0;list-style:none;display:flex;gap:2.5rem}
.header .header-contact .header-contact-item{display:flex;align-items:center}
.header .header-contact .header-contact-item a{display:flex;align-items:center;gap:0.375rem;text-decoration:none;color:var(--white);transition:all 0.15s ease}
.header .header-contact .header-contact-item a:hover,
.header .header-contact .header-contact-item a:focus,
.header .header-contact .header-contact-item a:active{color:var(--primary)}
.header .header-contact .header-contact-item a svg{transition:all 0.15s ease}
.header .header-contact .header-contact-item a:hover svg,
.header .header-contact .header-contact-item a:focus svg,
.header .header-contact .header-contact-item a:active svg{opacity:0.8}
.logo-default{position:absolute}
.logo-default,
.logo-mobile{z-index:9;transition:opacity 0.3s ease;display:inline-block}
.logo-mobile{position:relative;opacity:0}
.header.open .logo-default{opacity:0}
.header.open .logo-mobile{opacity:1}
.header .dropdown{position:relative}
.header .dropdown .dropdown-menu{padding:0.75rem 0;border-radius:0.5rem;overflow:hidden;min-width:196px;margin-left:0.25rem;opacity:0;display:block;top:80%;visibility:hidden;transform:translateY(10px);transition:opacity 0.3s ease,transform 0.3s ease,visibility 0.3s}
.header .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.header .dropdown-item{padding:0.375rem 1rem;border-radius:0;font-size:0.875rem;font-weight:500;transition:all 0.3s ease}
.header .dropdown-item:active{background:transparent}
.header .dropdown-item:hover,.header .dropdown-item:focus,.header .dropdown-item:active{color:var(--primary);background:#f7f7f7;background:transparent;transform:translateX(6px)}
.header .dropdown-toggle::after{display:none}
.header .dropdown-toggle svg{width:1rem;height:1rem}
.mobile-order-banner{background:linear-gradient(135deg,#f6cd65,#E8B22D);color:white;padding:2rem 2rem;margin-top:3rem;text-align:center;border-radius:0 72px 0 72px;box-shadow:0 4px 8px rgba(0,0,0,0.1)}
.banner-content p{font-size:1.375rem;margin-bottom:1rem;font-weight:700}.breadcrumb-wrapper{position:relative;height:40rem;display:flex;align-items:end;justify-content:center;text-align:center;padding:0 0 8rem;color:var(--white);background-repeat:no-repeat;background-size:cover;background-position:center}
.breadcrumb-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 100%);background-repeat:no-repeat;background-size:cover}
.breadcrumb-wrapper::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(178deg,rgba(20,60,62,0.00) 50%,#143C3E 100%)}
.breadcrumb-wrapper>.container{position:relative;z-index:1}
.breadcrumb-wrapper .section-subtitle{color:var(--primary)}
.breadcrumb-wrapper .section-title{color:var(--white);max-width:472px;margin:0 auto 1.5rem}
.breadcrumb-wrapper .section-content p{color:var(--white)}.section-padding{padding:4rem 0}
.section-padding + .section-padding{margin-top:-4rem}
.section-padding + .section-padding.dark-section,
.dark-section.section-padding + .section-padding{margin-top:0}
.section-subtitle{display:block;font-size:0.875rem;font-weight:700;text-transform:uppercase;color:var(--black);margin-bottom:1.5rem;letter-spacing:3px}
.section-title{font-size:3rem;font-weight:400;line-height:3rem;color:var(--black);margin-bottom:1.5rem}
.section-content p{font-size:1rem;font-weight:400;line-height:1.5rem;letter-spacing:0.3px;color:var(--black)}
.section-image{position:relative;z-index:1;border-radius:0 8rem;overflow:hidden}
.section-image img{width:100%;height:100%;object-fit:cover}
.dark-section{background:var(--black);color:var(--white);position:relative;overflow:hidden;min-height:36rem;display:flex;align-items:center;justify-content:center}
.dark-section::before{content:'';position:absolute;z-index:1;bottom:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='837' height='833' viewBox='0 0 837 833' fill='none'%3E%3Cpath d='M473.999 50.9066C597.46 -42.9646 771.999 3.9066 836.499 102.907V816.399C829.007 817.551 733.499 879.899 624.58 754.618C572.44 694.646 472.499 637.899 323.753 707.506C192.827 768.775 -2.1433 705.345 0.0178122 491.397C2.17893 277.449 146.543 272.21 266.499 246.907C394.499 219.906 352.999 142.906 473.999 50.9066Z' fill='black' fill-opacity='0.3'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:50%;background-position:right}
.dark-section>.container{position:relative;z-index:2}
.dark-section .section-subtitle{color:var(--primary)}
.dark-section .section-title,
.dark-section .section-content p{color:var(--white)}
.section.full-width-image{position:relative;overflow:hidden;height:36rem;background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment:fixed}.hero{position:relative;background-repeat:no-repeat;background-size:cover;background-position:center;height:54rem;color:var(--white);padding:0 0 4rem;display:flex;flex-direction:column;align-items:center;justify-content:center}
.hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 100%)}
.hero::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(180deg,rgba(20,60,62,0.00) 0%,#143C3E 100%)}
.hero>.container{position:relative;z-index:1}
.hero .hero-subtitle{display:block;font-size:1rem;font-weight:700;text-transform:uppercase;color:var(--primary);margin-bottom:2rem;letter-spacing:1.6px}
.hero .hero-title h1{font-size:4rem;font-weight:400;line-height:4rem;color:var(--white);margin-bottom:1rem}
.hero .hero-text p{font-size:1rem;font-weight:400;line-height:1.5rem;letter-spacing:0.3px}
.hero .hero-text{max-width:548px;margin:0 auto 2rem}
.hero .hero-content{position:relative;z-index:9}.products-slider{position:relative;background:#143C3E;padding:0 0 7rem}
.products-slider #products-slider{position:relative;z-index:2;margin-top:-18rem}
.products-slider .product-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:var(--white);text-align:center}
.products-slider .product-card .product-card-content{position:relative;border-radius:0px 120px;padding:10rem 1.5rem 3rem;margin-top:-10rem;background:rgba(0,0,0,0.30);margin-bottom:1.5rem;min-height:25rem;transition:all 0.3s ease}
.products-slider .product-card .product-card-image{position:relative;z-index:1;width:100%;height:100%;aspect-ratio:1/1;overflow:hidden;border-radius:0px 120px;padding:1.5rem;max-width:18rem;margin-bottom:0.5rem}
.products-slider .product-card .product-card-image img{width:100%;height:100%;object-fit:contain}
.products-slider .product-card .product-card-subtitle{font-size:0.75rem;font-weight:400;text-transform:uppercase;font-family:var(--body-font);letter-spacing:1.2px;color:var(--primary)}
.products-slider .product-card .product-card-title{font-size:2rem;font-weight:400;line-height:2rem;color:var(--white)}
.products-slider .product-card .product-card-text{margin-top:1rem;padding:0 0.75rem}
.products-slider .product-card .product-card-text p{font-size:0.875rem;font-weight:400;line-height:1.375rem;letter-spacing:0.3px;margin-bottom:0}
.products-slider .product-card .product-card-price{display:inline-block;background:var(--primary);border-radius:0 1.5rem;padding:0.75rem 1.75rem;font-family:var(--body-font);font-size:0.875rem;font-weight:700;position:absolute;right:1rem;bottom:-1.5rem;margin-bottom:0;transition:all 0.3s ease}
.products-slider .product-card:hover .product-card-content,
.products-slider .product-card:focus .product-card-content,
.products-slider .product-card:active .product-card-content{background:rgba(0,0,0,0.50)}
.products-slider .product-card:hover .product-card-price,
.products-slider .product-card:focus .product-card-price,
.products-slider .product-card:active .product-card-price{background:#d9a625}
#products-slider .splide__arrow--next{right:-5rem}
#products-slider .splide__arrow--prev{left:-5rem}
#products-slider .splide__arrow{background:transparent;border:1px solid var(--primary);width:3rem;height:3rem;opacity:1;transition:all 0.3s ease}
#products-slider .splide__arrow svg{width:0.75rem;height:0.75rem}
#products-slider .splide__arrow:hover,
#products-slider .splide__arrow:focus,
#products-slider .splide__arrow:active{opacity:0.7}
#products-slider .splide__arrow:disabled{opacity:0.3}
#products-slider .splide__pagination{bottom:-2.5rem;flex-wrap:nowrap}
#products-slider .splide__pagination li{width:100%}
#products-slider .splide__pagination__page{width:100%;height:1px;border-radius:0;background:#ADD9B6;opacity:0.2}
#products-slider .splide__pagination__page.is-active{transform:scale(1);opacity:1}
.about-us{padding-bottom:6rem}
.about-us-images{position:relative;z-index:1;margin-top:-6.5rem}
.about-us-number{position:absolute;z-index:2;top:20%;left:0;color:var(--white);background:var(--primary);padding:2.5rem 1.5rem;border-radius:0 3.75rem;max-width:124px;text-transform:uppercase;font-size:0.875rem;font-weight:700;line-height:1.25rem;letter-spacing:1.4px}
.about-us-number span{display:block;font-size:4rem;font-weight:400;line-height:3.25rem;font-family:var(--heading-font)}
.about-us-image{overflow:hidden;border-radius:0 8rem}
.about-us-image img{width:100%;height:100%;object-fit:cover}
.about-us-image.about-us-image-big{position:relative;z-index:1;aspect-ratio:8 / 12;max-height:36rem;margin-left:6rem}
.about-us-image.about-us-image-small{border-radius:0 6rem;aspect-ratio:1/1;max-height:16rem;position:absolute;z-index:2;right:3rem;bottom:-3rem}
.about-us .highlights{border-top:1px solid #ADD9B6;margin-top:2rem}
.highlights{display:flex;align-items:center;justify-content:start;gap:2rem 1rem;padding:2rem 0 0}
.highlight{display:flex;flex-wrap:wrap;align-items:center;gap:2rem}
.highlight .highlight-icon{display:flex;align-items:center;justify-content:center;border-radius:0 1.5rem;padding:1rem;background:#ADD9B6;max-width:72px;max-height:72px}
.highlight .highlight-content h6{font-size:1.5rem;font-weight:400;color:var(--black);line-height:1.5rem;margin-bottom:0;max-width:142px}
.highlight .highlight-content span{display:block;text-transform:uppercase;font-size:0.875rem;font-weight:700;line-height:1.25rem;color:rgba(20,60,62,0.50);margin-bottom:0.5rem}.customization{position:relative;overflow:hidden;color:var(--white);background:var(--black)}
.customization::before{content:'';position:absolute;z-index:1;bottom:-2rem;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='837' height='833' viewBox='0 0 837 833' fill='none'%3E%3Cpath d='M473.999 50.9066C597.46 -42.9646 771.999 3.9066 836.499 102.907V816.399C829.007 817.551 733.499 879.899 624.58 754.618C572.44 694.646 472.499 637.899 323.753 707.506C192.827 768.775 -2.1433 705.345 0.0178122 491.397C2.17893 277.449 146.543 272.21 266.499 246.907C394.499 219.906 352.999 142.906 473.999 50.9066Z' fill='black' fill-opacity='0.3'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:right}
.customization>.container{position:relative;z-index:2}
.customization .section-subtitle{color:var(--primary)}
.customization .section-title{color:var(--white)}.breakfast .highlights{border-top:1px solid #ADD9B6;margin-top:2rem}
.breakfast .breakfast-image{position:relative;z-index:1;aspect-ratio:1/1;overflow:hidden;max-width:768px}
.breakfast .breakfast-image img{width:100%;height:100%;object-fit:cover}
.breakfast-images{position:relative;z-index:1;margin-top:-6.5rem;max-width:500px}
.breakfast-number{position:absolute;z-index:2;top:12%;left:-2.5rem;color:#143C3E;background:#ADD9B6;display:flex;align-items:center;gap:0.75rem;padding:2.5rem 1.5rem;border-radius:0 3.75rem;max-width:256px;text-transform:uppercase;font-size:0.875rem;font-weight:700;line-height:1.25rem;letter-spacing:1.4px}
.breakfast-number span{display:block;font-size:4rem;font-weight:400;line-height:3.25rem;font-family:var(--heading-font);margin-bottom:-0.875rem}
.breakfast-image{overflow:hidden;border-radius:0 8rem}
.breakfast-image img{width:100%;height:100%;object-fit:cover}
.breakfast-image.breakfast-image-big{position:relative;z-index:1;aspect-ratio:8 / 12;max-height:36rem;margin-right:6rem}
.breakfast-image.breakfast-image-small{border-radius:0 6rem;aspect-ratio:4/5;max-height:16rem;position:absolute;z-index:2;right:0;bottom:3rem}.products{position:relative;overflow:hidden;background:var(--black)}
.products::before{content:'';position:absolute;bottom:-2rem;left:0;width:100%;height:80%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='475' viewBox='0 0 1440 475' fill='none'%3E%3Cpath d='M115.376 99.8934C4.4128 99.8934 -23.1062 233.528 -49.2936 309.447L-103 475H1565.5C1543.75 397.009 1532.49 366.697 1498.43 293.23C1447.38 183.126 1363.25 52.5984 1205.48 52.5984C1011.96 52.5984 1028.83 293.23 887.683 293.23C746.538 293.23 762.073 7.75726 640.013 0.209762C517.953 -7.33774 529.049 191.117 395.449 219.975C261.848 248.833 254.94 99.8934 115.376 99.8934Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;background-position:top}
.products>.container{position:relative;z-index:1}
.products .section-subtitle{color:var(--primary)}
.products .section-title,
.products .section-content p{color:var(--white)}
.products .section-content{max-width:472px;margin:0 auto 3rem}
.products .product-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:var(--white);text-align:center;aspect-ratio:4/6;margin-bottom:2rem}
.products .product-card .product-card-image{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:0 7.5rem}
.products .product-card .product-card-image::before{content:'';position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0.00) 50.12%,rgba(0,0,0,0.60) 100%),linear-gradient(0deg,rgba(0,0,0,0.10) 0%,rgba(0,0,0,0.10) 100%)}
.products .product-card .product-card-image img{width:100%;height:100%;object-fit:cover;transition:all 0.5s ease}
.products .product-card:hover .product-card-image img,
.products .product-card:focus .product-card-image img,
.products .product-card:active .product-card-image img{transform:scale(1.1)}
.products .product-card .product-card-content{position:relative;z-index:2;height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:end;padding:2rem 1.5rem 3rem;transition:all 0.3s ease}
.products .product-card .product-card-price{display:inline-block;background:var(--primary);border-radius:0 1.5rem;padding:0.75rem 1.75rem;font-family:var(--body-font);font-size:0.875rem;font-weight:700;position:absolute;right:1rem;bottom:-1.5rem;margin-bottom:0;transition:all 0.3s ease}
.products .product-card .product-card-subtitle{font-size:0.75rem;font-weight:400;text-transform:uppercase;font-family:var(--body-font);letter-spacing:1.2px;color:var(--primary)}.footer{background:#0d2627;color:var(--white)}
.footer .footer-content{padding:4rem 0 2.5rem}
.footer .footer-bottom{border-top:1px solid rgba(255,255,255,0.20);padding:1.5rem 0;font-size:0.875rem}
.footer .footer-bottom p{margin-bottom:0}
.footer .footer-text{font-size:1.25rem;line-height:1.75rem;border-bottom:1px solid rgba(255,255,255,0.20);margin-bottom:1.75rem}
.footer .footer-text p{margin-bottom:1.5rem}
.footer .footer-content h6{font-family:var(--body-font);font-size:1rem;font-weight:500;margin-bottom:1.5rem}
.footer .footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}
.footer .footer-links a{display:flex;align-items:center;gap:0.75rem;color:var(--white);text-decoration:none;font-size:0.875rem;font-weight:500;transition:all 0.15s ease}
.footer .footer-links a:hover,
.footer .footer-links a:focus,
.footer .footer-links a:active{color:var(--primary)}
.footer .footer-item p{font-size:0.875rem;font-weight:500;line-height:1.5rem}
.footer .footer-logo{display:block;margin-bottom:1.5rem}
.footer .footer-logo img{width:100%;max-width:132px}
.footer .footer-logo-text{font-size:0.875rem;font-weight:500;line-height:1.5rem;max-width:272px}
.footer .back-to-top{text-decoration:none;color:var(--white);display:flex;align-items:center;gap:0.5rem;transition:all 0.15s ease}
.footer .back-to-top:hover,
.footer .back-to-top:focus,
.footer .back-to-top:active{color:var(--primary)}
.footer .footer-copy{color:#7d8687}
.footer .footer-copy span{color:var(--white)}
.footer .footer-copy a{color:#7d8687;font-size:0.875rem;font-weight:500;transition:all 0.15s ease}
.footer .footer-copy a:hover,
.footer .footer-copy a:focus,
.footer .footer-copy a:active{color:var(--white)}
.menu-pills{position:relative;z-index:1;background:#0d2627;padding:1.5rem 0;border-radius:0 3rem;justify-content:center;gap:1rem;margin-top:-3.5rem}
.menu-pills .nav-link{border-radius:0 1.5rem;padding:0.75rem 2.5rem;font-size:0.875rem;font-weight:700;color:var(--secondary);border:1px solid var(--secondary);transition:all 0.15s ease}
.menu-pills .nav-link:hover,
.menu-pills .nav-link:focus,
.menu-pills .nav-link:active{background:var(--secondary);color:#0d2627}
.menu-pills .nav-link.active{background:var(--secondary);color:#0d2627}
.menu-section .tab-content{padding:4rem 0}
.menu-item{border-radius:0 2rem;padding:1.5rem;transition:all 0.3s ease}
.menu-item:hover,
.menu-item:focus,
.menu-item:active{background:#FFF;box-shadow:0px 240px 67px 0px rgba(20,60,62,0.00),0px 154px 61px 0px rgba(20,60,62,0.01),0px 86px 52px 0px rgba(20,60,62,0.03),0px 38px 38px 0px rgba(20,60,62,0.04),0px 10px 21px 0px rgba(20,60,62,0.05)}
.menu-item .menu-item-title{display:flex;align-items:start;justify-content:space-between;gap:1rem;font-size:2rem;line-height:2rem}
.menu-item .menu-item-title:has(.badge){justify-content:start}
.menu-item .menu-item-price{white-space:nowrap}
.menu-item .badge{border-radius:0px 10px;padding:0.375rem 0.625rem;font-family:var(--body-font);font-size:0.75rem;line-height:1rem;font-weight:700;display:flex;align-items:center;gap:0.5rem;width:fit-content}.detail-header{position:relative;background:var(--black);color:var(--white);min-height:46rem;display:flex;align-items:center;justify-content:center;padding:12rem 0.75rem 4rem}
.detail-header::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:70%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='417' viewBox='0 0 1440 417' fill='none'%3E%3Cpath d='M104.376 41.3934C-6.5872 41.3934 -34.1062 175.028 -60.2936 250.947L-114 416.5H1554.5C1532.75 338.509 1521.49 308.197 1487.43 234.73C1436.38 124.626 1388.26 0 1230.5 0C1036.98 0 1029.15 181 888 181C746.854 181 758.06 40.5475 636 33C513.94 25.4525 518.049 132.617 384.449 161.475C250.848 190.333 243.94 41.3934 104.376 41.3934Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;background-position:top}
.detail-header>.container{position:relative;z-index:1}
.detail-header .detail-category{font-size:0.875rem;font-weight:700;text-transform:uppercase;color:var(--primary);margin-bottom:2rem;display:flex;align-items:center;gap:0.5rem;transition:all 0.15s ease}
.detail-header .detail-category:hover,
.detail-header .detail-category:focus,
.detail-header .detail-category:active{color:#d9a625}
.detail-header .detail-title{font-size:2.5rem;font-weight:400;line-height:2.5rem;color:var(--secondary);margin-bottom:1.5rem}
.detail-header .detail-text p{font-size:1rem;font-weight:400;line-height:1.5rem;letter-spacing:0.3px}
.detail-header .detail-price{display:flex;flex-direction:column;align-self:start;gap:1rem}
.detail-header .detail-price h6{font-size:2rem;font-weight:400;text-transform:uppercase;color:var(--white);letter-spacing:1.2px}
.detail-header .detail-image{position:relative;z-index:1;aspect-ratio:1/1;overflow:hidden;max-width:28rem}
.detail-header .detail-image img{width:100%;height:100%;object-fit:contain}
.detail-header .food-card-list li h6{color:var(--white)}
.detail-header .detail-note{font-size:0.875rem;font-weight:400;line-height:1.375rem;letter-spacing:0.3px;margin-bottom:0}
.food-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;text-decoration:none;color:var(--black);border-radius:0 2rem;padding:1.5rem;transition:all 0.3s ease}
.food-card:hover,
.food-card:focus,
.food-card:active{background:#FFF;box-shadow:0px 240px 67px 0px rgba(20,60,62,0.00),0px 154px 61px 0px rgba(20,60,62,0.01),0px 86px 52px 0px rgba(20,60,62,0.03),0px 38px 38px 0px rgba(20,60,62,0.04),0px 10px 21px 0px rgba(20,60,62,0.05)}
.food-card .food-card-content{width:100%}
.food-card .badge{border-radius:0 0.625rem;padding:0.5rem 0.625rem;font-family:var(--body-font);font-size:0.75rem;line-height:1rem;font-weight:700;display:flex;align-items:center;gap:0.5rem;width:fit-content;height:fit-content}
.food-card .food-card-image{position:relative;z-index:1;aspect-ratio:1/1;overflow:hidden;max-height:12rem}
.food-card .food-card-image img{width:100%;height:100%;object-fit:contain}
.food-card .food-card-title{display:flex;flex-wrap:wrap;align-items:start;justify-content:start;gap:0.5rem 1rem;transition:all 0.15s ease}
.food-card .food-card-title:hover,
.food-card .food-card-title:focus,
.food-card .food-card-title:active{color:#235355}
.food-card .food-card-title:has(.food-card-price){justify-content:space-between}
.food-card .food-card-price{white-space:nowrap}
.food-card .food-card-text{margin-bottom:1rem}
.food-card .food-card-text:last-child{margin-bottom:0}
.food-card .food-card-note{font-size:0.875rem;font-weight:400;line-height:1.375rem;letter-spacing:0.3px;margin-bottom:0}
.food-card-list{list-style:none;padding:0;margin:0}
.food-card-list li{position:relative;padding-left:2rem;display:flex;flex-direction:column;align-items:start;margin-bottom:1rem}
.food-card-list li:last-child{margin-bottom:0}
.food-card-list li::before{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M0 0H14C19.5228 0 24 4.47715 24 10V24H10C4.47715 24 0 19.5228 0 14V0Z" fill="%23ADD9B6"/></svg>') no-repeat center center;background-size:contain}
.food-card-list li h6{color:var(--black);font-family:var(--body-font);font-size:1rem;font-weight:700;line-height:1.5rem;letter-spacing:0.3px;margin-bottom:0;width:100%;display:flex;align-items:center;justify-content:space-between}
.food-card-list li p{font-size:0.875rem;font-weight:400;line-height:1.375rem;letter-spacing:0.28px;margin-bottom:0}.gallery-item{display:block;position:relative;overflow:hidden;border-radius:0 2rem;aspect-ratio:4/3;transition:all 0.3s ease}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:all 0.3s ease}
.gallery-item:hover img,
.gallery-item:focus img,
.gallery-item:active img{transform:scale(1.1)}.google-map{position:relative;overflow:hidden;aspect-ratio:6/5}
.google-map iframe{width:100%;height:100%;border:0;border-radius:0 2rem;transition:all 0.3s ease}
.contact-info .contact-info-item{margin-bottom:1.5rem}
.contact-info .contact-info-item:last-child{margin-bottom:0}
.contact-info .contact-info-item h6{font-family:var(--body-font);margin-bottom:0.5rem;font-size:1.125rem;font-weight:700;line-height:1.75rem}
.contact-info .contact-info-item a{color:var(--black);text-decoration:none;font-size:1rem;font-weight:400;line-height:1.5rem;transition:all 0.15s ease}
.contact-info .contact-info-item a:hover,
.contact-info .contact-info-item a:focus,
.contact-info .contact-info-item a:active{color:var(--primary)}
.contact-info.contact-info-hours .contact-info-item{display:flex;align-items:center;gap:0.375rem;margin-bottom:0}
.contact-info.contact-info-hours .contact-info-item h6{margin-bottom:0;font-size:1rem;line-height:1.5rem}
.contact-info.contact-info-hours .contact-info-item p{margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5rem}.cms .cms-content a{color:var(--primary);transition:color 0.3s ease}
.cms .cms-content a:hover,.cms .cms-content a:focus,.cms .cms-content a:active{color:var(--primary)}
.cms .cms-content h1,.cms .cms-content h2,.cms .cms-content h3,.cms .cms-content h4,.cms .cms-content h5,.cms .cms-content h6{font-weight:800}
.cms .cms-content blockquote{background:#F7F6EF;padding:2rem;border-radius:0 2rem;margin:2rem 0}
.cms .cms-content blockquote,.cms .cms-content blockquote p{font-size:1.125rem;line-height:1.75rem;font-weight:600}
.cms .cms-content blockquote p{margin-bottom:0}
@media screen and (max-width:1600px){#products-slider .splide__arrow--prev{left:0}#products-slider .splide__arrow--next{right:0}#products-slider .splide__arrow{display:none}}
@media screen and (max-width:1512px){.hero{height:56rem;padding:0 0 8rem}.highlight{gap:1rem}}
@media screen and (max-width:1200px){.products .product-card{margin-bottom:4rem}.products-slider .product-card .product-card-image{max-width:13rem}}
@media screen and (max-width:991px){.navbar-toggler{border-radius:0;border:none}.navbar-toggler:focus{outline:none;box-shadow:none}.navbar-collapse{display:flex;align-items:start;justify-content:flex-start;padding:8rem 4rem 2rem !important}.navbar-collapse{position:fixed;right:-100%;background-color:var(--white);top:0;bottom:0;width:100%;height:100%;padding:100px 0;overflow:auto;transition:0.2s;-webkit-transition:0.2s;-moz-transition:0.2s;-ms-transition:0.2s;-o-transition:0.2s;flex-direction:column;z-index:9}.navbar-collapse.show{right:0;height:auto}.navbar .navbar-toggler,.navbar-brand{z-index:10}.navbar-toggler span{background-color:var(--white);position:relative;width:24px;height:2px;display:block;margin-bottom:6px;transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s}.navbar-toggler.open span:first-child{top:5px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.navbar-toggler.open span:nth-child(2){display:none}.navbar-toggler.open span:last-child{top:-3px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)}.navbar-toggler.open span{background-color:var(--black)}.header .nav-item{justify-content:center}.header .nav-item .nav-link{font-size:1.5rem;color:var(--black)}.header .navbar-nav{gap:0;width:100%;align-items:flex-start !important}.footer .footer-logo-text{margin:0 auto;max-width:448px}.header .navbar-brand svg,.header .navbar-brand img{max-width:96px}.highlights{flex-wrap:wrap}.products-slider .product-card .product-card-image{max-width:12rem}.hero{padding:0 0 12rem}.breadcrumb-wrapper{height:32rem;padding:0 0 4rem}.google-map{aspect-ratio:6 / 10}.products .product-card .product-card-image{border-radius:0 4.5rem}.hero .hero-title h1{font-size:3.5rem;line-height:3.5rem}.menu-pills{gap:0.5rem}.menu-pills .nav-link{padding:0.75rem 2rem}.breakfast-images{margin-top:3rem}.highlight{gap:1rem}}
@media screen and (max-width:768px){.about-us-image.about-us-image-small{right:0}.about-us-image.about-us-image-big{aspect-ratio:7 / 12;margin-left:4rem}.food-card .food-card-image{min-width:8rem}.section-title{font-size:2.5rem;line-height:2.5rem}.products .product-card .product-card-image{border-radius:0 6rem}.hero .hero-title h1{font-size:3rem;line-height:3rem}.google-map{aspect-ratio:6 / 5}.products-slider .product-card .product-card-title{font-size:1.75rem;line-height:1.75rem}.menu-pills{gap:0.5rem;padding:1.5rem;overflow:auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start}.detail-header{min-height:36rem;padding:6rem 0.75rem 0}.highlight{align-items:flex-start;flex-direction:column}}
@media screen and (max-width:576px){.food-card .food-card-image{min-width:6rem;max-width:6rem}.navbar-collapse{padding:8rem 1rem 2rem !important}.section-title{font-size:2rem;line-height:2rem}.section-subtitle{margin-bottom:1rem}.products .product-card .product-card-image{border-radius:0 4rem}.products .product-card{margin-bottom:2rem}.hero .hero-title h1{font-size:2.5rem;line-height:2.5rem}.about-us-image{border-radius:0 6rem}.about-us-image.about-us-image-big{aspect-ratio:9/12}.about-us-image.about-us-image-small{border-radius:0 3rem;max-height:9rem}.about-us-number span{font-size:3rem}.about-us-number{padding:1.5rem 1.5rem 2rem 1.5rem}.highlights{gap:1rem}.about-us{padding-bottom:4rem}.breakfast-image.breakfast-image-small{max-height:9rem;border-radius:0 3rem}.breakfast-image.breakfast-image-big{margin-right:3rem}.breadcrumb-wrapper{height:30rem;padding:0 0 5rem}.footer .footer-logo img{max-width:108px}.footer .footer-text{font-size:1rem}.products .product-card{aspect-ratio:3 / 2}.section-padding{padding:3rem 0}.products-slider .product-card .product-card-title{font-size:1.5rem;line-height:1.5rem}.section-image{border-radius:0 4rem}}