*{margin:0;padding:0;box-sizing:border-box}:root{--font_roboto: "Roboto", sans-serif;--font_roboto_condensed: "Roboto Condensed", sans-serif;--font_roboto_serif: "Roboto Serif", serif;--font_stint_ultra_condensed: "Stint Ultra Condensed", serif;--html_font_family: var(--font_roboto);--clr_background_rgb: 135, 206, 235;--clr_foreground_rgb: 245, 222, 179;--clr_background: rgb(var(--clr_background_rgb));--clr_background_a: rgba(var(--clr_background_rgb), .2);--clr_black_rgba: rgba(0, 0, 0, .6);--clr_header: rgb(16, 96, 176);--clr_nav: rgb(16, 96, 176);--clr_button: rgb(14, 82, 150);--clr_foreground: rgb(var(--clr_foreground_rgb));--clr_foreground_a: rgb(var(--clr_foreground_rgb), .5);--clr_breed_selector: rgba(100, 149, 237, .5);--clr_dark_gray: rgba(0, 0, 0, .7);--min_width: 265px;--max_width: 1980px;--scroll_image_width: 7522px;--scroll_image_height: 160px;--header_spacing: 20px;--spot_circle_right_offset: 10px;--left_overlay_offset: 30px;--nav_height: 64px;--default_section_margin: 15px;--default_internal_padding: 15px;--default_border_radius: 10px;--default_button_shadow: 0 0 4px rgba(0, 0, 0, .4);--default_button_shadow2: 0 0 4px rgba(0, 0, 0, .8);--default_error_shadow: 0 0 4px darkred;--default_button_shadow_active: 0 0 4px rgba(0, 0, 0, .4);--default_button_shadow_hover: 0 0 10px rgba(0, 0, 0, .9);--default_button_transition: all .1s ease;--default_button_height: 50px;--default_button_border_radius: calc(.5 * var(--default_button_height));--default_button_padding: 10px 20px;--default_button_width: 240px;--default_button_font_size: 1.2rem;--default_button_font_family: var(--font_roboto);--default_add_to_cart_button_color: var(--clr_button);--default_details_button_color: steelblue;--default_back_button_color: var(--clr_background)}html{font-size:16px;font-family:var(--html_font_family);font-weight:400;font-style:normal;scroll-behavior:smooth;-webkit-user-select:none;user-select:none}body{min-width:var(--min_width);max-width:var(--max_width);margin:0 auto;margin-top:var(--default_section_margin);padding-left:var(--default_internal_padding);padding-right:var(--default_internal_padding)}.hidden{display:none}header{position:relative;overflow:hidden;border-radius:var(--default_border_radius)}.header_nut_overlay{position:absolute;top:0;left:calc(100% - var(--scroll_image_height));width:var(--scroll_image_height);height:var(--scroll_image_height);z-index:10;background:radial-gradient(circle at calc(50% - var(--spot_circle_right_offset)) 50%,transparent 52%,var(--clr_background) 52.3%)}.header_nut_angle_overlay_0{position:absolute;top:0;left:0;width:calc(.5 * var(--scroll_image_height) + var(--left_overlay_offset));height:calc(var(--scroll_image_height) + 2px);background-color:rgb(var(--clr_background_rgb));z-index:11;clip-path:polygon(0 0,100% 0,var(--left_overlay_offset) 100%,0% 100%)}.header_nut_angle_overlay_1{position:absolute;top:-2px;right:var(--scroll_image_height);width:calc(.5 * var(--scroll_image_height) + var(--header_spacing));height:calc(var(--scroll_image_height) + 4px);background-color:#fff;z-index:11;clip-path:polygon(calc(100% - var(--header_spacing)) 0,100% 0,100% 100%,0% 100%)}.header_nut_angle_overlay_2{position:absolute;top:-2px;right:calc(var(--scroll_image_height) - 2px);width:calc(.5 * var(--scroll_image_height) + 2px);height:calc(var(--scroll_image_height) + 4px);background-color:var(--clr_background);z-index:12;clip-path:polygon(calc(100% - 2px) 0,100% 0,100% 100%,0% 100%)}.header_text_overlay{position:absolute;top:0;left:0;width:calc(100% - var(--scroll_image_height));height:var(--scroll_image_height);color:#fff;background-color:var(--clr_black_rgba);z-index:10;display:flex;justify-content:center;align-items:center}.header_text_overlay h1{font-size:4rem;font-weight:500;font-family:var(--font_roboto_serif);text-transform:uppercase;padding-right:calc(var(--header_spacing) + 10px)}.sequence_scroll_div{width:100%;overflow:hidden;position:relative;white-space:nowrap;display:flex;align-items:center}.inner_scroll_div{width:calc(3 * var(--scroll_image-width))}.scrolling_image{width:auto;height:var(--scroll_image_height);animation:scroll_image_anim 120s linear infinite}@keyframes scroll_image_anim{0%{transform:translate(0)}to{transform:translate(-100%)}}@media screen and (max-width: 899px){.header_text_overlay h1{font-family:var(--font_stint_ultra_condensed)}}@media screen and (max-width: 799px){.header_text_overlay{justify-content:flex-start;padding-left:40px}.header_text_overlay h1{font-family:var(--font_stint_ultra_condensed)}}@media screen and (max-width: 649px){:root{--scroll_image_height: 80px;--header_spacing: 8px;--left_overlay_offset: 10px;--spot_circle_right_offset: 5px}.header_text_overlay h1{font-size:3rem}}@media screen and (max-width: 399px){.header_text_overlay h1{font-size:2.5rem}.header_text_overlay{padding-left:30px}}@media screen and (max-width: 349px){.header_text_overlay h1{font-size:2rem}.header_text_overlay{padding-left:20px}}@media screen and (max-width: 299px){.header_text_overlay h1{font-size:1.8rem}.header_text_overlay{padding-left:15px}}.nav{margin:var(--default_section_margin) 0;width:100%;height:var(--nav_height);background-color:var(--clr_nav);border-radius:10px;display:flex;align-items:center;padding:0 10px;box-sizing:border-box;position:sticky;top:10px}@media screen and (max-width: 649px){.nav{top:5px}}@keyframes blinker{0%{color:gold}50%{color:#fff}to{color:gold}}.loading_up_down{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:blinker .5s step-start infinite;color:gold;z-index:999;font-size:1.2rem}.loading{background-color:var(--clr_background);width:200px;margin:0 auto;padding:20px 10px;text-align:center;border-radius:var(--default_border_radius)}.nav_container{width:100%;display:flex;justify-content:space-between;align-items:center}.nav_list{list-style:none;margin:0;padding:0;display:flex;width:100%;justify-content:space-between;align-items:center;font-size:1.6rem}.nav_main_left,.nav_main_right{display:flex;align-items:center;justify-content:space-between}.nav_item{padding:8px}.nav_button{display:flex;align-items:center;text-decoration:none;color:#fff;border-radius:5px}.nav_icon{margin-right:8px;vertical-align:middle}.home_icon,.store_icon,.account_icon,.cart_icon{font-size:1.5rem}.nav_button:hover,.nav_button:hover .cart_counter{color:var(--clr_foreground)}.nav_button:active,.nav_button:active .cart_counter{color:#fff}.nav_main_left{justify-content:flex-start;gap:16px}.nav_main_right{justify-content:flex-end;gap:16px}.cart_icon_container{display:flex;align-items:center;justify-content:center;position:relative}.cart_item{position:relative}.cart_counter{position:absolute;top:12px;right:15px;background-color:var(--clr_nav);color:#fff;border-radius:50%;padding:2px 5px;font-size:.4rem;display:flex;justify-content:center;align-items:center;width:10px;min-width:10px;height:10px;z-index:1}@media (max-width: 599px){.nav_text{display:none}.nav_icon{margin-right:0}.cart_counter{right:10px;top:17px;width:14px;font-size:.5rem;height:14px}.home_icon,.store_icon,.account_icon{font-size:2.2rem}.cart_icon{font-size:2.1rem}.nav_main_left,.nav_main_right{gap:28px}}@media (max-width: 349px){.nav_main_left,.nav_main_right{gap:3px}}main{margin:var(--default_section_margin) 0;border-radius:var(--default_border_radius)}main img{width:250px;height:auto}input[type=checkbox]{display:none}label,input{display:block;border:none;width:100%;color:var(--clr_nav)}label{padding-left:14px;cursor:pointer;font-size:1.1rem;font-weight:500}input{padding:6px 14px;margin:3px 0 15px;font-size:1.2rem;border-radius:var(--default_border_radius);background-color:#d3d3d3;color:#000}input:focus{outline:none}.input_error{box-shadow:var(--default_error_shadow)}.error_message{background-color:#cd5c5c;color:#fff;font-size:1rem;font-family:var(--font_roboto_condensed);width:100%;border-radius:var(--default_border_radius);margin-top:-10px;margin-bottom:15px;padding:5px 15px}.error_message.main_message{margin:0 auto;max-width:700px;margin-bottom:var(--default_section_margin);padding:12px 15px;font-size:1.2rem}footer{color:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:.5rem;background-color:var(--clr_header);box-sizing:border-box;height:calc(1.2 * var(--nav_height));border-radius:var(--default_border_radius);margin:var(--default_section_margin) 0}.footer_container{display:flex;align-items:center;height:100%}.footer_left_container{justify-content:flex-start;margin-left:5px}.footer_right_container{justify-content:flex-end}.footer_sub_container{margin:0 10px}.beacon_1{font-family:var(--font_stint_ultra_condensed);font-size:2rem;height:auto}.beacon_2{font-family:var(--font_roboto);font-size:.8rem;height:auto}.face_2{width:5rem}footer a{text-decoration:none}footer a img{width:2rem;height:2rem;filter:invert(100%)}footer a img:hover{filter:invert(91%) sepia(16%) saturate(657%) hue-rotate(314deg) brightness(95%) contrast(89%)}@media (max-width: 600px){.footer_container{flex-direction:column;height:auto}.footer_left_container{margin-left:-2px}footer a img{width:1.8rem;height:1.8rem}.beacon_1{font-size:1.45rem;margin-left:18px;margin-top:-2px}.beacon_2{font-size:.5rem;margin-left:5px}.face_1{margin-top:-2px;margin-bottom:3px;margin-left:-1px;font-size:.8rem}}@media screen and (max-width: 649px){:root{--default_section_margin: 10px;--default_internal_padding: 5px}}@media screen and (max-width: 299px){input{font-size:1.1rem}label{font-size:1.05rem;font-family:var(--font_roboto_condensed)}}.fade{opacity:0;transition:opacity .6s ease-in-out}.fade.in{opacity:1}.fade.out{opacity:0}.home_section{background-color:var(--clr_foreground);padding:var(--default_internal_padding);border-radius:var(--default_border_radius)}.home_section p{font-size:1.2rem;margin-bottom:10px}.home_section h1{font-size:1.5rem;font-weight:700;color:var(--clr_nav);margin-bottom:15px;text-align:center}.main_home_section_part2{width:100%;overflow:hidden}.main_home_section_part2 img{overflow:hidden;display:block;float:right;width:calc(60% - 7vw);height:auto;margin-left:20px;margin-bottom:10px;border-radius:var(--default_border_radius)}.home_section_title_1,.home_section_title_1_small{display:none}@media screen and (max-width: 899px){.home_section_title_2{display:none}.home_section_title_1{display:block}}@media screen and (max-width: 749px){.home_section_title_1_small{display:block}.home_section_title_1{display:none}}@media screen and (max-width: 649px){.home_section{padding:10px}.main_home_section_part2 img{width:100%;height:auto;margin-bottom:20px}}@media screen and (max-width: 449px){.home_section h1{font-size:1.2rem;font-family:var(--font_roboto_condensed)}.main_home_section_part2 p{font-size:1.1rem}}@media screen and (max-width: 399px){.home_section h1{font-size:1rem}.home_section{font-family:var(--font_roboto_condensed)}}@media screen and (max-width: 299px){.main_home_section_part2 p{font-size:1rem}}.review_container{width:500px;margin:20px auto 0;padding:20px;border-radius:var(--default_border_radius);display:flex;flex-direction:column;gap:10px;background-color:#e6e6fa;box-shadow:var(--default_button_shadow)}.reviews_title{font-size:1.4rem;font-weight:700;margin-bottom:10px;text-align:center}.review_body p{margin-bottom:10px;line-height:1.2;font-family:var(--font_roboto_serif);font-size:1.1rem}.review_author,.review_author_hometown{font-style:italic;font-size:1rem;text-align:right}@media screen and (max-width: 699px){.review_container{width:100%;padding:20px 30px}.review_body p,.review_author,.review_author_hometown{font-size:.9rem}.reviews_title{font-size:1.2rem}}@media screen and (max-width: 449px){.review_container{width:100%;padding:15px 20px}.review_body p,.review_author,.review_author_hometown{font-size:.8rem}.reviews_title{font-size:1.1rem}}.category_container{display:grid;grid-template-columns:repeat(3,1fr);row-gap:var(--default_internal_padding);column-gap:var(--default_internal_padding);width:100%;margin:0 auto}.product_categories_title{text-align:center;width:100%;background-color:var(--clr_background);border-radius:var(--default_border_radius);padding:var(--default_button_padding);font-size:1.7rem;margin-bottom:var(--default_internal_padding)}@media screen and (max-width: 600px){.category_container{grid-template-columns:1fr}}@media screen and (max-width: 399px){.product_categories_title{font-family:var(--font_roboto_condensed)}}@media screen and (max-width: 299px){.product_categories_title{font-size:1.3rem}}.category_wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:auto;background-color:var(--clr_foreground);padding:var(--default_section_margin);border-radius:var(--default_border_radius)}.category_long_name{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:var(--default_section_margin)}.category_image{width:100%;height:auto;margin-bottom:10px;border-radius:var(--default_border_radius);object-fit:cover}.category_info{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;gap:var(--default_section_margin)}.category_long_description{text-align:left;width:100%;flex-grow:1;font-size:1.2rem;margin-bottom:var(--default_section_margin)}.category_button_wrapper{align-self:center}.category_button_wrapper button{padding:var(--default_button_padding);font-family:var(--default_button_font_family);font-size:var(--default_button_font_size);height:var(--default_button_height);width:var(--default_button_width);outline:none;border:none;border-radius:var(--default_button_border_radius);background-color:var(--clr_button);color:#fff;cursor:pointer;box-shadow:var(--default_button_shadow);transition:var(--default_button_transition);margin-bottom:var(--default_internal_padding)}.category_button_wrapper button:hover{color:#fff;box-shadow:var(--default_button_shadow_hover)}.category_button_wrapper button:active{box-shadow:var(--default_button_shadow_active)}@media screen and (max-width: 1200px){.category_container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 699px){.category_long_name,.category_long_description{font-family:var(--font_roboto_condensed)}}@media screen and (max-width: 649px){.category_container{grid-template-columns:1fr}.category_button_wrapper{width:100%;text-align:center}.category_button_wrapper button{width:100%}}@media screen and (max-width: 299px){:root{--default_button_height: 40px;--default_button_font_size: 1rem}.category_long_name{font-size:1.3rem}.category_long_description{font-size:1rem}}.category_details_container{display:flex;flex-direction:column;row-gap:var(--default_internal_padding);width:100%}.category_details_container h1{text-align:center;width:100%;background-color:var(--clr_background);border-radius:var(--default_border_radius);padding:var(--default_button_padding);font-size:1.7rem}.products_wrapper{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--default_internal_padding);width:100%}.button_from_category_to_storefront{display:flex;justify-content:center;align-items:center;width:calc(2 * var(--default_button_width));align-self:center}.back_to_store_link,.back_to_store_button{width:100%}.button_from_category_to_storefront button{height:var(--default_button_height);border-radius:var(--default_button_border_radius);text-align:center;background-color:var(--default_back_button_color);color:#000;font-family:var(--default_button_font_family);font-size:var(--default_button_font_size);font-weight:600;border:none;cursor:pointer;box-shadow:var(--default_button_shadow);transition:var(--default_button_transition)}.button_from_category_to_storefront button:hover{box-shadow:var(--default_button_shadow_hover)}.button_from_category_to_storefront button:active{box-shadow:var(--default_button_shadow_active)}@media screen and (max-width: 1700px){.products_wrapper{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 1300px){.products_wrapper{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1000px){.products_wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 649px){.products_wrapper{grid-template-columns:1fr}.button_from_category_to_storefront{margin-top:var(--default_internal_padding);width:100%}}@media screen and (max-width: 399px){.category_details_container h1{font-family:var(--font_roboto_condensed)}}@media screen and (max-width: 299px){.category_details_container h1{font-size:1.3rem}}.product_wrapper{display:flex;flex-direction:column;width:100%;background-color:var(--clr_foreground);padding:var(--default_section_margin);border-radius:var(--default_border_radius);gap:var(--default_section_margin);overflow:hidden}.product_wrapper h2{text-align:center;font-size:1.7rem;margin-top:5px}.product_image img{width:100%;height:auto;border-radius:var(--default_border_radius);object-fit:cover}.product_info_wrapper{display:flex;flex-direction:column;width:100%;height:100%}.product_description{text-align:center;flex-grow:1;height:auto;font-size:1.2rem;margin-bottom:1.5rem}.product_info{display:flex;flex-direction:column}.product_price,.product_quantity{text-align:center;font-size:1.2rem}.product_quantity{margin-bottom:1rem}.product_button_goto_details,.product_button_add_to_cart{align-self:center}.product_button_goto_details,.product_button_goto_details button{margin-bottom:5px}.product_button_goto_details button,.product_button_add_to_cart button{padding:var(--default_button_padding);font-family:var(--default_button_font_family);font-size:var(--default_button_font_size);height:var(--default_button_height);width:var(--default_button_width);outline:none;border:none;border-radius:var(--default_button_border_radius);background-color:var(--clr_button);color:#fff;cursor:pointer;box-shadow:var(--default_button_shadow);transition:var(--default_button_transition)}.product_button_goto_details button{background-color:var(--default_details_button_color)}.product_button_add_to_cart button{background-color:var(--default_add_to_cart_button_color)}.product_button_goto_details button:hover,.product_button_add_to_cart button:hover{box-shadow:var(--default_button_shadow_hover)}.product_button_goto_details button:active,.product_button_add_to_cart button:active{box-shadow:var(--default_button_shadow_active)}@media screen and (max-width: 649px){.product_button_goto_details,.product_button_add_to_cart,.product_button_goto_details button,.product_button_add_to_cart button{width:100%}}@media screen and (max-width: 699px){.product_wrapper h2,.product_description,.product_price,.product_quantity{font-family:var(--font_roboto_condensed)}}@media screen and (max-width: 299px){.product_wrapper h2{font-size:1.3rem}.product_description{font-size:1rem}}.product_details_container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:var(--default_internal_padding);width:100%;max-width:800px;margin:0 auto;padding:var(--default_section_margin);padding-bottom:calc(2 * var(--default_section_margin));background-color:var(--clr_foreground);border-radius:var(--default_border_radius);margin-bottom:var(--default_internal_padding);font-family:var(--font_roboto)}.product_details_container h1{text-align:center;font-size:1.7rem}.product_details_title{text-align:center;width:100%;max-width:800px;margin:0 auto;background-color:var(--clr_background);border-radius:var(--default_border_radius);padding:var(--default_button_padding);font-size:1.7rem;margin-bottom:var(--default_internal_padding)}.product_details_wrapper{display:flex;flex-direction:column;gap:10px;width:100%}.product_image{width:100%;height:auto;border-radius:var(--default_border_radius);object-fit:cover}.prod_desc{margin-top:5px;margin-bottom:15px;text-align:left;font-family:var(--font_roboto);font-size:1.2rem}.product_info{display:flex;flex-direction:column;gap:5px;text-align:center;padding:var(--default_interal_padding);margin-bottom:20px;font-size:1.2rem}.prod_specs{padding:var(--default_interal_padding);margin-bottom:15px;text-align:center}.back_buttons_wrapper{display:flex;flex-direction:column;align-items:center;gap:var(--default_internal_padding);align-self:center}@media screen and (max-width: 500px){.product_details_wrapper{max-width:100%}.product_details_buttons_wrapper button{width:240px}}@media screen and (max-width: 699px){.product_details_container h1,.product_details_wrapper,.prod_desc{font-family:var(--font_roboto_condensed)}.product_details_container h1{margin-bottom:4px}}@media screen and (max-width: 399px){.product_details_title{font-family:var(--font_roboto_condensed)}}@media screen and (max-width: 299px){.product_details_title,.product_details_container h1{font-size:1.3rem}.product_details_container h1{margin-bottom:4px}.product_details_wrapper,.prod_desc,.product_info{font-size:1rem}}.form_buttons{width:100%;display:flex;flex-direction:column;gap:16px;margin-top:24px;margin-bottom:20px}.form_buttons_row_1,.form_buttons_row_2{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;overflow:visible}.form_buttons_row_2{gap:15px}.form_buttons_row_1>button,.form_buttons_row_2>button{display:block;border:none;outline:none;cursor:pointer;background-color:transparent;color:#fff;font-size:var(--default_button_font_size);font-family:var(--font_roboto);box-shadow:var(--default_button_shadow);transition:var(--default_button_transition)}.form_buttons_row_1>button:hover,.form_buttons_row_2>button:hover{box-shadow:var(--default_button_shadow_hover)}.form_buttons_row_1>button:active,.form_buttons_row_2>button:active{box-shadow:var(--default_button_shadow_active)}.form_buttons_row_1>button{height:40px;border-radius:20px;font-size:.9rem;padding:none}.form_buttons_row_2>button{height:var(--default_button_height);border-radius:var(--default_button_border_radius)}.form_buttons_row_2>button{flex-grow:1;flex-shrink:0;flex-basis:0}button.clear_row_1{background-color:#cd5c5c;width:90px;overflow:visible}button.prefill_row_1{background-color:#758655;width:90px;overflow:visible}button.cancel_row_2{background-color:var(--default_details_button_color);overflow:visible}button.save_row_2{background-color:var(--clr_button);overflow:visible}@media screen and (max-width: 399px){.form_buttons_row_1>button{width:70px}}@media screen and (max-width: 299px){.form_buttons_row_2{gap:10px}.form_buttons_row_1>button{width:60px;height:36px;border-radius:18px;font-size:.8rem}}.order_summary_wrapper{width:100%;text-align:left;padding:12px 16px 10px;border-radius:var(--default_border_radius);color:var(--clr_dark_gray);font-family:var(--font_roboto);font-size:1.2rem}.order_summary_order_info{padding-bottom:10px;border-bottom:2px dotted rgb(171,155,125)}.order_summary_order_info .order_summary_order_info_tab_space{display:inline-block;width:140px}.order_summary_order_items_wrapper,.order_summary_customer_info_wrapper{padding-top:10px;padding-bottom:12px;border-bottom:2px dotted rgb(171,155,125)}.order_summary_order_items_table,.order_summary_customer_info_table{width:100%;table-layout:fixed;border-collapse:collapse;margin-top:1px;margin-bottom:3px;overflow:hidden;white-space:nowrap;font-family:var(--font_roboto);font-size:1.2rem;color:var(--clr_dark_gray)}.order_summary_order_items_table th.order_summary_store_item_price,.order_summary_order_items_table th.order_summary_store_item_qty,.order_summary_order_items_table th.order_summary_store_item_total{border-bottom:2px solid darkgray;color:gray;padding-top:2px;font-size:1.1rem}.order_summary_store_item_name,.order_summary_category_cell,.order_summary_customer_info_cell{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;min-width:0}.order_summary_category_cell{color:#3e74ab;padding-top:8px;padding-bottom:0;font-size:1.1rem}.order_summary_order_items_table .order_summary_store_item_name,.order_summary_order_items_table .order_summary_category_cell,.order_summary_customer_info_table .order_summary_customer_info_cell{text-align:left!important}.order_summary_order_items_table .order_summary_store_item_name{color:#000}.order_summary_order_items_table .order_summary_store_item_price{width:80px;text-align:right!important}.order_summary_order_items_table .order_summary_store_item_qty{width:45px;text-align:right!important}.order_summary_order_items_table .order_summary_store_item_total{width:100px;text-align:right!important;font-weight:700!important}.order_summary_order_totals_wrapper{padding-top:14px;padding-bottom:5px;font-family:var(--font_roboto)}.order_summary_order_totals_wrapper p{text-align:right;color:var(--clr_button)}.summary_order_totals_span{display:inline-block;width:100px;font-weight:700;color:var(--clr_dark_gray)}@media screen and (max-width: 799px){.order_summary_store_item_name,.order_summary_category_cell{font-family:var(--font_roboto_condensed)}}@media screen and (max-width: 549px){.order_summary_order_items_table th.order_summary_store_item_price,.order_summary_order_items_table th.order_summary_store_item_qty,.order_summary_order_items_table th.order_summary_store_item_total,.order_summary_order_items_table .order_summary_store_item_price,.order_summary_order_items_table .order_summary_store_item_qty,.order_summary_order_items_table .order_summary_store_item_total{font-family:var(--font_roboto_condensed)}.order_summary_order_items_table .order_summary_store_item_price{width:70px}.order_summary_order_items_table .order_summary_store_item_qty{width:35px}.order_summary_order_items_table .order_summary_store_item_total{width:82px}}@media screen and (max-width: 499px){.order_summary_wrapper{padding-left:8px;padding-right:8px}}@media screen and (max-width: 449px){.order_summary_order_items_table .order_summary_store_item_name,.order_summary_order_items_table .order_summary_store_item_price,.order_summary_order_items_table .order_summary_store_item_qty,.order_summary_order_items_table .order_summary_store_item_total{font-size:1.1rem}.order_summary_order_items_table th.order_summary_store_item_price,.order_summary_order_items_table th.order_summary_store_item_qty,.order_summary_order_items_table th.order_summary_store_item_total,.order_summary_order_items_table .order_summary_category_cell{font-size:1rem}.order_summary_order_items_table .order_summary_store_item_price{width:62px}.order_summary_order_items_table .order_summary_store_item_qty{width:30px}.order_summary_order_items_table .order_summary_store_item_total{width:75px}}@media screen and (max-width: 399px){.summary_order_totals_span{width:90px}.order_summary_order_info p,.order_summary_customer_info_cell,.order_summary_order_totals_wrapper{font-family:var(--font_roboto_condensed)}.order_summary_order_info .order_summary_order_info_tab_space{width:118px}.order_summary_order_items_table .order_summary_store_item_name,.order_summary_order_items_table .order_summary_store_item_price,.order_summary_order_items_table .order_summary_store_item_qty,.order_summary_order_items_table .order_summary_store_item_total{font-size:1rem}.order_summary_order_items_table th.order_summary_store_item_price,.order_summary_order_items_table th.order_summary_store_item_qty,.order_summary_order_items_table th.order_summary_store_item_total,.order_summary_order_items_table .order_summary_category_cell{font-size:.9rem}.order_summary_order_items_table .order_summary_store_item_price{width:55px}.order_summary_order_items_table .order_summary_store_item_qty{width:24px}.order_summary_order_items_table .order_summary_store_item_total{width:68px}}@media screen and (max-width: 349px){.summary_order_totals_span{width:80px}.order_summary_order_info p,.order_summary_customer_info_cell{font-size:1.1rem}.order_summary_order_info .order_summary_order_info_tab_space{width:108px}.order_summary_order_totals_wrapper{font-size:1.1rem}.order_summary_order_items_table .order_summary_store_item_name,.order_summary_order_items_table .order_summary_store_item_price,.order_summary_order_items_table .order_summary_store_item_qty,.order_summary_order_items_table .order_summary_store_item_total{font-size:.9rem}.order_summary_order_items_table th.order_summary_store_item_price,.order_summary_order_items_table th.order_summary_store_item_qty,.order_summary_order_items_table th.order_summary_store_item_total,.order_summary_order_items_table .order_summary_category_cell{font-size:.8rem}.order_summary_order_items_table .order_summary_store_item_price{width:50px}.order_summary_order_items_table .order_summary_store_item_qty{width:21px}.order_summary_order_items_table .order_summary_store_item_total{width:61px}}@media screen and (max-width: 299px){.order_summary_order_info p,.order_summary_customer_info_cell{font-size:.95rem}.order_summary_order_info .order_summary_order_info_tab_space{width:92px}.order_summary_order_totals_wrapper{font-size:1rem}}.account_page{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:var(--default_internal_padding);width:100%;max-width:800px;margin:0 auto;margin-bottom:var(--default_internal_padding);font-family:var(--font_roboto)}.account_page h1{text-align:center;width:100%;font-size:1.7rem;background-color:var(--clr_background);border-radius:var(--default_border_radius);padding:var(--default_button_padding)}.account_container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:16px;padding:24px;background-color:var(--clr_foreground);border-radius:var(--default_border_radius)}.account_container h2{font-size:1.4rem;width:100%;text-align:center;color:var(--clr_dark_gray);padding:var(--default_button_padding);padding-top:5px;padding-bottom:5px;border-radius:var(--default_border_radius);background-color:#deb887}.error_message.account_error_message{margin-top:0;margin-bottom:0;padding:12px 15px;font-size:1.2rem}.order_history_section{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-bottom:4px;margin-top:4px}.order_history_buttons_container{width:calc(2 * var(--default_button_width));display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:16px}.order_history_buttons_container>button{border:none;outline:none;cursor:pointer;background-color:transparent;color:#fff;font-size:var(--default_button_font_size);font-family:var(--font_roboto);box-shadow:var(--default_button_shadow);transition:var(--default_button_transition);height:var(--default_button_height);border-radius:var(--default_button_border_radius)}.order_history_buttons_container>button:hover{box-shadow:var(--default_button_shadow_hover)}.order_history_buttons_container>button:active{box-shadow:var(--default_button_shadow_active)}button.refresh_button{display:flex;align-items:center;justify-content:center;gap:6px;font-family:var(--font_roboto);font-size:var(--default_button_font_size);width:130px;background-color:#a0673f}button.show_history_button{background-color:var(--default_details_button_color);width:var(--default_button_width)}.order_history_list{width:100%}.narrow_order_id{display:none}.hidden_utility_col{display:table-cell}.order_history_table{width:100%;border-collapse:collapse;font-family:var(--font_roboto);font-size:1.2rem}.order_history_table th,.order_history_table td{text-align:center}.order_history_table .column_date,.order_history_table .column_order_id,.order_history_table .column_total{padding-top:8px;padding-bottom:8px}td.column_date,td.column_order_id,td.column_total{border-top:2px solid rgb(168,151,129)}td.column_date{color:var(--clr_button)}.order_history_table .column_date,.order_history_table .column_total{width:auto}.order_history_table .column_total{font-weight:700}.order_history_table .column_summary{text-align:right;width:70px}.order_history_table .column_order_id,.order_summary_row{width:auto}.order_summary_button{height:36px;border-radius:18px;width:100px;border:none;outline:none;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;background-color:var(--clr_button);width:70px;margin-left:20px;margin-top:3px;margin-bottom:3px;box-shadow:var(--default_button_shadow);transition:var(--default_button_transition)}.order_summary_button:hover{box-shadow:var(--default_button_shadow_hover)}.order_summary_button:active{box-shadow:var(--default_button_shadow_active)}.show_password_button_account{display:flex;align-items:center;justify-content:flex-end;margin-top:20px}.show_password_button_account button{height:40px;width:90px;text-align:center;border:none;outline:none;border-radius:20px;font-size:1.6rem;color:#fff;background-color:#937d62;box-shadow:var(--default_button_shadow);transition:var(--default_button_transition)}.show_password_button_account button:hover{box-shadow:var(--default_button_shadow_hover)}.show_password_button_account button:active{box-shadow:var(--default_button_shadow_active)}.change_password_button_container{margin-top:10px;width:calc(2 * var(--default_button_width))}.change_password_button{height:40px;border-radius:20px;font-size:.9rem;padding:none;display:block;border:none;outline:none;cursor:pointer;color:#fff;font-family:var(--font_roboto);box-shadow:var(--default_button_shadow);transition:var(--default_button_transition);background-color:#937d62;width:160px;align-self:flex-start}.product_button_add_to_cart.edit_address_button.account_edit_address_button{margin-bottom:16px}.product_button_add_to_cart.account_logout_button{margin-top:4px;margin-bottom:4px;display:flex;justify-content:center}.product_button_add_to_cart.account_logout_button button{background-color:var(--clr_button);width:calc(2 * var(--default_button_width))}.password_edit_container{width:100%;background-color:#dcc7a1;padding:var(--default_internal_padding);padding-top:20px;padding-bottom:16px;border-radius:var(--default_border_radius);margin-bottom:10px;margin-top:10px}.account_password_edit_button_container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:20px;width:100%}.account_password_edit_button_container button{margin-top:20px;margin-bottom:8px;flex:1;padding:none;display:block;border:none;outline:none;cursor:pointer;color:#fff;font-family:var(--font_roboto);box-shadow:var(--default_button_shadow);transition:var(--default_button_transition);font-size:var(--default_button_font_size);height:var(--default_button_height);border-radius:var(--default_button_border_radius)}.account_password_cancel_button{background-color:var(--default_details_button_color)}.account_password_change_button{background-color:var(--clr_button)}.order_summary_row{background-color:#eee6d7;border-radius:var(--default_border_radius);margin-top:3px;margin-bottom:16px}@media screen and (max-width: 649px){.product_button_add_to_cart.account_logout_button button,.change_password_button_container,.order_history_buttons_container{width:100%}.account_container{padding-left:10px;padding-right:10px}.order_summary_button{margin-left:14px}}@media screen and (max-width: 599px){.wide_order_id{display:none}.narrow_order_id{display:inline}}@media screen and (max-width: 449px){button.refresh_button{width:90px;font-size:1.4rem}.refresh_orders_wide{display:none}}@media screen and (max-width: 399px){.account_page h1,.account_container h2{font-family:var(--font_roboto_condensed)}button.show_history_button{width:190px}.order_history_table .column_order_id,.order_history_table .column_date,.order_history_table .column_total{font-family:var(--font_roboto_condensed)}td.column_date{padding-left:4px}td.column_order_id{font-size:1.1rem}th.column_date{padding-left:24px}.column_total{padding-right:4px}.order_history_table .column_date{text-align:left}.order_history_table .column_total{text-align:right}.show_password_button_account button{width:70px}}@media screen and (max-width: 349px){.hidden_order_id{display:none}button.refresh_button{width:var(--default_button_height);font-size:1.4rem}button.show_history_button{width:160px}}@media screen and (max-width: 299px){.account_page h1{font-size:1.3rem}.account_container h2{font-size:1.2rem}button.refresh_button{font-size:1.3rem}button.show_history_button{width:160px}.order_summary_button{width:36px;font-size:1rem}.order_history_table .column_summary{width:50px}.change_password_button{height:34px;border-radius:17px;font-size:.8rem;width:140px}.show_password_button_account button{width:40px;font-size:1.5rem}}.login_page{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:var(--default_internal_padding);width:100%;max-width:700px;margin:0 auto;margin-bottom:var(--default_internal_padding);font-family:var(--font_roboto)}.login_page h2{text-align:center;width:100%;font-size:1.7rem;background-color:var(--clr_background);border-radius:var(--default_border_radius);padding:var(--default_button_padding)}.login_container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:var(--default_internal_padding);padding:20px 24px;background-color:var(--clr_foreground);border-radius:var(--default_border_radius)}.login_container>form{font-size:1.2rem;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:left;border-radius:var(--default_border_radius)}.creating_account_check{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.creating_account_check label{display:flex;align-items:center;gap:8px;cursor:pointer}.custom_checkbox{width:24px;height:24px;background-color:gray;border-radius:7px;cursor:pointer;display:flex;justify-content:center;align-items:center;color:transparent}input[type=checkbox]:checked+.custom_checkbox{background-color:var(--clr_nav);color:#fff}.show_password_button_wrapper,.show_password_button_wrapper button{height:40px;width:90px;text-align:center;border:none;outline:none;border-radius:20px;font-size:1.6rem;color:#fff;background-color:#937d62}.show_password_button_wrapper button{box-shadow:var(--default_button_shadow);transition:var(--default_button_transition)}.show_password_button_wrapper button:hover{box-shadow:var(--default_button_shadow_hover)}.show_password_button_wrapper button:active{box-shadow:var(--default_button_shadow_active)}.login_form_button{margin-top:20px}.create_an_account{font-size:1.2rem;color:#000}.label_create_account{width:auto}.error_logging_in{margin-top:18px;margin-bottom:1px;font-size:1.2rem;padding:12px 16px}@media screen and (max-width: 499px){.login_container{padding-left:var(--default_section_margin);padding-right:var(--default_section_margin);padding-top:20px;padding-bottom:20px}}@media screen and (max-width: 399px){.login_page h2,.create_an_account{font-family:var(--font_roboto_condensed)}.show_password_button_wrapper,.show_password_button_wrapper button{width:64px;font-size:1.6rem}}@media screen and (max-width: 299px){.show_password_button_wrapper,.show_password_button_wrapper button{width:40px;font-size:1.36rem}.login_container{padding-top:14px;padding-bottom:16px}.login_page h2{font-size:1.3rem}.create_an_account{font-size:1.1rem}.error_logging_in{margin-top:14px;font-size:1rem;padding:10px 15px;margin-bottom:0}}.shopping_cart_page{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:var(--default_internal_padding);width:100%;max-width:800px;margin:0 auto;margin-bottom:var(--default_internal_padding);font-family:var(--font_roboto)}.empty_cart_message{display:flex;width:100%;height:5rem;align-items:center;justify-content:center;background-color:var(--clr_foreground);border-radius:var(--default_border_radius);padding:var(--default_button_padding)}.cart_empty_div{min-height:300px}.empty_cart_message h2{font-size:1.7rem;color:var(--clr_button)}.shopping_cart_page h1{text-align:center;width:100%;font-size:1.7rem;background-color:var(--clr_background);border-radius:var(--default_border_radius);padding:var(--default_button_padding)}.shopping_cart_container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:800px;margin:0 auto;gap:var(--default_internal_padding);padding:var(--default_section_margin);padding-top:8px;background-color:var(--clr_foreground);border-radius:var(--default_border_radius);padding-bottom:24px}.cart_items_container{width:100%;display:flex;flex-direction:column;gap:16px}.cart_items_wrapper{width:100%;display:flex;flex-direction:column;gap:var(--default_internal_padding)}.item_category{font-size:1.3rem;text-align:center;color:var(--clr_button);padding-top:4px;padding-bottom:4px;border-radius:var(--default_border_radius);background-color:#deb887;margin-top:var(--default_section_margin)}.cart_items{display:flex;flex-direction:column;gap:10px;width:100%}.cart_item_combo{display:flex;flex-direction:column;gap:5px}.item_line_1,.item_line_2{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:nowrap}.cart_item_name_div{display:flex;flex-direction:row;gap:20px;align-items:center;width:100%;max-width:450px;min-width:0;flex-shrink:1}.cart_item_qty_div{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2px;margin-left:5px}.cart_item_price_qty_info{display:flex;flex-direction:row;gap:24px}.cart_item_price,.cart_item_total,.cart_item_qty,.cart_item_name{font-size:1.2rem}.cart_item_price,.cart_item_total{display:flex;align-items:center;justify-content:right;width:60px}.cart_item_total{width:80px;font-weight:500}.cart_item_name{flex:1 1 auto;align-items:center;justify-content:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;min-width:0;transition:var(--default_transition);text-decoration:none;text-shadow:none;color:#000;padding-right:10px}.cart_item_name:hover{color:var(--clr_button)}.cart_item_name:active{color:#000}.cart_item_qty{display:flex;width:32px;height:100%;align-items:center;justify-content:center;text-align:center;color:var(--clr_button)}.cart_item_plus_minus{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:15px;width:100%}.cart_item_remove_button{width:auto}.cart_item_plus button,.cart_item_minus button,.cart_item_remove_button button{width:32px;height:32px;border-radius:50%;font-size:1.2rem;color:#fff;border:none;cursor:pointer;box-shadow:var(--default_button_shadow);transition:var(--default_transition)}.cart_item_plus button{background-color:#758655}.cart_item_minus button{background-color:#d77c7c}.cart_item_remove_button button{background-color:#cd5c5c}.cart_item_plus button:hover,.cart_item_minus button:hover,.cart_item_remove_button button:hover{box-shadow:var(--default_button_shadow_hover)}.cart_item_plus button:active,.cart_item_minus button:active,.cart_item_remove_button button:active{box-shadow:var(--default_button_shadow_active)}.narrow_cart,.narrow_empty_cart{display:none}.cart_totals{margin-top:20px;margin-bottom:24px;width:100%;display:flex;flex-direction:row;justify-content:space-between}.cart_totals_left{display:flex;flex-direction:column;justify-content:flex-end}.cart_totals_left button{padding:var(--default_button_padding);padding-left:0;padding-right:0;font-family:var(--default_button_font_family);font-size:1.1rem;height:40px;width:168px;outline:none;border:none;border-radius:20px;background-color:#cd5c5c;color:#fff;cursor:pointer;box-shadow:var(--default_button_shadow);transition:var(--default_button_transition)}.cart_totals_left button:hover{box-shadow:var(--default_button_shadow_hover)}.cart_totals_left button:active{box-shadow:var(--default_button_shadow_active)}.cart_totals_right{display:flex;flex-direction:column;gap:1px}.cart_totals_line{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;font-size:1.3rem;font-weight:700}.cart_totals_text{width:116px;text-align:right;color:var(--clr_button)}.cart_totals_number{width:100px;text-align:right}.cart_checkout_button button{width:calc(2 * var(--default_button_width));box-shadow:var(--default_button_shadow)}@media screen and (max-width: 799px){.cart_item_name{font-family:var(--font_roboto_condensed)}}@media screen and (max-width: 649px){.narrow_cart{display:flex}.wide_cart{display:none}.item_category{padding-left:0;text-align:center}.cart_item_price,.cart_item_total,.cart_item_qty{font-family:var(--font_roboto_condensed)}.cart_item_price{width:60px}.cart_item_total{width:82px}.cart_item_price_qty_info{gap:6px}.cart_item_qty{width:28px;height:28px;background-color:var(--clr_background);border-radius:50%;color:#000}.cart_item_qty_div{margin-left:12px}.cart_item_plus button,.cart_item_minus button,.cart_item_remove_button button{width:88px;height:32px;border-radius:16px}.wide_empty_cart{display:none}.narrow_empty_cart{display:inline;font-size:1.3rem}.cart_totals_left button{width:88px}.cart_checkout_button button{width:100%}}@media screen and (max-width: 399px){.empty_cart_message h2,.shopping_cart_page h1,.item_category,.cart_totals_line{font-family:var(--font_roboto_condensed)}.cart_totals_text{width:100px}.cart_totals_number{width:86px}.cart_item_name,.cart_item_price,.cart_item_total,.cart_item_qty{font-size:.9rem}.cart_item_price{width:42px}.cart_item_total{width:58px}.cart_item_price_qty_info{gap:3px}.cart_item_qty{width:22px;height:22px}.cart_item_qty_div{margin-left:8px}.cart_item_plus button,.cart_item_minus button,.cart_item_remove_button button{width:60px;height:26px;border-radius:13px}.cart_totals_left button{width:60px;height:40px;border-radius:20px}}@media screen and (max-width: 299px){.empty_cart_message h2,.shopping_cart_page h1{font-size:1.3rem}.cart_totals_left button{width:40px}.item_category{font-size:1.1rem}.cart_totals_line{font-size:1.2rem}.cart_totals_number{width:80px}.cart_totals_text{width:92px}.empty_cart_message{height:4.5rem}}.checkout_page{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:var(--default_internal_padding);width:100%;max-width:700px;margin:0 auto;margin-bottom:var(--default_internal_padding);font-family:var(--font_roboto)}.checkout_page h1{text-align:center;width:100%;font-size:1.7rem;background-color:var(--clr_background);border-radius:var(--default_border_radius);padding:var(--default_button_padding)}.guest_checkout_container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;padding:24px;background-color:var(--clr_foreground);border-radius:var(--default_border_radius)}.guest_checkout_container h2{font-size:1.4rem;width:100%;text-align:center;color:var(--clr_dark_gray);padding:var(--default_button_padding);padding-top:5px;padding-bottom:5px;border-radius:var(--default_border_radius);background-color:#deb887;margin-bottom:6px}.cart_summary{width:100%;padding-left:16px;padding-right:16px}.cart_summary p{margin-top:6px;margin-bottom:10px;font-size:.9rem;color:var(--clr_dark_gray)}.cart_summary table{width:100%;font-size:1.2rem;border-collapse:collapse}.cart_summary_value{text-align:right;font-weight:700}.cart_summary_label{text-align:left;color:var(--clr_button)}.address_section,.payment_section{width:100%}.address_display,.card_display{width:100%;padding-left:16px;padding-right:16px}.address_display p,.card_display p{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.2rem;text-align:left}.place_order_section{width:100%}.place_order_section p{font-size:1.2rem;text-align:left;color:var(--clr_dark_gray);font-weight:500}.product_button_add_to_cart.edit_address_button{margin-top:18px;margin-bottom:24px;display:flex;justify-content:center}.product_button_add_to_cart.edit_address_button button{background-color:var(--default_details_button_color)}.product_button_add_to_cart.place_order_wrapper{margin-top:24px;margin-bottom:10px;display:flex;justify-content:center}.place_order_wrapper button{width:calc(2 * var(--default_button_width));box-shadow:var(--default_button_shadow)}@media screen and (max-width: 649px){.place_order_wrapper button{width:100%}.guest_checkout_container{padding-left:10px;padding-right:10px}.cart_summary,.address_display,.card_display{padding-left:6px;padding-right:6px}.place_order_section p{padding-left:4px;padding-right:4px}}@media screen and (max-width: 399px){.checkout_page h1,.guest_checkout_container h2,.cart_summary p,.cart_summary_label,.cart_summary_value,.address_display p,.card_display p,.place_order_section p{font-family:var(--font_roboto_condensed)}}@media screen and (max-width: 299px){.checkout_page h1,.guest_checkout_container h2{font-size:1.3rem}.guest_checkout_container h2{font-size:1.2rem}.address_display p,.card_display p,.cart_summary_label,.place_order_section p{font-size:1.1rem}.cart_summary p{font-size:.78rem}}.order_processing_component_wrapper{width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:var(--default_internal_padding);font-family:var(--font_roboto)}.order_processing_component_wrapper.processing_wrapper_width,.order_processing_component_wrapper.error_wrapper_width{max-width:calc(2 * var(--default_button_width))}.order_processing_component_wrapper.success_wrapper_width{max-width:800px}.order_processing_component_wrapper .order_processing_success,.order_processing_component_wrapper .order_processing_h1,.order_processing_component_wrapper .order_error_h1{text-align:center;width:100%;font-size:1.7rem;font-family:var(--font_roboto);border-radius:var(--default_border_radius);padding:var(--default_button_padding)}.order_processing_component_wrapper .order_processing_success{background-color:#addec2}.order_processing_component_wrapper .order_processing_h1{background-color:var(--clr_background)}.order_processing_component_wrapper .order_error_h1{background-color:#e19d9d}.order_processing_component_wrapper .order_processing_success_summary{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:var(--default_internal_padding);background-color:var(--clr_foreground);border-radius:var(--default_border_radius);padding-bottom:16px}.order_processing_component_wrapper .order_processing_status_div,.order_processing_component_wrapper .order_error_div{width:100%;background-color:var(--clr_foreground);min-height:var(--default_button_width);border-radius:var(--default_border_radius);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;padding:52px}.order_processing_status_div p,.order_error_div p{font-family:var(--font_roboto);font-weight:700;font-size:1.4rem;color:var(--clr_button)}.order_processing_status_div p{white-space:nowrap}.order_processing_success_summary .online_receipt{margin:16px 16px 8px auto;width:180px;color:var(--clr_dark_gray);font-family:var(--font_roboto);text-align:right;border-bottom:2px solid var(--clr_dark_gray)}.order_processing_success_summary .thank_you{width:100%;text-align:center;color:var(--clr_nav)}@media screen and (max-width: 499px){.order_processing_component_wrapper .order_processing_success,.order_processing_component_wrapper .order_processing_h1,.order_processing_component_wrapper .order_error_h1,.order_processing_status_div p,.order_error_div p{font-family:var(--font_roboto_condensed)}}@media screen and (max-width: 399px){.order_processing_success_summary .online_receipt{font-family:var(--font_roboto_condensed);width:160px}.order_processing_success_summary .thank_you{font-family:var(--font_roboto_condensed)}}@media screen and (max-width: 349px){.order_processing_success_summary .online_receipt{font-size:1.3rem;width:140px}.order_processing_success_summary .thank_you{font-size:1.3rem}}@media screen and (max-width: 299px){.order_processing_component_wrapper .order_processing_success,.order_processing_component_wrapper .order_processing_h1,.order_processing_component_wrapper .order_error_h1{font-size:1.3rem}.order_processing_status_div p,.order_error_div p{font-size:1.1rem}.order_processing_success_summary .online_receipt{font-size:1.2rem;width:125px}.order_processing_success_summary .thank_you{font-size:1.2rem}}
