*{box-sizing:border-box}body{color:#222;font-family:sans-serif;line-height:1.5;max-width:max-content;min-height:100vh;margin:auto}main{margin-left:10%;margin-right:10%}header{background-color:#247ba0;border-bottom:1px solid #222;margin-bottom:3rem}footer{background-color:#247ba0;color:#fff;text-align:center;border-style:solid;border-width:8px 0 0;padding:.4rem;margin-top:3rem;bottom:0}a{color:#00e;text-decoration:none}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;margin-left:9%;margin-right:9%}.navlink{list-style:none;display:flex;gap:1.3rem}.navbar a{color:#fff;text-decoration:none;font-weight:600}.navlink a:hover{color:#e2e2e2;border-bottom:1px solid #e2e2e2;border-bottom-width:.2rem}#site-title{font-weight:700}.is-active{border-bottom:1px solid #fff;border-bottom-width:.2rem}.product{display:grid;align-items:self-end;border-color:#e2e2e2;border-style:solid;border-width:.12rem;border-radius:2rem;padding:1.6rem;box-shadow:2px 6px #E2E2E2}.product:hover,.product:active{box-shadow:2px 6px #d4d0d0;transition:.3s}.product>img{display:block;margin-left:auto;margin-right:auto;width:60%}.product-section{display:grid;gap:.8rem;grid-template:repeat(1,1fr)/repeat(3,1fr)}.product-button{text-align:center;font-weight:900;width:100%;padding:.6rem;border-style:solid;border-radius:2rem;background-color:#247ba0;color:#fff;-moz-appearance:button;appearance:button}.product-button:hover{background-color:#134e67;box-shadow:2px 5px #134e67;transition:.3s}.product-price{font-weight:400;font-size:large}.template{margin-left:5%;margin-right:5%}.space-margin{margin-top:4rem;margin-bottom:3rem}@media screen and (max-width:1100px){.product-section{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}main{margin-left:6%;margin-right:6%}.navbar{margin-left:5%;margin-right:5%}}@media screen and (max-width:760px){.product-section{grid-template-columns:1fr;grid-template-rows:1fr;margin:1rem}main{margin-left:4%;margin-right:4%}.navbar{margin-left:1%;margin-right:1%}}