body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.Products{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr 1fr;margin:1.5rem 0;@media (max-width:1200px){grid-template-columns:1fr 1fr 1fr}@media (max-width:900px){grid-template-columns:1fr 1fr}@media (max-width:600px){grid-template-columns:1fr}}.Product{background:#fff;border:2px solid #dbdbdb;border-radius:2px;padding:1rem}.Product,.ProductInner{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.ProductInner{flex:1 1;width:100%}.Product a{text-decoration:none}.ProductTitle{display:block;text-align:center}.Product img{max-width:100%;transition:scale .3s ease-in-out}.Product img:hover{scale:1.05}.Product h4{color:#343434;margin-bottom:0;text-align:center}.Product h4:hover{color:#000}.Price{color:#f05a1a;font-size:1.25rem;font-weight:700}.Loading,.Price{text-align:center}.Search{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 2fr;margin-bottom:1rem;@media (max-width:900px){grid-template-columns:1fr}}.SearchInputs{display:flex;gap:1rem;@media (max-width:900px){flex-direction:column;gap:.5rem}}.SearchInput{margin-bottom:0!important}.SelectInput{cursor:pointer;height:36px;width:100%!important}.Buttons{display:flex;flex-direction:column;gap:.5rem;width:100%}.Button{align-items:center;border:none;display:flex;font-size:inherit;height:48.75px;justify-content:center;padding:.75rem;text-align:center}.Button--grey{background:#f0f0f0;color:#000!important}.Button--grey:hover{background:#dcdada;text-decoration:none}.Button--orange{background:#f05a1a;color:#fff!important}.Button--orange:hover{background:#f56f36;text-decoration:none}.Button--green{background:#57b257;color:#fff!important}.Button--green:hover{background:#57b257;text-decoration:none}.Indicator,.SearchBar{display:flex}.Indicator{fill:#fff;stroke:#fff;align-items:center;background:#f56f36;height:35px;justify-content:center;width:35px}.Indicator svg{height:60%;width:60%}.Spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Sort{align-items:center;display:flex;gap:10px;justify-content:flex-end}.Sort .SelectInput{padding-right:35px!important;width:-webkit-fit-content!important;width:fit-content!important}.SortDirectionButton{fill:#fff;stroke:#fff;align-items:center;background:#f56f36;border:none;cursor:pointer;display:flex;height:35px;justify-content:center;width:35px}
/*# sourceMappingURL=main.c1d1ce6e.css.map*/