:root
{
  --tfblack: black;
  --tfwhite: white;
  --tfdgrey: #101110;
  --tflgrey: #eaeaea;
  --tforange: #ff5400;
  --tfnavy: #173067;
}
.HeaderBlack
{
  background-color: var(--tfblack);
  color: white;
}
.TFProductBanner
{
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.Header
{
  //position: sticky;
  //top: 0px;
  //z-index: 200;
}
