.store-products{display:flex;flex-wrap:wrap;margin:0 auto;max-width:480px;justify-content:space-around;align-content:flex-end;transition:max-height var(--page-animation),opacity var(--page-animation);background-color:var(--block-bg-color)}.item-mode .store-products,.order-mode .store-products{max-height:0!important;opacity:0!important}.store-product{position:relative;width:120px;min-height:159px;padding:4px 5px 21px;box-sizing:border-box;text-align:center}.store-product-skeleton{opacity:.7;height:100%;background:linear-gradient(90deg,#b7b7b7 5%,#c9c9c9 18%,#b7b7b7 33%);border-radius:8px;background-size:200% 100%;animation:shine 1.5s linear infinite}.store-product-photo{width:74px;height:74px}.store-product-label{display:flex;flex-direction:column;justify-content:center}.store-product-title{font-weight:500}.store-product-price{display:flex;flex-direction:column;max-width:100%;overflow:clip;font-weight:700;white-space:nowrap}.store-product-buttons{display:flex;width:80px;justify-content:space-between;margin:10px auto 0;position:relative;transition:all var(--animation)}button{cursor:pointer}.store-product-counter,button{display:inline-block;font-family:var(--default-font);font-weight:700;font-size:14px;line-height:18px;padding:6px 16px;height:30px;border-radius:7px;box-sizing:border-box;background-color:var(--main-color);text-transform:uppercase;color:#fff;outline:none;border:none}.store-product-counter{position:absolute;right:0;top:0;min-width:22px;height:22px;padding:2px 6px;margin:4px 6px;border-radius:11px;transform:scale3d(0,0,1);animation:var(--animation) both;pointer-events:none;z-index:3}.selected .store-product-counter{transform:scaleX(1)}.store-product-incr-button{position:absolute!important;top:0;right:0;transition:width var(--animation);width:80px}.selected .store-product-incr-button{width:38px}.store-product-decr-button{position:relative;width:38px;background-color:#e64d44;pointer-events:none;transform:scale3d(.9,.9,1);transition:transform var(--animation),visibility var(--animation);visibility:hidden}.selected .store-product-decr-button{pointer-events:auto;transform:scaleX(1);visibility:visible}.store-product-decr-button:before,.store-product-incr-button:after,.store-product-incr-button:before{display:inline-block;position:absolute;content:"";left:0;right:0;top:0;bottom:0;margin:auto;width:14px;height:3px;background-color:#fff;border-radius:1px;z-index:1}.store-product-incr-button:after,.store-product-incr-button:before{background-color:hsla(0,0%,100%,0);transition:background-color var(--animation)}.selected .store-product-incr-button:after,.selected .store-product-incr-button:before{background-color:#fff}.store-product-incr-button .button-item-label{transition:transform var(--animation)}.selected .store-product-incr-button .button-item-label{transform:scale3d(.4,0,1)}.store-product-incr-button:after{width:3px;height:14px}.button-item-label{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:top;position:relative;z-index:1}.store-categories{width:100%;padding:4px;overflow-x:visible;overflow-y:hidden;white-space:nowrap}.store-categories div{display:inline-block;margin:4px;border-radius:12px;padding:6px;background-color:var(--bg-color);font-weight:600;line-height:12px}@keyframes shine{to{background-position-x:-200%}}.order-overview{display:none;font-family:var(--default-font);background-color:var(--bg-color);transition:opacity var(--page-animation);opacity:1}.order-mode .order-overview{display:block;opacity:1}.order-block{background-color:var(--block-bg-color);box-shadow:0 .5px rgba(0,0,0,.07)}.order-header-wrap{padding:21px 20px 14px;display:flex;align-items:center}.order-header{font-size:17px;line-height:21px;text-transform:uppercase;flex-grow:1;padding:0;margin:0}.order-edit{font-size:15px;line-height:18px;font-weight:500;color:var(--accent-color)}.order-item{display:flex;padding:5px 20px 5px 14px}.order-item-label{flex-grow:1}.order-item-photo{text-align:center;width:50px;height:50px;margin-right:11px}.order-item-photo .cafe-item-emoji{font-size:38px;line-height:50px}.order-item-photo .cafe-item-lottie{width:40px;margin:4px 0}.order-item-title{font-size:15px;line-height:18px;font-weight:700;padding:3px 0}.order-item-counter{margin:4px;color:var(--main-color)}.order-item-description{font-size:14px;line-height:17px;-webkit-font-smoothing:antialiased;color:var(--page-hint-color);padding:2px 0}.order-item-price{font-size:14px;line-height:17px;font-weight:500;padding:4px 0}.order-text-field-wrap{margin-top:14px}.order-text-field{font-family:var(--default-font);font-size:17px;line-height:21px;-webkit-font-smoothing:antialiased;padding:12px 20px 13px;box-sizing:border-box;display:block;outline:none;border:none;border-radius:0;resize:none;color:var(--text-color);-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;cursor:auto;width:100%}.order-text-field::placeholder{text-overflow:ellipsis}.order-text-field-hint{font-family:var(--default-font);font-size:14px;line-height:18px;-webkit-font-smoothing:antialiased;padding:10px 20px 24px;color:var(--hint-color)}.product-overview{display:none;font-family:var(--default-font);background-color:var(--bg-color);transition:opacity var(--page-animation);opacity:1;min-height:100vh}.item-mode .product-overview{display:block;opacity:1}.product-photos{width:100%;overflow-x:visible;overflow-y:hidden;white-space:nowrap}.product-photo{width:100%}.product-label{display:flex;flex-direction:column;align-items:center}.product-title{margin:8px;font-size:16px;font-weight:700}.product-price{margin:8px;font-weight:800;white-space:nowrap}.product-counter{width:48px;height:32px;padding:2px 6px;margin:4px auto;border-radius:16px;pointer-events:none;font-family:var(--default-font);font-weight:700;font-size:20px;line-height:30px;text-align:center;box-sizing:border-box;background-color:var(--hint-color)}.selected .product-counter{background-color:var(--accent-color)}.product-description{padding:16px}.product-description *{text-align:center;font-size:14px}:root{--tg-color-scheme:light;--tg-theme-bg-color:#fff;--tg-theme-secondary-bg-color:#f0f0f0;--tg-theme-text-color:#222;--tg-theme-hint-color:#a8a8a8;--tg-theme-link-color:#2678b6;--tg-theme-button-color:#50a8eb;--tg-theme-button-text-color:#fff;--tg-viewport-height:10vh;--tg-viewport-stable-height:10vh}@media (prefers-color-scheme:dark){:root{--tg-color-scheme:dark;--tg-theme-bg-color:#1d2733;--tg-theme-secondary-bg-color:#151e27;--tg-theme-text-color:#fff;--tg-theme-hint-color:#7d8b99;--tg-theme-link-color:#5eabe1;--tg-theme-button-color:#50a8eb;--tg-theme-button-text-color:#fff}}body{font-family:var(--default-font);font-size:13px;line-height:16px;font-weight:400;background-color:var(--block-bg-color);color:var(--text-color);color-scheme:var(--tg-color-scheme);margin:0;padding:0;width:1px;min-width:100%;--default-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--block-bg-color:var(--tg-theme-bg-color);--bg-color:var(--tg-theme-secondary-bg-color,#ebedf0);--animation:.15s ease;--page-animation-duration:.3s;--page-animation:var(--page-animation-duration) ease;--status-height:48px;--accent-color:#31b545;--main-color:#f8a917;--text-color:#222;--page-hint-color:#83878a;--hint-color:#74787a;--placeholder-color:#999da1;--ripple-duration:.45s;--ripple-end-duration:.3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default}@media (prefers-color-scheme:dark){body{--block-bg-color:var(--tg-theme-bg-color);--bg-color:var(--tg-theme-secondary-bg-color,#0f0f0f);--text-color:#fff;--page-hint-color:#9b9ba1;--hint-color:#64666d;--placeholder-color:#5d6163}}*{-webkit-tap-highlight-color:transparent}main{min-height:100vh}main.order-mode{background-color:var(--bg-color)}section{transition:filter var(--animation)}