.ProductCategoryPage{display:flex;flex-direction:column;align-items:flex-start;min-height:60vh;gap:2rem;padding:2rem}.ProductCategoryTitle{display:flex;justify-content:flex-start}.ProductGroupsList{display:flex;width:100%;flex-flow:row wrap;justify-content:flex-start;gap:1rem}.ProductGroup{display:flex;flex-direction:column;width:calc(50% - .75rem);gap:1rem}.ProductComparisonList{display:flex;flex-direction:column;gap:.5rem}.ProductComparison:hover{text-decoration:underline}@media only screen and (max-width: 700px){.ProductGroup{width:100%}}
