:root{--shadow: rgba(0, 0, 0, .16) 0px 3px 6px, rgba(0, 0, 0, .23) 0px 3px 6px;--shadowCategory: rgba(0, 0, 0, .1) 0px 2px 4px, rgba(0, 0, 0, .1) 0px 2px 4px;--fontFamily: "El Messiri", sans-serif;--backgroundColorHex: #ffffff;--backgroundImage: ;--titleColorHex: #1368c7;--languageColorHex: #ffffff;--languageAcronymColorHex: #17253b;--promoDotColorHex: #ffffff;--promoActiveDotColorHex: #1368c7;--categoryColorHex: #ffffff;--categoryNameColorHex: #17253b;--categoryCheckedColorHex: #1368c7;--categoryNameCheckedColorHex: #ffffff;--categoryArrowColorHex: #17253b;--productColorHex: #ffffff;--productNameColorHex: #17253b;--productPriceColorHex: #17253b;--popupNameColorHex: #17253b;--popupDescriptionColorHex: #858992;--popupBackgroundColorHex: #ffffff;--popupCloseButtonColorHex: #1368c7;--popupCloseButtonNameColorHex: #ffffff;--popupSubProductNameColorHex: #17253b;--popupSubProductPriceColorHex: #17253b;--popupSubProductLineColorHex: #dadada;--poweredTextColorHex: #858992;--poweredLinkColorHex: #1368c7;--businessInfoIconBackgroundColorHex: #1368c7;--businessInfoIconColorHex: #ffffff;--businessInfoPopupBackgroundColorHex: #ffffff;--businessInfoPopupColorHex: #17253b}*{background-color:var(--backgroundColorHex);font-family:var(--fontFamily);margin:0;padding:0;box-sizing:border-box}.header-block{display:flex;justify-content:space-between;position:sticky;z-index:10;top:0;width:100%;padding:15px}.header-logo{box-shadow:var(--shadow);height:60px;width:60px;border-radius:50%;overflow:hidden}.header-logo img{height:100%;width:100%;background-color:#fff}.header-title{color:var(--titleColorHex);margin:-5px;font-size:40px;font-weight:700;letter-spacing:3px;line-height:65px}.header-title:after{background:var(--titleColorHex);content:"";display:block;width:90px;height:4px;margin:-5px auto 0;border-radius:10px}.header-language{box-shadow:var(--shadow);background-color:var(--languageColorHex);font-size:14px;font-weight:500;margin-top:15px;height:30px;width:55px;border-radius:10px;padding:5px;display:flex;align-items:center;justify-content:center}.header-language-select{color:var(--languageAcronymColorHex);border:none;font-weight:600;background-color:transparent}.category-wrapper{display:flex;justify-content:center;align-items:center;position:sticky;z-index:10;top:90px;width:100%;padding:10px 0}.category-block{display:flex;overflow-x:auto;white-space:nowrap;width:95%;padding:10px 0}.category-block::-webkit-scrollbar{display:none}.category-card{font-family:var(--secondaryFont)!important;box-shadow:var(--shadow);display:inline-block;font-size:13px;font-weight:700;border-radius:24px;margin:0 6px;padding:6px 12px;flex-shrink:0;line-height:20px}.category-scroll-btn{border:none;width:20px;height:30px;display:flex;align-items:center;justify-content:center}.category-scroll-btn:before{content:"";width:0;height:0;border-style:solid}.category-scroll-btn.left:before{border-color:transparent var(--categoryArrowColorHex) transparent transparent;border-width:6px 8px 6px 0px}.category-scroll-btn.right:before{border-color:transparent transparent transparent var(--categoryArrowColorHex);border-width:6px 0 6px 8px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-block{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:30px}.product-card{box-shadow:var(--shadow);margin:6px;border-radius:16px;overflow:hidden;background-color:#fff;opacity:0;animation:fadeInUp .6s cubic-bezier(.2,.8,.2,1) forwards;transition:transform .2s ease,box-shadow .2s ease}.product-card:active{transform:scale(.97)}.product-details{background-color:var(--productColorHex);padding:4px 8px 6px;line-height:25px;position:relative;z-index:2}.product-name{color:var(--productNameColorHex);font-size:16px;font-weight:700;background-color:transparent;margin-bottom:-5px}.product-price{color:var(--productPriceColorHex);font-size:12px;font-weight:400;background-color:transparent;margin-bottom:-5px}.product-image{position:relative;aspect-ratio:4 / 3;width:100%;overflow:hidden;background-color:#fff}.product-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .5s ease}.product-card:hover .product-image img{transform:scale(1.08)}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999}.popup-content{position:relative;border-radius:15px;width:90%;max-width:400px;text-align:center;overflow:hidden;transform:translateY(20px) scale(.95);animation:popIn .3s cubic-bezier(.175,.885,.32,1.275) forwards}.popup-scroll-content{background-color:var(--popupBackgroundColorHex);padding:15px}.popup-product-image{border-top-left-radius:15px;border-top-right-radius:15px;position:relative;aspect-ratio:4 / 3;width:100%;overflow:hidden;background-color:#fff}.popup-product-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.popup-porduct-name{color:var(--popupNameColorHex);margin-top:20px;margin-bottom:5px;font-size:24px;font-weight:700;background-color:transparent;line-height:30px}.popup-product-description{color:var(--popupDescriptionColorHex);font-size:16px;background-color:transparent;margin-bottom:15px;padding:0 15px;line-height:30px}.popup-close{background-color:var(--popupCloseButtonColorHex);z-index:10;font-size:24px;width:40px;height:40px;border:none;border-radius:50%;position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:center}.popup-close-icon{color:var(--popupCloseButtonNameColorHex);background-color:transparent;height:20px;width:20px}.popup-subproducts-list{background-color:var(--popupBackgroundColorHex);display:flex;flex-direction:column;gap:10px;padding:10px}.subproduct-row{background-color:var(--popupBackgroundColorHex);display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--popupSubProductLineColorHex);padding-bottom:8px;line-height:25px}.subproduct-row:last-child{border-bottom:none}.subproduct-name{background-color:transparent;color:var(--popupSubProductNameColorHex)}.subproduct-price{background-color:transparent;color:var(--popupSubProductPriceColorHex)}.footer-powered{color:var(--poweredTextColorHex);font-size:12px;text-align:center;margin-bottom:70px}.footer-powered a{color:var(--poweredLinkColorHex);font-weight:700;display:inline}.promo-block{margin:7px auto 0;border-radius:15px;width:90%;height:200px;position:relative;overflow:hidden;touch-action:pan-y;user-select:none;-webkit-user-select:none;cursor:grab}.promo-block:active{cursor:grabbing}.promo-wrapper{display:flex;width:100%;height:100%;transition:transform .7s ease-in-out}.promo-image{width:100%;height:100%;object-fit:cover;flex-shrink:0}.promo-dots{position:absolute;bottom:10px;width:100%;display:flex;justify-content:center;gap:6px;background-color:transparent}.dot{width:10px;height:10px;border-radius:50%;background-color:var(--promoDotColorHex);cursor:pointer}.dot.active{background-color:var(--promoActiveDotColorHex)}.info-container{position:fixed;bottom:30px;right:30px;z-index:2000;display:flex;flex-direction:column-reverse;align-items:flex-end;gap:15px;background-color:transparent;width:90%}.info-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009}.info-button{width:55px;height:55px;border-radius:50%;border:none;background-color:var(--businessInfoIconBackgroundColorHex);color:var(--businessInfoIconColorHex);display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.info-button.open{transform:rotate(90deg)}.info-button svg{background-color:transparent}.info-popup{background-color:var(--businessInfoPopupBackgroundColorHex);border-radius:20px;padding:20px;width:95%;opacity:0;transform:translateY(20px) scale(.95);animation:popIn .3s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes popIn{to{opacity:1;transform:translateY(0) scale(1)}}.info-section{margin-bottom:20px;border-bottom:1px solid rgba(0,0,0,.06);padding-bottom:15px}.info-section:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}.info-title{margin:0 0 10px;font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--businessInfoPopupColorHex);opacity:.5;font-weight:800;display:flex;align-items:center}.info-item{display:flex;align-items:center;gap:12px;margin-bottom:10px;color:var(--businessInfoPopupColorHex);text-decoration:none;font-size:14px;font-weight:500;transition:opacity .2s}.icon-box{width:32px;height:32px;background-color:#0000000a;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--businessInfoPopupColorHex)}.icon-box svg{width:18px;height:18px;background-color:#00000005}.social-grid{display:flex;gap:10px}.social-item{width:36px;height:36px;border-radius:50%;background-color:#0000000a;display:flex;align-items:center;justify-content:center;color:var(--businessInfoPopupColorHex);transition:all .2s}.hours-list{display:flex;flex-direction:column;gap:6px}.hours-row{display:flex;justify-content:space-between;font-size:13px;color:var(--businessInfoPopupColorHex)}.day-name{font-weight:600;opacity:.8}.time-range{opacity:.8;font-feature-settings:"tnum"}.time-range.closed{color:#e53935;font-weight:500}
