html{font-size:62.5%}*{box-sizing:border-box;margin:0;padding:0;font-size:1.2rem}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000000de;background-color:#27120f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{overflow-x:hidden;margin:0;display:flex;width:100vw;height:100vh;min-width:100vw;min-height:100vh}h1{font-size:3.2rem;line-height:1.1}button{border-radius:.8rem;border:.1rem solid transparent;padding:.5rem 1rem;font-size:1.5rem;font-weight:500;font-family:inherit;background-color:#27120f;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:.4rem auto -webkit-focus-ring-color}.secondary-button{background-color:transparent;border:.1rem solid #27120F;color:#27120f}.secondary-button:hover{background-color:#27120f;border-color:#3a3a3a;color:#f0f0f0}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.App{display:flex;flex-direction:column;min-height:100vh;min-width:100vw}input:-internal-autofill-selected{color:#000!important}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.header{background-color:#f8f4e9;text-align:center;color:#27120f;display:flex;justify-content:space-around;align-items:center;height:10rem}.header .title{flex:1;display:flex;justify-content:center;align-items:center;margin:0;-webkit-user-select:none;user-select:none;color:#27120f}.header .title .brand-logo{width:8rem;height:auto;pointer-events:none;-webkit-user-select:none;user-select:none}.header .header-button{width:5rem;height:5rem;display:flex;height:100%;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.8rem 1rem!important}.header .header-button:hover{background-color:#27120f}.header .header-button:hover img{filter:invert(1)}.header .header-button:hover h3{color:#f8f4e9}.product-section{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem;padding:2rem}.product-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:2rem;border:.1rem solid #ccc;border-radius:.8rem;background-color:#f9f9f9;height:30rem;width:20rem}.product-wrapper-horizontal{display:flex;flex:1;flex-direction:row;align-items:center;justify-content:space-between;padding:2rem;border-bottom:.1rem solid #ccc;background-color:#fff;height:30rem}.product-wrapper-horizontal:last-of-type{border-bottom:none}.product-wrapper-horizontal .product-image{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;position:relative;max-height:60%}.product-wrapper-horizontal .product-image img{height:10rem}.product-name{font-size:1rem;text-align:center}.product-image{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;position:relative;max-height:60%}.product-image img{width:100%;height:100%}.product-add-to-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin-top:1rem;cursor:pointer;width:40px;height:40px}.product-add-to-cart img{width:100%}.checkout-section{background-color:#fff;padding:2rem;display:flex;flex-direction:column;color:#27120f;margin-top:1rem;border-radius:.8rem}.checkout-section .section-header{font-size:1.5rem;font-weight:700;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.next-step-button{background-color:#4caf50;color:#fff;padding:.5rem 1rem;border:none;border-radius:.5rem;text-decoration:none;transition:background-color .3s;font-size:1.5rem}.next-step-button:hover{background-color:#3d8b40}.delivery-form{display:flex;flex-direction:column;width:100%}.new-address-form{display:flex;border:.1rem solid #27120F;border-radius:.8rem;flex-direction:column;margin-top:1rem;gap:.5rem;padding:.5rem 1rem}.address-picker{display:flex;flex-direction:column;width:100%}.address-select{display:flex;border:.1rem solid #27120F;border-radius:.8rem;flex-direction:column;margin-top:1rem;gap:.5rem;padding:.5rem 1rem}.address-form{display:flex;flex-direction:column;width:100%}
