.dish-info{display:flex;gap:1.5rem}.dish-info .image-macronutrients{color:#f7f5f0;display:flex;align-items:center;flex-direction:column;gap:1.5rem}.dish-info .image-macronutrients img{border:4px solid #f26d53;border-radius:24px}.dish-info .image-macronutrients .macronutrients{display:flex;justify-content:space-between;width:100%}.dish-info .image-macronutrients .macronutrients .macronutrient{display:flex;flex-direction:column;align-items:center;gap:.5rem}.dish-info .image-macronutrients .macronutrients .macronutrient.white .icon{background-color:#f7f5f0;color:#f26d53}.dish-info .image-macronutrients .macronutrients .macronutrient .icon{width:60px;height:60px;border-radius:999px;background-color:#f26d53;color:#f7f5f0;display:flex;align-items:center;justify-content:center}.dish-info .image-macronutrients .macronutrients .macronutrient .name{font-size:.75rem}.dish-info .description{color:#f7f5f0;display:flex;flex-direction:column;gap:1rem}.dish-info .description .name{color:#f26d53;font-weight:700;font-size:2rem}.dish-info .description .count,.dish-info .description .weight{display:flex;gap:.5rem}.dish-info .description .count .title,.dish-info .description .weight .title{color:#f26d53}.dish-info .description .price-counter{height:-webkit-fill-available;display:flex;flex-direction:column;justify-content:space-between;height:auto}.dish-info .description .price-counter .price{font-size:2rem}.dish-info .description .price-counter .price span{color:#f26d53;font-size:1rem}.dish-info .description .price-counter .counter-add-button{display:flex;gap:1.5rem}@media only screen and (max-width:768px){.dish-info{flex-direction:column}.price-counter{margin-top:1rem}}button{width:-moz-fit-content;width:fit-content;white-space:nowrap;font-size:1rem;font-weight:600;border:none;cursor:pointer}button:disabled{cursor:not-allowed}button.smooth{overflow:clip}button.smooth-left{border-top-left-radius:999px;border-bottom-left-radius:999px}button.smooth-right{border-top-right-radius:999px;border-bottom-right-radius:999px}button.smooth-both{border-radius:99px}button.theme-dark{background-color:#1c211f;color:#f7f5f0}button.theme-dark:hover{background-color:#333a37}button.theme-dark:active{background-color:#444d49}button.theme-dark:disabled{background-color:#141816;color:#424946}button.theme-light{background-color:#f7f5f0;color:#1c211f}button.theme-light:hover{background-color:#ebe6dc}button.theme-light:active{background-color:#dfd9cc}button.theme-light:disabled{background-color:#4a4e4c;color:#8d9390}button.theme-coral{background-color:#f26d53;color:#f7f5f0}button.theme-coral:hover{background-color:#e0563c}button.theme-coral:active{background-color:#c9452c}button.theme-coral:disabled{background-color:#6e382e;color:#a8a29e}button.button-regular{padding:.5rem 1rem}button.button-icon{padding:0}button.button-icon.theme-dark{color:#1c211f;background-color:rgba(0,0,0,0)}button.button-icon.theme-dark:hover{color:#333a37;background-color:rgba(0,0,0,0)}button.button-icon.theme-dark:active{color:#444d49;background-color:rgba(0,0,0,0)}button.button-icon.theme-dark:disabled{color:#141816;background-color:rgba(0,0,0,0)}button.button-icon.theme-light{color:#f7f5f0;background-color:rgba(0,0,0,0)}button.button-icon.theme-light:hover{color:#ebe6dc;background-color:rgba(0,0,0,0)}button.button-icon.theme-light:active{color:#dfd9cc;background-color:rgba(0,0,0,0)}button.button-icon.theme-light:disabled{color:#8d9390;background-color:rgba(0,0,0,0)}button.button-icon.theme-coral{color:#f26d53;background-color:rgba(0,0,0,0)}button.button-icon.theme-coral:hover{color:#e0563c;background-color:rgba(0,0,0,0)}button.button-icon.theme-coral:active{color:#c9452c;background-color:rgba(0,0,0,0)}button.button-icon.theme-coral:disabled{color:#6e382e;background-color:rgba(0,0,0,0)}.modal-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(247,245,240,.8);display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease forwards;padding:0 1.5rem;overscroll-behavior:none;z-index:1}.modal-overlay.fade-out{animation:fadeOut .3s ease forwards}.modal-overlay.fade-out .modal-content{animation:slideOut .3s ease forwards}@supports not (height:100dvh){.modal-overlay{height:100vh}}.modal-content{background-color:#1c211f;padding:2rem;border-radius:24px;width:800px;max-height:80svh;box-shadow:0 4px 20px #f26d53;animation:slideIn .3s ease forwards;overflow-y:auto;scrollbar-width:none}.modal-content::-webkit-scrollbar{display:none}@supports not (max-height:80svh){.modal-content{max-height:80vh}}@media(max-width:768px){.modal-content{max-height:80svh!important;flex-shrink:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}.sushi-menu-item-wrapper{display:flex;flex-direction:column;align-items:center;padding:.5rem;background-color:#f7f5f0;color:#1c211f;border-radius:16px;height:-webkit-fill-available;height:stretch;max-height:230px;cursor:pointer;position:relative}.sushi-menu-item-wrapper .on-stop-overlay{background-color:rgba(247,245,240,.8);position:absolute;top:0;bottom:0;left:0;right:0;border-radius:16px;cursor:not-allowed}.sushi-menu-item-wrapper .on-stop-icon{position:absolute;z-index:1;display:flex;align-items:center;height:20px;border-radius:8px;background-color:#f26d53;color:#f7f5f0;font-size:.75rem;padding:.5rem;align-self:self-end}.sushi-menu-item-wrapper .image-dimentions-price{display:flex;align-items:center;width:100%;gap:1.5rem;margin-bottom:.25rem}.sushi-menu-item-wrapper .image-dimentions-price img{border-radius:16px;border:4px solid #f26d53;transition:scale .3s ease-in-out;object-fit:cover}.sushi-menu-item-wrapper .image-dimentions-price .dimentions-price{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.sushi-menu-item-wrapper .image-dimentions-price .dimentions-price .dimentions{margin-bottom:.5rem}.sushi-menu-item-wrapper .image-dimentions-price .dimentions-price .dimentions .dimention{color:#f26d53;font-size:1.5rem}.sushi-menu-item-wrapper .image-dimentions-price .dimentions-price .dimentions .dimention span{font-size:1rem}.sushi-menu-item-wrapper .image-dimentions-price .dimentions-price .price{color:#f26d53;font-size:3rem;font-weight:700;display:flex;align-items:baseline;gap:.5rem}.sushi-menu-item-wrapper .image-dimentions-price .dimentions-price .price div{font-size:1.25rem}.sushi-menu-item-wrapper .item-content{width:100%}.sushi-menu-item-wrapper .item-content .title{font-size:1.125rem;font-weight:700;margin-bottom:.25rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.sushi-menu-item-wrapper .item-content .text{font-size:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.sushi-menu-item-wrapper .item-content .counter-add-button{display:flex;gap:1rem}.sushi-menu-item-wrapper .item-content .counter-add-button .add-button,.sushi-menu-item-wrapper .item-content .counter-add-button .items-counter{margin-top:1rem}@media only screen and (max-width:1200px){.sushi-menu-item-wrapper .item-content .title-price .title{font-size:1.5rem}.sushi-menu-item-wrapper .item-content .title-price .price{font-size:2rem}}.tabs-wrapper{display:flex;flex-direction:column;justify-items:center;width:100%;flex-wrap:nowrap}.tabs-buttons{display:flex;gap:1rem;overflow-x:auto;white-space:nowrap;scrollbar-width:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:1rem 0;background-color:#1c211f;width:100%;position:-webkit-sticky;position:sticky;z-index:1}.tabs-buttons::-webkit-scrollbar{display:none}@media only screen and (max-width:576px){.tabs-buttons{gap:.5rem}}