: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}.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;text-decoration:none}.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}.cart-card__remove{grid-row:3;grid-column:3;justify-self:center;background:none;border:none;font-size:1.5em;color:var(--tertiary-color);cursor:pointer}.discount-badge{background-color:#dc143c;color:#fff;padding:4px 8px;border-radius:8px;font-weight:700;font-size:.9rem}.old-price{text-decoration:line-through;color:#777;margin-right:.5rem}.new-price{color:#e53935;font-weight:700}.product-grid{columns:4;column-gap:1rem;list-style-type:none;text-align:center}.sort-options{width:fit-content;margin:1rem auto;text-align:center;padding:.75rem 1.5rem;background-color:#faf9f6;border-radius:12px;box-shadow:0 2px 8px #50505012;display:inline-block}.sort-options label{font-weight:600;margin-right:.5em;font-size:1em;color:var(--secondary-color)}.sort-options select{padding:.4em 3.2em .4em .7em;border:1px solid var(--light-grey);border-radius:6px;font-size:1em;background:#fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23525b0f' stroke-width='2'/%3E%3C/svg%3E") no-repeat right .7em center/1em;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color .2s}.sort-options select:focus{border-color:var(--primary-color);outline:none}.cart-footer.hide{display:none}.cart-footer{text-align:right;font-weight:700;margin-top:1rem;font-size:1.2rem}.product-image-carousel{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.product-image-carousel img#productMainImage{max-width:100%;height:auto;display:block;border-radius:4px}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:var( --secondary-color);border:1px solid rgba(0,0,0,.08);padding:.25rem .6rem;font-size:1.6rem;cursor:pointer;line-height:1;border-radius:4px;-webkit-user-select:none;user-select:none}.carousel-prev{left:.5rem}.carousel-next{right:.5rem}.product-thumbs{display:flex;gap:.5rem;margin-top:.5rem;overflow-x:auto;padding-bottom:.25rem}.product-thumbs .thumb{border:none;background:transparent;padding:0;cursor:pointer;outline:none;display:inline-block;border-radius:4px}.product-thumbs .thumb img{display:block;width:64px;height:64px;object-fit:cover;border:2px solid transparent;border-radius:4px}.product-thumbs .thumb.selected img{border-color:#0078d4}.cart-icon{position:relative;display:inline-block}.cart-count{position:absolute;top:9px;right:-3px;background-color:#df7c3a;color:#000;font-size:.75rem;font-weight:700;padding:2px 6px;border-radius:50%;line-height:1;min-width:20px;text-align: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%}}.newsletter{padding:2rem 1rem;text-align:center;background-color:#faf9f6;border-radius:12px;margin:2rem auto;max-width:600px;box-shadow:0 2px 8px #5050501a}.newsletter h2{color:var(--secondary-color);margin-bottom:.5rem}.newsletter p{margin-bottom:1rem;font-size:1rem;color:var(--dark-grey)}.newsletter-form{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.newsletter-form input[type=email]{padding:.6rem;border:1px solid var(--light-grey);border-radius:6px;flex:1 1 250px;font-size:1rem}.newsletter-form button{padding:.6rem 1.2rem;border-radius:6px;font-size:1rem}footer{font-size:var(--small-font);padding:1em}form fieldset{margin:2rem 0;border:1px solid #445ba9;border-radius:10px;padding:.5rem 2%}form legend{color:#1c3daa;margin:0 1rem;padding:0}form label.top,form div{display:block;margin:1rem 0;padding-top:1rem;color:#9c2c13;font-size:.8rem}form label.top input,form label.top select{display:block;font-size:1rem;border:solid 1px #999;border-radius:4px;padding:.75rem;color:#555;width:100%;max-width:20rem;background-color:#0000001a}.thank-you{text-align:center;margin:10vh auto;padding:2rem}.alert{display:flex;align-items:center;justify-content:space-between;padding:.5em;background-color:var(--primary-color);border:1px solid darkorange}.alert>p{margin:0}.alert .closebtn{background:none;border:none;font-size:1.2em;font-weight:700;color:#000;cursor:pointer}
