web-ui/src/components/productList/ProductList.css [83:91]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  :root {
    --product-list-flex-direction: row;
    --product-list-overflow-x: scroll;
    --product-width: 20rem;
    --product-bottom-gap: 0;
    --product-right-gap: 1rem;
    --product-container-height: auto;
  }
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



web-ui/src/components/productList/ProductList.css [94:102]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  :root {
    --product-list-flex-direction: row;
    --product-list-overflow-x: scroll;
    --product-width: 20rem;
    --product-bottom-gap: 0;
    --product-right-gap: 1rem;
    --product-container-height: auto;
  }
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



