:root{--primary:#7cdf64;--secondary:#ff834f;--black:#222;--darkGrey:#222c;--grey:#2226;--white:#2223}*{box-sizing:border-box;font-family:Dosis,sans-serif;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#2223;background:var(--white);color:#222;color:var(--black)}.load{height:100vh;justify-content:center}.load,nav{align-items:center;display:flex}nav{background:var(--primary);color:var(--black);justify-content:space-between;padding:.5rem 2rem}.logo{min-width:120px;width:15%}.logo img{cursor:pointer;width:100%}.links{display:flex;justify-content:space-evenly;padding:1rem 0;width:70%}.links a{color:var(--black);font-size:1.2rem;font-weight:700;text-decoration:none}.hamburger{display:none;height:40px;width:35px}.lines{background:var(--black);border-radius:20px;height:4px;margin-top:5px;width:100%}.active .lines:first-child{transform:rotate(45deg) translateY(5px) translateX(4px)}.active .lines:nth-child(2){opacity:0}.active .lines:last-child{transform:rotate(-45deg) translateY(-9px) translateX(7px)}@media screen and (max-width:780px){.hamburger{display:block}nav{padding:.5rem 1rem}.links{display:none}.open{align-items:center;background:var(--primary);color:#fff;display:flex;flex-direction:column;height:80vh;justify-content:space-between;left:0;position:absolute;top:60px;width:100%;z-index:5}.open h3{margin-bottom:2rem}}.hero{align-items:center;background-size:cover;display:flex;flex-direction:column;height:calc(100vh - 80px);justify-content:center}.heroLogo{min-width:350px;width:35%}.shopNow{background:var(--primary);border:none;border-radius:2rem;cursor:pointer;font-size:1.5rem;height:40px;margin-top:1rem;width:160px}@media screen and (max-width:480px){.heroLogo{min-width:250px;width:10%}}.heading{font-size:3rem;margin-block:2rem;margin-top:4rem;text-align:center}.items{display:flex;flex-wrap:wrap;justify-content:space-evenly}.item{background:#fff;border-radius:1rem;cursor:pointer;height:100%;margin-block:1rem;margin-inline:.4rem;max-width:300px;min-width:200px;overflow:hidden;width:20%}.productDetails{margin:.7rem .5rem}.productImg{aspect-ratio:3/3;object-fit:contain;width:100%}.rating{display:flex;margin-block:.5rem}.star{color:gold;margin-right:.2rem}.btn button{background:var(--secondary);border:none;cursor:pointer;font-size:1.2rem;height:35px;width:100%}.btn button:hover{filter:brightness(.95)}@media screen and (max-width:786px){.productName{font-size:1rem}}@media screen and (max-width:480px){.item{min-width:100px;width:45%}}.blur{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);bottom:0;display:grid;left:0;overflow-y:scroll;padding:2rem;place-items:center;position:fixed;right:0;top:0;z-index:50}.modal{background:#fff;border-radius:1.2rem;box-shadow:0 0 20px rgba(0,0,0,.486);display:flex;height:80%;max-height:600px;max-width:1200px;overflow-x:hidden;padding:2rem;width:95%;z-index:5}.img{width:40%}.text{padding-left:1rem;width:60%}.close,.text{color:var(--black)}.close{cursor:pointer;display:flex;font-size:2rem;position:absolute;right:10px;top:10px}.close:hover{color:#000}.productImage{height:95%;object-fit:contain;width:100%}.text h1,.text p{margin-bottom:1rem}.text p{font-size:1.2rem}.modalStar{color:gold;font-size:1.5rem;margin-right:5px}.modalRating{font-size:1.2rem;justify-content:center;margin-top:1rem}.modalRating,.priceRating{align-items:center;display:flex}.priceRating{justify-content:space-between}.actionBtns{margin-top:2rem}.action{border:none;border:2px solid var(--black);border-radius:.5rem;cursor:pointer;font-size:1.2rem;height:40px;width:140px}.buyNow{background:var(--secondary);margin-right:1rem}.addToCart{background:var(--primary)}@media screen and (max-width:786px){.modal{align-items:center;flex-direction:column;height:95%}.img{height:60%;margin-bottom:2rem;width:80%}.text{width:100%}.text h1{font-size:1.5rem}}@media screen and (max-width:480px){.action{width:45%}}
/*# sourceMappingURL=main.0982a9af.css.map*/