html{box-sizing:border-box;font-size:16px}*,:after,:before{box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,ol,p,ul{font-weight:400;margin:0;padding:0}ol,ul{list-style:none}img{height:auto;max-width:100%}:root{--primary-color:#0d0221;--dark-shade:#261447;--secondary-color:#2de2e6;--tertiary-color:#ff3864;--highlight-color:#ff6c11}body{background-color:#0d0221;background-color:var(--primary-color)}.container{align-items:center;display:grid;font-family:Rajdhani,sans-serif;grid-template-columns:1fr;grid-template-rows:auto;justify-content:center;margin:0 auto;width:93%}.navbar{margin-bottom:2rem}.navbar,.navbar>div{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.navbar>div{font-family:inherit}label{margin-bottom:.5rem;text-align:center;width:100%}label,select{color:#ff3864;color:var(--tertiary-color);font-weight:600}select{background-color:#261447;background-color:var(--dark-shade);border-radius:2px;border-style:none;box-shadow:0 0 5px #ff6c11;box-shadow:0 0 5px var(--highlight-color);font-family:inherit;height:1.6rem;margin-bottom:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:12rem}select:focus{outline:1px solid #2de2e6;outline:solid var(--secondary-color) 1px}.shop-title{-webkit-text-fill-color:transparent;background:linear-gradient(#0d0221,#ff3864 22%,#ff6c11 50%,#261447 51%,#ff3864 65%,#ff3864 78%,#fff);background:linear-gradient(var(--primary-color) 0,var(--tertiary-color) 22%,var(--highlight-color) 50%,var(--dark-shade) 51%,var(--tertiary-color) 65%,var(--tertiary-color) 78%,#fff 100%);-webkit-background-clip:text;background-clip:text;font-family:Audiowide,sans-serif;font-size:2rem;font-weight:bolder;margin-bottom:.7rem;margin-top:1rem;text-align:center;text-shadow:0 0 100px #2de2e6;text-shadow:0 0 100px var(--secondary-color)}.shop-tagline{color:#ff3864;color:var(--tertiary-color);font-size:1rem;font-weight:600;margin:0 auto 1.5rem;max-width:80%;text-align:center;text-shadow:0 0 50px #2de2e6;text-shadow:0 0 50px var(--secondary-color)}.product-card-wrap{justify-content:center;margin:0 auto 2rem;max-width:95%}.product-card,.product-card-wrap{display:flex;flex-direction:column}.product-card{background-color:#261447;background-color:var(--dark-shade);border-radius:10px 10px 0;box-shadow:0 0 10px #ff6c11;box-shadow:0 0 10px var(--highlight-color);color:#2de2e6;color:var(--secondary-color);height:28rem;justify-content:space-evenly;margin:0 auto;padding:1rem;width:100%}.product-title{-webkit-text-fill-color:transparent;background:linear-gradient(#0d0221,#ff3864 30%,#ff6c11 50%,#ff3864 65%,#ff3864 78%,#fff);background:linear-gradient(var(--primary-color) 0,var(--tertiary-color) 30%,var(--highlight-color) 50%,var(--tertiary-color) 65%,var(--tertiary-color) 78%,#fff 100%);-webkit-background-clip:text;background-clip:text;color:#ff3864;color:var(--tertiary-color);font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:center;text-transform:uppercase}.product-image{border-radius:0;display:flex;height:9rem;margin-bottom:1rem}.product-image img{border-radius:50%;box-shadow:inset 0 0 80px rgba(45,226,230,.16),0 0 150px rgba(45,226,230,.3);margin:0 auto;object-fit:cover;width:50%}.product-description{color:#ff3864;color:var(--tertiary-color);font-size:1.1rem;margin-bottom:1rem}.product-price{color:#ff6c11;color:var(--highlight-color);font-size:1.2rem;font-weight:600;margin-bottom:1rem}.product-barcode{align-self:self-end;background-color:#261447;background-color:var(--dark-shade);border-radius:0 0 5px 5px;box-shadow:0 1px 10px #ff6c11;box-shadow:0 1px 10px var(--highlight-color);-webkit-clip-path:inset(0 -15px -15px -15px);clip-path:inset(0 -15px -15px -15px);color:rgba(255,108,17,.5);font-family:Libre Barcode\ 128 Text,cursive;font-size:1rem;letter-spacing:.1rem;padding:.1rem;text-align:center;width:48%;z-index:-1}.product-card button{background-color:#ff6c11;background-color:var(--highlight-color);border-style:none;box-shadow:0 1px 10px #ff3864;box-shadow:0 1px 10px var(--tertiary-color);color:#0d0221;color:var(--primary-color);font-family:inherit;font-size:1.4rem;font-weight:700;height:2rem;text-transform:uppercase;transition:box-shadow .2s ease-out .1s;width:100%}.product-card button:hover{box-shadow:0 0 30px #2de2e6;box-shadow:0 0 30px var(--secondary-color)}@media screen and (min-width:600px){.navbar{align-self:center;display:grid;grid-template-columns:1fr 1fr;justify-self:center;margin-bottom:2rem;max-width:20rem}label{text-align:center}label,select{width:90%}.navbar>div{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.products-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;grid-template-rows:auto;margin:0 auto;max-width:95%}.container h1{font-size:2.8rem}.container h2{font-size:1.2rem;margin-bottom:2rem;text-align:center}.product-card-wrap{margin-bottom:0;max-width:30rem}}@media screen and (min-width:850px){.navbar{align-self:center;justify-self:center;margin-bottom:2rem;max-width:25rem}.products-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;margin:0 auto;max-width:70rem}.product-card-wrap{max-width:30rem;min-width:15rem}}
/*# sourceMappingURL=main.ef36213b.css.map*/