.flex{display:flex}.flex_align_start{align-items:flex-start}.flex_align_center{align-items:center}.flex_align_end{align-items:flex-end}.flex_space_between{justify-content:space-between}.flex_center{align-items:center;justify-content:center}.flex_column{flex-direction:column}.flex_column_left{align-items:flex-start}.flex_column_center{align-items:center}.flex_justify_start{justify-content:flex-start}.flex_justify_end{justify-content:flex-end}.flex_justify_center{justify-content:center}.flex_self_start{align-self:flex-start}.flex_self_center{align-self:center;justify-self:center}.button_notification_bubble{position:absolute;width:2.2rem;height:2.2rem;background-color:var(--orange);color:var(--trueWhite);border-radius:50%;bottom:-.2rem;left:-.3rem}.button_notification_bubble p{font-size:1.2rem}.button_notification_bubble_small{width:1.2rem;height:1.2rem;background-color:var(--orange);position:absolute;right:0;bottom:.2rem;border-radius:50%}.section{width:100%;padding-left:10rem;padding-right:10rem}.white_round_button{width:5.4rem;height:5.4rem;border-radius:50%;background-color:var(--trueWhite);border:none;position:relative;flex-shrink:0;cursor:pointer}.white_round_button_with_border{border:.1rem solid var(--grey)}.white_round_button_active{background-color:var(--green);border-color:var(--green)}.hide_scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide_scrollbar::-webkit-scrollbar{display:none}.green_cta_button{font-family:inherit;color:var(--trueWhite);border-radius:2.4rem;background-color:var(--green);padding:1.2rem 2rem;border:none;font-size:1.6rem;gap:2rem;cursor:pointer;z-index:1;font-weight:var(--fontWeightLight);white-space:nowrap}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999999;background-color:var(--black);opacity:.5;display:none}.overlay_active{display:block}.modal_active{display:block!important}.overlay_hover{z-index:9999999}.show_mobile{display:none}.hide{display:none!important}.success_message{font-size:1.6rem;color:var(--green)}.no_products_section{min-height:30rem;font-size:2.2rem}.order_confirmed{padding-top:3rem;padding-bottom:6rem}.order_confirmed h1{font-size:2.2rem;font-weight:var(--fontWeightLight);margin-bottom:1.2rem}.order_confirmed .status{font-size:1.6rem;margin-bottom:3.4rem}.order_confirmed .account_view_order{background-color:var(--trueWhite);padding:1.4rem 1.8rem;border-radius:1.2rem}.no_menu_section{height:30rem;text-align:center}.no_menu_section p{font-size:2.2rem}.header{position:fixed;top:0;width:100%;padding:1.8rem 10rem 2rem;z-index:999999;background-color:var(--trueWhite);transition:all .2s ease-in-out}.header_current_location{width:100%;padding:1rem 2rem;background-color:var(--orange);color:var(--white);border-radius:1.6rem;margin-bottom:2rem}.header_current_location_p_wrapper{gap:2.4rem}.header_current_location_p_wrapper p{font-size:1.6rem}.header_current_location_p_svg_wrapper{gap:.4rem}.header_current_location_p_svg_wrapper p{font-size:1.8rem;font-weight:var(--fontWeightSemibold)}.header_current_location_p_svg_wrapper img{width:1.2rem;height:1.5rem}.header_current_location_socials_wrapper{gap:2rem}.header_current_location_socials_wrapper a:link,.header_current_location_socials_wrapper a:visited{text-decoration:none}.header_current_location_socials_wrapper img{width:2.5rem;height:2.5rem}.header_logo_links_wrapper{gap:8rem}.header_logo_wrapper:link .header_logo_wrapper:visited{text-decoration:none}.header_logo_wrapper img{width:11rem;height:8rem}.header_logo_wrapper_small_img img{width:9.4rem;height:7rem}.header_links{gap:5.5rem;list-style:none}.header_link:link,.header_link:visited{font-size:1.6rem;font-weight:var(--fontWeightSemibold);color:var(--black);text-decoration:none}.header_buttons_wrapper{gap:.8rem}.header_link.is-easter{border:1px solid var(--green);color:var(--green);border-radius:2.4rem;padding:.8rem 1.5rem}.header_link.is-christmas{border:1px solid #eb1d24;color:#eb1d24;border-radius:2.4rem;padding:.8rem 1.5rem}.hero{display:grid;grid-template-columns:.7fr .3fr;grid-template-rows:31.5rem;column-gap:2rem;row-gap:2rem;margin-top:2rem;margin-bottom:2rem}.menu_picker_wrapper{margin-bottom:6rem}.back_to_top{position:fixed;bottom:2rem;right:10rem;z-index:9999;padding:2rem;border-radius:50%;border:none;cursor:pointer;background-color:var(--orange);width:4.4rem;height:4.4rem;opacity:0;pointer-events:none;transition:all .2s}.back_to_top_active{opacity:1;pointer-events:all}.back_to_top img{transform:rotate(-90deg)}@media (max-width: 1024px){.back_to_top{right:2rem}}.order_form{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:2.2rem 3.4rem;border-radius:1.2rem;background-color:var(--trueWhite);z-index:99999999999999;width:70%;max-height:90%;overflow-y:scroll;display:none}.order_form_active{display:block}.order_form_title_wrapper{padding-bottom:.6rem;border-bottom:.1rem solid var(--grey);margin-bottom:1.2rem}.order_form_title_wrapper h2{font-size:2.4rem;font-weight:var(--fontWeightLight)}.order_form p{font-size:1.6rem;margin-bottom:2.4rem;font-weight:var(--fontWeightLight)}.order_form p span{font-weight:400;color:var(--orange)}.order_form_inputs_wrapper{gap:.8rem;margin-bottom:4.4rem}.order_form_close_btn{background-color:transparent;border:none;font-family:inherit;font-size:1.4rem;color:inherit;cursor:pointer;padding:.6rem 2.2rem}.order_form_submit{font-family:inherit;font-size:1.6rem;background-color:var(--green);color:var(--trueWhite);border-radius:2rem;border:none;padding:.6rem 2.2rem;cursor:pointer}.order_form_errors{font-size:1.4rem;padding-left:.8rem;gap:.4rem}@media (max-width: 1300px){.order_form{width:80%}}@media (max-width: 1024px){.order_form{width:90%}}.cta_daily{grid-column:1 / 2;width:100%;height:100%;background-color:var(--orange);border-radius:1.6rem;padding:3.4rem 4rem;position:relative;overflow:hidden;background-image:url(/build/assets/daily_bg-BKBTtzyN.png);background-size:cover;background-position:center;background-repeat:no-repeat}.cta_daily_text_wrapper{flex-grow:1;z-index:1}.cta_daily h1{color:var(--trueWhite);font-size:4.5rem;font-weight:var(--fontWeightSemibold);margin-bottom:.8rem}.cta_daily p{font-size:1.6rem;color:var(--trueWhite)}.cta_daily p span{font-size:3.6rem;font-weight:var(--fontWeightSemibold)}.cta_plate{grid-column:2 / 3;height:100%;border-radius:1.6rem;background:linear-gradient(-45deg,var(--secondaryGreen),var(--fourthGrey));overflow:hidden;color:var(--trueWhite)}.cta_plate_img_wrapper{width:100%;height:13rem;background-color:var(--orange);border-bottom-left-radius:10rem;transform:translate(5rem);overflow:hidden}.cta_plate_img_wrapper img{width:100%;height:100%;object-fit:cover}.cta_plate_text_button_wrapper{padding:2rem 2.2rem;gap:2rem}.cta_plate_text_wrapper h2{font-size:2rem;font-weight:var(--fontWeightSemibold)}.cta_plate_text_wrapper p{font-size:1.6rem;font-weight:var(--fontWeightLight)}.cta_plate_green_button{align-self:flex-end}.filters_categories_wrapper{gap:2rem;position:sticky;top:0;margin-bottom:2rem;z-index:99999}.categories{overflow-x:auto;gap:1rem;list-style:none;cursor:grab;-webkit-user-select:none;user-select:none}.categories>li{flex-shrink:0}.grabbing,.grabbing *{cursor:grabbing!important}.category{padding:.8rem 2.5rem .8rem 1rem;border:none;background-color:var(--trueWhite);border-radius:3.4rem;gap:1.6rem;font-family:inherit;cursor:pointer;color:inherit;flex-shrink:0}.category_active{background-color:var(--orange);color:var(--white)}.category div{width:4.4rem;height:4.4rem;overflow:hidden;border-radius:50%;flex-shrink:0}.category div img{width:100%;height:100%;object-fit:cover}.category p{font-size:1.6rem}.category_no_img_bg{background-color:var(--green);display:flex;align-items:center;justify-content:center}.category_no_img_bg img{width:2.6rem!important;height:2.6rem!important}.menu_picker{background-color:var(--trueWhite);padding:2.2rem 3rem;border-radius:1rem}.menu_picker_title{font-size:2rem;font-weight:var(--fontWeightSemibold);margin-bottom:1.8rem}.menu_picker_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));column-gap:5rem;row-gap:3rem}.menu_picker_list_title_wrapper{gap:1.6rem;margin-bottom:1.8rem}.menu_picker_list_title_wrapper h4{font-size:1.6rem;font-weight:var(--fontWeightRegular)}.menu_picker_title_deco{flex-grow:1;border-bottom:.1rem solid var(--grey)}.menu_picker_title_deco_dashed{border-bottom-style:dashed}.menu_picker_title_deco_none{display:none}.menu_picker_options_list{list-style:none;gap:.4rem;width:100%}.menu_picker_options_list li{width:100%;display:block;justify-self:stretch}.menu_picker_option{width:100%;border:none;border-radius:.4rem;background-color:transparent;gap:2rem;text-align:left;cursor:pointer;padding:.3rem 1.1rem .3rem .3rem;transition:all .2s}.menu_picker_option_active{background-color:var(--green);color:var(--trueWhite)}.menu_picker_option_img_p_wrapper{gap:1.4rem}.menu_picker_option_img_p_wrapper div{width:6.4rem;height:6.4rem;border-radius:.8rem;overflow:hidden;flex-shrink:0}.menu_picker_option_img_p_wrapper div img{width:100%;height:100%;object-fit:cover;flex-shrink:0}.menu_picker_option_img_p_wrapper p{font-size:1.6rem}.menu_picker_option_btn{width:3rem;height:3rem;border:.1rem solid var(--grey);border-radius:50%;box-shadow:inset 0 .4rem .8rem #0000001a;flex-shrink:0;transition:all .2s}.menu_picker_option_btn img{display:none;transition:all .2s}.menu_picker_option_btn_active{background-color:var(--trueWhite);border-color:var(--trueWhite);box-shadow:none}.menu_picker_option_btn_active img{display:block}.menu_picker_cta_button_mobile{display:none}.menu_summary{width:100%;position:fixed;z-index:99999;right:10rem;bottom:2rem;width:43rem;overflow:hidden;border-bottom-left-radius:3.8rem;border-bottom-right-radius:3.8rem}.menu_summary_inner{position:relative}.menu_summary_title_wrapper{margin-bottom:2.2rem}.menu_summary_title_wrapper span{color:#959595;font-size:1.4rem}.menu_summary_title_wrapper img{transition:all .1s}.menu_summary_cancel{width:100%;font-family:inherit;color:var(--orange);background-color:transparent;padding:0;cursor:pointer;border:none}.menu_summary_roll_down_btn{background-color:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.menu_picker_products_wrapper{background-color:var(--lightGreen);border-radius:1rem;padding:2.2rem;transition:all .1s;position:absolute;width:100%;bottom:50%}.menu_picker_products_wrapper h3{font-weight:var(--fontWeightLight);font-size:2.2rem}.menu_summary h3{font-size:2rem;font-weight:var(--fontWeightRegular)}.menu_summary_deco{width:100%;height:.1rem;background-color:var(--grey);margin-bottom:1.6rem}.menu_summary_groups_cta_wrapper{flex-grow:1;gap:4rem;margin-bottom:2rem}.menu_summary_groups_wrapper{width:100%}.menu_summary_group{margin-bottom:1.4rem}.menu_summary_group h4{font-size:1.4rem;font-weight:var(--fontWeightLight);color:var(--secondaryGrey);margin-bottom:.8rem}.menu_summary_group ul{list-style:none;gap:.2rem}.menu_summary_group ul li{font-size:1.6rem}.menu_summary_no_choice{width:100%;text-align:left;font-family:inherit;color:var(--green);padding:.4rem 2.2rem;border:.1rem solid var(--green);border-style:dashed;border-radius:2.6rem;font-size:1.6rem;font-weight:var(--fontWeightLight);height:30px}.menu_summary_choice_list{height:30px}.menu_summary_cta{width:100%;padding:1.2rem 3.6rem;background-color:var(--thirdGrey);border:none;border-radius:3.8rem;font-family:inherit;color:var(--trueWhite);cursor:pointer;transition:all .2s;position:relative}.menu_summary_cta_wrapper{position:fixed;bottom:2rem;right:10rem;z-index:99999;width:30%;border-radius:3.8rem}@media (max-width: 1300px){.menu_summary_cta_wrapper{width:40%}}@media (max-width: 1024px){.menu_summary_cta_wrapper{display:none}}.menu_summary_cta_active{background-color:var(--orange)}.menu_summary_cta p{font-size:1.6rem}.menu_summary_cta p:first-child{font-weight:var(--fontWeightLight)}.menu_summary_cta p:first-child span{font-size:3.6rem;font-weight:var(--fontWeightRegular)}.menu_summary_cta div{gap:2.2rem}.menu_summary_cta div img{width:2rem;height:1.1rem;margin-bottom:-.4rem}.products{margin-bottom:4.8rem}.products h2{font-size:2rem;font-weight:var(--fontWeightSemibold);margin-bottom:2rem}.products_grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));justify-content:space-between;row-gap:2rem;column-gap:3.2rem}.product_card{width:100%}.product_card_img_wrapper{display:block;max-width:100%;height:24rem;border-radius:.8rem;overflow:hidden;margin-bottom:1.2rem;position:relative;color:var(--trueWhite)}.product_card_img_wrapper img{width:100%;height:100%;object-fit:cover}.product_card_bubble{width:4.4rem;height:4.4rem;border-radius:50%;position:absolute;top:.8rem;right:.8rem}.product_card_bubble p{font-size:1.5rem;text-transform:uppercase}.product_card_bubble_orange{background-color:var(--orange)}.product_card_bubble_green{background-color:var(--green)}.product_card_bubble_transparent{display:none}.product_card_title_wrapper{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:3.8rem;height:46px}.product_card_title:link,.product_card_title:visited{font-size:1.8rem;color:inherit;text-decoration:none}.product_card_price{font-size:1.8rem;font-weight:var(--fontWeightLight)}.product_card_price span{font-size:2.8rem;font-weight:var(--fontWeightRegular);color:var(--orange)}.product_card_cta{background-color:var(--orange);color:var(--trueWhite);font-family:inherit;font-size:1.4rem;gap:2.4rem;border-radius:2.4rem;border:none;padding:.6rem 1.6rem;cursor:pointer}.product_card_cta_green{background-color:var(--green)!important}.product_card_cta_disabled{background-color:var(--grey)}@media only screen and (max-width: 1024px){.product_card_title_wrapper{height:35px}.product_card_cta img{width:22px;height:22px}}@media only screen and (max-width: 600px){.product_card_title_wrapper{height:auto}.product_card_cta{width:50%;padding-top:.8rem;padding-bottom:.8rem}}.plates_cta{display:grid;grid-template-columns:.4fr .6fr;column-gap:3.2rem;margin-bottom:4.8rem}.plates_cta_text{background-color:var(--trueWhite);padding:2.6rem 2.4rem;border-radius:1.6rem;gap:2.8rem}.plates_cta_text_wrapper{flex-grow:1}.plates_cta_text_wrapper h2{font-size:2rem;font-weight:var(--fontWeightRegular);margin-bottom:1.4rem}.plates_cta_text_wrapper p,.body-text{font-size:1.6rem;font-weight:var(--fontWeightLight)}.plates_cta_button{align-self:flex-end}.plates_cta_img{border-radius:1.6rem;overflow:hidden}.plates_cta_img img{width:100%;height:100%;object-fit:cover}footer{margin-bottom:3rem}.newsletter_map_wrapper{display:grid;grid-template-columns:.4fr .6fr;column-gap:3.2rem;margin-bottom:5.5rem}.newsletter{border-radius:1.6rem;padding:2.6rem 2.4rem;background-color:var(--trueWhite);gap:2.2rem}.newsletter_text_wrapper{flex-grow:1}.newsletter h2{font-size:2rem;font-weight:var(--fontWeightRegular);margin-bottom:1.6rem}.newsletter p{font-size:1.6rem;font-weight:var(--fontWeightLight)}.newsletter form{width:100%;position:relative}.newsletter form input{width:100%;font-family:inherit;border-radius:2rem;background-color:var(--white);padding:1.2rem 15rem 1.2rem 3.2rem;border:none;font-size:1.6rem;font-weight:var(--fontWeightLight)}.newsletter form input::placeholder{color:var(--grey)}.newsletter form input:focus{outline:none}.newsletter_form_button{position:absolute;right:0;top:0;height:100%;border-top-right-radius:2rem;border-bottom-right-radius:2rem}.map{display:grid;grid-template-columns:repeat(2,1fr);background-color:var(--thirdGreen);border-radius:1.6rem;overflow:hidden}.map_text{padding:3.4rem 8rem 3.4rem 3.8rem}.map_text h2{font-size:2rem;font-weight:var(--fontWeightRegular);margin-bottom:2rem}.map_text p{font-size:1.6rem;font-weight:var(--fontWeightLight)}.footer_links_socials_wrapper{margin-bottom:2.4rem}.footer_wrapper_socials_netopia{gap:2rem}.footer_copyright{font-size:1.2rem;font-weight:var(--fontWeightLight);margin-bottom:.6rem}.footer_watermark{font-size:1.2rem;font-weight:var(--fontWeightLight);color:var(--grey)}.footer_watermark a{color:inherit;text-decoration:none}.newsletter_form_error{font-size:1.4rem;color:var(--red)}.unsubscribe_newsletter{min-height:35rem}.unsubscribe_newsletter p{font-size:1.8rem}.unsubscribe_newsletter_error{color:var(--red)}.product{margin-top:3.6rem;margin-bottom:3.2rem}.product_grid{display:grid;grid-template-columns:.45fr .55fr;column-gap:3rem}.product_img{border-radius:1rem;overflow:hidden;max-height:52rem}.product_img img{width:100%;height:100%;object-fit:cover}.product_info{background-color:var(--trueWhite);border-radius:1rem;padding:2.2rem 2.6rem;gap:5rem}.product_info h1{font-size:2.4rem;font-weight:var(--fontWeightRegular)}.product_info h2{font-size:1.6rem;font-weight:var(--fontWeightRegular);color:var(--fourthGrey)}.product_info p{font-size:1.4rem;font-weight:var(--fontWeightLight)}.product_info_text_wrapper{width:100%}.product_info_title_bubble_wrapper{gap:3.2rem;margin-bottom:2.8rem}.product_info_bubble{width:4.4rem;height:4.4rem;border-radius:50%;font-size:1.4rem;color:var(--trueWhite);font-weight:var(--fontWeightLight);flex-shrink:0}.product_info_bubble_orange{background-color:var(--orange)}.product_info_subtitle_deco_wrapper{gap:2.2rem;width:100%;margin-bottom:1.6rem}.product_info_subtitle_deco{flex-grow:1;height:.1rem;background-color:var(--grey)}.product_info_area:not(:last-child){margin-bottom:3.2rem}.product_info_text_box{gap:.4rem}.product_info_price_cta_wrapper{align-self:flex-end;gap:3.5rem}.product_info_price{font-size:2.4rem;font-weight:var(--fontWeightLight)}.product_info_price span{font-size:4.4rem;font-weight:var(--fontWeightRegular);color:var(--orange)}.product_info_cta{font-size:2rem;gap:2.6rem;padding:1rem 9rem;border-radius:2.4rem;background-color:var(--orange);border:none;color:var(--trueWhite);cursor:pointer;font-family:inherit}.product_info_cta p{font-size:2rem}.product_info_cta_disabled{background-color:var(--grey)}.plates_section{margin-top:2.8rem;margin-bottom:6.6rem}.plates{display:grid;grid-template-columns:repeat(3,1fr);column-gap:4rem;row-gap:5rem}.plates_title_wrapper{grid-column:1 / -1;text-align:center;margin-bottom:30px}.plates_title_wrapper h1{font-size:3.6rem;font-weight:var(--fontWeightRegular)}.plates_cell{width:100%}.plates_cell>img{width:100%;height:63rem;border-radius:.8rem;margin-bottom:3rem;object-fit:cover;object-position:center}.plates_cell_text_wrapper{gap:3rem}.plates_cell h2{font-size:2rem;font-weight:var(--fontWeightSemibold);margin-bottom:.8rem}.plates_cell p{font-size:1.6rem}.plates_cell h3{font-size:1.8rem;font-weight:var(--fontWeightRegular);margin-bottom:1rem}.plates_cta_wrapper{grid-column:1 / 3}.plates_page_cta_button{width:57rem}.special_products_cta,.plates_wraper_price_cta{width:100%}.about{margin-top:2rem;margin-bottom:23.4rem}.about_header{height:auto;max-height:46rem;border-radius:1.6rem;margin-bottom:5.6rem;overflow:hidden}.about_header img{width:100%;height:100%;object-fit:cover}.about_title_wrapper{margin-bottom:6.8rem}.about_title_wrapper h1{font-size:3.6rem;font-weight:var(--fontWeightRegular)}.about_grid{display:grid;grid-template-columns:repeat(2,1fr);column-gap:8rem;row-gap:12rem;align-items:center}.about_grid img{height:auto;max-height:47rem;width:100%;border-radius:.8rem}.about_grid p{font-size:1.6rem;font-weight:var(--fontWeightLight)}.about_text_box{gap:3.4rem}.about_quote{gap:4.6rem;margin-bottom:3.2rem}.about_quote img{width:7.8rem;height:6rem}.about_quote_text{flex-grow:1;padding-right:8rem}.about_quote_text p{font-size:2.4rem}.about_quote_text span{align-self:flex-end;font-size:1.6rem;font-weight:var(--fontWeightLight)}.terms{display:grid;grid-template-columns:.15fr .85fr;gap:4.6rem;margin-top:2rem;margin-bottom:5.2rem}.terms_text{background-color:var(--trueWhite);border-radius:1rem;padding:2.8rem 4rem}.terms_links h2{font-size:1.6rem;font-weight:700;margin-bottom:2.6rem;text-transform:uppercase}.terms_links ul{list-style:none;gap:2.4rem}.terms_links a:link,.terms_links a:visited{color:inherit;text-decoration:none;font-size:1.6rem}.terms_text>article{margin-bottom:10rem}.terms_text article h1{font-size:2.4rem;font-weight:var(--fontWeightRegular);margin-bottom:3.8rem}.terms_text article h2{font-size:1.8rem;font-weight:var(--fontWeightRegular);margin-bottom:1.8rem}.terms_text article div{gap:2.6rem}.terms_text article p{font-size:1.6rem}.terms_text_articles_wrapper{gap:8rem}.auth_section{margin-top:2rem;margin-bottom:3rem}.auth_form{width:64rem;padding:2.8rem 14rem;background-color:var(--trueWhite);border-radius:1rem}.auth_form h1{font-size:2.4rem;font-weight:var(--fontWeightRegular);margin-bottom:2.4rem;text-align:center}.auth_form>p{font-size:1.6rem;margin-bottom:3.1rem;text-align:center;margin-right:-5rem;margin-left:-5rem}.auth_form_inputs{width:100%;gap:1.2rem;margin-bottom:1.8rem}.auth_form_inputs_extra_margin{margin-bottom:3rem}.wrapper_input{width:100%;position:relative}.input{width:100%;font-family:inherit;padding:1.1rem 2.6rem;border-radius:2rem;border:.1rem solid transparent;background-color:var(--white);font-size:1.6rem;box-shadow:none;background-clip:padding-box}.input:focus{outline:none}.input_error_outline{border-color:var(--red)}.input::placeholder{font-weight:var(--fontWeightLight);color:var(--grey)}.input_pass{padding-right:5.2rem}.input_toggle_pass{position:absolute;top:1.2rem;right:2.1rem;background-color:transparent;border:none;cursor:pointer}.input_toggle_pass svg{transition:.2s}.input_toggle_pass_svg_off{fill:var(--grey)}.input_text_area{resize:none}.input_suggestions_wrapper{position:relative;width:100%}.input_suggestions{position:absolute;width:100%;top:100%;left:0;background-color:var(--white);padding:0rem 2.6rem 1.1rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;font-size:1.6rem;min-height:10rem;max-height:10rem;box-shadow:0 8px 6px -6px #0003;overflow-y:scroll;display:none}.input_suggestions_active{display:block}.input_suggestions_message_wrapper{height:10rem;width:100%}.input_suggestions ul{width:100%;list-style:none}.input_suggestions ul li{padding-top:.3rem;padding-bottom:.3rem;cursor:pointer}.input_with_active_suggestions{border-bottom-left-radius:0rem;border-bottom-right-radius:0rem}.input_search_svg{width:1.8rem;height:1.8rem;position:absolute;top:1.3rem;left:2rem}.input_search{padding-left:5.6rem}.input_search_svg_clear{width:2.3rem;height:2.4rem}.custom_checkbox{width:2.4rem;height:2.4rem;background-color:transparent;position:relative;border:none}.custom_checkbox input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:2;cursor:pointer}.custom_checkbox_fake_input{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:transparent;border:.1rem solid var(--grey);border-radius:.4rem}.custom_checkbox_fake_input img{display:none}.custom_checkbox input:checked+.custom_checkbox_fake_input{background-color:var(--green);border-color:var(--green)}.custom_checkbox input:checked+.custom_checkbox_fake_input img{display:block}.wrapper_wrapper_checkbox{margin-bottom:3.2rem}.wrapper_checkbox{gap:1.2rem;padding-left:1.6rem;margin-bottom:3.2rem}.wrapper_checkbox_smaller_margin{margin-bottom:1rem}.wrapper_checkbox label{font-size:1.2rem;font-weight:var(--fontWeightLight)}.wrapper_checkbox label a:link,.wrapper_checkbox label a:visited{color:var(--green)}.custom_radio{width:2.4rem;height:2.4rem;border-radius:50%;overflow:hidden;position:relative;background-color:transparent;border:none;flex-shrink:0}.custom_radio input{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;cursor:pointer;opacity:0}.custom_radio_fake_input{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;z-index:1;box-shadow:inset 0 .4rem .8rem #0000001a;border:.1rem solid var(--grey);transition:all .2s}.custom_radio_fake_input img{display:none}.custom_radio input:checked+.custom_radio_fake_input{background-color:var(--green);border-color:var(--green)}.custom_radio input:checked+.custom_radio_fake_input img{display:block}.login_link_wrapper_reset_pass{margin-bottom:5rem}.login_submit{margin-bottom:.8rem}.basic_auth_link{font-size:1.6rem;color:inherit;font-family:inherit}.form_errors_container{margin-top:2rem}.form_error_wrapper{padding-left:2.6rem}.form_error_wrapper_full_grid{grid-column:1 / -1}.form_error_wrapper_no_padding{padding-left:0rem}.form_error_wrapper p{font-size:1.4rem;color:var(--red)}.error_color{color:var(--red)}.error_span{font-size:1.4rem}.contact{margin-top:3.6rem;margin-bottom:14rem;display:grid;grid-template-columns:.4fr .6fr;column-gap:3.2rem}.contact form{background-color:var(--trueWhite);padding:2.4rem 4rem 5.4rem;border-radius:1rem}.contact form h1{font-size:2.4rem;font-weight:var(--fontWeightRegular);text-align:center;margin-bottom:3.5rem}.contact_form_grid{display:grid;grid-template-columns:repeat(2,1fr);column-gap:1.4rem;row-gap:2rem;margin-bottom:2rem}.contact_form_textarea{grid-column:1 / 3;height:18.5rem}.contact_wrapper_checkbox label{font-size:1.4rem}.contact_form_cta{width:100%}.contact_data_map_wrapper{border-radius:1rem;overflow:hidden}.contact_data{background-color:var(--thirdGreen);padding:2.4rem 6.4rem 6.4rem}.contact_data h2{font-size:2.4rem;font-weight:var(--fontWeightRegular);margin-bottom:4rem;text-align:center}.contact_data_grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:5rem}.contact_data_grid img{margin-bottom:2rem}.contact_data_grid h3{font-size:1.6rem;font-weight:var(--fontWeightRegular);margin-bottom:1.6rem}.contact_data_grid p{font-size:1.6rem;font-weight:var(--fontWeightLight)}.contact_map{flex-grow:1}.contact_message_wrapper{margin-top:2rem}.contact_input{margin-bottom:.6rem}.filters_modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:99999999;background-color:var(--trueWhite);border-radius:1rem;overflow:hidden;display:none}.filters_modal_content_wrapper{padding:2.2rem 4.8rem;position:relative}.filters_modal h2{font-size:2rem;font-weight:var(--fontWeightRegular);text-align:center;margin-bottom:5.4rem}.filters_modal_grid{display:grid;grid-template-columns:repeat(4,1fr);column-gap:8rem;margin-bottom:9rem;row-gap:1.5rem}.filters_modal_grid>div{gap:1.5rem}.filters_modal_radio_group{gap:1.2rem}.filters_modal_radio_group label{font-size:1.4rem}.filters_modal_cta_wrapper{gap:2rem;align-items:stretch}.filters_modal_cancel{gap:4rem;padding:1.2rem 1.3rem;background-color:transparent;font-family:inherit;border:.1rem solid var(--black);border-radius:2.2rem;font-size:1.6rem;cursor:pointer}.filters_modal_secondary_cancel{font-family:inherit;font-size:1.4rem;font-weight:var(--fontWeightLight);border:none;background-color:transparent;position:absolute;top:1.1rem;right:1.2rem;cursor:pointer}.closed_modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--trueWhite);border-radius:1rem;width:81rem;z-index:9999999;display:none}.closed_modal_content_wrapper{padding:5.5rem 26rem;position:relative}.closed_modal_cancel{background-color:transparent;border:none;cursor:pointer;font-family:inherit;font-size:1.4rem;font-weight:var(--fontWeightLight);position:absolute;top:1.8rem;right:2.7rem}.closed_modal_content_wrapper h2{font-size:2rem;font-weight:var(--fontWeightLight);margin-bottom:3.8rem;text-align:center}.closed_modal_content_wrapper>img{margin-bottom:2.1rem}.closed_modal_content_wrapper>p{font-size:1.6rem;font-weight:var(--fontWeightLight);text-align:center;margin-bottom:2rem;margin-left:-8rem;margin-right:-8rem}.closed_modal_cta{width:30rem}.cart_wrapper{position:relative}.cart{position:absolute;top:calc(100% + 3rem);right:0;background-color:var(--trueWhite);width:62rem;z-index:99999999;padding:2.2rem 2rem;display:none;height:70vh;overflow-x:visible!important}.cart_orange_span_wrapper{margin-bottom:1.2rem;gap:5rem}.cart_orange_span{font-size:1.4rem;color:var(--orange)}.cart_orange_span_margin_bottom{margin-bottom:1.4rem}.cart_information_wrapper{height:90%;overflow-y:scroll;margin-bottom:1rem}.cart_header{margin-bottom:1.4rem}.cart h3{font-size:1.8rem;font-weight:var(--fontWeightLight)}.cart_close{background-color:transparent;border:none;font-family:inherit;font-size:1.4rem;font-weight:var(--fontWeightLight);cursor:pointer}.cart_no_products{padding:16rem 21rem;text-align:center}@media (max-width: 1620px){.cart_no_products{padding-top:6rem;padding-bottom:6rem}}.cart_no_products img{margin-bottom:2.4rem}.cart_no_products p{font-size:1.8rem}@media (max-width: 570px){.cart_no_products{padding-left:2rem;padding-right:2rem}}.cart_products{margin-bottom:.8rem;scrollbar-width:thsin;-ms-overflow-style:thin;scrollbar-color:#828282 #dfdfdf;margin-right:-1rem;padding-right:1.4rem;gap:1.4rem}.cart_products::-webkit-scrollbar-track{background:#dfdfdf;width:.1rem;border-radius:1rem}.cart_products::-webkit-scrollbar-thumb{background-color:#828282;border-radius:1rem;width:1rem}.cart_products::-webkit-scrollbar-button{display:none;width:0;height:0}.cart_products::-webkit-scrollbar-button:increment,.cart_products::-webkit-scrollbar-button:decrement{display:none;height:0;width:0}.cart_cutlery{padding-top:1.6rem;padding-bottom:2.4rem;border-bottom:.1rem solid var(--grey);border-top:.1rem solid var(--grey);margin-bottom:1.6rem}.cart_cutlery_title_btn_wrapper{gap:2rem;margin-bottom:1.2rem}.cart_cutlery_title_btn_wrapper p{font-size:1.4rem}.cart_cutlery_title_btn_wrapper button{background-color:transparent;border:none;cursor:pointer;position:relative}.cutlery_more_info{width:28rem;position:absolute;bottom:calc(100% + 1.3rem);left:calc(50% + 2rem);transform:translate(calc(-50% + 2rem));display:none;font-size:1.4rem;background-color:var(--trueWhite);border-radius:1.2rem;box-shadow:0 4px 12px #00000026;color:#272727;font-weight:var(--fontWeightLight);text-align:left;padding:1.6rem 1.4rem}.cutlery_triangle{position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);margin:0 auto;margin-top:-.1rem;width:0;height:0;border-left:1rem solid transparent;border-right:1rem solid transparent;border-top:1rem solid var(--trueWhite)}.cart_cutlery_title_btn_wrapper button:hover .cutlery_more_info{display:block}.cart_cutlery_radios{gap:4rem}.cart_cutlery_radio_group{gap:1.2rem}.cart_cutlery_radio_group label{font-size:1.4rem;font-weight:var(--fontWeightLight)}.cart_summary{width:100%;gap:.4rem;margin-bottom:1rem}.cart_summary p{font-weight:var(--fontWeightLight)}.cart_summary li{width:100%}.cart_summary_description{font-size:1.6rem}.cart_summary_price{font-size:2rem}.cart_summary_price span{font-size:2.4rem}.cart_summary_final{margin-bottom:1.8rem}.cart_summary_final p{font-weight:var(--fontWeightSemibold);font-size:1.8rem}.cart_summary_final span{font-size:3.6rem}.cart_cta{width:100%;height:10%;transition:all .1s}.cart_cta_disabled{background-color:var(--grey)}.cart_cta:disabled{background-color:var(--grey)}.cart_item_loading_animation{animation:loadingShimmer 1.5s infinite ease-in-out}.cart_item_loading_img{width:6.4rem;height:6.4rem;border-radius:.8rem;flex-shrink:0}.cart_item_loading_text_wrapper{flex-grow:1;gap:.6rem}.cart_item_loading_title{width:80%;height:1.6rem;border-radius:.4rem;flex-grow:1}.cart_item_loading_description{width:60%;height:1.4rem;border-radius:.4rem}.cart_item_loading_controls{width:11rem;height:2.4rem;border-radius:2.4rem}.cart_item_loading_price{width:7rem;height:2rem;border-radius:1rem}.cart_item{width:100%;gap:1.6rem}.cart_buns_question{font-size:1.6rem;margin-top:1rem}.cart_bun_price{font-size:1.4rem;font-weight:var(--fontWeightLight)}@media (max-width: 500px){.cart_item{flex-wrap:wrap}}.cart_item_img_text_wrapper{gap:1.4rem;flex-shrink:1;flex-grow:1}.cart_item_img_wrapper{width:6.4rem;height:6.4rem;border-radius:.8rem;background-color:var(--green);flex-shrink:0;overflow:hidden}.cart_item_img_wrapper_full_img img{width:100%;height:100%;object-fit:cover}.cart_item_text_wrapper{gap:.4rem;flex-shrink:1}.cart_item h4{font-size:1.6rem;font-weight:var(--fontWeightSemibold)}.cart_item_text_wrapper p{font-size:1.4rem;font-weight:var(--fontWeightLight)}.cart_item_counter_price_wrapper{gap:2.1rem;flex-shrink:0}@media (max-width: 498px){.cart_item_counter_price_wrapper{width:100%;flex-grow:1;justify-content:space-between}}.cart_item_counter{width:11rem;background-color:var(--white);border-radius:2.4rem;font-size:1.8rem;text-align:center;font-weight:var(--fontWeightLight);padding:.8rem;position:relative}.cart_item_counter span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cart_item_counter button{background-color:transparent;border:none;cursor:pointer;padding:.2rem .8rem}.cart_item_counter_btn_plus img,.cart_item_counter_btn_minus img{margin-top:-.3rem}.cart_item_price_wrapper{width:7rem;text-align:center}.cart_item_price{font-size:2rem;font-weight:var(--fontWeightSemibold)}.not_found{padding-top:5rem;padding-bottom:25rem}.not_found_wrapper{padding-left:50rem;padding-right:50rem}.not_found_wrapper h2{font-size:2.4rem;font-weight:var(--fontWeightRegular);margin-bottom:5.8rem}.not_found_wrapper img{margin-bottom:4.5rem}.not_found_wrapper p{font-size:1.8rem;text-align:center;font-weight:var(--fontWeightLight)}.search_modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:99999999;background-color:var(--trueWhite);border-radius:1rem;overflow:hidden;width:45%;height:50%;overflow-y:scroll}.search_modal_inner_wrapper{position:relative;padding:4.2rem 2.2rem}.search_modal_close_btn{background-color:transparent;border:none;font-family:inherit;color:inherit;font-size:1.4rem;font-weight:var(--fontWeightLight);position:absolute;top:1.8rem;right:1.8rem;cursor:pointer}.search_modal h2{font-size:2rem;text-align:center;width:100%;font-weight:var(--fontWeightLight);margin-bottom:3rem}.search_modal_input{margin-bottom:1.8rem}.search_modal ul{list-style:none;gap:1.8rem;padding-left:2rem;width:100%}.search_modal ul li{width:100%}.search_modal ul a{gap:2.2rem;text-decoration:none;font-size:1.6rem;font-family:inherit;color:inherit;font-weight:var(--fontWeightLight);width:100%}.search_modal ul svg{width:1.8rem;height:1.8rem}.search_modal_text_wrapper{font-size:1.8rem;height:5rem;font-weight:var(--fontWeightLight)}@media (max-width: 1024px){.search_modal{width:100%;height:100%}}.account{display:grid;grid-template-columns:.2fr .8fr;column-gap:2.8rem;margin-bottom:8rem;margin-top:2rem}.account_links h2{font-size:1.8rem;font-weight:var(--fontWeightLight);margin-bottom:2.8rem}.account_links ul{list-style:none;gap:1.4rem;margin-bottom:2rem}.account_links ul li{width:100%}.account_links ul a{font-size:1.6rem;font-weight:var(--fontWeightLight);text-decoration:none;padding:1.6rem 2rem;border:.1rem solid var(--grey);border-radius:2.4rem;color:inherit}.account_links ul a div{gap:1.8rem}.account_links ul a.account_active_link{background-color:var(--orange);border:.1rem solid var(--orange);color:var(--trueWhite)}.account_logout{color:inherit;font-size:1.6rem}.account_white_wrapper{padding:2.8rem 3rem;border-radius:1rem;background-color:var(--trueWhite)}.account_white_wrapper h3{font-size:2.4rem;font-weight:var(--fontWeightLight);margin-bottom:2.5rem}.account_wrapper_margin_bottom{margin-bottom:2.8rem}.account_forms{display:grid;grid-template-columns:repeat(2,1fr)}.account_forms>div{display:grid;grid-template-columns:.6fr .4fr}.account_forms>div:first-of-type{border-right:.1rem solid var(--grey);padding-right:6.6rem}.account_forms>div:last-of-type{margin-left:6.6rem}.account_forms form>div{gap:1.5rem;margin-bottom:2.5rem}.account_form_cta{width:100%}.account_success_message_wrapper{margin-top:2rem}.account_addresses_wrapper{padding-bottom:18rem}.account_addresses_wrapper ul{gap:1.5rem;margin-bottom:2rem}.account_addresses_wrapper ul li{width:100%;display:grid;grid-template-columns:.5fr .15fr .25fr .15fr .15fr;align-items:center;justify-content:space-between;background-color:var(--white);font-size:1.6rem;font-weight:var(--fontWeightLight);padding:1.1rem 2.6rem;border-radius:2.4rem;border:.1rem solid transparent;transition:all .1s}.account_addresses_wrapper ul li button{background-color:transparent;font-family:inherit;border:none;cursor:pointer;font-size:inherit;gap:2rem}.account_addresses_wrapper ul li button:first-of-type{color:var(--green)}.account_addresses_wrapper ul li button:last-of-type{color:var(--orange)}.account_new_address{width:100%;padding:1rem 2.2rem;border-radius:2.4rem;border:.1rem solid var(--green);background-color:transparent;cursor:pointer;font-family:inherit;color:var(--green);font-weight:var(--fontWeightLight);font-size:1.6rem;gap:.5rem;margin-bottom:7rem}.addresses_none{gap:3.8rem}.addresses_none p{font-size:1.6rem;font-weight:var(--fontWeightLight);text-align:center}.primary_address{border:.1rem solid var(--orange)!important}.account_orders{gap:1rem;margin-bottom:2rem}.account_orders li{width:100%;display:grid;align-items:center;grid-template-columns:.1fr .1fr .6fr .1fr .1fr .1fr;padding:1.1rem 2.6rem;border-radius:2.4rem;background-color:var(--white);column-gap:3rem;justify-content:space-between}.account_orders li>p:first-of-type,.account_orders li>p:nth-of-type(3){font-size:1.6rem}.account_orders li>p:nth-of-type(2){text-align:center}.account_orders li>p:nth-of-type(2),.account_orders li>p:nth-of-type(4){font-size:1.4rem;font-weight:var(--fontWeightLight)}.account_orders li>p:nth-of-type(4){text-align:right}.account_orders li>p:last-of-type{font-size:1.6rem;font-weight:var(--fontWeightSemibold);text-align:right}.account_orders li button{font-family:inherit;background-color:transparent;color:var(--green);border:none;cursor:pointer;gap:1.4rem;font-size:1.6rem}.account_orders_none>img{width:15rem;height:16.8rem;margin-bottom:3rem}.account_orders_none>p{font-size:1.6rem;margin-bottom:2rem;text-align:center;font-weight:var(--fontWeightLight)}.add_address_modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:3.5rem 2.8rem;background-color:var(--trueWhite);z-index:9999999;border-radius:1rem;min-width:81rem;display:none;max-height:80%;overflow-y:scroll}.add_address_modal_close{font-family:inherit;background-color:transparent;border:none;font-size:1.4rem;font-weight:var(--fontWeightLight);cursor:pointer}.add_address_modal h2{font-size:2rem;font-weight:var(--fontWeightLight);margin-bottom:3.8rem;text-align:center}.add_address_modal form>div:first-of-type{margin-bottom:3rem;gap:2.1rem}.add_address_modal_textarea{height:11rem}.add_address_modal_cta{gap:17rem}.account_wrapper{position:relative}.account_links_modal{position:absolute;padding:2.6rem 2.5rem;border-radius:1rem;z-index:99999;top:calc(100% + .8rem);right:0;background-color:var(--trueWhite);min-width:37rem;display:none;border:.1rem solid var(--grey)}.account_links_modal h3{font-size:1.8rem;font-weight:var(--fontWeightLight);margin-bottom:2.8rem}.account_links_modal ul{gap:1.4rem;margin-bottom:2rem;list-style:none}.account_links_modal ul li{width:100%}.account_links_modal ul li a{text-decoration:none;color:inherit;font-size:1.6rem;padding:1.3rem 2.1rem;border-radius:2.4rem;border:.1rem solid var(--grey)}.account_links_modal ul li a div{gap:2.2rem}.account_links_modal_logout{color:inherit;font-size:1.6rem}.view_order{position:fixed;top:50%;left:50%;z-index:9999999;transform:translate(-50%,-50%);background-color:var(--trueWhite);padding:3.2rem 3.4rem;border-radius:1rem;min-width:112rem;max-height:90%;display:none;overflow-y:scroll}.view_order_message{width:100%;height:30rem}.view_order_message p{font-size:1.6rem}.view_order_message_error p{color:var(--red)}.view_order>div:first-of-type{padding-bottom:2rem}.view_order_title_wrapper{gap:3.5rem}.view_order_title_wrapper h2{font-size:2rem;font-weight:var(--fontWeightRegular)}.view_order_title_wrapper p{font-size:1.8rem;font-weight:var(--fontWeightLight)}.view_order_close_btn{font-family:inherit;background-color:transparent;border:none;font-size:1.6rem;font-weight:var(--fontWeightLight)}.view_order_items{padding-top:2rem;padding-bottom:3rem;border-top:.1rem solid var(--grey);border-bottom:.1rem solid var(--grey);margin-bottom:2rem;gap:1rem}.view_order>div:nth-of-type(2){display:grid;grid-template-columns:repeat(3,1fr);justify-content:space-between;column-gap:2rem;padding-bottom:3.2rem;border-bottom:.1rem solid var(--grey);margin-bottom:2.4rem}.view_order_data_column>p{font-size:2rem;margin-bottom:1rem}.view_order_data_column ul{gap:1rem;list-style:none;font-size:1.6rem;font-weight:var(--fontWeightLight)}.view_order_data_column_extra_space{padding-right:5rem}.view_order_totals{gap:1.4rem}.view_order_totals li{width:100%;font-weight:var(--fontWeightLight)}.view_order_totals li p:first-of-type{font-size:1.6rem}.view_order_totals li p:last-of-type{font-size:2.4rem}.view_order_totals li p:last-of-type span{font-size:2rem}.view_order_totals_last p{font-weight:var(--fontWeightSemibold)}.view_order_totals_last p:last-of-type{font-size:3.6rem!important}.view_order_totals_last p:last-of-type span{font-size:2rem}.view_order_item{width:100%;display:grid;grid-template-columns:6.4rem .8fr .1fr .1fr;align-items:center;justify-content:space-between}.view_order_item>div:first-of-type{width:100%;height:6.4rem;border-radius:1rem;background-color:var(--green);margin-right:1.4rem;overflow:hidden}.view_order_item_img img{width:100%;height:100%;object-fit:cover}.view_order_item_text_wrapper{padding-left:1.4rem}.view_order_item_text_wrapper h4{font-size:1.6rem;font-weight:var(--fontWeightSemibold);margin-bottom:.2rem}.view_order_item_text_wrapper p{font-size:1.4rem;font-weight:var(--fontWeightLight)}.view_order_item>p:first-of-type{font-size:1.8rem;font-weight:var(--fontWeightLight)}.view_order_item>p:nth-of-type(2){font-size:2rem;font-weight:var(--fontWeightSemibold)}.checkout{padding-top:4.8rem;padding-bottom:2.8rem}.checkout h2{font-size:2.4rem;font-weight:var(--fontWeightRegular);text-align:center;margin-bottom:2.4rem}.checkout form{display:grid;grid-template-columns:1.3fr .7fr;column-gap:2.2rem;row-gap:2.4rem!important}.checkout_details{background-color:var(--trueWhite);border-radius:1rem;padding:2.8rem 3rem;gap:3.2rem}.checkout_details>div{width:100%}.checkout_details_wrapper_title{gap:2.8rem;width:100%;margin-bottom:2rem}.checkout_details_wrapper_title h3{font-size:2rem;font-weight:var(--fontWeightRegular)}.checkout_details_wrapper_title div{flex-grow:1;height:.1rem;background-color:var(--grey)}.checkout_details_grid_3{display:grid;grid-template-columns:repeat(3,1fr);justify-content:space-between;column-gap:2.5rem}.checkout_details_select_address_wrapper{width:100%;margin-bottom:2.4rem;position:relative}.checkout_details_select_address_list{position:absolute;top:100%;left:0;font-size:1.6rem;width:100%;background-color:var(--trueWhite);z-index:9999;border-bottom:.1rem solid var(--green);border-right:.1rem solid var(--green);border-left:.1rem solid var(--green);border-bottom-right-radius:2.4rem;border-bottom-left-radius:2.4rem;color:var(--green);max-height:30rem;overflow-y:scroll}.checkout_details_select_address_list button{background-color:transparent;font-family:inherit;font-size:inherit;width:100%;cursor:pointer;padding:1.1rem 2.6rem;text-align:left;color:inherit;border:none}.checkout_details_select_address{width:100%;border-radius:2.4rem;border:.1rem solid var(--green);font-size:1.6rem;color:var(--green);font-family:inherit;cursor:pointer;background-color:transparent;padding:1.1rem 2.6rem}.checkout_details_select_address_active{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}.checkout_details_select_address img{transform:rotate(90deg)}.checkout_details_grid_2{display:grid;grid-template-columns:.66fr .33fr;column-gap:1.5rem;justify-content:space-between;row-gap:2rem}.checkout_message{height:13.8rem}.checkout_payment_options{margin-bottom:1.1rem;gap:.8rem}.checkout_payment_options>div:last-of-type{gap:3.5rem}.checkout_payment_radio{gap:1.2rem;font-size:1.6rem}.checkout_payment_options_message{font-size:1.6rem;font-weight:var(--fontWeightLight)}.checkout_order_details{padding:3.2rem 3rem 2.2rem;background-color:var(--trueWhite);border-radius:1rem;margin-bottom:2rem}.checkout_order_details h3{font-size:2rem;font-weight:var(--fontWeightRegular);margin-bottom:2rem}.checkout_order_details_items{gap:1.6rem;max-height:43rem;overflow-y:scroll}.checkout_order_details_cutlery{margin-top:2rem;padding-bottom:2.8rem;border-bottom:.1rem solid var(--grey);margin-bottom:2.4rem}.checkout_order_details_cutlery>div:first-of-type{gap:2.2rem;margin-bottom:1.8rem}.checkout_order_details_cutlery>div:first-of-type p{font-size:1.6rem}.checkout_order_details_cutlery>div:first-of-type button{background-color:transparent;border:none;cursor:pointer}.checkout_order_details_cutlery>div:last-of-type{gap:4rem;font-size:1.6rem}.checkout_order_details_cutlery>div:last-of-type>div{gap:1.4rem}.checkout_order_details_totals li{width:100%;font-weight:var(--fontWeightLight)}.checkout_order_details_totals li p:first-of-type{font-size:1.6rem}.checkout_order_details_totals li p:last-of-type{font-size:2rem}.checkout_order_details_totals li p:last-of-type span{font-size:2.4rem}.checkout_order_details_totals li:last-of-type{font-weight:var(--fontWeightSemibold)}.checkout_order_details_totals li:last-of-type p:first-of-type{font-size:1.8rem}.checkout_order_details_totals li:last-of-type p:last-of-type{font-size:2.2rem}.checkout_order_details_totals li:last-of-type p:last-of-type span{font-size:3.6rem}.checkout_cta{grid-column:2 / 3;gap:3rem}.checkout_cta_btn{width:100%;padding-top:2rem;padding-bottom:2rem;font-size:1.8rem}.checkout_cta>div:first-of-type{gap:1.2rem}.checkout_cta label{font-size:1.4rem}.checkout_cta label a{color:var(--green)}.checkout_delivery_method_radios{gap:1.6rem}.checkout_delivery_method_radios>div{gap:.8rem}.checkout_delivery_method_radios label{font-size:1.6rem}.scheduled_order{font-size:1.6rem;margin-bottom:2.6rem;gap:1.2rem}.checkout_time_pickers_wrapper{width:100%;display:grid;grid-template-columns:repeat(2,1fr);column-gap:1rem;align-items:stretch;margin-bottom:1.6rem}.calendar_current_month h2{margin-bottom:0!important}.calendar_grid_top,.calendar_grid{column-gap:0!important}.time_root{width:45%}.calendar_wrapper{height:100%!important;display:flex!important;flex-direction:column;justify-content:center}.checkout_time_select{width:100%;background-color:var(--white);border-radius:2rem;padding:2.2rem 2rem}.checkout_time_select_current_hour{gap:2.1rem;margin-bottom:3rem;font-size:1.6rem}.checkout_time_select_title{font-size:1.8rem;font-weight:500;margin-bottom:1.2rem;text-align:center}.checkout_time_select_grid{width:100%;padding-left:2rem;padding-right:2rem;display:grid;grid-template-columns:repeat(4,1fr);column-gap:1rem;row-gap:.7rem}.checkout_time_select_grid button{font-family:inherit;background-color:var(--trueWhite);font-size:1.6rem;font-weight:var(--fontWeightLight);border:none;cursor:pointer;padding-top:1.2rem;padding-bottom:1.2rem;border-radius:1.7rem;transition:all .1s}.checkout_time_select_grid_active_button{background-color:#1f7b3a!important;color:var(--trueWhite)!important}.voucher_input_wrapper{display:grid;grid-template-columns:.7fr .3fr;column-gap:2.4rem;margin-bottom:2.2rem}@media (max-width: 525px){.voucher_input_wrapper{grid-template-columns:.6fr .4fr;column-gap:1.4rem}}@media (max-width: 355px){.voucher_input_wrapper{grid-template-columns:1fr .2fr}}.voucher_span,.auto_discount_span,.personal_voucher_span{color:var(--green)!important}.voucher_message{font-size:1.6rem;font-weight:var(--fontWeightLight)}.voucher_message_error{color:var(--red)}.voucher_message_success{color:var(--green)}.checkout_payment_logo_wrapper{display:none}@media (max-width: 366px){.checkout_payment_method_logo_wrapper>div:last-of-type{display:none}.checkout_payment_logo_wrapper{display:block;margin-top:1rem}}@media (max-width: 1630px){.time_root{width:100%}.checkout_time_select_grid{padding-left:0rem;padding-right:0rem}}@media (max-width: 1466px){.checkout_time_select_grid button{font-size:1.4rem}}@media (max-width: 1171px){.time_container{padding:2.6rem 3.8rem!important}}@media (max-width: 730px){.checkout_time_pickers_wrapper{grid-template-columns:1fr;row-gap:1rem}}@media (max-width: 580px){.time_column{width:30%!important;justify-self:center}}@media (max-width: 420px){.time_column{width:80%!important}}@media (max-width: 475px){.calendar_current_month h2{font-weight:var(--fontWeightLight)!important}.calendar_grid button{padding:.8rem 1rem!important}}@media (max-width: 400px){.checkout_time_select_grid{grid-template-columns:repeat(3,1fr)}}.add_address form{gap:1.2rem}.add_address h3{text-align:center;font-size:1.6rem}.add_address_text_area{height:11rem}.add_address_cta{width:100%;margin-top:4.5rem}@keyframes loadingShimmer{0%{background-color:#f0f0f0}50%{background-color:#e0e0e0}to{background-color:#f0f0f0}}.product_card_loading{width:100%}.product_card_loading_img{width:100%;height:24rem;border-radius:.8rem;margin-bottom:1.2rem}.product_card_loading_title{width:80%;margin-bottom:3.8rem;height:1.8rem;border-radius:.6rem}.product_card_loading_price{width:40%;height:3.4rem;border-radius:.6rem}.product_card_loading_cta{width:50%;height:3.8rem;border-radius:.6rem}.product_card_loading_wrapper{flex-grow:1}.product_card_loading_animation{animation:loadingShimmer 1.5s infinite ease-in-out}@font-face{font-family:Lexend;src:url(/build/assets/Lexend-VariableFont_wght-ChppG8AZ.ttf) format("truetype");font-weight:100 900;font-display:swap}:root{--trueWhite: #ffffff;--black: #000;--white: #f7f7f7;--orange: #e85e3b;--grey: #c2c2c2;--secondaryGrey: #959595;--thirdGrey: #bbbbbb;--fourthGrey: #272727;--fontWeightLight: 300;--fontWeightRegular: 400;--fontWeightSemibold: 500;--green: #1f7b3a;--secondaryGreen: #73d18e;--thirdGreen: #d7fbe2;--lightGreen: #e4f1ee;--red: #e53935}*{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%;box-sizing:border-box;scroll-behavior:smooth}body{font-family:Lexend,sans-serif;background-color:var(--white);color:var(--black);overflow-x:hidden}
