/****************
 * Fonts
 ****************/
/****************
 * Paints
 ****************/
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
.component-sticky {
  position: static;
}
.component-sticky__sticky {
  position: relative;
  z-index: 99;
}
.component-sticky__sticky--fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.component-sticky__sticky--absolute {
  position: absolute;
  left: 0;
  right: 0;
}

body.lightbox-open .component-sticky__sticky,
body.blog-nav-open .component-sticky__sticky {
  z-index: 1;
}