*,:before,:after{box-sizing:border-box;margin:0;padding:0}header{background-color:#f7f9f6;flex-direction:row;justify-content:space-between;align-items:center;padding:.5rem;display:flex}header .logo{width:10rem;height:auto}header .logo img{width:8rem;height:auto}.navbar ul{align-items:center;gap:3rem;font-size:1rem;list-style:none;display:flex}ul li a{color:#1a202c;padding:.8rem 1rem;text-decoration:none;transition:all .3s}ul li a:hover{color:#010c16;background-color:gray;border-radius:.2rem}@media screen and (width<=768px){header{text-align:center;flex-direction:column;gap:.8rem;padding:.5rem}.navbar ul{flex-direction:column;gap:1rem;width:100%}ul li{width:100%}ul li a{padding:.8rem;display:block}}.products{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:3rem;padding:1rem;display:grid}.product-card{border:1px solid #333;flex-direction:column;justify-content:space-between;padding:1rem;display:flex}.product-wrapper{justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.product-wrapper img{min-width:300px;max-width:300px;min-height:300px;max-height:300px}.content{font-size:var(--font-size-two);text-align:center;flex-direction:column;gap:.5rem;width:100%;display:flex;align-items:center!important}.btn{width:max-content;padding:.5rem;align-self:center!important;margin-bottom:.5rem!important}.qty{gap:.5rem;width:100%;display:flex;justify-content:center!important;align-items:center!important;margin:0 auto!important}.qty button{justify-content:center;align-items:center;padding:.5rem;display:flex;width:3rem!important;height:3rem!important}.heading1{text-align:center;padding:1rem;font-size:3rem}form{flex-direction:column;align-items:center;gap:2rem;display:flex}.namecontainer,.emailcontainer,.passwordcontainer{flex-direction:column;gap:1rem;display:flex}#name,#email,#password{width:12rem;height:2rem}form>button{cursor:pointer;padding:1rem}form>button:hover{color:#fff;background-color:#1a202c}.comingsoon{flex-direction:column;justify-content:center;gap:2rem;display:flex}
