/* Final store layout-stability reserve.
   Product cards are populated asynchronously; reserve their normal footprint only while empty
   so content below does not jump on first paint. */
#featuredPasses:empty{
  min-height:292px;
}
#passComparison:empty{
  min-height:76px;
}
@media(max-width:760px){
  #featuredPasses:empty{
    min-height:508px;
  }
}
@media(max-width:430px){
  #featuredPasses:empty{
    min-height:500px;
  }
}
