.category-item-admin-actions{position:absolute;top:8px;right:8px;background:var(--color-white);box-shadow:var(--shadow-regular);border-radius:10px}html[dir=rtl] .category-item-admin-actions{right:auto;left:8px}.category-item{position:relative;width:100%;aspect-ratio:3/1;overflow:hidden}.category-item__link{display:flex;align-items:center;justify-content:center;text-align:center;padding:16px;width:100%;height:100%;color:#fff;border-radius:26px;text-shadow:0 2px 3px rgba(0,0,0,.46);box-shadow:var(--shadow-1);background-size:cover;background-position:center center;user-select:none}.category-item__link._not-visible{opacity:.4}.category-item__link .h2{position:relative;font-size:24px;margin-top:20px;letter-spacing:1px}@media all and (width >= 420px){.category-item__link .h2{font-size:28px}}.category-item__link:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border-radius:26px;background:#252525;opacity:.3}.category-list{display:flex;flex-direction:column}.category-list>.h2{text-align:center;margin:0 0 16px}.category-list__item:not(:last-child){margin-bottom:16px}.round-button{position:relative;border:none;background:var(--color-white);border-radius:100%;padding:10px;display:flex;align-items:center;justify-content:center;box-shadow:1px 1px 6px #0000002e}.round-button svg{width:20px;height:20px}.round-button:after{background:#fff3}.menu-item-search-form{width:100%;display:flex;align-items:center;justify-content:center;position:relative;height:64px;margin-bottom:16px}.menu-item-search-form-button{position:absolute;top:50%;right:5px;border-radius:100%;padding:6px;box-shadow:var(--shadow-1);transition:box-shadow .25s;transform:translateY(-50%)}.menu-item-search-form-button:active{box-shadow:var(--shadow-0)}html[dir=rtl] .menu-item-search-form-button{right:auto;left:6px}.menu-item-search-form__input{font-size:16px}.menu-item-search-form-field{position:relative;flex-grow:1}.menu-item-search-form .base-form-input{border-radius:32px}.menu-item-search-form .base-form-input:focus{box-shadow:none!important;border-color:transparent!important}.menu-item-search-form .base-form-input::placeholder{font-size:14px;color:var(--color-gray-text)}.menu-item-search{display:flex;flex-direction:column}.menu-item-search-result{padding-bottom:24px;margin-bottom:32px;border-bottom:1px solid var(--color-gray-hover)}.menu-item-search-result__empty{color:var(--color-gray-text)}.menu-item-search-result .h2{margin-top:0}.menu-item-search-result p{margin:0}.menu-item-search-result .menu-item:not(:last-child){margin-bottom:56px}.cafe-list{padding-bottom:24px}
.category-item__link:hover{
    color: #2bc1d2;
}