:root{--font-body: Arial, Helvetica, sans-serif;--font-headline: Haettenschweiler, "Arial Narrow Bold", sans-serif;--primary-color: #f0a868;--secondary-color: #525b0f;--tertiary-color: #8a470c;--light-grey: #d0d0d0;--dark-grey: #303030;--font-base: 18px;--small-font: .8em;--large-font: 1.2em}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);font-size:var(--font-base);color:var(--dark-grey)}img{max-width:100%}header{display:flex;justify-content:space-between;padding:.5rem}p{padding:.75rem}.logo{line-height:60px;width:245px;overflow:hidden;display:flex;font-size:30px;text-align:right;font-family:var(--font-headline)}.logo img{width:60px;height:60px}.logo a{text-decoration:none;color:var(--font-body)}.hero{position:relative}.hero .logo{position:absolute;left:calc(50% - 60px);bottom:-15px;background-color:#fff}#search_form{display:flex;justify-content:center;padding:.7em}.logo--square{font-size:var(--small-font);width:110px;height:80px;flex-direction:column;align-items:flex-end;box-shadow:1px 1px 4px var(--light-grey);justify-content:center;align-items:center;line-height:1}.logo--square img{width:90px;height:90px;margin-top:-1.3em}.logo--square>div{margin-top:-1.7em}.highlight{color:var(--tertiary-color)}button{padding:.5em 2em;background-color:var(--secondary-color);color:#fff;margin:auto;display:block;border:0;font-size:var(--large-font);cursor:pointer}.divider{border-bottom:2px solid var(--primary-color)}.cart{padding-top:1em;position:relative;text-align:center}.cart svg{width:25px}.cart:hover svg{fill:gray}.mission{position:absolute;top:1rem;left:0;right:0;line-height:1.3;width:100%;background-color:var(--dark-grey);color:var(--light-grey);opacity:.8}.mission p{margin:0 auto;width:50%;text-align:center}.products{margin-top:2rem;padding:1rem}.product-list{display:flex;flex-flow:row wrap;list-style-type:none;justify-content:center}.product-list a{text-decoration:none;color:var(--dark-grey)}.product-card{flex:1 1 45%;margin:.25em;padding:.5em;border:1px solid var(--light-grey);max-width:250px}.product-card h2,.product-card h3,.product-card p{margin:.5em 0}.card__brand{font-size:var(--small-font)}.card__name{font-size:1em}.product-detail{padding:1em;max-width:500px;margin:auto}.product-detail img{width:100%}.cart-card{display:grid;grid-template-columns:25% auto 15%;font-size:var(--small-font);align-items:center}.cart-card__image{grid-row:1/3;grid-column:1}.cart-card p{margin-top:0}.cart-card .card__name{grid-row:1;grid-column:2}.cart-card__color{grid-row:2;grid-column:2}.cart-card__quantity{grid-row:1;grid-column:3}.cart-card__price{grid-row:2;grid-column:3}@media screen and (min-width: 500px){body{max-width:1080px;margin:auto}.mission{font-size:1.2em}.cart-card{font-size:inherit;grid-template-columns:150px auto 15%}}footer{font-size:var(--small-font);padding:1em}.hide{display:none}.cart-footer{text-align:center;margin-top:1.5rem;font-weight:700;font-size:1.2rem}.categories{text-align:center;margin:2rem 0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;justify-items:center}.category-grid a{display:flex;flex-direction:column;align-items:center;justify-content:center;width:150px;height:150px;text-align:center;text-decoration:none;color:inherit;border-radius:10px;transition:transform .2s ease,box-shadow .2s ease}.category-grid a:hover{transform:translateY(-5px);box-shadow:0 6px 15px #0003}.category-grid img{width:100px;height:auto;margin-bottom:.5rem}.category-grid p{font-size:1.1rem;font-weight:700}.categories h2{margin-bottom:1.5rem;text-align:center;font-size:1.8rem;font-weight:700}.products h2{text-align:center;margin-bottom:1.5rem;margin-top:1rem;font-size:2rem;font-weight:700}#product-details .divider{border:none;margin:20px}.products h2{margin-top:0}main.divider{margin-top:0;padding-top:0}.products{margin-top:1rem;margin-bottom:1rem}.cart-total{font-size:35px}.checkout-btn{margin-top:20px}.remove-item{cursor:pointer;font-size:20px;color:red;font-weight:700;margin-left:10px}.remove-item:hover{color:#8b0000}.cart-card{display:grid;grid-template-columns:90px 1fr 40px;align-items:center;gap:10px;position:relative}.remove-item{grid-column:3;justify-self:end;align-self:start;cursor:pointer;font-size:32px;color:red;font-weight:700;background:none;border:none;line-height:1}.remove-item:hover{color:#8b0000;transform:scale(1.2)}@media screen and (min-width: 500px){.cart-card{grid-template-columns:150px auto 15% 40px}.remove-item{grid-column:4;font-size:28px}}
