@import"https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500&display=swap";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html,body,#root{height:100%}body{background-color:#eff3f7}.App{font-family:Source Code Pro,monospace;color:#333;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}.app__header{background-color:#e8b208;text-align:center;position:sticky;top:0;z-index:1;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-top:env(safe-area-inset-top)}.header-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:12px 16px;gap:12px}@media(min-width:960px){.header-container{padding:15px 20px;flex-wrap:nowrap}}.header__company__name{font-size:1.5rem;font-weight:600;color:#333;flex-shrink:0}.search-container{flex-basis:100%;order:2;min-width:0}@media(min-width:960px){.search-container{flex-basis:auto;order:0}}.search-container input[type=text]{font-family:Source Code Pro,monospace;padding:10px;width:100%;min-width:0;border:none;border-radius:5px;background-color:#fcee89;box-sizing:border-box}@media(min-width:960px){.search-container input[type=text]{width:250px}}.search-container input[type=text]::placeholder{font-family:Source Code Pro,monospace;color:#a8a59b;font-style:italic}.user_name{font-size:1.2rem;font-weight:600;color:#333;max-width:120px;min-width:0;height:35px;overflow:clip;text-align:center}.cart_image{width:30px;height:30px;cursor:pointer}.cart_and_name{display:flex;align-items:center;flex-shrink:0}.cart-icon-wrapper{position:relative;margin-right:10px;display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;border-radius:4px}.cart-icon-wrapper:focus-visible{outline:2px solid #333;outline-offset:2px}.cart-badge{position:absolute;top:30%;right:-15%;transform:translateY(-50%);min-width:18px;height:18px;padding:0 4px;border-radius:999px;background-color:#ff3b30;color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.content__container{flex:1;padding:2rem 16px 1.5rem;padding-left:calc(16px + env(safe-area-inset-left));padding-right:calc(16px + env(safe-area-inset-right));box-sizing:border-box}@media(min-width:960px){.content__container{padding-top:4rem;padding-bottom:1.5rem;padding-left:calc(20px + env(safe-area-inset-left));padding-right:calc(20px + env(safe-area-inset-right))}}.app__footer{background-color:#222533;text-align:center;padding:12px 20px;padding-bottom:calc(12px + env(safe-area-inset-bottom));padding-left:calc(20px + env(safe-area-inset-left));padding-right:calc(20px + env(safe-area-inset-right));font-size:.9rem;color:#f7f7f7;flex-shrink:0;box-shadow:0 -2px 6px #0000001f}.footer__text{margin:0;text-align:center;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.25rem .5rem}@media(min-width:960px){.footer__text{flex-wrap:nowrap;white-space:nowrap}}.footer__link{color:inherit;text-decoration:underline;display:inline-flex;align-items:center}.footer__link:hover{text-decoration:none}.footer__separator{display:inline-block;width:6px;height:6px;border-radius:999px;background-color:currentColor;margin:0 10px;vertical-align:middle}.footer__icon{display:inline-flex;align-items:center;justify-content:center;width:1.6em;height:1.6em;margin-right:4px;vertical-align:middle}.footer__icon svg{width:100%;height:100%;fill:currentColor}.main-container{text-align:center;padding:24px 16px;box-sizing:border-box}@media(min-width:960px){.main-container{padding:50px 20px}}.pizza__title{font-size:1.5rem;font-weight:700}@media(min-width:600px){.pizza__title{font-size:2rem}}.pizza__title__yellow{font-size:1.5rem;font-weight:700;color:#f1c40f;margin-bottom:20px}@media(min-width:600px){.pizza__title__yellow{font-size:2rem}}.welcome__text{margin-bottom:10px;font-weight:500;color:#f1c40f}.menu__link__container{margin-top:32px}@media(min-width:960px){.menu__link__container{margin-top:50px}}.menu__link{display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:500;color:#000;text-decoration:none;background-color:#f1c40f;padding:12px 40px;min-height:44px;border-radius:5px;box-sizing:border-box}@media(min-width:960px){.menu__link{padding:5px 40px;min-height:0}}.menu__link:focus-visible{outline:2px solid #333;outline-offset:2px}.name__input__form{display:flex;flex-direction:column;gap:10px;width:100%;max-width:100%;box-sizing:border-box}@media(min-width:600px){.name__input__form{flex-direction:row;align-items:center;width:fit-content;max-width:100%;margin:0 auto}}.name__input__form input[type=text]{font-family:Source Code Pro,monospace;padding:0 10px;height:40px;width:100%;min-width:0;border:1px solid #ddd;border-radius:5px;font-size:16px;box-sizing:border-box}@media(min-width:600px){.name__input__form input[type=text]{width:280px;flex:none}}.name__input__form input[type=text]::placeholder{font-family:Source Code Pro,monospace;color:#a8a59b}.name__input__form input[type=submit]{font-family:Source Code Pro,monospace;padding:0 10px;height:40px;flex-shrink:0;border:1px solid #ddd;border-radius:5px;background-color:#333;color:#fff;cursor:pointer;box-sizing:border-box}.name__input__form input[type=text][aria-invalid=true]{border-color:#c00;outline-color:#c00}.name__input__error{margin:6px 0 0;font-size:.9rem;color:#c00;flex-basis:100%}.name__input__success{margin:0;font-size:1rem;color:#0a0}.container{width:100%;max-width:1200px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:24px auto;padding:0 16px;box-sizing:border-box}.container__list{width:100%;max-width:940px;box-sizing:border-box}@media(min-width:960px){.container{margin:50px auto;padding:0}}.product-card{width:100%;max-width:940px;padding:20px 0;margin-bottom:16px;border-bottom:1px solid #ddd;border-radius:8px;display:flex;flex-direction:column;align-items:stretch;gap:16px;box-sizing:border-box}.product-image-container{width:100%;max-width:200px;flex-shrink:0;margin:0 auto;border-radius:8px;overflow:hidden}.product-image{width:100%;height:auto;display:block;vertical-align:middle}.product-card.sold-out>.product-image-container{filter:grayscale(100%)}.product-info{width:100%;min-width:0;display:flex;flex-direction:column;gap:16px;padding:0}.product-info-text{display:flex;flex-direction:column;gap:4px;align-self:stretch}.product-name{font-size:1.25rem;line-height:1.3;margin:0;color:#333;font-weight:600}.product-ingredients{font-size:.9rem;line-height:1.4;color:#666;font-style:italic;margin:0}.product-price{font-size:1.15rem;font-weight:700;color:#333;margin:12px 0 0}.add-to-cart-btn{width:100%;min-width:0;display:flex;justify-content:stretch;align-items:stretch}.add-to-cart-btn__inner{width:100%;min-width:0;display:flex;flex-direction:column;align-items:stretch}.add-to-cart-btn .button{min-height:48px;width:100%;text-align:center}.add-to-cart-btn .button:focus-visible{outline:2px solid #333;outline-offset:2px}.product-card.placeholder{background-color:#f6f6f6}.product-card.placeholder .add-to-cart-btn__inner{min-height:48px}.product-name.placeholder{background-color:#ececec;width:70%;max-width:180px;height:24px;border-radius:4px}.product-ingredients.placeholder{background-color:#ececec;width:100%;max-width:100%;height:18px;border-radius:4px}.product-price.placeholder{background-color:#ececec;width:72px;height:24px;margin:12px 0 0;border-radius:4px}@media(min-width:960px){.product-card{flex-direction:row;align-items:stretch;padding-bottom:16px;margin-bottom:12px;gap:0}.product-image-container{width:150px;max-width:150px;margin:0;flex-shrink:0}.product-info{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:0;padding-left:20px;flex:1;min-width:0}.product-info-text{align-self:center}.product-name{font-size:1.2em}.product-price{margin-top:20px}.add-to-cart-btn{align-self:flex-end;justify-content:flex-end;width:auto}.add-to-cart-btn__inner{min-width:190px;max-width:190px}.add-to-cart-btn .button{min-height:44px}.product-card.placeholder .add-to-cart-btn__inner{min-width:190px;max-width:190px}.product-name.placeholder{width:120px;max-width:none}.product-ingredients.placeholder{width:200px;max-width:200px}.product-price.placeholder{margin-top:20px}}.button{border:none;padding:18px 35px;min-height:44px;border-radius:15px;cursor:pointer;transition:.3s;font-weight:700;box-sizing:border-box}.button:focus-visible{outline:2px solid #333;outline-offset:2px}.primary__button{background-color:#e8b208}.primary__button:hover{background-color:#f1c40f}.secondary__button{background-color:#fff;border:2px solid #ddd}.secondary__button:hover{background-color:#f1f1f1}.product-quantity-controls{display:inline-flex;align-items:center;justify-content:flex-start;gap:10px;margin-left:0;width:100%;min-height:44px}.product-quantity-controls--compact{gap:4px;width:auto;justify-content:flex-start}.product-quantity-button{min-width:44px;min-height:44px;height:44px;border-radius:14px;border:none;background-color:#e8b208;color:#333;font-size:1.1rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;font-weight:700;transition:background-color .2s ease,transform .1s ease,box-shadow .1s ease}.product-quantity-button:hover:not(:disabled){background-color:#f1c40f;transform:translateY(-1px);box-shadow:0 2px 6px #0000001f}.product-quantity-button:active:not(:disabled){transform:translateY(0);box-shadow:none}.product-quantity-button:disabled{opacity:.5;cursor:default}.product-quantity-value{min-width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-weight:600;font-size:1.1rem;line-height:1;color:#333;flex-shrink:0}.product-remove-button{padding:0 10px;height:44px;border-radius:14px;border:none;background-color:#ff3b30;cursor:pointer;font-weight:700;font-size:1rem;white-space:nowrap;color:#fff;display:inline-flex;align-items:center;justify-content:center;min-width:44px;box-sizing:border-box;margin-left:auto;transition:background-color .2s ease,transform .1s ease,box-shadow .1s ease}.product-quantity-button:focus-visible,.product-remove-button:focus-visible{outline:2px solid #333;outline-offset:2px}.product-remove-button:hover{background-color:#e53935;transform:translateY(-1px);box-shadow:0 2px 6px #00000029}.product-remove-button:active{transform:translateY(0);box-shadow:none}.product-remove-icon{width:20px;height:20px;fill:currentColor}.cart__product__container{display:flex;flex-direction:column;align-items:stretch;margin:20px 0;width:100%;max-width:1200px;gap:12px;border-bottom:1px solid #ddd;padding-bottom:16px;box-sizing:border-box}@media(min-width:960px){.cart__product__container{flex-direction:row;align-items:center;justify-content:space-between;margin:20px auto;gap:0;padding-bottom:10px}}.cart__product__name{font-size:1.2em;margin:0;color:#333;min-width:0}.cart__product__info{display:flex;flex-wrap:wrap;align-items:center;gap:12px 36px;min-width:0}@media(min-width:960px){.cart__product__info{flex-wrap:nowrap}}.cart__product__price{font-size:1.1em;font-weight:700;color:#333;margin-top:0}.cart__product__quantity_button{border:none;padding:10px 15px;margin:0 5px;min-height:44px;min-width:44px;cursor:pointer;transition:.3s;font-weight:700;background-color:#e8b208;border-radius:10px}.cart__product__quantity_button:focus-visible{outline:2px solid #333;outline-offset:2px}.cart__product__quantity_button:hover{background-color:#f1c40f}.cart__product__quantity{margin:0 10px}.cart__product__delete{margin:8px 0 0;border:none;padding:14px 26px;min-height:44px;border-radius:15px;cursor:pointer;transition:.3s;font-weight:700;background-color:#e8b208}@media(min-width:960px){.cart__product__delete{margin-left:10px;margin-top:0}}.cart__product__delete:focus-visible{outline:2px solid #333;outline-offset:2px}.cart__product__delete:hover{background-color:#f1c40f}.cart__container{width:100%;max-width:1200px;margin:20px auto;padding:0 16px;box-sizing:border-box}@media(min-width:960px){.cart__container{padding:0}}.cart__title{font-size:1.5em;margin:30px 0 0;color:#333;font-weight:700}.cart__buttons{display:flex;flex-direction:column;gap:12px;margin-top:20px}.cart__buttons .button,.cart__buttons .button__back{min-height:44px;width:100%;box-sizing:border-box}@media(min-width:600px){.cart__buttons{flex-direction:row;gap:15px}.cart__buttons .button,.cart__buttons .button__back{width:auto}}.cart__empty{margin-top:24px}.cart__empty-message{margin-bottom:16px;color:#555;font-size:1rem}.button__back{border:none;color:#00f;cursor:pointer;font-size:.9em}.button__back:focus-visible{outline:2px solid #333;outline-offset:2px}.input__component__container{margin-bottom:20px}.input__container{display:flex;flex-direction:column;gap:8px;width:100%;max-width:700px;box-sizing:border-box}@media(min-width:600px){.input__container{flex-direction:row;justify-content:space-between;align-items:center}}.input_field{width:100%;max-width:100%;border:1px solid #ccc;border-radius:5px;font-size:16px;padding:.5rem .5rem .5rem 1rem;box-sizing:border-box}@media(min-width:600px){.input_field{max-width:500px}}.input_field:focus{outline:none;border:1px solid #000}.checkbox__container{width:100%;max-width:525px;margin-bottom:30px;display:flex;flex-wrap:wrap;align-items:center;gap:8px;box-sizing:border-box}.checkbox__input{margin:0;transform:scale(1.2);min-width:20px;min-height:20px}.checkbox__label{font-weight:700}.new_order__container{display:flex;flex-direction:column;margin:20px auto;width:100%;max-width:700px;padding:0 16px;box-sizing:border-box}@media(min-width:960px){.new_order__container{padding:0}}.new_order__title{font-size:20px;font-weight:700;margin-bottom:30px}.order-product{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-bottom:1rem;padding:1rem;border-bottom:1px solid #ccc;min-width:0}.order-product-details{min-width:0}.order-product-details h3,.order-product-details p{min-width:0;overflow-wrap:break-word}.order-product-details h3{margin:0 0 .5rem;color:#333}.order-product__quantity{font-weight:700}.order-product-details p{margin:0;color:#666}.order-product-price span{font-size:1.2rem;color:#333;font-weight:700}.order-product__ingredients{font-style:italic}.order__container{width:100%;max-width:900px;color:#333;margin:0 auto;padding:1rem 16px 2rem;box-sizing:border-box}@media(min-width:960px){.order__container{padding:2rem}}.order-header{display:flex;flex-direction:column;align-items:flex-start;gap:12px;text-align:left;margin-bottom:2rem}@media(min-width:960px){.order-header{flex-direction:row;justify-content:space-between;align-items:center;text-align:center}}.order-title{font-weight:700;font-size:20px}.order-status span{display:inline-block;padding:.1rem 1rem;margin:.5rem;border-radius:8px;color:#fff;font-weight:700}.priority{background-color:#ff4136}.preparing{background-color:#2ecc40}.order-timer{display:flex;flex-direction:column;gap:8px;padding:6px}@media(min-width:960px){.order-timer{flex-direction:row;justify-content:space-between}}.order-accent-container{background-color:#e7e5e4e6;border-radius:5px}.order-timer__minutes-left{font-weight:700}.order-timer__estimated{color:#a2a2a2}.order-summary{margin-top:40px;padding:20px;margin-bottom:20px}.order-summary p{font-size:1rem;color:#333;margin:.5rem 0}.order-summary__final-price{font-weight:700}.prioritize__container{display:flex;flex-direction:column;gap:12px;align-items:flex-start;margin-bottom:1rem}@media(min-width:960px){.prioritize__container{flex-direction:row;justify-content:space-between;align-items:center}}.prioritize__feedback{min-height:1.5rem;display:flex;align-items:center}.prioritize__success{color:#2ecc40;font-weight:500}.prioritize__error{color:#ff4136;font-weight:500}.order-search{display:flex;flex-direction:column;align-items:stretch;gap:4px;width:100%;min-width:0}.order-search__form{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.order-search__form .order-search__input{flex:1;min-width:0}.order-search__form .order-search__btn{min-width:44px;display:inline-flex;align-items:center;justify-content:center}@media(min-width:960px){.order-search{align-items:center;width:auto}.order-search__form .order-search__input{flex:none}}.order-search__input{font-family:Source Code Pro,monospace;padding:0 10px;height:40px;line-height:1;width:100%;max-width:220px;border:none;border-radius:5px;background-color:#fcee89;box-sizing:border-box}@media(min-width:960px){.order-search__input{width:220px;max-width:none}}.order-search__input::placeholder{font-family:Source Code Pro,monospace;color:#a8a59b;font-style:italic}.order-search__input:focus{outline:2px solid #333;outline-offset:1px}.order-search__input:disabled{opacity:.7;cursor:not-allowed}.order-search__btn{font-family:Source Code Pro,monospace;padding:0 14px;height:40px;line-height:1;border:none;border-radius:5px;background-color:#333;color:#fcee89;font-weight:600;cursor:pointer;white-space:nowrap;box-sizing:border-box}.order-search__btn:hover:not(:disabled){background-color:#555}.order-search__btn:focus-visible{outline:2px solid #333;outline-offset:2px}.order-search__btn:disabled{opacity:.7;cursor:not-allowed}.order-search__message{margin:0;font-size:.85rem;color:#b71c1c;font-weight:500}
