@media (max-width:780px), (hover:none) and (pointer:coarse){
  /* Quick View had no card-shell padding; Full Details now uses the same outer placement so the card does not shift down/right. */
  #result > .card:not(.ccc-mobile-lite-card){
    padding:0 !important;
  }
  #result > .card:not(.ccc-mobile-lite-card) > .thumb{
    justify-self:center !important;
  }
}
