/* hide only the Reel feed while an exact deep link is being restored.
   This prevents a wrong first slide / product-image flash during cold reload. */
html.alder-reel-restoring #view-reels.active #reelFeed{
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
html.alder-reel-restoring #view-reels.active{
  background:#000!important;
}
html.alder-reel-ready #view-reels.active #reelFeed{
  visibility:visible!important;
  opacity:1!important;
}
