@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;900&family=Roboto:wght@100&display=swap";:root{--main-color: #00a8ff;--block-color: #111;--main-background-color: #fdfdfd}#root{display:flex;flex-direction:column}#root>*:not(:first-child){box-shadow:0 0 16px 1px #969696}html,body,#root{height:100vh}html{font-family:Inter,Verdana,Geneva,Tahoma,sans-serif;background-color:var(--main-background-color)}html *{font-family:inherit}header,nav>ul{display:flex}main{padding-bottom:4rem}body,h1,ul{margin:0}ul{padding:0}header{justify-content:space-between;align-items:center;padding:.5rem 5rem;position:sticky;background:var(--main-background-color)}.shadow{box-shadow:0 0 16px 1px #969696}a{text-decoration:none;font-weight:600}header *{color:var(--main-color)}ul{list-style:none;gap:1.5rem}.hero{display:flex;background:var(--main-color);padding:0 3rem}.home-hero{padding:3rem}.hero>div{flex:1}.hero *{color:var(--main-background-color)}.home-hero h2{font-size:3.5rem;line-height:4.5rem}h3{margin:0}.cart{position:relative}.cart>span{position:absolute}footer{display:flex;gap:2rem;margin-top:auto;padding:2rem 2rem 3rem}footer *{color:var(--block-color)}footer>div{display:flex;flex-direction:column;gap:1rem}.socials>a>img{width:2rem}.socials{display:flex;gap:1rem}.hero-action a{background:#fff;color:var(--main-color);padding:.5rem 1rem;font-size:2rem;text-decoration:none;font-weight:600;border-radius:5px}.item-wrapper{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.item{display:flex;flex-direction:column;justify-content:space-around;max-width:7rem}.item p{margin:0}.item img{aspect-ratio:1 / 2;object-fit:contain}.input-controls{display:flex}
