.cookie-banner{position:fixed;bottom:0;left:0;width:100%;background-color:#f8f8f8;color:#333;padding:20px;display:flex;flex-direction:column;align-items:center;gap:15px;z-index:1000;box-shadow:0 -2px 5px #0000001a;text-align:center}.cookie-options{display:flex;flex-direction:column;gap:10px;align-items:flex-start;margin-bottom:15px}.cookie-options label{display:flex;align-items:center;gap:10px}.buttons{display:flex;gap:10px}.buttons button{padding:10px 15px;border:none;border-radius:5px;cursor:pointer;font-weight:700}.buttons button:first-child{background-color:#007bff;color:#fff}.buttons button:nth-child(2){background-color:#6c757d;color:#fff}.buttons button:last-child{background-color:#dc3545;color:#fff}.cookie-banner a{color:#007bff;text-decoration:underline}.theme-default{--background-color: #121212;--card-background-color: #1e1e1e;--button-background-color: #2d2c2c;--text-color: #b0b0b0;--primary-color: #fa7a24;--border-color: rgba(255, 255, 255, .1);--primary-button-icon-color: #fa7a24}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background-color);color:var(--text-color);font-size:16px;line-height:1.5;font-family:Noto Sans,sans-serif}h1{font-size:1.8rem;margin-bottom:1rem;text-align:center;color:var(--primary-color)}.menu-category{margin-bottom:2rem}.menu-category h2{font-size:1.4rem;margin-bottom:.5rem;color:var(--primary-color);border-bottom:2px solid var(--primary-color);padding-bottom:.3rem}.menu-item{background:var(--background-color);padding:1rem;margin-bottom:1rem;box-shadow:0 2px 5px #0000000d}.menu-item h3{font-size:1.1rem;margin-bottom:.3rem}.menu-item .description{font-size:.9rem;color:#666;margin-bottom:.5rem}.menu-item .price{font-weight:700;color:var(--primary-color);font-size:1rem}.language-select{display:flex;justify-content:flex-end;margin-bottom:1rem}.language-select button{background:none;border:none;font-size:.9rem;margin-left:.5rem;color:var(--primary-color);cursor:pointer}@media (min-width: 768px){body{padding:2rem;font-size:17px}.menu-item{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.menu-item .info{flex-grow:1}.menu-item .price{white-space:nowrap}}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);display:flex;flex-direction:column;min-height:100vh}header{background-color:var(--background-color);padding:15px 20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000001a;max-height:80px}header .logo{display:flex;align-items:center;text-decoration:none;color:#2c3e50;font-weight:700}header .logo img{margin-right:10px;width:50px;height:50px;max-width:50px}header nav{display:flex;gap:15px}header nav a{text-decoration:none;color:#666}header nav a.router-link-exact-active{color:var(--primary-color)}@media (min-width: 768px){header nav a{font-size:1em}}@media (min-width: 768px){header nav{gap:25px;align-items:center}}footer{background-color:#2c3e50;color:#f0f0f0;text-align:center;padding:10px 20px;font-size:.8em;display:flex;flex-direction:column;align-items:center;gap:5px}footer .social-links{display:flex;gap:10px;align-items:center}footer .social-links a{color:#f0f0f0;font-size:1.2em}.mobile-bottom-nav{background-color:#f0f0f0;position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;padding:10px 0;box-shadow:0 -1px 3px #0000001a;z-index:10}.mobile-bottom-nav a,.mobile-bottom-nav button{display:flex;flex-direction:column;align-items:center;color:#666;text-decoration:none;font-size:.8em;background:none;border:none;cursor:pointer}.mobile-bottom-nav a i,.mobile-bottom-nav button i{font-size:1.2em;margin-bottom:5px}@media (min-width: 768px){.mobile-bottom-nav{display:none}}.language-selection-page{display:flex;flex-direction:column;align-items:center;padding:40px;gap:40px;height:100vh;background-color:var(--background-color)}.language-selection-page .logo-container{display:flex;flex-direction:column;align-items:center}.language-selection-page .logo-container .logo{font-size:2.5em;font-weight:700;color:var(--primary-color)}.language-selection-page .language-list{list-style:none;padding:0;width:100%;max-width:400px}.language-selection-page .language-list li{background-color:var(--background-color);border-radius:8px;margin-bottom:15px;cursor:pointer;transition:transform .2s ease-in-out}.language-selection-page .language-list li:hover{transform:scale(1.02)}.language-selection-page .language-list li .language-item{display:flex;align-items:center;padding:15px 20px;justify-content:space-around;width:70%;margin:auto;border:solid;border-color:var(--primary-color)}.language-selection-page .language-list li .language-item .flag-icon{width:30px;height:20px;border-radius:4px;margin-right:15px;object-fit:cover}.language-selection-page .language-list li .language-item .language-details{flex-grow:1;display:flex;flex-direction:column;gap:3px;text-align:center}.language-selection-page .language-list li .language-item .language-details .language-name{font-weight:500;color:var(--text-color)}.language-selection-page .language-list li .language-item .language-details .country-name{color:var(--text-color);font-size:.9em}.language-selection-page .language-list li .language-item .checkmark{color:var(--primary-color);font-size:1.5em;margin-left:auto}.language-selection-page .language-list li.selected{border:2px solid var(--border-color)}.menu-page{display:flex;width:100%;flex-direction:row;min-height:calc(100vh - 60px);padding:20px}.menu-items{flex-grow:1;padding-right:20px;flex:0 0 75vw}.menu-sidebar{flex:0 0 25vw}.category-accordion{margin-bottom:10px;border:1px solid var(--border-color);overflow:hidden}.category-header{background-color:var(--background-color);padding:15px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.category-header h2{font-size:1.2em;margin:0}.category-items{padding:5px;background-color:var(--background-color)}.items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:15px}.menu-item{display:flex;align-items:center;padding:5px;border-bottom:1px solid #eee}.menu-item:last-child{border-bottom:none}.item-image{width:80px;height:80px;border-radius:3px;object-fit:cover;margin-right:10px}.item-details{flex-grow:1}.item-name{font-weight:700;margin-bottom:5px}.item-description{color:var(--text-color);font-size:.9em}.item-price{font-weight:700;color:var(--primary-color);margin-left:auto;margin-right:15px}.item-buttons.button{background-color:var(--primary-color);color:var(--primary-color);border:none;padding:8px 15px;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.item-buttons.button:hover{background-color:var(--primary-color)}.categories-sidebar{width:150px;position:fixed;top:50%;right:20px;transform:translateY(-50%)}.sidebar-title{font-size:1em;font-weight:700;margin-bottom:10px;text-align:right}.category-icon{width:24px;height:24px}.category-icon img{max-width:100%;max-height:100%;object-fit:contain}@media (max-width: 767px){.menu-page{flex-direction:column;padding:10px}.menu-items{padding-right:0}.categories-sidebar{position:static;width:100%;transform:translateY(0);margin-top:20px}.sidebar-title{text-align:left}}.language-item{border:2px solid transparent;border-radius:8px}.language-item:hover,.language-item:focus{border:2px solid var(--primary-color)}.cookie-settings-button{color:var(--primary-color);padding:5px 10px}.manage-cookies>button{border:none}.cookie-banner-fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--background-color);z-index:1000;display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box}.cookie-content{text-align:center;max-width:400px;width:100%}.cookie-content h2{font-size:24px;margin-bottom:10px;color:#333}.cookie-content p{font-size:16px;margin-bottom:20px;color:#666}.cookie-options{margin-bottom:20px;text-align:left}.cookie-options label{display:block;font-size:14px;margin-bottom:10px;color:#333}.cookie-buttons{display:flex;flex-direction:column;gap:10px}.accept-button{background-color:#4caf50;color:var(--text-color);border:none;padding:10px;font-size:16px;border-radius:5px;cursor:pointer}.reject-button{background-color:#f44336;color:var(--text-color);border:none;padding:10px;font-size:16px;border-radius:5px;cursor:pointer}.settings-button{background-color:#2196f3;color:var(--text-color);border:none;padding:10px;font-size:16px;border-radius:5px;cursor:pointer}.privacy-link{margin-top:20px;font-size:14px}.privacy-link a{color:#2196f3;text-decoration:underline}.main-menu{display:flex;width:100%;flex-direction:row;min-height:calc(100vh - 60px);overflow:scroll}.sidebar-content,.sidebar-nav{padding:5px;box-sizing:border-box;overflow:hidden}.sidebar-content{flex:0 0 100%;transition:flex-grow .2s ease,flex-basis .2s ease}.sidebar-content.menu-opened{flex:0 0 100%}.sidebar-nav{position:fixed;top:0;right:0;height:100%;width:100%;transform:translate(100%);transition:transform .3s ease;z-index:900;padding:0}.sidebar-nav.open{transform:translate(0)}.category-item{padding:15px 20px;background-color:var(--background-color);margin-bottom:10px;border-radius:10px;box-shadow:0 2px 5px #0000001a;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;animation:slideIn .5s forwards;animation-delay:calc(var(--animation-order) * .1s);transition:max-height .3s ease,padding .3s ease;opacity:0}.category-item:hover{transform:translate(5px);box-shadow:0 4px 10px #0003}.category-name{font-size:18px;color:var(--primary-color)}@keyframes slideIn{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}.header-button{display:flex;justify-content:center;align-content:center;flex-direction:column}.header-button>svg{font-size:35px;color:var(--primary-color)}.sidebar-nav-content>div{background-color:var(--background-color)}.sidebar-nav-content>div.child-categoryes{height:85vh}.sidebar-nav-content>div.parent-categoryes{height:30%}.parent-category-list{display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;height:100%}.parent-category-list img{width:5vh;height:5vh}.bottom-menu{position:fixed;bottom:0;left:0;width:100%;height:9vh;background:var(--background-color);display:flex;justify-content:space-evenly;align-items:center;z-index:1000;box-shadow:0 -2px 5px #0000001a;transition:transform .2s ease}.bottom-button{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--primary-color);font-size:.8em}a.category-item{margin:5px;text-align:center;display:flex;flex-direction:column;width:30%;align-items:center;text-decoration:none}.child-categoryes-frame{height:95%;overflow-y:scroll;position:relative;animation:bounce 1s ease-in-out 1 forwards;animation-delay:.7s}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.footer-with-menu{margin-bottom:9vh}.category-opened,.category-closed{width:20px;height:20px}.category-opened{mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.293%204.293a1%201%200%200%201%201.414%200l6%206a1%201%200%200%201-1.414%201.414L12%206.414l-5.293%205.293a1%201%200%200%201-1.414-1.414l6-6zM12%2012.414l-5.293%205.293a1%201%200%200%201-1.414-1.414l6-6a1%201%200%200%201%201.414%200l6%206a1%201%200%200%201-1.414%201.414L12%2012.414z'%20fill='%230D0D0D'/%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.293%204.293a1%201%200%200%201%201.414%200l6%206a1%201%200%200%201-1.414%201.414L12%206.414l-5.293%205.293a1%201%200%200%201-1.414-1.414l6-6zM12%2012.414l-5.293%205.293a1%201%200%200%201-1.414-1.414l6-6a1%201%200%200%201%201.414%200l6%206a1%201%200%200%201-1.414%201.414L12%2012.414z'%20fill='%230D0D0D'/%3e%3c/svg%3e") no-repeat center;background-color:var(--primary-color);mask-size:contain;-webkit-mask-size:contain}.category-closed{mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.293%206.293a1%201%200%200%201%201.414%200L12%2011.586l5.293-5.293a1%201%200%201%201%201.414%201.414l-6%206a1%201%200%200%201-1.414%200l-6-6a1%201%200%200%201%200-1.414zm0%206a1%201%200%200%201%201.414%200L12%2017.586l5.293-5.293a1%201%200%200%201%201.414%201.414l-6%206a1%201%200%200%201-1.414%200l-6-6a1%201%200%200%201%200-1.414z'%20fill='%230D0D0D'/%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.293%206.293a1%201%200%200%201%201.414%200L12%2011.586l5.293-5.293a1%201%200%201%201%201.414%201.414l-6%206a1%201%200%200%201-1.414%200l-6-6a1%201%200%200%201%200-1.414zm0%206a1%201%200%200%201%201.414%200L12%2017.586l5.293-5.293a1%201%200%200%201%201.414%201.414l-6%206a1%201%200%200%201-1.414%200l-6-6a1%201%200%200%201%200-1.414z'%20fill='%230D0D0D'/%3e%3c/svg%3e") no-repeat center;background-color:var(--primary-color);mask-size:contain;-webkit-mask-size:contain}.header-button-language{height:30px;width:30px;mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2032%2032'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:sketch='http://www.bohemiancoding.com/sketch/ns'%3e%3ctitle%3eglobe%3c/title%3e%3cdesc%3eCreated%20with%20Sketch%20Beta.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20sketch:type='MSPage'%3e%3cg%20id='Icon-Set'%20sketch:type='MSLayerGroup'%20transform='translate(-204.000000,%20-671.000000)'%20fill='%23000000'%3e%3cpath%20d='M231.596,694.829%20C229.681,694.192%20227.622,693.716%20225.455,693.408%20C225.75,691.675%20225.907,689.859%20225.957,688%20L233.962,688%20C233.783,690.521%20232.936,692.854%20231.596,694.829%20L231.596,694.829%20Z%20M223.434,700.559%20C224.1,698.95%20224.645,697.211%20225.064,695.379%20C226.862,695.645%20228.586,696.038%20230.219,696.554%20C228.415,698.477%20226.073,699.892%20223.434,700.559%20L223.434,700.559%20Z%20M220.971,700.951%20C220.649,700.974%20220.328,701%20220,701%20C219.672,701%20219.352,700.974%20219.029,700.951%20C218.178,699.179%20217.489,697.207%20216.979,695.114%20C217.973,695.027%20218.98,694.976%20220,694.976%20C221.02,694.976%20222.027,695.027%20223.022,695.114%20C222.511,697.207%20221.822,699.179%20220.971,700.951%20L220.971,700.951%20Z%20M209.781,696.554%20C211.414,696.038%20213.138,695.645%20214.936,695.379%20C215.355,697.211%20215.9,698.95%20216.566,700.559%20C213.927,699.892%20211.586,698.477%20209.781,696.554%20L209.781,696.554%20Z%20M208.404,694.829%20C207.064,692.854%20206.217,690.521%20206.038,688%20L214.043,688%20C214.093,689.859%20214.25,691.675%20214.545,693.408%20C212.378,693.716%20210.319,694.192%20208.404,694.829%20L208.404,694.829%20Z%20M208.404,679.171%20C210.319,679.808%20212.378,680.285%20214.545,680.592%20C214.25,682.325%20214.093,684.141%20214.043,686%20L206.038,686%20C206.217,683.479%20207.064,681.146%20208.404,679.171%20L208.404,679.171%20Z%20M216.566,673.441%20C215.9,675.05%20215.355,676.789%20214.936,678.621%20C213.138,678.356%20211.414,677.962%20209.781,677.446%20C211.586,675.523%20213.927,674.108%20216.566,673.441%20L216.566,673.441%20Z%20M219.029,673.049%20C219.352,673.027%20219.672,673%20220,673%20C220.328,673%20220.649,673.027%20220.971,673.049%20C221.822,674.821%20222.511,676.794%20223.022,678.886%20C222.027,678.973%20221.02,679.024%20220,679.024%20C218.98,679.024%20217.973,678.973%20216.979,678.886%20C217.489,676.794%20218.178,674.821%20219.029,673.049%20L219.029,673.049%20Z%20M223.954,688%20C223.9,689.761%20223.74,691.493%20223.439,693.156%20C222.313,693.058%20221.168,693%20220,693%20C218.832,693%20217.687,693.058%20216.562,693.156%20C216.26,691.493%20216.1,689.761%20216.047,688%20L223.954,688%20L223.954,688%20Z%20M216.047,686%20C216.1,684.239%20216.26,682.507%20216.562,680.844%20C217.687,680.942%20218.832,681%20220,681%20C221.168,681%20222.313,680.942%20223.438,680.844%20C223.74,682.507%20223.9,684.239%20223.954,686%20L216.047,686%20L216.047,686%20Z%20M230.219,677.446%20C228.586,677.962%20226.862,678.356%20225.064,678.621%20C224.645,676.789%20224.1,675.05%20223.434,673.441%20C226.073,674.108%20228.415,675.523%20230.219,677.446%20L230.219,677.446%20Z%20M231.596,679.171%20C232.936,681.146%20233.783,683.479%20233.962,686%20L225.957,686%20C225.907,684.141%20225.75,682.325%20225.455,680.592%20C227.622,680.285%20229.681,679.808%20231.596,679.171%20L231.596,679.171%20Z%20M220,671%20C211.164,671%20204,678.163%20204,687%20C204,695.837%20211.164,703%20220,703%20C228.836,703%20236,695.837%20236,687%20C236,678.163%20228.836,671%20220,671%20L220,671%20Z'%20id='globe'%20sketch:type='MSShapeGroup'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2032%2032'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:sketch='http://www.bohemiancoding.com/sketch/ns'%3e%3ctitle%3eglobe%3c/title%3e%3cdesc%3eCreated%20with%20Sketch%20Beta.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20sketch:type='MSPage'%3e%3cg%20id='Icon-Set'%20sketch:type='MSLayerGroup'%20transform='translate(-204.000000,%20-671.000000)'%20fill='%23000000'%3e%3cpath%20d='M231.596,694.829%20C229.681,694.192%20227.622,693.716%20225.455,693.408%20C225.75,691.675%20225.907,689.859%20225.957,688%20L233.962,688%20C233.783,690.521%20232.936,692.854%20231.596,694.829%20L231.596,694.829%20Z%20M223.434,700.559%20C224.1,698.95%20224.645,697.211%20225.064,695.379%20C226.862,695.645%20228.586,696.038%20230.219,696.554%20C228.415,698.477%20226.073,699.892%20223.434,700.559%20L223.434,700.559%20Z%20M220.971,700.951%20C220.649,700.974%20220.328,701%20220,701%20C219.672,701%20219.352,700.974%20219.029,700.951%20C218.178,699.179%20217.489,697.207%20216.979,695.114%20C217.973,695.027%20218.98,694.976%20220,694.976%20C221.02,694.976%20222.027,695.027%20223.022,695.114%20C222.511,697.207%20221.822,699.179%20220.971,700.951%20L220.971,700.951%20Z%20M209.781,696.554%20C211.414,696.038%20213.138,695.645%20214.936,695.379%20C215.355,697.211%20215.9,698.95%20216.566,700.559%20C213.927,699.892%20211.586,698.477%20209.781,696.554%20L209.781,696.554%20Z%20M208.404,694.829%20C207.064,692.854%20206.217,690.521%20206.038,688%20L214.043,688%20C214.093,689.859%20214.25,691.675%20214.545,693.408%20C212.378,693.716%20210.319,694.192%20208.404,694.829%20L208.404,694.829%20Z%20M208.404,679.171%20C210.319,679.808%20212.378,680.285%20214.545,680.592%20C214.25,682.325%20214.093,684.141%20214.043,686%20L206.038,686%20C206.217,683.479%20207.064,681.146%20208.404,679.171%20L208.404,679.171%20Z%20M216.566,673.441%20C215.9,675.05%20215.355,676.789%20214.936,678.621%20C213.138,678.356%20211.414,677.962%20209.781,677.446%20C211.586,675.523%20213.927,674.108%20216.566,673.441%20L216.566,673.441%20Z%20M219.029,673.049%20C219.352,673.027%20219.672,673%20220,673%20C220.328,673%20220.649,673.027%20220.971,673.049%20C221.822,674.821%20222.511,676.794%20223.022,678.886%20C222.027,678.973%20221.02,679.024%20220,679.024%20C218.98,679.024%20217.973,678.973%20216.979,678.886%20C217.489,676.794%20218.178,674.821%20219.029,673.049%20L219.029,673.049%20Z%20M223.954,688%20C223.9,689.761%20223.74,691.493%20223.439,693.156%20C222.313,693.058%20221.168,693%20220,693%20C218.832,693%20217.687,693.058%20216.562,693.156%20C216.26,691.493%20216.1,689.761%20216.047,688%20L223.954,688%20L223.954,688%20Z%20M216.047,686%20C216.1,684.239%20216.26,682.507%20216.562,680.844%20C217.687,680.942%20218.832,681%20220,681%20C221.168,681%20222.313,680.942%20223.438,680.844%20C223.74,682.507%20223.9,684.239%20223.954,686%20L216.047,686%20L216.047,686%20Z%20M230.219,677.446%20C228.586,677.962%20226.862,678.356%20225.064,678.621%20C224.645,676.789%20224.1,675.05%20223.434,673.441%20C226.073,674.108%20228.415,675.523%20230.219,677.446%20L230.219,677.446%20Z%20M231.596,679.171%20C232.936,681.146%20233.783,683.479%20233.962,686%20L225.957,686%20C225.907,684.141%20225.75,682.325%20225.455,680.592%20C227.622,680.285%20229.681,679.808%20231.596,679.171%20L231.596,679.171%20Z%20M220,671%20C211.164,671%20204,678.163%20204,687%20C204,695.837%20211.164,703%20220,703%20C228.836,703%20236,695.837%20236,687%20C236,678.163%20228.836,671%20220,671%20L220,671%20Z'%20id='globe'%20sketch:type='MSShapeGroup'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-color:var(--primary-color);mask-size:contain;-webkit-mask-size:contain}.btn-cart,.btn-like{display:flex;justify-content:center;align-content:center;font-size:17px;margin:auto;align-items:center}.btn-cart span,.btn-like span{margin-left:5px;color:var(--primary-button-icon-color)}.like-button{height:30px;width:30px;mask:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.62436%204.4241C3.96537%205.18243%202.75%206.98614%202.75%209.13701C2.75%2011.3344%203.64922%2013.0281%204.93829%2014.4797C6.00072%2015.676%207.28684%2016.6675%208.54113%2017.6345C8.83904%2017.8642%209.13515%2018.0925%209.42605%2018.3218C9.95208%2018.7365%2010.4213%2019.1004%2010.8736%2019.3647C11.3261%2019.6292%2011.6904%2019.7499%2012%2019.7499C12.3096%2019.7499%2012.6739%2019.6292%2013.1264%2019.3647C13.5787%2019.1004%2014.0479%2018.7365%2014.574%2018.3218C14.8649%2018.0925%2015.161%2017.8642%2015.4589%2017.6345C16.7132%2016.6675%2017.9993%2015.676%2019.0617%2014.4797C20.3508%2013.0281%2021.25%2011.3344%2021.25%209.13701C21.25%206.98614%2020.0346%205.18243%2018.3756%204.4241C16.9023%203.75065%2014.9662%203.85585%2013.0725%205.51217L14.5302%206.9694C14.8232%207.26224%2014.8233%207.73711%2014.5304%208.03006C14.2376%208.323%2013.7627%208.32309%2013.4698%208.03025L11.4698%206.03097L11.4596%206.02065C9.40166%203.88249%207.23607%203.68739%205.62436%204.4241ZM12%204.45873C9.68795%202.39015%207.09896%202.10078%205.00076%203.05987C2.78471%204.07283%201.25%206.42494%201.25%209.13701C1.25%2011.8025%202.3605%2013.836%203.81672%2015.4757C4.98287%2016.7888%206.41022%2017.8879%207.67083%2018.8585C7.95659%2019.0785%208.23378%2019.292%208.49742%2019.4998C9.00965%2019.9036%209.55954%2020.3342%2010.1168%2020.6598C10.6739%2020.9853%2011.3096%2021.2499%2012%2021.2499C12.6904%2021.2499%2013.3261%2020.9853%2013.8832%2020.6598C14.4405%2020.3342%2014.9903%2019.9036%2015.5026%2019.4998C15.7662%2019.292%2016.0434%2019.0785%2016.3292%2018.8585C17.5898%2017.8879%2019.0171%2016.7888%2020.1833%2015.4757C21.6395%2013.836%2022.75%2011.8025%2022.75%209.13701C22.75%206.42494%2021.2153%204.07283%2018.9992%203.05987C16.901%202.10078%2014.3121%202.39015%2012%204.45873Z'%20fill='%23000'/%3e%3c/g%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.62436%204.4241C3.96537%205.18243%202.75%206.98614%202.75%209.13701C2.75%2011.3344%203.64922%2013.0281%204.93829%2014.4797C6.00072%2015.676%207.28684%2016.6675%208.54113%2017.6345C8.83904%2017.8642%209.13515%2018.0925%209.42605%2018.3218C9.95208%2018.7365%2010.4213%2019.1004%2010.8736%2019.3647C11.3261%2019.6292%2011.6904%2019.7499%2012%2019.7499C12.3096%2019.7499%2012.6739%2019.6292%2013.1264%2019.3647C13.5787%2019.1004%2014.0479%2018.7365%2014.574%2018.3218C14.8649%2018.0925%2015.161%2017.8642%2015.4589%2017.6345C16.7132%2016.6675%2017.9993%2015.676%2019.0617%2014.4797C20.3508%2013.0281%2021.25%2011.3344%2021.25%209.13701C21.25%206.98614%2020.0346%205.18243%2018.3756%204.4241C16.9023%203.75065%2014.9662%203.85585%2013.0725%205.51217L14.5302%206.9694C14.8232%207.26224%2014.8233%207.73711%2014.5304%208.03006C14.2376%208.323%2013.7627%208.32309%2013.4698%208.03025L11.4698%206.03097L11.4596%206.02065C9.40166%203.88249%207.23607%203.68739%205.62436%204.4241ZM12%204.45873C9.68795%202.39015%207.09896%202.10078%205.00076%203.05987C2.78471%204.07283%201.25%206.42494%201.25%209.13701C1.25%2011.8025%202.3605%2013.836%203.81672%2015.4757C4.98287%2016.7888%206.41022%2017.8879%207.67083%2018.8585C7.95659%2019.0785%208.23378%2019.292%208.49742%2019.4998C9.00965%2019.9036%209.55954%2020.3342%2010.1168%2020.6598C10.6739%2020.9853%2011.3096%2021.2499%2012%2021.2499C12.6904%2021.2499%2013.3261%2020.9853%2013.8832%2020.6598C14.4405%2020.3342%2014.9903%2019.9036%2015.5026%2019.4998C15.7662%2019.292%2016.0434%2019.0785%2016.3292%2018.8585C17.5898%2017.8879%2019.0171%2016.7888%2020.1833%2015.4757C21.6395%2013.836%2022.75%2011.8025%2022.75%209.13701C22.75%206.42494%2021.2153%204.07283%2018.9992%203.05987C16.901%202.10078%2014.3121%202.39015%2012%204.45873Z'%20fill='%23000'/%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-color:var(--primary-color);mask-size:contain;-webkit-mask-size:contain}.pluse-button{height:30px;width:30px;mask:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M9%2012H15'%20stroke='%23000000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%209L12%2015'%20stroke='%23000000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%2012C3%204.5885%204.5885%203%2012%203C19.4115%203%2021%204.5885%2021%2012C21%2019.4115%2019.4115%2021%2012%2021C4.5885%2021%203%2019.4115%203%2012Z'%20stroke='%23000000'%20stroke-width='2'/%3e%3c/g%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M9%2012H15'%20stroke='%23000000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%209L12%2015'%20stroke='%23000000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%2012C3%204.5885%204.5885%203%2012%203C19.4115%203%2021%204.5885%2021%2012C21%2019.4115%2019.4115%2021%2012%2021C4.5885%2021%203%2019.4115%203%2012Z'%20stroke='%23000000'%20stroke-width='2'/%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-color:var(--primary-button-icon-color);mask-size:contain;-webkit-mask-size:contain}.minus-button{height:30px;width:30px;mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2012H15'%20stroke='%23000000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%2012C3%204.5885%204.5885%203%2012%203C19.4115%203%2021%204.5885%2021%2012C21%2019.4115%2019.4115%2021%2012%2021C4.5885%2021%203%2019.4115%203%2012Z'%20stroke='%23000000'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2012H15'%20stroke='%23000000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%2012C3%204.5885%204.5885%203%2012%203C19.4115%203%2021%204.5885%2021%2012C21%2019.4115%2019.4115%2021%2012%2021C4.5885%2021%203%2019.4115%203%2012Z'%20stroke='%23000000'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center;background-color:var(--primary-button-icon-color);mask-size:contain;-webkit-mask-size:contain}.add-to-cart-span,.remove-to-cart-span{font-size:12px;font-weight:500;color:var(--primary-button-icon-color);white-space:nowrap;transition:color .2s ease;margin:5px}@media (max-width: 480px){.btn.btn-cart{padding:8px 12px;min-height:50px}.btn.btn-cart .add-to-cart-span,.btn.btn-cart .remove-to-cart-span{font-size:10px;text-align:center}}.menu-icon{height:30px;width:30px;mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3ctitle%3eic_fluent_food_24_filled%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='🔍-Product-Icons'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_fluent_food_24_filled'%20fill='%23212121'%20fill-rule='nonzero'%3e%3cpath%20d='M18,3%20C18.5128358,3%2018.9355072,3.38604019%2018.9932723,3.88337887%20L19,4%20L19,20%20C19,20.5522847%2018.5522847,21%2018,21%20C17.4871642,21%2017.0644928,20.6139598%2017.0067277,20.1166211%20L17,20%20L17,15%20L16,15%20C15.4871642,15%2015.0644928,14.6139598%2015.0067277,14.1166211%20L15,14%20L15,8%20C15,5.790861%2016.5,3%2018,3%20Z%20M12,3%20C12.5128358,3%2012.9355072,3.38604019%2012.9932723,3.88337887%20L13,4%20L13,9%20C13,10.8635652%2011.7256022,12.429479%2010.0007613,12.8737865%20L10,20%20C10,20.5522847%209.55228475,21%209,21%20C8.48716416,21%208.06449284,20.6139598%208.00672773,20.1166211%20L8,20%20L8.00024347,12.8740452%20C6.3387946,12.44653%205.09505441,10.9783996%205.00520459,9.20583575%20L5,9%20L5,4%20C5,3.44771525%205.44771525,3%206,3%20C6.51283584,3%206.93550716,3.38604019%206.99327227,3.88337887%20L7,4%20L7,9%20C7,9.74025244%207.40216612,10.3865739%207.99992752,10.7323937%20L8,4%20C8,3.44771525%208.44771525,3%209,3%20C9.51283584,3%209.93550716,3.38604019%209.99327227,3.88337887%20L10,4%20L10.0010775,10.7318119%20C10.5523456,10.4124618%2010.9370409,9.83744849%2010.9929628,9.16897232%20L11,9%20L11,4%20C11,3.44771525%2011.4477153,3%2012,3%20Z'%20id='🎨-Color'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3ctitle%3eic_fluent_food_24_filled%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='🔍-Product-Icons'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_fluent_food_24_filled'%20fill='%23212121'%20fill-rule='nonzero'%3e%3cpath%20d='M18,3%20C18.5128358,3%2018.9355072,3.38604019%2018.9932723,3.88337887%20L19,4%20L19,20%20C19,20.5522847%2018.5522847,21%2018,21%20C17.4871642,21%2017.0644928,20.6139598%2017.0067277,20.1166211%20L17,20%20L17,15%20L16,15%20C15.4871642,15%2015.0644928,14.6139598%2015.0067277,14.1166211%20L15,14%20L15,8%20C15,5.790861%2016.5,3%2018,3%20Z%20M12,3%20C12.5128358,3%2012.9355072,3.38604019%2012.9932723,3.88337887%20L13,4%20L13,9%20C13,10.8635652%2011.7256022,12.429479%2010.0007613,12.8737865%20L10,20%20C10,20.5522847%209.55228475,21%209,21%20C8.48716416,21%208.06449284,20.6139598%208.00672773,20.1166211%20L8,20%20L8.00024347,12.8740452%20C6.3387946,12.44653%205.09505441,10.9783996%205.00520459,9.20583575%20L5,9%20L5,4%20C5,3.44771525%205.44771525,3%206,3%20C6.51283584,3%206.93550716,3.38604019%206.99327227,3.88337887%20L7,4%20L7,9%20C7,9.74025244%207.40216612,10.3865739%207.99992752,10.7323937%20L8,4%20C8,3.44771525%208.44771525,3%209,3%20C9.51283584,3%209.93550716,3.38604019%209.99327227,3.88337887%20L10,4%20L10.0010775,10.7318119%20C10.5523456,10.4124618%2010.9370409,9.83744849%2010.9929628,9.16897232%20L11,9%20L11,4%20C11,3.44771525%2011.4477153,3%2012,3%20Z'%20id='🎨-Color'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-color:var(--primary-color);mask-size:contain;-webkit-mask-size:contain}.search-icon{height:30px;width:30px;mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.9536%2014.9458L21%2021M17%2010C17%2013.866%2013.866%2017%2010%2017C6.13401%2017%203%2013.866%203%2010C3%206.13401%206.13401%203%2010%203C13.866%203%2017%206.13401%2017%2010Z'%20stroke='%23000000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.9536%2014.9458L21%2021M17%2010C17%2013.866%2013.866%2017%2010%2017C6.13401%2017%203%2013.866%203%2010C3%206.13401%206.13401%203%2010%203C13.866%203%2017%206.13401%2017%2010Z'%20stroke='%23000000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center;background-color:var(--primary-color);mask-size:contain;-webkit-mask-size:contain}.cart-icon{height:30px;width:30px;mask:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M2%203L2.26491%203.0883C3.58495%203.52832%204.24497%203.74832%204.62248%204.2721C5%204.79587%205%205.49159%205%206.88304V9.5C5%2012.3284%205%2013.7426%205.87868%2014.6213C6.75736%2015.5%208.17157%2015.5%2011%2015.5H13M19%2015.5H17'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M7.5%2018C8.32843%2018%209%2018.6716%209%2019.5C9%2020.3284%208.32843%2021%207.5%2021C6.67157%2021%206%2020.3284%206%2019.5C6%2018.6716%206.67157%2018%207.5%2018Z'%20stroke='%23000000'%20stroke-width='1.5'/%3e%3cpath%20d='M16.5%2018.0001C17.3284%2018.0001%2018%2018.6716%2018%2019.5001C18%2020.3285%2017.3284%2021.0001%2016.5%2021.0001C15.6716%2021.0001%2015%2020.3285%2015%2019.5001C15%2018.6716%2015.6716%2018.0001%2016.5%2018.0001Z'%20stroke='%23000000'%20stroke-width='1.5'/%3e%3cpath%20d='M5%206H8M5.5%2013H16.0218C16.9812%2013%2017.4609%2013%2017.8366%2012.7523C18.2123%2012.5045%2018.4013%2012.0636%2018.7792%2011.1818L19.2078%2010.1818C20.0173%208.29294%2020.4221%207.34853%2019.9775%206.67426C19.5328%206%2018.5054%206%2016.4504%206H12'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M2%203L2.26491%203.0883C3.58495%203.52832%204.24497%203.74832%204.62248%204.2721C5%204.79587%205%205.49159%205%206.88304V9.5C5%2012.3284%205%2013.7426%205.87868%2014.6213C6.75736%2015.5%208.17157%2015.5%2011%2015.5H13M19%2015.5H17'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M7.5%2018C8.32843%2018%209%2018.6716%209%2019.5C9%2020.3284%208.32843%2021%207.5%2021C6.67157%2021%206%2020.3284%206%2019.5C6%2018.6716%206.67157%2018%207.5%2018Z'%20stroke='%23000000'%20stroke-width='1.5'/%3e%3cpath%20d='M16.5%2018.0001C17.3284%2018.0001%2018%2018.6716%2018%2019.5001C18%2020.3285%2017.3284%2021.0001%2016.5%2021.0001C15.6716%2021.0001%2015%2020.3285%2015%2019.5001C15%2018.6716%2015.6716%2018.0001%2016.5%2018.0001Z'%20stroke='%23000000'%20stroke-width='1.5'/%3e%3cpath%20d='M5%206H8M5.5%2013H16.0218C16.9812%2013%2017.4609%2013%2017.8366%2012.7523C18.2123%2012.5045%2018.4013%2012.0636%2018.7792%2011.1818L19.2078%2010.1818C20.0173%208.29294%2020.4221%207.34853%2019.9775%206.67426C19.5328%206%2018.5054%206%2016.4504%206H12'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-color:var(--primary-color);mask-size:contain;-webkit-mask-size:contain}.cart-icon-container{position:relative;display:flex;justify-content:center;align-items:center}.cart-count-badge{position:absolute;top:-10px;right:-10px;background-color:var(--background-color);color:var(--primary-color);border:2px solid var(--background-color);border-radius:50%;width:20px;height:20px;font-size:11px;font-weight:700;display:flex;justify-content:center;align-items:center;min-width:20px;transition:all .2s ease;z-index:1;box-shadow:0 2px 4px #0003}.cart-count-animate{animation:cart-count-bounce .8s ease-in-out}@keyframes cart-count-bounce{0%{transform:scale(1)}20%{transform:scale(1.5);color:var(--button-background-color);background-color:var(--primary-color)}40%{transform:scale(1.1)}60%{transform:scale(1.4);color:var(--button-background-color);background-color:var(--primary-color)}80%{transform:scale(1.05)}to{transform:scale(1);background-color:var(--button-background-color)}}.image-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.popup-content{position:relative;background:#fff;padding:5px;border-radius:8px;max-width:95%;max-height:95%;display:flex;flex-direction:column;align-items:center}.popup-content img{max-width:100%;max-height:80vh;border-radius:8px}.close-button{height:30px;width:30px;mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%2012C3%207.02944%207.02944%203%2012%203C16.9706%203%2021%207.02944%2021%2012C21%2016.9706%2016.9706%2021%2012%2021C7.02944%2021%203%2016.9706%203%2012Z'%20stroke='%23000000'%20stroke-width='2'/%3e%3cpath%20d='M9%209L15%2015M15%209L9%2015'%20stroke='%23000000'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%2012C3%207.02944%207.02944%203%2012%203C16.9706%203%2021%207.02944%2021%2012C21%2016.9706%2016.9706%2021%2012%2021C7.02944%2021%203%2016.9706%203%2012Z'%20stroke='%23000000'%20stroke-width='2'/%3e%3cpath%20d='M9%209L15%2015M15%209L9%2015'%20stroke='%23000000'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e") no-repeat center;background-color:#2c3e50;mask-size:contain;-webkit-mask-size:contain;cursor:pointer;position:absolute;right:0;top:0;margin:20px}.card{display:flex;align-items:center;border:1px solid var(--border-color);border-radius:12px;padding:16px;margin-bottom:20px;background:var(--background-color);box-shadow:0 4px 8px #0000001a;transition:box-shadow .3s;max-width:500px;margin-left:auto;margin-right:auto}.card:hover{box-shadow:0 8px 16px #0003}.card-image{flex-shrink:0;width:120px;height:120px;border-radius:10px;overflow:hidden;margin-right:16px;display:flex;justify-content:center;align-items:center}.card-image img{width:100%;height:100%;object-fit:cover}.card-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.card-header{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}.card-title{font-weight:700;font-size:16px;color:var(--text-color);flex:1 1 70%}.card-price{font-weight:700;font-size:16px;color:var(--primary-color);text-align:right;flex:1 1 30%}.card-description{font-size:14px;color:var(--text-color);margin-top:8px}.card-actions{display:flex;gap:8px;margin-top:12px}.btn{flex:1;padding:8px;font-size:14px;border-radius:8px;border:none;cursor:pointer;background-color:var(--button-background-color);transition:background .3s,transform .2s}@media (max-width: 480px){.card{flex-direction:column;align-items:flex-start}.card-image{width:100%;height:180px;margin-right:0;margin-bottom:12px}.card-content{width:100%}.btn{font-size:13px;padding:8px}}.bottom-button span{color:var(--primary-color);font-weight:700;font-size:12px;text-align:center}.menu-search{width:100%;height:60px;background-color:var(--background-color);color:var(--text-color);border-color:var(--border-color);font-size:18px;padding:10px}.search-container{position:relative;z-index:1001;background:var(--background-color);box-sizing:border-box;margin:10px auto;border-top:1px solid var(--border-color)}.search-container .search-clear-btn,.search-container .search-close-btn{position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:none;font-size:1.5em;cursor:pointer;color:#666;padding:0 10px}.search-container .search-clear-btn{right:40px}.search-container .search-close-btn{right:5px}.logo>img{width:100%}.categories-view{min-height:calc(91vh - 80px)}.categories-view .categories{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.categories-view .categories .category-item{display:flex;flex-direction:row;align-items:center;padding:15px 20px;justify-content:space-around;width:70%;margin:15px auto;border:solid;border-color:var(--primary-color)}.categories-view .categories .category-item img{height:30px;width:30px}.categories-view .categories .category-item .category-name{width:70%;text-align:center}.cart-image{height:40px;width:40px}.cart-view{min-height:calc(91vh - 80px);display:flex;flex-direction:column}.current-order-container{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:0 15px}.current-order-item{width:100%;display:flex;justify-content:space-between}.current-order-item div{width:100%;padding:0 25px;position:relative}.current-order-item div .button-remove-cart{position:absolute;right:0;top:0;height:15px;width:15px;color:var(--primary-color)}.old-orders,.current-orders{flex:1 1 50%;min-height:50%}.clear-cart-button,.add-to-cart-old,.back-button{color:var(--primary-button-icon-color);background-color:var(--button-background-color);border:1px solid var(--border-color);margin:5px;padding:5px 10px;border-radius:5px}.back-button{text-align:center}.bottom-button{display:flex;flex-direction:column;align-items:center;padding:8px 0;cursor:pointer}.bottom-button.active,.bottom-button .cart-icon-active,.bottom-button .search-icon-active,.bottom-button .menu-icon-active{color:var(--primary-color)}.bottom-button.active{border-radius:12px}.cart-icon,.search-icon,.menu-icon{transition:color .2s,transform .2s}.cart-icon-active,.search-icon-active,.menu-icon-active{color:var(--primary-button-icon-color);transform:scale(1.15)}.old-orders h2{text-align:center;color:var(--primary-color)}.empty-cart{text-align:center}.old-order-container{padding:0 15px;overflow-y:scroll}.old-order-items{display:flex;justify-content:flex-start;flex-direction:row;align-content:center;border-bottom:1px solid var(--border-color);overflow-x:scroll}.old-order-item{margin:5px;display:flex;flex-direction:column;justify-content:center;align-items:center}@keyframes cart-bounce{0%{transform:scale(1)}30%{transform:scale(1.3)}60%{transform:scale(.9)}to{transform:scale(1)}}.btn-cart.animated{animation:cart-bounce .5s}.btn.btn-cart.added{background-color:var(--primary-color);color:var(--primary-button-icon-color)}.btn.btn-cart.added .pluse-button,.btn.btn-cart.added .minus-button{background-color:var(--background-color)}.btn.btn-cart.added span{color:var(--background-color)}.add-to-cart-old{margin:3px 0 0;padding:0;width:100%}.add-to-cart-old .pluse-button{margin:auto}.no-image-placeholder{display:block;margin:0 auto;transition:all .2s ease}.no-image-placeholder path{fill:var(--primary-color)}.no-image-placeholder[data-v-b6039783]{display:block;margin:0 auto}
