html{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000;min-height:100vh;display:flex;flex-direction:column}.hidden{display:none!important}img{max-width:100%;height:auto}button,input[type=submit]{-webkit-user-drag:none;-webkit-appearance:button;background-color:#ccc;border:none;color:#000;cursor:pointer;display:inline-block;line-height:normal;padding:.5em 1em;text-align:center;text-decoration:none;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}button.primary,input[type=submit].primary{background-color:#000;color:#fff}label{margin-bottom:.3em;display:block;text-align:left}input[type=text],input[type=email]{border:1px solid #ccc;padding:.5em .6em;box-shadow:inset 0 1px 3px #ddd;border-radius:4px;vertical-align:middle;box-sizing:border-box;margin-bottom:.3em}.formInput{display:flex;flex-direction:column;justify-content:flex-start}.formInputInline{display:flex;flex-direction:row;justify-content:flex-start;align-content:center;margin-bottom:.3em}.formInputInline label{margin-bottom:0}.formInputInline input{margin-left:.3em}.formError{color:red;font-weight:600}.spinner{border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite;display:inline-block;margin-left:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#headerTitle{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}#actionMenu{width:6rem;margin:0 1rem}#actionMenu button{background-color:initial;border:none;padding:0}#title{margin-right:1rem}header{display:block;background-color:#fff;z-index:999}header.showMenu{position:absolute;top:0;left:0;width:100%;height:100%}header.showMenu #headerTitle #toggleMenu img#openMobile{display:none}header.showMenu #headerTitle #toggleMenu img#closeMobile{display:inherit}header #headerTitle #toggleMenu img#closeMobile{display:none}header #headerMenu{display:none}header.showMenu #headerMenu{display:flex;flex-direction:column-reverse}nav{display:flex;flex-direction:column;justify-content:center}nav>span{font-size:1.75rem;font-weight:600;padding:2.5rem 0;text-align:center}nav>span a{color:inherit;text-decoration:inherit}#socialLinks{display:flex;flex-direction:row;justify-content:center}#socialLinks a img{width:3rem;margin:0 .625rem}main{margin:0 1.25rem;padding-bottom:1rem;text-align:center;flex:1;overflow-x:hidden}footer{text-align:center;height:2.5rem;background-color:#fff}footer p{font-size:.75rem}#aboutMe p{text-align:left}#profile{width:200px;float:left;margin-right:1rem;margin-bottom:1rem}#urn{width:150px;float:right;margin-left:1rem;margin-bottom:1rem}.productItem a{display:block;width:330px;text-decoration:none;color:#000;padding:.2rem;margin:0 auto}.productItem a:hover{border-radius:4px;box-shadow:0 0 5px 2px #00000080}.productItem a img{width:100%;display:block;border-radius:4px}.productName{font-size:1.2rem;font-weight:700;margin:0;text-overflow:ellipsis}.productPrice{font-size:1rem;margin:0}.productFilterList{margin-bottom:.25rem}#tagList{display:none}#tagSelect{width:330px;margin:0 auto;border-radius:4px;padding:.25rem}#productDetail h1{font-size:1.2rem;margin:0;text-overflow:ellipsis;text-align:left}#productDetail p{text-align:left}#productDetail #price{font-size:1rem;font-weight:700;margin:0 0 1rem}#productDetail #purchase{margin-top:.3em}#productDetail #thumbnails img{margin:.25rem .5rem .25rem 0;width:60px;border-style:none}@media screen and (min-width:768px){#actionMenu{width:3rem}#actionMenu button img{width:2.5rem}.featureList,.productList{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}#contactForm,#purchaseForm{width:30em;margin:0 auto}}@media screen and (min-width:1024px){body{width:1000px;margin:0 auto}main{overflow:visible}#actionMenu{display:none}header{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}header #headerMenu{display:flex;flex-direction:column;justify-content:space-between;padding:2.5rem 1.25rem 2.5rem 0}nav{flex-direction:row}nav>span{padding:0 .625rem}.productItem a{width:310px}.photoGallery img{width:400px}#tagSelect{display:none}#tagList{padding:0;display:flex;flex-direction:row;justify-content:space-around}#tagList li{list-style:none;border-radius:.8rem;background-color:#eee;color:#000;padding:.3rem .5rem;font-size:.8rem;cursor:pointer}#tagList li.selected{background-color:#000;color:#fff}#productTitle,#productDescription{float:right;width:354px}#productImages{float:left;width:600px}#productFooter{clear:both}#purchaseForm{width:100%}}@media screen and (min-width:1200px){body{width:1160px}.productItem a{width:370px}.photoGallery img{width:560px}#productTitle,#productDescription{width:354px}#productImages{width:600px}#productDetail #thumbnails img{width:100px}#aboutMe{max-width:1120px;margin:0 auto}}@media screen and (min-width:1440px){body{width:1416px}.productItem a,.photoGallery img{width:450px}#productTitle,#productDescription{width:500px}#productImages{width:900px}}
