@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;600&display=swap";:root{--nav-logo-color: #f7b449;--nav-link-color: #475569;--nav-border-bottom: #e2e8f0;--nav-hamburger: #101010;--nav-box-shadow: rgba(0, 0, 0, .05);--grid-contain-bg: #c8c8c8;--grid-item-bg: #f6f6f6;--menu-color: #000000;--product-border-bottom: rgb(190 187 210);--cart-bg: white;--cart-action: #e44c4c;--cart-box-shadow: #68707533;--cart-txt-color: #202020;--white: #ffffff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;margin:0}.toolbar{display:flex;justify-content:space-around;width:100%;background-color:#fff;align-items:center;position:fixed;padding:.5rem 1rem;bottom:0;z-index:1}@media only screen and (min-width: 650px){.toolbar{display:none}}.toolbar-controls{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#000}.toolbar-icons{font-size:1.4rem}.d-none{display:none}.form-error{font-size:.8rem;color:#cd2f2f;margin:5px 0}.form-field{width:100%;padding:.5rem .3rem;margin-top:.5rem;border-radius:5px;border:1px solid;font-family:inherit;font-size:.8rem;padding:.5rem;border:1px solid #949494}.form-field:focus{background-color:#c9c9c949}
