.checkout-page{padding:140px 20px 160px;max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:48px}.checkout-page__hero{display:flex;flex-direction:column;gap:18px}.checkout-page__hero h1{font-size:clamp(32px,5vw,44px);font-weight:600;color:#241f42}.checkout-page__hero p{font-size:16px;line-height:1.6;color:#77778d;max-width:520px}.checkout-page__back{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#77778d;width:-moz-fit-content;width:fit-content;transition:.75s ease}.checkout-page__back svg{width:18px;height:18px}.checkout-page__back:hover{color:#241f42}.checkout-page__layout{display:grid;grid-gap:32px;gap:32px}.checkout-page--empty{align-items:center}.checkout-page--empty .checkout-page__hero{text-align:center;align-items:center;gap:20px}.checkout-form{background:#fff;padding:32px 28px;box-shadow:0 24px 58px rgba(32,37,60,.12);display:flex;flex-direction:column;gap:28px}.checkout-form__notice{display:flex;align-items:flex-start;gap:12px;padding:18px 20px;border-radius:20px;border:1px solid hsla(88,50%,60%,.35);background:hsla(88,50%,60%,.12)}.checkout-form__notice svg{width:24px;height:24px;color:#9ccc66;flex-shrink:0}.checkout-form__notice strong{display:block;font-weight:600;color:#241f42}.checkout-form__notice p{margin-top:4px;font-size:13px;color:#77778d;line-height:1.5}.checkout-form fieldset{border:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px}.checkout-form fieldset legend{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:#241f42;text-transform:uppercase;letter-spacing:.08em;font-size:12px;padding-bottom:20px}.checkout-form fieldset legend svg{width:18px;height:18px;color:#f5c532}.checkout-form__field{display:flex;flex-direction:column;gap:8px}.checkout-form__field label{font-size:14px;font-weight:500;color:#241f42;display:flex;align-items:center;gap:5px}.checkout-form__field input,.checkout-form__field textarea{width:100%;border:1px solid rgba(46,51,71,.12);padding:14px 16px;font-size:15px;transition:border-color .25s ease,box-shadow .25s ease;background:#fff}.checkout-form__field input:focus-visible,.checkout-form__field textarea:focus-visible{border-color:#f5c532;outline:2px solid hsla(45,91%,58%,.3)}.checkout-form__field textarea{resize:vertical;min-height:140px}.checkout-form__field.is-invalid input,.checkout-form__field.is-invalid textarea{border-color:#ff5252;box-shadow:0 0 0 3px rgba(255,82,82,.16)}.checkout-form__error{font-size:13px;color:#ff5252}.checkout-form__meta{display:flex;justify-content:flex-end;font-size:12px;color:#77778d}.checkout-form__helper{font-size:12px}.checkout-form__options{display:grid;grid-gap:16px;gap:16px}.checkout-form__options .option{display:inline-flex;align-items:flex-start;gap:12px;padding:16px 18px;background:#f1f2f4;border:1px solid transparent;transition:.75s ease;cursor:pointer}.checkout-form__options .option input{margin-top:4px;accent-color:#f5c532;width:-moz-fit-content;width:fit-content}.checkout-form__options .option span{display:flex;flex-direction:column;gap:6px}.checkout-form__options .option span small{color:#77778d;font-size:13px;line-height:1.4}.checkout-form__options .option:hover{background:hsla(45,91%,58%,.2)}.checkout-form__options .option:focus-within{outline:2px solid hsla(45,91%,58%,.35);outline-offset:2px}.checkout-form__options .option.option--active{background:hsla(45,91%,58%,.22);border-color:hsla(45,91%,58%,.55)}.checkout-form__submit{align-self:flex-start;gap:10px}.checkout-form__submit:disabled{opacity:.7;cursor:not-allowed}.checkout-summary{background:#fff;padding:32px 28px;box-shadow:0 24px 58px rgba(32,37,60,.08);display:flex;flex-direction:column;gap:24px}.checkout-summary h2{font-size:20px;font-weight:600;color:#241f42}.checkout-summary__list{display:flex;flex-direction:column;gap:18px}.checkout-summary__list li{display:flex;align-items:center;gap:16px}.checkout-summary__list .media{width:64px;height:64px;border-radius:18px;overflow:hidden}.checkout-summary__list .media img{width:100%;height:100%;object-fit:cover}.checkout-summary__list .copy{flex:1 1;display:flex;flex-direction:column;gap:4px}.checkout-summary__list .copy .name{font-weight:600;color:#241f42}.checkout-summary__list .copy .meta{font-size:13px;color:#77778d}.checkout-summary__list .price{font-weight:600;color:#241f42}.checkout-summary__totals{display:flex;flex-direction:column;gap:12px}.checkout-summary__totals>div{display:flex;justify-content:space-between;align-items:center;color:#77778d;font-size:15px}.checkout-summary__total{margin-top:8px;padding-top:12px;border-top:1px solid rgba(46,51,71,.1)}.checkout-summary__total dt{color:#241f42;font-weight:600}.checkout-summary__total dd{color:#241f42;font-weight:700;font-size:20px}.checkout-summary__note{font-size:14px;line-height:1.6;color:#77778d}@media(min-width:768px){.checkout-page{padding-inline:30px}.checkout-page__layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start}}@media(min-width:992px){.checkout-page{padding-inline:40px}.checkout-page__layout{gap:40px;grid-template-columns:minmax(0,1fr) 360px}}.product{padding:60px 30px}.product-card{display:flex;flex-direction:column;height:auto;background:#fff;box-shadow:0 24px 60px rgba(46,51,71,.08);overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 36px 80px rgba(46,51,71,.14)}.product-card .img-box{position:relative;overflow:hidden}.product-card .product-content{display:flex;flex-direction:column;gap:18px;padding-bottom:20px}.product-card .wrapper{display:flex;justify-content:space-between;align-items:center;gap:15px;background:#f1f2f4;padding-left:15px}.product-card .product-name{color:#241f42;font-size:18px;font-weight:600;width:calc(100% - 75px)}.product-card .product-price{background:#f5c532;height:60px;width:60px;display:flex;align-items:center;justify-content:center;color:#241f42;font-size:24px;font-weight:500;box-shadow:0 12px 30px rgba(255,198,25,.4)}.product-card .small{font-size:12px;font-weight:400;margin-top:4px}.product-card .product-text{font-size:15px;color:#77778d;line-height:1.6;letter-spacing:.4px;margin:0;padding-inline:15px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;height:72px}.product-card .product-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;padding-inline:15px}.product-card .product-rating{display:inline-flex;align-items:center;gap:6px;color:#f5c532}.product-card .product-rating svg{width:18px;height:18px}.product-card .add-to-cart-btn{height:48px;padding-inline:20px;font-size:14px}.product-card .add-to-cart-btn svg{width:18px;height:18px}.product-card .add-to-cart-btn.btn-primary{margin-inline:0}.product .section-title{margin-bottom:30px}.product .section-text{margin-bottom:60px}.product .btn-primary{margin-inline:auto}.products-grid{display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px;margin-bottom:50px}.product-img{width:100%;height:100%;object-fit:cover;transition:.75s ease}.product-card:hover .product-img{transform:scale(1.05)}.card-badge{position:absolute;top:15px;left:15px;display:flex;align-items:center;gap:5px;padding:5px 8px;font-size:14px}.card-badge svg{font-size:13px}.card-badge.green{background:#9ccc66;color:#241f42}.card-badge.red{background:#ff5252;color:#241f42}@media(min-width:575px){.product{max-width:550px;margin-inline:auto}}@media(min-width:768px){.product{max-width:720px}.products-grid{grid-template-columns:1fr 1fr;gap:60px 40px;margin-bottom:70px}}@media(min-width:992px){.product{max-width:950px}.products-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.product{max-width:1150px}}.about{padding:60px 30px;display:grid;grid-template-columns:1fr;grid-gap:60px;gap:60px}.about-left{position:relative}.about-left .img-box{aspect-ratio:1/1;overflow:hidden}.about-img{width:100%;height:100%;object-fit:cover;animation:lazy-scaleUp 30s linear infinite}@keyframes lazy-scaleUp{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.abs-content-box{background:#fff;position:absolute;bottom:-20px;right:-20px;padding:30px;text-align:center;box-shadow:2px 2px 10px rgba(0,0,0,.1)}.dotted-border{border:3px dotted #f1f2f4;padding:10px}.number-lg{font-size:46px;font-family:var(--font-display),"Monoton",cursive;color:#241f42}.text-md{font-size:18px;font-weight:600;color:#241f42}.shape-6{right:-9px;top:35%;animation:scaleUp 2s ease-in-out 3s infinite}.shape-7{top:50%;left:-15px;animation:scaleUp 3s ease-in-out infinite}.shape-8{top:-10px;left:15%;animation:moveUp 3s ease-in-out 1s infinite}.shape-9{bottom:-20px;left:5%;animation:moveUp 3s ease-in-out infinite}.about-right .section-title,.about-right p{margin-bottom:30px}.about-right p{max-width:100%}@media(min-width:575px){.about{max-width:550px;margin-inline:auto}}@media(min-width:992px){.about{max-width:720px}.about-left .img-box{aspect-ratio:5/3}.about{max-width:950px;grid-template-columns:3fr 4fr;gap:80px;align-items:center;padding:60px 30px 120px}.about-left .img-box{aspect-ratio:auto}.shape-7{top:80%;left:-25px;width:50px}.shape-9{bottom:-40px;left:15%;width:100px}}@media(min-width:1200px){.about{max-width:1150px}}.home{display:grid;grid-template-columns:1fr;grid-gap:50px;gap:50px;padding:150px 30px 60px}.home-left{text-align:center}.home-subtext{background:#f1f2f4;font-size:13px;display:inline-block;padding:3px}.home-subtext,.main-heading{color:#241f42;margin-bottom:30px}.main-heading{font-size:46px;font-weight:600;line-height:1.1;letter-spacing:-2px}.home-text{color:#77778d;margin-bottom:30px;line-height:1.6}.home .btn-group{display:flex;flex-direction:column;align-items:center;gap:15px}.home-right{position:relative;aspect-ratio:10/11;padding-top:110%}.food-img{position:absolute;width:60%}.food-1{top:25%;left:-4%;animation:scaleUp 3s ease-in-out infinite}.food-2{top:0;right:-4%;animation:scaleUp 2s ease-in-out infinite}.food-3{bottom:-4%;right:-4%;animation:scaleUp 4s ease-in-out infinite}.dialog{position:absolute;filter:drop-shadow(0 2px 46px hsla(0,0%,0%,.4))}.dialog-1{top:10%;right:15%}.dialog-2{bottom:20%;right:5%}.shape{position:absolute;filter:drop-shadow(0 3px 6px hsla(0,0%,0%,.1))}.shape-1{top:0;left:5%;animation:scaleUp 2s ease-in-out 3s infinite}.shape-2{right:0;top:55%;animation:scaleUp 3s ease-in-out 4s infinite}.shape-3{bottom:5%;left:5%;animation:scaleUp 3s ease-in-out 1s infinite}.shape-4{top:35%;right:0;animation:moveUp 3s ease-in-out 1s infinite}.shape-5{top:60%;left:0;animation:moveUp 3s ease-in-out infinite}@keyframes scaleUp{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-5px) scale(1.05)}}@keyframes moveUp{0%,to{transform:translateY(0)}20%{transform:translateY(-3px)}50%{transform:translateY(-8px)}}@media(min-width:450px){.home-text{max-width:320px;margin-inline:auto}.home .btn-group{flex-direction:row;justify-content:center}.dialog-1{top:15%}.dialog-2{right:15%}.shape-1{top:10%;left:15%}}@media(min-width:575px){.home{max-width:550px;margin-inline:auto}}@media(min-width:992px){.home{max-width:720px}.shape-1{top:27%}.shape-3{left:50%;width:50px}.shape-4{top:35%;width:100px}.home{max-width:950px;grid-template-columns:1fr 1fr;align-items:center}.home-left{text-align:left}.home-text{margin-inline:0}.home .btn-group{justify-content:flex-start}.dialog-1,.dialog-2{width:260px}}@media(min-width:1200px){.home{max-width:1150px}}.services{padding:60px 30px;display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px}.service-card .card-number{font-size:42px;font-family:var(--font-display),"Monoton",cursive;color:#f5c532}.service-card .card-heading{color:#241f42;font-size:18px;font-weight:600;letter-spacing:-1px;margin-bottom:20px}.service-card .card-text{color:#77778d;font-size:15px;line-height:1.5}@media(min-width:575px){.services{max-width:550px;margin-inline:auto}}@media(min-width:768px){.services{max-width:720px;grid-template-columns:1fr 1fr;gap:60px 30px}.service-card{display:grid}.service-card .card-number{grid-row:1/3;line-height:1;margin-right:30px}.service-card .card-heading{grid-column:2/3}}@media(min-width:992px){.services{max-width:950px}}@media(min-width:1200px){.services{max-width:1150px;grid-template-columns:repeat(3,1fr)}}.cart-notification{position:fixed;top:110px;right:24px;display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:20px;background:#fff;box-shadow:0 28px 64px rgba(36,41,66,.18);z-index:30;transform:translateX(120%);animation:cart-toast-in .4s ease forwards,cart-toast-out .32s ease 2.9s forwards;pointer-events:auto}.cart-notification__media{width:56px;height:56px;overflow:hidden;border-radius:16px}.cart-notification__media img{width:100%;height:100%;object-fit:cover}.cart-notification__content{display:flex;flex-direction:column;gap:6px;min-width:180px}.cart-notification__title{display:inline-flex;align-items:center;gap:8px;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:#f5c532;font-weight:600}.cart-notification__title svg{width:16px;height:16px}.cart-notification__body{color:#241f42;font-size:15px;font-weight:500;line-height:1.4}.cart-notification__body span{margin-left:6px;font-weight:600;color:#77778d}.cart-notification__close{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;width:34px;height:34px;border-radius:50%;background:#f1f2f4;color:#241f42;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;transition:.25s ease}.cart-notification__close:hover{background:hsla(45,91%,58%,.28)}.cart-notification__close svg{width:18px;height:18px}@keyframes cart-toast-in{0%{opacity:0;transform:translateX(120%) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes cart-toast-out{0%{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(120%) scale(.98)}}@media(min-width:575px){.cart-notification{right:32px}}@media(min-width:768px){.cart-notification{top:120px;right:40px}}.testimonials{padding:60px 30px}.testimonials-grid{display:grid;grid-template-columns:1fr;grid-gap:50px;gap:50px}.testimonials-card .card-title{color:#241f42;font-weight:600;margin-bottom:15px}.testimonials-rating{display:flex;align-items:center;gap:5px;margin-bottom:15px;color:#f5c532}.testimonials-text{font-size:15px;color:#77778d;line-height:1.4;letter-spacing:.5px;margin-bottom:15px}.testimonials .section-title{margin-bottom:15px}.testimonials .section-text{margin-bottom:50px}.customer-info{display:flex;align-items:center;gap:15px}.customer-img-box{width:50px;height:50px;border-radius:50%;overflow:hidden}.customer-img{width:100%;height:100%;object-fit:cover}.customer-name{font-size:14px;color:#241f42;font-weight:600}@media(min-width:575px){.testimonials{max-width:550px;margin-inline:auto}}@media(min-width:768px){.testimonials{max-width:720px}.testimonials-grid{grid-template-columns:1fr 1fr}}@media(min-width:992px){.testimonials{max-width:950px;padding-bottom:60px}}@media(min-width:1200px){.testimonials{max-width:1150px}}footer{background:#241f42;padding:50px 30px}.footer-wrapper{display:flex;flex-direction:column;align-items:center;gap:30px}.social-link{display:flex;gap:15px}.social-link svg{color:#f1f2f4;font-size:15px;transition:.25s ease}.social-link svg:hover{color:#f5c532}.copyright{font-size:12px;color:#77778d;text-align:center;letter-spacing:.5px}@media(min-width:575px){.footer-wrapper{max-width:550px;margin-inline:auto}}@media(min-width:768px){.footer-wrapper{max-width:720px}}@media(min-width:992px){.footer-wrapper{max-width:950px;flex-direction:row;justify-content:space-between}}@media(min-width:1200px){.footer-wrapper{max-width:1150px}}.contact{padding:60px 20px 120px}.contact__inner{max-width:1120px;margin:0 auto;gap:20px}.contact__header,.contact__inner{display:flex;flex-direction:column}.contact__header{gap:16px;text-align:left}.contact__header h2{font-size:28px;font-weight:600;color:#241f42}.contact__lead{max-width:320px;margin:0 0 auto;font-size:15px;line-height:1.6;color:#77778d}.contact__grid{display:grid;grid-gap:28px;gap:28px}.contact__card{background:#fff;padding:32px 28px;box-shadow:0 24px 60px rgba(33,37,59,.1)}.contact__card--details{display:flex;flex-direction:column;gap:28px}.contact__form{display:flex;flex-direction:column;gap:18px}.contact__form label{display:flex;flex-direction:column;gap:8px;font-size:14px;color:#241f42}.contact__form label input,.contact__form label textarea{border:1px solid rgba(46,51,71,.12);padding:14px 16px;font-size:15px;background:hsla(0,0%,100%,.95);transition:border-color .25s ease}.contact__form label input:focus-visible,.contact__form label textarea:focus-visible{border-color:#f5c532;outline:2px solid hsla(45,91%,58%,.3)}.contact__form label textarea{resize:vertical;min-height:140px}.contact__submit{align-self:flex-start}.contact__details{display:flex;flex-direction:column;gap:18px}.contact__detail{display:flex;gap:12px;align-items:flex-start}.contact__detail a{color:#241f42;font-weight:600;transition:.75s ease}.contact__detail a:hover{color:#f5c532}.contact__detail-label{text-transform:uppercase;letter-spacing:.18em;font-size:12px;color:#77778d;margin-bottom:6px}.contact__detail-value{color:#241f42;font-weight:600}.contact__icon{width:40px;height:40px;border-radius:12px;background:hsla(45,91%,58%,.24);color:#241f42;display:inline-flex;align-items:center;justify-content:center}.contact__cta{background:rgba(46,51,71,.04);padding:24px;display:flex;flex-direction:column;gap:16px}.contact__cta p{color:#77778d;line-height:1.5}.contact__cta .btn{align-self:flex-start}@media(min-width:768px){.contact{padding:60px 30px 140px}.contact__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact__submit{margin-top:10px}}@media(min-width:992px){.contact{padding-inline:40px}.contact__inner{gap:30px}}.navbar{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;padding:20px 30px;background:hsla(0,0%,100%,.99);border-bottom:1px solid rgba(0,0,0,.05);box-shadow:0 0 10px rgba(0,0,0,.05);z-index:5}.navbar-wrapper{justify-content:space-between}.navbar-nav,.navbar-wrapper{display:flex;align-items:center}.navbar-nav{background:hsla(0,0%,100%,.9);position:absolute;top:91px;left:0;width:100%;height:calc(100vh - 91px);flex-direction:column;gap:30px;padding:35px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(50px);opacity:0;visibility:hidden;pointer-events:none;transition:.3s ease-in-out}.navbar-nav.active{transform:translateY(0);opacity:1;visibility:visible;pointer-events:all}.navbar-btn-group{display:flex;align-items:center;gap:25px}.nav-link{color:#241f42;font-size:14px;transition:.25s ease}.nav-link:hover{color:#f5c532}.shopping-cart-btn{position:relative;background:#f1f2f4;width:50px;height:50px;border-radius:50%;border:2px solid #fff}.shopping-cart-btn,.shopping-cart-btn .count{display:flex;align-items:center;justify-content:center}.shopping-cart-btn .count{background:#f5c532;position:absolute;top:-2px;right:-2px;height:20px;min-width:20px;padding:0 7px;border-radius:20px;color:#241f42;font-size:12px;font-weight:500}.menu-toggle-btn{display:flex;flex-direction:column;width:20px;gap:5px}.menu-toggle-btn .line{background:#241f42;width:20px;height:2px;border-radius:2px;transition:.25s ease}.menu-toggle-btn.active .one{transform:translateY(7px) rotate(-45deg)}.menu-toggle-btn.active .two{transform:rotate(45deg)}.menu-toggle-btn.active .three{transform:translateY(-7px) rotate(-45deg)}.cart-box{position:fixed;bottom:0;right:0;max-width:400px;width:100%;height:calc(100vh - 91px);background:hsla(0,0%,100%,.9);box-shadow:-1px 1px 3px 0 rgba(0,0,0,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateX(100%);visibility:hidden;z-index:10;transition:.5s ease-in-out;display:flex;flex-direction:column}.cart-box.active{transform:translateX(0);visibility:visible}.cart-panel{display:flex;flex-direction:column;height:100%;background:hsla(0,0%,100%,.96)}.cart-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:30px 30px 15px}.cart-header__copy{display:flex;flex-direction:column;gap:6px;flex:1 1}.cart-h4{color:#241f42;font-weight:600;margin-bottom:10px}.cart-subtitle{color:#77778d;font-size:13px;letter-spacing:.04em}.cart-box-ul{flex:1 1;list-style:none;padding:20px 30px 140px;margin:0;overflow-y:auto}.cart-box-ul::-webkit-scrollbar{display:none}.cart-btn-group{background:#fff;position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:flex-start;gap:16px;padding:24px 30px;border-top:1px solid rgba(0,0,0,.1);z-index:15;flex-wrap:wrap}.cart-btn-group .btn{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 10px);min-width:150px}.cart-btn-group .btn:disabled{opacity:.6;cursor:not-allowed}.cart-summary{flex:1 1 100%;display:flex;flex-direction:column;gap:4px}.cart-summary .label{color:#77778d;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.cart-summary .value{color:#241f42;font-size:22px;font-weight:600;display:flex;align-items:baseline;gap:4px}.cart-summary .value .small{font-size:14px;margin-top:0;font-weight:500}.cart-item{display:flex;align-items:center;background:#f1f2f4;transition:.75s ease;position:relative;margin-bottom:20px}.cart-item:hover{transform:translateY(-3px);box-shadow:0 26px 46px rgba(46,51,71,.12)}.cart-item .img-box{width:64px;height:64px;overflow:hidden;margin-right:15px}.cart-item .product-img{width:100%;height:100%;object-fit:cover;transition:.75s ease}.cart-item:hover .product-img{transform:scale(1.05)}.cart-item .cart-item-details{flex:1 1;display:flex;flex-direction:column;gap:12px}.cart-item .product-name{color:#241f42;font-size:14px;font-weight:600;width:calc(100% - 135px)}.cart-item .product-name a{color:inherit;transition:.75s ease}.cart-item .product-name a:hover{color:#f5c532}.cart-item .cart-item-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.cart-item .product-price{background:#f5c532;color:#241f42;font-weight:500;width:60px;height:60px;display:flex;justify-content:center;align-items:center}.cart-item .product-price .small{display:inline-block;font-size:10px;font-weight:400;margin-top:5px}.cart-close-btn{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;width:36px;height:36px;border-radius:50%;background:#f1f2f4;color:#241f42;display:inline-flex;align-items:center;justify-content:center;transition:.75s ease}.cart-close-btn:hover{background:hsla(45,91%,58%,.28)}.cart-close-btn svg{width:18px;height:18px}.empty-cart{padding:40px 20px;text-align:center;color:#77778d;line-height:1.6;background:#f1f2f4;border-radius:20px;box-shadow:0 12px 30px rgba(46,51,71,.05)}.quantity-control{display:inline-flex;align-items:center;gap:12px;padding:6px 12px;border-radius:999px;background:#fff;box-shadow:0 14px 35px rgba(46,51,71,.08)}.quantity-btn{width:32px;height:32px;border-radius:50%;background:#f5c532;color:#241f42;display:flex;align-items:center;justify-content:center;transition:.75s ease}.quantity-btn:hover{filter:saturate(1.1) brightness(1.05)}.quantity-btn svg{width:16px;height:16px}.quantity-value{min-width:24px;text-align:center;font-weight:600;color:#241f42;margin-right:20px}.cart-overlay{position:fixed;inset:0;background:rgba(29,35,63,.24);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9;border:none;display:none;padding:0;margin:0;cursor:pointer}@media(min-width:768px){.cart-overlay{display:block}}.remove-item-btn{position:absolute;top:18px;right:18px;width:32px;height:32px;border-radius:50%;border:1px solid transparent;color:#77778d;display:flex;align-items:center;justify-content:center;transition:.75s ease}.remove-item-btn:hover{color:#ff5252;border-color:hsla(3,78%,62%,.4);background:#fff}@media(min-width:575px){.navbar-wrapper{max-width:550px;margin-inline:auto}}@media(min-width:768px){.cart-item .product-price{font-size:22px}}@media(min-width:992px){.navbar{padding:35px 30px}.navbar-wrapper{max-width:950px}.navbar-nav{position:static;opacity:1;visibility:visible;width:auto;height:auto;transform:translateY(0);padding:0;flex-direction:row;gap:50px;pointer-events:all}.menu-toggle-btn{display:none}.cart-box{max-width:450px;height:100vh}.cart-header{padding:30px 40px}.cart-box-ul{padding:30px 40px 170px}.cart-btn-group{padding:20px;flex-wrap:nowrap;justify-content:space-between}.cart-summary{flex:0 0 auto;margin-right:auto}.cart-btn-group .btn{flex:0 1 auto;min-width:120px}}@media(min-width:1200px){.navbar-wrapper{max-width:1150px}}.order-page{padding:140px 20px 160px;max-width:1120px;margin:0 auto;gap:48px}.order-page,.order-page__hero{display:flex;flex-direction:column}.order-page__hero{gap:18px;text-align:left}.order-page__hero h1{font-size:clamp(32px,5vw,44px);font-weight:600;color:#241f42}.order-page__hero p{font-size:16px;line-height:1.6;color:#77778d;max-width:560px}.order-page__back{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#77778d;width:-moz-fit-content;width:fit-content;transition:.75s ease}.order-page__back svg{width:18px;height:18px}.order-page__back:hover{color:#241f42}.order-page__layout{display:grid;grid-gap:32px;gap:32px}.order-page__list{display:flex;flex-direction:column;gap:20px}.order-page--empty{align-items:center}.order-page--empty .order-page__hero{text-align:center;align-items:center;gap:20px}@media(min-width:768px){.order-page{padding-inline:30px}.order-page__layout{grid-template-columns:1fr 320px;align-items:start}}@media(min-width:992px){.order-page{padding-inline:40px}.order-page__layout{gap:40px;grid-template-columns:minmax(0,1fr) 340px}}.menu-grid .menu-card{width:100%}.menu-card{background:#fff;overflow:hidden;box-shadow:0 20px 55px rgba(29,35,63,.08);display:flex;flex-direction:column;justify-content:space-between;gap:20px;transition:transform .35s ease,box-shadow .35s ease}.menu-card:hover{transform:translateY(-8px);box-shadow:0 32px 72px rgba(29,35,63,.12)}.menu-card__image{position:relative;aspect-ratio:4/3}.menu-card__image img{width:100%;height:100%;object-fit:cover}.menu-card__badge{position:absolute;top:18px;left:18px;padding:6px 12px;background:#f5c532;color:#241f42;font-size:14px;letter-spacing:.5px}.menu-card__content{gap:18px}.menu-card__content,.menu-card__info{display:flex;flex-direction:column}.menu-card__header{display:flex;justify-content:space-between;align-items:center;gap:15px;background:#f1f2f4;padding-left:15px}.menu-card h3{color:#241f42;font-size:18px;font-weight:600;width:calc(100% - 75px)}.menu-card__price{background:#f5c532;height:60px;width:60px;display:flex;align-items:center;justify-content:center;color:#241f42;font-size:24px;font-weight:500;box-shadow:0 12px 30px rgba(255,198,25,.4)}.menu-card__price .currency{font-size:12px;margin-right:2px}.menu-card__category{font-size:12px;letter-spacing:.18em;text-transform:uppercase;background:hsla(45,91%,58%,.2);width:-moz-fit-content;width:fit-content;color:#241f42;font-weight:500;padding-block:5px;padding-inline:15px}.menu-card__description{color:#77778d;font-size:14px;line-height:1.6;padding-inline:15px}.menu-card__highlight{padding:12px 16px;background:rgba(255,82,82,.12);color:#241f42;font-size:13px;font-weight:500;margin-inline:15px}.menu-card__meta{display:flex;gap:14px;flex-wrap:wrap;color:#77778d;font-size:13px;margin-inline:15px}.menu-card__meta li{display:inline-flex;align-items:center;gap:6px}.menu-card__meta li svg{width:16px;height:16px;color:#f5c532}.menu-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin-inline:15px}.menu-card__tags li{padding:6px 12px;border-radius:999px;background:hsla(45,91%,58%,.18);color:#241f42;font-size:12px;text-transform:capitalize}.menu-card__footer{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;padding-inline:15px;padding-bottom:20px}.menu-card__rating{display:inline-flex;align-items:center;gap:6px;color:#f5c532;font-weight:600}.menu-card__rating span{font-size:14px;color:#241f42;padding-top:3px}.menu-card__cta{align-self:flex-start;padding-inline:22px;height:48px;font-size:14px}.menu-card__cta svg{width:18px;height:18px}.order-summary{background:#fff;box-shadow:0 24px 58px rgba(32,37,60,.12);padding:32px 28px;display:flex;flex-direction:column;gap:24px}.order-summary h2{font-size:20px;font-weight:600;color:#241f42}.order-summary__totals{display:flex;flex-direction:column;gap:12px}.order-summary__totals>div{display:flex;justify-content:space-between;align-items:center;font-size:15px;color:#77778d}.order-summary__grand{margin-top:8px;padding-top:12px;border-top:1px solid rgba(46,51,71,.1)}.order-summary__grand dt{color:#241f42;font-weight:600}.order-summary__grand dd{color:#241f42;font-weight:700;font-size:20px}.order-summary__note{font-size:14px;line-height:1.6;color:#77778d}.order-summary__cta{justify-content:center}.order-card{display:grid;grid-template-columns:165px 1fr;grid-gap:20px;gap:20px;background:#fff;box-shadow:0 22px 54px rgba(32,37,60,.08);align-items:center}@media(min-width:992px){.order-card{grid-template-columns:120px 1fr}}.order-card__media{width:165px;height:165px;overflow:hidden}@media(min-width:992px){.order-card__media{width:120px;height:120px}}.order-card__media img{width:100%;height:100%;object-fit:cover}.order-card__content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;-webkit-padding-end:20px;padding-inline-end:20px}@media(min-width:992px){.order-card__content{flex-direction:row}}.order-card h2{font-size:18px;font-weight:600;color:#241f42;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:150px;text-align:center}@media(min-width:992px){.order-card h2{text-align:left}}.order-card__total{font-weight:600;color:#241f42;display:inline-flex;align-items:baseline;gap:4px;padding-block:12px}@media(min-width:992px){.order-card__total{padding-block:0;order:3}}.order-card__total .currency{font-size:12px;letter-spacing:.08em}.order-card__actions{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;order:3}@media(min-width:992px){.order-card__actions{order:2}}.order-card__quantity{display:inline-flex;align-items:center;gap:12px;padding:8px}.order-card__quantity button{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;width:26px;height:26px;border-radius:50%;background:#f5c532;color:#241f42;display:inline-flex;align-items:center;justify-content:center;transition:.75s ease}.order-card__quantity button:hover{filter:saturate(1.05) brightness(1.05)}.order-card__quantity button svg{width:13px;height:13px}.order-card__quantity span{min-width:32px;text-align:center;font-weight:600;color:#241f42;font-size:16px}.order-card__remove{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;width:32px;height:32px;border-radius:50%;background:#f5f5f5;color:#77778d;display:inline-flex;align-items:center;justify-content:center;transition:.75s ease}.order-card__remove:hover{color:#ff5252;background:rgba(255,82,82,.16)}.order-card__remove svg{width:18px;height:18px}.menu-page{padding:80px 20px 120px}.menu-page .menu-hero{max-width:720px;margin:0 auto 60px;text-align:center;display:flex;flex-direction:column;gap:16px}.menu-page .menu-hero .eyebrow{text-transform:uppercase;letter-spacing:.32em;font-size:12px;font-weight:500;color:#f5c532}.menu-page .menu-hero .title{font-size:clamp(36px,5vw,54px);font-weight:600;color:#241f42;text-transform:capitalize}.menu-page .menu-hero .subtitle{font-size:16px;color:#77778d;line-height:1.6;letter-spacing:.3px}.menu-page .menu-layout{display:grid;grid-gap:32px;gap:32px;overflow:visible}.menu-page .menu-sidebar{background:#fff;padding:20px 24px 32px;box-shadow:0 18px 55px rgba(27,32,54,.08);transition:box-shadow .35s ease}.menu-page .menu-sidebar.open{box-shadow:0 28px 68px rgba(27,32,54,.12)}.menu-page .menu-sidebar:not(.open) .sidebar-footer,.menu-page .menu-sidebar:not(.open) .sidebar-section{display:none}.menu-page .sidebar-toggle{width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-radius:16px;background:hsla(45,91%,58%,.12);color:#241f42;font-weight:500;transition:background .3s ease}.menu-page .sidebar-toggle svg{flex-shrink:0;width:18px;height:18px}.menu-page .sidebar-toggle:hover{background:hsla(45,91%,58%,.2)}.menu-page .sidebar-section{display:flex;flex-direction:column;gap:18px;margin-top:28px}.menu-page .sidebar-section__header{display:flex;flex-direction:column;gap:6px}.menu-page .sidebar-section__header h2{font-size:18px;font-weight:600}.menu-page .sidebar-section__header p{color:#77778d;font-size:14px;line-height:1.4}.menu-page .sidebar-section ul{display:grid;grid-gap:15px;gap:15px}.menu-page ul.dietary-list{gap:10px;grid-template-columns:repeat(2,1fr)}.menu-page .filter-chip{display:inline-flex;flex-direction:column;align-items:flex-start;gap:6px;width:100%;padding:14px 16px;background:#f1f2f4;color:#241f42;text-align:left;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.menu-page .filter-chip span{font-weight:600}.menu-page .filter-chip small{font-size:12px;color:#77778d}.menu-page .filter-chip.active{background:hsla(45,91%,58%,.2)}.menu-page .filter-chip:hover{transform:translateY(-2px);background:hsla(45,91%,58%,.24)}.menu-page .filter-pill{padding:8px 14px;background:#f1f2f4;color:#241f42;font-size:13px;font-weight:500;transition:background .2s ease}.menu-page .filter-pill.active{background:#f5c532}.menu-page .filter-pill:hover{background:hsla(45,91%,58%,.3)}.menu-page .sidebar-footer{margin-top:28px;display:flex;flex-direction:column;gap:12px}.menu-page .sidebar-footer .btn-secondary{display:flex;justify-content:center;align-items:center;gap:15px;height:48px}.menu-page .menu-main{display:flex;flex-direction:column;gap:28px}.menu-page .menu-toolbar{background:#fff;padding:18px 20px;display:flex;flex-direction:column;gap:18px;box-shadow:0 12px 40px rgba(30,34,52,.07)}.menu-page .toolbar-left{display:flex;flex-direction:column;gap:12px}.menu-page .result-count{font-weight:600;font-size:16px}.menu-page .active-tags{display:flex;flex-wrap:wrap;gap:8px}.menu-page .active-tag{padding:6px 12px;border-radius:999px;background:rgba(36,31,66,.08);font-size:12px;color:#241f42;text-transform:capitalize}.menu-page .toolbar-right{display:flex;align-items:center;gap:12px;justify-content:flex-start}.menu-page .sort-label{font-size:14px;color:#77778d}.menu-page .sort-select{position:relative;display:inline-flex;align-items:center;gap:12px;padding:10px 14px;border-radius:14px;background:#f1f2f4}.menu-page .sort-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;font-size:14px;font-weight:500;color:#241f42;padding-right:28px;min-width:160px}.menu-page .sort-select svg{position:absolute;right:12px;pointer-events:none;width:18px;height:18px;color:#77778d}.menu-page .menu-grid{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;opacity:1;transition:opacity .3s ease}.menu-page .menu-card{width:100%}@media(min-width:768px){.menu-page{padding:160px 30px 140px}.menu-page .menu-toolbar{justify-content:space-between}.menu-page .menu-toolbar,.menu-page .toolbar-left{flex-direction:row;align-items:center}.menu-page .menu-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media(min-width:992px){.menu-page .menu-layout{grid-template-columns:320px 1fr;gap:40px}.menu-page .menu-sidebar{position:-webkit-sticky;position:sticky;top:20px;align-self:start;height:-moz-fit-content;height:fit-content}.menu-page .menu-sidebar:not(.open) .sidebar-footer,.menu-page .menu-sidebar:not(.open) .sidebar-section{display:flex}.menu-page .sidebar-toggle{display:none}.menu-page .menu-toolbar{padding:20px 28px}}@media(min-width:1200px){.menu-page .menu-grid{grid-template-columns:repeat(3,1fr)}}