Shopify Display Flex tidak berfungsi

body {
  @include flexbox();
  @include flex-direction(row);
}

include it inside top of the css file and then you can use flexbox properties
in shopify
Lokesh003