.burger_btn{justify-content:center;align-items:center;gap:var(--burger_gap);width:var(--burger_width);height:var(--burger_height);color:var(--burger_clr);appearance:none;padding:var(--burger_padding);transition:background-color var(--transition_base);cursor:pointer;z-index:var(--z_index_burger);background-color:#0000;border:none;border-radius:.5rem;flex-direction:column;display:none;position:relative}.burger_btn:hover{background-color:var(--burger_hover_clr)}.burger_btn:focus-visible{outline:2px solid var(--burger_focus_outline);outline-offset:2px}.burger_btn .burger_line{height:var(--burger_line_height);width:var(--burger_line_width);transition:all var(--transition_base);transform-origin:50%;background-color:currentColor;border-radius:2px;display:block}.burger_btn.is_open .burger_line:first-child{transform:translateY(var(--burger_line_translate)) rotate(45deg)}.burger_btn.is_open .burger_line:nth-child(2){opacity:0;transform:scaleX(0)}.burger_btn.is_open .burger_line:nth-child(3){transform:translateY(calc(var(--burger_line_translate) * -1)) rotate(-45deg)}:root{--z_index_menu:8}body{background-color:var(--website_bgc);min-height:100dvh;display:grid}.site{grid-template-rows:auto 1fr auto;display:grid}.header{justify-content:space-between;align-items:center;height:8rem;display:flex}.header_left{align-items:center;padding-inline-start:3rem;display:flex}.header_right{align-items:center;gap:1.4rem;padding-inline-end:3rem;display:flex}.header_logo{width:7rem;margin-inline-end:1.8rem}.header_logo a{text-decoration:none}.header_menu{z-index:var(--z_index_menu);justify-content:center;align-items:center;display:flex}.header_menu ul{align-items:center;list-style:none;display:flex}.header_menu ul li{white-space:nowrap;padding:0 .2rem}.header_menu ul li a{color:var(--clr_secondary);transition:var(--transition_base);border-radius:.4rem;padding:.4rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none}.header_menu ul li a:hover{background-color:var(--bgc_surface_primary_1)}.header_menu ul li a.active{background-color:var(--clr_accent)}@media screen and (width<=1100px){.burger_btn{display:flex}.header_menu{--menu_width:60%;--menu_offset:105%;width:var(--menu_width);background-color:var(--bgc_surface_neutral_5);height:100dvh;transform:translateX(var(--menu_offset));transition:transform var(--transition_base);border-radius:.8rem 0 0 .8rem;position:fixed;top:0;left:auto;right:0;overflow:hidden}.header_menu.is_open{transform:translate(0)}[dir=rtl] .header_menu{--menu_offset:-105%;border-radius:0 .8rem .8rem 0;left:0;right:auto}.header_menu ul{flex-direction:column;width:100%}.header_menu ul li{width:90%;padding:0}.header_menu ul li a{color:#fff;justify-content:center;align-items:center;padding:1rem 0;font-size:1.1rem;display:flex}.header_menu ul li a:hover{color:var(--clr_text_input)}}@media screen and (width<=680px){.header{height:6rem}.header_left{padding-inline-start:2rem}.header_logo{width:5rem}.header_right{align-items:center;gap:1.2rem;padding-inline-end:1.6rem;display:flex}}@media screen and (width<=550px){.header_menu{width:90%}}@media screen and (width<=450px){.header_right{padding-inline-end:1.1rem}}@media screen and (width<=310px){.header_menu{width:98%}}.header_cart_link{align-items:center;gap:.4rem;text-decoration:none;display:flex}.header_cart_link .icon{align-items:center;display:flex}.header_cart_link .icon svg{width:1.8rem;height:1.8rem;fill:var(--clr_secondary)}.header_cart_link span{color:var(--clr_secondary);font-size:1rem;font-weight:600}.footer{justify-content:space-between;align-items:center;padding:1rem;display:flex}.footer_copyright{color:var(--clr_neutral_45);font-size:.9rem;font-weight:500}.footer .color_theme_switcher{z-index:1000;position:fixed;inset-block-end:2rem;inset-inline-end:2.2rem}.footer .color_theme_switcher .color_theme_switcher__button{background-color:#fdd568;width:3rem;height:3rem;box-shadow:0 4px 12px #00000026}.footer .color_theme_switcher .color_theme_switcher__button:hover{background-color:var(--bgc_surface_primary_4)}.footer .color_theme_switcher .color_theme_switcher__button svg{width:1.6rem;height:1.6rem;fill:var(--clr_primary)}.auth_page{width:min(38rem,95%);margin:0 auto;padding:3rem .5rem;display:grid}.auth_page_form{background-color:var(--bgc_form_white);box-shadow:var(--shadow_form);border-radius:.9rem;padding:1.8rem 2rem 3rem;display:grid}.auth_page_title{justify-content:center;margin-bottom:1.6rem;display:flex}.auth_page_title span{letter-spacing:.8px;color:var(--clr_text_secondary_4);text-align:center;margin-bottom:1.2rem;font-size:1.5rem;font-weight:600;position:relative}.auth_page_title span:after{content:"";inset-inline-start:0;border-bottom:3px dotted var(--clr_border_primary_4);width:50%;position:absolute;bottom:-.4rem}.auth_page_inputs{gap:1.4rem;margin-bottom:1.6rem;display:grid}.auth_page_form.register_form .auth_page_inputs{gap:.9rem}.auth_page_form.forgot_password_form .auth_page_inputs,.auth_page_form.reset_password_form .auth_page_inputs,.auth_page_form.confirm_password_form .auth_page_inputs{margin-bottom:2.8rem}.auth_page_form_description{color:var(--clr_neutral_45);margin-bottom:1.6rem;font-size:.9rem;font-weight:500}.auth_page_remember_me{margin-bottom:1.8rem}.auth_pages_links{justify-content:space-between;margin-bottom:1.8rem;display:flex}.auth_pages_links a{color:var(--clr_neutral_45);font-size:.85rem;font-style:italic;font-weight:500}html[data-theme=dark] .auth_pages_links a{color:var(--clr_neutral_63)}.auth_page_submit{justify-content:center;display:flex}.auth_page_submit button{width:16rem;height:2.5rem}.verify_email_wrapper{background-color:var(--bgc_form_white);box-shadow:var(--shadow_form);border-radius:.9rem;padding:1.8rem 2rem 3rem;display:grid}.verify_email_thanks{margin-bottom:1.8rem}.verify_email_thanks h2{color:var(--clr_brand);margin-bottom:.8rem;font-size:1.3rem;font-weight:600}.verify_email_thanks p{color:var(--clr_neutral_45);font-size:.9rem;font-weight:500;line-height:1.6rem}#verify_email_form_resend{margin-bottom:1.7rem}.home_hero{border-radius:.8rem;width:calc(100% - 2rem);height:600px;margin:0 1rem;position:relative;overflow:hidden}.home_hero_background{z-index:1;position:absolute;inset:0}.home_hero_background img{object-fit:cover;width:100%;height:100%}.home_hero_content{z-index:2;align-items:center;height:100%;padding:0 1.5rem;display:flex;position:relative}.home_hero_title{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.home_hero_title img{width:100%;max-width:400px;height:auto;display:block}.home_hero_img{flex:0 0 clamp(260px,32vw,400px);justify-content:flex-end;align-items:center;height:100%;margin-inline-end:240px;display:flex}.home_hero_img img{object-fit:contain;width:100%;height:100%;display:block}@media (width<=768px){.home_hero{height:420px}.home_hero_content{padding:0 1rem}.home_hero_img{flex-basis:clamp(160px,38vw,240px)}.home_hero_title img{max-width:300px}}
