: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}.alert-list{margin:0;padding:0;width:100%}.alert-item{margin:0;padding:1rem 1.5rem;text-align:center;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1);transition:opacity .3s ease}.alert-item:last-child{border-bottom:none}.alert-item:hover{opacity:.9}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}.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}.categories h2{padding:.5em}.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}.cart:hover #cart-count-icon.show{background-color:gray;color:var(--primary-color)}#cart-count-icon.show{position:absolute;top:.2em;right:-.3em;width:20px;height:20px;background-color:var(--primary-color);border-radius:50%;color:var(--dark-grey);font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center}#cart-count-icon.hidden{display:none}.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;width:90%}.cart-card{position:relative}.cart-remove{position:absolute;top:6px;left:200px;background:transparent;border:none;color:var(--tertiary-color);font-size:1.1rem;cursor:pointer}.cart-remove:hover{color:var(--secondary-color)}.cart-card__image{grid-row:1/3;grid-column:1}.cart-card p{margin-top:0}.category-list{list-style-type:none;display:flex;flex-direction:row;justify-content:center;gap:1em;padding:1em;text-align:center}.category-list a{text-decoration:none;color:var(--dark-grey);font-weight:700}.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}.cart-footer hide{display:none}.cart-footer{display:block;width:250px;margin-left:auto;margin-right:0;text-align:right}.cart-total{font-size:1.5em;margin-right:1em}.checkout-button{margin-bottom:1em}.checkout-steps{display:grid;grid-template-columns:1fr;padding:1em}.checkout-steps h2{grid-row-start:1;text-align:center;margin-bottom:.5em}.checkout-steps form{grid-row-start:3;display:block;font-size:1.3rem}fieldset{border:none}.checkout-steps input[type=text],button{display:block;padding:.8rem;width:95%;margin:.4em;font-size:.8rem}.checkout-steps #lname,#zip{margin-bottom:2em}.checkout-steps h3{margin-bottom:.5em}.checkout-steps form,.checkout-steps .order-summary{border:1px solid var(--tertiary-color);padding:.5em;margin:.5em}.checkout-steps input:required{border-bottom:2px solid var(--tertiary-color)}.checkout-steps input:valid{border-bottom:2px solid var(--dark-grey)}#success{text-align:center;margin:1em;font-size:2em}.alert{display:grid;grid-template-columns:auto 20px;background-color:var(--tertiary-color);margin:1em;color:var(--light-grey)}.alert span{align-self:center}@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%}.cart-total{margin-right:1em}}footer{font-size:var(--small-font);padding:1em}
