.ProductCard_card__tEuZm{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--border-radius);box-shadow:var(--card-shadow);padding:2rem;margin-bottom:3rem;display:flex;gap:3rem;align-items:center;max-width:1000px;margin-left:auto;margin-right:auto;transition:all .3s ease}.ProductCard_card__tEuZm:hover{transform:translateY(-2px);box-shadow:0 25px 50px rgba(0,0,0,.15)}.ProductCard_leftSection__ZJzsg{flex:0 0 400px;position:relative;overflow:visible}.ProductCard_imageContainer__kKg39{position:relative;border-radius:50%;overflow:hidden;width:300px;height:300px;margin:0 auto;background:var(--white);box-shadow:0 15px 30px rgba(0,0,0,.1)}.ProductCard_image__yEnjF{width:100%;height:100%;object-fit:cover;border-radius:50%}.ProductCard_titleSection__h7xlN{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:2rem}.ProductCard_priceTag__mLqkZ{background:var(--accent-orange);color:white;font-size:1rem;font-weight:700;padding:.5rem 1rem;border-radius:12px;box-shadow:0 4px 12px rgba(255,123,66,.3);border:2px solid rgba(255,255,255,.2);white-space:nowrap;flex-shrink:0;transition:all .3s ease}.ProductCard_priceTag__mLqkZ:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(255,123,66,.6)}.ProductCard_rightSection__9ce6f{flex:1 1;padding-left:2rem}.ProductCard_content__bK_LT{height:100%;display:flex;flex-direction:column;gap:1.5rem}.ProductCard_name__gOYMe{font-size:1.8rem;font-weight:700;color:var(--text-primary);line-height:1.2;margin-bottom:.5rem}.ProductCard_nameHighlight__KeB51{color:var(--text-secondary);font-weight:300}.ProductCard_categoryTag__bQvHh{display:inline-block;background:var(--accent-orange);color:var(--white);padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;text-transform:capitalize;width:-moz-fit-content;width:fit-content}.ProductCard_section__WdzFj h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;position:relative}.ProductCard_section__WdzFj h3:after{content:"";position:absolute;bottom:-2px;left:0;width:30px;height:2px;background:var(--accent-orange)}.ProductCard_ingredients__bXza_{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.ProductCard_nutritionGrid__Bjsop{display:flex;gap:1rem;margin:1rem 0}.ProductCard_nutritionItem__tCYQK{background:var(--white);border-radius:12px;padding:1rem;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.08);flex:1 1;min-width:70px}.ProductCard_nutritionValue__hljtB{display:block;font-size:1.1rem;font-weight:700;color:var(--text-primary);line-height:1}.ProductCard_nutritionLabel__4hDQ2{display:block;font-size:.7rem;color:var(--text-secondary);margin-top:.2rem}.ProductCard_nutritionSubLabel__5XSNp{display:block;font-size:.65rem;color:var(--text-secondary);margin-top:.4rem;font-weight:500}.ProductCard_addButton__26XWs{background:var(--accent-orange);color:var(--white);padding:.75rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px rgba(255,123,66,.3);margin-top:auto;align-self:flex-start}.ProductCard_addButton__26XWs:hover:not(:disabled){background:var(--accent-orange-hover);transform:translateY(-1px);box-shadow:0 6px 16px rgba(255,123,66,.4)}.ProductCard_addButton__26XWs:disabled{background:#cccccc;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width:768px){.ProductCard_card__tEuZm{flex-direction:column;padding:1.5rem;gap:2rem}.ProductCard_leftSection__ZJzsg{flex:none}.ProductCard_imageContainer__kKg39{width:250px;height:250px}.ProductCard_rightSection__9ce6f{padding-left:0}.ProductCard_name__gOYMe{font-size:1.4rem}.ProductCard_nutritionGrid__Bjsop{gap:.5rem}.ProductCard_nutritionItem__tCYQK{padding:.75rem .5rem}.ProductCard_titleSection__h7xlN{flex-direction:column;gap:1rem;align-items:flex-start}.ProductCard_priceTag__mLqkZ{font-size:.9rem;padding:.4rem .8rem}}.SearchBar_searchContainer__FFWkD{display:flex;justify-content:center;margin-bottom:2rem}.SearchBar_searchInputWrapper__ygyyL{position:relative;width:100%;max-width:400px}.SearchBar_searchInput__J6hA3{width:100%;padding:1rem 3rem 1rem 1.5rem;border-radius:12px;background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid transparent;font-size:1rem;color:var(--text-primary);box-shadow:var(--card-shadow);transition:all .3s ease}.SearchBar_searchInput__J6hA3:focus{border-color:var(--accent-orange);box-shadow:0 0 0 3px rgba(255,123,66,.1)}.SearchBar_searchInput__J6hA3::placeholder{color:var(--text-secondary)}.SearchBar_searchIcon__0cWUw{right:1rem;pointer-events:none}.SearchBar_clearButton__UBmzK,.SearchBar_searchIcon__0cWUw{position:absolute;top:50%;transform:translateY(-50%);color:var(--text-secondary)}.SearchBar_clearButton__UBmzK{right:2.5rem;background:none;font-size:1.2rem;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.SearchBar_clearButton__UBmzK:hover{background:rgba(255,123,66,.1);color:var(--accent-orange)}.Menu_container__YCrAF{max-width:1200px;margin:0 auto;padding:2rem}.Menu_header__e8fWn{text-align:center;margin-bottom:3rem}.Menu_header__e8fWn h1{font-size:3rem;font-weight:800;color:var(--text-primary);margin-bottom:2rem}.Menu_filters__AilbZ{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.Menu_activeFilter__uoCAl,.Menu_filter__w4WXn{padding:.75rem 1.5rem;border-radius:12px;font-weight:500;transition:all .3s ease;background:var(--card-bg);color:var(--text-secondary);cursor:pointer}.Menu_activeFilter__uoCAl{background:var(--accent-orange);color:var(--white);box-shadow:0 4px 12px rgba(255,123,66,.3)}.Menu_filter__w4WXn:hover{background:rgba(255,123,66,.1);color:var(--text-primary)}.Menu_grid__velXu{display:flex;flex-direction:column;gap:2rem}.Menu_noResults__hYoaU{text-align:center;font-size:1.2rem;color:var(--text-secondary);margin:4rem 0}@media (max-width:768px){.Menu_container__YCrAF{padding:1rem}.Menu_header__e8fWn h1{font-size:2rem}.Menu_filters__AilbZ{gap:.5rem}.Menu_activeFilter__uoCAl,.Menu_filter__w4WXn{padding:.5rem 1rem;font-size:.9rem}}