.IngredientTile{cursor:pointer;background-color:#fff;height:250px;width:100%;margin:6px 0;border-radius:5.3px;border:2px solid #fff;box-sizing:border-box}.IngredientTile.active{border:2px solid #c0164b;overflow:hidden}.IngredientTile.disabled{cursor:auto}.IngredientTile .ingredient-img-container{width:100%;height:115px;overflow:hidden;display:flex}.IngredientTile .ingredient-img-container img,.IngredientTile .ingredient-img-container picture{height:100%;width:auto;margin:0 auto}.IngredientTile .ingredient-body{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:space-between;height:135px}.IngredientTile .ingredient-body p{line-height:1.25;margin:8px 0}.IngredientTile .ingredient-body p.price{position:relative;bottom:54px;color:#9b9b9b}.IngredientTile .ingredient-body .ingredient-quantity{width:100%;height:40px;position:absolute;bottom:0;display:flex;flex-direction:row;justify-content:center;align-items:center;padding-bottom:16px}.IngredientTile .ingredient-body .ingredient-quantity div{width:32px;height:32px;line-height:33px}.IngredientTile .ingredient-body .ingredient-quantity div.quantity-btn{cursor:pointer;line-height:31px;border-radius:50%;border:1.5px solid #c0164b;color:#c0164b;font-size:28px}.IngredientTile .ingredient-body .ingredient-quantity div.quantity-btn.disabled{cursor:default;opacity:.5}.ingredientTile-skeleton{cursor:pointer;height:248px;width:100%;margin:6px 0;border-radius:5.3px;box-sizing:border-box;display:inline-block;position:relative;background:#f0f0f0;animation:blinker 1s linear infinite}.ingredientTile-skeleton .round-shape-skeleton-1{margin-left:calc(40% - 35px)}.ingredientTile-skeleton .round-shape-skeleton-1,.ingredientTile-skeleton .round-shape-skeleton-2{margin-top:calc(100% - 38px);height:35px;width:35px;border-radius:50%;position:absolute;background:#d8d8d8;animation:blinker 1s linear infinite}.ingredientTile-skeleton .round-shape-skeleton-2{margin-left:calc(40% + 35px)}@keyframes blinker{50%{opacity:0}}@media(max-width:768px){.IngredientTile{height:-moz-fit-content;height:fit-content}.IngredientTile .ingredient-img-container{height:100px;justify-content:center}.IngredientTile .ingredient-body{height:110px}.IngredientTile .ingredient-body p{line-height:1.33;word-break:break-word;font-size:12px}.IngredientTile .ingredient-body p.price{margin:0;bottom:35px}.IngredientTile .ingredient-body .ingredient-quantity{padding-bottom:0}.IngredientTile .ingredient-body .ingredient-quantity div{width:25px;height:25px;line-height:20px}.IngredientTile .ingredient-body .ingredient-quantity div.quantity-btn{line-height:25px;font-size:22px}.ingredientTile-skeleton{height:210px}.ingredientTile-skeleton .round-shape-skeleton-1{margin-top:152px;margin-left:69px}.ingredientTile-skeleton .round-shape-skeleton-2{margin-top:152px;margin-left:129px}}@media(max-width:375px){.IngredientTile .ingredient-img-container{height:70px}.ingredientTile-skeleton{height:205px}.ingredientTile-skeleton .round-shape-skeleton-1{margin-top:152px;margin-left:19px;height:25px;width:25px}.ingredientTile-skeleton .round-shape-skeleton-2{margin-top:152px;margin-left:64px;height:25px;width:25px}}@media(max-width:414px){.IngredientTile .ingredient-img-container{height:70px}.ingredientTile-skeleton{height:205px}.ingredientTile-skeleton .round-shape-skeleton-1{margin-top:152px;margin-left:19px;height:25px;width:25px}.ingredientTile-skeleton .round-shape-skeleton-2{margin-top:152px;margin-left:64px;height:25px;width:25px}}@media(max-width:320px){.IngredientTile .ingredient-img-container{height:70px}.ingredientTile-skeleton{height:205px}.ingredientTile-skeleton .round-shape-skeleton-1{margin-top:155px;margin-left:10px;height:25px;width:25px}.ingredientTile-skeleton .round-shape-skeleton-2{margin-top:155px;margin-left:55px;height:25px;width:25px}}